/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

html {
    background-color: rgba(255, 255, 255, 0.06);
/*    background-image: -webkit-linear-gradient(270deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);*/
/*    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);*/
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
body {
    margin: 0 auto;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Lato', sans-serif;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
img {
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
}

button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    -webkit-appearance: none;
    appearance: none;
    
/*    background-color: #3077E1;*/
/*
    background-color: #008bf0;
    color: white;
    font-size: 20px;
    font-weight: 600;
    
    border-radius: 10px;
    
    box-shadow: 2px 2px 10px rgba(64, 64, 64, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(64, 64, 64, 0.54);
*/
}

/*Menu*/
.menu_bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
/*    background-color: #1a527e;*/
    
/*    background-color: rgba(255, 255, 255, 0.64);*/
    background-color: rgba(26, 82, 126, 0.95);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    transition: 0.4s;
}

.menu_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 40px;
}

.add_menu_logo {
    position: fixed;
    top: 12px;
    right: 10px;
    height: 36px;
}

.menu_contact {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    color: #1a527e;
}

/*Menu Sidebar*/

.menu_sidebar {
    position: fixed;
    top: 60px;
    width: 240px;
    height: calc(100vh - 110px);
    
    width: 200px;
    height: 250px;
    
    background-color: #f8f8f8;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #acacac;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #acacac;
    
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    
/*    box-shadow: 2px 2px 10px rgba(159, 159, 159, 0.68);*/
/*    -webkit-box-shadow: 1px 1px 10px rgba(173, 173, 173, 0.54);*/
/*    box-shadow: 1px 1px 10px #808080;*/
    box-shadow: 1px 1px 7px rgba(128, 128, 128, 0.44);
}

.menu_sidebar h4 {
    font-size: 20px;
}

.menu_sidebar h2 {
    font-size: 26px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #acacac;
    padding-bottom: 10px;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

/*Menu Sidebar*/

.docket_creation_menu {
    position: fixed;
    top: 60px;
    right: 0px;
    width: 240px;
    height: calc(100vh - 110px);
    
    width: 260px;
    height: 250px;
    
    background-color: #f8f8f8;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #acacac;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #acacac;
    
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    
    box-shadow: 1px 1px 7px rgba(128, 128, 128, 0.44);
}

.docket_creation_menu h4 {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.docket_creation_menu h2 {
    font-size: 23px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #acacac;
    padding-bottom: 10px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}




.content {
    min-height: calc(100vh - 110px);
/*    background-color: red;*/
}

.main_content {
    margin: auto;
    margin-top: 60px;
/*    height: calc(100vh - 110px);*/
    
    
    height: calc(100vh);
/*    min-height: 400px;*/
/*    width: 90%;*/
    max-width: 1400px;
}

.slideshow_content {
/*    background-color: red;*/
    width: 50%;
    height: 100%;
    float: left;
    margin-top: 60px;
/*    max-width: 700px;*/
/*    padding: 10px;*/
}

.slideshow_sub_div {
/*    background-color: orange;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    width: 50%;
/*    margin-left: 1%;*/
    max-width: 700px;
}

.slideshow_main {
    width: 100%;
    border-radius: 10px;
    width: 96%;
    
/*    animation-duration: 4s;*/
/*    transition: 0.6s ease;*/
/*    transition: opacity 0.6s ease;*/
}

.slideshow_thumb_container {
    float: none;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    
}
.slideshow_thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    padding: 5px;
    border-radius: 10px;
}

.text_content {
/*    background-color: blue;*/
    width: 50%;
    height: 100%;
    float: right;
}

.text_sub_div {
/*    background-color: green;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
/*    width: 48%;*/
/*    margin-left: 1%;*/
    width: 50%;
    max-width: 700px;
    padding-bottom: 140px;
}

.text_title {
    margin: auto;
    margin-top: 40px;
    width: 98%;
}
.text_header {
    margin: auto;
    margin-top: 10px;
    width: 98%;
    font-size: 18px;
}

.text_body {
    margin: auto;
    width: 90%;
    max-width: 600px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.link_button {
    margin: auto;
    padding: 0px;
    width: 180px;
    height: 44px;
    margin-top: 20px;
    
    
    font-size: 20px;
    font-weight: 600;
    color: #008bf0;
    
    
    background-color: #008bf0;
    color: white;
    
    box-shadow: 2px 2px 10px rgba(113, 113, 113, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(113, 113, 113, 0.54);
    
    border-radius: 10px;
    border-color: #008bf0;
    border-width: 3px;
    border-style: solid;
    
/*    animation-duration: 1s;*/
    
}

.docket_save_btn {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 160px;
    height: 40px;
    padding: 10px;

    font-size: 18px;
    font-weight: 600;
    color: white;

    background-color: rgba(26, 82, 126, 0.95);
    box-shadow: 2px 2px 10px rgba(113, 113, 113, 0.68);
    -webkit-box-shadow: 1px 1px 10px rgba(113, 113, 113, 0.54);
    border-radius: 10px;
}


/*
.link_button:hover {
    background-color: #008bf0;
    color: white;
    
    animation-duration: 1s;
}
*/

/*
@media only screen and (max-height: 930px) {
    
    .slideshow_sub_div {
        margin-top: 60px;
    }
    
    .text_sub_div {
        margin-top: 60px;
    }
    
}
*/

/*@media only screen and (max-height: 840px) {*/
/*@media only screen and (max-height: 1240px) {*/
@media only screen and (max-height: 1300px) {
    
/*
    .slideshow_sub_div {
        margin-top: 60px;
    }
    
    .text_sub_div {
        margin-top: 60px;
        background-color: red;
    }
*/
    
    .content {
/*
        margin: auto;
        margin-top: 60px;
*/
        height: auto;
    }
    .main_content {
        margin: auto;
        margin-top: 60px;
        height: auto;
    }
    
    .slideshow_content {
        width: 50%;
        height: auto;
        float: none;
        float: left;
        margin-top: 80px;
    }
    
    .slideshow_sub_div {
    position: relative;
    top: 0px;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
        margin: auto;
        
        
}
    
    .text_content {
        width: 50%;
        height: auto;
        float: none;
        float: right;
    }
    
    .text_sub_div {
        position: relative;
        top: 0px;
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: auto;
        width: 100%;
        padding-bottom: 40px;
    }
    
}

/*
@media only screen and (max-height: 730px) {
    
    .slideshow_sub_div {
        margin-top: 70px;
    }
    
    .text_sub_div {
        margin-top: 70px;
    }
    
}
*/


@media only screen and (max-width: 900px) {
    
    .main_content {
        margin: auto;
        margin-top: 60px;
        height: auto;
    }
    
    .slideshow_content {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 80px;
    }
    
    .slideshow_sub_div {
    position: relative;
    top: 0px;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
        margin: auto;
        
        
}
    
    .text_content {
        width: 100%;
        height: auto;
        float: none;
    }
    
    .text_sub_div {
        position: relative;
        top: 0px;
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: auto;
        width: 100%;
        padding-bottom: 40px;
    }
    
}



/*Footer*/
.footer {
    width: 100%;
    height: 70px;
    background-color: #1a527e;
    
    color: #ffffff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.footer_copyright {
    float: left;
    position: absolute;
    left: 10px;
    margin-top: 10px;
/*    bottom: 10px;*/
/*    padding-top: 10px;*/
}

.footer_contact {
    float: right;
    position: absolute;
    right: 10px;
    margin-top: 10px;
/*
    position: relative;
    right: 200px;
    top: 10px;
*/
/*    margin-right: 10px;*/
/*    padding-top: 10px;*/
}

.footer_built_by {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin-top: 34px;
/*
    margin-left: 10px;
    padding-top: 10px;
*/
}



@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}