/*
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 : Nov 23, 2016, 1:58:45 PM
    Author     : Miki
*/

#footer
{
    width:100%;
    /*height:100px;*/
    margin-top: 30px;
}

#footer p
{
    margin:0;
    color:rgba(255, 255, 255, 0.7);
    font-family: Calibri;
}
#footer_info
{
    height:100px;
    display:flex;
    align-items: flex-start;
    justify-content: space-around;
    color:rgba(0, 0, 0, 0.7) !important;
    background-color: #6fa1cc;
}

.footer_item
{
    margin: 8px 20px 0 20px;
    height:40px;
    
}
.footer_item_top
{
    height: 45%;
    width:100%;
}
.footer_item_image
{
    height:80%;
}
.footer_item_top_text
{
    display: inline-block;
    font-size:  22px;
    color:white !important;
}
.footer_item_bottom
{
    /*margin-left:12px !important;*/
    margin-top:8px !important;
}

#footer_newsletter
{
   position:relative;
   border-radius: 10px 10px 0 0;
   background-color:#b2c8e2;
   width:300px;
   height:120%;
   top:-20%;
   padding:0 10px 0 10px;
   /*display:flex;*/
   flex-direction: column;   
    border-left: 1px solid white;
    border-right:1px solid white;
}
#footer_newsletter *
{
    position:relative;
    top:20px;
}
#subscribe_button
{
    align-self: flex-end;
    top:0;
    border:0;
    border-radius: 5px;
    background-color:#0e82b8;
    color:white;
    padding: 5px 10px 5px 10px;
    transition: 0.3s;
}
#subscribe_button:hover
{
    background-color: white;
    color:#0e82b8;
    transition: 0.3s;
    cursor: pointer;
}
#footer_rights
{
    width:100%;
    padding:10px 0 10px 0;
    text-align: center;
    /*border-top: 1px solid rgba(255, 255, 255, 0.7);*/
    background-color: #0e82b8;
}