/* CSS Stylesheet for IL-LiberTEA
====================================
HTML & Typography ------------   13
Framework --------------------   44
Header -----------------------   
Navigation -------------------
Top Content ------------------   
Columns | Blocks -------------   
Footer -----------------------   
Extras -----------------------   
==================================== */
.pagetitle { padding-top: 1em; }
/* ------------------ */
/* HTML & Typography  */
/* ------------------ */
html, body {
	color: #737373;
	background-color: #165379;
	background-image: url(/img/bg.png);
	font-family: Arial;
}
a, a:active, a:visited {color: #6666CC; background-color: transparent;}
a:hover {color: #BD2130;}

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 500; }
h1 {color: #567;font-size: 1.9em;}
h2 {font-size: 1.6em;}
h3 {color: #317EAC; font-size: 1.5em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em;}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { list-style:none;}
img {border: 0; position: relative;}

/* forms */
form {margin: 0;}
input.formButton {}

.text-turq {color: #3399ff;}
.text-blue {color: #003366}
.text-green {color: #006600;}
.text-maroon {color: #990000;}
.text-red {color: #ce190c;}
.text-bg {color: #165379;}

/* ------------------ */
/* Framework          */
/* ------------------ */
#MainWrap {
	margin: 0 auto;
	width: 70%;
}
@media (max-width: 992px) { 
	#MainWrap { width: 99%; }
 }
 @media (max-width: 1200px) {
	 #MainWrap {width: 90%;}
 }

#canvas-content {
width: 100%;
background: #FFFFFF url(../img/page.png) repeat-y;
background-size: 100% 100%;
}

footer {
	color:#729aa8;
	font-size: 10pt;
	min-height:50px;
	background: url(/img/footer2.png) no-repeat top;
	background-size: 100% 100%;
}

/* ------------------ */
/* Header             */
/* ------------------ */

#site-head {
	padding-top: 2em;
	padding-left: 3em;
	background: url(/img/header-3trimmed.png) no-repeat;
	background-size: 100% 100%;
}
h1.site-title a, h1.site-title a:hover {
	margin: 0;
	padding: 0;
	display: block;
	color: #fff;
	font-size: 2.5em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	text-decoration: none;
}
@media (max-width: 767.98px) {
	#MainWrap {margin: 0; width: 100%;}
	.site-title {
		margin-left: -1em;
		padding-top: .5em;
		padding-left: 0;
		font-size: 150%;
	}
}

/* ------------------ */
/* Navigation         */
/* ------------------ */

#MainMenu {
	margin: 0 auto;
	padding:.1em 1em;
	width: 99.2%;
	background-color: #508FB9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); 
  /* Saf4+, Chrome */ background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
   /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); 
	/* FF3.6 */
	background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); 
	/* IE10 */
	background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); 
	/* Opera 11.10+ */
	background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
	border-color: #456f9a /*{b-bar-border}*/;
	color: #fff; /*{b-bar-color}*/;
	border-radius: 2px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#MainMenu {margin-left: -.5em; width: 105%;}
}

#MainMenu.navbar{
    background-color: transparent !important;
}

#MainMenu.navbar li div a {color: #000;}

.navbar .navbar-brand {
    color : #FFF;
    font-weight: bolder;
    font-size: 1.3em;
}
#MainMenu.navbar .nav-item a {
    color : #FFF;
    font-weight: 500;
    font-size: 1.2em;
}
#MainMenu.navbar .nav-item a:hover {
	background: #003366;
	color: #fff;	
}

.navbar .dropdown-menu{
    background-color: rgba(233,42,35,0.91);
}

/* -------------- */
/*  index slider   */
/* -------------- */

.carousel {
  position: relative;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }
.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  padding: 1.1em .9em .9em;
  text-align: left;
  width: 100%;
}
.carousel-caption h4 {
	margin: 0;
	color: #fff;
}
.carousel-caption p {
	color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* -------------- */
/*  top content   */
/* -------------- */

#iwantu img{
	max-width: 380px;
	min-width: 250px;
}

#countdown {
	padding: 5px;
	border: 2px dotted #336699;
	background: #E9E9E9;
	color: #336699;
}

#social {
	margin-top: .5em;
	margin-bottom: 0;
	float: right;
}
#social a {
	text-decoration: none;
	font-size: 1.6em;
}
#social li a {font-size: 1em;}

/* --------------- */
/*   Jumbotrons    */
/* --------------- */

.jumbotron { margin: 0 auto; margin-bottom: 1em; width: 85%; }
.jumbotron h3 {
	margin: .5em 0;
	color: #fff;
}
.bg-2 {
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
}
.page-content { padding: 0 3em 1em 3em; }


/* ========== News Feed =========== */
h3.feed-title, h4.feed-item-title {
	margin-bottom: .3em;
	font-size: 1em;
	font-weight: 400;
}


/* --------------- */
/*   Blocks    */
/* --------------- */ 
.block-content, .center-block-content, .section, .lastsection { margin-top: .5em; }
.block-content h4, .center-block-content h4, .section h3, .lastsection h3 { color: #336699; font-weight: 500; }
.block-content a, .center-block-content a, .section a, .lastsection a {
color:#729aa8; 
text-decoration:none;
display: block;
 }
.block-content a:hover, .center-block-content a:hover, .section a:hover, .lastsection a:hover{
color:#990000; 
 }
 
.section, .lastsection {padding:3em 1em;width: 100%; background: #fff;}
.lastsection { margin-bottom: 35em; }


/* Universal page */
.page-header {
	padding-bottom:.9em;
	margin: 0 1em 1em 1em;
}

.center-block-header {padding: .5em;color: #336699;background: #dee3e7; border: 1px solid #888;}
.center-block-content {padding: .5em}

#rightCol {
	padding-right: 2.5em;
}
#rightCol h3.block-title {
	margin-bottom: 0;
	color: #074877;
	font-size: 1.4em;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
#rightCol hr {
	margin: .1em;
	border-top:.13em solid #000;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
}
#rightCol div.blockcontent {
	padding: .5em;
	text-align: left;
	line-height: 1.2em;
}
#rightCol h4.itemTitle {
	margin: 0 0 0 -.5em;
	color: #333;
	font-size: 1.1em;
	font-weight: 600;
}
#rightCol h4.itemTitle a {
	color: #729aa8;
}
#rightCol h4.itemTitle a:hover, #rightCol h4.itemTitle a:focus {
	color: #ce190c;
	text-decoration: none;
}

#rightCol hr.content-divide { border: 1px solid #ccc; box-shadow: none;}

/* ------------------ */
/* Footer             */
/* ------------------ */
.designer {
	position: absolute;
	right: 2.5em;
	clear: both;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
	footer { min-height:80px;	}
	.designer { 	position: relative;	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
	footer { min-height:80px;	}
	.designer { 	position: relative;	}
	.page-content { padding: 0 0 1em 0; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 800px) and (max-width: 1280px) {
	footer { min-height:80px;	}
	.designer { 	position: relative; clear: both;	}	
}



/* ------ */
/* Extras */
/* ------ */

.clearBoth {
clear: both;
}
.float-left {float: left;}
.float-right: {float: right;}
.readmore:before {
    content: none !important;
    padding: 0;
}

.readmore:after {
    content: " →";
    font-weight: 600;
}