html,body {
  height: 100%;
  min-height: 100%;
}
* {
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{
		background: url(bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		height: 100%;
		min-height: 100%;
}
#wrapper{
		width: 100%;
		max-width: 1300px;
		margin: 0px auto;
		text-align: center;
		margin-top: 15px;
		font-family: arial;
		font-size: 13px;
		line-height: 18px;
	}
	#wrapper nav{
		padding: 61px 0px;
		width: 460px;
	}
	.nav-1{
		text-align: right;
		float: left;
	}
	.nav-2{
		text-align: left;
		float: right;
	}
	#wrapper nav a{
		margin: 0px 15px;
		font-family: 'Gotham-Bold', Arial;
		text-transform: uppercase;
		color: #7a7671;
		font-weight: bold;
		font-style: normal;
		letter-spacing: .5px;
		font-size: 12px;
	}
	#wrapper nav a:hover, .active{
		color: #000 !important;
		}
	#wrapper header{
		width: 100%;
		/*float: left;*/
		max-width: 1150px;
		text-align: center;
		min-width: 960px;
		margin: 0px auto;
	}
	#wrapper header img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -140px;
		padding: 0px 12px;
		width: auto;
		min-height: 137px;
	}
	header div{
		width: 100%;
		float: left;
	}
	#banner{
		width: 100%;
		max-width: 1300px;
		min-height: 460px;
		height: auto;
		float: left;
		/*background-color: #4a4344;*/
		margin: 10px 0px 0px 0px;
	}
	#inner-banner{
		width: 100%;
		max-width: 1300px;
		height: auto;
		float: left;
		/*background-color: #4a4344;*/
		margin: 10px 0px 0px 0px;
	}
		#banner img, #inner-banner img{
			width: 100%;
			}
	#body, #inner-body{
		width: 100%;
		float: left;
		padding: 0px 100px;
	}
	#body div{
		float: left;
		width: 32%;
		border: 3px solid #b6b5b3;
		margin: 65px 0;
		padding: 60px 30px 30px 30px;
	}
	#specialist, #service{
		height: 235px;
	}
	#body .center{
		margin-right: 2%;
		margin-left: 2%;
	}
	#body div .img{
		margin: -112px 0px 0px 0px;	
		float: left;
		width: 100%;
		text-align: center;
		border: none !important;
		padding: 0px !important;
		}
		#body div h2{
			font-family: 'Gotham-Bold', Arial;
			margin: -15px 0px 15px 0px;
			padding: 0px;
			font-size: 16px;
			text-transform: uppercase;
			line-height: 22px;
		}
		#body div p{
			color: #7a7671;
			margin: 0px 15px 15px 15px;
		}
		#body div a{
		color: #1c4f86;
		}
				#body div a:hover{
		color: #000;
		}
		
		footer{
			background-color: rgba(159, 150, 140, .5);
			width: 100%;
			float: left;
			padding: 30px 100px;
			font-size: 11px;
			line-height: 20px;
			text-transform: uppercase;
			font-family: arial;
		}
		footer a{
			color: #000;
		}
		footer div{
			width: 100%;
			max-width: 1300px;
			margin: 0px auto;
		}
		footer div p:first-child{
			float: left;
		}
		footer div p:last-child{
			float: right;
			text-align: right;
		}

span{
		font-weight: bold;
		letter-spacing: 1px;
	}
a{
		font-family: georgia;
		font-style: italic;
		color: #7a7671;
		text-transform: none;
		text-decoration: none;
	}
a:hover{
		color: #1c4f86;
	}
	#bbseal{
		float: right;
		margin: -10px 0px 0px 15px;
	}
	#bbseal img{
		width: 40px;
		height: auto;
	}
/*----------------------------------inner pages------------------*/

blockquote{
	font-family: georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	padding: 0px 10%;
	font-weight: normal;
	margin: -15px 0px 50px 0px;
}
#info{
	float: left;
	width: 100%;
	padding: 15px 0px;
}	
#inner-page h1{
	width: 100%;
	border-bottom: 2px solid #b6b5b3;
	border-top: 2px solid #b6b5b3;
	height: 7px;
	line-height: 0px;
	margin: 65px 0px 35px 0px;
}	
#inner-page h1 span{
font-family: 'Gotham-Bold', Arial;
text-transform: uppercase;
font-size: 15px;
padding: 5px 7px;
background-color: #fff;
}
#inner-page h3{
	font-family: georgia;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom: 15px;
}
#inner-page #inner-body p{
	color: #7a7671;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 15px 0px;
}
#inner-page #inner-body section{
	width: 50%;
	float: left;
	padding: 15px;
	margin: 15px 0px 30px 0px;
}
#info section:first-child{
	margin-top: -9px !important;
}
#info a{
	font-style: italic;
	color: #1c4f86;
}
#info a:hover{
	color: #000;
}


@media screen and (max-width: 1110px) {
	
	nav{
		width: 40% !important;
	}
		nav a{
		margin: 0px !important;
		width: 33% !important;
		text-align: center;
		float: left;
	}
	#banner{
		height: 380px !important;
	}
	#body, footer{
		padding-right: 50px;
		padding-left: 50px;
	}

}
@media screen and (max-width: 1070px) {

		#banner{
		height: 360px !important;
	}
}
@media screen and (max-width: 990px) {
		#banner{
		height: 350px !important;
	}
		#body, footer{
		padding-right: 30px;
		padding-left: 30px;
	}

}
@media screen and (max-width: 720px) {
		.hide{
			display: none;
		}
		#banner{
			height: 400px;
			background-image: url(images/banner-image.png);
			background-size: 230%;
			background-position: center top;
			background-repeat: no-repeat;
		}
		#banner{
		height: 350px !important;
	}
	#body, footer{
		padding-right: 10px;
		padding-left: 10px;
	}
	#body div{
		width: 100%;
		margin-top: 15px;
	}

}

	
