/*
Theme Name: Codeighteen
Author: Codeighteen
Author URI: http://www.codeighteen.co.uk/
*/

/*
* Base CSS
*/

* {
	margin: 0;
	padding: 0px;
}
body { 
	margin: 0; 
	height: 100%; 
	z-index: 1000;
	overflow-x: hidden;
	color: #555;
	background-color: #f7f7f7; 
	font-family: 'Raleway', sans-serif;
}
img	{ 
	border: 0; 
	padding: 0 0 0 0;
}
p a {
	color: #e15436 !important;
}
p a:hover {
	color: #333!important;
}

a:hover, a:visited, a:link, a:active { 
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:link,
a:visited,
a:active {
    color: #333;
    transition: color 0.2s, opacity 0.2s;
	-webkit-transition: color 0.2s, opacity 0.2s;
	font-weight: 400;
}
a:hover {
    color: #999;
}
ul, li { 
	padding: 0 0 0 40px; 
	margin: 0 0 10px 0; 
}
hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
p { 
	width: 100%; 
	padding: 0 0 0 0; 
	margin-bottom: 22px;  
	font-weight: 400;
	font-size: 14px; 
	line-height: 2;
	color: #555;
 	margin-top: 0;
}
p a { 
	color: #333; 
}
strong {
	font-weight: 600;
}
p strong {
	color: #222;
}
iframe {
	border: none !important;
}
cite { 
    font-style: italic;
}
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}
h1, h2, h3, h4, h5, h6 { 
	font-weight: 500;
	padding: 0 0 0 0; 
	line-height: 1.3;
	margin-top: 0; 
	margin-bottom: 22px; 
	margin-left: auto; 
	margin-right: auto; 
	color: #222;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 400;
}

h1.no-border {
	border: none !important;	
}

.entry-content h1 { font-size: 20px;}
.entry-content h2 { font-size: 18px;}
.entry-content h3 { font-size: 16px;}
.entry-content h4 { font-size: 14px;}
.entry-content h5 { font-size: 14px;}
.entry-content h6 { font-size: 14px;}

blockquote {
	border: none;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 90px 30px 90px;
	margin: 30px 0 30px 0px;
	color: #333;
}
blockquote p {
	font-style: italic;
	color: #555;
	font-weight: 500;
	font-size: 22px !important;
	line-height: 2 !important;
}
address, pre {
	margin-bottom: 12px;
	font-size: 12px;
}
dl {
	font-size: 14px;
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	color: #555;
	font-weight: 600;
}
dd {
	margin: 0 0 0 180px;
	padding: 0 0 12px 0;
}
pre {
	white-space: pre-wrap;    
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap;
	word-wrap: break-word;   
	background: #f1f1f1;
	padding: 22px 22px 22px 22px;
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	color: #555 !important;
	margin-bottom: 22px;
}
pre {
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}

section {
	padding: 60px 0 30px;
}

.section-heading {
    margin-top: 0;
    margin-bottom: 45px;
}

.bg-grey {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

/*
* Helper Classes 
*/

.text-center {
	text-align: center;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn {
    border: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
}

.btn-primary {
    border-color: #e15436;
    color: #fff!important;
    background-color: #e15436;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 20px;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

/*
* Header 
*/
.header-wrapper {
	position: static;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-wrapper img.white {
	display: none;
}

.home .header-wrapper img.white {
	display: block;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.home .header-wrapper img.white {
		height: 50px;
	    margin-top: 18px;
	    width: auto;
	    margin-left: 25px;
    }
}

.home .header-wrapper img.black {
	display: none;
}

.home .header-wrapper.sticky img.white {
	display: none;
}

.home .header-wrapper.sticky img.black {
	display: block;
}

.home .header-wrapper .navigation li a {
	color: #fff;
}

.home .header-wrapper .fa-angle-down {
	color: #fff;
}

.home .header-wrapper.sticky .fa-angle-down {
	color: #000;
}

.home .header-wrapper {
	position: fixed;
}

.header-wrapper.sticky {
	background: #fff;
	position: fixed;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header-wrapper.sticky .navigation li a {
	padding: 20px 20px 0px 20px;
	color: #333;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-wrapper.sticky .navigation li a {
		padding: 20px 5px 0px 5px;
	}
}

.header-wrapper.sticky .header .logo {
	top: 7px;
}

.header-wrapper.sticky .header .logo img {
	margin-top: 18px;
	height: 35px;
}

.header {
	position: relative;
	text-align: right;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .logo {
	z-index: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: absolute;
	z-index: 999;
}
.header .logo img {
	height: 65px;
	margin-top: 15px;
	width: auto;
}

.navigation {
	display: block;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navigation {
		display: none;
	}
	
	.header-wrapper.sticky .header .logo img {
	    margin-top: 27px;
	    height: 40px;
	    margin-left: 25px;
	}
}

.navigation li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin-left: -3px;
	position: relative;
	z-index: 99999999;
}

.navigation > li {
	margin-left: -5px;
}

.navigation li a {
	color: #333;
	padding: 40px 30px 40px 30px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	display: block;
 	text-transform: uppercase;
 	position: relative;
	letter-spacing: 1px;
	transition: all ease-in-out 0.2s, color ease-in-out 0.2s, padding ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s,  color ease-in-out 0.2s, padding ease-in-out 0.2s; /* Safari */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.navigation li a {
		padding: 40px 0px 40px 0px;
	}
}


/*
* Mobile Nav
*/

.mobile-logo {
	float: left;
}
.mobile-logo img {
	height: 60px;
	margin-top: 30px;
	margin-left: 30px;
}
.mobile-nav-container {
	overflow: auto;
	width: 100%;
	display: none;
	z-index: 10;
}

.mobile-nav-container ul {
	list-style: none;
}

.mobile-nav-container ul,
.mobile-nav-container li {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width : 768px) {
	.mobile-nav-container {
		display: block;
	}
}

.mobile-nav-container .dropdown a {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.mobile-nav-container .dropdown a .fa-chevron-down {
	margin-left: 3px;
}
#mobile-nav {
	float: left;
	width: 100%;
	background: #222;
}
.mobile-nav-bar {
	background: transparent;
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#mobile-nav li a {
	padding: 20px 30px 20px 30px !important;
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
#mobile-nav li a:active {
	color: rgba(255,255,255,1);
}
#mobile-nav .sub-menu {
	padding-left: 22px;
}
#mobile-nav .sub-menu li a {
	color: rgba(255,255,255,0.6);
}
#mobile-nav .fa-angle-down {
	float: right;
	margin-top: 3px;
	font-size: 16px;
}
.btn-mobile-nav {
	border: none;
	background-color: transparent;
	color: #222 !important;
	background-size: 24px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	padding: 10px 40px !important;
	font-weight: 300;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 2px !important;
	z-index: 10000000000;
	border-radius: 3px;
	font-size: 26px;
}
.btn-mobile-nav.collapsed {
	background-color: transparent;
}
#mobile-nav li a:hover .sub-menu {
	display: none;
}
#mobile-nav li .sub-menu {
	display: none;
}
#mobile-nav .mega-menu .sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
	width: 100% !important;
	border-right: 0px !important;
}
#mobile-nav .mega-menu .sub-menu > li sub-menu {
	width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
	float: none !important;
}
#mobile-nav .mega-menu .sub-menu .menu-item-has-children > a {
	border-right: 0px !important;
	padding: 0px 0px 0px 0px !important;
	padding-left: 16px !important;
	display: none;
}
#mobile-nav .mega-menu > .sub-menu > li a {
	border-right: 1px dashed #434649 !important;
	padding: 12px 12px 12px 12px !important;
	padding-left: 16px !important;
}
#mobile-nav .sub-menu i {
	margin-right: 8px !important;
}


/*
* Page 
*/

.page h1 {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

/*
* Meet Team
*/

article .entry.entry-team {
	padding: 30px 30px 60px 30px;
}

.meet-team h1 {
	border-bottom: none;
	margin-bottom: 10px;
}

.meet-team  .team-holder {
	width: 100%;
    display: block;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.meet-team .team-holder img {
	width: 100%;
	height: auto;
}

.contact-holder span  {
	margin-bottom: 10px;
	display: inline-block;
}

.contact-holder span i {
	display: inline-block;
	margin-right: 10px;
}


/*
* Who are we 
*/


#home-users {
	margin: 100px 0;
	display: inline-block;
	font-size: 170px;
}

@media only screen and (max-width : 768px) {
	.caed-who-we-are.text-center {
		text-align: justify;
	}
}

/*
 * Slider
 */

header {
	position: relative;
} 

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: left;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    width: 100%;
    padding-bottom: 0;
    border: none;
    color: #fff;
    font-size: 40px;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    line-height: 150%;
}

header .header-content .header-content-inner #learn {
	margin-left: 10px;
}

header {
	min-height: 100%;
}

header .header-content {
	position: absolute;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

header .header-content .header-content-inner p {
	max-width: 100%;
	font-size: 18px;
	text-align: left;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	header .header-content .header-content-inner .btn {
		width: 100%;
		margin: 5px 0!important;
	}
}
 

/* Medium Devices, Desktops */
@media only screen and (max-width : 768px) {
    
    header .header-content .header-content-inner h1 { 
         margin-bottom: 20px;
         font-size: 40px;
          color: #000;
    }
    
    
	header .header-content .header-content-inner p { 
	    font-size: 13px;
	    margin-bottom: 30px;
	    color: #000;
	}
	
	header .header-content {
        position: relative;
        top: 0;
        padding: 0 50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 2;
        margin: 40px 0;
    }
    
    .owl-main-slider .item {
        min-height: 350px!important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 450px) {
 .owl-main-slider .item {
        min-height: 250px!important;
    }
}
 
 .owl-no-paging .owl-pagination {
	display: none;
 }
 
  .owl-theme {
	  z-index: 1;
  }
 
 .owl-theme img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	width: 100%;
}

.owl-theme .owl-controls {
    margin-top: -75px;
    text-align: center;
}

.owl-theme .overlay {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
}

.owl-theme .owl-buttons {
    position: absolute;
    top: 38%;
    width: 100%;
}

.owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 5px;
    background: transparent !important;
    border-radius: 50% !important;
    height: 60px;
    width: 50px;
    text-indent: -9999px;
    overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.owl-theme .owl-buttons .owl-prev:before {
	content: '\f053';
	font-family: FontAwesome;
	text-indent: 9px;
    color: #000;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 1px;
}

.owl-theme .owl-buttons .owl-next:before {
	content: '\f054';
	font-family: FontAwesome;
	text-indent: 18px;
    color: #000;
    position: absolute;
    right: 0;
    font-size: 45px;
    top: 1px;
}

.owl-theme  .owl-buttons .owl-next {
	position: absolute;
    right: 5px;
    background: transparent !important;
    border-radius: 50% !important;
    height: 60px;
    width: 50px;
    overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.owl-theme .item a:hover h4 {
	color: #999;	
}

.owl-theme .owl-link {
	border: 2px solid rgb(102, 102, 102);
    border-radius: 5px;
    color: rgb(102, 102, 102);
    background-color: transparent;
    padding: 13px 19px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    box-sizing: border-box;
    line-height: normal;
    display: inline-flex;
    width: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	background: #f2f2f2;
	margin-left: 10px;
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.owl-theme .owl-link:hover {
	color: #fff !important;
    border: 2px solid rgb(102, 102, 102);
    background-color: rgb(102, 102, 102);
}

.owl-theme .owl-link:hover {
	color: #fff !important;
}

.owl-theme .owl-link h2 {
	margin: 0;
}

.owl-theme.owl-home-slider .owl-controls .owl-page span {
    border: solid 2px #333;
}

.owl-theme.owl-home-slider .owl-controls .owl-page.active span {
    border: solid 2px #333;
    background: #333;
}

.owl-theme.owl-home-slider .owl-controls {
	margin-top: 0;
}

/*
* Main Slider
*/


.owl-main-slider .item {
	min-height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
* Team Slider 
*/

.owl-home-slider {
	margin: 30px -15px 0;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.owl-home-slider {
		margin: 30px 0 0;
	}
}

.owl-home-slider .item img {
	margin-bottom: 20px;
}

.owl-home-slider .item a {
	display: block;
	padding: 0 15px;
	width: 100%;
}

.owl-home-slider .item a:hover {
	opacity: 0.8;
}


/*
* Footer 
*/

footer  {
	background-color: #fff;
    position: relative;
    margin: 60px 0px 0px 0px;
    padding: 60px;
    text-align: center;
}

footer .copyright {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 400;
	color: #777;
	line-height: 22px;
}

footer .footer-about {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

footer .footer-about i {
	display: inline-block;
	margin-right: 5px;
    vertical-align: middle;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	footer {
		padding: 0;
	}
	
	footer .footer-about {
		width: 100%;
		padding: 30px;	
	}
}

footer .footer-about img {
	width: 150px;
	margin-bottom: 30px;
}

/* Search Form */
#searchform #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 0;
	color: #555;
	height: 100%;
	opacity: 0;
	z-index: 1;
	width: 50px;
}
#searchform:after {
	content: "\f002";
	display: block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 12px;
	color: #999 !important;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
}

/* Form Controls */
input:focus,
select:focus,
textarea:focus,
button:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none !important;
}
label {
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
input, 
textarea, 
select .form-group input, 
.form-group textarea,
.form-group select,
.form-control {
	border: 0px solid transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	font-weight: 400;
}
input:hover, textarea:hover, 
.form-group input:hover, 
.form-group textarea:hover {
	border: 0px solid transparent;
}
input:focus, textarea:focus, 
.form-group input:focus,
form-group textarea:focus {
	border: 0px solid transparent;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
	height: 40px;
	line-height: normal;
	padding-left: 12px;
}
textarea {
	padding: 20px 20px
}

/* Widgets */
.widget ul {
	list-style: none;
	padding: 0;
    margin: 0;
}

.widget ul li {
	padding: 0 0 8px 0;
    margin: 0 0 8px 0;
	border-bottom: 1px dotted #ccc;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
.widget li > .children, .widget li > .sub-menu {
	margin-top: 10px;
}
.widget .children, .widget .sub-menu {
	padding-left: 20px;
	margin-bottom: 0px;
}

.widget-area ul li {
	font-size: 12px;
}
.widget-right {
	padding-left: 30px;
}
.widget-area .widget {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.widget-area .widget:last-child {
	border-bottom: 0px;
}
.widget-area .widgettitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: #333;
}
.textwidget {
	font-size: 12px;
	color: #222;
}
.textwidget p {
	font-size: 13px;
	font-weight: 500;
}
.textwidget p a {
	color: #ccc !important;
}
.textwidget p:last-child {
	margin-bottom: 0px;
}
.widget-area .post-date {
	color: #888;
	font-size: 11px;
}
.widget-area .post-date:before {
    content:"\a";
    white-space: pre;
}

.widget-area .widget_recent_entries ul li {
	margin-bottom: 12px;
}
.tagcloud {
	text-align: left;
}
.tagcloud a {
	background: transparent;
	font-weight: 600;
	font-size: 12px !important;
	padding: 8px 16px 8px 16px;
	margin-bottom: 5px;
	display: inline-block;
	color: #555;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
}
.tagcloud a:hover {
	border: 1px solid #aaa;
	color: #333 !important;
}
p .tooltip-span {
	font-weight: 500;
	text-decoration: underline;
}
.tooltip-inner {
	display: inline-flex;
}
.tagcloud .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fff;
}
.widget-right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}
.widget-area #searchform, .widget-area #searchform #s {
	width: 100%;
}
.sidebar-active {
	padding-left: 90px;
	padding-right: 90px;
}
.textwidget img {
	max-width: 100%;
}


article {
	margin-bottom: 30px;
}

article > img {
	width: 100%;
}

article .entry {
	background-color: #fff;
	padding: 60px 30px;
	margin-bottom: 60px;
}
article.sticky .entry {
	 -moz-box-shadow:    0 0 10px #ccc;
   -webkit-box-shadow: 0 0 10px #ccc;
   box-shadow:         0 0 10px #ccc;
}
article .article-image img {
	width: 100%;
	height: auto;
}
article .heading {
	font-size: 20px;
	margin-bottom: 15px;
}
article .heading a {
	font-weight: 500;
}
article .date {
	font-size: 13px;
	color: #bbb;
}
article .read-more-wrapper {
	display: inline-flex;
}

.isotope-item article .heading {
	font-size: 16px;
}
.isotope-item article .entry {
	margin-bottom: 30px;
}

/* Post Formats */

article .article-link, article .article-quote {
	padding: 30px 30px;
	background-color: #fff;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
article .article-link a {
	font-weight: 600;
}

article .article-quote blockquote {
	border-top: none;
	border-bottom: none;
	margin: 0px 0px 0px 0px !important;
}

article .post-meta {
	display: none;
}

.posts-page article .post-meta {
	position: absolute;
    top: 0;
    background: #fff;
    padding: 15px;
	display: block;
}
.posts-page article {
	background: #fff;
}

.posts-page article .entry {
	padding: 10px 20px 30px 20px;	
}

.posts-page article .entry h1 {
	margin-bottom: 5px;
}


/* Single */

.single-post {
	background-color: #f7f7f7;
}
.single article .date {
	display: none;
}
.single article .post-meta {
	display: block;
	color: #888;
	font-size: 12px;
}
.single article .heading {
	font-size: 26px;
}
.single article .article-link {
	margin-bottom: 30px;
}
.single article .article-video {
	margin-bottom: 30px;
}
.single .format-video .entry-content iframe {
	display: none;
}
.single article .article-quote {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	padding: 60px 60px;
	margin-bottom: 30px;
	line-height: 2;
}
.single-post .entry-header {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
}

/* Tags */
.tags-share {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	position: relative;
}
.tags-share a {
	padding: 10px 15px;
	color: #999;
	letter-spacing: 2px;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	border-radius: 100px;
    -webkit-transition: all 0.2s; /* Safari */
    margin-right: 8px;
    background: #fff;
}
.tags-share a:hover {
	color: #fff !important;
	background: #333;
}
.tags-share .column {
	width: 49%;
	display: inline-block;
	min-height: 63px;
}
.tags-share .right {
	float: right;
	width: auto;
}

.entry [class*="entry-"] {
	margin-bottom: 30px;
}
.entry [class*="entry-"]:last-child {
	margin-bottom: 0px;
}

.entry table {
	border: 1px solid #ddd;
	margin-bottom: 22px;
}
.entry thead th {
	padding: 14px 18px 14px 18px !important;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
}
.entry td, .entry tbody th  {
	padding: 14px 18px 14px 18px !important;
	color: #666;
	font-size: 11.5px;
}
.entry .th-black {
	background: #444;
}
.entry ul, .entry ol {
	margin-bottom: 30px;
}
article .entry img {
	max-width: 100%;
}
.isotope-loadmore {
	text-align: center;
}
.isotope-loadmore a {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
    padding: 60px;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    transition: all 0.2;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.isotope-loadmore a:hover {
	background-color: rgba(0,0,0,0.02);
}

.isotope-container .isotope-post {
	width: 49.99%;
	padding: 90px 160px;
	text-align: center;
}
.isotope-container .isotope-post:first-child {
	width: 100%;
	padding: 90px 300px;
	text-align: left;
}
.isotope-container .isotope-post .date {
	margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(0,0,0,0.3);
}
.isotope-container .isotope-post:hover .read-more {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.isotope-container .isotope-post h3 {
	font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.isotope-container .isotope-post h3 a {
	font-weight: 600 !important;
}

/* multiline truncation */
.block-with-text {
	height: 200px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
    right: 8px;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.recruitment-details label {
	font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    display: inline;
}

.projects-page article {
	background: #333 !important;
	position: relative;
}

.projects-page .primary-article:hover h2 {
	-ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
	top: 38%;
}

.projects-page .secondary-article:hover h2 {
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	top: 33%;
}

.projects-page .secondary-article h2 {
	font-size: 20px;
}

.projects-page article h2 {
	color: #fff;
	text-align: center;
	font-size: 27px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 10;
	width: 100%;
	padding: 40px;
	transition: all .2s ease-in-out; 
}

.projects-page article img {
	height: 100%;
}

.projects-page .overlay {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
	z-index: 9;
}

.projects-page .primary-article {
	
}

.projects-page .secondary-article {

}

.single-core_projects .post-meta,
.single-project_recruitment .post-meta {
	display: none !important;
}

.error404 .page-heading {
	display: none;
}

.wp-post-image {
	width: 100%;
	height: auto;
}

.team-image {
    margin-bottom: 15px;
}

.pager li {
    margin: 0;
    padding: 0px 10px;
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 99999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ee4b28;

    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ee4b28;

        -webkit-animation: spin 3s linear infinite; 
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ee4b28;

        -webkit-animation: spin 1.5s linear infinite; 
          animation: spin 1.5s linear infinite; 
    }

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

    #loader-wrapper .loader-section { 
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
		background: #f7f7f7;
        z-index: 1000;
        -webkit-transform: translateX(0); 
        -ms-transform: translateX(0); 
        transform: translateX(0);  
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  
            -ms-transform: translateX(-100%); 
                transform: translateX(-100%);  

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%); /
            -ms-transform: translateX(100%); 
                transform: translateX(100%); 

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%); 
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);  

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }

