/* mayer reset + gallager clearfix + box-sizing */
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;}
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;}
.cf:before,.cf:after{content:"";display:table;}.cf:after{clear:both;}
.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* website def */

body, html {
	height: 100%;
}

body {
	background-color: #fff;
	color: #1a1818;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
}

p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}

h2 {
	color: #bfb5a5;
	font-size: 45px;
	line-height: 36px;
	text-indent: -7px;
	background: transparent url(../imgs/h2-back.png) bottom center no-repeat;
}

span.wrapper {
	display: block;
	margin-bottom: 20px;
	text-indent: 160px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

.intro {
	height: 100%;
	background: transparent url(../imgs/home-back.jpg) top center no-repeat scroll;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.intro #goto {
	width: 429px;
	height: 86px;
	background: transparent url(../imgs/logo.png) top center no-repeat scroll;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -43px;
	cursor: pointer;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.intro #goto:hover {
	opacity: 0.8;
}

.get-in,
.get-in:hover,
.get-in:active,
.get-in:visited {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 80px;
	height: 15px;
	margin-left: -40px;
	font-size: 16px;
	text-align: center;
	color: #333;
	text-decoration: none;
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.5);
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.3);
	padding: 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.get-in:hover {

	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.7);
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.7);
	text-shadow: 0 0 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-color: rgba(0,0,0,0.6);
}

.imFixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900
}

.menu {
	width: 100%;
	height: 90px;
	display: block;
	background-color: #f6f6f5;
	background-image: -moz-linear-gradient(left, #ffffff, #d7d5d2);
	background-image: -ms-linear-gradient(left, #ffffff, #d7d5d2);
	background-image: -o-linear-gradient(left, #ffffff, #d7d5d2);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d7d5d2));
	background-image: -webkit-linear-gradient(left, #ffffff, #d7d5d2);
	background-image: linear-gradient(left, #ffffff, #d7d5d2);

}

.menu .logo {
	width: 280px;
	height: 60px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	text-indent: -99990px;
	background: transparent url(../imgs/logo-small.png) center center no-repeat scroll;
}

.menu .wrapper {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.menu nav {
	float: right;
	margin-top: 18px;
}

.menu nav a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	height: 57px;
	line-height: 56px;
	font-size: 21px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	background-color: transparent;
	color: #58514d;
	border-radius: 1px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-transform: uppercase;
}

.menu nav a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.about-us {
	position: relative;
	padding-top: 200px;
	padding-bottom: 150px;
	overflow: hidden !important;
}

.about-us-margins {
	margin-top: 90px;
}

.about-us p {
	width: 70%;
}

.about-us img {
	position: absolute;
	left: 50%;
	margin-left: 300px;
	top: 250px;
}

.services {
	padding-top: 150px;
}

.services p {
	font-size: 14px;
}

.services ul {
	padding-left: 30px;
	list-style: square;
}

.services li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.provides {
	height: 900px;
	margin-top: 60px;
	padding-bottom: 40px;
	padding-top: 80px;
	background: transparent url(../imgs/provides-back.jpg) center center no-repeat scroll;
	-webkit-background-size: cover;
	background-size: cover;
}

.we-provide {
	border: 2px solid #fff;
	width: 375px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.we-provide img {
	margin-top: 110px;
}
.we-provide span {
	color: #fff;
	letter-spacing: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 41px;
	padding-top: 35px;
	margin-top: 75px;
}

.provides article {
	background-color: #fff;
	margin-top: 60px;
}

.provides article ul {
	width: 40%;
	float: left;
	margin: 40px 0;
	padding-left: 6%;
}
.provides article li {
	margin: 35px 0;
	font-size: 25px;
}

.transactions {
	background-color: #eeece9;
	background-image: -moz-linear-gradient(left, #ffffff, #eeece9);
	background-image: -ms-linear-gradient(left, #ffffff, #eeece9);
	background-image: -o-linear-gradient(left, #ffffff, #eeece9);
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eeece9));
	background-image: -webkit-linear-gradient(left, #ffffff, #eeece9);
	background-image: linear-gradient(left, #ffffff, #eeece9);
	padding: 90px 0;
	text-align: center;
}

.transactions h2 {
	text-align: left;
}

.transactions img {
	margin: 100px 0;
}

.team {
	padding-top: 80px;
}

.team h2,
.contact h2,
.transactions h2 {
	margin-top: 120px;
	margin-bottom: 90px;
}

.contact h2 {
	margin-top: 190px;
}

.team h3 {
	font-weight: bold;
	color: #4a3924;
	padding-top: 20px;
	padding-bottom: 15px;
}

.team p {
	width: 90%;
}

.contact {
	padding-bottom: 120px;
}

.contact p {
	width: 40%;
	margin-left: 35%;
	font-size: 25px;
	color: #bebebe
}

@media screen and (max-width:700px) {
	.about-us p {
		width: 100%;
	}
	.about-us img {
		display: none;
	}
}
/* */
@media screen and (max-width:980px) {
	.menu nav a {
		font-size: 14px;
	}
}

@media screen and (max-width:1100px) {
	.menu nav a {
		padding-left: 15px;
		padding-right: 15px;
	}
}