/* STYLESHEET FILE DESCRIPTION: Initial styles, applied to all pages */

/* CUSTOM FONT-FACES
######################################### */

@font-face {
    font-family: 'Regular';
    src: url('../fonts/regular.eot');
    src: url('../fonts/regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular.woff2') format('woff2'),
         url('../fonts/regular.woff') format('woff'),
         url('../fonts/regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/bold.eot');
    src: url('../fonts/bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold.woff2') format('woff2'),
         url('../fonts/bold.woff') format('woff'),
         url('../fonts/bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Italic';
    src: url('../fonts/italic.eot');
    src: url('../fonts/italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/italic.woff2') format('woff2'),
         url('../fonts/italic.woff') format('woff'),
         url('../fonts/italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url('../fonts/light.eot');
    src: url('../fonts/light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/light.woff2') format('woff2'),
         url('../fonts/light.woff') format('woff'),
         url('../fonts/light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* INITIAL LAYOUT
#########################################*/
body {
	background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body *{
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html, body {height: 100%;}

.g_clear {clear: both;}

.g_page {
	width: 1060px;
	margin: 0 auto;
}

#g_screen {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-bottom: -80px;
}

#g_page {
	width: 1060px;
	height: 100%;
	margin: 0 auto;
}

#g_footer, .g_push {height: 250px;}

.box_icon,
.box_icon-hover,
.box_arrow,
.box_arrow-hover {position: absolute;}

.box_icon-hover,
.box_arrow-hover {
	opacity: 0;
	
    transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
}


/* INITIAL TYPOGRAPY
#########################################*/

body {
    font-family: Regular, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2a;

    -webkit-font-smoothing: antialiased;
}

a {
	color: #3a82ed;
	text-decoration: none;

    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	
	outline: 0;
}

a:hover,
a:active {
	color: #e6332a;
	outline: 0;
}

/* a:visited {color: #951b81;} */

input::-moz-focus-inner { 
	border: 0; 
}