﻿@media(max-width:1200px){

    .translatewidget {
        display: block;
        margin-top: -10px;
        margin-right: 24px;
        width: auto;
    }

    .base-top-2 .register .button{
        display:none;
    }

    .base-top-1-in, .base-top-2-in, .base-top-3-in, .base-content-in, .base-footer-in{
        max-width:950px;
    }

    .base-top-1 .icons {
        margin-top: 7px;
        top:46px;
    }
}

@media(max-width:990px){


    .base-footer-in div[class*="sf_3cols"], .base-content-in div[class*="sf_2cols"], .base-content-in div[class*="sf_3cols"], .base-content-in div[class*="sf_4cols"], .base-content-in div[class*="sf_5cols"] {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .toggle-mobile-menu {
        display: inline-block;
        margin-top:49px;
    }

    .base-top-3{
        display:none;
    }

    .base-mobile-menu{
        
    }


    .base-top-1-in, .base-top-2-in, .base-top-3-in, .base-content-in, .base-footer-in {
        max-width: 750px;
    }

    

    .base-top-1{
        display:none;
    }


    .base-top-1-in{
        padding:5px;
    }

    .base-top-1-in > div{
        text-align:center;
    }

    .base-top-1 .translatewidget {
        margin-top: -20px;
        margin-right: 0;
    }

    .base-top-2{
        min-height:140px;
    }

    .base-top-2 .navlinks{
        display:none;
    }

    .base-top-2 .logo{
        margin-top:10px;
    }

    .base-top-2 .soetitle{
        margin-top:36px;
    }
}

@media(max-width:550px){
    .base-content img{
        width:100% !important;
        max-width:100% !important;
        min-width:100% !important;
        display:block !important;
        float:none !important;
        margin:15px 0 15px 0 !important;
    }

    .twitter-container {
        max-height: 400px;
        overflow-y: scroll;

    }

    .toggle-mobile-menu.fa {
        top:46px;
        margin-top:49px;
    }
}

@media(max-width:500px){
    .base-top-2{
        min-height:96px;
        position:sticky;
        top:0;
    }

    .base-top-2 .logo {
        width:75px;
        height:75px;
        margin-left:10px;
    }

    .base-top-2 .logo img{
        width:75px;
    }

    .base-top-2 .soetitle{
        margin-top:18px;
        margin-left:100px;
    }

        .base-top-2 .soetitle div:nth-child(1){
            font-size:16px;
        }

        .base-top-2 .soetitle div:nth-child(2), .base-top-2 .soetitle div:nth-child(3) {
            font-size: 11px;
            line-height:12px;
        }

    .toggle-mobile-menu{
        margin-top:27px;
        top:54px;
    }

    .toggle-mobile-menu.fa {
        margin-top: 27px;
        right:20px;
        top:54px;
    }

    .button {
        max-width: 100%;
    }

    .security .section-1 .toggle{
        display:block;
        margin-left:0;
        padding-left:0;
    }

    .security .seal{
        margin-left:-4px;
    }

    .security .section-2 .cell.left, .security .section-2 .cell.right{
        display: block;
        
    }

    .security .section-2 .cell.right {
        margin-top:20px;
    }
        .security .section-2 .icon{
        display:table-cell;
    }
}

@media(max-width:340px){
    .toggle-mobile-menu.fa{
        font-size:28px;
        right:10px;
        top:13px;
    }
}