/*Fonts*/

@font-face {
  font-family: 'Myriad Pro';
  src: url('./fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url('./fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url('./fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

input[type=text],input[type=submit],input[type=button], input[type=email],input[type=password], textarea{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:0;
}

#breadcrumbs {
    margin-top: 50px;
    font-size: 13px;
}

#breadcrumbs a {
    color: #618dc9;
}

body.page-template-template_home #breadcrumbs {display: none;}

.parallax1 {
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: all 300ms ease 0s;
}

/* entire container, keeps perspective */

.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}

/*  UPDATED! flip the pane when hovered */

.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 400px;
  height: 400px;
  margin: 0px auto;
}

.flip-container {margin-top: 50px;}

/* flip speed goes here */

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
-webkit-transform-style: preserve-3d;
    z-index: 1;
}

/* hide back of pane during swap */

.front, .back {
  backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
  transition: 0.6s;
    -webkit-transition: 0.6s;
  transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
    background-image: url('images/logo_ae.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front a, .back a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*  UPDATED! front pane, placed above back */

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */

.back {
  transform: rotateY(-180deg);
    z-index: 1;
}

/* 
	Some vertical flip updates 
*/

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

/*Defualt*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.resizer {width: 100%; height: auto;}

.anchor {clear: both;}

svg.arrow_down {
    width: 35px !important;
    position: absolute !important;
    bottom: -50px;
    left: 50%;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    opacity: 1;
    z-index: 1;
    margin: 0px 0px 0px -14px !important;
    height: 35px !important;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

.side_buttons {
    position: fixed;
    z-index: 999;
    top: 190px;
    overflow: hidden;
}

.contact-fixed {
 position: relative;
top: 0px;
left: -5px;
color: #1a3660;
text-decoration: none;
font-family: 'Myriad Pro Bold', sans-serif;
text-transform: uppercase;
font-size: 14px;
padding: 0px 0px 0px 0px;
display: block;
}

.contact-fixed.hover {
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  transition-property: left !important;
  transition-delay: 0s !important;
}

.contact-fixed:hover {
  left: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
overflow: hidden;
max-width: 1680px;
margin: 0px auto;
background: #fff;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-family: 'Myriad Pro', sans-serif;
  color: #000;
  background-image: url(./images/hex_repeat_bk.jpg);
    background-repeat: repeat;
    background-size: 30%;
    background-position: 20px;
}

.bk_1 {
  position: absolute;
  top: 20%;
  right: 0px;
}

.bk_2 {
  position: absolute;
  top: 80%;
  left: 0px;
}

.home .bk_1 {
  position: absolute;
  top: 68%;
  right: 0px;
}

.home .bk_2 {
  position: absolute;
  top: 50%;
  left: 0px;
}

.bk_0 {
  position: absolute;
  top: 0%;
  left: 0px;
}

.arden_btn_wrap a{
  background: #15427f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 13px 20px 9px 20px;
  line-height: 14px;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 14px;
}

.main .welcome .arden_btn_wrap a {
    background:#618dc9;
}

.bk_1.no-transition {
  transition-duration: initial !important;
  transition-timing-function: unset !important;
}

::placeholder {
  color: #575756;
  opacity: 1;
  /* Firefox */
}

p:empty {
  display: none;
}

br {
  height: 0px;
  display: block;
    line-height: 0px;
    font-size: 0px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

/*Animation*/

.animation_timeline {
  position: absolute;
  z-index: 99;
  color: red;
  font-size: 12px;
  width: 50px;
  height: 100%;
  padding-right: 20px;
  font-weight: bold;
  pointer-events: none;
  visibility: hidden;
 top:0px;
    left: 0px;
}

.animation_timeline div {
  width: 100%;
  text-align: right;
  border-top: 2px solid red;
  position: absolute;
  left: 0px;
  padding-top: 2px;
}

.animation_timeline div span {
  position: relative;
  top: -8px;
  right: -8px;
}

/*Header*/

.header {
    padding: 20px 50px 20px 50px;
    background-image: url('arden_header_bk.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #15427f;
    max-width: 1680px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.menu_wrap {
    position: fixed;
    top: 63px;
    right: 50px;
    z-index: 1000;
}

.menu {
  font-size: 14px;
  font-family: 'Myriad Pro Bold', sans-serif;
  color: #fff;
}

.menu a {color: #fff; text-decoration: none;position: relative;}

.mobile_menu_button {
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 4;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin: 0 auto;
    position: absolute;
    top: 52px;
    right: 50px;
    display: none;
}

.mobile_menu_button span {
    background: #fff;
    border: 0;
    height: 4px;
    width: 32px;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    margin-left: -16px;
    border-radius: 30px;
}

.mobile_menu_button span:nth-of-type(2) {
    top: 16px;
}

.mobile_menu_button span:nth-of-type(3) {
    top: 24px;
}

.mobile_menu_button.active .middlebar {
    opacity: 0;
    background: #fff;
}

.mobile_menu_button.active .topbar {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #fff;
}

.mobile_menu_button.active .bottombar {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #fff;
}

.menu li {
  float: left;
  position: relative;
  margin: 0px 10px;
}

.menu li:after {
    content: '';
    height: 86%;
    position: absolute;
    background: #fff;
    top: 0px;
    width: 2px;
    right: -10px;
}

.menu li:last-child {margin-right: 0px;}
.menu li:last-child:after {display: none;}

.menu li.select:before {
  opacity: 1;
  bottom: -10px;
}

.menu li a:before {
  content: '';
  display: block;
  height: 9px;
  width: 100%;
  background-color: #618dc9;
  position: absolute;
  bottom: -13px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
    left: 0px;
}

.menu li:hover a:before, .menu li.current-menu-item a:before, .menu li.current_page_parent a:before, .menu li.current-page-ancestor a:before {
  opacity: 1;
  bottom: -10px;
}

.menu .space:before {
  display: none;
}

.menu .space {
  margin: 0px 8px;
  pointer-events: none;
  position: relative;
  top: -1px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*Main*/

.main {
  position: relative;
}

.top-area {
    background: #15427f;
    overflow: hidden;
    position: relative;
    padding: 150px 0px 400px 0px;
}

.home .top-area {
    padding: 150px 0px 0px 0px;
}

.top-area video {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.top-area .image_top {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.top-area .top_area_bk {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.gradient {
  margin: 0px !important;
  z-index: 1;
  position: absolute !important;
  top: 0px !important;
  width: 100%;
  height: 270px;
  background-image: url('images/gradient_bar.png');
  background-repeat: repeat-x;
}

.bk_hex_1 {
  position: absolute;
  z-index: 2;
  top: 130px;
}

.bk_hex_2 {
  position: absolute;
  height: 300px;
  top: 150px;
  opacity: 0.2;
}

.bk_hex_3 {
  position: absolute;
  right: 0px;
  height: 650px;
  opacity: 0.2;
}

.main svg {
  margin: 50px auto;
  display: block;
  position: relative;
}

.home .main svg, .family .main svg {
  margin: 50px auto 0px auto;
  z-index: 2
}

.main svg.pattern {
  enable-background: new 0 0 843 245.6;
  margin: 0px;
  position: absolute;
  bottom: -1px;
  pointer-events: none;
}

.main .history_content {
  position: relative;
  width: 1200px;
  margin: 0px auto 100px auto;
    padding: 0px 0px 100px 0px;
}



.main .history.left {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.main .history.left .title_history {
  position: relative;
  margin-right: 12px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.main .welcome {
  z-index: 3;
  text-align: left;
  position: relative;
  margin: 50px 0px 300px 0px;
  padding: 0px 50px 0px 50px;
}

.main .welcome h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  margin: 0px 0px 27px 0px;
  color: #fff;
}

.main .welcome h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #618dc9;
  display: block;
  position: absolute;
  bottom: -11px;
}

.main .welcome h3 {
  font-family: 'Myriad Pro Bold', sans-serif;
  margin: 0px 0px 12px 0px;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
}

.main .welcome p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.main .welcome p:last-child {
  margin: 0px;
}

/*Home*/

.content {
  position: relative;
  padding: 100px 0px 100px 0px;
}

.content.history {
    position: relative;
    padding: 450px 0px 200px 0px;
    margin: -400px 0px 100px 0px;
}

.main .family {
  margin-top: -258px;
  overflow: hidden;
  position: relative;
}

.family.left {
  margin-top: -182px;
  margin-bottom: 73px;
}

.main .family svg {
  margin: 0px;
}

.main .family .family_text {
  z-index: 3;
  text-align: left;
  position: absolute;
  top: 238px;
  padding: 0px 550px 0px 300px;
  left: 0px;
  overflow: hidden;
}

.main .family.left .family_text {
  padding: 0px 200px 0px 0px;
  overflow: visible;
  margin: 0px 0px 0px 650px;
}

.main .family .family_text .line {
  height: 2px;
  background: #b1b1b1;
  position: absolute;
  top: 12px;
  width: 100%;
  left: 500px;
}

.main .family .family_text h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  margin: 0px 0px 27px 0px;
  color: #000;
  background: #fff;
  display: inline-block;
  padding-right: 15px;
}

.main .family .family_text h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #15427f;
  display: block;
  position: absolute;
  bottom: -11px;
}

.main .family .family_text h3 {
  font-family: 'Myriad Pro Bold', sans-serif;
  margin: 0px 0px 12px 0px;
  font-size: 17px;
  line-height: 19px;
  color: #000;
}

.main .family .family_text p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.main .family.left .family_text .line {
  left: -15px;
  overflow: auto;
  transform: rotate(180deg);
  transform-origin: left center;
  z-index: 2;
}

.main .family .family_text p:last-child {
  margin: 0px;
}

.main .family .family_img {
  float: right;
  position: relative;
  z-index: 3;
}

.main .family .stroke {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b1b1b1;
    top: 50%;
    left: 0px;
    transform: rotateY(-50%);
}

.main .family .family_img .dot {
  left: -10px;
  z-index: 4;
  top: 240px;
  margin: 0px;
}

.main .family.left .family_img {
  float: left;
  z-index: 3;
}

body.family .main .content .family .family_img.hover, body.family .main .content .family.left .family_img.hover {
    margin: 0px 0px 0px 0px;
}

body.family .main .content .family {
    pointer-events: none;
}

body.family .main .content .family .family_img {
  margin: 0px 0px 0px 0px;
}

body.family .main .content .family.left .family_img {
  margin: 0px 0px 0px 0px;

}

.main .family.left .family_img .dot {
  right: -10px;
  left: auto;
}

.main .news_feed {
  overflow: auto;
  position: relative;
}

.main .news_feed .mainline {
  width: 100%;
  height: 2px;
  background: #b1b1b1;
  position: absolute;
  bottom: 10px;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
}

.main .news_feed ul {
  padding: 0px 60px 0px 60px;
  overflow: auto;
}

.main .news_feed ul li {
  border: 5px solid #fff;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0px 64px 0px;
}

.main .news_feed svg {
  margin: 0px;
  width: auto;
}

.main .news_feed ul li .line {
  width: 2px;
  height: 60px;
  background: #b1b1b1;
  position: absolute;
  z-index: 3;
  margin-left: -1px;
  bottom: -58px;
  left: 50%;
}

.quailty_overlay {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 50px 0px 50px 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.quailty_overlay img {
    height: 100%;
width: auto;
pointer-events: none;
}

.main .news_feed ul li .overlay {
  width: 99%;
  height: 99%;
  position: absolute;
  background: #1a3660;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.main .news_feed ul li .overlay .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1.0);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.main .news_feed ul li:hover .overlay .image {
  transform: scale(1.1);
  cursor: pointer;
}

.main .news_feed ul li .overlay.main_news {
  background: #476bb2;
}

.main .news_feed ul li .overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  width: 100%;
  z-index: 2;
    padding: 20px;
}

.main .news_feed ul li .overlay .text span {
  font-family: 'Myriad Pro Bold', sans-serif;
  display: block;
}

.owl-carousel .owl-stage-outer {
  z-index: 5;
}

.main .news_feed .owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.main .news_feed .owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.main .news_feed .owl-nav {
  position: absolute;
  top: 0px;
  height: 317px;
  width: 100%;
  left: 0px;
  z-index: 2;
}

.main .client-slider {padding: 0px 200px; margin: 100px 0px 0px 0px;}
.main .client-slider ul {overflow: hidden;}

.main .client-slider ul li {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.main .client-slider h2 {
    text-align: center;
    font-family: 'Myriad Pro Bold';
    font-size: 25px;
    color: #d2d2d2;
    margin: 0px 0px 30px 0px;
}

.main .client-slider ul li img {width:100%; height: auto;}

/*Hisotry*/

.main .history.left .title_history h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 16px;
}

.main .history.left .title_history h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #15427f;
  display: block;
  position: absolute;
  bottom: -16px;
}

.main .history.left .line, .main .history.right .line {
  background-color: #b1b1b1;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1px;
}

.dot {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  z-index: 1;
  top: 50%;
  margin-top: -11px;
  margin-right: -11px;
}

/*.main .history.middle .dot.one {top: 6px;}
.main .history.middle .dot {top: 50px;}*/

.dot .dot_middle {
  width: 12px;
  height: 12px;
  background-color: #618dc9;
  border-radius: 50%;
}

.dot .dot_middle {
  width: 12px;
  height: 12px;
  background-color: #618dc9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0px 0px -6px;
  animation-direction: alternate;
  animation: zoominoutsinglefeatured 1.3s infinite;
}

.dot .dot_middle.two {
  opacity: 1;
  animation: scaleIn 1s infinite cubic-bezier(.36, .11, .89, .32);
  display: none;
}

.main .history.left .wrap_date_history {
  text-align: right;
}

.main .history.left .date_history {
  width: 50%;
  position: relative;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}

.main .history.left .date_history .year_history {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 7px solid #b1b1b1;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.date_history .year_history .year {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #17233c;
  padding-top: 6px;
}

.date_history .year_history .year span {
  font-size: 27px;
}

.date_history .year_history .year small {
  display: block;
  text-align: center;
  color: #b1b1b1;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 12px;
  font-family: 'Myriad Pro Bold', sans-serif;
  margin-bottom: 5px;
}

.main .history.left .timeline_content {
  padding-right: 50px;
}

.main .history.right .timeline_content {
  padding-left: 50px;
}

.timeline_content .full_img_wrap {
  position: relative;
  line-height: 0px;
}

.timeline_content .half_img_wrap img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.image_overflow {
  overflow: hidden;
    line-height: 0px;
}

.news .image_overflow {margin-bottom: 20px;}

.news .img_caption {
    margin: -5px 0px 20px 0px;
}

.timeline_content .half_img_wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.timeline_content .full_img_wrap img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.timeline_content .full_img_wrap .image_overflow {
  overflow: hidden;
}

.timeline_content .full_img_wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.timeline_content .full_img_wrap img, .timeline_content .half_img_wrap .left_img img, .timeline_content .half_img_wrap .right_img img {
  width: 100%;
}

.timeline_content .half_img_wrap {
  overflow: auto;
  position: relative;
}

.timeline_content .half_img_wrap .left_img, .timeline_content .half_img_wrap .right_img {
  width: 50%;
  line-height: 0px;
}

.timeline_content .half_img_wrap .left_img {
  padding-right: 8px;
  float: left;
}

.timeline_content .half_img_wrap .right_img {
  padding-left: 8px;
  float: right;
}

.img_caption {
  line-height: 14px;
  font-size: 12px;
  margin: 10px 0px 20px 0px;
  padding-left: 40px;
  position: relative;
}

.img_caption strong {
  font-family: 'Myriad Pro Bold', sans-serif;
}

.img_caption::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #15427f;
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
}

.main .history.left .timeline_content .text_wrap {
  text-align: right;
}

.main .history.right .timeline_content .text_wrap {
  text-align: left;
}

.timeline_content .text_wrap h3 {
  font-family: 'Myriad Pro Bold', sans-serif;
  margin: 0px 0px 12px 0px;
  font-size: 17px;
  line-height: 19px;
}

.timeline_content .text_wrap p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 20px;
}

.timeline_content .text_wrap .text_line_wrap {
  line-height: 0px;
  margin: 0px 0px 15px 0px;
}

.timeline_content .text_wrap .text_line_wrap .text_line {
  width: 35px;
  height: 11px;
  background-color: #15427f;
  display: inline-block;
  vertical-align: top;
  line-height: 0px;
}

/*Middle*/

.main .history.middle {
  border-top: 0px solid #fff;
  background-color: #b1b1b1;
  width: 10px;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -5px;
}

.main .history.middle::after {
  content: ' ';
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 10px;
}

.main .history.middle::before {
  content: ' ';
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 10px;
}

.main .history.middle .main_dot {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
}

.main .history.middle .main_dot .main_dot_middle {
  width: 20px;
  height: 20px;
  background-color: #15427f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0px 0px -10px;
  animation-direction: alternate;
  display: block !important;
}

.main .history.middle .main_dot .main_dot_middle.two {
  opacity: 0;
  animation: scaleIn 1.5s infinite cubic-bezier(.36, .11, .89, .32);
}

/*Right*/

.main .history.right .dot {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  z-index: 1;
  top: 50%;
  margin-top: -11px;
  margin-right: -11px;
}

.main .history.right {
  width: 50%;
  float: right;
  padding-left: 5px;
}

.main .history.right .title_history {
  position: relative;
  margin-left: 12px;
  margin-top: 5px;
  text-align: right
}

.main .history.right .title_history h2 {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-left: 16px;
}

.main .history.right .title_history h2::after {
  content: ' ';
  width: 35px;
  height: 11px;
  background-color: #15427f;
  display: block;
  position: absolute;
  bottom: -16px;
}

.main .history.right .wrap_date_history {
  text-align: left;
}

.main .history.right .date_history {
  width: 50%;
  position: relative;
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.main .history.right .date_history .year_history {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 7px solid #b1b1b1;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

@keyframes scaleIn {
  from {
    transform: scale(1, 1);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

#section2 {margin: 60px 0px 150px 0px}
#section4 {margin: 60px 0px 190px 0px}
#section5 {margin: 0px 0px 50px 0px}
#section7 {margin: 60px 0px 150px 0px}
#section8 {margin: 0px 0px 90px 0px}
#section10 {margin: 90px 0px 0px 0px}
#section11 {margin: 400px 0px 100px 0px}
#section12 {margin: 60px 0px 60px 0px}
#section14 {margin: 100px 0px 0px 0px}
#section16 {margin: 60px 0px 150px 0px}
#section17 {margin: 0px 0px 60px 0px}
#section19 {margin: 60px 0px 370px 0px;}
#section20 {margin: 0px 0px 280px 0px}
#section22 {margin: 60px 0px 450px 0px}
#section23 {margin: 0px 0px 110px 0px}
#section25 {margin: 60px 0px 200px 0px}
#section26 {margin: 0px 0px 200px 0px;}
#section27 {margin: 60px 0px 0px 0px;}
#section28 {margin: 60px 0px 60px 0px;}


/*Product Timeline*/
body.family {overflow-x: hidden;}

.family_title {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 32px;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#title_fam1 {
    top: 60px;
}

#title_fam2 {
    top: 970px;
}

#title_fam3 {
    top: 1945px;
}

#title_fam4 {
    top: 2375px;
}

#title_fam5 {
    top: 3350px;
}

.content_family {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    padding-left: 40.2%;
    padding-right: 30.2%;
}

.content_family .wrap {
    width:100%;
    position: relative;
    z-index: 10;
}

.content_family .wrap .hex_section:hover {cursor: pointer;}

.content_family .wrap .hex_section .hex_wrap {
    float: left;
    position: relative;
    margin-left: -130px;
}

.content_family .wrap .hex_section .hex_wrap .line-rotate {
    height: 5px;
    background: #b1b1b1;
    position: absolute;
    width: 200%;
    transform: rotate(30deg);
    transform-origin: top left;
    top: 50%;
    left: 50%;
    margin-top: -4px;
}

.content_family .wrap .hex_section .hex_wrap .family_box {
    width: 35px;
    height: 11px;
    background-color: #618dc9;
    display: block;
    vertical-align: bottom;
    margin-bottom: 22px;

}

.content_family .wrap .hex_section .hex_wrap .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
    z-index: 11;
}

.content_family .wrap .hex_section .hex_wrap .text h2 {
    margin: 0px;
    font-weight: normal;
    font-size: 50px;
    line-height: 53px;
    position: relative;
    display: inline-block;
}

.content_family .wrap .hex_section .hex_wrap .text h2 span {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 66px;
}

.content_family .wrap .hex_section .hex_wrap .text h2:after {
    height: 11px;
    width: 100%;
    background: #618dc9;
    margin: 0px auto;
    content:'';
    display: block;
}

.content_family .wrap .hex_section .hex_wrap .text h3 {
    margin: 15px 0px 0px 0px;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-weight: normal;
}

.content_family .wrap .hex_section.right .hex_wrap {
    float: right;
    position: relative;
    margin-right: -130px;
}

.hex_section {
    z-index: 10;
    position: relative;
}

.content_family .wrap .line_section .line {
float: left;
height: 200px;
width: 5px;
background: #b1b1b1;
margin-left: -3px;
margin-top: -2px;
margin-bottom: -2px;
    position: relative;
}

.content_family .wrap .line_section.right .line {
float: right;
margin-right: -3px;
}

.content_family .wrap .line_section .line .dot {
    right: 50%;
}

.main .content_family svg {margin: 0px; z-index: 10}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    pointer-events: none;
    z-index: 0;
    margin:0px;
}

/*Products Timeline*/

.timeline_wrap {
    position: relative;
    /*padding-left: 200px;
    padding-right: 30.2%;*/
    width: 1000px;
    margin: 0px auto;
}

.tri_distance {
    padding-right: 30.2%;
}

.hex_title {
    position: relative;
    width: 100%;
}

.section.left .product_hex {
    right: auto;
    left: 0px;
}

.section.left .hex_product {
float: left;
}

.hex_title.left {
    left: -492px;
}

.timeline_wrap .section {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    /*width: 50%;*/
    width: 100%;
    position: relative;
    margin: 50px 0px;
}

.right_distance {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 75%;
}

.timeline_wrap .section svg {
    margin: 0px;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.timeline_wrap .section h2 {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 40px;
    margin: 0px;
    line-height: 44px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    color: #fff;
    display: inline-block;
}

.timeline_wrap .section svg {
    margin: 0px;
}

/*.hex_product {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
}*/

.hex_product {
    position: relative;
    display: inline-block;
    float: right;
    clear: both;
    margin: 20px 0px;
}

.product_hex {
width: 50%;
float: right;
text-align: right;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
    z-index: 12;
}

    .timeline_wrap .section.extra_margin1 {
        margin: 50px 0px 150px 0px;
    }
    
    .timeline_wrap .section.extra_margin2 {
    margin: 150px 0px 300px 0px;
    }

    .timeline_wrap .section.extra_margin3 {
    margin: 270px 0px 270px 0px;
    }

.timeline_wrap .product_hex h2 {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 32px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 40px 0px 30px 0px;
    color: #000;
    display: none;
    text-align: left;
}

.product_hex h2::after {
    content: ' ';
    width: 35px;
    height: 11px;
    background-color: #15427f;
    display: block;
    position: absolute;
    bottom: -11px;
}

.hex_product.middle {
    margin-left: -125px;
}

.hex_product.right {
    float: right;
}

.hex_product.left {
    left: -500px;
}

.line_point {
position: absolute;
    width: 1px;
    height: 1px;
}    

.top_left_point {
    top: 78px;
    left: 5px;
}

.top_right_point {
    top: 78px;
    right: 5px;
}

.bottom_left_point {
top: 222px;
left: 5px;
}

.bottom_right_point {
top: 222px;
right: 5px;
}

.svgline {
    stroke-width: 5px;
    stroke: rgb(177,177,177);
}

.hex_product.bottom_marg {
margin-bottom: -210px;
margin-top: -90px;
}

.hex_product.top_marg {
margin-top: -210px;
margin-bottom: -90px;
}

.timeline_wrap .hex_product .text h2 span {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 66px;
}

.timeline_wrap .hex_product .text h2 {
    margin: 0px;
    font-weight: normal;
    font-size: 50px;
    line-height: 53px;
    position: relative;
    display: inline-block;
font-family: 'Myriad Pro', sans-serif;
    color: #fff;
}

.hex_product .text h2 small {
font-size: 16px;
position: absolute;
top: -20px;
left: 100px;
font-family: 'Myriad Pro', sans-serif;
}

.hex_product .text h2::after {
    height: 11px;
    width: 100%;
    background: #618dc9;
    margin: 0px auto;
    content: '';
    display: block;
}

.hex_product .text h3 {
    margin: 20px 0px 0px 0px;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-weight: normal;
width: 150px;
white-space: normal;
}

.timeline_wrap .hex_image {
    line-height: 0px; 
}

.timeline_wrap .hex_image img {
    position: absolute;
    top:0px;
    left: 0px;
    width: auto;
    height: auto;
    visibility: hidden;
    opacity: 0;
}

.section .hex_title .image_hex_wrap {
    width: 45%;
    position: relative;
    float: left;
}

.section.left .hex_title .image_hex_wrap {
    float: right;
}

.section .hex_title .image_hex_wrap img {
     width: 100%;
    visibility: visible;
    opacity: 1;
}

.timeline_wrap .hex_image .image_hex_wrap img.main_image {
    position: relative;
    z-index: 1;
    opacity: 0.2;
}

.timeline_wrap .hex_image .image_hex_wrap img.main_image_bk {
    top:0px;
    left: 0px;
    position: absolute;
}

.section .hex_title .rec_image_wrap {
width: 700px;
overflow: hidden;
float: left;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
z-index: 12;
}

.section.left .hex_title .rec_image_wrap {
    float: right;
    right: 0px;
    left: auto;
}

.section .hex_title .rec_image_wrap img {
     width: auto;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 1;
    top: 0px;
    left: 0px;
        -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.section .hex_title .rec_image_wrap img.selected {
    position: relative;
    visibility: visible;
    opacity: 1;
            -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.timeline_wrap .section .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
    z-index: 11;
}

.timeline_wrap .section .text h2 sup {
    position: absolute;
right: -21px;
top: -29px;
}

.timeline_wrap .section .main_line {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8px;
    height: 100%;
    background: #e6e6e6;
    border-top: 100px solid #fff;
}

/*Product Family*/

.product_fam {
    position: relative;
    width: 1000px;
    margin: 0px auto;
    position: relative;
}


.family_product_text {
    position: absolute;
bottom: 0px;
left: 0px;
width: 40%;
}

    .mobile_fmaily_content {display: none;}

.product_fam.left {
    /*padding-left: 30.2%;
    padding-right: 200px;*/
}

.product_fam .product {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    width: 50%;
    position: relative;
}

.product_fam .product.first {
    margin-top: -130px;
}

.product_fam.left .product {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -236px;
}

.product_fam .product .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
    z-index: 11;
}

.product_fam .product .text h2 {
    margin: 0px;
    font-weight: normal;
    font-size: 80px;
    line-height: 80px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Myriad Pro Regular', sans-serif;
    padding: 0px;
}

.product_fam .product .text h2 sup {
    position: absolute;
    top: -45px;
    right: -30px;
}

.product_fam .product .text h2 small {
    position: absolute;
    top: -33px;
    right: -4px;
    font-size: 31px;
}

.product_fam .product .text h2::after {
    height: 11px;
    width: 100%;
    background: #618dc9;
    margin: 0px auto;
    content: '';
    display: block;
}

.product_fam .product .text h2 span {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 110px;
}

.product_fam .product .text h3 {
    margin: 20px 0px 0px 0px;
    font-family: 'Myriad Pro Semibold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
}

.product_fam .product svg {
    margin: 0px;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_fam .product .hex_image_product {
    line-height: 0px;
}

.hex_image_product img {
    top: 0px;
    left: 0px; 
    width: 100%;
}

.hex_image_product img.dark_hex {
    position: relative;
    z-index: 1;
}

.hex_image_product img.product_img {
    position: absolute;
}

.product_fam .product .fade {opacity: 1;-webkit-transition: 0.3s ease;
    transition: 0.3s ease;}
.product_fam .product:hover .fade {opacity: 0;}

.product_fam .page_content {
    float: left;
    width: 60%;
}

.product_fam.left .page_content {float: right;}

.page_content h1 {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 40px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 27px 0px;
    color: #1a3660;
    font-weight: normal;
}

.page_content h3 {
    font-family: 'Myriad Pro Bold', sans-serif;
    margin: 0px 0px 12px 0px;
    font-size: 17px;
    line-height: 19px;
    color: #000;
}

.page_content img {
    height: auto !important;
    width: 100% !important;
    margin: 0px 0px 20px 0px;
}

.page_content .half_wrap {width:50%;}

.page_title {
font-family: 'Myriad Pro Bold', sans-serif;
font-size: 40px;
margin: 0px;
line-height: 40px;
position: relative;
z-index: 1;
margin: 0px 0px 27px 0px;
color: #1a3660;
}

.product_fam h2::after, .products h2::after, .page_content h2::after {
    content: ' ';
    width: 35px;
    height: 11px;
    background-color: #15427f;
    display: block;
    position: absolute;
    bottom: -11px;
}

.page_content a {
    color: #618dc9;
}

.timeline .page_content {
    float: left;
    width: 45%;
}

.product_fam h2, .products h2, .page_content h2 {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 32px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 27px 0px;
    color: #000;
    display: inline-block;
    padding-right: 15px;
}

.product_fam p, .page_content p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.product_fam p:last-child {margin-bottom: 0px;}

.product_gallery ul, .associated_product ul {
    overflow: hidden;
    text-align: center;
}

.product_gallery,.associated_product {margin-top: 50px;}

.product_gallery .mainline,.associated_product .mainline {
    width: 100%;
    height: 2px;
    background: #b1b1b1;
    position: relative;
    top: -10px;
    
}

.product_gallery ul li,.associated_product ul li {
    border: 5px solid #fff;
    position: relative;
    width: 27%;
    margin: 0px 0px 100px 0px;
    display: inline-flex;
}

.product_gallery ul li .overlay .image,.associated_product ul li .overlay .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.0);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-backface-visibility: hidden;
}

.product_gallery ul li .overlay .image.selected {
    
    opacity: 1.0;
    filter: none;
    -webkit-filter:none;
    transform:scale(1.0) !important;
    pointer-events: none;
}

.product_gallery ul li:hover .overlay .image,.associated_product ul li:hover .overlay .image {
    transform: scale(1.1);
    cursor: pointer;
}

.product_gallery ul li .overlay,.associated_product ul li .overlay {
    width: 99%;
    height: 99%;
    position: absolute;
    background: #1a3660;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.product_gallery ul li:hover .overlay,.associated_product ul li:hover .overlay {cursor: pointer;}

.product_gallery ul li .line,.associated_product ul li .line {
    width: 2px;
    height: 100px;
    background: #b1b1b1;
    position: absolute;
    z-index: 3;
    margin-left: -1px;
    bottom: -97px;
    left: 50%;
}

.associated_product .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    z-index: 2;
    padding: 0px 15px;
    font-family: 'Myriad Pro Semibold';
}


.product_gallery svg,.associated_product svg {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.product_gallery .gallery_view {
    margin-top: 40px;
    line-height: 0px;
    position: relative;
}

.gallery_view .text p {
    margin: 0px 0px 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 50%;
}

.product_gallery .gallery_view  .photo {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.product_gallery .gallery_view  .photo.selected {
    position: relative;
    visibility: visible;
}


.break_line {position: relative; height: 20px; margin: 80px 0px;}

.break_line .line {
    width: 100%;
    height: 2px;
    background: #b1b1b1;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    margin-top: -1px;
}

.accessories {
    width: 100%;
    overflow: auto;
    position: relative;
    margin: 50px 0px 40px 0px;
    text-align: center;
    font-size: 0px;
}

.access {
    width: 20%;
    padding: 0px 10px;
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.access_wrap {
    overflow: hidden;
    line-height: 0px;
    border-radius: 50%;
    background: #618dc9;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.access_wrap.selected {
    background: #1a3660;
}

.access_wrap:hover {
    cursor: pointer;
}

.access_wrap .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    z-index: 2;
    padding: 0px 15px;
}

.access_wrap img {
    width: 100%;
    opacity: 0.3;
    transform: scale(1.0);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    
}

.access_wrap:hover img {transform: scale(1.1);}

.accessorie_photo {
    position: absolute;
    top: 0px;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    line-height: 0px;
}

.accessorie_photo:hover {
    background-color: #194480;
}

.accessorie_photo.selected {
    position: relative;
    visibility: visible;
}

.accessorie_photo:hover img {
    opacity: 0.4;
}

.accessorie_photo.no_effect:hover {
    background-color: #fffff;
}

.accessorie_photo.no_effect:hover img {
    opacity: 1;
}

.accessorie_photo img {
width: 100%;
opacity: 1;
        -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.access_text {
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 65px;
    width: 400px;
    opacity: 0;
        -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.accessorie_photo:hover .access_text {opacity: 1;}

.accessorie_photo h2 {
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.assoc_desc h2 {
    padding: 0px;
    display: block;
    margin: 0px;
}

.assoc_desc {
    width: 60%;
    margin: 30px 0px 0px 0px;
}

.accessorie_photo h2::after, .assoc_desc h2:after {
    display: none;
}

.accessorie_photo p {
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}

/*News*/

.news .page_title {
    margin: 0px 0px 70px 0px;
}

.news .wrapper {overflow: visible}

.news .article_content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
}

.news .thumbnail {
    line-height: 0px;
}

.news .article_content td {
    width: 50%;
    vertical-align: top;
}

.article_post .thumbnail {
    width: 25%;
    float: left;
}

.article_post .article_content {
width: 75%;
padding: 0px 40px;
float: left;
}



.news .article_content h2 {
      font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 32px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0px 0px 27px 0px;
    color: #000;
    display: inline-block;
	padding-right:40px;
}

.news .article_content h2:after {
    content: ' ';
    width: 35px;
    height: 11px;
    background-color: #15427f;
    display: block;
    position: absolute;
    bottom: -11px;
}

.news .article_content h3 {
    font-family: 'Myriad Pro Bold', sans-serif;
    margin: 0px 0px 12px 0px;
    font-size: 17px;
    line-height: 19px;
    color: #000;
    padding-right: 40px;
}

.news .article_content p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-right: 40px;
}

.news .article_content p strong {
    font-weight: normal;
    font-family: 'Myriad Pro Bold', sans-serif;
}

.news .article_content p a {
    color: #2b68b0;
}

.news .article_content  .arden_btn_wrap {
    margin-top: 20px;
}

.news .article_content td img {width: 100%;}

.news .article_content td img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news .article_content td img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.news .article_content td .arden_btn_wrap {
    margin: 20px 0px 10px 0px;
}

.news .article_content td .arden_btn_wrap a {
    background: #618dc9;
}

.news .break_line:last-child {display: none;}

.client-slider.news-page {margin: 0px 0px 50px 0px;}

/*Contact*/

.wpcf7-form {
    margin: 20px 0px 0px 0px;
}

input[type="text"], input[type="email"] {
    width: 100%;
    padding: 15px 15px 13px 15px;
    background: #fff;
    margin: 0px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    border-radius: 0px;
    font-family: 'Myriad Pro', sans-serif;
    margin: 0px 0px 10px 0px;
    color: #000;
    line-height: 14px;
}

.wpcf7-textarea {
    padding: 0px;
    border: none;
    background: #fff;
    resize: none;
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Myriad Pro', sans-serif;
    padding: 13px 15px;
    border: 1px solid #000;
    color: #000;
}

.wp-block-coblocks-column {
    width: 100% !important;
}

input[type="submit"] {
    background: #15427f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 9px 20px;
    line-height: 14px;
    font-family: 'Myriad Pro Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border:0px;
}



/*Footer*/

.footer {
 padding: 20px 50px 50px 90px;
  position: relative;
  line-height: 0px;
  overflow: hidden;
}

.footer svg {
  position: absolute;
  transform: scale(1.0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
    margin: 0px;
}

.footer svg:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.footer .text {
color: #1a3660;
width: 100%;
padding-left: 220px;
overflow: auto;
}

.footer .text .right_text {
    float: right;
    font-size: 11px;
    line-height: 11px;
    margin-top: 8px;
    text-align: right;
}

.footer .text p.last a {
    color: #1a3660;
    font-size: 11px;
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.footer .text .left_text {
    float: left;
    margin-top: 12px;
}

.footer .text p, .footer .text a {
  margin: 0px;
  color: #1a3660;
  line-height: 19px;
  font-size: 14px;
  text-decoration: none;
}

.footer .text p.bold {
  font-family: 'Myriad Pro Bold', sans-serif;
}

.footer .text p.middle {
  margin: 7px 0px 9px 0px;
  font-size: 17px;
}

.footer .text p.last {
    margin: 0px;
        margin-top: 0px;
    color: #1a3660;
    font-size: 11px;
    line-height: 12px;
    margin-top: 7px;
}

.footer img.svg {
    position: absolute;
    transform: scale(1.0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0px;
}

.footer img.svg:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/*Cookies*/

button#catapultCookie {
    color: #000;
    border: 0;
    padding: 7px 15px !important;
    border-radius: 0px !important;
    background: #fff;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 15px;
}

.ctcc-right-side {
    display: block;
    margin-top: 14px;
}

.cookies {
    padding: 30px;
    font-size: 15px;
    line-height: 25px;
}

.grecaptcha-badge {
    pointer-events: none;
    opacity: 0;
}


@supports (-ms-ime-align:auto) {
    .top-area .image_top {
    opacity: 0.2 !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .top-area .image_top {
    opacity: 0.2 !important;
    } 
}