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




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

}

/*APPYTECH*/
#header_main .container{
	background: #FFF;
}
.sub-menu{
	min-width: 330px;
}

.page-id-3243 .avia-testimonial-image{
	border: 1px solid #2D5C88 !important;
	padding: 5px !important;
	background: rgba(45, 92, 136, 0.1);
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
	border: 1px solid #BC1C67;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(69, 66, 67, 0.5);
	-moz-box-shadow: 2px 2px 6px 0px rgba(69, 66, 67, 0.5);
	box-shadow: 2px 2px 6px 0px rgba(69, 66, 67, 0.5);
}