@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(fonts.css);

body.body1{
	background:#006BB6 url(../imagens/bg.jpg) center top no-repeat !important;
    font-family: 'proxima_nova_rgregular';
    ove
}

body.body2{
	background:#F2BC2E url(../imagens/bg2.jpg) center top no-repeat !important;
    font-family: 'proxima_nova_rgregular';
}

.container{
	background: #fff;
	padding:0 30px;
}

a{
	color:inherit;
	text-decoration: none;
}


h1,h2,h3{
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color:#222;
	font-weight: 700;
	margin: 10px 0 20px;
}

h2{
	margin: 0 0 20px;
}

iframe { 
	border: none; 
}

/****************************
********=header********
****************************/

header .container{
	background:transparent;
	position: relative;
	height: 340px;
	text-align: center;
}

.logo{
	position: relative;
	margin: 0 auto;
	display: inline-block;
	top: 0px;
}

header>.container>nav{
	border:none;
	position: absolute;
	top:10px;
	right: 30px;
	text-align: left;
}

header>.container>nav>ul{
	float:right;
}

header>.container>nav>ul>li{
	color:#fff !important;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	font-style: italic;
}

header>.container>nav>ul>li:after{
	content: "/";
	margin-left: 10px;
    font-family: 'proxima_nova_rgregular';
    color:#fff !important;
}

header>.container>nav>ul>li:last-child:after{
	content: none;
	color:#fff !important;
}

#header-menu-button{
	display:none;
	float:none;
}

/****************************
********=menu********
****************************/

.princi{
	background:url(../imagens/linha_Menu.png) center bottom no-repeat;
}

.menu{
	font-size: 0;
	margin:25px 0 25px;
	padding-right: 15px;
	margin-left: -15px !important;
	z-index: 9999;
}

#menu-button{
	display:none;
	float:none;
}
.menu>li:after{
	content: "|";
	margin-left: 10px;
   	font-family: 'proxima_novalight';
}
.menu>li{
        font-family: 'proxima_novalight';
	font-size: 15px;
	color: #ACACAC;
	padding: 8px 15px;
	line-height: 20px;
	letter-spacing: -1px;
	background:#fff;
	transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
}

.menu>li.selected, 
.menu>li:hover,
.menu>li:focus{
	color: #999999;
}

.menu>li>a:hover{
	color: #999999;
  font-family: 'proxima_nova_rgbold';
}

.menu .dropdown-submenu > .dropdown-menu {
	left:0;
	top:35px;
}

.menu .dropdown-submenu > .dropdown-menu:before {
	padding:10px 100px 0 10px;
}

nav .form-search{
	padding:25px 0;
	margin:0 0 0 30px;
}

/****************************
********=main********
****************************/

.breaking{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.breaking .controls{
	display: inline-block;
	float:left;
}

.breaking .bx-wrapper{
	overflow:hidden;
	padding:3px 0 0 15px;
}

.prev,.next{
	display: inline-block;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	position: relative;
	margin:0;
}

.prev:hover,
.prev:focus,
.next:hover,
.next:focus{
	background:#ddd;
}

.prev:hover i,
.prev:focus i,
.next:hover i,
.next:focus i{
	color: #fff;
}

.prev{
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border:1px solid #ddd;
}
.next{
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border:1px solid #ddd;
	margin-left: -4px;
}

.prev i,
.next i{
	font-size: 14px;
	padding:6px 10px;
	display: block;
	z-index: 100;
	color:#006BB6;
}

.bx-next,
.bx-prev{
	position: absolute;
	top: 0;
	outline: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 9999;
}

.breaking span{
	color: #f1284e;
	font-weight: 700;
}

.breaking li{
	color:#888;
	font-weight: 400;
	display: inline;
	margin: 0;
}


/****************************
********=posts********
****************************/

.main{
	margin-top: 20px;
}
.row{
	margin-bottom: 20px;
}

article{
	font-family: 'Open Sans', sans-serif;
}

article h1{
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	float:none;
}

article .img{
	position: relative;
}

article .img .overlay{
	top:0;left:0;
	width:100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
}

article .img:hover .overlay{
	opacity: 0.1;
}

article .img .overlay1{
	top:0;left:0;
	width:100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: #000;
	opacity: 0;
}

article .img:hover .overlay1{
	opacity: 0.4;
}

article .img .overlay2{
	top:0;
	left:0;
	width:100%;
	height: 450px;
	position: absolute;
	display: block;
	background-color: red;
	opacity: 0;
	z-index: 10000;
}

article .img:hover .overlay2{
	opacity: 0.9;
}

article.small img:hover{
	opacity: 0.9;
}

article .counters li:hover{
	color:#f1284e !important;
}

article.big{
	position: relative;
	color:#fff;
}

article.big .info{
	position: absolute;
	bottom:20px;
	text-align: center;
	width:100%;
}

article.big .tags{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
}

.tags>a:after{
	content: ",";
}

.tags>a:last-child:after{
	content: none;
}

article.big h1{
	font-size: 40px;
	font-weight: 700;
	margin:0 70px 30px;
	letter-spacing: -2px;
	color:#fff;
}

article.big .text{
	font-size: 14px;
	font-weight: 400;
	margin:0 70px 40px;
	text-align: center;
}

article.big .details{
	font-size: 12px;
	font-weight: 400;
}

article.big .details a{
	color:#fff;
}

article.big .details a:hover,
article.mid .details a:hover,
article.small .details a:hover{
	color:#f1284e;
}

article.big .counters{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0;
}

article.big .counters li,
article.mid .counters li,
.popular .counters li{
	font-size: 12px;
	line-height: 12px;
}

article.big .counters li{
	margin-left: 20px;
}

article.big .counters li i,
article.mid .counters li i,
.popular .counters li i{
	margin-right: 8px;
}


article.mid .tags{
	color:#222;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 0;
}

article.mid h1{
	color:#222;
	font-weight: 700;
	font-size: 18px;
	margin:8px 0 0;
	line-height: 18px;
	letter-spacing: -1px;
}

article.mid .details,
article.mid .details a,
article.small .details,
article.small .details a{
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	color:#aaa;
	margin:10px 0 6px;
}

article.mid .text{
	font-size: 13px;
	font-weight: 400;
	color:#888;
}

article.mid .counters{
	margin:0;
}

article.mid .counters li{
	margin-right: 20px;
	color:#888;
}

article.small .tags,
article.small .text,
article.small .counters{
	display: none;
}

article.small img{
	float:left;
	margin-right: 30px;
}

article.small h1{
	margin: 0;
	color: #9B9B9B;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

article.col{
	margin-bottom: 20px;
	margin-left: 0 !important;
}

article.col:last-child{
	margin-bottom: 0px;
}

.post-slider{
	position: relative;
}

.post-slider .controls .prev,
.post-slider .controls .next{
	border:none;
	position: absolute;
	top:50%;
	margin-top: -35px;
	background-color: rgba(241,40,78,0);
	height:70px;
    width:35px;
  	z-index: 100;

  	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
}

.post-slider .controls .prev{
	left:0;
	border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
}
.post-slider .controls .next{
	right:0;
	border-radius: 90px 0 0 90px;
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
}
.alig{
	text-align: right;
}
.post-slider:hover .controls .prev,
.post-slider:hover .controls .next{
	background-color:#006BB6;
}

.post-slider:hover .controls .prev i,
.post-slider:hover .controls .next i{
	opacity:1;
}

.post-slider .controls .prev i,
.post-slider .controls .next i{
	position: absolute;
	top:50%;
	padding:0;
	margin-top: -7px;
	color:#fff;
	opacity:0;

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.post-slider .controls .prev i{
	left:10px;
}

.post-slider .controls .next i{
	right:10px;
}


.post-slider .slides img{
	width:100%;
}


/****************************
********=aside********
****************************/

.aside-social{
	border:4px solid #ddd;
	font-size: 0;
	margin-bottom: 20px;
}

.aside-social li{
	border-left:1px solid #ddd;
	width:24.62%;
	text-align: center;
	padding-top: 8px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
}

.aside-social li:first-child{
	border-left:none;
}


.aside-social li:hover,
.aside-social li:focus{
	background: #f5f5f5;
}

.aside-social li p{
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: -6px;
	color:#888;
}

.aside-social li:hover i{
	color:#888;
}

.aside-social li i{
	font-size: 14px;
	margin-top: 3px;
	color:#aaa;
}

.newsletter{
	border-top: none;
	background: url(../imagens/newsletter.png);
	background-size: cover;
	color:#fff;
	padding:20px;
	margin-bottom: 20px;
}

.newsletter h3{
	float: none;
	color:#fff;
	margin:0 0 10px;
}

.newsletter p{
	font-size: 11px;
	font-weight: 400;
	opacity: 0.5;
}

.newsletter input[type="email"]{
	display: inline-block;
  	padding: 9px 9px;
  	margin-bottom: 10px;
  	font-size: 10px;
 	line-height: 10px;
  	color: #fff;
  	vertical-align: middle;
	height: 33px;
  	background: rgba(255,255,255,0);
  	border: 1px solid rgba(255,255,255,0.2);
  	-webkit-transition: border linear .2s;
  	-moz-transition: border linear .2s;
  	-o-transition: border linear .2s;
  	transition: border linear .2s;
}

.newsletter input[type="email"]::-moz-placeholder{
  color: rgba(255,255,255,0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}
.newsletter input[type="email"]:-moz-placeholder{
   color: rgba(255,255,255,0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}

.newsletter input[type="email"]:-ms-input-placeholder{
  color: rgba(255,255,255,0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}

.newsletter input[type="email"]::-webkit-input-placeholder{
  color: rgba(255,255,255,0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}

.banner{
	border:none;
	margin: 0 -1px 20px 0;
}

aside>div{
	border-top: 2px solid #000;
	margin-bottom: 20px;
}

aside h4{
	text-transform: uppercase;
	margin:20px 0 0;
}

.most-discussed article,
.most-commented article{
	margin-top: 20px; 
}

.most-discussed>a{
	margin-top: 20px; 
}

.flickr img{
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.flickr .overlay{
	display: inline-block;
	position:absolute;
	top:0px;
	left:0px;
	width: 60px;
	height: 60px;
	background: #fff;
	opacity: 0;
}

.flickr a:hover .overlay{
	opacity: 0.3;
}

.flickr a{
	margin-right: 7px;
}

.flickr a>div{
	display: inline-block;
	position:relative;
}

.flickr h4{
	margin-bottom: 20px;
}

.accordion-inner .small .img{
	float:left;
}

.accordion-inner .small img{
	margin-right: 15px;
}

.accordion-inner .small h1{
	display:none;
}

.accordion-inner .small .info{
	margin:0;
	overflow: hidden;
}
li.active{
 font-family: 'proxima_nova_rgbold';
 color: #006BB6;
}
h1.ac_a {
	font-size: 15px !important;
    font-family: 'proxima_novalight'!important;
}
.info.link_acc{
	content: red !important;
	display: block !important;
}
.accordion-inner .small .details{
	margin:0 0 4px;
}

.accordion-inner .small .text{
	display:block;
	font-size: 11px;
	line-height: 14px;
	color:#222;
	margin:0;
}


.accordion-toggle .nav-icon .fa:hover{
	background: #f5f5f5;
}

#twitter div{
	margin-top: 20px;
}

.most-commented .counter{
	border:1px solid #ddd;
	border-radius: 0 0 14px 0;
	float:left;
	margin-right: 20px;
	width:38px;
	height:38px;
	text-align: center;
}

.most-commented .counter i{
	color:#f1284e;
	font-size: 12px;
}

.most-commented .counter p{
	font-size:10px;
	margin-top: -2px;
	color:#aaa;
}

.recent-videos .tags,
.recent-videos .counters{
	display:none;
}


.recent-videos .video{
	margin-top: 20px;
}

.recent-videos article .text{
	font-size: 11px;
	color:#888;
	margin: 0;
}
.accordion-inner .info>a,
.recent-videos .info>a{
	font-size: 10px;
	color:#888;
}
.accordion-inner .info>a>i,
.recent-videos .info>a>i{
	margin-left: 10px;
	font-size: 9px;
}


/****************************
********=popular********
****************************/
.topBa{
	margin:20px -30px;
	padding:0px 30px;
	
}
.topBa h3{
	float:left;
}

.topBa .gallery-nav{
	float:right;
}

.topBa .gallery-nav .next{
	margin-left: -5px;
}
.topBa article{
	color:#fff;
	position: relative;
}

.topBa article .info{
	position: absolute;
	top:80%;
	text-align: center;
	width:100%;
}

.topBa article .tags{
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.topBa article h1{
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-top: 0;
	color:#fff;
}


.popular{
	background-color: #f5f5f5;
	margin:20px -30px;
	padding:20px 30px;
	
}
.popular2{
	background-color: #f5f5f5;
	margin:20px -30px;
	padding:20px 30px;
	
}
.coBg{
	background-color: #f5f5f5;	
	overflow: hidden;
}

.popular h3{
	float:left;
}

.popular .gallery-nav{
	float:right;
}

.popular .gallery-nav .next{
	margin-left: -5px;
}


.popular2 h3{
	float:left;
}

.popular2 .gallery-nav{
	float:right;
}

.popular2 .gallery-nav .next{
	margin-left: -5px;
}
.bx-pager-item{
	display: inline-block;
	margin:0 5px;
}

.bx-pager-link{
	border:1px solid #ddd;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
 	 border-radius: 50%;
 	 font-size: 0;
 	 padding:3px;
}

.bx-pager-link:hover,
.bx-pager-link.active{
	background: #f1284e;
	border:1px solid #f1284e;

}

.popular article{
	color:#fff;
	position: relative;
}

.popular article .info{
	position: absolute;
	top:80%;
	text-align: center;
	width:100%;
}

.popular article .tags{
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.popular article h1{
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	margin-top: -35px;
	margin-right: 20px;
	padding: 5px;
	background-color:rgba(0,0,0,0.33);
	font-family: 'proxima_nova_rgregular';
	color:#fff;
}




.popular2 article{
	color:#fff;
	position: relative;
}

.popular2 article .info{
	position: absolute;
	top:80%;
	text-align: center;
	width:100%;
}

.popular2 article .tags{
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.popular2 article h1{
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	margin-top: -35px;
	margin-right: 20px;
	padding: 5px;
	background-color:rgba(0,0,0,0.33);
	font-family: 'proxima_nova_rgregular';
	color: #fff;
}


.verde{
	color: #008C4F;
}

.popular article .details,
.popular article .text{
	display: none;
}

.popular article .counters{
	position: absolute;
	bottom:20px;
	text-align: center;
	width:100%;
}
.popular article .counters li{
	margin:0 10px;
}
.popular2 article .details,
.popular2 article .text{
	display: none;
}

.popular2 article .counters{
	position: absolute;
	bottom:20px;
	text-align: center;
	width:100%;
}
.popular2 article .counters li{
	margin:0 10px;
}
/****************************
********=best-week********
****************************/

.best-week{
	margin:-20px -30px 0px ;
	padding: 20px 30px 10px 30px;
}

.best-week.picture{
	background: url(../imagens/best@2x.png);
	background-size: cover;
}

.best-week.gray{
	background: #f5f5f5;
}

.best-week.color{
	background: #f1284e;
}

.best-week.gray h3,
.best-week.gray article.mid h1 a,
.best-week.gray article.mid h1 a:hover,
.best-week.gray article.mid .details,
.best-week.gray article.mid .details>a,
.best-week.gray article.mid .details>a:hover{
	color:#222 ;
}

.best-week.color h3,
.best-week.color article.mid h1 a,
.best-week.color article.mid h1 a:hover,
.best-week.color article.mid .details,
.best-week.color article.mid .details>a,
.best-week.color article.mid .details>a:hover{
	color:#fff ;
}

.best-week h3{
	color:#fff;
	width:100%;
}

.best-week article.mid h1 a,
.best-week article.mid h1 a:hover{
	color:#fff ;
	font-size: 18px;
}

.best-week article.mid .details{
	color:#fff;
	opacity: 0.5;
}

.best-week article.mid .details>a,
.best-week article.mid .details>a:hover{
	color:#fff;
}

.best-week article.mid .text,
.best-week article.mid .tags,
.best-week article.mid .counters{
	display: none;
}


/****************************
********=archive********
****************************/

.archive .row-fluid{
	position: relative;
}

.archive img{
	position: relative;
	top: 10px;
}

.archive h3{
	width: 100%;
	margin-top: 30px;
}

.archive article .col{
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.archive i:not(.fa-comment){
	color:#222;
	padding: 17px;
	border:1px solid #ddd;
}

.archive i.fa-comment{
	color:#aaa;
	padding-right: 5px;
}
.archive .col p{
	width:50px;
	text-align: center;
	color:#888;
	font-size: 10px;
}

.archive article .text{
	display: block;
	font-size: 12px;
	color:#888;
}

.archive>.row-fluid{
	margin-bottom: 0;
}

/****************************
********=footer********
****************************/

footer{
	padding-top: 15px;
	font-family: 'proxima_novalight';
}

footer .rights{
	background: transparent;
	text-align: center;
}

footer .rights p{
	color: #fff;
	font-size: 16px;
	text-align:center; 

}

/*footer .rights p:nth-child(1){
	float:left;
}
*/



/************************
***** =category *****
************************/

article.row{
	margin-left: 0;
}

article.row>img,
article.row .img{
	float:left;
	margin: 0 30px 0 0;
}


.list-page article.row h1{
	font-size: 24px;
	line-height: 24px;
	margin:0 0 11px;
}

article.row .details{
	float:left;
	margin:0;
}

article.row .tags{
	float:right;
	color: #aaa;
	margin: -5px 0 5px;
}

article.row .text{
	text-align: justify;
}

.list-page article.row .info{
	overflow: hidden;
}

.list-page article.row .text{
	float:left;
}

article.row .btn{
	float:left;
}

article.row .counters{
	float:left;
	margin-left: 30px;
	margin-top: 2px;
}

.archive.categories ul>li{
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.archive.categories ul>li:hover{
	background: rgba(0,0,0,0.04);
}

.archive.categories ul>li:last-child{
	border-bottom: none;
}


/************************
***** =404 *****
************************/

.main-404{
	padding:40px 185px;
	overflow: hidden;
}

.main-404 img{
	float:left;
}

.info-404{
	text-align: left;
	padding-left: 30px;
	overflow: hidden;
	padding-top: 110px;
}

.info-404 span{
	font-size:72px;
	letter-spacing: -3px;
	font-family: "Open Sans";
	font-weight: 700;
}

.info-404 small{
	font-weight: 700;
	color:#f1284e;
	font-family: "Montserrat";
	letter-spacing: -2px;
}


.info-404 p{
	font-weight: 300;
	color:#aaa;
	font-family: "Open Sans";
	font-size: 18px;
	text-transform: uppercase;
}


/************************
***** =about *****
************************/

.about-us{
	overflow: hidden;
	margin-bottom: 10px;
}

.about-us img{
	float:left;
	margin:0 30px 5px 0;
}

.about-us .info{
	text-align: justify;
}

.about-us .info h1 small{
	color:#222;
	text-transform: none;
}

.about-us .info h1{
	line-height: 24px;
	margin:-4px 0 30px;
}

.about-us .info p{
	font-size: 13px;
	color:#888;
}

.member .info h1{
	margin-bottom: 10px;
}

.member .social {
	margin-top: 15px;
}

.member .social li{
	border:1px solid #ddd;
}

.member .social li:hover{
	background: #f1284e;
	border:1px solid #f1284e;
}

.member .social li i{
	color:#aaa;
	opacity: 1;
}

.member .social li:hover i{
	color:#fff;	
}

.team{
	margin-bottom: 30px;
}

ul.statistic{
	margin-left: 30px;
	font-size: 0;
	text-align: right;
	/*padding:60px 0;*/
	/*border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
}

ul.statistic li{
	width:25%;
	text-align: right;
}


ul.statistic li i{
	font-size: 28px;
	color: #f1284e;
}

ul.statistic li h3{
	font-weight: 400;
	margin:10px 0 0;
}

ul.statistic li p{
	color:#888;
	font-size: 14px;
}


/************************
***** =author page *****
************************/

.author article.row h1{
	font-size: 18px;
	margin-bottom: 8px;
	margin-top:0;
}

.author .posts .info{
	overflow: hidden;
}

.author .posts .text{
	float:left;
}


.author .posts h3{
	margin-top: 0;
}

.author h2{
	letter-spacing: -2px;
	padding-bottom: 20px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}

.author h2 span{
	color:#f1284e;
}

.author article .tags{
	
}

.author .member .tags{
	margin-top: 15px;
}

.author article .details{
	margin-top: 2px;
}

/************************
***** =search-result *****
************************/

.search-result h3 span{
	font-size: 30px;
	color:#006BB6;
}

/************************
***** =contact *****
************************/

.contact-us .map iframe{
	width:100% !important;
	height: 380px;
}

.contact-details{
	list-style: none;
	border:1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	padding:0 20px;
}

.contact-details li{
	border-bottom:1px solid #ddd;
	overflow: hidden;
	padding:20px 0;
}

.contact-details li:last-child{
	border-bottom:none;
}

.contact-details li i{
	border:1px solid #ddd;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top: 12px;
}

.contact-details li div{
	font-size: 13px;
	line-height: 13px;
	color:#222;
	overflow: hidden;
	padding-left: 20px;
}

.contact-details li div p{
	margin:0px;
}
.contact-details li div p:last-child{
	margin-top:10px;
}

.contact-details li div p span{
	font-weight: 700;
}

.contact-form .alert{
	 display:none;
	 margin-top: 20px;
}

.contact-form label.error{
	font-size: 10px;
	font-family: "Open Sans";
	color:red;
	margin:0;
	line-height: 14px;
}

form [class*="span"]{
	margin-bottom: 0;
}

/************************
***** =coutdown *****
************************/

.coming-soon{
	text-align: center;
	padding:160px 0;
}

#countdown{
	display:inline-block;
}

.coming-soon .info{
	text-align: left;
	display: inline-block;
	margin-top: 40px;
}

.coming-soon .info p{
	color:#aaa;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin:5px 0 0;
}

.countdown_section .countdown_amount{
	color:#222;
	font-size: 72px;
	line-height: 72px;
	font-family: "Open Sans";
	font-weight: 700;
	letter-spacing: -2px;

	width:120px;
	text-align: right;
	margin-right: 10px;
	display: inline-block;
}

.countdown_section .countdown_amount:after{
	content: ".";
}

.countdown_section{
	color:#f1284e;
	font-weight: 700;
	font-family: "Montserrat";
	font-size: 24px;
	display: inline-block;
	text-transform: uppercase;
}

/************************
***** =post-page *****
************************/

.post-page article.post .img.span4{
	margin-left: 0;
}

.post-page article.post img,
.video,
.post-page article.post .post-slider{
	margin-bottom: 20px;
}

.post-page article.post .post-nav {
	display: inline-block;
	width: 350px;
}

.post-page article.post .img .post-nav {
	width:100%;
}

.post-page article.post.fullwidth .post-nav {
	float:left;
	margin-top: 20px;
}

.post-page article.post .post-nav a{
	border:1px solid #ddd;
	display: inline-block;
	padding:12px 20px;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.post-page article.post .post-nav a:last-child{
	margin-left: -1px;
}

.post-page article.post .post-nav h6{
	text-transform: uppercase;
	font-weight: 700;
	margin:0;
}

.post-page article.post .post-nav p{
	font-size: 11px;
	line-height: 15px;
	margin:0;
	color:#888;
}

.post-page article.post h1{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.post-page article.post.fullwidth h1{
	margin-bottom: 20px;
}

.post-page article.post.fullwidth .info{
	overflow: hidden;
}

.post-page article.post .data{
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	padding:10px 0;
	overflow:hidden;
}

.post-page article.post .details{
	float:left;
	margin:0;
	padding-top: 5px;
}

.post-page article.post .counters{
	float: right;
}

.post-page article.post .text{
	padding-top: 10px;
}

.post-page article.post .tags{
	float: left;
	padding: 20px 0;
}

.post-page article.post.fullwidth .tags{
	float: left;
	padding: 0;
	margin: 25px 0 0 20px;
	color:#aaa;
}

.post-page article.post .tags a{
	border:1px solid #ddd;
	padding: 8px 21px;
}

.post-page article.post .tags a:after{
	content: none;
}

.post-page article.post{
	margin-bottom: 40px;
}

.post-page article.member{
	margin-bottom: 40px;
}

.post-page ul{
	list-style: none;
}

.post-page .member .info h1 {
	margin: 0px 0 10px;
}

.post-page .member .info .tags {
	margin: -5px 0 5px ;
}

.post-page .comments>li:last-child>article{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.post-page .comments article{
	border-top: 1px solid #ddd;
	padding:20px 0 0;
}

.post-page .comments article h1{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	margin:0 0 10px;
}

.post-page .comments article .details{
	float:none;
	margin-bottom: 10px;
}

.post-page .comments article .btn{
	background:#ddd;
	color:#888;
}

.post-page .comments article .btn:hover{
	background:#f1284e;
	color:#fff;
}

.post-page .comments li>ul{
	margin-left: 100px;
}

.comment-form>h3{
	margin-bottom: 10px;
}

.comment-form>p{
	font-size: 12px;
	color:#888;
}

.comment-form .btn,
.contact-form .btn{
	padding:10px 20px;
}


/**********************
******=shortcodes*****
**********************/

.shortcodes .btn{
	margin-bottom: 10px;
}

.dropcap{
	color:#222;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin:0 20px 7px 0;
	float:left;
}

.progress-block{
	border:1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	padding: 20px;
  	margin: 20px 0;
}

.progress-block h3{
	margin: 0 0 20px;
}

.progress-block .caption p{
	margin:0 0 5px;
	float:left;
}

.progress-block .caption{
	overflow: hidden;
}

.progress-block .caption .percent{
	float: right;
}

.progress-block .score{
	font-weight: 700;
	margin: 20px 0 -20px;
}

.progress-block .score span{
	font-size: 60px;
	line-height: 60px;
	color:#f1284e;
}

.progress-block .score p{
	font-size:18px;
	color:#f1284e;
	margin: 0;
}

.progress-block .score .title{
	font-size: 18px;
	text-transform: uppercase;
	color:#222;
}
.redes{
	position: absolute;
	top: 85%;
	left: 77%;
}
.redes span{
    font-family: 'proxima_novaextrabold';
    color: #fff;
}
@media (max-width: 479px),(max-device-width: 479px) { 
	.redes{
		position: absolute;
		top: 4% !important;
		left: 17% !important;
	}
	.redes span{
	    font-family: 'proxima_novaextrabold';
	    color: #fff;
	}
	header>.container>nav>ul>li{
		color:#000 !important;
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
		font-style: italic;
	}

	header>.container>nav>ul>li:after{
		content: "";
		margin-left: 10px;
	    font-family: 'proxima_nova_rgregular';
	    color:#fff !important;
	}

	header>.container>nav>ul>li:last-child:after{
		content: none;
		color:#fff !important;
	}
	.menu{
		font-size: 0;
		margin:25px 0 25px;
		padding-right: 15px;
		margin-left: -15px !important;
		z-index: 9999;
	}

	#menu-button{
		display:none;
		float:none;
	}
	.menu>li:after{
		content: "";
		margin-left: 20px;
	   	font-family: 'proxima_novalight';
	}
	.menu>li{
	        font-family: 'proxima_novalight';
		font-size: 15px;
		color: #ACACAC;
		padding: 8px 15px;
		line-height: 20px;
		letter-spacing: -1px;
		background:#fff;
		transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
		-moz-transition: background 0.3s, color 0.3s;
		-o-transition: background 0.3s, color 0.3s;
	}
	article.big h1{
		font-size: 13px !important;
		font-weight: 500;
		/*margin:-50px 30px 30px !important;*/
		letter-spacing: 0px !important;
		margin-right: 45px !important;
		margin-bottom:-45px !important;
		color:#fff;
	}
	.not-home{
		width: 100% !important;
		border-bottom:1px solid #f2f2f2;
	}
	.popular article h1{
		font-size: 13px !important;
		font-weight: 500;
		/*margin:-50px 30px 30px !important;*/
		letter-spacing: 0px !important;
		margin-right: 40px !important;
		margin-top:-45px !important;
		color:#fff;
	}
	h1{
		letter-spacing: -0.05em;
		text-transform: uppercase;
		color:#222;
		font-weight: 700;
		margin: 10px 0 20px;
		font-size: 13px !important;
	}
	.contact-form{
		margin-top: 15px;
	}
	.videos2{
		margin-bottom: 40px !important;
	}
	.combo{
		width: 100% !important;
		margin-bottom: 25px;
		background:#fff url(../imagens/img_Seta.png) no-repeat right !important;
		  -webkit-appearance: none;
	    font-size:.5em
	    line-height:1.8em; // optical center
	    background-color: #ccc;
	    color: #333;
	    border: none;
	    padding: 6px 10px 4px 10px;
	}

}
@media (min-width: 980px) and (max-width: 1199px) {
	.menu>li{
	        font-family: 'proxima_novalight';
		font-size: 13px !important;
		color: #ACACAC;
		padding: 8px 15px;
		line-height: 20px;
		letter-spacing: -1px;
		transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
		-moz-transition: background 0.3s, color 0.3s;
		-o-transition: background 0.3s, color 0.3s;
	}
		.menu>li:hover{
		color: #ACACAC;
	}
			.combo{
		width: 70% !important;
		margin-bottom: 25px;
		background:#fff url(../imagens/img_Seta.png) no-repeat right !important;
		  -webkit-appearance: none;
	    font-size:.5em
	    line-height:1.8em; // optical center
	    background-color: #ccc;
	    color: #333;
	    border: none;
	    padding: 6px 10px 4px 10px;
	}
}
@media (max-width: 979px) {
		.redes{
		position: absolute;
		top: 80%;
		left: 70%;
	}
		header>.container>nav>ul>li{
		color:#000 !important;
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
		font-style: italic;
	}

	header>.container>nav>ul>li:after{
		content: "";
		margin-left: 10px;
	    font-family: 'proxima_nova_rgregular';
	    color:#fff !important;
	}

	header>.container>nav>ul>li:last-child:after{
		content: none;
		color:#fff !important;
	}
		.menu>li:after{
		content: "";
		margin-left: 20px;
	   	font-family: 'proxima_novalight';
	}
		.not-home{
			width: 100% !important;
		border-bottom:1px solid #f2f2f2;
	}
		.combo{
		width: 50% !important;
		margin-bottom: 25px;
		background:#fff url(../imagens/img_Seta.png) no-repeat right !important;
		  -webkit-appearance: none;
	    font-size:.5em
	    line-height:1.8em; // optical center
	    background-color: #ccc;
	    color: #333;
	    border: none;
	    padding: 6px 10px 4px 10px;
	}
		article.big h1{
		font-size: 16px !important;
		font-weight: 500;
		/*margin:-50px 30px 30px !important;*/
		letter-spacing: 0px !important;
		margin-right: 45px !important;
		margin-bottom:25px !important;
		color:#fff;
	}
	.popular article h1{
		font-size: 10px !important;
		/*margin:-50px 30px 30px !important;*/
		letter-spacing: 0px !important;
		margin-right: 40px !important;
		margin-top:0px !important;
		color:#fff;
	}
}
/*.marIcon{
	margin: -3px !important;
}*/
.not-s{
	border: 1px solid #ccc;
	margin:5px;
	height: auto;
	padding: 5px;
	border-radius: 2px;
	height: 100%;
}
.fotonoti{
	margin-right: 25px;
}
.not-home{
	float: left !important;
	width: 30%;
	margin:15px;
}
.videos2{
	height: 220px;
}
.docu{
background-color: #f2f2f2;
padding: 16px 10px 1px;
margin-bottom: 15px;
}
.docu select{
	border: none;
background-color: #fff;
width:30%;
height: 40px;
overflow: hidden;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 8px 10px;
font-size: 11px;
font-family: "Open Sans";
color: #222;
float: left;
margin-right: 25px;
outline: 0;
}
.docu h4{
	color: #006BB6 !important;
}
.galeImg{
	padding: 5px;
	border-radius: 1px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
border-radius: 3px;
color: #333333;
border: none;
height: 300px;
}
		.free-wall {
				margin: 15px;
			}
			.brick {
				width: 221.2px;
			}

			.info {
				padding: 15px;
				color: #333;
			}
		.info2 {
				/*padding: 15px;*/
				color: #333;
			}
			.brick img {
				margin: 0px;
				padding: 0px;
				display: block;
			}
			.imgGale{
				background: #eee !important;
			}
			.demonstrations { float: left; clear: both; width: 100%; margin-bottom: 18px; }
			.demonstrations canvas{ display: none !important;}
.demonstrations a {

}
.demonstrations a img { float: left; }
.demonstrations .rightmost { margin-right: 0; }

.jquery-notify-bar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 32768;
	background-color: #2385CD;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 20px 0px;
	cursor: pointer;
}
.jquery-notify-bar.error {
	color: #666;
	background: #EEEEEE;
font-family: 'proxima_nova_rgregular';
font-size: 18px;
margin-top: 0;
}
.jquery-notify-bar.error a {
	color: #2D3E50;
font-size: 18px;
}
.jquery-notify-bar.success {
	color: #fff;
	background-color: #6EABD5;
font-family: 'proxima_nova_rgregular';
	font-size: 18px;
}
.notify-bar-close {
	position: absolute;
	left: 95%;
	top: 25px;
}
div.error {
	float: left;
	width: 100%;
	clear: left;
	color: #A42F4C;
	margin: 0.2em 0 0;
	vertical-align: top;
	font-size: 13px;
	color: red;
}
.colorB{
	background: #F2BC2E;
	border-radius: 3px;
	padding: 3px;
		max-width: 350px;
	display: block;
	width: auto;
	text-align: center;
	color: #C6930D;
	margin-bottom: 5px;
    font-family: 'proxima_nova_rgbold';
}
.colorB:hover{
	color: #C6930D;
}
.colorC{
	background: #F2BC2E;
	padding: 3px;
	display: block;
	width: auto;
	text-align: center;
	color: #C6930D;
    font-family: 'proxima_nova_rgbold';
    top: 0;
}
.colorD{
	background: #F2BC2E;
	border-radius: 3px;
	padding: 3px;
	display: block;
	width: 50px;
	text-align: center;
	color: #C6930D;
	margin-bottom: 5px;
    font-family: 'proxima_nova_rgbold';
}
.colorD:hover{
	color: #C6930D;
}
div.tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	/*padding: 5px;*/
	width: 300px;
	overflow-y: auto;
}
div.tagsinput span.tag {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
		background: #f2f2f2;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 3px;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;';
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
div.tagsinput input {
	width: 80px;
	margin: 0px;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 5px;
	background: transparent;
	color: #000;
	outline: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.tagsinput div {
	display: block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
.over{
	/* Firefox v3.6+ */
	background-image:-moz-radial-gradient(50% 50%,circle farthest-side,rgba(255,255,255,0) 0%,rgba(0,0,0,0.64) 100%); 
	/* Safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(radial,50% 50%,0,50% 50%,273,color-stop(0, rgba(255,255,255,0)),color-stop(1, rgba(0,0,0,0.64)));
	/* Safari v6.0+ and by Chrome v10.0+ */
	background-image:-webkit-radial-gradient(50% 50%,circle farthest-side, rgba(255,255,255,0) 0%,rgba(0,0,0,0.64) 100%);
	/* IE v10+ */
	background-image:-ms-radial-gradient(50% 50%,circle farthest-side, rgba(255,255,255,0) 0%,rgba(0,0,0,0.64) 100%);
	background-image:radial-gradient(50% 50%,circle farthest-side, rgba(255,255,255,0) 0%,rgba(0,0,0,0.64) 100%);
	width:-546px;
	height:413px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0,FinishOpacity=64,Style=2)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0,FinishOpacity=64,Style=2);
	position:absolute; 
	width:100%; 
	height:100%;
}
.alig a{
	outline: 0 !important;
}
#mask {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 15999;
	background: url(../imagens/overlay.png) 0 0 repeat;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
}

#boxes .window {
	padding: 20px;
	position: absolute;
	z-index: 16000;
	display: none;
	left: 0;
	top: 0px;
	padding-top: 8px;
	text-align: left;
	font-size: 13px;
	width: 600px;
	height: auto;
}

.close {
	width: 25px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	margin-left: 465px;
	display: none;
}
.galerTip{
	background: #eee;
	border-radius: 3px;
	  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	  height: 300px;
}
.galerTip h1{
	font-size: 15px !important;
}
.galerIn{
		background: #fff;
	border-radius: 3px;
	  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	  height: 300px;
}
font-family: 'image-set( url(w320|w{requestWidth}) 2x high-bandwidth )';
display:none;