/* 
Title: Praderas
Author: Bokeh Pro
Author URI: http://www.bokehpro.com
*/
html,
body {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color: #333333;
}
header {
	padding-top: 41px;
	height: 315px;
	position: relative;
	margin-bottom:20px;
}
.navbar-nav {
	margin: 20px auto 20px auto;
	padding: 0 36px 0 36px;
	float: none;
	display: table;
}
.bp-logo-cont {
	overflow: hidden;
	width: 100%;
	text-align:center;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	margin:auto;
	display:block!important;
}
.navbar .nav>li>a {
	padding-left: 0;
	padding-right: 38px;
	font-size: 18px;
}
.navbar .nav > li > a, .nav>li>a {
	padding: 0 !important;
	font-size: 18px;
	cursor: pointer;
}
.navbar .nav > li:last-child {
	padding-right: 0 !important;
}
/*
:first-child
*/
.navbar-inner {
	background: url(../img/bkg-line.gif) center repeat-x;
	border: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
	background: none;
	border: none;
}
.bp-social-head {
	/*width: 210px;*/
	padding: 3px 0px 0px 20px;
	height: 45px;
	top: 1px;
	left: 1px;
	margin: 0 auto 20px auto;
	z-index: 100;
	background: #FFF;
	text-align: center;
}
.bp-social-head:hover {
	text-align: center;
}
.bp-social_bkg {
	width:100%;
	background: url(../img/bkg-line.gif) center repeat-x;
}
.bp-social a {
	margin-right: 16px;
	font-size:0;
}
.bp-social a:hover img:last-child {
	display:inline-block;
}

.bp_comentarios-cont {
	overflow:auto;
	padding:0;
}
.bp_comentarios-cont li {
	list-style:none;
}
.bp_imagenes-post img {
	display: block;
	max-width: 100%;
	height: auto;
}
.pagination span, .pagination a {
	padding:5px 10px;
}
.bp_galeria-pro {
	width:100%;
}

/* dynamic */
.bp-bkg {
	background-attachment:fixed;
	background-color:#faedd5;
}
.bp_logo {
	width: auto;
	display: inline-block;
	margin: auto;
}
.bp_post {
	margin-top:60px;
	padding-bottom:20px;
}
.bp_titulo-post, .bp_titulo-post a {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bp_contenido-fecha {
	text-align:center;
	font-size:14px;
	color:#999999;
	display:block;
}
.bp_imagenes-post p {
	margin-top:45px;
	margin-bottom:45px;
}
.bp_imagenes-post img {
	margin-bottom:35px;
}
footer p {
	margin: 0 0 10px 0;
	text-align:center;
	color:#999999;
}
footer p a {
	color:#bda16f;
}
/* botones con hover */
.bp-buttons img:last-child {
	display: none;
}
.bp-buttons:hover img:first-child {
	display: none;
}
.bp-buttons:hover img:last-child {
	display: block;
}
button.bp-buttons {
	background:transparent;
	border:none;
	padding:0;
	font-size:0;
}
.bp-share {
	width: 100%
}
.bp-share div {
	float: left;
}
.bp_separador.image_line {
	width:100%;
}
.bp_separador.image_line img {
	margin:auto;
	display:block;
}
.bp-social-post {
	float: left;
	width: 100%;
}
.bp-social-post div {
	float: left;
	margin-right:10px;
}
.bp-share div {
	max-width: 80px;
	overflow: hidden;
}
.bp-share .bp-share_twitter {
	max-width:90px;
}
footer p a:hover {
	color: #a48b5f !important;
}
.bp_formulario-comentario label {
	float: left;
	margin: 3px 5px 0 0;
}
.bp_formulario-comentario input {
	width: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: none !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none !important;
}
.imgFooter {
	display: table;
	margin: 0 auto 0 auto;
	width: auto;
}
.imgFooter img {
	display: inline;
	margin-bottom: 10px;
}
/* comments */
#reply-title {
	float:left;
	width:100%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
	height:35px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border:1px solid #cccccc;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	outline:none;
}
textarea, input {
	border-radius:2px;
}
textarea {
	resize:none;
	height:135px;
	width:100%;
}
.comment-form input, .comment-form textarea  {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #d1cfce;
}
.comment-form label {
	float: left;
	font-weight:300;
} 
.modal-footer {
	height: 71px;
}
.bp_widgets ul {
	padding-left: 0px;
}
.bp_pie-de-pagina {
	margin-bottom: 0 !important; 
}
.bp_text-legal a:hover {
	text-decoration: underline !important; 
}
.bp_text-legal a {
	text-decoration: underline !important; 
}
.bp_cont-theme {
	margin-bottom: 20px;
}
.pagination {
	overflow: hidden;
	width: 100%;
}
.pagination .nav-previous {
	float: left;
}
.pagination .nav-next {
	float: right;
}
.bp-read_more {
	display:block;
}

/* responsive */
@media only screen and (max-width : 768px) {
.bp-pagina .bp_cont-theme {
	padding-left:15px!important;
	padding-right:15px!important;
}
.navbar-nav li {
	margin-bottom: 8px !important;
}
.dropdown-menu li {
	margin-bottom: 0px !important;
}
header {
	height: auto !important;
}
.navDesigMobil {
	position: relative;
	z-index: 1;
}
.navbar-inner {
	background:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
.navbar-nav {
	margin:0;
	display:block;
}
.navbar-toggle {
	display:inline-block!important;
	float:none;
	margin-right:0;
	border:none;
	border-radius:0;
	background:none;
}

.navbar-header {
	text-align:center;
}
.bp_post .bp-buttons {
	margin-bottom:20px;
}
}
@media (max-width: 448px) {
.bp-social-post {
	height: 170px;
	display: block;
	margin: auto;
	width: 90px;
	overflow:visible;
	float:none!important;
}
.form-submit .bp-buttons {
  display: block;
  margin: auto;
  float: none!important;
}
.bp-social-post div {
	margin: 0 auto 20px auto !important;
	height: 23px;
	float: none !important;
}
.bp-share_pinterest {
	max-width: 40px !important;
}
.bp-share_twitter {
	max-width: 90px !important;
}
.bp-share_google {
	max-width: 77px !important;
}
.bp-share_facebook {
	max-width: 78px !important;	
}
.bp_separador {
	display: flex;
	height: 176px;
}
}