/*
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 : 26/jun/2017, 18:05:41
    Author     : Milu
*/


/*HEADER TOP BAR*/
.svg_icon_img3 {
    margin-top: 7px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.top_header_container {
    background: #004B6C;
}
.top_header_wrapper {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
}

.svg_icon_img {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
md-select {
    margin: 0;
}
.top_header_item_container button {
    margin: 0 !important;
}
/*.top_header_item_container.top_header_left_items {
    padding-right: 36px;
}*/
.top_header_item_container.top_header_right_items {
    padding-left: 36px;
}
.top_header_item_text {
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.top_header_item_container.top_header_left_items button.md-icon-button.md-button md-icon {
    color: #fff;
}
md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: rgba(255, 255, 255, 1);
}
md-select.md-default-theme .md-select-icon, md-select .md-select-icon {
    color: rgb(255, 255, 255);
}
.md-select-value .md-text {
    color: #fff;
    font-size: 14px;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgb(38, 202, 211);
    color: rgba(0,0,0,0.87);
}
md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(38, 202, 211);
}
md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
    color: rgb(38, 202, 211);
}

/*HEADER BOTTOM BAR*/
.bottom_header_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.header_menu_logo {
    height: 140px;
    width: 180px;
    margin: 20px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.header_menu_item_container {
    padding: 18px 0;
}
.header_menu_item_container md-icon {
    color: #004b6c;
    transition: .15s all linear
}
li:hover .header_menu_item_container md-icon {
    color: #26cad3;
}
li:hover .header_menu_item_text {
    color: #26cad3;
}
.header_menu_item_text {
    font-size: 20px;
    text-transform: uppercase;
    color: #004b6c;
    transition: .15s all linear;
    font-weight: 600;
    cursor: pointer;
}
.header_menu_item_container md-icon {
    margin: 0;
}
.header_menu_dropdown {
    position: absolute;
    width: 100%;
    background: #333;
    top: 115px;
    height: 0;
    overflow: hidden;
    transition: .15s all linear;
}
.header_menu_dropdown_visible {
    height: 100%;
}

.wrapper_dropdown_menu {
    border-top: 5px solid #26cad3;
    background: #fff;
    height: 330px;
    /* height: -webkit-fill-available; */
}




ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu {
    /*background: lightblue;*/
}
.menu > li {
    display: inline-block;
    line-height: 30px;
    padding: 0px 10px;
}
.sub-menu {
    position: absolute;
    background-color: #fff;
    margin: -15px 0 0;
    width: 100%;
    height: 0;
    z-index: 1000;
    overflow: hidden;
    transition: .15s all linear;
}
.sub-menu > li {
    display: block;
    cursor: pointer;
}
li:hover .sub-menu {
    height: 250px;
    box-shadow: 0px 1px 6px 0px #333;
}
ul.sub-menu.services_sub_menu {
    left:0;
}
li:hover .sub-menu.services_sub_menu {
    height: 330px;
}
.dropdown_theme_logo {
    background-position: 50px 50px;
    background-repeat: no-repeat;
    background-size: 350px;
    opacity: 0.2;
}
.dropdown_theme_container {
    min-width: 235px;
    padding: 12px 6px;
}
.dropdown_theme_container.small_dropdown_theme_container {
    min-width: 150px;
}
.dropdown_theme_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #004b6c;
    cursor: pointer;
}
.dropdown_theme_subtitle {
    color: #004b6c;
    text-transform: uppercase;
    display: list-item;
    list-style-type: disc;
    margin: 10px 0 0 20px;
    cursor:pointer;
}
.dropdown_theme_subtitle_text {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 0 20px;
}


.header_info_toggler_container_content {
    width: 100px;
    height: 40px;
}
.header_info_toggler_container {
    max-width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 5px;
    box-shadow: 0px 0px 6px 0px #333;
    border-radius: 5px;
    background: #004b6c;
    z-index: 1000;
    cursor: pointer;
    transform: translate(0,-70px);
    transition: 0.1s all linear;
    transition: .3s all ease-in-out;
}
.header_info_toggler_container:hover {
    transform: translate(0,0px);
}
.header_info_toggler_lower_part_container {
    height: 50px;
    border-radius: 5px;
    padding: 16px 16px;
}
.header_info_toggler_upper_part_container {
    height: 70px;
}
.header_info_toggler_upper_part_container .svg_info_icon_img {
    max-width: 30px;
    max-height: 30px;
    margin: 0 auto;
    padding: 5px 0 0;
}
.header_info_toggler_text {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.svg_info_icon_img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header_info_toggler_upper_part_container .svg_info_icon_img {
    max-width: 24px;
    max-height: 30px;
    margin: 0 auto;
    padding: 5px 0 0;
}









/* HEADER INFO PANEL */
.header_info_panel_container {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #004b6c;
    z-index: 100000;
    transition: .3s all ease-in-out;
    overflow: hidden;
}
.header_info_toggler_container.header_info_panel_showing {
    top: 100vh;
}
.header_info_panel_container.header_info_panel_showing {
    top: 0;
}
.header_info_panel_wrapper {
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}
.header_info_panel_header_logo {
    width: 300px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 40px 0 50px;
}
.header_info_panel_header .header_info_panel_header_close {
    position: absolute;
    right: 0;
    top: 40px;
    width: 30px;
    height: 30px;
    outline: none;
    cursor: pointer;
    transition: .15s linear all;
}
.header_info_panel_header_close:hover {
    opacity: .8;
}
.header_info_panel_subheader {
    width: 100%;
    margin: 16px 0 50px;
}
.header_info_panel_mega_middleline {
    height: 2px;
    background: #26CAD3;
}
.header_info_panel_subheader_logo {
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 6px;
}
.header_info_panel_mega_title {
    font-size: 18px;
    color: #fff;
    margin: 0 6px 0 0;
    text-transform: uppercase;
}
.header_info_panel_form_title {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.header_info_panel_form_left_container {
    width: 300px;
    padding: 0 12px;
}
.header_info_panel_form_right_container {
    width: 300px;
    padding: 0 12px;
}
input.header_info_panel_form_input {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 8px;
    line-height: 25px;
    margin: 0 0 12px;
    color: #fff;
    padding: 0 6px;
    outline: none;
}
.header_info_panel_header_input_logo {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6px 0;
}
.header_info_panel_form_input_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 0 6px;
}
textarea.header_info_panel_form_input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    height: 242px;
    padding: 0 6px;
    outline: none;
}
.header_info_panel_form_submit_container button {
    width: 200px;
    height: 40px;
    background: #26cad3;
    color: #fff;
}
.header_info_panel_form_submit_container .md-button.md-default-theme:not([disabled]).md-focused, .header_info_panel_form_submit_container .md-button:not([disabled]).md-focused, .header_info_panel_form_submit_container .md-button.md-default-theme:not([disabled]):hover, .header_info_panel_form_submit_container .md-button:not([disabled]):hover {
    background-color: rgba(38, 202, 211, 0.8);
}
.header_info_panel_form_end_container {
    width: 100%;
    margin: 25px 0 0;
}
.header_info_panel_form {
    min-height: 350px;
}
.header_info_panel_background_logo {
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -200px;
    right: -100px;
    z-index: -1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
}

.language>md-select-value>span{
    color:#fff;
}

@media screen and (max-width: 600px) {
    .top_header_container {
        background: #fff !important;
    }
    .svg_icon_img_sidemenu {
        margin-top: 5px;
        height: 30px;
    }
    .top_header_item_container.top_header_left_items.log > div {
        padding: 0 10px;
    }
    .svg_icon_img_sidemenu {
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .home_middle_action_container {
        height: 217px !important;
    }
    .home_middle_action_container3 {
        margin: 60px 0 !important;
        height: 135px !important;
    }
    md-content._md md-option {
        padding: 0 5px;
    }
    md-select-menu md-content {
        min-width: 110px;
    }
    div#select_container_11 {
        z-index: 999999;
        top: 100px !important;
        left: 190px !important;
    }
    .top_header_item_text {
        padding: 0 8px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }
    .info_menu {
        margin: 20px 0;
    }
}

@media screen and (max-width: 960px) {
    .svg_icon_img_sidemenu {
        margin-top: 5px;
        height: 30px;
    }
    div#select_container_11 {
        z-index: 999999;
        top: 100px !important;
        left: 165px !important;
    }
}
