/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*----- common --------------------------------------------------*/

a	{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.image-overlay-inside {
	display: none;
}

input[type="confirm_email"] {
	background-color: #fff;
	border: solid 1px #444;
	color: #888;
	border-radius: 0;
	display: block;
	font: 1em "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 20px;
	outline: medium none;
	padding: 8px 6px;
	width: 100%;
}

.avia-button {
	border: solid 1px rgba(255,255,255,0.8) !important;
	border-radius: 0 !important;
}
.avia-button.avia-size-large {
	width: 250px;	
}


/*----- header --------------------------------------------------*/

#header {
	background-color: rgba(0,0,0,0.8) !important;
}
#header_main {
	border: none !important;
}
#header .logo img {
	max-width: 150px;
	margin-top: 20px;
}

#avia-menu li.current-menu-item a .avia-menu-text {
	color: #cf132c !important;
}
#avia-menu li.current-menu-item a .avia-menu-fx {
	display: none !important;
}


/*----- header responsive -----*/
@media only screen and (max-width: 989px) {
	
.responsive .logo img {
	width: 100%;
}
	
}
@media only screen and (max-width: 767px) {
}


/*----- footer --------------------------------------------------*/

.footer_wrp {
	background: url(images/footer_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

#footer {
	background-color: transparent !important;
	border-top: solid 5px #cf132c !important;
	padding-bottom: 0;
}
#footer h3 {
	margin-bottom: 20px;
}
.footer_hours {
	width: 100%;
}
.footer_hours dt {
	clear: left;
	float: left;
	width: 30%;
}
.footer_hours dd {
	float: left;
	width: 70%;
}
.footer_contact {
	background: transparent !important;
	color: #fff !important;
	width: 200px;
}

#socket {
	background-color: transparent !important;
	border: 0 !important;
}
#socket .copyright {
	display: block;
	float: none;
	text-align: center;
	margin: 30px 0;
}
#socket .social_bookmarks {
	float: none;
	margin: 0;
	text-align: center;
}
#socket .social_bookmarks li {
	display: inline-block;
	float: none;
	margin: 0 10px;
	height: 40px;
	width: 40px;
}
#socket .social_bookmarks li a {
	font-size: 26px;
	line-height: 40px;
	width: 40px;
}


/*----- page_title --------------------------------------------------*/

#page_title img {
	height: 63px;
}


/*----- home (.page-home) --------------------------------------------------*/

.page-home #slider .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-home #slider img.avia_image {
	max-width: 635px;
}
.page-home #slider .about_top img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page-home #about h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_About_title.png) no-repeat center top;
	background-size: 139px 63px;
	margin: 0 auto;
	width: 139px;
	height: 63px;
}
.page-home #menu .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-home #menu .about_btm img {
	position: absolute;
	top: 0;
	width: 100%;
}
.page-home #menu h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_Menu_title.png) no-repeat center top;
	background-size: 110px 63px;
	margin: 0 auto;
	width: 110px;
	height: 63px;
}

.page-home #gallery h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_Gallery_title.png) no-repeat center top;
	background-size: 197px 63px;
	margin: 0 auto;
	width: 197px;
	height: 63px;
}
.page-home #gallery h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_Gallery_title.png) no-repeat center top;
	background-size: 197px 63px;
	margin: 0 auto;
	width: 197px;
	height: 63px;
}

.page-home #social h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_Social_title.png) no-repeat center top;
	background-size: 156px 63px;
	margin: 0 auto;
	width: 156px;
	height: 63px;
}

/*.page-home #testimonials .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}*/
.page-home #testimonials h3.av-special-heading-tag {
	text-indent: -9999px;
	background:  url(images/home_Testimonials_title.png) no-repeat center top;
	background-size: 285px 63px;
	width: 285px;
	height: 63px;
	margin: 0 auto;
	/*position: absolute;
	left: 50%;
	margin-left: -142px;
	top: 70px;*/
	z-index: 1;
}


/*----- testimonials (.page-testimonials) --------------------------------------------------*/

.page-testimonials .avia-testimonial-content {
	background: #222;
	border-radius: 6px 6px 0 0;
	margin-left: 100px;
	padding: 20px 30px 10px;
	position: relative;
	overflow: inherit;
}
.page-testimonials .avia-testimonial-content:after {
	border-color: transparent #222 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 28px;
	width: 0;
}
.page-testimonials .avia-testimonial-content p {
	color: rgba(255,255,255,1);
	overflow: hidden;
}
.page-testimonials .avia-testimonial-meta {
	background: #222;
	border-radius: 0 0 6px 6px;
	margin-left: 100px;
	padding: 0 30px 20px;
}
.page-testimonials .avia-testimonial-meta strong, 
.page-testimonials .avia-testimonial-meta span {
	color: rgba(255,255,255,0.85) !important;
}

/*----- responsive -----*/
@media only screen and (max-width: 480px) {
	
	.page-testimonials .avia-testimonial-content {
		margin-left: 0;
	}
	.page-testimonials .avia-testimonial-content:after {
		border-color: transparent transparent #222 transparent !important;
		border-width: 0 10px 10px 10px !important;
		left: 50%;
		top: -10px;
		margin-left: -10px;
	}
	
}


/*----- about (.page-about) --------------------------------------------------*/

.page-about #about_howto img {
	margin-top: 100px;
}



/*----- contact (.page-contact) --------------------------------------------------*/

.page-contact #contact_form .av_one_full {
	padding-left: 100px !important;
	padding-right: 100px !important;
}
.page-contact #contact_area .av-content-full {
	padding-left: 100px !important;
}
.page-contact #contact_area .av-content-full h4 {
	font-weight: bold;
	margin-top: 10px;
}

/*----- responsive -----*/
@media only screen and (max-width: 989px) {
	
	.page-contact #contact_form .av_one_full {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.page-contact #contact_area .av-content-full {
		padding-left: 0 !important;
	}
	.page-contact #contact_form .av_one_full {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.page-contact #contact_form .flex_column {
		margin-bottom: 5px !important;
	}
}