/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */


	/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


	html{overflow-x:hidden;}

	.featured{overflow:hidden;width:1384px!important;}
	.featured .rsABlock {top:353px!important;}
	.featured .rsABlock a{padding-bottom:28px!important;}
	h3.num{height:18px;}
		.featured_int{overflow:hidden;width:1384px;}

}



	/* android????? (landscape) ----------- */
@media only screen
and (min-device-width : 1025px)
and (max-device-width : 1280px)
and (orientation : landscape) {


	html{overflow-x:hidden;}
	.featured{overflow:hidden;width:1512px}
	
}


/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {



	
}





/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		body,html{overflow-x:hidden;}
		.featured{overflow:hidden;width:1256px;}
		.featured .rsABlock {left: 534px!important;top:353px!important;}
		.featured .rsMinW .rsArrowLeft { left: 1086px!important; }
		.featured .rsMinW .rsArrowRight { left: 1165px!important;}
		.featured .rsABlock a{padding-bottom:28px!important;}
	 	h1 a {display: block;
overflow: hidden;
text-indent: -5000px;
margin: 0 auto;
margin-top: 20px;
margin-left: 10px;}
	 	.bas{padding-left:36px;padding-right: 36px; }
		nav.main ul li {font-size:16px;}
		.about .box{width:30%;}
		.text2 h4{font-size:17px;}
		.featured_int{overflow:hidden;width:1255px;}
		.text .mid {width:475px;}	
		form.contact .btn{margin-right:15px;}


		#gallery {height:515px!important;}
		#gallery .rsSlide{width:500px!important;height:800px;overflow:hidden;}

		.rsGCaption {width: 180px;position: absolute;top:0;right: 0;width:235px;height:400px;}
		.rsGCaption .nome{text-transform:uppercase;padding:15px;text-align:left;color:#333;font-size:26px;background:#fff;text-indent:0;line-height:1.1em;display:block;font-weight:300;margin-bottom:20px;}
		.rsGCaption .descricao{text-align:left;}
		h3.num{position:absolute;right:166px;top:484px!important;background:#4d4948;color:#eee;padding:29px 0 27px 0!important;text-align:center;z-index:99999999999999;width:28px;}

		nav.main ul li a:last-child {padding-right: 12.5px}
		nav.main ul li a {padding: 20px 31px 19px 12px;}
		.enviar-box,.btn {-webkit-appearance: none;appearance: none;}
		.newsletter input[type="text"] {width: 154px}
		.about img {margin: 24px 5px;width: 210px;}
		.servicos-box {width: 31.1%;}
		.sidebar-servicos h1 {line-height: 22px;}
		.about .box {min-height: 228px}
		.box form div {height: 130px;}

		.box div input {width: 80%;}

		.royalSlider {margin: 0!important}
	}
	
	
