/* CSS Document */

/*
 * Globals
 */

body, p {
  color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
	color: #a1bc31;
}

.breadcrumb li{
	font-size: 14px;
}

.side-block{
	margin-bottom: 25px;
}
.social-block, .tags-block{
	text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.mt5{
	margin-top: 5px;
	
}
.tags a{
	border:1px solid #ddd;
	display:inline-block;
	color:#4D751E;
	background:#FFF;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	border-radius:5px;
	margin:0 3px 6px 0;
	padding:5px 10px;
}
.tags a:hover{
	border-color:#a1bc31;
	background: rgba(161,188,49,0.20);
	color:#4D751E;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;	

}


.menu-left li a:hover{
	padding-left: 20px;
}
.menu-left li.active > a{
	padding-left: 25px;
	font-size: 16px;
	cursor:default;
}

.menu-sidebar h4{
	padding-left: 10px;
	
}

#main-blog{
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	margin-top: 30px;
}

.pagination-wrap{ 
	 margin:auto;
	 text-align:center;
}

.pagination > li:first-child > a i, .pagination > li:first-child > span i {
    margin-right: 3px;
}
.pagination > li:last-child > a i, .pagination > li:last-child > span i {
    margin-left: 3px;
}
.pagination > li > a i, .pagination > li > span i {
    font-size: 14px;
    position: relative;
    top: 0px;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {

    background-color: #2D5B31;

}
.pagination > .active > a, .pagination > .active > span {

    background: #2D5B31;
    border-color: #458B4B;

}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #2D5B31;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
	  font-size: 12px;
  line-height: 1.22857;
    border-radius: 5px;
    border-color: #458B4B;
    padding-left: 5px;
    padding-right: 5px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 5px;
    border-color: #3D7B42;
    padding-left: 5px;
    padding-right: 5px;
}
/*============== pagination v2 =============**/
.pagination > li > a, 
.pagination > li > span {
  background-color: #458B4B;
  border: 1px solid #3D7B42 ;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 1.22857;
  margin-right: 3px;
  padding: 5px 0px;
  position: relative;
  text-decoration: none;
}
.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #2D5B31 !important;
  border-color: #2D5B31;
  color: #fff;
}
.pagination > li {
    display: inline-block;
    margin: 0 2px 2px 2px;
}


.post-header{
	padding: 10px 0 20px;
}
.post-header h3{
	color: #336537;
}
.header-post .date{
    padding: 3px;
    font-weight: normal;
    line-height: 1;
    color: #999999;
	font-size: 90%;
	font-size: 15px;
}
.header-post h1{
	margin-bottom: 0px;
}
.post-header small, .tags{
	padding: 5px;
	font-weight: normal;
	line-height: 1;
	color: #999999;
	font-size: 16px;
}


.read-more-btn{
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	color: #999999;
}
.read-more-btn:hover{
	font-weight: bold;
	color: #336537;
}

.post-header small .right{
	padding-left: 5px;
	margin-right: 10px;
}
.post-header small .fa, .header-post .date .fa, .tags .fa{
	color: #a1bc31;
}

.header-post img


.post-body{
	padding-right: 30px;
}

.post-footer{
	text-align: right;
	padding-bottom: 20px;
	padding-right: 50px;
	margin-bottom: 10px;
}
.line-footer{
	margin-top: 15px;
	border-bottom: 2px #E1DFDF solid;
}
.pro-body img{
	height: 150px;
}

.post-header img, .pro-body img{
	border-radius: 5px;
	-webkit-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.39);
}
.post-header img:hover, .pro-container:hover, .menu-sidebar:hover{
	border-radius: 5px;
	-webkit-box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.39);
}
.post-header h3{
	margin: 0;
	padding: 0;
}

.pro-container{
	padding: 10px 5px;
	margin-bottom: 10px;
		border-radius: 10px;
	border: 1px rgba(207,207,207,0.94) solid;
	
}
.pro-header{
	padding-left: 20px;
}
.pro-body{
  margin-bottom: 10px;
}
.menu-sidebar{
	margin-bottom: 20px;
}
.menu-sidebar{
	padding: 10px;
	background: rgba(225,225,225,0.23);
	border-radius: 10px;
	border: 1px rgba(207,207,207,0.94) solid;
}
#accordion-categories-menu li a{
	padding-left: 15px;
}


/* post css */


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cuadro_intro_hover{
        padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
		opacity: 1;
		transform: translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
    
    
    
/* .post css */


/* carousel products */
#carousel-products{
	margin-bottom: 50px;
}
.carousel-inner{
	padding-bottom: 10px;
}

.info .title h5{
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.title{
	text-align: center;
}

.col-item
{
    border-radius: 5px;
    background: #FFF;	
	
}
.item .row{
	padding: 15px;
}
.col-item .photo img
{
	border: 1px rgba(221,219,219,0.89) solid;
	min-height: 150px;
	min-width:  150px;
	border-radius: 5px;
    margin: 0 auto;
    width: 100%;
	-webkit-box-shadow: -50px 10px 8px -5px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.39);
}
.col-item:hover > .photo{
		-webkit-box-shadow: -10px 10px 10px -3px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 10px -3px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 10px -3px rgba(0,0,0,0.39);
}


.col-item .info
{
    margin-top: 1px;
	padding: 0;
}

.modal-txt{
	color: #fff;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 5px;
}
/* .carousel products */



/* comments box */

.separador-coment{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 4px #a1bc31 solid;
	
}

.name-coment{
	color: #468847;
}

.btn-comments {
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #8B9B29;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-responder{
 cursor: pointer;
}

.btn-responder:hover{
	color:#78B17B;
}
.meta a{
	color: #468847;
}


.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}

.blog-comment{
    padding-left: 0;
	padding-right: 0;
}
img {
    vertical-align: middle;
}
.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: -50px;
	margin-top: 25px;
	width: 50px;
	height: 50px;
}

.blog-comment ul{
	list-style-type: none;
	padding: 0;
}


.blog-comment .post-comments{
	border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 0px;
	margin-right: 0px;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}

.post-comments, .shadow{
	-webkit-box-shadow: -50px 10px 8px -5px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.39);
}

.post-comments:hover, .shadow:hover, .shadow2:hover{
	-webkit-box-shadow: -50px 10px 8px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.5);
	box-shadow: -10px 10px 8px -5px rgba(0,0,0,0.5);
}



/*.comment box */
/*seach css */
#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }

#custom-search-input .form-control, #comment-form .form-control {
    color: #336537 !important;
    background-color: #fff;
    border: 1px solid #ccc;

}


 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#a1bc31;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }

/*.search css*/


/* social */

.social-sidebar ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
.social-sidebar ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-sidebar .social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-sidebar .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-sidebar .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-sidebar .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-sidebar .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-sidebar .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-sidebar .social-network a.icoRss:hover i, .social-sidebar .social-network a.icoFacebook:hover i, .social-sidebar .social-network a.icoTwitter:hover i,
.social-sidebar .social-network a.icoGoogle:hover i, .social-sidebar .social-network a.icoVimeo:hover i, .social-sidebar .social-network a.icoLinkedin:hover i {
	color:#fff;
}
.social-sidebar a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-sidebar .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-sidebar .social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}



.social-sidebar .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-ms--transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	
}
.social-sidebar .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-sidebar a {
 background-color: #D3D3D3;   
}
/* .social */


#view-mode .grid-view,#view-mode .list-view, #view-mode .grid-2-view{
  bottom:0px;
  display:inline-block;
  height:18px;  
  margin-top:5px;
  line-height:18px;
  padding:0px;
  background:url('../images/grid-list-view.png') no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  cursor:pointer;  
}
#view-mode .grid-view:hover,#view-mode .grid-view:focus,
#view-mode .list-view:hover,#view-mode .list-view:focus{ 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#view-mode .grid-2-view{
 width: 18px;
 margin-right:5px;
}
#view-mode .grid-2-view:hover,#view-mode .grid-2-view:focus{
 background-position:0px -20px;
}

#view-mode .grid-view{
 width: 26px;
 margin-right:5px;
}
#view-mode .grid-view:hover,#view-mode .grid-view:focus{
 background-position:0px -20px;
}
#view-mode .list-view{
 width: 23px;
 background-position:-27px 0px;
}
#view-mode .list-view:hover,#view-mode .list-view:focus{
 background-position:-27px -20px;
}
#view-mode .grid-view.active{
 cursor:default;
 background-position:0px -20px;
}
#view-mode .grid-2-view.active{
 cursor:default;
 background-position:0px -20px;
}
#view-mode .list-view.active{
 cursor:default;
 background-position:-27px -20px;
}


.img__wrap {
  position: relative;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16,56,4,0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;

	border-radius: 5px;
	padding: 15px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
	color: white;
	text-align: justify;
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}

.img-container{
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
		border: 1px rgba(196,194,194,0.81) solid;
	max-height: 250px;
	border-radius: 10px;
}
.img-container-grid-3{
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
		border: 1px rgba(196,194,194,0.81) solid;
	max-height: 100px;
	border-radius: 10px;
}
.img-container img,.img-container-grid-3 img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	
}
.grid-3{
	border: 1px #E9E8E8 solid;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}

.grid-3 .post-title{
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 10px;
}
.grid-3 .post-title h3{
	padding: 0;
	margin: 5px;
}
.grid-3 .post-fecha{
	height: 15px;
	margin-bottom: 5px;
}
.grid-3 .post-fecha span{
	padding: 3px;
    font-weight: normal;
    line-height: 1;
    color: #636363;
	font-size: 90%;
}

.grid-3 .post-fecha .fa, .grid-3 .post-title small .fa{
	color: #a1bc31;
}


.grid-3 .grid-3-image img{
	border-radius: 10px;
}
.grid-3 .post-body{
	padding: 10px 0;
}
.grid-3 .post-body p{
	color: #5a5a5a;
}
.grid-3 .post-body span{
	margin:  0 10px;
}
.grid-3 .post-body img{
	max-width: 270px;
	border-radius: 5px;
}

.alert-labeled{
  padding: 0px;
}

.alert-labeled-row{
    display: table-row;
    padding: 0px;
}

.alert-labelled-cell{
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
	color: #8c834c;
}

.alert-labeled .close > *{
    padding:10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-label{
    vertical-align: middle;
    background: #f6e789;
    width: auto;
    padding: 10px 0px 10px 15;
    height: 100%;
    font-size:1.1em;
}
.alert-label .fa{
    color:#670708;
	padding-left: 7px;
}

.relacionados-block img
{
	border: 1px rgba(221,219,219,0.89) solid;
	min-height: 150px;
	min-width:  150px;
	border-radius: 5px;
    margin: 0 auto;
    width: 100%;
}

.menu-slide{
	padding: 10px;
	background: rgba(225,225,225,0.23);
	border-radius: 10px;
	border: 1px rgba(207,207,207,0.94) solid;
	max-height: 310px;
}

.comments .form-group {
    margin-bottom: 15px;
}
.comments .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comments button, .comments input, .comments select[multiple], .comments textarea {
    background-image: none;
}
.comments input, .comments button, .comments  select, .comments textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.comments button, input {
    line-height: normal;
}
.comments button, .comments .comments input, .comments select, .comments textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.comments form textarea {
    resize: none;
    min-height: 100px;;
}
.comments .form-control::-moz-placeholder {

    color: #999999;

}
.comments input:required:focus, .comments textarea:required:focus {
  border: 1px solid red;
  outline: none;
}
.comment_ok{
	font-size: 18px;
}

/* grid  */
.post-grid{
	padding: 0px;
	max-height: 350px;
	margin-bottom: 40px;
}
.post-grid-image::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0;
        height: 100%;

background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 51%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(51%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 51%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 51%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 51%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 51%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	border-radius: 5px;
    }
   
.post-grid .post-grid-image {
    position: relative;
    text-align: center;
    height: 250px;

}

.post-grid img{
   width:100%;
    height:100%;
    object-fit: cover;
	border-radius: 5px;
	box-shadow: -6px 7px 4px 2px rgba(119, 119, 119, 0.81);
-moz-box-shadow: -6px 7px 4px 2px rgba(119, 119, 119, 0.81);
-webkit-box-shadow: -6px 7px 4px 2px rgba(119, 119, 119, 0.81);


}
.post-grid .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
	font-size: 20px;
	color: #D1CFCF;
}
.post-grid .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
	color: #D1CFCF;
}
.post-grid .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
.post-grid .post-grid-titile{
	padding-top: 10px;
}
.bottom-left .fa, .top-right .fa,.bottom-right .fa{
	color: #a1bc31;
}
/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
	color: #D1CFCF;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
	color: #D1CFCF;
}
.label-primary {
    background-color: #336537;
}
.post-grid h5{
	height: 50px;
	color: #336537;
	text-align: left;
	font-size: 20px;
}
