/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html{
  /*background:url(../images/main_texture.jpg) 50% 0  #000;*/
  background:#fff;
}
#body-wrapper {
  height: 100%;
  max-width:980px;
  margin:0 auto;
  float: left;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1 {
  margin: 0 0 0.67em 0;
}
h2 {
  text-transform:uppercase;
  font-size:17px;
  color:#2a2a2a;
}
.componentheading h2, h2.title, h2.itemCommentsCounter {
	b ackground: url(../images/title_tail.png) repeat-x;
	padding:0 11px;
	height:35px;
	line-height:35px;
	color: #FFFFFF; 
	margin: 0 0 1px;
}




h2.comments-title{
  margin: 0 0 20px;
}
#rt-sidebar-a h2{
  background: url(../images/sidebar_title_tail.png) repeat-x;
  color: #fff;
}
h3 {
}
body h3 a{
  color: inherit;
  text-decoration: none;
}
body h3 a:hover{
  color: #F41616;
}
h4,
dt.result-title {
  margin: 0 0 1.33em 0;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
p,
pre {
  margin: 0 0 18px 0;
}
/* BUTTONS */
a.k2ReadMore{
  display: inline-block;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-left: 4px solid #f41616;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: relative;
  vertical-align: middle;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
a.k2ReadMore:after{
  content: ' ';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
a.k2ReadMore:hover{
  border-left: 4px solid #222;
}
a.moduleCustomLink{
text-decoration: none;
font-weight: bold;
position: relative;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
/*Lists*/
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top {
  padding: 14px 0 ;
  background:url(../images/main_texture.jpg) 50% 0  #000;
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#rt-logo{margin-left:5px;}
.top_menu{margin-right:-19px;padding:43px 0 0;text-align: right;}
.top_menu li{list-style:none;font-weight:bold;line-height:19px;background:url(../images/top_menu_border.png) repeat-y;padding:0 0 0 9px;margin:0 0 0 9px;display: inline-block;}
.top_menu li:first-child{background:none;padding: 0;margin: 0;}
.top_menu li a{text-decoration:none;color:#f8f8f8;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.top_menu li a:hover{color:#f41616;}
/*=== HEADER POSITION ===*/
#rt-header{
	background:url(../images/menu_tail.png) repeat-x #515050;
	margin:0;
	height: 51px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.search_box .rt-block{
	background:url(../images/search_block_tail.png) repeat-x;
	float:right;
	margin-right:-20px;
	padding:9px 11px 10px;
	/*border-radius:0 4px 4px 0;*/
}
.search_box .rt-block .mod_search{
	background:url(../images/search_tail.png) repeat-x;
	box-shadow:0 1px 0 #cd2f2f;
	border-radius:12px;
  padding: 0 8px 0 0;
}
.search_box #mod-search-searchword{
	background:none;
	border:none;
	color:#FFFFFF;
	font-size:12px;
	width:154px;
	margin:0;
	height:23px;
  padding: 4px 12px;
}
.search_box .button{
	padding:0;
	background:url(../images/search_button.png) !important;
	width:5px;
	height:9px;
  vertical-align: middle;
  border: none;
  border-radius: 0;
}
.search_box .button:hover{
  width: 10px;
  margin-right: -5px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
	margin-left:-10px;
    position: relative;
	padding:5px 0 7px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {	
	padding:0 0 0 14px;
	margin:0 0 0 5px;
    height: 30px;
}
ul.sf-menu > li:first-child{
	border:none;
	padding:0 0 0 16px;
	margin:0;
}
ul.sf-menu>li>a,
ul.sf-menu>li>span {
  display: block;
  padding:0 0 8px 0px;
  /*text-transform:uppercase;*/
  font-size:14px;
  font-weight:bold;
  letter-spacing:0px; 
  text-decoration:none;
  line-height:30px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 100%;
  margin-top: 8px;
}
ul.sf-menu ul {
  width: 192px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 193px;
  top: 0;
  margin-top: 0;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 193px;
  top: 0;
  margin-top: 0;
}
ul.sf-menu ul li{
  border-top: 1px solid #4a4a4a;
}
ul.sf-menu ul li:first-child{
  border: none;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: block;
  line-height: 31px;
  padding: 0 10px;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
ul.sf-menu ul li.parent>a:after,
ul.sf-menu ul li.parent>span:after{
  position: absolute;
  right: 7px;
  top: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  content: ' ';
}
select.select-menu {
  display: none;
  margin-bottom: 10px;
  padding: 5px;
}
/*=== SHOWCASE POSITION ===*/
.content-container{
	/*overflow:hidden;*/
	background:#fff;
	background-clip: padding-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#rt-showcase {
  background:url(../images/showcase_tail.png) 0 100% repeat-x;
  padding:20px 10px 0;
}
#rt-showcase .rt-block{
  overflow: hidden;
  margin-bottom: 20px;
}
#rt-breadcrumbs{
	color:#2c647a;
	font-size:14px;
	font-weight: bold;
	margin:10px 0 0 -10px;
	float:left;
}
.featured h2{
  background: url(../images/featured_title_tail.png) repeat-x;
  color: #fff;
}
.featured .rt-block{
  background: url(../images/featured_tail.png) repeat-x #545353;
  color: #b8b7b7;
  padding: 0 0 17px;
  border-radius: 2px;
}
.featured ul{
  padding: 3px 18px 18px;
}
.featured ul p{display: inline;margin: 0;}
.featured ul li{
  background: url(../images/featured_border.png) 0 100% repeat-x;
  padding: 7px 0;
}
.featured span.moduleItemDateCreated{
  font-weight: bold;
  color: #fff;
}
.moduleItemReadModMore{
  font-weight: bold;
  color: #f41616;
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.moduleItemReadModMore:hover{
  color: #fff;
}
.featured a.moduleCustomLink{
  position: relative;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding-right: 11px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  transition:all 0.5s ease;
  margin-left: 18px;

}
.featured a.moduleCustomLink:after{
  position: absolute;
  content: ' ';
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 0;
  top: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.featured a.moduleCustomLink:hover{
  color: #fff;
}
.featured a.moduleCustomLink:hover:after{
  border-left: 4px solid #f41616;
}
/*=== FEATURE POSITION ===*/
/*=== UTILITY POSITION ===*/
#rt-utility{
  background:url(../images/showcase_tail.png) 0 100% repeat-x;
}
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/
#rt-main{
  background: url(../images/content_tail.png) 0 1px repeat-x;
  padding: 20px 10px;
}
.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}

#blog div.catItemImageBlock,#blog div.userItemImageBlock,#blog div.genericItemImageBlock{
  float: left;
  margin: 0 20px 11px 0;
}
.k2BlogMore{
/*
  border-left: 4px solid #f41616;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;*/
  height: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.k2BlogMore:after{


  position: absolute;
  content: ' ';
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.k2BlogMore:hover{
  border-left: 4px solid #000;
}
#blog div.catItemIntroText{
  padding-bottom: 6px;
}
#blog div.catItemIntroText p{
  display: inline;
  margin: 0;
}
#blog h3.catItemTitle{
  margin: 0;
}
#blog div.catItemHeader{
  margin: 0 0 10px;
}
#blog div.catItemView{
  border-bottom: 1px dotted #808080;
  margin-bottom: 11px;
}
#blog span.catItemDateCreated,#blog span.userItemDateCreated,#blog span.itemDateCreated,#blog span.genericItemDateCreated{
  color: #f41616;
}
#blog span.catItemDateCreated:after,#blog span.userItemDateCreated:after,#blog span.itemDateCreated:after{content: '-';}
#blog span.catItemAuthor,#blog span.userItemAuthor,#blog span.itemAuthor{
  color: #f41616;
}
#blog span.catItemAuthor:after,#blog span.userItemAuthor:after,#blog span.itemAuthor:after{content: '-';}

/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port h3.catItemTitle a{color: #f41616;}
#port h3.catItemTitle a:hover{color: #222;}
#port .groupLeading div.catItemImageBlock{
  float: left;
  margin: 0 20px 5px 0;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #171717;
}
#port a.touch.preloader{
  background: url(../images/system/loader.gif) 50% 50% no-repeat #171717;
}
#port a.touch img{
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
#port a.touch:hover img{
  opacity: .3 !important;
  filter:alpha(opacity=30) !important;
}
#port a.touch span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 49px;
  left: 50%;
  margin-left: -23px;
  margin-top: -24px;
  position: absolute;
  top: -50%;
  width: 47px;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  margin-bottom: 10px;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
  float: right;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}

#featured_articles div.catItemView{
  padding: 10px;
  background: url(../images/articles_tail.png) repeat-x #e3e3e3;
  border-bottom: 1px solid #d7d7d7;
  min-height: 294px;
  border-radius: 2px;
}
#featured_articles div.catItemImageBlock{
  margin-bottom: 10px;
}
#featured_articles div.catItemView p{
  margin: 0;
  display: inline;
}
#featured_articles span.catItemDateCreated{
  color: #f41616;
}
#featured_articles span.catItemDateCreated:after{
  content: '-';
}
#featured_articles div.componentheading{
  margin-bottom: 20px;
}
/*== Blog Page ==*/
/*== History Page ==*/
#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
#history div.catItemBody div.catItemIntroText p {
  margin: 0;
}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
/*== Testimonials Page ==*/
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
.map-wrapper {
  margin-bottom: 1em;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login .list1{
  padding-top: 20px;
  display: inline-block;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 34px;
  font-size: inherit;
  font-family: inherit;
  color: #2c647a;
  padding: 8px 10px;
  line-height: 15px;
  width: 65%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

border: 1px solid #dedee4;

}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 4px 10px;
  font: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  width: 100%;

border: 1px solid #dedee4;
  color: #2c647a;
}
/* Pagination */
div.k2Pagination,
div.pagination,
div.itemCommentsPagination{
  overflow: hidden;
}

div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 2px 2px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav,
button.button,
input.button {
  display: inline-block;
  background: url(../images/button_tail.png);
  height: 24px;
  padding: 0 7px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #680707;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  border-left: 1px solid #d91111;
  border-right: 1px solid #d91111;
  position: relative;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  text-decoration: none;
}
/* Comments */
div.itemComments ul.itemCommentsList{
  padding: 8px 0 10px;
}
div.itemComments ul.itemCommentsList li {
  border-top: 1px dotted #808080;
  padding-top: 11px;
  padding-bottom: 6px;
}
div.itemComments ul.itemCommentsList li:first-child{
  border: none;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 20px 5px 0;
  display: none;
}
form#comment-form textarea#commentText {
  height: 214px;
}
form#comment-form input.inputbox {
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
#about #rt-mainbody div.catItemIntroText .images{margin: 0 -10px;}
#about #rt-mainbody div.catItemIntroText img{
  float: left;
  margin: 0 10px;
}
#about h3.catItemTitle{
  color: #f41616;
  font: inherit;
}

#rt-content-top .rt-block{
  margin: 0 0 20px;
  padding-bottom: 15px ;
}
#rt-content-top a.moduleCustomLink{
  color: #f41616;
  padding: 0 14px 0 0;

}
#rt-content-top a.moduleCustomLink:after{
  position: absolute;
  border-left: 5px solid #ccc;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid rgba(204,204,204,0);
  border-top: 5px solid rgba(204,204,204,0);
  content: ' ';
  right:0;
  top: 50%;
  margin-top: -5px;
  
}
#rt-content-top a.moduleCustomLink:hover{
  color: #2a2a2a;
}

.news ul{
  margin: 0 -10px;
  padding: 10px 0 0;
}
.news ul li{
  margin-top: 10px;
  min-height: 156px;
}
.news ul li a.moduleItemTitle{
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  line-height: 17px;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.news ul li a.moduleItemTitle:hover{
  color: #333333;
}
.news ul li a.moduleItemImage{
  display: block;
  margin: 0 0 6px;
}
#rt-content-bottom .rt-block{
  margin: 0 0 20px;
}
#rt-content-bottom .k2ItemsBlock{
  background: url(../images/sidebar_tail.png) repeat-x;
  padding: 13px 19px 0;
  border-radius: 2px;
}
#rt-content-bottom a.moduleItemTitle{
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}


#rt-content-bottom div.moduleItemIntrotext{
  padding: 11px 0 0;
}
#rt-content-bottom a.moduleItemReadMore{
  display: inline-block;
  background: url(../images/button_tail.png);
  height: 24px;
  padding: 0 19px 0 7px;
  line-height: 24px;
  border-bottom: 1px solid #680707;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  border-left: 1px solid #d91111;
  border-right: 1px solid #d91111;
  position: relative;
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
#rt-content-bottom a.moduleItemReadMore:hover{
  background: url(../images/button_tail.png) 0 -24px;
}
#rt-content-bottom a.moduleItemReadMore:after{
  position: absolute;
  right: 8px;
  top: 8px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: ' ';
}
#rt-sidebar-a .k2ItemsBlock,#rt-sidebar-a div.k2CalendarBlock,#rt-sidebar-a div.k2CategoriesListBlock{
    background: url(../images/sidebar_tail.png) repeat-x;
    border-radius: 2px 2px 0 0;
  /*  padding: 8px 19px 15px; */
	padding: 0px 19px 3px


}
.popular .moduleItemReadModMore:hover{
  color: #000;
}
.popular ul{
  padding: 0 0 10px;
}
.popular li{
  border-bottom: 1px dotted #808080;
  padding: 7px 0 6px;
}
#rt-sidebar-a a.moduleCustomLink{
  padding-right: 11px;
}
#rt-sidebar-a a.moduleCustomLink:after{
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 4px solid #808080;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: ' ';
  margin-top: -4px;
}
#rt-sidebar-a a.moduleCustomLink:hover{
  color: #000;
}
.publications {padding-bottom: 15px; }
.publications ul{
  padding: 0 0 8px;
}
.publications li{
  border-bottom: 1px dotted #808080;
  padding: 6px 0 5px;
}
.publications a.moduleItemTitle{
  text-decoration: none;
  color: inherit;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.publications a.moduleItemTitle:hover{
  color: #f41616;
}
.publications span.moduleItemDateCreated{
  color: #f41616;
}
.publications a.moduleItemComments{
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

.what_we_offer p{
  margin: 0;
}
.what_we_offer .dropcap{
  float: left;
  width: 55px;
  margin: 0 15px 0 0;
  background: url(../images/dropcap.png);
  text-align: center;
  border-radius: 28px;
  line-height: 55px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.what_we_offer a.moduleItemTitle{
  text-decoration: none;
}
.what_we_offer li{
  border-top: 1px dotted #808080;
  padding: 7px 0 8px;
}
.what_we_offer li:first-child{
  border: none;
}
.posts li{
  border-top: 1px dotted #808080;
  padding-top: 8px;
  padding-bottom: 7px;
}
.posts li:first-child{border: none;}
.posts span.moduleItemDateCreated{
  float: left;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 15px 0 0;
  width: 55px;
  background: url(../images/dropcap.png);
  border-radius: 28px;
  line-height: 17px;
  padding: 11px 0 10px;
}
.posts span.moduleItemDateCreated span{
  font-size: 17px;
  display: block;
}
.posts div.moduleItemIntrotext a{
  color: inherit;
  text-decoration: none;
}
.posts div.moduleItemIntrotext a:hover{
  color: #f41616;
}
#xmap> ul{
  display: inline-block;
  padding: 0 0 30px;
}
.list1 ul li,#xmap ul li{
  padding: 0 0 0 12px;
  position: relative;
  border-top: 1px dotted #808080;
  line-height: 29px;
  list-style: none;
}
.list1 ul li:before,#xmap ul li:before{
  position: absolute;
  left: 0;
  top: 15px;
  margin-top: -4px;
  content: ' ';
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #808080;
}
.list1 ul li:first-child,#xmap ul li:first-child{
  border:none;
}
.list1 ul li a,#xmap ul li a{
  text-decoration: none;
  color: #4f4f4f;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.list1 ul li a:hover,#xmap ul li a:hover{
  color: #f41616;
}

/*=== MAINBOTTOM POSITION ===*/

.testimonials .k2ItemsBlock ul{
  padding: 15px 0 0;
}
.testimonials .k2ItemsBlock li{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding: 0 0 0 46px;
  background: url(../images/quotes.png) 0 4px no-repeat;
  margin-bottom: 17px;
}
.testimonials a.moduleItemTitle{
  text-decoration: none;
}

.team ul{
  padding: 20px 0 0;
}
.team li{
  margin-bottom: 17px;
}
.team a.moduleItemImage{
  display: block;
  margin: 0 0 17px;
}
.team a.moduleItemTitle{
  text-decoration: none;
}

/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/
#rt-footer{
/*background: url(../images/footer_tail.png) repeat-x #313030;*/
  background: #313030;
  /*margin-bottom: 48px;*/
  border-radius: 0 0 4px 4px;
  padding: 18px;
}
#rt-footer .rt-block{
  margin-bottom: 15px;
}
.footer_menu li{
   list-style: none;
   /* 
    display: inline-block;
    border-left: 1px solid #434343;*/
    font-weight: bold;
    line-height: 19px;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
}
.footer_menu li:first-child{
 
  /*
  border: none;
  padding: 0;
  margin: 0;
  */
}
.footer_menu li a{
  text-decoration: none;
  color: #808080;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.footer_menu li a:hover,.footer_menu li.active a{
  color: #fff;
}
.copyright{
  text-align: right;
  font-weight: bold;
  color: #f41616;
  margin: 0;
}
.copyright .rt-grid-6{margin: 0 !important;}

.copyright a{
  color: #f41616;
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.copyright a:hover{
  /*color: #fff;*/
}

.copyright #adrweb{
  text-align: left !important;
  font-weight: bold;
  color: #313030;
  margin: 0;
  float: left;
  font-size: 10px;
}


/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 26px;
  height: 13px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
a#gantry-totop:hover{
  background-position: 0 -13px;
}
/* Alert boxes
---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}

/*Redes sociais*/

#redes_sociais{
	float: right;
    height: 30px;
    padding: 10px 10px 0 0;
}

#rss,#facebook,#twitter,#apple,#google,#favoritos,#instagram,#whatsapp{
	width: 30px;
	height: 30px;
	padding: 0 0 0 10px;
	float:left;
}

.canal_chapeu{
	color: #2c647a;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.canal{	
	font-size: 16px;
}

.chapeu{
	font-size: 14px;
}

/*banners uol*/
#banner-728x90,#banner-970x90-area,#banner-120x240,#banner-120x600,
#banner-300x250,#banner-125x125,#banner-300x600,
#banner-1x1,#banner-468x60,#banner-120x60{
	/*background-color:#DDD;*/
	overflow: hidden;
}

#banner-728x90{width: 728px;height: 100px;}
#banner-970x90-area{width: 970px; height: 100px;}
#banner-728x90-galeria{width: 728px;height: 100px; margin:0 auto;}
#banner-120x240{width: 120px;height: 250px;}
#banner-120x600,#banner-120x600-2,#banner-120x600-3,#banner-120x600-4{width: 160px;height: 610px;}
#banner-300x250{width: 300px;height: 260px; padding-bottom:20px;}
#banner-125x125{width: 125px;height: 135px;}
#banner-125x125-2{width: 125px;height: 135px;}
#banner-125x125-3{width: 125px;height: 135px;}
#banner-125x125-4{width: 125px;height: 135px;}
#banner-125x125-5{width: 125px;height: 135px;}
#banner-125x125-6{width: 125px;height: 135px;}
#banner-300x600{width: 300px;height: 610px;}
#banner-468x60{width: 468px;height: 70px;}
#banner-120x60{width: 120px;height: 70px;}
#banner-200x446{width: 196px;height: 456px; margin:0 20px;}

#barra_uol{
	width: 100%;
	background: #363636;
	background:url(../images/barra_uol.png) repeat-x;
	margin:0;
}

#barra_uol_container{
	margin: 0 auto;
	max-width: 980px;
    
}

#rt-super-banner{
    padding: 20px 0;
    width: 970px;
    margin:0 auto;
    text-align:center;
}

#rt-super-banner-2{
    padding: 20px 0;
    width: 780px;
    margin:0 auto;
    text-align:center;
}

#banners_slide{
   margin-top: -5px;
}

#banners_interna{
    padding: 20px 0;
}

#banner_lateral_left{
    width: 160px;
    
    margin: 156px 15px 0 0;
    float:left;
}

#banner_lateral_right{	
	width: 160px;
	/*background:#FFF;*/
	margin: 156px 15px 24px 15px;
	float:left;
}

#banner_c{
	margin: 0 auto;
	max-width:1380px;
}
/*Banner side A*/
#banner-300x600{
    padding: 10px 0;
}

#banner-468x60{
	margin: 0 16px 12px 0;
	float:left;
}
#banner-120x60{
	/*margin: 0 0 12px 16px;
	float:left;*/
}

#banner_120x600-2{
	margin: 20px 0;	
}

#form_comentario{
	width: 77%;
	float:left;
	padding-right:20px;
}

#comentario_banner{
    height: 240px;
    width: 120px;
    float:left;
}

h2.comments-title{
	color:#222222;
	height:35px;
	line-height:35px;
	margin:20px 0;
	  font-size: 25px;
}

.sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, .sf-menu > li.sfHover > span, .sf-menu > li:hover > span, .sf-menu > li.current > a, .sf-menu > li.current > span, .sf-menu > li.active > a, .sf-menu > li.active > span {
    color: #FFFFFF !important;
}

#rt-cb-home .rt-block{
    margin: 0 0 20px;
}


#rt-footer-banner{
/* background: url(../images/footer_tail.png) repeat-x #313030;*/
  background: #313030;
  border-radius: 0 0 4px 4px;
  padding: 18px 18px 0;
}
#rt-footer-banner .rt-block{
  margin-bottom: 15px;
}


#rt-footer-banner .rt-container {
    width: 105%;
}

#rt-footer-banner.rt-container .rt-grid-2{
	width: 140px;
}


#rt-content-bottom .rt-grid-4.rt-omega{
	width: 480px !important;
	padding-top: 10px;
}

#rt-content-bottom  .rt-grid-4.rt-alpha{
	width: 120px;
}

.joomimg_row{
	padding: 0 !important;
}
.joomimg190_main{
	background: url(../images/sidebar_tail.png) repeat-x;
    border-radius: 2px 2px 0 0;

}
#rt-content-bottom .joomimg190_imgct {
	width: 60px !important;
	padding: 8px !important;
}



.moduleGaleria{
	width:67px;
	float:left;
	padding: 0 5px 5px 0;
}

.moduleGaleria img{
	width:67px;
	height:62px !important;
	
}

.lista_galeria{
	margin: 25px 0;
}

#rt-cb-home,#rt-cb-home-2{
	margin: 0 0 0 -10px;
}

#rt-cb-home-a, #rt-cb-home-b{
	width:300px;
	float:left;
	padding: 0 5px;
}

#rt-cb-home-c .rt-grid-12{
	width:380px !important;
	float:left;
	
}

#rt-cb-home-c .k2ItemsBlock{
	background: url(../images/sidebar_tail.png) repeat-x;
    border-radius: 2px 2px 0 0;
    padding: 0px 20px 20px 20px!important;
}
#rt-cb-home-d .rt-grid-12{
	width:216px !important;
	float:left;
	margin-right: 0 !important;

}

.separator{
	color:#BBB !important;
}


.enquete {
	padding: 10px 0 30px 0;

}


span.itemAuthorNome{
	text-transform: none;
}

.galeria_descricao{
	text-align: left !important;
	padding: 0 8px;
}

#half_banner{
	width: 80%;
	float: left;
}
#botao_banner{
	width: 20%;
	float:left;
} 

#botao_banner-interna{
	
	float:left;
} 

#banner_tv_carpress_interna{
	padding: 10px 0 30px 0;
}


.publicidade {
	text-align: right; padding-right: 2px;
}


#rt-manchete-soft, #rt-manchete-hard{
	padding-top: 30px;
}

.manchete-hard a{
	color: #2c647a;
	font-size: 40px;
	font-weight: bold;
text-decoration: none;
  line-height: 25px;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;

}

.linha-fina a{
	font-size:16px;
	line-height: 15px;
	font-weight: bold;
	color:#95a6ad;
	padding: 10px 0;
	text-decoration: none;
}

.manchete-soft a {
	color: #2c647a;
	font-size: 42px;
	font-weight: bold;
text-decoration: none;
  line-height: 25px;
  -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
padding-bottom: 20px;
}

.mais_albuns{
	text-decoration: none;
font-weight: bold;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.corp{
	padding: 10px 0 !important;
}

.customcorp p {
	margin: 0 !important;
}

#rt-copyright {
	background: #ffffff;
	padding-top: 10px;
}

.news  a.moduleItemImage img {
	width:140px !important;
	height:93px !important;
}

.k2FeedIcon{
	display:none;
}

div.itemComments{
	padding: 20px 0;

}

.itemRelated  h3{
	padding: 0 ;

}

.itemImageCredits {
font-size: 10px;
float: right;
}

.listRel{
	list-style: none;
	padding: 15px 0;
}

.itemRelTitle{
	font-weight: bold;
}

.itemRelImg{
width: 25%;
float: left;
}

.itemRelDesc{
width: 75%;
float: left;

}

.itemRelDesc p{
margin: 0 !important;
}

.cadastreInput{
height: 34px;
font-size: inherit;
font-family: inherit;
color: #2c647a;
padding: 8px 10px;
line-height: 15px;
width: 65%;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #dedee4;
}

.cadastreLabel{
 color: #333333;
padding: 0 0 10px 0;
display: inline-block;
line-height: 22px;
vertical-align: top;
}

.cadastreBotao{
	display: inline-block;
background: url(../images/button_tail.png);
height: 24px;
padding: 0 7px;
line-height: 24px;
border: none;
border-bottom: 1px solid #680707;
border-radius: 3px;
font-weight: bold;
color: #fff;
border-left: 1px solid #d91111;
border-right: 1px solid #d91111;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.customcadastre{
	padding: 20px;
}

.contatoInput{
height: 34px;
font-size: inherit;
font-family: inherit;
color: #2c647a;
padding: 8px 10px;
line-height: 15px;
width: 65%;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #dedee4;
}

a.leiaMais {
	color: #f41616;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
} 

a.leiaMais:hover {
	color: #000;
}

a.moduleCustomLink:after{
	position: absolute;
	top: 50%;
	border-left: 4px solid #808080;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: ' ';
	margin-top: -4px;
	margin-left: 6px;
}

div.module-title {

background: url(../images/sidebar_title_tail.png);
}

.componentheading h2{
	font-size: 35px !important;
	line-height: 40px !important;
	color: #2c647a !important;
	text-transform: none !important;
	font-weight: bold !important;
	margin: 20px 0px 20px 0px !important;
	border-bottom: 1px solid #95a6ad !important;
	padding: 0 !important;
}

h2.itemCommentsCounter {
	b ackground: url(../images/title_tail.png) repeat-x;
	padding:0 11px;
	height:35px;
	line-height:35px;
	color: #4f4f4f;
	margin: 0 0 1px;
}

.blog_luiz{
	padding:0 0 20px 0;
}
.expediente .linha_fina, .papel-de-parede .linha_fina, .anuncie .linha_fina,.contato_form #display-misc{
	display:none !important;
}


#contact-form{
	margin: 20px 0;
}

h1.title, h1.enquete_titulo ,.contact h3  {
	font-size: 35px;
line-height: 40px;
color: #2c647a;
text-transform: none;
border-bottom: 1px solid #95a6ad;
}

#rt-galeria-home  .rt-grid-12{
	width:620px !important;
}
#rt-galeria{
margin: 0 0 0 -10px;
}

.tagItemIntroText{
	padding: 0px 0 20px 0 ;
}

.tagItemTitle{
	padding: 0;
}
.tagItemHeader{
	padding: 0 0 5px 0 ;
}

.tagItemIntroText p{
	display: inline;
    margin: 0;
}	
.tagItemImageBlock{
	float:left;
	padding: 0 20px 0 0;
}
.caminhoes .k2ItemsBlock {
	padding: 0px 20px 20px 20px;
}



.poll, #cadastre,.caminhoes {
background: url(../images/sidebar_tail.png) repeat-x;
}

#cadastre,.poll{
	padding:20px !important;
}

.reportagem .moduleItemIntrotext{
	width:10%;
	float:left;
	padding: 0 10px 0 0 !important;
}	

.tv .catItemImageBlock{
	width:25%;
	float:left;
}

.tv .catItemHitsBlock{
	float:left;
	
}

.tv .catItemHitsBlock, .tv .catItemCommentsLink{
	font-size: 11px;
}

.tv div.catItemHeader{
	margin:0 !important;
}

#rt-galeria{
	clear:both;
}

div.itemTagsBlock{
	margin: 15px 0 0 0;
}

.tv .catItemImageBlock{
	margin:0;
}

.tv .itemTitle{
	font-size: 22px;
}


.groupPrimary  img{
	width: 100%;
}

.hb2_home{
	margin: -10px 0 20px 0;
}

.mod_reportagem .rt-block{
	padding: 23px 0 0 0;
	margin: 0 0 9px 0 !important;
}

.banner_espaco{
	margin: -10px 0 20px 0;
}


a.mais:hover {
color: #000000;
background: ;
}

a.mais {
color: #f41616 !important;
text-decoration: none;
font-weight: bold;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a.mais:after {
position: absolute;
top: 50%;
border-left: 4px solid #808080;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
content: ' ';
margin-top: -4px;
margin-left: 6px;
}

.galeria_foto{
	width:112px !important;
	height:76px !important;
	padding: 2px;
}

div#galeria a {
  color: #fff !important;
}

@media (max-width: 1250px){
	#banner_lateral_right,#banner_lateral_left{display:none !important; padding: 0 !important; width: 0 !important; margin: 0 !important;}
}


@media (max-width:  1020px){					
	#comentario_banner,#banner-300x600,#banner-300x250
	#banner-468x60,	#banner-120x240,#banner-120x60{display:none !important; padding: 0 !important;}
	#banner-200x446{width: 196px;height: 456px; margin:0 auto 20px;}
}  

@media (max-width:  980px){
	#banner_c{
		max-width: 778px;
	}

	#banner-300x600,#banner-300x250{display:none !important; padding: 0 !important;}
	#rt-content-top a.moduleCustomLink {
		padding: 0px 14px;
	}

	embed {
		display: none;
	}
	
	.news ul {
	  margin: 0 0px;
	  
	}

	.copyright {
		text-align: center !important;
	}
	
	.copyright #adrweb {
		text-align: center;
		float: none; 
	}
	
	#rt-footer .rt-container{margin-left:0 !important;}
	#rt-footer .rt-container .rt-grid-2{width:80px !important;}
	.luis,#banner-728x90,#banner-970x90-area,#half_banner,#banner-468x60,	#banner-120x240,#banner-120x60,#comentario_banner{display:none !important; padding: 0 !important;}

	#rt-cb-home-c .rt-grid-12,#rt-cb-home-d .rt-grid-12 ,#rt-content-bottom .rt-grid-4.rt-omega{
		width: 708px !important;
		margin-left: 0;
	}
	#rt-cb-home,#rt-cb-home-2{
		margin: 0px;
	}

	#rt-cb-home-a, #rt-cb-home-b{
		width:344px;
	}

	#rt-header {
		height: 85px;
		background:#B40808;
    }

	#rt-logo{
		margin: 0 auto;
	}
	
	#redes_sociais {
	  float: none;
	  margin: 0 auto;
	  width: 280px;
	}
	
	.manchete-hard a,.manchete-soft a {line-height: 35px; font-size:30px;}
	.linha-fina a{line-height: 22px;font-size:18px;}
	.itemRelDesc {
		width: 76%;
		padding-left: 15px;
	}
		
	.camera_wrap{
		height:240px !important;
	}
	
	
	.camera_caption > div a.moduleItemTitle {  line-height: 18px !important; }
	
	.galeria_foto{
	
		padding: 30px;
	}
	
	.itemRelImg {
	  width: 20%;
	 
	}
	
	.search_box .rt-block {
  
		float: none !important;
		margin-right: 0px; 
	}
}



@media (max-width:  768px){
	
	#rt-content-top a.moduleCustomLink {
		padding: 0px 14px;
	}

	embed {
		display: none;
	}
	
	.news ul {
	  margin: 0 0px;
	  
	}

	.copyright {
		text-align: center !important;
	}
	
	.copyright #adrweb {
		text-align: center;
		float: none; 
	}
	
	#rt-footer .rt-container{margin-left:0 !important;}
	#rt-footer .rt-container .rt-grid-2{width:80px !important;}
	.luis,#banner-728x90,#banner-970x90-area,#half_banner,#banner-468x60,	#banner-120x240,#banner-120x60,#comentario_banner{display:none !important; padding: 0 !important;}

	#rt-cb-home-c .rt-grid-12,#rt-cb-home-d .rt-grid-12 ,#rt-content-bottom .rt-grid-4.rt-omega{
		width: 708px !important;
		margin-left: 0;
	}
	#rt-cb-home,#rt-cb-home-2{
		margin: 0px;
	}

	#rt-cb-home-a, #rt-cb-home-b{
		width:344px;
	}

	#rt-header {
		height: 85px;
		background:#B40808;
    }

	#rt-logo{
		margin: 0 auto;
	}
	
	#redes_sociais {
	  float: none;
	  margin: 0 auto;
	  width: 280px;
	}
	
	.manchete-hard a,.manchete-soft a {line-height: 35px; font-size:30px;}
	.linha-fina a{line-height: 22px;font-size:18px;}
	.itemRelDesc {
		width: 76%;
		padding-left: 15px;
	}
		
	.camera_wrap{
		height:240px !important;
	}
	
	
	.camera_caption > div a.moduleItemTitle {  line-height: 18px !important; }
	
	.galeria_foto{
	
		padding: 30px;
	}
	
	.itemRelImg {
	  width: 20%;
	 
	}
	
	.search_box .rt-block {
  
		float: none !important;
		margin-right: 0px; 
	}
	
}

@media (max-width: 648px) {
	#banner_c{
		max-width: 440px;
	}

	#banner-120x240{display:none !important; }
	.copyright {
		text-align: center;
	}
	
	.copyright #adrweb {
		text-align: center !important;
		float: none; 
	}
	
	#rt-footer .rt-container{margin-left:0px !important;}
	#rt-footer .rt-container .rt-grid-2{width:210px !important;}
	#banner-728x90,#banner-970x90-area,#half_banner,#banner-468x60,	#banner-120x240,#banner-120x60,#comentario_banner{display:none !important; padding: 0 !important;}

	#rt-cb-home-c .rt-grid-12,#rt-cb-home-d .rt-grid-12 ,#rt-content-bottom .rt-grid-4.rt-omega{
		width: 420px !important;
	}
	#rt-cb-home,#rt-cb-home-2{
		margin: 0px;
	}

	#rt-cb-home-a, #rt-cb-home-b{
		width:420px;
		text-align: center;
	}

	#rt-header {
		height: 65px;
		background:#B40808;
    }

	
	.manchete-hard a,.manchete-soft a {line-height: 35px; font-size:30px;}
	.linha-fina a{line-height: 22px;font-size:18px;}
	.itemRelDesc {
		width: 70%;
		padding-left: 15px;
		}
	.camera_wrap{
		height:240px !important;
	}
	
	.galeria_foto{
		 width: 140px !important;
		height: 93px !important;
		padding: 34px;
	}
	
	.camera_caption > div a.moduleItemTitle {  line-height: 16px; }
}


@media (max-width:  470px){
	#banner_c{
		max-width: 320px;
	}


	#banner-300x600,#banner-300x250{display:none !important; padding: 0 !important;}
	#banner-728x90,#banner-970x90-area,#half_banner,#banner-468x60,	#banner-120x240,#banner-120x60,#comentario_banner{display:none !important; padding: 0 !important;}
	#banner-468x60{display:none !important; padding: 0 !important;}					
	
	
	#rt-content-bottom .rt-grid-4.rt-alpha {
		width: 0;
	}

	#rt-cb-home-c .rt-grid-12,#rt-cb-home-d .rt-grid-12,#rt-content-bottom .rt-grid-4.rt-omega {
		width: 300px !important;
	}
	

	.camera_wrap{
		height:200px !important;
	}
	.galeria_foto{
		width: 140px !important;
		height: 93px !important;
	}
	
	.galeria_foto{
	
		padding: 4px;
	}
	
	#rt-footer .rt-container{margin-left:0px !important;}
	#rt-footer .rt-container .rt-grid-2{width:140px !important;}
	
}
div.itemVideoBlock {
  padding: 20px 0;
}

@media (min-width: 769px) {
	.avVideo .avPlayerContainer{
		width: 600px !important;
	}
}


@media (max-width: 768px) {
	.avVideo .avPlayerContainer{
		width: 370px !important;
	}
}


@media (max-width: 480px) {
	.avVideo .avPlayerContainer{
		width: 260px !important;
	}
}


.avVideo .avPlayerContainer { padding:0 !important; background:none !important;}

.rt-mobile{
	margin: 20px 0;
}

#barrauol .logouol img.uol_aniversario {
    height: 25px !important;
}

.mobileTop .mobileFooter{
	margin:5px 0;
}

.super-banner-footer{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	width: 978px !important;
}

.container_super_banner{
	width: 970px !important;
	
}

#rt-bannerFooter{
	width: 100%;
	background-color: #fefefe;
}