/*
* Template Name: Unify - Responsive Bootstrap Template
* Description: Business, Corporate, Portfolio, Blog and One Page Theme.
* Version: 1.8
* Author: @htmlstream
* Website: http://htmlstream.com
*/


/*Import Global Compulsory CSS Files*/

@import url(app.css);
@import url(blocks.css);
@import url(plugins.css);
body {
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Nunito', sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

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

p,
li,
li a {
	color: #555;
}

a {
	color: inherit;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0 !important;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #f5c400;
	text-decoration: underline;
}

::selection {
	color: #fff;
	background: #f5c400;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}


/*Header
------------------------------------*/


/*Containers*/

@media (min-width: 768px) and (max-width: 991px) {
	.one-page-header .menu-container {
		width: 720px;
	}
}

@media (max-width: 991px) {
	.one-page-header .menu-container:before,
	.one-page-header .menu-container:after {
		content: " ";
		display: table;
	}
	.one-page-header .menu-container:after {
		clear: both;
	}
	.one-page-header > .navbar-default > .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.one-page-header > .navbar-default > .container > .navbar-header,
	.one-page-header > .navbar-default > .container > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
}


/*Navbar Logo*/

.one-page-header .navbar-brand {
	font-size: 31px;
	font-weight: 200;
	line-height: 15px;
	padding: 17px 15px 13px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
}

.one-page-header .navbar-brand span {
	color: #f5c400 !important;
}

@media (max-width: 768px) {
	.one-page-header .navbar-brand {
		padding-left: 0;
	}
}


/*Navbar Toggle*/

.one-page-header .navbar-toggle {
	border: none;
	margin-right: 3px;
	padding-right: 0;
}

.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
	background: none;
}

.one-page-header .navbar-toggle .icon-bar {
	background: #000;
}

.one-page-header .navbar-toggle .icon-bar {
	height: 2px;
	width: 25px;
	font-size: 22px;
	background: #000;
	margin-bottom: 7px;
}

.one-page-header .navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}


/*Navbar*/

.one-page-header {
	border-bottom: none;
	background: #fff;
}

.one-page-header .container {
	position: relative;
}

.one-page-header .navbar-nav > li > a {
	color: #eee;
	font-size: 12.5px;
	text-transform: uppercase;
	padding: 17px 15px 13px;
}


/*.one-page-header .navbar-nav > li > a:before {
  left: -3px;
  top: 15px;
  z-index: 2;
  color: #eee;
  font-size: 4px;
  content: "\f10c";
  margin-right: 6px;
  position: absolute;
  font-family: FontAwesome;
}
*/

.one-page-header .navbar-nav > li.home > a:before {
	content: "";
}

.one-page-header .navbar-nav > li > a:hover {
	z-index: 1;
	color: #f5c400;
}

.one-page-header .navbar-nav > li > a:focus {
	color: #f5c400;
}

.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus,
.one-page-header .dropdown-menu > .active > a,
.one-page-header .dropdown-menu > .active > a:hover,
.one-page-header .dropdown-menu > .active > a:focus,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus {
	z-index: 1;
	background: none;
	color: #f1c318 !important;
}


/*Responsive Navbar*/

@media (max-width: 991px) {
	/*Responsive code for max-width: 991px*/
	.one-page-header .navbar-header {
		float: none;
	}
	.one-page-header .navbar-toggle {
		display: block;
	}
	.one-page-header .navbar-collapse.collapse {
		display: none !important;
	}
	.one-page-header .navbar-collapse.collapse.in {
		display: block !important;
	}
	.one-page-header .navbar-nav {
		margin: 0 0 5px;
		float: none !important;
	}
	.one-page-header .navbar-nav > li {
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 0;
	}
	.navbar-default .navbar-nav > li > a::before {
		content: '';
	}
}

@media(min-width: 992px) {
	.one-page-header.navbar {
		padding: 12px 0;
		-webkit-transition: background .3s ease-in-out, padding .3s ease-in-out;
		-moz-transition: background .3s ease-in-out, padding .3s ease-in-out;
		transition: background .3s ease-in-out, padding .3s ease-in-out;
	}
	.one-page-header.top-nav-collapse {
		/* Customize the look and feel of the collapsed top nav here */
		padding: 7px 0;
	}
}

@media (max-width: 768px) {
	.one-page-header .navbar-nav > li > a:before {
		content: " ";
	}
}


/*Navbar*/

@media (min-width: 992px) {
	.one-page-header.navbar .navbar-nav {
		float: right;
	}
	.one-page-header-style-2.navbar .navbar-nav {
		float: left;
		margin-left: 25px;
	}
	.navbar-collapse.collapse.in {
		display: block !important
	}
}


}

/* Top Log-Reg */
.log-reg-block {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.log-reg-block > li {
	float: left;
	position: relative;
}
.log-reg-block a {
	color: #eee;
	font-size: 12.5px;
	text-transform: uppercase;
	padding: 17px 15px 13px 15px;
	display: block;
	line-height: 20px;
}
.log-reg-block a:hover {
	color: #f5c400;
	z-index: 1;
}
.log-reg-block a:before {
	color: #eee;
	content: "\f10c";
	font-family: FontAwesome;
	font-size: 4px;
	left: -3px;
	margin-right: 6px;
	position: absolute;
	z-index: 2;
}
.log-reg-block a.cd-signin:before {
	content: "";
}
.top-nav-collapse .log-reg-block a,
.top-nav-collapse .log-reg-block a:before {
	color: #777;
}
@media (max-width: 992px) {
	.one-page-header .navbar-nav > li.cd-log_reg {
		opacity: 0.5;
	}
}

/* Dropdown Menu */
.one-page-header .dropdown-menu,
.one-page-header.top-nav-collapse .dropdown-menu {
	border: none;
	background: none;
	box-shadow: none;
	float: none;
}
.one-page-header .navbar-nav a.dropdown-toggle {
	color: #fff !important;
}
.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
	color: #777 !important;
}
.one-page-header .dropdown-menu .active > a,
.one-page-header .dropdown-menu li > a:hover {
	background: none;
	filter: none !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.one-page-header .dropdown-menu li > a:focus {
	background: none;
	filter: none !important;
}
@media (min-width: 992px) {
	.one-page-header .dropdown-menu,
	.one-page-header.top-nav-collapse .dropdown-menu {
		padding-top: 12px;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
		top: 100%;
	}
	
	.one-page-header.top-nav-collapse .dropdown-menu {
		padding-top: 7px;
	}
	
	.one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	
	.one-page-header .open > .dropdown-menu {
		display: none;
	}
	
	.one-page-header .dropdown-menu > li {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.one-page-header.top-nav-collapse .dropdown-menu > li {
		background: #fff;
	}
	
	.one-page-header .dropdown-menu > li:first-child {
		padding-top: 15px;
	}
	
	.one-page-header .dropdown-menu > li:last-child {
		padding-bottom: 15px;
	}
	
	.one-page-header .dropdown-menu > li > a {
		color: #fff;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 25px;
	}
	
	.one-page-header.top-nav-collapse .dropdown-menu > li > a {
		color: #777;
	}
	
	.one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
		color: #f5c400;
	}
}
@media (max-width: 991px) {
	.one-page-header .dropdown-menu {
		position: relative;
	}
	
	.one-page-header .dropdown-menu a {
		color: #fff !important;
		padding: 10px 20px;
		background: none !important;
	}
	
	.one-page-header.top-nav-collapse .dropdown-menu > li > a {
		color: #777 !important;
	}
	
	.one-page-header .dropdown-menu a:hover,
	.one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
		color: #f5c400 !important;
	}
}

/* Top Contacts Block */
.top-contact-block {
	float: right;
	padding: 9px 0 0 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.top-contact-block i {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 50% !important;
	text-align: center;
	padding-top: 7px;
	margin-right: 5px;
}
.top-nav-collapse .top-contact-block i {
	color: #777;
	border-color: #777;
}
.top-contact-block a {
	color: #fff;
	position: relative;
	top: 1px;
}
.top-contact-block a:hover {
	text-decoration: none;
}
.top-nav-collapse .top-contact-block a {
	color: #777;
}
@media (max-width: 991px) {
	.top-contact-block {
		position: absolute;
		top: 10px;
		left: 130px;
		float: none;
		padding: 0;
	}
}
@media (max-width: 480px) {
	.top-contact-block {
		/*    position: static;
    padding: 8px 0 14px;
    text-align: right;*/
		display: none;
	}
}

/* Login Block Simple */
.log-reg-block-simple {
	float: right;
	padding: 10px 0 4px 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.log-reg-block-simple .btn-u {
	font-size: 12.5px;
	color: #fff;
	border: solid 1px #fff;
	background: none;
	padding: 5px 13px;
}
.top-nav-collapse .log-reg-block-simple .btn-u {
	color: #777;
	border-color: #777;
}
.log-reg-block-simple .btn-u:hover,
.top-nav-collapse .log-reg-block-simple .btn-u:hover {
	color: #fff;
	background: #f5c400;
	border-color: #f5c400;
}
@media (max-width: 991px) {
	.log-reg-block-simple {
		position: absolute;
		top: 10px;
		right: 60px;
		float: none;
		padding: 0;
	}
}

/* Lang Block */
.lang-block {
	float: right;
	background: rgba(0, 0, 0, 0.6);
	padding: 6px 13px 4px 13px;
	margin: 10px 0 0 20px;
	font-size: 12.5px;
	text-transform: uppercase;
	line-height: 20px;
	position: relative;
}
.mega-hover__current {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.mega-hover__current:before {
	color: #fff;
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
}
.lang-block ul {
	list-style: none;
	padding: 0 13px 5px;
	margin: 0;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.mega-hover-list {
	display: none;
}

/*.lang-block:hover {
  cursor: pointer;
}*/
.lang-block:hover .mega-hover-list {
	display: block;
}
.lang-block a {
	color: #fff;
}
.desktop {
	display: none
}
@media (max-width: 991px) {
	.desktop {
		display: block
	}
	
	.lang-block {
		float: none;
		background: rgba(0, 0, 0, 0.6);
		display: inline-block;
		position: absolute;
		top: 0;
		right: 60px;
	}
}

/*Fixed Header*/
.one-page-header.top-nav-collapse {
	background: #fff;
}
@media (max-width: 768px) {
	.one-page-header.top-nav-collapse {
		padding: 0;
	}
}
.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
	color: #fff;
}
.one-page-header.top-nav-collapse .navbar-brand {
	color: #fff !important;
}

/*Navbar Toggle*/
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
	background: #555;
}
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
	background: #f5c400;
}

/*Intro Section
------------------------------------*/

/*Intro Section*/
.intro-section {
	background: #222;
}
.intro-section:after {
	width: 100%;
	height: 100%;
	position: absolute;
}

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

/*About Section*/
.about-section {
	padding-top: 40px;
	padding-bottom: 0;
}
.block-v1 {
	padding: 50px 0;
}
.about-section .about-image {
	padding-top: 100px;
}

/*Icon Lists*/
.content-boxes-v3 i.icon-custom {
	margin-right: 8px;
}
.content-boxes-v3 h2 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

/*Style for Cube Portfolio wrapper*/
.cube-portfolio #filters-container {
	text-align: center;
}
.cube-portfolio #filters-container .cbp-filter-item-active {
	background: #f5c400;
	border-color: #f5c400;
}
.cube-portfolio .cbp-l-filters-button .cbp-filter-counter {
	color: #fff;
	background: #f5c400;
}
.cube-portfolio .cbp-l-filters-button .cbp-filter-counter:before {
	border-top-color: #f5c400;
}
.promo-section {
	position: relative;
}
.backstretch:after {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
}
.promo-section h2 {
	color: #fff;
	font-size: 35px;
	line-height: 1.1;
	font-weight: 200;
	padding: 10px 75px;
	position: relative;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;
	margin-bottom: 30px;
}
.promo-section h2:after,
.promo-section h2:before {
	font-size: 16px;
	content: "\f005";
	position: absolute;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.promo-section h2:after {
	right: 4%;
}
.promo-section h2:before {
	left: 4%;
}
.promo-text {
	color: #fff;
	position: relative;
	font-size: 26px;
	font-weight: 200;
	line-height: 40px;
	padding: 10px 50px;
	text-align: center;
	margin-bottom: 60px;
}
.promo-text:after {
	left: 50%;
	content: "";
	height: 1px;
	width: 100px;
	bottom: -10px;
	background: #fff;
	margin-left: -50px;
	position: absolute;
}
.promo-next {
	text-align: center;
}
.promo-next a {
	margin: 0 5px;
	padding: 7px 20px;
	text-transform: uppercase;
}
.promo-section h2,
.promo-text,
.promo-next {
	opacity: .9;
}
@media (max-width: 600px) {
	.promo-section h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	
	.promo-text {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	.promo-text:after {
		display: none;
	}
}
.contacts-section2 {
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 15px;
}
.contacts-section2 h2 {
	color: #444;
	font: 28px "Open Sans", sans-serif;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.contacts-section2 .lead {
	font-size: 18px;
}
.contacts-section2 i {
	float: left;
	margin-right: 15px;
}
.contacts-section2 h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
}
.footer-simple {
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.footer-simple p {
	margin-top: 15px;
	margin-bottom: 0;
}
.footer-simple .social-icons {
	margin-top: 10px;
}
.footer-simple .social-icons li {
	margin-bottom: 0;
}
.what-people-say .testimonials-v6 .testimonials-info {
	background: #f7f7f7;
}
.what-people-say .testimonials-v6.testimonials-wrap {
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse {
	height: 1px !important
}
.menu-container ul {
	width: 250px;
	margin-top: 108px;
	height: 467px;
	background-color: #3eb4e3;
	position: absolute !important;
	right: 0;
	list-style: none;
	padding: 10px
}
.menu-container ul a {
	list-style-type: none;
	color: #fff
}
.menu-container ul {
	padding-top: 20px
}
.page-scroll.home {
	padding-top: 25px
}
.page-scroll {
	padding-right: 20px
}
.navbar-nav .page-scroll.pr8 {
	padding-right: 8px
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	display: none !important
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
	text-align: right
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav {
	margin: 0
}
.navbar-brand {
	height: auto;
	float: left
}
.fullHeight {
	height: auto
}
.centerMe {
	margin: auto;
	width: 100%;
	position: absolute;
	top: 85%;
	text-align: center
}
.stButtonX {
	float: left
}
.page-scroll.home {
	padding-top: 0
}
@media (max-width: 614px) {
	.flLefNav {
		clear: both;
		float: left !important;
		margin: 10px 0 10px -10px !important
	}
}
@media (max-width: 991px) {
	.one-page-header .navbar-collapse.collapse.in {
		display: block !important;
		overflow: visible;
		margin-top: -40px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 4px 0;
	}
	
	.md-margin-bottom-40 {
		margin-bottom: 5px
	}
}
.dlReport,
.lang {
	cursor: pointer
}
.footer-v1 {
	background-color: #f5c400
}
.footer a:hover {
	color: inherit
}
.desktop {
	display: block
}
.slot1 {
	background-image: url(../../slot1.jpg);
	background-position: center;
	background-size: cover;
}
.slot2 {
	background-image: url(../../slot2.jpg);
	background-position: center;
	background-size: cover
}
.slot3 {
	background-image: url(../../slot3.jpg);
	background-position: center;
	background-size: cover
}
.slot1Text {
	position: absolute;
	background-color: #fff
}
@media (min-width: 768px) {
	
	
	.slot1Text {
		margin: 20px 50px 20px 40px;
		background-color: #fff;
		position: absolute;
		bottom: 25px
	}
	
	#intro2 {
		margin-top: -90px !important
	}
	
	#highlights {
		margin-top: -205px
	}
	
	#WOC {
		margin-top: -170px
	}
	
	#PPP {
		margin-top: -157px
	}
	
	#RES {
		margin-top: -100px
	}
}

.lg-dt {    position: absolute;
    font-size: 20px;
    margin-top: -10px;
	right:10px
}
.lg-dt:hover {color:inherit}

@media (max-width: 1024px) {
	.lg-dt {display:none}
}


@media (max-width: 767px) {

	.lg-dt {display:none}
	.war {
		width: 100%
	}
	
	.desktop {
		display: none !important
	}
	
	.slot1,
	slot2,
	slot3 {
		position: relative;
		background-color: transparent !important
	}
	
	.news-v1 h3 {
		color: #fff !important
	}
	
	.slot1Text {
		background-color: #009bde;
		color: #fff !important;
		top: -50px;
		position: relative
	}
}
.mobile {
	display: none
}
@media (max-width: 500px) {
	.page-scroll.centerMe {display:none}
	.flLefNav {width:100% !important}
	
	section {
		padding-top: 0 !important
	}
	
	.btLink {
		margin-left: 0 !important;
		bottom: 0 !important
	}
	
	#RES p {
		font-size: 13px !important;
		width: 100%;
		text-align: left !important
	}
	
	.slot1,
	slot2,
	slot3 {
		min-height: 400px
	}
	
	.mobile {
		display: block
	}
	
	.woc,
	.wocContainer {
		margin: 0 !important
	}
	
	.woc .eq1Title {
		padding: 0
	}
}
.mobile767 {display:none}
@media (max-width: 767px) {
	.mobile767 {display:block}
	
}

#intro2 {
	height: auto !important
}
.pTop90 {
	padding-top: 90px
}
.service-box-v1a p {
	padding-bottom: 10px
}
.acc-v1 .panel-heading a {
	background-color: #009bde;
	color: #fff
}
.panel {
	border: 0
}
.stButtonX {
	cursor: pointer
}
.slot1,
.slot2,
.slot3 {
	background-color: #009bde
}

