/*

Template Name: TROPICAL FISH INT'L (EUROPE) LTD 2015
Template Author: HASIKA MAHINDARATHNA

Description: One Page Multipurpose Bootstrap Template
Tags: Bootstrap 3, Responsive, Mobile First, Retina, One Page, Multipurpose, Clean, Creative, Portfolio, Agency, Photography, Corporate

Version: 2.0.5

---------------

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Process
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader

*/

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #111;
	color:#fff;
}

::-moz-selection {
	background: #111;
	color:#fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");
@import url("css/custom.css");

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

section {
	position: relative;
}

.img-responsive {
	display: inline-block;
}

/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

.smoke, h5 small {
	color: #aaa;
}

.smoke2, h5 small {
	color: #bbb;
}

p {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 0 15px 0;
}

p:last-child {
	margin: 0;
}

.p-icons {
	font-size: 14px;
	line-height: 1.86;
}

.p-works {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

@media (max-width: 991px) and (min-width: 768px) {
	.p-works {
		font-size: 14px;
	}
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	/*font-family: 'Dosis', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 48px;
	letter-spacing: 0.1em;
}

#intro h1 {
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 62px;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	#intro h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}

#intro h2 {
	font-size: 32px;
}

.h2, h2 {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

h3 {
	font-size: 14px;
	letter-spacing: 0.4em;
	line-height: 2.2;
}

#team h3 {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.4em;
	line-height: 1.6;
	margin-top: 10px;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#team h4 {
	color: #aaa;
	font-size: 12px;
	letter-spacing: 0.4em;
	line-height: 0;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 1.48;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#intro h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3em;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	#intro h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
}

#works h5 {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.75;
}

#testimonial-top h5 {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.75;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
}

/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: rgba(255,255,255,0.8);
	font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.45;
	padding: 10px 37px 9px;
	margin: 14px 0 0 0;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#contact .btn, #contact .btn:hover, #contact .btn:focus, #contact .btn:active, #contact .btn:active:focus {
	background: #111;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.6;
	padding: 12px 37px;
	margin: 30px 0 0 0;
	border-radius: 2px;
	border: #111;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: rgba(255,255,255,1);
}

#contact .btn:hover {
	background: #181818;
	border-color: #181818;
	color: #dcdcdc;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: transparent;
	color: #151515;
	border: 2px solid #151515;
	margin-bottom: 1px;
}

.btn.btn-ghost:hover {
	background: #000;
	border-color: transparent;
	color: #fff;
}

/* ==== 4) Dividers ==== */

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-xs-2 {
	padding-top: 30px;
	padding-bottom: 35px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-md-2 {
	padding-top: 70px;
	padding-bottom: 65px;
}

.divide-md-3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.divide-lg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.divide-xl {
	padding-top: 115px;
	padding-bottom: 115px;
}

@media (max-width: 991px) {
	.divide-xl {
		padding-top: 90px;
		padding-bottom: 85px;
	}
}

@media (max-width: 768px) {
	.divide-md, .divide-md-2, .divide-md-3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.margin-top {
	margin-bottom: 0;
	margin-top: 5px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 180px;
}

/* ==== 5) Intro & Sections Headers ==== */

#intro {
	background-image: url("../img/bg-intro.png");
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#works-top {
	background: #111;
}

#gallery-top {
	background: #111;
}

#team-top {
	background: #111;
}

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

#intro .section-overlay  {
	background: rgba(0, 0, 0, 0.4);
}

/* ==== 6) Services & Process ==== */

.delight-icon-services {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	fill: #111;
}

.services-icons {
	color: #111;
	font-size: 48px;
}

.process-icons {
	color: #111;
	font-size: 26px;
}

.delight-icon-process {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #111;
}

.delight-icon-services:after, .delight-icon-process:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service i {
	color: #bbbdc0;
	font-size: 48px;
}

@media (max-width: 767px) {
	.service i {
		font-size: 36px;
	}
}

.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

/* ==== 7) Works ==== */

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 767px) {
	.squared {
		padding-top: 0;
	}
	.squared .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (min-width: 768px) {
	.squared-adjust {
		padding-left: 25px;
	}
}

/* ==== 8) Gallery ==== */

#gallery .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.gallery-item {
	padding: 0;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;2727
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

.gallery-overlay:hover {
	background: rgba(250, 250, 250, .9);
}

#gallery .thumbnail {
	overflow: hidden;
}

#gallery .thumbnail img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

#gallery .thumbnail:hover img {
	transform: scale(1.05);
}

.work-intro {
	font-family: 'Roboto', sans-serif;
	bottom: -94px;
	opacity: 0;
	height: 84px;
	left: 0;
	overflow: hidden;
	padding: 20px 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

.work-title {
	color: #111;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 0;
	text-transform: uppercase;
}

@media (min-width: 991px) {
	.work-title {
		font-size: 16px;
	}
}

.work-descr {
	color: #111;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1.2;
	text-transform: uppercase;
}

#gallery .thumbnail:hover .work-intro {
    transform: translateY(-110px);
    z-index: 3;
    opacity: 1;
}

.modal-backdrop.in {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 0;
}

.ekko-lightbox .modal-header .close {
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	padding: 0;
}

.ekko-lightbox .modal-dialog {
	margin-top: 0;
}

/* ==== 9) Team ==== */

#team {
	border-bottom: 1px solid #eee;
}

#team img {
	max-width: 100%;
}

#team .thumbnail, #team .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .delight-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .27s ease;
	-moz-transition: top .27s ease;
	-ms-transition: top .27s ease;
	-o-transition: top .27s ease;
	transition: top .27s ease;
}

@media (max-width: 991px) {
	.team-overlay .delight-icon-team {
		top: 89%;
	}
	.team-overlay > .delight-icon-team a {
		fill: rgba(255, 255, 255, .8);
	}
}

.team-overlay:hover > .delight-icon-team {
	top: 89%;
}

.team-overlay .delight-icon-team a {
	width: 31.6px;
	height: 31.6px;
	margin: 4px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.team-overlay .delight-icon-team a {
		width: 25.7px;
		height: 25.7px;
	}
}

.team-overlay:hover > .delight-icon-team a {
	fill: rgba(255, 255, 255, 1);
}

.delight-icon-team svg {
	display: inline-block;
}

.delight-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.delight-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.delight-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.member-text {
	color: #777;
	font-size: 14px;
	font-style: italic;
	padding-top: 13px;
}

@media (max-width: 768px) {
	#testimonial {
		margin-bottom: 30px;
	}
}

#testimonial-top {
	margin-bottom: 85px;
}

.testimonial blockquote {
	font-size: 14px;
	font-style: italic;
	position: relative;
	padding: 30px 0 95px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 230px;
	-webkit-transition: box-shadow .2s, top .2s ease;
	-moz-transition: box-shadow .2s, top .2s ease;
	-ms-transition: box-shadow .2s, top .2s ease;
	-o-transition: box-shadow .2s, top .2s ease;
	transition: box-shadow .2s, top .2s ease;
}

@media (max-width: 768px) {
	.testimonial blockquote {
		padding: 30px 0 35px 0;
	}
}

.testimonial blockquote p.smoke {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	.testimonial blockquote {
		min-height: 170px;
	}
}

@media (max-width: 767px) {
	.testimonial blockquote {
		min-height: 0;
	}
}

.icon-quote {
	font-size: 24px;
	padding-bottom: 15px;
	color: #777;
}

/* ==== 10) Contact ==== */

#gmap {
	height: 400px;
}

@media (max-width: 991px){
	#gmap-top {
		margin-top: -45px;
	}
	#gmap {
		height: 275px;
	}
}

.map-overlay {
	background: rgba(0, 0, 0, 0.93) none repeat scroll 0 0;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	padding: 0 !important;
	position: absolute;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	width: 100%;
	z-index: 2;
}

.map-toggle {
	color: #fff;
	height: 100px;
	left: 50%;
	margin: -50px 0 0 -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 200px;
}

.map-icon {
	color: #111;
	height: 27px;
	line-height: 27px;
	margin: 6px auto 25px;
	position: relative;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	width: 27px;
}

.map-text {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.3em;
	margin-left: 12px;
	text-transform: uppercase;
}

.map-close {
	display: none;
}

.map-overlay.js-active {
	background: rgba(17, 17, 17, 0.75) none repeat scroll 0 0;
	height: 50px;
}

.map-overlay.js-active:hover {
	background: rgba(17, 17, 17, 0.85) none repeat scroll 0 0;
}

.map-overlay.js-active .map-icon {
	opacity: 0;
}

.map-overlay.js-active .map-text {
	position: relative;
	top: -20px;
}

#contact {
	background: #fff;
}

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
}

.honeypot {
	display: none !important;
}

form .btn, form .btn:hover, form .btn:focus, form .btn:active:focus {
	margin-top: 30px;
}

.flowuplabels .fl_wrap {
	position: relative;
	margin-top: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	position: absolute;
	background: #fff;
	color: #777;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 6px 8px;
	left: 30px;
	top: 8px;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	color: #111;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	font-size: 12px;
	color: #aaa;
	top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #111;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

/*.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}*/
.alert-danger {
	background: #f2dede;
	border-width: 0;
	border-radius: 0;
	color: #a94442;
}
.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* ==== 11) Footer ==== */

footer {
	background: #f7f7f7;
}

footer a {
	display: inline-block;
	padding: 6px;
}

footer h4 {
	margin: 0;
}

footer p {
	padding-top: 40px;
}

.footer-copy {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 20px;
}

.delight-icon-info {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #111;
}

.delight-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-social-icons {
	font-size: 14px;
	margin-top: 10px;
}

.footer-social-icons a::before {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 1px;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	width: 100%;
}

.footer-social-icons a {
	color: #111;
	display: inline-block;
	height: 30px;
	margin: 0 4px;
	position: relative;
	text-align: center;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	width: 48px;
}

.footer-social-icons a i, .footer-social-icons a span {
	left: 0;
	position: relative;
	top: 0;
}

.footer-social-icons a:hover::before {
	background: #111 none repeat scroll 0 0;
	border-color: #111;
}

.footer-social-icons a:hover {
	color: #fff;
}

a.link-to-top {
	bottom: 20px;
	color: rgba(0, 0, 0, 0.2);
	font-size: 48px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 40px;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

a.link-to-top:hover {
	color: #111;
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

/* ==== 12) Navigation ==== */

.navbar-container {
	margin: 0 4%;
}

@media (min-width: 768px) {
	.navbar-container {
		margin: 0 2%;
	}
}

.navbar-default {
	background-color: rgba(10, 10, 10, .95);
	padding: 0px;
}

.navbar-default .navbar-collapse {
	border-color: rgba(10, 10, 10, .95);
}

.navbar-fixed-top {
	position: fixed;
	border-width: 0;
}

.navbar-brand {
	line-height: 0;
}

.nav li:first-child {
	display: none;
}

.nav a {
	color: rgba(255, 255, 255, .85);
}

.nav a:hover {
	/*color: rgba(255, 255, 255, 1) !important;*/
}

.nav .active a {
	/*color: rgba(255, 255, 255, 1) !important;*/
}

.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, .85);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	/*color: rgba(255, 255, 255, 1);*/
}

.navbar li a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 15px !important;
}

@media (max-width: 767px) {
	.navbar li a {
		padding: 10px 15px !important;
	}
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	position: relative;
	padding: 15px 0 !important;
	line-height: 0;
}

.navbar-brand img {
	max-height: 27px;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 10px;
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: rgba(10, 10, 10, 0.95) !important;
        padding: 0px !important;
    }

    .nav a {
        color: rgba(255, 255, 255, .7) !important;
    }

    .s-menu  {
        display: none !important;
    }
}

.navbar-toggle {
	margin-top: 11px;
	margin-bottom: 11px;
	margin-right: 0;
	border: 0px solid transparent;
	padding: 9px 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-nav > li > a {
	line-height: 14px;
}

/* ==== 13) Carousels ==== */

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}

/* ==== 14) Preloader ==== */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ddd;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.s-menu {
    height: 25px;
    background: #00a890;
    display: block;
    border-bottom: 1px Solid #e6e6e6;
}

.Link-ul {
float: right;
overflow: hidden;
height: 100%;
}

ul.icons-ul {
margin: 0px;
}

.Link-ul li, .social-ul li a {
float: left;
list-style: none;
}

.Link-ul li a {
  height: 100%;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #828282;
  /*border-left: 1px Solid #e8e8e8;*/
  padding: 14px;
  font-family: 'Lato';
}

.Link-ul li a:hover {
  color: #FFF;
  background-color: #4396FF;
}

.Link-ul li a:hover span{
  color: #111111 !important;
}

.Link-ul:last-child {
/*border-right: 1px Solid #e8e8e8;*/
}

.Link-ul li a span {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #828282;
}
.PhoneNamber {
  line-height: 25px;
  font-size: 14px;
    float: left;
    display: block;
    /*border-left: 1px Solid #e6e6e6;*/
    padding: 0px 20px;
}
.Email-Site {
  line-height: 25px;
  font-size: 14px;
    float: left;
    display: block;
    /*border-right: 1px Solid #FFF;
    border-left: 1px Solid #FFF;*/
    padding: 0px 20px;
}
.s-menu-font {
  line-height: 25px;
  font-size: 12px !important;
  font-family: 'Lato', sans-serif;
  color: #FFF !important;
}