/* =========================================================================
   							Main Menu Navigation
   ========================================================================== */
/* default style */
.selectnav { display: none; }
select.selectnav {margin:0 auto;} /* centers select */

header > nav > ul {
	float: right;
	padding: 24px 0px;
}
	
header > nav > ul li {
	float: left;
	margin: 0px 0px 0px 30px;
}
header > nav > ul li a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	color: #e44d26;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.current  {
	color: white;
}

header > nav > ul li .current:hover {
	color: white;
}

header > nav > ul li a:hover {
	color: #fff;
}
	
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
header > nav > ul li a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	color: #e44d26;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
}

 @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
header > nav > ul li a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	color: #e44d26;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}	 
 }

/* ==========================================================================
   							Mobile Header Navigation
   ========================================================================== */
	
	@media only screen and (max-width: 480px){
		/* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
	
	
	  	.js #nav { display: none; }
  		.js .selectnav { display: block;  }
		.logo {text-align:center;}
		
    
		
	}
		   


/* ==========================================================================
   									Main Styles
   ========================================================================== */
.logo {float:left; padding-top:100px;
	
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

iframe, object, embed{max-width: 100%;}
 			    iframe {
				  
				 -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
				  -moz-box-shadow: 4px 4px 14px #000; 
				  -webkit-box-shadow: 4px 4px 14px #000; 
				  box-shadow: 4px 4px 14px #000; 	
			  }
			   
		   
/* ==========================================================================
   							NRB THEME
   ========================================================================== */
.article maps{
        float: right;
        width: 28%;
    
}
.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #1e2567;
}


.title {
    color: white;
}


.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}
.main asidephoto {
    padding: 0px 5% 10px;
}


.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}




/* ==========================================================================
   								Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {



    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
	
       
    

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }



/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
	.main asidephoto {
        float: right;
        width: 28%;
    }
		
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   								Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1}

/* ==========================================================================
   								Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
	page-break-after: avoid;
	font-size: 11px;
	text-align: left;
    }
}

/* =============================================================================
							Before / After Slider Wrapper
   ========================================================================== */



.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
	padding-top: 10px;
}

 /* =============================================================================
  								Nivo Slider.css
   ========================================================================== */
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;

}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {

	position: absolute;
	margin: 0 auto;
	bottom: 50px;
	height: 270px;
	color: #fff;
	width: 100%;
	z-index:8;
	overflow: hidden;
	display: none;

}

.nivo-960 {
		
		width: 940px;
		margin: 0 auto;
	}
	
.nivo-540 {

	width: 540px;

}

.nivo-540 h2 {
	font-family: 'Nixie One', cursive;
	font-size: 40px;
	color: white;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	line-height: 45px;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}

.nivo-540 h3 {
	font-family: Ubuntu;
	font-size: 60px;
	line-height: 65px;
	font-weight: bold;
	color: white;
	margin: 0;
	letter-spacing: 1px;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}

.nivo-540 a {
	margin: 40px auto 25px auto;
	text-align: center;
	display: block;
	text-align: center;
	width: 200px;
	padding: 15px 30px;
	border-radius: 3px;
	text-transform: uppercase;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Ubuntu;
	color: white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	background: rgb(139,199,44); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(139,199,44,1) 0%, rgba(126,189,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,199,44,1)), color-stop(100%,rgba(126,189,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(139,199,44,1) 0%,rgba(126,189,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(139,199,44,1) 0%,rgba(126,189,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(139,199,44,1) 0%,rgba(126,189,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(139,199,44,1) 0%,rgba(126,189,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc72c', endColorstr='#7ebd26',GradientType=0 ); /* IE6-9 */
	-webkit-transition: ease background 0.3s;
}

.nivoSlider:hover .nivo-540 a {
	background: black;
	color: #a6ce39;
}



.nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Ubuntu';
	letter-spacing: 1px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 7px #000;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:47%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:-1px;
}
.nivo-nextNav {
	right:-1px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

 /* =============================================================================
  								Nivo Slider Theme
   ========================================================================== */

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../loading.gif) no-repeat 50% 50%;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:36px;
	background:url(../arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-34px 0;
	
}
.theme-default a.nivo-prevNav {
	
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;

}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 /* =============================================================================
  					Google Maps - Contact page Formatting
   ========================================================================== */

              
		   
		   @media only screen and (max-width:480px) {
			   
			    iframe {
				  width: auto;
				  height: auto;
				  -moz-border-radius: 12px;
				  -webkit-border-radius: 12px; 
				  border-radius: 12px;		
				  -moz-box-shadow: 4px 4px 14px #000; 
				  -webkit-box-shadow: 4px 4px 14px #000; 
				  box-shadow: 4px 4px 14px #000; 	
			  }
		
		  
			   
		   }
		  
          
		   @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

			iframe {
				width:60%;
				height:345px;
			}

}
             @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  iframe { width:60%;
  height:345px;
  
   } 
  
			 }
              


/* ==========================================================================
  									Footer
   ========================================================================== */
   
   footer-container > footer {
	width: 100%;
	
	height: 176px;
}

footer {
	display:inline-block;
}

footer > section {
	margin: 0 auto;
	padding-top: 30px;
}

footer > section > span {
	margin-top: 7px;
	float: right;
	color: white;
	font-family: Ubuntu;
	font-size: 12px;
	line-height: 50px;
}


footer > section > section h4 {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	letter-spacing: 0.8px;
}

footer > section > section p {
	color: white;
	margin: 0;
	font-size: 14px;
	margin-top: 5px;
}



footer > section a {
	color: white;
	-webkit-transition: 0.3s all ease;

}

footer > section a:hover {
	color: #e44d26;
	text-decoration: underline;
}

footer > section h1 {
	font-size: 40px;
	margin-top: 10px;
	color: #e44d26;
	text-align: left;
	float: left;
	
}


footer > section > ul {
	float: right;
	padding: 0px 0px;
	list-style: none;
	margin: 0;
	margin-top: 10px;

	}
	
footer > section > ul li {
	float: left;
	}
footer > section > ul li a {

	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	color: #e44d26;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	}

footer-text {
	font-size:12px;
	text-align:left;
	line-height:normal;
}
h4 {
	font-size:13px;
	text-align:left;
	line-height:normal;
	font-family: Helvetica, "Helvetica Neue", Arial;
}

/*===========================*/
/*=== Footer Media Styles ===*/
/*===========================*/

							@media only screen and (max-width: 480px){
								/* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
								
								 footer-container > footer {
									  width: 100%;
									  height: 176px;
								  }
								  
								  footer {
									  display:inline-block;
								  }
								  
								  footer > section {
									  margin: 0 auto;
									  padding-top: 30px;
									  padding-left: 30px;
								  }
								  
								  footer > section > span {
									  margin-top: 7px;
									  float: right;
									  color: white;
									  font-family: Ubuntu;
									  font-size: 12px;
									  line-height: 50px;
								  }
								  
								  
								  
								  footer > section > section h4 {
									  text-align: left;
									  font-size: 16px;
									  line-height: 16px;
									  margin: 0;
									  letter-spacing: 0.8px;
								  }
								  
								  footer > section > section p {
									  color: white;
									  margin: 0;
									  font-size: 14px;
									  margin-top: 5px;
								  }
								
								  footer > section a {
									  color: white;
									  -webkit-transition: 0.3s all ease;
								  
								  }
								  
								  footer > section a:hover {
									  color: #e44d26;
									  text-decoration: underline;
								  }
								  
								  footer > section h1 {
									  font-size: 40px;
									  margin-top: 10px;
									  color: #e44d26;
									  text-align: left;
									  float: left;
									  
								  }
								  
								  
								  footer > section > ul {
									  float: right;
									  padding: 0px 0px;
									  list-style: none;
									  margin: 0;
									  margin-top: 10px;
								  
									  }
									  
								  footer > section > ul li {
									  float: left;
									  }
								  footer > section > ul li a {
								  
									  margin: 0px 0px 0px 0px;
									  text-transform: uppercase;
									  font-weight: normal;
									  font-size: 11px;
									  text-decoration: none;
									  font-family: 'Ubuntu', sans-serif;
									  color: #e44d26;
								  
									  -webkit-transition: all 0.3s ease;
									  -moz-transition: all 0.3s ease;
									  }
								  
								  footer-text {
									  font-size:10px;
									  text-align:left;
									  line-height:normal;
								  }
								  h4 {
									  font-size:13px;
									  text-align:left;
									  line-height:normal;
								  }
																  
						  }
                       
							@media only screen and (max-width: 768px){
								/* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
								
								 footer-container > footer {
									  width: 100%;
									  height: 176px;
								  }
								  
								  footer {
									  display:inline-block;
								  }
								  
								  footer > section {
									  margin: 0 auto;
									  padding-top: 30px;
									  padding-left: 10px;
								  }
								  
								  footer > section > span {
									  margin-top: 7px;
									  float: right;
									  color: white;
									  font-family: Ubuntu;
									  font-size: 12px;
									  line-height: 50px;
								  }
								  
								  
								  
