/*-----------------------------------------------------------------------
 * Version - 1.0
 * File    - style.css
 * Author  -  MGH
 * Description - 
 *     Global CSS
 *-----------------------------------------------------------------------*/

/**
* Rules 
*/

	
/* Control
-------------------------------------------------------------- */
@font-face{  
    font-family:lanenar;  
    src: url('../fonts/lanenar.ttf'); /* For IE */ 
    src: local('lanenar'), url('../fonts/lanenar.ttf') format('truetype'); /* For non-IE */ 
}  

*{
	margin:0;
	padding:0;
}

::-webkit-scrollbar {width: 0 !important; height: 0 !important}

html {
	height:100%;
}



body {
	background:#212967;
	overflow:hidden;
	margin: 0;
	width:100%;
	height:100%
	color:#000000;
	font-size:12px;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
font-weight:300;
height:100%; 
	
}

h1, h2, h3, h4, h5 {
font-family: 'Raleway','lanenar', Arial, sans-serif;
}

p {
	color:#000000;
	font-family: 'Raleway','lanenar', Arial, sans-serif;	
font-weight:300;
	font-size:17px;
	margin-bottom: 10px;
}

p a {
	color:#000000;
	font-family: 'Raleway','lanenar', Arial, sans-serif;	
font-weight:300;
	font-size:17px;
}



/* Layout
-------------------------------------------------------------- */
.page { margin:0 auto;  }


a {
	text-decoration:none;
}

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

.formError {
	z-index:999999;
}

a img {
	border:0;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

/*-------------------- */
#header {
	background-image:url(../images/opacity.png) !important;
	height:90px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}

#header .inner {
	margin:0 auto;
	position:relative;
	width:auto;
}

#header .logo {
	float: left;
	margin-top: 0px;
	padding-left:15px;
}

#header .logo a {
	background: url("../images/logo.png") no-repeat;
	display: inline-block;
	height: 100px;
	width: 200px;
}
#header.minimized .logo a { background:url("../images/logo-min.png") no-repeat; width:260px; }

#header .navigation {
	float: right;
	height: 40px;
	list-style: none outside none;
	margin-top: 25px;
	margin-right:20px;
}

#header .navigation li {
	float: left;
	margin-left: 15px;
}

#header .navigation li a {
	color: #FFFFFF;
	font-family: 'Raleway','lanenar', Arial, sans-serif;	
font-weight:300;
	font-size: 15px;
	text-transform: uppercase;
}

#header  .navigation li a:hover, .navigation li.active a {
    padding: 0;
    text-decoration: none;
    color:#ce001e;
}

.active{
    padding: 0;
    text-decoration: none;
    color:#ce001e;
}





#header .scroll-glyph {
	background: url("../images/scroll-glyph.png") no-repeat;
	display: inline-block;
	height: 180px;
	left: 960px;
	position: absolute;
	top: 560px;
	width: 330px;
	opacity: 1;
   	transition: opacity .65s ease-in-out;
   	-moz-transition: opacity .65s ease-in-out;
   	-webkit-transition: opacity .65s ease-in-out;
}

#header .scroll-glyph.on{ opacity: 0.1; }

/* -------------------- */
#middle {
	margin-top: 0px;
	z-index:100;
}

#middle .slide {
	height:987px;
	width:100%;
	z-index:100;
}

#middle .slide h2 {
font-family: 'Raleway','lanenar', Arial, sans-serif;	
font-weight:300;
	color:#000000;
	font-size:79px;
	text-align:center;
}

#middle .slide .slide-bg {
	height:400px;
	width:400px;
	display:none;
	overflow:hidden;

}

#middle .slide {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#middle .slide.no-bg { background:#ffffff; }

#middle .slide.layout-image {
	background-attachment:fixed;
	background-position:center;
}

/* Layout 1
----------------------*/
#middle .slide.intro-layout .content {
	margin:0 auto;
	padding-top:120px;
	width:977px;
	
}

#middle .slide.intro-layout h1 {
	color:#333;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 45px;
font-weight:300;
	margin-bottom:27px;
	text-align:center;
	text-transform: uppercase;	
	padding: 20px 0 0 0;
	
	
}

#middle .slide.intro-layout p {
	color:#333;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size:18px;
	text-align:center;
	padding: 0 20px 15px 20px;
}

#middle .slide.intro-layout .callout {
	margin-top:60px;
}

/* Layout 2
----------------------*/
#middle .slide.callout-layout {
	
}

#middle .slide.callout-layout .content {
	margin:0 auto;
	padding-top:355px;
	width:805px;
}

#middle .slide.callout-layout h2 {
	color:#000000;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-weight:300;
	font-size:79px;
	text-align:center;
}

#middle .slide.callout-layout p {
	color: #737373;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 20px;
	text-align: center;
}

/* Layout 3
----------------------*/
#middle .slide.about-layout {
	
}

#middle .slide.about-layout .content {
	margin:0 auto;
	padding-top:166px;
	width:968px;
}

#middle .slide.about-layout .col1 {
	float:left;
	margin-right:58px;
	width:363px;
}

#middle .slide.about-layout .col2 {
	float:left;
	width:536px;
}

#middle .slide.about-layout h2 {
	color:#000000;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	text-align:left;
}

#middle .slide.about-layout h3 {
	color:#000000;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size:24px;
font-weight:300;
	line-height:30px;
	margin-bottom:10px;
	text-align:left;
}

#middle .slide.about-layout p {
	color: #737373;
	/* font-family: 'OswaldBook',arial,serif; */
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 14px;
	line-height: 23px;
	padding: 0 20px 0 20px;
}

/* Layout 4
----------------------*/
#middle .slide.menu-layout {
	background: url("../images/text-bg.png") repeat #F5F1EC;
	background-attachment: fixed;
	background-position: center center;
	height:auto;
	padding-bottom: 186px;
	padding-top:163px;
}

#middle .slide.menu-layout .clear {
	height: 0;
}

#middle .slide.menu-layout h2 {
	background: #000000 url("../images/text-headline.png") repeat;
	color: #FFFFFF;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 59px;
	margin-bottom:135px;
	padding: 24px 0 20px;
}

#middle .slide.menu-layout .content {
	margin:0 auto;
	padding-top:0;
	width:878px;
}

#middle .slide.menu-layout h3 {
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	color: #000000;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 25px;
	font-weight:300;
	
	margin-bottom: 20px;
	padding: 7px 0;
}

#middle .slide.menu-layout ul.leaders {
	margin-bottom:50px;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	text-transform: uppercase;
}

#middle .slide.menu-layout ul.leaders li {
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size:18px;
	color:#000000;
	height: 23px;
	margin-bottom: 20px;
}

#middle .slide.menu-layout ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "}

#middle .slide.menu-layout ul.leaders li.no-price:before {
	content:"";
}

#middle .slide.menu-layout ul.leaders li span {
	background:#ffffff;
}

#middle .slide.menu-layout ul.leaders li .menu_price {
	float:right;
}

/* Layout 5
--------------------*/
#middle .slide.instagram-layout {
	height:auto;
	padding-bottom:200px;
	padding-top:100px;
}

#middle .slide.instagram-layout h2 {
	background: #000000;
	color: #FFFFFF;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 59px;
	margin: 0 auto 30px;
	width: 945px;
	padding: 24px 0 20px;
}

#middle .slide.instagram-layout .gallery {
	margin:0 auto;
	width:945px;
}

#middle .slide.instagram-layout .gallery a {
	float:left;
	margin-bottom:21px;
	margin-right:21px;
}

#middle .slide.instagram-layout .gallery a:nth-child(4n) {
	margin-right:0;
}

/* Layout Default
--------------------*/
#middle .slide.layout-default {
	padding-top:150px;
}

#middle .slide.layout-default .content {
	margin:0 auto;
	width:945px;
}

#middle .slide.layout-default h2 {
	color:#ffffff;
}

/* Contact
----------------------*/
#middle .slide.contact .content {
	background: url("../images/contact-temp.png") no-repeat scroll 0 0 transparent;
	height: 516px;
	padding-top: 260px;
	width: 805px;
}

#middle .slide.contact h2 {
	color:#3F3532;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 34px;
    font-weight:normal;
    letter-spacing: 10px;
    line-height: 40px;
	text-transform:uppercase;
}

#middle form {
	margin: 16px auto 0;
	width: 500px;
}

#middle form label {
	color: #3F3532;
	display: block;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 15px;
	font-weight: normal;
}

#middle form input {
	background: #F5F1EC;
	border: 1px solid #C5C1BC;
	color: #76665E;
	display: block;
	padding: 10px 8px;
	width: 358px;
}

#middle form input.ccm-input-button {
	background: #3F3532;
	border: medium none;
	color: white;
	cursor: pointer;
	float: right;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 126px;
}

#middle .miniSurveyView table.formBlockSurveyTable td {
    padding-bottom: 15px;
	padding-right: 11px;
}

#middle form textarea {
	background:#F5F1EC;
	border: 1px solid #C5C1BC;
	color: #76665E;
	height: 100px;
	padding: 10px 8px;
	width: 358px;
}


/* 
--------------------------------- */
#footer {
	position:fixed;
	fixed; bottom: 0; left: 0;
	width:100%;
	 background: url("../images/footer_background.jpg") repeat #F5F1EC;

	color:#FFF;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 12px;
	font-weight: 300;
	height: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right:0px;
	z-index:200;
}

#footer .inner {
	
	margin:0 auto;
	text-align:center;
	width:auto;
	z-index:21;
}

#footer .inner p.links {
	color:#000000;
}

#footer .footer-title {
	color: #76665E;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto 75px;
	max-width: 530px;
	text-align: center;
}

.footer-social a {
	display: inline-block;
	height: 168px;
	margin: 0 10px;
	overflow: hidden;
	width: 168px;
}

.footer-social a img {
	display: block;
	max-height: none;
	max-width: none;
}

.footer-social a img:hover {
	margin-top:-168px;
}

/* Instagram Theatre
---------------------------*/
.instagram-photo {
    display: inline-block;
	float:left;
    height: 196px;
    margin: 10px;
    width: 195px;
}

#middle #seachInstagramLoadMoreContainer { clear:both; }
#middle #seachInstagramLoadMoreContainer a { 
	display: block;
	float:none;
	margin: 0 auto;
	width: 70px; 
}


#scalecontainer{
	 z-index:1;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
              width: 1250px;
        margin: 0 auto;
		padding-top:50px

      }


/* Responsive Mobile
-----------------------------*/
/* Tablets */
@media screen and (max-width: 1249px) {
}

/* iPad */
@media screen and (max-width: 1033px) {
	#header .inner {
		width:900px;
	}
	
	#header .navigation li a {
	  font-size: 14px;
	}
	
	#middle .slide.intro-layout .content {
	  	margin: 0 auto;
	  	padding-top: 150px;
	  	width: 750px;
	}
	
	#middle .slide.intro-layout h1 {
	  	font-size: 35px;
		margin-bottom:19px;
	}
	
	#middle .slide.intro-layout p {
	  	font-size: 18px;
	}
	
	#header.minimized .logo a {
	  	width: 245px;
	}
	
	#middle .slide.callout-layout h2 {
	  	font-size: 59px;
	}
	
	#middle .slide.callout-layout .content {
	  	width: 665px;
	}
	
	#middle .slide.about-layout .content {
	  	width: 678px;
	}
	
	#middle .slide.about-layout h2 {
	  	font-size: 59px;
	}
	
	#middle .slide.about-layout .col1 {
	  	width: 253px;
	}
	
	#middle .slide.about-layout .col2 {
	  	width: 356px;
	}
	
	#middle .slide.about-layout p {
	  	font-size: 12px;
	  	line-height: 20px;
	}
	
	#middle .slide.menu-layout .content {
	  width: 698px;
	}
	
	#middle .slide.instagram-layout h2 {
	  	width: 705px;
	}
	
	#middle .slide.instagram-layout .gallery {
	  	width: 662px;
	}
	
	#middle .slide.instagram-layout .gallery a:nth-child(3n) {
	  margin-right: 0;
	}
	
	#middle .slide.contact .content {
		background-size: 712px auto;
		padding-top: 240px;
		width: 773px;
	}
	
	#middle form {
	  	margin: 16px auto 0;
	  	width: 430px;
	}
	
	#middle form input {
		padding: 6px 8px;
	  	width: 288px;
	}
	
	#middle form textarea {
		height: 70px;
		padding: 8px;
		width: 288px;
	}
	
	#footer .inner {
	  	margin: 0 auto;
	  	text-align: center;
	  	width: 595px;
	}
	
#scalecontainer{
	 z-index:1;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
           width: 1250px;
        margin: 0 auto;
		padding-top:40px
 }	
 
 #outer_container{
	height:250px;
 }
 
 
}

/* iPhone */
@media screen and (max-width: 780px) {
	#middle {
	  	margin-top: 193px;
	}
	
	#header {
	  	height: 193px;
	}
	
	#header .inner {
		width:400px;
	}
	
	#header .logo {
	  float: none;
	  margin: 14px auto 0;
	  width: 196px;
	}
	
	#header.minimized {
	  	height: 176px;
	}
	
	#header.minimized .logo {
	  	float: none;
	  	margin: 24px auto 0;
	  	width: 257px;
	}
	
	#header.minimized .navigation {
	  	height: 40px;
	  	margin: 5px auto 0;
	}
	
	#header .navigation li a {
	  	font-size: 11px;
	}
	
	#header .navigation {
	  	float:left;
	  	
	  	list-style: none outside none;
	  	margin: -10px auto 0;
	  	width: 340px;
	}
	
	#middle .slide.intro-layout h1 {
	  	font-size: 30px;
		line-height: 51px;
		margin-bottom: 19px;
	}
	
	#middle .slide.intro-layout .content {
	  	margin: 0 auto;
	  	padding-top: 20px;
	  	width: 327px;
	}
	
	#middle .slide.intro-layout p {
	  	font-size: 12px;
	  	line-height: 20px;
		padding:0 10px 10px 10px;
	}
	
	#middle .slide.callout-layout .content {
	  	width: 315px;
	}
	
	#middle .slide.callout-layout h2 {
	  	font-size: 37px;
		line-height: 55px;
		margin-bottom: 16px;
	}
	
	#middle .slide.callout-layout p {
	  	font-size: 17px;
	}
	
	#middle .slide.about-layout .content {
	  	width: 317px;
	}
	
	#middle .slide.about-layout .col1 {
	  margin: 0;
	  width: auto;
	}
	
	#middle .slide.about-layout h3 {
	    font-size: 21px;
	}
	
	#middle .slide.about-layout .col2 {
	  	width: auto;
	}
	
	#middle .slide.about-layout {
	  	height: auto;
	  	padding-bottom: 130px;
	}
	
	#middle .slide.menu-layout .content {
	  	width: 308px;
	}
	
	#middle .slide.menu-layout h2 {
	  margin-bottom: 85px;
	}
	
	#middle .slide.menu-layout ul.leaders li {
	  	color: #000000;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
	  	font-size: 15px;
	  	height: 23px;
	  	margin-bottom: 36px;
	}
	
	#middle .slide.instagram-layout h2 {
	  	font-size: 32px;
		margin-bottom: 60px;
		width: 375px;
	}
	
	#middle .slide.instagram-layout .gallery {
	  	width: 222px;
	}
	
	#middle .slide.contact .content {
	  background-size: 331px auto;
	  padding-top: 110px;
	  width: 323px;
	}
	
	#middle .slide.contact h2 {
	  	font-size: 24px;
	  	letter-spacing: 6px;
	  	line-height: 40px;
	}
	
	#middle form {
	  	background: none repeat scroll 0 0 #FFFFFF;
		margin: 16px auto 0 50px;
		padding-bottom: 40px;
		width: 245px;
	}
	
	#middle form input {
	  padding: 6px 8px;
	  width: 108px;
	}
	
	#middle form label {
	  	font-size: 11px;
		font-weight: normal;
		text-align: right;
		width: 89px;
	}
	
	#middle form textarea {
	  	height: 70px;
	  	padding: 8px;
	  	width: 108px;
	}
	
	#middle .slide.contact .content {
	  background-size: 331px auto;
	  margin-top: 71px;
	  padding-top: 130px;
	  width: 323px;
	}
	
#footer	{
		padding-bottom: 10px;
	padding-top: 0px;
	}
	
	#footer .inner {
	  margin: 0 auto;
	  text-align: center;
	  width: 241px;
	}
	
	.footer-social a {
	  	margin: 0 10px 30px;
	}
#scalecontainer{
	 z-index:1;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
                   width: 1250px;
        margin: 0 auto;
		padding-top:500px
 }	
 #outer_container{
	height:450px;
 }
 
 
 
}
@media screen and (max-width: 580px) {
	
#scalecontainer{
	 z-index:1;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
                   width: 1250px;
        margin: 0 auto;
		padding-top:1200px
 }	
	
	
	
	}

/* Slider
-------------------------------------------------------------- */

	
	#page_overlay {
		width:100%;
		z-index:100;
	}
	
	#page_content {
		
		font-size:30px;
		padding:10px;
		
		
		/* Display on top of slideshow */
		z-index:100;	
		position:relative; /* This is very important! */	
	}
	
		img#bg {
		/* Stretch background */
		position:fixed;
		top:0;
		left:0;
		height:125% !important;
		width:auto!important;
		z-index:0;
			margin: 0 auto;
	}
	
	#bg_grid {
		position:fixed; /* This is very important! */
		top:0;
		left:0;
		height:100%;
		width:100%;
	    background: url(grid.png) repeat;
			
		/* Display on top of background */
		z-index:1;
	}


	
#bg1 { position: fixed; top: 0; left: 0; }
		.bg1width { width: auto; }
		.bg1height { height: 100%; }	
	
#bg2 { position: fixed; top: 0; left: 0; }
		.bg2width { width: auto; }
		.bg2height { height: 150%; }	
	
#page_content {


}


div.transbox
  {
	 width: auto; /* For IE8 */

 
  background-color:#ffffff;
  border:0px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
 
  }
  div.transbox2
  {
	 width: auto; /* For IE8 */

 
  background-color:#ffffff;
  border:0px solid black;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  z-index:1;
 
  }
 
  
div.transbox p h1
  {
	
	  
 
  }	  
/* margin:7.0vh 7.0vh 0px 7.0vh; */


#benner_ten {
	background-color:#6c6c6c !important;
	clear:both;
	position:relative;
	padding-top:3px;
	display:block;
	height:40px;
	width:auto;
	text-transform:uppercase;
	font-size:36px;
	font-weight:100;
	
	text-align:center;
	overflow:hidden;
	
}

#benner_ten  img {
	max-width:100%; height:auto;
	
	
	}

 /* ---------------------------------------*/
 #faa_easa{
	 display:block;
	 padding-top:50px;

 }
 
#faa_easa img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


 /* -----Request Quote----------------------------------*/
 



#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; 
font-family: 'Raleway','lanenar', Arial, sans-serif;	
color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
font-family: 'Raleway','lanenar', Arial, sans-serif;	
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: 'Raleway','lanenar', Arial, sans-serif;	
margin-bottom: 10px; 
width: 500px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}
