
.container {
   width: 100%;
}

.lang_select{
	float: right;
	width: 5%;
	margin-top: 7px;
}

.container-main {
    width: 1170px;
    margin: 0 auto;
}

.header {
    overflow: hidden;
    padding: 10px;
    background: #EEEEEE;
}

.menu-a{
    overflow: hidden;
    float: left;
    width: 68%;
    padding-top: 5px;
}

.menu-a ul li a{
    color: #777;
    padding: 0 15px 0 0;
    text-decoration: none;
    font-size: 14px;
}

.menu-a ul li a:hover{
    text-decoration: none;
    color: #3472B4;
}

.menu-a ul{
    padding: 0;
    margin: 0;
}

.menu-a li{
    list-style: none;
    float: left;
}

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

.container-4{
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
    height: 35px;
}

.container-4 form input#search{
  width: 285px;
  height: 25px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #000;

}


.container-4 input#search::-webkit-input-placeholder {
   color: #65737e;
}

.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}

.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}

.container-4 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-4 input#search::-webkit-input-placeholder {
   color: #65737e;
}

.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}

.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}

.container-4 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-4 button.icon{
  border: none;
  background: #232833;
  height: 33px;
  width: 50px;
  color: #4f5b66;
  opacity: 0;
  font-size: 10pt;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

@-moz-document url-prefix()
{
	.container-4 button.icon {  margin-right: 15px; }
}

.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline: none;
    opacity: 1;
    margin-left: -50px;
  }

  .container-4:hover button.icon:hover{
    background: white;
  }

.logo{
    background: url(../images/abstract-blue-background-blue-1542875618.jpg);
    background-size: 100%;
    padding: 25px;
    text-align: center
}

.logo h4{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
	line-height:1.5;
	text-shadow: 0px 1px 0px black, 0 0 0em #000;
}

.logo h5{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
	text-shadow: 0px 1px 0px black, 0 0 0em #000;
}

.logo a{
    text-decoration: none;
    color: #707070;
}

.logo a:hover{
    color: #686868;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* Container do menu */
.main-menu {
  background: #3EBDFF;
}

.main-menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.main-menu a:hover {
  background: #4f9ee3;
}

/* Container dos links do menu - Espaço de 30px para acompanhar o layout */
.main-menu ul {
  list-style-type: none;
  margin: 0;
}

/* Mantém os sub-menus nas posições corretas */
.main-menu li {
  position: relative;
}

.main-menu > ul > li {
  float: left;
}

.main-menu ul li a {
  display: block;
  padding: 20px 25px;
}

/* Mantém os sub-menus mais abaixo nas posições corretas */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  background: transparent;
  min-width: 150px;
  display: none;
  z-index: 9999;
}

.main-menu > ul > li > .sub-menu {
  padding-top: 10px;
}

.main-menu > ul > li > .sub-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border: 5px solid transparent;
  border-bottom-color: #3EBDFF;
}

.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid transparent;
}

.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}

.menu-item-has-children .sub-menu a {
  display: block;
  color: #fff;
  background: #3EBDFF;
}

/* Sub-menus dentro de sub-menus sempre aparecem ao lado direito */
.sub-menu .sub-menu {
  position: absolute;
  min-width: 150px;
  left: 100%;
  top: -0;
  border-left: 1px solid transparent;
}

/* Não precisamos de javascript para mostra os sub-menus */
.menu-item-has-children:hover >.sub-menu {
  display: block;
}

.menu-item-has-children:hover >.sub-menu a:hover {
  background: #4f9ee3;
}

/* Menu responsivo */
#responsive-nav-button,
.responsive-nav {
  display: none;
  font-size: 1.2em;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  float: left;
  clear: both;
  color: #fff;
}

#responsive-nav-button {
  padding: 10px 20px;
}

.responsive-nav {
  background: #333;
  padding: 10px 0;
}

.responsive-nav a {
  width: 100%;
  display: inline-block;
  padding: 5px 0 7px 20px;
}

.responsive-nav li a {
  color: #ddd;
  font-size: 12px;
}

/* Smartphones (portrait e landscape) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .main-menu{
    display: none;
  }
  #responsive-nav-button {
    background: #3EBDFF;
    display: block;
  }
}

.content {
    overflow: hidden;
}

.news-block {
    width: 75%;
    float: left;
    overflow: hidden;
    padding-top: 10px;
}

.news-block2{
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 10px;
}


.news-block-header {
    background: #EEEEEE;   
}

.news-block-header h5{
    padding: 10px;
    color: #6C6C6C;
    text-transform: uppercase;
    font-size: 12px;
}

.news {
    width: 47.49%;
    float: left;
    padding: 10px
}

.news img{
    width: 40%;
    float: left;
    padding: 0 15px 2px 0;
     -webkit-transition:0.5s;
     -moz-transition:0.5s;
     -o-transition:0.5s;
     transition:0.5s;
}

.news img:hover{
    opacity: 0.8;
    -webkit-transition:0.5s;
     -moz-transition:0.5s;
     -o-transition:0.5s;
     transition:0.5s;
}

.news h5{
	margin:0;
}

.news h5 a{
    color: #3EBDFF;
    font-size: 14px;
}

.news h5 a:hover{
    color: #3396C9;
}

.news h5 a:visited{
    /*color: #3396C9;*/
	color:#93d9fd;
}

.news p{
    font-size: 12px;
    color: #000;
    line-height: 1.4;
}

.boot{
      padding-bottom:10px;
}

.boot a{
    background: #3EBDFF;
    border: 1px solid #3EBDFF;
    padding: 5px;
    color: #fff; 
    font-size: 14px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.boot a:hover{
    background: #fff;
    border: 1px solid #3EBDFF;
    color: #3EBDFF;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.boot-two{
    clear: both;
    background: #f5f5f5;
    text-align: center;
    padding: 5px;
}

.boot-two div:hover{
	cursor:pointer;
}

.news-block a .boot-two{
    color: #3EBDFF;
     -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.news-block a .boot-two:hover{
    background: #3EBDFF;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    color: #fff;
}

.block-right {
    float: right;
    width: 23%;
    background: #F8F8F8;
    margin-top: 20px;
}

.block-right-header{
    background: #EEEEEE; 
}

.block-right-header h5{
    padding: 10px;
    color: #6C6C6C;
    text-transform: uppercase;
    font-size: 12px;
	margin: 0;
}

.col {
    padding: 10px;
    width: 92%;
}

.col-header {
    text-transform: uppercase;
    color: #6C6C6C;
    padding-bottom: 15px;
    padding-top: 10px;
}

.col-header  h5{
	margin:0;
}

.img{
    overflow: hidden;
}

.col img {
    width: 100%;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col img:hover{
     opacity: 0.7;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.boot-col{
    background: #f5f5f5;
    padding: 5px;
}

.col a .boot-col{
    color: #3EBDFF;
     -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col>a div:hover{
	cursor:pointer;
}

.col a .boot-col:hover{
    background: #3EBDFF;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    color: #fff;
}

.col-ls{
    clear: both;
    padding-top: 30px;
}

.col-ls-header{
    background: #EEEEEE; 
}

.col-ls-header h5{
    padding: 10px;
    color: #6C6C6C;
    text-transform: uppercase;
    font-size: 12px;
}

.col-a{
    width: 49%;
    float: left;
}

.col-b{
    width: 49%;
    float: right;
}

.col-a img{
    width: 100%;
    padding-top: 10px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col-a img:hover{
    opacity: 0.7;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col-a a{
    text-transform: uppercase;
    font-size: 14px;
    color:#3EBDFF;
    font-weight: normal;
    text-decoration: none;
}

.col-a a:hover{
    text-decoration: underline;
}

.col-b img{
    width: 100%;
    padding-top: 10px;
     -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col-b img:hover{
    opacity: 0.7;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col-b a{
    text-transform: uppercase;
    font-size: 14px;
    color:#3EBDFF;
    font-weight: normal;
    text-decoration: none;
}

.col-b a:hover{
    text-decoration: underline;
}

.col-r{
    width: 49%;
    float: left;
}


.col-r img{
    width: 100%;
    padding-top: 10px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.col-r img:hover{
    opacity: 0.7;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;

}

.col-r a{
    text-transform: uppercase;
    font-size: 14px;
    color:#3EBDFF;
    font-weight: normal;
    text-decoration: none;
}

.col-r a:hover{
    text-decoration: underline;
}

.col-r2{
    width: 49%;
    float: right;
}

.col-r2 img{
    width: 100%;
    padding-top: 10px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;

}

.col-r2 img:hover{
    opacity: 0.7;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;

}

.col-r2 a{
    text-transform: uppercase;
    font-size: 14px;
    color:#3EBDFF;
    font-weight: normal;
    text-decoration: none;
}

.col-r2 a:hover{
    text-decoration: underline;
}

.footer{
    background: #333;
    text-align: center;
    height:100%;
}

.footer h5 a{
    color: #fff;
    text-decoration: none;
}

.footer h5{
    padding: 20px;
    text-transform: uppercase;
}

.news_view1{
	padding:15px 0 30px;
	position:relative; 
	min-height:110px;
	overflow: hidden;
	border-bottom: 3px solid #EEEEEE;
}

.news_view1:hover{
     border-bottom: 3px solid #3EBDFF;
}

.news_view1 .img_box1{
	height:110px;
	width:200px;
	float:left;
	margin:0 15px 0 0 ;
	overflow:hidden;
}

.news_view1 .img_box1 img{
	width:100%;
	overflow:hidden;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.news_view1 .img_box1 img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.news_view1 h2{
	font-size:14px;
	font-weight:bold!important;
	margin:0 0 5px 0!important;
	padding:0;
	line-height:15px;
	text-align:left;
}	

.news_view1 .link1{
	float: right;
	font-size: 12px;
}

.h50{
	line-height: 18px;
	font-size: 12px;
}

.h50 h2 a:visited{
	color:#93d9fd;
}

.dunamic{
	overflow: hidden;
}

.dum{
  width: 30%;
  float: left;
  padding-top: 20px;
  background: #F5F5F5;
  padding: 5px;
  margin: 5px;
   transition:1s;
  -o- transition:1s;
  -webkit- transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  border-bottom: 1px solid #ccc;
  
}

.dum:hover{
  background: #fff;
  border-bottom: 1px solid #3EBDFF;
  transition:1s;
  -o- transition:1s;
  -webkit- transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
}

.dum img{
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
}

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
}

.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}

.feedback ol li input.text, .review ol li input.text{
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}

.feedback ol li textarea, .review ol li textarea  {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}

.feedback ol li input.capinput,.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}

.feedback ol li img#capimg, .review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}

li.button{
	clear:both;
} 

.item{
	display: block;
}

.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eeeeff;	
}

.answerList .name{
	padding-top:7px;
	margin-top: 15px;
	border-radius:5px 5px 0 0;
}

.answerList .message{
	padding-bottom: 0 7px;
	border-radius:0 0 5px 5px;
}
.answerList .answer_message{
	background: #C4C4FF;
	padding: 7px;
	border-radius:5px;
	margin: 5px 0;}
	
.name .date{float:right} 

.news_p h2{
	font-size:17px !important;
	line-height:17px !important;
}

.feedback h2{
	display:none;
}

.advert li#av_li {
	padding: 10px 0 20px 0;
	border-bottom: 1px #ccc dotted;
	list-style:none;
}

.advert li header {
	font-size: 14px;
	font-weight: bold;
}

.advert li .date {
	font-size: 11px;
	color: #999999;
	margin: 0;
	text-decoration: none;
}

.advert li a {
	float: right;
}




















