/*
 ************************************************************
 *
 * CHILD-BASE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * GLOBAL
 *
 * ----------------------------------------------------------
 *
 * - TRANSITIONS
 */

a,
dl,
dt,
dd,
span,
strong,
input,
select,
textarea,
button,
.button,
.avia-button,
.avia-menu-text,
.toggler,
.colorbox,
#top .n2-ss-slider a.n2-ow
{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/*
 * - TYPO
 */

a,
a:hover,
a:focus,
a:visited
{
	text-decoration: none !important;
}

p,
ul,
ol
{
	margin: 2em 0;
}

strong
{
	font-weight: 600;

}

.special_amp
{
	color: inherit !important;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
}