html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}
a:link {
    color: #808080;
}
a:visited {
    color: #808080;
}
a:hover {
    color: #000;
}
a:active {
    color: #808080;
}
header {
	width: 1170px;
	height: 130px;
	margin: auto;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-smaller {
	height: 80px;
}
.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
header h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
    line-height: 130px;
}
header nav {
	text-align: right;
	margin: 28px 0 0 0;
}
.nav-smaller {
	margin: 8px 0;
}
header nav a {
	font-weight: bold;
    font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
header nav p {
	display: inline-block;
	margin: 0;
    padding: 0 20px;
	line-height: 75px;
	color: #808080;
}
#mobile-nav {
	display: none;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
}
.show-mobile-nav {
	height: 212px !important;
}
#mobile-nav a {
	cursor: pointer;
	cursor: hand;
	color: #fff !important;
	text-decoration: none;
}
#mobile-nav a:active {
	background-color: #eaeaea;
}
#mobile-nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
#mobile-nav li {
	cursor: pointer;
	cursor: hand;
	background-color: #003366;
	padding: 15px;
	border-bottom: 1px solid #eaeaea;
}
header .logo {
	width: 320px;
	margin: 25px 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo-smaller {
	width: 160px !important;
    margin: 20px 0 !important;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}
.header-column {
	display: inline-block;
	width: auto;
	vertical-align: top;
}
.header-column.desktop-nav{
	float:right;
}
.body-column-one-third {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.body-column-two-thirds {
	display: inline-block;
	width: 66%;
	vertical-align: top;
}
.column {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.column-one-third {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.column-two-thirds {
	display: inline-block;
	width: 66%;
	vertical-align: top;
}
.inline-block {
	display: inline-block;
	vertical-align: top;
}
section {
	width: 1170px;
	margin: 45px auto;
}
section h1 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
}
section p {
	font-size: 17px;
}
section ul li {
	font-size: 18px;
}
.table {
	display: table;
    overflow: hidden;
	width: 100%;
}
.table-cell {
	display: table-cell;
    vertical-align: middle;
}

.training-image {
    text-align: center;
    height: 450px;
    width: 100%;
    background: url('../img/pacificwestcable-training.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
	margin-top: 130px;
}
.training-image h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
    color: #fff;
	text-shadow: 1px 1px #000000;
}
.training-image-text {
	width: 1170px;
	margin: auto;
	text-align: center;
}
.home-image {
    text-align: center;
    height: 700px;
    width: 100%;
    background: url('../img/pacificwestcable.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
	margin-top: 130px;
}

.home-image h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 58px;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
    color: #fff;
	text-shadow: 1px 1px #000000;
}
.home-image-text {
	width: 1170px;
	margin: auto;
	text-align: center;
}
#what-we-do, #contact {
	height: 500px;
}
#who-we-are, #gallery {
	height: 400px;
}
#who-we-are img {
	margin: 15px 20px 0 0;
}
#what-we-do {
	color: #ffffff;
	background-color: #013385;
	/*background-color: #003366;*/
	/*background-color: blue;*/
	/*background-color: #2121ed;*/
}
#what-we-do h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin: 0;
    padding: 0;
    color: #cccc99;
	text-shadow: 1px 1px #000000;
}

#training {
	color: #000000;
	background-color: #bec7d7;

}
.gallery {
	text-align: center;
}
#gallery img {
	/*width: 24%;
	margin-top: 4px;*/
	margin: auto;
}
.gallery-wrapper {
    max-width: 1170px;
    padding: 0 20px 40px 20px;
    margin: auto;
}
#contact {
	background-color: #eaeaea;
}
.map {
	height:300px;
	width:360px;
	margin: auto;
}
.map-container {
	overflow:hidden;
	height:300px;
	width:100%;
}
#menu-button {
	cursor: pointer;
	display: none;
	float: right;
	margin: 10px;
}
#menu-button img {
	width: 25px;
	margin-top: 2px;
}
#gmap_canvas img {
	max-width:none!important;
	background:none!important;
}
#counter {
	text-align: center;
	background-color: #eaeaea;
}
/* Responsive Styles */

@media (max-width: 1170px) {
	header {
		width: 100%;
	}
	header .logo {
		margin: 25px;
	}
	.header-container {
		position: relative;
		box-shadow: none;
	}
	.home-image,
	.training-image {
		margin-top: 0px;
	}
	.home-image h2 {
		font-size: 36px;
		margin: 20px;
	}
	.home-image-text,
	-text {
		width: 100%;
	}
	section {
		width: 100%;
	}
	section h1 {
		margin: 20px;
	}
	section p {
		margin: 20px;
		font-size: 14px;
	}
	#what-we-do ul li {
		margin: 10px;
		font-size: 14px;
	}
	#what-we-do ul {
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
	}
	#who-we-are img {
		margin: 20px;
	}
	.map-container {
		position: relative;
		left: -20px;
		top: -20px;
	}
}

@media (max-width: 960px) {
	header nav {
		display: none;
	}
	.header-column {
		width: 100%;
		text-align: center;
	}
	.column-one-third {
		width: 100%;
		text-align: center;
	}
	.desktop-nav {
		display: none;
	}
	#mobile-nav {
		display: block;
	}
	#menu-button {
		display: block;
	}
	.home-image {
		height: 600px;
		background: url('../img/pacificwestcable-960.jpg');
	}
	#who-we-are img {
		width: 90%;
	}
	.map-container {
		position: relative;
		left: 0;
		top: 0;
	}
}

@media (max-width: 768px) {
	.home-image {
		height: 500px;
		background: url('../img/pacificwestcable-768.jpg');
	}
}

@media (max-width: 480px) {
	#gallery img {
		width: 49%;
		margin-bottom: 10px;
	}
	#gallery {
		height: 280px;
	}
	header .logo {
		width: 80%;
		margin: 25px;
	}
	.home-image {
		height: 300px;
		background: url('../img/pacificwestcable-480.jpg');
	}
	.home-image h2 {
		font-size: 22px;
	}
	.map-container {
		display: none;
	}
	.body-column-one-third {
		width: 100%;
	}
	.body-column-two-thirds {
		width: 100%;
	}
	#who-we-are img {
		width: 60%;
		margin: auto;
		display: block;
	}
	#what-we-do ul {
		margin: 10px;
	}
	section h1 {
		text-align: center;
	}
}