/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #1e120d;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
}






/*  General   */

.center {
	position: relative;
	width: 1160px;
	margin: 0 auto; 
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}



/*############################# HEADER #############################*/


#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #1d1d1b;
	background: #FFF;
	z-index: 99;
}

#header h1.logo a {
	float: left;
	width: 355px;
	height: 96px;
	margin: 14px 0 0 0;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/main-logo.png) no-repeat;
}

#main-menu {
	float: right;
	text-align: right;
	padding: 55px 0 0 0;
}

#main-menu li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 0 39px;
}

#main-menu a {
	display: inline-block;
	color: #1e120d;
	padding: 0 0 10px;
	-webkit-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}

#main-menu a:hover,
#main-menu a.active,
#main-menu li.current a {
	border-bottom: 5px solid #7b6c63;
}






/*############################# CONTENT #############################*/

#content {
	position: relative;
	width: 100%;
	padding: 125px 0 0 0;
}

#slider {
	position: relative;
	width: 100%;
}

#slider .arrow-down {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -37px;
	width: 74px;
	height: 74px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	background: url(../img/slider-arrow.png) no-repeat;
	z-index: 9;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}

#slider .arrow-down:hover {
	bottom: 20px;
}

.bxslider .center {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 325px;
	margin: -162px 0 0 -585px;
	letter-spacing: 1px;
}

.bxslider h5 {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 15px;
}

.bxslider h3 {
	font-weight: normal;
	font-size: 66px;
	line-height: 77px;
	color: #FFF;
	text-transform: uppercase;
}

.bxslider h3 span {
	color: #7b6c63;
	font-weight: 600;
}

.bxslider .button {
	display: block;
	width: 264px;
	height: 60px;
	margin: 65px 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.1) url(../img/slider-button-icon.png) 180px 22px no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.bxslider .button:hover {
	background: rgba(255,255,255,0.3) url(../img/slider-button-icon.png) 180px 22px no-repeat;
}

.bxslider .button.download {
	margin: 30px 0 0 0;
	background: rgba(255,255,255,0.1) url(../img/slider-button-icon.png) 195px 22px no-repeat;
}

.bxslider .button.download:hover {
	background: rgba(255,255,255,0.3) url(../img/slider-button-icon.png) 195px 22px no-repeat;
}

.section {
	position: relative;
	width: 100%;
	padding: 35px 0 0 0;
	letter-spacing: 1px;
	overflow: hidden;
}

.section h2 {
	text-align: center;
	font-size: 40px;
	color: #7b6c63;
	font-weight: 600;
	background: url(../img/section-title-bar.png) center bottom no-repeat;
	padding: 0 0 35px;
}

.section p.top {
	color: #212121;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	padding: 28px 0 0 0;
}

.section .inner {
	position: relative;
	width: 100%;
	margin: 50px 0 0 0;
}

#section-1 .inner {
	height: 576px;
	background: url(../img/section-1-bg.png) repeat-x;
}

#section-1 .large-image {
	position: absolute;
	top: 0;
	left: 580px;
}

#section-1 .left-col {
	position: relative;
	float: left;
	width: 560px;
	height: 526px;
	padding: 50px 0 0 0;
}

#section-1 .left-col h3 {
	font-size: 25px;
	color: #7b6c63;
	font-weight: bold;
	padding: 0 0 20px;
}

#section-1 .left-col p {
	color: #1e120d;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 20px 0 0 0;
}

#section-1 .left-col .bottom {
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 100%;
	height: 109px;
}

#section-1 .left-col .download {
	padding: 22px 0 0 0;
	width: 355px;
}

#section-1 .left-col .download img {
	float: left;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#section-1 .left-col .download:hover img {
	margin: 7px 0 0 0;
}

#section-1 .left-col .download p {
	float: left;
	width: 270px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #212121;
	font-weight: 600;
	margin: 4px 0 0 23px;
}

#section-1 .left-col .deco {
	position: absolute;
	right: -60px;
	bottom: -18px;
	z-index: 9;
}

#section-2 {
}

.section .divider {
	margin: 70px auto 0;
	overflow: hidden;
	background: url(../img/divider-bg.png) center 5px no-repeat;
}

#section-2 .inline-box {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 48px;
	min-height: 281px;
}

#section-2 .inline-box img {
}

#section-2 .inline-box .text {
	width: 535px;
}

#section-2 .inline-box .text h4 {
	font-size: 22px;
	color: #212121;
	font-weight: normal;
}

#section-2 .inline-box .text p {
	font-size: 14px;
	color: #1e120d;
	line-height: 24px;
	padding: 20px 0 0 0;
	letter-spacing: 0;
}

#section-2 .inline-box.left img {
	float: left;
	margin: 5px 0 0 60px;
}

#section-2 .inline-box.left .text {
	float: right;
}

#section-2 .inline-box.right img {
	float: right;
	margin: 5px 60px 0 0;
}

#section-2 .inline-box.right .text {
	float: left;
	text-align: right;
}

#section-2 .large-icon {
	position: relative;
	text-align: center;
	width: 90px;
	height: 90px;
	display: block;
	background: #ebebeb;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	clear: both;
	margin: 0 auto;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#section-2 .large-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	display: block;
	background: #7b6c63;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	-moz-transition:background-color 0.3s ease-out;
	-ms-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out;
}

#section-2 .large-icon img {
	position: relative;
	margin: 26px 0 0 0;
	z-index: 9;
}

#section-2 .large-icon:hover {
	background: #7b6c63;
}

#section-2 .large-icon:hover img {
	display: none;
}

#section-2 .large-icon:hover span {
	background: #ebebeb url(../img/large-icon-facebook2.png) center no-repeat;
}

#section-3 {
	margin: 110px 0 0 0;
	padding: 35px 0 50px;
}

#section-3 .top {
	width: 100%;
	height: 392px;
	margin: 33px 0 0 0;
	text-align: center;
	background: url(../img/section-3-bg1.jpg) center no-repeat;
}

#section-3 .top .box {
	float: left;
	width: 50%;
}

#section-3 .top .left {
	float: left;
}

#section-3 .top .right {
	float: right;
}

#section-3 .top h3 {
	font-size: 25px;
	line-height: 35px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.8;
	margin: 55px 0 0 0;
	padding: 0 0 23px;
	background: url(../img/title-line-bg.png) center bottom no-repeat;
}

#section-3 .top ul {
	padding: 35px 0 0 0;
}

#section-3 .top ul li {
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
}

#section-3 .pictures {
	width: 100%;
}

#section-3 .pictures img {
	float: left;
	width: 25%;
}

#section-3 .section {
	padding: 90px 0 0 0;
}

#section-3 .divider {
	margin: 34px auto 0;
}

#section-3 .section h2 {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
}

#section-3 .section li {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	padding: 0 0 0 7px;
	background: url(../img/list-dot-bg.png) 0 9px no-repeat;
}

#section-3 .section .col {
	float: left;
	width: 550px;
}

#section-3 .section .col img {
	float: left;
	margin: 160px 0 0 43px;
}


#section-3 .section .col.right {
	float: right;
	width: 550px;
}

#section-3 .section .col.right img {
	float: left;
	margin: 59px 0 0 122px;
}

#section-4 {
	margin: 0 0 20px;
}

#section-4 .boxes {
	text-align: center;
	padding: 90px 0 0 0;
}

#section-4 .boxes .box {
	width: 335px;
	display: inline-block;
	vertical-align: top;
}

#section-4 .boxes .box.middle {
	margin: 0 72px;
}

#section-4 .boxes .box h3 {
	padding: 50px 0 24px 0;
	font-size: 20px;
	color: #7b6c63;
	font-weight: bold;
	text-transform: uppercase;
}

#section-4 .boxes .box li {
	font-size: 16px;
	line-height: 24px;
}

#section-4 .parallax-window {
	width: 100%;
	 min-height: 466px;
	margin: 40px 0 0 0;
	background: transparent;
	text-align: center;
}

#section-4 .parallax-window h3 {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	margin: 80px 0 0 0;
	float: left;
	width: 100%;
}

#section-4 .row {
	text-align: center;
	width: 100%;
}

#section-4 .row .skill {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 53px 40px 0;
} 

#section-4 .row .border {
	position: relative;
	text-align: center;
	border: 4px solid #7b6c63;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 158px;
    height: 158px;
} 
 
#section-4 .row .skill .chart {
    width: 150px;
    height: 150px;
    position: relative;
    color: #FFF;
	display: inline-block;
    border-color: transparent;
	margin: 4px 0 0 0;
}

#section-4 .row .skill .chart span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	line-height: 150px;
	text-align: center;
	font-size: 50px;
	margin: 0; 
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#section-4 .row .skill .chart span small {
	font-size: 16px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

#section-4 .row .skill h4 {
    margin: 0;
    padding: 0 0 30px;
    position: relative;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	padding: 31px 0 0 0;
}

#section-5 {
}

#section-5 .image {
	position: relative;
	margin: 60px auto 0;
	width: 370px;
}

#section-5 .image a.block {
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

#section-5 .image a.block:hover {
	background: rgba(0,0,0,0.75) url(../img/contact-icon-facebook.png) center no-repeat;
}

#section-5 .info {
	margin: 10px auto 0;
	width: 370px;
	height: 102px;
	background: url(../img/contact-name.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

#section-5 .info h2 {
	background: none;
}

#section-5 .form {
	position: relative;
	width: 100%;
	margin: 16px auto 0;
	padding: 0 0 70px;
	background: #f5f5f5;
	overflow: hidden;
}

#section-5 form {
	position: relative;
	width: 770px;
	padding: 70px 0 0 0;
	margin: 16px auto 0;
}

#section-5 .form input,
#section-5 .form textarea {
	color: #5b5b5b;
	background: none;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 346px;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-top: 4px solid #242424;
}

#section-5 .form input.right {
	float: right;
}

#section-5 .form textarea {
	clear: both;
	width: 746px;
	height: 180px;
	font-family: "Raleway",sans-serif;
	border-bottom: 1px solid #242424;
    font-size: 14px;
	margin: 39px 0 44px 0;
	resize: none;
}

#section-5 .form button {
	color: #000;
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	text-align: center;
	width: 170px;
	height: 45px;
	border: 2px solid #000;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#section-5 .form button::-moz-focus-inner {
    border: none;
}

#section-5 .form button:focus{
	outline: 0px;
}

#section-5 .form button:hover {
	background: #000;
	color: #FFF;
}

#section-5 .form .items {
	text-align: center;
	padding: 67px 0 0 0;
}

#section-5 .form .items li {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.messagebox {
	position: absolute;
	margin: 10px 0 0 6px;
	font-size: 12px;
	text-align: center;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	color: #333;
}

.messageboxerror {
	color: #F00;
}

.messageboxerror {
	color: #F00;
}

.messageboxok {
	color: #1cbb07;
}

#section-5 .map {
	width: 100%;
	height: 490px;
}

#section-5 .map iframe {
	width: 100%;
	height: 490px;
	border: none;
}



/*############################# FOOTER #############################*/


#footer {
	position: relative;
	width: 100%;
}

#footer .top {
	position: relative;
	width: 100%;
	height: 290px;
	background: #222222;
	overflow: hidden;
}

#footer .top .center {
	width: 770px;
	padding: 56px 0 0 0;
}

#footer .top .col {
	float: left;
	width: 275px;
}

#footer .top .col h3 {
	font-size: 18px;
	color: #c2c2c2;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 0 25px;
}

#footer .top .col li {
	font-size: 14px;
	color: #929292;
	line-height: 25px;
}

#footer .top .col li a {
	color: #929292;
	-webkit-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}

#footer .top .col li a:hover {
	color: #FFF;
}

#footer .top .col.middle li {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
	padding: 0 0 0 17px;
}

#footer .top .col.middle li a {
	color: #929292;
}

#footer .top .col.middle li a:hover {
	color: #FFF;
	-webkit-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}

#footer .top .col.middle li.icon1 {
	background: url(../img/footer-icon1.png) left 6px no-repeat;
}

#footer .top .col.middle li.icon2 {
	background: url(../img/footer-icon2.png) left 6px no-repeat;
}

#footer .top .col.middle li.icon3 {
	background: url(../img/footer-icon3.png) left 6px no-repeat;
}

#footer .top .logo {
	position: absolute;
	right: 7px;
	top: 53px;
	width: 122px;
	height: 121px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/footer-logo.png) no-repeat;
}

#footer .bottom {
	background: #1c1c1c;
	overflow: hidden;
	width: 100%;
	height: 74px;
}

#footer .bottom p {
	color: #6d6d6d;
	font-size: 16px;
	text-align: center;
	line-height: 74px;
}










