/*
    3dwifi.net

    File name: main.css
    Description: This file contains the main CSS.

    Coded by George Delaportas (ViR4X)
    Copyright (C) 2015
    Open Software License (OSL 3.0)
*/

body
{
    font: 15px Verdana;
    color: #25282A;
    background: #FFFFFF;
    cursor: default;
    margin: 10px;
    padding: 0px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a
{
    color: #ffd166;
    font-weight: normal;
}

#header
{
    clear: both;
    width: 100%;
    height: 140px;
}

#menu
{
    height: 22px;
    background: #25282A;
    margin-top: 20px;
    padding: 8px;
}

#main
{
    text-align: justify;
    height: 100%;
    min-width: 320px;
    max-width: 720px;
    margin: auto;
    padding: 8px;
}

#footer
{
    font-size: 12px;
    text-align: right;
    border-top: solid 1px #D4D4D4;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-top: 10px;
}

#languages
{
    float: right;
    clear: right;
    color: #424242;
}

#languages a
{
    color: #878787;
    text-decoration: none;
}

#tel_contacts
{
    float: left;
    clear: left;
}

#tel_numbers
{
    float: right;
    clear: right;
}

#email
{
    float: left;
    clear: both;
    margin-top: 10px;
}

.logo
{
    float: left;
    clear: left;
    width: 30%;
}

.logo img
{
    width: 100%;
    height: auto;
}

.motto
{
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 11px;
    color: #737a80;
    margin-top: 10px;
}

.active_language
{
    color: #9B2743 !important;
}

.items_list
{
    float: left;
    clear: both;
    width: 100%;
    height: inherit;
    margin-top: 2px;
}

.menu_item
{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #cac2b0;
    border-radius: 2px;
    margin-right: 10px;
    padding: 4px;
}

.active_menu_item
{
    color: white;
    background-color: #9b2743;
}

.items_list a
{
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.items_list a:hover
{
    color: white;
    background-color: #9b2743;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.page
{
    min-height: 352px;
    margin-top: 5px;
}

.content
{
    clear: both;
    font-size: 14px;
    color: #ffffff;
    background-color: #9b2743;
    min-height: 230px;
    padding: 10px;
}

.free_text
{
    float: left;
    clear: right;
    width: 72%;
}

.image_frame
{
    float: right;
    clear: right;
}

.image_frame img
{
    border: 2px #5d142e solid;
    width: 180px;
}

.controls
{
    text-align: center;
    margin-top: 20px;
    min-height: 18px;
}

.controls a
{
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.controls a:hover
{
    background-color: #F7F7F7;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.controls .button
{
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.controls .button:hover
{
    background-color: #F7F7F7;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.control_item
{
    clear: both;
    margin-bottom: 10px;
}

.button
{
    font-size: 14px;
    color: #25282A;
    background-color: #E7E7E7;
    text-decoration: none;
    border: solid 1px #9B2743;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px;
}

.text
{
    font-size: 14px;
    background-color: #F7F7F7;
    border: solid 1px #9B2743;
    border-radius: 4px;
    width: 186px;
    padding: 6px;
}

.inactive
{
    background-color: #C8C8C8;
    cursor: not-allowed;
}

.error
{
    background-color: #FFD1D1;
    color: #B94D6F;
    font-weight: bold;
    text-align: center;
    height: auto;
    min-height: auto;
    margin-bottom: 148px;
    padding: 100px;
}

.error a
{
    color: #25282A;
}

.note
{
    color: #1a2325;
    background-color: #b3ffd8;
    border: 1px grey solid;
    border-radius: 4px;
    margin: 12px auto auto auto;
    padding: 10px;
}

.footer_copyright
{
    float: right;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: portrait)
{
    body
    {
        font-size: 32px;
        width: 100%;
        margin-top: 70px;
    }

    iframe
    {
        height: 680px;
    }

    #main
    {
        max-width: 100%;
    }

    #menu
    {
        height: 50px;
        margin-top: 50px;
    }

    .content div
    {
        font-size: 20px;
    }

    .content
    {
        font-size: 24px;
        min-height: 690px;
    }

    .controls
    {
        text-align: center;
        margin-top: 40px;
        min-height: 72px;
    }

    .button
    {
        font-size: 35px;
        padding: 12px;
    }

    .text
    {
        font-size: 24px;
        width: 316px;
        padding: 20px;
    }

    .menu_item
    {
        font-size: 24px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: landscape)
{

}
