﻿/* -----------------------------------------
:: THEME.CSS
----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
	background: url('../graphics/dark-stripes-bg.png');
}

main {
	position: relative; /*z-index: 2; */ ;
	/*overflow-y: auto;*/
	-webkit-overflow-scrolling: touch;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* -----------------------------------------
:: HEADER
----------------------------------------- */
.header {
	width: 100%;
	/*min-height: 180px;*/
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	background: url('../graphics/header-bg.png') center center, linear-gradient( to right, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 100% );
	/*text-align: center;*/
	border-bottom: 1px solid #008bcc;
	box-sizing: content-box;
	display: table;
}

/*.menu-wrapper {
	height: 60px;
	background: #ffffff;
	border-bottom: 5px solid rgba(149,189,208,0.20);
}*/

*/

.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 20px 15px;
	height: 86px;
}

.breadcrumb div.wrapper div.container div.row div.col-sm-6 {
	padding: 0;
	margin: 0;
}

/* -----------------------------------------
:: PARRALAX
----------------------------------------- */
.section-bg-a {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-b {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-b.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-c {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-c.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-d {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-d.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-e {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-e.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-f {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-f.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-g {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-g.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-h {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-h.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
	position: relative;
	padding-bottom: 10px;
}

.section1 .container {
	padding-top:50px;
}

@media (min-width:992px;
) {
.section1 .row {
	padding: 15px 30px 30px 30px;
}

}

.section2 {
	position: relative;
}

.section2 .container {
	background: #ffffff;
}

.section2 .row {
	padding: 50px 30px 100px 30px;
}

.section3 {
	position: relative;
	/*overflow: hidden;*/
}

.section4 {
	position: relative;
	/*overflow: hidden;*/
}

.section5 {
	position: relative;
	background: #ffffff;
	/*overflow: hidden;*/
}

.section-dark {
	position: relative;
	/*overflow: hidden;*/
}

.section-dark .container {
	position: relative;
	/*overflow: hidden;*/
	background: url('../graphics/dark-stripes-bg.png'), url('../graphics/dark-stripes-bg.png');
}

.section-dark div.wrapper div.container div.row {
	padding: 0px 0px 50px 0px;
}

.section-parallax-light {
	position: relative;
	background-position: center center;
	background-size: cover;
	/*overflow: hidden;*/
}

.section-parallax-light .wrapper {
	background-color: #ffffff;
	background: url('../graphics/eggshell-bg.png') left center, rgba(255,255,255,0.85);
}

.section-parallax-light .container {
	padding: 100px 0 100px 0;
}

.section-parallax-color {
	position: relative;
	background-position: center center;
	background-size: cover;
	/*overflow: hidden;*/
}

.section-parallax-color .wrapper {
	background-color: #555555;
	background: url('../graphics/eggshell-bg.png') left center, rgba(62,114,138,0.85);
}

.section-parallax-color .container {
	padding: 100px 0 100px 0;
}

.section-parallax-dark {
	position: relative;
	background-position: center center;
	background-size: cover;
	/*overflow: hidden;*/
	margin: 10px 0;
}

.section-headerbluetop{
	padding: 0px 30px 0px 30px;
	background-image: linear-gradient(90deg, #008bcc 0%, #005378 100%);
    background-color: #005378;
    width:100%;
    height:30px;
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding-top: 5px;
    }
    
 .section-headerbluetop .country-selector {
  flex: 0 1 auto;
  text-align: left;
}

.section-headerbluetop .phone {
  flex: 1 1 auto;
  text-align: right;
  white-space: nowrap;
}

.section-headerbluetop .phone a {
  color: inherit;
  text-decoration: none;
}

.section-headerbluetop .phone a:hover i {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Hide text below 768px, keep icons and add spacing */
@media screen and (max-width: 768px) {
  .section-headerbluetop .phone a span {
    display: none;
  }

  .section-headerbluetop .phone i {
    font-size: 1.3em;
    margin: 0 8px;
  }
}

/*
.section-parallax-dark .wrapper {
	background-color: #222222;
	background: url('../graphics/eggshell-bg.png') left center, rgba(34,34,34,0.85);
}
*/
.section-parallax-dark .row {
	background-color: #cecccc;
	padding: 0 30px;
}

div.map-wrapper2 .container {
	padding: 0px 0 0px 0;
}

/* contact.htm with half map */
.contact-half-map {
	height: 400px;
	position: relative;
}

.map-left {
	background-color: rgba(34, 34, 34, 0.88);
	background: url('../graphics/section3-dots.png') left center, rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left: 100px;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(34, 34, 34, 0.88);
	border-width: 30px;
	margin-top: -30px;
}

.con-heading1-dark p.address {
	margin-bottom: 10px;
	margin-top: 10px;
}

.con-heading1-dark p.address span {
	font-size: 16px;
	margin: 0px 20px 10px 20px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
}

.social-content-header {
}

/*----------------------------------------
NAV BAR TOGGLE
----------------------------------------*/

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


.navbar-toggle:hover {
	transform: scale(1.2);
	transition: transform 0.2s ease;

}


.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}



/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider1 {
	height: 11px;
	width: 100%;
	/*background: url('../graphics/divider1.png') center center;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.divider2 {
	height: 40px;
	width: 100%;
	background: #555555;
	position: relative;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg .container {
	/*background: #008bcc;
	overflow: hidden;
	color: #FFFFFF;*/
	background-color:transparent;
}

.footer-bg .a, .footer-bg a, .footer-bg .i, .footer-bg i {
	/*overflow: hidden;*/
	color: #404040;
}

.footer-bg a:hover, a:focus,
.footer-bg i:hover, .footer-bg i:focus {
	/*overflow: hidden;*/
	color: #008bcc!important;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright .container {
	background: #ffffff;
	/*overflow: hidden;*/
	padding: 5px 30px;
}

