/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/jun/2017, 15:41:40
    Author     : Milu
*/


/*FONTS*/
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



body {
    font-family: Titillium;
}
.section_title {
    color: #e70095;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 0 6px;
}
.section_title_container md-icon .st0 {
    fill: #e70095;
}


/*HEADER*/
.header_video {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    background: #fff;
}
video#init_video {
    position: relative;
    width: 100%;
}
.first_part_site {
    background: #fff;
}
.header_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}



/* MENU */
.menu_container {
    max-width: 1170px;
    margin: 0 auto;
}
div#services {
    padding: 50px 0;
}
.menu_item {
    color: #c71395;
    padding: 12px 10px;
    font-size: 22px;
    margin: 10px;
    cursor: pointer;
    outline: none;
}
.menu_logo {
    width: 120px;
    height: 150px;
    padding: 18px;
    margin: -25px 0 0;
}
.menu_logo_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* SERVICES */
.services_items_container {
    max-width: 1170px;
    min-height: 300px;
    margin: 0 auto;
}
.service_item_container {
    width: 150px;
    height: 150px;
    transition: .2s linear all;
    margin: 0 12px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.service_item_container:hover {
    height: 300px;
}
.service_item_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 300px;
    min-height: 150px;
    border-radius: 75px;
    overflow: hidden;
}
.service_item_overlay {
    width: calc(100% - 12px);
    height: 100%;
    background-color: rgba(231, 0, 149, 0.5);
    padding: 0 6px;
}
.service_item_container md-icon {
    width: 50px;
    height: 50px;
    padding: 44px;
    margin: 6px 0 0;
}
.service_item_container md-icon .st0 {
    fill:#fff;
}
.service_item_description_container {
    min-height: 120px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
.section_title_container {
    margin: 0 0 25px;
}



/* PARALLAX */
.parallax_spacer {
    height: 50vh;
    background: transparent;
}
.parallax_image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* PARTNERS */
.partners_section_container {
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 101%;
}
.partners_section_wrapper {
    padding-top: 20%;
    max-width: 1170px;
    margin: 0 auto;
}
slick {
    max-height: 100px;
}
slick .slick-list {
    position: relative;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
    max-width: calc(100% - 80px);
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right: 20px !important;
}
.slider_image_container {
    outline: none;
}
img.slider_image {
    width: 150px;
    margin: 0 auto;
}
button.slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
}
button.slick-prev {
    background: url(../img/icons/arrow_back.svg) !important;
}
button.slick-next {
    background: url(../img/icons/arrow_fwd.svg) !important;
}
button.slick-prev:hover {
    background: url(../img/icons/arrow_back.svg) !important;
    opacity: .75;
}
button.slick-next:hover {
    background: url(../img/icons/arrow_fwd.svg) !important;
    opacity: .75;
}
button.slick-prev:before {
    content: "";
}
button.slick-next:before {
    content: "";
}





/* FOOTER */
.footer_overlay {
    background: rgba(140, 14, 95, 0.65);
}
.footer_wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 12px;
}
.footer_details_wrapper {
    color: #fff;
}
.footer_details_line md-icon {
    color: #fff;
    margin: 0;
    padding: 3px;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: rgba(255,255,255,0.54);
}
.footer_form_wrapper md-input-container label {
    color: rgba(255, 255, 255, 0.75);
}
.footer_form_wrapper md-input-container .md-input {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}
.footer_form_wrapper md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #fff;
}
.footer_form_wrapper md-input-container {
    margin-bottom: 0;
}
.footer_form_wrapper md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #fff;
}
.footer_details_container {
    width: 100%;
    margin: 20px 0 0;
}
.footer_details_line {
    line-height: 28px;
    font-size: 18px;
    margin: 0 0 35px;
}
button {
    background: rgba(255, 255, 255, 0.85) !important;
    color: #e70095 !important;
}
button:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: #e70095 !important;
}




/* SERVICES POPUP */
.dialogTitleContainer {
    margin: 6px 0 6px;
}
.dialogTitle {
    font-size: 23px;
    padding: 6px 6px;
    color: #eb33aa;
}
md-icon.dialogTitleIcon {
    margin: 0;
}
md-icon.dialogTitleIcon .st0 {
    fill: #e70095;
}
.dialogImageContainer {
    max-width: 450px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    position: relative;
}
.dialogImage {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
button.prev_button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
button.next_button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
.dialogDescription {
    font-size: 16px;
    margin: 0 12px 12px;
    overflow: auto;
    text-align: justify;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}





nav {
    display: none;
}
button.menu_mobile_icon {
    display: none;
}
button.menu_mobile_icon md-icon {
    color: rgb(231, 0, 149) !important;
}

@media screen and (max-width: 960px) {
/* MOBILE MENU */
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    display: none;
}
.slideout-menu-left {
    left: -300;
}
.slideout-menu-right {
    right: 0;
}
.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: rgba(255, 255, 255, 0);
    min-height: 100vh;
}
/*.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}*/
.slideout-open .slideout-menu {
    display: block;
}
button.menu_mobile_icon {
    position: fixed;
    z-index: 10;
    left: 0;
    margin: 6px !important;
    display: block;
}

video#init_video {
    position: relative;
}
.header_overlay {
    top: 0;
}
.header_video {
    height: initial;
}

.mobile_menu_content_container {
    height: 100%;
    border-right: 2px solid #ec33aa;
}
.mobile_menu_wrapper {
    height: 100%;
    background: #fff;
    border-right: 0px solid #333;
}
.mobile_menu_logo {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}
.mobile_menu_logo_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    max-width: 120px;
    left: 50%;
    transform: translate(-50%,0);
}
button.mobile_menu_item {
    width: 100%;
    margin: 0;
    padding: 6px;
    font-size: 16px;
}





/* FIRST SECTION */
.menu_wrapper {
    display: none;
}
.service_item_background {
    max-width: 150px;
    margin: 0 auto;
    max-height: 150px;
}
.service_item_container {
    margin: 12px 0;
    height: initial;
}
.service_item_description {
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    color: #ec33aa;
}
.service_item_container:hover {
    height: initial;
}


/* PARTNERS */
div#partners {
    height: inherit;
}
.partners_section_wrapper {
    padding: 20% 0;
}


.footer_wrapper {
    padding: 0 12px 12px;
}



/* DIALOG */
.dialogDetails {
    overflow: auto;
}
.dialogTitle {
    font-size: 17px;
}
.dialogImageContainer {
    height: 190px;
    position: relative;
}
.dialogDescription {
    overflow: initial;
}
.dialogImage {
    height: 100%;
}

}