/* Move down content because we have a fixed navbar that is 50px tall */
.col-md-4,.col-lg-4,.col-sm-4 {
	border: 0px dotted red;
}

.container {
	border: 0px dotted green;
}

.row {
	border: 0px dotted blue;
}

.col-sm-8 img,.col-sm-12 img {
	padding: 5px;
}

.col-sm-8 td img,.col-sm-12 td img {
	padding: 10px;
}

hr {
	border-top: 1px solid #DDDDDD;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	min-width: 300px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #FEF7C3;
	background-image: url("trama-v.png");
	background-repeat: repeat;
	font-family: Roboto, Arial, sans-serif;
}

a {
	color: #00AA00;
}

a:hover {
	text-decoration: none;color:  #555555;
}

a.pmn {
	text-decoration: none;
	color: #00AA00;
}

a.pmn:hover {
	text-decoration: none;
	color: #FF6A00;
}

a.pmnb {
	text-decoration: none;
	color: #999999;
}

a.pmnb:hover {
	text-decoration: none;
	color: #FF6A00;
}

a.info {
	color: #FF6A00;
}

a.info:hover {
	text-decoration: none;
	color: #FF6A00;
}

H1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
	color: #999999;
}

H2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
	color: #999999;
}

H3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
	color: #999999;
}

form {
	font-size: 14px;
}

input {
	font-size: 14px;
	border: 1px solid #AAAAAA;
}

textarea {
	font-size: 14px;
	border: 1px solid #AAAAAA;
}

select {
	font-size: 14px;
}

.navbar-default {
	border-width: 1px;
	border-color: transparent;
	background: transparent;
	margin-bottom: 0px;
	border-radius: 0;
}

.navbar-brand:focus {
	outline: 0px;
}

.panel-default {
	border-width: 1px;
	border-color: #93CE42;
}

.form-group {
	padding-top: 10px;
}

.navbar-default .navbar-nav>li>a {
	font-weight: normal;
	color: #000000;
}

.footer { /*
  position: absolute;
  bottom: 0;
   height: 50px;
  */
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #000000;
	min-height: 25px;
	"
}

span.image-missing {
	background: transparent;
	color: #999999;
	cursor: pointer;
	font-weight: bold;
	padding: 20px;
	display: table;
	position: absolute;
	height: 96%;
	left: 2%;
	top: 2%;
	width: 96%;
}

span.text-content {
	background: rgba(125, 125, 200, 0.5);
	color: white;
	cursor: pointer;
	text-align: center;
	opacity: 0;
	font-weight: bold;
	display: table;
	position: absolute;
	top: 8px;
}

span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.icell:hover span.text-content {
	opacity: 1;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: #000000;
}

.carousel-inner>.item>img {
	min-width: 100%;
	margin: auto;
}

.link-content-c {
	width: 270px;
	height: 180px;
}

.link-content-d {
	width: 270px;
	height: 270px;
}

.link-content-e-f {
	width: 210px;
	height: 180px;
}

.link-content-g {
	width: 270px;
	height: 48px;
}

.link-content-h {
	width: 270px;
	height: 140px;
}

.carousel-caption H1 {
	color: #FFFFFF;
}

@media ( max-width : 480px) {
	.carousel-caption H1 {
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1.4;
	}

	.carousel-caption p {
		display: none;
	}
}

@media ( min-width : 480px) and (max-width: 768px) {
	.carousel-caption H1 {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.4;
	}
	.carousel-caption p {
		display: none;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.link-content-c {
		width: 234px;
		height: 156px;
	}
	.link-content-d {
		width: 234px;
		height: 234px;
	}
	.carousel-caption H1 {
		margin-bottom: 5px;
		font-size: 24px;
		line-height: 1.4;
	}
	.carousel-caption p {
		display: none;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.link-content-c {
		width: 300px;
		height: 200px;
	}
	.link-content-d {
		width: 300px;
		height: 300px;
	}
	.carousel-caption H1 {
		margin-bottom: 5px;
		font-size: 24px;
		line-height: 1.4;
	}
	.carousel-caption p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
}

@media ( min-width : 1200px) {
	.link-content-c {
		width: 360px;
		height: 240px;
	}
	.link-content-d {
		width: 360px;
		height: 360px;
	}
	.carousel-caption H1 {
		margin-bottom: 5px;
		font-size: 32px;
		line-height: 1.4;
	}
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
	}
}