/* Your CSS codes here */
.header-img{
/*	background:#fff url("../img/header.png") repeat;*/
	padding: 0px 0px;
} 



@font-face {
    font-family: "Antonio Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Antonio-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

/* Top-Bar-Img*/

.top-bar-img {
/*	background: #fdfdfd;*/
	color: #999;
	padding: 0px 0px;
	font-size: 13px;
	line-height: 25px;
/*	border-bottom: 1px solid #f5f5f5;*/
}
.top-bar-img a {
	color: #999;
}
@media (max-width: 785px) {
	.top-bar-img .tb-contact {
		display: none;
	}
}
.top-bar-img .tb-search {
	position: relative;
	display:none;
}
.top-bar-img .tb-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 30px;
	left: 0px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}
@media (max-width: 785px) {
	.top-bar-img .tb-search {
		display: block;
	}
}
.top-bar-img .tb-social {
	margin-right: 10px;
}
.top-bar-img .tb-social i {
	font-size: 13px;
	margin: 0px;
	margin-right: 2px;
}
@media (max-width:785px){
	.top-bar-img .tb-social{
		display:none;
	}
}
.top-bar-img .tb-shopping-cart {
	position: relative;
	margin-left: 15px;
}
.top-bar-img .tb-shopping-cart i {
	font-size: 14px;
}
.top-bar-img .tb-shopping-cart .b-dropdown-block {
	width: 250px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
}
.top-bar-img .tb-shopping-cart .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}
.top-bar-img .tb-shopping-cart .b-dropdown-block ul li {
	padding: 0px 0px;
	border-bottom: 1px dashed #eee;
}
.top-bar-img .tb-shopping-cart .cart-img {
	width: 40px;
	float: left;
}
.top-bar-img .tb-shopping-cart .cart-title {
	position: relative;
	margin-left: 50px;
}
.top-bar-img .tb-shopping-cart .cart-title h5 {
	font-size: 13px;
	line-height: 23px;
	font-weight:400;
}
.top-bar-img .tb-shopping-cart .cart-title h5 a {
	color: #666666;
}
.top-bar-img .tb-shopping-cart .cart-title h5 a:hover {
	color: #808080;
}
.top-bar-img .tb-language {
	margin-left: 10px;
}
.top-bar-img .tb-language a {
	color: #888;
}
.top-bar-img .tb-language a:hover {
	color: #666;
}


/* Header two 	   */
/* Logo            */
/* Navigation menu */
.header-m {
/*	padding: 15px 0px;*/
}
.header-m .logo {
/*	margin: 10px 0px 25px 0px;*/
}
.header-m .logo h1 {
	font-weight: 600;
}
.header-m .logo h1 a {
	color: #808080;
}
.header-m .logo h1 a:hover {
	color: #666666;
}
@media (max-width: 785px) {
	.header-m .logo h1 {
		text-align: center;
	}
}
/* Header 2 Navigation menu */
.header-m .navy ul,
.header-m .navy ul li,
.header-m .navy ul li a,
.header-m .navy #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	z-index:10;
}
.header-m .navy #menu-button {
	display: none;
}

.header-m .navy {
	width: auto;
	background: #fff;
	float: right;
}


.header-m .navy > ul > li {
	float: left;
}
.header-m .navy > ul > li > a {
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	padding: 20px 15px;
	line-height:28px;
	color: black;
	font-weight: 600;
}
.header-m .navy > ul > li:hover > a,
.header-m .navy > ul > li > a:hover {
/*	color: #777;*/
    color: white;
    background-color:#7D050C;
}
.header-m .navy ul > li.has-sub > a:after {
	content: "\f107";
	font-family:"FontAwesome";
	margin-left:5px;
	font-weight:400;
}
.header-m .navy ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: bottom .4s ease, opacity .3s ease;
}
.header-m .navy > ul > li > ul {
	top: 100px;
	background:#fff;
	padding:5px 0px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-m .navy > ul > li:hover > ul {
	left: auto;
	top: 60px;
	opacity: 1;
}
.header-m .navy ul ul ul {
	top: 50px;
	padding:5px 0;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-m .navy ul ul > li:hover > ul {
	top: 0;
	left: 170px;
	opacity: 1;
	background:#fff;
}
.header-m .navy ul ul li a {

    font-family:Roboto Regular;
    font-weight:400; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
	width: 220px;
	padding: 4px 20px;
	color: black;
}
.header-m .navy ul ul li:hover > a,
.header-m .navy ul ul li > a:hover{
	color: #888;
}
.header-m .navy ul ul > li.has-sub > a:after {
	content: "\f105";
	font-family:"FontAwesome";
	margin-left:7px;
	font-weight:400;
	float:right;
	font-size:14px;
}
@media (max-width:785px){
	.header-m .navy {
		max-width:400px;
		margin:0px auto;
		margin-bottom:10px;
	}
	.header-m .navy ul,
	.header-m .navy ul ul,
	.header-m .navy ul ul ul,
	.header-m .navy > ul,
	.header-m .navy > ul > li > ul,
	.header-m .navy > ul > li:hover > ul,
	.header-m .navy ul ul li:hover > ul,
	.header-m .navy ul ul ul li:hover > ul{
		position: relative;
		left: 0;
		right: auto;
		top: 0;
		width: 100%;
		display: none;
		padding: 0;
		opacity: 1;
		text-align: left;
		box-shadow:none;
	}
	.header-m .navy > ul > li{
		border:1px solid #eee;
		border-bottom:0px;
	}
	.header-m .navy ul li {
		width: 100%;
		border-top: 1px solid #eee;
	}
	.header-m .navy ul li:last-child{
		border-bottom:1px solid #eee;
	}
	.header-m .navy > ul > li > ul,
	.header-m .navy ul ul ul {
		border-top:1px solid #eee !important;
		border-bottom:1px solid #eee !important;
	}
	.header-m .navy ul li a {
		padding: 10px 20px;
	}
	.header-m .navy ul ul li a {
		width:100%;
		padding: 10px 20px 10px 35px;
	}
	.header-m .navy ul ul ul li a {
		padding: 10px 20px 10px 50px;
	}
	.header-m .navy ul ul ul ul li a {
		padding: 10px 20px 10px 65px;
	}
	.header-m .navy > ul > li.has-sub > a:after,
	.header-m .navy ul ul li.has-sub > a:after {
		display: none;
	}	
	.header-m .navy #menu-button {
		position: relative;
		display: block;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 13px;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	.header-m .navy #menu-button:after{
		content: "\f0c9";
		font-family:"FontAwesome";
		margin-left:7px;
		font-weight:400;
		float:right;
		font-size:14px;		
	}
	.header-m .navy .submenu-button {
		position: absolute;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 12;
		cursor: pointer;
		border-left:1px solid #eee;
	}
	.header-m .navy ul ul .submenu-button {
		height: 50px;
	}
	.header-m .navy ul .submenu-button:after {
		content: "\f107";
		font-family:"FontAwesome";
		font-weight:400;
		font-size:14px;
		line-height:50px;
		text-align:center;
		display: block;
	}
}
@media (min-width:786px){
	.header-m .navy ul{
		display:block !important;
	}
}
/* Header 2 search */
.header-m .head-search {
	position: relative;
	top:20px;
}
.header-m .head-search .b-dropdown-block {
	padding: 7px;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	background: #ffffff;
	top: 33px;
	right: 0px;
	border-radius: 2px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 10000;
}
@media (max-width:785px){
	.header-m .head-search{
		display:none;
	}
}
/* color */
/*************************/
/* Header two            */
/* Logo & Navigation bar */
/*************************/
.header-m .logo h1 a i {
  color: #7D050C;
}
.header-m .navy ul > li.has-sub > a:after {
  color: #7D050C;
}
.header-m .navy > ul > li > ul {
  border-top: 2px solid #7D050C;
  border-bottom: 2px solid #7D050C;
}
.header-m .navy ul ul ul {
  border-top: 2px solid #7D050C;
  border-bottom: 2px solid #7D050C;
}
.header-m .navy #menu-button {
  background: #7D050C;
}
.header-m .navy ul .submenu-button:after {
  color: #7D050C;
}



/* Image Box #3  */
.img-box-3i{
	margin:20px 0px;
}
.img-box-3i .img-box-3i-item{
	max-width:240px;
	margin:10px auto;
}
.img-box-3i .img-box-3i-icon{
	width:110px;
	height:110px;
	line-height:110px;
	border-radius:100px;
	text-align:center;
	margin:10px auto;
}
.img-box-3i .img-box-3i-icon  a img{
	max-width:60px;
	display:inline-block;
}
.img-box-3i h4 a{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:black;
/*	color:#777;*/
}
.img-box-3i .bor{
	width:60px;
	height:3px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:6px;
}

.img-box-3i .encabezado{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
} 

.img-box-3i .detalle{
    font-family:Roboto Regular; 
    font-weight:400; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
}

/* Image Box #4  */
.img-box-4i{
	margin:20px 0px;
    background-color:#eee;
}
.img-box-4i .img-box-4-item{
	max-width:260px;
	margin:10px auto;
}
.img-box-4i .img-box-4-content{
/*	border:1px solid #eee;*/
	border-top:0px;
	padding:5px 5px 5px;
	position:relative;
}


.img-box-4i a i{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:black;
	border-radius:50px;
	display:inline-block;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-20px;
	font-size:15px;
}

.img-box-4-content h4{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:#777;
}




 
.img-box-4i h4 {
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:#777;
}

.img-box-4i h4 a{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:#777;
}
.img-box-4i .bor{
	width:55px;
	height:3px;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:8px;
}


.footer {
    margin-bottom: 10px;
} 

.footer .footer-item-content p {
	margin: 0px;
    font-family:Roboto Regular; 
    font-weight:100; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 20px;
    text-align:center	;    
	color:black;
}

.avideo {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
}

.avideo iframe
 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluidMedia {
    position: relative;
    padding-bottom: 44.55%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.contenido{
	
}

.contenido .h4{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	/*color:#777;*/
	color:black;
	
}



.contenido h4 a{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	/*color:#777;*/
	color:black;
}

.contenido p{
	margin: 0px;
    font-family:Roboto Regular; 
    font-weight:100; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 20px;
    text-align:left	;    
    color:black;
    text-align:justify;
}

.contenido .list-2 {
	
	margin: 0px;
    font-family:Roboto Regular; 
    font-weight:100; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 20px;
    text-align:left	;    
	color:black;
	
	
}



.contenido ul li {
	margin: 0px;
    font-family:Roboto Regular; 
    font-weight:100; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 20px;
    text-align:left	;    
	color:black;
}


.contenido-desc {
	padding-top:10px;
	
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.spacer {
  margin-top: 2%;
  margin-bottom: 2%;
}    
.block {
  height: 440px;
}  

.panel.panel-white .panel-heading  {
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}

.panel.panel-white .panel-heading .panel-clr{
	background: #f7f7f7;
	border-color: #eeeeee;
	color: #666666;
}

.panel.panel-white .panel-heading .panel-clr.on{
	background: #7D050C;
	border-color: #eeeeee;
	color: white;
}

.img-caption{
	
    max-width:100%;
    text-shadow: none;
    /*position: absolute;*/
    background: #7D050C;
    /*rgba(125,5,12,0.7);*/
    overflow: hidden;
    padding: 5px 20px;
    text-align: left;
    z-index: 5;
	
}

.img-caption-z{
	
    max-width:75%;
    text-shadow: none;
    background: #7D050C;
    overflow: hidden;
    padding: 5px 20px;
    text-align: left;
    z-index: 5;
}


.img-caption .h4{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	/*color:#777;*/
	color:white;
	
}

.img-caption h4 a{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	/*color:#777;*/
	color:white;
}

.img-caption p{
	margin: 0px;
    font-family:Roboto Regular; 
    font-weight:100; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 20px;
    text-align:left	;    
	color:white;
}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #7D050C;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;

}


/* Image Box #5c  */
.img-box-5c{
	margin:20px 0px;
    background-color:#eee;
}
.img-box-5c .img-box-5c-item{
	max-width:400px;
	margin:10px auto;
}
.img-box-5c .img-box-5c-content{
	/*border:1px solid #eee;*/
	border-top:0px;
	padding:5px 0px 5px;
	position:relative;
}
.img-box-5c a i{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	border-radius:50px;
	display:inline-block;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-20px;
	font-size:15px;
}
.img-box-5c .img-box-5c-content h4 a{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:black;
    line-height: 20px;    
/*	color:#777;*/
}
.img-box-5c .bor{
	width:55px;
	height:3px;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:8px;
}

.img-box-5c p{
    font-family:Roboto Regular; 
    font-weight:400; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
    line-height: 15px;    
    text-align:justify;    
    
/*	color:#777;*/
	color:black;
}

/*
.img-box-5c-item h4{
    font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:black;
    line-height: 20px; 	
	
}

.img-box-5c-content h4{
	
	font-family:Roboto Regular; 
    font-weight:bold; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 12pt;
	color:black;
    line-height: 20px; 
}
*/

.img-box-5c .img-box-5c-link{
    float: right;
    padding-right: 20px;
}

.goback{
	text-align: right;
    font-family:Roboto Regular; 
    font-weight:400; 
    font-style: normal; 
    text-decoration: none; 
    font-size: 10pt;
	color:black;
}

.goback a{
	color : black;
	
}

.goback a:hover {
	color: #808080;
}

.img-size75 {
	
	width:75%; 
	height:75%; 
	text-align:justify;
}

.left-carousel-control{
    left: 10%;
}

.right-carousel-control{
	left: 75%;
	
}
