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


/*
.main_color .pricing-table>li:not(:first-child):nth-child(odd) {
	background-color: #fff !important;

}
.main_color .pricing-table>li {
	border-color: #fff;
}

.main_color strong {
	color: #969696;
}

.avia_pricing_minimal .pricing-table {
	box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}


#top #header.header_color.av_header_transparency .av-main-nav > li.av-menu-button-colored > a .avia-menu-text, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	    border-radius: 25px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#top .av-section-tab-title {
	width: 33%;
}

.av-section-tab-title span {
	margin: auto
}

.av-tab-with-image .av-inner-tab-title {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #2c2c2c;
}


.avia-pricing-table-container  a {
	text-decoration: underline;
	text-decoration-style: dashed;
}

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

}