body {
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #2E2E2E;
}

input, button, select, textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B1B1B1;

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    padding: 0;
    border: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

button {
    line-height: normal !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-padding: 0px;
}

.no-margin {
    margin: 0 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hidden {
    display: none !important;
}

.bg-gray {
    background-color: #F0F0F0 !important;
}

.text-transform {
    text-transform: uppercase !important;
}

.text-transform-none {
    text-transform: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.col-3, .col-6, .col-12, .col-4, .col, .col-2, .col-8 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.col-2 {
    width: 16.66666667%;
}

.col-8 {
    width: 66.66666667%;
}

.col {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-6 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

.red {
    color: #E23838 !important;
}

.text-center {
    text-align: center !important;
}

.font-700 {
    font-weight: 700 !important;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.full-width {
    width: 100% !important;
    display: inline-block;
}

.heading {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #263C97;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 20px;
}

.heading:before {
    /*position:absolute;*/
    /*content:"";*/
    /*height:2px;*/
    /*background: #263C97;*/
    /*width:101px;*/
    /*position:absolute;*/
    /*left:50%;*/
    /*bottom:0;*/
    /*margin-left:-50px;*/
}

.tab-link {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #5E5E5E;
    margin-bottom: 20px;
}

.tab-link span {
    margin-left: 10px;
    color: #128AC4;
}

.tab-link a {
    color: #5E5E5E;
    margin-right: 10px;
}

.tab-link-2 {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #303030;
    margin-bottom: 10px;
}

.tab-link-2 .icon-home {
    width: 18px;
    height: 17px;
    float: left;
    margin-right: 5px;
    background: url(../images/icon-home.svg) no-repeat 0 0;
}

.tab-link-2 span {
    margin-left: 5px;
    color: #303030;
}

.tab-link-2 a {
    color: #5E5E5E;
    margin-right: 5px;
}
.box-404 {
	width:100%;
	display:inline-block;
	padding:15px;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #303030;
	text-transform:uppercase;
	}
.box-404 img{ margin-bottom:40px; max-width:400px; width:100%;}
@media only screen and (min-width: 960px) {
    .heading {
        margin: 0;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .heading:before {
        width: 201px;
        margin-left: -100px;
    }
	.box-404 {
		padding:30px 0;
		font-size: 36px;
		line-height: 42px;
	}
	.box-404 img{ margin-bottom:70px;}

}
	  	 
