﻿
@charset "utf-8";


/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}
.clear {
    clear: both;
    display: block;    visibility: hidden;
    width: 0;

    overflow: hidden;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/* Styles
---------------------------------*/

HTML, BODY { height:87%; margin: 0 0; padding: 0 0; }

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
}


h2 {
    color: #a4000f;
    font-family:'Great Vibes', serif;
    font-size: 52px;
 	text-shadow: 1px 1px 1px #aaa;
    margin: 0px 0 15px 0;
    padding-top:25px;
    text-align: center;
    
   
}


h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #a4001d;
    font-size: 18px;
    margin: 0 0 5px 0;
}


h6 {
    font-size: 16px;
    color:  #a4000f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
   
 	line-height: 24px;
 	font-size: 16px;
    color:  #840017;
    font-family: 'Open Sans', sans-serif;
}

img.smallscreen {display:none;}

/*Logo Display option ----------- */
#logo-desktop {display: block;}
#logo-mobile {display: none;}

@media screen and (max-width: 767px) {

#logo-desktop {display: none;}
#logo-mobile {display: block;}

}
/*Glenn Tribute Page -------------------------------- */

.gtcontainer {background-image:url('../img/bck_grd.jpg'); background-repeat: no-repeat; background-size: cover; position: relative; text-align: center; }
/* text */  
.comment p {padding-bottom:10px; font:38px Arial; text-align:center; line-height:42px;  font-family:'Monotype Corsiva'; color:#a20000;  }

.gtcontainer img {width:25%; padding-bottom:20px; }

/*image text */

.centered {color: white; font-family:'Monotype Corsiva'; font-size:42px; position: absolute; top:58%; left: 50%; transform: translate(-50%, -50%);}

/* Footer Display option ----------- */
#comment-desktop {display: block;}
#comment-mobile {display: none;}

@media screen and (max-width: 767px) {

#comment-desktop {display: none;}
#comment-mobile {display: block;}

}

/*---------------------------------------------- */

.textwrap			{float:right;margin:30px 10px 2px 20px;}
	
	.rightside			{margin-top:0px; color:#9C0F0F;}
	
	.rightside p		{font:16px Arial; text-align:justify; line-height:25px; padding-right:10px; }
	
	.rightside img		{height:163px; width:186px;
}

	.rightside h1		{ color:#080A7B;font:18px Arial;  margin-top:20px; }	
	



/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(10, 21, 37, 0.81);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color:#A3A3A3;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #FFFFFF;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color:#fff;+++++++
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


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

#header_wrapper {
    background: #31124C;
    padding: 15px 0px;
	  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.44);
    position: relative;
}
.header_box { position: relative; }
.logo a{
    float: left;
    font-size: 28px;
    line-height: 50px;
    color: #FF6C71;
}

.res-nav_click {
    display: none;
}
	
/*Court of Sorrow
---------------------------------*/

.story-img {
  display:block;
  max-width:80%;
  max-height:110%;

  
}




/* Nav Styles
---------------------------------*/
.navbar-child-wrapper{
    position: relative; /*not absolute */
    max-width:1200px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 45;  
}


.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar ul ul {
	display: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #D2D2D2;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
	/*margin:0px;*/;
}

.navStyle ul li:last-child {
    margin: 0 0 0 10px;
}

.navStyle ul li a {
    display: block;
    font-size: 15px;
    color: #a4000f;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #ED5441;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #F74D4D;
    background-color: transparent;
    border-radius: 4px;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}

.text-center {
  text-align: center;
}
#head {
  background: #f4f4f4 url(../img/bg_head2.jpg) top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 100px 0;
}
#head img.img-circle {
  display: block;
  width: 340px;
  height: 320px;
  overflow: hidden;
  border: 8px dotted rgba(255, 255, 255, 0.23);
  margin: 0 auto 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
  font-size: 3.0625rem;
}
#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #ED5441;
    position: relative; 
    background: url('../img/main2.jpg') no-repeat;
	background-size: cover; 
}

.hero_section {
    position: relative;
    padding-top: 72px;
}
.hero_wrapper {
background: rgba(10, 21, 37, 0.69);
height: 650px;
}
.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 15px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 36px;
    color: #FFF;
    line-height: 58px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.top_left_cont h2 strong {
    font-weight: 400;
	
    color: #FFFFFF;
    font-size: 28px;
    text-transform: capitalize;
}

.top_left_cont p {
font-size: 18px;
color: #FFFFFF;
margin: 0 0 30px 0;
line-height: 33px;
text-align: center;
font-weight: normal;
font-size: 20px;
/* font-weight: 300; */
text-align: center;
letter-spacing: 1px;
}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 20px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
	margin:0 auto;
    text-transform: capitalize;
}
a.read_more{
	 color: #3C3C3C;
	 border: 1px solid #3C3C3C;
}
a.read_more2:hover, a.read_more:hover {
    background: #FFFFFF;
    color: #F74C4C;
    border: 1px solid #FFFFFF;
}
a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}

div#main-nav {
  width: 100%;
  text-align: center;
  float: none;
}	
.navbar-nav {
  width: 100%;
}
.navbar-nav>li {
  float: initial !important;
}

/*Gems--------------*/

ul.a {
  list-style-position: inherit;}

ul.b {
    list-style-type: circle;
}


/* Officers
---------------------------------*/

#officers {
    padding: 60px 0px;
    background: #fff;
}
.officers_wrapper {
    padding: 40px 0 40px;
}

.officers_section {
}

.officers_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; 
	position: relative;
}


.officers_icon2 {  
    width: 300px;
        height: 300px;
    margin: 0px auto 25px; 
}

.gcircle {display: block;
  width: 340px;
  height: 320px;
  overflow: hidden;
  border-radius: 80px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;}


.img-officer {
     width: 200px;
 height: 200px;
 display: block;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;}

.officers_icon {  
    width: 190px;
    height: 185px;
    margin: 0px auto 25px; 
}

a {color:#a4000f;      display: block;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;}      /* unvisited link */
a:visited {color:#a4000f;}  /* visited link */
a:hover {color:#a4000f;}  /* mouse over link */
a:active {color:#a4000f;}  /* selected link */

.officers_icon span {
    background: transparent; 
    display: block;
    height: 95px;
    width: 95px;
	
    border: 1px solid #a4001d;
    border-radius: 50%;
    padding: 6px 0 0;
}

.officers_icon i {
  color: #a4001d;
font-size: 40px;
margin-top: 0;
position: relative;
top: 20px;
z-index: 20;
display: block;
text-align: center;
}

.officers_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #a4001d;
margin: 35px 0 15px; 
}
#officers h6{
color:#a4001d;
}
.officers_block p {
    font-size: 16px;
    color: #a4001d;
    margin: 0 0 35px 0; 
}

/* MAGM Page
---------------------------------*/
.magm {}

	.textwrap			{float:left; margin:10px 10px 2px 20px;}
	
	.leftside			{margin-top:5px; color: #a4001d;}
	
	.leftside p			{font-size:16px; text-align:justify; line-height:35px; padding-right:10px; color: #a4001d;}
	
	.leftside img		{ }	

p.magm	  {font:18px; text-align:justify; line-height:35px; padding-right:10px; color: #a4001d;}

h5.magm {font:20px 'Courgette', cursive;}


/* Memoriam */

.mem {}


	
	mem.p	{font:32px; text-align:justify; line-height:35px; padding-right:10px; color: #a4001d;}
	
	figcaption.mem 			{font-size:14px; text-align:center; color: #a4001d; padding-bottom:30px;}
	
	.leftside img		{ }	


/* Gallery
---------------------------------*/

.portfolio {

}

label.two{
   width: 7%;
  height: 6px;
  background:#8CD0B4;
  display: inline-block;
}


.portfolio h3{
  color: #9C0F0F;
  font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin-top: 125px;
}


.portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-box img:hover {
    opacity: 0.6;
}

.portfolio-nav li a.current {
    background: #ED5441;
    color: #fff;
    text-decoration: none;
}




/* History
--------------------------- */

.history{ 
}

#history p{
	
	padding: 10px 0;
	font-size:16px;
	line-height:35px; 
	text-align:justify
}


/* Associated Bodies
--------------------------- */
 
.bodies-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 100%;
background-position-y: 70px;


}

.bodies{ 
}

.bodies td {
	width:35%;
	height:45%;
	margin:10px ;
	text-align:center;

	}
	

.bodies img{
	
	margin:10px 0 0 25px;
	width:125px; 
	height:125px;
	color:#0b477d;
	}

.bodies table{
	list-style: none;
	color: #a4001d;
	
}

/* Districts
--------------------------- */

th.zc { font-family:Garamond; serif; font-size:28px; color:#a4001d;text-align: center; background-color:#d2bdd2; text-shadow: 1px 1px 1px #aaa;}
th.dep { font-family:Garamond; font-size:20px; color:#a4001d;text-align:center; line-height:25px;}


table.district {  
    border-collapse:collapse;width:85%; margin:0 0 10px 10%; 
}
.district td{
    border:none;color:#a4001d;font:18px Times New Roman; line-height:25px; padding-left:25px;vertical-align: top;
}

/* Joshua
--------------------------- */

.joshua{ 
}
h6 {font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	color:#a4000f;
	margin:15px;
}


#joshua p{
	
	padding: 10px 0;
	line-height:25px;
	font-size:16px;
	color:#a4000f;
}
ol {

	color:#a4000f;
	font-size:16px;
}

#joshua ul {
    list-style:lower-alpha;
}

li a {
    display: block;
    color: #a4000f;
    padding: 8px;
    font-family:'Open Sans', sans-serif;
    text-transform:inherit;
    font-size:16px;
}
a:hover {color:currentColor}  /* mouse over link */

---------------------------------*/


/* Secretary Resources */

.resources {}

/*  SECTIONS  */

.col_sec {
	clear: both;
	color: #a4001d;
	text-align:center;
	font-size: 16px; 
	line-height:35px;
	height:650px;
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}



/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 100px;
}
 
.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon2 span {
    background: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social_links li {
    float: left;
    margin-right: 4px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
}

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}
 

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
    
}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #F74D4D;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}

/* Footer
---------------------------------*/

.footer_wrapper {
  background: #31124C;
    
 
}

.footer_bottom {
    border-top: 1px solid #3C3A3A;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #E04B4D;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/* Calendar : See fullcalendar.css & fullcalendar.print.css */


/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}




	

/*--------Gallery------------*/    

.gal h3{margin-top:50px; text-align:center;}

.gal hr{
  background: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#ccc;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

.three-col-div{ text-align:center; }
.col-div { display: inline-block; text-align: center; padding:20px 10px; width: 33%; vertical-align: top; }
                               
/* Media Queries
--------------------------- */


@media (min-width: 769px) and (max-width: 1200px) {

.aboutUs-container {
background-repeat: no-repeat;

background-size:100% ;
background-position-y: 150px;
}

}
@media (min-width: 980px) and (max-width: 1024px) {
/*#head {
  background: #f4f4f4 url(../img/bg2.jpg) top center;
  background-size: cover;
  color: #7C7C7C;

} */

}
@media (min-width: 767px) {
  .navStyle ul li:last-child ul.dropdown-menu { left:auto; right:0px; }
  .navbar ul li:hover > ul { display: block; }
  .mobile-logo-div{ display:none; }
}
@media (max-width: 768px) {

#head {  padding: 30px 0;  height: 50%;}

#responsive-wrapper {width:100%;height:100%;}

/*
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: right;
}

.navbar-inverse .navbar-toggle .icon-bar{
background: #FFFFFF;
}

.navbar-inverse .navbar-toggle {
border-color: transparent; 
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}

.navStyle ul li {display:block;}

.navStyle {
float: right;
width: 100%;
text-align:center;
}

.navStyle ul li {
display: block;
margin: 0px;
}

.navStyle ul li:last-child {
margin: 0px;
}

.navStyle {float: right;width: auto; text-align: center;}

.navbar-inverse .navbar-nav > li > a {
color: #D0D0D0; 
font-size: 14px;
padding: 10px 11px;
}*/

#calendar {    margin: 20px auto;}


img.large { display: none; }

img.smallscreen { display: none; display: inline; }

#head img.img-circle {  overflow: hidden;  border: 8px dotted rgba(255, 255, 255, 0.23);  margin: 0 auto 10px;  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);}




.top_cont_outer { height: 235px;}

.hero_section {position: relative;padding-top: 10px;}

.top_left_cont {padding: 28px 0;}

.top_left_cont h2 {font-size: 25px;color: #FFF;line-height: 39px;margin: 0 0 9px 0;}

.inner_section {padding:20px 0 20px;}

#aboutUs img{
margin-bottom:20px;
}

.portfolio {height:auto; margin:0; padding:0;}

#portfolio {padding:0;}

.resources {height:auto; margin:0;}


#aboutUs h3{
font-size:26px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
#clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.social_links li {
float: left; 
}
.bodies td {
	width:100%;
	height:45%;
	margin:15px 0;
	text-align:center;
	font-size:small;
	display:block; }

.bodies img{
	margin:0;
	width:35%; 
	height:110px;
	color:#0b477d;
	}
	
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
}
  
  .navbar-header{ text-align: center; }
  .navbar-header #nav-toggle{ float: none; margin: 8px auto; }
  
  .gallery-page .col-md-4.h-f{ text-align:center; }
  .gallery-page .grid figcaption{ display:inline-block; }
  .gallery-page .grid figcaption figure{ float:none; margin:10px auto; }
  
  table.district{ width: 100%; margin: 0 0 10px 0; }
  th.zc{ font-size: 24px; }
  th.dep{ font-size: 16px; }
 .district td{ font-size: 14px;line-height: 20px;padding-left: 10px;padding-bottom: 15px; }
  .col-div{ width:49%; }
}
@media (min-width: 734px) and (max-width: 768px) {
	.gallery-page .col-md-4.h-f{ text-align:center; width:49.5%; display:inline-block; vertical-align:top; }
  .bodies td { width: 50%; display: inline-block; }
}
@media (max-width: 767px) {
  #header_wrapper{ padding:5px 0px;position: relative !important;background: #a4000f; }
  .desktop-logo-div{ display:none; }
  .mobile-logo-div{ display:block; }
  .mobile-logo-div .logo-img-div{ text-align:center; }
  .mobile-logo-div .logo-img-div img{ max-width:100px; }
  .mobile-logo-div .logo-text-div{ background-color: #a4000f; padding: 10px; margin: 0px -15px; color: #fff; }
  .mobile-logo-div .logo-text-div span{ display: block; text-align: center; max-width:300px; margin: auto; }
  .logo-t1-span{ font-size: 18px; }
  .logo-t2-span{ font-size: 14px; }

  .header_box{ background-color: #31124C; width: auto; margin: 0 -15px -5px; }
  #main-nav{ overflow:visible; background: none rgb(49, 18, 76) !important; position: absolute; z-index: 999999; top: 50px; margin-top: 0px; width: auto !important;left: 0; right: 0; }
  #main-nav .nav.navbar-nav{ margin:7.5px 0; }

  #main-nav .nav.navbar-nav li{ display:block;border-bottom: 1px solid; }
  #main-nav .nav.navbar-nav li:last-child{ border-bottom: none; }
  #main-nav .nav.navbar-nav li.dropdown ul.dropdown-menu{ max-width:280px;margin: auto; }
  #main-nav .nav.navbar-nav li.dropdown ul.dropdown-menu li a{ padding:5px; text-align: center; }
}
@media (max-width: 480px){ 

.rightside p {padding: 0px; 
margin:0 20px;
}
.leftside p	{font-size:16px; 
	text-align:left; 
	line-height:25px; 
	color: #a4001d;
}


#history p {
    line-height:25px;
    font-size: 14px;
    text-align: justify;
}
.col_sec {
    
}

/*Glenn Tribute Page -------------------------------- */

/* text */  
.comment p { line-height:25px;
    font-size: 22px;
    text-align: center;
 }

.gtcontainer img {width:75%; padding-bottom:20px; }



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

	.col_sec { 
		margin: 1% 0 1% 0%;
		text-align:left;
		height:auto;
	}

	.span_2_of_2, .span_1_of_2 { width: 100%;}
	
.rightside img {
    height: 82px;
    width: 93px;
}


h6 {margin:0}

h3{margin-right:5px}

#responsive-wrapper {width:95%;height:80%;	}

#calendar {
    margin: 5px;
}

.navStyle {
float: left;
width: 100%; 
text-align: left;
margin-top: 20px;
}

#calendar {
    height: 10%;
    width: 90%;
  
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
}
.team_area {
width: 99%;
}
.read_more2{
display:none;
}
.col-div{ width:100%; }

.palm { }
.palm li a {font-size:28px;}

