/* TYPOGRAPHY */
.bold, #landing_content h1, #landing_content h4, #landing_content .cta h4 {
  font-family: "FS Albert Web Bold", Verdana, sans-serif;
  font-size-adjust: 0.49;
  font-weight: bold;
  font-style: normal;
}
.italic {
  font-family: "FS Albert Web Italic", Verdana, sans-serif;
  font-size-adjust: 0.48;
  font-weight: normal;
  font-style: italic;
}
.light, h1, h2, h3, h4, h5 {
  font-family: "FS Albert Web Light", Verdana, sans-serif;
  font-size-adjust: 0.48;
  font-weight: 200;
  font-style: normal;
}
.regular, body {
  font-family: "FS Albert Web Regular", Verdana, sans-serif;
  font-size-adjust: 0.48;
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 15px;
}
body, html {
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #445acd;
}
:-moz-placeholder {
  color: #445acd;
}
::-moz-placeholder {
  color: #445acd;
}
:-ms-input-placeholder {
  color: #445acd;
}
h1 {
  font-size: 36px;
  color: #197A19;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1, h2, h3, h4, h5 {
  font-weight: 100;
}
ul.bullets {
  list-style-type: none !important;
  padding-left: 20px;
}
ul.bullets li {
  margin-bottom: 5px;
}
ul.bullets li:before {
  content: url(../../images/bullet_ordered.png);
  background-size: 10%;
  margin-left: -20px;
  margin-right: 10px;
  padding: 10px 0;
  color: #197A19;
}
ol.order {
  list-style-type: none !important;
  padding-left: 0;
}
ol.order li {
  display: table;
  margin-bottom: 5px;
}
ol.order li span {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  padding-right: 10px;
}
ol.order li span span {
  border-radius: 20px;
  background: #197A19;
  padding: 2px 8px;
}
h6, p {
  font-weight: 400;
}
p {
  font-size: 15px;
}
a {
  color: #197A19;
}
a:hover, a:focus {
  text-decoration: none !important;
}
.padd_each {
  padding: 15px;
}
.more_padd_each {
  padding: 30px;
}
.no_padd_left {
  padding-left: 0;
}
.no_padd_right {
  padding-right: 0;
}
.more_padd_left {
  padding-left: 30px;
}
.more_padd_top {
  padding-top: 30px;
}
.more_padd_right {
  padding-right: 30px;
}
.no_padd_both {
  padding-left: 0;
  padding-right: 0;
}
.padd_top_bot {
  padding-top: 15px;
  padding-bottom: 15px;
}
.more_padd_left_res {
  padding-left: 30px;
}
.more_padd_right_res {
  padding-right: 30px;
}
.clr {
  clear: both;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.no_float {
  float: none;
}
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.no_display {
  display: none;
}
.white_txt {
  color: #fff;
}
.blue_txt {
  color: #197A19;
}
.dark_txt {
  color: #243487;
}
.imgBox img {
  width: 100%;
  height: auto;
}
.videoBox iframe {
  width: 100%;
}
.inhereit {
  color: inherit;
}
.inhereit:hover, .inhereit:focus {
  color: inherit !important;
  text-decoration: none;
}
.greyBg {
  background-color: #eeeae9;
}
.lineTop {
  border-top: 5px solid #197A19;
}
.lineTopThin {
  border-top: 3px solid #243487;
}
.bttn {
  display: block;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  float: left;
  border: none;
}
.bttn.res_set {
  display: inline-block;
  float: none;
}
.bttn.blue {
  background-color: #197A19;
  color: #fff;
}
.bttn.grey {
  background-color: transparent;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.bttn.grey:hover, .bttn.grey.current {
  background-color: #b3b3b3;
  color: #fff;
}
.bttn.white {
  background-color: #fff;
  color: #197A19;
}
.bttn.blue_white {
  background-color: #197A19;
  color: #fff;
}
.bttn.red {
  background-color: #ff0004;
  color: #fff;
}
.bttn.white:hover, .bttn.blue:hover {
  background: #243487 !important;
  color: #fff;
  text-decoration: none;
}
.bttn.blue_white:hover {
  background: #fff;
  color: #197A19;
  text-decoration: none;
}
header#main {
  width: 100%;
  position: fixed;
  z-index: 102;
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 5px solid #243487;
  padding: 0px 0 0 0;
}
header#main #logo {
  display: none;
  width: 120px;
  padding-top:15px;
  float: left;
}
header#main #logo img {
  width: 100%;
  height: auto;
}
.logged-in header#main {
  top: 32px;
}
#mainContent {
  margin-top: 54px;
  padding: 50px 0;
}
#mainContent h1:first-child, #mainContent h2:first-child, #mainContent h3:first-child, #mainContent h4:first-child, #mainContent h5:first-child {
  margin-top: 0;
}
#mainContent.home {  
  padding-top: 0;
}
nav#topMenu {
  float: right;
  padding-right: 20px;
}
nav#topMenu ul {
  list-style-type: none;
}
nav#topMenu ul li.current-menu-item a, nav#topMenu ul li.current-page-ancestor a {
  color: #009270;
  /* color: #197A19#009270; */
}
nav#topMenu ul li {
  float: left;
  padding: 5px 10px;
  border-right: 1px solid #197A19;
}
nav#topMenu ul li a {
  color: #243487;
  text-transform: uppercase;
  font-size: 12px;
}
nav#topMenu ul li a:hover {
  color: rgb(0,128,0);  
  /* color: #197A19; */
}
nav#topMenu ul li:last-child {
  border-right: none;
  /* padding-right:0*/
}
#activeCursor {
  position: absolute;
  bottom: -5px;
  background: #197A19;
  height: 5px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#fadeMask {
  background: rgba(0, 0, 0, .35);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
}
#res_menu {
  display: none;
  padding: 5px 10px;
  margin: 30px 10px 0 0;
  background: transparent;
  border: 1px solid #197A19;
  border-radius: 7px;
  float: right;
}
#res_menu .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background: #197A19;
}
#res_menu:focus {
  outline: 0;
}
#res_menu:hover, #res_menu.expanded {
  background: #197A19;
}
#res_menu:hover .icon-bar, #res_menu.expanded .icon-bar {
  background: #fff;
}
nav#MainMenu {
  float: right;
  clear: right;
  margin-top: 10px;
}
nav#MainMenu .form_mobile {
  display: none;
  text-align: center;
  clear: both;
  width: 100%;
}
nav#MainMenu .form_mobile input[type=text] {
  margin-right: 10px;
  width: 59%;
}
nav#MainMenu .form_mobile input[type=submit] {
  float: none;
  display: inline;
}
nav#MainMenu ul.top_menu_added {
  display: none;
}
nav#MainMenu ul {
  list-style-type: none;
  /*margin:inherit;*/
}
nav#MainMenu ul li.current-page-ancestor a {
  color: #197A19;
}
nav#MainMenu ul li {
  float: left;
  padding: 0 30px 10px 30px;
  position: inherit !important;
}
nav#MainMenu ul li a {
  color: #243487;
  /*text-transform:capitalize;*/
  font-size: 20px;
  padding: 0;
}
nav#MainMenu ul li a:hover {
  background: none;
}
nav#MainMenu ul li span.glyphicon {
  display: none;
  margin-left: 9px;
  margin-bottom: 0;
  margin-top: 0;
  background: #197A19;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px 3px 6px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
nav#MainMenu ul li .fallback {
  display: none;
}
nav#MainMenu ul li .sub_menu {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  min-height: 200px;
  padding: 30px 0;
}
nav#MainMenu ul li .sub_menu ul {
  padding: 10px 30px;
}
nav#MainMenu ul li .sub_menu ul li {
  float: none;
  padding: 5px 0;
}
nav#MainMenu ul li .sub_menu ul li a {
  font-size: 14px;
  color: #243487;
}
nav#MainMenu ul li .sub_menu ul li a:hover {
  color: #197A19;
}
nav#MainMenu ul li .sub_menu ul li.active a {
  color: #197A19;
}
nav#MainMenu ul li .sub_menu .col {
  padding: 10px 30px;
  border-left: 1px solid #197A19;
}
nav#MainMenu ul li .sub_menu .col h3 {
  margin-top: 0;
  color: #197A19;
}
nav#MainMenu ul li .sub_menu .col .bttn {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
nav#MainMenu ul li:hover a, nav#MainMenu ul li.active a {
  color: #197A19;
}
.displayTable {
  display: table;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
#homeSlider {
  position: relative;
  overflow: hidden;
  /*height:445px;*/
}
#homeSlider h2 {
  font-size: 40px;
  color: #197A19;
  font-size: 100;
}
#homeSlider p {
  font-size: 18px;
  color: #243487;
  font-weight: 100;
}
#homeSlider .displayTable {
  float: none;
  position: relative;
  z-index: 2;
}
#homeSlider img {
  position: absolute;
  left: 0;
  width: 100%;
}
#homeSlider img.mainImg {
  top: 0;
  z-index: 0;
}
#homeSlider img.sliderBg {
  bottom: 0;
  z-index: 2;
}

#homeSlider #logo2 {
  display: block; 
}

#homeSlider #logo2 img {
  height: auto;
  width: 12%;
  margin-left: 6.0em;
  margin-top: 2.5%;
  float: none;
  z-index: 3;
}

.flex-direction-nav .flex-prev {
  top: 38%;
  /*color: rgba(0, 149, 215, .8);*/
  color: #fff;
  left: 20px;
  opacity: 0.10;
}
.flex-direction-nav .flex-next {
  top: 38%;
  /*color: rgba(0, 149, 215, .8);*/
  color: #fff;
  right: 20px;
  opacity: 0.10;
}
#homeIntro {
  /*FADING*/
}
#homeIntro h2 {
  color: #197A19;
  text-align: center;
}
#homeIntro .item {
  position: relative;
}
#homeIntro .item img {
  width: 100%;
  height: auto;
  border-top: 5px solid #197A19;
  position: relative;
}
#homeIntro .item h4 {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  z-index: 1;
  font-weight: 100;
}
.brick_fade {
  /*end of fading*/
}
.brick_fade .item {
  overflow: hidden;
}
.brick_fade .item h4 {
  top: 10px !important;
  left: 20px !important;
}
.brick_fade .item .fade_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brick_fade .item .back {
  background: url(../../images/arrow_white.png) 97% 95% no-repeat rgba(0, 149, 215, .7);
  color: #fff;
  padding: 50px 20px 0 20px;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.brick_fade .item:hover .back {
  top: 0;
  opacity: 1;
}
.brick_fade.ipad a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.threeIntro {
  /* FLIPPING */
}
.threeIntro a {
  display: block;
  overflow: hidden;
}
.threeIntro .item {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.threeIntro a:hover .item {
  background: rgba(255, 255, 255, .9) !important;
  /*-moz-box-shadow:    inset 0px 10px 30px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.3);
		box-shadow:         inset 0px 10px 30px rgba(0, 0, 0, 0.3);	*/
}
.brick_container {
  /*end of flipping*/
}
.brick_container .brick_item {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.brick_container .brick_item:hover .back, .brick_container .brick_item.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.brick_container .brick_item:hover .front, .brick_container .brick_item.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*.brick_item, .front, .back {
		height: auto;
	}*/
}
.brick_container .front, .brick_container .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1000ms;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 1000ms;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 1000ms;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 1000ms;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 1000ms;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.brick_container .flip-container {
  -webkit-transition: 1000ms;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1000ms;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -ms-transition: 1000ms;
  -ms-transform: perspective(1000px);
  transition: 1000ms;
  transform-style: preserve-3d;
  position: relative;
}
.brick_container .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}
.brick_container .front h4 {
  top: 10px !important;
  left: 10px !important;
}
.brick_container .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 20px 10px;
  background-color: #197A19;
  color: #fff;
}
.brick_container .brick_item:hover .front {
  z-index: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.brick_container .brick_item:hover .back {
  z-index: 2;
  -webkit-transform: rotateY(0d eg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#nutrIntro {
  background-image: url(../../images/nutrIntroBg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clear: both;
  min-height: 400px;
  color: #243487;
}
#nutrIntro h2 {
  margin-bottom: 20px;
}
#nutrIntro .displayTable {
  min-height: 400px;
}
#nutrIntro .col-sm-4 {
  padding: 15px;
}
#nutrIntro .item {
  background: rgba(255, 255, 255, .8);
  padding: 10px 20px;
  width: 100%;
  /*border-radius:15px*/
}
#HomeFeeds h5.desc {
  font-size: 13px;
}
#HomeFeeds .item {
  background: #eeeae9;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  color: #243487;
}
#HomeFeeds .item h3 {
  margin-top: 0;
}
#HomeFeeds .col.first {
  color: #243487;
}
#HomeFeeds .col.last {
  color: #fff;
  /*background:$lBlue;
		min-height: 190px;*/
}
#HomeFeeds .col {
  background: #eeeae9;
  overflow: hidden;
  padding: 15px;
}
#HomeFeeds .col h3 {
  margin-top: 0;
}
#HomeFeeds .col img {
  margin-bottom: 10px;
  border-bottom: 1px solid #197A19;
  padding-bottom: 10px;
}
#HomeFeeds .carHolder {
  background: #197A19;
  overflow: hidden;
}
#HomeFeeds .carHolder .col {
  background: transparent !important;
}
.custom_block {
  overflow: hidden;
}
.custom_block .col-xs-6 {
  overflow: hidden;
}
footer#oneFoot {
  background-color: #243487;
  width: 100%;
  padding: 30px 0;
  border-top: 5px solid #197A19;
  margin-top: 30px;
  color: #fff;
  overflow: hidden;
}
footer#oneFoot h3 {
  margin-top: 0;
}
footer#oneFoot a {
  color: #fff;
}
footer#oneFoot a:hover {
  color: #197A19;
}
footer#oneFoot .fot_col ul {
  padding-left: 20px;
  list-style-type: none;
}
footer#oneFoot .fot_col ul li {
  floay: none;
  padding: 5px 0;
}
footer#oneFoot .fot_col ul li:first-child {
  padding-top: 0;
}
footer#oneFoot .fot_col .item {
  border-right: 1px solid #fff;
  min-height: 100px;
}
footer#oneFoot .fot_col .item.last {
  border-right: none;
  padding-left: 40px;
}
footer#oneFoot #newsletter input[type=text], footer#oneFoot #newsletter input[type=email] {
  width: 100%;
  color: #243487;
}
footer#oneFoot #newsletter input.error {
  border: 1px solid #f70004;
}
footer#oneFoot ul.termPages {
  list-style-type: none;
  padding: 0;
  clear: both;
  margin: 20px 0;
}
footer#oneFoot ul.termPages li {
  float: left;
  padding: 0 10px;
}
footer#oneFoot ul.termPages li:first-child {
  padding-left: 0;
}
ul.childNavTop {
  list-style-type: none;
  padding: 0px 0 10px 0;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #197A19;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
ul.childNavTop li {
  float: left;
  padding: 5px 15px;
  border-right: 1px solid #197A19;
}
ul.childNavTop li a {
  display: block;
  color: #243487;
  font-size: 16px;
  font-weight: 100;
}
ul.childNavTop li a:hover, ul.childNavTop li a.current {
  color: #197A19;
}
ul.childNavTop li:last-child {
  border-right: none;
}
#bottomHead {
  position: relative;
  width: 100%;
  clear: both;
}
#bottomHead img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.post {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #197A19;
}
.post h3 {
  margin-top: 0;
}
.post:first-child {
  padding-top: 10px;
}
.post:last-child {
  border-bottom: none;
}
ul#categories, ul.downloadCategories {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
}
ul#categories li, ul.downloadCategories li {
  margin: 10px 0;
  overflow: hidden;
}
ul#categories a, ul.downloadCategories a {
  font-size: 12px;
}
ul.downloadCategories li {
  float: left;
  margin: 5px 5px 5px 0;
}
#single_post h1 {
  color: #197A19;
}
#single_post .right {
  border-left: 1px solid #197A19;
}
blockquote {
  border-left: none;
  padding: 0 0 0 75px;
  color: #197A19;
  font-style: italic;
  font-weight: 100;
  font-size: 17px;
  position: relative;
  background: url(../../images/quote_symbol.png) no-repeat left top;
}
.metroBoxes .mBox {
  border-top: 5px solid #197A19;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.metroBoxes .row-01 {
  min-height: 358px;
}
.metroBoxes .row-02 {
  min-height: 223px;
}
.metroBoxes .business {
  background-image: url(../../images/group_01.jpg);
}
.metroBoxes .glance {
  background-image: url(../../images/group_02.jpg);
}
.metroBoxes .leader {
  background-image: url(../../images/group_03.jpg);
}
.metroBoxes .innovation {
  background-image: url(../../images/group_04.jpg);
}
.metroBoxes .resp {
  background-image: url(../../images/group_05.jpg);
}
.sameHeight {
  display: block;
  clear: both;
  overflow: auto;
}
.fullWidth {
  clear: both;
  width: 100%;
}
#leaderships .single_person {
  padding: 30px 0;
  border-bottom: 1px solid #197A19;
  overflow: hidden;
}
#leaderships .single_person h4 {
  font-size: 30px;
  color: #197A19;
}
#leaderships .single_person h5 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
#leaderships .single_person:last-child {
  border-bottom: none;
}
.single_vac {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #197A19;
}
.single_vac:first-child {
  padding-top: 0;
}
.single_vac:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
ul.nav_sidebar {
  list-style-type: none;
  padding-left: 0;
}
ul.nav_sidebar li {
  padding: 5px 0;
}
ul.nav_sidebar li a {
  display: block;
  color: #243487;
}
ul.nav_sidebar li a.current, ul.nav_sidebar li a:hover {
  color: #197A19;
}
#appForm {
  margin-top: 20px;
}
#appForm h4 {
  text-transform: uppercase;
}
#appForm .padd_each {
  clear: both;
  padding-top: 7px;
  padding-bottom: 7px;
}
#appForm .padd_each input[type=text], #appForm .padd_each input[type=email], #appForm .padd_each select, #appForm .padd_each textarea {
  width: 100%;
}
#appForm .padd_each input.error, #appForm .padd_each input.error, #appForm .padd_each select.error, #appForm .padd_each textarea.error {
  border: 1px solid #ff0004;
}
.reset_styles_tab .nav-tabs {
  border: none;
}
.reset_styles_tab .nav-tabs > li.active > a, .reset_styles_tab .nav-tabs > li.active > a:hover, .reset_styles_tab .nav-tabs > li.active > a:focus {
  color: inherit;
  background-color: transparent;
  border: none;
}
.reset_styles_tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: none;
  border-radius: 0;
}
.reset_styles_tab .nav-tabs > li > a:hover, .reset_styles_tab .nav-tabs > li > a:focus {
  border: none;
  background: transparent;
  outline: none;
}
#group_tab {
  background-image: url(../../images/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  border-bottom: 1px #197A19 solid;
  margin-bottom: 30px;
}
#group_tab .nav-tabs {
  margin-top: 40px;
  margin-bottom: 20px;
}
#group_tab .nav-tabs > li > a {
  display: block;
  padding: 0;
}
#group_tab .nav-tabs > li > a > img {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 0;
  opacity: 0.6;
}
#group_tab .nav-tabs > li.active > a > img, #group_tab .nav-tabs > li > a:hover > img {
  opacity: 1;
}
#group_tab .tab-content h2 {
  color: #197A19;
}
#imagesIntro .sin-img a {
  display: block;
  position: relative;
  border-top: 5px solid #197A19;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#imagesIntro .sin-img a img {
  width: 100%;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
#imagesIntro .sin-img a:hover {
  border-top-color: #243487;
}
#imagesIntro .sin-img a:hover img {
  opacity: 0.8;
  /*img {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:auto; 
		}	*/
}
#imagesIntro .sin-content {
  position: absolute;
  color: #fff;
  width: 75%;
  left: 12%;
  top: 5%;
  z-index: 1;
}
#imagesIntro .sin-content p {
  line-height: 14px;
  font-weight: 100;
}
.chart_txt {
  min-height: 90px;
}
#map_lagend img {
  float: right;
}
#map_lagend h4 {
  color: #243487;
}
.infoBox {
  overflow: hidden;
  white-space: nowrap;
}
.infoBox h5 {
  color: #197A19;
  text-transform: uppercase;
}
#map {
  width: 100%;
  height: 500px;
}
#missionFeatures .single_mission {
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
#missionFeatures .single_mission:nth-child(1) h4 {
  color: #197A19;
}
#missionFeatures .single_mission:nth-child(2) h4 {
  color: #fab900;
}
#missionFeatures .single_mission:nth-child(3) h4 {
  color: #b46a94;
}
#missionFeatures .single_mission:nth-child(4) h4 {
  color: #ff5000;
}
#missionFeatures .single_mission:nth-child(5) h4 {
  color: #3ca739;
}
#missionFeatures .single_mission:last-child {
  border-bottom: none;
}
#time_line {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#time_line ul#move_dates {
  position: absolute;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
#time_line ul#move_dates li {
  padding: 0 5px;
}
#time_line ul#move_dates li a span {
  font-size: 20px;
}
#time_line ul#move_dates li:first-child {
  float: left;
}
#time_line ul#move_dates li:last-child {
  float: right;
}
#time_line a#next, #time_line a#prev {
  position: absolute;
  background: #fff;
  top: -5px;
  margin-top: 0px;
  font-size: 22px;
}
#time_line a#next {
  right: 0;
  padding: 5px 0 15px 5px;
}
#time_line a#prev {
  left: 0;
  padding: 5px 5px 15px 0;
}
#time_line ul#date_line {
  top: 0px;
  left: 20px;
  position: absolute;
  width: 1000%;
  /*border-top:1px solid $lBlue;*/
  padding-top: 0px;
}
#time_line ul#date_line li {
  margin: 0 5px;
  /*position:inline-block;*/
  /*padding-right:5px;*/
  /*background:url(../../images/dateLabel2.png) no-repeat center right;*/
  opacity: 0.65;
}
#time_line ul#date_line li a {
  background: #197A19;
  color: #fff;
  line-height: 9px;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
}
#time_line ul#date_line li:hover {
  opacity: 1;
}
#time_line ul#date_line li.active {
  opacity: 1;
  /*padding-right:17px;*/
}
#time_line ul#date_line li.active a {
  background: #fab900;
  /*font-size:32px;
				line-height:16px;*/
}
#time_line ul#date_line li:last-child {
  background-image: none !important;
}
#time_line .tab-content {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 15px;
}
#time_line .tab-content h2 {
  color: #197A19;
  font-size: 22px;
  line-height: 26px;
}
#groupTitles iframe {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
#groupTitles .tile {
  min-height: 225px;
  background-position: top left;
  background-repeat: no-repeat;
  border-top: 5px solid #197A19;
  background-size: cover;
}
#groupTitles .lives {
  color: #243487;
  background-image: url(../../images/business_lives.jpg);
}
#groupTitles .lives p {
  font-size: 16px;
}
#groupTitles .leading {
  background-image: url(../../images/business_leading.jpg);
}
#groupTitles .meet {
  min-height: 230px;
  background-image: url(../../images/business_meet.jpg);
  background-position: -1px center;
}
#groupTitles .business {
  min-height: 230px;
  background-image: url(../../images/business_global.png);
}
#groupTitles .business h4 {
  font-size: 26px;
  color: #243487;
}
#groupTitles .business h3 {
  font-size: 26px;
  color: #197A19;
}
#groupTitles .newsFeed {
  min-height: 250px;
  background: #eeeae9;
}
#groupTitles .newsFeed h3 {
  color: #243487;
  margin-bottom: 0;
}
#groupTitles .newsFeed p {
  color: #243487;
}
#groupTitles .newsFeed h5.desc {
  display: none;
}
#groupTitles .growing {
  min-height: 250px;
  background-image: url(../../images/business_growing.jpg);
  background-position: -1px center;
}
#groupTitles .glance {
  min-height: 250px;
  /*background:url(../../images/business_glance.png) no-repeat right bottom $blue;*/
  background: url(../../images/business_glance.jpg) no-repeat right bottom #548cc9;
}
#glance .tile {
  min-height: 232px;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 5px solid #197A19;
}
#glance .img {
  background-size: cover;
}
#glance .founded {
  background: url(../../images/glace_01.png) no-repeat 93% 90% #243487;
  padding: 15px;
}
#glance .founded h3 {
  color: #fff;
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
}
#glance .founded h3 span {
  color: #197A19;
  font-size: 78px;
}
#glance .founded h4 {
  color: #197A19;
  font-size: 78px;
  margin: 0;
}
#glance .head {
  background-image: url(../../images/glace_02.jpg);
  background-position: center -1px;
  padding: 15px;
}
#glance .head h3 {
  color: #243487;
  font-size: 26px;
  margin: 0;
  margin-bottom: 0px;
}
#glance .head h3 span {
  font-size: 45px;
}
#glance .head h4 {
  font-size: 45px;
  color: #243487;
  margin: 0;
  line-height: normal;
}
#glance .map {
  background-image: url(../../images/glace_03.png);
  padding: 15px;
}
#glance .map h3 {
  font-size: 35px;
  margin: 0;
}
#glance .map h3 span {
  color: #197A19;
}
#glance .map h4 {
  color: #197A19;
  margin: 0;
}
#glance .rev {
  background: url(../../images/glace_04.png) no-repeat 93% 90% #243487;
  padding: 15px;
}
#glance .rev h3 {
  color: #fff;
  font-size: 35px;
  margin: 0;
  margin-bottom: 20px;
}
#glance .rev h3 span {
  color: #197A19;
  font-size: 45px;
  font-weight: bold;
}
#glance .rev h4 {
  color: #197A19;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
}
#glance .employ {
  background-image: url(../../images/glace_05.jpg);
  /*padding:15px;*/
  padding-top: 15px;
}
#glance .employ h3 {
  font-size: 70px;
  color: #243487;
  line-height: normal;
  margin: 0;
  margin-top: -20px;
}
#glance .employ h3 span {
  color: #000;
  font-size: 26px;
}
#glance .employ h4 {
  font-size: 26px;
  color: #000;
  margin: 0;
  line-height: normal;
  margin-top: -10px;
}
#glance .employ h6 {
  font-size: 18px;
  margin: 0;
  line-height: normal;
}
#glance .fac {
  background-image: url(../../images/glace_06.jpg);
  /*padding:15px;*/
}
#glance .fac div {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
#glance .fac .number {
  color: #197A19;
  font-size: 70px;
  line-height: 60px;
}
#glance .ebit {
  background: #eeeae9;
  /*padding:15px;*/
}
#glance .ebit h3 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
}
#glance .ebit h3 span {
  font-size: 50px;
  color: #197A19;
}
#glance .ebit h4 {
  font-size: 50px;
  color: #197A19;
  margin: 0;
}
#glance .grey_glace {
  overflow: hidden;
  background: #eeeae9;
  padding-bottom: 30px;
}
#glance .grey_glace img {
  padding: 20px 0 10px 0;
}
#glance .grey_glace h6 {
  color: #197A19;
  font-weight: bold;
  margin-bottom: 0;
}
#shareWidget {
  margin: 20px 0;
}
#shareWidget h6 {
  font-weight: bold;
  color: #243487; /* #b3b3b3; */
}
#shareWidget ul.socialIcons {
  list-style-type: none;
  margin: 10px 0;
  padding-left: 0;
  overflow: hidden;
}
#shareWidget ul.socialIcons li {
  float: left;
  padding: 0 3px;
}
#shareWidget ul.socialIcons li a {
  background-position: top center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  /*-webkit-transition: all 300ms ease-out;  
			-moz-transition: all 300ms ease-out; 
			-o-transition: all 300ms ease-out;  
			transition: all 300ms ease-out;*/
}
#shareWidget ul.socialIcons li a.twitter {
  background-image: url(../img/ico_twitter40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.printerest {
  background-image: url(../img/ico_printerest40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.facebook {
  background-image: url(../img/ico_facebook40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.googleplus {
  background-image: url(../img/ico_googleplus40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.linkedin {
  background-image: url(../img/ico_linkedin40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.mail {
  background-image: url(../img/ico_koperta40x40_zielony.png);
}
#shareWidget ul.socialIcons li a.twitter:hover {
  background-image: url(../img/ico_twitter40x40_niebieski.png);
}
#shareWidget ul.socialIcons li a.printerest:hover {
  background-image: url(../img/ico_printerest40x40_niebieski.png);
}
#shareWidget ul.socialIcons li a.facebook:hover {
  background-image: url(../img/ico_facebook40x40_niebieski.png);
}
#shareWidget ul.socialIcons li a.googleplus:hover {
  background-image: url(../img/ico_googleplus40x40_niebieski.png);
}

#shareWidget ul.socialIcons li a.linkedin:hover {
  background-image: url(../img/ico_linkedin40x40_niebieski.png);
}
#shareWidget ul.socialIcons li a.mail:hover {
  background-image: url(../img/ico_koperta40x40_niebieski.png);
}
#nutrition .tile {
  min-height: 256px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 5px solid #197A19;
  background-color: #eeeae9;
  overflow: hidden;
}
#nutrition .tile h3, #nutrition .tile p {
  color: #243487;
  position: relative;
  z-index: 1;
}
#nutrition .tile .fade_blue {
  background: rgba(0, 149, 215, .7);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  padding: 40% 15px 0 15px;
  font-size: 15px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#nutrition .col-sm-3 .tile:hover .fade_blue {
  opacity: 1;
}
#nutrition .col-sm-3 .tile:hover h3 {
  color: #fff;
}
#nutrition .comp, #nutrition .whey {
  min-height: 225px;
}
#nutrition .awards {
  background: #243487 url(../../images/Carbery-Awards-2.png) no-repeat bottom right;
  color: #fff;
}
#nutrition .awards h3 {
  color: #197A19;
}
#nutrition .whey {
  background-image: url(../../images/whey-nutrition.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#nutrition .whey h3 {
  color: #243487;
  font-size: 40px;
}
#nutrition .whey a {
  color: #243487;
}
#nutrition .whey p {
  color: #fff;
}
#nutrition .cheese {
  background-image: url(../../images/Carbery-cheese-panel-3.jpg);
  background-color: #eeeae9;
  color: #000;
  background-size: cover;
  background-position: left center;
}
#nutrition .infant, #nutrition .perfor, #nutrition .weight, #nutrition .active {
  background: #f2f2f2;
}
#nutrition .infant h3, #nutrition .perfor h3, #nutrition .weight h3, #nutrition .active h3 {
  font-size: 20px;
}
#nutrition .infant {
  background-image: url(../../images/nutri_02.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#nutrition .perfor {
  background-image: url(../../images/nutri_03.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#nutrition .weight {
  background-image: url(../../images/nutri_04.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#nutrition .active {
  background-image: url(../../images/nutri_05.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#nutrition .products img {
  margin-bottom: 10px;
}
#nutrition .products .col-sm-4 {
  border-right: 1px solid #197A19;
  margin-bottom: 20px;
}
#nutrition .products .col-sm-4:last-child {
  border-right: none;
}
#nutrition .feeds {
  text-align: left;
}
#nutrition .feeds .desc, #nutrition .feeds .bttn {
  display: none;
}
#nutrition .feeds .bttn.visible {
  display: block;
}
.stripped p {
  padding: 10px;
  color: #000;
  margin: 0;
}
.stripped p:nth-child(odd) {
  background: #ececec;
}
.stripped p:nth-child(even) {
  background: #f6f6f6;
}
.stripped p:nth-child(1) {
  background: #197A19;
  color: #fff;
  text-transform: uppercase;
}
table.stripped {
  border: none;
  width: 100%;
  font-size: 15px;
}
table.stripped th, table.stripped td {
  border: none;
  padding: 10px;
  vertical-align: top;
}
table.stripped th {
  background: #197A19;
  color: #fff;
  text-transform: uppercase;
}
table.stripped th span {
  text-transform: none;
  font-weight: normal;
}
table.stripped th, table.stripped td {
  border-right: 1px solid #fff;
}
table.stripped th:last-child, table.stripped td:last-child {
  border-right: none;
}
table.stripped tr:nth-child(odd) td {
  background: #ececec;
}
table.stripped tr:nth-child(even) td {
  background: #f6f6f6;
}
table.stripped.th_border th {
  border-bottom: 1px solid #fff;
  font-weight: normal;
}
table.stripped.th_border th:last-child {
  border-bottom: none;
}
table.focus {
  margin-top: 30px;
}
table.focus th {
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
.topStrip {
  border-top: 5px solid #197A19;
}
table.awards {
  border: none;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}
table.awards th, table.awards td {
  border: none;
  padding: 10px;
  vertical-align: top;
}
table.awards th {
  background: #197A19;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
table.awards tr.desc td {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
table.awards tr.cnt:nth-child(odd) td {
  background: #ececec;
}
table.awards tr.cnt:nth-child(even) td {
  background: #f6f6f6;
}
table.awards tr.cnt td:nth-child(even) {
  text-align: center;
}
.tab_slider ul.nav {
  background: #197A19;
  padding: 10px 10px 0px 10px;
  font-size: 15px;
}
.tab_slider ul.nav li a {
  color: #fff;
  text-transform: uppercase;
}
.tab_slider ul.nav li a:hover {
  color: #eeeae9;
}
.tab_slider ul.nav li.active {
  background: #f6f6f6;
}
.tab_slider ul.nav li.active a {
  color: #197A19;
}
.tab_slider ul.nav li.active a:focus, .tab_slider ul.nav li.active a:hover {
  color: #197A19;
}
.tab_slider ul.arrow {
  font-size: 13px;
}
.tab_slider ul.arrow li a {
  padding: 5px 8px;
}
.tab_slider ul.arrow li.arrow {
  color: #fff;
  padding: 5px;
}
.tab_slider .cnt {
  background: #f6f6f6;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab_slider .cnt h6 {
  font-size: 16px;
  color: #197A19;
}
.tab_slider .cnt a.introTab_btn {
  border: 1px solid #197A19;
  padding: 5px 10px;
}
.tab_slider .cnt a.introTab_btn:hover {
  background: #197A19;
  color: #fff;
}
.fade_tiles {
  overflow: hidden;
  clear: both;
}
.fade_tiles a:hover .tilee {
  border-top-color: #243487;
}
.fade_tiles a:hover .fade_cnt {
  background: rgba(0, 149, 215, .7) url(../../images/arrowWhite.png) no-repeat 15px 95%;
}
.fade_tiles a:hover .fade_cnt p.fading {
  opacity: 1;
}
.fade_tiles a:hover .fade_cnt h3 {
  color: #fff;
}
.fade_tiles .tilee {
  overflow: hidden;
  position: relative;
  border-top: 5px solid #197A19;
}
.fade_tiles .tilee .fade_cnt {
  background: url(../../images/arrowBlue.png) no-repeat 15px 95%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.fade_tiles .tilee .fade_cnt h3 {
  color: #243487;
  font-size: 20px;
}
.fade_tiles .tilee .fade_cnt p.fading {
  color: #fff;
  font-size: 14px;
  opacity: 0;
  line-height: 16px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.fade_tiles.cheese .tilee .fade_cnt {
  width: 100%;
  height: 96%;
}
.fade_tiles.cheese .tilee .fade_cnt h3 {
  color: #fff;
}
.nuri_solutions {
  background: url(../../images/Carbery-Grass-sky.jpg) no-repeat;
  background-position: 107% center !important;
}
#short_contact, #contact_left {
  border-top: 5px solid #197A19;
  background: #eeeae9;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
}
#short_contact h3, #contact_left h3 {
  margin-top: 0;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #243487;
  padding-bottom: 10px;
  color: #243487;
}
#short_contact p, #contact_left p {
  margin-bottom: 10px;
  font-size: 14px;
}
#short_contact p input, #contact_left p input, #short_contact p textarea, #contact_left p textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  padding: 5px;
}
#short_contact p ::-webkit-input-placeholder, #contact_left p ::-webkit-input-placeholder {
  color: #999;
}
#short_contact p :-moz-placeholder, #contact_left p :-moz-placeholder {
  color: #999;
  opacity: 1;
}
#short_contact p ::-moz-placeholder, #contact_left p ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#short_contact p :-ms-input-placeholder, #contact_left p :-ms-input-placeholder {
  color: #999;
}
#short_contact :focus, #contact_left :focus {
  outline: 0;
}
#short_contact input[type="submit"]:disabled, #contact_left input[type="submit"]:disabled {
  background: #445acd;
}
#short_contact .error, #contact_left .error {
  padding-left: 5px;
  border-bottom: 1px solid #ff0004;
  confirmation {
		display:none;
		position: relative;
		min-height: 60px;
		padding-left: 60px;
		padding-top: 14px;
		span.glyphicon {
			color: white;
			font-size: 30px;
			background: green;
			border-radius: 24px;
			padding: 10px;
			position: absolute;
			top: 15%;
			left: 0; 
		}
	}
}
.contact_page #short_contact, .contact_page #contact_left {
  border-top: none;
  background: transparent;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}
.contact_page #short_contact div[class^="col"], .contact_page #contact_left div[class^="col"] {
  margin-left: 0;
  width: 100%;
  padding-left: 0;
}
.contact_page #short_contact h3, .contact_page #contact_left h3 {
  margin-top: 0;
  font-size: 30px;
  text-align: left;
  border-bottom: none;
  padding-bottom: 10px;
  color: #000;
}
.contact_page #short_contact input, .contact_page #contact_left input, .contact_page #short_contact textarea, .contact_page #contact_left textarea {
  border: 1px solid #999;
}
#contact_left {
  clear: both;
}
#contact_left #download_form {
  display: none;
  margin-bottom: 15px;
  overflow: hidden;
}
#contact_left #fileContainer {
  margin-bottom: 15px;
}
#contact_left #fileContainer a {
  font-size: 18px;
  text-transform: capitalize;
}
.errParagraph, .ajaxError, .errUpload {
  font-size: 12px;
  color: #ff0004;
  font-weight: bold;
  display: none;
}
.confirmation {
  display: none;
  position: relative;
  min-height: 60px;
  padding-left: 60px;
  padding-top: 14px;
}
.confirmation span.glyphicon {
  color: white;
  font-size: 30px;
  background: green;
  border-radius: 24px;
  padding: 10px;
  position: absolute;
  top: 15%;
  left: 0;
}
.confirmation.file {
  display: none;
  position: relative;
  min-height: 0;
  padding-left: 0;
  padding-top: 0;
}
.confirmation.file span.glyphicon {
  color: white;
  font-size: 20px;
  background: green;
  border-radius: 24px;
  padding: 5px;
  float: left;
  margin: 5px;
  position: relative;
  margin-bottom: 20px;
}
.confirmation.file a {
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
p#cv_area.load, p#cover_area.load {
  background: url(../../images/ellipsis.gif) no-repeat 95% -5px;
}
p#cv_area, p#cover_area {
  min-height: 17px;
}
p#cv_area span.file, p#cover_area span.file {
  position: relative;
}
p#cv_area span.upd, p#cover_area span.upd {
  padding-left: 25px;
}
p#cv_area span.upd:before, p#cover_area span.upd:before {
  content: url(../../images/form_suc.png);
  position: absolute;
  left: -20px;
  top: 1px;
}
p#cv_area a.delFile, p#cover_area a.delFile {
  width: 17px;
  height: 17px;
  background: url(../../images/form_del.png) no-repeat left center;
  margin-left: 10px;
  display: inline-block;
}
hr {
  border-color: #197A19;
}
a.interactive {
  display: block;
}
a.interactive img {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a.interactive:hover img {
  margin-top: -5px;
  margin-bottom: 5px;
  color: #243487;
  -webkit-box-shadow: 0 8px 25px -10px #4d4d4d;
  -moz-box-shadow: 0 8px 25px -10px #4d4d4d;
  box-shadow: 0 8px 25px -10px #4d4d4d;
}
#dairy a:hover {
  text-decoration: underline !important;
}
#dairy .tile {
  background-position: center right;
  background-repeat: no-repeat;
  border-top: 5px solid #197A19;
  background-color: #eeeae9;
  overflow: hidden;
}
#dairy .taste {
  background-size: cover;
  min-height: 228px;
  background-image: url(../../images/dairy_01.jpg);
  margin-bottom: 30px;
}
#dairy .taste h2 {
  color: #243487;
}
#dairy .taste a {
  color: #197A19;
}
#dairy .extract {
  background-size: cover;
  min-height: 228px;
  background-image: url(../../images/dairy_02.jpg);
  background-position: center -1px;
  margin-bottom: 30px;
  color: #fff !important;
}
#dairy .extract a {
  color: #fff;
}
#dairy .pinapple {
  background: #243487;
}
#dairy .pinapple img {
  width: 101%;
  margin-left: -2px;
  height: auto;
  margin-top: -3px;
}
#dairy .pinapple div {
  padding: 13px 15px;
}
#dairy .pinapple div a {
  color: #fff;
}
#dairy .herbs img, #dairy .vanilla img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#dairy .herbs h2, #dairy .vanilla h2 {
  color: #243487;
  margin-bottom: 0;
}
#dairy .herbs h4, #dairy .vanilla h4 {
  color: #197A19;
  line-height: 15px;
}
#dairy .applications {
  margin-top: 30px;
  margin-bottom: 15px;
  /*background-color:#fff;*/
}
#dairy .applications h2 {
  color: #243487;
  margin-bottom: 20px;
}
#dairy .applications .tile {
  background: transparent;
}
#dairy .applications .tile img {
  width: 100%;
  height: auto;
}
#dairy .applications .tile h5 {
  color: #197A19;
}
#dairy .lasts .tile {
  position: relative;
}
#dairy .lasts .tile h2 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 25px;
  /*min-height:150px;*/
}
#dairy .lasts .tile a.bttn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 15px;
}
#winpop {
  display: none;
  z-index: 105;
  background: rgba(0, 0, 0, .9);
  position: fixed;
  color: #fff;
  height: auto;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
}
.mfp-content {
  color: #fff;
}
.mfp-content .closePop.mfp-close {
  width: auto;
  height: inherit;
  line-height: inherit;
  position: inherit;
  text-decoration: inherit;
  text-align: inherit;
  opacity: 1;
  filter: alpha(opacity=1);
  padding: 10px 20px;
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
}
.mfp-bg {
  opacity: 0.9;
}
#cookieWarn {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 3;
  padding: 20px 0;
  color: #fff;
}
#cookieWarn #acceptCookie {
  float: right;
}
#google_language_translator {
  float: right;
  /*LANDING PAGES*/
}
#landing_content h1 {
  font-size: 65px;
  color: #f9756b;
}
#landing_content h2 {
  font-size: 48px;
}
#landing_content h3 {
  font-size: 26px;
}
#landing_content h4 {
  font-size: 18px;
}
#landing_content h2, #landing_content h3 {
  color: #243487;
}
#landing_content header {
  margin-top: 30px;
}
#landing_content header div[class^=col-sm]:last-child img {
  float: right;
}
#landing_content .orangeBorder {
  border-bottom: 5px solid #f9756b;
}
#landing_content .cta {
  margin-top: 20px;
}
#landing_content .cta h4 {
  color: #f9756b;
}
#landing_content .cta p {
  font-size: 16px;
  color: #243487;
}
#landing_content .cta p.ajaxError {
  color: red;
  font-size: 12px;
}
#landing_content #meeting_form input[type=text] {
  width: 100%;
  background: #e7e7e7;
  padding: 5px 10px;
  border-width: 0px;
}
#landing_content #meeting_form input[type=text].error {
  border: 1px solid red;
  /*border-color:#e7e7e7;
			&.error {border-color:red}*/
}
#landing_content #meeting_form input[type=submit] {
  background: #f9756b;
}
#landing_content .boxes .item {
  padding: 20px;
  overflow: hidden;
}
#landing_content .boxes .item img {
  width: 100%;
  height: auto;
}
#landing_content .boxes.blue .item {
  background: #197A19;
  color: #fff;
}
#landing_content .boxes.grey .item {
  background: #e7e7e7;
  border-top: 5px solid #197A19;
}
#landing_content .boxes.grey .item h4 {
  color: #197A19;
}
p.doneby {
  float: right;
  font-size: 12px;
}
