/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


/* ------------------------------------------------------------------------- LAYOUT */

/*layerslider nav*/
.ls-nav-next, .ls-nav-prev {
		border-radius: 50px !important;
		border: 3px solid #5f5f5f !important;
		font-weight: bolder !important;
		color: #5f5f5f !important;
}

.ls-nav-next:before, .ls-nav-prev:before {
		background-color: transparent  !important;
		font-family: 'entypo-fontello' !important; /*<delete after use*/
}


/*blog-list*/
.small-preview {
	width: 300px;
	height: auto;
}

.entry-content-wrapper .more-link {
		background-color: #9ccc22;
		margin: 5px;
		padding: 5px;
		border-radius: 5px;
		color: #ffffff;
}



/*.big-preview single-big {
	float: left !important;
	width: 50% !important;
}

.entry-content-wrapper {
	float: left !important;
	width: 50% !important;
}*/


#header {
		z-index: 90000 !important;
}

.av_textblock_section ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-image:url(/wp-content/uploads/system/check_icon.gif);
}

/* little bar on top for login: -OFF*/
#header_meta {
	min-height: 0;
	height: 0;
}


/* distance to main_nav*/
#main {
	margin-top: -56px !important;
}


#header_main_alternate {
	border: none;
}

.main_menu {
	height: 30px;
}

/* logo */

.logo {

}

/*CONTENT*/

.av-special-heading h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	font-family: 'exo' !important;
	color: #1d1b1e !important;
	background-image:url(/wp-content/uploads/system/special_title_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px !important;
}

/* layerslider-border -off*/
.avia-layerslider.avia-shadow {
	box-shadow: none !important;
}

div#after_layer_slider_2 {
	border-top: none!important;
}

.ls-l {
	font-family: 'exo' !important;
}

.avia_textblock, .entry-content {
	font-family: 'exo' !important;
	color: #1d1b1e !important;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
