/* @override 
	http://themedev.cnuonline.co/wp-content/themes/blank-theme/style.css?ver=4.8.1
	http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/style.css?ver=4.8.3
	http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/style.css?ver=4.9
	http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/style.css?ver=4.9.1
	http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/style.css?ver=4.9.2
	http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/style.css?ver=4.9.4
	http://dandh.cnuonline.co/wp-content/themes/Dernier%20%26%20Hamlyn/style.css?ver=4.9.4
	http://dandh.cnuonline.co/wp-content/themes/dernier-hamlyn/style.css?ver=4.9.4
	http://dandh.cnuonline.co/wp-content/themes/dernier-hamlyn/style.css?ver=4.9.5
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=4.9.8
	http://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=4.9.8
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=5.2.2
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=5.4.2
	http://dandh.cnuonline.co/wp-content/themes/dernier-hamlyn/style.css?ver=5.5.1
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=5.5.1
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?ver=5.6
	https://dernier-hamlyn.com/wp-content/cache/autoptimize/css/autoptimize_efef454b44b7dbe3a8cf03579f6cabd2.css
	https://dernier-hamlyn.com/wp-content/cache/autoptimize/css/autoptimize_e0e289174052c18287842b28886f13ed.css
	https://dernier-hamlyn.com/wp-content/themes/dernier-hamlyn/style.css?*
*/

/*   
Theme Name: Dernier & Hamlyn
Theme URI: http://codebean.co
Description: A blank framework licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>. It's a blank theme that provides the most flexibility for creating child themes from CodeBean. 
Author: CB
Author URI: http://codebean.co
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0.0
Tags: light, white, black, gray, two-columns, right-sidebar, fixed-width, custom-background, post-formats
*/






/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/

/* Global */
/* ---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;

font-family: 'Open Sans', sans-serif;
font-weight: 400;
	background-color: transparent !important;
}


html {
	padding: 0px;
	margin: 0px;
}

/* Flex Grid */
.outer_wrap {
	
}

.inner_wrap {
	padding: 0 0px 20px;
	background-color: transparent;
}

.flex_10,
.flex_20,
.flex_25,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display: inline;
	float: left;
	position: relative;
}

.push {
	margin: 1px 0px 0px 0px;
}

.flex_10 {
	width: 10%;
}

.flex_20 {
	width: 20%;
}

.flex_25 {
	width: 25%;
}

.flex_33 {
	width: 33%;
}

.flex_40 {
	width: 40%;
}

.flex_50 {
	width: 50%;
}

.flex_60 {
	width: 60%;
}

.flex_66 {
	width: 66%;
}

.flex_75 {
	width: 75%;
}

.flex_80 {
	width: 80%;
}

.flex_90 {
	width: 90%;
}

.flex_100 {
	width: 100%;
}

.flex_pad {
	padding: 10px;
}

.flex_vert_pad {
	padding: 20px 0px 20px 0px;
}

.clear {
	clear: both;
}

/* Header */
/* ---------------------------------------------------------- */
#header {

}

.outer_header_wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #feffff;
	margin-bottom: 30px;
}

.single-project .outer_header_wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #feffff;
	margin-bottom: 0px;
}

.inner_header_wrap {
}

/* Navigation */
/* ---------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------- */
nav a#pull {
	display: none;
}


.pagemenu ul#menu-menu-1.menu  {
	font-size: 16px;
	list-style: none;
	margin: 0px auto;
	padding-left: 0;
	width: 100% !impportant;
	text-align: center;
	float: none;
}



#main-navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#main-navigation a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #feffff;
}



#main-navigation li li a {
	color: #000;
} 

#main-navigation ul {
	font-size: 16px;
	list-style: none;
	margin: 0px auto;
	padding-left: 0;
	width: 100%;

}


#main-navigation li {
	position: relative;
	display: inline-block;
}

#main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 1em;
}


#main-navigation ul ul {
	display: none;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
	top: 1.2em;
	background-color: #feffff;
	float: left;
	left: -54px;
	padding-bottom: 20px;
	 -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

ul.sub-menu {
	padding-top: 20px;
}

#main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

#main-navigation ul ul a {
	background: #fff;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	text-align: center;
	width: 200px;
}

#main-navigation li:hover > a,
#main-navigation ul ul :hover > a,
#main-navigation a:focus {
	 -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	}

#main-navigation li:hover > a,
#main-navigation a:focus {

	color: #ec6330;
		  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


#main-navigation ul li:hover > ul {
	display: block;
	 -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


#main-navigation .current_page_item > a,
#main-navigation .current_page_ancestor > a {
color: #ec6330;
}

div.mobile_gallery {
	display: none;
}

#navigation {
	display: inline-block;
	padding: 0px;
}
 
input.search-field {
	width: 74% !important;
	display: inline-block !important;
	float: left !important;
	padding: 2px 5px !important;
	  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
	height: 28px !important;
	margin-bottom: 0 !important;
}

button.search-submit {
	width: 17% !important;
	display: inline-block !important;
	float: left !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
	padding: 4px 5px !important;
	background-color: #1b181c !important;
	color: #feffff !important;
	margin-left: 0 !important;
}

.header_right {
	font: 400 10px 'Open Sans', sans-serif;
}

span.header_text_wrap {
	display: block;
	margin-bottom: 4px;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}



#navigation a {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

#navigation li li a {
	color: #000;
}

#navigation ul {
	font-size: 13px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
font-family: 'BodoniStd-Book';
	display: block;
	line-height: 3.333em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.home_intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}

img.home_logo {
	width: 200px;
}

.home_intro h1{
	text-align: center;
	color: #feffff;
	text-transform: uppercase;
	margin-top: 20px;
	font: 900 4em/1 'Lato', sans-serif !important;
	letter-spacing: 1px;
	text-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

h1.page_titles {
	margin-bottom: 20px !important;
	padding-left: 10px;
}



h1.page_titles_page {
	font-size: 18px !important;
	margin-top: 10px !important;
}

#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 8000;
}

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul a {
	background: #ffffff;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}

#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
	 -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}

#navigation li:hover > a,
#navigation a:focus {
	border-bottom: 1px solid #5e5e5e;
	color: #5e5e5e;
}


#navigation .sub-menu li:hover > a,
#navigation .sub-menu a:focus {
	border-bottom: 1px none #5e5e5e;
	color: #5e5e5e;
}

#navigation ul li:hover > ul {
	display: block;
	 -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}



#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	font-weight: bold;
	color: #c0c0c0;
}

/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar {
	margin: 0px 0px 0px 20px;
}

#sidebar img {
	max-width: 100%;
	height: auto;
}

#pages,
#archives,
#categories,
#feeds,
#sidebarmeta,
#blogroll {
	margin: 0px;
}

.sidebaritem {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

/* Post */
/* ---------------------------------------------------------- */

.postmetadata {
	padding: 0px 0px 5px 0px;
	color: #777777;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	clear: both;
}

.meta {
	padding: 0px 0px 10px 0px;
}

object,
 {
	max-width: 100%;
	width: 100%;
}

.wp-caption {
	max-width: 95%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-caption img,
.gallery-icon img {
	max-width: 98%;
	height: auto;
}

.content {
	margin-bottom: 35px;
	margin-top: 60px;
}



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

.archive .post,
.blog .post {
	padding: 0px 0px 50px 0px;
}

.post,
.type-post,
.type-page {
	padding: 0px 0px 10px 0px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}

.attachment-post-thumbnail {
	float: left;
	min-width: inherit;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #888;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
}

/* Meta */
/* ---------------------------------------------------------- */

.time {
	background: url(images/swpf_icons.png) no-repeat left -88px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.post-comments {
	background: url(images/swpf_icons.png) no-repeat left -66px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.categories {
	background: url(images/swpf_icons.png) no-repeat left -108px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.tags {
	background: url(images/swpf_icons.png) no-repeat left -24px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.meta_author {
	background: url(images/swpf_icons.png) no-repeat left -45px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.author {
	background: #f3f3f3;
	padding: 20px 20px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.author img {
	float: left;
	margin: 0px 20px 10px 0px;
}

.authorinfo h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.authorinfo p {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	font-size: 12px;
}

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

#footer {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px;
	
}



.outer_footer_wrap {
	position: fixed;
	bottom: 0;
	z-index: 5000;
	background-color: #feffff;
	left: 0;
	right: 0;
	border-top: 1px solid #d5d5d5;
}
.home .outer_footer_wrap {
	position: fixed;
	bottom: 0;
	z-index: 5000;
	background-color: #feffff;
	left: 0;
	right: 0;
	border-top: 1px none #d5d5d5;	color: #f6f6f6;}

.search-wrap {
	color: #000;
	font-size: 20px;
	z-index: 9999;
	position: absolute;
	right: 3%;
}


.mib-wrap {
	z-index: 9999;
	position: absolute;
	left: 2%;
}.mib-wrap-2 {
	z-index: 9999;
	position: absolute;
	right: 5%;
}

img.mib-header {
	height: 20px;
}img.chips-header {
	height: 30px;
}
img.bid-header {
	height: 40px;
	margin-left: 10px;
}

.outer_footer_wrap.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.inner_footer_wrap {
}
 
/* Misc */
/* ---------------------------------------------------------- */

.gallery-caption {
	width: 90%;
	padding: 0px;
	margin: 0 auto;
}

.bypostauthor {
}

.wp-caption-text {
	font-size: 10px;
	color: #777;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Pagination */
/* ---------------------------------------------------------- */

.pagenavi {
	margin: 0 auto 20px auto;
	width: 400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}

.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}

.pagenavi a:hover {
	color: #000;
}

.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
}

.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}

/* Comments */
/* ---------------------------------------------------------- */
h3#reply-title {
	padding: 0px;
	margin: 0px;
}

.logged-in-as {
	padding: 0px;
	margin: 0px;
}

#comments-title:before {
	content: "Comments: ";
	color: #777;
}

#comments-title {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	text-align: center!important;
}

.comment-author {
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}

.comment-author .avatar {
	display: block;
	float: left;
	margin: -5px 12px 0px 0px;
	padding: 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 5px #f3f3f3;
}

#comment-block {
	padding: 0px;
	overflow: hidden;
}

.comment-body p {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comment-block .children {
	margin: -50px 0px 0px 0px;
}

#comment-block ol,
#comment-block .children li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	list-style-type: none;
}

#comment-block a {
	color: #006699;
}

.commentmetadata {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#respond {
	margin: 40px 0px 0px 0px;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */

.navigation {
	text-shadow: 0px 1px 0px #ccc;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 30px 0px 50px 0px!important;
}

.navigation a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #555555;
	text-shadow: 0px 1px 0px #fff;
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigation a:hover {
	color: #000;
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	background-color: #dfdfdf;
}

.navigation span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
	display: none;
}

.navigation span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	background-color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Typography Framework */
/* ---------------------------------------------------------- */



#header h1 {
	font-weight: 600;
	margin: 0px;
	line-height: 36px;
}

#header h1 a {
	color: black;
	font-size: 36px;
	letter-spacing: -.5px;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333;
	text-decoration: none;
}

.description {
	color: #777777;
}

.bread-crumb {
	color: #777777;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
}

.postdate {
	text-align: right;
	padding: 30px 20px 0px 0px;
}

.postmonth {
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

.postyear {
	color: #ccc;
	font-weight: bolder;
	font-size: 22px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
}

.content-format-aside .entry,
.content-format-gallery .entry,
.content-format-link .entry,
.content-format-image .entry,
.content-format-quote .entry,
.content-format-status .entry,
.content-format-video .entry,
.content-format-audio .entry,
.content-format-chat .entry {
	padding: 15px 0px 0px 0px;
}

.content-format-aside .entry {
	padding: 10px 0px 0px 0px;
}

.content-format-link p {
	font-size: 22px;
	padding: 0px 0px 0px 0px;
}

.content-format-link p:before {
	content: 'Link: ';
	margin: 0px;
	font-weight: 600;
}

.content-format-quote blockquote {
	font-size: 22px;
	padding: 20px 10px 20px 90px;
	margin: 0px;
	background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

.content-format-status p:before {
	content: 'Status: ';
	margin: 0px;
	font-weight: 600;
}

.content-format-status p {
	font-size: 26px;
	margin: 0px;
	line-height: 32px;
}

.content-format-status .entry p {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.content-format-status .entry img {
	float: left;
	text-align: center;
}

a,
a:visited {
	text-decoration: none;
	color: #000 !important;
	font-weight: bold;
}

a:hover {
	text-decoration: none !important;
	color: #000 !important;
}



thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100%;
}

h2,
h3 {
	page-break-after: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

p {
	margin: 0 0 10px;
	line-height: 19px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

.people_info {
	margin: 0 0 5px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;	
}

.people_info a {
	text-decoration: none;
	color: #323332;
}



small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div.prev-next-post-nav.left {
	
	padding-left: 10px;
	display: inline-block;
	padding-right: 20px;
}

div.prev-next-prod-nav.dark.right {
	float: right;
}

.single-project h1 {
	font-size: 20px !important;
}

div.prev-next-post-nav.right {
	display: inline-block;
}

div.post-nav-boxed.dark {
	text-align: center;
}



.center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: inherit;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	line-height: 30px;
}

h1 {
		font: 900 25px/25px 'Lato', sans-serif !important;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}


h2 {
	font-size: 31.5px;
		font: 900 15px/18px 'Lato', sans-serif;
text-transform: uppercase;
	display: block;
	margin-top: 0;
}

h3 {
	font: 900 12px/14px 'Lato', sans-serif;
text-transform: uppercase;
	margin-bottom: 5px;
}

.info_box h3 {
	text-align: center;
	margin-bottom: 20px;

}

h4 {
	font-size: 12px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11.9px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

h1 a {
	text-decoration: none;
}

.headline {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	font-size: 14px;
	color: #222222;
	padding: 0;
	margin: 0 0 10px 25px;
}

ul.pagination-list {
	margin-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

li {

}



dl {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0px 0px 20px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 20px;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 20px 10px 20px 90px;
	background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

address {
	display: block;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 20px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

tr,
td {
	border: 1px solid #ccc;
	padding: 5px;
}

th {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}

form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999999;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {

}

label {
	display: block;
	margin-bottom: 5px;
}


	.wpcf7-form-control.wpcf7-submit 	{border: black solid 1px !important;
width: 100% !important;
padding: 10px !important;
margin-top: 20px !important;}
input[type="text"], input[type="email"], input[type="tel"] {
	display: inline-block !important;
	height: 40px !important;
	padding: 5px 10px 5px 30px !important;
	margin-bottom: 10px !important;
	margin-right: 0 !important;
	font-size: 14px!important;
	line-height: 20px!important;
	color: #000 !important;
	vertical-align: middle !important;
	  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
	width: 100% !important;	border: black solid 1px !important;
}

textarea {
	height: auto;
	width: 100%;
		padding: 10px 10px 10px 30px;
}

radio,
checkbox {
	min-height: 20px;
	padding-left: 20px;
}

radio input[type="radio"],
checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

textarea,
input[type="text"],input[type="email"] {
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #323332;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.button {
	color: #fff;
	text-decoration: none;
}

.button,
input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

	border: 0px;

}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
	color: #FFF;
	background-color: #CCC;
	border: 0px;
}

.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.header_left {

}

.header_right {
	padding-top: 30px;
}

span.social {
	padding-left: 20px;
}

span.ownedby {
	display: inline-block;
}

#footer .mib-mob {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img.nvclogo {
	width: 30px;
}
span.social i.fa {
	color: #000;
	font-size: 15px;
	padding-right: 6px;
}



.header_center {
	text-align: center !important;
	padding-top: 20px;
}

.mob_hide {
	display: block;
}

.mob_show {
	display: none;
}

span.footer_text_wrap {
	font: 400 13px 'Open Sans', sans-serif;
	color: #1a171b;

}

#footer p {
		font: 400 11px 'Open Sans', sans-serif;
	color: #919191;
	text-align: right;
	margin-bottom: 0;
}

span.footer_text {
	color: #919191;
	font-size: 11px;
	padding-left: 0;
	padding-right: 10px;
	text-align: left;
}

.cat_box_wrap {
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #d5d5d5;
	height: 270px;
}

.col-md-4.cat_box_lrg {

}

.product_child_wrap {

}

img.product_child_image {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cat_box h3 {
	text-align: center;
	padding-bottom: 0;
}

.people_box_wrap {
	width: 100%;
	height: 393px;
	
}

.people_box_text:hover {
	opacity: 1;
}

.product_box_wrap {
}

.product_child_image_wrap {
	height: 200px;
	border: 1px solid #d5d5d5;
	 
	background-color: #eaeaea;
	width: 180px;
	text-align: center;
	position: relative;
}

.cat_box_wrapper {
		  display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
}
.cat_box_wrapper img {
	display: block;
	height: 100%;
}

.col-md-4.cat_box {
	text-align: center;
}

.product_box_wrap_sm {
	width: 100%;
	height: 200px;

}



.project_box_inner h3.white {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

.project_box_wrap {
	width: 100%;
	display: block;
	position: relative;
	background-position: center;
	height: 250px;
}

.page-template-page-landing-page .project_box_wrap {
	width: 100%;
	display: block;
	position: relative;
	background-position: center;
	height: 350px;
}

.project_box_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding-left: 10px;
	text-align: center;
}

.project_box_text_sm {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding-left: 10px;
	text-align: center;
}



.people_box_text {
	background:rgba(0,0,0,.75);
               text-align:center;
               padding:45px 0 66px 0;
               opacity:0;
                          
               -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
               height: 393px;
}

.product_box_text_sm {
	background:rgba(0,0,0,.75);
               text-align:center;
               padding: 15px 0;
               opacity:0;
                          
               -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
               height: 200px;
}

.product_box_text {
	background:rgba(0,0,0,.75);
               text-align:center;
               padding: 15px 0;
               opacity:0;
                          
               -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.cat_box_text {
	background:rgba(0,0,0,.75);
               text-align:center;
                 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

	height: 50px;
	padding: 20px 0;
	position: relative;
	right: 0;
	bottom: 0;
	display: block;
}

.people_box_text h3 {
	margin-bottom: 5px;
}

.people_box_text h4 {
	margin-bottom: 5px;
	margin-top: 0;
}

.project_box_text h4 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 11px;
	line-height: 11px;
	text-transform: capitalize;
}

.people_box_wrap:hover {
               opacity:1;}
               
             

.product_box_wrap:hover .product_box_text {
               opacity:1;}
               
               .product_box_wrap_sm:hover .product_box_text_sm {
               opacity:1;}
               
               .white {
	color: #feffff;
}

.people_box_text {
  position: relative;
}



.people_box_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.product_box_inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.product_box_inner_sm {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.wordpress-print-posts.link-wrapper {
	font: 900 15px/25px 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	padding: 10px 20px 10px 0;
	margin-top: 20px;

}

div.prod_cats {
	margin-top: 25px;

}

div.row.related_products {
	padding-left: 15px;
	margin-top: 20px;
}

.cat_box_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
}

.pad_20 {
	padding-bottom: 10px;
	padding-top: 10px;

}

.pad_40 {
	padding-top: 20px;


}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

  padding-left: 10px !important;
  padding-right: 10px !important;
	width: 100%;
}

ul#portfolio-list li {
	margin-left: 0;
	list-style-type: none; 
}

/* CLEARFIX
----------------------------------------------- */

.clearboth {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */

#portfolio-filter {
	list-style-type: none;
}

#portfolio-filter li {
	display: inline;
	padding-right: 10px;
}

#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #084a9a;
}

/* PORTFOLIO LIST STYLE
----------------------------------------------- */

#portfolio-wrapper {
	padding-bottom: 25px;
}

#portfolio-list {
	list-style-type: none;

}




#portfolio-list .portfolio-item h3 a {
	color: #084a9a;
	text-transform: uppercase;
	font-weight: bold;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

ul#filters {
	list-style-type: none;
	margin-left: 0;
	text-align: center;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 40px;

}

#filters li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
			font: 400 11px 'Open Sans', sans-serif;
	color: #919191;
	padding: 5px 10px;
	margin-right: 10px;
}

#filters li a {
	color: #919191 !important;
	text-decoration: none;
}

#filters li a.selected {
	color: #000 !important;
}

#clientsDropDown {
  position:absolute;
  bottom: 47px;
  width: 100%;
  z-index: 100;
	
}
#clientsOpen {
 
  color: #000;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  width: 155px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}




#clientsOpen:after {
  content: "\f077 \A Read more"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	background-position: 0;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	text-align: center;
	white-space: pre;
}


#clientsOpen.projects:after {
  content: "\f077 \A project overview"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	background-position: 0;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	text-align: center;
	white-space: pre;
}


#clientsCTA {
  background:#fff;
  width:100%;
  color: #5e5e5e;
  text-align:center;
  font-size: 46px;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
} 


#clientsDropDown .clientsClose:after {
  content: "\f00d \A Read less"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	white-space: pre;
}


#clientsDropDown .clientsClose.projects:after {
  content: "\f00d \A close"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	white-space: pre;
}





.project_text_wrap p {
	text-align: left;
}

div.col-md-7.news_image {
	text-align: center;
}

.left {
	text-align: left;
}

span.project_info {
	display: block;
	position: relative;
	bottom: -13px;
	text-align: center;
	right: 0;
	left: 0;
}



div.news_items {
	display: block;
	margin-top: 20px;
}

button.js-cm-submit-button {
		margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #000;
	padding: 10px;
	display: inline-block;
	               -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  
  font: 900 12px/22px 'Lato', sans-serif;
text-transform: uppercase;
}

#popmake-192 div.pum-content.popmake-content p label {
	  font: 900 12px/22px 'Lato', sans-serif;
	  text-transform: uppercase;
}

div#pum_popup_title_192.pum-title.popmake-title {
		  font: 900 12px/22px 'Lato', sans-serif;
	  text-transform: uppercase;
}



#clientsDropDown #clientsDashboard {
  display: none;
}



li.menu-item-has-children a i {
	display: none;
}

	#navigation li .sub-menu li a {

color: #000;
}

.no_marg_top {
	margin-top: 0;
}

.prev-next-post-nav a {
	color: #fff !important;
	font: 900 14px/15px 'Lato', sans-serif !important;
	text-transform: uppercase;

}

div.container-fluid.project_nav {
	margin-top: 30%;
	margin-left: 1%;
	margin-right: 1%;
}

.dark {
	color: #000 !important;
}

div.nav_text {
	display: inline-block;
	padding-left: 5px;

}

div.nav_icon {
	display: inline-block;
	text-shadow: rgba(0,0,0,0.4) 1px 0 1px;
	padding-left: 5px;
}

.prev-next-post-nav {
	display: block;
	font-size: 20px;
}

.post-nav {
	margin-top: 20px;
}

.btn {
	margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #000;
	padding: 10px;
	display: inline-block;
	               -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  
  font: 900 12px/22px 'Lato', sans-serif;
text-transform: uppercase;
}



.btn:hover {
	margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #000;
	padding: 10px;
	display: inline-block;
	               -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	background-color: #000;
	color: #feffff !important;
}



.wpcf7-submit.btn {
	margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #000;
	padding: 6px 10px;
	display: inline-block;
	font: 900 12px/16px 'Lato', sans-serif;
-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	text-transform: uppercase;
}

.wpcf7-submit.btn:hover {
	margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #000;
	padding: 6px 10px;
	display: inline-block;
	               -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
	background-color: #000;
	color: #feffff;
}

.btn.home.white {
	color: #000;
	border-color: #feffff;
	border-width: 2px;
	font-size: 14px;
	min-width: 120px;
	background-color: #feffff;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 900;
	padding: 10px 25px;
}
.btn.home.white:hover {
	color: #000 !important;
	border-color: #feffff;
	border-width: 2px;

	background-color: #feffff;
	padding: 10px 25px;
}



.news_topper {
	height: 300px;
	background-position: 0 36%;
	margin-bottom: 30px;
}

.press_header {
	background-position: center center;
}

ul.page_images_gallery {
	margin-left: 0;
	list-style-type: none;
	margin-top: 40px;
}

ul.page_images_gallery li {
	margin-left: 0;
	list-style-type: none;
	margin-top: 20px;
}

h1.marg_top {
	margin-top: 40px;
}

.name {
	background: url(./images/png/16/user.png) no-repeat 6px;
}

.email {
	background: url(./images/png/16/envelope.png) no-repeat 6px;
}
.contact_number {
	background: url(./images/png/16/phone.png) no-repeat 6px;
}
.message {
	background: url(./images/png/16/pencil.png) no-repeat 6px 8px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font: 900 12px/20px 'Lato', sans-serif;
text-transform: uppercase;
}

.contact_side {
	padding-left: 50px !important;
	 font: 900 12px/22px 'Lato', sans-serif;
}



img.mib {
	width: 160px;
	display: block;
	vertical-align: bottom;
	margin-top: 26px;
}

.logos {
	margin-bottom: 20px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

ul#bx-pager.tumbnails {
	margin-left: 0;
	list-style-type: none;
}



.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc !important;
	-webkit-box-shadow: 0 0 0px #ccc !important;
	box-shadow: 0 0 0px #ccc !important;
	border:  0px solid #fff !important;
	left: 0px !important;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

ul.bxslider {
	margin-left: 0;
}

#bx-pager li {
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 20px;
}

div.bx-wrapper {
	margin-bottom: 20px;
}

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

	#navigation {
		width:100%;
		text-align: left;
		z-index: 500;
	}

	#navigation li {
		float:left;
		width:100%;
		text-align: center;
	}

	#navigation a {
		margin:0;
	}

	#navigation ul li:hover > ul {
		display: none;
	}

	#navigation li .sub-menu {
		width:100%;
		position: relative;
		display: none;
		z-index: 99999 !important;
		top:0;
	}

	#navigation li .sub-menu li {
		width:100%;
		display: block;	
		
	}

	#navigation li .sub-menu li a {
		margin:0;
		width:100%;
		text-align: center;
		padding:10px 0;
	}

	#navigation li .sub-menu li a:hover {
		border-bottom: 1px solid #5e5e5e;
	}

	li.menu-item-has-children a i {
		font-size:18px;
		margin-left:5px;
		display: inline-block;
		vertical-align: middle;
	}
}

span.product_info {
	line-height: 20px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	color: #777777;
}

.pad_left {
	padding-left: 15px !important;
		color: #777777;
	font-size: 13px;
	line-height: 20px;
}

a.cat_links {
	background-color: #c0c0c0;
	margin-right: 10px;
		font: 900 12px/30px 'Lato', sans-serif;
padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	color: #feffff !important;
}

ul#menu-categories-menu.menu {
	margin-left: 0;
	list-style-type: none;
}

ul#menu-heritage-portfolio.menu {
	margin-left: 0;
	list-style-type: none;	
}

li.menu-item-object-product-categories {
	font: 900 12px/30px 'Lato', sans-serif;
text-transform: uppercase;
}

.cats_menu li {
	list-style-type: none;
		font: 900 12px/30px 'Lato', sans-serif;
text-transform: uppercase;
}

li.current-cat {
	color: #c0c0c0 !imprtant;
}

ul#menu-categories-menu.menu .current-menu-item a {
	color: #a9a9a9 !important;
}

ul#menu-heritage-portfolio.menu .current-menu-item a {
	color: #a9a9a9 !important;
}

.cats_menu {
	padding-left: 50px !important;
}

h1.product_title {
	font-size: 12px !important;
	line-height: 13px !important;
	text-align: center;
	margin-top: 10px !important;
}



#nav-arrow-next {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	color: #feffff;
	font-size: 60px;
	text-shadow: rgba(0,0,0,0.6) 0 0 5px;
	cursor: pointer;
}

#nav-arrow-prev {
		display: block;
	position: absolute;
	top: 50%;
	color: #feffff;
	font-size: 60px;
	text-shadow: rgba(0,0,0,0.6) 0 0 10px;
	left: 20px;
	cursor: pointer;
}

.dark {
	color: #000 !important;
}

.video_pad {
	margin-top: 20px;
}

#filmDropDown {
  position:absolute;
  bottom: 47px;
  width: 100%;
  z-index: 100;
	background-color: #feffff;
}
#filmOpen {
 
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  width: 123px;
	height: 35px;
	text-align: center;
	background-color: transparent;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}



#filmOpen:after {
  content: "\f077"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	background-position: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #a9a9a9;
}

#filmCTA {
  background:#fff;
  width:100%;
  color: #5e5e5e;
  text-align:center;
  font-size: 46px;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
}
#filmDropDown .filmClose:after {
  content: "\f078"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	
}



#filmDropDown #filmDashboard {
  display: none;
}

.related_film_inner {
	position: relative;
	width: 100%;
	height: 100px;
	display: block;
}

.related_film_inner:hover {
opacity: 0.5;
}

.related_film_inner:after {
	content: '';
	background: url(http://dandh.cnuonline.co/wp-content/themes/blank-theme-bs/inc/css/img/play_white.png) no-repeat;
	height: 50px;
	display: block;
	width: 50px;
	position: absolute;
	left: 0;
	right: 0;
	background-size: 100%;
}



.related_film_wrap {
	height: 100px;
		background-color: #000;
}

#box    {  width: 100%;
           height: 100px;
          border-bottom:2px solid #fff;
          border-right:2px solid #fff;
  background-size:cover;

overflow:hidden;}

#overlay    {  background:rgba(0,0,0,.75);
               text-align:center;
               opacity:0;
               -webkit-transition: opacity .25s ease;
	padding-left: 0;
	padding-right: 0;
	height: 100px;
}

#box:hover #overlay {
               opacity:1;}

#inner       {  font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:96px;}

img.play_icon {
	width: 50px;
	height: 50px;
	margin-top: -50px;
}

.navigation li a,
.navigation li.disabled {
    color: #000 !important;
    text-decoration:none;
        display:table;
   padding:8px 15px;
    cursor: pointer;
text-transform: uppercase;
font: normal 12px/18px 'Lato', sans-serif;

}
 
.navigation li {
    display: inline-block;
    margin: 5px;
}
.navigation.pagination li a:hover{

    color: #fff !importnat; 
	background-color: #fff;
	font-size: 12px;
	 padding:8px 15px;
	font-weight: normal;
	font-style: normal;

}
.navigation li.active a{
	color: #929292;
}

.navigation.pagination {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#isotope-list {
	margin-bottom: 50px;
}  

h1.left.project_title {
	color: #feffff;
	display: block;

	text-shadow: rgba(0,0,0,0.4) 1px 0 1px;
	z-index: 7;
	position: relative;
	top: 50px;
	font-size: 20px !important;
}

.readmore_right {
	text-align: right;
	float: right;
	margin-top: 20px;
}

h1.no_marg_top.news_title {
	font-size: 18px !important;
}

#bx-pager li a.no-animation img {
	width: 138px;
}

.news_items p a {
	font-weight: bold;
}

#searchsubmit {
		margin-bottom: 0;
	margin-top: 0;
	border: 1px solid #000;
	padding: 10px;
	display: inline-block;
	               -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  
  font: 900 12px/18px 'Lato', sans-serif;
text-transform: uppercase;
	margin-left: 10px;
	width: 100%;
	background-color: #feffff;
	color: #000;
}
.searchwrapper {
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	width: 50%;
}

.single-project .project_text_wrap p a {
	font-weight: bold;
}

.prev-next-post-nav.dark a {
	color: #000 !important;
	font: 900 14px/15px 'Lato', sans-serif !important;
	text-transform: uppercase;

}

.no_pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.single-project .bxslider-wrap {
	margin-top: -30px;
	position: relative;
}

div.bxslider-wrap.no_marg {
	margin-top: 0;
}

#footer div.row div.col-md-6.footer_right p a {
	font-weight: normal;
	font-style: normal;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    left:-130px;
    top: 45%;
    width: 170px;
    z-index: 1100;
}

ul.sticky {
	margin-left: 0;
	margin-bottom: 0;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin: 0px 0px 0;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-right: -65px;
} 
.sticky li img{
    float:right;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top: 12px;
    margin:0px;
    line-height:16px;
    font-size:11px;
	text-align: right;
	padding-right: 5px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
} 
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.header-logo {
	position: absolute;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	background-color: #feffff;
}

#main-navigation div.menu-right-menu-container {
	padding-left: 20px;
}

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 8;
}
	#left, #right {
		top: 0; bottom: 0;
		width: 30px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
	.download-broc {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: right center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.white-download-title {
	color: #feffff;
	font-size: 3em;
	line-height: 1;
}

#cmApp_signupContainer {
	max-width: 90%;
	padding: 0;
}

#cmApp_signupForm div.cmApp_fieldWrap div.cmApp_formInput label {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#signup h2 {
	text-align: center;
	font-size: 2em;
}

#projects h2 {
		text-align: center;
	font-size: 2em;
}

#signup {
	padding-top: 40px;
	padding-bottom: 40px;
}

#projects {
	padding-top: 40px;
	padding-bottom: 40px;
}



div.downld-btn {
	border: 2px solid #feffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	display: block;
	width: 60%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #feffff;
}



.landing_center {
	font-size: 2.5em !important;
	margin-top: 40px !important;
	text-align: center;
	margin-bottom: 50px !important;
}

section#intro {
	margin-top: 40px;
}

.page-template-landing-page p {

}

#intro div.container p {
		font-size: 16px;
	line-height: 1.5;
}

#projects .project_box_wrap h3 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	margin-top: 0;
	margin: 0;
	color: #feffff;
	text-shadow: #000 0 0 10px;
}

.projects-pad {
	margin-top: 40px;
}#lp-intro {	background: #f5f5f5;}
#search-overlay{
  display:none;
  z-index: 9999;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border: #a0a0a0 solid 1px;
  margin: 0;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
input.search-field{		    color: #62707c;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 15px;
    border: solid 2px #fff;
    transition: .1s ease-in-out;
	width: 80%;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;border-right-style: none;font: 1.5rem proxima-nova, sans-serif;  text-transform: uppercase;  color: #fff !important;  line-height: 1.5;}.search-form {	display: flex;}a.services-btn {	margin: 0;	padding: 20px;	display: inline-block;	border: 1px solid #000;	text-transform: uppercase;	color: #000;}.services_intro {	padding: 80px;	text-align: center;}a.services-btn:hover {	margin: 0;	padding: 20px;	display: inline-block;	border: 1px solid #000;	text-transform: uppercase;	color: #fff !important;	background: #000;}.sevices_image {	padding: 80px 0;}.services-wrap {padding: 40px 0;}.services-wrap h2 {font-size: 25px;line-height: 1.5;}.services_desc {	padding: 80px 20px;}.services_desc p {	padding: 10px 40px 10px 0;}#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;  color: #000000;}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}.header-search {	cursor: pointer;	font-size: 25px;	line-height: 1;	margin-top: -6px;	padding-left: 1rem;}.home-page-logos-wrap {	display: flex;}.page-banner {	height: 400px;	background-position: center;}
.page-template-page-press .project_box_wrap {
background-position: top;
}

.page-template-page-press .project_box_wrap {
width: 100%;
display: block;
position: relative;
background-position: top;
height: 320px;
}