/* ///////////////////
	CSS RESET
////////////////// */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ///////////////////
	General
////////////////// */

body {
	line-height: 1.2;
	font-family: 'MS PGothic', Osaka, Arial, sans-serif;
	background:#85c7e9;
	color:#1c1c1c;
}

input, textarea {
	line-height: 1;
	font-family: 'MS PGothic', Osaka, Arial, sans-serif;
	color:#1c1c1c;
	width:100%;
	margin:10px 0;

}

textarea {
	height:100px;
}

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

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

.contact-form {
	width:500px;
	float:right;
}

.contact-info {
    max-width:450px;
	float:left;
}

.contact-form p {
	 line-height: 1.2%; 
     margin: 15px 0 0 0 ;
}


.Mwidth {
	max-width:1000px;
	margin:0 auto;
	}

h1, h2, h3, h4 { 
    display: block;
    font-weight: bold;
	font-weight:900;
	text-align:center;
}	

h1 {
	font-size:30px;
	line-height:150%;
	margin:15px;
}

h2 {
	font-size:26px;
	line-height:150%;
	margin:10px;
	text-align: left;
}

h3 {
	font-size:20px;
	line-height:150%;
	margin:10px;
	text-align: left;
}

h4 {
	font-size:18px;
	line-height:150%;
	margin:10px;
	text-align: left;
	font-weight: bold;
}

p, ol, ul {
font-size:16px;
	line-height:150%;
	margin: 20px 10px 30px 10px;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
    margin:10px;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
    margin:10px;
}
li  {
 padding:3px;
 
}


.clear{
	clear:both;
}	

/* unvisited link */
 a.text-link:link {
    color: #417e9b;
	text-decoration:none;
	font-weight:700;
}

/* visited link */
 a.text-link:visited {
    color: #417e9b;
}

/* mouse over link */
 a.text-link:hover {
    color: #ff5b2e;
}

/* selected link */
 a.text-link:active {
    color: #ff5b2e;
}	

.orange-text {
	color:#a62f0f;
}
.centerT {
	text-align:center;
}
.centerImg {
	display:block;
	margin:5px auto;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}

.AccImg {
	float:left;
	margin:5px;
}
.marginmore {
	margin:20px;
}
.Img-margin {
	margin:7px;
}

hr {
	border: 0; 
	height: 1px; 
	background: #a67c0e; 
	background-image: linear-gradient(to right, #ffde8d, #a67c0e, #ffde8d);
	margin:25px 0;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
	background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
	background-color:#f0c911;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-size:25px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
	background:-moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:-ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911',GradientType=0);
	background-color:#f2ab1e;
}
.myButton:active {
	position:relative;
	top:1px;
}

.paw {
    list-style-image: url('../img/paw.png');
	max-width:450px;
}

.onehalf{
width: 48%;
margin: 1%;
float: left;}

img{
max-width: 100%;}

/* ///////////////////
	Header 
////////////////// */

#header-bar{
	width:100%;
	background: #072939;
	border-bottom: 1px solid #041720;
	min-height: 30px;
	line-height: 40px;
	color: #ffccbe;
	font-size:13px;
	text-align:center;
	font-weight:400;
}

#header-bar img {
	width:25px;
	margin:10px 3px 3px 5px;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}
#header-bar img:hover {
	opacity:0.7;
}

/* unvisited link */
 #header-bar a:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

/* visited link */
 #header-bar a:visited {
    color: #ffccbe;
}

/* mouse over link */
 #header-bar a:hover {
    color: #ffd463;
}

/* selected link */
 #header-bar a:active {
    color: #ffd463;
}

#logo-menu-bar{
	min-height:150px;
	height:auto;
	padding: 2px 0px 5px;
	width: 100%;
	border-top: solid 1px #333740;
	border-bottom: solid 1px #333740;
	background: #0f6087;
	box-shadow: 0 1px rgba(255,255,255,0.1);
	}

	
#logo-spacing {
	margin:10px 0px;
}	

#logo {
	float:left;
	text-align:left;
}
#logo h1 a{
	text-align:left;
	color:#ffa58d;
	font-size: 40px;
	line-height: 100%;
	text-decoration:none;
}
#logo h2 {
	font-size: 28px;
	text-align:left;
	color:#ffde8d;
	margin:-20px 0 0 15px;
}

#logo h3 {
	text-align:left;
	color:#ffde8d;
	margin:0px 0 0 15px;
}

.topbutton{
	margin-left:130px;
}

/* ///////////////////
	Main page
////////////////// */	
	
#slider{
	border-bottom: solid 1px #333740;
}


#content{
	max-width:1100px;
	margin:0 auto;
}
#three-boxes{
	margin-top: 50px;
}

#threeboxes{
	min-height:200px;
}
.one_third {
  max-width:300px;
  position:relative;
  width: 24%;
  margin: 2% 2% 0 2%;
  float: left;
  background:#ffffff;
  padding:20px;
  bottom:50px;
  border:solid 2px #bf634a;
}

.one_half {
  max-width: 42%;
  width: 45%;
  margin: 2%;
  float: left;
  background:#fff;
  padding:20px;
}

.one_third img {
  display:block;
  margin:0 auto;
  width:80%;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}

.one_third img:hover {
  width:90%;
}

#inner-content{
	max-width:1000px;
	margin:0 auto;
	background:#ffffff;
	padding:25px;
	border-top: solid 1px #333740;
	border-left: solid 1px #333740;
	border-right: solid 1px #333740;
	box-shadow: 0 1px rgba(255,255,255,0.1);
	clear: both;
}

#top-footer {
	min-height:130px;
	padding: 2px 0px 5px;
	width: 100%;
	border-top: solid 1px #333740;
	border-bottom: solid 1px #333740;
	background: #0f6087;
	box-shadow: 0 1px rgba(255,255,255,0.1);
	color:#ffffff;
	text-align:center
}

/* ///////////////////
	Footer
////////////////// */	

/* unvisited link */
 a.footer-link:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
}

/* visited link */
 a.footer-link:visited {
    color: #ffccbe;
}

/* mouse over link */
 a.footer-link:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link:active {
    color: #ffd463;
}	

/* unvisited link */
 a.footer-link2:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
}

/* visited link */
 a.footer-link2:visited {
    color: #ffccbe;
}

/* mouse over link */
 a.footer-link2:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link2:active {
    color: #ffd463;
}	

/* unvisited link */
 a.footer-link3:link {
    color: #ffffff;
	text-decoration:none;
	font-weight:900;
	font-size:22px;
	text-align:left;
}

/* visited link */
 a.footer-link3:visited {
    color: #ffffff;
}

/* mouse over link */
 a.footer-link3:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link3:active {
    color: #ffd463;
}

#footer{
	  width: 100%;
	  background: #072939;
	  border-bottom: 1px solid #041720;
	  min-height: 30px;
	  line-height: 40px;
	  color: #ffccbe;
	  padding:10px 0;
}
#bottom-footer{
	 width: 100%;
	  background: #a62f0f;
	  border-bottom: 1px solid #041720;
	  min-height: 30px;
	  line-height: 40px;
	  color: #ffde8d;
	  padding:10px 0;
	  text-align:center;
}

/* unvisited link */
 #bottom-footer a:link {
    color: #ffde8d;
	text-decoration:none;
	font-weight:700;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

/* visited link */
 #bottom-footer a:visited {
    color: #ffde8d;
}

/* mouse over link */
 #bottom-footer a:hover {
    color: #ffffff;
}

/* selected link */
 #bottom-footer a:active {
    color: #ffffff;
}

/* ///////////////////
	Mobile
////////////////// */	
.nav{
	list-style: none;
	display: block;
	width: auto;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
}
.nav li{
	display: inline-block;
	width: 150px;
	position: relative;

}
.nav li a{
	color: #fff !important;
}
.dropMenu {
    font-size: 14px;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 200px;
    z-index: 9999;
    display: none;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
}
.dropMenu li:hover{
  background-color: #072939; 
}

.dropMenu  .title{
	font-size: 15px;
	text-align: left;
}
.dropMenu  .title:hover{
	cursor: default;
	background-color: rgba(0, 0, 0, 0);
}
.story-drop{
position:absolute;left: 10px;top: 8px;width: 15px;
}
.nav .dropDown {
  position: relative;
}
.nav .dropDown:hover .dropMenu {
  display: block;
}

.mobile-stealth{
	display: block;
}

ul li:hover ul {
display:block;
}

.desktop-stealth{
	display: none;
}

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

.desktop-stealth{
	display: block;
}

	.mobile-stealth{
		display: none;
	}
   #logo-menu-bar{
	height:200px;
	}	
	
	.one_third {
  max-width:300px;
  position:relative;
  width: 100%;
  margin: 2%;
  float: left;
  background:#ffffff;
  padding:20px;
  border:solid 2px #bf634a;
  bottom:0px;
}

.one_third img {
  display:block;
  margin:0 auto;
  width:80%;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}

.one_third img:hover {
  width:90%;
}
.contact-form {
	width:340px;
}

.onehalf{
width: 100%;
max-width: 100%;}

.topbutton a img{
	width:30%;
}
.topbutton {
    display:inline;
}
.topbutton:before {
    content:"\a";
    white-space: pre;
}
}	

