* {
box-sizing: border-box;
}
body, html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
p, a, span {font-family: 'Open Sans', sans-serif;}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
h1 {font-family: 'Oswald', sans-serif !important;}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

/*header*/
#site-header {
background:#252525;
margin-bottom: 50px;
}
#page-2405368488 #site-header {
  height: 600px;
  max-height: 800px;
  background: url('https://u.jimcdn.com/cms/o/se6bbeabb0fbbeac6/userlayout/img/site-cover.png?t=1506531633') no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  background-position:top;
}
#page-2405368488 #site-header::before {
  content: '';
  position: absolute;
  display: block;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.logo {max-width: 150px;}
.logo img {max-width: 100%;}

#site-nav {padding: 10px 0;}
#site-nav .logo {
  float: left;
}
#site-nav .navigation {
  float: right;
  margin-top: 10px;
}
#site-nav .navigation li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
#site-nav .navigation li:last-child {margin-right: 0;}
#site-nav .navigation li:hover {

}
#site-nav .navigation li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 5px;
  position: relative;
  overflow: hidden;
  display: block;
/*   text-transform: uppercase; */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    transition: all ease 0.4s;
    font-size: 1em;
}
#site-nav .navigation li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ff9d00;
  bottom: -10px;
  left: 0;
  transition: all ease 0.4s;
}
#site-nav .navigation li a:hover {color: #ff9d00;}
#site-nav .navigation li a:hover::after {
  bottom: 3px;
}
.header-content {
  text-align: center;
  color: #fff;
  display: none;
  margin-top: 80px;
}
#page-2405368488 .header-content {
display: block;
}
.header-content h3.slogan {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1em;
  font-style: italic;
}
.header-content h1, .header-content h3 {
  color: #fff;
}

.header-content h1 {
  font-size: 3em;
  margin: 17px 0;
  line-height: 1.3;
}
.header-content h1 span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
a.button {
  padding: 10px 30px;
  background: rgba(0,0,0,0);
  text-shadow: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Oswald';
  margin-top: 30px;
  border: 2px solid #fff;
  transition: all ease 0.4s;
}
a.button:hover {
  background: #fff;
  color: #00324d !important;
}


/*content*/
#content {
  float: left;
  width: 60%;
  font-family: 'Open Sans', sans-serif;
}

/*blogroll*/
.blogselection p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.datetime-inner p {
  display: inline-block;
  color: #00324d !important;
  font-size: 12px !important;
}
.blogselection h2, h1.j-blog-header {
  font-family: 'Oswald', sans-serif !important;
  font-size: 40px;
  color: #004e78 !important;
text-transform: uppercase;
}
.blogselection h2 a {
  color: #004e78 !important;
  text-decoration: none;
  transition: all ease 0.4s;
  text-transform: uppercase;
}
.blogselection h2 a:hover {
  color: #00324d !important;
}
.blogselection a.blogreadmore {
text-decoration: none;
background: #fff;
padding: 10px 30px;
border-radius: 3px;
text-transform: capitalize;
border: 2px solid #00324d;
color: #00324d;
transition: all ease 0.4s;
}
.blogselection a.blogreadmore:hover {
color: #fff;
background: #00324d;
}
.blogselection span.comment {
  padding: 0;
  background: none;

}
.blogselection span.comment a {
  color: #00324d;
  text-decoration: none;
  font-weight: 300;
}
.blogselection span.comment a::before {
  content: '/';
  padding: 10px;
}

/*sidebar*/
#sidebar {
  float: right;
  width: 30%;
}

/*post*/
.post.clearover {
  padding: 5px;
}

#content p {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.n.j-comment {
  margin-top: 50px;
}
.n.j-comment p.skiptoform a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 30px;
  border: 2px solid #00324d;
  color: #00324d;
  border-radius: 3px;
  font-weight: 400;
  transition: all ease 0.4s;
}
.n.j-comment p.skiptoform a:hover {
  background: #00324d;
  color: #fff;
}
.com-list-noava {margin-top: 30px !important;}
.com-list-noava li {border-top: 0 !important;}

.commententry.cc-com-entry {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.zend_form > div {
  margin: 20px 0;
}
.zend_form > div input, .zend_form > div textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border: 1px solid rgba(2,51,77,0.2);
  box-shadow: 0 !important;
  margin-top: 5px;
  transition: all ease 0.4s;
}
.zend_form > div input:focus, .zend_form > div textarea:focus {
  border-color: rgba(2,51,77,0.5);
outline: 0;
}
.zend_form > div input[name="send"] {
  width: auto;
  padding: 10px 30px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 30px;
  border: 2px solid #00324d;
  color: #00324d;
  border-radius: 3px;
  font-weight: 400;
  transition: all ease 0.4s;
  background: rgba(0,0,0,0);
  text-transform: capitalize;
  cursor: pointer;
}
.zend_form > div input[name="send"]:hover {
  background: #00324d;
  color: #fff;
}

/*about*/

#about, #footer {
  background: #252525;
  color: #fff;
}
#about p, #footer p {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
}
#about {
  padding: 30px;
}
#about p img {
  float: right;
  max-width: 200px;
  margin-left: 30px;
}

#about address {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #page-2405368488 #site-header {
    height: auto;
    max-height: auto;
  }
  #page-2405368488 .header-content {
    margin: 50px 0; 
  }
}

@media screen and (max-width: 708px) {
  #page-2405368488 #site-header {
    height: auto;
    max-height: auto;
  }
  #page-2405368488 .header-content {
    margin: 10px 0 50px 0; 
  }
  #site-nav .logo, #site-nav .navigation {
    float: none !important;
    margin: 10px auto;
    text-align: center;
  }
  #site-nav .navigation ul {
    padding: 0;
  }
  #site-nav .navigation li:last-child {
    margin-right: 10px;
  }
  #content, #sidebar {
    float: none;
    width: 100%;
  }
  .blogselection img {
    width: 100% !important;
    max-width: 100%;
  }
  #about img {
    float: none !important;
    margin: 0 0 25px 0 !important;
  }
#about {
    padding: 30px 5px;
}
}