/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
	font-family:'SamsungSharp';
	src: url("../fonts/SamsungSharpBold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family:'SamsungOne';
	src: url("../fonts/SamsungOneRegular.ttf") format("truetype");
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family:'SamsungOne';
	src: url("../fonts/SamsungOneBold.ttf") format("truetype");
	font-weight: bold;
	font-display: swap;
}

@-webkit-keyframes pulse {
	0% {
    	-webkit-transform: scale(1.0,1.0);
    }

    10% {
    	-webkit-transform: scale(0.95,0.95);
    }

    20% {
    	-webkit-transform: scale(1.0,1.0);
    }
}

@-moz-keyframes pulse {
    0% {
    	-moz-transform: scale(1.0,1.0);
    }

    10% {
    	-moz-transform: scale(0.95,0.95);
    }

    20% {
    	-moz-transform: scale(1.0,1.0);
    }
}

@-o-keyframes pulse {
    0% {
    	-o-transform: scale(1.0,1.0);
    }

    10% {
    	-o-transform: scale(0.95,0.95);
    }

    20% {
    	-o-transform: scale(1.0,1.0);
    }
}

@-ms-keyframes pulse {
    0% {
    	-ms-transform: scale(1.0,1.0);
    }

    10% {
    	-ms-transform: scale(0.95,0.95);
    }

    20% {
    	-ms-transform: scale(1.0,1.0);
    }
}

@keyframes pulse { 
	0% {
    	transform: scale(1.0,1.0);
    }

    10% {
    	transform: scale(0.95,0.95);
    }

    20% {
    	transform: scale(1.0,1.0);
    }
}

* {
	font-family: 'SamsungOne', 'Arial', sans-serif;
}

html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00b3e3;
}

.bumper {
	width: 100%;
	padding: 60px 0px;
	margin-bottom: 0px;
	color: #000000;
}

.bumper:nth-child(even) {
	background-color: #ffffff;
}

.bumper:nth-child(odd) {
	background-color: #f8f8f8;
}

.nopadding {
	padding: 0;
}

.included {
    background-color: #f8f8f8;
    padding: 20px 30px 40px 30px;
}

footer {
	background-color: #363636;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: #00b3e3;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #1428a0;
	text-decoration: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	padding: 100px 0;
	margin: 0;
	background-position: left center;
	background-size: cover;
	background-color: #c8c8c8;
	background-image: url("../img/hero.jpg");
}

.jumbotron h1 {
	color: #000000;
	font-size: 50pt;
	line-height: 1.2;
	font-weight: 300;
	padding-bottom: 0;
}

#block1 {
	background-color: #363636;
	color: #ffffff;
}

.extraspace {
	padding-top: 20px;
}

p {
	padding: 0 0 10px 0;
	font-size: 12pt;
	line-height: 1.6;
}

.btn {
	margin: 5px 5px 5px 0px;
	padding: 15px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
	font-size: 10pt;
	letter-spacing: 3px;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #dadada;
	margin: 20px 0;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.fullwidth {
	width: 100%;
}

.nav-consideration {
	margin-top: 80px;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #777777;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.99);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(255, 255, 255, 0.99);
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #777777;
	text-decoration: none;
	font-weight: 500;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'SamsungSharp', Arial, sans-serif;
}

h1 {
	font-size: 40pt;
	padding-bottom: 20px;
}

h2 {
	font-size: 30pt;
	line-height: 1.3;
	padding-bottom: 10px;
}

h3 {
	line-height: 1.3;
	font-size: 24pt;
	margin: 10px 0 40px 0;
}

h4 {
	font-size: 24pt;
	margin: 20px 0;
	line-height: 1.3;
}

h5 {
	font-size: 14pt;
	line-height: 1.5;
	font-weight: 300;
	padding: 0;
}

h6 {
	font-size: 20pt;
	line-height: 1.3;
	padding-bottom: 10px;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn:hover {
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.white {
	color: #ffffff;
}

.noscriptmsg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulse:hover {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
  	-webkit-animation-timing-function: ease-in-out, ease-in-out;
  	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
  	-moz-animation-timing-function: ease-in-out, ease-in-out;
  	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
  	-o-animation-timing-function: ease-in-out, ease-in-out;
  	-ms-animation-name: pulse;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
  	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
  	animation-timing-function: ease-in-out, ease-in-out;
}

.modal-content {
	background: rgba(255, 255, 255, 0.9);
	color: #000000;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #000000;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 700px;
    margin: 5% auto;
}

@media (max-height: 1050px) and (min-width: 991px) {
	.jumbotron h1 {
    	padding-top: 40px;
    }
}

@media (max-height: 1000px) and (min-width: 991px) {
	.jumbotron h1 {
    	padding-top: 40px;
    }
}

@media (max-height: 950px) and (min-width: 991px) {
	.jumbotron h1 {
    	padding-top: 10px;
    }
}

@media (max-width: 1280px) {
	.jumbotron h1 {
		font-size: 40pt;
	}
}

@media (max-width: 990px) {
	.jumbotron h1 {
		padding-top: 60px;
		font-size: 30pt;
	}

	.jumbotron {
		padding: 0px 0px 70px 0px;
    }

	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	h2, h3, h4 {
		font-size: 20pt;
	}

	.modal-dialog {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		box-shadow: 0px 0px 10px #aaaaaa;
		transition: box-shadow 0.5s ease 0s;
	}

	.navbar-default .navbar-nav > li > a {
		margin: 2px 10%;
		text-align: center;
	}

	.jumbotron {
		margin-top: 0px;
		margin-bottom:0px;
		min-height: 300px;
		padding: 0px 0px 20px 0px;
		text-align: center;
		background-position: center center;
		background-image: url(../img/hero-centre.jpg);
	}

	.jumbotron h1 {
		text-align:center;
		color: #ffffff;
		font-size: 34pt;
		line-height: 37pt;
		padding: 100px 5% 40px 5%;
		text-shadow: 0px 0px 20px #444444;
	}

	.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
		background: none;
		color: #ffffff;
		border: 1px solid #ffffff;
		-webkit-transition: background-color 0.1s linear;
		-moz-transition: background-color 0.1s linear;
		-o-transition: background-color 0.1s linear;
		-ms-transition: background-color 0.1s linear;
		transition: background-color 0.1s linear;
	}

	.wifobtninverse:hover {
		background-color: #ffffff;
		color: #000000;
		-webkit-transition: background-color 0.1s linear;
		-moz-transition: background-color 0.1s linear;
		-o-transition: background-color 0.1s linear;
		-ms-transition: background-color 0.1s linear;
		transition: background-color 0.1s linear;
	}

}

@media (max-width: 400px) {
	.modal-header .close {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 388px) {
	.jumbotron h1 {
		padding-top: 60px;
	}
}



























