body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #003A5D;
}
.intro-message > h1 {
	color: #1781C4;
	font-size: 20px;
	margin-top: 60px;
	text-shadow: none;
}
@media (min-width: 490px){
	.intro-message > h1 {
		font-size: 30px;
		text-shadow: none;
	}
}
@media (min-width: 768px){
	.intro-message > h1 {
		font-size: 40px;
		margin-top: 10px;
		text-shadow: none;
	}
}
@media (min-width: 992px){
	.intro-message > h1 {
		font-size: 40px;
		margin-top: 5px;
		text-shadow: none;
	}
}
.col-lg-6 > h2 {
	color: #FFF;
}
.container > ul > li {
    font-size: 17px;
    font-weight: 300;
    list-style-type: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003A5D;
  text-decoration: underline;
}
h2 > a,
h2 > a:focus,
h2 > a:hover {
	color: #003A5D;
}
.selected {
	color: #1781C4 !important;
}
.navbar-default {
  background-color: rgba(248, 248, 248, 0.9);
  border-color: rgba(231, 231, 231, 0.9);
}
.navbar-default .navbar-nav > li > a {
  color: #003A5D;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1781C4;
}
.navbar-nav {
  font-size: 18px;
  color: #003A5D;
}
.navbar-brand {
	width: 249px;
	height: 38px;
	margin-top: 7px;
	margin-left: 15px;
	padding: 0;
	background-image: url("../img/cornerpay-logo.png");
}
@media (min-width: 992px){
	.navbar-brand {
		width: 249px;
		height: 38px;
		margin-top: 7px;
		margin-left: 15px;
		padding: 0;
		background-image: url("../img/cornerpay-logo.png");
		display: inherit;
	}
}
.main-brand {
		width: 249px;
		height: 38px;
		margin-top: 7px;
		margin-left: 0;
		padding: 0;
		background-image: url("../img/cornerpay-logo.png");
		display:inline-block;
	}
@media (min-width: 400px){
	.main-brand {
		width: 321px;
		height: 48px;
		margin-top: 10px;
		margin-left: 0;
		padding: 0;
		background-image: url("../img/cornerpay-logo-sm.png");
		display:inline-block;
	}
}
@media (min-width: 768px){
	.main-brand {
	width: 498px;
	height: 76px;
	margin-top: 10px;
	padding: 0;
	background-image: url("../img/cornerpay-logo-lg.png");
	display:inline-block;
	}
}
.container-top {
		padding-top: 10px;
		width: 100%;
		display: none;
	}
@media (min-width: 768px){
	.container-top {
		padding-top: 35px;
		width: 100%;
		display: inherit;
	}
}
.intro-header > .container > .container-top > h3 {
	color: #003A5D;
	text-decoration: none;
	font-weight: normal;
	text-shadow: none;
	font-size: 18px;	
}
@media (min-width: 768px){
	.intro-header > .container > .container-top > h3 {
		font-size: 22px;
	}
}
@media (min-width: 490px){
	.container-top {
		padding-top: 25px;
		width: 100%;
		display: inherit;
	}
}
.container > .row > .col-lg-12 {
	width: auto;
	float: none;
}
.col-lg-12 > .intro-message > h2 {
	color: #FFF;
	font-size: 50px;
	font-style: italic;
	font-weight: 300;
	padding-top: 15px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.col-lg-12 > .intro-message > h3 {
	color: #003A5D;
	text-decoration: none;
	font-weight: 300;
	text-shadow: none;
	font-size: 25px;
	padding-bottom: 20px;
	margin-top:10;
}
@media (min-width: 490px){
	.col-lg-12 > .intro-message > h3 {
		color: #003A5D;
		text-decoration: none;
		font-weight: 300;
		text-shadow: none;
		font-size: 30px;
		margin-top:10;
	}
}
@media (min-width: 768px){
	.col-lg-12 > .intro-message > h3 {
		color: #003A5D;
		text-decoration: none;
		font-weight: 300;
		text-shadow: none;
		font-size: 37px;
		margin-top:5;
	}
}
.col-lg-12 > .intro-message > h4 {
	color: #003A5D;
	text-decoration: none;
	font-weight: 300;
	text-shadow: none;
	font-size: 15px;
	padding-bottom: 15px;
}
@media (min-width: 490px){
	.col-lg-12 > .intro-message > h4 {
		color: #003A5D;
		text-decoration: none;
		font-weight: 300;
		text-shadow: none;
		font-size: 17px;
	}
}
@media (min-width: 768px){
	.col-lg-12 > .intro-message > h4 {
		color: #003A5D;
		text-decoration: none;
		font-weight: 300;
		text-shadow: none;
		font-size: 20px;
	}
}
.intro-message {
    padding-top: 7%;
    padding-bottom: 12%;
}
.first {
	padding-left: 0%;
	padding-right: 50%;
}
.second {
	padding-top: .5%;
	padding-left: 35%;
	padding-right: 35%;
}
.third {
	padding-left: 50%;
	padding-right: 0%;
}
.login {
	margin-top: 8px;
	float: left;
	display: none;
	padding: 0 15px 0 15px;
}
@media (min-width: 992px){
	.login {
		margin-left: -15px;
		display: inherit;
	}
}
.login-full {
	margin-top: 8px;
	padding: 0 15px 0 15px;
}

.row > .col-lg-12 > .intro-message > .btn-default {
  background-color: #1781C4;
}
.row > .col-lg-12 > .intro-message > .btn-default:hover,
.row > .col-lg-12 > .intro-message > .btn-default:focus, {
  background-color: #003A5D;
}
.intro-header-interior {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    color: #f8f8f8;
    background-color: #FFF;
    background-size: cover;
    width: 100%;
}
.intro-header-interior > .container > .container-top > h1{
	font-weight: 300;
	font-size: 32px;
}
.intro-message-interior {
	font-weight: 300;
	color: #003A5D;
	position: relative;
	padding-top: 2%;
	font-size: 17px;
    padding-bottom: 3%;
}
.intro-message-interior > h2{
	font-weight: 300;
	color: #003A5D;
	font-size: 24px;
	text-decoration: underline;
}
footer {
    padding: 30px 0;
    background-color: #fff;
    font-weight: normal;
    text-align: center;
}
.content-section-last {
    padding: 50px 0;
}
.content-seciont-last > .container > .row > .col-lg-5,
.content-seciont-last > .container > .row > .col-sm-6 {
	float: none;
	margin-left: 50%;
	margin-right: 50%;
	text-align: center;
}
.field {
	padding: bottom: 10px;
}
.form {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
@media (min-width: 768px) {
  .form {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    }
}
.form:focus {
  	border-color: #66512c;
}
#company_info {
	padding-top: 15%;
}
.start {
	background-color: #1781C4;
	color: #FFF;
	margin-top:15px;
}
.start:hover,
.start:focus {
	background-color: #003A5D;
	color: #FFF;
}
.btn-top{
	border-color: #ccc;
	color: #003A5D;
	background-color: #fff;	
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
	background-color: #1781C4;
	color: #FFF;
}
.form-group {
	padding: 0 15px 0 0;
	margin: -20px 0 0 0px;
}
@media (min-width: 992px){
	.form-group {
		padding: 0 15px 0 0;
		margin: 0px 0 0 0px;
	}
}
.submit {
	background-color: #1781C4;
	color: #FFF;
	margin-top:15px;
	margin-left: 0px;
}
.submit:hover,
.submit:focus {
	background-color: #003A5D;
	color: #FFF;
}
.form-control {
	width: auto;
	border-color: #003A5D;
}
.form-horizontal {
	padding: 0 0 3% 0;
}
.content-section-last > .container > .row {
	margin-top: -2%;
}
.input-md {
	margin-bottom: 10px;
}
.intro-message > h4 > a {
	font-style: normal;
	color: #003A5D;
	text-decoration: underline;
}
.intro-message > h4 > a:hover,
.intro-message > h4 > a:focus {
	font-style: normal;
	color: #003A5D;
	text-decoration: underline;
}
h3 > a {
	font-style: normal;
	color: #FFF;
}
h3 > a:hover,
h3 > a:focus {
	font-style: normal;
	color: #FFF;
}
.google-maps {
	position: relative;
	padding-bottom: 70%;
	margin-bottom: -10%;
	height: 0;
	overflow: hidden;
}
.google-maps > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90% !important;
	height: 75% !important;
}
.contact {
	position: relative;
}
textarea {
	width: auto;
	border-color: #003A5D;
	border-radius: 4px;
	padding: 5%;
	color:#777;
	opacity: 100%;
}
.text-margin {
	margin-left:0;
}
.form-padding {
	padding-left:0;
}
.slogan {
		color: #1781C4;
		font-family: inherit;
		font-size: 25px;
		padding-top: 80%;
		font-weight: 300;
		display: none;
}
.slogan2 {
	color: #1781C4;
	font-family: inherit;
	font-size: 25px;
	padding-top: 10%;
	font-weight: 400;
	position: relative;
	display:none;
	
}
@media (min-width: 490px){
	.slogan {
		color: #1781C4;
		font-family: inherit;
		font-size: 30px;
		padding-top: 0;
		margin-top: -1%;
		margin-bottom: 1%;
		font-weight: 300;
		display: inherit;
	}
	.slogan2 {
		color: #1781C4;
		font-family: inherit;
		font-size: 30px;
		padding-top: 0;
		margin-top: -1%;
		margin-bottom: 1%;
		font-weight: 500;
		position: relative;
		display: inline;
		
	}
}
.list-container {
	display: none;
	float:left;
	width: 100%;
}
.list {
	float:left;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
        .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
#cart-list, #cart-list td {
    border: 0px none;
    padding-right: 20px;
    padding-bottom: 4px;
    width: 165px;
}
#cart-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

tr>td>img {
	border: 0px none;
    padding-right: 20px;
    padding-bottom: 4px;
    width: 165px;
}
.carts-text {
	display: inherit;
}
.login-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
}
#login-content {
	position: relative;
	display: block;
	padding: 1%;
	margin: 3%;
	width: 50%;
	height: 100%;
	background-color: rgba(255,255,255, 0.8);
}
.box-align {
	float: left;
	display: inline;
	align-items: center;
	text-align: center;
	width: 100%;
}
#login-left {
	padding: 1%;
	margin: 3%;
	width: 50%;
	background-color: rgba(255,255,255, 0.8);
}
#login-right {
	float: left;
	padding: 1%;
	margin: 5%;
	width: 40%;
	background-color: rgba(255,255,255, 0.8);
}

/*.col-md-5,
.col-md-4
position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  
  @media (min-width: 992px) {
  .col-md-4, .col-md-5 {
    float: left;
    .col-md-5:width: 41.66666667%;
    .col-md-4:width: 33.33333333%;

control-label
margin-bottom: 0;
    vertical-align: middle;
    @media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 6px;
  }
}

/*form-control
display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
.form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
padding-right: 42.5px;

input-md
form-horizontal
form-group
*/