/* Screen.css | Jun 26, 2015 @4:53:24 PM  */

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");


/* General Styles */

a:not(.slide),
#template form.formWizForm input[type=submit],
input[type=submit] {
-o-transition: ease all .2s;
-moz-transition: ease all .2s;
-webkit-transition: ease all .2s;
transition: ease all .2s;
}

a {
color: #608bc6;
text-decoration: none;
}

a:hover {
color: #333;
}

.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button {
color: #fff;
background: #608bc6;
padding: 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
cursor: pointer;
border: none;
}

.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #333;
}

.content-module img {
max-width: 100%;
height: auto;
}

.content-module iframe {
max-width: 100%;
}

blockquote {
border-left: 8px solid #608bc6;
padding-left: 15px;
}

ul li.odd {
background: rgba(255, 255, 255, 0.2);
}


h1{
color:#00397b;
font-family:Merriweather;
color:#00397b;
font-size:36px;
text-align:center;
}

h2 {
color:#00397b;
font-family: Merriweather;
font-weight: normal;
font-size: 24px;
border-bottom: 1px solid #00397b;
margin-bottom: 20px;
}

h3 {
color:#00397b;
font-family: Merriweather;
font-size: 20px;
margin-bottom: 10px;
}

h4 {
font-family: Merriweather;
font-size: 16px;
margin-bottom: 10px;
}

/* Structure */
.wrapper {
width:1024px;
margin: auto;
}
body{
font-family:Lato;
color:#484747;
font-size:13px;
background-image:url('/storage/themes/3532/background-highway.jpg');
background-color:#b0b0b0;
background-repeat:no-repeat;
background-position:center top;
background-size: cover;
background-attachment: fixed;
}
header.main {
padding: 0 20px 0 20px;
position: relative;
margin: 60px 0 0 0;
background: #fff;
text-align: center;
z-index: 6;
}

header.main:before {
content:"";
position: absolute;
left: 0;
top: -44px;
width: 100%;
height: 44px;
background: url('/storage/themes/3532/round-top.png');
background-repeat: no-repeat;
}

header.main:after {
content:"";
position: absolute;
left: 0;
bottom: -44px;
width: 100%;
height: 44px;
background: url('/storage/themes/3532/round-bottom.png');
background-repeat: no-repeat;
}

section.content {
color: #000;
background: #fff;
padding: 0 20px 0 20px;
box-sizing: border-box;
position: relative;
z-index: 6;
margin-bottom: 60px;
}

section.content:before {
content:"";
position: absolute;
left: 0;
top: -44px;
width: 100%;
height: 44px;
background: url('/storage/themes/3532/round-top.png');
background-repeat: no-repeat;
}

section.content:after {
content:"";
position: absolute;
left: 0;
bottom: -44px;
width: 100%;
height: 44px;
background: url('/storage/themes/3532/round-bottom.png');
background-repeat: no-repeat;
}

.home-template-type .content .col.primary {
width: 281px;
padding: 0 20px 0 0;
box-sizing: border-box;
}

.home-template-type .content .col.secondary {
width: 422px;
padding: 10px 20px 10px 20px;
box-sizing: border-box;
background-color: #cfdcea;
position: relative;
top: -50px;
margin-bottom: -30px;
}

.home-template-type .content .col.secondary:before {
content:"";
position: absolute;
left: 0;
top: -15px;
width: 100%;
height: 15px;
background: url('/storage/themes/3532/middle-round-top.png');
}

.home-template-type .content .col.secondary:after {
content:"";
position: absolute;
left: 0;
bottom: -15px;
width: 100%;
height: 15px;
background: url('/storage/themes/3532/middle-round-bottom.png');
}

.home-template-type .content .col.last {
width: 281px;
padding: 0 0 0 20px;
box-sizing: border-box;
}

/* Banner */


.banner .banner-module{
width:100%;
max-height:400px;
overflow:hidden;
}

.secondary-template-type .banner .banner-module {
max-height: 300px;
}

/* Main Navigation */

.navigation-module ul.menu a{
color:#bcc6c2;
font-size:0.85em;
text-decoration:none;
line-height:1.5em;
text-transform:capitalize;
padding:5px !important;
}
.navigation-module ul.menu > li:hover > a {
background-color:#021736;
text-decoration:none !important;
}
.navigation-module ul.menu > li > a.active {
background-color:#021736;
}
.navigation-module .meganav, 
.navigation-module .horizontal{
background-color:transparent !important;
margin-top:13px !important;
margin-bottom:50px !important;
margin-right:0 !important;
padding:0 !important;
}
.navigation-module .meganav ul.menu li .submenu,
.navigation-module .horizontal ul.menu li .submenu{
background:#021736;
}

.navigation-module .meganav ul.menu li .submenu a:hover,
.navigation-module .horizontal ul.menu li .submenu a:hover {
color:#608bc6;
}
.navigation-module .meganav ul.menu a, 
.navigation-module .horizontal ul.menu a{
color:#fff;
}


/* Added Icons */

.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Forms */

form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
/* Audio Video Resources */

.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}

.audio-video-module .item-permalink .btn {
margin: 0;
}

#template .audio-video-module.full-mode .item-list {
height: auto;
}

/* Blog Styles */

p.date {
color: #fff;
background-color: #333;
display: block;
width: auto;
padding: 5px;
}

p.date .month {
float: left;
padding: 5px 10px 0 10px;
background-color: transparent;
font-size: 20px;
font-weight: normal;
}

p.date .day {
color: #333;
float: right;
background-color: #fff;
padding: 5px;
font-weight: bold;
}

p.date .weekday {
display: none;
}

.blog-sidebar .btn {
display: block;
width: 100%;
}

.item-commentlink a:last-child:before {
content: "\f044";
}

/* Store */

.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
}

.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}

.store-module .featured .item {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
border: none;
}

.store-module .item .category {
background: none;
border: none;
}

.store-module .featured {
margin: 0;
}

.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}

.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}

.store-module p.subtotal {
display: inline-block;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
padding: 10px;
margin-top: 10px;
}

.store-module .store_nav ul.user_nav li {
display: inline;
}

.store-module .viewcart a:before {
content: "\f07a";
}

.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}

.store-module #continue:before {
content: "\f08b";
}

.store-module .item .gallery {
margin-bottom: 10px;
}

.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}

.store-module .item .gallery .images {
width: 400px;
}

.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
/* Events */

.list-controls {
padding: 10px 0;
}

#template .events-module .list-controls {
line-height: normal;
}

/* Message Board */

.forum-module a[href^="?b=2"]:before {
content: "\f044";
}

.forum-module td {
padding: 10px;
}

/* Column Gutters */

.secondary-template-type .col > div {
padding-left: 17.5px;
padding-right: 17.5px;
}

.col.primary > div {
padding-left: 0;
}

.col.last > div {
padding-right: 0;
}

.module + .module,
.module + .widget,
.widget + .widget,
.widget + .module {
margin-top: 30px;
}

.include-widget {
margin: 0 !important;
}

/* Vertical Navigation */

.navigation-widget.vertical ul a {
font-size: 13px;
color: #666;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 20px;
}

.navigation-widget.vertical ul a:hover {
color: #C65F13;
}

.navigation-widget.vertical {
padding-left: 0;
}

.navigation-widget.vertical ul {
width: 100%;
}

.navigation-widget.vertical ul li {
list-style-type: none;
}

.navigation-widget .vertical > ul > li {
border-top: 2px solid #E7E4E1;
padding: 5px 0;
}

.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #E7E4E1;
}

.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}

.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}

/* Events */

.modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}

.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}

.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}

.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}


/* Blog */

.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}

.item-comments p {
margin-top: 20px;
}


/* Store */

.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}

.store-module .cart .price {
text-align: right;
}


/* Message Board */

.forum-module > div {
padding: 0 !important;
}

.forum-module table.boardtable {
background: #eee;
margin-bottom: 30px;
}

.forum-module table.boardtable td {
padding: 10px;
}

.forum-module table.search td {
padding: 10px;
}

.forum-module table.search td.search-head {
background-color: #ddd !important;
}

.forum-module table.search td.search-body {
background-color: #eee !important;
}

.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}

.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}

.forum-module a[href^="?b=2"]:before {
content: "\f044";
}

.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}

.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}

.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #333;
}

.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #222;
}
#templatefooter {
margin: 0 0 20px 0;
}
.content-module{

}