.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1f253c;
}
h2,
h3 {
  color: #404040;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 32px;
}
h3.esud {
	color: #f59c00;
	clear:both;
}
h4 {
  color: #3f3f3f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 2px;
}
h4.esud {
	color: #f59c00;
	clear:both;
	font-size:32px;
}
.moduleTitle.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  line-height: 52px;
  text-transform: none;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
p.esud {
	font-size: 18px;
	line-height: 27px;
}
ul.esud li {
	font-size: 18px !important;
	line-height: 27px;	
}

.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #838383;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
  border: none;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #0e73b5;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #0e73b5;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #0e73b5;
  color: #ffffff;
}
.btn-info {
  background: #404040;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  box-shadow: none;
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.icon {
  margin: 0 0 57px;
  overflow: hidden;
  padding: 11px 0 0;
}
ul.icon li {
  float: left;
  max-width: 33.3333333%;
}
ul.icon li a {
  display: block !important;
  height: 157px;
  position: relative;
}
ul.icon li a:before {
  width: 100%;
  position: absolute;
  top: -10px;
  height: 10px;
  content: "";
}
ul.icon li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.icon li a .image-title {
  display: block;
  color: #ffffff;
  padding: 25% 40px 0;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.icon li a.blue {
  background: #1f253c !important;	
}
ul.icon li a.blue:before {
  background: #1f253c;				
}
ul.icon li a.blue:hover:before {
  background: url(../images/template/separator1.png) center top no-repeat !important;
}
ul.icon li a.orange {
  background: #fab650 !important;	
}
ul.icon li a.orange:before {
  background: #fab650;				
}
ul.icon li a.orange:hover:before {
  background: url(../images/template/separator2.png) center top no-repeat !important;
}
ul.icon li a.yellow {
  background: #71bcbd !important;	
}
ul.icon li a.yellow:before {
  background: #71bcbd;				
}
ul.icon li a.yellow:hover:before {
  background: url(../images/template/separator3.png) center top no-repeat !important;
}
ul.icon li a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.icon li a:hover .image-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.price {
  margin: 0 0 20px;
}
ul.price li {
  color: #3f3f3f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
  list-style: none;
  letter-spacing: 1px;
  padding-bottom: 13px;
}
ul.price li a.link {
  display: inline-block;
  background: #4d4d4d;
  text-shadow: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 32px 6px 22px;
  text-transform: uppercase;
  position: relative;
}
ul.price li a.link:after {
  content: "";
  position: absolute;
  right: 19px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent white;
}
ul.price li a.link:hover {
  background: #d7d7d7 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
ul.item_list,
.categories-module,
.archive-module {
  margin: 0 0 20px;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  list-style: none;
  padding: 0 0 4px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  background: url(../images/template/marker.gif) 0 -65px no-repeat;
  padding-left: 17px;
  color:#7b7689;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  background: url(../images/template/marker.gif) 0 7px no-repeat !important;
  color: #cec9c9;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: #404040;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #404040;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #1f253c;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 20px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1f253c;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
  background: url(../images/template/banner2024.png) center 0 no-repeat;
  background-size: cover;
  padding-top: 55px;
}
#top-row .moduleTitle {
  color: #1f253c;
  letter-spacing: -1px;
  margin-bottom: 42px;
}
/*======================= HEADER =======================*/
#logo {
  margin-bottom: 51px;
  margin-top: 7px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0 0 3px;
  margin: 0;
}
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.sfHover > span {
  background: none;
  color: #00a7a6;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #00a7a6;
  padding: 0 0 0 20px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  background: none;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #00a7a6;
}
.navigation ul.sf-menu li > ul {
  top: 22px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: 0px;
  left: 157px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: 0px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: none;
  padding: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  background: none;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #00a7a6;
}
.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 {
  background: none;
  color: #00a7a6;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
  /*width: 155px;*/
  width: 300px;
}
.navigation ul.sf-menu.sf-vertical > li:hover > ul,
.navigation ul.sf-menu.sf-vertical > li.sfHover > ul {
  /*Define 1st SubMenu position*/
  left: 20px;
}
.navigation ul.sf-menu.sf-vertical ul {
  position: relative;
  left: 20px;
  top: 0;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  display: inline-block;
  font-weight: bold;
  padding: 0px;
  text-transform: uppercase;
}
.navigation ul.sf-menu.sf-vertical ul li a:hover,
.navigation ul.sf-menu.sf-vertical ul li span:hover {
  background: none;
  color: #00a7a6;
}
.navigation ul.sf-menu.sf-vertical ul li.active > a,
.navigation ul.sf-menu.sf-vertical ul li.sfHover > a,
.navigation ul.sf-menu.sf-vertical ul li.active > span,
.navigation ul.sf-menu.sf-vertical ul li.sfHover > span {
  background: none;
  color: #00a7a6;
}
.navigation ul.sf-menu.sf-navbar {
  height: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 22px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 20px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}

a.esud {
  color:#1f253c;	
}
a.esud:hover {
  color:#00a7a6;	
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv.services .item {
  color: white;
  margin-bottom: 0;
}
.mod-newsflash-adv.services .item .item_img {
  margin-bottom: 0;
  width: 50%;
  position: relative;
  float: left;
  text-align: right;
}
.mod-newsflash-adv.services .item .item_img:before {
  content: "";
  position: absolute;
  top: 59px;
  right: 0px;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #000000 transparent transparent;
}
.mod-newsflash-adv.services .item .item_img .item_fulltext {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
  padding-top: 43px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-newsflash-adv.services .item .item_img .item_fulltext .inner {
  float: right;
  margin-right: 90px;
  max-width: 500px;
}
.mod-newsflash-adv.services .item .item_content {
  overflow: hidden;
  padding: 40px 90px 0;
  max-width: 430px;
}
.mod-newsflash-adv.services .item .item_content .item_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  color: white;
  /* max-width: 380px; */
  margin-bottom: 19px;
}
.mod-newsflash-adv.services .item .item_content .item_introtext {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  letter-spacing: 1px;
}
.mod-newsflash-adv.services .item .item_content .item_introtext p {
  font-size: 22px;
}  
.mod-newsflash-adv.services .item .item_content a {
  color: #ffffff;
}
.mod-newsflash-adv.services .item .item_content a:hover {
  color: #838383 !important;
}
.mod-newsflash-adv.services .item .item_content a.book {
  float: left;
  margin: 12px 30px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
  padding: 17px 10px;
  letter-spacing: 2px;
  background: #ffffff;
  color: #838383;
  text-shadow: none;
}
.mod-newsflash-adv.services .item.even .item_img {
  float: right;
  text-align: left;
}
.mod-newsflash-adv.services .item.even .item_img:before {
  right: auto;
  left: 0;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #000000;
}
.mod-newsflash-adv.services .item.even .item_title {
  float: right;
}
.mod-newsflash-adv.services .item.even .item_content {
  float: right;
  text-align: right;
}
.mod-newsflash-adv.services .item.even a.book {
  float: right;
  margin: 12px 0 0 30px;
}
.mod-newsflash-adv.services .item.even .item_fulltext .inner {
  float: left;
  margin-left: 90px;
}
.mod-newsflash-adv.services .item.color1 {
  background: #1f253c;
}
.mod-newsflash-adv.services .item.color1 .item_img {
  background: #fff;
}
.mod-newsflash-adv.services .item.color1 .item_img .item_fulltext {
  background: #161a2c;
  color: #7b7689;
  overflow:hidden;
}
.mod-newsflash-adv.services .item.color1 .item_img:before {
  border-color: transparent transparent transparent #1f253c;
}
.mod-newsflash-adv.services .item.color1 a.book {
  color: #1f253c;
}
.mod-newsflash-adv.services .item.color1 a.book:hover {
  background: #161a2c !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
.mod-newsflash-adv.services .item.color2 {
  background: #fab650;
}
.mod-newsflash-adv.services .item.color2 .item_img {
  background: #fff;
}
.mod-newsflash-adv.services .item.color2 .item_img .item_fulltext {
  background: #f59c00;
  color: #fee8c9;
  overflow:hidden;
}
.mod-newsflash-adv.services .item.color2 .item_img:before {
  border-color: transparent #fab650 transparent transparent;
}
.mod-newsflash-adv.services .item.color2 a.book {
  color: #fab650;
}
.mod-newsflash-adv.services .item.color2 a.book:hover {
  background: #f59c00 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
.mod-newsflash-adv.services .item.color3 {
  background: #71bcbd;
}
.mod-newsflash-adv.services .item.color3 .item_img {
  background: #fff;
}
.mod-newsflash-adv.services .item.color3 .item_img .item_fulltext {
  background: #00a7a6;
  color: #abd4d4;
  overflow:hidden;
}
.mod-newsflash-adv.services .item.color3 .item_img:before {
  border-color: transparent transparent transparent #71bcbd;
}
.mod-newsflash-adv.services .item.color3 a.book {
  color: #71bcbd;
}
.mod-newsflash-adv.services .item.color3 a.book:hover {
  background: #00a7a6 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.mod-newsflash-adv.services .item.color4 {
  background: #d6c15f;
}
.mod-newsflash-adv.services .item.color4 .item_img {
  background: #fff;
}
.mod-newsflash-adv.services .item.color4 .item_img .item_fulltext {
  background: #cab552;
  color: #fff1ac;
  overflow:hidden;
}
.mod-newsflash-adv.services .item.color4 .item_img:before {
  border-color: transparent #d6c15f transparent transparent ;
}
.mod-newsflash-adv.services .item.color4 a.book {
  color: #d6c15f;
}
.mod-newsflash-adv.services .item.color4 a.book:hover {
  background: #cab552 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.mod-newsflash-adv.services .item:hover .item_fulltext {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content,
.mod-newsflash-adv.book .item_content {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content .item_title,
.mod-newsflash-adv.book .item_content .item_title {
  background: #3f3f3f;
  color: #ffffff;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  margin: 0;
  padding: 15px 0 12px;
  text-align: center;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__book .item_content .item_title:before,
.mod-newsflash-adv.book .item_content .item_title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -11px;
}
.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;
}
ul.list_book {
  margin: 0;
}
ul.list_book li {
  list-style: none;
}
ul.list_book li ul {
  margin: 0;
  text-transform: uppercase;
}
ul.list_book li ul li {
  list-style: none;
  line-height: 18px;
}
ul.list_book li.bg1 {
  background: #4d4d4d;
  color: #838383;
  text-shadow: none;
}
ul.list_book li.bg1 ul {
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 200px;
  padding: 7px 0 11px;
}
ul.list_book li.bg1 ul li strong,
ul.list_book li.bg1 ul li span {
  display: inline-block;
  line-height: 72px;
  margin-bottom: -15px;
}
ul.list_book li.bg1 ul li strong {
  font-size: 60px;
}
ul.list_book li.bg1 ul li span {
  font-size: 24px;
  text-transform: none;
}
ul.list_book li.bg2 {
  background: #e3e3e3;
  color: #4d4d4d;
  text-shadow: none;
}
ul.list_book li.bg2 ul {
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 128px;
  padding: 17px 0 30px;
}
ul.list_book li.bg2 ul li {
  line-height: 16px;
  overflow: hidden;
}
ul.list_book li.bg2 ul li strong {
  float: left;
  font-size: 48px;
  display: inline-block;
  line-height: 48px;
  margin-bottom: 3px;
}
ul.list_book li.bg2 ul li span {
  float: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}
ul.list_book li.bg2 ul li a {
  background: #4d4d4d;
  color: #ffffff;
  text-shadow: none;
  display: block;
  margin: 17px 0 0;
  padding: 7px 0 8px;
}
ul.list_book li.bg2 ul li a:hover {
  background: #ffffff;
  color: #4d4d4d;
  text-shadow: none;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row .moduletable .moduleTitle.title {
  line-height: 47px;
}
#content-top-row .moduletable:hover .moduleTitle.title {
  color: #cfcfcf;
}
#content-top-row .moduletable:hover .price li {
  color: #cfcfcf;
}
/*======================= CONTENT =======================*/
#content-row {
  /*padding-bottom: @baseLineHeight;*/
  padding-top: 30px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 20px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 10px;
}
.item_info_dl dd {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 16px;
  margin: 0 20px 0 0;
  display: inline;
  color: #3f3f3f;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #1f253c;
}
.item_info_dl dd a {
  color: #3f3f3f;
}
.item_info_dl dd a:hover {
  color: #1f253c;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}

div.span4.esud  {
	background-color:#1f253c;
	color:#fff;
	border-bottom:2px solid #1f253c;
	font-weight:bold;
	text-align:center;
}
div.span2.esud  {
	color:#f59c00;
	border-bottom:2px solid #1f253c;
	font-weight:bold;
	text-align:center;
}
/*===== Home Page ======*/
.custom {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  padding-top: 5%;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.custom .title {
  color: #47475e;
  font-weight: bold;
  text-transform: uppercase;
}
.custom .title span {
  display: block;
}
.custom .phone {
  float: left;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 2px;
  margin-right: 20px;
}
  
.custom h5 {
  margin-top: 10px;
}

.custom td {
  vertical-align:middle;
  padding-right:10px;
}

/*===== About Page ======*/
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.moduletable.fright {
  float: right;
}
aside .moduleTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
aside .moduleTitle.title {
  line-height: 47px;
  color: #cfcfcf;
  margin-bottom: 18px;
}
aside .moduletable {
  margin-bottom: 40px;
}
aside .mod-search {
  padding: 0;
  display: block;
}
aside .mod-search form {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 320px;
}
aside .mod-search form #searchword {
  background: #ebebeb;
  color: #838383;
  text-shadow: none;
  margin: 0;
  border: none;
  height: 31px;
  padding: 0 30px 0 10px;
  width: 100%;
  line-height: 31px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
aside .mod-search form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 4px 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
aside .mod-search form input[type="image"]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #71bcbd;
  color: #abd4d4;
  text-shadow: none;
  padding-bottom: 35px;
  padding-top: 36px;
}
#bottom-row .moduleTitle {
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
#bottom-row .mod-newsflash-adv blockquote {
  background: #00a7a6;
  color: #abd4d4;
  text-shadow: none;
  margin-bottom: 31px;
  padding: 24px 30px 27px;
  position: relative;
}
#bottom-row .mod-newsflash-adv blockquote:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #00a7a6 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}
#bottom-row .mod-newsflash-adv small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: .7px;
  display: block;
  text-align: center;
}
#bottom-row .mod-newsflash-adv small span {
  display: block;
}
#bottom-row .mod-newsflash-adv small a {
  color: #abd4d4;
}
#bottom-row .mod-newsflash-adv small a:hover {
  color: #ffffff;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  padding-top: 40px;
  background-color:#fff;
}
#footer-wrapper .moduleTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  /*margin-bottom: 18px;*/
  text-transform: uppercase;
}
#copyright {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 8px;
  text-transform: uppercase;
  color: #838383;
  margin-bottom: 20px;
  text-align:center;
  float:right;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #838383;
  filter:grayscale(100%);   /* partie qui doit changer via script.js pour le nouveau logo */
}
#copyright a:hover {
  color: #7b7689;
}
.social {
  margin: 4px 0 76px;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 18px 0 0;
}
.social li a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  color: white;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 18px/18px FontAwesome;
}
.social li a:hover {
  color: #1f253c;
}
