/*------------------*/

/*	GENERAL

/*------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');

.barra-topo{
	height: 39px;
	background-color: #00A551;
	border-top: 5px solid #00954A;
}

.barra-saudacao{

	color:#FFF;
	font-size: 1rem;
	font-family: 'Roboto', Helvetica, sans-serif;
	text-shadow: 1px 1px #00793D;
}


/* ----------- Logo ----------- */
#trueHeader .topo{
	background-color: #FFF !important;
	background-image: url('../images/bgheader.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% bottom !important;
	height: 168px !important;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.topo .container{
	position: relative;
	height: 168px;
}

#trueHeader #logo{

	float:left;

	display:block;

	width:640px;

	height:95px;

	text-indent:-999em;

	background:url(../images/logo-cascavel-news.png) no-repeat;

	margin-top: 15px;

	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;

}

.logo_main {

	float: left;

	width: 14%;

}





/*------------------*/

/*	SITE STRUCTURE

/*------------------------------------------------------*/



.site_wrapper {

	width: 100%;

	margin: 0 auto 0 auto;

}

.container_full {

	width: 100%;

	float: left;

	margin: auto auto auto auto;

	

}

.container {

	width: 1170px;

	margin: auto auto auto auto;



}





/* columns */

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {

	position: relative;

	margin-right: 4%;

	float: left;

}

.one_full {

	width: 100%;

}

.one_half {

	width: 48%;

}

.one_third {

	width: 30.650%;

}

.one_fourth {

	width: 22%;

}

.one_fifth {

	width: 16.800%;

}

.two_third {

	width: 65.350%;

}

.three_fourth {

	width: 74%;

}



.last {

	margin-right: 0 !important;

	clear: right;

}





/*------------------*/

/*	MENU

/*------------------------------------------------------*/









.menu_main {

	float: right;

	width: 60%;

}



#access .menu {

	list-style: none;

	font-weight: normal;

	position: relative;

	float: right;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 600;

	text-transform: uppercase;

	margin-top: 0px;

}

#access .menu select {

	border: 2px solid #eee;

	padding: 10px 10px 10px 10px;

	background-color: #f9f9f9;

	color: #333;

}

#access .menu ul {

	margin: 0px;

	list-style-type: none;

	position: relative;

	text-align: left;

	z-index: 1001;

	height: 40px;

	margin: 0px 0px 0px 0px;

	float: right;

}

#access .menu ul li {

	position: relative;

	display: inline-block;

	padding: 0;

	z-index: 101;

	margin: 0px 0px 0px 0px;

	float: left;



}



#access .menu ul li a {

	display: inline-block;

	text-decoration: none;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-size: 13px;

	line-height: 1;

	color: #444;

	margin: 0;

	padding: 15px 16px 10px 18px;

	text-align: center;

}

#access .menu ul li:last-child a{
	padding-right: 0 !important;
}



#access .menu ul li a.active {

	color: #00954A;

}

#access .menu ul li i {

	margin-left: 2px;

}



#access .menu ul li ul {

	position: absolute;

	left: 0;

	height: auto;

	display: none;

	visibility: hidden;

	width: 194px;

	padding: 0;

	margin-top: -1px;

	text-align: left;

	background: #615c73;

	border-top-left-radius: 0px;

}

#access .menu ul li ul li {

	display: list-item;

	float: none;

	background: none;

	padding: 0;

	margin: 0;

	height: auto;

}

#access .menu ul li ul li ul {

	top: 0;

}

#access .menu ul li ul li a {

	margin: 0;

	border: none;

	display: block;

	padding: 14px 17px 14px 17px;

	font-size: 13px;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

	color: #fff;

	background: #615c73;

	width: 159px;

	text-align: left;

	border-bottom: 1px solid #544e67;

}

#access .menu ul li ul li a:hover,

#access .menu ul li ul li.active a,

#access .menu ul li ul li a.selected {

	background: #544e67;

	border-bottom: 1px solid #544e67;

	color: #fff;

	padding: 14px 17px 14px 17px;

}



#access .menu ul li ul li:last-child {

	border: none;

}

* html #access .menu {

	height: 1%;

}



.selectnav {display: none; width: 440px; margin-left: 20px;}


.linha-creditos{
	position: absolute;
	bottom:2px;
	width:100%;
}

.linha-creditos div{
	width:50%;
	font-size: .9rem;
	color:#222;
}



/*------------------*/

/*	PAGES

/*------------------------------------------------------*/



/* top section */
/*
.lista-categorias ul{margin: 0 auto; width:100%; min-height:20px; margin-top:11px; text-align: left; padding-bottom:2px;}

.lista-categorias ul li{ display: inline-block; text-align: left; padding:0 20px;}



.lista-categorias ul li.active{ 
	display: inline-block; 
	text-align: left; 
	padding: 0 20px 6px 20px;
  	border-bottom: 5px solid #00D269;
}
*/

.lista-categorias ul{
	display: flex; 
	align-content: space-between; 
	flex-flow: row;
	margin: 0 auto; width:100%; min-height:20px; margin-top:11px; text-align: left; padding-bottom:2px;
}

.lista-categorias ul li{ 
	display: inline-block; 
	text-align: center; 
	padding:0;
	flex-grow: 5;
}

.lista-categorias ul li.active{ 
	display: inline-block; 
	text-align: left; 
	height: 34px;
  	border-bottom: 5px solid #00D269;
	flex-grow: 5;
}

.lista-categorias ul li, .lista-categorias ul li.active{padding: unset; flex-grow: 5; text-align: center;}

.lista-categorias ul li a{
	font-size: 18px; 
	color:#FFF; 
	line-height: 120%; 
	text-shadow: 1px 1px #00793D;
	text-transform: uppercase;
}







.t_socials {

	float: right;

	margin-right:0;

	width: 30%;

	margin-top: 15px;

	padding-bottom:10px; 



}

.t_socials ul {

	float: right;

	padding: 0px;

	margin: 0px;

}

.t_socials li {

	float: left;

	height: 40px;

	line-height: 40px;

	vertical-align: middle;

	padding: 0px 10px;

	margin: 0px 0px;

	color: #999;

}

.t_socials li a {

	color: #9895a4;

}

.t_socials li a:hover {

	color: #fff;

}



.busca{

	width:320px;
	height:38px;
	border:2px solid #00954A;
	float:right;
	border-radius: 12px;
	padding:0px;
	background: rgba(255, 255, 255, .7) url(../images/lupa.png) no-repeat 5px 6px;
	margin-top: 0px;

}



.busca input{
	float:left; 
	width:200px; 
	border:none; 
	margin-left:34px; 
	margin-top: 4px; 
	font-size: 15px; 
	color:#444;
	background: transparent;
}

.busca input::placeholder {
  color:#727272;
  opacity: 1;
}

.btn-buscar, .btn-buscar:hover, .btn-buscar:focus{
	/*position: absolute; left: -9999px; width: 1px; height: 1px;*/
	float:right;
	width:76px;
	height:34px;
	margin-top: 0;
 	margin-right: 0;
  	border-radius: 0 8px 8px 0;
	background:#00954A;
	text-shadow:1px 1px #00793D;
	color:#FFF;
	box-sizing:border-box;
	line-height: 34px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 500;
	border: none;
	font-size: .8rem !important;
}

.barra-vermelha{
	background:#00A551;
	height: 45px;
	border-bottom: 5px solid #00954A;
	margin-bottom:20px;
}



.saudacao{float:left; width:360px; height:32px; margin-left:5px; margin-top: 8px; color:#FFF; padding-top:3px;}



.saudacao i{float:left;}



.saudacao span{float:left; margin-left:10px; padding-top: 4px}





.cotacao{float:left; width:140px; height:32px; margin-left:40px; margin-top: 8px; color:#FFF; padding-top:3px;}



.cotacao h4{float:left; font-size:14px; padding-top:5px; color:#FFF;}

.cotacao h3{float:left; margin-left:12px; font-size:18px; padding-top:5px; color:#FFF;}



.previsao{float:left; width:120px; height:32px; margin-left:40px; margin-top: 8px; color:#FFF; padding-top:3px;}

.previsao img{float:left; display:block; width:40%; height:auto; margin-top:-2px;}

.previsao h4{float:left; margin-left:2px; font-size:16px; padding-top:3px; color:#FC0;}









.banner{margin:auto; min-height:10px; height:auto; background: #FFF; margin-top:20px; margin-bottom:20px; padding:0; overflow-x: hidden;}



.banner p{width:100%;  text-align: center; margin:0; padding: 0; line-height: 100%}



.banner a img{margin: auto auto auto auto;}



.manchete{min-height:30px; height:auto; padding:20px 0;}



.manchete a{float:left; width:100%; text-align: center; color:#8C0000; font-size:28px; line-height: 120%}



.manchete h1{float:left; width:100%; text-align: center; color:#8C0000; font-size:28px; line-height: 120%}









.destaques .destaque-esquerda{float:left; width:27%; min-height:303px; height:auto; margin-top:10px;}

.destaques .destaque-centro{float:left; width:46%; min-height:303px; height:auto; margin-top:10px; overflow: hidden; position: relative;}

.destaques .destaque-direita{float:left; width:27%; min-height:303px; height:auto; margin-top:10px;}



.destaques .destaque-esquerda .meito{float:left; width:97%; height:150px; margin-bottom:3px; overflow: hidden; position: relative;}

.destaques .destaque-direita .meito{float:right; width:97%; height:150px; margin-bottom:3px; overflow: hidden; position: relative;}





.destaques img, .mais-noticias img {

    width: 100%;

    position: absolute;

    z-index: 9;

    height: auto;

    display: block;

}



.destaques .meito h2{position: absolute; background: rgba(140,0,0,0.8); width:auto; max-width: 90%; min-height:14px; height:auto; z-index:10; bottom:28px; left:0; padding:3px 10px 3px 10px; font-size: 14px; color:#FFF;}

.destaques .meito h3{position: absolute; background: rgba(0,0,0,0.6); width: 94%; height:44px; z-index:10; bottom:-20px; left:0; padding:3px 3% 3px 3%; font-size: 13px; color:#FFF;}



.destaque-centro h2{position: absolute; background: rgba(140,0,0,0.8); width:auto; max-width: 90%; min-height:14px; height:auto; z-index:10; bottom:28px; left:0; padding:3px 10px 3px 10px; font-size: 14px; color:#FFF;}

.destaque-centro h3{position: absolute; background: rgba(0,0,0,0.6); width: 96%; min-height:44px; height:auto; z-index:10; bottom:-20px; left:0; padding:3px 2% 3px 2%; font-size: 13px; color:#FFF;}



.destaques .meito h2 a, .destaques .meito h3 a, .destaque-centro h2 a, .destaque-centro h3 a{color:#FFF;}  

.destaques .meito h2 a:hover, .destaques .meito h3 a:hover, .destaque-centro h2 a:hover, .destaque-centro h3 a:hover{text-decoration: underline;} 







.anuncios .anuncios-esquerda{float:left; width:25%; min-height:293px; height:293px; height:auto; margin-top:10px; background: #EEE; overflow: hidden;}

.anuncios .anuncios-centro{float:left; width:50%; min-height:300px; height:300px; margin-top:10px; overflow: hidden; position: relative;}

.anuncios .anuncios-direita{float:left; width:25%; min-height:293px; height:293px; height:auto; margin-top:10px; background: #EEE; overflow: hidden;}



.anuncios .anuncios-esquerda img, .anuncios .anuncios-direita img{margin:auto; position:relative; display: block; margin-top:20px;}







.anuncios-frame {

    position: relative;

    width: 98%;

    margin-left:1%;

    height: auto;

    padding-bottom: 50%;

    overflow: hidden;

}



.anuncios-video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

































.titulo-vermelho{

	float:left; 

	margin-top:30px; 

	width:100%; 

	height:40px; 

	background:url(../images/titulo-vermelho.gif) no-repeat left bottom;

	font-size: 24px;

	color:#000;

	line-height: 120%;

}



.titulo-branco{

	float:left; 

	margin-top:30px; 

	width:100%; 

	height:40px; 

	background:url(../images/titulo-branco.png) no-repeat left bottom;

	font-size: 24px;

	color:#FFF;

	line-height: 120%;

}



.titulo-preto{

	float:left; 

	margin-top:30px; 

	width:100%; 

	height:40px; 

	background:url(../images/titulo-preto.jpg) no-repeat left bottom;

	font-size: 24px;

	color:#000;

	line-height: 120%;



}



.titulo-paginas{

	float:left; 

	margin-top:15px; 

	width:100%; 

	height:40px; 

	background:url(../images/titulo-vermelho.gif) no-repeat left bottom;

	font-size: 24px;

	color:#00468C;

	line-height: 120%;

}





.mais-noticias .destaque-esquerda{float:left; width:27%; min-height:303px; height:auto;  margin-top:10px;}

.mais-noticias .destaque-centro{float:left; width:46%; min-height:303px; height:auto; margin-top:10px;}

.mais-noticias .destaque-direita{float:left; width:27%; min-height:303px; height:auto; margin-top:10px;}



.mais-noticias .destaque-esquerda .meito{float:left; width:99%; height:280px; margin-bottom:3px; overflow: hidden; position: relative;}

.mais-noticias .destaque-direita .meito{float:right; width:99%; height:280px; margin-bottom:3px; overflow: hidden; position: relative;}

.mais-noticias .box-meio-left{float:left; width:48%; margin-left: 1%; margin-bottom:2%; height:190px; position: relative;}

.mais-noticias .box-meio-right{float:right; width:48%; margin-right: 1%; margin-bottom:2%; height:190px;  position: relative;}





.mais-noticias .meito h2{position: absolute; background: rgba(140,0,0,0.8); width:auto; max-width: 90%; min-height:14px; max-height:27px; overflow: hidden; z-index:10; top:143px; left:0; padding:3px 10px 3px 10px; font-size: 14px; color:#FFF;}

.mais-noticias .meito h3{position: relative; width:auto; max-width: 100%; min-height:14px; height:auto; z-index:10; top:180px; left:0; padding:3px 2px 3px 10px; font-size: 14px; color:#333; font-weight: bold; line-height: 120%}

.mais-noticias .meito h4{position: relative; width:auto; max-width: 100%; min-height:14px; height:auto; z-index:10; top:160px; left:0; padding:3px 2px 3px 10px; font-size: 13px; color:#333; line-height: 120%}







.box-meio-left h2, .box-meio-right h2{position: absolute; background: rgba(140,0,0,0.8); width:auto; max-width: 90%; min-height:14px; max-height:27px; overflow: hidden; z-index:10; top:113px; left:0; padding:3px 10px 15px 10px; font-size: 14px; color:#FFF;}

.box-meio-left h3, .box-meio-right h3{position: relative; width:auto;background: none;  max-width: 100%; min-height:14px; height:auto; z-index:10; top:146px; left:0; padding:3px 2px 5px 2px; font-size: 13px; color:#666; line-height: 120%}





.mais-noticias .destaque-esquerda h2 a{color:#FFF;}  

.mais-noticias ..destaque-esquerda h2 a:hover{text-decoration: underline;} 



.mais-noticias .meito h3 a{color:#333;}

.mais-noticias .meito h3 a:hover{color:#333 !important; text-decoration: underline;}



.box-meio-left h2 a, .box-meio-right h2 a{color:#FFF;}  

.box-meio-left h2 a:hover, .box-meio-right h2 a:hover{text-decoration: underline;}  



.box-meio-left h3 a, .box-meio-right h3 a{color:#333;}  

.box-meio-left h3 a:hover, .box-meio-right h3 a:hover{text-decoration: underline;}  

















.live-videos{background: rgb(0,0,0); height:auto; min-height:300px; padding-bottom:30px;}



.top-videos{background: #46474F; height:auto; min-height:300px; padding-bottom:20px;}



.divisor{height:30px; float:left; width:100%;}





.top-colunas{background: #F5F5F5; height:auto; min-height:300px; padding-bottom:20px;}





.footer-banner{min-height:85px; height:auto; margin-top:30px; margin-bottom: 30px; padding:0;}



.footer-banner p{width:100%;  text-align: center; padding:0;}



.footer-banner a img{margin: auto auto auto auto;}







p.rodape{float:right;}





/* clients */

.clients {

	float: left;

	width: 100%;



	padding-top:40px;

	padding-bottom:40px;

}











a.button_slider {

	float: left;

	padding: 13px 30px;

	margin: 0px 0px 0px 0px;

	font-weight: normal;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	background-color: #ffc900;

}

a.button_slider:hover {

	background-color: #fff;

	color: #302d38;

}



a.button_slider_02 {

	float: left;

	padding: 13px 30px;

	margin: 0px 0px 0px 0px;

	font-weight: normal;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	background-color: #9fe182;

}

a.button_slider_02:hover {

	background-color: #fff;

	color: #302d38;

}





.slider_sec_box{

	position: absolute;

	width: 280px;

	height: 65px;

	padding: 25px 0px 0px 0px;

	background-color: #181818;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

	font-size: 13px;

	color: #fff;

}

.slider_sec_box:hover{

	background-color: #be8255;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

	cursor: pointer;

}

.slider_sec_box b{

	font-size: 18px;

	color: #fff;

	font-weight: normal;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.slider_sec_box i{

	float: left;

	width: 80px;

	height: 65px;

	vertical-align: middle;

	line-height: 40px;

	text-align: center;

}





/* bottom section */

.joosa.bottom_section {

	float: left;

	width: 100%;

	padding: 0px;

	background: url(../images/elements/graph-bg1.jpg) repeat left top;

	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;

  	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;

  	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;

}

.joosa.bottom_section .one_half {

	float: left;

	width: 48%;

	margin-right: 4%;

}



/* punch text 02 */

.joosa.punch_text02 {

	float: left;

	width: 100%;

	padding: 75px 0px 59px 0px;

	margin-top: -34px;

	font-family: 'Roboto', Helvetica, sans-serif;

	text-align: center;

	background: url(../images/graph-01.png) no-repeat center top;

}

.joosa.punch_text02 b {

	padding: 0px;

	font-size: 40px;

	color: #fff;

	font-weight: 300;

}

.joosa.punch_text02 b em {

	font-size: 18px;

	font-style: normal;

	display: block;

	margin-top: 10px;

	color: #fff;

	font-weight: normal;

}

.joosa.punch_text02 a.pur_link {

	color: #302d38;

	font-size: 18px;

	text-transform: uppercase;

	background-color: #fff;

	padding: 10px 25px;

	border-radius: 4px;

	border: 1px solid #fff;

}

.joosa.punch_text02 a.pur_link:hover {

	color: #fff;

	background: none;

}





/* four columns features section home */

.joosa.fusection1 .one_fourth {

	width: 21%;

	padding: 0;

	text-align: center;

	position: relative;

	margin-right: 5.330%;

	float: left;

}

.joosa.fusection1 .one_fourth i {

	color: #9a9cb4;

	margin-bottom: 30px;

	background: url(../images/dashed-circle.png) no-repeat center top;

	float: left;

	width: 130px;

	height: 130px;

	line-height: 130px;

	text-align: center;

	vertical-align: middle;

	margin-left: 64px;

}

.joosa.fusection1 .one_fourth h2 {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 25px;

	text-transform: uppercase;

}

.joosa.fusection1 .one_fourth a i {

	display: inherit;

	margin: 0px 0px 0px 3px;

	color: #999;

	width: auto;

	height: auto;

	line-height: inherit;

	border: none;

	float: inherit;

	background: none;

	border: none;

}

.joosa.fusection1 .one_fourth:hover h2 {

	color: #88cc6a;

}

.joosa.fusection1 .one_fourth:hover i {

	color: #88cc6a;

	background: url(../images/dashed-circle2.png) no-repeat center top;

}

.joosa.fusection1 .one_fourth.helight h2 {

	color: #88cc6a;

}

.joosa.fusection1 .one_fourth.helight i {

	color: #88cc6a;

	background: url(../images/dashed-circle2.png) no-repeat center top;

}

.joosa.fusection1 .one_fourth.last {

	margin-right: 0 !important;

	clear: right;

}

.four_col_fusection.inner .one_fourth i {

	color: #6fbe48;

}





/* four columns features section */

.four_col_fusection .one_fourth {

	width: 21.6%;

	padding: 30px 1%;

	text-align: center;

	border: 1px solid #f0f0f0;

	border-radius: 4px;

	position: relative;

	margin-right: 1.6%;

	float: left;

	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

}

.four_col_fusection .one_fourth:hover {

	background-color: #f0f0f0;

}

.four_col_fusection .one_fourth:hover i {

	background-color: #f9f9f9;

	border: 4px solid #fff;

}

.four_col_fusection .one_fourth.helight {

	background-color: #f0f0f0;

}

.four_col_fusection .one_fourth.helight i {

	background-color: #f9f9f9;

	border: 4px solid #fff;

	color: #6fbe48;

}

.four_col_fusection .one_fourth i {

	color: #383634;

	margin-bottom: 30px;

	border: 4px solid #f3f3f3;

	border-radius: 100%;

	float: left;

	width: 100px;

	height: 100px;

	line-height: 100px;

	text-align: center;

	vertical-align: middle;

	margin-left: 73px;

}

.four_col_fusection .one_fourth h2 {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 25px;

	text-transform: uppercase;

}

.four_col_fusection .one_fourth a {

	color: #999;

	font-size: 11px;

	text-transform: uppercase;

}

.four_col_fusection .one_fourth a:hover {

	color: #6fbe48;

}

.four_col_fusection .one_fourth a:hover i {

	color: #6fbe48;

	background: none;

	border: none;

}

.four_col_fusection .one_fourth:hover a i {

	background: none;

	border: none;

}

.four_col_fusection .one_fourth.helight a {

	color: #6fbe48;

}

.four_col_fusection .one_fourth.helight a:hover {

	color: #383634;

}

.four_col_fusection .one_fourth.helight a:hover i {

	color: #383634;

}

.four_col_fusection .one_fourth.helight a i {

	background: none;

	border: none;

	color: #6fbe48;

}

.four_col_fusection .one_fourth a i {

	display: inherit;

	margin: 0px 0px 0px 3px;

	color: #999;

	width: auto;

	height: auto;

	line-height: inherit;

	border: none;

	float: inherit;

	background: none;

	border: none;

}

.four_col_fusection .last {

	margin-right: 0 !important;

	clear: right;

}

.four_col_fusection.inner .one_fourth i {

	color: #6fbe48;

}





/* fresh projects */

.fresh_projects {

	float: left;

	width: 100%;

	background: #fff url(../images/projects-bg.png) no-repeat center top;

	text-align: center;

}

.fresh_projects h1 {

	font-size: 34px;

	padding: 0px;

	margin: 0px 0px 45px 0px;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	text-transform: uppercase;

}

.fresh_projects h1 strong {

	font-weight: 600;

}

.fresh_projects h1 i {

	font-size: 16px;

	color: #727272;

	font-style: normal;

	display: block;

	padding-top: 10px;

	line-height: 25px;

	text-transform: none;

	font-weight: normal;

}



.fresh_projects_list section .display .small-group{

	float:left;

	width:550px;

	height:320px;

	overflow:hidden;

}

.fresh_projects_list section .display .small-group div.small{

	position:relative;

	float:left;

	width:50%;

	height:100%;

	color:#fff;

	overflow:hidden;

}

.fresh_projects_list section .display .small-group div.small img{

	width: 100%;

	height: 250px;

}

.fresh_projects_list section .display .small-group div.small .hover{

	position:absolute;

	left:0;

	top:0;

	right:0;

	bottom:0;

	pointer-events:none;

	z-index:90;

}

.fresh_projects_list section .display .small-group div.small:hover .hover{

	background:#302d38;

	height: 300px;

}

.fresh_projects_list section .display .small-group div.small:hover .info{

	color:#fff;

}

.fresh_projects_list section .display .small-group div.small a{

	color:#fff;

}

.fresh_projects_list section .display .small-group div.small .info{

	position:absolute;

	bottom:20px;

	margin-bottom: 0px;

	left:0;

	width:100%;

	z-index:100;

	background: none;

	border: none;

	-webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	-moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	-o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

	transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);

}

.fresh_projects_list section .display .small-group div.small .info .title{

	color: #302d38;

	margin: 0px;

	padding: 16px 0px 16px 0px;

	line-height: normal;

	font-size: 16px;

	font-weight: normal;

	background: #fff;

	text-align: center;

}



.fresh_projects_list section .display .small-group div.small .info .title li img {

	width: 13px;

	height: 13px;

	border-radius: 100%;

}

.fresh_projects_list section .display .small-group div.small .info .title li img:hover {

	background-color: #727272;

	width: 13px;

	height: 13px;

	border-radius: 100%;

}



.fresh_projects_list section .display .small-group div.small .info h2{

	background: none;

	color: #727272;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	font-size: 13px;

	font-weight: normal;

}



.fresh_projects_list section.cheapest .small-group .additionnal{

	font-weight:500;

	color:#fff;

	line-height:20px;

	padding: 0px 25px 0px 25px;

	position:absolute;

	top:100%;

	left:0;

	right:0;

	opacity:0;

	margin-top: 10px;

	text-align: center;

}

.fresh_projects_list section.cheapest .small-group .additionnal b {

	padding: 5px 10px 5px 10px;

	margin: 0px 0px 0px 0px;

	color: #e3e3e3;

	font-size: 12px;

	font-weight: normal;

	text-transform: uppercase;

	background-color: #727272;

	border-radius: 2px;

}

.fresh_projects_list section.cheapest .small-group .additionnal b:hover {

	background-color: #999;

}

.fresh_projects_list section.cheapest .small-group .additionnal b a {

	color: #e3e3e3;

}



.fresh_projects_list section.cheapest .small-group div.small:hover .title {

	color: #fff;

	margin: 0px;

	padding: 16px 0px 0px 25px;

	line-height: normal;

	font-size: 16px;

	font-weight: 600;

	background: none;

}



.fresh_projects_list section.cheapest .small-group div.small:hover .info{

	bottom:220px;

}

.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal{

	opacity:1;

}

.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{

	color:#fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

}

.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{

	color:#fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

}



.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h1{

	background: none;

	color: #fff;

	margin: 0px;

	padding: 0px;

	line-height: normal;

	font-size: 16px;

	font-weight: normal;

}



.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h2{

	background: none;

	color: #fff;

	margin: 5px 0px 0px 0px;

	padding: 0px;

	font-size: 13px;

	font-weight: normal;

}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group{

	float:left;

	width:285px;

	min-height:270px;

	height:auto;



}



.portfolio_sidebar_widget .fresh_projects_list{

	float:left;

	width:285px;

	min-height:270px;

	height:auto;

	

}









.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {

    width: 100%;

	height: 250px;

}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info{

	bottom: 190px;

}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info .title{

	background: #eee;

}

.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .title {

	background: none;

}





/* features section 2 */

.joosa.features2 {

	float: left;

	width: 100%;

}

.joosa.features2 .left {

	float: left;

	width: 40%;

}

.joosa.features2 .left img {

	margin-top: 25px;

}

.joosa.features2 .right {

	float: left;

	width: 50%;

	margin-left: 5%;

}

.joosa.features2 .right ul {

	float: left;

	padding: 0px;

	margin: 0px;

}

.joosa.features2 .right li {

	float: left;

	padding: 25px 0px 25px 0px;

	margin: 0px;

	border-bottom: 1px dashed #e3e3e3;

}

.joosa.features2 .right li.first {

	padding: 0px 0px 25px 0px;

}

.joosa.features2 .right li.last {

	border-bottom: none;

	padding: 25px 0px 0px 0px;

}

.joosa.features2 .right li i {

	color: #302d38;

	float: left;

	font-size: 35px;

}

.joosa.features2 .right li h3 {

	font-weight: 600;

	width: 87%;

	float: right;

	margin: 0px;

	text-transform: uppercase;

}

.joosa.features2 .right li h3 em {

	margin-top: 10px;

	font-size: 14px;

	font-style: normal;

	display: block;

	color: #727272;

	font-weight: normal;

	text-transform: none;

}



/* features section 3 */

.joosa.features3 {

	float: left;

	width: 100%;

	text-align: center;

}







/* people says */

.people_says_main {

	float: left;

	width: 100%;

}

.people_says_main h3 {

	margin-bottom: 10px;

	text-transform: uppercase;

	font-weight: 300;

	background-color: #e3e3e3;

	padding: 14px 0px 13px 30px;

}

.people_says_main h3 strong {

	font-weight: 600;

}

.people_says {

	float: left;

	width: 94%;

	padding: 25px 3%;

	background-color: #fff;

	margin-top: -10px;

}

.people_says .who_pic {

	float: left;

	width: 100%;

	margin-top: 18px;

	padding-top: 21px;

	background: url(../images/testi-arrow.png) no-repeat left top;

}

.people_says .who_pic .name {

	padding: 0px;

	margin: 0px;

	text-align: left;

	width: 50%;

	float: left;

}

.people_says .who_pic .picture {

	padding: 0px;

	margin: 0px 0px 0px 75px;

	text-align: left;

	width: 13%;

	float: left;

}



.h_lines1 {

	float: left;

	width: 100%;

	height: 10px;

	margin: 40px 0px 35px 0px;

	background: url(../images/h-lines1.png) no-repeat center top;

}





/*------------------*/

/*	FOOTER

/*------------------------------------------------------*/

.footer {

	float: left;

	width: 100%;

	margin-top: -41px;

	background: url(../images/footer-bg.png) no-repeat center top;

	color: #999;

	padding-top: 40px;

	padding-bottom: 50px;

}

.footer .one_fourth{

	float: left;

	width: 22%;

	margin-right: 4%;

}



.footer h2 {

	font-size: 23px;

	color: #fff;

	font-weight: 300;

	margin-bottom: 20px;

	text-transform: uppercase;

}

.footer h2 i {

	font-weight: 600;

	font-style: normal;

}

.footer a {

	color: #999;

}

.footer a:hover {

	color: #fff;

}

.footer ul.list {

	padding: 0px;

	margin: 0px;

}

.footer .list li {

	padding: 0px;

	margin: 0px;

	line-height: 30px;

}



.footer ul.contact_address {

	float: left;

	padding: 0px;

	margin: 10px 0px 0px 0px;

	width: 100%;

}

.footer .contact_address li {

	padding: 0px;

	margin: 0px;

	line-height: 25px;

}

.footer .footer_logo {

	float: left;

	padding: 0px;

	margin: 0px;

}



/* Tweets */

.twitter_feed {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.twitter_feed .left {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 20px;

}

.twitter_feed .right {

	float: right;

	padding: 0px;

	margin: -2px 0px 0px 0px;

	width: 89%;

}

.twitter_feed a {

	color: #999;

}

.twitter_feed a:hover {

	color: #fff;

}

.twitter_feed a.small {

	font-size: 9px;

	color: #727272;

}

.twitter_feed a.small:hover {

	font-size: 9px;

	color: #999;

}



/* flickr */

#flickr_badge_wrapper {

	padding: 0px;

	margin: 0px;

	width: 100%;

}

#flickr_badge_wrapper img {

	width: 70px;

	height: 58px;

	margin-right: 8px;

	margin-bottom: 2px;

	border: 1px solid #999 !important;

}

#flickr_www {

	display:block;

	padding:0 10px 0 10px !important;

}

#flickr_badge_uber_wrapper a:hover,

#flickr_badge_uber_wrapper a:link,

#flickr_badge_uber_wrapper a:active,

#flickr_badge_uber_wrapper a:visited {

	text-decoration:none !important;

	background:inherit !important;

	color:#3993ff;

}

#flickr_badge_wrapper {

	margin-top: 25px;

}

#flickr_badge_source {

	padding:0 !important;

}



/* copyrights */

.copyright_info {
	border-top:5px solid #00592D !important;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #00954A !important;
	background-image: url(../images/bg-footer.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	min-height:200px !important;
	color:#FFF !important;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.copyright_info h2, .copyright_info h3{
	text-align: center;
	color:#FFF !important;
	padding:0;
	margin:0;
	text-shadow: 1px 2px #00592D !important;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.copyright_info h2{
	font-size: 2.2rem;
}





.lista-menu ul{margin: 0 auto; width:100%; min-height:20px; margin-top:20px; text-align: center; padding-bottom:2px;}

.lista-menu ul li{ display: inline-block; text-align: center; padding:0 20px;}

.lista-menu ul li a{font-size: 13px; color:#333; line-height: 120%; text-transform: uppercase; font-weight: bold;}







.copyright_info .one_half{

	float: left;

	width: 48%;

	margin-right: 4%;

}

.copyright_info b {

	font-size: 12px;

	color: #FFF;

	font-style: normal;

	font-weight: normal;

}

.copyright_info span {

	float: right;

}

.copyright_info a {

	margin-top: 10px;

	font-size: 12px;

	color: #595959;

	text-align: right;

}

.copyright_info a:hover {

	color: #727272;

}

.assinatura{
	position:absolute; 
	bottom:7px; 
	width:100%; 
	height:20px; 
	text-align:center; 
	color:#F5F5F5 !important; 
	font-size:13px;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}


/* footer social links */

ul.footer_social_links {

	float: right;

	padding: 0px;

	margin: 0px 0px 0px 0px;

	width:100%;

}

.footer_social_links li {

	float: left;

	padding: 0px;

	margin: 0px 0px 0px 5px;

	width: 24px;

	height: 24px;

	text-align: center;

	border-radius: 24px;

	line-height: 22px;

	vertical-align: middle;

	background-color: #333136;

	color: #fff;

}

.footer_social_links li:hover {

	background-color: #383838;

}

.footer_social_links li i {

	color: #58565a;

}





/*------------------*/

/*	CONTENT

/*------------------------------------------------------*/

.content_left {

	float: left;

	width: 74%;

	padding: 10px 0px 0px 0px;

}

.content_fullwidth {

	float: left;

	width: 100%;

	padding: 10px 0px 0px 0px;

}

.right_sidebar {

	float: right;

	width: 24%;

	padding: 10px 0px 0px 0px;

}

.left_sidebar {

	float: left;

	width: 24%;

	padding: 10px 0px 0px 0px;

}

.content_right {

	float: right;

	width: 71%;

	padding: 10px 0px 0px 0px;

}



/* page title */

.page_title {

	z-index: -1;

	position: relative;

	float: left;

	width: 100%;

	margin-top: 0px;

	padding: 28px 0px;

	background: #97b5bf url(../images/page-titlebg.jpg) repeat-y center top;

}

.page_title .title {

	width: 100%;

	float: left;

	text-align: left;

	margin: 0px;

}

.page_title .title h1 {

	margin: 0px 0px 0px 0px;

	background: none;

	font-weight: 300;

	color: #fff;

}

.page_title .pagenation {

	float: left;

	width: 100%;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

	font-size: 12px;

	text-align: left;

	font-weight: normal;

	color: #fff;

	margin: 4px 0px 0px 0px;

	padding: 0px;

}

.page_title .pagenation i {

	color: #c3d6dd;

	margin: 0px 2px 0px 2px;

}

.page_title .pagenation a {

	padding: 0px 0px 0px 0px;

	color: #c3d6dd;

}

.page_title .pagenation a:hover {

	color: #fff;

}





/* our team */

.our_team_box {

	width: 100%;

	float: left;

}

.our_team_box ul {

	margin: 0;

	padding: 7px 0 0 0px;

	float: left;

	width: 180px;

}

.our_team_box li {

	margin: 0;

	padding: 0;

	line-height: 18px;

	list-style-type: none;

	color: #a9a9a9;

}

.our_team_box li a {

	margin: 7px 5px 0 0;

	padding: 0;

	float: left;

}

.our_team_box  img.teammempic {

	width: 100%;

	margin: 0px;

	padding: 0;

	filter:alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9; 

	opacity: 0.9;

}

.our_team_box  img.teammempic:hover {

	width: 100%;

	margin: 0px;

	padding: 0;

	filter:alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1; 

	opacity: 1;

}

.our_team_box li a img:hover {

	margin: 0px;

	padding: 0;

	opacity: 0.7;

	filter: alpha(opacity=10);

}

.our_team_box li strong {

	font-size: 13px;

	color: #454545;

	display: block;

}

.our_team_box li strong i {

	color: #999;

	font-size: 11px;

	font-style: normal;

}

.our_team_box .boxleft {

	width: 180px;

	float: left;

	margin: 0px 36px 0 0;

}

.our_team_box .cont-area {

	float: left;

	font-size: 10px;

	color: #727272;

	width: 100%;

	margin-bottom: 10px;

}

.our_team_box .boxright {

	width: 180px;

	float: right;

	margin: 0px;

}

.our_team_box li a i {

	color: #dadada;

}



/* our team big */

.our_team_box_big {

	width: 100%;

	float: left;

}

.our_team_box_big ul {

	margin: 0;

	padding: 20px 0 0 0px;

	float: left;

	width: 245px;

}

.our_team_box_big li {

	margin: 0;

	padding: 0;

	line-height: 18px;

	list-style-type: none;

	color: #a9a9a9;

}

.our_team_box_big li a {

	margin: 7px 5px 0 0;

	padding: 0;

	float: left;

}

.our_team_box_big  img.teammempic {

	width: 245px;

	margin: 0px;

	padding: 0;

	float: left;

	filter:alpha(opacity=90);

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9; 

	opacity: 0.9;

}

.our_team_box_big  img.teammempic:hover {

	filter:alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1; 

	opacity: 1;

}

.our_team_box_big li a img:hover {

	margin: 0px;

	padding: 0;

	opacity: 0.7;

	filter: alpha(opacity=10);

}

.our_team_box_big li strong {

	font-size: 14px;

	color: #454545;

	display: block;

}

.our_team_box_big li strong i {

	color: #999;

	font-size: 12px;

	font-style: normal;

}

.our_team_box_big .cont-area {

	float: left;

	font-size: 10px;

	color: #727272;

	width: 100%;

	margin-bottom: 10px;

}

.our_team_box_big li a i {

	color: #dadada;

}



ul.list_doted02 {

	float: left;

	margin: 13px 0px 0px 0px;

	padding: 0px;

}

.list_doted02 li {

	margin: 0px 0px 13px 0px;

	padding: 0px 0px 0px 13px;

}

.list_doted02 li h5 {

	margin-bottom: 2px;

	padding-bottom: 8px;

	border-bottom: 1px solid #f3f3f3;

}



.big_text1 {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 27px;

	line-height: 35px;

	color: #999;

}

.big_text1 i {

	color: #6fbe48;

	font-style: normal;

}



ul.fullimage_box {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 48%;

}

.fullimage_box li {

	padding: 0px;

	margin: 0px;

}

.fullimage_box li img {

	margin-bottom: 8px;

	width: 100%;

}

.fullimage_box li img:hover {

}

ul.fullimage_box.last {

	float: left;

	width: 48%;

	margin-left: 4%;

}



ul.fullimage_box2 {

	float: left;

	padding: 30px 20px;

	margin: 0px;

	width: 86.6%;

	border: 1px solid #eee;

	border-radius: 4px;

}

.fullimage_box2 li {

	padding: 0px;

	margin: 0px;

	text-align: center;

}

ul.fullimage_box2.last {

	float: left;

	width: 100%;

	margin-left: 4%;

}

.fullimage_box2 li i {

	color: #6fbe48;

}

.fullimage_box2 h3 {

	color: #6fbe48;

	margin-top: 13px;

}



.box_widget_full {

	float: left;

	width: 96%;

	padding: 2%;

	margin: 0px;

	background-color: #fbfbfb;

	border: 1px solid #eee;

	border-bottom: 2px solid #eee;

}

.box_widget_full h3 {

	margin-bottom: 10px;

}

.box_widget_full i {

	float: left;

	margin-right: 20px;

}





/* client logos */

ul.clients_logos_list {

	padding: 0;

	margin: 30px 0 0 0px;

	position: relative;

}

.clients_logos_list li {

	padding: 0;

	margin: 0;

	float: left;

	width: 25%;

}

.clients_logos_list li.last {

	margin: 0 0px 0 0;

}



/* get features */

.get_features {

	width: 100%;

	float: left;

	padding: 0px;

	margin: 0px;

}

.get_features h5 {

	margin-bottom: 7px;

	font-weight: normal;

}

.get_features p {

	line-height: 19px;

}

.get_features ul.get_features_list {

	float: left;

	padding: 0px;

	margin: 0px 0px 35px 0px;

}

.get_features ul.get_features_list.last {

	margin: 0px 0px 0px 0px;

}

.get_features .get_features_list li {

	float: left;

	padding: 0px;

	margin: 0px;

}

.get_features .get_features_list li.left {

	float: left;

	padding: 0px;

	margin: 0px 15px 0px 0px;

	width: 44px;

	height: 44px;

	background-color: #6fbe48;

	border-radius: 45px;

	text-align: center;

	line-height: 52px;

	vertical-align: middle;

}

.get_features .get_features_list li.left i {

	color: #fff;

}

.get_features .get_features_list li.right {

	width: 80%;

}



/* section 2 */

ul.lirt_section {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.lirt_section li.left {

	float: left;

	padding: 0px;

	margin: 0 25px 0 0;

	width: 65px;

	height: 65px;

	line-height: 65px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  font-size: 22px;

}

.lirt_section li strong {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #6fbe48;

	display: block;

	margin: 8px 0 0 0;

}

.lirt_section li i {

	font-style: normal;

}



/* 404 Error Page */

.error_pagenotfound {

	padding: 50px 30px 58px 30px;

	margin: 0 auto;

	width: 67%;

	background-color: #fff;

	border: 1px solid #eee;

	border-bottom: 5px solid #eee;

	text-align: center;

	font-family: 'Roboto', Helvetica, sans-serif;

}

.error_pagenotfound strong {

	display: block;

	font-size: 145px;

	line-height: 100px;

	color: #e3e3e3;

	font-weight: normal;

}

.error_pagenotfound b {

	display: block;

	font-size: 40px;

	line-height: 40px;

	color: #eee;

	margin: 0;

	font-weight: 300;

}

.error_pagenotfound em {

	display: block;

	font-size: 18px;

	line-height: 50px;

	color: #6fbe48;

	margin: 0;

	font-style: normal;

}



/* portfolio single image */

.portfolio_area {

	padding: 0px;

	margin: 0px;

	width: 100%;

	float: left;

}

.portfolio_area_left {

	padding: 0px;

	margin: 0px;

	width: 75%;

	float: left;

}

.video_area_left {

	padding: 0px;

	margin: 0px 20%;

	width: 60%;

	float: left;

}

.video_area_left img {

	padding: 0px;

	margin: 0px;

	width: 100%;

	float: left;

	background: #FFF;

}

.portfolio_area_left img {

	padding: 0px;

	margin: 0px;

	width: 100%;

	float: left;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.portfolio_area_right {

	padding: 0px;

	margin: 0px 0px 0px 3%;

	width: 22%;

	float: left;

}

.project_details {

	padding: 0px;

	margin: 70px 0px 0px 0px;

}

.project_details span {

	padding: 5px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 14px;

	font-weight: bold;

	color: #454545;

	float: left;

	width: 100%;

	border-bottom: 1px solid #e3e3e3;

}

.project_details strong {

	padding: 0px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 13px;

	font-weight: bold;

	color: #727272;

	float: left;

	width: 40%;

}

.project_details em {

	padding: 0px 0px;

	margin: 0px 0px 0px 0px;

	font-size: 13px;

	font-weight: normal;

	font-style: normal;

	color: #727272;

	float: left;

	width: 60%;

}

.project_details span a {

	padding: 3px 10px;

	margin: 0px 0px 0px 3px;

	font-size: 11px;

	line-height: 30px;

	font-weight: normal;

	font-style: normal;

	color: #727272;

	background-color: #e3e3e3;

	border-radius:3px;

}

.project_details span a:hover {

	background-color: #ddd;

}

.addto_favorites {

	padding: 3px 10px 5px 10px;

	margin: 20px 0px 0px 0px;

	width: 122px;

	display: block;

	border-radius:3px;

	font-size: 13px;

	color: #999;

	background: #eee;

}

.addto_favorites:hover {

	background: #ddd;

}

.addto_favorites i {

	color: #c3c3c3;

}



ul.small_social_links {

	padding: 0px;

	margin: 9px 0 25px 0px;

}

.small_social_links li {

	padding: 0px;

	margin: 0px 9px 0px 0px;

	float: left;

}

.small_social_links li i {

	color: #6fbe48;

}

.small_social_links li a {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}

.small_social_links li a:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



.portfolio_image {

	float: left;

	width: 97%;

	padding: 0px;

	margin: 0px;

	border: 5px solid #fff;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

}

.portfolio_image .title {

	float: left;

	width: 96%;

	padding: 10px 2% 5px 2%;

	margin: 0px;

	font-size: 13px;

	color: #333;

	background: #FFF;

	font-family: 'Roboto', Helvetica, sans-serif;

	line-height: 140%

}



.portfolio_image .title a{color:#333;}

.portfolio_image .title a:hover{text-decoration: underline;}





.portfolio_image i {

	position: absolute;

	display: none;

	color: #fff;

	margin-left: 45%;

	margin-top: 22%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	-moz-opacity: 0.9;

	-khtml-opacity: 0.9;

	opacity: 0.9;

}

.portfolio_image:hover i {

	display: block;

}

.portfolio_image img {

	float: left;

	width: 100%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

.portfolio_image img:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}



/* blog */

.blog_post {

	float: left;

	width: 100%;

}



.blog_post_half {

	float: left;

	width: 48%;

	background:#EEE;

}



.blog_post_half_right {

	float: left;

	width: 48%;

	background:#EEE;

	margin-left: 4%;

}





.blog_post h3 {

	float: left;

	text-align: left;

	width: 100% !important;

	line-height: 120%;

	margin-bottom:10px !important;

}



.blog_postcontent_pinga h3 {

	float: left;

	text-align: left;

	color: #00468C;

	width: 40% !important;

	line-height: 30px;

	margin-bottom:0px !important;

	margin-top:-20px;

}



.blog_postcontent_pinga .linkgrande {

	float: left;

	text-align: left;

	color: #00468C;

	width: 60% !important;

	line-height: 30px;

	margin-bottom:0px !important;

	margin-top:-6px;

}



.blog_post_half h3, .blog_post_half_right h3 {

	float: left;

	text-align: left;

	color: #00468C;

	width: 100% !important;

	line-height: 26px;

	margin-bottom:0px !important;

}



.blog_post h3 a{

	color: #00468C;

	text-decoration: none;

	float: left;

	margin-top: 3px;

	text-transform: none;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 42px;

	line-height: 120%;

	font-weight: bold;

}



.blog_post_half h3 a, .blog_post_half_right h3 a{

	color: #00468C;

	text-decoration: none;

	float: left;

	margin-top: 3px;

	padding-left:2%;

	padding-right: 2%;

	text-transform: none;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 20px;

	margin-bottom:0px !important;

	line-height: 120%;

	font-weight: bold;

}



.linkgrande{font-size:200%;}



.blog_post h3 a:hover, .blog_post_half h3 a:hover, .blog_post_half_right h3 a:hover {

	color: #00468C;

	text-decoration: underline;

}

.post_info_content {

	padding: 0px;

	margin: 10px 0 0 0;

	width: 99%;

	float: left;

}



.blog_post_half .post_info_content, .blog_post_half_right .post_info_content {

	padding: 0px;

	margin: 10px 0 0 0;

	width: 100%;

	float: left;

}



.post_info_content p{padding-bottom:20px; font-size: unset;}



.blog_post_half .post_info_content p, .blog_post_half_right .post_info_content p{padding-bottom:5px;}

.post_info_content p img{max-width: 100% !important; height:unset !important}

ul.post_meta_links {

	float: left;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	width: 80%;

}



.blog_post_half ul.post_meta_links, .blog_post_half_right ul.post_meta_links {

	float: left;

	margin: -10px 0px 0px 8px;

	padding: 0px 0px 0px 0px;

	width: 100%;

}



.blog_post_half .post_info_content ul.post_meta_links, .blog_post_half_right .post_info_content ul.post_meta_links{

	float: left;

	background-color: #900;

	margin: 0px 0px 0px 2%;

	padding: 0px 0px 0px 0px;

	width: 90%;

}





.post_meta_links li {

	float: left;

	margin: 0px;

	padding: 0px 0px 0px 4px;

	list-style-type: none;

	color: #999;

}

.post_meta_links li.post_by {

	padding: 0px 0px 0px 25px;

	background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;

}

.post_meta_links li.post_categoty {

	padding: 0px 0px 0px 22px;

	background: url(../images/blog/icon-category.png) no-repeat 2px 6px;

}

.post_meta_links li.post_comments {

	padding: 0px 0px 0px 22px;

	background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;

}

.post_meta_links li a {

	color: #a1a1a1;

	padding: 0px 18px 0px 0px;

	text-decoration: none;

	font-size: 11px;

}

.post_meta_links li a:hover {

	color: #727272;

	text-decoration: none;

}

.blog_postcontent {

	float: left;

	width: 100%;

}







.blog_postcontent .image_frame {

	float: left;

	width: 100%;

	padding-bottom: 0;

	height:auto;

	margin-bottom: 5px;

}





.blog_post_half .blog_postcontent .image_frame, .blog_post_half_right .blog_postcontent .image_frame {

	float: left;

	width: 100%;

	padding-bottom: 0;

	height:auto;

	margin-bottom: 5px;


}



.blog_post_half .blog_postcontent .image_frame:hover, .blog_post_half_right .blog_postcontent .image_frame:hover {

	float: left;

	width: 100%;

	padding-bottom: 0;

	height:auto;

	margin-bottom: 5px;


}



.blog_postcontent .filme_frame {

	float: left;

	width: 98%;

	border: 7px solid #fff;

	margin-bottom: 5px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .filme_frame:hover {

	border: 7px solid #f9f9f9;

}

.blog_postcontent .filme_frame img {

	float: left;

	width: 99.7%;

	border: 1px solid #fff;

}





.blog_postcontent .video_frame iframe {

	float: left;

	width: 98%;

	height: 400px;

	border: 7px solid #fff;

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .video_frame iframe:hover {

	border: 7px solid #f9f9f9;

}



/* blog small */

.blog_post h3 {

	width: 74%;

}

.blog_postcontent .image_frame.small {

	float: left;

	width: 43%;

	border: 7px solid #fff;

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}

.blog_postcontent .image_frame.small:hover {

	border: 7px solid #f9f9f9;

}

.blog_postcontent .image_frame img {

	float: left;

	width: 100%;

	border: 1px solid #fff;

}

.blog_postcontent .video_frame.small iframe {

	float: left;

	width: 43%;

	height: 180px;

	/*border: 7px solid #fff;*/

	margin-bottom: 25px;

	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}


.post_info_content_small {

	padding: 0px;

	margin: 0 0 0 4%;

	width: 50%;

	float: left;

}

ul.post_meta_links_small {

	float: left;

	margin: -15px 0px 12px 80px;

	padding: 0px 0px 0px 0px;

	width: 80%;

}

.post_meta_links_small li.post_by {

	float: left;

	padding: 0px 0px 0px 18px;

	background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;

}

.post_meta_links_small li.post_categoty {

	float: left;

	padding: 0px 0px 0px 26px;

	background: url(../images/blog/icon-category.png) no-repeat 9px 6px;

}

.post_meta_links_small li.post_comments {

	float: left;

	padding: 0px 0px 0px 26px;

	background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;

}

.post_meta_links_small li a {

	color: #a1a1a1;

	padding: 0px 5px 0px 0px;

	text-decoration: none;

	font-size: 11px;

}

.post_meta_links_small li a:hover {

	color: #727272;

	padding: 0px 5px 0px 0px;

	text-decoration: none;

	font-size: 11px;

}

.blog_post p.date {

	padding: 0px;

	text-decoration: none;

	width: 100%;

	height: 30px;

	text-align: left;

	display: block;

	color:#444;

	float: left;

}












.blog_post_half p.date, .blog_post_half_right p.date {

	padding: 10px 5px 0px 10px;

	text-decoration: none;

	width: 100%;

	height: 30px;

	text-align: left;

	color: #666;

	display: block;

	float: left;

	color:#666;

}

















.post_readmore:link, .post_readmore:visited {

	float: right;

	height: 27px;

	width: 185px;

	text-align: center;

	padding-top: 7px;

	color: #fff;

	text-decoration: none;

	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;

}

.post_readmore:hover {

	float: right;

	height: 27px;

	width: 185px;

	text-align: center;

	padding-top: 7px;

	color: #fff;

	text-decoration: none;

	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;

}

.sharepost {

	float: left;

	width: 80%;

	margin-bottom: 40px;

}

.sharepost ul {

	margin: 0px;

	padding: 0px;

}

.sharepost li {

	margin: 0px 7px 5px 0px;

	padding: 2px 5px;

	float: left;

	border-radius: 2px;

	list-style-type: none;

	background-color: #0059B2;

}

.sharepost li i {

	color: #fff;

}

.sharepost li:hover {

	background-color: #0059B2;

}



.about_author {

	float: left;

	width: 93%;

	padding: 20px;

	background-color: #f9f9f9;

	border: 1px solid #eee;

}

.about_author img {

	float: left;

	margin-right: 20px;

}

.about_author a {

	font-family: 'Open Sans' !important;

	font-weight: normal;

	font-weight: 600;

	color: #333;

}

.about_author a:hover {

	color: #6fbe48;

}





/* pagination */

.pagination {

	clear:both;

	padding:10px 0;

	margin-bottom:20px;

	font-family: 'Roboto', Helvetica, sans-serif;

}

.pagination b{

	float:left;

	margin: 0px 5px 2px 0;

	padding:0px 10px;

	font-weight: normal;

	color: #999;

}

.pagination a.navlinks {

	font-size: 12px;

	color: #454545;

	background-color: #eee;

	font-weight: 600;

	text-transform: uppercase;

	padding: 7px 10px;

	border-radius: 3px;

}

.pagination a.navlinks:hover {

	color: #fff;

	background-color: #454545;

}

.pagination a.current {

	color: #fff;

	background-color: #454545;

}



/* comment form */

.comment_form {

	float: left;

	width: 100%;

	margin-top: 30px;

}

.comment_form label{

	float: left;

	width: 90px;

	height: 15px;

	padding: 7px 10px;

	margin-bottom: 20px;

}

.comment_input_bg {

	float: left;

	width: %;

	height: 25px;

	padding: 7px 10px 0px 10px;

	border-top: 2px solid #e3e3e3;

	border-left: 2px solid #e3e3e3;

	border-right: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}

.comment_textarea_bg {

	float: left;

	width: 90%;

	height: 235px;

	padding: 7px 10px 0px 10px;

	margin-bottom: 20px;

	border-top: 2px solid #e3e3e3;

	border-left: 2px solid #e3e3e3;

	border-right: 1px solid #e3e3e3;

	border-bottom: 1px solid #e3e3e3;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}

.comment_checkbox {

	float: left;

	display: block;

	width: 90%;

	margin-top: 10px;

}

.comment_submit {

	background-color: #00A551;

	border: none;

	padding: 9px 13px;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 600;

	border-radius: 4px;

	color: #FFF;

	text-transform: uppercase;

}

.comment_submit:hover {

	background-color: #00592D;

	cursor: pointer;

}



/* comments */

.comment_wrap{

	padding:20px 20px 20px 0px;

	overflow:hidden;

	border-bottom:1px solid #eee;

}

.comment_wrap.chaild{

	border-bottom:1px solid #eee;

	margin:10px 20px 10px 50px;

	overflow:hidden;

}

.gravatar{

	float:left;

}



.comment_content{

	overflow:hidden;

	padding-left:20px;

	position:relative;

	min-height:80px; 

}

.comment_content .comment_meta{

	position:relative;

}

.comment_content .comment_meta .comment_author{

	display:inline;

	font-size:14px;

	font-style: normal;

}

.comment_content .comment_meta .comment_author i{

	display:inline;

	font-size:11px;

	font-style: italic;

}

.comment_content .comment_text {

	clear:both;

	padding-top:0px;

	overflow:hidden;

}

.comment_content .comment_text a {

	color: #d3d3d3;

	margin-top: 5px;

	float: left;

}

.comment_content .comment_text a:hover {

	color: #727272;

	margin-top: 5px;

	float: left;

}

#comments_section li ul li{

	margin-left: 30px;

}



/* contact form */

.comment_form {

	float: left;

	width: 690px;

	margin-top: 30px;

}

.blocklabel {

	float: left;

	width: 100%;

	display: block;

	margin-top: 10px;

}

.comment_form label{

	float: left;

	width: 90px;

	height: 15px;

	padding: 7px 10px;

	margin-bottom: 20px;

}

.input_bg {

	float: left;

	width: 92%;

	height: 32px;

	line-height: 32px;

	vertical-align: middle;

	padding: 0px 0px 0px 10px;

	border-top: 2px solid #e1e1e1;

	border-left: 2px solid #e1e1e1;

	border-right: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}

.textarea_bg {

	float: left;

	width: 90%;

	height: 235px;

	padding: 7px 10px 0px 10px;

	margin-bottom: 20px;

	border-top: 2px solid #e1e1e1;

	border-left: 2px solid #e1e1e1;

	border-right: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background-color: #f9f9f9;

}



.address-info {

	float: left;

	background-color: #f9f9f9;

	border: 1px solid #e1e1e1;

	padding: 20px 20px 10px 20px;

	width: 91%;

	margin-bottom: 40px;

}

.address-info a {

	color: #6fbe48;

}

.address-info a:hover {

	color: #302d38;

}



.google-map {

	width: 99%;

	height: 350px;

	border: 5px solid #fff;

	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);

}





/* Portfolio Page */

.portfolio_page {

	padding: 0px;

	margin: 0px;

	float: left;

	width: 100%;

}

.portfolio_page h3 {

	color: #fff;

	text-align: center;

	width: 370px;

	height: 50px;

	line-height: 50px;

	vertical-align: middle;

	background-color: #35353d;

	float: left;

	font-size: 18px;

}

.portfolio_page .imgWrap {

    position: relative;

    width: 370px;

	height: 300px;

}

.portfolio_page .imgWrap.last {

	margin-right: 0px;

}

.portfolio_page .imgWrap img {

	float: left;

	width: 100%;

	height: 250px;

}

.portfolio_page .imgDescription {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(00, 000, 000, 0.40);

	color: #fff;

	visibility: hidden;

	opacity: 0;

}

.portfolio_page .imgWrap:hover .imgDescription {

	visibility: visible;

	opacity: 1;

}

.portfolio_page .imgDescription i {

	position: absolute;

	top: 103px;

	left: 160px;

	color: #fff;

	opacity: 0.8;

}





/*------------------*/

/*	RIGHT SIDEBAR

/*------------------------------------------------------*/

/* site search */

.site-search-area {

	margin: 0px;

	padding: 0px;

}

#site-searchform {

	margin: 0;

	padding: 0;

}

#site-searchform #s{

	border: 1px solid #eee;

	background-color: #fff;

	width: 71%;

	height:30px;

	padding:5px 10px 5px 10px;

	color: #999;

	float: left;

	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;

}

#site-searchform #searchsubmit{

	float: left;

	width:50px;

	height:41px;

	cursor:pointer;

	text-indent:-5555em;

	line-height:100;

	overflow:hidden;

	background: #6fbe48 url(../images/site-search-icon.png) no-repeat center 14px;

	border:0;

}

#site-searchform #searchsubmit:hover{

	background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;

}



.sidebar_widget {

	float: left;

	width: 100%;

	padding: 0px;

	margin: 0px;

}

.sidebar_widget ul.arrows_list1{

	padding: 0px;

	margin: 0px;

	float: left;

	margin-top: -10px;

}

.sidebar_widget ul.arrows_list1 li a {

	color: #6fbe48;

	line-height: 30px;

}

.sidebar_widget ul.arrows_list1 li a:hover {

	color: #383634;

}

.sidebar_widget ul.arrows_list1 i {

	margin-right: 4px;

}

.sidebar_title {

	float: left;

	width: 100%;

}

.sidebar_widget h3, .clientsays_widget h3 {

	margin-bottom: 30px;

	float: left;

}

.sidebar_widget h3 i, .clientsays_widget h3 i {

	font-weight: 600;

	font-style: normal;

}



/* Recent Posts */

ul.recent_posts_list {

	margin: 0px;

	padding: 0px;

	width: 100%;

	float: left;

}

.recent_posts_list li {

	padding: 0px 0px 10px 0px;

	margin: 0px 0px 13px 0px;

	list-style-type: none;

	border-bottom: 1px solid #f5f6f6;

	float: left;

	width: 100%;

}

.recent_posts_list li a {

	text-decoration: none;

	line-height: 17px;

	display: block;

	color: #666;

}

.recent_posts_list li a:hover {

	color: #8C0000;

}



.recent_posts_list li span {

	float: left;

	margin-right: 15px;

}

.recent_posts_list li span img {

	float: left;

	margin-right: 0px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

.recent_posts_list li span img:hover {

	float: left;

	margin-right: 0px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.recent_posts_list li i {

	padding: 1px 0px 0px 0px;

	margin: 0px;

	display: block;

	font-size: 10px;

	font-style: normal;

	color: #666;

}

.recent_posts_list li.last {

	padding: 0px 0px 7px 0px;

	margin: 0px 0px 0px 0px;

	border-bottom: 0px solid #f5f6f6;

}



/* client says widget */

.clientsays_widget {

	float: left;

	width: 100%;

	padding: 0px;

	margin: 0px;

	color: #999;

}

.clientsays_widget strong {

	font-weight: 600;

	color: #454545;

}

.clientsays_widget h3 {

	margin-bottom: 18px;

}

.clientsays_widget img {

	float: left;

	margin-right: 13px;

	margin-top: 7px;

	border: 1px solid #e3e3e3;

}



/* Advertisements */

ul.adsbanner-list {

	margin: 0px 0px 0px 0px;

	padding: 0px;

	float: left;

	width: 100%;

}

.adsbanner-list li {

	margin: 0px 10px 10px 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}

.adsbanner-list li img {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}

.adsbanner-list li.last {

	margin: 0px 0px 0px 0px;

	padding: 0px;

	float: left;

	width: 120px;

	height: 120px;

	list-style-type: none;

}









/*------------------*/

/* TYPOGRAPHY ELEMENTS

/*------------------------------------------------------*/



a.but_goback,

a.but_ok_2,

a.but_wifi,

a.but_warning_sign,

a.but_user,

a.but_tag,

a.but_table,

a.but_star,

a.but_search,

a.but_phone,

a.but_pencil,

a.but_new_window,

a.but_music,

a.but_hand_right,

a.but_thumbs_down,

a.but_thumbs_up,

a.but_globe,

a.but_hospital,

a.but_coffe_cup,

a.but_settings,

a.but_chat,

a.but_play_button,

a.but_remove_2,

a.but_lock,

a.but_shopping_cart,

a.but_exclamation_mark,

a.but_info,

a.but_question_mark,

a.but_minus,

a.but_plus,

a.but_folder_open,

a.but_file,

a.but_envelope,

a.but_edit,

a.but_cogwheel,

a.but_check,

a.but_camera,

a.but_calendar,

a.but_bookmark,

a.but_book,

a.but_download,

a.but_pdf,

a.but_word_doc,

a.but_woman {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-size: 14px;

	color: #fff;

	font-weight: 600;

	-moz-border-radius: 3px;

	border-radius: 3px;

}



a.but_goback i {

	color: #fff;

}

a.but_goback {

	padding: 13px 25px 13px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

}

a.but_goback:hover {

	color: #fff;

	background-color: #00A551;

}

a.but_ok_2 {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_ok_2:hover {

	background-color: #00954A;

}



a.but_wifi {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_wifi:hover {

	background-color: #00954A;

}



a.but_warning_sign {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_warning_sign:hover {

	background-color: #00954A;

}



a.but_user {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_user:hover {

	background-color: #00954A;

}



a.but_tag {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_tag:hover {

	background-color: #00954A;

}



a.but_table {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_table:hover {

	background-color: #00954A;

}



a.but_star {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_star:hover {

	background-color: #00954A;

}



a.but_search {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_search:hover {

	background-color: #00954A;

}



a.but_phone {

	padding: 10px 20px 10px 20px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_phone:hover {

	background-color: #00954A;

}



a.but_pencil {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_pencil:hover {

	background-color: #00954A;

}



a.but_new_window {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00954A;

	border-bottom: 1px solid #909090;

}

a.but_new_window:hover {

	background-color: #00954A;

}



a.but_music {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #cccc7f;

	border-bottom: 1px solid #909090;

}

a.but_music:hover {

	background-color: #dada8a;

}



a.but_hand_right {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;

	border-bottom: 1px solid #909090;

}

a.but_hand_right:hover {

	color: #fff;

	background-color: #ff9900;

}



a.but_thumbs_down {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #9999cc;

	border-bottom: 1px solid #909090;

}

a.but_thumbs_down:hover {

	background-color: #a6a6da;

}



a.but_thumbs_up {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #00cce5;

	border-bottom: 1px solid #909090;

}

a.but_thumbs_up:hover {

	background-color: #00daef;

}



a.but_globe {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #669999;

	border-bottom: 1px solid #909090;

}

a.but_globe:hover {

	background-color: #6fa6a6;

}



a.but_hospital {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #196666;

	border-bottom: 1px solid #909090;

}

a.but_hospital:hover {

	background-color: #1b6f6f;

}



a.but_coffe_cup {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f994c;

	border-bottom: 1px solid #909090;

}

a.but_coffe_cup:hover {

	background-color: #8aa652;

}



a.but_settings {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #997f4c;

	border-bottom: 1px solid #909090;

}

a.but_settings:hover {

	background-color: #a68a52;

}



a.but_chat {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f9919;

	border-bottom: 1px solid #909090;

}

a.but_chat:hover {

	background-color: #8aa61b;

}



a.but_play_button {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c664c;

	border-bottom: 1px solid #909090;

}

a.but_play_button:hover {

	background-color: #567456;

}



a.but_remove_2 {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e59966;

	border-bottom: 1px solid #909090;

}

a.but_remove_2:hover {

	background-color: #efa66f;

}



a.but_lock {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #994c19;

	border-bottom: 1px solid #909090;

}

a.but_lock:hover {

	background-color: #a6521b;

}



a.but_shopping_cart {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #cc7f4c;

	border-bottom: 1px solid #909090;

}

a.but_shopping_cart:hover {

	background-color: #da8a52;

}



a.but_exclamation_mark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c7f7f;

	border-bottom: 1px solid #909090;

}

a.but_exclamation_mark:hover {

	background-color: #528a8a;

}



a.but_info {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #667fcc;

	border-bottom: 1px solid #909090;

}

a.but_info:hover {

	background-color: #6f8ada;

}



a.but_question_mark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c0019;

	border-bottom: 1px solid #909090;

}

a.but_question_mark:hover {

	background-color: #620020;

}



a.but_minus {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #666666;

	border-bottom: 1px solid #909090;

}

a.but_minus:hover {

	background-color: #747474;

}



a.but_plus {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #333333;

	border-bottom: 1px solid #909090;

}

a.but_plus:hover {

	background-color: #444444;

}



a.but_folder_open {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #99cc99;

	border-bottom: 1px solid #909090;

}

a.but_folder_open:hover {

	background-color: #a6daa6;

}



a.but_file {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #999999;

	border-bottom: 1px solid #909090;

}

a.but_file:hover {

	background-color: #a6a6a6;

}



a.but_envelope {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #727272;

	border-bottom: 1px solid #909090;

}

a.but_envelope:hover {

	background-color: #7c7c7c;

}



a.but_edit {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #e5cc7f;

	border-bottom: 1px solid #909090;

}

a.but_edit:hover {

	background-color: #efda8a;

}



a.but_cogwheel {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #194c7f;

	border-bottom: 1px solid #909090;

}

a.but_cogwheel:hover {

	background-color: #1e5c99;

}



a.but_check {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #004c4c;

	border-bottom: 1px solid #909090;

}

a.but_check:hover {

	background-color: #005c5c;

}



a.but_camera {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #007fcc;

	border-bottom: 1px solid #909090;

}

a.but_camera:hover {

	background-color: #008ada;

}



a.but_calendar {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #4c99e5;

	border-bottom: 1px solid #909090;

}

a.but_calendar:hover {

	background-color: #52a6ef;

}



a.but_bookmark {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #990000;

	border-bottom: 1px solid #909090;

}

a.but_bookmark:hover {

	background-color: #b60000;

}



a.but_book {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #7f9999;

	border-bottom: 1px solid #909090;

}

a.but_book:hover {

	background-color: #8aa6a6;

}



a.but_download {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;

	border-bottom: 1px solid #909090;

}

a.but_download:hover {

	background-color: #ff9900;

}



a.but_pdf {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;

	border-bottom: 1px solid #909090;

}

a.but_pdf:hover {

	background-color: #ff9900;

}



a.but_word_doc {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;

	border-bottom: 1px solid #909090;

}

a.but_word_doc:hover {

	background-color: #ff9900;

}



a.but_woman {

	padding: 10px 22px 10px 22px;

	margin: 0px 0px 0px 0px;

	background: #ff8100;

	border-bottom: 1px solid #909090;

}

a.but_woman:hover {

	background-color: #ff9900;

}





/* styled boxes */

.info, .error, .notice, .success {

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border: 1px solid #bbb;

	margin-bottom: 20px;

	font-size: 13px;

}

p.error {

	border: none;

}

.info strong, .error strong, .notice strong, .success strong {

	font-size: 16px;

}

.message-box-wrap {

	border: 0px solid #fff;

	padding:10px;

}

.info {

	color: #4a84bc;

	border-color: #c6e3ff;

	background-color: #e6f3ff;

}

.error {

	color: #bd6767;

	border-color: #f1bdbd;

	background-color: #ffdddd;

}

.notice {

	color: #a79a30;

	border-color: #d7d099;

	background-color: #f6f2d2;

}

.success {

	color: #1ea133;

	border-color: #a9ecb4;

	background-color: #dffbe4;

}

.close-but {

	width: 10px;

	height: 10px;

	float: right;

	border: none;

	margin: 5px;

	background: url(../images/elements/icon-remove.png) no-repeat center top;

}



/* dropcaps */



.dropcap1, .dropcap2, .dropcap3 {

	float: left;

	text-align: center;

	overflow:hidden;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.dropcap1 {

	width: 53px;

	height:	58px;

	line-height: 50px;

	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;

	color: #999;

	margin:0 8px -4px 0;

	font-size: 32px;

}

.dropcap1.gray {

	background-image:url(../images/elements/dropcap_gray.png);

}

.dropcap2 {

	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;

	color:#999;

	line-height: 47px;

	height: 56px;

	width: 53px;

	margin:0 8px -4px 0;

	font-size:32px;

}

.dropcap2.gray {

	background-image:url(../images/elements/dropcap_gray.png);

}

.dropcap3 {

	font-size:40px;

	line-height: 40px;

	width:44px;

	height:44px;

	margin:0 0 -4px 0;

}

.dropcap3.gray {

	color: #999;

}





/* styled lists */

ul.list1 {

	padding: 0px;

	margin: 0px;

}

.list1 li {

	padding: 0px;

	margin: 0px;

	text-align: left;

	line-height: 30px;

}

.list1 li i {

	padding: 0px;

	margin: 0px 4px 0px 0px;

}





/* highlight colors */

.highlight {

	color: #fff;

	padding: 2px 5px;

	background: #000;

	border-radius:3px;

}

.highlight.black {

	background: #000;

	border-radius:3px;

}

.highlight.red {

	background: #ff0000;

	border-radius:3px;

}

.highlight.gray {

	background: #aaa;

}

.highlight.yellow {

	background: #fff000;

}

.highlight.blue {

	background: #0099cc;

}

.highlight.pink {

	background: #e826b4;

}

.highlight.green {

	background: #48b02b;

}

.highlight.orange {

	background: #ffcc00;

}

.highlight.magenta {

	background: #9325ea;

}





/* buttons */

.button, button {	

    text-decoration:none;

	text-align:center;

	color:#585656;

	display: inline-block;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	height:32px;

	line-height:32px;

	padding:0px 15px;

	position:relative;

	outline: none;

	overflow: hidden; /* removes extra side padding in IE */

	cursor: pointer;

	border: 1px solid #dcdcdc;/* IE */

	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */

	border-bottom:rgba(0, 0, 0, .4) 1px solid;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

	text-transform: uppercase;



	background: -moz-linear-gradient(

		center top,

		rgba(255, 255, 255, .1) 0%,

		rgba(0, 0, 0, .1) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center top,

		center bottom,

		from(rgba(255, 255, 255, .1)),

		to(rgba(0, 0, 0, .1))

	);/* Saf4+, Chrome */

	

	background-color:white;

}



.button::-moz-focus-inner {

    border: none; /* overrides extra padding in Firefox */

}



.button:hover, .button.hover, .page-numbers:hover  {

	background: -moz-linear-gradient(

		center top,

		rgba(255, 255, 255, .2) 0%,

		rgba(255, 255, 255, .1) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center bottom,

		center top,

		from(rgba(255, 255, 255, .1)),

		to(rgba(255, 255, 255, .2))

	);/* Saf4+, Chrome */

}

.button:active, .button.active, .page-numbers:active {

	top:2px;

	background: -moz-linear-gradient(

		center top,

		rgba(0, 0, 0, .1) 0%,

		rgba(255, 255, 255, .2) 100%

	);/* FF3.6 */

	background: -webkit-gradient(

		linear,

		center bottom,

		center top,

		from(rgba(255, 255, 255, .2)),

		to(rgba(0, 0, 0, .1))

	);/* Saf4+, Chrome */



}



.button.full{

	display: block;

}



.button.small{

	font-size:13px;

}

.button.medium{

	font-size:13px;

	height:40px;

	line-height:40px;

}

.button.large{

	font-size:16px;

	height:50px;

	line-height:50px;

}





/* styled buttons */

.button.red {

	background-color: #ff0000;

	color: #fff;

}

.button.blue {

	background-color: #117ed1;

	color: #fff;

}

.button.lightblue {

	background-color: #0099cc;

	color: #fff;

}

.button.green {

	background-color: #009933;

	color: #fff;

}

.button.black {

	background-color: #333;

	color: #fff;

}

.button.orange {

	background-color: #ff8100;

	color: #fff;

}

.button.darkgray {

	background-color: #818181;

	color: #fff;

}

.button.gray {

	background-color: #f0f0f0;

	color: #000;

}



/* tables */

.table-style {

	float: left;

	width: 100%;

}

.table-list {

	float: left;

	background-color: #fff;

	border: 1px solid #dddddd;

	margin-bottom:20px;

	width: 100%;

}

.table-list th {

	padding: 18px 10px;

	background-color: #eee;

}

.table-list td {

	padding: 13px 10px;

	text-align: center;

	background-color: #f5f5f5;

}

.table-list tr:hover td {

	background-color: #f9f9f9;

}



ul.list_empty {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.list_empty li {

	float: left;

	padding: 0px;

	margin: 0px 20px 35px 0px;

}





/* pricing tables */

.pricing-tables-main {

	position: relative;

	float: left;

	margin-bottom: 40px;

}



.pricing-tables {

	position: relative;

	float: left;

	width: 24%;

	border: 1px solid #eee;

}

.pricing-tables .title {

	float: left;

	width: 100%;

	height: 30px;

	padding: 13px 0 10px 0;

	background-color: #454545;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #272727;

	border-bottom: 1px solid #818181;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #636363;

	text-align: center;

	font-size: 40px;

	color: #fff;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables .price i {

	font-size: 14px;

	color: #ccc;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables .cont-list li.last {

	border: none;

}

.pricing-tables .ordernow {

	float: left;

	width: 100%;

	padding: 28px 0px;

	background-color: #eee;

	text-align: center;

	color: #fff;

}

.pricing-tables-main .ordernow .normalbut{

	color: #fff;

	background-color: #666;

	border: 1px solid #454545;

	padding: 10px 18px;

	border-radius: 3px;

	font-weight: normal;

}

.pricing-tables-main .ordernow .normalbut:hover{

	background-color: #727272;

}

.pricing-tables-main .ordernow .colorchan{

	color: #fff;

	background-color: #6fbe48;

	padding: 10px 18px;

	border-radius: 3px;

	font-weight: normal;

}

.pricing-tables-main .ordernow .colorchan:hover{

	color: #fff;

	background-color: #302d38;

}

.pricing-tables-helight{

	position: relative;

	float: left;

	width: 27%;

	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);

}

.pricing-tables-helight .title {

	float: left;

	width: 100%;

	height: 46px;

	padding: 20px 0 0 0;

	margin-top: -10px;

	background-color: #68b840;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #5aaa32;

	border-bottom: 1px solid #78c552;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-helight .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #6fbe48;

	text-align: center;

	font-size: 45px;

	color: #fff;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-helight .price i {

	font-size: 14px;

	color: #eee;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-helight .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-helight .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-helight .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-helight .cont-list li.last {

	border: none;

}

.pricing-tables-helight .ordernow {

	float: left;

	width: 100%;

	padding: 30px 0 35px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



.pricing-tables-two {

	position: relative;

	float: left;

	width: 33%;

	border: 1px solid #eee;

}

.pricing-tables-two .title {

	float: left;

	width: 100%;

	height: 30px;

	padding: 13px 0 10px 0;

	background-color: #454545;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #272727;

	border-bottom: 1px solid #818181;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-two .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #636363;

	text-align: center;

	font-size: 40px;

	color: #fff;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-two .price i {

	font-size: 14px;

	color: #ccc;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-two .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-two .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-two .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-two .cont-list li.last {

	border: none;

}

.pricing-tables-two .ordernow {

	float: left;

	width: 100%;

	padding: 28px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



.pricing-tables-helight-two{

	position: relative;

	float: left;

	width: 33%;

	z-index: 3;

	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);

	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);

}

.pricing-tables-helight-two .title {

	float: left;

	width: 100%;

	height: 46px;

	padding: 20px 0 0 0;

	margin-top: -10px;

	background-color: #68b840;

	text-align: center;

	font-size: 23px;

	color: #fff;

	border-top: 3px solid #5aaa32;

	border-bottom: 1px solid #78c552;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-helight-two .price {

	float: left;

	width: 100%;

	padding: 30px 0 30px 0;

	background-color: #6fbe48;

	text-align: center;

	font-size: 45px;

	color: #fff;

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: normal;

}

.pricing-tables-helight-two .price i {

	font-size: 14px;

	color: #eee;

	display: block;

	font-weight: normal;

	font-style: normal;

	margin-top: 5px;

}

.pricing-tables-helight-two .cont-list {

	float: left;

	width: 100%;

	padding: 15px 0;

	border-top: 3px solid #fff;

	border-bottom: 3px solid #fff;

	background-color: #f9f9f9;

	text-align: center;

	color: #727272;

}

.pricing-tables-helight-two .cont-list ul {

	margin: 0;

	padding: 0;

}

.pricing-tables-helight-two .cont-list li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	line-height: 30px;

	border-bottom: 1px solid #fff;

}

.pricing-tables-helight-two .cont-list li.last {

	border: none;

}

.pricing-tables-helight-two .ordernow {

	float: left;

	width: 100%;

	padding: 30px 0 35px 0;

	background-color: #eee;

	text-align: center;

	color: #fff;

}



/* columns with box */

.framed-box {

	border: 1px solid #e3e3e3;

	width: 100%;

}

.framed-box.center{

	text-align:center;

}

.framed-box-wrap {

	border: 1px solid #fff;

	background-color: #f9f9f9;

}

.framed-box-wrap .pricing-title {

	background-color: #f1f1f1;

	padding: 20px 0px 0px 0px;

	text-align: center;

	border-bottom: 1px solid #fff;

}

.framed-box-wrap .pricing-text-list {

	padding: 15px 20px 40px 20px;

	text-align: center;

}





/* testimonials */

.testimonials-5 {

	float: left;

}

.testimonials-5 span {

	float: left;

}



.testimonials-4 {

	float: left;

}



.testimonials-4 .content {

	float: left;

	padding: 20px 20px 25px 20px;

	border: 1px solid #eee;

	background-color: #f9f9f9;

	border-radius: 5px;

}

.testimonials-4 .content i {

	font-size: 11px;

	color: #909090;

	text-transform: none;

}



.testimonials-2 {

	float: left;

}

.testimonials-2 span {

	float: left;

	line-height: 21px;

	padding: 20px 30px 20px 30px;

	border: 1px solid #eee;

	background: #f9f9f9;

}



/* section 1 */

ul.lirc_section {

	float: left;

	padding: 0px;

	margin: 0px;

	width: 100%;

}

.lirc_section li {

	float: left;

	padding: 0px;

	margin: 0px;

}

.lirc_section li.left {

	float: left;

	padding: 0px;

	margin: 0 8% 0 0;

	width: 90px;

	height: 90px;

	line-height: 110px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

}

.lirc_section li.left i {

	color: #6fbe48;

}

.lirc_section li.right {

	float: left;

	padding: 0px;

	margin: 0;

	width: 60.7%;

}

.lirc_section li.left.two {

	padding: 0px;

	margin: 0 0 0 35%;

	width: 65px;

	height: 65px;

	line-height: 75px;

	text-align: center;

	vertical-align: middle;

	background-color: #f3f3f3;

	border-radius: 100%;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;

}

.lirc_section li.right.two {

	float: left;

	padding: 0px;

	margin: 0;

	width: 100%;

	text-align: center;

}

.lirc_section li.right.two h3 {

	margin-top: 20px;

}



.punchline_text_box {

	float: left;

	width: 95.400%;

	padding: 30px 20px;

	margin: 0px;

	border: 1px solid #eee;

	border-left: 5px solid #6fbe48;

	color: #999;

	background: #f9f9f9;

}

.punchline_text_box strong {

	font-family: 'Roboto', Helvetica, sans-serif;

	font-weight: 300;

	font-size: 18px;

	color: #383634;

}



.punchline_text_box .left {

	float: left;

	width: 80%;

}

.punchline_text_box .right {

	float: left;

	width: 20%;

}



a.knowmore_but {

	float: right;

	padding: 13px 20px 13px 20px;

	margin: 0px 0px 0px 50px;

	font-size: 14px;

	color: #fff;

	font-weight: 600;

	background-color: #6fbe48;

	-moz-border-radius: 3px;

	border-radius: 3px;

	border-bottom: 1px solid #999;

}

a.knowmore_but:hover {

	color: #fff;

	background-color: #383634;

}



.waves_01 {

	float: left;

	width: 100%;

	height: 7px;

	background: url(../images/waves-01.png) repeat-x left top;

}



.colunista-desc img{

	margin-left: auto;

    margin-right: auto;

	display:block;

}



.colunista-desc{width:90%; margin-left:5%; padding-bottom:20px;}



.colunista-desc h3{float:left; width:100%; text-align: center; margin-top:10px; margin-bottom: 5px; padding-bottom:10px; border-bottom:3px solid #CCC; font-size: 20px}



.colunista-desc p{float:left; font-size:12px; padding:5px 0px; margin-top:0;}





.blog_postcontent .one_third {

	float: left;

	width: 26%;

	padding: 10px 1% 10px 1%;

	background: none;

	text-align: center;

}



/* parallax one */

#parallax_01 {

	background: url("../images/para-bg1.jpg");

	background-attachment: fixed;

	background-origin: initial;

	background-clip: initial;

	background-size: cover;

	background-repeat:no-repeat;

	background-position:100% 0; 

	position:relative;

	min-height:100px;

	float: left;

	width: 100%;

	text-align: center;

	padding: 30px 0px 20px 0;

}



#parallax_01 .one_third {

	float: left;

	width: 20%;



	padding: 25px 1% 50px 1%;

	background: none;

	text-align: center;

}

#parallax_01 .one_third h3 {

	text-transform: uppercase;

	font-weight: 600;

	margin-top: 10px;

}



.img-circle {

    border-radius: 100%;

}






.midias{position: absolute; right:10px; width:80px; height: 80px; top:20px;}

.facebook{float:left; width:35px; height: 35px}

.twitter{float:left; margin-left: 5px; width:35px; height: 35px}



.scrollup{

    width:52px;

    height:20px;

	padding: 18px 26px;

    opacity:1;

	top: -13px;

    position: relative;

    display:none;

    text-indent:-9999px;

	font-size: 1px;

	color: #302d38;

	z-index: 99;

    background: url(../images/scroll-top-arrow.png) no-repeat center top;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.scrollup:hover{

	color: #302d38;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}













/*----- Toggle Button -----*/

.toggle-nav {

    display:none;

}



.menu-mobile{display:none;}

.menu-mobile ul {
	z-index: 9999;
}

.menu-mobile a, .menu-mobile a:hover, .menu-mobile a:focus, .menu-mobile a:active {
	color:#FFF !important;
}


.legenda{
	font-style: italic !important;
	font-size: .9rem;
	width: 100%;
	padding: 0 5px 10px 5px;
	float: right;
	margin: 0px;
	color: #666 !important;
	text-align: right;
	/*
	text-shadow: 1px 1px #000 !important;
	background-color: rgba(0,0,0,0.2) !important;
	*/
	min-height: 35px;
	border-right: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
	border-left: 1px solid #FFF !important;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}



.m-0{margin:0px !important;}
.m-1{margin:1px !important;}
.m-2{margin:2px !important;}
.m-3{margin:4px !important;}
.m-4{margin:4px !important;}
.m-5{margin:5px !important;}
.m-6{margin:6px !important;}
.m-7{margin:7px !important;}
.m-8{margin:8px !important;}
.m-9{margin:9px !important;}
.m-10{margin:10px !important;}
.m-15{margin:15px !important;}
.m-20{margin:20px !important;}
.m-25{margin:25px !important;}
.m-30{margin:30px !important;}


.mt-0{margin-top:0px !important;}
.mt-1{margin-top:1px !important;}
.mt-2{margin-top:2px !important;}
.mt-3{margin-top:4px !important;}
.mt-4{margin-top:4px !important;}
.mt-5{margin-top:5px !important;}
.mt-6{margin-top:6px !important;}
.mt-7{margin-top:7px !important;}
.mt-8{margin-top:8px !important;}
.mt-9{margin-top:9px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-50{margin-top:50px !important;}

.mr-0{margin-right:0px !important;}
.mr-1{margin-right:1px !important;}
.mr-2{margin-right:2px !important;}
.mr-3{margin-right:4px !important;}
.mr-4{margin-right:4px !important;}
.mr-5{margin-right:5px !important;}
.mr-6{margin-right:6px !important;}
.mr-7{margin-right:7px !important;}
.mr-8{margin-right:8px !important;}
.mr-9{margin-right:9px !important;}
.mr-10{margin-right:10px !important;}
.mr-15{margin-right:15px !important;}
.mr-20{margin-right:20px !important;}
.mr-25{margin-right:25px !important;}
.mr-30{margin-right:30px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-1{margin-bottom:1px !important;}
.mb-2{margin-bottom:2px !important;}
.mb-3{margin-bottom:4px !important;}
.mb-4{margin-bottom:4px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-6{margin-bottom:6px !important;}
.mb-7{margin-bottom:7px !important;}
.mb-8{margin-bottom:8px !important;}
.mb-9{margin-bottom:9px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}

.ml-0{margin-left:0px !important;}
.ml-1{margin-left:1px !important;}
.ml-2{margin-left:2px !important;}
.ml-3{margin-left:4px !important;}
.ml-4{margin-left:4px !important;}
.ml-5{margin-left:5px !important;}
.ml-6{margin-left:6px !important;}
.ml-7{margin-left:7px !important;}
.ml-8{margin-left:8px !important;}
.ml-9{margin-left:9px !important;}
.ml-10{margin-left:10px !important;}
.ml-15{margin-left:15px !important;}
.ml-20{margin-left:20px !important;}
.ml-25{margin-left:25px !important;}
.ml-30{margin-left:30px !important;}

.p-0{padding:0px !important;}
.p-1{padding:1px !important;}
.p-2{padding:2px !important;}
.p-3{padding:4px !important;}
.p-4{padding:4px !important;}
.p-5{padding:5px !important;}
.p-6{padding:6px !important;}
.p-7{padding:7px !important;}
.p-8{padding:8px !important;}
.p-9{padding:9px !important;}
.p-10{padding:10px !important;}
.p-15{padding:15px !important;}
.p-20{padding:20px !important;}
.p-25{padding:25px !important;}
.p-30{padding:30px !important;}

.pt-0{padding-top:0px !important;}
.pt-1{padding-top:1px !important;}
.pt-2{padding-top:2px !important;}
.pt-3{padding-top:4px !important;}
.pt-4{padding-top:4px !important;}
.pt-5{padding-top:5px !important;}
.pt-6{padding-top:6px !important;}
.pt-7{padding-top:7px !important;}
.pt-8{padding-top:8px !important;}
.pt-9{padding-top:9px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}

.pr-0{padding-right:0px !important;}
.pr-1{padding-right:1px !important;}
.pr-2{padding-right:2px !important;}
.pr-3{padding-right:4px !important;}
.pr-4{padding-right:4px !important;}
.pr-5{padding-right:5px !important;}
.pr-6{padding-right:6px !important;}
.pr-7{padding-right:7px !important;}
.pr-8{padding-right:8px !important;}
.pr-9{padding-right:9px !important;}
.pr-10{padding-right:10px !important;}
.pr-15{padding-right:15px !important;}
.pr-20{padding-right:20px !important;}
.pr-25{padding-right:25px !important;}
.pr-30{padding-right:30px !important;}

.pb-0{padding-bottom:0px !important;}
.pb-1{padding-bottom:1px !important;}
.pb-2{padding-bottom:2px !important;}
.pb-3{padding-bottom:4px !important;}
.pb-4{padding-bottom:4px !important;}
.pb-5{padding-bottom:5px !important;}
.pb-6{padding-bottom:6px !important;}
.pb-7{padding-bottom:7px !important;}
.pb-8{padding-bottom:8px !important;}
.pb-9{padding-bottom:9px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-40{padding-bottom:40px !important;}
.pb-50{padding-bottom:50px !important;}

.pl-0{padding-left:0px !important;}
.pl-1{padding-left:1px !important;}
.pl-2{padding-left:2px !important;}
.pl-3{padding-left:4px !important;}
.pl-4{padding-left:4px !important;}
.pl-5{padding-left:5px !important;}
.pl-6{padding-left:6px !important;}
.pl-7{padding-left:7px !important;}
.pl-8{padding-left:8px !important;}
.pl-9{padding-left:9px !important;}
.pl-10{padding-left:10px !important;}
.pl-15{padding-left:15px !important;}
.pl-20{padding-left:20px !important;}
.pl-25{padding-left:25px !important;}
.pl-30{padding-left:30px !important;}
  

.w-100{width:100% !important}


.float-left{float:left !important;}
.float-right{float:right !important;}

.text-left{text-align: left !important;}
.text-right{text-align: right !important;}

.size-10{font-size: 10px !important;}
.size-11{font-size: 11px !important;}
.size-12{font-size: 12px !important;}
.size-13{font-size: 13px !important;}
.size-14{font-size: 14px !important;}
.size-16{font-size: 16px !important;}
.size-18{font-size: 18px !important;}
.size-20{font-size: 20px !important;}
.size-24{font-size: 24px !important;}
.size-32{font-size: 32px !important;}



/*------------- slide destaques -------------*/

.carousel-caption {
	position: static;
	padding: 0;
	color: #333;
	text-align: left;
	text-shadow:none;
	line-height: 150%;
}
.carousel .item {
	min-height: 300px;
	padding: 0;
}

.carousel-caption h3{
	line-height: 140%;
}


.btn-leia {
	background: #00A551;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
	float: right;
}

.btn-leia::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  padding:6px 0;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  width: 22px;         /* largura da "parte" direita */
  height: 100%;
  background: #00954A; /* cor ou gradiente desejado */
  z-index: 0;          /* fique atrás do conteúdo */
}

.btn-leia:hover, .btn-leia:focus {
	background: #00954A;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
}

.carousel-inner > .item > .row {
	display: flex;
	align-items: start;
}
.carousel-indicators {
	position: absolute;
	text-align: center;
	bottom: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 0;
	gap:5px;
}
.carousel-indicators li {
	background-color:#A4A4A4;
	border:none;
	height:15px;
	width: 15px;
	margin:0;
}

.carousel-indicators .active{
	background-color:#00A551;
	height:15px;
	width: 15px;
	border:none;
	margin:0;
}

.carousel-control{
	display: none;	
}


.titulo-secao{
	float:left; 
	background-image: url('../images/item.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color:#00954A;
	font-size:1.5rem;
	font-family: 'Roboto', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 120%;
	width:100%;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
	
}


.borda-titulo{
	float:left; 
	background: #E2E2E2;
	height:3px;
	width: 100%;
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
	margin-bottom: 10px;
	width:100%;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.borda-titulo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 3px;
  background: #A3A3A3;
  z-index: 0;/* fique atrás do conteúdo */
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}


.borda-fina{
	float:left;
	width:100%;
	background-color: #E2E2E2;
	height:1px;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}


.btn-mais-noticias {
	background: #00A551;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.btn-mais-noticias::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  padding:6px 0;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  width: 22px;         /* largura da "parte" direita */
  height: 100%;
  background: #00954A; /* cor ou gradiente desejado */
  z-index: 0;          /* fique atrás do conteúdo */
}

.btn-mais-noticias:hover, .btn-mais-noticias:focus {
	background: #00954A;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
}



.limita-texto-linhas {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* usar em conjunto com */
.linhas-1{ -webkit-line-clamp: 1;     /* Limita a 1 linhas */}
.linhas-2{ -webkit-line-clamp: 2;     /* Limita a 1 linhas */}
.linhas-3{ -webkit-line-clamp: 3;     /* Limita a 1 linhas */}
.linhas-4{ -webkit-line-clamp: 4;     /* Limita a 1 linhas */}
.linhas-5{ -webkit-line-clamp: 5;     /* Limita a 1 linhas */}
.linhas-6{ -webkit-line-clamp: 6;     /* Limita a 1 linhas */}
.linhas-7{ -webkit-line-clamp: 7;     /* Limita a 1 linhas */}
.linhas-8{ -webkit-line-clamp: 6;     /* Limita a 1 linhas */}
.linhas-9{ -webkit-line-clamp: 9;     /* Limita a 1 linhas */}
.linhas-10{ -webkit-line-clamp: 10;   /* Limita a 1 linhas */}

.text-justify{
	text-align: justify !important;
}

.btn-leia-listagem {
	background: #00A551;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
	float: right;
	height:34px;
}

.btn-leia-listagem::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  padding:6px 0;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  width: 22px;         /* largura da "parte" direita */
  height: 34px;
  background: #00954A; /* cor ou gradiente desejado */
  z-index: 0;          /* fique atrás do conteúdo */
}

.btn-leia-listagem:hover, .btn-leia-listagem:focus {
	background: #00954A;
	color: white;
	padding: 6px 30px 6px 10px;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;	
	position: relative;  /* necessário para o posicionamento do ::after */
	z-index: 1;
}

.box-img-destaque {
	margin-bottom: 10px;
	height: fit-content;
	display: flex;
	align-items: center;
}

.box-img-destaque img{
	height: fit-content;
	width: 100%;
	width: fit-content;
}

.box-img-noticia{
	height: fit-content;
	display: flex;
	align-items: center;
}


@media print {
  .no-print {
    display: none !important;
  }
 
  a[href]:after {
    content: "" !important;
  }

  #trueHeader #logo{
	background:url(../images/logo-cascavel-news.png) no-repeat !important;

  }

   .carousel-inner .item{
	display: block !important;
   }

  .carousel-inner .item .row {
  display: flex !important;
  gap: 5px;
  align-items: start; /* centraliza verticalmente imagem e texto */
}

.carousel-inner .item .row > [class*="col-"] {
  flex: 1; /* cada coluna divide o espaço */
  overflow: hidden;
}

.carousel-inner .item .row img{
	width: 90% !important;
	height: auto !important;
	border:10px solid #FFF;
}

  .titulo-secao {
	margin-top:10px;
	float: left;
	background: url('../images/item.png') no-repeat !important;
  }

  .borda-titulo {
	background: #E2E2E2 !important;
  }

}