/*
Theme Name: Aidan Nolan
Theme URI: http://www.anassociates.ie/
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


          /*---------- Structure ----------*/
		  
* { 
	margin:0;
	padding:0;
	outline:0;
}

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

a { 
	text-decoration:none;
	color:#4eb848;	
}


@font-face {
	font-family: "Myriad Pro";
	src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.svg#Myriad Pro') format('svg'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro Light";
	src: url('fonts/MyriadPro-Semibold.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Semibold.svg#Myriad Pro Light') format('svg'),
	url('fonts/MyriadPro-Semibold.woff') format('woff'),
	url('fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MyriadPro-Bold";
	src: url('fonts/MyriadPro-Bold.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),
	url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {font-size: 18px;}	
h2 {font-size: 17px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro Light";
	font-weight:normal;
	line-height:1;
}

b, strong { 
	font-weight:normal !important;
	font-family: "Myriad Pro Light";
}

body { 
	direction:ltr;
	color:#323232;
	background:url(images/body-bg.jpg) left top;
	font-family: "Myriad Pro";
	font-size:14px;
}

.an-main-wrap { 
	margin:0 auto;
	max-width:1036px;
	background:#fff;
}
.an-container { 
	padding:0 24px;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}
.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}

.one-half { 
	width:50%;
}

.one-two { 
	width:20%;
}

.one-three { 
	width:30%;
}

.one-four { 
	width:40%;
}

.one-five { 
	width:50%;
}

.one-six { 
	width:60%;
}

.one-seven { 
	width:70%;
}

.one-eight { 
	width:80%;
}

.one-nine { 
	width:90%;
}

.one-ten { 
	width:100%;
}

.one-third { 
	width:33.33333%;
}

.one-fourth { 
	width:25%;
}

.one-fifth { 
	width:20%;
}

.dh-project-gallery .one-fourth { width:30%; float:left;}
.dh-project-gallery .one-sixth { width:70%; float:left;}
.dh-project-gallery {
    margin-bottom: 20px;}
          /*---------- Header ----------*/

.an-header { 
	border-top:15px solid #135da4;
}
.an-header-inn { 
	padding-bottom:10px;
	border-bottom:1px solid #135da4;
}

.an-logo { 
	margin-top:46px;
}

.an-logo img { 
	max-height:118px;
}

.an-head-one { 
	margin-bottom:106px;
}

.an-head-one-inn { 
	float:right;
}

.an-head-info { 
	float:left;
	background:#f8f8f8;
	padding:12px 10px 10px;
	border-radius:0 0 5px 5px;
	color:#135da4;
	font-family: "Myriad Pro Light";
}

.an-head-info a { 
	color:#135da4;
}

.an-head-info a:hover { 
	color:#4eb848;
}

.an-head-info strong { 
	color:#4eb848;
}

.an-contact-info span { 
	margin-right:10px;
}

.an-contact-info span:last-child { 
	margin-right:0;
}

.an-in { 
	background:url(images/in-icon.png) no-repeat center center #0274b3;
	border-radius:3px;
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:bottom;
}

.primary-menu ul { 
	list-style:none;
	text-align:right;
	font-size:0;
}

.primary-menu ul li { 
	display:inline-block;
	*display:inline;
	zoom:1;
	position:relative;
	border-right:1px solid #73a2cf;
}

.primary-menu ul li:last-child { 
	border-right:none;
}

.primary-menu ul li:last-child a { 
	padding-right:0;
}

.primary-menu ul li a { 
	display:block;
	color:#595959;
	font-size:16px;
	line-height:16px;
	padding:0 18px;
}

.primary-menu ul li:hover > a { 
	color:#4eb848;
}

.primary-menu ul ul { 
	background:url(images/trans.png);
	position:absolute;
	left:;
	top:16px;
	z-index:999;
	padding-top:13px;
	width:220px;
	display:none;
}

.primary-menu ul ul li { 
	display:block;
	border:none;
}

.primary-menu ul ul li:hover > a { 
	color:#fff;
	background:#73a2cf;
}

.primary-menu ul ul li a { 
	padding:10px 18px;
	background:#f8f8f8;
	border-bottom:1px solid #73a2cf;
	text-align:left;
}

.primary-menu ul ul ul { 
	left:inherit;
	right:100%;
	top:0;
	padding:0;
}

.primary-menu ul li:hover > ul { 
	display:block;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a {
	color:#4eb848;
}

.nav-toggle1 { 
	display:none;
}

          /*---------- Main Slider----------*/

.an-main-slide { 
	margin-top:15px;
}

.an-slide-thumb img { 
	display:block;
	width:100%;
}

.an-main-slide-inner { 
	position:relative;
}		  

.an-slide-caption { 
	position:absolute;
	top:42%;
	left: 0;
	width:320px;
	z-index:99;
	/*height:100%;
	right:52px;
	background:url(images/caption-bg.png);*/
}

.an-slide-caption-inn {
	border-right: 5px solid #4eb848;
    display: inline-block;
    width: 100%;
}

.an-slide-description { 
	padding:15px;
	color:#3f3f3f;
	display: none;
}

.an-slide-description p { 
	margin-bottom:15px;
}

.an-slide-link a { 
	display:inline-block;
	padding:6px 20px;
	font-family: "Myriad Pro Light";
	color:#fff;
	background:#4eb848;
}

.an-slide-link a:hover { 
	background:#135da4;
}

.an-slide-title { 
	text-align:center;
	padding:20px;
	color:#fff;
	font-size:18px;
	margin-right: 1px;
	font-family: "Myriad Pro Light";
	background:url(images/caption-title-bg.png);
}

.an-slide-prev, .an-slide-next { 
	display:inline-block;
	width:37px;
	height:93px;
	opacity:.5;
	top:50%;
	display: none;
	margin-top:-41px;
	position:absolute;
	z-index:99;
	text-indent:-9999px;
	color:transparent;
}

.an-slide-prev:hover, .an-slide-next:hover { 
	opacity:1;
}

.an-slide-prev { 
	background:url(images/slide-prev.png) no-repeat;
	left:0;
}

.an-slide-next { 
	background:url(images/slide-next.png) no-repeat;
	right:0;
}
		  
          /*---------- Main Content ----------*/

.an-main-content { 
	padding:24px 0;
}	

.an-features-title { 
	color:#4eb848;
	margin-bottom:30px;
}

.an-features-title h5 { 
	float:left;
	margin-right:10px;
}

.an-features-title b { 
	display:block;
	height:1px;
	overflow:hidden;
	background:#135da4;
	margin-top:7px;
}	  

.an-feature-content ul { 
	list-style:none;
	text-align:center;
	font-size:0;
}	

.an-feature-box { 
	float:left;
	width:32%;
	margin:0 2% 10px 0;
}	

.an-last-box { 
	margin-right:0;
}

.an-feature-box a { 
	/*display:block;*/
	font-size:14px;
	color:#135da4;
}  

.home .an-feature-box a {
	color: #4f4f4f;
}
.home .an-feature-box a:hover {
	opacity: 0.8;
	display: block;
	color: #135da4;
}

/*.an-feature-thumb img { 
	display:block;
	width:100%;
}*/

.an-feature-title { 
	/*border-right:7px solid #4eb848;
	background:#135da4;
	padding:5px;*/
	height:40px;
	display:table;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}
#itemContainer .an-feature-title { 
	border-right:7px solid #4eb848;
	background:#135da4;
	padding:5px;
}
#itemContainer .an-feature-box a {
	color: #fff;
}

.an-feature-title h2 { 
	font-size:18px;
}

.an-feature-box p {
    color: #323232;
    font-size: 13px;
    text-align: left;
}

.an-feature-title * { 
	display:table-cell;
	vertical-align:middle;
}

.an-feature-box a:hover { 
	opacity:.9;
}
#itemContainer .an-feature-box a:hover { 
	color: #fff;
}

#itemContainer .an-feature-box a:hover .an-feature-title { 
	background:#4eb848;
	border-color:#135da4;
}

.an-home-content { 
	background:#f8f8f8;
}

.an-home-about { 
	padding:40px 24px;
}

.home_benefits {
	padding: 0px 24px 40px 24px;
}

.an-home-other {
	padding-left: 10px;
	background:#fff;
	min-height: 452px;
	padding-right: 10px;
}

.square-bullet { 
	list-style:none;
	margin:0 !important;
}

.square-bullet li { 
	display:block;
	background:url(images/bullet-2.jpg) no-repeat left 8px;
	padding-left:18px;
	line-height:24px;
}

.square-bullet li ul li { 
	background:url(images/bullet-1.jpg) no-repeat left 8px;
}

.square-bullet li a { 
	font-size:16px;
	color:#135da4;
}

.square-bullet li ul li a { 
	font-size:14px;
	color:#4eb849;
}

.an-clients { 
	padding:30px 0;
	text-align:center;
}

.an-footer-btm { 
	padding:30px 0 10px;
	background:#135da4;
	color:#fff;
}

.an-footer-btm a {  
	color:#fff;
}

.an-footer-btm a:hover {  
	text-decoration:underline;
}

.an-ft-address { 
	padding:8px 10px;
	border-left:3px solid #4eb848;
}

.an-copy-right { 
	text-align:right;
	font-size:12px;
}

.an-copyright-logos { 
	margin:10px 0;
}

.an-copyright-logos img { 
	margin-left:10px;
}

.an-social-ft { 
	display:none;
}


          /*---------- Entry Content ----------*/		  


.entry-header { 
	margin-bottom:10px;
	color:#135da4;
}

.entry-header h1, .entry-header h2, .entry-header h3 { 
	font-size:18px;
}

.entry-content, .widget-content { 
	font-size:14px;
	line-height:1.3;
}

.entry-content p, .widget-content p { 
	margin-bottom:15px;
}

.entry-content p:last-child, .widget-content p:last-child { 
	margin-bottom:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.widget-content h1,
.widget-content h2,
.widget-content h3, 
.widget-content h4, 
.widget-content h5, 
.widget-content h6 { 
	margin-bottom:15px;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 15px 12px;
	line-height:1.5;
}
.entry-content ul ul, .entry-content ol ol,
.widget-content ul ul, .widget-content ol ol { 
	margin:0;
}

.entry-content a:hover, .widget-content a:hover { 
	text-decoration:underline;
}

.btn { 
	padding:4px 10px;
	background:#4eb848;
	color:#fff !important;
	display:inline-block;
	*display:inline;
	zoom:1;
	border:none;
}

.btn:hover { 
	background:#135da4;
	text-decoration:none !important;
}

.btn-small { 
	font-size:14px;
}

.btn-large { 
	font-size:18px;
	padding:8px 25px;
}

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

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

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

div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#135da4;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#4eb848;
	color:#fff;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#135da4;
}

.an-map { 
	margin:20px 0 0;
}

.an-map iframe { 
	width:100%;
	display:block;
}

          /*---------- Inner Pages ----------*/

.an-content { 
	float:left;
	width:73%;
	margin-right:2%;
}

.an-sidebar { 
	float:left;
	width:25%;
}

.an-widget { 
	margin-bottom:5px;
}

.an-sidenav-content ul { 
	margin:0;
	list-style:none;
	font-size:18px;
	font-family: "Myriad Pro Light";
}

.an-sidenav-content ul li a { 
	display:block;
	color:#fff;
	background:#135da4;
	padding:10px 12px;
	line-height:18px;
}

.an-sidenav-content ul li, ul.an-sidenav-content li { 
    list-style: none; 
	border-bottom:2px solid #0d4a86;
}

ul.an-sidenav-content > li > a {
    display: block;
    color: #fff;
    background: #135da4;
    padding: 10px 12px;
    line-height: 18px;
    font-size: 18px;
    font-family: "Myriad Pro Light";
}

.an-sidenav-content ul li:last-child { 
	border-bottom:none;
}

.an-sidenav-content ul li a:hover, .an-sidenav-content ul li.current_page_item > a { 
	background:#0b4e8f;
	text-decoration:none;
}

.an-sidenav-content ul ul li a, ul.an-sidenav-content ul li a { 
	border-left:4px solid #39b837;
	background:#317abf;
	padding:7px 12px 7px 8px;
}

.an-blog-wrap ul { 
	list-style:none;
	margin:0 !important;
}

.post-thumb { 
	float:left;
	margin:0 20px 0 0;
}

.post-thumb img { 
	display:block;
}

.blog-post { 
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #4eb848;
}
		  
		  
          /*---------- Others ----------*/


/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}






ul#linkedin-con {
	padding: 0;
	background: none;
	box-shadow: none;
}
ul#linkedin-con h2, #linkedin-item div > a {
	display: none;
}
ul#linkedin-con #linkedin-item {
	margin-bottom: 0;
	border-color: #c7c7c6;
}
ul#linkedin-con #linkedin-item i {
	font-size: 16px;
	font-style: normal;
	background: #c7c7c6;
}
ul#linkedin-con h2 + #linkedin-item:nth-child(1n) i {
	background: #135da4;
}
#linkedin-item a {
	color: #135da4;
}
ul#linkedin-con #linkedin-item span a {
	color: #fff;
}
ul#linkedin-con #linkedin-item a:hover {
	text-decoration: underline;
}





/* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

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

	.an-container { 
		padding:0 10px;
	}

	.an-header .one-half { 
		width:100%;
	}
	
	.an-logo, .an-head-one { 
		text-align:center;
	}
	
	.an-logo, .an-head-one, .an-head-two { 
		margin:15px 0 0;
	}
	
	.an-head-info { 
		border-radius:5px;
		padding:10px;
	}
	
	.an-head-one-inn { 
		margin:0 auto;
		float:none;
		display:table;
	}
	
	#collapse1 { 
		display:none;
	}
	
	.primary-menu ul { 
		text-align:left;
	}
	
	.primary-menu ul li { 
		border:0;
		display:block;
	}
	
	.primary-menu ul li a { 
		padding:10px 20px;
		background:#135DA4 !important;
		color:#fff;
		border-bottom:1px solid #0e559a !important;
	}
	
	.primary-menu ul li:hover > a { 
		background:#135DA4 !important;
		color:#fff !important;
	}
	
	.primary-menu ul li a:hover { 
		background:#0e559a !important;
		color:#fff !important;
	}
	
	.primary-menu .current-menu-item > a,
	.primary-menu .current-menu-ancestor > a,
	.primary-menu .current_page_item > a,
	.primary-menu .current_page_ancestor > a {
		background:#0e559a !important;
		color:#fff !important;
	}
	
	.primary-menu ul ul { 
		position:static;
		left:;
		top:0;
		padding:0;
		width:auto;
		display:block;
	}
	
	.primary-menu ul ul li a { 
		padding:10px 20px 10px 35px;
	}
	
	.primary-menu ul ul ul li a { 
		padding:10px 20px 10px 50px;
	}
	
	.nav-toggle1 { 
		text-align:left;
		font-size:16px;
		display:block;
		position:relative;
		padding:10px 20px;
		background:#135DA4;
		color:#fff;
		border-bottom:1px solid #0e559a;
	}
	
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	.nav-toggle1:hover { 
		background:#0e559a;
	}
}

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

	.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
	.one-third, .one-fourth, .one-fifth, .an-content, .an-sidebar
	 { 
		width:100%;
	}
	
	.an-logo { 
		padding:0 30px;
	}
	
	.an-copy-right { 
		text-align:center;
	}
	
	div.wpcf7 { 
		padding:15px 0 0 !important;
	}
	
	.an-slide-prev, .an-slide-next, .an-slide-excerpt { 
		display:none !important;
	}
	
	.an-slide-caption { 
		top:38%;
	}
	
	/*.an-slide-caption { 
		right:inherit;
		top:auto;
		left:0;
		bottom:0;
		height:auto;
		width:auto;
	}
	
	.an-slide-title, .an-slide-description { 
		padding:5px;
		text-align:left;
	}
	
	.an-slide-title { 
		font-size:16px;
	}*/
	
	.an-slide-description p { 
		margin:0;
	}
	
	.an-copyright-logos, .an-content { 
		margin:0 0 10px;
	}
	
	.an-copyright-logos img { 
		margin:10px 0 0;
		max-width:150px;
	}
	
	.an-feature-content { 
		margin:0 -5px;
	}
		
	.an-feature-box { 
		float:none;
		display:inline-block;
		margin:0 5px 10px;
		width:145px;
		vertical-align:bottom;
	}
	
	.an-home-feature .an-feature-box { 
		width:300px;
	}
	
	.an-feature-title h2 { 
		font-size:14px;
		font-family: "Myriad Pro";
	}
	
	.an-last-box { 
		margin-right:5px;
	}
	
	.an-home-about, .an-home-other { 
		padding:20px 10px;
	} 
	
	.an-footer-btm { 
		padding:20px 0;
		text-align:center;
	}
	
	.an-ft-address { 
		border:none;
		padding:0;
	}
	
	.an-sidenav-content { 
		min-height:inherit;
	}
	
	.an-in { 
		display:none;
	}
	
	.an-social-ft { 
		text-align:center;
		margin-top:10px;
		display:block;
	}
	
	.an-social-ft a { 
		display:inline-block;
		border-radius: 3px;
		height: 26px;
		width: 26px;
	}
	
	.an-in-ft { 
		background: url("images/in-icon-blue.png") no-repeat scroll center center #fff;
	}
	
	
	.an-home-other {
		min-height: auto;
	}
}

@media only screen and (max-width : 500px) { 
	
	.an-slide-title, .an-slide-description { 
		padding:5px;
		text-align:left;
	}
	.an-slide-caption-inn {
		width: auto;
	}
	
	.an-slide-title { 
		font-size:16px;
	}
	
	.an-contact-info span:last-child { 
		display:block;
	}
	
	.dh-project-gallery .one-fourth { width:100%;}
	.dh-project-gallery .one-fourth ul { text-align:center; margin:0 auto !important; display:table;}
	.dh-project-gallery .one-sixth { width:100%;}
}