#home{
	background: url('../images/slide-1.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#about{
	background: url('../images/slide-2.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#services{
	background: url('../images/slide-1.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#features{
	background: url('../images/slide-3.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.op-section{
	position: relative;
}

section div.only_title h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

.with-box{
	display: block;
	padding: 20px;
	background: url('../images/bg-with-box.png') repeat top left transparent;
}

ul.et-menu{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top: 20px;
}

ul.et-menu li{
	border-bottom: 1px solid #979bab;
	background: url('../images/bg-arrow-white.png') no-repeat left;
	padding-left:5px;
}
ul.et-menu li a{
	color: #fff;
	padding: 15px 0px 15px 20px;
	display:block;
	font-size: 14pt;
}

ul.et-menu li.active{
	cursor:pointer;
    -webkit-transition: height 1.5s ease-in-out;
    -moz-transition: height 1.5s ease-in-out;
    -o-transition: height 1.5s ease-in-out;
    transition: height 1.5s ease-in-out;
	background: url('../images/bg-menu-red.png');
}
ul.et-menu li.active a{
	background: url('../images/bg-arrow-white.png') no-repeat left;
}


.et-news-item{
	background: url('../images/bg-news-blue.png');
	position: relative;
}
.et-news-item.inactive,
.et-news-item.inactive span.arrow,
.et-news-item.inactive span.arrow i {background:none;}

.et-news-item span.arrow{
	position: absolute;
	width: 20px;
	height: 30px;
	background: url('../images/bg-news-blue.png');
	top: 20px;
	left: -20px;
}
.et-news-item span.arrow i{
	background: url('../images/bg-arrow-white.png') no-repeat left;
	display: block;
	width: 15px;
	height: 30px;
	margin-left: 5px;
}

.ajax_content_container.loading {
    background: url('../images/loader.gif') no-repeat center center #000000;
    min-height:200px;
    opacity:0.5;
}