body {
	margin:0;
	background-image: url(images/top-4.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 102%;
}
html {
	background-color: #E8E7E5;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 0.1em;
	text-decoration: none;
}
a img {
	border-style: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #999;
}
h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 0px;
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}
#services-left p {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
li {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#info {
	background-color: #333;
	width: 100%;
}
.clear {
	clear: both;
	width: 960px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Muli', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
#header {
	width: 960px;
	font-family: 'Muli', sans-serif;
	height: 150px;
	z-index: 2000;
	margin: 0px;
	color: #FFF;
}
#logo {
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 50px;
	width: 115px;
	float: left;
	height: 115px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#name {
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 50px;
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 15px;
	height: 60px;
}

#social-box {
	height: 20px;
	width: 60px;
	float: right;
	margin-top: 10px;
}
#social {
	margin-top: 0px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	height: 20px;
	width: 20px;
}
#social-insta {
	margin-top: 0px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	height: 20px;
	width: 20px;
}
/*---------- START FADE TRICK ----------*/

div.fadehover {
	position: relative;
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
img.b {
	position: absolute;
	left: 0;
	top: 0;
}
/*---------- END FADE TRICK ----------*/

#nav {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}
.nav-button {
	margin-top: 4px;
	display: inline;
	float: left;
	margin-right: 35px;
	margin-left: 0px;
	color: #FFF;
	font-size: 14px;
	width: 125px;
	text-align: center;
	font-weight: bolder;
}
.nav-button a {
	color: #FFF;
	text-decoration: none;
}
.nav-button a:hover {
	text-decoration: none;
	color: #999;
}
/*---------- START IMAGE SLIDER ----------*/
.theme-default #slider {
	margin:0px;
	height: 500px;
	width: 958px;
}
.slider-wrapper, .slider-wrapper {
	margin-right: 0px;
	margin-bottom: 45px;
	height: 500px;
	width: 958px;
	border: 1px solid #000;
	margin-top: 65px;
	float: left;
	margin-left: 0px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#000000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 22px;
	font-weight: bold;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*---------- END IMAGE SLIDER ----------*/

.divider {
	height: 50px;
	width: 960px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
}
.divider-segment {
	background-repeat: repeat;
	margin-top: 22px;
	width: 250px;
	height: 2px;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#divider-text {
	float: left;
	height: 35px;
	width: 460px;
	margin-top: 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
.divider-2 {
	height: 50px;
	width: 960px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 25px;
}
.divider-segment-2 {
	background-repeat: repeat;
	margin-top: 22px;
	width: 350px;
	height: 2px;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#divider-text-2 {
	float: left;
	height: 35px;
	width: 260px;
	margin-top: 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
#text-box {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	color: #000000;
	width: 600px;
	margin-top: 0px;
	margin-right: 180px;
	margin-bottom: 0px;
	margin-left: 180px;
	text-align: center;
}
.box {
	width: 250px;
	float: left;
	margin-bottom: 50px;
	text-align: justify;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 0px;
}
.box-2 {
	width: 250px;
	float: left;
	margin-bottom: 50px;
	text-align: justify;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}
.circle-text {
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	color: #000000;
	letter-spacing: 0.1em;
	margin-top: 260px;
}
.circle-text-small {
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-align: center;
	color: #000000;
	letter-spacing: 0.1em;
	margin-top: 135px;
}
#message {
	font-family: 'Libre Baskerville', serif;
	font-weight: lighter;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	letter-spacing: .1em;
	text-transform: uppercase;
	height: 32px;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 12px;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#top-spacer {
	height: 50px;
	width: 960px;
	float: left;
}
#page-title {
	float: left;
	height: 35px;
	width: 600px;
	margin-top: 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	margin-right: 180px;
	margin-bottom: 25px;
	margin-left: 180px;
}
#sub-page-title {
	float: left;
	height: 35px;
	width: 600px;
	margin-top: 5px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	margin-right: 180px;
	margin-bottom: 25px;
	margin-left: 180px;
}
#sub-page-title-2 {
	float: left;
	height: 35px;
	width: 600px;
	margin-top: 40px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	margin-right: 180px;
	margin-bottom: 25px;
	margin-left: 180px;
}
#page-description {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin-right: 170px;
	margin-bottom: 50px;
	margin-left: 170px;
	margin-top: 0px;
	width: 620px;
	float: left;
	text-align: center;
}
#history {
	width: 800px;
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: left;
	color: #000000;
	letter-spacing: 0.1em;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 25px;
	margin-left: 80px;
}
.history-circles {
	float: left;
	height: 125px;
	width: 125px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 56px;
}
#testimonials {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	float: left;
	width: 800px;
	margin-top: 100px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
}
.testimonials {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 25px;
	margin-left: 80px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scroll-arrow {
	height: 50px;
	width: 50px;
	margin-right: 455px;
	margin-left: 455px;
	margin-top: 50px;
}
.testimonials-logo {
	text-align: center;
	height: 53px;
	margin-bottom: 25px;
}
.quote {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	float: left;
	width: 800px;
}
.name {
	color: #000;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	text-align: center;
}
.name-large {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

.line {
	float: left;
	height: 1px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 50px;
	margin-left: 80px;
}

#services {
	width: 960px;
	font-family: 'Muli', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: left;
	color: #000000;
	letter-spacing: 0.1em;
	float: left;
	padding: 0px;
	margin: 0px;
}
.services-box {
	width: 250px;
	float: left;
	margin-bottom: 25px;
	text-align: justify;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
}
#contact-left {
	float: left;
	width: 350px;
	margin-left: 100px;
	height: 350px;
}
#contact-left p {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
#contact-right {
	float: right;
	height: 350px;
	width: 350px;
	margin-right: 100px;
	border: 1px solid #000;
}
#footer-container {
	width: 960px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.stroke {
	border: 1px solid #000;
}
.footer {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	font-size: 9px;
	color: #000000;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
.footer a {
	color: #000000;
	letter-spacing: .1em;
}
.footer a:hover {
	color: #999;
}
#testimonial {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 18px;
	float: left;
	text-align: center;
	width: 620px;
	margin-right: 170px;
	margin-left: 170px;
}
.quote-name {
	color: #000;
	font-weight: normal;
	margin-top: 10px;
}
#galleria {
	width: 700px;
	height: 450px;
	float: left;
	margin-right: 128px;
	margin-left: 128px;
	background-color: #000;
	border: 2px solid #FFF;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px#333;
	box-shadow: 0 0 5px #333;
}



/*------------------------------ TABS ------------------------------*/
.tabs_type_2 dd.current {
	display:block;
}
.tabs_type_2 {
	position:relative;
	margin-bottom:25px;
	font-size:12px;
	padding-top:350px;
	height:60px;
	padding-left: 460px;
}
.tabs_type_2 dt {
	float:left;
	margin-right:3.5%;
	cursor:pointer;
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 14px;
	color:#000;
}
.tabs_type_2 dd {
	display:none;
	position:absolute;
	top:0px;
	left:109px;
}
