/*//////////////////////////////////////////////////////////////////*/
/*/////////////////////////--Responsive--//////////////////////////*/
/*////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 769px) {
    #nav {
        display: block !important;
    }
}

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

    #header-wrapper {
        padding: 0 10px;
    }

    .logo {
        margin: 16px 0 0 0;
        width: 200px;
    }

    .mobile-menu-button {
        display: block !important;
        box-sizing: border-box;
        float: right;
        height: 71px;
        padding: 18px 15px;
        width: 71px;
        cursor: pointer;
    }

    .menu-line {
        background: #333333 none repeat scroll 0 0;
        border-radius: 2px;
        float: none;
        height: 7px;
        margin-bottom: 7px;
        width: 100%;
    }

    .mobile-menu-button:hover .menu-line {
        background: #008FD9;
    }

    .bg-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.7);
        top: 0;
        left: 0;
        z-index: 999;
        cursor: pointer;
    }

    #nav {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        float: none;
        width: 250px;
        background: #fff;
        z-index: 9999;
    }

    #nav li {
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        float: none;
        text-align: right;
    }

    #nav a {
        height: 45px;
        line-height: 45px;
        padding: 0 30px;
    }

    #nav img {
        padding-top: 18px !important;
    }

    /*//--Contenuto--//*/

    #main h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .register-form .text input, .small-bar .register-form .text input {
        float: none;
        line-height: 45px;
        margin: 0 0 15px;
        max-width: 100%;
        width: 100%;
        font-size: 25px;
    }

    .register-form .btn-register, .small-bar .register-form .btn-register {
        line-height: 45px;
        width: auto;
        font-size: 25px;
    }

    .register-form span.title, .small-bar .register-form span.title {
        line-height: 45px; 
        margin: 0;
        font-size: 25px;
    }

    .small-bar .register-form .text {
        width: 100%;
        margin: 0;
    }

    .small-bar-text-container p {
        display: none;
    }

    .logo-wordpress {
        width: 45px;
        height: 45px;
        margin: 0 0 0 20px;
    }

    #main .panel li div {
        font-size: 12px;
    }

}

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

    .three-column {
        width: 100%;
        float: none;
        padding: 10px 0;    
    }

    .panel-info-button {
        color: #666666;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: block !important;
    }
 
    .panel .three-column.three-column-left {
        margin-top: 20px;
    }

    .panel .three-column {
        display: none;
        padding: 0;
    }

    #content .block1, #content .block {
        width: 100%;
    }

    #content .block1, #content .block {
        float: none;
        margin: 10px 0;
        padding: 0;
        width: 100%;
        background: transparent;
    }

    #content .block-holder {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 10px;
    }

    .inform-form label, .inform-form .label, .inform-form .url {
        margin: 0 0 10px 0;
        float: none;
        width: 100%;
        padding: 10px 0;
        display: block;
	text-align: left;
    } 

    .inform-form .text {
        float: none;
        width: 100%;
        height: 45px;
        background: transparent;
    }

    .inform-form .check {
	margin: 10px 5px 0 0;
    }

    .inform-form .holder, .inform-form .holder .row {
	width: 100%;
    }

    #msform .action-button { font-size: 18px; }

}

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

    .content-frame, .inner .content-frame {
        padding: 20px 15px; 
        text-align: center;
    }

    #wrapper, #header-wrapper {
        padding: 20px;
    }
    
    .register-form .text input, .small-bar .register-form .text input {
        margin: 0;
    }

    .register-form span.title, .small-bar .register-form span.title {
        display: block;
        float: none;
        text-align: center;
    }

    .register-form .btn-register, .small-bar .register-form .btn-register {
        line-height: 41px;
        width: 100%;
    }

    .logo-wordpress {
        margin: 0;
    }

    .small-bar-text-container {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        left: 10px;
        position: absolute;
        top: 45px;
    }   
    
    #main h1 {
        font-size: 20px;
        line-height: 25px;
    }

    #content .promo li {
        display: block;
        margin: 0 0 10px 0;
        float: none;
        text-align: center;
    }
}
