@charset "UTF-8";

/* CSS Document */
/* Mount Taylor Lodge Methven New Zealand - Concilio 2016 */

hr{
border:none;
border-bottom:1px solid #eeeeee;
margin:15px 0 15px 0}

h1{
font-family: 'Crimson Text', serif;
text-transform: uppercase;
color:#E95110;
float:left;
font-size:2.5em;
font-weight:200;
line-height:1.2em;
margin:0 0 20px 0;
padding:0;
width:100%;
text-align:center;
background:#ffffff!important}

h2{
font-family: 'Crimson Text', serif;
font-size:2em;
font-weight:300;
line-height:1.2em;
margin:0 0 10px 0}

h2.decorated{
clear:both;
margin:30px 0 0 0!important;
font-size:2.5em;
font-weight:200;
line-height:1.2em;
color:#E95110!important}

h3{
font-family: 'Crimson Text', serif;
font-size:1.6em;
line-height:1.3em;
font-weight:300;
margin:0 0 10px 0}

h4{
font-size:1.4em;
font-weight:300;
margin:0 0 10px 0}

a{
color:#E95110;
text-decoration:none}

a:hover, a:focus{
color:#E95110;
text-decoration:underline}

p{
margin-bottom:10px}

ul{
padding:0 0 10px 15px}

li{
padding:0}

ol{
padding:0 0 10px 15px}

strong{
font-weight:700}

/* Screen 769px and Over - Desktop Styles */
@media screen and (min-width:769px){

body{
font-size:0.9em;
font-weight:300;
line-height:1.5em;
color:#999999;
font-family:Helvetica, Arial, Verdana, sans-serif;
background:#BEBEBE url(assets/bg.jpg) no-repeat center center fixed; 
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover}

*{
margin:0;
padding:0}

img{
border:0}

img.float-right{
float:right;
margin:0 0 20px 20px}

/* headlines with lines */
.decorated{
overflow:hidden;
text-align:center}

.decorated > span{
position:relative;
display:inline-block}

.decorated > span:before, .decorated > span:after{
content:'';
position:absolute;
top:50%;
border-bottom:1px solid #eeeeee;
width:592px; /* half of limiter */
margin:0 20px}

.decorated > span:before{
right:100%}

.decorated > span:after{
left:100%}

/* Main Container */
#wrapper{
width:990px;
padding:0;
margin:0 auto} 

#main_container{
width:946px;
height:100%;
padding:26px;
margin:26px 0 26px 0;
float:left;
background:#ffffff;
-webkit-box-shadow:3px 3px 3px 0 #cccccc;
box-shadow:3px 3px 3px 0 #cccccc} 

#masthead_wrapper{
width:100%;
height:290px;
margin:0;
padding:0;
float:left}

#masthead{
width:100%;
height:152px;
margin:0;
padding:0;
float:left;
border-bottom:1px solid #eeeeee}

.masthead_left{
float:left;
text-align:center;
width:300px;
margin:45px 30px 0 0;
padding:0}

.masthead_left h2{
font-size:1.3em;
font-style:italic;
width:230px;
padding:15px 30px 15px 0;
border:1px solid #eeeeee;
background:url(assets/arrow-right.png) no-repeat top right}

.masthead_left h2 a{
display:block;
color:#999999}

.masthead_left h2 a:hover{
display:block;
color:#E95110}

.masthead_right{
float:right;
text-align:center;
width:230px;
margin:25px 0 0 0;
padding:0}

.masthead_right h3{
font-size:1.3em;
font-style:italic}

.logo{
float:left;
width:280px;
margin:-26px 0 0 0;
padding:0;
text-align:center}

.logo h3{
font-size:1.5em;
font-style:italic;
margin:30px 0 0 0;
padding:0 5px 0 5px;
background:#ffffff}

/* Navigation */
#nav{
*position:relative;*z-index:3000;
width:946px;
margin:40px 0 40px 0;
position:relative;
padding:0;
float:left;
padding:0;
border:1px solid #eeeeee}

#nav ul{
width:946px;
margin:0;
padding:0}

#nav li{
float:left;
list-style:none;
position:relative;
margin:0;
padding:0}

#nav li a{
display:block;
list-style:none;
float:left;
color:#999999;
font-size:1.2em;
margin:0;
position:relative;
padding:15px 35px 10px 35px;
border-right:1px solid #eeeeee}

#nav li a:hover, #nav li a:focus{
text-decoration:underline;
color:#E95110}

#nav .selected a{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

#nav .selected a:hover, #nav .selected a:focus{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

/* Dropdown Menu - 2 Levels */
#nav li ul{
position:absolute;
top:30px;
left:-9999em;
_margin:0 0 0 -120px;
padding:0!important;
z-index:200;
_background:none;
_display:none}

#nav li ul a{
margin:0;
padding:10px 20px 10px 20px!important;
border:none!important;
display:block;
width:130px;
opacity:0.9;filter:alpha(opacity=90);
background:#ffffff}

#nav li ul a:hover, #nav li ul a:focus{
margin:0;
padding:10px 20px 10px 20px!important;
border:none!important;
display:block;
width:130px;
opacity:0.9;filter:alpha(opacity=90);
background:#ffffff!important}

#nav li:hover ul{
left:auto}

#nav li.sfhover ul{
left:auto}

/* Dropdown Menu - 3 Levels */
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul{
left: -999em;
_display:none}

#nav li:hover ul ul a:hover, 
#nav li:hover ul ul ul a:hover, 
#nav li.sfhover ul ul a:hover, 
#nav li.sfhover ul ul ul a:hover{
background:#ffffff}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul{
left: auto}

#nav li:hover ul a:hover, 
#nav li li:hover ul a:hover, 
#nav li li li:hover ul a:hover, 
#nav li.sfhover ul a:hover, 
#nav li li.sfhover ul a:hover, 
#nav li li li.sfhover ul a:hover{
background:#ffffff}

#nav li ul ul {
margin: -30px 0 0 141px}

/* Adarea */
.slideshow{
position:relative;
z-index:3000;
width:946px;
float:left;
height:auto;
margin:0 0 10px 0;
padding:0;
overflow:hidden!important}

/* Mainarea */
#mainarea{
width:946px;
margin:0;
padding:0;
float:left}

/* Full Column */
#full_column{
width:946px;
padding:0;
margin:0;
float:left}

/* Left Column */
#left_column{
width:630px;
padding:0;
margin:0;
float:left}

/* Right Column */
#right_column{
width:287px;
padding:0;
margin:0;
float:right}

/* Home Box */
#home_boxes{
width:946px;
float:left;
margin:22px 0 22px 0;
padding:0}

.home_box{
width:287px;
height:215px;
padding:0;
margin:0 40px 40px 0;
float:left}

.home_box h2{
font-size:1.3em;
margin:-60px 15px 0 15px;
position:relative;
z-index:30000;
padding:10px;
background:url(assets/tint.png) repeat;
text-align:center;
border:1px solid #cccccc!important}

.home_box a{
color:#999999;
text-decoration:none}

.home_box a:hover{
color:#E95110;
text-decoration:underline}

.home_box img:hover{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}

.home_box img{
margin:0;
filter: none;
-webkit-filter: grayscale(0%)}

#footer{
width:100%;
margin:15px 0 0 0;
padding:0;
float:left}

.footer_nav{
width:300px;
margin:0;
padding:0;
float:left}

.footer_nav h3{
color:#E95110}

.footer_nav ul{
width:300px;
margin:0;
padding:0}

.footer_nav li{
list-style:none;
margin:0;
padding:0}

.footer_nav li a{
display:block;
list-style:none;
color:#999999;
font-size:0.9em;
margin:0;
padding:3px 0 3px 5px;
border-bottom:1px solid #eeeeee}

.footer_nav li a:hover, .footer_nav li a:focus{
text-decoration:underline;
color:#E95110}

.footer_nav .selected a{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

.footer_nav .selected a:hover, #nav .selected a:focus{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

.footer_right{
width:607px;
margin:0;
padding:0;
float:right}

.footer_right img{
margin:4px}

#copyright{
width:100%;
margin:0;
float:left}

.copyright_left{
width:300px;
color:#000000;
font-size:0.85em;
margin:10px 0 10px 0;
padding:0;
float:left}

.copyright_right{
width:140px;
color:#000000;
font-size:0.85em;
margin:10px 0 10px 0;
padding:0;
float:right}

.copyright_right p{
float:left;
clear:left;
margin:0}

.copyright_right img{
float:left}

/* ReCapture Box Fix */
#recaptcha_widget_div{
height:127px!important;
overflow:hidden}

/*============================*/
/*=== Custom Slider Styles v3.2 ===*/
/*============================*/ 
/* 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;
background:white; 
filter:alpha(opacity=0); 
opacity:0}

/* 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{
font-family: 'Crimson Text', serif;
font-size:2em;
font-style: italic;
text-align:center;
display:inherit!important;
position:absolute;
bottom:187px;
right:355px;
color:#999999;
z-index:8;
padding:17px 30px 17px 30px;
overflow:hidden;
display:none;
background:url(assets/tint.png) repeat;
border:1px solid #ffffff!important}

.nivo-caption p{
padding:5px;
margin:0}

.nivo-caption a{
color:#999999!important;
display:inline !important}

.nivo-caption a:hover{
color:#E95110!important}

.nivo-html-caption {
display:none}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{
position:absolute;
bottom:187px;
z-index:9;
cursor:pointer;
display:block;
width:46px;
height:56px;
background:url(assets/arrows.png) no-repeat;
text-indent:-9999px;
border:0}

a.nivo-nextNav{
background-position:-46px 0;
border:1px solid #eeeeee!important;
border-left:none!important;
left:635px}

a.nivo-prevNav{
border:1px solid #eeeeee!important;
border-right:none!important;
left:590px}

/* 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}

/* Contact Page */
.left{
float:left;
width:470px}

.right{
float:right;
width:470px}

/* Forms */
table.webform td{
padding:10px 0 10px 0}

.webform p{
font-size:1em!important;
margin:20px 0 0 0}

.webform .cat_textbox, .webform .cat_listbox{
color:#666666;
font-size:1.5em!important;
padding:10px}

.webform label{
font-size:1em!important}

table.webform input[type=submit]{
font-weight:400!important;
font-size:1.2em;
text-align:left;
background:#666666;
padding:10px 100px 10px 100px;
margin:10px 0 0 0;
color:#ffffff;
border:none!important}

#google_translate_element{
height:27px!important;
overflow:hidden!important}

/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000000}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(assets/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(assets/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(assets/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(assets/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(assets/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(assets/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(assets/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(assets/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(assets/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(assets/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(assets/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(assets/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(assets/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}

/* Flickr Gallery */
.flickrbadge *{
margin:0;
padding:0;
list-style:none;
border:none}

.flickrbadge ul ul{
padding:0;margin:0}

.flickrbadge{
width:946px;
padding:0;
margin:0;
overflow:hidden}

.flickrbadge a{
display:block}

.flickrbadge a.flickrlink{
padding-top:.3em;
text-align:left;
margin-right:60px}

.flickritems{
padding-top:10px;
position:relative;
width:946px}

.flickritems li{
float:left;
padding:0 10px 10px 0}

.flickrbadge p{
clear:both;
text-align:right;
padding-right:13px}

.flickritems li img{
display:block}

iframe{
background:#ffffff;
padding:20px;
border:1px solid #dddddd}

iframe.bookit{
width:906px!important;
background:#ffffff;
padding:20px;
border:1px solid #dddddd}
    
}

/* Screen 240px to 769px - Mobile Styles */
@media screen and (min-width:240px) and (max-width:769px){

body{
font-size:0.9em;
font-weight:300;
line-height:1.5em;
color:#999999;
font-family:Helvetica, Arial, Verdana, sans-serif;
background:#BEBEBE url(assets/bg.jpg) no-repeat center center fixed; 
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
-webkit-text-size-adjust:100%;
overflow-x:hidden}

*{
margin:0;
padding:0}

img{
border:0
width:auto!important;
height:auto!important}

td img{
min-width:50%!important;
width:100%!important;
height:auto!important}

td{
font-size:80%!important;
line-height:auto!important}

img.float-right{
margin:0 auto}

/* headlines with lines */
.decorated{
overflow:hidden;
text-align:center}

.decorated > span{
position:relative;
display:inline-block}

.decorated > span:before, .decorated > span:after{
content:'';
position:absolute;
top:50%;
border-bottom:1px solid #eeeeee;
width:50%; /* half of limiter */
margin:0 20px}

.decorated > span:before{
right:100%}

.decorated > span:after{
left:100%}

/* Main Container */
#wrapper{
left:100%;
padding:0;
margin:0 auto} 

#main_container{
width:95%;
height:100%;
padding:10px;
margin:0 auto;
background:#ffffff;
-webkit-box-shadow:3px 3px 3px 0 #cccccc;
box-shadow:3px 3px 3px 0 #cccccc} 

#masthead_wrapper{
width:100%;
margin:0 auto;
padding:0}

#masthead{
width:95%;
margin:0 auto;
padding:0}

.masthead_left{
text-align:center;
width:263px;
margin:0 auto;
padding:0}

.masthead_left h2{
font-size:1.3em;
font-style:italic;
padding:15px 0 15px 0;
border:1px solid #eeeeee;
background:url(assets/arrow-right.png) no-repeat top right}

.masthead_left h2 a{
display:block;
color:#999999}

.masthead_left h2 a:hover{
display:block;
color:#E95110}

.masthead_right{
text-align:center;
width:100%;
padding:0}

.masthead_right h3{
font-size:1.3em;
font-style:italic}

.logo{
width:100%;
height:auto;
margin:0 auto;
padding:10px 0 10px 0;
text-align:center}

.logo img{
width:inherit}

.logo h3{
font-size:1.5em;
font-style:italic;
margin:30px 0 0 0;
padding:0 5px 0 5px;
background:#ffffff}

/* Navigation */
#nav{
*position:relative;*z-index:3000;
margin:0 auto;
position:relative;
padding:0;
border:1px solid #eeeeee;
text-align:center}

#nav ul{
margin:0;
padding:0}

#nav li{
list-style:none;
position:relative;
margin:0;
padding:0}

#nav li a{
display:block;
list-style:none;
color:#999999;
font-size:1.2em;
margin:0;
position:relative;
padding:6px;
border-bottom:1px solid #eeeeee}

#nav li a:hover, #nav li a:focus{
text-decoration:underline;
color:#E95110}

#nav .selected a{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

#nav .selected a:hover, #nav .selected a:focus{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

/* Dropdown Menu - 2 Levels */
#nav li ul{
position:absolute;
top:30px;
left:-9999em;
_margin:0 0 0 -120px;
padding:0!important;
z-index:200;
_background:none;
_display:none}

#nav li ul a{
margin:0;
padding:10px 20px 10px 20px!important;
border:none!important;
display:block;
width:130px;
opacity:0.9;filter:alpha(opacity=90);
background:#ffffff}

#nav li ul a:hover, #nav li ul a:focus{
margin:0;
padding:10px 20px 10px 20px!important;
border:none!important;
display:block;
width:130px;
opacity:0.9;filter:alpha(opacity=90);
background:#ffffff!important}

#nav li:hover ul{
left:auto}

#nav li.sfhover ul{
left:auto}

/* Dropdown Menu - 3 Levels */
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul{
left: -999em;
_display:none}

#nav li:hover ul ul a:hover, 
#nav li:hover ul ul ul a:hover, 
#nav li.sfhover ul ul a:hover, 
#nav li.sfhover ul ul ul a:hover{
background:#ffffff}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul{
left: auto}

#nav li:hover ul a:hover, 
#nav li li:hover ul a:hover, 
#nav li li li:hover ul a:hover, 
#nav li.sfhover ul a:hover, 
#nav li li.sfhover ul a:hover, 
#nav li li li.sfhover ul a:hover{
background:#ffffff}

#nav li ul ul {
margin: -30px 0 0 141px}

/* Adarea */
.slideshow{
width:100%;
height:auto;
margin:0 auto;
margin-bottom:20px!important;
padding:0;
overflow:hidden!important}

/* Mainarea */
#mainarea{
width:95%;
margin:0 auto;
margin-top:20px!important;
padding:0}

/* Full Column */
#full_column{
width:100%;
padding:0;
margin:0 auto}

/* Left Column */
#left_column{
padding:0;
margin:0 auto}

/* Right Column */
#right_column{
padding:0;
margin:0}

#full_column img, #left_column img, #right_column img, .footer_right img{
float:none!important;
min-width:inherit!important;
max-width:100%!important;
margin:0 auto!important;
margin-bottom:20px!important;
padding:0!important;
display:block}

/* Home Box */
#home_boxes{
width:100%;
margin:0 auto;
padding:0}

.home_box{
width:287px;
padding:0;
margin:0 auto!important;
margin-bottom:20px!important}

.home_box h2{
font-size:1.3em;
margin:0;
padding:10px;
background:url(assets/tint.png) repeat;
text-align:center;
border:1px solid #cccccc!important}

.home_box a{
color:#999999;
text-decoration:none}

.home_box a:hover{
color:#E95110;
text-decoration:underline}

.home_box img:hover{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}

.home_box img{
margin:0;
filter: none;
-webkit-filter: grayscale(0%)}

#footer{
width:100%;
margin:0 auto;
padding:0;
text-align:center}

.footer_nav{
width:100%;
margin:0;
padding:0}

.footer_nav h3{
color:#E95110}

.footer_nav ul{
width:100%;
margin:0;
padding:0}

.footer_nav li{
list-style:none;
margin:0;
padding:0}

.footer_nav li a{
display:block;
list-style:none;
color:#999999;
font-size:0.9em;
margin:0;
padding:3px 0 3px 5px;
border-bottom:1px solid #eeeeee}

.footer_nav li a:hover, .footer_nav li a:focus{
text-decoration:underline;
color:#E95110}

.footer_nav .selected a{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

.footer_nav .selected a:hover, #nav .selected a:focus{
color:#ffffff;
font-weight:700;
text-decoration:none;
background:#E95110}

.footer_right{
width:100%;
margin:0 auto;
padding:0;
text-align:center}

.footer_right img{
margin:4px}

#copyright{
width:100%;
margin:0 uto}

.copyright_left{
width:100%;
color:#000000;
font-size:0.85em;
margin:10px 0 10px 0;
padding:0;
text-align:center}

.copyright_right{
width:100%;
color:#000000;
font-size:0.85em;
margin:10px 0 10px 0;
padding:0;
text-align:center}

.copyright_right p{
margin:0}

.copyright_right img{}

/* ReCapture Box Fix */
#recaptcha_image img{
width:80%!important}

#recaptcha_widget_div{
width:280px!important;
overflow:hidden}

.captchaimg img{
width:280px!important}

/*============================*/
/*=== Custom Slider Styles v3.2 ===*/
/*============================*/ 
/* 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;
background:white; 
filter:alpha(opacity=0); 
opacity:0}

/* 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{
font-family: 'Crimson Text', serif;
font-size:1.5em;
font-style: italic;
text-align:center;
display:inherit!important;
position:absolute;
height:24px;
bottom:0;
left:30px;
right:30px;
color:#999999;
z-index:8;
padding:20px 10px 10px 10px;
overflow:hidden;
display:none;
background:url(assets/tint.png) repeat;
border:1px solid #ffffff!important}

.nivo-caption p{
padding:5px;
margin:0}

.nivo-caption a{
color:#999999!important;
display:inline !important}

.nivo-caption a:hover{
color:#E95110!important}

.nivo-html-caption {
display:none}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{
position:absolute;
bottom:0;
z-index:9;
cursor:pointer;
display:block;
width:46px;
height:56px;
background:url(assets/arrows.png) no-repeat;
text-indent:-9999px;
border:0}

a.nivo-nextNav{
background-position:-46px 0;
right:0}

a.nivo-prevNav{
left:0}

/* 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}

/* Contact Page */
left{
width:100%}

.right{
width:100%}

/* Forms */
table.webform td{
width:91%!important;
padding:10px 0 10px 0}

.webform p{
font-size:1em!important;
margin:20px 0 0 0}

.webform .cat_textbox, .webform .cat_listbox{
width:91%!important;
color:#666666;
font-size:1.5em!important;
padding:10px}

.webform label{
font-size:1em!important}

table.webform input[type=submit]{
font-weight:400!important;
font-size:1.2em;
text-align:left;
background:#666666;
padding:20px;
margin:10px 0 0 0;
color:#ffffff;
border:none!important}

#google_translate_element{
height:27px!important;
overflow:hidden!important}

/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{ margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000000}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(assets/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(assets/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(assets/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(assets/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(assets/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(assets/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(assets/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(assets/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(assets/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(assets/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(assets/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(assets/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(assets/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}

#colorbox iframe{
width:100%!important;
height:500px!important;
float:none!important;
margin:0 auto!important;
padding:0!important;
background:none!important}

/* Flickr Gallery */
.flickrbadge *{
margin:0;
padding:0;
list-style:none;
border:none}

.flickrbadge ul ul{
padding:0;margin:0}

.flickrbadge{
width:100%;
padding:0;
margin:0 auto;
overflow:hidden}

.flickrbadge a{
display:block}

.flickrbadge a.flickrlink{
padding-top:.3em;
text-align:left;
margin-right:60px}

.flickritems{
padding-top:10px;
position:relative;
width:100%}

.flickritems li{
float:left;
padding:0 10px 10px 0}

.flickrbadge p{
clear:both;
text-align:right;
padding-right:13px}

.flickritems li img{
display:block}   

iframe{
width:90%!important;
background:#ffffff;
padding:20px;
border:1px solid #dddddd;
margin-bottom:20px}

}