@media only screen and (max-width : 2000px) {
    .cont {
        padding: 0;
        margin-top: 250px;
        margin-bottom: 200px;
    }
}

@media only screen and (max-width : 1500px) {
    .cont {
        margin-bottom: 150px;
    }
}

@media only screen and (max-width : 1300px) {
    .cont {
        margin-top: 200px;
    }
}

@media only screen and (max-width : 1150px) {
    .cont {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 1200px) {
    .partnersBox img {
        max-height: 60px;
    }
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .copyright {
        display: none;
    }
    
    .main-wrapper {
        background: none !important;
        background-color: #fff;
    }
    
    .partnersBox img {
        max-height: 90px;
    }

	.left-menu {
		padding-top: 0px;
	}

	.contentas {
		padding: 40px 15px 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .cont {
        margin-top: 30px;
    }
    
    .social {
        display: none;
    }
    
    .column1 {
        border: 1px solid #e5e5e5;
        margin: 0 !important;
    }
    
    .img-bottom {
        height: auto;
        left: 0;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .column1 {
        width: 100%;
    }

.skaiciuokles_form h4 {
	font-size: 14px;
}

.skaiciuokles_form {
	font-size: 12px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}