@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    }
body {
	background: #FFF;
    color: #696969;
    font: 12px/1.6 GothamRounded-Book, Helvetica, sans-serif;
	}
h1 {
	margin: 0;
    font-family: GothamRounded-Light, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.2;
	font-size: 50px;
    text-transform: uppercase;
}
.hgroup-type-error {
	display: inline-block;
	text-align: left;
	color: #503282;
}
	h2 {
		margin: 0 0 20px;
	    font-family: GothamRounded-Book, Helvetica, sans-serif;
	    font-weight: 100;
	    line-height: 1.4;
		font-size: 28px;
	    text-transform: uppercase;
	}
p {
    padding: 0;
    margin: 0 0 14px;
    }
a {
    color: #343434;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    }
    a:hover {
    	color: #1EC3FF;
        text-decoration: none;
        }
ol {
    padding:0;
    margin:0 0 12px 0;
    list-style:decimal inside;
    }
    ol li {
        padding:4px 0;
        margin:0;
        }
table td {
	font-size : 12px;
	}
@media (min-width: 1025px) {
	.container {
	    padding-left: 40px;
	    padding-right: 40px;
	}
}
.err-holder {
	background: #FFF;
}

/* header */
.err-header {
	padding: 24px 0 36px;
}
.err-header .logo {
	padding: 0;
	width: 268px;
	height: 46px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
}
.err-header .logo-club {
	background: url(../images/logo-1.png) no-repeat 0 0;
    background-size: contain;
}
    @media (min-width: 1025px) {
        .err-header .logo {
            width: 410px;
            height: 70px;
        }
    }
	.err-header .logo span {
		display: none;
	}
/* content */
.err-content .container {
	min-height: 400px;
    padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.bttn-block {
    display: inline-block;
    min-width: 260px;
    margin-top: 20px;
	margin-bottom: 30px;
}
.btn {
    padding: 7px 16px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0;
	border-radius: 50px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #FFF;
    background-color: #503282;
    border-color: #503282;
	font-weight: normal;
	text-transform: uppercase;
    font-size: 12px;
}
.btn-primary:hover {
    background-color: #3a2461;
    border-color: #3a2461;
}
.btn-default {
    color: #503282;
    background-color: transparent;
    border-color: #503282;
	font-weight: normal;
	text-transform: uppercase;
    font-size: 12px;
}
.btn-default:hover {
    background-color: #3a2461;
    border-color: #3a2461;
    color: #FFF;
}
.image-1 {
	padding: 0;
	margin: 40px auto 30px;
	width: 280px;
	height: 260px;
	background: url(../images/ndg-machine.png) no-repeat 80px 0;
	background-size: contain;
}
/* footer */
.err-footer .container {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #797979;
	text-align: right;
	border-top: 1px solid #ccc;
}

@media (max-width: 992px) {
	.hgroup-type-error-m {
		background: url(../images/ndg-machine.png) no-repeat 380px 0/158px;
	}
}
@media (max-width: 600px) {
	.hgroup-type-error-m {
		padding: 232px 0 0;
		background: url(../images/ndg-machine.png) no-repeat 0 0/158px;
	}
}
	.hgroup-type-error-m h2 {
		text-align: left;
		padding-left: 40px;
	}
	@media (max-width: 600px) {
		.hgroup-type-error-m h2 {
			padding-left: 0;
		}
	}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../images/fonts/GothamRounded-Book.otf');
    src: url('../images/fonts/GothamRounded-Book.otf?#iefix') format("opentype"),
         url('../images/fonts/GothamRoundedBook_21018.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamRounded-Light';
    src: url('../images/fonts/GothamRounded-Light.otf');
    src: url('../../img/NDGESREX/fonts/GothamRounded-Light.otf?#iefix') format("opentype"),
         url('../images/fonts/GothamRoundedLight_21020.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('../images/fonts/GothamRounded-Bold.otf');
    src: url('../images/fonts/GothamRounded-Bold.otf?#iefix') format("opentype"),
         url('../images/fonts/GothamRoundedBold_21016.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamRounded-Medium';
    src: url('../images/fonts/GothamRounded-Medium.otf');
    src: url('../images/fonts/GothamRounded-Medium.otf?#iefix') format("opentype"),
         url('../images/fonts/GothamRoundedMedium_21022.ttf') format('truetype');
}