/* Thomsoon.com - OnePage CSS Responsive
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/free-onepage-theme-html5.html
--
*/


/* iPad (portrait) */
@media (min-width: 320px) and (max-width: 579px) {

.menu{
  display:none;
}

.menu-media{
  display:block !important;
}

.start-page .content {
  height:500px;
}

.start-page, .start-page .opacity{
  height:500px;
}

h1 {
  font-size:36px;
}

.about-us h1 {
  margin-top:0;
}


.partners .logo img {
  width: 160px;
}

.contact .content .contact-text{
  padding: 15px;
  text-align:center;
  margin-top:60px;
}

.footer .margin {
  width:300px;
}

.footer .margin .copyright {
  text-align:center;
}

.footer .margin .menu-footer a{
  font-size:15px;
  padding-right:10px;
  text-align:center;
}

}



/* iPad (portrait) */
@media (min-width: 580px) and (max-width: 767px) {

.menu-media{
  display:block;
}

.start-page .content {
  height:500px;
}

.start-page, .start-page .opacity{
  height:500px;
}

h1 {
  font-size:56px;
}

.about-us h1 {
  margin-top:0;
}


.about-us .column-one, .about-us .column-two{
  margin-bottom:20px;
}

 .about-us .column-three{
  margin-bottom:70px;
 }

.partners .logo img {
  width: 160px;
}

.contact .content .contact-text{
  padding: 15px;
  text-align:center;
  margin-top:60px;
}

.footer .margin .copyright {
  text-align:center;
}


}

@media (max-width: 370px) {

.copyright{
  display:none;
}
	
.contact .content .contact-text{
  padding: 15px;
  text-align:center;
  margin-top:60px;
}	
	
.partners .logo img {
  width: 100px;
}	
}

@media (max-width: 767px) {
.contact .content .form {
  width: 100% !important;
}

.contact .content .contact-text{
  width: 100% !important;	
}
}

@media (max-width: 899px) {
.grid{
  width: 600px !important;
}
}

@media (max-width: 599px) {
.grid{
  width: 300px !important;
}
h1 {
  font-size:36px !important;
}	
}