/* CSS Document */
html {
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-size: cover !important;
}
@media (min-width:767px){
	html{
	background: url(../img/bg.jpg) no-repeat center center fixed;
}
}
body {
	font-family:"Segoe UI", "Segoe UI Light", Tahoma;
}
html{
     height:100%;
     min-height:100%;
     }
body{
     min-height:100%;
     }

.clearfix {clear:both; display:block}

a {text-decoration:none; color:inherit}
a:hover {text-decoration:underline}
.normal-weight {font-weight:normal !important}
.white {
	color: #fff !important
}
.yellow {
	color: #FF6 !important
}
.green {
	color:#179f24
}

.allcaps {text-transform:uppercase}
.smaller {font-size:85% !important}

#container {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#container header {
	background: #fff;
	display: block;
	padding: 0;
	position: relative;
	width: 100%;
	height: 60px;
}
#container header img {
	position: absolute;
	left: 15px;
	top: 8px
}
#container header ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 0
}
#container header ul li {
	display: inline-block;
	border-right: 1px solid #999;
	margin-top: -15px;
}
#container header ul li:last-child {
	border-right: 0px solid #999;
}
#container header ul li a {
	display: block;
	padding: 16px 15px 20px 15px;
	text-decoration: none;
	color: #373737;
	font-size: 17px
}
#container header ul li a:hover,#container header ul li a.active {
	color: #C30
}
#home-bottom {
	position:absolute;
	bottom:40px;
	width: 1130px;
	display:block;
   }
#home-bottom ul {
	margin: 0;
	padding: 0;
}
#home-bottom ul li {
	display: table-cell;
	width: 38%;
	background-color: rgba(0,0,0,0.95);
	padding: 5px 15px 20px 15px
}
#home-bottom ul li:nth-child(2n) {
	border-left: 1px solid #333
}
#home-bottom ul li:last-child {
	display: table-cell;
	width: 20%;
	background: #052f56;
	opacity: 1;
}
#home-bottom ul li p {
	color: #fff;
	font-size: 14px;
	margin: 5px
}
#home-bottom ul li h1 {
	color: #0285ff;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 0 0
}

.home-vision-img {float:right; width:160px;border:#8c0411 1px solid; margin:0 0 0 5px}

.inner-content {
	background-color: rgba(255,255,255,1);
	padding:25px;
	margin:20px 0 0 0;
	border-radius:10px;
	min-height:550px
}

.inner-content h1 {text-transform:uppercase; font-weight:normal; font-size:36px; margin:0;color:#179f24}

.content-captions-left {float:left !important; margin:0 30px 30px 0 !important;}
.content-captions {float:right; display:block; margin:0 0 30px 30px; width:300px; background:#333; color:#fff; padding:20px 20px 0 20px;border-radius:20px;}
.content-captions p {margin:0 0 20px 0}
.inner-box {float:left; width:45%;}


.products {
    margin: 0;
    padding:10px;
    height:20px;
    border-top:#f0f0f0 1px solid;
    background: #cccccc;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    font-size:18px;
}
div.procontainer {
    padding:0;
    margin:0;
}
div.procontent {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    line-height:1.5em;
	vertical-align:top
}

div.procontent h3 {color: #C30 !important}
div.procontent img {
	float:right;
	width:300px;margin-bottom:6px;
}
div.procontent .imageholder {
	float:right;
	width:300px;
	
}

div.procontent .imageholder small {
	display:block;
	font-size:12px;
	line-height:14px; margin-bottom:10px;
}

.message {display:block; padding:10px; border:1px solid #060}

/*------------------------------form------------------------------*/


table.forms {
	margin: 20px 0 20px 0;
	width: 90%;
}
table.forms td {
	padding: 2px 2px 12px 2px;
	font-size: 16px;
	line-height: 17px;
}
table.forms h3 {
	font-size: 20px;
	color: #EF5893;
	border-bottom: 1px dotted #CCC;
	margin: 30px 0 5px 0;
	line-height: 22px;
	padding: 0 0 3px 0;
}
table.forms strong {
	font-weight: bold
}
input[type=text], input[type=email], textarea, select, input[type=number], input[type=date] {
	width: 90%;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ddd;
	display: block;
	box-shadow: inset 0 0 10px #ddd;
	-moz-box-shadow: inset 0 0 10px #ddd;
	-webkit-box-shadow: inset 0 0 10px #ddd;
	margin-top: 5px;
	background: #fff;
	color: #666;
	font-size: 15px;
}
input[type=date] {
	padding: 6px !important;
	width: 99%;
}
textarea {
	width: 96%;
	height: 100px
}
input[type=submit] {
	width: auto;
	padding: 8px 25px 6px 25px;
	font-size: 18px;
	border-radius: 5px;
	margin: 20px 0 0 0;
	box-shadow: inset 0 0 10px #CCC;
	-moz-box-shadow: inset 0 0 10px #CCC;
	-webkit-box-shadow: inset 0 0 10px #CCC;
	background: #666;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	border:1px solid #806c5a;
	
	 
}
input[type=submit]:hover {
	background: #999;
}
input[type=checkbox] {
}
.required {
	position: relative;
	display: inline-block;
	color: #F00
}

.hid {display:none !important}

footer {
	text-align:center;
	display:block;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #ccc;
	font-size:12px
}
@media (max-width:992px){
	#home-bottom ul li {
		max-width: 600px;
		margin-bottom: 10px;
      display: inline-block;
    width: 100%;
    background-color: rgba(0,0,0,0.95);
    padding: 5px 15px 20px 15px;
}
div#container {
    max-width: 100%;
}
#home-bottom ul {
    text-align: center;
}
#home-bottom {
    top: 250px !important;
}
#home-bottom ul li:last-child {
    display: inline-block;
    width: 100%;
    }
}

@media (max-width:1150px){
	div#home-bottom {
    width: 100%;
    
}
}
.topnav {
  overflow: hidden;
  float: right;
}

.topnav a {
  float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-right: 1px solid #999;
    /* margin-top: -15px; */
    padding: 16px 15px 20px 15px;
    text-decoration: none;
    color: #373737;
    font-size: 17px;
    line-height: 20px;
}



.topnav a:hover {
    color: #C30;
    text-decoration: none;
}


.topnav .icon {
  display: none;
}


@media screen and (max-width: 992px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  table.forms{
  	width:100% !important;
  }
 
}
@media (max-width:600px){
div.procontent img {
    float: none;
    width: 300px;
    margin-bottom: 6px;
    margin-top: 10px;
}
div.procontent .imageholder {
    float: none;
}
.content-captions {
    float: none;
    display:inline-block;
    margin: auto;
        margin-bottom: 20px;
}


}
@media (max-width:326px){
	.content-captions {
    float: left;
}

}
@media screen and (max-width: 992px) {
  .topnav.responsive {position: relative; background-color: #0d0f14;     z-index: 999;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color:#ffffff;
  }
  #home-bottom ul li p {
    
    font-size: 16px;
}
html {
    font-size: 1.1em;
    }
}
@media (max-width: 500px){
#home-bottom ul li {
    max-width: 90%;
    
}
}
@media (max-width: 767px){
#home-bottom {
    top: 350px !important;
}
}
