/*
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 : Jul 20, 2015, 8:51:30 AM
    Author     : root
*/



.center {
    width:60%;
    margin: auto;
}


.map {
    min-height: 460px;
}

     .btn-group {
                float:left;
            }
            
            .btn-group button {
                background-color: #4CAF50; /* Green background */
                border: 1px solid green; /* Green border */
                color: white; /* White text */
                padding: 10px 24px; /* Some padding */
                cursor: pointer; /* Pointer/hand icon */
                width: 130px; /* Set a width if needed */
                display: block; /* Make the buttons appear below each other */
                
            }


            .btn-group button:not(:last-child) {
                border-bottom: none; /* Prevent double borders */
            }

            .btn-group button:hover {
                background-color: #3e8e41;
            }





#footer {
    margin-top: 2em;
    text-align: center;
}

#container img {

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .25;

    max-width: 100%;
    height: auto;
}

.ui-widget-header {
    background: none;
}

.ui-state-default {
    min-width: 286px;
}

h1 {
    font-family: 'Montserrat', Georgia, Times, serif;
    font-size: 52px;
    line-height: 48px;
    text-align: center;
    // margin-top :150px;

}



#tabs> ul > li > a {
     outline: none;
}

#fixpanel {
    position: fixed;
    top: 0;
    width:100%;
    min-height: 480px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0px, #FFF 37%);
    background-repeat: repeat-x;

}

#container {
    margin-top: 440px;
    margin-left: 40px;
    margin-right: 40px;
}

.warning {
    text-align: center;
}



header {

    width: 670px;
    font: normal 16px Arial, Helvetica, sans-serif;
    padding: 15px 40px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;

    text-align: center;

    background-color:#1f1f1f;

    background-image:-webkit-linear-gradient(top, #1f1f1f, #101010);
    background-image:-moz-linear-gradient(top, #1f1f1f, #101010);
    background-image:linear-gradient(top, #1f1f1f, #101010);

    border-radius:2px 2px 0 0;

    box-shadow: 0 -1px 4px rgba(0,0,0,0.4);
    z-index:1;
}

header a{
    font-weight:normal;
    font-size:16px !important;
    text-decoration:none !important;
    white-space: nowrap;
    color:yellow;
    text-align: center;
    display:block;
    z-index:1;
}



header .ce{
    font-weight:normal;
    font-size:16px !important;
    text-decoration:none !important;
    white-space: nowrap;
    color:yellow;
    display: inline-table;

    z-index:1;
}

.adaligncenter {
    clear: both;
    display: block;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.bigimage {

    clear: both;
    display: block;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;


    width: 33%;
    height: auto;

}

.smallimage {

    clear: both;
    display: block;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;


    width: 33%;
    height: auto;

}

.bigimage-cover {

    object-fit: cover;
    width: 100%;
    height: 350px;

}

.smallimage-cover {
    object-fit: cover;
    width: 60%;
    height: 300px;

}


.hidden {
    display: none;
}

@media only screen and (max-width:1024px) 
{
    .map {
        min-height: 460px;
    }
    
}

@media only screen and (max-width:555px) 
{

    h1 {
        font-family: 'Montserrat', Georgia, Times, serif;
        font-size: 40px;
        line-height: 38px;
    }
    
    
    
    
}

@media only screen and (max-width:440px) 
{

    h1 {
        font-family: 'Montserrat', Georgia, Times, serif;
        font-size: 34px;
        line-height: 28px;
        text-align: center;
        margin-top :100px;

    }

    #container {
        margin-top: 240px;
    }


    #fixpanel {

        min-height: 180px;
    }

    header .prev {
        display:none;
    }


    .bigimage {

        width: 60%;
        height: auto;

    }

    .smallimage {

        width: 60%;
        height: auto;

    }


    .adaligncenter {

        width:100%;

    }

    
    .map {
        width:100%;
        min-height: 850px;
    }

      .btn-group {
                
                margin-bottom: 30px;
                float:none;
            }
    
            .btn-group button  {
                width:95%;
                margin:auto;
            }
}