html,body {height:100%;}

body {
  padding-top: 50px;
  padding-bottom: 30px;
  /* font-family: arial, helvetica, sans-serif; */
  font-family: "proxima-nova",sans-serif;
}

a {
	 outline: 0 !important;
	 color: #a2121c;
}

a:hover {
	 color: #a2121c;
}

/* Header */

.navbar-brand {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 12px 15px 9px;
	border-radius: 6px;
	height: auto;
	letter-spacing: .5px;
	color: #fff;
font-size: 28px;
font-weight: bold;
text-shadow: 1px 1px 1px #333;
background: #C80D21;
}

.navbar-brand:hover {
	background: #da1b2f;
	color: #fff;
}

.navbar-brand span {
	display: block;
	font-size: 12px;
	margin-left: 5px;
}

.navbar-plastiseal {
	background: #a3121c;
	border-color: #a3121c;
	padding: 10px 0;
}

.navbar.scrolling {
    top: 0;
    min-width: 100%;
    background-color: #f8f8f8;
    opacity: 0.9;
    -webkit-transition: background .5s ease-in-out, opacity .5s ease;
    -moz-transition: background .5s ease-in-out, opacity .5s ease;
    transition: background .5s ease-in-out, opacity .5s ease;
}

.navbar-toggle {
	margin-top: 12px;
}

.navbar-plastiseal ul {
	margin-top: 5px;
}

.navbar-plastiseal li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.nav > li > a:focus, 
.nav > li > a:hover {
	background: inherit;
    text-decoration: none;
}

.navbar-plastiseal li:hover a,
.navbar-plastiseal li.active a  {
	background: inherit;
	color: #efefef;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

@media (min-width: 768px) { 
    .navbar-nav > li {
        position: relative
    }
    .navbar-nav > li:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fff;
        top: 50%;
        margin-top: -2px;
        right: -3px;
        z-index: 1;
        border-radius: 6px;
    }
    .navbar-nav > li:before {
        right: auto;
        left: -3px;
    }
    
    .navbar-nav > li:first-child:before,
    .navbar-nav > li:last-child:after {
	    display: none;
    }
    
    .navbar-plastiseal ul {
	float: right;
	}
}

@media screen and (max-width:768px) {
	.navbar-plastiseal li.last a {
		padding-bottom: 0;
	}
}


/* Footer */

#footer {
	padding: 60px 0;
	background: #11495a;
	color: #fff;
}

/* Structure */

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
	.container {
    	width: 730px;
	}
}

@media (min-width: 992px) {
	.container {
    	width: 950px;
	}
}

@media (min-width: 1200px) {
	.container {
    	width: 1150px;
	}
}

.main-content-area {
	min-height: 300px;
	padding: 20px 0;
}

/* Home Page */

.home .alert.alert-success {
	margin-bottom: 0;
}

.alert-warning {
	display: none;
}


.jumbotron {
	 background: url('/img/banner.png') no-repeat center center;
  background-size: cover;

}

.jumbotron {
	color: #fff;
	margin: 32px 0 0;
}


.jumbotron h1 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

.jumbotron p {
	font-size: 24px;
	line-height: 32px;
}

.jumbotron .btn {
	margin-top: 10px;
}

.hero.row {
}

/* Gallery */

#product-gallery {
	position: relative;
	margin: 20px auto;
}


#product-gallery:hover .gallery-poster > img {
    opacity: 1;
}
#product-gallery .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
#product-gallery .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
#product-gallery:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Sections */

.section {
    padding: 30px 0;
}

section#what-is-plastiseal {
	background-color: #fff;

}

section#how-to-get {
    background: #cccccc;
}

section#contact-us {
	    background-color: #fff;
	    min-height: 300px;
}

section .page-header {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 0;
}

.section-grp {
	margin: 0 0 40px;
}

.section-grp.last {
	margin: 0;
}

/* Datasheets */

.download-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.download-list li {
	margin-bottom: 10px;
}

.download-list li span {
	margin-right: 5px;
}

a.download .glyphicon {
	top: 2px;
}

/* Video */

/* Order */

table.table {
	width: 96%;
}

th {
	background: #11495a;
	color: #fff;
	font-weight: normal;
}

th.qty,
td.qty {
	text-align: center;
}

tr.odd {
	background: #fff;
}

tr.even {
	background: #efefef;
}

tfoot tr {
	background: #fff;
}

.qty input {
	width: 40px;
}

.checkout {
	text-align: center;
}


input[type='text'],
textarea {
	font-size: 16px;
}
/* Contact Distribution */

.contact-form {
	margin: 20px auto;
}

input.error {
	border-color: #a94442;
	background: #f2dede;
	color: #a94442;
}

ul.errors {
	margin-top: 10px;
}

/* Buttons */

.btn {
	background: #11495b;
	border: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .5px;
	text-shadow: 1px 1px 1px #333;
}

.btn:hover {
	background: #165a6f;
}

.btn.btn-secondary {
	background: #a3121c;
	color: #fff;
	font-size: 14px;
	color: #fff;
}

.btn.btn-secondary:hover {
	background: #da1b2f;
} 

/* Headers */

h1 {
	color: #114a5b;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #114a5b;
	font-weight: bold;
	font-size: 18px;
}

/* General */

p {
	font-size: 16px;
}

/* icons */

.glyphicon {
	color: #a2121c;
}

#contact-us .glyphicon {
	font-size: 30px;
	position: relative;
	top: 10px;
	margin-right: 5px;
}

/* Contact Us */

.contact-methods {
	margin: 0 10px;
	list-style: none;
	padding: 0;
}

.contact-method {
	line-height: 14px;
	padding: 10px 0;
}

.sidebar .glyphicon {
	font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.contact-form form {
	width: 80%;
}

.contact-form form .btn {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	.contact-form form {
	width: 99%;
	}
	
	.sidebar {
		border-top: 1px solid #ccc;
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 0;
		padding-bottom: 20px;
		min-height: 200px;
	}
}
