/*@font-face {
  font-family: 'roboto_condensedbold'; 
  src: url('../fonts/robotocondensed-bold-webfont.eot');
  src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedlight'; 
  src: url('../fonts/robotocondensed-light-webfont.eot');
  src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
body{
	font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-top: 0;
  /* font-family: 'roboto_condensedbold'; */
  text-transform: uppercase;
  font-weight: normal;
}
h1 {
/*  original font-size: 101px; Changed by Ido to reflect in camera slides on home page */
  font-size: 80px;
  line-height: 100px;
  color: #2d3336;
  letter-spacing: -1px;
  margin: 0;
}
h2 {
  /* font-family: 'roboto_condensedlight'; */
  font-size: 36px;
  color: #39444a;
  text-transform: none;
  line-height: 40px;
  margin: 0 0 14px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #39444A; /* #1fd0fc; */
  font-size: 11px;
  line-height: 18px;
  text-transform: none;
}
h4,
legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #39444a;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 0 0 14px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #39444a;
  text-transform: none;
  line-height: 30px;
  margin: 0 0 20px;
}
h6 {
  font: inherit;
  color: #1ec8e8;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
p {
  margin-bottom: 18px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  color: #737373;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: px;
  -moz-border-radius: px;
  border-radius: px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-primary {
  background: url(../images/button.png);
  border: 3px solid #d9dcdc;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  /*/* font-family: 'roboto_condensedbold'; */*/
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 26px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px 0 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-primary:after {
  position: absolute;
  content: '';
  background: url(../images/button_marker.png);
  width: 17px;
  height: 17px;
  right: 12px;
  top: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  outline: none;
  background: url(../images/button.png) 0 -28px;
  color: #ffffff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary:active:after {
  background: url(../images/button_marker.png) bottom;
}
input[type=submit].btn-primary {
  padding-right: 13px;
}
.btn-info {
  background: url(../images/button.png);
  border: 3px solid #d9dcdc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /* font-family: 'roboto_condensedbold'; */
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px 0 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-info:after {
  position: absolute;
  content: '';
  background: url(../images/button_marker.png);
  width: 17px;
  height: 17px;
  right: 12px;
  top: 5px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  outline: none;
  box-shadow: none;
  background: url(../images/button.png) 0 -28px;
  color: #ffffff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info:active:after {
  background: url(../images/button_marker.png) bottom;
}
.input-append .add-on,
.input-prepend .add-on {
  padding: 6px 5px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0 0 20px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li.pagination-prev .pagenav,
.pagination ul li.pagination-next .pagenav {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #d9dcdc;
  background: url(../images/button.png);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px 0 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li.pagination-prev .pagenav:after,
.pagination ul li.pagination-next .pagenav:after {
  position: absolute;
  content: '';
  background: url(../images/button_marker.png);
  width: 17px;
  height: 17px;
  right: 12px;
  top: 5px;
}
.pagination ul li.pagination-prev .pagenav:hover,
.pagination ul li.pagination-next .pagenav:hover {
  background: url(../images/button.png) 0 -28px;
  color: #ffffff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li.pagination-prev .pagenav:hover:after,
.pagination ul li.pagination-next .pagenav:hover:after {
  background: url(../images/button_marker.png) bottom;
}
.pagination ul li .pagenav {
  /*/* font-family: 'roboto_condensedbold'; */*/
  font-size: 17px;
  padding: 0;
  text-transform: uppercase;
  color: #ff053e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.pagination ul li span.pagenav {
  color: #ff053e;
}
.pagination ul li a.pagenav {
  color: #1ec8e8;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #ff053e;
}
.pagination ul li.num span.pagenav {
  color: #ff053e;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 23px;
  font-size: 0;
  line-height: 0;
}
.item_img a,
.category_img a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.item_img img,
.category_img img {
  border-radius: 4px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 26px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
/*======================= TOP =======================*/
#top-row {
  border-top: 3px solid #25788a;
  background: #298397;
  line-height: 30px;
}
.contacts {
  color: #63c9d1;
  font-size: 11px;
}
.contacts span {
  display: inline-block;
}
.contacts .mail {
  background: url(../images/mail.png) 0 50% no-repeat;
  padding: 0 21px 0 24px;
  margin-left: 8px;
}
.contacts .phone {
  background: url(../images/phone.png) 0 50% no-repeat;
  padding: 0 0 0 13px;
}
.contacts a {
  color: inherit;
}
.contacts a:hover {
  color: #fff;
}
.top_container {
  border-bottom: 5px solid #d1d1d1;
}
.top_container_inner {
  border-top: 1px solid #64cbd6;
  /* original was background: url(../images/showcase_light.jpg) 50% -34px no-repeat #35a7c0; changed by Ido to 0px */
  background: url(../images/showcase_light.jpg) 50% 0px no-repeat #35a7c0;
  border-bottom: 1px solid #f3f3f3;
}
.user_area ul {
  margin: 0;
  float: right;
}
.user_area ul li {
  float: left;
  font-size: 10px;
  color: #62c8d0;
  line-height: inherit;
}
.user_area ul li:before {
  content: '|';
  padding: 0 10px;
}
.user_area ul li a {
  display: inline;
  color: inherit;
}
.user_area ul li a:hover {
  color: #fff;
  background: none;
}
.user_area ul li:first-child:before {
  content: none;
  display: none;
}
/*======================= HEADER =======================*/
#header-row {
  padding: 34px 0 27px;
}
#header-row #logo a {
/* Original was 44px; Changed by Ido in order to put IPV logo on the left of the pages */
  margin-left: 0px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/slider_bg.png) 50% 0 no-repeat;
  padding: 0 0 16px;
}
#navigation-row .row-container {
  max-width: 1188px;
  padding: 6px 0 18px;
  margin: 0 auto;
  background: url(../images/slider_shadow.png) 50% 100% no-repeat;
  background-size: 94.7% 18px;
}
.camera_target {
  overflow: hidden;
  border-radius: 4px;
}
.camera_caption:before {
  display: inline-block;
  height: 100%;
  font-size: 0;
  line-height: 0;
  width: 1px;
  vertical-align: middle;
  content: '';
}
.camera_caption > div {
  /* font-family: 'roboto_condensedlight'; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 99%;
  vertical-align: middle;
}
.camera_caption > div p {
  padding-left: 4px;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  /* original padding: 5px 0 0; changed by Ido in order to put main menu bottom aligned with IPV logo */
  padding: 20px 0 0;
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  height: 42px;
}
.navigation ul.sf-menu > li:before {
  position: absolute;
  bottom: -14px;
  height: 17px;
  content: '';
  left: -3px;
  right: -3px;
  background-size: 100% 17px !important;
  pointer-events: none;
}
.navigation ul.sf-menu > li.active:before,
.navigation ul.sf-menu > li.sfHover:before,
.navigation ul.sf-menu > li.current:before,
.navigation ul.sf-menu > li:hover:before {
  background: url(../images/menu_shadow.png) 50% 50% no-repeat;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li:hover > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span,
.navigation ul.sf-menu > li:hover > span {
  background: #ffffff;
  color: #343536;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 20px;
  line-height: 42px;
  /* font-family: 'roboto_condensedbold'; */
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
  height: 42px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #ffffff;
  color: #343536;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 54px;
  left: 50%;
  margin-left: -93.5px;
}
.navigation ul.sf-menu ul {
  width: 187px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  right: 188px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  right: 188px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #3a4247;
  padding: 12px 0;
}
.navigation ul.sf-menu ul ul {
  background: #495257;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #b7bfc4;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  /* original was padding: 19px 0 6px; changed by Ido to 0px */
  background: #e9e9e9;
  padding: 0px 0 0px;
}

#showcase-row .container {
	width: 100%;
}

.strategy {
  /* font-family: 'roboto_condensedlight'; */
  font-size: 14px;
  line-height: 17px;
  color: #5b6d77;
}
.strategy .readmore {
  float: right;
  margin-top: -8px;
  border: 3px solid #cac9c9;
  background: url(../images/button_2_tail.png) 0 -34px;
  line-height: 34px;
  height: 40px;
  padding: 0 44px 0 15px;
  font-size: 17px;
}
.strategy .readmore:after {
  background: url(../images/button2_marker.png) bottom;
  width: 24px;
  height: 24px;
  right: 10px;
}
.strategy .readmore:hover {
  background: url(../images/button_2_tail.png) top;
}
.strategy .readmore:hover:after {
  background: url(../images/button2_marker.png) top;
}
.strategy p {
  overflow: hidden;
  padding-right: 20px;
  max-width: 820px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
/* Original was padding: 70px 0 35px; changed by Ido to get feature row closer to showcase row */
  padding: 30px 0 35px;
}
#feature-row .row-container {
  background: #fff;
  border-radius: 4px;
  max-width: 1188px;
  margin: 0 auto;
  padding: 45px 0 0px;
}
.top_blocks .item_title .item_title_part0 {
  display: block;
  /* Original was font-size: 30px; changed by Ido titles in one line */
  font-size: 22px;
  line-height: 34px;
}
.top_blocks .item {
  text-align: center;
  position: relative;
  /* Original was padding: 19px 0 65px; */
  padding: 19px 0 30px;
  margin-bottom: 24px;
}
.top_blocks .item:after {
  position: absolute;
  background: url(../images/top_blocks_border.png) 0 50% no-repeat;
  background-size: 1px 100%;
  width: 1px;
  height: 100%;
  content: '';
  left: -18px;
  top: 0;
}
.top_blocks .item:first-child:after {
  display: none;
}
.top_blocks .item .item_content {
  padding: 110px 0 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.top_blocks .item .readmore {
  height: 40px;
  line-height: 32px;
  font-size: 17px;
  background: url(../images/button_2_tail.png);
  padding: 0 44px 0 17px;
}
.top_blocks .item .readmore:after {
  position: absolute;
  content: '';
  background: url(../images/button2_marker.png);
  width: 24px;
  height: 24px;
  right: 10px;
  top: 5px;
}
.top_blocks .item .readmore:hover {
  background: url(../images/button_2_tail.png) bottom;
}
.top_blocks .item .readmore:hover:after {
  background: url(../images/button2_marker.png) bottom;
}
.top_blocks .item.item_num0 .item_content {
  background-image: url(../images/icon_DataSecurity.png);
}
.top_blocks .item.item_num1 .item_content {
  background-image: url(../images/icon_RiskManagement.png);
}
.top_blocks .item.item_num2 .item_content {
  background-image: url(../images/icon_Monitoring.png);
}
.top_blocks .item.item_num3 .item_content {
  background-image: url(../images/icon_Governance.png);
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: url(../images/mainbottom_tail.png) repeat-x;
  padding: 29px 0 0;
}
.top_carousel .item_img a:after {
  background: url(../images/img_shadow.png) 50% 50% no-repeat;
  height: 12px;
  width: 100%;
  position: absolute;
  content: '';
  left: 0;
  bottom: -12px;
  pointer-events: none;
  background-size: 100% 12px !important;
}
.top_carousel .item_img a img {
  border-radius: 4px;
}
.top_carousel p {
  margin-bottom: 23px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 32px 0 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 36px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.body__services #component .item {
  background: #ddd;
  position: relative;
  border-radius: 4px;
  padding-bottom: 1px;
}
.body__services #component .item:after {
  background: url(../images/img_shadow.png) 50% 0 no-repeat;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
  height: 12px;
  background-size: 100% 12px !important;
}
.body__services #component .item .item_img {
  margin-bottom: 17px;
}
.body__services #component .item .item_img img {
  border-radius: 4px;
}
.body__services #component .item .item_header,
.body__services #component .item .item_introtext {
  padding: 0 10px 0 20px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -1.65%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Original before Ido changed it was: padding: 0 1.58%; */
  padding: 0 1.58% 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published,
.page-item .item_published {
  float: left;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  background: url(../images/date_tail.png) repeat-x #02ccff;
  border: 3px solid #e6e7e7;
  border-radius: 6px;
  min-width: 50px;
  padding: 7px 5px 5px;
  /* font-family: 'roboto_condensedbold'; */
  margin-right: 17px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}
.page-blog .item_published span,
.page-item__blog .item_published span,
.page-archive .item_published span,
.page-item .item_published span {
  display: block;
  font-size: 26px;
}
.item_introtext:after {
  clear: both;
  content: '';
  display: block;
}
.page-item {
  margin-bottom: 40px;
}
.addthis_toolbox {
  padding-top: 14px;
}
.list1 ul {
  margin: 0;
  list-style: none;
}
.list1 ul li {
  padding: 0 0 12px 15px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: inherit;
  background: url(../images/list1_marker.png) 0 7px no-repeat;
}
.list1 ul li a {
  color: inherit;
}
.list1 ul li a:hover {
  color: #1ec8e8;
}
.item_info_dl {
  margin-bottom: 30px;
}
.item_info_dl dd {
  margin: 0;
}
#aside-right .moduletable {
  margin-bottom: 50px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: url(../images/mainbottom_tail.png) repeat-x;
  padding: 30px 0 14px;
}
.recent_articles .item {
  border-top: 1px dotted #b2b2b2;
  padding-top: 16px;
  margin-bottom: 18px;
}
.recent_articles .item:first-child {
  border: none;
  padding-top: 0;
}
.recent_articles .item .item_published {
  font-size: 10px;
  color: #8f8f8f;
}
.recent_articles h6 {
  text-transform: none;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
.recent_articles h6 a {
  color: #ff053e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recent_articles h6 a:hover {
  color: inherit;
}
.latest_posts .item {
  border-top: 1px dotted #b2b2b2;
  padding-top: 23px;
  margin-bottom: 15px;
}
.latest_posts .item:first-child {
  border: none;
  padding: 0;
}
.latest_posts .item_published {
  font-size: 10px;
  color: #8f8f8f;
}
.latest_posts .item_img {
  width: 64px;
}
.latest_posts .item_img img {
  border-radius: 0;
}
.latest_posts h6 {
  font-style: italic;
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.latest_posts h6 a {
  color: #39444a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.latest_posts h6 a:hover {
  color: #ff053e;
}
.why_choose_us .item {
  padding: 0 0 0 33px;
  margin-bottom: 30px;
  background: url(../images/accordeon_icon.png) left -206px no-repeat;
  cursor: pointer;
}
.why_choose_us .item .item_title {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #39444a;
}
.why_choose_us .item.selected .item_title,
.why_choose_us .item:hover .item_title {
  color: #1ec8e8;
}
.why_choose_us .item.selected {
  background-position: left top;
  margin-bottom: 15px;
}
.why_choose_us .item .item_introtext {
  font-size: 11px;
  line-height: 18px;
}
.why_choose_us .item .item_introtext p {
  margin-bottom: 0;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: url(../images/bottom_tail.png) repeat-x #ebedee;
  padding: 22px 0 19px;
}
/*======================= FOOTER =======================*/
#footer-row {
  padding: 53px 0 0;
}
#footer-row .moduletable {
  margin-bottom: 31px;
}
.footer_logo .mod-custom {
  width: 74px;
  height: 20px;
  margin-left: -1px;
}
.footer_list {
  padding: 9px 0 0;
}
.footer_list ul {
  margin: 0;
}
.footer_list ul li {
  font-size: 11px;
  padding: 0 0 6px;
}
.footer_list ul li a {
  color: #c4d4dd;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer_list ul li a:hover {
  background: none;
  color: #fff;
}
.footer_list ul li a.blog {
  position: relative;
}
.footer_list ul li a.blog:before {
  background: url(../images/blog_icon.png);
  width: 15px;
  height: 13px;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -14px;
}
.footer_menu ul {
  margin: 0 0 0 288px;
  overflow: hidden;
}
.footer_menu ul li {
  float: left;
  font-size: 11px;
  color: #c4d4dd;
}
.footer_menu ul li:before {
  content: '|';
  padding: 0 21px;
}
.footer_menu ul li:first-child:before {
  display: none;
}
.footer_menu ul li a {
  color: #c4d4dd;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer_menu ul li a:hover {
  background: none;
  color: #fff;
}
.footer_menu ul li.active a,
.footer_menu ul li.current a {
  color: #fff;
}
#copyright-row {
  color: #c4d4dd;
  font-size: 11px;
  padding-bottom: 35px;
}
#copyright-row .container {
  border-top: 1px solid #41535d;
}
.mod-footer {
  padding: 19px 0 0;
}
.mod-footer a {
  display: inline-block;
  color: inherit;
}
.mod-footer a:hover {
  color: #fff;
}
#footer-wrapper {
  background: #5b6d77;
}
/*===== Social Media ======*/
.social {
  padding: 9px 0 0;
}
.social .moduleTitle {
  color: #c4d4dd;
  margin: 0 0 10px;
}
.social li {
  margin: 0 5px 0 0;
}
.social li a {
  width: 24px;
  height: 24px;
}
.social li a:hover {
  background-position: left bottom;
}
