/* Thomsoon.com - OnePage CSS Responsive
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/
--
*/


/* iPad (portrait) */
@media (min-width: 320px) and (max-width: 579px) {

.menu{
  display:none;
}

.menu-media{
  display:block;
}

.start-page .content {
  width:300px;
  height:100%;
}

.start-page, .start-page .opacity{
  height:100%;
}
.start-page .content .text {
  width:300px;
}


h1 {
  font-size:36px;
}

.about-us h1 {
  margin-top:0;
}

.about-us .content{
  width:300px;
}

.about-us hr,.portfolio .portfolio-margin hr, .contact hr {
  width:106px;
}

.about-us .column-one, .about-us .column-two{
  width:300px;
  margin-bottom:20px;
}

 .about-us .content .column-three{
  width:300px;
  margin-bottom:70px;
 }

.portfolio .portfolio-margin{
  width:300px;
}

.partners .content{
  width:300px;
}

.partners .logo {
  width:300px;
}

.partners .logo img {
  width:80px;
  padding-bottom:20px;
}

.contact, .contact .content, .contact .content .form{
  width:300px;
}

.contact .content .contact-text{
  padding-left:0px;
  width:300px;
  text-align:center;
  margin-top:60px;
}

input{
  width:320px;
}

textarea{
  width:320px;
}

.contact .content .contact-text {
  width:275px;
}

.contact .content .form .column, .contact .content .form .column-3{
  width:320px;
}

.contact .content .form .column-2{
  width:320px;
  padding-left:0;
}

.grid li{
  margin:0 0 15px 0;
}

.contact{ 
  margin:0 auto;
}

.footer{
  position:relative;
}

}



/* iPad (portrait) */
@media (min-width: 580px) and (max-width: 767px) {

.menu{
  display:none;
}

.menu-media{
  display:block;
}

.menu-media .menu-content{
  width:540px;
}

.partners .logo img {
  padding-bottom:20px;
}

.start-page .content {
  width:300px;
  height:100%;
}

.start-page, .start-page .opacity{
  height:100%;
}
.start-page .content .text {
  width:300px;
}


h1 {
  font-size:36px;
}

.about-us h1 {
  margin-top:0;
}

.about-us .content{
  width:300px;
}

.about-us hr,.portfolio .portfolio-margin hr, .contact hr {
  width:106px;
}

.about-us .column-one, .about-us .column-two{
  width:300px;
  margin-bottom:20px;
}

 .about-us .column-three{
  width:300px;
  margin-bottom:70px;
 }

.portfolio .portfolio-margin{
  width:300px;
}

.partners .content{
  width:400px;
}

.partners .logo {
  width:400px;
}

.partners .logo img {
  width:80px;
  padding-bottom:20px;
}

.contact, .contact .content, .contact .content .form{
  width:300px;
}

.contact .content .contact-text{
  padding-left:0px;
  width:300px;
  text-align:center;
  margin-top:60px;
}

.contact .content .contact-text {
  width:275px;
}

.contact .content .form .column, .contact .content .form .column-3{
  width:420px;
}

.contact .content .form .column-2{
  width:420px;
  padding-left:0;
}

.contact{ 
  margin:0 auto;
}

.footer{
  position:relative;
}

input{
  width:420px;
}

textarea{
  width:420px;
}


}











/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 1023px) {



.menu-content .logo{
  width:200px;
}

.menu-content{
  width:700px;
}

.about-us .content{
  width:700px;
}

.about-us p{
  width:200px;
}

.about-us h2{
  letter-spacing:2px;
}

.about-us .column-one{
  width:233px;
}

.about-us .column-two{
  width:233px;
}

.about-us .column-three{
  width:233px;
}

.portfolio .portfolio-margin {
  width:600px;
}

.partners .content{
  width:700px;
}

.partners .logo {
  width:700px;
}

.contact{ 
  margin:0 auto;
}

.contact .content {
  width:700px
}

.footer{
  position:relative;
}

.contact .content .form{
  width:355px;
}

input{
  width:320px;
}

textarea{
  width:320px;
}

.contact .content .contact-text {
  width:275px;
}

.contact .content .form .column, .contact .content .form .column-3{
  width:450px;
}

.contact .content .form .column-2{
  width:450px;
  padding-left:0;
}


}

/*    media query iPhone 5S landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){

.start-page .content .text .logo{
  width:123px;
  height:123px;
  margin: 100px auto 5px;
  
}



h1{
  font-size:22px;
  color:white;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:6px;
  line-height:1.2;
}
.start-page .content .text .read-more{
  width:183px;
  height:40px;
  margin:20px auto;
  line-height:40px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  display:block;
  cursor:pointer;
  font-size:12px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.about-us .column_one{
  margin-top:40px;
  width:500px;
  float:left;
 margin-left: 136px;
  margin-bottom:30px;
  height:420px;
}
.about-us .column_two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-left: 136px;
  margin-bottom:30px;
  height:420px;
}
.about-us .column_three{
  margin-top:40px;
  width:300px;
  float:left;
margin-left: 136px;
  margin-bottom:30px;
  height:420px;
}
.about-us .content{
  position:relative;
  width:550px;
  margin: 0 auto;
  overflow: hidden;
}
.about-us p.title {
  color: black;/* #a4a4a4*/
  margin:20px auto;
  width:400px;
  line-height:26px;
  letter-spacing:0;
  font-size:16px;
  font-weight:300;
  text-align:left;
}


.partners{
  position:relative;
  width:100%;
  z-index:10;
  height:400px;
  background:url('../img/background/studio_800px.jpg') 0px 0px fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer .menu-footer a:hover{
  color:#ada074;
}


.footer .copyright{
  width:80%;
  position:relative;
  font-weight:300;
  margin:0 auto;
  padding:10px 0 10px;
  text-align:center;
  font-size:14px;
  line-height:20px;
  color:#a4a4a4;
  text-decoration: none;
}


.footer .copyright a{
    text-decoration: none;
     color:#a4a4a4;
       font-size:14px;
}

}

/*    media query iPhone 5S portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait){

.start-page{
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
  background:url('../img/background/start-page_568X414.jpg') #c0c0c0 bottom center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-us .column_one{
  margin-top:40px;
  width:300px;
  float:left;
  margin-left: 7px;
  margin-bottom:30px;
  height:420px;
}
.about-us .column_two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-left: 7px;
  margin-bottom:30px;
  height:420px;
}
.about-us .column_three{
  margin-top:40px;
  width:300px;
  float:left;
  margin-left: 7px;
  margin-bottom:30px;
  height:420px;
}

.about-us .content{
  position:relative;
  width:300px;
  margin: 0 auto;
  overflow: hidden;
}

.about-us p.title {
  color: black;/* #a4a4a4*/
  margin:20px auto;
  width:300px;
  line-height:26px;
  letter-spacing:0;
  font-size:16px;
  font-weight:300;
  text-align:left;
}


}