@import url(http://fonts.googleapis.com/css?family=Oxygen);

/* reset */
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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #333;
	font-weight: normal;
	font-family: inherit;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align lefft */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{/*max-width:100%;*/}
/*end reset*/
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 100%;
	background:#FFF/*#FBFBFB*/
}
.wrap{
	margin:0 auto;
	width:90%;
}
.wrapper{
/*	padding: 3%;*/

}
h2.style{
	font-family: 'Oxygen', sans-serif;
	font-size: 1.8em;
	color: #333;
}
.para {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #707070;
}

.call_top{
	position:absolute; 
	top:3%; 
	right:5%; 
	color:#333;  
	font-family: 'Oxygen', sans-serif;
	font-size:22px;
	margin-top:-10px
	}

/*start header menu */
.header_menu{

}
.cssmenu {
	text-align:center;
}
.cssmenu ul li {
  display:inline-block;
  position: relative;
  width: auto;
  border-right:1px solid #DDD !important;
  margin-right: -4px;
  
}
.nobackcolor a:hover{
	background: none !important;
}
.cssmenu ul li.active a{
	color: #FFF;
	background: #000000

}
.cssmenu ul li.inative a{
	color: #333;
	background: #FFF;
}
.cssmenu ul li.inative a:hover{
	color: #FFF;
	background: #000000

}
.cssmenu ul li:nth-child(5){
	border-right:none;
}
.cssmenu ul li span img {
	vertical-align: middle;
}
.cssmenu ul li a {
	/*text-transform: uppercase;*/
	display: block;
	font-family: 'Oxygen', sans-serif;
	/*font-family: 'Six Caps', sans-serif;*/
	font-size: 1.1em;
	color: #333;
	padding: 8px 18px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.cssmenu ul li a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #FFF;
	background: #000000

}
.cssmenu li ul {
	position:absolute; 
	top:35px; 
	left:0px;
	display:none;
	z-index:999999999;
}
.cssmenu li:hover ul, .cssmenu li.over ul{
	display:block;
}
.cssmenu li ul li{
	display:block;
	width:190px;
	background:#FFF;
	position:relative;
	border-bottom:1px solid #EEE;
	border-left:3px solid #000000;
	border-right:none;
	text-align:left;
}

/*SUBMENU NIVEL 2*/

.cssmenu ul li ul li ul li{
    display:none;
}
.cssmenu ul li ul li ul{
    top:0; /* para deixar o sub-menu na mesma linha do menu pai */
	left:100%; /* para deixar o sub-menu ao lado do menu pai */
}
.cssmenu ul li ul li:hover ul li{
    display:block; 
}
.cssmenu ul li ul li ul li:hover{
    display:block; 
}
.submenu{
	padding:10px !important; 
	font-size:14px !important;
}

.main_top:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 30px solid #666;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 30px solid rgba(0, 0, 0, 0)!important;
	border-left: 30px solid rgba(0, 0, 0, 0)!important;
	left: 48%;
	top: 10px;
}


/*start main*/
.main{
	/*background:url(../images/bg2.jpg);*/
	background:#FFF/*#FBFBFB*/
}
.logo{
	float:left; 
	width:100%; 
	/*margin-bottom:-50px*/
}
.logo h1 a{
	font-size: 10em;
	color: #ffffff;
	font-family: 'Six Caps', sans-serif;
	text-shadow: 0 1px 0 rgb(14, 14, 14);	
}
/*start slider*/
.slider{
	/*margin-top: 1%;
	padding: 1%;*/
	background-color: #F0F0F0;
}
/*start content*/
.grids_of_3{
	display: block;
}
.grid_1_of_3{
	float:left;
	margin:3% 0 3% 3%;
	background: #F0F0F0;
	position: relative;
	box-shadow: 0 0 5px #666
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.3333%;
	padding: 1%;
	height: 308px;
}
.images_1_of_3  img {
	/*max-width:100%;*/
	width:100%;
	display:block;
}
.images_1_of_3  h3{
	font-size: 1.5em;
	color: #707070;
	margin: 0.5em 0;
}
.images_1_of_3  p  {
	font-size:0.8125em;
	line-height: 1.8em; 	
	color: #707070;
}
.images_1_of_3 .button{
	display: block;
	margin-top: 12%;
}
.images_1_of_3 .button a{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #333333;
}
.images_1_of_3 .button a:hover{
	text-decoration: none;
	background-color: #666;
	color:#333;
}
/*start bottom content*/

/*  GRID OF TWO   ============================================================================= */
.cols_of_2{
	padding-bottom: 4%;
}
.col_1_of_2{
	display: block;
	float:left;
	margin-left: 3%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 64.666666%;
}
.span_1_of_2  h3{
	font-family: 'Artifika', serif;
	font-size: 1.8em;
	color: #333;
	margin: 0.3em 0;
}
.span_1_of_2 span{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #9BB4AE;
	text-transform:uppercase;
}
.span_1_of_2  p  {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #6F8B80;
}
.span_1_of_2 p.top{
	margin-top: 3%;
}

.col_footer p{
	margin:10px 0;
}

/*  ============================================================================= */

/*  GRID OF THREE   ============================================================================= */
.cols_of_3{
	padding-bottom: 4%;
}
.col_1_of_3{
	display: block;
	float:left;
	margin-left: 3%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 31.333333%;
}
.span_1_of_3  h3{
	font-family: 'Artifika', serif;
	font-size: 1.8em;
	color: #333;
	margin: 0.3em 0;
}
.span_1_of_3 span{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #9BB4AE;
	text-transform:uppercase;
}
.span_1_of_3  p  {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #6F8B80;
}
.span_1_of_3 p.top{
	margin-top: 3%;
}
.text_s {
	margin-top: 8%;
}
.text_s1{
	margin-top: 3%;
}
.text_nav{
	margin-top: 3%;
}
.text_nav ul li:before{
	vertical-align: middle;
	content: url('../images/marker.png');
	display: inline-block;
	margin: 1px 8px 0 0;
}
.text_nav ul li a{
	font-size: 0.8725em;
	line-height: 2.8em;
	color: #6F8B80;
	text-transform: capitalize;
}
.text_nav ul li a:hover{
	color: #9BB4AE;
}
.text_img{
	float: left;
	width: 30.33333%;
	margin: 2% 3% 0 0;
}
.text_para{
	float: right;
	width: 62.33333%;
}
.text_img img{
	padding: 10px;
	background: #ffffff;
}
.text_img img:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #9BB4AE;
}
/* start read_more*/
.read_more {
	display: inline-block;
	margin-top: 2em;
}
.btn{
	background: #FCFCFC;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #6F8B80;
	line-height: 1.8em;
}
.btn:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#6F8B80;
	color: #ffffff;
}
.btn1{
	background:#777;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
}
.btn1:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #444;
	color: #ffffff;
}
/*start footer*/
.footer_bg{
	background: #FBFBFB;
}
.main_top1{
	position: relative;
}
.main_top1:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 30px solid #C4DCA8;
	border-top: 0px solid rgba(0, 0, 0, 0)!important;
	border-right: 30px solid rgba(0, 0, 0, 0)!important;
	border-left: 30px solid rgba(0, 0, 0, 0)!important;
	left: 48%;
	top: -30px;
}
.footer{
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.f_nav{
	float: left;
	padding-top: 3px;
}
.f_nav li{
	display: inline-flex;
}
.f_nav li:before{
	vertical-align: middle;
	content: url('../images/mail.png');
	margin: 1px 8px 0 0;
}
.f_nav li a{
	padding: 4px;
	font-size: 1.5em;
	color: #FFFFFF;
	display: block;
}
.f_nav li a:hover{
	color:#333;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_call{
	float: right;
}
.f_call h3:before{
	display: inline-block;
	vertical-align: middle;
	content: url('../images/call.png');
	margin: 8px 8px 0 0;
}
.f_call h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer h2 a{
	font-family: 'Six Caps', sans-serif;
	font-size: 10em;
	color:#333;
	letter-spacing: -0px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #363636;
}
.footer h2 a:hover{
	color: #282E2C;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy{
	margin-top: 2%;
}
.copy p{
	line-height: 1.8em;
	color: #FFFFFF;
	font-size: 0.8125em;
	text-transform: uppercase;
}
.copy p a{
	color:#333;
}
.copy p a:hover{
	color: #707070;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start about */
.main1 {
	background:#FFF/*#FBFBFB*/;
	padding: 3%;
	margin-bottom: 3%;
}
.main1 ul li{
	list-style:inside !important
}
.about{
	margin-top: 2%;
}
.cont-grid {
	float: left;
	width: 61.33%;
	margin-left: 2.33%;
}
.cont-grid span{
	font-size: 1.5em;
	color: #333333;
	text-transform: capitalize;
}
.abt-para p{
	margin-top: 2%;
}
.cont-grid-img{
	width: 36.33%;
	float:left;
}
.about-p{
	margin-top:20px;
}
/* start service*/
.ser-main{
	float: left;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list h5{
	font-size: 1.5em;
	color: #6F8B80;
	text-transform: capitalize;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0 0;
}
.ser-para {
	margin: 2% 0;
}
/* start products */
.image.group{
	margin-top: 3%;
}
.grid {
	display: block;
	float:left;
	margin-left: 3%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.33333%;
}
.span_2_of_3{
	padding:0;
	width: 66.33333%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.span_2_of_3  p  {
	padding:0.3em 0;
}
/*start Contact*/
.col{
	display: block;
}
.contact_info{
	float: left;
	width: 60.33333%;
}
.company_address {
	margin-top:22px;
	float: right;
	margin-left: 4%;
	width: 35.3333%;
	color:#666
}
.col.span_1_of_2 h2{
	margin-bottom: 4%;
}
.contact-form{
	position:relative;
	margin-top: 2%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color:#777777;
	display:block;
	/*font-size: 0.8725em;*/
	padding-bottom:5px;
}
.company_address p{
	padding:2px 0;
	color: #707070;
	font-size: 0.8725em;
	line-height: 1.8em;
}
.company_address p span{
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	color: #707070;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.map{
	margin: 2% 0;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size:18px !important;
	color: #555;
	padding: 8px;
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	outline: none;
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	-moz-transition: 0.9s;
	transition: 0.9s;
	border: 1px solid rgba(117, 95, 165, 0.05);
	box-shadow: 0px 1px 4px #C2C2C2;
	-webkit-box-shadow: 0px 1px 4px #C2C2C2;
	-moz-box-shadow:0px 1px 2px #B2A4D3;
	-o-box-shadow:0px 1px 4px #C2C2C2;
}
.contact-form input[type="submit"]{
	cursor: pointer;
	padding: 12px 24px;
	text-transform: uppercase;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 1px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	background-color: #666;
}
.contact-form input[type="submit"]:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #333;
	color: #FFF;
}
/*start details */
.det_pic{
	margin:2% 0;
}
/*start 404*/
.page{
	padding:10% 0;
	text-align:center;
}
.page h3{
	font-size: 12em;
	color: #333;
}
.rodape{
	width:50%;	
}
.marca{
	color:#eee;	
}
.marca:hover{
	color:#FFF;
	text-decoration:underline	
}
.title1{
	font-size:1.1em !important;
}
/*.border_title{
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00649E;
}*/
.tit{
	border-bottom: 2px dashed #eee;
}
.box_center{
	width:60%;
	margin:0 auto;
	font-size:12px;
	color:#333;
	text-align:justify;
}
.box_livros_left{
	width: 48%;
	float:left;
	font-size:12px;
	color:#666;
	text-align:justify;
	margin-right:2%;
	margin-bottom:40px;
}
.box_livros_right{
	width: 48%;
	float:right;
	font-size:12px;
	color:#666;
	text-align:justify;
	margin-bottom:40px;
}
.box_livros_left img, .box_livros_right img, .box_center img{
	float:left;
	margin-right:12px
}
.box_livros_left a, .box_livros_right a, .box_center a{
	font-size:16px;
	color:#333;
	line-height:30px
}
.box_livros_left a:hover, .box_livros_right a:hover, .box_center a:hover{
	font-size:16px;
	color:#666
}
.box_fotos{
	float:left;
	width:auto;
	height:141px;
	background:#EEE;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px
	}
.link_ a{
	color:#333
}
.link_ a:hover{
	color:#666
}
.facebook{
	background:url(../images/facebook.png);
	width:40px;
	height:40px;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float:right;
	margin-left:30px;
	margin-top:-5px
}
.facebook:hover{
	background:url(../images/facebook_hover.png)	
}
.last{margin-right:0 !important}

/*PERSONALIZADOS*/

.ic_face{
	background-image:url(../images/facebook.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}
.ic_insta{
	background-image:url(../images/instagram.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}
.ic_twit{
	background-image:url(../images/twitter.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}		

.clear_box{
	box-shadow:none;
	/*padding:0;
	width:31.3333%;*/
	margin-top:0;
	background:#FBFBFB;
	}

.divisor{
	margin-bottom:30px;
	border-bottom:1px solid #EEE
	}		

.link{
	color:#333;
	}

.link:hover{
	color:#000;
	}	

.conteiner_cestas{
	width:100%;
	/*min-width:800px;*/
	padding:30px 0;
	}

.box_cestas{
	float: left;
	width: 23%;
	height: auto;
	margin: 1%;
	padding-bottom:10px;
	background: #EEE;
	box-shadow: 0 0 10px #999;
	border-radius: 5px;
	}		

.box_cestas img{
	width:90%;
	padding:5%
	}

.menu_footer a{
	font-size: 12px;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #555;
	color: #ccc;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu_footer a:hover{
	color:#999;
	}
.sub_footer{
	width:90%; 
	margin:0 auto; 
	padding:0 5%; 
	background:#000;
	height:40px;
	line-height:40px; 
	font-size:12px;
	color:#333 !important
	}

.col_3{
	float:left;
	width:15%;
	margin-right:2%	
	}
.col_3 img{
	width:100%
	}

/*GRIDS PERSONAIS*/
.grid_100, .grid_75, .grid_50, .grid_25{
	float:left;
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size:18px !important;
	color: #555;
	padding: 8px .5%;
	margin-bottom:10px;
	background: #FFFFFF;
	box-shadow: 0 0 1px #555;
	border:none; 
	outline: none;
	}
.grid_100{
	width:99%
	}
.grid_75{
	width:73.5%;
	}	
.grid_50{
	width:48.5%
	}
.grid_25{
	width:23.5%
	}						
.space_grid{
	margin-right:1%
	}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.call_top{
	right:4%	
	}	
}
@media only screen and (max-width: 1024px) {
	.wrap{
	width: 95%;
	}
	.images_1_of_3 h3 {
		font-size: 2em;
	}
	.span_1_of_3 h3 {
		font-size: 2em;
	}
	.text_img img {
		padding: 5px;
	}
	.cssmenu > ul > li a{
		font-size:1.2em;
		padding:8px 10px;
	}
	.cssmenu li ul {
		top:40px; 
	}	
	.logo{
	margin-bottom:0	
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 94.333333%;
	}
	.span_1_of_3 {
		width: 99.333333%;
	}
	.col_1_of_3 {
		margin-left: 0%;
	}
	.grid_1_of_3 {
		margin: 3% 0 3% 0%;
	}
	.text_s {
		margin-top: 0%;
	}
	.text_img {
		float: left;
		width: 16.33333%;
		margin: 1% 3% 0 0;
	}
	.text_para {
		width: 80.33333%;
	}
	.call_top{
	font-size:18px	
	}
	.cssmenu > ul > li a{
		padding:8px 10px;
		font-size:14px;
	}
	.cssmenu li ul {
		top:35px;
	}
	.box_cestas{
		width:46%;
		margin:2%;
	}
	.sub_footer{
		font-size:12px;
	}
	.grid_100, .grid_75, .grid_50, .grid_25{
		font-size:14px !important
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.cont-grid-img {
		width: 100%;
	}
	.cont-grid {
		width: 100%;
		margin-left: 0%;
	}
	.ser-grid-list {
		width: 44.33333%;
		margin-bottom: 4%;
	}
	.cssmenu > ul > li {
		width: auto;
		margin-right: 0px;
		margin-left: 0px;
	}
	.cssmenu > ul > li a{
		font-size:0.8975em;
		padding:8px 10px;
		/*font-family: 'Artifika', serif;*/
	}
	.cssmenu li ul {
		top:30px;
	}
	.rodape p{
		font-size:14px;
		
	}
	.call_top{
		display:none
	}
	.logo img{
		width:100%;
		height:auto
	}
	.menu_footer{
		text-align:center;
		margin:0 auto
	}
	.menu_footer a{
		font-size:12px;
		padding:0 10px
	}
	.sub_footer{
		font-size:10px;
		height:80px
	}
	.grid_100, .grid_75, .grid_50, .grid_25{
		width:99%;	
	}
	.space_grid{
	margin-right:none;	
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.company_address {
		float: none;
		margin-left: 0;
		width: 99.3333%;
	}
	.contact_info {
		float: none;
		width: 100%;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 94%;
	}
	.logo h1 a {
		font-size: 8em;
	}
	.footer h2 a {
		font-size: 6em;
	}
	.call_top{
	font-size:14px;
	position:relative;	
	}
	.cssmenu > ul > li a{
		font-size:0.8725em;
		/*font-family: 'Artifika', serif;*/
		padding:8px 8px;
		text-transform: capitalize;
	}
	
	.box_cestas{
		width:100%;
	}
	.menu_footer a{
		font-size:9px;
		padding:0 5px
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.cssmenu {
		text-align:left;
		font-family: 'Artifika', serif;
		font-size:10px;
		padding: 0 10px;
	}
	.footer {
		width:100%;
		margin: 0;
		text-align: left;
		padding: 0% 0;
	}
	.logo h1 a {
		font-size: 6em;
	}
	.footer h2 a {
		font-size: 4em;
	}
}
