@font-face {
	font-family: 'DaxOTMedium';
	src: url('daxot-medium-webfont.eot');
	src: local('☺'), url('daxot-medium-webfont.woff') format('woff'), url('daxot-medium-webfont.ttf') format('truetype'), url('daxot-medium-webfont.svg#webfontNklgXGUC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxOTRegular';
	src: url('daxot-regular-webfont.eot');
	src: local('☺'), url('daxot-regular-webfont.woff') format('woff'), url('daxot-regular-webfont.ttf') format('truetype'), url('daxot-regular-webfont.svg#webfontfU4gVymV') format('svg');
	font-weight: normal;
	font-style: normal;
}

.dr-menu .nav.navbar-nav{
	 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
	 -webkit-transform: translateX(-100%) translateY(0%);
     -moz-transform: translateX(-100%) translateY(0%);
     -ms-transform: translateX(-100%) translateY(0%);
     -o-transform: translateX(-100%) translateY(0%);
     transform: translateX(-100%) translateY(0%);
	}
	
.dr-menu-open .nav.navbar-nav{
	 -webkit-transform: translateX(0%) translateY(0%);
     -moz-transform: translateX(0%) translateY(0%);
     -ms-transform: translateX(0%) translateY(0%);
     -o-transform: translateX(0%) translateY(0%);
     transform: translateX(0%) translateY(0%);
	}

