/* Defaults ==================================== */


	
body {
    color: #7c8a90;
	font-size:15px;
	background-color:#f4f3f2;    
    padding: 3.5em 0 0;
    margin: 0;font-family: 'Roboto', sans-serif;
    font-weight: 300;
	display:none;

}
.style_01{
	font-size:18px;
	color:#242424;
	text-transform: uppercase;
	font-weight:400;
	margin-bottom:5px;
	
	
}
.style_06{
	font-size:14px;
	color:#242424;
	text-transform: uppercase;
	font-weight:400;
	margin-bottom:5px;
	
	
}
.style_07{
	font-size:14px;
	color:#242424;
	font-weight:400;
	text-transform: uppercase;
	margin-bottom:5px;
	
	
}
.style_02{
	font-size:15px;
	color:#242424;
	line-height:27px;
	margin-top:-15px;
	
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:300px;
  padding: 0;
  margin: 0;
  }
  

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.contact_info_location {
padding-left: 100px;
min-height: 70px;
padding-top: 10px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 20px;
background: url(../images/contact_location.png) no-repeat left top;

}
.info1{
	width:60%;
	height:auto;
	float:left;
	margin-top: 60px;
	
	
}

.bg2{
	width:100%; 
	height:310px; 
	margin-top: 230px;
	margin-bottom:-30px;
	
}

.image1{
	width:40%;
	height:auto;
	float:left;
	text-align:right;
	margin-top: 30px;
	
	
}


.contact_info_mail {
padding-left: 100px;
min-height: 70px;
padding-top: 10px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 20px;
color:#000;
background: url(../images/contact_mail.png) no-repeat left top;
}

.contact_info_phone {
padding-left: 100px;
min-height: 70px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
padding-top: 10px;
margin-bottom: 20px;
background: url(../images/contact_phone.png) no-repeat left top;

}



.btn2 {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  background: #053d90;
  padding: 8px 11px 8px 11px;
  text-decoration: none;
  margin-top:-15px;
}

.btn2:hover {
  background: #044bb3;
  text-decoration: none;
}
.gear{
background: transparent url(../images/gear.png) no-repeat center left;
padding-left:33px;
line-height:34px;
	
}

.style_03{
	font-size:15px;
	color:#242424;
	line-height:25px;
	margin-top:-15px;

	
}

.footer{
	width:100%;
	height:222px;
	background-color:#2b2b2b;
	bottom:0;
	margin-top:60px;
}

.f01{
	width:33%;
	height:auto;
	float:left;
	text-align:center;
	color:#FFFFFF;
	margin-top:18px;
	
}
.f02{
	width:33%;
	height:auto;
	float:left;
	text-align:center;
	color:#FFFFFF;
	margin-left:6px;
	margin-top:18px;
	
}
.f03{
	width:33%;
	height:auto;
	float:right;
	text-align:center;
	color:#FFFFFF;
	margin-top:18px;
	
}

.coluna1{
	width:100%;
	margin-top:30px;
}
::-moz-selection { /* Code for Firefox */
   color:#FFF; 
   background:#000;
}

::selection {
       color:#FFF; 
   background:#000;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}


.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounceInDown {
    0% {
        -webkit-transform: translateY(-2000px);
    }
    
    60% {
        -webkit-transform: translateY(30px);
    }
    
    80% {
        -webkit-transform: translateY(-10px);
    }
    
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        -moz-transform: translateY(-2000px);
    }
    
    60% {
        -moz-transform: translateY(30px);
    }
    
    80% {
        -moz-transform: translateY(-10px);
    }
    
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        -o-transform: translateY(-2000px);
    }
    
    60% {
        -o-transform: translateY(30px);
    }
    
    80% {
        -o-transform: translateY(-10px);
    }
    
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        transform: translateY(-2000px);
    }
    
    60% {
        transform: translateY(30px);
    }
    
    80% {
        transform: translateY(-10px);
    }
    
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


.cena{
	margin-top:60px;
	
	width:100%;
	text-align:center;
	
	
}
.style001{
	font-family: 'Roboto', sans-serif;
	font-size:37px;
	color:#ff7579 !important;
	line-height:62px;
	margin-top:20px;
	
}
.style003{
	font-family: 'Roboto', sans-serif;
	font-size:37px;
	color:#ff7579 !important;
	line-height:62px;
	margin-top:20px;
	
}
.style004{
	color:#ff7579 !important;
	
	
}



.style005{
	font-family: 'Roboto', sans-serif;
	font-size:27px;
	color:#ff7579 !important;
	line-height:62px;
	margin-top:20px;
	
}
.contactform{
	width:50%;
	margin-top:20px;

	
}
.contact_info{
	width:40%;
	margin-top:30px;
	float:right;
	
}

input, textarea {
	width: 100%; background: #fff; border: 1px solid #c5c5c5; padding: 15px 20px; margin: 0 0 15px;
}

textarea {
	min-height: 150px;
}

input[type="submit"] {
	width: auto; cursor: pointer;
}

.style006{
	font-family:georgia;
	font-size:27px;
	

	padding:20px;

	color:#ff7579 !important;
	line-height:33px;
	
	margin-top:20px;
	
}
.style007{
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#999 !important;
	line-height:33px;

	
	
}
.foto{
	margin-bottom:30px;
	margin-top:-10px;
	
}

.styleimg{
	 transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition: all 0.4s;
 }


.styleimg:hover{
	opacity:0.5;
	 transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition: all 0.4s; }	
	

.style002{
	    font-family: 'bebas_neue_regularregular';
	font-size:37px;
	color:#ff7579 !important;
	text-align:center;
	font-variant:normal !important;
	
}

.titulo1{
	text-align:center;
	width:100%;
	margin-top:-120px;
	font-family: 'Roboto', sans-serif;
}
.titulo3{
	text-align:center;

	width:100%;
	font-family: 'Roboto', sans-serif;
	margin-top:-50px;
}
.titulo2{
	text-align:center;
	width:100%;
	font-family: 'Roboto', sans-serif;
	margin-top:-50px;
}

.body-overlay {
    position: fixed;
    background: #ff7579 url(../images/loader.gif) no-repeat center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
} 
	
/* Typography ==================================== */
		
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    padding: 0;
    font-weight: 100;
    color: #3e454a;
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin: 0 0 .5em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0 0 .5em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.4em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.4em;
}

h5 {
    font-size: 1.1em;
    line-height: 1.4em;
}

h6 {
    font-size: 1em;
    line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #3e454a;
    text-decoration: none;
}

p {
    padding: 0 0 1em;
    margin: 0;
}

a, a:visited {
    color: #3e454a;
}

a:hover {
    color: #333;
}
.bar{
	 margin-top:-30px;
	
}

a.btn {
    width: 100%;
    border: 0;
    padding: 1em;
    font-size: 0.8em;
    line-height: 4em;
    background: #ef1a22;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a.btn:hover {
    background: #333;
}

a.btn-alt {
    color: #647278;
    background: #eaeff2;
    border: solid 1px #dee4e7;
}

a.btn-alt:hover {
    background: transparent;
}

.label {
     font-size: 1.0em;
    font-weight: 500;
	margin-top:10px;
	margin: 0;font-family: 'Roboto', sans-serif;

}



.label-alt {
    color: #475061;
}

h2.title {
    font-weight: 100;
    font-size: 2.6em;
    margin:0 0 .3em
}

h2.title span {
	color:#ec5d62;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
	border-radius: 20px;
}

.divider {
	width:40%;
	margin:2em auto 3em;
	height:.5em; 
}

.divider span {
	display: block;
	width:20%;
	margin:0 auto;
	height:.5em;
	background:#586275;
}

.feature-right {
	margin-right:0em !important;	
}

.featured-padded {
	padding:0 1em	
}
		
/* Structure and containers ==================================== */
		
.container {
    margin: 0 auto;
    min-width: 50em;
    max-width: 65.000em;


	
}
.esquerda {
	width:50%;
	float:left;


	
}
.direita {
	width:47%;
	float:right;



	
}
.container2 {
    margin: 0 auto;
	padding-top:70px;
    max-width: 65.000em;
	
}
.container3 {
    margin: 0 auto;
	padding-top:60px;
    max-width: 65.000em;
	
}


.inner {
    margin: 0 0px 20px 0;
}

#wrapper {
    margin-left: 20px;
}

.row {
    clear: both;
    margin: 0;
    padding: 0 0 0 1em;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}

.span12 {
    width: 100%;
}

.span11 {
    width: 91.6666666667%;
}

.span10 {
    width: 83.3333333333%;
}

.span9 {
    width: 75%;
}

.span8 {
    width: 66.6666666667%;
}

.span7 {
    width: 58.3333333333%;
}

.span6 {
    width: 50%;
}

.span5 {
    width: 41.6666666667%;
}

.span4 {
    width: 33.3333333333%;
}

.span3 {
    width: 25%;
}

.span2 {
    width: 16.6666666667%;
}

.span1 {
    width: 8.33333333333%;
}

.clearfix {
    clear: both;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.pullright {
    float: right;
}

.strip {
   
    padding: 6em 0 5em;
	height:60px;
}

.strip-alt {
  
}

.strip p {
    padding: 0 0 1em;
    margin: 0;
}

.strip .item {
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: solid 1px #dee4e7;
}

.strip-highlight {
   
}

.strip-highlight h2.label {
    color: #fff;

}

.strip-highlight .mega {
    background: rgba(0,0,0,.1);
    color: #fff;
}

.bg_slide{
	margin-top:30px;
	width: 100%;
    height:340px;
    background-image: url("../images/bg.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg3.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa12{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg12.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa2{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg4.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa3{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg5.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}

.bg_slide_empresa4{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg7.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa5{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg6.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa6{
	
    width: 100%;
    height:160px;
    background-image: url("../images/bg8.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa7{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg9.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.bg_slide_empresa11{
	
    width: 100%;
    height:160px ;
    background-image: url("../images/bg11.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;




}
.texto1{
	width:72%;
	

}

.texto2{
	width:100%;

	

}


.stylehome1{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size: 36px;
color: #fff;
background-color:#ef1a22;
text-transform: uppercase;

padding: 5px;
display: inline-block;
margin-top: 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;




	
}


.stylehome2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform: uppercase;
font-size: 40px;
background-color:#ef1a22;
color: #fff;

padding: 5px;
display: inline-block;
margin-top:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

	
}
.stylehome3{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size: 19px;
color: #fff;
text-transform: uppercase;
padding: 5px;
display: inline-block;
margin-top: 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

	
}
.stylehome6{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size:27px;
color: #fff;
background-color:#000;
padding: 5px;
display: inline-block;
margin-top: 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
opacity:0.8;
	
}
.stylehome7{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size:33px;
color: #fff;
background-color:#ef1a22;
padding: 5px;
display: inline-block;
margin-top: 38px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

	
}


.stylehome4{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size:22px;
color:#151515;
padding: 5px;
margin-bottom:20px;




	
}
.stylehome5{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color:#151515;
    padding: 5px;
    margin-top: 8px;


	
}
.stylehome12{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size:22px;
	margin-top:50px;
color:#2B2B2B ;
padding: 5px;
margin-bottom:20px;




	
}

.tumb {
	width:90%;
    padding:5px;
	background-color:#fff;
		height:auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 20px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	

}
.tumb2 {
    padding:5px;
	background-color:#FFF;
	height:auto;
	border-radius: 20px;
	margin:5px;

}
.tumb:hover {
 
	padding:5px;
transition: background-color 0.5s ease;

}
		
/* Forms ==================================== */	
	
.form-row {
    margin-bottom: 1em;
}

.form-row-last {
    margin: 0;
}

.form-row input.text, .form-row textarea {
    width: 92%;
    padding: 1.0em 4%;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #666;
    border: 0;
}

select {
    width: 100%;
    font-size: 1em;
}

.form-row input.btn {
    width: 100%;
    border: 0;
    padding: 1.2em 0;
    font-size: 1em;
    background: #475061;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-row input.btn:hover, .form-row input.btn:focus {
    background: #586275;
}

.form-row label {
} 
	
/* Special forms ==================================== */
		
.form-box-special {
    background: #ececec;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

.form-box-special h2, .flexslider .form-box-special h2 {
    color: #3e454a;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.form-box-special .top {
    text-align: center;
    padding: 1.5em;
    background: #fff;
}

.form-box-special .bottom {
    padding: 1.5em;
}

.form-box-special .item {
    padding: 1.5em;
    background: #e7e7e7;
    padding: 1.0em 4%;
    font-size: 1em;
    font-weight: 300;
    color: #666;
}

.form-box-special-graphic img {
    width: 90%;
    float: right;
    height: auto;
    display: block;
    margin-top: 2em;
}

.form-box-special .form-row input.text, .form-box-special .form-row textarea {
    width: 92%;
    border: 0;
    padding: 1.0em 4%;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #666;
    -moz-box-shadow:  2px 2px 10px rgba(0,0,0,.05);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.05);
    box-shadow: 2px 2px 10px rgba(0,0,0,.05);
}	
	
/* Header ==================================== */ 

#header {
    background: #fff;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
	height:85px;
    left: 0;
    right: 0;
	border-radius: 0;
  border-width: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    z-index: 9999;
}

#header .inner {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
}

#header h1 {
    margin: 0 0 0 .1em;
    padding: 0;
    float: left;
    line-height: 1.2em;
}

#header #menu {
    float: right;
	padding-top:20px;
	font-size:14px;
	font-weight:400;
	  font-family: 'Roboto', sans-serif;

	
}

#header #menu ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

#header #menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
	
}

#header #menu ul li a {
    color: #243d8a;
    text-decoration: none;
    padding: 1.2em;
    display: block;
    float: right;
	
	
}
#header #menu ul li a:hover {
    color: #000;
	#000000;
    text-decoration: none;
  padding: 1.2em;
    display: block;
    float: right;
 transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition: all 0.4s; }
	


#header #menu ul li.active a {
    background: rgba(255,255,255,.1);
}

h2.menulink {
	display: none	
}
	
/* footer ==================================== */ 
		
.footer {
  
   background: #2b2b2b;
   position:relative;
   bottom:0;
   height:200px;
   color: #fff;
}

#footer a .glyph-item {
    background: #fff;
    margin: 0 .2em;
}

#footer a .mega {
    font-size: 1.5em;
    border: 0;
    background: rgba(0,0,0,.2) !important;
    color: #fff;
}

#footer a:hover .glyph-item {
    color: #3e454a;
}
	
/* Slider ==================================== */
		
.flexslider { 
    color: #1b1b1b;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;    
}

.flexslider-inner { 
   
    background-size: 100% 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
    

.flexslider h1, .flexslider h2, .flexslider h3, .flexslider h4, .flexslider h5, .flexslider h6 {
    color: #0f0f0f;
}

.flexslider .row {
    padding: 8em 0 10em 0;
}

.flexslider .row-padded { 
}

.flexslider h1 {
    color: #fff;
}


.flexslider .form-row input.btn {
}

.flexslider a.btn-alt {
    color: #fff !important;
    border: solid 1px #fff;
    background: transparent;
    background: rgba(0,0,0,.1);
} 
		 
/* Icons ==================================== */
		
.glyph-item {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    color: #fff;
}

.mega {
    font-size: 2.5em;
    line-height: 2em;
    padding: .5em .25em 0em;
    margin: 0 0 .5em;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    background: #ec5d62;
}	
	
/* Info ==================================== */
	
.info {
    padding: 2em 3em 2em;
}

.info-center {
    text-align: center;
    padding: 0;
}

.info-padded {
    padding-top: 5em;
}

.info-center h1 {
    font-weight: 100;
    margin: 0;
    padding: 0;
    font-size: 2em;
}

.info img {
    margin-bottom: 1em;
}

.info h2 {
    font-weight: 100;
    font-size: 2em;
}

.info h2.lrg {
    margin-bottom: 1.5em;
}

.info p {
    color: rgba(255,255,255,.8);
    font-weight: 300;
    margin-bottom: 1.5em;
}

span.spacer {
    margin: 0 .5em;
}

.info a.btn {
    background: #586275;
    border: solid 1px #005d87;
    -moz-box-shadow: inset  0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.info a.btn-alt {
    border: solid 1px #fff;
    background: transparent;
    background: rgba(0,0,0,.1);
}

/* Pricing ==================================== */		
	 
.pricing {
}

.pricing .blocks {
}

.pricing .blocks .inner {
    padding: 0;
}

.pricing .blocks .inner ul, .pricing .blocks .inner ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing .blocks .inner ul {
    border: solid 1px #dee4e7;
    border-bottom: 0;
    margin-bottom: 1em;
    background: #fff;
}

.pricing .blocks .inner ul li {
    border-bottom: solid 1px #dee4e7;
    padding: .8em;
}

.pricing .blocks .inner ul li.title {
    padding: 0 0;
    border-color: #fff;
}

.pricing .blocks .inner ul li h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #586275;
    color: #fff;
}

.pricing .blocks .inner.primary ul li h2 {
    padding: 1em 0;
    font-weight: 400;
}

.pricing .blocks .inner.secondary ul li h2 {
    padding: .4em 0;
    font-weight: 400;
}

.pricing .blocks .inner.secondary {
    margin-top: 2em;
}

.pricing .blocks .inner ul li.price {
    background: #eaeef0;
    padding: .8em 0 .5em;
    margin: 0;
}

.pricing .blocks .inner ul li h1 {
    text-align: center;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

.pricing .blocks .inner ul li h1 span {
    font-size: .8em;
}

.pricing .blocks .inner ul li h1 strong {
    font-weight: 400;
}

.pricing .blocks .inner ul li h1 small {
    font-size: .4em;
}

.pricing .blocks .inner a.btn {
    line-height: 5em;
}
 	
/* Responsive options ==================================== */


@media screen and (min-width: 50em) {
	
 	#header #menu {
 		display: inline	!important
 	}
   .footer {
   background: #2b2b2b;
   position:relative;
   bottom:0;
   height:120px;
   color: #fff;
}

	
}

@media screen and (max-width: 50em) {
 
	body {  
	}    
    .row {
        padding: 0 0 0 0;
    }
	.container3 {
    margin: 0 auto;
	padding-top:40px;
    max-width: 65.000em;
	
}
.stylehome6{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size:23px;
color: #fff;
background-color:#000;
padding: 5px;
display: inline-block;
margin-top: 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
opacity:0.8;
	
}
.esquerda {
	width:99%;
	margin:auto;


	
}
.direita {
	width:100%;
	margin-top:20px;
	text-align:center;



	
}
	.footer {
   background: #2b2b2b;
   position:relative;
   bottom:0;
   margin-top:120px;
   height:400px;
   color: #fff;
}
.stylehome1{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size: 24px;
color: #fff;

padding: 5px;
display: inline-block;
margin-top: 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
opacity:0.9;



	
}
.contactform{
	width:90%;
}
.f01{
	width:100%;
	height:auto;
	text-align:center;
	color:#FFFFFF;
	margin:auto;
	float:left;
	margin-top:35px;
	
}
.f02{
	width:100%;
	height:auto;
	text-align:center;
	color:#FFFFFF;
	margin:auto;
	float:left;
	margin-top:35px;
	
}
.f03{
	width:100%;
	height:auto;
	text-align:center;
	color:#FFFFFF;
	float:left;
	margin:auto;
	margin-top:35px;
	
}

.tumb {

    padding:5px;
	background-color:#fff;
		height:auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);

	

}

.info1{
	width:100%;
	height:auto;
	margin-top:20px;
	text-align:center;
	
	
}

.image1{
	width:100%;
	height:auto;
	text-align:center;
	
	
}

.bg2{
	width:100%; 
	height:580px; 
	margin-top:320px;	
	
}

.contact_info{
	width:100%;
	margin-top:35px;

	
}

.bar{
	 margin-top:-30px;
	 padding-bottom:30px;
	
}
.bg_slide{
	
    width: 100%;
    height:310px ;
    background-image: url("../images/bg.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;


}

.bg_slide3{
	
    width: 100%;
    height:310px ;
    background-image: url("../images/map.jpg");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;


}
.stylehome2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size: 24px;
color: #fff;
padding: 5px;
display: inline-block;
margin-top: 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

	
}
.stylehome3{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
font-size: 15px;
color: #fff;
padding: 5px;
display: inline-block;
margin-top: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

	
}
.texto1{
	width:97%;
	max-width:450px;
	

}
.texto2{
	width:100%;
	
	

}
.texto3{
	width:62%;
	
	

}

    .container {
        min-width: 98%;
		margin:auto;
        max-width: 100%;
		

    }

    .flexslider {
        background-image: none;
        color: #0f0f0f;
		text-decoration:none;   }

    .form-box-special-graphic {
        display: none;
    }
    
    .pullright {
    	width: 66.6666666667%;
    }
    
    .info-padded {
    	padding:0;	
    }

    .strip {
        padding: 2em 0;
    }

    .inner {
        margin: 0 1em 1em 1em;
    }

    .flex-direction-nav {
        display: none;
    }
    
    #header {
    	padding: 0;	 
    }
    
    #header h1 {
    	margin:0;
    	padding:0;	
    }
	
	h2.menulink {
		cursor:pointer;
	    float: right;
	    display: inline;
	    width: 30px;
	    height: 30px;
	    border: 0;
	    margin: .45em 0 0;
	}
	
	h2.menulink a {
		margin-top:19px;
	    display: block;
	    width: 30px;
	    height: 30px;
	    text-indent: -1000px;
	    background: url(../images/menu_btn_background.png) no-repeat center center; 
	    overflow: hidden;
	    border: 0;
	}	
	#header #menu { 
		position: absolute; 
		top:3.5em;
		left:0em;
		right:0em;	 
		text-shadow: none;
		width:100%;  
		display: none
	}
	
	#header #menu ul {
		margin:0;	
		padding:0; 
		width:100%;
		margin-top:15px; 
	}
	
	#header #menu li {
		display: inline;
		width:100%;
		float: none;
		margin:0;
		clear: both;	
	}
	
	#header #menu li a, #header #menu ul li.current a {
		display: block !important; 
		float: none !important; 
		clear: both !important;	
	    background: #fff !important; 
	    color:#333 !important;
		padding:1em !important;
		background-color:#FFF;
		 
	}  
	
	.flexslider .row {
	    padding: 4em 0 6em 0;
	}
	
	.flexslider .row-padded {
	    padding: 4em 0 5em 0;
	}	
}

@media screen and (max-width: 35em) {
	
	
    .container {
        min-width: 100%;
        max-width: 100%;
    }
	.coluna1{
	width:100%;
	
}
.style006{
	font-family:georgia;
	font-size:27px;
	padding:20px;
	color:#ff7579 !important;
	line-height:33px;
	text-align:center;
	margin-top:20px;
	
}
.tumb {
	

    padding:5px;
	background-color:#fff;
		height:auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);

	

}
.label {
    font-size: 1.0em;
    font-weight: 400;
	margin-top:10px;

}
.contactform{
	width:90%;
}
	
	#footer {
   background: #2b2b2b;
   position:relative;
   bottom:0;
   height:542px;
   color: #fff;
}
.foto{
	margin-bottom:30px;
	margin-top:-10px;
	text-align:center;
	
}
.style001{
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#ff7579 !important;
	line-height:32px;
	margin-top:30px;
	
}
.titulo1{
	width:98%;
	margin:auto;

	
}
.titulo3{
	float:left;
	width:100%;
	font-family: 'Roboto', sans-serif;
	margin-top:-50px;
}
.style003{
	font-family: 'Roboto', sans-serif;
	font-size:37px;
	color:#ff7579 !important;
	line-height:62px;
	margin-top:40px;
	
}
.cena{
	width:100%;
	text-align:center;

}


    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        width: 100%;
    }

    .pullright {
        float: left;
    }

    .info-padded {
        padding: 0;
    }

    #container_main {
        margin: 0;
    }

    #container_sidebar {
        float: none;
        clear: both;
        width: 100%;
    }

    #wrapper {
        margin-right: 10px;
        margin-left: 10px;
    }

    .flexslider .row-padded {
        padding: 1em 0 3em 0;
    }

    span.spacer {
        margin: 0 .5em;
        clear: both;
        background: Red;
    }

    .info {
        text-align: center;
    }
    

	.feature-right, .feature-left {
		text-align: center
	}  	  
}

 @media screen and (min-width: 1600px) {
	 
	#footer {
   background: #2b2b2b;
   position:relative;
   bottom:0;
   height:40px;
   color: #fff;
} 
	 
	 
	 }