
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html,
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    background-color: #bd0865;
    font-weight: 500;
    /*text-transform: uppercase;*/
    font-family: 'Gotham', Helvetica, sans-serif;
    /*height: 2000px;*/
}

a,
a:visited {
    color: #bd0865;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
a:hover {
    text-decoration: none;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

p {
    color: #363032;
    font-size: 1.05em;
    line-height: 1.34em;
    margin-bottom: 20px;
    font-weight: 400;
    /* text-align: center; */
}
strong {
    font-weight: 700;
    color: #000;
    letter-spacing: .8px;
}
p:last-child {
    margin-bottom: 0;
}

span.hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #363032;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.14em;
    letter-spacing: .6px;
    /*text-align: center;*/
    /*font-family: 'Abel';*/
    letter-spacing: .7px;
}

h1 {
    /*color: #000;*/
    font-size: 2.5em;
    margin-bottom: 30px;
}
h2 {
    font-size: 2.4em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}

/*p+h1, p+h2, p+h3, p+h4, p+h5, p+h6,
table+h1, table+h2, table+h3, table+h4, table+h5, table+h6 {
    margin-top: 25px;
}*/
.btn,
a.btn,
button.btn,
button,
input[type="button"],
input[type="submit"] {
    max-width: 100%;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    background: #828282;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 1.15em;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    letter-spacing: 0.6px;
    /*border-radius: 2px;*/
    -webkit-appearance: none;
    position: relative;
    font-family: 'Gotham';
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"]:hover {
    background-color: #bd0865;
}

.btn.ghost,
a.btn.ghost,
button.btn.ghost,
input[type="submit"].ghost {
    background: none;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
}
.btn.ghost:hover,
a.btn.ghost:hover,
button.btn.ghost:hover,
input[type="submit"].ghost:hover {
    background-color: #fff;
    color: #2590ba;
}

.btn.white,
a.btn.white,
button.btn.white,
input[type="submit"].white {
    background: #fff;
    color: #666;
}
.btn.white:hover,
a.btn.white:hover,
button.btn.white:hover,
input[type="submit"].white:hover {
    background-color: #EFEFEF;
}

.btn.grey,
a.btn.grey,
button.btn.grey,
input[type="submit"].grey {
    background: #58504e;
    color: #fff;
}
.btn.grey:hover,
a.btn.grey:hover,
button.btn.grey:hover,
input[type="submit"].grey:hover {
    background-color: #B6B6B6;
}

.slicknav_nav a {
    color: #fff;
}
.slicknav_nav a i {
    display: none;
}
.slicknav_menu {
    /*display: none;*/
    background: #bd0865;
}
.slicknav_btn {
    position: absolute;
    right: 20px;
    bottom: -48px;
    padding: 0;
    top: inherit;
    /* display: none; */
    font-size: 2em;
}
.navtoggle,
.navtoggle:visited {
    display: none;
    position: relative;
    z-index: 50;
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
    right: inherit;
}

.outerwrapper {
    overflow: hidden;
    position: relative;
    /*padding-top: 100px;*/
    /*padding-top: 37px;*/
    /*margin: 20px;*/
/*    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;*/
}
.mfp-wrap+.outerwrapper,
.outerwrapper.blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

.wrapper {
    max-width: 92%;
    width: 1100px;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /*margin-bottom: 35px;*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 46px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    font-size: 1.05em;
    margin-bottom: 20px;
    background: #F5F5F5;
    text-transform: uppercase;
    text-transform: none;
    /* font-family: 'Open Sans'; */
}
textarea {
    height: 130px;
    line-height: 1.5em;
    padding: 15px;
    width: 100% !important;
    background: #F5F5F5;
}
::-webkit-input-placeholder {
   color: #888;
   font-style: italic;
}
:-moz-placeholder {
   color: #888;
   font-style: italic;
}
::-moz-placeholder {
   color: #888;
   font-style: italic;
}
:-ms-input-placeholder {
   color: #888;
   font-style: italic;
}

label {
    display: block;
    margin-bottom: 5px;
}
label.checkbox {
    margin-bottom: 13px;
}
label.error,
.input.error {
    color: #D04A4A;
}
label.error select,
.input.error select,
label.error textarea,
.input.error textarea,
label.error input,
.input.error input {
    border: 1px solid #D04A4A;
}

label.error .errormsg,
.input.error .errormsg {
    margin-top: -15px;
    display: block;
    font-size: .9em;
    text-align: right;
}

label select,
label textarea,
label input {
    margin-top: 7px;
}
label .value {
    display: block;
    width: 100%;
    min-height: 35px;
    line-height: 1.34em;
    margin-top: 7px;
    color: #888;
}

.msg {
    background: #F9F9F9;
    text-align: center;
    margin-bottom: 25px;
}
.msg .units-row {
    margin-bottom: 0;
}
.msg p {
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 1.2em;
}
.msg .error {
    color: #D04A4A;
    padding: 20px;
    text-transform: uppercase;
    /*font-family: 'Futura';*/
    letter-spacing: 0.9px;
}
.msg .success {
    color: #3FB824;
    padding: 20px;
    text-transform: uppercase;
    /*font-family: 'Futura';*/
    letter-spacing: 0.9px;
}

.slicknav_menu {
    /*display: none;*/
    position: relative;
}

table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 20px;
}
table thead th,
table thead td {
    padding: 15px 10px;
    background-color: #f8f8f8;
}
table tbody td,
table tfoot td {
    padding: 15px 10px;
    font-weight: 300;
    vertical-align: middle;
}
table tfoot {
    margin-top: 10px;
}
table tfoot td {
    padding: 8px 10px;
}
table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
table tbody tr:nth-child(odd) {
    background: #FFF;
}
table.process tbody td {
    line-height: 1.8em;
}

.empty {
    font-size: 1.5em;
    color: #C8C8C8;
    text-align: center;
    padding: 50px 170px 70px 170px;
    line-height: 1.34em;
    text-transform: uppercase;
}
.mfp-hide {
    display: none;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 850px;
    margin: 20px auto;
    text-align: center;
}

#subscribe-popop {
    max-width: 610px;
    padding: 30px;
}
#subscribe-popop h2 {
    font-size: 2.3em;
    margin-bottom: 10px;
}
#subscribe-popop p {
    color: #888;
}

.parallax-mirror {
    background: #5A5A5A;
}
.parallax-mirror > img.parallax-slider {
    /*opacity: .6;*/
}

/***************************************************************************/

header {
    padding: 0;
    background-color: #fff;
}
header .top {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}
header a.logo {
    display: block;
    height: 100px;
}
header a.logo img {
    max-height: 100%;
}

header .contact a {
    margin-top: 10px;
    display: inline-block;
}
header .contact a.phone {
    margin-right: 20px;
}
header .contact a span {
    display: block;
}
header .contact a span.label {
    color: #333;
    margin-bottom: 3px;
}
header .contact a span.number {
    font-size: 1.4em;
}


header nav {
    margin-top: 20px;
    background-color: #363032;
}
header nav ul li {
    display: inline-block;
    position: relative;
}
header nav ul li a,
header nav ul li a:visited {
    display: block;
    white-space: nowrap;
    padding: 15px 20px;
    font-size: 0.95em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}
header nav ul li:hover a,
header nav ul li.active a {
    background-color: #bd0865;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,0);
}
header nav ul li:hover+li a,
header nav ul li.active+li a {
    border-left: 1px solid rgba(255,255,255,0);
}

/***************************************************************************/

section {
    padding: 50px 0;
    background: #fff;
}
section ul, section ol {
    margin-bottom: 20px;
}
section ul {
    list-style: none;
}
/*section ol li,
section ul li {
    color: #404040;
    font-size: 1.05em;
    line-height: 1.34em;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left: 22px;
    position: relative;
}
section ul > li:before {
    content: "\f0eb";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: -22px;
    color: #bd0865;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
section ul li ol,
section ul li ul {
    margin-top: 10px;
}
section ul li ul {
    margin-left: -20px;
    list-style: none;
}
section ul li ol li,
section ul li ul li {
    color: #636363;
    font-weight: 400;

}
section ul li ul li:before {
    display: none;
}*/


/*section p {
    color: #5D595A;
}*/

/***************************************************************************/

section.slider {
    padding: 0;
    border-bottom: 16px solid #bd0865;
}
section.slider img {
    display: block;
    width: 100%;
}


/***************************************************************************/

section.heading {
    padding: 0 20px;
    height: 450px;
    border-bottom: 16px solid #bd0865;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/banner-about.jpg');
}
section.heading img {
    display: block;
    width: 100%;
}
section.heading .title {
    padding: 40px;
    background-color: #bd0865;
    color: #fff;
}
section.heading .title h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

/***************************************************************************/

section.intro {
    text-align: center;
}

/***************************************************************************/

section.mission {
    text-align: center;
    background-size: cover;
    background-image: url('../img/mission.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
section.mission h2 {
    color: #fff;
}
section.mission p {
    color: #fff;
}

/***************************************************************************/

section.logos {
    border-top: 1px solid #b9b9b9;
}
section.map+section.logos {
    border-top: none;
}
section.logos .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.logos .logo {
    height: 70px;
    display: inline-block;
}
section.logos .logo img {
    display: block;
    max-height: 100%;
}

/***************************************************************************/

section.projects {
}
section.projects:after {
    display: table;
    clear: both;
    content: '';
}
section.projects a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
section.projects a img {
    display: block;
    width: 100%;
}
section.projects a .info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(189,8,101,0.85);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    transition: all linear .2s;
    padding: 15px;
}
section.projects a:hover .info {
    opacity: 1;
}
section.projects a .info h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
    font-size: 1.5em;
}
section.projects a .info .btn {
    background-color: #cb3a85;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: .8em;
}

body#home section.projects {
    padding: 0;
    background-color: #bd0865;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
body#home section.projects a {
    float: left;
    width: 16.666666666%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

body#projects section.intro+section.projects {
    background-color: #f5f5f5;
}

/***************************************************************************/

section.images {
    background-color: #f5f5f5;
    padding-bottom: 10px;
}

/***************************************************************************/

body#contact form {
    margin-top: 50px;
}

/***************************************************************************/

body#associations section.page p:first-child {
    text-align: center;
    margin-bottom: 50px;
}
body#associations section.page ul:after {
    display: table;
    clear: both;
    content: '';
}
body#associations section.page ul li {
    width: 33%;
    /*text-align: center;*/
    float: left;
    margin-bottom: 35px;
    line-height: 1.34em;
    font-size: 0.95em;
    font-weight: 400;
    padding: 0 20px;
}
body#associations section.page ul li:nth-child(3n+1) {
    clear: both;
}
body#associations section.page ul li strong {
    display: block;
    margin-bottom: 7px;
}
body#associations section.page ul li a {
    word-wrap: break-word;
}
body#associations section.page ul li a:last-child {
    display: block;
    margin-top: 7px;
}
body#associations section.page ul li img {
    display: block;
    margin: 0 auto 22px auto;
    max-height: 75px;
}

/***************************************************************************/

body#gallery section.intro+section.gallery {
    background-color: #f5f5f5;
}

/***************************************************************************/

body#contact .contact .intro {
    text-align: center;
}
section.map {
    padding: 0;
}
section.map #map-canvas {
    height: 400px;
}

/***************************************************************************/

footer {
    position: relative;
}

footer .details {
    background-color: #363032;
    padding: 30px 0;
}
footer .details .wrapper {
    display: flex;
    align-items: center;
}
footer .details div {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.34em;
}
footer .details div strong {
    color: #fff;
    font-weight: 600;
}
footer .details div.address {
    margin-bottom: 0;
}
footer .details div.address br {
    display: none;
}
footer .details div.address br:first-of-type {
    display: block;
}
footer .details .social {
    text-align: right;
}
footer .details .social a {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 3px;
    color: #333333;
}

footer .copyright {
    padding: 15px 0;
    background-color: #bd0865;
    color: #fff;
    font-size: .9em;
}
footer .copyright a {
    color: #fff;
}
footer .copyright .copy {
    height: 35px;
    line-height: 35px;
}
footer .copyright .weboptic img {
    height: 40px;
}

