@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('style.css') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('style.css') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('style.css') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-bold-webfont.svg#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}
body {
	margin: 0px;
	overflow: visible;
	height: 100%;
	background: url(../images/netharland-bg.jpg) no-repeat center top fixed / 100% 100%;
	font-size: 16px;
	font-family: 'sourcesanspro';
}
::-moz-selection {
	color: #FFF;
	background: #CE6A15;
}
::selection {
	color: #FFF;
	background: #CE6A15;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a img {
    border: none;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}
.pad_footer {
	padding-bottom: 50px;
}
header {
	background: #06345B;
	color: #FFF;
	padding: 20px 0px;
}
header > .wrapper > .vfs_global_logo {
	float: left;
}
header > .wrapper > .heading_language_wrapper {
	float: right;
	padding-top: 20px;
	text-align: right;
}
header > .wrapper:after {
	content: '';
	display: block;
	clear: both;
}
header > .wrapper > .heading_language_wrapper > .flag_heading_wrapper * {
	display: inline-block;
	vertical-align: middle;
}
header > .wrapper > .heading_language_wrapper >.flag_heading_wrapper > h2 {
	font-size: 21px;
}
header > .wrapper > .heading_language_wrapper > .flag_heading_wrapper > img {
	border: 1px solid #CCC;
	margin: 0px 15px;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper {
	padding-top: 15px;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper > ul {
	float: right;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper:after {
	content: '';
	display: block;
	clear: both;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper > ul > li {
	float: left;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
    border-right: 1px solid #FFF;
    margin-right: 10px;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper > ul:after {
	content: '';
	display: block;
	clear: both;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper > ul > li.last {
	padding-right: 0px;
    border-right: none;
    margin-right: 0px;
}
header > .wrapper > .heading_language_wrapper > .language_wrapper > ul > li > a {
	color: #FFF;
}
.content_wrapper {
	padding: 20px;
	background: url(../images/icons/black-opacity-50.png);
	color: #FFF;
	text-align: center;
}
.content_wrapper > h1,
.content_wrapper > p {
	text-shadow: 1px 1px 3px #000;
}
.content_wrapper > h1 {
    font-size: 32px;
	font-family: 'sourcesanspro-semibold';
	padding-bottom: 10px;
}

.city_content_wrapper {
	margin-top: 20px;
}
ul.city_list {
    text-align: center;
    display: block;
}
ul.city_list > li {
    display: inline-block;
    /* float: left; */
    line-height: 55px;
    margin-right: 2%;
    border: 1px solid #fff;
    height: 85px !important;
    margin-bottom: 15px;
}
ul.city_list:after {
	content: '';
	display: block;
	clear: both;
}
ul.city_list.col1 > li {
	width: 100%;
}
ul.city_list.col2 > li {
	width: 49%;
}
ul.city_list.col3 > li {
	width: 32%;
}
ul.city_list.col4 > li {
    width: 200px;
}
ul.city_list.col5 > li {
	width: 18.4%;
}
ul.city_list.col6 > li {
	width: 15%;
}
ul.city_list > li > a {
    display: block;
    position: relative;
    height: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
ul.city_list > li > a.hover {
	color: #fff;
}
ul.city_list > li > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0%;
	height: 0%;
	background: #DC780A;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.city_list > li > a.hover:before {
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
ul.city_list > li > a > span {
	position: relative;
	z-index: 1;
}

ul.city_content_list {
	padding-top: 20px;
	text-align: left;
}
ul.city_content_list > li {
	display: none;
}
ul.city_content_list > li > .main_content {
	padding: 10px;
	background: #FFF;
	color: #333;
}
ul.city_content_list > li > .main_content > .button_link_wrapper {
	display: none;
	padding-top: 10px;
	text-align: center;
}
ul.city_content_list > li > .main_content > .button_link_wrapper > a {
	color: #E86020;
}

.responsive_city_list {
	display: none;
}
.responsive_city_list select {
	width: 100%;
}

footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 7px;
	text-align: center;
	font-size: 14px;
    background: #003259;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img[src^="https://www.images-home.com/"]
{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
