/*:::::: Fonts ::::::::*/
@font-face {font-family:"bold";/*----------->  Bold*/
			src:url('../fonts/arial-mt-std-bold.eot');
    		src: local('☺'), url('../fonts/arial-mt-std-bold.woff') format('woff'), 
                        url('../fonts/arial-mt-std-bold.ttf') format('truetype'),
                        url('../fonts/arial-mt-std-bold.svg#webfont') format('svg');
            font-weight: lighter;
            font-style: normal;
            font-variant: normal;
}
@font-face {font-family:"medium";/*----------->  Medium*/
			src:url('../fonts/arial-mt-std-medium.eot');
    		src: local('☺'), url('../fonts/arial-mt-std-medium.woff') format('woff'), 
                        url('../fonts/arial-mt-std-medium.ttf') format('truetype'),
                        url('../fonts/arial-mt-std-medium.svg#webfont') format('svg');
            font-weight: lighter;
            font-style: normal;
            font-variant: normal;
}
@font-face {font-family:"regular";/*----------->  Regular*/
			src:url('../fonts/arial-mt-std-light.eot');
    		src: local('☺'), url('../fonts/arial-mt-std-light.woff') format('woff'), 
                        url('../fonts/arial-mt-std-light.ttf') format('truetype'),
                        url('../fonts/arial-mt-std-light.svg#webfont') format('svg');
            font-weight: lighter;
            font-style: normal;
            font-variant: normal;
}


/*:::::: Placeholder :::::*/
::-webkit-input-placeholder {color:#bebebe;font-family: Arial;}
::-moz-placeholder {color:#bebebe;font-family: Arial; } /* firefox 19+ */
:-ms-input-placeholder {color:#bebebe;font-family: Arial;} /* ie */
:-moz-placeholder {color:#bebebe;font-family: Arial;}


/*--- Selection ---*/
::selection {background:#e77d00;color: #fff; /* WebKit/Blink Browsers */}
::-moz-selection {background: #e77d00;color: #fff; /* Gecko Browsers */}

