﻿/* BEGIN RESET */
* {background:transparent; border:0; margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-style:normal; line-height:normal; -webkit-text-size-adjust: none;}
ol, ul, li {list-style: none; font-size:15px; line-height:25px;}
.clear {clear: both; height:0px; margin:0;}

h1 {font-size:48px; color:#005411; margin:10px auto 5px;}
h2 {font-size:36px;}
h3 {font-size:40px;}
h4 a {font-size:26px; color:#192348; text-transform:uppercase; font-weight:400;}
h5 {font-size:18px;}
p {font-size:16px; line-height:24px; margin-bottom:10px;}

a {text-decoration:none;}

/* BASIC STYLES */
body {overflow-x:hidden;}
#contentwrap {width:90%; margin:0 auto;}
#pagewrap {width:75%; margin:0 auto;}
#pagewrap a {color:#005411;}
#pagewrap a:hover {color:#192348;}
#colorblock {
	background: #192348; 
    background: -webkit-linear-gradient(#192348, #131b38);
    background: -o-linear-gradient(#192348, #131b38);
    background: -moz-linear-gradient(#192348, #131b38);
    background: linear-gradient(#192348, #131b38);
	padding-bottom:40px;
	margin-bottom:50px;
}

/* HEADER */
.logo {float:left; width:35%; padding:15px 0;}
.logo img {width:100%;}
.headerright {float:right; width:40%; text-align:right; padding:22px 0 10px;}
.headerright a {color:#000;}
.headerbtn {background:#192348; float:right; margin-top:7px; padding:8px 0; width:200px; color:#fff; font-weight:700; text-align:center;}
.navwrap {background:#005411;}


/* CONTENT STYLES */
.column {display:inline-block; width:49%; color:#000; text-align:center;}
.btn {background:#005411; width:75%; margin:0 auto; text-align:center; color:#fff; padding:10px 0; font-weight:700; font-size:20px;}

ul.breadcrumb {float:right; padding: 10px 10px;list-style: none;}
ul.breadcrumb li {display: inline; font-size: 12px;}
ul.breadcrumb li+li:before {padding: 8px; color: #000; content: "/\00a0";}
ul.breadcrumb li a {color: #005411;}

.main {width:100%;}
.main img {width:100%;}

.pageleft {float:left; width:60%;}
.pageright {float:right; width:28%;}

.two_column {display:inline-block; width:46%; vertical-align:top;}

.form_column {display:inline-block; width:32%; margin-right:1%; vertical-align:top; text-align:center;}
.formbtn {border :1px solid #192348; color:#192348; width:100%; display:block; margin-bottom:2%; text-align:center; font-weight:700; font-size:18px; padding:5px 0;}
.formbtn:hover {background:#005411; color:#fff;}

/* ICON BUTTONS */
.homeinventory {width:50%; float:left; margin:50px auto;}
.homeinventory img {width:100%;}

.hovereffect {width: 100%; height: 100%; float: left; overflow: hidden; position: relative; text-align: left; cursor: default;}
.hovereffect .overlay {width: 100%; position: absolute; overflow: hidden; top: 40%; text-align:center; color:#fff; font-size:20px;}

.hovereffect img {display: block; position: relative; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in;}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect a.info {display:inline-block; font-size:28px; font-weight:700; width:90%; color:#fff; line-height:30px; padding-top:2%; text-align:center;}

.icon {display:inline-block; vertical-align:top; width:24%; text-align:center; margin-top:-120px; z-index:9999999; position:relative; color:#fff; font-weight:700; font-size:20px;}
.icon img {width:90%; margin:0 auto; vertical-align:top;}


/* POP UP */
.register-box {background:rgba(0,0,0,.6); position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999999999999999999999999999999; }
.register-pad {width:35%; background:#fff; padding:2% 3%; position:absolute; top:2%; left:29%;}
.close-register {position:absolute; top:7px; right:7px; z-index:9999;}
.contain {width:100%; margin:0 auto;}
.contain img{width:100%;  margin:15px 0 0 0px;}
.register-box h1 {text-align:center;}

.register-box p {font-size:13px;}	

.popupcaptcha {width:35%;}

/* FORM */
#formpage {vertical-align:top; margin:20px auto;}
#formpage div {vertical-align:top; padding:8px 5px;}

#formpage input {padding:6px 5px; border:1px solid #8e8d8d; color:#8e8d8d; font-size:12px;}
#formpage textarea {padding:6px 5px; border:1px solid #8e8d8d; color:#8e8d8d; font-size:12px;}
 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {border:1px solid #8e8d8d; color:#8e8d8d; vertical-align:middle; font-size:12px; line-height:normal; padding:5px; width:100%;}
#formpage input  {width:100%;}
#formpage input.larger  {width:100%;}
#formpage textarea {width:100%; height:85px;}

/* focus states of various types of fields */
#formpage input:focus,#formpage textarea:focus,#formpage select:focus {background:#FFF;  color:#000; border:1px solid #005411; outline-style:none;}
#formpage input.radio:focus,#formpage input.checkbox:focus {background:none;  border:0; outline-style:none;}
 
#formpage input.button,#formpage input.button:focus {
	background: #192348; 
    background: -webkit-linear-gradient(#192348, #131b38);
    background: -o-linear-gradient(#192348, #131b38);
    background: -moz-linear-gradient(#192348, #131b38);
    background: linear-gradient(#192348, #131b38);
	width:100px; margin:0; padding:10px 0; border:2px #192348 solid; font-size:14px; line-height:14px; font-weight:bold; color:#fff;}
#formpage input.button:hover {background:#005411; color:#fff text-shadow:none; border:2px #005411 solid;}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic { color:#212121; font-size:13px; text-align:left;}

/*control the Captcha */
.captcha {width:400px; margin:0;}
.CaptchaPanel {margin:0 0 0 0 !important; padding:0 0 0 0 !important; text-align: left !important; line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0; padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  

/* FOOTER */
footer {
	background: #192348; 
    background: -webkit-linear-gradient(#192348, #131b38);
    background: -o-linear-gradient(#192348, #131b38);
    background: -moz-linear-gradient(#192348, #131b38);
    background: linear-gradient(#192348, #131b38);
	padding:40px 0; color:#fff;
	margin-top:50px;
}
.three_column {float:left; width:15%; font-size:14px; line-height:20px;}
.three_column a {color:#fff; font-size:14px; line-height:20px;}
.three_column a:hover {color:#005411;}
.footerright {float:right; width:55%;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-size:11px; color:#fff;}
a.footerlink:hover {font-size:11px; text-decoration:underline; color:#005411;}
.footertext{font-size:11px; color:#fff;}
.smallfootertext{font-size:11px; color:#fff;}
.divfooter {width:100%;}



/************************************************ Responsive Styles **/
@media screen and (max-width: 1730px)  {
h2 {font-size:28px;}
.headerright {padding:10px 0;}

.icon {font-size:16px;}

.footerright {width:45%;}
}

@media screen and (max-width: 1480px)  {
h2 {font-size:24px;}
}

@media screen and (max-width: 1280px)  {
h1 {font-size:32px;}
h2 {font-size:20px;}
h4 a {font-size:22px !important;}

header {padding-bottom:10px;}
.logo {width:40%; padding:15px 0 0;}
.headerright {padding-top:20px;}
.headerright a {font-size:12px;}
.headerbtn {padding:5px 0; font-size:12px; width:150px;}

#colorblock {padding-bottom:20px; margin-bottom:25px;}
.icon {vertical-align:top; font-size:12px; margin-top:-50px;}

.homeinventory {margin:20px auto;}
.hovereffect .overlay {top:35%;}

.btn {font-size:16px; padding:5px 0;}

.form_column {width:48%;}
.formbtn {font-size:16px;}

footer {margin-top:20px;}
}

@media screen and (max-width: 1024px)  {
h2 {font-size:16px;}
h3 {font-size:28px;}
h4 a {font-size:22px !important;}

#pagewrap {width:90%;}
.logo {width:55%;}

.btn {font-size:16px; padding:5px 0;}

.pageright{width:35%;}

.three_column {width:20%; font-size:12px;}
.three_column a {font-size:12px;}
.footerright {float:left; width:100%; padding-top:15px;}
}


@media screen and (max-width: 780px)  {
h1 {font-size:32px;}
h2 {font-size:18px;}
h3 {font-size:20px;}
h4 a {font-size:18px !important;}

.logo {padding:20px 0 0;}
.headerright {padding-top:15px;}

.icon {margin-top:-30px; font-size:10px;}

.column {display:block; width:100%; margin-top:15px;}
.btn {width:100%; padding:5px 0; font-size:16px;}

.pageleft {float:none; width:100%;}
.pageright {float:none; width:100%;}

.two_column {display:block; width:100%; margin-right:auto !important;}

.register-pad {width:85%; background:#fff; padding:2% 3%; position:absolute; top:2%; left:5%;}

.form_column {display:block; width:100%; margin:0 auto;}
.formbtn {font-size:14px;}

.three_column {width:33%}
.footerright {text-align:center; padding-top:10px;}
}

@media screen and (max-width: 500px)  {
h1 {font-size:18px;}
h2 {font-size:16px;}
h4 a {font-size:16px;}
h5 {font-size:14px;}
p {font-size:12px; line-height:20px;}

.logo {float:none; width:100%; padding-bottom:0;}
.headerright {float:none; width:100%; margin-top:-10px; text-align:center;}
.headerbtn {width:100%;}

.icon {width:48%; margin:0; font-size:10px;}
.icon img {width:100%;}

.popupcaptcha {width:90%;}

.homeinventory {width:100%; float:none; margin:20px auto;}

.three_column {display:block; width:100%; margin-bottom:10px;text-align:center;}
}
