/* Reset */

* { outline: 0; }
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; } 
    input[type=submit] { -webkit-appearance: none; }
    table { border-collapse: separate; border-spacing: 0; }
    caption, th, td { text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    *, *:before, *:after {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
    dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */


body{
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	
	width: 100%;
	height: 100%;
	
	padding-top: 80px;
	
	text-align: left;
	
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	
	background: #fdfdfd;

    -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      -webkit-text-rendering: optimizelegibility;
}

.lb-image{
max-width: inherit;
}

::selection{ color: #ffffff; background-color: #71b6d5; }
::-moz-selection{ color: #ffffff; background-color: #71b6d5; }

.alignleft { float: left; }
.alignright {float: right; }

.center { text-align: center; }

.hidden {
	opacity:0;
}

strong {
  font-weight:700;
}

a { 
   color: #666; 
   text-decoration: none; 		   
}

a:hover { 
   color: #CC0000;
}

a[name] {
   position: absolute;
   margin-top: -79px;
}

a#navicon { 
   display: none; 
}

.container {
   width: 940px;
   margin: 0 auto;
}

h1{

  font-size: 42px;
  font-weight: 300;
  letter-spacing:-2px;
  line-height:50px;
}

h2{
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -2px;
}

h3{
  text-transform:uppercase;
  font-size: 14px;
  line-height:24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #666;
}

h4{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #818181;
  margin-bottom: 15px;
}

h5{
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #818181;
  margin: 0 0 10px;
}


#header {
  position: fixed;
  top: 0;
  margin-bottom: 100px;
  z-index: 1000;
  height: 80px;
  width: 100%;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.96);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

#logo {
  display: block;
  float: left;
  width: 180px;
  height: 20px;
  margin: 32px 0 0 0;
  background: url(../images/mediaxstudio-logo.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

#mainmenu {
  width: auto;
  float: right;
  margin-top: 35px;
}

#mainmenu li {
  display:inline;
  margin: 0 0 0 20px;
}

#mainmenu li.border {
   border-right: 1px solid #ccc;
   padding-right: 20px;
}


#mainmenu li a{
  font-weight: 700;
  color: #000;
}

#mainmenu li a:hover {
  color: #CC0000;
}

#news {
  z-index: 201;
  position: relative;
  width: 100%;
  min-width: 290px;
  padding: 145px 0 0;
  height: auto;
  min-height: 565px;
  color:#fff;

}

.noblur {
  z-index: 100;
  position: absolute;
  width: 100%;
  min-height: 565px;
  background: url(../images/news_bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blur {
  z-index: 99;
  position: absolute;
  width: 100%;
  min-height: 565px;
  background: url(../images/news_bg_blur.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#news .container{

}

#news h1 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 50px;

  text-shadow: 0 5px 10px rgba(0,0,0,0.6);
  
  margin-bottom: 20px;
}

#news h1 span{
  white-space:nowrap;
  font-weight: 700;
}

#news h2{
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}

#news h3{
   color: #fff;
}

#news .buttons {
	width: 100%;
	text-align: center;
}

#news a.button{
	margin: 30px auto 0 auto;
	display: inline-block;
	width: 230px;
	min-width: 160px;
}

#news a.button-white{
	margin: 30px auto 0 10px;
	display: inline-block;
	width: 230px;
	min-width: 160px;
}

#works {
  
}

#works .loadmore {
  padding: 15px 0;
  height: auto;
  min-height: 85px;
  background: #383838;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: left;
}

#works .loadmore .arrow-up{
  width:30px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  background: url(../images/arrow-up.png) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#works .loadmore .button {
  float: right; 
  margin: 5px auto 0;
  color: #fff;
}

#ourworks{
   width: 100%;
   margin: 0 auto;
}

#ourworks:after {
    content:'';
    display:block;
    clear: both;
}

#ourworks .box{
    width: 16.66%;
    padding-bottom: 16.66%;
	background: #eee;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0;
	outline: 0;
}

#ourworks .box a{
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: #66F;
	padding: 30px;
	cursor: url(../images/cursor.png) 40 40, move;
}

#ourworks .box a img {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 0;
	outline: 0;
}

#ourworks .box a .boxInner{
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center;
	background: #CC0000;
    color: #fff;
	opacity:0;
    filter: alpha(opacity = 0);
    transition:opacity 1s;
    -moz-transition:opacity 1s;
    -webkit-transition:opacity 1s;
	border: 0;
	outline: 0;
}

#ourworks .box a:hover .boxInner{
   opacity:0.75;
   filter: alpha(opacity = 75);
}

#ourworks .box a .boxInner h4{
    margin-top: 43%;
	margin-bottom: 10px;
	text-transform:uppercase;
    font-size: 14px;
    line-height:24px;
    font-weight: 700;
    color: #fff;
}

#ourworks .box a img {
    margin-top: 0px;
    -webkit-transition: margin 1s ease;
    -moz-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    -ms-transition: margin 1s ease;
    transition: margin 1s ease;
	border: 0;
	outline: 0;
}
 
#ourworks .box a:hover img {
   margin-top: -20%;
   
}

#moreourworks {
   display: none;
   width: 100%;
   height: auto;
}

#offer {
   padding: 100px 0;
     text-align: center;
   background: url(../images/offer-bg.png) 50% 50% no-repeat;
   -webkit-background-size: auto 100%;
   -moz-background-size: auto 100%;
   -o-background-size: auto 100%;
   background-size: auto 100%;
}

#offer:after {
    content:'';
    display:block;
    clear: both;
}

#offer h2{
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 60px 0 40px;
}

#offer ul li{
  width: 33.33%;
  float: left;
}

#offer ul li.left{
  text-align: left;
}

#offer ul li.center{
  text-align: center;
}

#offer ul li.right{
  text-align: right;
}

#demoreel{
  color: #fff;
  width: 100%;
  height: auto;
  padding: 80px 0 20px;
  min-height: 250px;
  text-align: center;
  background: url(../images/demoreel_bg.jpg) 50% 50% no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#demoreel h3{
   color: #fff;
}

#clients {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
   padding: 60px 0 20px;
   text-align: center;
}

#clients ul li {
   display:inline-block;
   *display:inline; /*IE7*/
}

#clients ul li img{
   border: 0;
   outline: 0;
   margin-bottom: 20px;
   
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

#clients ul li img:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.cooperation {
  padding: 20px 0;
  min-height: 85px;
  color: #fff;
  background: #383838;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -2px;
  text-align: center;
}

#about {
   padding: 100px 0;
}

#about .leftcontent {
   width: 300px; 
   padding-right: 40px;
   display: inline-block;
   margin: 20px 0 0;
}

#about .rightcontent {
   margin: 20px 0 0;
   width: 636px; 
   padding-left: 40px;
   display: inline-block;
   border-left: 1px solid #cccccc;
}

.dark {
	background: #f8f8f8;
}

#contact {
   padding: 100px 0;
}


#contact h2{

}

#contact textarea.txtarea {
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  float: none;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  background: transparent;
  overflow: hidden;
  border: 0;
  outline: 0;
  margin: 0;
  text-align: left;
  
  resize: none;
}

#contact .contactform {
  position: relative;
  width: 80%;
  max-width: 600px;
  height: 115px;
  min-height: 115px;
  max-height: 115px;
  margin:20px auto 0;
  border:1px solid #cccccc;
  color:#333;
  background: #fdfdfd;
  /* css3 */
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#contact .contactform:before {
  content:"";
  position:absolute;
  bottom:-14px; /* value = - border-top-width - border-bottom-width */
  left:50%; /* controls horizontal position */
  margin-left: -14px;
  border-width:14px 14px 0;
  border-style:solid;
  border-color: #cccccc transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

#contact .contactform:after {
  content:"";
  position:absolute;
  bottom:-12px; /* value = - border-top-width - border-bottom-width */
  left:50%; /* value = (:before left) + (:before border-left) - (:after border-left) */
  margin-left: -12px;
  border-width:12px 12px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.error { 
    width: 100%;
	text-align: center;
    display: block; 
    color: #666; 
	margin: 20px 0 10px;
	font-size:14px; 
    font-weight: 300; 
} 

#message { 
    display:none; 
	width: 100%;
	text-align: center;
    font-size:16px; 
    font-weight: 700; 
    color:#CC0000; 
	margin: 20px 0;
}

.button {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #CC0000;
    font-weight: 700;
    font-size: 16px;
	line-height: 26px;
    display: block;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(127,0,0,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(127,0,0,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(127,0,0,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 30px auto;
	max-width: 230px;
	min-width: 160px;
	text-align: center;
	border: 1px solid transparent;
	outline: 0;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.button:hover {
	color: rgba(255,255,255,1);
}

.button:active {
	color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.button-white {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
    font-weight: 700;
    font-size: 16px;
	line-height: 26px;
    display: block;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(255,255,255,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(255,255,255,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(255,255,255,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 30px auto;
	max-width: 230px;
	min-width: 160px;
	text-align: center;
	border: 1px solid #fff;
	outline: 0;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.button-white:hover {
	background-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,1);
}

.button-white:active {
	color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 3px 0px rgba(255,255,255,.3), 0px 3px 6px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 3px 0px rgba(255,255,255,.3), 0px 3px 6px rgba(0,0,0,.7);
    box-shadow: 0px 3px 0px rgba(255,255,255,.3), 0px 3px 6px rgba(0,0,0,.7);
    position: relative;
    top: 6px;
	border: 0;
	background-color: rgba(255,255,255,0.3);
}

#address {

}

#address:after {
    content:'';
    display:block;
    clear: both;
}

#address ul {
   margin: 75px 0 0 0;
}

#address ul li{
   text-align: center;
   display: block;
   float: left;
   width: 33.33%;
   border-left: 1px solid #cccccc;
   height: 70px;
}

#address ul li:first-child{
	border-left: 0;
}
#address ul li h3 strong{
   text-transform: none;
   color: #666;
   font-size: 21px;
   font-weight: 700;
   letter-spacing:-1px;
   text-align: center;
   line-height: 28px;
}

#address ul li h3{
   text-transform: none;
   color: #666;
   font-size: 16px;
   font-weight: 700;
   letter-spacing:-1px;
   text-align: center;
   line-height: 12px;
   margin-bottom: 3px;
}

#footer {
  padding: 80px 0 50px;
  color: #666;
  text-align: center;
  margin: 10px 0;
  font-size: 11px;
}

#footer strong {
  font-weight: 700;
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


/*smaller than 1290*/
@media screen and (max-width: 1290px) {
	#ourworks .box {
      width: 25%;
      padding-bottom: 25%;
    }
	
}

/*smaller than 980*/
@media screen and (max-width: 980px) {

	#ourworks .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
	
	.container {
      width: 650px;
      margin: 0 auto;
	}
	
	#address ul li{
   	  text-align: center;
      display: block;
      float: none;
      width: 100%;
      border-left: 0;
      height: 70px;
	  margin-bottom: 20px;
    }
	
	#news a.button, #news a.button-white{
		margin: 30px auto 0;
		display: block;
		width: 230px;
		min-width: 160px;
	}
	
	#offer ul li.left{
  		text-align: right;
	}

	#offer ul li.center{
		text-align: center;
	}

	#offer ul li.right{
  		text-align: left;
	}
	
	#about .leftcontent {
   		width: 300px; 
   		padding-right: 40px;
   		display: inline-block;
   		margin: 20px 0 0;

	}

	#about .rightcontent {
	  	margin: 20px 0 0;
   		width: 346px; 
   		padding-left: 40px;
   		display: inline-block;
   		border-left: 1px solid #cccccc;
	}
}

/*smaller than 680*/
@media screen and (max-width: 680px) {
	#ourworks .box {
      width: 50%;
      padding-bottom: 50%;
    }
	
	.container {
      width: 390px;
      margin: 0 auto;
	}
	
	#clients ul li{
	  float: none;
	  width: 100%;
	}
	
	a#navicon {
		display: block;
		background: transparent url(../images/nav-icon.png) 0 0 no-repeat!important;
		width: 150px;
		height:40px;
		position: relative;
		float:right;
		margin: 20px 0 0 0;
		padding:0;
	}
	
	a#navicon:hover {
		background: transparent url(../images/nav-icon-hover.png) 0 0 no-repeat!important;
	}
	
	#mainmenu { display: none; height: auto; width: 100%; background:#fff; margin: 0; text-align:center; position: absolute; top: 80px; left: 0;}
	#mainmenu li { display: block; float: none; width: 100%; margin-left: 0px;}
	#mainmenu li a { display: block;  padding: 5px 0 5px 0; width: 100%; color: #252e30; border-bottom: 1px dotted #bbbdc0;  }

	
	#mainmenu li a:hover {background: #e00000; color: #fff; }
	
	#mainmenu li.border {
      border-right: 0;
      padding-right: 0px;
    }
	
	#news{
	  padding: 105px 0 0;
	}

	#offer ul li{
  		width: 100%;
  		float: none;
	}

	#offer ul li.left{
  		text-align: center;
	}

	#offer ul li.center{
		text-align: center;
	}

	#offer ul li.right{
  		text-align: center;
	}
	
	#about .leftcontent {
   		width: 100%; 
   		padding-right: 0px;
		padding-left: 40px;
		padding-bottom: 20px;
   		display: inline-block;
   		margin: 0 0 0px;
		border-left: 1px solid #cccccc;
	}

	#about .rightcontent {
	  	margin: 0;
   		width: 100%; 
   		padding-left: 40px;
   		display: inline-block;
   		border-left: 1px solid #cccccc;
	}
	
	#works .loadmore {
		height: auto;
		min-height: 145px;
		text-align: center;
	}

	#works .loadmore .button {
		float: none; 
		margin: 10 auto 0;
		width: 215px;
	}
}

/*smaller than 420*/
@media screen and (max-width: 420px) {

	h1 {
		font-size: 30px;
		font-weight: 300;
		letter-spacing: -2px;
		line-height: 35px;
	}
	
	#news{
	  min-height: 480px;
	}
	
	#ourworks .box {
      width: 100%;
      padding-bottom: 100%;
    }
	
	.container {
      width: 290px;
	  min-width: 290px;
      margin: 0 auto;
	}
	
	a#navicon {
		display: block;
		background: transparent url(../images/nav-icon.png) -114px 0 no-repeat!important;
		width: 36px;
	}
	
	a#navicon:hover {
		background: transparent url(../images/nav-icon-hover.png) -114px 0 no-repeat!important;
	}
	
	#ourworks .box a:hover img {
   		margin-top: 0;
   
	}
}

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

	

}


