
#container {
	padding:0;
	margin:0 0 30px 0;
}

.page-template-contact-page-php #container,.home #container {
	margin:0px;
}

#wrapper {
    border:none;
    border-radius:none;
    clear: both;
    margin: 130px auto 0;
    padding: 0px;
    position: relative;
	background:none !important;
}

.home #wrapper {
	margin-top: 0 !important;
}

.skip-container {
	display:none;
}

#content,#content-archive {
	/*eaeaed*/
	background:#EFEFF1;
	padding:0 30px;
}


.page-heading h1 {
	color:#262626;
	font-size:30px;
	text-transform:uppercase;
}

h1, h2, h3, h4 {
	line-height:1.1em;
}

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

#header #logo {
	float:left;
}
#header #logo img{
	margin-top:16px;
	width:240px;
	max-width:90%;
}

#header .menu ul {
	min-width:100%;
}

#main-navi ul.menu {
	background:none;
}

#header ul li {
}

#header ul li:hover {
	background:none;
}

#header ul li:hover a {
	border-bottom:2px solid #ffcb08 ;
}
#header ul li a.navsel {
	border-bottom:2px solid #FFb02F ;
}
#header ul li a {
	border:none;
	color:#2f2f2f;
	font-size:110%;
	font-weight:400;
	padding:0;
	margin:0 10px;
	height:36px;
}

#header ul li a:hover {
	background:none;
}

#header ul li.menu-item-has-children ul {
	visibility:visible;
	display:none;
	height:auto;
	z-index:9999;
	position:relative;
}

#header ul li.menu-item-has-children a::after {
	content:url(../images/list.png);
	padding-left:10px;
}

#header ul li.menu-item-has-children ul li a {
	background:#fff !important;
	text-indent:0px;
	height: 30px;
	line-height: 30px;
	display:inline;
}

#header ul li.menu-item-has-children ul li a:hover {
	background:#ffffff !important;
	/* border-bottom:2px solid #cd4f53 !important; */
}

#header ul li.menu-item-has-children li a::after {
	content:normal !important;
}


#header ul li li a {
	border:none !important;
}

#header ul li.menu-item-has-children a:hover {
	border-bottom:2px solid #cd4f53 !important;
	background:#fff !important;
}

#header ul li.menu-item-has-children:hover li {
	background:#fff !important;
}

#header .menu .current_page_item a,

#header .menu .current-menu-item a {
	background-color:transparent !important;
	border-bottom:2px solid #cd4f53;
}



#header ul li.menu-item-has-children a:hover {
	border:none !important;
}

#header ul.sub-menu {
	/*left: -391px;
	width: 530px;*/
    position: absolute !important;
    top: 100%;
	box-shadow: 1px 3px 6px #888;
}

#header ul.sub-menu li {
	width: 100%;
	margin: 0px !important;
	float: left;
	border: 0px;
	/*list-style-type: square;
	list-style-position: inside;
	display: list-item;*/
	padding-left: 15px;
}

#header ul.sub-menu li  a {
	padding: 0px !important;
}

#header ul.sub-menu li a:hover span {
	border-bottom:2px solid #cd4f53 !important;
}

#header .mobile-elems {
	display:none;
}

.mobile-menu {
	display:none;
	width: 250px;
	height:100%;
	position:absolute;
	left: -250px;
	top:-2px;
	z-index:99999;
	overflow:hidden;
	background:#232323;
}

.mobile-menu .menu-close {
	font-size:24px;
	color:#fff;
	height:auto !important;
	line-height:60px;
	background:#232323;
	z-index:2020;
}

.mobile-menu .menu-close span {
	padding-left:20px;
}

.mobile-menu .menu-close a {
	float:right;
	padding-right:35px;
	color:#fff;
}
#header-top {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0px;
}
/*----- Sticky Header -------*/

#header-top.sticky-header {
	background:#fff;
	position:fixed !important;
	left:0px;
	top:0px;
	width:100%;
	z-index:2000;
	border-top:2px solid #456B9A;
	height:52px !important;
	border-bottom:1px solid #d0d0d0;
}

#header-top.sticky-header #head {
	box-shadow:none;
	background:none;
}

#header-top.sticky-header #logo a img {
	display:none;
}

.grayscroll {
	height:58px;
	background:#0d7174;
	z-index:1;
	position:absolute;
	/* ORIG
	width:100%;
	top:100%;
	*/
	display:none;
}

/*-------- Search -------*/

#search-top {
	background:#e6e6e6;
	border-radius:4px;
	text-align:right;
	display:none;
	position:absolute;
	z-index:2;
	top:84px;
	right:28px;
	padding:3px 0 2px 12px;
}

#search-top form {
	margin:0px;
}

#search-top form span {
	float:right;
}

#search-top form input[type="text"] {
	margin-right:10px;
	width:160px;
}

#search-top.sticky-search {
	position: fixed !important;
	top: 51px !important;
	left: 0 !important;
}

::-webkit-input-placeholder {
   color: #383A49;
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #383A49;
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #383A49;
   opacity:1;
}

:-ms-input-placeholder {
   color: #383A49;
   opacity:1;
}


/*------ Contact Page --------*/

.page-template-contact-page-php h1 {
	color:#2d2d2d;
	text-transform:uppercase;
	font-size:30px;
	margin-top:10px;
	margin-bottom:25px;
}

#contact-page {
	background:#fff;
	margin-bottom:20px;
	border:1px solid #d1d4d4;
	padding:20px 40px;
}

#contact-page .post-entry input[type="text"],
#contact-page .post-entry input[type="email"],
#contact-page .post-entry textarea {
	border:1px solid #ccc;
	border-radius:6px;
	box-shadow:none;
	width:100% !important;
	margin-top:5px;
}

input[type="submit"] {
	font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
	border:none;
	border-radius: 0;
	color: #fff;
	background: #ffcb08;
	padding: 5px 15px;
	font-size:14px;
	margin-bottom:12px;
	font-weight:normal;
	letter-spacing: 0.4px;
	line-height: 1.1;
	text-shadow:none;
}
input[type="submit"]:hover {
	background: #FFb02F;
}

#contact-page .post-entry input[type="submit"] {
	border:none;
	border-radius:5px;
	color:#fff;
	background:#456B9A;
	width:100%;
	padding:10px;
	font-size:18px;
	font-weight:normal;
	text-shadow:none;
}

#fancybox-content input[type="submit"] {
	color: #fff;
	background: #456B9A;
	padding: 12px 15px;
	border-radius: 5px;
	width: 100%;
	font-weight:normal;
	text-shadow:none;
}




#contact-page .post-entry textarea {
	width:96%;
}

#contact-page .contact-input {
	margin-bottom:30px;
}


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

.home #content {
	padding-top:35px;
}

.post-article {
	background:#fff;
	margin:0 15px 35px 15px;
	flex:1;
	height:96%;
}


#content-search h1 {
	margin-top:0px;
	color:#262626;
	font-size:26px;
	text-transform:uppercase;
}

.article-box {
	background:#fff;
}

.article-box img {
	margin:0px;
}

.article-box h4 {
	color:#000;
	font-size:20px;
}
.edgepad{
	padding-right:15px;
	padding-left:15px;
}


/*------article box -------*/

.article-box {
	background:#fff;
	/* overflow:hidden; */
}
.article-head{
	margin:0.5em 0 0.1em 0;
	font-size:150%;
	line-height:1.2 ;
}
.article-head p{
	margin-top:0;
	line-height:1.2 ;
}
.article-box .post-entry a,
.article-box .article-img img,
.article-box .post-entry a h4 {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
	box-shadow: #000 0em 0em 0em;
}

.article-box .post-entry a:hover,
.article-box .post-entry a h4:hover,
.article-box .article-img a:hover img {
	opacity: .85;
    transition: all .5s ease; /* ease-out */
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.article-box img {
	margin:0px;
}
.article-box .subhead{
	margin:0 0 0.1em 0;
}

.article-box h4 {
	color:#222;
	font-size:20px;
}

.article-box p {
	color:#333333;
}


.article-img img {
	height: 220px;
	width: 100%;
}

.post-entry {
	padding:10px 20px 0 20px;
}

.post-entry p {
	padding:0;
	margin-top:0px;
	margin-bottom:5px;
}

.post-entry h4 {
	margin-bottom:6px;
}


/*-------- Footer -------*/

#footer {
	background:#2b2b2b;
	max-width:none;
	color:#fff;
	padding:25px 0px;
}

#footer a {
	color:#d4d4d4;
}


#footer #menu-footer-menu {
	margin:0px;
}

#footer #menu-footer-menu  li {
	display:inline-block;
}

#footer #menu-footer-menu  li:last-child a {
	margin:0px;
}

#footer #menu-footer-menu li a {
	border:none;
	margin:0px;
	padding:0px;
	margin-right:23px;
	font-size:12px;
	text-transform:uppercase;
	display:inline-block;
	line-height:1.5em;
}

#footer #menu-footer-menu li a:hover {
	opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	color:#fff;
}

#footer #menu-footer-menu li:first-child a {
	background:url(../images/mobile-home.png) no-repeat center center;
}

#footer #menu-footer-menu li:first-child span {
	visibility:hidden;
}

#footer .copyright {
	font-size:14px;
	color:#d4d4d4;
	margin-top:-40px;
	margin-left: 10px;
}

#before-footer {
	background:#6d7174;
	color:#f2f2f2;
	padding:55px 0px;
	z-index: 2;
}

#before-footer #archives-2 select {
	height:35px;
	border:none;
	border-radius:5px;
	color:#333333;
	width:100%;
}


/*-----Contact list --------*/

.gal {
	clear:both;
	width:98%;
	list-style-type: none;
	padding: 12px 0 18px 0;
	font-size: 11px;
}
.gal li {
	vertical-align:bottom;
	position:relative;
	color:#fff;
	line-height:1.5;
	padding-bottom:28px;
}
.gal li a.email{

}
@media screen and (min-width: 992px) {
	.gal {
		display: table;
	}
	.gal li {
	 	max-width:130px;
	 	padding-right:30px;
		display: table-cell;
	}
}
@media screen and (max-width: 991px) {
	.gal {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-around;
		padding-bottom:  0;
	}
	.gal li {
	 	min-width:100px;
	 	max-width:180px;
	 	margin-bottom:24px;
	 	margin-right:12px;
	}
}
.tctxt{
	padding-right:10px !important;
	}
.tctxt a.email{
	margin-top:6px;
	width:58px;
	height:22px;
}

.tctxt a.socialicon{
	display:inline-block;
	margin:8px 12px 8px 0;
}

.lastli{
	min-width:70px !important;
}

ul.gal li b {
	font-size: 12px
}


/*-----Search Posts--------*/

#content-search h1.search-result {
	color:#262626;
	margin-top:0px;
}


/*-----AJAX Load More--------*/

.load-button {
	text-align:center;
	margin-top:15px;
	margin-bottom:45px;
}

.load-button p {
	margin:0px;
}

.load-button a {
	background:#456B9A;
	color:#fff;
	padding:15px 75px;
	text-align:center;
	border-radius:4px;
	font-size:18px;
}


/*----- BUTTON ---- */

.load-button a {
    	transition: opacity .5s ease-out;
    	-moz-transition: opacity .5s ease-out;
    	-webkit-transition: opacity .5s ease-out;
    	-o-transition: opacity .5s ease-out;
		box-shadow: #000 0em 0em 0em;
}

.load-button a:hover {
	opacity: .7;
    	transition: opacity .5s ease-out;
    	-moz-transition: opacity .5s ease-out;
    	-webkit-transition: opacity .5s ease-out;
    	-o-transition: opacity .5s ease-out;
}

#_atssh {
	height:0px;
	max-height:0px;
	overflow:hidden;
}

.post-entry h4{
	overflow: hidden;
}

.post-entry p {
	overflow: hidden;
}

.page-template-full-width-page-php .post-entry {
	margin: 0 40px !important;
}

.wsp-pages-title code,
.wsp-sectorss-title code,
.wsp-geographiess-title code,
code .wsp-pages-title,
code .wsp-sectorss-title,
code .wsp-geographiess-title {
	font-size: 28px;
	background: none;
	color: #262626;
}

ul.wsp-pages-list, ul.wsp-posts-list, ul.wsp-sectorss-list, ul.wsp-geographiess-list {
	list-style-type: square !important;
	color: #262626;
}

ul.wsp-pages-list li a,
ul.wsp-posts-list li a,
ul.wsp-sectorss-list li a,
ul.wsp-geographiess-list li a {
	line-height: 2em;
}

#content, #content-archive, #content-search {
	min-height: 520px;
	/* height of content block */
}


#header {
	background:#fff;
	padding:0 30px;
}
.logform{
 	position:absolute;
	top:54px ;
	right: 28px ;
	text-align:left;
}
.logregbtns{
	white-space:nowrap;
}



@media screen and (min-width:1140px) {
	#header {
		padding-bottom:100px;
		height:120px;
	}

	#header ul li.menu-item-has-children:hover ul {
		display:block;
		visibility:visible;
	}
	.menu li:hover > ul {
		visibility:visible;
	}
 	.logregbtns{
		float:right;
		padding:1px 0 3px 12px;
		margin:6px 0 0 0;
	}

	#nav_wrap{
		padding-top:10px;
		float:right;
	}
	#main-navi {
		float:left;
	}
	#search-icon {
		float:right;
		margin:10px 0 0 15px;
		cursor:pointer;
	}
}

#logpane{
	clear:right;
	float:right;
	text-align:right;
}

@media screen and (max-width:1139px) {
	#header {
		padding-bottom:10px;
		height:90px;
	}

	#header ul li.menu-item-has-children:hover ul {
		display:block;
		visibility:visible;
	}
	.menu li:hover > ul {
		visibility:visible;
	}

	.logregbtns{
		float:right;
		padding:2px 0 3px 12px;
		margin:6px 0 0 0;
	}
	#nav_wrap{
		padding-top:10px;
		float:right;
		text-align:right;
	}
	#main-navi{
		float:left;
	}
	#search-icon {
		display:inline-block;
		margin:10px 0 0 15px;
		cursor:pointer;
	}
}

@media screen and (max-width:1024px) {

	#header {
		height:90px;
		padding-bottom:4px;
	}
 	.logregbtns{
		float:right;
		padding:1px 0 3px 1px;
		margin:10px 0 0 0;
	}
	.logform{
		top:8px;
		right: 15% ;
	}
	 .logmin{
	 	margin:0 0 12px 0;
	 }

	 .logmincf{
		clear:left
 	}
	#header-top.sticky-header {
		padding:5px 0px;
		height:76px !important;
	}
	#main-navi,#search-icon {
		display:none;
	}

	.grayscroll {
		top:92%;
	}

	.js #main-navi #responsive_current_menu_item {
		display:block;
	}
	#header-top {
		background:#fff;
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		z-index:20;
		border-top:2px solid #456B9A;
		height:66px !important;
		border-bottom:1px solid #d0d0d0;
	}
	#header-top #head {
		background:none;
		box-shadow:none;
	}
	#header .mobile-logo {
		display:block;
		float:left;
		width:45%;
	}
	#header .mobile-logo img {
		margin-top:10px;
		width: 90%;
		max-width:240px;
	}
	#header .mobile-list {
		display:block;
		float:right;
		cursor:pointer;
	}

	#header .menu-close {
		left:0;
		display:block;
		width: 250px;/* ORIG 60%;*/
		visibility:visible;
	}
	#menu-main-menu {
		bottom:0px;
		height:auto;
		z-index:22;
		background:#2c2c2c !important;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0);
	}
	#main-navi {
		float:none;
	}
	#menu-main-menu li {
		float:none;
		text-align:left;
	}
	.mobile-menu .menu .current_page_item a,
	.mobile-menu .menu .current-menu-item a {
		background:#646464;
		border-bottom:1px solid #3b3b3b;
	}
	.mobile-menu ul {
		background:#2c2c2c;
	}
	.mobile-menu ul li {
		border-bottom:#3b3b3b;
		background:#2c2c2c;
	}
	.mobile-menu ul li a {
		color:#ffffff;
		padding:0px 17px;
		border:none;
		border-bottom:1px solid #3b3b3b;
	}
	.mobile-menu ul li.menu-item-has-children > a::after {
		content:url(../images/list-mobile.png);
		padding-left:10px;
	}
	.mobile-menu ul li:hover a {
		border-bottom:1px solid #3b3b3b;
		background:#646464;
	}

	.mobile-menu ul li.menu-item-has-children:hover a {
		border-bottom:1px solid #3b3b3b !important;
	}
	.mobile-menu ul li.menu-item-has-children ul li {
		border:none;
		border-bottom:1px solid #3b3b3b;
	}
	.mobile-menu ul li.menu-item-has-children ul li:first-child {
		border-top:1px solid #3b3b3b;
	}
	.mobile-menu ul li.menu-item-has-children ul {
		width:100%;
	}
	.mobile-menu ul li.menu-item-has-children ul li a {
		color:#ffffff;
		background:none !important;
		font-weight:bold;
		padding-left:50px;
		height:45px;
		line-height:45px;
	}
	.mobile-menu ul li.menu-item-has-children ul li a:hover {
		background:#646464 !important;
		border-bottom:none !important;
	}
	.mobile-menu ul li:hover ul {
	}
	.menu ul.actived {
		visibility:visible !important;
		display:block !important;
		z-index:999999;
		top:100%;
	}
	#search-top {
		top:55px;
		right:206px;
	}

	#search-top.sticky-search .container {
		width: auto;
	}
	#header .mobile-elems {
		display:block;
	}
	#header .mobile-icons {
		margin-top:20px;
		float:right;
		width:40%;
		min-width:160px;
	}
	#header .mobile-search {
		float:right;
		margin:0 0 0 30px;
		cursor:pointer;
	}
	#header .search-icon {
		display:none;
	}


	.article-box img {
		margin:0 auto !important;
	}

	#wrapper {
		margin:20px auto 0;
	}

	.article-img img {
		height: 200px;
		width: 100%;
	}

}

@media screen and (max-width:800px) {
	.logform{
		background-color:#fff;
		top:8px;
		padding:8px 16px;
		border:1px solid #ccc;
		left: 13% ;
		width:90%;
		max-width:480px;
	}
}

@media screen and (max-width:680px) {

	.logminmincf {
		clear:left;
	}
	.logform{
		left: 16% ;
		max-width:320px;
	}
}

@media screen and (max-width:520px) {
	#header .mobile-logo img {
		margin:16px 0 0 0;
		width: 90%;
	}
	#header {
		padding:0 20px;
	}
	.logform{
		max-width:280px;
	}
}
@media screen and (max-width:480px) {
	#header .mobile-logo img {
		margin:18px 0 0 -6px;
		width: 90%;
	}
	.logform{
		max-width:240px;
	}
	#search-top {
		top:55px;
		left:12px;
	}
	#search-top form input[type="text"] {
		width:90%;
	}
}

@media screen and (max-width:430px) {
	#header .mobile-logo img {
		margin:18px 0 0 -8px;
	}
	.logform{
		left: 4% ;
		max-width:220px;
	}
}
@media screen and (max-width:390px) {
	#header .mobile-logo img {
		margin:20px 0 0 -2px;
	}
	#header {
		padding:0 10px;
	}
}

@media screen and (min-width:990px) and (max-width:1200px) {
	#footer #menu-footer-menu li a {
		margin-right:15px;
	}
}

@media screen and (max-width:990px) {

	#footer {
		text-align:center;
	}

	#footer #foot-menu {
		margin-bottom:30px;
		margin-top:0px;
		text-align:center !important;
	}

	#footer .copyright {
		text-align:center;
		float:none;
	}

}



@media screen and (min-width:769px) {
	.fadeshow {
		display:block !important;
		-webkit-animation: fadein .8s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein .8s; /* Firefox < 16 */
		-ms-animation: fadein .8s; /* Internet Explorer */
		-o-animation: fadein .8s; /* Opera < 12.1 */
		animation: fadein .8s;
	}

	.article-img {
	height:250px;
	overflow:hidden;
	}

}

@media screen and (min-width:769px) and (max-width:869px){
	.fadeshow {
		display:block !important;
		-webkit-animation: fadein .8s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein .8s; /* Firefox < 16 */
		-ms-animation: fadein .8s; /* Internet Explorer */
		-o-animation: fadein .8s; /* Opera < 12.1 */
		animation: fadein .8s;
	}

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}


@media screen and (min-width:560px) and (max-width:768px) {
.article-img {
	height:300px;
	overflow:hidden;
	}
}

@media screen and (min-width:400px) and (max-width:559px) {
.article-img {
	height:240px;
	overflow:hidden;
	}
}
@media screen and (max-width:399px) {
.article-img {
	height:200px;
	overflow:hidden;
	}
}

@media screen and (max-width:767px) {
	.grayscroll {
		display:none !important;
	}
	#footer #menu-footer-menu li a {
		padding:10px 0px;
	}
	.load-button a {
		display:block;
	}
	.article-img {
		max-height:none;
		overflow:visible;
	}
	.article-img img {
		display:inherit;
	}
	#content-search h1.search-result {
		position:relative;
		z-index:2;
		margin-top:20px;
		padding-left:5px;
	}
	.single .post-entry .single-entry-content {
		padding-left:15px;
	}


	/*
	#fancybox-wrap {
		right:0px !important;
		left:0px !important;
		width:90% !important;
		min-width:inherit !important;
	}
	*/
	#fancybox-wrap input[type="text"],
	#fancybox-wrap input[type="password"],
	#fancybox-wrap input[type="email"],
	#fancybox-wrap input[type="submit"],
	#fancybox-wrap textarea {
		width:100% !important;
	}
	/*
	#fancybox-content {
		width:100% !important;
		min-width:inherit !important;
	}
	*/

	.article-box {
		height: auto;
	}

	.fadeshow-mobile {
		display:block !important;
		-webkit-animation: fadein .8s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein .8s; /* Firefox < 16 */
		-ms-animation: fadein .8s; /* Internet Explorer */
		-o-animation: fadein .8s; /* Opera < 12.1 */
		animation: fadein .8s;
	}
	.article-img img, .featured-article.smallarticle img {
		height: 419px;
	}
}



@media screen and (max-width:480px) {

	#contact-page .post-entry .contact-input {
		float:none;
		width:100%;
		margin:15px 0px;
	}
	#contact-page .post-entry input[type="submit"],
	#contact-page .post-entry textarea {
		width:100%;
	}
	.single .navigation a {
		font-size: 11px;
	}
	.single .navigation .previous img {
		margin-right: 10px;
		height: 35px;
	}
	.single .navigation .next img {
		margin-left: 10px;
		height: 35px;
	}
	.single .contents {
		margin: 0px;
	}
	.page-template-full-width-page-php .post-entry {
		margin: 0 20px !important;
	}

	#fancybox-content {
		width: 90% !important;
	}

}

#fancybox-content {
	padding:0px 10px;
}

#fancybox-content textarea {
	height:150px;
}


