/*---------------------------------------------------------------
Project:	Quantum 
Version:	1.0
Last change:	27/12/2017
Assigned to:	Quantum  (rajiamine7@gmail.com)
---------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1- Header Section
	- nav 
	- introduction
2- About section
3- Services section
4- contact section
5- Project Section
	- Title
	- Filtre-Button
	- Images
6- Footer Section 
7- Copyright 
8- Top Button 
9- Loading page
10- Media Query 


-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[primary colors]

    colors : Black , #f7f7f7, #ecd99d

-------------------------------------------------------------------*/

html,
body {
	height: 100%;
}


/*body {
	
	overflow-y: hidden;
	
}*/

.affix {
	top: 0;
	width: 100%;
	z-index: 999 !important;
}

* {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
	font-size: 40px;
	font-weight: 600;
}

p {
	letter-spacing: 1px;
	line-height: 30px;
	font-family: 'PT Serif', serif;
	font-size: 15px;
}
/*scroll*/
/*#ascrail2000 {
	z-index: 999 !important;
}*/

a,
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 0;
}

span {
	letter-spacing: 2px;
	line-height: 30px;
	color: #8b94aa;
}

.heading {
	margin-bottom: 40px;
	text-align: center;
}

.heading span {
	font-size: 15px;
}

span,
p {
	max-width: 560px;
	margin: 0px auto;
	display: block;
}

section {
	padding: 90px 0px;
}

.divider-center {
	height: 6px;
	width: 80px;
	display: block;
	margin: 10px auto 0px;
	background: #ecd99d;
	z-index: 9;
	border-radius: 5px;
}

h2 {
	position: relative;
	z-index: 0;
}

h2::before {
	content: "";
	position: absolute;
	left: 35%;
	bottom: 3%;
	width: 30%;
	z-index: -1;
	border-bottom: 2px solid #ccc;
	margin: 0px auto;
}

.owl-dots {
	display: none;
}


/****************************************************** Header Section ******************************************************/

#top {
	position: relative;
	height: 100%;
}

.header-background {
	background: url('../images/hero.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.background-color {
	background: rgba(2, 2, 2, 0.6);
	height: 100%;
}


/*==================nav-section========================*/

header .navbar-default .navbar-nav>.active>a {
	background: #ecd99d;
	color: white !important;
}

.logo img {
	width: 160px;
	height: 30px;
	margin: 8px 15px;
}

header .navbar-default {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 15px 0px 10px 0px;
	z-index: 9;
}

header .navbar-brand {
	padding: 0px;
}

header .navbar-default .navbar-nav>li>a,
header .navbar-default .navbar-nav>li>a:hover {
	color: white;
	background: none !important;
}

header .navbar-default .navbar-nav>.active>a {
	background: none;
	color: #fff !important;
	outline: none;
}

header .navbar-default .navbar-nav>li>a,
header .navbar-default .navbar-nav>li>a:hover {
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

header .nav li:hover:after {
	width: 100%;
	background: white;
}

header .nav li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
	z-index: 1;
}

header .navbar-toggle {
	background-color: white;
}

hr {
	margin: 0px;
}


/*==================introduction-section========================*/

.introduction {
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	color: white;
}

.introduction p:first-child {
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 30px;
}

.introduction h3 {
	font-weight: 400;
	font-size: 50px;
}

.introduction p:nth-child(3) {
	width: 65%;
	margin: 0px auto;
	padding-bottom: 100px;
}

.introduction button {
	background: #ecd99d;
	border: none;
	border-radius: 5px;
	width: 170px;
	height: 50px;
	text-align: center;
	letter-spacing: 2px;
	outline: none;
	font-size: 15px;
}

.introduction a {
	padding: 14px;
	border-radius: 5px;
	border: 1px solid white;
}

.introduction a:hover {
	background-color: #ecd99d;
	border: none;
	padding: 16px;
}

.fixed {
	width: 100%;
	background: black;
	top: 0;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 1px 5px 0px black;
	box-shadow: 0px 1px 5px 0px black;
}


/****************************************************** About Section ******************************************************/



section#about .heading span {
	font-size: 15px;
	font-weight: 600;
}

.tab-content>.active {
	outline: none;
}

.fancyTab {
	text-align: center;
	padding: 15px 0;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 0 1px #ddd;
	        box-shadow: 0 0 0 1px #ddd;
	top: 15px;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
}

.fancyTab.active {
	top: 0;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
}

.whiteBlock {
	display: none;
}

.fancyTab.active .whiteBlock {
	display: block;
	height: 2px;
	bottom: -2px;
	background-color: #fff;
	width: 99%;
	position: absolute;
	z-index: 1;
}

.fancyTab a {
	font-size: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: #333;
}


/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	border-bottom: 2px solid #ddd;
}

li.fancyTab a {
	padding-top: 15px;
	top: -15px;
	padding-bottom: 0;
}

li.fancyTab.active a {
	padding-top: inherit;
}

.fancyTab .fa {
	font-size: 40px;
	width: 100%;
	padding: 15px 0 5px;
	color: #666;
}

.fancyTab.active .fa {
	color: #ecd99d;
}

.fancyTab a:focus {
	outline: none;
}

.fancyTabContent {
	border-color: transparent;
	-webkit-box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
	        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
	padding: 30px 15px 15px;
	position: relative;
	outline: none;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width: 0;
}

.nav-tabs > li.fancyTab:hover {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 0 0 1px #ddd;
	        box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
	        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
	background-color: transparent;
	border-bottom: 0;
}

.nav-tabs > li.fancyTab:hover a {
	border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right: 0;
	border-top: 0;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.nav > li.fancyTab > a {
	padding: 15px 30px;
}

.nav-tabs > li.fancyTab {
	margin-right: 0;
	margin-bottom: 0;
}

.nav-tabs > li.fancyTab:last-child a {
	border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
	border-right: 0px solid #ddd;
	-webkit-box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
	        box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
	-webkit-box-shadow: 0 0 0 1px #ddd;
	        box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	-webkit-box-shadow: none;
	        box-shadow: none;
	top: 0;
}

.fancyTab.active {
	background: #fff;
	-webkit-box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
	        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
	padding-bottom: 30px;
}

.arrow-down {
	display: none;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 22px solid #ddd;
	position: absolute;
	top: -1px;
	left: calc(50% - 20px);
}

.arrow-down-inner {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	top: -22px;
	left: -18px;
}

.fancyTab.active .arrow-down {
	display: block;
}

.tab-pane h3 {
	font-size: 30px;
}

div#fancyTabWidget {
	margin-bottom: 30px;
}

.img-about {
	background: url('../images/careers.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 515px;
	border-radius: 5px;
}

.overlay-about {
	background: rgba(2, 2, 2, 0.7);
	height: 100%;
	border-radius: 5px;
}

.content {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
}

.content h3 {
	color: white;
}

.right-side {
	color: white;
	text-align: center;
	position: relative;
}

.content p {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 17px;
	letter-spacing: 1px;
}

.view {
	color: white;
	border-radius: 5px;
	letter-spacing: 2px;
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	background: #ecd99d;
}

.about-title p {
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
}

.line {
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
	display: block;
	width: 97%
}

.content h3 {
	position: relative;
	text-transform: uppercase;
}

.content h3:before {
	content: "";
	position: absolute;
	left: 30%;
	bottom: 2px;
	width: 40%;
	border-bottom: 1px solid white;
	margin: 0px auto;
	z-index: -1;
}



/****************************************************** Services Section ******************************************************/

section#services {
	background: #f7f7f7;
}

.service-item-box p {
	color: #8b94aa;
}

.service-item-box {
	background-color: #fff;
	padding: 60px 40px;
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	min-height: 555px;
}

.service-item-box:before,
.service-item-box:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-radius: 100px / 10px;
}

.service-item-box:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.service-item-box h3 {
	font-size: 15px;
	margin-bottom: 21px;
	color: #666;
}

.hi-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ecd99d;
	font-size: 24px;
	line-height: 70px;
	margin-bottom: 25px;
	border: 2px solid #ecd99d;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.icon-effect-1 .hi-icon:after {
	top: -5px;
	left: -5px;
	padding: 5px;
	-webkit-box-shadow: 0 0 0 2px #111;
	-ms-box-shadow: 0 0 0 2px #111;
	box-shadow: 0 0 0 2px #111;
	-webkit-transition: transform 0.2s, opacity 0.2s;
	-o-transition: transform 0.2s, opacity 0.2s;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.service-item-box:hover .hi-icon {
	background: #111111;
	color: #fff;
	border-color: transparent;
}

.service-item-box:hover .hi-icon:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



/****************************************************** Team Section ******************************************************/

section#team {
	background: #f7f7f7;
}

.team-item-box p {
	color: #8b94aa;
}

.team-item-box {
	background-color: #fff;
	padding: 60px 40px;
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.team-item-box:before,
.team-item-box:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-radius: 100px / 10px;
}

.team-item-box:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.team-item-box h3 {
	font-size: 15px;
	margin-bottom: 21px;
	color: #666;
}

.our-team .team-row {
	margin-left: -40px;
	margin-right: -40px;
}

.our-team .team-wrap {
	padding: 0 40px;
}

.our-team .container-fluid {
	padding: 0 50px;
}

.team-img img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	width: 100%;
}

.team-img:hover .team-details {
	opacity: 1;
	margin-top: -80px;
}

.team-img:hover .overlay {
	opacity: 1;
}

.team-member,
.team-img {
	position: relative;
	overflow: hidden;
}

.team-title {
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 15px;
}

.overlay {
	background-color: rgba(20, 20, 20, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team-details {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team-details p {
	padding-bottom: 15px;
	color: white;
}

.team-details .socials i {
	color: #fff;
}

.socials a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-color: transparent;
}

.socials a:hover i {
	color: #fff;
	background-color: #ecd99d;
}

.socials i {
	line-height: 37px;
	color: #616161;
	font-size: 14px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.team-img img {
	height: 400px;
	border-radius: 5px;
}

#team .owl-dots {
	display: none;
}

#team .owl-stage-outer {
	margin-bottom: 30px;
}

#team .owl-theme .owl-nav [class*=owl-] {
	background: #ecd99d;
}

/****************************************************** Contact Section ******************************************************/

.contact-row {
	margin-left: -8px;
	margin-right: -8px;
}

.contact-name,
.contact-email {
	padding: 0 8px;
}

.hours {
	margin-bottom: 45px;
}

.contact-item {
	margin-bottom: 40px;
	overflow: hidden;
}

.contact-item:first-of-type {
	margin-bottom: 45px;
}

.contact-item h6 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 5px 0px;
	font-weight: 800;
	letter-spacing: 1px;
}

.contact-item p,
.contact-item span,
.contact-item a {
	font-size: 13px;
	color: #8b94aa;
}

.contact-info {
	overflow: hidden;
}

.contact-item a:hover {
	color: #111;
}

.contact-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ecd99d;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.information {
	float: left;
}

.contact-icon i {
	font-size: 18px;
	color: #ecd99d;
	line-height: 47px;
}

.gmap {
	position: relative;
	width: 100%;
	height: 450px;
}

#contact-form .message {
	height: 50px;
	width: 100%;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	float: none;
	margin-top: 20px;
	display: none;
	color: #fff;
}

#contact-form .message.error {
	background-color: #f44336;
}

#contact-form .message.success {
	background-color: #4CAF50;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	position: relative;
	height: 47px;
	line-height: 47px;
	border: 2px solid #ecd99d;
	background-color: transparent;
	width: 100%;
	margin-bottom: 16px;
	padding: 0 16px;
	color: #7a7a7a;
	-webkit-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	outline: none;
	border-radius: 5px;
}

textarea#comment {
	height: 190px;
	margin-bottom: 10px;
}

section#contact h5 {
	font-size: 25px;
	margin-bottom: 15px;
}

input#submit-message {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: 100%;
	background: #ecd99d;
	color: white;
	margin: 0px;
	border-radius: 5px;
}



/************************************************ Projects Section ( Title + Filter-Button + Image  ) ************************************************/

section#project {
	background: #f7f7f7;
}


/***************** Title *********************/

.gallery-title {
	margin-bottom: 45px;
	text-align: center;
}


/***************** Filter-Button *********************/

.buttons {
	margin-bottom: 20px;
	text-align: center;
}

.btn-default {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn {
	border-radius: 0px;
	margin: 0px 10px;
}

.filter-button {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 7px 20px;
	border: 1px solid #ccc;
	color: #666;
}

.filter-button:hover {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	border-color: #f7f7f7;
	color: #666;
}

.filter-button.active {
	color: white;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.active:hover {
	color: white;
	outline: none;
}

.btn-default:focus {
	color: white;
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
	box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
}

button.btn.btn-default.filter-button.active {
	background: #4bbffe;
}


/***************** Image *********************/

.gal-img img.img-responsive {
	width: 100%;
	border-radius: 5px;
}

.gal-img {
	-webkit-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	position: relative;
}

.port-image {
	width: 100%;
}

.gallery_product {
	margin-bottom: 30px;
}

.gallery_product {
	position: relative;
}

.gal-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.gal-hover {
	visibility: hidden;
	position: absolute;
	text-align: center;
	font-weight: 300;
}

.gal-img:hover>.gal-hover {
	font-size: 25px;
	visibility: visible;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	border: 20px solid rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/************************************************************** footer Section *********************************************************/

footer {
	background: #111;
	color: white;
	padding: 90px 0px;
}

footer .logo img {
	margin: 0px;
}


/**************** Quick Info *******************/

.quick-info .navbar-brand span,
.events h4 span {
	color: white;
}

.quick-info .navbar-brand {
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 30px;
}

.quick-info p {
	line-height: 30px;
	font-size: 17px;
	width: 90%;
	margin: 0;
}

.footer-social-links ul li {
	display: inline-block;
	padding: 30px 5px 30px 0px;
}

.footer-social-links ul li a i {
	background: white;
	color: black;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
}

.footer-social-links ul li a i:hover {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


/**************** Quick Links *******************/

ul.links li a {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: white;
	line-height: 49px;
}

ul.links li::before {
	background-color: white;
	border-radius: 0;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 10px;
}


/**************** Upcoming Events *******************/

.events p {
	line-height: 30px;
	font-size: 17px;
}

.events div span {
	font-size: 15px;
}


/**************** Business Hour *******************/

.business-hour p,
ul.hours li {
	line-height: 30px;
	font-size: 16px;
}

ul.hours li span {
	float: right;
	clear: right;
}


/**************** (Business Hour + Quick Links + Quick Info  + Upcoming Event) *******************/

ul.links li,
.hours li,
.footer-social-links ul li a {
	list-style-type: none;
}

ul.links li a:hover,
.hours li a,
.footer-social-links ul li a {
	text-decoration: none;
	color: white;
}

.quick-links h4 span,
.business-hour h4 span {
	color: white !important;
}

ul.hours,
ul.links,
.footer-social-links ul {
	padding: 0px;
}

.quick-links h4,
.business-hour h4,
.events h4 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 46px;
}

.business-hour h4,
.events h4 {
	margin-bottom: 53px;
}

.hours span {
	font-size: 12px;
	color: #8b94aa;
	font-weight: 600;
}


/*************************************************************************** CopyRight **********************************************************************/

.copyright {
	text-align: center;
	font-size: 15px;
	padding: 15px 0px;
	background: #0c0c0c;
	color: white;
}

.copyright a {
	text-decoration: none;
}


/*************************************************************************** To Top Button ********************************************************************/

#to-top {
	width: 50px;
	height: 50px;
	text-align: center;
	background: black;
	color: white;
	position: fixed;
	right: 2%;
	bottom: 15px;
	z-index: 99999;
	display: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 50%;
	cursor: pointer;
}

div#to-top i {
	padding: 12px;
	font-size: 25px;
}


/*************************************************************************** Loading Page ********************************************************************/


.loading {
	position: fixed;
	top: 0%;
	left: 0%;
	background: #ecd99d;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
}

.relative {
	position: relative;
	height: 100%;
	width: 100%;
}

.text {
    font-size: 16px;
    margin-top: 15px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    width: 88px;
    margin: 55px auto;
    position: absolute;
    top: 50%;
    left: 48%;
}

.spinner {
    width: 80px;
    height: 80px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    top: 40%;
    left: 47.5%;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/************************************************************************ Media-Query **************************************************************************/

@media (min-width: 992px) and (max-width: 1200px) {
	.img-about {
		height: 628px;
	}
	.fancyTab .fa {
		font-size: 30px;
	}
	.nav > li.fancyTab > a {
		padding: 15px 20px;
		font-size: 20px;
	}
	.quick-links h4,
	.business-hour h4,
	.events h4 {
		font-size: 20px;
		margin-bottom: 54px;
	}
}


/************************ Medium Devices, Desktops ***********************/

@media (min-width: 767px) and (max-width: 992px) {
	header .navbar-default .navbar-nav>li>a {
		padding: 17px 15px;
		letter-spacing: 1px;
	}
	.fancyTab .fa {
		font-size: 33px;
	}
	.fancyTab .hidden-xs {
		font-size: 18px;
		font-weight: normal;
	}
	.nav > li.fancyTab > a {
		padding: 15px 40px;
		font-size: 25px;
	}
}


/************************ Small Devices, Tablets ************************/

@media (min-width: 580px) and (max-width: 767px) {
	header a.navbar-brand.logo {
		margin-left: 15px;
	}
	div#bs-example-navbar-collapse-1 {
		background: white;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
	}
	header ul.nav.navbar-nav.pull-right {
		float: none !important;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
		text-align: center;
	}
	header .navbar-default .navbar-nav>li>a:hover {
		color: #ecd99d !important;
	}
	hr {
		display: none;
	}
	.fancyTab > a {
		font-size: 18px;
	}
	.fancyTab .fa {
		font-size: 30px;
	}
	.nav-tabs > li.fancyTab > a {
		border-right: 1px solid transparent;
		padding-bottom: 0;
	}
	.fancyTab.active .fa {
		color: #333;
	}
	.nav > li.fancyTab > a {
		padding: 15px 35px;
		font-size: 20px;
	}
	section#team .item {
		margin: 0px 15px;
	}
}


/********************* Extra Small Devices, Phones **********************/

@media (min-width: 320px) and (max-width: 580px) {
	header a.navbar-brand.logo {
		margin-left: 15px;
	}
	div#bs-example-navbar-collapse-1 {
		background: white;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
	}
	ul.nav.navbar-nav.pull-right {
		float: none !important;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
		text-align: center;
	}

	.nav > li.fancyTab > a {
		padding: 15px 23px;
		font-size: 13px;
		font-weight: 600;
	}
	section#team .item {
		margin: 0px 15px;
	}
	.contact-icon {
		margin-right: 8px;
	}
	.contact-item p,
	.contact-item span,
	.contact-item a {
		font-size: 12px;
	}
	
	.introduction p:first-child {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 60px;
}
	
	
	.text {

    left: 38%;
}

.spinner {

    left: 38%;
}
	
	
	.introduction h3 {
    font-size: 40px;
}
	
}

@media (min-width: 320px) and (max-width: 402px) {
	.nav > li.fancyTab > a {
		padding: 15px 8px;
		font-size: 13px;
		font-weight: 600;
	}
	
	
	
}


/************************ Custom, iPhone Retina *************************/

@media (max-width: 320px) {
	a.navbar-brand.logo {
		margin-left: 15px;
	}
	div#bs-example-navbar-collapse-1 {
		background: white;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
	}
	header ul.nav.navbar-nav.pull-right {
		float: none !important;
	}
	header .navbar-default .navbar-nav>li>a {
		color: black;
		text-align: center;
	}
	
	section#team .item {
		margin: 0px 15px;
	}
}

.logo img {
    width: 150px;
    height: auto;
    margin: 0;
    margin-top: 0px;
}

.affix .logo img {
    width: 100px;
}

@media screen and (max-width:767px) {
    .logo img {
        margin-top: -70px;
    }
    .navbar-brand {
        height: auto;
    }
    header .navbar-default .navbar-nav>.active>a {
        color: #000 !important;
    }
}