/*
Theme Name: 	Gaspard+Bruno Boilerplate
Theme URI: 		http://gaspardbruno.com/
Description: 	Bootstrap on Wordpress
Version: 		  1.0
Author: 		  http://gaspardbruno.com/
Author URI: 	http://gaspardbruno.com/
Tags: 			  bootstrap
*/

::-webkit-scrollbar {
    display: none;
}
*:focus {
    outline: none;
}
textarea:focus, input:focus {
    outline: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

.dropdown, .dropup {
    position: relative;
    -webkit-appearance: none;
    height: 44px !important;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333743;
    outline: none;
    width: 100%;
    border-radius: 0px;
}

.dropdown:after{
  position: absolute;
  right: 20px;
  font-family: FontAwesome;
    content: "\f095";
}

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

.row_same_height {
    display: table;
    width: 100%;
}
.col_same_height {
    display: table-cell;
    float: none !important;
}
.social_icons_group {
    position: absolute;
    bottom: 0;
}

.social_icons {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.social_icons p{
    font-size: 23px;
}
b, strong {
    font-weight: 600;
    /*color: #15B68A;*/
}
a {
    color: #15B68A;
}
a:hover, a:focus {
    color: #15B68A;
    text-decoration: none;
}
.social_icons a {
    color: #333;
    border: 0px solid;
}
.social_icons a:hover {
    color: #15B68A;
}

/*MIXINS*/

.overflow_hidden {
    overflow: hidden;
}

/*FONT*/

p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
}
.glossary {
    font-size: 18px;
    line-height: 1.6;
}
.glossary a {
    color: #333;
}
.glossary a:hover, .glossary a:focus {
    color: #15B68A;
    text-decoration: none;
}
.glossary .text {
    padding: 20px;
    margin: 20px 0;
    background-color: #e6e6e6;
}
.single_post ul {
    padding: 20px 0px;
}
.single_post li {
    font-size: 16px;
    line-height: 1.6;
    list-style: square;
    color: #15B68A;
}
blockquote {
    font-size: 19px;
    border-left: 10px solid #e6e6e6;
}
p a {
    color: #15B68A;
    border-bottom: 2px solid #15B68A;
}
p a:hover, p a:focus {
    text-decoration: none;
    color: #15B68A;
}
.bg_green a {
    color: white;
    border-bottom: 2px solid white;
}
.bg_green a:hover, .bg_green a:focus {
    color: white;
    border-bottom: 2px solid white;
}
.title_xl {
    font-size: 3em;
    line-height: 1.4;
    position: relative;
}
h4 {
    line-height: 1.7;
}
.h3, h3 {
    font-size: 2em;
    /*font-weight: 300;*/
}
.h4, h4, h4 p {
    font-size: 20px;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.semi_bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.text_white {
    color: white;
}
.text_center {
    text-align: center;
}

/*LIST*/

.content_repeat_block_title .grid_block_text {
    padding-bottom: 0px;
}
.content_repeat_block_col .grid_block_text {
    padding-top: 0px;
}
.content_repeat_block_col ul {
    padding: 10px 0;
}
.content_repeat_block_col li {
    list-style: none;
    margin: 10px 0;
    font-size: 16px;
}
.content_repeat_block_col li a {
    color: #333;
    font-size: 20px;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.content_repeat_block_col li a:hover, .content_repeat_block_col li a:focus {
    color: #15B68A;
    text-decoration: none;
}
.wprssmi_bullet_list .date {
    font-size: 20px;
    display: block;
    color: #15B68A;
}
.content_repeat_block_col .row img {
    width: 90%;
    height: auto;
    max-width: 150px;
}

/*MENU*/

.main-menu {
    padding: 0px;
}
.main-menu li {
    list-style: none;
    margin-bottom: 10px;
    -webkit-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
}
.main-menu li a {
    font-size: 2.5em;
    line-height: 1.4;
    position: relative;
    color: #333;
    font-weight: 400;
}
.main-menu li a:hover {
    text-decoration: none;
}


.members_content > h3{
    visibility: hidden;
}

.members_content #companyinfo .img{
    width: 150px;
    float: right;
}
.members_content #companyinfo img{
    width: 100%;
}

.members_content #map_canvas{
  margin: 30px 0;
}

.org_info_left{
  line-height: 2;
}

.org_info_right strong{
  display: block;
  font-size: 20px;
  margin: 10px 0;
  margin-top: 30px;
}

/*MODAL*/

.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
}

/*LINK*/

button {
    border: 0px;
    background-color: transparent;
}
.link_group {
    display: block;
}
.link, .button, #emm_signup_submit, input.wpcf7-submit, .buttons .back, .buttons .forward, .dwqa-container .dwqa-btn-success,.dwqa-container .dwqa-btn-primary {
    color: white;
    background-color: #15B68A;
    padding: 10px 20px;
    border: 2px solid #15B68A;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    font-size: 15px;
}
.link:hover, .link:focus, .button:hover, .button:focus, #emm_signup_submit:hover, #emm_signup_submit:focus, input.wpcf7-submit:focus, input.wpcf7-submit:hover, .buttons .back:hover, .buttons .forward:hover, .buttons .back:focus, .buttons .forward:focus, .dwqa-container .dwqa-btn-success:hover, .dwqa-container .dwqa-btn-success:focus {
    text-decoration: none;
    color: #15B68A;
    background-color: transparent;
    outline: none;
}
.arrow, .bton_search {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: white;
    margin-left: 10px;
    z-index: 2;
    display: inline-block;
    top: -4px;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.arrow:after, .bton_search:after {
    width: 2px;
    height: 10px;
    background-color: white;
    content: "";
    position: absolute;
    transform: rotate(40deg);
    bottom: -8px;
    right: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.arrow:before, .bton_search:before {
    width: 2px;
    height: 10px;
    background-color: white;
    content: "";
    position: absolute;
    transform: rotate(-40deg);
    bottom: 0px;
    right: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.bton_search, .bton_search:before, .bton_search:after {
    background-color: #15B68A;
}
.link:hover .arrow, .link:focus .arrow, .link:hover .arrow:after, .link:hover .arrow:before, .link:focus .arrow:after, .link:focus .arrow:before {
    background-color: #15B68A;
}

/*BG*/

.bg_green {
    background-color: #15B68A;
}
.bg_gray {
    background-color: #e6e6e6;
}
.bg_gray_xl {
    background-color: #333743;
}

/*IMG*/

.img_100 {
    width: 100%:
}

/*ALIGNEMENT*/

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.all-align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




.home #companyinfo{
  position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background-color: white;
    z-index: 1000;
        padding-top: 70px;
    border-right: 10px solid #333743
}
.home #companyinfo:empty {
  display: none
}

.home #companyinfo img{
    width: 150px;
    margin: 20px 0;
}

.question img{
  margin-right: 20px !important;
}

.map__close {
display: none;
}

.home .map__close{
  position: fixed;
    top: 20px;
display: inline-block;
    height: 30px;
    background-color: #15B68A;
    left: 0px;
    color: white;
    font-size: 16px;
    padding: 16px;
    padding-top: 3px;
    z-index: 10000000;
    cursor: pointer;
}

.map__close:hover{
  color: white;
}


#legend strong{
  margin: 2px 0;
   display: block;
   font-size: 20px;
}

#legend img{
  margin-right: 10px;
}

#legend img:nth-of-type(4){
  margin-left: 20px;
}

.avfmem_cell {
  width: 30%;
margin-bottom: 40px;
height: 100px;
max-width: 50%;
float: none;
display: inline-block;
text-align: center;
}

.avfmem_cell > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.avfmem_cell img{
  vertical-align: middle;
    max-width: 80%;
    height: auto;
    max-height: 100px;
}

/*GRID & CONTAINER */

.margin_top_flex {
    margin-top: 10%;
}

/*.content_repeat_block_col{
   margin-top: 20px;
}*/


/*.content_repeat_block .content_repeat_block_col:nth-child(even){
       margin-left: 33.33333333%;
}

.content_repeat_block .content_repeat_block_col:nth-child(odd){
       margin-left: 16.66666667%;
}*/

.container-fluid {
    padding: 0 80px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.row>div {
    padding: 0;
}
.grid {
    position: fixed;
    top: 0;
    height: 100%;
    left: 80px;
    width: calc(100% - 160px);
    z-index: -1;
}
.grid:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    background-color: #e6e6e6;
    left: -80px;
    -webkit-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
}
.grid:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    background-color: #e6e6e6;
    right: -80px;
    -webkit-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
}
.gridOpen:before {
    width: 80px;
    left: -80px;
}
.gridOpen:after {
    width: 80px;
    right: -80px;
}
.grid .grid_col {
    position: absolute;
    height: 100%;
    background-color: #e6e6e6;
    width: 1px;
    left: 0px;
}
.grid>div {
    position: relative;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
}
.grid>div:last-of-type {
    border-right: 1px solid #e6e6e6;
}
.grid.menu>div {
    border-left: 1px solid #dcdbdb;
}
.grid.menu>div:last-of-type {
    border-right: 1px solid #dcdbdb;
}
.gridMenu {
    z-index: 10;
    visibility: hidden;
}
.gridMenuOpen {
    visibility: visible;
}

/*.grid.menu .grid_col {
    background-color: #565656;
    z-index: 2;
    opacity: 0;
    display: none;
    -webkit-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
}
.grid.menu .grid_colOpen {
    opacity: 1;
    display: block;
}*/

.grid.menu .bg {
    background-color: #e6e6e6;
    position: relative;
    height: 100%;
    width: 102%;
    left: -1px;
    -webkit-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 1100ms cubic-bezier(0.645, .045, .355, 1);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.grid.menu .bgOpen {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -o-transform: translateX(0%);
}
.grid_block {
    width: 100%;
    min-height: 100px;
    position: relative;
}
.grid_newsletter {
    color: #a7a7a7;
}
.grid_newsletter h5 {
    font-size: 24px;
}
.reg_form label {
    float: left;
    width: 220px;
    text-align: left;
    margin-top: 10px;
    white-space: nowrap;
    color: #15B68A;
}
.required_label {
    margin: 12px 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
}
#emm_signup .form_field input, #emm_signup_submit {
    height: 44px;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    max-width: 100% !important;
}
.wpcf7-captchac {
    width: 72px !important;
}
div.wpcf7 img.ajax-loader {
    opacity: 0;
    position: absolute;
}
input {
    height: 44px !important;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333743;
    outline: none;
    width: 100%;
}

.chosen-container-multi .chosen-choices{
  height: 44px !important;
    padding: 1px 11px;
    font-size: 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333743;
    outline: none;
    width: 100%;
}

input:focus {
    border: 2px solid #15B68A;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0), 0 0 0px rgba(102, 175, 233, .0);
    outline: none;
}
textarea {
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333743;
    outline: none;
    width: 100%;
}
.reg_form input, .reg_form select, .reg_form textarea {
    width: 100% !important;
}
.wpcf7 p span {
    display: block;
    max-width: 100% !important;
    margin-left: 0px !important;
    position: relative !important;
    margin-top: 10px !important;
}
input.wpcf7-submit {
    display: block !important;
    margin-left: 0px !important;
    max-width: 100% !important;
    line-height: 1;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px !important;
    display: block !important;
    font-weight: 500 !important;
}
#emm_email, #emm_first_name, #emm_last_name {
    height: 44px !important;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    outline: none;
    width: 100%;
}



#emm_email:focus, #emm_first_name:focus, #emm_last_name:focus {
    border: 2px solid #15B68A;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0), 0 0 0px rgba(102, 175, 233, .0);
    outline: none;
}
.grid_img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.grid_img img {
    height: 100%;
    position: relative;
}
.grid_block_img {
    height: 600px;
    position: relative;
}
.grid_block_map {
    height: 300px;
}
.grid_block_intro {
    height: 600px;
}
.grid_block_intro_sm {
    height: 380px;
}

.grid_block_intro_xs {
    height: 300px;
}
.grid_block_intro h1 {
    padding: 0px;
    margin: 0px
}
.grid_block_text {
    padding: 5% 0;
}
.grid_block_menu h3 {
    color: #15B68A;
}
.grid_block_menu ul {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.grid_block_menu li {
    list-style: none;
}
.grid_block_menu a {
    color: #a7a7a7;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.grid_block_menu a:hover {
    color: white;
    text-decoration: none;
}

/*MENU*/

.signature_design {
    position: relative;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}
.menu_container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.menu_container .container-fluid {
    z-index: 10;
}
.menu_container h2 {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    color: white;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}

.menu_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 600ms cubic-bezier(0.645, .045, .355, 1);
    z-index: 8;
    left: 2px;
}

.modal_bg_backdrop {
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    background-color: #e6e6e6;
    z-index: 11002;
}
.modal_container {
    position: absolute;
    width: 100%;
    max-width: 450px;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333743;
    z-index: 11003;
    color: white;
}
.modal_container h5 {
    font-size: 30px;
    color: #a7a7a7;
    font-weight: 300;
}
.modal_container .link {
    float: right;
}
.modal .grid_block_menu a {
    color: #555;
}
.modal .grid_block_menu a:hover {
    color: #15B68A;
}
.modal .grid_block_menu li {
    list-style: none;
    margin-bottom: 8px;
}

/*BOUTONS*/

.grid_block_button {
    width: 80px;
    height: 80px;
    background-color: #15B68A;
    cursor: pointer;
}

/*.grid_block_button:hover {
    background-color: #15B68A;
}*/

.grid_block_button .material-icons {
    color: white;
    font-size: 35px;
}
.grid_block_button_bottom_left {
    position: absolute;
    bottom: 40px;
    left: -40px;
}
.grid_block_button_bottom_right {
    position: absolute;
    bottom: 40px;
    right: -40px;
    z-index: 4;
}

.grid_block_button_bottom_scroll_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 4;
  -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
  -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
  -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}

.grid_block_button_bottom_scroll_top .all-align{
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 25px;
}


.grid_block_button_down>div {
    width: 2px;
    height: 30px;
    background-color: white;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.grid_block_button_down:hover>div {
    width: 2px;
    height: 20px;
    background-color: white;
}
.grid_block_button_down>div:before {
    width: 2px;
    height: 20px;
    background-color: white;
    content: "";
    position: absolute;
    transform: rotate(-40deg);
    bottom: -2px;
    left: -6px;
}
.grid_block_button_down>div:after {
    width: 2px;
    height: 20px;
    background-color: white;
    content: "";
    position: absolute;
    transform: rotate(40deg);
    bottom: -2px;
    left: 6px;
}
.grid_block_button_bottom_left .material-icons {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.grid_block_button_menu {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 11000;
    -webkit-transition: opacity 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: opacity 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: opacity 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: opacity 200ms cubic-bezier(0.645, .045, .355, 1);
}
.grid_block_button_menu.off {
    opacity: 0;
}
.logo_modal {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 11001;
    width: 80px;
    height: 80px;
    background-color: blue;
    cursor: pointer;
}
.grid_block_button_menu>div {
    position: absolute;
    background-color: white;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    width: 20px;
    margin-top: -1px;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.grid_block_button_menu>div:first-of-type {
    top: 35%;
    margin-top: -1px;
    width: 30px;
}
.grid_block_button_menu>div:last-of-type {
    top: 65%;
    margin-top: -1px;
    width: 30px;
}
.grid_block_button_menu:hover>div:first-of-type, .grid_block_button_menu:hover>div:last-of-type {
    top: 50%;
}
.grid_block_button_menu.active>div {
    top: 50%;
}

/*
.grid_block_button_menu:hover.active > div{
    transform: rotate(45deg);
}


.grid_block_button_menu:hover.active > div:last-of-type{
    top: 50%;
    transform: rotate(-45deg);
}*/

.label-primary {
    background-color: transparent;
    padding: 10px 0;
    font-weight: 500;
    font-size: 25px;
}

/*LOGO*/

.logo {
    position: absolute;
    top: 40px;
    left: calc(80px - 0px);
    z-index: 1000;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 1;
    -webkit-transition: all 800ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 800ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 800ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 800ms cubic-bezier(0.645, .045, .355, 1);
}
.logoOff {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -o-transform: translateX(30px);
}
.logo:hover {
    opacity: 0.6;
}
.logo img, .logo_footer img {
    width: 100%;
}
.logo_footer {
    width: 60px;
    margin-top: 70px;
}

/*LIST*/

.list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*ICONS*/

.icons_group {}
.icons {
    height: 200px;
    text-align: left;
    margin-bottom: 20px;
}
.icons:nth-child(even) h4 {
    color: #15B68A;
}
.icons:nth-child(odd) h4 {
    color: #555;
}
.icons img {
    width: 110px;
    left: -55px;
    position: relative;
}
.icons h4 {
    margin-top: 20px;
}

/*MENU II*/

.second_menu {
    width: 100%;
    position: fixed;
    height: 60px;
    z-index: 2;
    text-align: center;
    padding-top: 5px;
}
.second_menu_title h4 {
    font-size: 20px;
    cursor: pointer;
}
.second_menu_detail {
    display: none;
    background-color: #e6e6e6;
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    opacity: 0;
}
.second_menu_detailOn {
    display: block;
    opacity: 1;
}
.second_menu_title_icon {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -moz-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    -o-transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(0.645, .045, .355, 1);
}
.second_menu_title_iconOpen {
    transform: rotate(180deg);
}

/*ABOUT*/

.about_bar {
    position: fixed;
    height: 100%;
    width: calc(16.66666667% + 54px);
    /*z-index: 10;*/
}
.about_bar .nav {
    margin-top: 150px;
    text-align: right;
    padding: 0 20px;
}
.nav-pills>li>a {
    border-radius: 0px;
    color: #555;
    font-size: 20px;
    padding: 5px 15px;
}
.logo_about {
    position: relative;
    width: 60px;
    height: 60px;
    top: 40px;
    margin: auto;
}
.logo_about img {
    width: 100%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #15B68A;
    background-color: #eee
}

/*SEARCH*/

.search_bar {
    margin: 40px 0;
}
.search_bar .form-control {
    padding: 5px 25px;
}
.search_bar:after {
    content: “\f002”;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #15B68A;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 51px;
}

.grid_block .navbar-form {
    margin: 20px 0;
    padding: 0px;
}

.search_bar input {
    width: 100%;
}

.search_bar input:focus {
    border: 0px;
    border-bottom: 2px solid #15B68A !important;
}

.navbar-form .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 12px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 2px solid gray;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.form-control:focus {
    border-color: #15B68A;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0), 0 0 0px rgba(102, 175, 233, 0);
}

/*FOOTER*/

.footer {
    padding: 80px;
    position: relative;
}
.footer p {
    color: #a7a7a7;
}

/*MAP*/

#map_canvas {
    height: 500px;

}
.map_canvas{
  float: none !important;
}

.button_div{
  margin: 20px 0;
}

.div_text
{
  margin: 20px 0;
}

.map_form{
  margin-bottom: 20px;
}

.first{
   font-size: 20px;
   margin-top: 20px;

}
.second{
   font-size: 20px;
   margin-bottom: 20px;
   color: #15B68A;
}

#betterplace_donation_iframe{
  text-align: center;
}


.css-events-list {
    font-size: 20px;
}

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

/*TABLE*/

table {
    width: calc(100% + 1px);
}
th, td, table {
    border: 0px solid #e6e6e6;
    background-color: rgba(255, 255, 255, 1);
    /*min-width: 290px;*/
}
th, td {
    padding: 1.8em 0px;
    padding-right: 2%;
}
th, td, table {
    border: 5px solid #e6e6e6;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 50px;
}
.em-pagination {
    position: relative;
    top: 20px;
}
.em-pagination a, .em-pagination strong {
    margin-right: 20px;
}

/*form*/

.reg_form input, .reg_form select, .reg_form texture {
    font-size: 14px;
    height: 40px;
    padding: 5px 15px;
    margin: 0;
    box-sizing: border-box;
    max-width: 500px;
    width: 100%;
}
.wpcf7 p span {
    display: block;
    max-width: 600px;
    margin-left: 220px;
    position: relative;
    margin-top: -35px;
}
.avf_box strong {
    font-weight: 500;
    color: #15B68A;
    font-size: 20px;
}
.avf_box .div_text {
    margin-top: 10px;
    margin-bottom: 25px;
}
.avf_box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 500;
    margin-top: 15px;
}
.avf_box .buttons {
    position: absolute;
    bottom: -65px;
}
.avf_box form div:first-of-type {
    font-size: 20px;
}
.avf_box .buttons a {
    min-width: 140px;
    display: inline-block;
    text-align: center;
}
.div_text img {
    margin-right: 15px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    display: inline-block;
    width: 25px;
    height: 30px !important;
    position: relative;
    top: 8px;
    left: 2px;
}


/*job*/

.rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #eee;
    background-color: white;
}

.single_job_listing .company {
    position: relative;
    border: 0px solid #eee;
    padding: 1em;
    margin: 20px 0px;
    display: block;
    clear: both;
    min-height: 3e;
    box-shadow: 0 0px 0px rgba(0,0,0,.1);
}

.single_job_listing .company .name {
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    font-size: 30px;
    font-weight: 300;
}

.job_description strong {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}



/*FORUM*/

.dwqa-search .dwqa-search-form .dwqa-search-input {
    color: #3a3a3a;
    height: 44px !important;
    padding: 1px 11px;
    font-size: 15px;
    margin: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333743;
    outline: none;
    width: 100%;
}

.dwqa-search .dwqa-search-form .dwqa-search-input:focus {
    border: 2px solid #15B68A;
}


.dwqa-search .dwqa-search-form .dwqa-search-submit, .dwqa-search .dwqa-search-form .dwqa-search-clear, .dwqa-search .dwqa-search-form .dwqa-search-loading {
    top: -5px;
}

.dwqa-list-question .filter-bar .dwqa-btn {
    top: 7px;
}

.dwqa-single-question .dwqa-answer-form .form-buttons {
    float: none;
    width: 100%;
    max-width: 250px;
}

.dwqa-single-question .dwqa-answer-form .form-buttons input{
  margin-bottom: 10px;
}


div#wprssmi_main_container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

div#wprssmi_center_box {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

ul#wprssmi_rss_list {
    float: none;
    padding: 0px;
}

ul#wprssmi_rss_list li.item {
    float: left;
    margin: 20px 0;
    overflow: hidden;
    width: 33.333333%;
}

div.item_inner {
  background: transparent;
border: 0px solid #DDDDDD;
height: 400px;
overflow: hidden;
position: relative;
}

.imagefix img {
    float: none;
    margin-right: 10px;
    margin-top: 5px;
    width: 100%;
}

div.blog_container {
    padding: 20px;
}

p.blog_title{
   text-transform: none;
       font-size: 20px;
}

p.blog_title a{
   color: #555;
   border-bottom: 0px;
}

#slider {
    width: 100%;
    height: 130px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    margin-top: 5%;
}

#slider a,
#slider a:hover {
    text-decoration: none;
    background: transparent
}

#slider img {
    border: none;
    max-height: 130px;
    max-width: 250px

}

#slider img:first-child {
    margin-left: 0
}

#slider div
{
    display: inline;
    margin-left: 20px;
}

.home.overflow-hidden {
	overflow: hidden;
}

.register-row.organisation_name {
    display: block !important;
}

ul.job_listings li.job_listing a img.company_logo {
	height: auto;
}
