body {
 background:;
  background: #ebdac3;
  font-family:'source_sans_proregular', Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height: 1.428571429;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 18px;
  line-height: 18px;
}
p em {
  color: #f0910a;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'source_sans_probold';
  text-transform:uppercase;
}
h1 {
  margin-bottom: 15px;
  margin-top: 40px;
}
h1.navbar-brand {
  padding: 0;
  float: left;
  margin: 0 50px 0 0;
}
h1.navbar-brand a {
  display: inline-block;
}
h1.navbar-brand a > img {
  width: 100%;
}
h2 {
  color: #734005;
  display: block;
  margin-bottom: 15px;
  margin-top: 40px;
}
h3 {
  color: #f0910a;
  letter-spacing: 2px;
  margin-top: 30px;
}
h4 {
  margin-top: 25px;
}
a {
  color:#f09100;
  text-decoration:underline;
}
.extra-wrap {
  overflow: hidden;
}
.container {
  position: relative;
}
.global {
  background: #ffffff;
}
.global.indent {
  padding-top: 72px;
}
.typo3-message.message-ok {
  color: #008000;
  background-color: #DFF0D8;
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid #D6E9C6;
  border-radius: 4px;
}
/*-----menu-----*/
nav.tm_navbar {
  background: none;
  border: none;
  float: right;
  max-width: 70%;
  margin: 25px 0 0 0;
}
nav.tm_navbar li {
  float: left;
  margin-left: 20px;
  width: 200px;
}
nav.tm_navbar li a {
  position: relative;
  padding: 23px 0 0 0;
  float: left;
  font-family:'source_sans_probold';
  color: #705122;
  background: none;
  text-transform: uppercase;
  line-height: 17px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  text-decoration:none;
}
nav.tm_navbar li.active > a {
  color: #f09100;
}
nav.tm_navbar li > a:hover {
  color: #f09100;
  text-decoration: none;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
  color: #f09100;
  text-decoration: none;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar li a span {
  display: inline-block;
  height: 7px;
  background: url(../img/menu-marker.png) no-repeat;
  width: 6px;
  position: absolute;
  left: 28px;
  top: 29px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 193px;
  left: 0;
  top: 40px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #f0910a;
  padding: 20px 0 35px 23px;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
nav.tm_navbar .sub-menu > ul li a {
  display: block;
  background: transparent;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
  margin-left: 30px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 7px;
  position: relative;
  left: 16px;
  top: -2px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: underline;
  /*color: #f09100 !important;*/
  background: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul .sfHover > a {
  text-decoration: none;
  color: #f09100 !important;
  background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 193px;
  left: 0;
  top: 95px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #f0910a;
  padding: 0 0 35px 43px;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
  display: block;
  background: transparent;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #f09100 !important;
  background: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-menu {
  display: none !important;
}
/*-----content-----*/
header {
  position: relative;
  width: 100%;
  padding: 60px 0 38px 0;
  background: white;
  border-bottom: none;
}

.headerwithborder{
  border-bottom: 2px solid #714400;
}
header.indent {
  padding-bottom: 53px;
}
footer {
  position: relative;
  padding-top: 23px;
  background: url("../img/img-footer.png") no-repeat bottom left #f3af49;
  height:273px;
}
footer .container {
  position: relative;
  height:100%;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color:#f09100;
}
footer h6 {
  margin-bottom:30px;
  font-size: 90%;
}
footer article {
    margin-top: 25px;
}
footer > em {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/foo_shadow.png) repeat-x;
  width: 100%;
  height: 11px;
}
footer p, footer p a {
  font-size: 18px;
  color: #714400;
}
footer p {
  position: absolute;
  bottom: 12px;
}
footer p a {
  font-weight:bold;
}
footer p a:hover {
  color: #ffffff;
  text-decoration:underline;
}
footer .privacy-link a {
  font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer .privacy-link a:hover {
  color: #91d2d5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer .privBox a {
  display: inline-block;
  float: left;
  color: #ccb79b;
  text-transform: none;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer .privBox a:hover {
  color: #f0910a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer .privBox p {
  display: inline-block;
  float: left;
  color: #ccb79b;
  text-transform: none;
  margin-bottom: 0px;
  line-height: 15px;
  word-spacing: 2px;
  margin-top: -4px;
  letter-spacing: 1px;
}
footer .privBox p a {
  margin: 0;
}
.fooBox {
  margin-top: 17px;
  border-left: 1px solid #f4cd90;
}
.fooBox a {
  float: left;
  margin-bottom: 11px;
  margin-right: 14px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.fooBox a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_icon {
  margin: 100px 0 81px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.follow_icon li {
  margin-left: 8px;
  display: inline-block;
}
.follow_icon li:first-child {
  margin-left: 0;
}
.follow_icon li a {
  color: #6dbdbf;
  background: #ffffff;
  text-align: center;
  font-size: 26px;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  padding-top: 11px;
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}
.follow_icon li a:hover {
  background: #91d2d5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}
.foo-info {
  text-align: center;
}
.foo-info .badge {
  display: inline-block;
  background: #ffffff;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font: 42px 'Racing Sans One';
  color: #6dbdbf;
  margin-bottom: 24px;
}
.foo-info p {
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}
.formBox {
  padding-top: 25px;
  margin-bottom: 53px;
}
.teamBox {
  background: #f99090;
  padding-top: 65px;
  padding-bottom: 31px;
}
.error-box {
  padding-bottom: 138px;
}
.errorBox > img {
  width: 100%;
}
.searchBox {
  padding-bottom: 60px;
}
#toTop {
  display: none;
  width: 57px;
  height: 57px;
  overflow: hidden;
  position: fixed;
  margin-right: -690px !important;
  background: url(../img/top.png) 0 top no-repeat;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.servicesBox h2 {
  margin: 0 0 38px 0;
}
.circleBox {
  text-align: center;
}
.circle-box {
  display: inline-block;
  margin-top: -85px;
  padding-bottom: 44px;
}
.circle-thumb > a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 170px;
  width: 100%;
  text-align: center;
}
.circle-thumb > a img {
  margin-bottom: 10px;
}
.circle-thumb > a p {
  font-family: 'source_sans_probold';
  color: #f09100;
  text-transform: uppercase;
}
.circle-thumb > a .ph {
  border-radius: 170px;
  background: #ffffff;
  margin: 0;
  text-align: center;
  padding: 38px 10px 0 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.circle-thumb > a .caption {
  padding: 30px 0 0 0;
  border-radius: 170px;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /*background: #f0910a url(../img/circle_pattern.png) center 0 repeat-y;*/
  background:#ffffff;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
/*.circle-thumb > a .caption.last {
  padding: 62px 0 0 0;
}*/
.circle-thumb > a:hover .ph {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.circle-thumb > a:hover .caption {
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.solutionBox {
  padding-bottom: 51px;
}
.freeBox {
  background: #f09100;
  padding: 0 0 0 0;
  border-top:2px solid #714400;
  border-bottom:2px solid #714400;
}
.freeBox p {
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: -9px;
  float: left;
  word-spacing: 2px;
}
.freeBox p span {
  font-size: 36px;
  text-transform: uppercase;
}
.freeBox p strong {
  font-size: 72px;
  color: #f09100;
  font-weight: normal;
  position: relative;
  top: 9px;
  margin-left: 14px;
}
.nav-bottom {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-bottom li {
  float:left;
  list-style:none;
}
.nav-bottom a {
  font-family: 'source_sans_probold';
  font-size:18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 20px;
  display: inline-block;
  transition: all 0.4s ease;
  border-left: 2px solid #ffffff;
  text-decoration:none;
}
.nav-bottom li:first-child a {
  background: #bd7200;
}
.nav-bottom li:nth-of-type(3) a {
  background: #f3af49;
}
.nav-bottom a:hover {
  text-decoration:underline;
}
#fb-link a {
  padding:0;
}
#fb-link a img {
  border-right: 2px solid #ffffff;
}
/*-----thumbs-----*/
.thumb-pad1 {
  position: relative;
  margin-top: -5px;
}
.thumb-pad1 .thumbnail {
  position: relative;
  background: none;
  padding: 0 0 30px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail figure {
  margin: 0;
  border-radius: 170px;
  float: left;
  margin-right: 30px;
}
.thumb-pad1 .thumbnail figure img {
  border-radius: 170px;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #ddc097;
}
.thumb-pad1 .thumbnail .caption p {
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption a {
  color: #f09100;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail .caption .title {
  color: #f09100;
  margin: 0;
  padding: 0;
}
.list2 {
  margin-bottom: 50px !important;
}
.thumbBox2 {
  border-bottom: 1px solid #eae9eb;
  padding-bottom: 35px;
}
.thumbBox2 .thumb-pad1 figure {
  float: none;
  width: 100%;
  margin-bottom: 4px;
}
.thumbBox2 .thumb-pad1 figure > img {
  width: 100%;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption p {
  margin-top: -4px;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption {
  text-align: center;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption a {
  line-height: 10px;
  margin-bottom: 0;
  color: #a2a0aa;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption a:hover {
  color: #444052;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad2 {
  margin-top: -6px;
}
.thumb-pad2 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #ddc097;
  overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
  color: #ffffff;
}
.thumb-pad2 figure {
  margin: 0 0 26px 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption a {
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #f09100;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad3 {
  padding-right: 24px;
}
.thumb-pad3 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  padding-top: 8px;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #ddc097;
  overflow: hidden;
}
.thumb-pad3 figure {
  margin: 0 0 25px 0;
}
.thumb-pad3 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 20px 0 10px 0;
  display: inline-block;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #ddc097;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 33px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad7 {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 31px;
}
.thumb-pad7 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad7 figure {
  margin: 0;
  margin-bottom: 26px;
}
.thumb-pad7 figure > img {
  width: 100%;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  color: #ddc097;
}
.thumb-pad7 .thumbnail .caption a {
  font-weight: bold;
  color: #ddc097;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption a:hover {
  color: #f09100;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad7 .thumbnail .caption p {
  margin-bottom: 0;
}
/*-----carousel-----*/
.carouselBox {
  background: #f09100;
  padding: 0px 0 25px 0;
 /* padding: 80px 0 25px 0;  Modif by raf */
  position:relative;
  border-bottom: 2px solid #714400;
}
.carouselBox .container {
  padding-top: 0;
}
.list_carousel2.responsive {
  width: auto;
  margin: 0;
  height: 520px !important;
  /*height: 261px !important;  Modif by raf */
  overflow: hidden;
}
.caroufredsel_wrapper {
  margin-bottom:125px;
}
.list_carousel2 #foo2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel2 #foo2 > li {
  padding: 0;
  float: left;
  cursor: default;
  text-align: center;
}
.list_carousel2 #foo2 > li a {
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li a:hover {
  color: #4b4b4b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li p {
  color: #ffffff;
  letter-spacing: 4px;
}
.list_carousel2 #foo2 > li p span {
  color: #f09100;
}
.list_carousel2 #foo2 > li figure:first-child {
  margin-left: 0;
}
.list_carousel2 #foo2 > li figure a {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li figure a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.foo-btn {
  position: relative;
  top: 0;
  text-align: center;
  padding: 0;
}
.pagination {
  position: absolute;
  margin: 0;
  padding: 0;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.pagination a {
  -webkit-transition: all 0.25s ease;
  border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 3px;
  border-radius: 10px;
  color:transparent;
}
.pagination a:hover span, .pagination a.selected span {
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination a span {
  border-radius: 10px;
    color: transparent;
    display: block;
    font-size: 5px;
    height: 10px;
    line-height: 8px;
    width: 10px;
}
.list_carousel2 #foo2 > li,
.caroufredsel_wrapper > ul,
.caroufredsel_wrapper,
.caroufredsel_wrapper,
#foo2 img {
    width: 100% !important;
    height: auto;
}
/*-----btn-----*/
.btn-default.btn1 {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #f09100;
  border: none;
  background: none !important;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-default.btn1:hover {
  background: none;
  color: #f0910a;
  background: none !important;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-default.btn2 {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  padding: 10px 24px 11px 23px;
  font: 14px 'Oswald';
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  border: none;
  background: #f06d56 !important;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-default.btn2:hover {
  background: none;
  color: #ffffff;
  background: #999 !important;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn3 {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: bold 12px 'Raleway' !important;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  color: #484848;
  border: none;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn3 > img {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.btn3:hover {
  color: #ff711c;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----list-----*/
.list {
  padding: 0;
  list-style: none;
  text-align: left;
}
.list li {
  margin-bottom: 0;
  padding-left: 13px;
  background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list li a {
  font-family:'MyriadProRegular';
  font-size:14px;
  text-decoration:none;
  color: #704400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list li a:hover {
  text-decoration:underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  padding-top: 37px;
}
#search-404 a {
  margin-top: 8px;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: 1px solid #ebdac3;
  background: none;
  font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding: 8px 15px 8px 16px;
  line-height: 18px;
  color: #ddc097;
  height: 38px;
  resize: none;
}
#search {
  overflow: hidden;
  position: relative;
}
#search a {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#search input {
  width: 369px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #ddc097;
  font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  border-radius: 0;
  padding: 7px 10px 10px 13px;
  margin-right: 0;
  float: left;
  background: none;
  border: 3px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 41px;
}
/*-----map-----*/
.map {
  margin: 5px 0 10px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 613px;
  border: none;
  line-height: 0;
}
.info h3 {
  margin-bottom: 33px;
}
.info p {
  margin-bottom: 0;
}
.info .marg {
  margin-bottom: 18px;
}
.info p span {
  width: 91px;
  display: inline-block;
}
.info p a {
  color: #ddc097;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.info p a:hover {
  color: #f09100;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----powermail-----*/
/* .tx-powermail {
  margin: 0 auto;
  width: 55%;
}
*/
.tx-powermail .powermail_fieldset,
.tx-powermail .powermail_create {
  border: 2px solid #714400;
  background: rgba(240, 145, 10, 0.05);
  padding:5px!Important;
}
.control-label{
 text-align:inherit!Important;
}

.tx-powermail .powermail_fieldset .powermail_legend {
  color: #f0910a;
  border-color: #f0910a;
}
.tx-powermail .powermail_fieldset .powermail_field,
.tx-powermail .powermail_fieldset .powermail_radio_outer,
.tx-powermail .powermail_fieldset .powermail_captcha_outer {
  border-color: #714400;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
  background: #714400;
  border:1px solid #f0910a;
}
/*
.tx-powermail .powermail_fieldset .powermail_fieldwrap_text {
  float:left;
  text-transform: uppercase;
  background:none;
  border:none;
  padding-left: 0;
  font-weight:bold;
  width: 100%;
  border-bottom: 1px solid #f0910a;
  margin-bottom: 3px;
}

.powermail_form_8 .col-sm-10 {
  width: 75%;
}
.powermail_fieldwrap.col-md-6 {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    padding: 0;
}

*/
.powermail_form_8 .row {
    margin-left: 0;
    margin-right: 0;
}

.powermail_form_8 .col-sm-2 {
  width: 25%;
}     

.powermail_form_8 .col-sm-offset-2 {
    margin-left: 25%;
}

/* events */
.news-list-view .article-event {
  /*width: 100%;
  margin-bottom: 5px;
  padding-bottom: 10px;*/
}
.article-event a {
  text-decoration:none;
}
.article-event a:hover .date-event {
  background: #bd7200;
}
.article-event a:hover .more-event {
  color: #000000;
}
.news-list-view .news-list-date {
  font-size: 14px;
}
.date-event {
  float: left;
  color: #ffffff;
  background: #f09100;
  padding: 8px;
  border-radius: 34px;
  text-align: center;
  height: 60px;
  width: 60px;
  font-size: 15px;
  margin-right: 15px;
}
.date-event-day {
  font-weight:bold;
}
.date-event-month:first-letter {
  text-transform: uppercase;
}
.content-event {
  color: #3E3E3E;
}        
.content-event h5 {
  margin: 4px 0 2px 0;
  font-size: 15px;
}
.more-event {
  text-align:right;
  font-size: 16px;
}

/* felogin */
input, textarea {
  border: 1px solid #714400;
  margin-bottom: 15px;
  padding: 5px;
}
input[type="submit"] {
  background: #714400 none repeat scroll 0 0;
  border: 1px solid #f0910a;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 20px;
  margin: 10px 0 20px 0;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
@media (max-width: 1220px) {
.tx-powermail {
  width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand {
  margin:0;
 }
 nav.tm_navbar {
  margin: 0;
 }
 nav.tm_navbar li a {
  padding-top:18px;
 }
 .list_carousel2.responsive {
    height: 440px !important;
  }
  
footer article {
    margin-top: 0px;
}
footer {
    background: url("../img/img-footer-tablette.png") no-repeat scroll left bottom #f3af49;
    height: 200px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 198px;
}
 nav.tm_navbar li {
 margin-left: 44px;
}
 .list_carousel2 #foo2 > li p {
 font-size: 50px;
 line-height: 70px;
}
 .circle-box {
 margin-top: -65px;
}
 .circle-thumb > a .caption.last {
 padding: 43px 0 0 0;
}
 .circle-thumb > a {
 height: 132px;
}
 .circle-thumb > a .caption {
 padding: 32px 0 0 0;
}
 .circle-thumb > a p {
 font-size: 13px;
 line-height: 14px;
}
 .circle-thumb > a img {
 margin-bottom: 17px;
}
 .freeBox {
 text-align: center;
}
 .freeBox p {
 float: none;
}
 .fooBox {
 margin-top: 0;
 margin-bottom: 40px;
}
 .telBox .title2 {
 letter-spacing: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
  h1.navbar-brand {
  margin:0;
 }
 nav.tm_navbar {
  margin: 0;
  max-width:60%;
 }
 nav.tm_navbar li {
    width: 190px;
}
 nav.tm_navbar li a {
  padding-top:18px;
  text-align:left;
 }
 .list_carousel2.responsive {
    height: 350px !important;
  }
footer article {
    margin-top: 0px;
}
footer {
    background: url("../img/img-footer-tablette.png") no-repeat scroll left bottom #f3af49;
    height: 205px;
}
 nav.tm_navbar {
 display: inline-block;
}
 h1.navbar-brand_ {
 width: 100%;
}
 header {
 text-align: center;
}
 h2 {
 font-size: 22px;
 line-height: 30px;
}
 .circle-thumb > a .ph {
 border: 1px solid #f0910a;
}
 .circle-thumb > a {
 height: 220px;
}
 .circle-thumb > a .caption {
 padding: 76px 0 0 0;
}
 .circle-thumb {
 margin-bottom: 30px;
}
 .circle-thumb > a .caption.last {
 padding: 86px 0 0 0;
}
 .freeBox {
 text-align: center;
}
 .freeBox p {
 float: none;
}
 .list_carousel2 #foo2 > li p {
 font-size: 50px;
 line-height: 70px;
}
 .telBox .title2 {
 font-size: 15px;
}
 .list6 li .extra-wrap p > a {
 float: none !important;
}
 .list6 li .extra-wrap p br {
 display: block;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 149px;
}
 .errorBox img {
 width: 100%;
}
 .telBox .title2 {
 letter-spacing: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ebdac3;
 background: #ebdac3;
 color: #f09100;
 cursor: pointer;
 margin-top: 30px;
 margin-bottom: 30px;
 height: 30px;
 vertical-align: middle;
 font-size: 14px;
}
 h2 {
 font-size: 22px;
 line-height: 30px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
h1.navbar-brand {
    float: none;
    margin:0;
}
/*footer {
  height:auto;
}*/
ul.list {
  margin-bottom:0;
}
 .nav-bottom {
 float: right;
 margin-right: 0;
}
 .freeBox {
 text-align: center;
}
 .freeBox p {
 float: none;
}
.fooBox a {
  margin-bottom:0;
}
 .list_carousel2 #foo2 > li p {
 font-size: 50px;
 line-height: 70px;
}
.list_carousel2.responsive {
  height : 340px !important;
}
 .circle-box {
 width: 100%;
 float: none;
}
 .circle-thumb {
 margin-bottom: 30px;
}
 .circle-thumb > a {
 height: 220px;
 width: 220px;
 display: inline-block;
}
 .circle-thumb > a .caption {
 padding: 76px 0 0 0;
}
 .circle-thumb > a .ph {
 border: 1px solid #f0910a;
}
 .circle-thumb > a .caption.last {
 padding: 86px 0 0 0;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
 margin-bottom: 10px;
}
 .telBox {
 padding-top: 60px;
}
 .bannerBox article {
 margin-bottom: 30px;
}
 .list1-1 {
 padding-bottom: 50px;
}
 .thumb-pad3 {
 margin-bottom: 40px;
 padding-right: 0;
}
 .thumb-pad3 figure {
 float: left;
 margin-right: 20px;
}
 .list1 {
 padding-bottom: 50px;
}
 .servicesBox {
 padding-top: 60px;
}
 .thumb-pad5 figure {
 float: left;
 margin-right: 20px;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 footer .foo-box1:after {
 width: 0;
 height: 0;
 background: none;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 right: 0;
 content: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-bottom: 3px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: 2px;
 text-align: right;
}
 #contact-form .message .error,  #contact-form .message .empty {
 bottom: 2px;
}
 .errorBox {
 margin-top: 0;
 margin-bottom: 50px;
}
 .map iframe {
 height: 300px;
}
 .privacyBox1 {
 padding-bottom: 30px;
}
 .info {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 .list6 li .extra-wrap p > a {
 float: none !important;
}
 .list6 li .extra-wrap p br {
 display: block;
}
 .list_carousel2.responsive {
 height: 270px !important;
}
 .list_carousel2 #foo2 > li p {
 font-size: 40px;
 line-height: 60px;
}
 .carouselBox {
 padding-top: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .circle-thumb {
 width: 100%;
 float: left;
}
 .list_carousel2 #foo2 > li p {
 font-size: 30px;
 line-height: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .bannerBox article {
 margin-bottom: 30px;
 float: none;
 width: 100%;
}
 footer article figure img {
 width: 100%;
}
 .follow_icon li {
 margin-left: 0;
 margin-bottom: 5px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 footer {
 padding-top: 40px;
 padding-bottom: 40px;
}
 footer .foo-info {
 float: none;
 width: 100%;
}
 .follow_icon {
 margin: 50px 0 70px 0;
}
 footer article figure {
 margin-top: 50px;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li p {
 font-size: 20px;
 line-height: 40px;
}
.list_carousel2.responsive {
  height : 200px !important;
}
 .solutionBox .title p {
 font-size: 27px;
 line-height: 30px;
}
 .freeBox p {
 font-size: 17px;
}
 .freeBox p span {
 font-size: 24px;
}
 .freeBox p strong {
 font-size: 70px;
}
 .thumb-pad1 .thumbnail figure {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 15px;
 border-radius: 250px;
}
 .thumb-pad1 .thumbnail figure img {
 width: 100%;
 border-radius: 250px;
}
 .testimonialsBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 footer section.pull-right {
 width: 100%;
 float: none;
}
 footer section.pull-right article {
 width: 100%;
 float: none;
}
 .circle-thumb > a {
 height: 170px;
 width: 170px;
}
 .circle-thumb > a .caption {
 padding: 53px 0 0 0;
}
 .circle-thumb > a .caption.last {
 padding: 63px 0 0 0;
}
 .circle-thumb > a img {
 margin-bottom: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.padBot {
  padding-bottom: 51px;
}
.padBot1 {
  padding-bottom: 20px;
}
.padBot2 {
  padding-bottom: 37px;
}
.padTop {
  padding-top: 0;
}
/*Core variables and mixins*/

.tx-datamintsfeuser-pi1 label{
  width:300px!Important;
}

/*  Ke_smallads  */
.tx-kesmallads-pi1-title{
 margin-top:0px; 
}

.btn-jep
{
 color:#705122;
 background-color:#f09100;
 text-decoration:none;
 font-weight: bold;
}