@font-face {
    font-family: 'SCRIPTBL';
    src: url('SCRIPTBL.eot');
    src: local('SCRIPTBL'), url('SCRIPTBL.woff') format('woff'), url('SCRIPTBL.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_12234">Text with this font applied</p> */
.fontsforweb_fontid_12234 {
    font-family: 'SCRIPTBL' !important;
}
body{
	margin: 0;
	float: left;
	width: 100%;
	font-family: 'Arial';
}
.main-wrapper{
	margin: 0 auto;
	width: 1349px;
}
.main-wrapperInner{
	background-image: url('../img/main-bg.jpg');
	background-size: 100% 100%;
	float: left;
	width: 100%;
	overflow-x: hidden;
	height: 840px;
	position: relative;
}
.topMenu{
	float: left;
    font-weight: 900;
    padding-left: 520px;
    width: 100%;
    font-size: 20px;
}
.menuItem{
    float: left;
    padding: 10px 3px 10px 10px;
}
.menuItem a{
	 color: #000;
    text-decoration: none;
}
.seperator {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}
.titlePart {
    float: left;
    margin-left: 342px;
    width: 100%;
}
.logo {
    float: left;
    padding-bottom: 10px;
    width: 100px;
}
.siteTitle {
    color: #e51c20;
    float: left;
    font-size: 45px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 48px;
}
.logo img{
	width: 100px;
}
.smallerTitle {
    color: #e51c20;
    float: left;
    font-size: 25px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 67px;
    font-weight: bold;
}
.slderPart{
	float: left;
	width: 100%;
}
.sliderpartInner{
    float: left;
    padding-left: 188px;
    width: 100%;
    height: 279px;
    overflow: hidden;
}
.sliderpartInnerGallery {
	float: left;
	padding-left: 265px;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.sliderItem{
    display: none;
    float: left;
    width: 980px;
}
.sliderItem img{
	width: 980px;
	height: 275px;
}
.sliderItem.active{
    display: block;
}
.contentPart{
	color: #7d654b;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    overflow-x: hidden;
    padding: 10px 0 10px 390px;
    width: 720px;
}
.contentPart .content{
	margin-bottom: 20px;
}
.content .name{
    font-family: 'SCRIPTBL';
    font-size: 20px;
}
.footerPart .footer-logo img{
	width: 165px;
}
.footerPart {
    float: left;
    left: 40px;
    position: absolute;
    top: 650px;
    width: 100%;
}
.footer-logo{
	float: left;
}
.footerAddressPart {
	background-image: url("../img/footer.png");
	background-size: 100% auto;
	color: #fff;
	float: left;
	height: 41px;
	margin-left: 159px;
	padding: 18px 10px 10px 29px;
	width: 750px;
	margin-top: 103px;
}
.footerAddressPartContact {
	background-image: url("../img/footer.png");
	background-size: 100% auto;
	color: #fff;
	float: left;
	height: 41px;
	margin-left: 169px;
	padding: 18px 10px 10px 29px;
	width: 750px;
	margin-top: 500px;
}
