/* 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 */

.overflow-hidden{
	overflow: hidden;
}

.hover-position:hover{
	z-index: 2;
}

.card-text{
	padding: 15px 20px;
}

.related_title{
	text-align: left !important;
}

.tuv-container{
	font-family: "Helvetica Neue", Roboto, sans-serif !important;
}
.tuv-container h2{
	font-size: 28px;
    color: #c51415;
    line-height: 3.4rem;
    letter-spacing: .84px;
    font-weight: 200;
	margin: 15px 0 20px;
}
.tuv-container p{
	font-weight: 200 !important;
}

.av-special-heading .av-special-heading-tag{
	color: #c51415;
	font-weight: 300;
}

.entry-content-header .post-title.entry-title {
	color: #c51415;
	font-weight: 300;
}

.avia-caption-title {
	font-weight: 300;
}

.hover-text:hover,
.hover-text:hover h1{
	color: #c51415;
}

.html_modern-blog #top .post-entry .blog-categories{
	display: none !important;
}

.html_elegant-blog #top .post-entry .post-title:hover, 
.html_elegant-blog .avia-content-slider .slide-entry-title:hover{
	opacity: 1 !important;	
}

#about-counter span{
	font-size: 100%;
    opacity: 1;
}

/*
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 */

	.responsive #top #wrap_all #header{
/* 		position: fixed; */
	}
	
	#top .avia-menu.av_menu_icon_beside{
		margin-right: 0;
	}
	.avia-menu.av_menu_icon_beside{
		border-right: 0;
	}
	
	.main_menu .social_bookmarks { 
		display: none !important; 
	}


	#footer .container > div:nth-child(2),
	#footer .container > div:nth-child(3){
		width: 50% !important;
	}
	
}