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

.togglecontainer.av-minimal-toggle {
	margin: 30px auto!important;
}

.av-minimal-toggle .single_toggle {
	float: none;
	width: auto;
}

.single_toggle {
	margin: 0 0 7px 0 !important;
}

.av-minimal-toggle .toggler {
	background: transparent !important;
	padding: 0 10px!important;
	text-align: center;
	color: #00aeef !important;
    border: 3px solid #00aeef !important;
	line-height: 36px !important;
    text-transform: uppercase !important;
    font-weight: 700!important;
}

.av-minimal-toggle .toggler:hover {
	background: #00aeef!important;
    color: #FFF!important;
	
}

.av-minimal-toggle .toggle_icon span {
	border-color: #00aeef!important;
}

.av-minimal-toggle .toggler:hover .toggle_icon span {
	border-color: #ffffff !important;
}

.av-minimal-toggle p.toggler {
	font-size: 14px !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 */

}