/*
Theme Name: Flexible Theme
Theme URI: http://www.elegantthemes.com/gallery/
Version: 2.5
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
html{
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important; 
}

.white {
    color: white;
}

#taxes .white {
    background: url(http://future45.com/wp-content/uploads/2016/09/toparrow.png) no-repeat 50% -0.7%;
    background-size: 240px;
}
header {
    padding: 20px 0;
}

#_vit {
    margin: auto;
    border: none!important;
}

.phone_container {
    width: 100%;
    clear: both;
}
.control {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 20;
    margin: 20px 0;
}
.control a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    background: #1C2933;
    color: white!important;
    padding: 8px 0 0;
    margin-right: 10px;
    border-radius: 100%;
}
.phone_inner {
    background: green;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 83px;
    left: 18px;
    width: 270px;
    height: 480px;
}

.phone_inner_i {
    position: relative;
    width: 100%;
    height: 100%;
    background: ghostwhite;
}

.phone {
    background: url(http://future45.com/wp-content/uploads/2015/11/phonebg.png) no-repeat center center;
    width: 304px;
    height: 642px;
    margin: auto;
    position: relative;
}

.panel-grid-cell .widget-title {
    font-weight: bold;
    color: #db2b27;
}

.redbg {
    margin: 50px 0;
    padding: 10px 0;
    width: 190px;
    margin: 50px auto;
    border-radius: 30px;
    background-color: #DA2A26;
    max-width: 100%;
}

.navbar-nav {
    padding-top: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body {
    font-family: "fira-sans-2",sans-serif;
}

#about h3 {
    text-align: center;
    font-size: 200%;
    letter-spacing: 8px;
    margin: 20px 0 30px;
}

#aboutcontent {
    position: relative;
    width: 777px;
    margin:auto;
    max-width:100%;
}

.jumbotron.home h2 {
    margin-bottom: 30px;
}

div#aboutcontent:before {
    content: open-quote;
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: -30px;
    line-height: 1;
    height: 25px;
}
div#aboutcontent:after {
    content: close-quote;
    font-size: 60px;
    position: absolute;
    bottom: 0px;
    right: -30px;
    line-height: 1;
    height: 25px;
}
#about {}



#boxer span {
    width: 2.5%;
    height: 80px;
    display: block;
    float: left;
}

.jumbotron {
    background-size: contain;
    background-position: left top;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}

.jumbotron:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B2B2B2;
    mix-blend-mode: multiply;
    opacity: 1;
    display: none;
}.jumbotron p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.3;
}

.jumbotron.home {
    background-position: right center;
    padding: 90px 0;
    color: white;
    margin: 0;
    background-size: cover;
}

#former {
    margin: 0 0 30px;
    padding: 20px 0;
}

.navbar-toggle {
    background-color: #337ab7;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.navbar {
    margin: 0;
    border: none;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand>img {
width: 200px;margin-top: 10px;}
		#logo {}
			#logo a { }
#logo a:hover {
    text-decoration: none;
}
	#top-menu { float: right; margin-top: 20px;}
		#top-menu li {}
		.widget { padding: 0 0 30px; }

.post-content .widget {
    padding: 0;
}

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

/*------------------------------------------------*/
/*-----------------[FORMS]------------------------*/
/*------------------------------------------------*/

.wide .gform_wrapper .gform_body ul > li {

}
.gform_wrapper .button, .gform_button{
    background-color: #db2b27;
    border-color: #db2b27;
}


/*------------------------------------------------*/
/*-----------------[STAGE]------------------------*/
/*------------------------------------------------*/
.stage {
    background-size: cover;
    background-position: center center;
    margin: 0 0 40px;
    text-align: center;
    /* background-attachment: fixed; */
}
#stagetable {
    height: 100%;
    display: table;
    width: 100%;
}

#stagecell {
    display: table-cell;
    vertical-align: middle;
}
.stage h1{font-size: 840%;color: white;}

.stage p {
    font-size: 310%;
    color: white;
}
/*------------------------------------------------*/
/*-----------------[UTILITY]----------------------*/
/*------------------------------------------------*/
.hider{
     opacity:0;
}
.visible{
     opacity:1;
}

#latest h2 {
    text-align: center;
    margin: 0px 0 10px;
}

#latest {
    background-color: #f0f0f0;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 50px;
}

#news {}

section#news h2.title {
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
}
.iconsmall {
    font-size: 80%;
}

.padder {
    padding: 50px 0;
}
.paddertop {
    padding: 50px 0 0;
}
.padderbot {
    padding: 0 0 50px;
}
.widget_search h4{display:none;}
a, .transition{-webkit-transition: all .1s ease; -moz-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease;}
.disable-hover {
  pointer-events: none;
}
/*------------------------------------------------*/
/*-----------------[GRIDS]------------------------*/
/*------------------------------------------------*/
.gridinner{
    margin: 0 0 20px;
    overflow: hidden;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, .135);
}

.gridinner img {
    margin-bottom: -1px;
}
.cap{
    overflow: hidden;
    border: solid #ddd;
    border-width: 1px;
    padding: 15px;
    background-color: white;
}

#postshare {
    margin: 30px 0 0;
    padding: 10px;
    border-top: 1px solid rgba(220, 220, 220, 0.34);
    border-bottom: 1px solid rgba(220, 220, 220, 0.34);
}

.cap h2 {
    font-size: 18px;
    text-align: center;
}


/*------------------------------------------------*/
/*-----------------[SINGLE POST]------------------*/
/*------------------------------------------------*/
#featblur {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background-size: cover;
  -webkit-filter: blur(60px) saturate(60%);
  -moz-filter: blur(60px) saturate(60%);
  -o-filter: blur(60px) saturate(60%);
  -ms-filter: blur(60px) saturate(60%);
  background-position: center center;
}
.jumbotron.blur {
  position: relative;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}

.lister ul,.listerry ul {
    list-style: none;
    padding: 0;
    margin: 30px;
}

.lister a {
    font-weight: bold!important;
    color: white;
    text-decoration: underline;
}

.lister a span {
    font-weight: bold!important;
}

.lister ul li, .listerry ul li {
    margin: 0 0 20px;
    font-size: 16px;
    background: url(http://future45.com/wp-content/uploads/2016/09/checker.png) no-repeat 0% 0%;
    padding-left: 30px;
    background-size: 20px;
}

.lister.checker ul li {
    background-image: url(http://future45.com/wp-content/uploads/2016/09/doubler.png);
}

.lister {
    font-size: 16px;
}

body .listerry ul li {
    background: url(/wp-content/uploads/2016/09/stop.png) no-repeat top left;
    background-size: 24px;
}

.page-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.ssba img{
    margin-right: 10px;
    width: 30px;
    -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;
}

.ssba img:hover {
    -ms-transform: scale(1.2); /* IE 9 */     
    -webkit-transform: scale(1.2); /* Safari */     
    transform: scale(1.2);
}
#sharebox {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}

#sharebox .sharetoggle {
    position: relative;
    -ms-transform: translate(-100%,0); /* IE 9 */     
    -webkit-transform: translate(-100%,0); /* Safari */     
    transform: translate(-100%,0);
    -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease; 
    -o-transition: all .4s ease; 
    transition: all .4s ease;
    opacity: 0;
    float: left;
    padding-top: 2px;
    padding-left: 19px;
}

#sharebox.open .sharetoggle {
    -ms-transform: translate(0);   
    -webkit-transform: translate(0);   
    transform: translate(0);opacity:1;
}

#sharebox button {
    float: left;
    position: relative;
    z-index: 1;
}
/*------------------------------------------------*/
/*-----------------[RESPONSIVE]-------------------*/
/*------------------------------------------------*/
@media only screen and ( max-width: 1200px ) {header{}

.jumbotron.home {
    background-size: cover;
}}

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

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

header{}

.wide .gform_wrapper .gform_body {
    width: 80%;
}

.gform_heading {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.jumbotron:before {
    display: block;
}

.gridinner img {
    width: 100%;
}

.ssba img {
    width: 30px;
}

}
@media only screen and ( max-width: 479px ) {

header{}

.watchnew {
    width: auto!important;
    max-width: none;
}

#aboutcontent {
    margin: 0 30px;
    width: auto;
}

}


/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#copyright { font-size:13px; float: none; text-align: center; margin: 50px 0 0;}

.copyright {
    display: inline-block;
    border: 1px solid white;
    padding: 10px;
    margin: 0 0 10px;
}

#bottomtext {
    display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 10px;
    margin: 40px 0 0;
}

#main_footer {
    background-color: #3a3a3a;
    color: white;
    border-top: 10px solid #666666;
    padding: 50px 0;
}
	#copyright a { color: white;  font-size: 15px;}



/*------------------------------------------------*/
/*-----------------[ANIMATIONS]-------------------*/
/*------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.watchnew {
    left: 0;
    width: 34%;
    margin: auto;
    background-color: #DA2A26;
    text-align: center;
    padding: 10px;
    border-radius: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.landingtitle {
    color: white;
    font-size: 210%;
    letter-spacing: 1px;
}

.landing title {
    font-size: 300%;
    color: white;
}

.watchnew:after {
    content: ' ';
    position: absolute;
    bottom: -30px;
    margin: 0 -15px;
    left: 50%;
    border: 15px transparent solid;
    border-top-color: #DA2A26;
}
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

.aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; max-width: 96%; padding: 8px; }

.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }

.imageser img {
    vertical-align: baseline;
    float: none;
    margin: 0 5px 20px;
    display: inline-block;
    display: inline-block;
}

.imageser {
    text-align: center;
}
img.alignright { display:inline; float:right; margin-left:15px; }





/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }

.wp-pagenavi { position: relative; text-align: right; clear: both; padding: 30px 40px 30px 10px; color: #676761; font-weight: bold; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px !important; margin: 2px 0; text-decoration: none; border: none !important; color: #aeaeac; font-weight: normal !important; font-size: 24px; }
.wp-pagenavi span.pages { padding: 5px !important; margin: 2px 7px 2px 2px !important; text-transform: uppercase; font-size: 12px; border: none; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px !important; margin: 2px 0; font-size: 24px; border: none; color: #676761; }
#et-control-panel { position: fixed; left: 0px; top: 94px; width: 169px; z-index: 9000; color: #9f9f9f; text-shadow: 1px 1px 1px #fff; background: url(images/control_panel/control-panel-bottom.png) no-repeat bottom left; padding-bottom: 18px; }
	#control-panel-main { background: url(images/control_panel/control-panel-mainbg.png) repeat-y; -moz-border-radius-topright: 14px; -webkit-border-top-right-radius: 14px; border-top-right-radius: 14px; }
		#et-control-close { background: url(images/control_panel/control-panel-closebutton.png) no-repeat; position: absolute; top: 17px; right: -41px; width: 45px; height: 40px; display: block; }
		.control-open { background: url(images/control_panel/control-panel-openbutton.png) no-repeat !important; }
		#et-control-inner { background: url(images/control_panel/control-inner.png) no-repeat; padding: 16px 16px 0px 16px; }
			#et-control-panel h3.control_title { font-size: 15px; padding: 2px 0 10px; float: left; }
			#et-control-panel p { font-style: italic; font-family: Georgia, serif; font-size: 10px; }
			.et-sample-setting { display: block; width: 29px; height: 29px; position: relative; float: left; margin: 0 4px 4px 0; text-indent: -9999px; }
				.et-sample-setting span.et-sample-overlay { background: url(images/control_panel/control-link-overlay.png) no-repeat; display: block; position: absolute; top: 0; left: 0; width: 30px; height: 30px; }
			#et-sample-color1 { background: #6a8e94; }
			#et-sample-color2 { background: #8da49c; }
			#et-sample-color3 { background: #b0b083; }
			#et-sample-color4 { background: #859a7c; }
			#et-sample-color5 { background: #c6bea6; }
			#et-sample-color6 { background: #b08383; }
			#et-sample-color7 { background: #a4869d; }
			#et-sample-color8 { background: #f5f5f5; }
			#et-sample-color9 { background: #4e4e4e; }
			#et-sample-color10 { background: #556f6a; }
			#et-sample-color11 { background: #6f5555; }
			#et-sample-color12 { background: #6f6755; }

			#et-sample-texture1 { background: url(images/control_panel/body-bg2.png) 14px 13px; }
			#et-sample-texture2 { background: url(images/control_panel/body-bg3.png); }
			#et-sample-texture3 { background: url(images/control_panel/body-bg4.png); }
			#et-sample-texture4 { background: url(images/control_panel/body-bg5.png); }
			#et-sample-texture5 { background: url(images/control_panel/body-bg6.png); }
			#et-sample-texture6 { background: url(images/control_panel/body-bg7.png); }
			#et-sample-texture7 { background: url(images/control_panel/body-bg8.png); }
			#et-sample-texture8 { background: url(images/control_panel/body-bg9.png); }
			#et-sample-texture9 { background: url(images/control_panel/body-bg10.png); }
			#et-sample-texture10 { background: url(images/control_panel/body-bg11.png) 139px 104px; }
			#et-sample-texture11 { background: url(images/control_panel/body-bg12.png); }
			#et-sample-texture12 { background: url(images/control_panel/body-bg13.png) 14px 14px; }
			#et-sample-texture13 { background: url(images/control_panel/body-bg14.png); }
			#et-sample-texture14 { background: url(images/control_panel/body-bg15.png); }
			#et-sample-texture15 { background: url(images/control_panel/body-bg16.png); }
			#et-sample-texture16 { background: url(images/control_panel/body-bg17.png); }

			.et-control-colorpicker { background: url(images/control_panel/control-panel-colorpicker.png) no-repeat; width: 18px; height: 19px; display: block; float: right; }
			.et-font-control { margin-top: 9px; }
			.colorpicker { z-index: 10000; }

#et_control_header_font, #et_control_body_font { width: 73px; }

.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(images/colorpicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
	.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(images/colorpicker/colorpicker_overlay.png); }
		.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(images/colorpicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; }
	.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(images/colorpicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
.colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 11px; }
.colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(images/colorpicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
	.colorpicker_hex input { right: 6px; }
.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
	.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }
.colorpicker_rgb_r { background-image: url(images/colorpicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
.colorpicker_rgb_g { background-image: url(images/colorpicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
.colorpicker_rgb_b { background-image: url(images/colorpicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }
.colorpicker_hsb_h { background-image: url(images/colorpicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
.colorpicker_hsb_s { background-image: url(images/colorpicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
.colorpicker_hsb_b { background-image: url(images/colorpicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }
.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(images/colorpicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
.colorpicker_focus { background-position: center; }
.colorpicker_hex.colorpicker_focus { background-position: bottom; }
.colorpicker_submit.colorpicker_focus { background-position: bottom; }
.colorpicker_slider { background-position: bottom; }

#control-panel-main label { font-size: 11px; }


#ie7 #container > header { position: relative; z-index: 2; }
#ie7 #main-area { position: relative; z-index: 1; }