/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
	font-family: 'FrutigerLTStd';
	src: url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Light.otf') format('truetype');/* Everything apart form IE*/	
	src: url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Light.eot') format('embedded-opentype'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Light.woff') format('woff'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Light.ttf') format('truetype'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Light.svg') format('svg');
}
@font-face {
	font-family: 'FrutigerLTStd';
	src: url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Bold.otf');	
	src: url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Bold.eot') format('embedded-opentype'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Bold.woff') format('woff'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Bold.ttf') format('truetype'), url('https://www.uat-stroma.com/fonts/FrutigerLTStd-Bold.svg') format('svg');
	font-weight: bold;
}

.smaller{
	font-size: 80%;
}

/* Preparation for Bootstrap 4 */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
/* Preparation for Bootstrap 4 */

a.btn:focus {
	color: #ffffff;	
}

ul {
	margin-left:-17px;	
}

body {
	font-family: FrutigerLTStd, 'Open Sans', sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, h7, h8{
	font-family: FrutigerLTStd, 'Open Sans', sans-serif;
}
p {
	font-family: FrutigerLTStd, 'Open Sans', sans-serif;
	line-height: 1.4;
}
.bold-font, .bold {
	font-weight: bold;
}
a, a:focus, a:hover {
	text-decoration: none;
}
.row.no-gutter {
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-gutter > [class^="col-"], .row.no-gutter > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.padding {
	padding:30px;
}

@media screen and (max-width: 991px) {
/*.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}*/
}
.top {
	margin-top: 167px;
}
#page {
	visibility: hidden;
}
#loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background-image: url("https://www.uat-stroma.com/images/loader-group.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.btn, .btn:hover{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    border-radius: 2px;
	font-size:16px;
}
.btn.white:hover {
	color:#ffffff;
}
/* Font Colours */
.orange {
	color: #ed874e;
}
.green {
	color: #a0ac10;
}
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.grey{
	color:#cccccc;
}
.center {
	text-align: center;
}
.uppercase{
	text-transform: uppercase;
}
.normal{
	font-weight:normal;
}
img.center {
	margin-left: auto;
	margin-right: auto;
}
/* Border Style */
.thick-border {
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
}
.thin-border {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.grey-bg{
	background: #f2f2f2;
}


/* Back to top arrow */
.cd-top {
	display: none;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0,102,130, 0.8) url(https://www.uat-stroma.com/images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #006681;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 30px;
	width: 30px;
	right: 10px;
	bottom: 10px;
}
}

/* Form Styles */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	/* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	/* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
	-webkit-appearance: none;
}

/* =Header
-------------------------------------------------------------- */
.header {
	height: 115px;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 9;
	top: 0px;
}
header {
	width: 100%;
	height: 115px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgb(0, 0, 0, 0);
	background: rgba(0,0,0,0.85);
}

@media screen and (max-width: 450px) {
	header{
		height: 100px;
	}
}

header #logo {
	padding: 20px 0px;
}
header nav {
	display: inline-block;
	float: right;
}
header nav a {
	line-height: 150px;
	margin-left: 20px;
	color: #9fdbfc;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: white;
}
header.smaller {
	height: 70px;
}
header.smaller #logo {
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
	margin-top: -5px;
}
header.smaller nav a {
	line-height: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.phone-number {
	color: #ed874e;
	font-size: 24px;
	text-align: right;
	float: right;
}

/*Callback Form Styles*/
.modal-content {
	padding-right: 15px;
}
.contactBG {
	background: #f5f5f5;
}
.contactHR {
	border-color: #333;
	width: 80%;
}
label.error {
	color: #B94A48;
}
label.valid {
	color: #468847;
	float: right;
	margin: -26px -20px 0px 0px;
}
.bottom20 {
	margin-bottom: 20px;
}
.submitbtn {
	margin: -10px 0px 20px 0px;
}
.black-border{
	border:1px solid #000000;
	padding:30px 40px;
}
.small-line-height{
	line-height: 1.25;
}
.light-grey-bg{
	background:#f3f3f3;
}

.right{
	float:right;
}


/* Table Style */
div.table{
	border-top:1px solid #BABABA;
	border-bottom:1px solid #BABABA;
	/*background:#f7f7f7;*/
	background: -webkit-linear-gradient(#dddddd, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dddddd, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dddddd, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dddddd, #ffffff); /* Standard syntax (must be last) */
	height:auto;
	width:100%;
	padding:20px 50px;
	margin-top:20px;
	margin-bottom:20px;
}
.price {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 1.8em;
}
.price-note {
    font-family: inherit;
    font-weight: 500;
    line-height: 0.85;
    color: inherit;
    font-size: 0.8em;
}
.no-bull{
	list-style: none;
	margin-left:-40px;
}