body {
	border-top: 5px solid #912534;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	margin:0px auto;
}
input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 7px;
	outline: 0;
	border: 0;
	width: 250px;
	background: #EBE8DE;
	border-radius: 5px;
}
input[type=submit] {
	width: auto;
	padding: 5px 18px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
}
p {
	margin: 5px 0;
	line-height: 25px;
}
a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}
strong {
	font-weight: bold;
}
figcaption {
	line-height: 25px;
	font-size: 14px;
	width: 200px;
}
figcaption strong {
	border-bottom: 1px solid #D6D0C1;
	padding-bottom: 10px;
	margin: 10px 0;
	display: block;
}
/* header*/
header {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px auto;
	
}
header h1 {
	margin: 25px 0 0 0;
	font-size: 45px;
	color: #912534;
	font-family: 'Open Sans', cursive;
}
header h2 {
	margin: 15px 0 0 0;
	font-size: 25px;
	color: #912534;
	padding:0 0 0 20px;
}

header p{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #4A463B;
	padding-left:180px;	
}
header img{
	margin:0 0 20px 0;
	float:left;
	
}
.header_img{	
	max-width:900px;
	width:100%;
}
/* navigation */
/* Clearfix */
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav {
    *zoom: 1;
}

nav {
	height: 40px;
	width: 100%;
	background: #912534;
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	text-shadow: 1px 1px 0px #D4364C;
}
nav li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #D4364C;
}
nav a#pull {
	display: none;
}
nav ul ul{
	position:absolute;
	top:50px;
	visibility:hidden;
}
nav ul li:hover ul {
	visibility:visible;
	color:#000;
	background-color:#912534;
	font-size:12pt;
	text-align:center;
	line-height:50px;
	width:150px;
	height:auto;	
}
nav ul ul li a:hover{
	background-color:#D4364C;
	font-size:12pt;
}

/* slider*/

#slider_content1, #slider_content2, #slider_content3 {
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	width: 400px;
	position: absolute;
	top: 75%;
	left: 15%;
	display: none;
	z-index: 11;
}
#slider_content1 {
	display: block;
}
.container {
	width: 100%;	
	margin: 10px auto 0;
	position: relative;
}
#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #fff004;
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	display: inline-block;
}
#slider_content1 p, #slider_content2 p, #slider_content3 p {
	margin: 0 0 30px 0;
	color: #4a463b;
	background-color: #EBE8DE;
	padding: 10px 15px;
	border-radius: 5px;
}
/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #912534 0%, #ba5260 100%);
        background-image: linear-gradient(to bottom, #ba5260 0%, #912534 100%);
        background-color: #ba5260;
        color: #fff004;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}
.f-r{
	float:right;
	margin:5px 0 0 0;
}
/* spacer*/
#spacer {
	width:auto;
	height: 50px;
	background-color: #912534;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff004;
	font-size: 14px;
	margin:0 auto;
}
#spacer p {
	margin-top: 15px;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
#spacer .search {
	margin-top: 8px;
	width: auto;
	position: absolute;
	right: 40%;
	margin-right: -480px;
}
/* box articles*/
#boxcontent {
	width: auto;
	max-width: 1000px;
	margin: 0px auto 10px auto;
	padding: 50px 0 25px 0px;	
}
#boxcontent article {
	float: left;
	width: 28%;
	margin-right: 1%;
	margin-left:2%;
	margin-top:1%;	
	font-size: 14px;
	border:#999 1px solid;
	padding:1%;
	
}
#boxcontent article h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 75px;
	color:#FFF;
}
#boxcontent article img {
	float: left;
}
#boxcontent article img a:hover {
		 transform: scale(0.8);
		}
#boxcontent article p {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 75px;
	
}

#boxcontent h2{
	font-size: 20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}
#bg-green{
	background-color:#388121;
	color:#8AC977;
}
#bg-brown{
	background-color:#985427;
	color:#EDB28C;
}
#bg-blue{
	background-color:#196153;
	color:#59988B;
}

/* four coloumn*/
#text_columns{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
}
#four_columns{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#four_columns h2 {
	font-size: 20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#four_columns .img-item
{
float:left;
margin-right:25px;}

#four_columns .img-item a
{
position:relative;
display:block;}

.thumb-screen
{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:113px;
background: #000 url(img/zoom.png) center center no-repeat;
z-index:99;
opacity: 0;
transition: opacity .5s ease;}

.thumb-screen:hover
{
opacity:0.5;
}

#text_columns article.column1
{
margin: 10px 0;
font-size:14px;
float:left;
max-width:700px;
width:100%;
z-index:10}

#text_columns .column2
{
margin: 10px 0;
font-size:14px;
float:left;
max-width:300px;
width:100%;
position:relative;
z-index:10}

#text_columns .column2
{
margin: 10px 0;}

#text_columns .column1 h1
{
font-size:24px}

#text_columns .column1 h4{
	margin:5px;
	
}
#text_columns .column1 h4 span{
	color:#912435;
}
/*
.row img
{
        float:left;
		margin-right:10px;
}
.row p
{
        margin-left: 50px;
}


.rocket:hover
{
opacity:0;
transition: opacity 0.4s ease 0.2s;
animation-name: stylie-transform-keyframes;
animation-duration: 700ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: 1;
transform-origin: 0 0;}

.clock:hover
{
animation-name: stylie-transform2-keyframes;
animation-duration: 100ms;
animation-delay: 0ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-iteration-count: infinite;
transform-origin: 0 0;}


/* KEYFRAMES */

@keyframes stylie-transform-keyframes
{
0%
{
transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100%
{
transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}}

@keyframes stylie-transform2-keyframes
{
0%
{
transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100%
{
transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}}

/* footer */
footer
{
position:relative;
clear:both;
width:100%;
height:50px;/*350*/
background:#333333;}

footer .wrapper, footer .wrapper a
{
line-height:25px;
margin: 10px auto;
padding-top:12px;
width:100%;
max-width:1000px;
font-size:14px;
color:#FFF;
text-align:center
}
.wrapper a
{
color:#FFF;
}
footer .wrapper a:hover
{
color:#999;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}

/* site special*/

.site-sp{
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	max-width: 290px;
	width:100%;
	position: absolute;
	top: 95%;
	left: 10%;
	display: none;
	z-index: 11;
}
.site-sp {
	display: block;
}

.site-sp h3{
	color: #EBE8DE;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #333333;
	padding: 10px 0px;
	border-radius: 15px 0 15px 0;
	display: inline-block;
}
/* css verticle menu*/
.ca-menu{
    padding: 0;
    margin: 0px auto;
    max-width: 270px;
	width:100%
}
.ca-menu li{
	max-width: 268px;
	width:100%;
	height: 50px;
	overflow: hidden;
	display: block;
	background: #912534;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	border-left: 10px solid #690a17;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    position:relative;
}

.ca-content{
	position: absolute;
	left: 10px;
	max-width: 250px;
	width:100%;
	height: 46px;
	top: 5px;
	padding-top:4px;
}
.ca-main{
    font-size: 14px;
    transition: all 300ms linear;
	text-decoration:none;
}

.ca-menu li:hover{
    border-color: #912534;
    background: #690a17;
}

.ca-menu li:hover .ca-main{
    color: #fff004;
    font-size: 16px;
}

/* testing*/
.ach {
    position:relative;
    max-width:280px;
	width:270px;
    height:180px;
    overflow:hidden;
    float:left;
    margin-right:20px;
	/*background-color:#388121;
    background-color:rgba(26,76,110,0.5)*/
}
.ach p,.ach h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:20px;
    position:relative
}
.ach p {
    font-family:'Open Sans', sans-serif;
    font-size:12px;
    line-height:18px;
    margin:0
}
.ach h2 {
    font-size:20px;
    line-height:24px;
    margin:0;
    font-family:'Open Sans', sans-serif;
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:-12px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-86px;
    padding-top:100px
}
h2.zero,p.zero {
    margin:0 auto;
    padding:0 30px;
}
#boxcontent1 {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 10px auto;
	padding: 30px 0 25px 0px;	
}
#boxcontent1 article {
	float: left;
	margin-left:2%;
	margin-right:2%;
		
}
#boxcontent1 .heading{
	font-size: 16px;
	border-bottom: 1px solid #D6D0C1;
	padding: 10px 0;
	margin-bottom: 10px;
}
#bg-green{
	background-color:#388121;
	color:#8AC977;
}
#bg-brown{
	background-color:#985427;
	color:#EDB28C;
}
#bg-blue{
	background-color:#196153;
	color:#59988B;
}
.clear-both{		
	margin-top:15px;
}
.clear_10{		
	margin-bottom:50px;
}

/* end testing*/

/* test 2 */
/* four coloumn*/
#event_col {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#event_col article .column_full
{
margin: 10px 0;
font-size:14px;
width:100%;
max-width:1000px;
position:relative}

#event_col article .column_two
{
margin: 10px 0;
font-size:14px;
float:left;
max-width:600px;
width:100%;
position:relative}

#event_col .column_one
{
margin: 10px 0px;
font-size:14px;
float:left;
max-width:100%;
width:300px;
position:relative}

#event_col .column_one
{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* four coloumn*/

#event_col h2  {
	font-size: 20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 10px;
}

#event_col .img-item
{
float:left;
margin-left:15px;
margin-right:15px;}

#event_col .img-item a
{
position:relative;
display:block;
color:#666;
}
#event_col .event-det a:hover{
	color:#0C6;
}
.thumb-screen
{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100px;
background: #000 url(img/zoom.png) center center no-repeat;
z-index:99;
opacity: 0;
transition: opacity .5s ease;}

.thumb-screen:hover
{
opacity:0.5;
}

/* announcement nav*/
.an-menu{
    padding: 0;
    margin: 0px 0px 5px 10px;
    max-width: 270px;
	width:100%;
}
.an-menu li{
	max-width: 270px;
	width:100%;
	height: 70px;
	overflow: hidden;
	display: block;
	background: #985427;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	border-left: 10px solid #401c00;
	transition: all 300ms ease-in-out;
}
.an-menu li:last-child{
    margin-bottom: 0px;
}
.an-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;   
    position:relative;
}
.an-icon{
   /* font-family: 'WebSymbolsRegular', cursive;*/
    font-family: 'Open Sans', sans-serif;
	color:#EDB28C;
    font-size: 50px;
    text-shadow: 0px 0px 1px #333;
    line-height: 70px;
    position: absolute;
    width: 70px;
    left: 2px;
    text-align: center;
    transition: all 300ms linear;
}
.an-content{
	position: absolute;
	left: 80px;
	width: 185px;
	height: 65px;
	top: 0px;
}
.an-main{
    font-size: 18px;
    transition: all 300ms linear;
	color:#FFF;
	position:absolute;
	top:10px;
}
.an-sub{
    font-size: 10px;
    color: #EDB28C;
    transition: all 300ms linear;
	position:absolute;
	top:30px;
	}
.an-menu li:hover{
    border-color: #0E3B00;
    background: #388121;
}
.an-menu li:hover .an-icon{
    color: #ffffff;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 60px;
}
.an-menu li:hover .an-main{
    color: #8AC977;
    font-size: 11px;
	top:30px;
}
.an-menu li:hover .an-sub{
    color: #fff;
    font-size: 14px;
	top:10px;
}
/* end announcement nav*/

/* title */
h3.title,
h1.entry-title {
  color:#3E4548;
  border-bottom:1px solid #eee;  /* font-family:Noticia Text,serif;  */
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  margin:10px 3px 20px;
  line-height:2em;
}
h3.title {
  font-size:16px;
  text-transform:uppercase;
}
.title span,
h1.entry-title span {
  background:#fff; 
  padding:0px 10px;
  display:inline-block;
}

h3.title-sub
 {
  color:#3E4548;
  font-weight:normal;
  margin:10px 3px 20px;
  line-height:2em;
}
h3.title-sub {
  font-size:14px;
  text-transform:uppercase;
}

/* end title */
 /* other page side nav */
 
 #column .subnav{display:block; width:200px; padding:0px; background-color:#FFFFFF; margin-bottom:30px; margin-left:5px;}



#column .subnav ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#column .subnav li{
	margin:0 0 3px 0;
	padding:0;
	}

#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}

#column .subnav a{
	display:block;
	margin:0;
	padding:5px 10px 5px 20px;
	color:#777777;
	background:url("../img/purple_file.gif") no-repeat 10px center #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	}

#column .subnav a:hover{color:#591434; background-color:#FFFFFF;}

#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../img/black_file.gif") no-repeat #FFFFFF;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}

/* end other page side nav */
#column .subnav_use_link ul ul, #column .subnav_use_link ul ul ul, #column .subnav_use_link ul ul ul ul, #column .subnav_use_link ul ul ul ul ul{border-top:none; padding-top:0;}

#column .subnav_use_link a{
	display:block;
	margin:0;
	padding:5px 10px 5px 20px;
	color:#777777;
	background:url("../img/purple_file.gif") no-repeat 10px center #FFFFFF;
	text-decoration:none;
	
	}

#column .subnav_use_link a:hover{color:#591434; background-color:#FFFFFF;}

#column .subnav_use_link ul ul a, #column .subnav_use_link ul ul ul a, #column .subnav_use_link ul ul ul ul a, #column .subnav_use_link ul ul ul ul ul a{background:url("../img/black_file.gif") no-repeat #FFFFFF;}
#column .subnav_use_link ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav_use_link ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav_use_link ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav_use_link ul ul ul ul ul a{padding-left:70px; background-position:60px center;}

.img_staff{
	margin:10px 10px 5px 0;
	float:left;
}

/* menu */
.menu{
  width: 300px;
  margin: 0px padding:0px;	  
  list-style: none;
  counter-reset: li;
  background: #fff;
  font-family: 'Open Sans', sans-serif;

}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  zoom:1;
}


	

/* -------------------------------- */        

.menu li {
  position: relative;  
  cursor: pointer;
  height: 50px; width: 270px;
  margin-bottom:5px; 
  color: #fff;
} 

.menu li:hover, .menu li:focus{
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
}

.menu .cover{
  z-index: 2;
}

.menu .cover:focus{
  outline: 0;
}

/* -------------------------------- */

.menu li::after{
  content: counter(li);
  counter-increment: li;   
  font:italic bold 10px 'Open Sans', sans-serif; 
  position: absolute;
  color: rgba(255,255,255,.1);
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out; 
  -o-transition: all .2s ease-out;  
  transition: all .2s ease-out;    
}      

.menu li:hover::after, .menu li:focus::after{
  font-size: 0px;
  opacity: 1; 
}

.menu .cover::after{
  z-index: -1;
}

/* -------------------------------- */       

.menu li:nth-child(1),
.menu li:nth-child(2),
.menu li:nth-child(3){
  margin-top: 0;
}

.menu li:nth-child(1),
.menu li:nth-child(4),
.menu li:nth-child(7){
  margin-left: 0;      
}

/* -------------------------------- */       

.menu li:nth-child(1),
.menu li:nth-child(1) .content,
.menu li:nth-child(1) .close{
  background-color: #912534;

}         

.menu li:nth-child(2),
.menu li:nth-child(2) .content,
.menu li:nth-child(2) .close{
  background-color: #196153;   
}   

.menu li:nth-child(3),
.menu li:nth-child(3) .content,
.menu li:nth-child(3) .close{
  background-color: #985427;   
}

.menu li:nth-child(4),
.menu li:nth-child(4) .content,
.menu li:nth-child(4) .close{
  background-color: #e58600;      
}

.menu li:nth-child(5),
.menu li:nth-child(5) .content,
.menu li:nth-child(5) .close{
  background-color: #c33a00;
}

.menu li:nth-child(6),
.menu li:nth-child(6) .content,
.menu li:nth-child(6) .close{
  background-color: #7f5dac;
}

.menu li:nth-child(7),
.menu li:nth-child(7) .content,
.menu li:nth-child(7) .close{
  background-color: #5672b7;     
}

.menu li:nth-child(8),
.menu li:nth-child(8) .content,
.menu li:nth-child(8) .close{
  background-color: #69003f;
}

.menu li:nth-child(9),
.menu li:nth-child(9) .content,
.menu li:nth-child(9) .close{
  background-color: #393043;
}

/* -------------------------------- */

.menu .content{
  opacity: 0; display: none\9;
  overflow: hidden;
  font: 12px 'Open Sans', sans-serif;
  position: absolute;
  height: 120px; width: 200px; /* Ideally: height: 100%; width: 100%; but works at it should just in FF */
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out; 
  -o-transition: all .3s ease-out;  
  transition: all .3s ease-out;      
}  
.menu .content img{
	float:left;
	margin:5px;
}
.menu .expanded{
  opacity: .95; display: block\9;
  overflow: scroll;
  padding: 40px;
  height: 500px;  
  max-width: 640px;  /* Cover the entire area */
  width:100%;
}

.menu li:nth-child(3n) .content{ /* 3,6,9 */
 left: 0;
}

.menu li:nth-child(3n-1) .expanded{ /* 2,5,8 */
  left: 0%;
  margin-left: 0px;
}

.menu li:nth-child(7) .content, /* 7,8,9 */
.menu li:nth-child(8) .content,
.menu li:nth-child(9) .content{
  bottom: 0;
}                      

.menu li:nth-child(4) .expanded, /* 4,5,6 */
.menu li:nth-child(5) .expanded,
.menu li:nth-child(6) .expanded{
  margin-top: -190px;
  top: 50%;
} 

/* -------------------------------- */    

.menu .title{
  position: absolute;
  height: 100%; width: 100%;
  text-align: center;
  padding-top:18px;
  font: 14px 'Open Sans', sans-serif;  
  opacity: 1;
}

.menu li:hover .title{
  opacity: .7;
}    

/* -------------------------------- */

.menu .close {
  display: none;
  border: 5px solid #fff;
  color: #fff;
  cursor: pointer;
  height: 40px; width: 40px;
  font: bold 20px/40px 'Open Sans', sans-serif;
  position: absolute;
  text-align: center;
  top: -20px; right: -20px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;      
}

.menu .cover .close{
  display: block;
}
.menu .content h2{
	font-size:18px;
}
/* end menu */

/* cube css*/
.cube-item h1, em {
  display: block;
  font-size: 25px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
#information {
  display: block;
  font-size: 25px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.cube-item a {
  color: #414142;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
}

.cube-item a:hover {
  text-decoration: none;
}


  
  #information {
    color: red;
    font-size: 14px;
  }
  
  .wrapper-cube{
    display: inline-block;
    width: 200px;
    height: 100px;
    vertical-align: top;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-family: Tahoma, Arial;
    -webkit-perspective: 4000px;
       -moz-perspective: 4000px;
        -ms-perspective: 4000px;
         -o-perspective: 4000px;
            perspective: 4000px;
  }
  
  .cube-item {
    height: 100px;
	
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transition: -webkit-transform .6s;
         -moz-transition: -moz-transform .6s;
          -ms-transition: -ms-transform .6s;
           -o-transition: -o-transform .6s;
              transition: transform .6s;
  }
  
    .cube-item:hover {
      -webkit-transform: translateZ(-50px) rotateX(95deg);
         -moz-transform: translateZ(-50px) rotateX(95deg);
          -ms-transform: translateZ(-50px) rotateX(95deg);
           -o-transform: translateZ(-50px) rotateX(95deg);
              transform: translateZ(-50px) rotateX(95deg);
    }
    
      .cube-item:hover img {
        box-shadow: none;
        border-radius: 0px;
      }
      
      .cube-item:hover .cube-information {
        box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
        border-radius: 1px;
      }

    .cube-item img {
      display: block;
      position: absolute;
      top: 0;
      border-radius: 1px;
      box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
      -webkit-transform: translateZ(50px);
         -moz-transform: translateZ(50px);
          -ms-transform: translateZ(50px);
           -o-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-transition: all .6s;
         -moz-transition: all .6s;
          -ms-transition: all .6s;
           -o-transition: all .6s;
              transition: all .6s;
      
    }
    
    .cube-item .cube-information {
      display: block;
      position: absolute;
      top: 0;
      height: 80px;
      width: 180px;
      text-align: left;
      border-radius: 15px;
      padding: 10px;
      font-size: 12px;
      text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
      box-shadow: none;
      background: rgb(236,241,244);
      background: -moz-linear-gradient(top,  rgba(236,241,244,1) 0%, rgba(190,202,217,1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,244,1)), color-stop(100%,rgba(190,202,217,1)));
      background: -webkit-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%);
      background: -o-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%);
      background: -ms-linear-gradient(top,  rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%);
      background: linear-gradient(to bottom,  rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f4', endColorstr='#becad9',GradientType=0 );
      -webkit-transform: rotateX(-90deg) translateZ(50px);
         -moz-transform: rotateX(-90deg) translateZ(50px);
          -ms-transform: rotateX(-90deg) translateZ(50px);
           -o-transform: rotateX(-90deg) translateZ(50px);
              transform: rotateX(-90deg) translateZ(50px);
      -webkit-transition: all .6s;
         -moz-transition: all .6s;
          -ms-transition: all .6s;
           -o-transition: all .6s;
              transition: all .6s;
      
    }
    
      .cube-information strong {
        display: block;
        margin: .2em 0 .5em 0;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
      }
	/* end cube css*/  
	
	
	/*====================================GALLARY =============================================*/

#text_columns article.gallary
{
margin: 10px auto;
font-size:14px;
float:left;
max-width:900px;
width:100%;}

#gallery { margin: 0 auto; padding: 0 }
#gallery .gallery_box { display: block; float: left; width: 210px; margin:0px 10px 8px 20px; }
#gallery_video { margin: 10px auto; padding: 0 }
#gallery-video .gallery_box_video { display: block; float: left; width: 380px; margin:0px 30px 8px 30px; }
#gallery .lmb { margin: 0 0 10px 0; }

.gallery_box h3 { margin-bottom: 5px; font-size: 12px; color: #000000 }
.gallery_box h3 a { font-size: 12px; color: #FFFFFF }
.gallery_box p { font-style: italic; font-size: 11px; font-weight: bold }
.gallery_box a img { border: 1px solid #FFCC00; width: 190px; height: 130px;  padding: 5px }
.gallery_box a img:hover { background: #912534 }

#gallery a.more { float: left; margin-right: 10px }

/*================== contact ======================== */

.left-contact{
	max-width:450px;
	width:100%;
	height:auto;	
	float:left;
}
.right-contact{
	width:100%;
	max-width:400px;
	height:auto;	
	float:right;
	overflow:hidden;
	}
.contact-detail{	
	width:100%;
	height:50px;
	background-color:#705D40;
	line-height:40px;
	padding:20px 0 5px 5px;
	color:#fff;
	margin:5px auto;
	text-align:center;
	text-shadow:#666;
	text-transform:uppercase;
	font-size:16px;
	
}
#school-form { box-sizing: border-box; }
 
#school-form .txtinput { 
  display: block; 
  border-style: solid;
  border-width: 1px;
  border-color: #9F5451;
  margin-bottom: 20px;
  font-size: 1.1em;
  padding: 11px 25px;
  padding-left: 55px;
  width: 90%;
  color: #777;
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
   
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#school-form .txtinput:focus { 
  color: #333;
  border-color: rgba(159, 84, 87, 0.4);
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  outline: 0 none;
}
#school-form textarea {
  display: block;
  font-family: 'Open Sans', sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #9F5451;
  margin-bottom: 15px;
  font-size: 1.1em;
  padding: 11px 25px;
  padding-left: 55px;
  width: 90%;
  height: 180px;
  color: #777;
   
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
   
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#school-form textarea:focus {
  color: #333;
  border-color: rgba(159, 84, 87, 0.4);
 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(149, 37, 52, 0.6);
  outline: 0 none; 
}
#school-form textarea.txtblock {
    
}
#buttons #submitbtn {
  display: block;
  float: left;
  height: 2em;
  padding: 0 1em;
  border: 1px solid;
  outline: 0;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 0px 1px 0px #222;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
   
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;   
  border-color: #6E2534 #6E2534 #000;
   
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
  -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
  box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
   
  background-color: rgb(145,37,52);
  background-image: -moz-linear-gradient(top, rgb(196,70,52) 3%, rgb(196,85,52) 3%, rgb(189,48,68) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(196,85,52)), color-stop(3%,rgb(189,48,68)), color-stop(100%,rgb(144,176,38))); 
  background-image: -webkit-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%);
  background-image: -o-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%);
  background-image: -ms-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,527) 3%,rgb(189,48,68) 100%);
  background-image: linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
  border-color: #912534 #912534 #000;
  color: #fff;
   
  -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
  -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
   
  background: rgb(228,129,122);
  background: -moz-linear-gradient(top, rgb(228,129,122) 2%, rgb(228,73,71) 3%, rgb(163,52,51) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,129,122)), color-stop(3%,rgb(228,73,71)), color-stop(100%,rgb(163,52,51))); 
  background: -webkit-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); 
  background: -o-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); background: -ms-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4817A', endColorstr='#912534',GradientType=0 );
}
#buttons #resetbtn {
  display: block;
  float: left;
  color: #ffffff;
  text-shadow: -1px 1px 0px #fff;
  margin-right: 20px;
  height: 2em;
  padding: 0 1em;
  outline: 0;
  font-weight: bold;
  font-size: 1.1em;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
   
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
   
  background-color: rgb(145,37,52);
  background-image: -moz-linear-gradient(top, rgb(196,70,52) 3%, rgb(196,85,52) 3%, rgb(189,48,68) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(196,85,52)), color-stop(3%,rgb(189,48,68)), color-stop(100%,rgb(144,176,38))); 
  background-image: -webkit-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%);
  background-image: -o-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%);
  background-image: -ms-linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,527) 3%,rgb(189,48,68) 100%);
  background-image: linear-gradient(top, rgb(196,70,52) 3%,rgb(196,85,52) 3%,rgb(189,48,68) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
   
  border: 1px solid #969696;
   
  box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
   
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
#buttons #resetbtn:hover {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
  color: #ffffff;
   
  background: rgb(228,129,122);
  background: -moz-linear-gradient(top, rgb(228,129,122) 2%, rgb(228,73,71) 3%, rgb(163,52,51) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,129,122)), color-stop(3%,rgb(228,73,71)), color-stop(100%,rgb(163,52,51))); 
  background: -webkit-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); 
  background: -o-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); background: -ms-linear-gradient(top, rgb(228,129,122) 2%,rgb(228,73,71) 3%,rgb(163,52,51) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4817A', endColorstr='#912534',GradientType=0 );
   
  border-color: #969696;
   
  box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

@media screen and (max-width: 800px) {  
   
    #school-form #aligned {
        width: 100%;
        float: none;
        display: block;
    }
    #school-form #aside {
        width: 100%;
        display: block;
        float: none;
    }
    #school-form .txtinput, #school-form textarea {
        width: 85%;
    }
    
}	
 @media screen and (max-width: 900px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #912534;
		border-right: 1px solid #912534;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
@media only screen and (max-width : 800px) {
	header {
	position: relative;
	width:100%;		
	margin: 0 ;	
	}
	header h1 {
		margin: 20px;
		font-size: 32px;	
	}
	header h2 {
		margin: 0;
		font-size: 22px;	
	}
	header img{
		width:20%;
		height:20%;
		}
	.header_img{
		width:100%;
		z-index:20;
		
	}
	.container{
		width:100%;
	}
		
	nav {
		border-bottom: 0;
		
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #912534;
		width: 100%;
		position: relative;
		
	}
	nav a#pull:after {
		content:"";
		background: url(img/icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
			
	}
	.column1{
		width:100%;
	}
	
		 
}
/*Styles for screen 515px and lower @media only screen and (min-device-width : 320px) and (max-device-width : 480px)*/
@media only screen and (max-width : 480px) {
	header {
	position: relative;
	width:100%;		
	margin: 0 ;	
	}
	header h1 {
		margin: 0;
		font-size: 18px;	
	}
	header h2 {
		margin: 10px auto;
		font-size: 14px;	
	}
	header img{
		width:20%;
		height:20%;
		}
	.header_img{
		width:100%;
		z-index:20;
		
	}
	.container{
		width:100%;
	}
		
	nav {
		border-bottom: 0;
		
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #912534;
		width: 100%;
		position: relative;
		
	}
	nav a#pull:after {
		content:"";
		background: url('img/icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 100px;
		top:300px;
		
	}
	.column1{
		width:100%;
	}
	
		 
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #912534;
	}
	.header_img{
		width:100%;
	}
}
@media only screen and (max-width : 480px) {
		section{
			float:left;
			width:100%;
			margin:0;
			padding:0;
		}
		article{
			float:left;
			width:50%;
			margin:0;
			padding:0;
		}
		aside{
			float:left;
			width:100%;
			margin:0;
			padding:0;
		}	
		
}
/* video player */

.ui-slider-handle {
    display: block;
    margin-left: -9px;
    position: absolute;
    z-index: 2;
}
.ui-slider-range {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* player */
.video_player {
    background-color: #E8E8E8;
	border: 1px solid #888;
    float: left;
    padding: 10px;
	margin-right:50px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* controls */
.video_player .custom_controls {
    clear: both;
    height: 30px;
    padding-top: 8px;
    position: relative;
    width: 100%;
}
.play, .pause, .volume, .time_slider, .timer {
    float: left;
}
.play, .pause, .mute, .unmute {
    cursor: pointer;
}
.play, .pause {
    display: block;
    height: 24px;
    margin-left: 5px;
    margin-right: 15px;
    opacity: 0.8;
    width: 33px;

    transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.play {
    background: url(../img/play.png) no-repeat;
}
.pause {
    background: url(../img/pause.png) no-repeat;
    display: none;
}
.play:hover, .pause:hover {
    opacity: 1;
}
.time_slider {
    border: 1px solid #5f5f5f;
    height: 10px;
    margin-top: 5px;
    position: relative;
    width: 330px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background: #777777;
    background-image: -moz-linear-gradient(top, #777777, #9d9d9d);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #777777),color-stop(1, #9d9d9d));
}
.time_slider .ui-slider-handle {
    background: url(../img/handler.png) no-repeat;
    cursor: pointer;
    height: 16px;
    opacity: 0.8;
    top: -2px;
    width: 16px;
}
.time_slider .ui-slider-handle.ui-state-hover {
    opacity: 1;
}
.time_slider .ui-slider-range {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background: #e9742e;
    background-image: -moz-linear-gradient(top, #e9742e, #c14901);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e9742e),color-stop(1, #c14901));
}
.timer {
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 3px;
}
.volume {
    bottom: 0;
    color: #FFFFFF;
    height: 25px;
    overflow: hidden;
    padding: 5px 10px 0;
    position: absolute;
    right: 0;
    width: 33px;
}
.volume:hover {
    background: url(../img/volume.png) no-repeat scroll 8px 0 transparent;
    height: 161px;
}
.volume_slider {
    height: 105px;
    left: -1px;
    opacity: 0;
    position: relative;
    width: 33px;
}
.volume:hover .volume_slider {
    opacity: 1;
}
.volume_slider .ui-slider-handle {
    background: url(../img/handler.png) no-repeat;
    height: 15px;
    left: 9px;
    margin-bottom: -15px;
    margin-left: 0;
    opacity: 0.8;
    width: 14px;
}
.volume_slider .ui-slider-handle.ui-state-hover {
    opacity: 1;
}
.mute, .unmute {
    bottom: 7px;
    display: block;
    height: 23px;
    opacity: 0.8;
    position: absolute;
    text-indent: -999px;
    width: 33px;
}
.mute:hover, .unmute:hover {
    opacity: 1;
}
.mute {
    background: url(../img/vol_full.png) no-repeat;
}
.unmute {
    background: url(../img/vol_mute.png) no-repeat;
    display: none;
}

/* END VIDEO GALLARY */
/* Staff Details */
.left-a{
	margin-left:150px;
	margin-bottom:10px;
}
.service-details {
	/*width: 460px;*/
	max-width:460px;
	width:100%;
	height: 250px;	
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
}

.service-details img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: auto;
	height: 100%;
	float: left;
	transition: all 0.8s;
	-moz-transition: all 0.8s;

}

.service-details:hover img {
	/*opacity: 0.4 !important;*/
}

.service-details .service-hover-text h3 {
	padding: 0px;
	margin: 0px;
	font-size: 25px;
  font-weight:300;
	font-family: "Open Sans";
}

.service-details .service-hover-text h4 {
	padding: 0px;
	padding-bottom: 13px;
	margin: 0px;
	font-size: 14px;
  letter-spacing: 3px;
	width: 90%;
	font-family: "Open Sans";
  text-transform:uppercase;
	border-bottom: 2px solid #000;
}

.service-details .service-hover-text p {
	padding-top: 13px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Open Sans";
}


.service-details .service-hover-text{
	width: 42%;
	height: 89%;
	position: absolute;
	top: 0%;
	left: 50%;
	padding: 3% 4%;
	background: #912534;
	color: rgba(255,255,255,1);
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
}

.service-details:hover .service-hover-text {
	display: block !important;
	color: rgba(255,255,255,1);
	background:rgba(217,14,14,0.85);
	left: 0px;
	top: 0px;
}


.service-details .service-text {
	width: 50%;
	height: inherit;
	background: #000;
	float: left;
	position: absolute;
	left: 50%;
}

.service-details .service-text p {
	padding:100px 0px 0px 20px;
	font-size: 24px;
	font-family: "Open Sans";
  font-weight:700;
	color: #fff;
}

.service-details .service-text p span {
	font-family: "Open Sans" !important;
}

.service-details .service-text a , .service-white .service-text {
	padding: 0px 0px 0px 20px;
	font-size: 14px !important;
	color:#FF5A22 !important;
	font-family: "Open Sans" !important;
	text-decoration: none !important; 
}

.service-details .service-text {
	float: left;
} 

.service-white {
	background: #eee !important;
	width: 50% !important;
	height: inherit !important;
}

.service-white p {
	color: #000 !important;
}