/*  
El Derribador - 2015
Design: Esteban Quispe - El Derribador team
www.estebanquispe.com
*/


/* RESET */
@font-face
{
	font-family: Tahoma;
	src: url(../fonts/tahoma.ttf);
}
body, h1, h2, h3, h4, h5, h6, a, p, div, article,
aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary{
	font-family: "Tahoma",sans-serif;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
}

a{
	color: #5f5f5f;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:visited {
	text-decoration: none;
} 

a:active {
	color: #FBB03B;
	text-decoration: none;
} 
a:hover{
	text-decoration: none;
	color: #FBB03B;
}
.container {
	max-width: 1170px;
	padding:0px;
}
ul{
	list-style: none;
	padding-left: 0px;
}
img {
	width: 100%;
}
.center {
	text-align: center;
}
.bottom-border{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e3e2e2;
}
.edrr-gallery-ttile{
	width:100%;
	height:40px;
	line-height:40px;
	background:#f2f2f4;
	border-right:5px solid #FBB03B;
	border-left:8px solid #FBB03B;
}
.edrr-gallery-ttile span{
	margin: 13px 0;
	float: left;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-left:5px solid #FBB03B;
	margin-right:10px;
}
.edrr-gallery-ttile p{
	font-size: 1.28571428em;
}
.date-like-comment{
	width: 100%;
}
.date-like-comment .date,
.date-like-comment .like, 
.date-like-comment .like:visited,
.date-like-comment .comments{
	float: right;
	padding: 5px 15px 0 5px;
	line-height: 40px;
	display: inline-block;
}
.date-like-comment .like i, 
.date-like-comment .comments i{
	padding-right: 3px;
}
.date-like-comment .date{
	float: left;
}
.like-comment-readmore{
	position: absolute;
	bottom: 0;
	margin-bottom:10px;
	width: 100%;
}
.like-comment-readmore a{
	padding-right: 10px;
	display: inline-block;
	line-height: 40px
}
.like-comment-readmore .read-more,
.read-more a{
	color: #fff;
	background-color: #FBB03B;
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
}
.like-comment-readmore .read-more:hover,
.read-more a:hover{
	background-color: #FDD089;
	color: #fff;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.like-comment-readmore .read-more{
	float: right;
}
div.edrr-thumbnail{
	margin-bottom: 5px;
}
.edrr-thumbnail{
	position: relative;
	overflow: hidden;
	min-height: 80px;
}
.edrr-thumbnail p, 
.edrr-thumbnail a,
.nav-paging i,
input[type="submit"],
button[type="submit"],
.footer-social-icons li a,
#social-buttons a,
#edrr-contact-sidebar li a
{
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.edrr-thumbnail p{
	text-align: center;
	background-color: rgba(44, 62, 80,.7);
	padding-top: 25%;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;	
	opacity: 0;
}
li:hover .edrr-thumbnail p{
	opacity: 1;
	top: 0;
}
.edrr-thumbnail a{
	color:#fff;
	border:1px solid #FFF;
	padding:5px 10px;
}
.edrr-thumbnail a:hover{
	color: #FFF;
	background-color: #FBB03B;
	border:1px solid #FBB03B;
}

.current-page{
	color: #5f5f5f;
	height: 40px;
	line-height: 40px;
}
.current-page a{
	color: #afafaf;
}
.edrr-category-post h5{
	font-size: 1.2em;
	line-height: 30px;
}
.nav-paging i{
	color: #FFF;
	background-color: #FBB03B;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.nav-paging i:hover{
	background-color: #FDD089;
}
.nav-paging a{
	float: left;
	height: 40px;
	width: 40px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.nav-paging li:first-child a:hover,
.nav-paging li:last-child a:hover{
	font-size: 1em;
}
.nav-paging a:hover{
	color: #FBB03B;
	font-size: 1.35em;
}
.nav-paging span{
	color: #FBB03B;
	font-size: 1.35em;
}
.nav-paging{
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	overflow: hidden;
}
.nav-paging ul{
	margin: 0 auto;
}
.nav-paging li{
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	float: left;
}
#edrr-contact-sidebar li .google-plus:hover,
#social-buttons .google-plus:hover,
.google-plus:hover{
	color: #FFF;
	background-color: #db514f;
}
#edrr-contact-sidebar li .linkedin:hover,
#social-buttons .linkedin:hover,
.linkedin:hover{
	color: #FFF;
	background-color: #0077b5;
}
#edrr-contact-sidebar li .twitter:hover,
#social-buttons .twitter:hover,
.twitter:hover{
	color: #FFF;
	background-color: #2e9edd;
}
#edrr-contact-sidebar li .facebook:hover,
#social-buttons .facebook:hover,
.facebook:hover{
	color: #FFF;
	background-color: #3b5998;
}
.google-plus, .linkedin, .twitter, .facebook

{
	display: inline-block;
}

#edrr-header .fullwidth{
	background-color: #343333;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#edrr-nav-top{
	height: 41px;
}

#edrr-nav-top ul{
	margin: 0px;
	padding:0px;
}
#edrr-nav-top ul li{
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#edrr-nav-top ul li a{
	color: #a5a3a5;
	display: inline-block;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
}
#edrr-nav-top ul li a:hover{
	color: #FBB03B;
	text-decoration: none;
	font-size: 1em;
}
#edrr-nav-top ul li:hover{
	border-bottom: 2px solid #FBB03B;
}
#edrr-nav-top ul:last-child li:last-child{
	margin-top: 5px;
}
#edrr-nav-top ul:last-child li:last-child:hover{
	border-bottom: none;
}
#edrr-nav-top ul input{
	color: #5f5f5f;
	background-color:#dadada;
	outline-style: none;
	border: none;
	border-left: 5px solid #FBB03B;
	padding: 0 10px;
	margin-right: 0px;
	width: 225px;
	height: 30px;
	
}
#edrr-nav-top ul button{
	color: #fff;
	margin: 0px;
	margin-left: -5px;
	background-color:#FBB03B;
	outline-style: none;
	width: 30px;
	height: 30px;
	border: none;
}
#edrr-nav-top ul button:hover {
	background-color: #FDD089;
}
#edrr-nav-main .nav li a i{
	font-size: .75em;
	padding-left:10px;
	line-height: 40px;
}
#edrr-nav-main .nav li ul a i{
	float: right;
}


#edrr-site-title .container{
	padding: 0 0;
}
#edrr-site-title .site-logo a{
	padding-left: 0px;
	padding-right: 0px;
	width: 300px;
}
#edrr-site-title .site-logo h1{
	color: #818285;
	font-size: 2em;
	font-weight: normal;
}
#edrr-site-title .site-logo h1 span{
	color: #515252;
	font-weight: 700;
}
#edrr-site-title .site-logo h3{
	color: #333333;
	font-size: .925em;
	font-weight: 400;
}
#edrr-site-title .site-logo img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	float: left;
}
#edrr-site-title  .add-space{
	text-align: center;
	font-size: 3em;
	color: #FFF;
	line-height: 80px;
	width: 690px;
	height: 90px;
	float: right;	
}

#edrr-nav-main{
	background-color: #FBB03B;
	width: 100%;
	height: 40px;
}
#edrr-nav-main .navbar-collapse{
	padding-left: 0px;
	float: left;
}
#edrr-nav-main .nav li{
	border-left:1px solid rgba(255,255,255,.3);
	border-right:1px solid rgba(0,0,0,.1); 
}
#edrr-nav-main .nav li a{
	
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	background-color: #FBB03B;
	padding: 0px 20px;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
#edrr-nav-main .nav li:first-child{
	border-left: none;
}
#edrr-nav-main .nav li:last-child{
	border-right: none;
}
#edrr-nav-main .nav li a:hover{
	background-color: #FDD089;
}

#edrr-nav-main .current-time {
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	padding: 0px 20px;
	line-height: 40px;
	padding-right: 0px;
	height: 40px;
}


.nav ul.sub-menu{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}

#edrr-nav-main .nav ul.sub-menu li{
	position: relative;
	border-left: none;
	border-right: none;
}
.nav ul.sub-menu li a{
	display: inline-block;
	width: 180px;
	min-height: 40px;
	border-top:1px solid rgba(255,255,255,.3);
}

.nav ul.sub-menu ul.sub-menu-2,
.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
	position: absolute;
	display: none;
	margin-left: 180px;
	top: 0;
	border-left:1px solid #FDD089;
	z-index: 200;
}
.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
	z-index: 300;
}

.dropdown-menu{
	background-color:#FBB03B;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus{
	background-image: none;
	background-color: #FDD089;
}

#edrr-nav-below-main{
	background-color: #f2f2f4;
	width: 100%;
}
#edrr-nav-below-main .navbar-collapse{
	padding-left: 0px;
	float: left;
}
#edrr-nav-below-main .nav li a{
	height: 40px;
	color: #5f5f5f;
	font-weight: 400;
	font-size: 1.07142857em;
	padding: 0px 20px;
	line-height: 40px;
}
#edrr-nav-below-main .nav li a:hover{
	color:#FBB03B;
}
#edrr-nav-below-main .edrr-language{
	float: right;
}
#edrr-nav-below-main .edrr-language li{
	float: left;
	line-height: 40px;
	padding: 0 10px;
}
#edrr-nav-below-main .edrr-language li:last-child{
	padding-right: 0px;
}
#edrr-nav-below-main .edrr-language img{
	height: 14px;
	width: 24px;
	display: inline-block;
	margin-right: 10px;
}

#edrr-left-section.col-md-8,
#edrr-right-section.col-md-4{
	min-height: 400px;
	padding: 0px;
	padding-bottom: 40px;
}


#edrr-left-section.col-md-8{
	border-right: 1px solid #e3e2e2;
	padding-right: 15px;
}

#edrr-left-section .edrr-last-update{
	background-color: #f2f2f4;
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
#edrr-left-section .update-ribon{
	color:#FFF;
	font-size: 1.142857142857143em;
	line-height: 40px;
	background-color: red;
	width: 90px;
	height: 100%;
	padding:0 5px 0 10px;
	float: left;
}
#edrr-left-section .update-ribon-right{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-left:15px solid red;
	float: left;
}
#edrr-left-section .update-ribonoff{
	color:#FFF;
	font-size: 1.142857142857143em;
	line-height: 40px;
	background-color: grey;
	width: 90px;
	height: 100%;
	padding:0 5px 0 10px;
	float: left;
}
#edrr-left-section .update-ribonoff-right{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-left:15px solid grey;
	float: left;
}
#edrr-left-section .update-news-text{ 
	float: left;
	padding-left: 10px;
}
#edrr-left-section .update-news-text ul{
	line-height: 40px;
}
#edrr-left-section .update-right-border{
	width: 0;
	height: 40px;
	border-right:5px solid #FCC062;
	float: right;
}

#latestUpdate > li > a{
	font-size: 1.2em;
}
#latestUpdate > li:nth-child(1) {
	display:block;
}
#latestUpdate > li:nth-child(2) {
	display:none;
}

#edrr-main-section #edrr-right-section.col-md-4{
	padding-left: 15px;
	margin-top: 40px;
}
#edrr-main-section #edrr-right-section.col-md-4.edrr-home{
	margin-top: 15px;
}
#social-buttons {
	overflow: hidden;
	border:1px solid #e3e2e2;
	padding: 15px 15px 0;
	margin-bottom: 40px;
}
#social-buttons li{
	float: left;
	width: 70px;
	margin-right: 20px;
}
#social-buttons li:last-child{
	margin-right:0;
}
#social-buttons li p{
	line-height: 22px;
	text-align: center;
	background-color: #f2f2f4;	
	border:1px solid #e3e2e2;
	margin: 15px 0;
	float: left;
	width: 70px;
	height: 50px;
}
#social-buttons p .bubble{
	background-image: url(../img/bubble.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -10px;
	width: 70px;
	height: 10px;
	float: left;
	z-index: 99999;
}
#social-buttons p  .count{
	font-size: 1.2em;
	padding: 0 15px;
}
#social-buttons a{
	text-align:center;
	line-height: 40px;
	font-size: 1.3em;
	margin: 0 15px;
	background-color: #f2f2f4;
	float:left;
	width:40px;
	height:40px;
}
#social-buttons a:hover{
	color: #FFF;
}

#sidebar-popular-post, 
#sidebar-older-post{
	overflow: hidden;
}
#sidebar-popular-post li, 
#sidebar-older-post li{
	padding: 8px;
	width: 100%;
	float:left;
	border-left: 1px solid  #e3e2e2;
	border-right: 1px solid  #e3e2e2;
}
#sidebar-popular-post li img, 
#sidebar-older-post li img{
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 8px;
}
#sidebar-popular-post li:last-child, 
#sidebar-older-post li:last-child {
	border-bottom: 1px solid  #e3e2e2;
	margin-bottom: 40px;

}
#sidebar-popular-post li:nth-child(even), 
#sidebar-older-post li:nth-child(even){
	background-color: #f2f2f4;
}

.sidebar-video, 
.sidebar-entertainment{
	padding: 15px;
	border-left: 1px solid  #e3e2e2;
	border-right: 1px solid  #e3e2e2;
}
.sidebar-video + .date-like-comment,
.sidebar-entertainment + .date-like-comment{
	background-color: #f2f2f4;
	line-height: 40px;
	border: 1px solid  #e3e2e2;
	width: 100%;
	height: 40px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.sidebar-entertainment img{
	margin-bottom: 10px;
}

.sidebar-add-place
{
	font-size: 3em;
	text-align: center;
	color: #FFF;
	/*background-color: #d5d5d5;*/
	max-width: 370px;
	max-height: 280px;
	line-height: 250px;
	margin-bottom: 40px;
}

.sidebar-add-place2
{
	font-size: 3em;
	text-align: center;
	color: #FFF;
	background-color: #d5d5d5;
	max-width: 370px;
	max-height: 520px;
	line-height: 520px;
	margin-bottom: 40px;
}

.sidebar-newslater-form {
	max-height: 50px;
	margin-bottom: 40px;
}
.sidebar-newslater-form .edrr-gallery-ttile{
	border-right: 0;
}
.sidebar-newslater-form form{
	margin-top: 10px;
}
#edrr-sidebar-newslater input[type="email"]{
	min-width: 50px;
	margin:6px 2%;
	outline-style: none;
	border:none;
	padding: 0 2%;
	border: 1px solid #d7d7d7;
	line-height:20px;
	width: 71%;
	height: 28px;
	float: left;
}
#edrr-sidebar-newslater button{
	color: #FFF;
	font-weight: 700;
	background-color: #FBB03B;
	outline-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 25.5%;
	min-width: 35px;
	margin-right: -2%;
	float: left;
}
#edrr-sidebar-newslater button:hover{
	background-color: #FDD089;
}


#edrr-find-on-fb .find-fb-title{
	font-size: 1em;
	font-weight: 700;
	background-color: #f2f2f4;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d7d7d7;

}
#edrr-find-on-fb .find-fb-title span{
	font-size: 1.3em;
	color: #FFF;
	background: #43609c;
	padding: 2px 10px;
	margin: 5px;
	line-height: 24px;
}
#edrr-find-on-fb  .find-on-fb-body{
	border: 1px solid #d7d7d7;
	padding:15px;
	border-top:none;
}

#edrr-footer-sidebar{
	background-color: #282c2d;
	background-image: url(../img/footer-sidebar-bg.png);
	padding: 0 0 40px 0;
	width: 100%;
	min-height:400px;
}
#edrr-footer-sidebar h5{
	font-size: 1.15em;
	color: #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 100%;
}
#edrr-footer-sidebar .about-us{
	color: #c2c2c2; 
	margin-bottom:10px;
}
#edrr-footer-sidebar  .site-logo{
	background-color: #e3e2e2;
	height: 60px;
	padding:10px;
	width:185px;
}
#edrr-footer-sidebar .site-logo a{
	padding-left: 0px;
	padding-right: 0px;
	width: 300px;
}
#edrr-footer-sidebar .site-logo h1{
	font-size: 1.5em;
	font-weight: normal;
	color: #818285;
}
#edrr-footer-sidebar .site-logo h1 span{
	font-weight: 700;
	color: #515252;
}
#edrr-footer-sidebar .site-logo h3{
	font-size: .8em;
	font-weight: 400;
	color: #333333;
}
#edrr-footer-sidebar .site-logo img{
	width: 55px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	float: left;
}
#edrr-footer-sidebar .col-md-3{
	margin: 40px 0 0 0;
	overflow: hidden;
}
#edrr-footer-sidebar .col-md-3 li{
	padding: 8px;
	width: 100%;
	float:left;
	padding-left: 0;
}
#edrr-footer-sidebar .col-md-3 li a{
	color: #c2c2c2;
	padding: 0;
	margin: 0;
}
#edrr-footer-sidebar .col-md-3 li img{
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
#edrr-footer-sidebar .col-md-3 li a:hover{
	color: #FBB03B;
}
#edrr-footer-sidebar .tagcloud a{
	color: #fff;
	line-height: 40px;
	background-color: #FBB03B;
	padding: 5px 10px;
	margin-right: 7px;
}
#edrr-footer-sidebar .tagcloud a:hover{
	background-color: #5f5f5f;
}

#edrr-footer{
	background-color: #aaaaaa;
	min-height: 40px;
}
.container{
	position: relative;
}
.copyright, .copyright a{
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.footer-social-icons{
	position: absolute;
	right: 0;
	top:0;
	height: 40px;
	width: 160px;
}
.footer-social-icons li a{
	font-size: 1.35em;
	color: #fff;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 40px;
}


#edrr-slide-main{
	position: relative;
	margin: 15px 0px 50px 0px;
}
#edrr-slide-main p{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0, .4);
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
}
#edrr-slide-main p a{
	color: #fff;
	font-size: 1.71428571em;
	padding-left: 30px;
}
#edrr-slide-main .carousel-indicators{
	bottom:-40px;
}
#edrr-slide-main .carousel-indicators li{
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
}
#edrr-slide-main .carousel-indicators .active{
	background-color: #FBB03B;
}
#edrr-slide-main .carousel-control{
	text-shadow:none;
	display: inline-block;
	background: #FBB03B;
	line-height:36px!important;
	-moz-line-height:36px!important;
	height:40px;
	width:40px;
	top:45%;
	opacity: 1;
}
#edrr-slide-main .carousel-control:hover{
	background-color: #5f5f5f;
}

#edrr-latest-post-gallery{
	overflow: hidden;;
}
#edrr-latest-post-gallery .edrr-latest-post{
	margin-top: 5px;
}
#edrr-latest-post-gallery li{
	width: 31.33%;
	float: left;
	padding: 10px 0;
}
#edrr-latest-post-gallery li:nth-child(3n+3),
#edrr-latest-post-gallery li:nth-child(3n+2){
	margin-left:3%;
}
#edrr-latest-post-gallery li h4{
	font-size: 1.2em;
}
#edrr-latest-post-gallery li h4 a, #edrr-derribador-news li h5 a{
	display: inline-block;
	line-height: 1.2em;
	width: 100%;	
}
#edrr-latest-post-gallery .edrr-thumbnail p{
	padding-top: 35%;
}


#edrr-derribador-news{
	overflow: hidden;
}
#edrr-derribador-news .featured-derribador-news{
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
}
#edrr-derribador-news .featured-derribador-news img{
	width: 100%;
}
#edrr-derribador-news .featured-derribador-news-img {
	width: 48.5%;
	float: left;
	height:252px;
}
#edrr-derribador-news .featured-derribador-news-post{
	position: relative;
	border-bottom: 1px solid #ccc;
	height:252px;
	width: 48.5%;
	float: right;
}
#edrr-derribador-news .featured-derribador-news-post h5{
	margin-bottom: 10px;
	font-weight: 700;
}
#edrr-derribador-news h5{
	margin-bottom: 10px;
	font-size: 1.2em;
}
#edrr-derribador-news li{
	width: 22.75%;
	float: left;
	margin-bottom: 10px;
}

#edrr-derribador-news li:nth-child(4n+1), 
#edrr-derribador-news li:nth-child(4n+2), 
#edrr-derribador-news li:nth-child(4n+3){
	margin-right: 3%;
}

/* 7.4 - edrr-sports-gallery 
---------------------------------------------------------------------- */
#edrr-sports-gallery{
	overflow: hidden;
}
#edrr-sports-gallery .featured-sports-news{
	margin-top:20px;
	height:504px;
	width: 48.5%;
	float: left;
}
#edrr-sports-gallery .featured-sports-news img{
	width: 100%;
}
#edrr-sports-gallery .featured-sports-news-img {
	height:252px;
}
#edrr-sports-gallery .featured-sports-news-post{
	border-bottom: 1px solid #ccc;
	margin-top:20px;
	position: relative;
	height:252px;
}
#edrr-sports-gallery h5{
	line-height: 20px;
	font-size: 1.2em;
}
#edrr-sports-gallery .featured-sports-news-post h5{
	margin-bottom: 10px;
	font-weight: 700;
}
#edrr-sports-gallery  .like-comment-readmore{
	position: absolute;
	bottom: 0;
	margin-bottom:10px;
	width: 100%;
}
#edrr-sports-gallery ul{
	width: 100%;
	margin-top: 10px;
}
#edrr-sports-gallery li{
	width: 22.75%;
	float: left;
	margin: 20px 0;
}
#edrr-sports-gallery li h5 a{
	font-weight: 400;
	display: inline-block;
	width: 100%;
}
#edrr-sports-gallery li:nth-child(-n+2){
	margin-top: 10px;
}
#edrr-sports-gallery li:nth-child(-n+5):nth-child(odd),
#edrr-sports-gallery li:nth-child(-n+6):nth-child(even),
#edrr-sports-gallery li:nth-child(n+8){
	margin-left: 3%;
}
#edrr-sports-gallery li img{
	width: 100%;
}

#edrr-blog article{
	border-top: 1px solid #e3e2e2;
	padding: 20px 0 15px 0;
	overflow: hidden;
}
#edrr-blog .blog-thumbnails{
	padding-left: 0;
	height: 168px;
	width: 33.33%;
	float: left;
}
#edrr-blog figure img{
	min-height: 100px;
	max-height: 200px;
	width: 100%;
}
#edrr-blog .blog-text{
	margin-left: 2%;
	padding-right: 0;
	min-height: 185px;
	position: relative;
	width: 64.66%;
	float: right;
}
#edrr-blog .blog-text .meta-data {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	line-height: 40px;
}
#edrr-blog article h1{
	font-size: 1.25em;
	padding: 0 0 10px 0;
	line-height: 30px;
}
#edrr-blog .like{
	margin-right:20px
}
#edrr-blog .like i, 
#edrr-blog .comments i{
	margin-right:3px;
}
#edrr-blog .read-more{
	float:right;
}

#edrr-blog-s2 li{
	width:48.5%;
	float:left;
}
#edrr-blog-s2 li:nth-child(2n+1){
	margin-right:1.5%;
}
#edrr-blog-s2 li:nth-child(2n+2){
	margin-left:1.5%;
}
#edrr-blog-s2 li article{
	max-height: 252px;
	padding-bottom:20px;
	position:relative;
	margin-bottom:40px;
	overflow: hidden;
}
#edrr-blog-s2 figure img{
	height:100%;
	width: 100%;
}
#edrr-blog-s2 article h4{
	font-weight: 300;
	font-size: 1.2em;
	background-color: rgba(0,0,0,.7);
	line-height: 30px;
	position: absolute;
	margin:0;
	bottom: 0;
}
#edrr-blog-s2 article h4 a:hover{
	background-color: rgba(0,0,0,.5);
}
#edrr-blog-s2 article h4 a{
	color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
}
#edrr-blog-s2 .blog-text .meta-data {
	position: absolute;
	width: 60px;
	top:0;
	right: 0;
}
#edrr-blog-s2 .like, 
#edrr-blog-s2 .comments{
	text-align: center;
	color: #FFF;
	font-size: 1em;
	background-color: #FBB03B;
	line-height: 40px;
	display: inline-block;
	width: 60px;
}
#edrr-blog-s2 .like:hover, 
#edrr-blog-s2 .comments:hover{
	background-color: #FDD089;
}
#edrr-blog-s2 .like{
	border-bottom:1px solid #fff;
}
#edrr-blog-s2 .nav-paging li{
	float: left;
	height: 40px;
	width: 40px;
}

#edrr-blog-s3 li article{
	padding:15px 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
#edrr-blog-s3 article h4{
	margin:0;
	padding: 15px 0;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 30px;
}
#edrr-blog-s3 .blog-text .meta-data {
	margin-top: 10px;
	width: 100%;
}
#edrr-blog-s3 .read-more{
	float: right;
}
#edrr-blog-s3 .like, 
#edrr-blog-s3 .comments{
	text-align: center;
	font-size: 1em;
	display: inline-block;
	width: 60px;
	line-height: 30px;
}
#edrr-blog-s3 .blog-s3{
	margin-bottom: 0;
}
#edrr-blog-s3 .nav-paging li{
	float: left;
	height: 40px;
	width: 40px;
}

.edrr-category-featured{
	overflow:hidden;
	padding-top:15px;
	border-top:1px solid #e3e2e2;
	position:relative;
}
.edrr-category-featured h4{
	margin-bottom: 15px;
}
.edrr-category-featured .edrr-thumbnail{
	margin-bottom:15px;
	width:48.5%;
	float:left;
}
.edrr-category-featured article{
	position: relative;
	min-height: 267px;
	width:48.5%;
	float:right;
}
#edrr-category-1 li .edrr-thumbnail p{
	padding-top: 35%;
}
#edrr-category-1 img{
	max-height: 250px;
}
#edrr-category-1 li{
	width: 48.5%;
	margin: 15px 0;
	overflow: hidden;
}
#edrr-category-1 li:nth-child(2n+1){
	float: left;
}
#edrr-category-1 li:nth-child(2n+2){
	float: right;
}
#edrr-category-1 .nav-paging li{
	width: 40px;
}
#edrr-category-1 .nav-paging li:nth-child(2n+2){
	float: left;
}

#edrr-category-2 .like-comment-readmore{
	margin-bottom: 6px;
}
#edrr-category-2 .like,
#edrr-category-2 .comments{
	line-height: 30px;
}
#edrr-categpry-latest-post li{
	width: 31.33%;
	float: left;
	padding: 10px 0;
}
#edrr-categpry-latest-post li h5 a{
	display: inline-block;
	width: 100%;
}
#edrr-categpry-latest-post li:nth-child(3n+2),
#edrr-categpry-latest-post li:nth-child(3n+3){
	margin-left: 3%;
}

#edrr-categpry-latest-post li p{
	padding-top: 38%;
}

#edrr-article {
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 10px;
}
#edrr-article h1{
	padding:10px 0;
	font-size: 1.8em;
	line-height: 40px;
}







#edrr-article .container {
    position: relative;
    float: left;
    margin-left: 60px;
    width: 300px;
    margin-bottom: 50px;
}

#edrr-article .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

#edrr-article .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

#edrr-article .container:hover .image {
	opacity: 0.3;
}

#edrr-article .container:hover .middle {
	opacity: 1;
}

#edrr-article .text {
	background-color: #FBB03B;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}











#edrr-article img{
	width:auto;
	float:left;
	max-width: 100%;
	margin:10px 10px 0 0;
}
.article-like-comment-date + img{
	padding-bottom: 5px;
}
#edrr-article p{
	padding-bottom: 10px;
	padding-top: 5px;
}
.article-like-comment-date{
	border-bottom: 1px solid #e3e2e2;
}
.article-like-comment-date .like, 
.article-like-comment-date .comments
{
	float: right;
	padding-left: 15px;
}
.article-like-comment-date .like i, 
.article-like-comment-date .comments i{
	padding-left: 3px;
}
.article-tags{
	margin: 5px 0 0 0;
}

#edrr-article-related-post{
	overflow: hidden;
}
#edrr-article-related-post .edrr-gallery-ttile{
	margin-bottom: 5px;
}
#edrr-article-related-post li{
	width: 23.5%;
	float: left;
	padding: 10px 0;
}
#edrr-article-related-post li:nth-child(odd),
#edrr-article-related-post li:nth-child(4n+2){
	margin-right:2%;
}
#edrr-article-related-post h5 a{
	display: inline-block;
	width: 100%;
	line-height: 25px;
}

#edrr-commnet .edrr-gallery-ttile{
	margin-bottom: 5px;
}
#edrr-commnet .commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment article{
	border:1px solid #e3e2e2;
	padding: 10px;
	margin: 15px 0;
	overflow:hidden;
}
.reply, .comment-meta{
	padding-top: 10px;
	float: right;
	width: auto;
}
.reply a{
	padding: 0 5px 0 10px;
	margin-left: 10px;
	border-left: 1px solid #e3e2e2;
}
.comment-authore{
	width:100px;
	float:left;
}
.comment-authore img{
	width:90px;
	height:90px;
	margin-bottom:10px;
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.comment .children{
	margin-left:15%;
}

#edrr-respond .edrr-gallery-ttile{
	margin-bottom: 20px;
}
#author, 
#email{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 48%;
	height: 40px;
	float: left;
}
#author{
	margin-right: 4%;
}
#url{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 100%;
	height: 40px;
}
#comment{
	outline-style: none;
	border:none;
	border: 1px solid #e3e2e2;
	line-height:20px;
	padding: 10px;
	margin: 20px 0;
	width: 100%;
	height: 120px;
}
#commentform input[type="submit"],
#commentform button[type="submit"]
{
	color: #FFF;
	background-color: #FBB03B;
	height: 40px;
	line-height:20px;
	padding: 10px 20px;
	margin: 20px 0 40px 0;
	outline-style: none;
	border:none;
}
#commentform input[type="submit"]:hover,
#commentform button[type="submit"]:hover{
	background-color: #FDD089;
}

#edrr-contact-form{
	border-top:1px solid #e3e2e2;
}
#edrr-contact-form p{
	padding: 40px 0 20px 0;
}
#edrr-contact-sidebar p span{
	font-weight: 700;
}
#edrr-contact-sidebar address{
	padding-top: 10px;
}
#edrr-contact-sidebar address p{
	width: 100%;
	line-height: 30px;
}
#edrr-contact-sidebar ul{
	margin-top: 20px;
}
#edrr-contact-sidebar li{
	float: left;
}
#edrr-contact-sidebar li a{
	line-height: 40px;
	text-align: center;
	font-size: 1.35em;
	background-color: #f2f2f4;
	margin-right: 15px;
	width: 40px;
	float: left;
}

#edrr-404-error{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.error-404{
	color: #5f5f5f;
	width:350px;
	text-align:center;
	margin:20px auto;
}
.error-404 .error-msg{
	font-size: 5.8em;
}
.error-404 h2{
	font-size:3.125em;
	margin-bottom: 20px;
}
.error-404 p{
	padding-bottom: 10px;
}
.error-404 input[type="text"]{
	outline-style: none;
	border:none;
	padding: 0 10px;
	border: 1px solid #d7d7d7;
	line-height:20px;
	min-width: 50px;
	margin:5px;
	width: 71%;
	height: 28px;
}
.error-404 button{
	font-weight: 700;
	color: #FFF;
	background-color: #FBB03B;
	outline-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 27%;
	min-width: 35px;
	margin-right: -3%;
}
.error-404  button:hover{
	background-color: #FDD089;
}


@media screen and (max-width: 1170px)
{
	#edrr-header form,
	#edrr-nav-main .current-time,
	#edrr-nav-below-main .edrr-language{
		padding-right: 15px;
	}
	
	.navbar-brand{
		margin-left: 15px;
	}
	#edrr-left-section.col-md-8{
		padding-left: 15px;
	}
	#edrr-right-section.col-md-4{
		padding-right: 15px;
	}
	.add-space{
		margin-right: 15px;
	}
}
/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 992px)
{
	#edrr-left-section.col-md-8,
	#edrr-right-section.col-md-4{
		padding: 15px;
		overflow: hidden;
	}
	#edrr-left-section.col-md-8{
		border-right: 0px solid transparent;
		padding-bottom: 0;
	}
	#edrr-main-section #edrr-right-section.col-md-4,
	#edrr-left-section .edrr-last-update{
		margin-top: 0;
	}
}
/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 800px)
{
	#author, 
	#email{
		width: 100%;
	}
	#author{
		margin-right: 0;
	}
	#edrr-nav-top ul{
		display: none;
	}
	#edrr-nav-top ul.pull-right{
		display: block;
	}
	.nav ul.sub-menu ul.sub-menu-2,
	.nav ul.sub-menu ul.sub-menu-2 ul.sub-menu-3{
		margin-left: 90px;
	}
}
/* Responsive
---------------------------------------------------------------------- */

@media screen and (max-width: 800px){	
	#edrr-nav-main{
		height: auto;
	}
	.navbar-brand{
		margin-left: 15px;
	}
	.container>.navbar-header, 
	.container>.navbar-collapse {
		margin-right:0;
		margin-left:0;
	}
	.add-space,
	#edrr-nav-main .nav li a i,
	#edrr-nav-main .current-time,
	#edrr-nav-below-main .edrr-language{
		display: none;
	}
	#edrr-nav-below-main .navbar-collapse, 
	#edrr-nav-main .navbar-collapse{
		width: 100%;
	}
	.nav>li {
		padding-left: 10px;
	}
	.nav ul.subMneu1, 
	.nav ul.subMneu1 ul.subMneu2, 
	.nav ul.subMneu1 ul.subMneu2 ul.subMneu3{
		display: block;
		width: 95%;
		margin-left: 5%;
		border-left: none;
	}
	.nav li:hover ul.subMneu1{
		display: block;
		width: 95%;
		margin-left: 5%;
		position: inherit;
		top:0;
		left:0;
	}
	#edrr-nav-main .nav li{
		border-left:none;
	}
	.nav ul.subMneu1 li a{
		display: inline-block;
		width: 100%;
		min-height: 40px;
		border-top:none;
		border-bottom:1px solid rgba(255,255,255,.3);
		width: 100%;
		border-left: none;
	}
	.nav ul.subMneu1 ul.subMneu2{
		position: inherit;
		display: block;
		margin-left: 0;
		margin-top: 0;
		border-left:none;
		width: 95%;
		margin-left: 5%;
	}
	#edrr-nav-main .nav li a.dropdown-toggle i{
		display: inline-block;
	}
}

/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 728px){
	
	
}
/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 478px){
	#edrr-nav-top form,
	.edrr-thumbnail, 
	.footer-social-icons,
	#edrr-article-related-post img{
		display: none;
	}
	#edrr-derribador-news .featured-derribador-news-img,
	#edrr-derribador-news .featured-derribador-news-post{
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#edrr-derribador-news .featured-derribador-news-post h5{
		margin-top: 15px;
	} 
	#edrr-sports-gallery .featured-sports-news{
		width: 100%;
		float: none;
		height:auto;
	}
	#edrr-blog-s2 article h4{
		font-size: 1em;
		line-height: 25px;
	}
	#edrr-category-1 .edrr-thumbnail{
		display: block;
	}
	#edrr-article-related-post li,
	#edrr-derribador-news li,
	#edrr-sports-gallery li,
	#edrr-latest-post-gallery li,
	#edrr-categpry-latest-post li{
		width: 100%;
		float: none;
		padding: 3px 0;
	}
	#edrr-derribador-news li,
	#edrr-sports-gallery li{
		margin: 0;
	}
	#edrr-sports-gallery li:nth-child(-n+2){
		margin-top: 0;
	}
	#edrr-sports-gallery li:nth-child(-n+2),
	#edrr-sports-gallery li:nth-child(-n+5):nth-child(odd),
	#edrr-sports-gallery li:nth-child(-n+6):nth-child(even),
	#edrr-sports-gallery li:nth-child(n+8),
	#edrr-latest-post-gallery li:nth-child(3n+3), 
	#edrr-latest-post-gallery li:nth-child(3n+2),
	#edrr-categpry-latest-post li:nth-child(3n+2),
	#edrr-categpry-latest-post li:nth-child(3n+3)
	{
		margin-left: 0;
	}
	.edrr-category-featured article{
		width: 100%;
		min-height:0;
		padding-bottom: 50px;
	}
	#edrr-derribador-news h5{
		margin: 0;
	}
	#edrr-article-related-post li h5 a,
	#edrr-derribador-news li h5 a,
	#edrr-sports-gallery li h5 a,
	#edrr-latest-post-gallery  li h4 a,
	#edrr-categpry-latest-post a{
		padding: 0 10px;
		line-height: 40px;
		background-color: #f2f2f4;
	}
	#edrr-article-related-post li h5 a:hover,
	#edrr-derribador-news li h5 a:hover,
	#edrr-sports-gallery li h5 a:hover,
	#edrr-latest-post-gallery  li h4 a:hover,
	#edrr-categpry-latest-post a:hover{
		color: #FFF;
		background-color: #FBB03B;
	}
}
/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 500px)
{
	
	#edrr-blog .blog-thumbnails{
		display: none;
	}
	#edrr-blog .blog-text,
	#edrr-blog-s2 li{
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#edrr-blog-s2 li:nth-child(2n+1),
	#edrr-blog-s2 li:nth-child(2n+2){
		margin:0;
	}
	#edrr-category-1 li,
	.edrr-category-featured .edrr-thumbnail,
	.edrr-category-featured article{
		width: 100%;
	}
	#latestUpdate > li:nth-child(1) {
		display:none;
	}
	#latestUpdate > li:nth-child(2) {
		display:block;
	}
}
/* Responsive
---------------------------------------------------------------------- */
@media screen and (max-width: 320px)
{
	#edrr-site-title .site-logo a{
		width: 260px;
	}
	#edrr-site-title .site-logo h1{
		font-size: 1.75em;
	}
	#edrr-site-title .site-logo h3{
		font-size: .875em;
	}
	#edrr-site-title .site-logo img{
		padding-right: 15px;
	}
	#edrr-nav-top{
		display: none;
	}		
}
.clear{
	clear: both;
}
.social-buttons { display: block; list-style: none; padding: 0; margin: 10px; }
.social-buttons > li { display: block; margin: 0; padding: 5px; float: right; }
.social-buttons .socialite { display: block; position: relative; }
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }



.botao-wpp {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  background-color: #25d366;
  padding: 0.8rem 2rem;
  border-radius: 3px;
  height: 35px;
  text-decoration:none;
}

.botao-wpp:hover {
  background-color: darken(#25d366, 5%);
  color: white;
  text-decoration:none;
}

.botao-wpp:focus {
  background-color: darken(#25d366, 15%);
  text-decoration:none;
}


