@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
strong {
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* SITE CSS */

html, body {
	font-size: 18px;
	color: #464646;
	font-family: 'Roboto Condensed', sans-serif;
}
body {
	background-color: #FFF;
	
}
a {
	text-decoration: none;
	color: #333;
}

h1 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: .67em 0;
}

h2 {
	font-size: 1.2rem;
	font-weight: bold;
}
p {
	line-height: 25px;
	margin: 1em 0;
}

/* HEADER */
#wrap-header {
	background-color: #FFF;
}
.bgr-white {
	background-color: #FFF;
}

.logo {
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A9A3A3;
	text-align: center;
}
.logo a {
	color: #1F1F1F;
	font-weight: bold;
	font-size: .85rem;
}
.logo img {
	vertical-align: middle;
	padding-right: 15px;
}

nav {
	overflow: hidden;
	margin-bottom: 15px;
}
nav li {
	float: left;
	display: block;
	width: 33.333%;
	text-align: center;
}
nav li a:hover, nav li a.active {
	color: #3A76B9;
}

.tel-info {
	padding: 10px 15px 0 15px;
	background-color: #6994C8;
	font-size: .75rem;
	color: #111;
	text-align: center;
}
.tel-info span, .tel-info a {
	display: inline-block;
	margin-bottom: 10px;
}
.tel-info a {
	color: #FFF;
	font-size: 1rem;
}

/* HEADER IMG */
#wrap-header-img {
	position: relative;
	background: url(i/header-img.jpg) 50% 50% no-repeat;
	color: #FFF;
	font-size: 1.25rem;
	height: 190px;
/* 	margin-bottom: 20px; */
}
#wrap-header-img h1 {
	position: absolute;
	top: 20px;
	margin: 30px 0; 
	text-shadow: 0 0 25px rgba(0,0,0,0.5);
	padding-left: 15px;
}
/* SECTION1 */
.wrap-section1 {
	background-color: #FFF;
}
.section1 {
	margin: 20px 0;
}

.section1 a {
	background-color: #484647;
	border-radius: 10px;
	display: block;
	width: 200px;
	margin: 0 auto;
	color: #FFF;
	padding: 5px 5px;
	text-align: center;
	margin-bottom: 20px;
}
.section1 a h1 {
	font-size: 1.15rem;
	font-weight: normal;
}
.section1 h2 {
	margin: 20px 0;
	text-align: center;
	font-weight: normal;
}
.section1 ul {
	padding-left: 10px;
	border-top: 1px solid #CCC;
}
.section1 ul li {
    background: url(i/list-type.png) 0 5px no-repeat;
    padding-left: 25px;
    margin: 16px 0;
    line-height: 25px;
}

.section2 {
	background-color: #A9A3A3;
	text-align: center;
	padding-top: 20px;
}
.section2 h1 {
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	font-size: 1.6rem;
}
.section2 p {
	margin: 15px .6em;
	font-size: 1.1rem;
}
.section2 img {
	width: 100%;
	height: 280px;
	vertical-align: middle;
}
.about-us {
	background-color: #FFF;
}
.container {
	margin-left: 15px;
	margin-right: 15px;
}

section h1 {
	text-align: center;
}
section .title:after {
	content: "";
	display: block;
	width: 100px;
	border-bottom: 3px solid #ED2224;
	margin: 20px auto;
}

.gallery {
	background-color: #F1EFEF;
}

#section3 {
	border-bottom: 1px solid #F5F3F3;
}
.strongrooms-and-vaults, .safe-deposits {
	background-color: #FFF;
}
.about-us, .gallery, .wrap-strongrooms-and-vaults, .wrap-safe-deposits {
	padding: 40px 0;
}
.contact-us {
	background-color: #474646;
	padding-top: 40px;
	padding-bottom: 80px;
	
}
.contact-us h1, .contact-us label {
	color: #FFF;
}
.contact-us label, .contact-us input, .contact-us textarea {
	display: block;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.contact-us label {
	margin-top: 20px;
	margin-bottom: 5px;
}
.contact-us input, .contact-us textarea {
	border-radius: 5px;
	background-color: #EAE8E8;
	font-size: 1rem;
}
.contact-us input {
	height: 40px;
}
.contact-us textarea {
	resize: none;
}
.contact-us button {
	display: block;
	border: none;
	background-color: #EC2124;
	font-size: 1.25rem;
	color: #FFF;
	width: 200px;
	margin: 20px auto;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.field-requred {
	color: #EC2124;	
}

footer {
	background-color: #A9A3A3;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}
footer a {
	color: #FFF;
}
footer a[href^="mailto:"] {
	text-decoration: underline;
	vertical-align: middle;
}
.copyright:before {
	content: "";
	display: block;
	width: 100px;
	border-bottom: 1px solid #474646;
	margin: 20px auto;
}
.copyright {
	margin: 20px 0;	
	color: #EAE7E7;
}
.itti {
	margin-top: 20px;
	padding-bottom: 20px;
}

.errors, .errors label {
	color: #FF0000; 
	margin: 0;
}
.errors {
	border: 2px solid #FF0000;
	padding: 10px;
	border-radius: 10px;
}
.errors div {
	margin-bottom: 10px;
}
.errors div:last-child {
	margin-bottom: 0;
}
.g-recaptcha {
	width: 302px;
	margin: 30px auto;
}
#images {
	margin: 20px auto;
}

@media only screen and (orientation: landscape) {
	.logo a {
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 768px) {
	body {
		background-color: #F1EFEF;
	}
	#wrap-header header {
		overflow: hidden;
	}
	.logo {
		float: left;
		margin-bottom: 0;
		border-bottom: none;
	}
	nav {
		padding: 40px 20px 35px 30px;
	}
	.tel-info {
		text-align: center;
	}
	.tel-info a {
		font-size: 1.125rem;
		padding-left: 15px;
	}
	#wrap-header-img {
	    height: 370px;
	}
	#wrap-header-img h1 {
		top: 100px;
	}
	
	.wrap-section1 {
		padding-top: 20px;
		background-color: #FFF;
	}
	.section1 {
		display: flex;
		justify-content: space-between;
		
	}
	.section1 {
		margin: 0;
	}
	.section2 img {
		height: 340px;
	}
	.wrap-about-us {
		margin-left: 15px;
		margin-right: 15px;
		position: relative;
		top:-100px;
		margin-bottom: -100px;
	}
	.about-us {
		padding: 20px 0 40px 0;
	}
	.wrap-strongrooms-and-vaults, .wrap-safe-deposits {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 80px;
	}
	.wrap-safe-deposits {
		margin-bottom: 200px;
	}
	.strongrooms-and-vaults, .safe-deposits {
		padding: 20px 0 40px 0;
	}
	
	.wrap-contact-us {
		padding-left: 15px;
		padding-right: 15px;
		background-color: #A8A5A4;
	}
	.contact-us {
/* 		padding: 10px 0; */
		position: relative;
		top:-100px;
		margin-bottom: -100px;
	}
	
	.form-row {
		overflow: hidden;
	}
	.form-col {
		float: left;
		width: 50%;
		padding-left: 10px;
	}
	.form-col:first-child {
		padding-left: 0;
		padding-right: 10px;
	}
	footer p {
		margin-top: 0;
		padding-top: 1em;
	}
	
}

@media only screen and (min-width: 998px) {
	.logo {
		text-align: right;
	}
	
	article {
		padding-bottom: 40px;
	}
	.section2 article {
		padding-bottom: 0;
	}
	
	.container {
		margin-left: 75px;
		margin-right: 75px;
	}
	
	#wrap-header {
		position: fixed;
		width: 100%;
		z-index: 100;
		-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	}
	
	nav {
		float: left;
		width: 325px;
	}
	#wrap-header-img {
		background-color: #EDECEB;
	}
	.tel-info {
		background: none;
		text-align: right;
		overflow: hidden;
		border-left: 1px solid #A9A3A3;
		margin: 10px 0;
		padding: 15px 0;
	}
	.tel-info a {
		display: block;
		color: #212121;
	}
	
	#wrap-header header, .wrap-header-img, .section1,  .about-us, .strongrooms-and-vaults, .safe-deposits, .contact-us, .section2 header{
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
	#wrap-header-img {
		height: 505px;
	}
	#wrap-header-img h1 {
		top: 190px;
		padding-left: 0;
	}
	.wrap-section1 {
		background-color: #EDECEB;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.section1 {
		position: relative;
		top:-120px;
		margin-bottom: -120px;
		margin-top: 0;
	}
	.wrap-section1 .container {
		margin-left: 0;
		margin-right: 0;
	}
	.section1 article {
		background-color: #FFF;
		width: 45%;
		padding: 40px;
	}

	
	.section2 img {
		height: 610px;
	}
	
}

@media only screen and (min-width: 1200px) {
	#wrap-header-img {
		height: 541px;
		background-position: 50% 100%;
	}
	#wrap-header-img h1 {
		top: 192px;
		font-size: 2.6rem;
	}
		
	#wrap-header header, .wrap-header-img, .section1,  .about-us, .strongrooms-and-vaults, .safe-deposits, .contact-us, .section2 header{
		width: 1150px;
	}
	nav {
		width: 520px;
	}

}
