@font-face {
    font-family: 'ancillaryregular';
    src: url('../fonts/ancillary/ancillary-regular-webfont.eot');
    src: url('../fonts/ancillary/ancillary-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/ancillary/ancillary-regular-webfont.woff') format('woff'),
         url('../fonts/ancillary/ancillary-regular-webfont.ttf') format('truetype'),
         url('../fonts/ancillary/ancillary-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ancillarybold';
    src: url('../fonts/ancillary/ancillary-bold-webfont.eot');
    src: url('../fonts/ancillary/ancillary-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/ancillary/ancillary-bold-webfont.woff') format('woff'),
         url('../fonts/ancillary/ancillary-bold-webfont.ttf') format('truetype'),
         url('../fonts/ancillary/ancillary-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ancillaryitalic';
    src: url('../fonts/ancillary/ancillary-italic-webfont.eot');
    src: url('../fonts/ancillary/ancillary-italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/ancillary/ancillary-italic-webfont.woff') format('woff'),
         url('../fonts/ancillary/ancillary-italic-webfont.ttf') format('truetype'),
         url('../fonts/ancillary/ancillary-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ancillarybold_italic';
    src: url('../fonts/ancillary/ancillary-bolditalic-webfont.eot');
    src: url('../fonts/ancillary/ancillary-bolditalic-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/ancillary/ancillary-bolditalic-webfont.woff') format('woff'),
         url('../fonts/ancillary/ancillary-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/ancillary/ancillary-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunitobold';
    src: url('../fonts/nunito/nunito-bold-webfont.eot');
    src: url('../fonts/nunito/nunito-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/nunito/nunito-bold-webfont.woff') format('woff'),
         url('../fonts/nunito/nunito-bold-webfont.ttf') format('truetype'),
         url('../fonts/nunito/nunito-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunitolight';
    src: url('../fonts/nunito/nunito-light-webfont.eot');
    src: url('../fonts/nunito/nunito-light-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/nunito/nunito-light-webfont.woff') format('woff'),
         url('../fonts/nunito/nunito-light-webfont.ttf') format('truetype'),
         url('../fonts/nunito/nunito-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunitoregular';
    src: url('../fonts/nunito/nunito-regular-webfont.eot');
    src: url('../fonts/nunito/nunito-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/nunito/nunito-regular-webfont.woff') format('woff'),
         url('../fonts/nunito/nunito-regular-webfont.ttf') format('truetype'),
         url('../fonts/nunito/nunito-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



a, a:hover
{
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.button2-left, #userpanel .bt-panels, ul.gallery-item li
{
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
}
.contact .button
{
	-webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    border-radius:          4px;
}


.accordion > li a:hover
{
	transition: all 0.2s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition:all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.position-menu .share-social a
{	-webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; }