@font-face {
  font-family: 'ecoico';
  src: url("/fonts/timelineicons/ecoico.eot");
  src: url("/fonts/timelineicons/ecoico.eot?#iefix") format("embedded-opentype"), url("/fonts/timelineicons/ecoico.woff") format("woff"), url("/fonts/timelineicons/ecoico.ttf") format("truetype"), url("/fonts/timelineicons/ecoico.svg#ecoico") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  -webkit-font-smoothing: antialiased;
  background-color: #efefef;
  color: #323232;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 11px; }

.wpb_row {
  margin-bottom: 0px; }

.main > section {
  position: relative;
  background-color: #efefef;
  border-color: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px; }

.secondary_section, .main .secondary_section, div[class*="_section"] .secondary_section, section[class*="_section"] .secondary_section, section[class*="_section"] div[class*="_section"] .secondary_section {
  background-color: #304770;
  border-color: #304770;
  color: #fff; }

.transparent_film:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.5); }

.secondary_section.transparent_film:before {
  background-color: #283c5e;
  background-color: rgba(40, 60, 94, 0.5); }

/*.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}*/
.transparent_film > * {
  position: relative; }

footer {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9; }

.separator_top > .separator_top,
.separator_bottom > .separator_bottom {
  /*position: absolute;*/
  width: 100%;
  background-color: inherit;
  border-color: inherit;
  z-index: 1; }

.separator_top > .separator_top {
  top: 0; }

.sep_angled_positive_bottom .separator_bottom:before, .sep_angled_negative_bottom .separator_bottom:before, .sep_angled_positive_top .separator_top:before, .sep_angled_negative_top .separator_top:before, .sep_angled_positive_bottom .separator_bottom:after, .sep_angled_negative_bottom .separator_bottom:after, .sep_angled_positive_top .separator_top:after, .sep_angled_negative_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9; }

.sep_angled_positive_top .separator_top:before,
.sep_angled_positive_top .separator_top:after {
  top: -31px; }

.sep_angled_positive_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 49.99%; }

.sep_angled_positive_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 49.99%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_positive_bottom .separator_bottom:after {
  bottom: -31px; }

.sep_angled_positive_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%; }

.sep_angled_positive_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.btn {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  background-image: none;
  border: 0px solid transparent;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  padding: 8px 24px;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0;
  text-shadow: none; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: transparent !important; }

.btn.with-icon {
  position: relative;
  padding-right: 57px; }

.btn.with-icon i {
  display: block;
  border: solid 1px transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 100%;
  line-height: 36px;
  font-size: 19px;
  color: inherit !important; }

.btn-primary {
  color: #fff;
  background-color: #45aaff;
  border-color: transparent;
  color: #fff !important;
  background-color: #45aaff !important;
  border-color: transparent !important; }

.btn.with-icon {
  position: relative;
  padding-right: 57px; }

.btn.with-icon.btn-success i {
  background-color: #357935; }

.btn.with-icon.icon-left {
  padding-right: 24px;
  padding-left: 57px; }

.btn.with-icon.icon-left i {
  right: inherit;
  left: -2px; }

.btn.with-icon.btn-primary i {
  background-color: #0079de; }

.section_header h1, .section_header h2, .section_header h3, .section_header h4, .section_header h5, .section_header h6 {
  margin: 0 0 1px 0;
  text-transform: uppercase; }

.section_header.fancy h2 {
  font-size: 39px; }

.section_header.fancy h1, .section_header.fancy h2, .section_header.fancy h3, .section_header.fancy h4, .section_header.fancy h5, .section_header.fancy h6 {
  font-weight: 900; }

.section_header h1 + p, .section_header h2 + p {
  margin-top: 5px;
  font-size: 18px; }

.section_header.fancy p {
  font-weight: normal; }

.vc_separator {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_sep_width_100, .wpb_single_image img.vc_img-placeholder {
  width: 100%; }

.vc_sep_pos_align_right {
  margin-left: auto;
  margin-right: 0; }

.wpb_content_element {
  margin-bottom: 32px; }

.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.vc_separator h4 {
  font-size: 18px;
  line-height: 1.3em; }

.vc_separator.vc_separator_align_left h4 {
  padding: 0 .8em 0 0; }

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%; }

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l, .vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none; }

.vc_separator .vc_sep_line {
  border-color: inherit !important; }

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #EBEBEB;
  display: block;
  position: relative;
  top: 1px;
  width: 100%; }

.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2A2A2A; }

.head_panel .slider_wrapper .caption {
  position: absolute;
  left: 25%;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%; }

.head_panel .slider_wrapper .caption.caption_left {
  left: 0px;
  right: inherit;
  text-align: left; }

.head_panel .slider_wrapper .caption.caption_right {
  right: 0;
  left: inherit;
  text-align: left; }

.caption .inner.transparent_film {
  padding: 30px; }

.transparent, .transparent_film {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.transparent_film:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.5); }

@media only screen and (min-width: 480px) {
  .caption .inner .t1 {
    font-size: 56px; } }
.black_section, .main .black_section, div[class*="_section"] .black_section, section[class*="_section"] .black_section, section[class*="_section"] div[class*="_section"] .black_section {
  background-color: #323232;
  border-color: #323232;
  color: #fff; }

.caption .inner.transparent_film {
  padding: 30px; }

@media only screen and (min-width: 480px) {
  .caption .inner .t1 {
    font-size: 56px; } }
.caption .inner .t1 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05em; }

.caption.caption_fancy .inner .t2 {
  display: inline-block; }

@media only screen and (min-width: 480px) {
  .caption .inner .t2 {
    font-size: 30px; } }
.caption .inner .t2 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em; }

.caption.caption_fancy .inner .t2:after {
  border-bottom: 7px solid #45aaff;
  content: "";
  display: block;
  margin: 12px 0 12px 0; }

.highlight:after {
  border-bottom: 7px solid #45aaff;
  content: "";
  display: block;
  margin: 12px 0 12px 0; }

.head_panel .slider_wrapper .caption {
  position: absolute;
  left: 25%;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%; }

.head_panel .slider_wrapper .caption.caption_left {
  left: 0;
  right: inherit;
  text-align: left; }

.head_panel .slider_wrapper .caption.caption_right {
  right: 0;
  left: inherit;
  text-align: left; }

.head_panel .item .container {
  height: 100%;
  position: relative;
  min-height: inherit; }

.caption .inner .t1 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05em; }

.caption .inner .t2 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em; }

@media only screen and (min-width: 480px) {
  .caption .inner .t1 {
    font-size: 56px; }

  .caption .inner .t2 {
    font-size: 30px; } }
.navbar-main {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*background-color: rgba(239, 239, 239,.9);*/
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  border-color: #efefef;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  min-height: 30px;
  color: #555;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); }

#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8); }

#login-dp .help-block {
  font-size: 12px; }

#login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px; }

#login-dp .social-buttons {
  margin: 12px 0; }

#login-dp .social-buttons a {
  width: 49%; }

#login-dp .form-group {
  margin-bottom: 10px; }

.btn-fb {
  color: #fff;
  background-color: #3b5998; }

.btn-fb:hover {
  color: #fff;
  background-color: #496ebc; }

.btn-tw {
  color: #fff;
  background-color: #55acee; }

.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa; }

@media (max-width: 768px) {
  #login-dp {
    background-color: inherit;
    color: #fff; }

  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none; } }
.pl_about_us_widget p i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  margin: 0 3px 3px 0;
  padding: 0 0px 0 0;
  background-color: #45aaff;
  background-color: rgba(69, 170, 255, 0.3); }

footer .pl_about_us_widget p i {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3); }

footer .pl_about_us_widget p span a:link, footer .pl_about_us_widget p span a:visited {
  color: #fff; }

.pl_about_us_widget p.contact_detail {
  margin: 0;
  line-height: 1.1em; }

.widget h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  width: 100%;
  display: table;
  white-space: nowrap;
  overflow: hidden; }

.widget h4:after {
  border-top: 1px solid;
  border-color: inherit;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 100%;
  left: 1.5%; }

.widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_product_categories ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
  list-style: none;
  padding: 0;
  overflow: hidden; }

.widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_product_categories ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_rss ul li a {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 3px 0px;
  text-transform: uppercase;
  position: relative; }

.widget_nav_menu ul li a:link, .widget_pages ul li a:link, .widget_archive ul li a:link, .widget_categories ul li a:link, .widget_meta ul li a:link, .widget_product_categories ul li a:link, .widget_recent_comments ul li a:link, .widget_recent_entries ul li a:link, .widget_rss ul li a:link, .widget_nav_menu ul li a:visited, .widget_pages ul li a:visited, .widget_archive ul li a:visited, .widget_categories ul li a:visited, .widget_meta ul li a:visited, .widget_product_categories ul li a:visited, .widget_recent_comments ul li a:visited, .widget_recent_entries ul li a:visited, .widget_rss ul li a:visited {
  color: inherit; }

.head_panel {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  position: relative; }

.full_width_photo {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
  width: 100%; }

.head_panel .hgroup {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: inherit;
  z-index: 10; }

.head_panel .hgroup .title {
  position: relative; }

.head_panel .hgroup .title.diagonal-bgcolor-trans {
  margin: 30px 0 0 0;
  background: #e5e5e5;
  background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%); }

@media only screen and (min-width: 1200px) {
  .head_panel .hgroup .title.diagonal-bgcolor-trans {
    background: linear-gradient(to right, #e5e5e5 15%, #e5e5e5 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%); } }
@media only screen and (min-width: 1600px) {
  .head_panel .hgroup .title.diagonal-bgcolor-trans {
    background: linear-gradient(to right, #e5e5e5 25%, #e5e5e5 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%); } }
s
h1, .h1 {
  font-size: 39px; }

.head_panel .hgroup .title h1 {
  font-weight: 900;
  margin: 0;
  padding: 15px 0 4px 0; }

.head_panel .hgroup .title.diagonal-bgcolor-trans h1 {
  padding: 19px 30px 0px 0;
  display: inline-block;
  position: relative;
  background-color: #e5e5e5;
  color: #323232;
  min-width: 200px;
  z-index: 2; }

.head_panel .hgroup .title.diagonal-bgcolor-trans h1:after {
  background: #e5e5e5;
  background: linear-gradient(to top right, #e5e5e5 0%, #e5e5e5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.body-bg_section, div[class*="_section"] .body-bg_section, section[class*="_section"] .body-bg_section, section[class*="_section"] div[class*="_section"] .body-bg_section {
  background-color: #efefef;
  border-color: #efefef;
  color: #323232; }

.head_panel .hgroup .subtitle {
  position: relative;
  z-index: 1;
  padding: 10px 0 10px 0; }

.head_panel .hgroup .subtitle.body-bg_section {
  background: #e5e5e5;
  color: #323232; }

.vc_row {
  margin-left: -15px;
  margin-right: -15px; }

.wpb_row {
  margin-bottom: 0px; }

.main > section {
  position: relative;
  background-color: #efefef;
  border-color: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }

@media (min-width: 992px) {
  .col-md-6 {
    width: 50%; } }
.main > section div[class*="col-"] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.head_panel .hgroup .subtitle p {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

form.wpcf7-form p {
  margin: 0 0 5px 0; }

.wpcf7-form-control-wrap {
  position: relative; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.wpcf7-form-control, .wpcf7-form-control.wpcf7-date, .form-control {
  background-color: #fff;
  /*background-color: #efefef;*/
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  color: #323232;
  font-size: 14px;
  height: inherit;
  line-height: 1.5;
  padding: 7px 22px 6px 22px; }

.form-control {
  -webkit-appearance: none;
  box-shadow: none; }

.boxed_plus {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

h1, .h1 {
  font-size: 39px; }

@media only screen and (min-width: 480px) {
  .head_panel .hgroup .subtitle.body-bg_section:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 64px 0 0 100vw;
    bottom: -63px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
/*****************
 * tableaux
 *****************/
table.custom {
  margin: 1em auto;
  width: 100%;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2); }

table.custom caption {
  caption-side: top;
  color: #CCCCCC;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin: 1em 0 0;
  padding: 0;
  text-align: center; }

table.custom tr.odd td {
  background: none repeat scroll 0 0 #F9F9F9; }

table.custom tr.odd .column1 {
  background: none repeat scroll 0 0 #F5F5F7;
  /*background:none repeat scroll 0 0 #F0F0F0;*/ }

table.custom .column1 {
  background: none repeat scroll 0 0 #F0F0F0; }

table.custom td {
  border: 1px solid #E6E6E6;
  padding: 0.5em 1.2em;
  text-align: center; }

table.custom th {
  border-color: #D9D9D9 #D9D9D9 #E6E6E6;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  padding: 0.1em 1em;
  text-align: center;
  position: relative; }

table.custom tr {
  font-weight: bold; }

table.custom thead {
  background: #5A5A5C;
  background: -moz-linear-gradient(top, #5a5a5c 0%, #3c3c3e 100%);
  background: -webkit-linear-gradient(top, #5a5a5c 0%, #3c3c3e 100%);
  background: -o-linear-gradient(top, #5a5a5c 0%, #3c3c3e 100%);
  background: linear-gradient(top, #5a5a5c 0%, #3c3c3e 100%);
  background: -ms-linear-gradient(top, #5a5a5c 0%, #3c3c3e 100%); }

table.custom thead th {
  border: 1px solid #262628;
  color: #FDFDFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 2, 0.6);
  text-transform: uppercase;
  font: bold 14px/14px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 0.5em 1.2em; }

table.custom thead th a {
  color: white; }

table.custom .center {
  text-align: center; }

table.custom tfoot th {
  background: none repeat scroll 0 0 #F5F5F5;
  text-align: center;
  font-style: italic;
  color: #99999B; }

table.custom tfoot th strong {
  color: #66A3D3;
  font: bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0.5em 0.5em 0.5em 0; }

table.custom tfoot th em {
  color: #F03B58;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold; }

table.custom th.clean {
  border: none;
  background-color: white; }

table.custom tr.pa_actif, table.custom tr.pa_actif td {
  color: red !important;
  font-weight: normal; }

table.custom tr.pa_actif a {
  text-decoration: none;
  color: red !important; }

.menu-head-md {
  list-style: none;
  padding-left: 0; }

.menu-head-md li {
  display: inline-block; }

.menu-head-md > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

.parallax-window {
  min-height: 435px;
  background: transparent; }

.bg_vtop {
  background-position: center top !important; }

small.light {
  color: #999; }

.h40 {
  height: 40px; }

.h20 {
  height: 20px; }

.ml h3 {
  margin-top: 40px;
  margin-bottom: 10px; }

.ml ul.custom {
  list-style: none;
  margin-left: 10px; }

.ml ul.custom li {
  margin-bottom: 0; }

.ml p {
  text-align: justify; }

.mark-list ul {
  padding-left: 0;
  list-style: none; }

.mark-list li {
  margin-bottom: 7px;
  background-color: #66bf8c;
  line-height: 30px;
  padding-right: 10px;
  display: inline-block;
  color: #fff; }

.mark-list li .fa {
  color: #fff;
  padding-right: 10px;
  padding-left: 10px; }

div.figure > i {
  font-size: 80px; }

.post_info.post_date {
  background-color: #304770; }

.post_info {
  display: inline-block;
  padding: 10px 10px;
  color: #fff; }

.post_info.post_author {
  background-color: rgba(48, 71, 112, 0.75);
  border-left: solid 1px; }

.post_info.post_categories {
  background-color: #45aaff;
  border-left: solid 1px; }

.post_info > a {
  color: #fff; }

.modal-footer {
  text-align: center; }

.flex-direction-nav a {
  height: 50px !important; }

#navbar > ul > li.bold {
  font-weight: 700;
  letter-spacing: 1.2px; }

.mark-list-2 .plethora_button {
  margin-bottom: 10px; }

.mark-list-2 a:hover {
  cursor: inherit; }

/*Congres*/
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative; }

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #afdcf8;
  left: 20%;
  margin-left: -10px; }

.cbp_tmtimeline a {
  color: #fff; }

/* The date/time */
.cbp_tmtimeline > li {
  position: relative; }

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db; }

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 25px;
  color: #9EDCFF; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #3CB6FA; }

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #3594cb;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #6cbfee; }

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee; }

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #afdcf8;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px; }

.cbp_tmicon-phone:before {
  content: "\e003"; }

.cbp_tmicon-screen:before {
  content: "\e001"; }

.cbp_tmicon-mail:before {
  content: "\e002"; }

.cbp_tmicon-earth:before {
  content: "\e003"; }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em; } }
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none; }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0; }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left; }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%; }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px; }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee; }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px; } }
.label-danger,
.badge-danger, .badge-clic {
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 10px;
  padding: 4px;
  left: -5px;
  position: relative; }

.badge-danger {
  background-color: red !important; }

.alerte_clic {
  cursor: pointer; }

/****************
PAGE TEMPORAIRE
****************/
body#page-temporaire {
  background-color: #181818; }

#page-temporaire .main > section {
  background-color: #181818; }

#page-temporaire h1, #page-temporaire p, #page-temporaire h2 {
  text-align: center;
  color: #F2F2F2; }

#page-temporaire h1 span {
  color: #D31515; }

#page-temporaire p {
  font-size: 22px; }

#page-temporaire h2 {
  margin-top: 50px;
  font-size: 20px; }

/*# sourceMappingURL=main.css.map */
