/* CSS Stylesheet for IL-LiberTEA
====================================
HTML & Typography ------------   13
Framework --------------------   44
Header -----------------------   
Navigation -------------------
Top Content ------------------   
Columns | Blocks -------------   
Footer -----------------------   
Extras -----------------------   
==================================== */
/* HTML & Typography  */
/* ------------------
* {
   outline: 1px solid red !important;
} */

html, body {
	color: #737373;
	background-color: #165379;
	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;}
blockquote { margin: 2.5em 2em;}

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

/* ------------------ */
/* Text & Bg Colors   */
/* ------------------ */
.text-bg {color: #165379;}
.text-blue {color: #003366}
.text-brown { color: #660000 !important; }
.text-denim { color: #336699; }
.text-gold { color: #996633 !important; }
.text-gold2 {color: #9b870c !important;}
.text-green {color: #006600;}
.text-greensea {color: #8FBC8F;}
.text-maroon {color: #990000;}
.text-navy {color:  #1a237e !important;}
.text-red {color: #ce190c;}
.text-turq {color: #3399ff;}

/* borders */
.border-purple { border: 2px dashed #333366;background: #F9F9FF; }

/* backgrounds */
.bg-blue {color: #fff; background-color: #003366}
.bg-2 {
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
}
.bg-fblue { background-color:  #1b4f72 ;}
.bg-denim { color: #333; background-color:#336699; }
.bg-navy { background: #05294B; }
.bg-purple { background: #6a328f; }
.bg-red {background:#ce190c;}
.bg-lightgray {background: Gainsboro;}

/* ------------------ */
/* Framework          */
/* ------------------ */
#MainWrap {
	margin: 10px auto;
	width: 85%;
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 5px;
}
@media (max-width: 992px) { 
	#MainWrap { width: 99%; }
 }
 @media (max-width: 1200px) {
	 #MainWrap {width: 90%;}
 }
 
 #header {
	padding-top: 2em;
	padding-left: 3em;
	background: url(/img/header-bgd.png) no-repeat;
	background-size: 100% 100%;
}
#header h1 a, #header h1 a:hover {	
	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%;}
	#header h1 a, #header h1 a:hover {
		margin-left: -.85em;
		padding-top: .5em;
		padding-left: 0;
		font-size: 150%;
	}
}

#canvas-content, .section {
width: 100%;
background: #ECEDEC;
background-size: 100% 100%;
}
.page-content { padding: 0 2em 1em 2em; }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.page-content { padding: 0 .5em 1em .5em; }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#canvas-content { font-size: 98%; }
	.page-content { padding: 0 .5em 1em .5em; }
}

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

 .thumbnail a img {
	margin: .75em .25em;
	max-height: 250px !important;
}

/* --------------- */
/*   Blocks    */
/* --------------- */ 
.center-block-content, .section, .lastsection { margin-top: 1.5em; }
.center-block-content h4, .center-block-content h6, .section h3, .lastsection h3 { color: #336699; font-weight: 500; }
.center-block-content a, .section a, .lastsection a { color:#729aa8; text-decoration:none; }

.center-block-content h2 {
	padding: .25em .75em;
	color: #336699;
	background: #dee3e7;
	border: 1px solid #888;
}
.center-block-content h6 {margin: .25em 0 0 0;}

#rightCol {
	padding-left: 1.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;}

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

/* scroll to top css */
#topBtn {
	display: none;
	position: fixed;
	bottom: .5em;
	right: 10%;
	z-index: 99;
	font-size: 4em;
	border: none;
	outline: none;
	background-color: transparent;
	color: #4682B4;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	padding: 0;
}
#topBtn:hover {
  color: #ce190c !important;
}

#MainMenu {
	margin: 0 auto;
	padding:.1em 1em;
	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;
}

#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);
}

.nav-pills .nav-link.active, #pills-donate-tab.active { background-color: #bd2130;}
.nav-pills .nav-link {font-weight: 500; font-size: 16pt;background-color: #105BAF; margin: 1px 2px;color: #fff;}
.tab-content {}
.tab-pane { padding-top: 1em; min-height: 40em; }

a.green {color: #006600;}

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

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

#revolution {
	margin: 1.5em auto;
	padding: 5px;
	border: 2px dotted #336699;
	background: #FFFFEF;
	color: #336699;
	text-align: center;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#revolution h2 {font-size-adjust:  0.45;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#revolution {margin: 1.25em auto;}
	#revolution h2 {font-size-adjust:  0.42;}
}

/* -------------- */
/*  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%;
  max-height: 33%;
}
.carousel-caption h4 {
	margin: 0;
	color: #fff;
}
.carousel-caption p {
	color: #fff;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.carousel-caption {padding: .65em .9em .9em;}
}

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


/* ------------------ */
/* Footer             */
/* ------------------ */
footer {
	padding-top: 2em;
	min-height:70px;
	font-size: 95%;
}
footer a {
	color: #737373;
	display: inline;
}
.designer {
	position: absolute;
	right: .75em;
	bottom: -1em;
	clear: both;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
	.designer {position: relative;}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
	.designer { position: relative; margin: 0 auto; padding-bottom: 1em; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 800px) and (max-width: 1280px) {
	.designer {
		position: relative;
		margin-right: -1em;;
		padding-bottom: 1em;
		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;
}
.btn {font-size: 1.15rem !important;}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.4rem !important;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0.3rem !important;
}
.btn-amber {
  background-color: #563800 !important;
  color: #fff !important; }
  .btn-amber:hover {
    background-color: #996000 !important;
    color: #fff; }
  .btn-amber:focus, .btn-amber.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-amber:focus, .btn-amber:active, .btn-amber.active {
    background-color: #996000; }
  .btn-amber.dropdown-toggle {
    background-color: #ffa000 !important; }
    .btn-amber.dropdown-toggle:hover, .btn-amber.dropdown-toggle:focus {
      background-color: #ffaa1a !important; }
  .btn-amber:not([disabled]):not(.disabled):active, .btn-amber:not([disabled]):not(.disabled).active,
  .show > .btn-amber.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #996000 !important; }
  .btn-amber:not([disabled]):not(.disabled):active:focus, .btn-amber:not([disabled]):not(.disabled).active:focus,
  .show > .btn-amber.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-green {
  background-color: #388e3c !important;
  color: #fff !important; }
  .btn-green:hover {
    background-color: #3CB371 !important;
  color: #333 !important; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important; }
  .btn-green:focus, .btn-green:active, .btn-green.active {
    background-color: #1b451d; }
  .btn-green.dropdown-toggle {
    background-color: #388e3c !important; }
    .btn-green.dropdown-toggle:hover, .btn-green.dropdown-toggle:focus {
      background-color: #3fa044 !important; }
  .btn-green:not([disabled]):not(.disabled):active, .btn-green:not([disabled]):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #1b451d !important; }
  .btn-green:not([disabled]):not(.disabled):active:focus, .btn-green:not([disabled]):not(.disabled).active:focus,
  .show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-red {
  background-color: #d32f2f !important;
  color: #fff !important; }
  .btn-red:hover {
    background-color: #E48585 !important;
    color: #fff; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #811b1b; }
  .btn-red.dropdown-toggle {
    background-color: #d32f2f !important; }
    .btn-red.dropdown-toggle:hover, .btn-red.dropdown-toggle:focus {
      background-color: #d74444 !important; }
  .btn-red:not([disabled]):not(.disabled):active, .btn-red:not([disabled]):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #811b1b !important; }
  .btn-red:not([disabled]):not(.disabled):active:focus, .btn-red:not([disabled]):not(.disabled).active:focus,
  .show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
	
.btn-secondary {
  background-color: #aa66cc !important;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #b579d2 !important;
    color: #fff; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #773399; }
  .btn-secondary.dropdown-toggle {
    background-color: #aa66cc !important; }
    .btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
      background-color: #b579d2 !important; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #773399 !important; }
  .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
	

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}