/*  Table of Contents
========================================================
1. GOOGLE FONTS
2. GENERAL
3. LIST
4. HEADING
5. MODAL DIALOG BOX
6. PANEL
7. TOPBAR
8. BUTTONS
9. CONTENT BOX
10. BLOCKQUOTE
11. FORM
12. PRICE
13. TAB PILL
14. TABLE
15. TESTIMONIAL
16. HEADER CAROUSEL
17. NAVBAR
18. SITE BUILT BY - 
19. LAZY LOAD


/*  ----------------------------------------------------
1. IMPORT GOOGLE FONTS
-------------------------------------------------------- */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);*/

@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*  ----------------------------------------------------
2. GENERAL STYLES
-------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #213558;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #213558;
}

/*  ----------------------------------------------------
3. LIST STYLES
-------------------------------------------------------- */

/*  ----------------------------------------------------
4. HEADING STYLE
-------------------------------------------------------- */

/*  -----------------------------------------------------
5. MODAL DIALOG BOX
-------------------------------------------------------- */

/*  ----------------------------------------------------
6. PANEL
-------------------------------------------------------- */

/*  ----------------------------------------------------
7. TOPBAR
-------------------------------------------------------- */
.topbar {
	z-index: 7;
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
}
.topbar .container {
	padding: 0;
}
.topbar .container ul {
	float: right;
	margin: 8px 0px 8px 25px;
	list-style-type: none;
	padding: 0;
}
.topbar .container ul li {
	padding: 5px 0 0 12px;
	display: inline-block;
}
.topbar .container ul li a {
	color: #ffffff;
	font-size: 1.2rem;
	transition: color 0.3s ease-out;
}
.topbar .container ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.topbar .container p {
	font-size: 0.9rem;
	padding: 15px 0px;
	float: left;
	color: #ffffff;
}
/* .topbar .container i.fas {
	margin-right: 10px;
	font-size: 1.4rem;
} */

.topbar a {
	color: #ffffff;
	transition: color 0.3s ease-out;
}

.topbar a:hover {
	text-decoration: none;
	color: rgb(205 220 57);
}

.mobile-phone {
	color: white;
	position: absolute;
	z-index: 9;
	top: 10px;
	left: 5px;
	display: none;
	/* background-color: #92be27; */
	border-radius: 7px;
	padding: 4px 10px;
}
.mobile-phone a {
	margin-left: 6px;
	font-size: 14px;
	color: #fff;
}

/*  ----------------------------------------------------
8. BUTTONS
-------------------------------------------------------- */

.button,
.button-3d,
.button-o {
	display: inline-block;
	padding: 8px 16px;
	margin: 0px 5px 5px 5px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/* font-family: "Montserrat", sans-serif; */
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button,
.button:hover,
.button-3d,
.button-3d:hover {
	color: #fff !important;
	text-decoration: none;
}

.button-o {
	background: transparent !important;
	border-width: 1px;
	border-style: solid;
}

/*  ----------------------------------------------------
9. CONTENT BOX
-------------------------------------------------------- */

/*  ----------------------------------------------------
10. BLOCKQUOTE
-------------------------------------------------------- */

/*  ----------------------------------------------------
11. FORM
-------------------------------------------------------- */

/*  ----------------------------------------------------
12. PRICE
-------------------------------------------------------- */

/*  ----------------------------------------------------
13. TAB PILL
-------------------------------------------------------- */

/*  ----------------------------------------------------
14. TABLE
-------------------------------------------------------- */

/*  ----------------------------------------------------
15. TESTIMONIAL
-------------------------------------------------------- */

/*  ----------------------------------------------------
16. HEADER CAROUSEL STYLE
-------------------------------------------------------- */

.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*  --------------------------------------------------------
17. NAVBAR
-------------------------------------------------------- */

/* Navbar brand 
	========================================================*/

.navbar-brand-top,
.navbar-brand-top:visited {
	position: absolute;
	top: 35px;
	z-index: 5;
}

.navbar-brand,
.navbar-brand:visited {
	position: absolute;
	top: -16px;
	z-index: 3;
}

.navbar-brand:hover {
	color: #c4cedc;
}

.ipad {
	display: none;
}

.navbar-brand img {
	/* height: 36px; */
	padding: 10px 5px 5px 10px;
	margin-top: -8px;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 50px;
		line-height: 38px;
		font-size: 22px;
	}

	.navbar-brand img {
		/* height: 48px; */
		margin-top: -4px;
	}

	.logo-shadow-mobile img {
		height: 100px;
		margin-top: 30px;
		margin-left: 20px;
	}
	.intro2 {
		padding: 0;
	}
}
/* @media (max-width: 450px) {
	.navbar-brand img {
		height: 100px;
		margin-top: 30px;
	}
} */

@media (max-width: 850px) {
	.navbar-brand img {
		height: 100px;
		margin-top: 30px;
	}
}

.logo-shadow {
	width: fit-content;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
	padding: 0 10px 0 0;
}

.logo-shadow-mobile {
	height: 100px;
	width: fit-content;
	padding: 0 10px 0 0;
}

#brand-panel {
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	top: -140px;
	transition: all 800ms ease-in-out;
	z-index: 5;
}

#brand-panel-left {
	width: 300px;
	height: 100px;
	position: fixed;
	top: -210px;
	transition: all 800ms ease-in-out;
	left: 5%;
	z-index: 5;
}

.navbar .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

/*  --------------------------------------------------------
17a. NAVBAR - STATIC
-------------------------------------------------------- */

/*  --------------------------------------------------------
17b. NAVBAR - DYNAMIC
-------------------------------------------------------- */

/*  --------------------------------------------------------
18. SITE BUILT BY 
-------------------------------------------------------- */
a.build-link:hover .built-by {
	background-color: #3a3a3a;
}

a.build-link:hover {
	text-decoration: none;
}

.built {
	background-color: #0e1e38;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.built-by {
	color: #fff;
	font-size: 0.7rem;
	text-transform: uppercase;
	padding: 10px 0px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.built-by p {
	opacity: 0.5;
	padding: 0;
	margin: 0;
}

/*  --------------------------------------------------------
19. LAZY LOAD
-------------------------------------------------------- */

img.lazy {
	display: block;
	margin: 0 auto;
	border: 0;
	opacity: 0;
}

/* img:not(.initial) {
	transition: opacity 1s;
} */

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

/*  --------------------------------------------------------
20. News feed
-------------------------------------------------------- */
.announcements-container {
	width: 100%;
	overflow: hidden;
	/* display: inline-block; */
	font-family: "PT Sans", sans-serif;
	height: 40px;
	line-height: 40px;
}
.announcements-container:hover {
}
.announcements-container .container-title {
	height: 100%;
	overflow: hidden;
	padding: 0 15px 0 15px;
	float: left;
	background: #03a9f4;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
}
.announcements-container .container-title img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: -5px 3px 0 0;
}
.announcements-container ul.announcements {
	float: left;
	height: 40px;
	overflow: hidden;
	list-style-type: none;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 15px;
}
.announcements-container ul.announcements li {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	/* margin: -15px 0 0 0; */
	vertical-align: middle;
	padding: 0;
	line-height: 40px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.announcements-container ul.announcements li a {
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
.announcements-container ul.announcements li a:hover {
	color: #03a9f4;
}
.announcements-container ul.announcements li a:visited {
	color: #ffffff;
}
