/* Background */
body {
	background:#fff;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/* Format */

body, select, input, textarea {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#7a91a3;
	-webkit-text-size-adjust: none;
}

h1 {
	font-size:30px;	
}

h2 {
	font-size:32px;
	color:#404d57;
	margin:0 0 20px;
	line-height:1.5em;
}

h3 {
	font-size:20px;
	color:#404d57;
	margin:0 0 10px;
	line-height:1.5em;
}

h3 span.date {
	color:#ee8b2a;
	margin-left:10px;
}

h4 {
	font-size:24px;
	color:#404d57;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:16px;
	line-height:1.5em;
	color:#7a91a3;
	padding:0 0 15px;
}

a {
	color:#5e5c8d;
	text-decoration:none;
}

a:hover {
	color:#ef8c2e;
	text-decoration:none;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;	
}

#responsive_surround {
	display:none;	
}


/*************************************************** Layout ***************************************************/

#wrapper {
	width:100%;
	float:left;
}

#container {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	margin:0 auto;
}

header {
	width:100%;
	float:left;
	z-index:1000;
	position:relative;
}

#header_top {
	background:#dbe3ec;	
	width:100%;
	float:left;
	padding:15px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header_bottom {
	background:rgba(96,132,166, 0.75);	
	width:100%;
	float:left;
	padding:25px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_inner {
	max-width: 1140px;
	min-width: 960px;
	margin:0 auto;
	position:relative;
}

.email_tel_top {
	float:right;	
}

.email_tel_top p {
	font-size:13px;
	padding:0;
	color:#404d57;
	font-weight:bold;
}

.email_tel_top a {
	color:#5e5c8d;
	margin-right:20px;
}

.email_tel_top a:hover {
	color:#5e5c8d;
	text-decoration:underline;
}


#logo {
	width:114px;
	float:left;
	position:absolute;
	margin:-52px 0 0;
}


#header_bottom nav {
	float:right;
}

#header_bottom nav ul li {
	display:inline-block;
	margin-right:25px;
}

#header_bottom nav ul li {
	display:inline-block;
	margin-right:25px;
}

#header_bottom nav ul li:last-child {
	margin-right:0;
}

#header_bottom nav ul li a {
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	padding:5px;
}

#header_bottom nav ul li a:hover {

}

/*************************************************** Homepage ***************************************************/

#hp_slider {
	width:100%;
	background:rgba(73,101,117,1);
	float:left;
	margin:-120px 0 0;
	text-align:center;
	position:relative;
	line-height:0;
	height:444px;
}

#hp_slider2 {
	width:100%;
	background:rgba(73,101,117,1);
	float:left;
	height:444px;
}

#hp_slider img {
	width:100%;
	opacity:0.7;
	position:relative;
	z-index:1;
}

#hp_slider_inner {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
	position:relative;
	z-index:100;
	text-align:center;
}

#hp_slider h1 {
	color:#fff;
	font-size:36px;
	position:relative;
	margin:250px 0 0;
	text-shadow:1px 1px 5px #000;
	line-height:1.5em;
	width:100%;
}

a.main_learnmore {
	background: none repeat scroll 0 0 #ee8b2a;
    color: #fff;
	text-align:center;
    font-size: 18px;
    margin: 20px 0 0;
    padding: 20px 30px;
    text-transform: uppercase;
	position:relative;
	display:inline-block;
}

a.main_learnmore:hover {
	background: none repeat scroll 0 0 #5e5c8d;	
}

ul#hp_productlist {
	width:100%;
	float:left;
	margin:0 0 20px;
}

ul#hp_productlist li {
	width:17%;
	float:left;
	font-size:18px;
	color:#404d57;
	font-weight:bold;
	margin:0 3% 15px 0;
	text-align:center;
}

ul#hp_productlist li:nth-child(5n) {
	margin:0 0 15px 0;
}

ul#hp_productlist li img {
	width:100%;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
	padding:5px;
	border:1px solid #fff;
}

ul#hp_productlist li a img:hover {
	border:1px solid #ef8c2e;
}

ul#hp_productlist li a {
	color:#404d57;
}

ul#hp_productlist li a:hover {
	color:#ef8c2e;
}

ul#hp_productlist li a.more_btn {
	width:100%;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0;
	background:#5e5c8d;
	color:#fff;
	margin:20px 0 0;
}

ul#hp_productlist li a.more_btn:hover {
	background:#ee8b2a;
	color:#fff;
	text-decoration:none;
}

.centered_area {
	width:50%;
	margin:80px auto;
	text-align:center;
}

.centered_area a.readmore_button {
	padding:10px 30px;
	font-size:17px;
	text-transform:uppercase;
	background:#7f9dae;
	color:#fff;
	float:left;
	margin:10px auto 0;
}

.centered_area a.readmore_button:hover {
	background:#ee8b2a;
	text-decoration:none;
}

#hp_projects {
	width:100%;
	float:left;
	padding:30px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hp_project {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
	padding:60px 0 0;
	overflow:hidden;	
}

.hp_project h2 {
	margin:0;
}

.hp_project h3 {
	float:left;	
}

.hp_project p.date {
	float:left;
	font-size:20px;
	color:#ee8b2a;
	margin-left:20px;
	font-weight:bold;
	padding:0;
}

.project_left {
	width:40%;
	float:left;
}

.project_left_text {
	width:100%;
	float:left;
}

.project_right {
	width:55%;
	float:right;
}

a.readmore_button {
	padding:10px 30px;
	font-size:17px;
	text-transform:uppercase;
	background:#5e5c8d;
	color:#fff;
	float:left;
	margin:10px 0 0;
}

a.readmore_button:hover {
	background:#ee8b2a;
	text-decoration:none;
}

.hpproject_pic {
    width: 100%; 
	position:relative;
	float:right;
}

.hpproject_pic img {
	width:100%; 
	float:left;
}

.hpproject_pic .hpstripes img {
	width:100%;	
	float:left;
}

.hpstripes {
	width:500px;
	max-height:270px;
	min-height:241px;
	position:absolute;
	z-index:100;
	margin:0 0 0 -50px;
}

/*************************************************** Main Content ***************************************************/

.row {
	width:100%;
	float:left;
	padding:0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row.line {
	border-bottom:1px solid #c5d0dc;
}

.row.linetop {
	border-top:1px solid #c5d0dc;
	margin:30px 0 0;
}

.row_inner {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
	padding:40px 0 20px;
}

.row_halfleft {
	width:45%;
	float:left;
}

.row_halfright {
	width:45%;
	float:right;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

#main_title {
	width:100%;
	background:rgba(73,101,117,1);
	float:left;
	margin:-120px 0 0;
	position:relative;
	line-height:0;
	height:260px;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5%;*/
}

#main_title2 {
	width:100%;
	float:left;
	margin:0;
	height:260px;
}

#main_title_inner {
	max-width:1140px;
	min-width:920px;
	margin:200px auto 0;
	position:relative;
	z-index:100;
	padding:0 5%;
}

#main_title h1 {
	color:#fff;
	font-size:34px;
	text-transform:uppercase;
	position:relative;
	text-shadow:1px 1px 5px #000;
}

#main_title img {
	width:100%;
	opacity:0.5;
	position:relative;
	z-index:1;
	height:100%;
}

.intro_title {
	max-width:1140px;
	min-width:920px;
	margin:50px auto 0;
}

.intro_title h2 {
	margin:0;	
}

.side_left {
	width:40%;
	float:left;
}

.side_left_text {
	width:100%;
	float:left;
}

.side_left_text ul li {
	font-size:16px;
	float:left;
	list-style-type:disc;
	margin:0 0 10px 15px;
	width:100%;
}

.side_right {
	width:55%;
	float:right;
}

.side_pic {
    width: 100%; 
	position:relative;
	float:right;
	max-height: 276px;
    overflow: hidden;
}

.side_pic img {
	width:100%; 
	float:left;
}

.side_pic .hpstripes img {
	width:100%;	
	float:left;
}

.side_stripes {
	width:500px;
	max-height:270px;
	min-height:241px;
	position:absolute;
	z-index:100;
	margin:0 0 0 -50px;
}

ul#sectionlist {
	width:100%;
	float:left;
	z-index:100;
	position:relative;
	margin:20px 0 0;
}

ul#sectionlist li {
	width:17%;
	float:left;
	font-size:18px;
	color:#404d57;
	font-weight:bold;
	margin:0 3% 15px 0;
	text-align:center;
}

ul#sectionlist li a {
	color:#404d57;
}

ul#sectionlist li a:hover {
	color:#ef8c2e;
}

ul#sectionlist li:nth-child(5n) {
	margin:0 0 15px 0;
}

ul#sectionlist li img {
	width:100%;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
	padding:5px;
	border:1px solid #fff;
}

ul#sectionlist li a img:hover {
	border:1px solid #ef8c2e;
}

ul#sectionlist li a.more_btn {
	width:100%;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0;
	background:#5e5c8d;
	color:#fff;
	margin:20px 0 0;
}

ul#sectionlist li a.more_btn:hover {
	background:#ee8b2a;
	color:#fff;
	text-decoration:none;
}

/*************************************************** Main Content ***************************************************/

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

/*************************************************** Certification ***************************************************/

ul#certificate_list {
	width:100%;
	float:left;
	margin:0;
}

ul#certificate_list li {
	width:23%;
	display:inline-block;
	vertical-align:top;
	background:#eaeaec;
	padding:20px;
	margin:0 2% 30px 0;
	min-height:145px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul#certificate_list li:nth-child(4n) {
	margin:0 0 30px 0;
}

ul#certificate_list li .pic {
	width:40%;
	float:right;
	background:#fff;
	border:1px solid #5e5c8d;
}

ul#certificate_list li .pic img {
	width:100%;
	float:left;
}

ul#certificate_list li .text {
	width:50%;
	float:left;
}

ul#certificate_list li .text h4 {
	font-size:24px;
	color:#404d57;
	padding:0 0 10px;
}

/*************************************************** Downloads ***************************************************/

ul.downloads_list {
	width:100%;
	float:left;
	margin:40px 0 0;
}

ul.downloads_list li {
	width:23%;
	display:inline-block;
	vertical-align:top;
	background:#eaeaec;
	padding:20px;
	margin:0 2% 30px 0;
	min-height:145px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.downloads_list li:nth-child(4n) {
	margin:0 0 30px 0;
}

ul.downloads_list li .pic {
	width:100%;
	float:right;
	background:#fff;
	border:1px solid #5e5c8d;
}

ul.downloads_list li .pic img {
	width:100%;
	float:left;
}

ul.downloads_list li .text {
	width:100%;
	float:left;
}

ul.downloads_list li .text h4 {
	font-size:24px;
	color:#404d57;
	padding:0 0 10px;
}


/*************************************************** Portfolio ***************************************************/

.portfoliosection {
	
}

ul.portfolio_list {
	width:100%;
	float:left;
	margin:30px 0 0;
}

ul.portfolio_list li {
	width:14%;
	float:left;
	margin:0 2% 2em 0;
}

ul.portfolio_list li:nth-child(6n) {
	margin:0 0 2em 0;
}

ul.portfolio_list li img {
	width:100%;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
	padding:5px;
	border:1px solid #fff;
}

ul.portfolio_list li a img:hover {
	border:1px solid #ef8c2e;
}

ul.portfolio_list li a {
	color:#404d57;
}

ul#hp_productlist li a:hover {
	color:#ef8c2e;
}

ul.portfolio_list li img {
	width:100%;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
}

.pagination {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
	padding:20px 0 80px;
	border-top:1px solid #c5d0dc;
}

.paging {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	color:#5e5c8d;
	margin-right:15px;
	float:left;
	text-align:center;
}

.paging a {
	color:#ee8b2a;
	text-decoration:underline;
}

.paging a:hover {
	color:#ee8b2a;
	text-decoration:none;
}

.pagination ul li a {
	font-size:16px;
	font-weight:bold;
	width:30px;
	padding:5px 0;
	background:#5e5c8d;
	color:#fff;
	margin-right:15px;
	float:left;
	text-align:center;
}

.pagination ul li a:hover {
	text-decoration:none;
	background:#ee8b2a;
}

.pagination ul li a.selected {
	background:#ee8b2a;
}

/*************************************************** Products Main ***************************************************/

.products_intro_title {
	max-width:1140px;
	min-width:920px;
	margin:50px auto 0;	
	text-align:center;
	padding:0 0 50px;
}

.products_intro_title h2 {
	margin:0 0 10px;	
}

.products_intro_title h4 {
	font-size:20px;
	font-weight:bold;
}

ul#product_categories {
	text-align:center;
	margin:0 auto 50px;
	width:auto;
}

ul#product_categories li {
	width:18%;
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 5% 40px 0;
	color:#404d57;
	position:relative;
	min-height:380px;
}

ul#product_categories li a {
	color:#404d57;
}

ul#product_categories li a:hover {
	color:#ef8c2e;
}

ul#product_categories li a img {
	width:100%;
	border-radius:50%;
	float:left;
	margin:0 0 20px;
	padding:5px;
	border:1px solid #fff;
}

ul#product_categories li a img:hover {
	border:1px solid #ef8c2e;
}

ul#product_categories li a.more_btn {
	width:100%;
	float:left;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	padding:13px 0;
	background:#5e5c8d;
	color:#fff;
	margin:20px 0 0;
	position:absolute;
	bottom:0;
	left:0;
}

ul#product_categories li a.more_btn:hover {
	background:#ee8b2a;
	color:#fff;
	text-decoration:none;
}

/*************************************************** Products ***************************************************/

.productsinner_intro_title {
	max-width:1140px;
	min-width:920px;
	margin:50px auto 0;
	padding:0;
}

.productsinner_intro_title h2 {
	margin:0 0 10px;	
}

.productsinner_intro_title h4 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 15px;
}

.product_surround {
	width:100%;
	float:left;
	padding:50px 5% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:25px 0 25px;
	border-top:1px solid #c5d0dc;
}

.product_inner {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
	padding:0;
}

.product_inner h2 {
	color:#48545e;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 20px;
}

.product_left {
	width:50%;
	float:left;
}

.product_left img.main {
	width:100%;
	float:left;
	margin:0 0 20px;
}

.product_left ul li a {
	width:20%;
	float:left;
	margin:0 5% 20px 0;
}

.product_left ul li a img {
	width:100%;
	padding:5px;
	border:1px solid #fff;
	border-radius:50%;
}

.product_left ul li a img:hover {
	border:1px solid #ef8c2e;
}

.product_left ul a li:nth-child(4n) {
	margin:0 0 20px;
}

.product_right {
	width:45%;
	float:left;
	margin-left:5%;
}

.product_right ul {
	margin:0 0 20px;	
}

.product_right ul li {
	font-size:15px;
	margin:0 0 10px 15px;
	list-style-type:disc;
	color:#7a91a3;
	line-height:1.5em;
}

.product_right ul li span {
	color:#7a91a3;
}

.product_right a.link_button {
	padding:10px 30px;
	font-size:17px;
	text-transform:uppercase;
	background:#5e5c8d;
	color:#fff;
	float:left;
	margin:10px 20px 0 0;
}

.product_right a.link_button:hover {
	background:#ee8b2a;
	text-decoration:none;
}

/*************************************************** Contact ***************************************************/

.contact_left {
	width:50%;
	float:right;
}

.contact_detail {
	width:100%;
	float:left;
	margin:0 0 30px;
}

.contact_detail .address {
	width:50%;
	float:left;
}

.contact_detail .map {
	width:40%;
	float:right;
}

.contact_detail .map iframe {
	width:100%;
	height:250px;
}

.contact_right {
	width:45%;
	float:left;
	padding:0 5% 0 0;
	border-right:1px solid #eaeaec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_form {
	width:100%;
	float:left;
	padding:30px;
	background:#eaeaec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_area {
	width:90%;
	float:left;
	padding:20px 5%;
}

.form_item {
	float:left;
	width:100%;
	margin:10px 20px 10px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.form_item label,
.form_item_message label {
	width:100%;
	float:left;
	font-size:16px;
	color:#404d57;
}

.form_item input {
	width:100%;
	height:45px;
	padding:8px 0 6px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:10px 0 0;
	float:left;
	color:#7a91a3;
	font-size:16px;
	border:none;
}

.form_item select {
	padding:15px;
    margin: 8px 0 0;
    background: #fff;
    color:#7a91a3;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:100%;
	font-size:17px;
}

.form_item input:focus,
.form_item_message textarea:focus,
#form_captcha input:focus {
	border:1px solid #fdb813;
}

.form_item_message {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}

.form_item_message textarea {
	width:100%;
	height:200px;
	border:none;
	margin:10px 0 0;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#7a91a3;
	font-size:16px;
	padding:5px 0 0 10px;
}

#form_captcha label{
	width:100%;
	float:left;
	margin:15px 0 10px;
	color:#fff;
	font-size:16px;
}

#form_captcha label.warning {
	width:100%;
	color:#fff;
}

.code_box {
	width:170px;
	height:25px;
	padding:8px 0 3px 5px;
	border:1px solid #fff;
	margin:0 10px 0 0;
	float:left;
	color:#333;
	font-size:15px;
}

#form_captcha {
	width:100%;
	background:#000;
	margin:20px 0;
	float:left;
	font-size:14px;
	padding:10px 15px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#form_captcha img {
	border:1px solid #DAD6D5;
	margin:0 0 0 5px;
	float:left;
}

.submit_surround {
	width:100%;
	float:left;
}

.submit {
	background:#5e5c8d;
	float:left;
	padding:10px 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	margin:5px 0 20px;
	border:0;
	font-weight:bold;
}

.submit:hover {
	background:#ee8b2a;
	color:#fff;
}

.form_submit {
	float:left;
	width:352px;
}

.form_item label.warning,
.form_item_message label.warning,
p.warning {
	color:#F00;	
}

.green strong {
	color:#178b00;
}


/*************************************************** Footer ***************************************************/

footer {
	width:100%;
	float:left;
	margin:50px 0 0;
}

.footer_inner {
	max-width:1140px;
	min-width:920px;
	margin:0 auto;
}

#footer_top {
	width:100%;
	float:left;
	background:#404d57;
	padding:0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#map_holder {
    width: 217px;
    float: left;
    text-align: center;
    padding: 30px 0;
    position: relative;
    margin: 0 10%;
}

#map_holder img {
	height:100%;
}

#map_holder span i {
	color:#ee8b2a;	
	font-size:20px;
}

#map_holder span.nireland {
	position:absolute;
	margin:130px 0 0 75px;
	z-index:1000;
}

#map_holder span.nireland2 {
	position:absolute;
	margin:130px 0 0 83px;
	z-index:1000;
	color:#fff;
}

#map_holder span.nireland2 i {
	color:#fff;
}

#map_holder span.ireland {
	position:absolute;
	margin:171px 0 0 57px;
	z-index:1000;
}

#map_holder span.ireland i {
	color:#fff;
}

#map_holder span.scotland {
	position:absolute;
	margin:90px 0 0 105px;
	z-index:1000;
}

#map_holder span.scotland2 {
	position:absolute;
	margin:75px 0 0 122px;
	z-index:1000;
}

#map_holder span.scotland2 i {
	color:#fff;
}

.address_details {
	width:auto;
	float:left;
	margin:50px 0 50px 70px;
}

.address_details h4 {
	font-size:20px;
	color:#fff;
	margin:0 0 20px;
}

.address_details p {
	color:#fff;
	padding:0;
}

.address_details strong {
	color:#fcaf63;
}

.address_details a {
	color:#fff;
	text-decoration:underline;
}

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

#footer_bottom {
	width:100%;
	float:left;
	background:#7f9dae;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 5%;
}

#fb_left {
	width:50%;
	float:left;
	padding:45px 0 20px;
}

#fb_left p {
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	padding:0;
}

#fb_right {
	width:50%;
	float:left;
	text-align:right;
	padding:20px 0;
}

#dhdlogo {
	width:20%;
	float:right;
	margin-right:15%;
}

#dhdlogo:hover {
	opacity:0.5;
}



/*************************************************** Smaller screens ***************************************************/

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

#container {
	width:100%;
	min-width:0;
	margin:0;
	float:left;
}

/*************************************************** Header ***************************************************/

.header_inner {
	width:100%;
	min-width:0;
	margin:0;
	float:left;
}

#header_bottom {
    background: none repeat scroll 0 0 rgba(96, 132, 166, 0.75);
    box-sizing: border-box;
    float: left;
    padding: 25px 0 0;
    width: 100%;
	position:relative;
}

#logo {
    float: left;
    margin: -52px 0 0 5%;
    position: absolute;
    width: 114px;
	z-index:9999999;
}

#header_bottom nav#mainnav {
	display:none;	
}

/*************************************************** Homepage ***************************************************/

#hp_slider_inner {
    width:100%;
	min-width:0;
	margin:0;
	float:left;
}

.hp_project {
    width:100%;
	min-width:0;
	margin:0;
	float:left;
    padding: 60px 0 0;
}

ul#hp_productlist li {
    margin: 0 10% 30px 0;
    width: 25%;
}

ul#hp_productlist li:nth-child(3n) {
    margin: 0 0 15px 0;
}

.hpstripes {
	display:none;	
}

#hp_slider h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.5em;
    margin: 180px 0 0;
    position: relative;
    text-shadow: 1px 1px 5px #000;
    width: 100%;
}

#hp_slider h1 br {
    display:none;
}

/*************************************************** Main Content ***************************************************/

.row_inner {
	width:100%;
	min-width:0;
	margin:0;
	float:left;
	padding:40px 0 20px;
}

#main_title_inner {
    margin: 200px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-width: 0;
	width:100%;
	float:left;
    position: relative;
    z-index: 100;
	padding:0 0 0 5%;
}

#main_title h1 {
	margin-left:0;
}

.intro_title {
    margin: 50px 0 0;
    width: 100%;
    min-width: 0;
	float:left;
}

.side_stripes {
	display:none;	
}

.pagination {
    margin: 0;
	float:left;
   	width: 100%;
    min-width: 0;
}

.contact_left {
    float: left;
    width: 100%;
}

.contact_right {
    border-right: none;
    float: left;
    padding: 0;
    width: 100%;
}

.products_intro_title {
    margin: 50px 0 0;
	width:100%;
    min-width: 0;
	float:left;
    padding: 0 0 50px;
    text-align: center;
}

.productsinner_intro_title {
    margin: 50px 0 0;
	float:left;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.product_surround {
    border-top: 1px solid #c5d0dc;
    float: left;
    margin: 50px 0 0;
    padding: 50px 5% 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product_inner {
    margin: 0;
    width: 100%;
    min-width: 0;
	float:left;
    padding: 0;
}

ul.downloads_list li .pic {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #5e5c8d;
    float: right;
    width: 100%;
}

ul#sectionlist li {
    width: 30%;
}

.side_pic {
	max-height: 800px;
    overflow: hidden;
}

/*************************************************** Footer ***************************************************/

.footer_inner {
	width:100%;
	min-width:0;
	margin:0;
	padding:0 0 20px;
	float:left;
}

.address_details {
    float: left;
    margin: 50px 0 0 70px;
    width: 30%;
}

.address_details.second {
    margin: 20px 0 50px 70px;
}

#fb_left,
#fb_right {
	width:100%;
	margin:0 auto;
	float:none;
	padding:20px 0 0;
	text-align:center;
}

#dhdlogo {
    float: none;
    margin: 0 auto;
    width:15%;
}

/******************************************************Responsive Nav******************************************************/

#responsive_surround {
	display:block;
}

#responsivenav
{
width: 60em; /* 1000 */
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-weight: 400;
position: absolute;
top: 25%;
left: 50%;
margin-left: -30em; /* 30 480 */
}

#responsivenav > a
{
display: none;
}

#responsivenav li
{
position: relative;
}
#responsivenav li a
{
color: #fff;
display: block;
margin:0;
}
#responsivenav li a:active
{
background-color: #c00 !important;
}

/*#responsivenav span:after
{
width: 0;
height: 0;
border: 0.313em solid transparent;
border-bottom: none;
border-top-color: #efa585;
content: '';
vertical-align: middle;
display: inline-block;
position: relative;
right: -0.313em;
}*/

/* first level */

#responsivenav > ul
{
height: 3.75em; /* 60 */
background-color: #5e5c8d;
padding:30px 0 0;
}
#responsivenav > ul > li
{
width: 25%;
height: 100%;
float: left;
}
#responsivenav > ul > li > a
{
height: 100%;
font-size: 14px; /* 24 */
line-height: 1.5em; /* 60 (24) */
text-align: center;
}
#responsivenav > ul > li:not( :last-child ) > a
{
border-right: 1px solid #fff;
}
#responsivenav > ul > li:hover > a,
#responsivenav > ul:not( :hover ) > li.active > a
{
text-decoration:underline;
}

#header_bottom nav#responsivenav ul li {
	margin-right:0;	
}


/* second level */

#responsivenav li ul
{
display: none;
position: absolute;
top: 100%;
}
#responsivenav li:hover ul
{
display: block;
left: 0;
right: 0;
}
#responsivenav li:not( :first-child ):hover ul
{
left: -1px;
border-bottom:1px solid #7875b4;
background:#504e79;
}
#header_bottom #responsivenav li ul a
{
font-size: 15px; /* 20 */
text-align:left;
text-decoration:none;
padding:15px;
text-transform:none;
}
#responsivenav li ul a i
{
float:right;
}

#responsivenav li ul li a:hover,
#responsivenav li ul:not( :hover ) li.active a
{
background-color: #ee8b2a;
color:#fff;
}

#responsive_surround {
width:100%;
display:block;
float:left;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#responsivenav
{
width: 100%;
position: static;
margin: 0;
z-index:999999;
}

#responsivenav
{
position: relative;
top: auto;
left: auto;
z-index:999999;
float:left;
}

nav#responsivenav
{
padding:0;
background:none;
}

#responsivenav > a
{
color: #fff;
font-size: 16px;
font-weight: bold;
letter-spacing: normal;
padding: 10px 20px;
position: relative;
text-align: left;
text-decoration: none;
text-transform: none;
width:auto;
float:right;
margin-right:5%;
background:#5e5c8d;
}

#responsivenav > a.closecenter {
	text-align:center;	
}

.fa-bars,fa-times {
	margin-left:8px;	
}

#responsivenav:not( :target ) > a:first-of-type,
#responsivenav:target > a:last-of-type
{
display: block;
}


/* first level */

#responsivenav > ul
{
height: auto;
display: none;
position: relative;
width:100%;
left: 0;
right: 0;
float:left;
padding:40px 0 10px;
}
#responsivenav:target > ul
{
display: block;
}
#responsivenav > ul > li
{
width: 100%;
float: none;
padding:0 5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#header_bottom #responsivenav > ul > li > a
{
height: auto;
padding: 10px 15px; /* 20 (24) */
text-decoration:none;
text-align:left;
font-size:16px;
border-bottom:1px solid #7875b4;
}

#header_bottom #responsivenav > ul > li > a:hover
{
background:#504e79;
}
#responsivenav > ul > li > a i
{
float:right;
}
#responsivenav > ul > li:not( :last-child ) > a
{
border-right: none;
}



/* second level */

#responsivenav li ul
{
position: static;
}
	
}



/* Mobile */

@media handheld, only screen and (max-width: 767px) {


/****************************************************** header ******************************************************/

.email_tel_top p {
    color: #404d57;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

.email_tel_top a {
    margin-right: 0;
}

#logo {
    float: left;
    margin: -80px 0 0 5%;
    position: absolute;
    width: 94px;
    z-index: 9999999;
}

/****************************************************** Homepage ******************************************************/

#hp_slider {
	height:auto;
}

#hp_slider2 {
	height:auto;
	padding:0 0 40px;
}

#hp_slider h1 {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    margin: 180px 0 0;
    padding: 0 5%;
    position: relative;
    text-shadow: 1px 1px 5px #000;
    width: 90%;
}

ul#hp_productlist li,
ul#hp_productlist li:nth-child(3n),
ul#hp_productlist li:nth-child(5n){
    margin: 0 9% 30px 0;
    width: 45%;
	float:none;
	vertical-align:top;
	display:inline-block;
}

ul#hp_productlist li:nth-child(2n) {
    margin: 0 0 30px 0;
}

.row_halfleft,
.row_halfright {
    float: left;
    width: 100%;
	margin:0 0 20px;
}

.row_halfright {
	margin:0;	
}

h3 span.date {
    color: #ee8b2a;
    margin-left: 0;
	width:100%;
	float:left;
}

#hp_projects {
    padding: 0 5%;
}

.hp_project {
    float: left;
    margin: 0;
    min-width: 0;
    padding: 0 0 40px;
	border-bottom:1px solid #c5d0dc;
    width: 100%;
	margin:0 0 30px;
}

.project_left {
    float: left;
    width: 100%;
}

.project_right {
    float: left;
    width: 100%;
	margin:0 0 30px;
}

/****************************************************** Main Content ******************************************************/

.row_inner {
	width:100%;
	min-width:0;
	margin:0;
	float:left;
	padding:40px 0 20px;
}

#main_title h1 {
    font-size: 30px;
    line-height: 1.5em;
	margin-left:0;
}

#main_title_inner {
    margin: 140px 0 0;
}

.side_left {
    float: left;
    width: 100%;
}

.side_right {
    float: left;
    width: 100%;
	margin:20px 0 0;
}

ul#sectionlist li {
    color: #404d57;
    float: none;
	display:inline-block;
	vertical-align:top;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10% 30px 0;
    text-align: center;
    width: 43%;
}

ul#sectionlist li img,
ul#hp_productlist li img,
ul.portfolio_list li img,
ul#product_categories li a img,
.product_left ul li a img {
	border-radius:50%;
	border:none;
	padding:0;
}

.product_left ul li a img:hover {
	border:none;
}

ul#sectionlist li:nth-child(2n) {
    margin: 0 0 30px 0;
}

ul.portfolio_list li {
    float: left;
    margin: 0 2% 20px 0;
    width: 30%;
}

ul.portfolio_list li img {
    margin: 0;
}

.pagination {
    padding: 20px 0 0;
}

ul#certificate_list li {
    min-height: 0;
    padding: 20px;
    width: 100%;
	margin:0 0 30px;
}

.contact_detail .address {
    float: left;
    width: 100%;
}

.contact_detail .map {
    float: left;
    width: 80%;
}

.contact_form {
    padding: 20px;
    width: 100%;
}

.form_submit {
    float: left;
    width: 100%;
}

ul#product_categories li {
    margin: 0 0 40px 0;
    width: 50%;
}

ul#product_categories li:last-child {
	margin:0;	
}

.product_surround {
    padding: 30px 5% 0;
}

.product_left {
	width:100%;
	float:left;
}

.product_right {
    float: left;
    margin-left:0;
    width: 100%;
}

.product_right a.link_button {
    margin: 10px 0 0;
    padding: 10px 30px;
    text-transform: uppercase;
	text-align:center;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/****************************************************** Footer ******************************************************/

#map_holder {
    float: none;
    padding: 30px 0;
    position: relative;
    text-align: center;
    width: 217px;
    margin: 0 auto;
}

#map_holder img {
    height: auto;
}

.address_details {
    float: left;
    margin: 0;
    width: 100%;
}

#fb_left {
	padding:40px 0 0;
}

.address_details.second {
    margin: 20px 0 0 0;
}

#dhdlogo {
    width: 40%;
}

/****************************************************** Mobile Responsive Nav ******************************************************/

#responsive_surround {
    margin: -10px 0 0;
}

nav#responsivenav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 10px;
}

#responsivenav > ul {
    padding: 10px 0 10px;
}

#responsivenav li ul
{
position: static;
width:100%;
float:left;
}

#responsivenav > a {
	padding:7px 10px;	
}

#header_bottom nav#responsivenav ul li ul li {
    margin-right: 0;
	width:100%;
	float:left;
	border-bottom:1px solid #7875b4;
}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}