/*
Theme Name: FIA Region 1
Theme URI: http://cerivan.com/
Author: Cerivan Freelance
Author URI: http://cerivan.com/
Version: 1

*/


.single .content-post img[src*="members.fiareOLD"] {
    display: none;
}



/*
// FONTS
*/

@font-face {
  font-family: 'FuturaPTCond-Bold';
  src:  url('fonts/FuturaPTCond-Bold.otf')  format('opentype'),
  		url('fonts/FuturaPTCond-Bold.eot') format('embedded-opentype'),
	    url('fonts/FuturaPTCond-Bold.woff') format('woff'),
	    url('fonts/FuturaPTCond-Bold.ttf')  format('truetype'),
	    url('fonts/FuturaPTCond-Bold.svg#FuturaPTCond-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPTCond-Medium';
  src:  url('fonts/FuturaPTCond-Medium.otf')  format('opentype'),
  		url('fonts/FuturaPTCond-Medium.eot') format('embedded-opentype'),
	    url('fonts/FuturaPTCond-Medium.woff') format('woff'),
	    url('fonts/FuturaPTCond-Medium.ttf')  format('truetype'),
	    url('fonts/FuturaPTCond-Medium.svg#FuturaPTCond-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPTCond-Book';
  src:  url('fonts/FuturaPTCond-Book.otf')  format('opentype'),
  		url('fonts/FuturaPTCond-Book.eot') format('embedded-opentype'),
	    url('fonts/FuturaPTCond-Book.woff') format('woff'),
	    url('fonts/FuturaPTCond-Book.ttf')  format('truetype'),
	    url('fonts/FuturaPTCond-Book.svg#FuturaPTCond-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-Regular';
  src:  url('fonts/MyriadPro-Regular.otf')  format('opentype'),
  		url('fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
	     url('fonts/MyriadPro-Regular.woff') format('woff'),
	     url('fonts/MyriadPro-Regular.ttf')  format('truetype'),
	     url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
// GENERAL
*/

html, body {
    height: 100%;
    margin: 0;

}

body {
    background: #ffffff;
    color: #003063;
    padding: 0;
    margin: 0;
    font-family: "MyriadPro-Regular","Arial";
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    padding-top: 113px;
    position: relative;
}

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


.page-id-4542 iframe {
	width:1165px;
	height:660px;
	max-width:100% !important;
}

iframe {
max-width:100% !important;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-top:5px;
}

a {
   text-decoration:none;
}

h1 {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 44px;
    color: #003063;
    display: inline-block;
    margin: 15px 0 30px;
    vertical-align: top;
    line-height: 0.8em;
    font-weight: normal;
}

h2 {
    font-family: 'FuturaPTCond-book';
    color: #003063;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
    opacity: 0.5;
}

h3 a {
    color: #fff!important;
    background: #00b4e1;
    display: inline-block;
    font-size: 20px;
    padding: 8px 15px;
    font-family: 'FuturaPTCond-Medium';
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: normal;

}



#wrapper {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 25px;
}

.grey-background {
    background: #f1f4f5;
}

section {

    padding: 50px 0;
}


section:before, section:after {
    content: "";
    display: table;
    clear: both;
}

a.btn-mini:hover {
    box-shadow: inset 0 50px 0 0px rgba(0, 0, 0, 0.1);
}

.btn-mini {
    display: inline-block;
    padding: 5px 12px;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.6px;
    background-color: #00b4e1;
    -moz-transition: transition 0.2s;
    -o-transition: transition 0.2s;
    -webkit-transition: transition 0.2s;
    transition: all 0.2s;
    margin-top: 14px;
    outline: none;
    border: 0;
}

a.btn-mini i {
    font-size: 12px;
}

a.see-all.link-label, select {
    height: 45px;
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 20px;
    color: #ffffff;
    background-color: #00b4e1;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    float: right;
    margin-top:14px;
    outline:none;border:0;
}

select {
color: #7992ac;
    background-color: #f1f4f5;    margin-top: 4px;
}

option.level-1 {
    font-family: 'FuturaPTCond-Book';
    letter-spacing: 0.3px;
    text-transform: none;
}


a.see-all.link-label:hover {
    background-color: #00a8d2;
}

/*
// HEADER
*/


header.fixed #searchformcontent {
    top: 95px;
}
#searchformcontent {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    transition: all 0.1s ease;
}

#searchformcontent i {
    position: absolute;
    font-size: 34px;
    color: #003063;
    opacity: 0.5;
    padding: 26px;
}



input#s {
    width: 100%;
    padding: 20px;
    font-size: 36px;
    border: 0;
    -moz-box-shadow: 0px 15px 15px -12px rgba(0,0,0,0.15);
    -webkit-box-shadow:  0px 15px 15px -12px rgba(0,0,0,0.15);
    box-shadow:  0px 15px 15px -12px rgba(0,0,0,0.15);
    font-family: 'FuturaPTCond-Medium';
    color: #003063;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;outline:0;
    padding-left:85px;
}


input#s::placeholder {
  color: #8098b1;
}


input#searchsubmit {
    height: 45px;
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 20px;
    color: #ffffff;
    background-color: #00b4e1;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    margin-top: 20px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 0;
}


li.search-open.search-mobile {
    display: none;
}

header {
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

header.fixed {
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

header.fixed .header-wrapper {
    padding: 10px 25px;
}

img.logo-menu {
    display: none;
}

.header-wrapper {
    max-width: 1365px;
    margin: 0 auto;
    padding: 25px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
     position:relative;
}


header.fixed .header-logo img {
    width: 280px;
}

.header-logo img {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 325px;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    line-height:1.1em;
}

.menu-opener {
    display:none;
}

.header-right {
    float: right;
    padding: 10px 0;
}


header.fixed .header-right ul li a {
    font-size: 23px;
}

.header-right ul li a {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 26px;
    color: #003063;
    padding: 0 16px;
    transition: color 0.2s;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.header-right ul li a:hover {
    color: #00b4e1;
}

.header-right ul li {
    display: inline-block;
}

.menu-menu-container {
    display: inline-block;
    vertical-align: middle;
}

.service-links {
    display: inline-block;
    vertical-align: middle;
}

li.search-open {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 12px;cursor:pointer;
}

.service-links li {
    display: inline-block;
    vertical-align: middle;
}

.service-links li a {
    color: #fff;
    height: 25px;
    font-size: 13px;
    width: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}

.service-links li a.twitter-link {
    background-color: #39a9e0;
}

.service-links li a.linkedin-link {
    background-color: #136d9d;
}

a.members-link {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FuturaPTCond-Medium';
    color: #003063;
    text-transform: uppercase;
    opacity: 0.5;
    padding: 0 15px;
    border-left: 1px solid #cecece;
    padding-left: 25px;
    margin-left: 10px;
}

/*
// MENU CATEGORIES
*/



.content-head li .title {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.0em;
}

.content-head li p {
    font-family: "MyriadPro-Regular","Arial";
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 0;
    padding-top: 15px;
    line-height: 1.35em;
    height: 65px;
}

.content-head ul li a {
    display: block;
    position:relative;
    padding: 15px;
    padding-bottom:40px;
}

.content-head ul li {
    z-index: 2;
    position: relative;
    width: 25%;
    color: #fff;
    float: left;
    padding: 15px 5px;
    text-align: center;
    box-sizing: border-box;
}

.content-head ul li a {
	color:#fff;
}

.content-head ul li a:hover {
    opacity: 0.9;
}
.content-head {
    display: table;
    margin:30px 0;
    width: 100%;
    box-sizing: border-box;
}

.content-head li .icon {
    max-width: 100px;
    margin: 5px auto;
}


.content-head li .icon img {
    border-radius: 50%;
}

.content-bottom-news {
    width: 100%;
    box-sizing: border-box;
    display: table;
}

.bottom-news {
    width: 50%;
    float: left;
}

.category-policy a {color:inherit;}


.category-policy .popup_block {
	height:345px;
    display: none;
    background: #fff;
    color: #003063;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 940px;
    margin-top: 0!important;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    bottom:0;
}

.category-policy .popup_block .content-text {
    padding:20px;

}

.category-policy a.closed {
    color: #fff;
}

hr {
    opacity: 0.3;
}



.menu-cats li a.active {
    background:#003063;color: #fff;
}

.menu-cats li a:hover {
    color: #003063;
}

.menu-cats li a.active:hover {
    color: #fff;
}

.menu-cats li a  {
    padding: 10px 20px;
    background: #f1f4f5;
    display: inline-block;
    box-sizing: border-box;
    color: rgba(0, 48, 99, 0.5);
 font-family: 'FuturaPTCond-Medium';
    text-transform: uppercase;
    font-size: 18px;
}

.menu-cats li {
    z-index: 2;
    position: relative;
    padding: 0 6px;
    width: auto;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
}

.menu-cats {
    margin-top: 35px;
}

.menu-cats ul {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.menu-cats li .icon {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30px;
    line-height: 0;display:none;
}
.menu-cats-search input,
.menu-cats-search select{
	height: 45px;
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 20px;
    color: #7992ac;
    background-color: #f1f4f5;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
	margin-top: 0;
    outline: none;
    border: 1px solid;
    border-radius: 5px;
}




/*
// SLIDER
*/

#slider-home {
    background: #003063;
    line-height: 0;
    max-width:1500px;
    height:75vh!important;
    margin:0 auto;
    overflow:hidden;
	max-height: 670px;
}

#slider-home .item {
    height:75vh!important;
    overflow:hidden;
	max-height: 670px;
}

#slider-home .owl-dots {
    position: absolute;
    z-index: 99;
    bottom: 25px;
    left: 25px;
}

#slider-home .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 25px 15px;
    background: #000000;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    opacity: 0.4;
    transform: translateY(-50%);
    top: 50%;
}

#slider-home .owl-nav [class*='owl-']:hover {
    background: #000;
}

#slider-home .owl-next {
    right: 0;
}

#slider-home .owl-prev {
    left: 0;
}

#slider-home .image-slider {
    width: 61.25%;
    display: inline-block;
    background-size: cover!important;
    background-position: center center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#slider-home .image-slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    background: url(/wp-content/themes/fiaregion1/images/bluebg.png);
    width: 204px;
    background-position: top left;
}

#slider-home .image-slider img {
    width: 100%;
    height: auto;
}

#slider-home .title-slider {
    width: 38.75%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 42px;
    line-height: 0.9em;
    background: #003063;
    padding: 20px 70px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#slider-home .title-slider p {
    font-size: 17px;
    text-transform: none;
    font-family: "MyriadPro-Regular","Arial";
    line-height: 1.3em;
    margin-bottom:0;
}

#slider-home.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 36%;
    text-align: left;
}

#slider-home.owl-theme .owl-dots .owl-dot.active span, #slider-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #00b4e1;
    opacity: 1;
}
#slider-home.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px;
    opacity: 1;
    background: #ffffff;

}


#slider-home .item:after {
    width: 59px;
    height: 59px;
    bottom: 0;
    right: 0;
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f061";
    color: #fff;
    text-align: center;
    line-height: 63px;
    background: #00b4e1;
}

/*
// NEWS HOME
*/

.lllist-item li.item-road-safety .content-item .title-content {
    background: rgba(247, 196, 53, 0.9)!important;
}

.llist-item li.item-safeguarding-mobility .content-item .title-content {
    background: rgba(106, 188, 197, 0.9)!important;
}

.llist-item li.item-environment .content-item .title-content {
    background: rgba(151, 196, 100, 0.9)!important;
}

.llist-item li.item-connecting-vehicles .content-item .title-content {
    background: rgba(137, 161, 194, 0.9)!important;
}

.list-item li.item-road-safety .btn-mini {
    background: #f7c435!important;
}

.list-item li.item-safeguarding-mobility .btn-mini {
    background: #6abcc5!important;
}

.list-item li.item-environment .btn-mini {
    background: #97c464!important;
}

.list-item li.item-connecting-vehicles .btn-mini {
    background: #89a1c2!important;
}

.list-item {
    line-height: 0;
    width:100%!important;
}

.list-item li {
    width: 33.3%;
    float: left;
}



.list-item li .content-item img {
    width: 100%;
    height: 100%;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.list-item li a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-item li .content-item {
    position: relative;
    margin: 8px;
    overflow: hidden;
}

.list-item li .content-item .title-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    background: rgba(0, 48, 99, 0.9);
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.0em;
    padding: 20px;
    z-index: 2;
}

.list-item li .content-item .title-content:after, .content-head ul li a:after {
    width: 42px;
    height: 42px;
    bottom: 0;
    right: 0;
    position: absolute;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f067";
    color: #fff;
    text-align: center;
    line-height: 45px;
    background: #00b4e1;
}

.content-head ul li a:after {
    background: rgba(255, 255, 255, 0.25)!important;
}

.list-item li .content-item .title-content .date {
    color: #fff;
    opacity:0.5;
    font-size: 15px;
    font-family: 'FuturaPTCond-Medium';
    line-height: 1em;
    padding-top: 12px;
}






.list-item li a:hover .content-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1;
}

.list-item li .content-item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}



.grey-background .list-item li .content-item .title-content {
    background: rgba(0, 180, 225, 0.9);
}

.grey-background .list-item li .content-item .title-content:after {
    background: #003063;
}

/*
// CAMPAIGNS ARCHIVE
*/

.title-campaign {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.0em;
    color: #003063;
    font-family: 'FuturaPTCond-Bold';
    height: 30px;
}

ul.campaigns-list li p {
    font-size: 14px;
    color: #003063;
    line-height: 1.4em;
    margin: 15px 10px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:55px;
}

.img-campaign {
    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    padding-top: 0;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    width: 170px;max-width: 100%;
}

.img-campaign img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
    max-height:100%;
}

.img-campaign:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(156, 170, 178, 0.13);
    top: 0;
    left: 0;
}
ul.campaigns-list li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    vertical-align: top;
    color: #003063;
    padding: 8px;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
}

ul.campaigns-list li .content {
    background: #f1f4f5;
    position: relative;
    padding: 20px;
    border-top: 5px solid transparent;
}

.top-c {
    position: absolute;
    top: 0;
    left: 20px;
    fill: #f2be41;
}

ul.campaigns-list li.top-campaign .content {
    border-top: 5px solid #f2be41;
}

ul.campaigns-list li:hover .content {
    background: #e6ebec;
}

ul.campaigns-list li:hover .img-campaign:after {
    background: rgba(156, 170, 178, 0.24);
}

ul.campaigns-list li .content:after {
    width: 42px;
    height: 42px;
    bottom: 0;
    right: 0;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    color: #fff;
    text-align: center;
    line-height: 43px;
    background: #00b4e1;
}

ul.campaigns-list li .content .box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

ul.campaigns-list {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

/*
// CAMPAIGNS HOME
*/

#slider-campaigns .item .image-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#slider-campaigns .item .image-slider {
    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    height: 120px;
    line-height:120px;
    width: 170px;
}

#slider-campaigns .item .title-slider {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.0em;
    color: #003063;    height: 30px;
}

#slider-campaigns .item img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

#slider-campaigns .item {
    background: #fff;overflow:hidden;
    margin: 8px;
    padding:20px;
    text-align: center;
    box-shadow: 0 15px 15px -15px rgba(0,0,0,0.15);
    position:relative;
}



#slider-campaigns .item p {
    font-size: 14px;
    color: #003063;
    line-height: 1.4em;
    margin: 15px 10px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;    max-height:55px;

}

#slider-campaigns .item:after {
    width: 42px;
    height: 42px;
    bottom: 0;
    right: 0;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    color: #fff;
    text-align: center;
    transition:all 0.2s;
    line-height: 43px;
    background: #00b4e1;
}

#slider-campaigns .item:hover:affter {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    FONT-SIZE: 300%;
    padding-top: 50%;
    bottom: -50%;
}

#slider-campaigns .owl-dots .owl-dot.active span, #slider-campaigns .owl-dots .owl-dot:hover span {
    background: #00b4e1;
}


#slider-campaigns .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 6px;
    background: #cfd2d3;
}

/*
// MEMBERS HOME
*/

#slider-members .owl-stage {
	height:140px;
	overflow: hidden;
}

#slider-members .item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#slider-members img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.55;
    transition: all 0.15s;

}

#slider-members .item {
    padding: 20px;
    height:100px;
}

#slider-members .item a {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

#slider-members .image-slider {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}


#slider-members .owl-nav [class*='owl-'], #slider-campaigns .owl-nav [class*='owl-'] , #slider-videos .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    top: -75px;
}


#slider-members .owl-nav [class*='owl-']:hover, #slider-campaigns .owl-nav [class*='owl-']:hover, #slider-videos .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

#slider-members .owl-prev, #slider-campaigns .owl-prev, #slider-videos .owl-prev {
    right: 135px;
}

#slider-members .owl-next, #slider-campaigns .owl-next, #slider-videos .owl-next {
    right: 90px;
}

#slider-members .owl-theme .owl-nav, #slider-campaigns .owl-theme .owl-nav, #slider-videos .owl-theme .owl-nav  {
    margin-top: 0;
}


#slider-members .item .title-slider {
    display: none;
}

#slider-members .item a:hover .title-slider {
    display: table-caption;
    color: #003063;
    text-align: center;
    line-height: 1.0em;
    width: 100%;
    font-size: 18px;
    position: relative;
    font-family: 'FuturaPTCond-Book';
}
/*
// FOOTER
*/

.bloc-social {
    clear: both;
    background-color: #dbe5e7;
}

.footer-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.bloc-social .social-item {
    margin: 0 30px;
    display: inline-block;
}

.social-title {
    margin-top: 10px;
    text-transform: uppercase;
    font-family:'FuturaPTCond-Book';
    font-size: 18px;
    color: #193862;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.social-logo {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.bloc-copyright {
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 22px;
    color: #bec5c7;
    text-align: center;
    padding: 40px 15px;
}

.bloc-link {
    background: #f1f4f5;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.bloc-link ul.menu {
    width: 100%;
    display: block;
    float: none;
}

.bloc-link .footer-inner {
    display: table;
    max-width: 760px;
    width: 100%;
    padding: 40px 20px;
    box-sizing:border-box;
}

.footer-inner i {
    padding-right: 8px;
    float: left;
    color: #BFCBD8;
}

.bloc-link ul {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size:15px;
    float:left;
}

.title-link {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 24px;
    color: #003063;
    padding-bottom: 10px;
}

.bloc-link ul li a, .bloc-link ul p {
    color: #003063;
}

.bloc-link ul li a {
    line-height: 1.8em;
    display: block;
}

.bloc-link ul p {
    margin: 10px 0;
}

.subtitle-link {
    font-weight: bold;
}

.bloc-link ul.ul-1 {
    width:42%;
}

.bloc-link ul.ul-2 {
    width:36%;
}

.bloc-link ul.ul-3 {
    width:22%;
}


/*
// POST
*/


#newsletter-sidebar {
    background: #f1f4f5;
    margin-bottom:50px;
}

#newsletter-sidebar .content {
    padding: 15px;
}

#newsletter-sidebar .title {
    color: #003063;
    padding: 15px 0;
    font-size: 22px;
    padding-top: 0;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Bold';
}


#newsletter-sidebar input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: auto!important;
    background: #00b4e1!important;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px!important;
    bottom: 0;
    cursor: pointer;
    opacity:1!important;
}


#newsletter-sidebar input {
    padding: 12px 18px;
    font-family: 'FuturaPTCond-book';
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: rgb(255, 255, 255);
    outline: 0;
    opacity:0.7;
}

#newsletter-sidebar form {
    position: relative;
    background: #fff;
}

ul.latest-posts li {
    padding: 12px 0;
}

ul.latest-posts {
    padding: 0;    margin-bottom:50px;

}

#post-content ul.latest-posts h1 {
    padding: 15px 0;
    font-size: 36px;
    padding-top: 0;
}

ul.latest-posts li .content-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#post-content ul.latest-posts li  .content-item  .date {
    font-size:14px;
padding: 8px 0;
    padding-bottom: 0;
}

ul.latest-posts li .content-item .img-li {
    width: calc( 32% - 2px );
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
ul.latest-posts li .title-content {
    font-family: 'FuturaPTCond-bold';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.0em;
    color: #003063;
    padding: 0px 0;
    padding-left: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: calc( 68% - 2px );
}

.post-img img {
    width: 100%;
}

.title-content p {
    font-family: "MyriadPro-Regular","Arial";
    text-transform: none;
    font-size: 13px;
}

.latest-posts a.see-all.link-label {
    float: none;
}

.content-issuu iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-issuu {
    padding-top: 56.1489%;
    position: relative;
    width: 100%;
}

#post-content, #page-content {
    padding: 0;
}

#post-content h1 {
    font-size: 42px;
    margin: 0;
    line-height: 0.95em;
}

#page-content h1 {
    margin: 0;
    line-height: 1em;
}

#post-content .date {
    font-family: 'FuturaPTCond-Medium';
    color: #9caab2;
    font-size: 24px;
    padding: 12px 0;
}

.content-post ul li {
    list-style: inherit;
    list-style-type: disc;
    margin-left: 20px;
    padding: 6px 0;
}

.content-text li {
    list-style: initial;
    margin-left: 15px;
}
.content-post a {
    color: #00b4e1;
}

h3 a {
    font-size: 16px;
}

.page-section ul.share-links {
    float: right;
    width: inherit;
}

.page-section .title-post {
    margin-bottom: 40px;
}

.img-post img {
    width: 100%;
    height: auto;
}

.title-post {
    margin-top: 50px;
}

.inner-post {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.title-post .description {
    font-family: 'FuturaPTCond-Book';
    font-size: 24px;
    color: #003063;
}

.breadcrumb {
    background: #00b4e1;
}

.breadcrumb li a {
    color: #fff;
    font-family: 'FuturaPTCond-Bold';
}

.breadcrumb li i {
    padding: 0 12px;
    color: #fff;
    font-size: 13px;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    color: #6cdcf8;
    font-size: 16px;
    padding: 10px 0;
}


ul.share-links {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

ul.share-links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size:15px;
    line-height:40px;
    overflow: hidden;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

ul.share-links li {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
}

ul.share-links li a.share-facebook {
    background-color: #00539d;
}

ul.share-links li a.share-google {
    background-color: #de5543;
}

ul.share-links li a.share-twitter {
    background-color: #39a9e0;
}

.img-post {
width: calc( 40% - 2px );
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    line-height:0;
    padding-top: 20px;
}

.page-section .img-post {
    width: 100%;
    padding-top: 0;
}

.page-section .content-post {
    width: 100%;
    padding-left: 0;
}

.content-post {
    line-height: 1.65em;
    font-size: 16px;
    margin-bottom: 65px;
    width: calc( 65% - 2px );
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}


.sidebar {
    width: calc( 35% - 2px );
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 50px;
}

/*
// RELATED POSTS
*/


#related-news ul li .relatedcontent {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.0em;
    color: #ffffff;
    padding: 55px 15px 5px 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

#related-news ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;overflow:hidden;
    line-height: 0;
}

#related-news ul li:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.relatedthumb {
    overflow: hidden;
}

.relatedthumb img {
    width: 100%;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

#related-news ul li .date {
    font-family: 'FuturaPTCond-Medium';
    color: #9caab2;
    font-size: 15px;
    padding: 6px 0;
}


#related-news ul {
    display: table;
    width: 100%;
}

/*
// POSITIONS
*/

.list-item.item-position li .content-item .title-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    background: transparent;
    text-align: center;
}

.list-item.item-position li .content-item .title-content:after {
    display:none;
}

.list-item.item-position li .content-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
}


/*
// EVENT SINGLE
*/

ul.events-list li .title-event .date {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.0em;
    color: #9caab2;
    padding: 8px 0;
}

ul.events-list li .title-event .title {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.0em;
    color: #003063;
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
width: calc( 85% - 2px );
    padding-left: 30px;
}

ul.events-list li .title-event .title .place {
    font-size: 17px;
    font-family: 'FuturaPTCond-Book';
    color: #9caab2;
    text-transform: none;
    padding-top: 4px;
}

ul.events-list {
    display: table;
    width: 100%;
    padding-bottom:30px;
}

ul.events-list li {
    display: inline-block;
width: calc( 33.3% - 2px );
    box-sizing: border-box;
    padding: 8px;
}

ul.events-list li .title-event {
    display: table;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
    background: #f1f4f5;
}

ul.events-list li .left-title {
    display: inline-block;
    vertical-align: middle;
    background: #00b4e1;
    color: #ffffff;
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    line-height: 1em;
    padding: 24px 0;
width: calc( 15% - 2px );
    box-sizing: border-box;
    position: relative;
}

ul.events-list li .left-title .month {
    font-size: 16px;
    line-height: 0.9em;
}

ul.events-list li .left-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    background: url(/wp-content/themes/fiaregion1/images/bluebgmini.png);
    width: 43px;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.2s;
}

.img-event {
   line-height:0;
}

.img-event img {
    width: 100%;
}

ul.events-list li a:hover .left-title:after {
    right: -35px;
}

ul.events-list li a:hover .title-event {
    background: #e5ecef;
}

.post-event .content-post {
    width: 100%;
    padding-left:0;
    padding-top:0;
}

.post-event .img-post {
width: calc( 50% - 2px );
    vertical-align: middle;
    padding: 0;
    position:relative;overflow:hidden;
}

.post-event .img-post:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    background: url(/wp-content/themes/fiaregion1/images/greybg.png);
    width: 204px;
    background-position: top left;
}

.top-event {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background: #f1f4f5;
    margin-top: 25px;
    position: relative;overflow:hidden;line-height:0;
}


#post-content.post-event .title-post {
    margin-bottom: 0;
    box-sizing: border-box;
    display: inline-block;
width: calc( 50% - 2px );
    vertical-align: middle;
    margin-top: 0;
    padding: 0 60px;
}

#post-content.post-event .date i {
    width: 20px;
    text-align: center;
    font-size: 18px;
    padding-right: 2px;
}


#post-content.post-event .date {
    font-size: 20px;
    font-family: 'FuturaPTCond-Book';
    line-height: 1.35em;
    padding-bottom: 0;
    letter-spacing: 0.25px;padding:0;
}


#post-content .date a {
    color:#9caab2;
}

#post-content.post-event h1 {
    font-size: 32px;
    margin-bottom: 0;
    padding: 15px 0;
}

#post-content.post-event .left-title {
    display: inline-block;
    background: #00b4e1;
    color: #ffffff;
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 44px;
    text-align: center;
    line-height: 1em;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

#post-content.post-event .left-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -41px;
    height: 100%;
    background: url(/wp-content/themes/fiaregion1/images/bluebgmini.png);
    width: 43px;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}


#post-content.post-event .left-title .month {
    font-size: 25px;
    line-height: 0.9em;
}


#post-content.post-event .date span {
    display: block;
    line-height: 1.45em;
}
#post-content.post-event .right-title {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 10px;
}

.title-job {
    background: #00b4e1;
    color: #ffffff;
    font-family: 'FuturaPTCond-Medium';
    text-transform: uppercase;
    font-size: 26px;
    padding: 10px;
    margin-bottom: 3px;
    cursor:pointer;
}

.title-job.active i {
    transform: rotate(-180deg);
}

.title-job i {
    transition: all 0.3s;
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 35px;
    border-bottom: 1px solid #efefef;
}


.tab-Pictures a {
    color: #fff!important;
    background: #00b4e1;
    display: inline-block;
    font-size: 16px;
    padding: 8px 15px;
    font-family: 'FuturaPTCond-Medium';
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: normal;
}

.tab-Video iframe {
    padding: 0 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.tab-Video br {
    display: none;
}

.tabs li {
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

.tabs li:hover .content, .tabs.menu-about li:hover a {
    color: #00b4e1;
}

.tabs li .active .content, .tabs.menu-about li.current-menu-item a, .tax-groupmembers .tabs li.menu-item-object-members a {
    color: #00b4e1;
    border-bottom: 3px solid #00b4e1;
}

.tabs li .content, .tabs.menu-about li a {
    padding: 35px 25px;
    display: block;
    color: #9caab2;
    text-align: center;
    font-family: 'FuturaPTCond-Medium';
    font-size: 22px;
    letter-spacing: 0.4px;
    font-weight: normal;
    position: relative;
    text-transform:uppercase;
}

.tabs li .content {
    padding: 35px 40px;
    font-size: 26px;
}

.tabs li .content i,  .tabs.menu-about li i {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -3px;
}
img.flickr {
    margin-bottom: 10px;
    width: 24%;
    margin-right: 1%;
}

/*
// PAGINATION
*/

.navigation ul {
    display: inline-block;
}

.archive .list-item {
    padding-bottom: 60px;
    box-sizing: border-box;
    display: table;
}

.navigation {
    line-height: normal;
    display: table;
    width: 100%;
    text-align: left;
    padding-bottom: 60px;
}

.navigation li {
    color: #9caab2;
    display: inline-block;
    vertical-align: middle;
}


.navigation li.active a {
    background: #c7cfd3;
    color: #fff;
}

.navigation li a {
    font-size: 22px;
    font-family: 'FuturaPTCond-Medium';
    color: #9caab2;
    padding: 10px 20px;
    display:block;
}

li.img-pagination img {
    max-width: 10px;
    vertical-align: middle;
    margin-top: -3px;
}


/*
// STAFF PAGE
*/

ul.staff-list li .content {
    background: #f1f4f5;
    padding: 40px;
    line-height: 1.15em;
}


ul.staff-list {
    display: table;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    margin: 0 -10px;
}

ul.staff-list li {
    display: inline-block;
width: calc( 25% - 3px );
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
}

ul.staff-list li .name {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 19px;
    color: #003063;
    padding-bottom: 10px;
    padding-top: 25px;
}

ul.staff-list li .responsability {
    font-family: 'FuturaPTCond-Book';
    color: #003063;
    font-size: 20px;
    letter-spacing: 0.25px;
    height: 36px;
}

ul.staff-list li .phone {
    padding: 5px 0;
    border-top: 1px solid #dbe5e7;
    margin-top: 20px;
    padding-top: 20px;
}

ul.staff-list li a {
    color: #b99857;
    display: block;
}

ul.staff-list li .photo {
    max-width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}


/*
// VIDEO PAGE
*/

ul.videos-list li .title-video .title {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.0em;
    color: #fff;
}



ul.videos-list li a:after {
    width: 42px;
    height: 42px;
    bottom: 8px;
    right: 8px;
    z-index: 9;
    position: absolute;
    font: normal normal normal 13px/1 FontAwesome;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background: #00b4e1;
    content: "\f01d";
    font-size: 22px;
}

ul.videos-list {
    display: table;
    width: 100%;
    padding-bottom: 30px;
}


ul.videos-list li {
    display: inline-block;
width: calc( 33.3% - 2px );
    box-sizing: border-box;
    padding: 8px;
    position: relative;
}

ul.videos-list li .content {
    position: relative;
}

ul.videos-list li .title-video {
    transition: all 0.2s;
    background: transparent;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 50px;
    z-index: 9;
    color: #fff;
}

.img-video {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.img-video:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1;
}

.img-video img {
    width: 100%;
    transition: all 0.2s;
}


ul.videos-list li:hover .img-video img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.popup_block {
    display: none;
    background: #fff;
    color: #000;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 100%;
    width: 600px;
}

.popup_block p {
    padding: 0;
    margin: 0;
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-content {
    padding-top: 56.1489%;
    position: relative;
    width: 100%;
}

.popup_block .title {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.0em;
    color: #003063;
    padding: 20px;
    padding-right: 35px;
}

a.closed {
    position: absolute;
    right: 15px;
    top: 22px;
}

/*
// MEMBERS PAGE
*/


ul.members-list li {
    padding: 10px;
    position: relative;
    width: 50%;
    display: table;
    float: left;
    box-sizing: border-box;
}


ul.members-list li .content {
    padding: 30px 15px;
    position: relative;
    box-sizing: border-box;
    display: table;
    width: 100%;
    background: #f1f4f5;

}
ul.members-list li .content.no-link:after {
    display: none;
}

ul.members-list li .content:after {
    width: 42px;
    height: 42px;
    bottom: 0;
    right: 0;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    color: #fff;
    text-align: center;
    line-height: 43px;
    background: #00b4e1;
}

ul.members-list li .img-member {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-right: 25px;
width: calc( 20% - 2px );
box-sizing: border-box;
}

ul.members-list li .img-member img {
    max-height: 80px;
    width: auto;
}

ul.members-list li .title-member {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
width: calc( 80% - 2px );
    box-sizing: border-box;
}

ul.members-list li .title-member .title {
    font-family: 'FuturaPTCond-Bold';
    text-transform: uppercase;
    font-size: 20px;
    color: #003063;
    height: 44px;
}

ul.members-list li .title-member .website-link {
    color: #ad8d57;
    font-size: 15px;
    height: 20px;
    display: block;
}

ul.members-list li .title-member .tag {
    color: #ffffff;
    font-family: 'FuturaPTCond-Medium';
    text-transform: uppercase;
    font-size: 16px;
    background: #00b4e1;
    display: inline-block;
    padding: 1px 10px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    vertical-align:top;
}

ul.members-list li .title-member .tag.group {
    background: #c7cfd3;
    color: #ffffff;
    margin-left: -3px;
    font-family: 'FuturaPTCond-Book';
    font-size: 13px;
    letter-spacing: 0.8px;
}

#slider-members, #slider-campaigns  {
    margin: 0 auto;
}




button#catapultCookie {
    border-radius: 0!important;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Book';
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.5px;
}


.mobile { display:none; }
.desktop { display: block; }


 @media screen and (max-width: 1150px) {
ul.campaigns-list li {
    width:33.3%;
}

}

@media only screen and (max-width: 767px) {

.page-id-4542 iframe {
	width:100%;
	height:330px;
	max-width:100% !important;
}


.desktop { display:none; }
.mobile { display: block; }

.archive ul.videos-list li {
    width: calc( 50% - 2px);padding:5px;
}

ul.videos-list li .title-video .title {
    font-size: 16px;
}

#slider-home .owl-dots {
    position: absolute;
    z-index: 99;
    bottom: auto;
    left: auto;
    top: 10px;
    right: 10px;
}

.search .title-content p {
    display: none;
}

header.fixed #searchformcontent {
    top: 63px;
}
input#searchsubmit {
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 13px;
    margin-top: 10px;
    right: 8px;
    top: 0; -webkit-appearance: none;
}

input#s {
    padding: 15px;
    font-size: 18px;
    padding-left: 45px;
}

#searchformcontent i {
    font-size: 18px;
    padding: 18px 12px;
}

#searchformcontent {
    top: 65px;
}

.footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}

.sidebar {
    width: 100%;
    padding-left: 0;
}

.btn-mini {
    font-size: 14px;
    margin-top: 3px;

}

.menu-cats li {
    padding: 0 3px;
    float: none;
    display: inline-block;
}

.menu-cats {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    display: block !important;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
}

.breadcrumb li {
    font-size: 12px;
    padding: 8px 0;
}

.menu-cats li a {
    padding: 6px 15px;
    font-size: 14px;
}

.content-head li .icon {
    max-width: 50px;
    margin: 0 auto;
    line-height: 0;
}

.content-head li .title {
    font-size: 15px;
}

.content-head li p {
    display: none;
}

.content-head ul li {
    width: 50%;
    padding: 5px;
}


#wrapper {
   padding:0 15px;
}

#slider-home .image-slider:after {
    display:none;
}


#slider-home .image-slider {
    width: 100%;
    height: 40vh;
    position: relative;
}

#slider-home .item {
    height: 40vh!important;
}

#slider-home {
    height: 40vh!important;
}

#slider-home .title-slider {
    width: 100%;
    font-size: 20px;
    line-height: 1em;
    padding: 18px 50px 18px 18px;
    z-index: 9;
    bottom: 0;
    top: auto;
    transform: none;
}

#slider-home .title-slider p {
    display: none;
}

#slider-home.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: inherit;
    right: 10px;
    width: 100%;
    text-align: right;
    top: 5px;
}


#slider-home .item:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    z-index: 99;
}

ul.staff-list li {
    width: calc( 50% - 3px )!important;
}

h1 {
    font-size: 28px;
}
.list-item {
    line-height: 0;
    width: 100%!important;
    height: auto!important;
}
.list-item li {
    width: 50%;
    position: relative!important;
    left: inherit!important;
    top: inherit!important;
}

.list-item li .content-item {
    margin: 3px;
}

.list-item li .content-item .title-content {
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    padding: 10px;
}


.title-content span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-item li .content-item .title-content .date {
    font-size: 13px;
    padding-top: 6px;
}
.list-item li .content-item .title-content:after, ul.campaigns-list li .content:after, .content-head ul li a:after, ul.members-list li .content:after, ul.videos-list li a:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    font-size: 10px;
    line-height: 32px;
}




a.see-all.link-label {
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 10px;

}

ul.events-list li {
    width: 100%;
    padding: 8px 0;
}

.post-event .img-post {
    width: 100%;
    height: auto!important;
}

.post-event .img-post:after {
    background: transparent;
}

.home ul.videos-list {
    overflow-x: auto;    overflow-y: visible;
    width: 100%;
    white-space: nowrap;
    display: block !important;
    -webkit-overflow-scrolling: touch;
}

.home ul.videos-list li {
    width: 82%;
}

.home ul.videos-list li .content {
    white-space: normal;
}

.social-title {
    font-size: 14px;
    margin-top: 0;
}

.bloc-social .social-item {
    margin: 0 8px;
}

.social-logo img {
    max-width: 22px;
}

.bloc-link ul {
    width: 100%!important;
    text-align: center;
	padding: 15px 0;
    font-size: 13px;
}

.title-link {
    font-size: 18px;
}

.bloc-copyright {
    font-size: 18px;
}

.bloc-link .footer-inner {
    width:auto;
}

section {
display:block;
width:auto;
padding:25px 0;
}

#slider-members .item {
    padding: 12px;
}

.owl-nav img {
    max-width: 10px;
}



.navigation li a {
    font-size: 16px;
    padding: 6px 13px;
}

li.img-pagination img {
    max-width: 6px;
}

.page-section .title-post {
    margin-bottom: 30px;
}

.title-post {
    margin-top: 30px;
}

.inner-post {
    display: block;
}

ul.latest-posts li .title-content {
    font-size: 15px;
}

.tabs {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    display: block !important;
    -webkit-overflow-scrolling: touch;
}

.tabs li .content i, .tabs.menu-about li i {
    font-size: 18px;
}

.tabs li .content, .tabs.menu-about li a {
    padding:  20px;
    font-size: 15px;

}

#related-news ul {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    display: block !important;
    -webkit-overflow-scrolling: touch;
}

#related-news ul li {
    width: 65%;
    display: inline-block;
    float: none;
    white-space: normal;
    vertical-align: top;
}

#related-news ul li .relatedcontent {
    font-size: 15px;
}

#post-content h1 {
    font-size: 26px!important;
}

#post-content .date, #post-content.post-event .date {
    font-size: 18px;
}

ul.campaigns-list li {
    width: 100%;
}

.title-campaign {
    padding: 15px 0;
    font-size: 16px;height:auto;
}



ul.campaigns-list li .content {
    right: 6px;
    left: 6px;
}

ul.share-links li {
    width: 32px;
    height: 32px;
}

ul.share-links li a {
    font-size: 12px;
}


ul.share-links {
    margin-bottom: 20px;
}

.img-post {
    width: 100%;
}

.content-post {
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 35px;
    width: 100%;
    padding-left: 0;
}

.bottom-news {
    width: 100%;
}

.title-post .description {
    font-size: 20px;
    line-height: 1em;
    padding-top: 5px;
}

ul.members-list li {
    box-sizing: border-box;
    display: table;
    width: 100%;float:none;
    padding:5px 0;
}

ul.members-list li .content {
    padding: 15px 10px;
}

ul.members-list li .img-member {
    padding-right: 10px;
    box-sizing: border-box;
}

ul.members-list li .title-member {
    box-sizing: border-box;
}

ul.members-list li .title-member .title {
    font-size: 16px;
    line-height: 1.1em;
}

ul.members-list li .title-member .tag {
    font-size: 13px;
}

#slider-campaigns .item:after, ul.members-list li:after {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 32px;
}

#slider-campaigns .item .image-slider {
    height: 90px;
    padding-top: 0;
    line-height: 90px;
    margin-bottom: 10px;
}

#slider-campaigns .item p {
    font-size: 13px;
}

#slider-campaigns .item img {
    max-width: 130px;
}

#slider-campaigns .item .title-slider {
    font-size: 18px;
}

#slider-campaigns .item {
    padding: 15px 20px;
}

#post-content.post-event .title-post {
    padding: 15px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#post-content.post-event .left-title {
    font-size: 24px;
    padding: 12px 18px;
    margin-right: 0;
    box-sizing: border-box;
}

#post-content.post-event .left-title .month {
    font-size: 15px;
}


#post-content.post-event h1 {
    font-size: 20px!important;
    margin-bottom: 0;
}

#post-content.post-event .right-title {
    float: left;
}

}


@media screen and (min-width: 930px) and (max-width: 1220px) {
body {
    padding-top: 148px;
}

.header-right {
    float: left;
}


}

@media screen and (min-width: 767px) and (max-width: 1150px) {


#slider-home .title-slider {
    font-size: 30px;
    line-height: 1em;
    padding: 20px;
}

#slider-home .title-slider p {
    display:none;
}
}


@media only screen and (max-width: 930px) {






.list-item li {
    width: 50%;
}

li.search-open.search-mobile {
    display: block;
    float: right;
    font-size: 24px;
}

li.search-open {
    display: none;
}

.header-right {
    position: fixed;
    background: #003063;
    right: -260px;
    height: 100%;
    bottom: 0;
    top: 0;
    width: 260px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
   webkit-transition: right .1s linear 0s;
    transition: right .1s linear 0s;

}

body.menu-open .header-right {
   right:0;
}

ul.staff-list li {
    width: calc( 33.3% - 3px );
}


.menu-opener {
    float: right;
    display:block;
    font-size: 26px;
}

body.menu-open header {
    right: 260px;
}


.header-right ul li {
    display: block;
}

.header-right ul li a {
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    display: block;
}

.service-links {
    padding: 0 20px;
}

a.members-link {
    margin-left: 0;
    color: #fff;
    display: block;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #cecece;
    font-size: 18px;
    margin-top: 15px;
    padding-top: 15px;
    margin: 20px;
}

body {
    webkit-transition: right .1s linear 0s;
    transition: right .1s linear 0s;
    right:0;
    padding-top: 64px;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 260px;
}

img.logo-menu {
    display: block;
    max-width: 60px;
    padding: 20px;
    text-align: right;
}

.header-logo img, header.fixed .header-logo img {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}

.header-wrapper, header.fixed .header-wrapper {
    padding: 15px;
}
}

@media only screen and (max-width: 480px) {

	.archive ul.videos-list li {
		width: calc( 100% - 2px);
		padding:5px;
	}
	ul.staff-list li {
		width: calc( 100% - 3px )!important;
	}

}

@media only screen and (max-width: 365px) {

.list-item li {
    width: 100%;
}
}

.title-post h1.event-toggle{
	cursor: pointer;
}
.title-post h1.event-toggle:before {
    content: "\f196";
    font: normal normal normal 47px FontAwesome;
    padding-right: 10px;
}
.title-post h1.event-toggle.toggle:before{
    content: "\f147";
}


#wrapper .form-register{
	margin:30px 0;
}
#wrapper .form-register label{
	margin-top: 20px;
	font-family: "FuturaPTCond-Medium";
    font-size: 20px;
}
#wrapper .form-register input[type="text"], #wrapper .form-register input[type="email"]{
	height: 45px;
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'FuturaPTCond-Medium';
    font-size: 20px;
    color: #7992ac;
    background-color: #f1f4f5;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    float: right;
    margin-top: 14px;
    outline: none;
    border: 1px solid;
    border-radius: 5px;
}
#wrapper .form-register input[type="submit"] {
    color: white;
    font-size: 18px;
    background-color: #00a8d2;
    border: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "FuturaPTCond-Medium";
    float: right;
    width: 130px;
    cursor: pointer;
}



.vimeo_url {
	display: none;
}
.list-item li{
	eight: 415px;
}

@media only screen and (max-width: 600px) {

	#list-news.news-first .list-item li:last-child,
	#list-news.grey-background .list-item li:last-child{
		display:none;
	}

}
#slider-members .item a:hover img {
    filter: none;
}
.list-item.item-position li .content-item:before {
	background-color: rgba(0, 0, 0, 0.2);
}
form .formtable.crf_heading h1{
	width: 50%;
}
.form-register form input[type="submit"]{
    margin-top: 20px;
    padding: 5px 10px;
    width: unset !important;
}
#newsletter-sidebar input[name="subscribe_confirm"]{
	width: 10%;
    margin: 0;
    height: 20px;
    padding: 0;
}
#newsletter-sidebar label{
	font-size: 13px;
    line-height: 14px;
    width: 90%;
    float: right;
}

.popup_block .content-text {
	padding: 0 30px;
}



img.aligncenter {
	display: block;
	margin:auto;
}




.content-post ol {
	display: block;
	list-style-type: decimal;
	list-style: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.content-post ol>li {
	display: list-item;
	list-style: decimal;
}



.video_float {
  text-align:center;
  margin-top:20px;
  margin-bottom: 20px;
}

.video_float .wp-video {
  float:left;
  margin-right: 16px;
  margin-left: 16px;
}


.page-id-9527 p {
  clear: both !important;
}
