@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #00688F;
}

.container {
	width: 1185px;
}

.header {
	width: 100%;
	border-top: 10px solid #00688F;
	background-color: white;
	background-image: url(header_bg_gradient.jpg);
	background-position: center 50px;
	background-repeat: no-repeat;
}

.header__logo-wrapper, .header__nav {
	width: 1185px;
	margin: auto;
}

.header__logo-wrapper {
}

.header__logo {
	padding: 15px 0;
}

.nav-wrapper {
	width: 100%;
	background-color: white;
	position: relative;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.header__nav {
	font-size: 0;
}

.header__nav:before {
    content: "";
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: -2px;
    background: #FFDD00;
}

.header__nav a {
	color: #00688F;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	display: inline-block;
	padding: 10px 15px 11px 15px;
}

.main {
	/* border-radius: 3px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15); */
}

.main-wrapper {
	padding-top: 10px;
	background-image: url(bg-gradient.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.main-wrapper:before {
	display: block;
	content: " ";
	position: absolute;
    top: 163px;
    left: 0;
    width: 100%;
    height: 420px;
    opacity: 0.3;
    background-image: url(bg-text.png);
    background-position: top center;
}

#orderContainer {
	display: none;
}