/*
Theme Name: aidesignlab
Author: sli
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
embed, iframe, object {
	max-width: 100%;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	line-height: 1.4;
	padding-bottom: 15px;
	font-weight: normal;
}
h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }
body,
button,
input,
select,
textarea {
	color: #555555;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Renner*';
	font-weight: 400;
}
p {
	color: #555555;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
th, td {
	border: 1px solid #f2f2f2;
	padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
ul, ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #ff0000;
	margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #111111;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
body {
	background: #ffffff;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
}
pre, code, kbd, var, samp, tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 17px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #f2f2f2;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background-color: #f2f2f2;
}
hr {
	border-color: #f2f2f2;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
.screen-reader-text { display: none; }
input, textarea {
	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #f2f2f2;
	line-height: 20px;
	width: 98%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #eaeaea;
}
input.s {
	width: 60%;
	padding: 4px 54px 4px 10px;
	height: 36px;
	color: #111111;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #f2f2f2;
}
input.s:focus {
	padding-left: 10px;
	border-color: #eaeaea;
	text-indent: 0;
}
.ample-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: #FFFFFF;
	display:inline-block;
	margin-bottom: 30px;
	padding: 5px 25px;
	cursor: pointer;
	background-color: #ff0000;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
.ample-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
}
a {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
.main-navigation li > ul,
.main-navigation li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	float: right;
	padding-right: 10px;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 0 20px;
}
.sub-toggle{
	display: none;
}
.main-navigation ul#menu-primary > li:last-child {
	margin-right: 15px;
}
.main-navigation li > a {
	line-height: 104px;
	height: 104px;
}
.main-navigation ul.menu li a {
	font-size: 17px;text-transform:uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a {
	color: #111111;
	display: block;
	float: left;
	font-weight: 400;
}
.main-navigation ul.menu > li.current-menu-item,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation ul.menu > li:hover,
.main-navigation ul.menu > li.focus,
.main-navigation .menu > ul > li:hover,
.main-navigation .menu > ul > li.focus {
	border-top: 0;
	margin-top: 0;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor a:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_ancestor a:after,
.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.page_item_has_children:hover > a:after,
.main-navigation ul li.focus.menu-item-has-children > a:after,
.main-navigation ul li.focus.page_item_has_children > a:after,
.main-navigation ul.menu li.current-menu-ancestor ul li.current-menu-item> a {
	color: #ff0000;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 12px;
	padding-left: 6px;
	color: #111111;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f0d7";
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	content: "\f0da";
	position: absolute;
	right: 8px;
}
.main-navigation ul li ul {
	display:none;
	z-index: 9999;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display:block;
}
.main-navigation ul li ul {
	background-color: #ffffff;
	left: -1px;
	position: absolute;
	top: 104px;
	width: 180px;
}
.main-navigation ul li .sub-menu a {
	text-transform: none;
}
.main-navigation ul ul > li:last-child {
	border-bottom: 1px solid #eaeaea;
}
.main-navigation ul li ul li {
	float: none;
	padding: 0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	height: 100%;
	padding: 10px 20px;
	color: #111111;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #ff0000;
}
.main-navigation ul li ul li ul {
	left: 158px;
	top: -1px;
}
.main-navigation select {
	display: none;
}
.menu-toggle {
	display: none;
	cursor: pointer;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
a img {
	border: 0;
}
a img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	box-shadow: #000 0 0 0;
}
img#wpstats {
	display: none;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {display: inline;float: right;margin-left: 30px;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display: block;}
.tg-after-three-blocks-clearfix {clear: both;}
.tg-featured-posts-clearfix {clear: both;}
.wp-caption {border: 1px solid #ccc;margin-bottom: 1.5rem;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin: 1.2% auto 0;max-width: 98%;}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075rem 0;}
.gallery {margin: 0 auto 15px;}
.gallery-item {display: inline-block;padding: 15px 2%;text-align: center;vertical-align: top;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.gallery-columns-3 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item {padding: 15px 1%;}
.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {padding: 10px 0.5%;}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:17.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {margin: 0 auto;}
.gallery .gallery-caption {font-size: 12px;line-height: 1.2;padding-top: 5px;}
#masthead .search-wrap input.s {width: 180px;}
.fa.search-top {color: #ff0000;position: absolute;right: 0;line-height: 70px;cursor: pointer;padding-left: 10px;top: 0;}
.search-wrap {position: relative;}
.search-wrap button {border-radius: 0;color: #fff;line-height: 45px;margin-left: -2px;margin-bottom: 0;padding: 0 15px;position: absolute;top: 0;right: 0;}
.search-icon:before {content: "\f002";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #ffffff;font-size: 18px;}
.search-form-top {border: 1px solid #eaeaea;display: none;padding: 10px;position: absolute;right: 0;top: 70px;z-index: 9999;background-color: #ffffff;}
.search-form-top.show {display: block;}
.not-found .search-wrap button {right: 175px;}
.header-post-title-container {padding: 10px 0;background-color: #ff0000;}
.header-post-title-container .post-title-wrapper {max-width: 100%;text-align:center;}
.header-post-title-class {font-size: 24px;padding-bottom: 0;color: #ffffff; text-transform: uppercase; }
#secondary .widget,#tertiary .widget { padding-bottom: 40px;}
#secondary .widget-title,#tertiary .widget-title {font-size: 24px;}
#secondary .widget li a,#tertiary .widget li a {padding-bottom: 10px;display: inline-block;color: #ff0000;}
#secondary .widget li a:hover,#tertiary .widget li a:hover {text-decoration: underline;}
.widget select {max-width: 100%;}
#secondary .search-wrap button,#tertiary .search-wrap button {right: 26px;}
.both-sidebar #secondary .search-wrap button,
.both-sidebar #tertiary .search-wrap button {right: 0;}
.widget.widget_service_block {padding: 60px 0;}
.widget_service_block .services-main-description img {padding-bottom: 40px;}
.widget_service_block h3.widget-title {text-align: center;text-transform: uppercase;padding-bottom: 0;}
.widget_service_block h5 a {color: #111111;}
.widget_service_block h5 a:hover {color: #ff0000;}
.widget_service_block h3.widget-title:after {background: none repeat scroll 0 0 #ccc;content: "";display: block;height: 2px;margin: 20px auto;width: 100px;}
.widget_service_block .services-main-description p {padding-bottom: 50px;margin-bottom: 0;}
.services-header{text-align: center;}
.services-header h2{text-transform: uppercase;border-bottom: 4px solid #ff0000;display: inline;padding-bottom: 10px;}
.single-service{text-align: center;}
.single-service:hover .icons {background-color: #ff0000;}
.single-service:hover .icons i {color: #ffffff;}
.single-service h5{padding: 20px 0;font-size: 20px;}
.single-service span.icons{width: 100px;height: 100px;border-radius: 50%;border: 2px solid #f8f8f8;display: block;position: relative;margin: 0 auto;}
.single-service span i{font-size: 36px;line-height: 102px;margin: 0;color: #ff0000;}
.call-to-action-content-wrapper h3 {padding-bottom: 0;font-size: 26px;color: #ffffff;line-height: 2;text-align: center;z-index: 1;}
.call-to-action-button {border: 2px solid #ffffff;color: #ffffff;font-size: 18px;line-height: 2;
text-align: center;padding: 10px 30px;margin-left: 60px;display: inline-block;border-radius: 3px;}
.call-to-action-button:hover {background: rgba(255, 255, 255, 0.26);color: #ffffff;}
.featured-posts-header .widget-title {text-align: center;line-height: 28px;padding-bottom: 0;}
.featured-posts-main-description {text-align: center;}
.featured-posts-main-description p {padding-bottom: 50px;margin-bottom: 0;}
.widget_featured_posts_block .widget-title {text-transform: uppercase;}
.widget_featured_posts_block .widget-title:after {background: none repeat scroll 0 0 #ccc;content: "";display: block;height: 2px;margin: 20px auto;width: 100px;}
.widget_featured_posts_block {padding-top: 60px;}
.featured-posts-content {padding-bottom: 40px;}
.single-post-image-wrap {float: left;margin-right: 20px;margin-bottom: 10px;}
.single-post-image-wrap img {padding-top: 8px;margin-bottom: 0;}
.single-post-content .read-btn a {margin-top: 0;}
.widget_featured_posts_block .single-post .entry-title {margin: 0 0 6px 0;font-size: 25px;padding-bottom: 0;}
.widget_featured_posts_block .single-post {margin-bottom: 10px;}
.single-post-content a{color: #ff0000;}
.single-post-content .entry-title a{color: #111111;}
.single-post-content .entry-title a:hover{color: #ff0000;}
.author-description-wrapper {margin-left: 120px;}
.breadcrumb {float: right;text-align: right;margin-top: 8px;margin-bottom: 2px;font-size: 17px;}
.breadcrumb {color: #ffffff;font-weight: 400;}
.breadcrumb a {color: #ffffff;font-weight: normal;}
.breadcrumb a:hover {text-decoration: underline;}
.wp-pagenavi {padding-bottom: 40px;}
body {padding-top: 30px;padding-bottom: 30px;}
body.wide {padding-top: 0;padding-bottom: 0;}
#page {background-color: #ffffff;margin: 0 auto;max-width: 1280px;}
.wide #page {max-width: 100%;}
.inner-wrap {max-width: 1280px;margin: 0 auto;}
.main-head-wrap {padding: 10px 0;}
#header-left-section {float: left;}
#header-logo-image {float: left;padding: 0 20px 0 0;max-width: 100%;}
#header-logo-image img {margin-bottom: 0px;max-height: 104px;height: auto;width: auto;}
#header-text {float: left;padding-right: 20px;}
#site-title {padding-bottom: 0;}
#site-title a {color: #111111;font-size: 34px;}
#site-title a:hover {color: #ff0000;}
#site-description {line-height: 1.5;font-size: 13px;padding-bottom: 0;color: #555555;font-weight: 400;margin-bottom: 0;}
#header-right-section {float: right;position: relative;}
img.header-image {display: block;margin: 0 auto;}
#primary {float: left;width: 64.54545454%;}
#secondary {float: right;width: 31.81818181%;}
.left-sidebar #primary {float: right;width: 64.54545454%;}
.left-sidebar #tertiary {float: left;width: 31.81818181%;}
.both-sidebar #primary {width: 72.72727272%;}
.both-sidebar #secondary {width: 23.63636363%;}
.both-sidebar #primary #content {float: right;width: 62.5%;}
.both-sidebar #primary #tertiary {float: left;width: 32.5%;}
.no-sidebar-full-width #primary {width: 100%;}
.no-sidebar #primary {float: none;margin: 0 auto;}
.no-sidebar-full-width,.no-sidebar,.no-sidebar-full-width #page,
.no-sidebar #page {overflow: hidden;}
.no-sidebar-full-width .alignfull,.no-sidebar .alignfull {margin-left: calc(50% - 50vw);margin-right: calc(50% - 50vw);max-width: unset;}
.no-sidebar-full-width .alignwide,
.no-sidebar .alignwide {margin-left: -100px;margin-right: -100px;max-width: unset;}
.no-sidebar-full-width .alignfull img,
.no-sidebar .alignfull img {max-width: unset;}
.tg-one-half {float: left;width: 48.18181818%;margin: 0 3.63636363% 0 0;padding: 0px 0px 30px;}
.tg-one-half-last {float: right;margin: 0px;}
.tg-one-third {float: left;margin: 0 3.63636363% 0 0;width: 30.90909090%;}
.tg-one-third-last {float: right;margin-right: 0;}
.tg-one-fourth {float: left;width: 22.95454545%;margin: 0 2.72727272% 0 0;}
.tg-one-fourth-last {margin: 0px;}
.extra-hatom-entry-title {display: none;}
.single-page {margin-top: 50px;}
.home .single-page {margin-top: 0;}
.single-header {padding: 2% 0;background-color: #444;}
.single-header h2 {font-size: 2.5em;color: #ff0000;font-weight: 200;margin-bottom: 16px;}
.single-page p a{color: #ff0000;}
.single-page p a:hover{color: #555;}
.single-page p {margin-bottom: 10px;}
.entry-content ul {list-style: square;}
.entry-content ul,.entry-content ol {padding: 0 0 0 20px;margin-bottom: 10px;}
.entry-content li > ul,.entry-content li > ol {margin-bottom: 0;}
.sidebar h4{font-weight: 400;padding-bottom: 8px;margin-bottom: 17px;}
.date-icon, .author-icon {width: 32px;height: 32px;display: block;float: left;}
.hentry .entry-title {font-size: 24px;padding-bottom: 10px;}
.hentry .entry-title a {color: #111111;display: block;font-weight: 400}
.hentry .entry-title a:hover {color: #ff0000;}
.entry-meta{width: 100%;padding-bottom: 20px;}
.entry-meta{ font-size: 17px;}
.read-btn a {border: 1px solid #ff0000;display: inline-block;margin-top: 20px;padding: 10px 16px;}
.read-btn a:hover {background-color: #ff0000;color: #ffffff;}
.entry-meta > span {padding-right: 15px;}
.entry-meta .fa {color: #ff0000;padding-right: 5px;}
.entry-meta a {color: #555555;font-weight: 400;}
.entry-meta a:hover {color: #ff0000;}
article.post {padding-bottom: 60px;}
.tags a {display: inline-block;}
ul.wp-block-gallery {padding: 0;}
.related-posts-wrapper .entry-title {font-size: 21px;padding-bottom: 5px;}
.related-posts-wrapper .entry-title a {color: #111111;}
.related-posts-wrapper .entry-title a:hover {color: #ff0000;}
.related-posts-wrapper .entry-meta {font-size: 12px;}
.related-posts-wrapper .entry-meta > span {padding-right: 10px;}
.default-wp-page li.previous { float: right;}
.default-wp-page li.next {float: left;}
.previous a,.next a {color: #ff0000;padding: 5px 0;cursor: pointer;font-size: 16px;display: inline-block;}
.next {float: right;}
.previous a:hover,.next a:hover {text-decoration: underline;}
.default-wp-page {padding: 20px 0;}
.nav-previous,.nav-next {margin-bottom: 15px;}
.nav-previous a,.nav-next a {color: #ff0000;cursor: pointer;font-size: 16px;}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,.nav-next a:hover {text-decoration: underline;}
#comments {border-top: 1px solid #F8F8F8;padding-top: 15px;}
#comments i {font-size: 12px;color: #ff0000;padding-right: 10px;line-height: 1.5;}
#comments img {margin-bottom: 5px;}
.comments-title {font-size: 22px;line-height: 28px;}
.comment-content a {word-wrap: break-word;}
.comment-navigation {margin-bottom: 15px;}
#comments h2.comments-title,#comments h3.comments-title {margin-bottom: 10px;}
.avatar {border-radius: 50%;float: left;}
.comments-area article header {margin: 0 0 5px;overflow: hidden;position: relative;}
.comments-area .comment-edit-link,.comments-area .comment-permalink,.comments-area .comment-date-time,.comments-area .comment-author-link {display: block;margin-left: 100px;color: #999999;font-size: 17px;}
.comments-area article header cite a:hover,.comments-area a.comment-edit-link:hover,
.comments-area a.comment-permalink:hover {color: #ff0000;}
.comments-area .comment-author-link a {color: #999999;}
.comments-area .comment-author-link a:hover {color: #ff0000;}
.comments-area .comment-author-link span {margin-left: 10px;padding: 0 5px;background-color: #ff0000;color: #FFFFFF;border-radius: 3px;}
.comments-area article header .comment-edit-link:before{content: "\f044";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #ff0000;font-size: 12px;padding-right: 10px;}
.comment-content {padding: 15px 15px 25px;background-color: #F8F8F8;border-radius: 2px;}
li.comment {margin-bottom: 20px;width: 100%;}
.comment ul, .comment ol {margin: 0 0 20px 20px;}
.comment ul {list-style: square outside none;}
.comment .comment-reply-link {float: right;color: #aaaaaa;font-size: 17px;}
.comment .comment-reply-link:before {content: "\f112";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #ff0000;font-size: 12px;padding-right: 10px;}
.comment .comment-reply-link:hover {color: #ff0000;}
.comment-list, .comment-list .children {list-style-type: none;padding: 0;}
.comment-list .children {margin-left: 40px;padding-top: 20px;margin-bottom: 0;}
#reply-title {font-size: 20px;}
.comment-respond {padding-top: 20px;}
.comment-respond small {float: right;}
.form-allowed-tags {display: none;}
.error404 .page-title {font-size: 30px;}
#colophon{font-size: 17px;clear: both;color: #555555;background-color: #ffffff;overflow: hidden;padding: 50px 0 20px;}
.scrollup:hover{opacity: 0.6;}
.copyright-info ul li {margin-bottom: 10px; float: left;margin-left: 25px;}
.copyright-info ul li a{color: #fff;padding: 5px 5px;}
.copyright-info ul li a:hover{color: #ff0000;}
.extra-info{float: right !important;}
#colophon p {font-weight: 400;color: #555555;line-height: 22px;font-size: 17px;}
#colophon a {font-weight: 400;color: #555555;line-height: 22px;font-size: 17px;word-break: break-all;}
#colophon a:hover {color: #ff0000;}
#colophon-box {float: left;width: 22%;margin-right: 4%;}
.footer-widgets-area {padding-bottom: 0;color: #555555;}
.footer-widgets-area .tg-one-fourth .widget-title {text-align: left;}
.footer-widgets-area h3.widget-title {color: #111111;}
.footer-widgets-area .tg-one-fourth p {text-align: left;color: #555555;}
.footer-widgets-area a {color: #111111;}
.footer-widgets-area a:hover {color: #ff0000;}
#colophon .widget {padding-bottom: 25px;}
#colophon .widget-title {font-size: 20px;line-height: 1.4;color: #111111;text-transform:uppercase;font-weight:bold;}
#colophon, #colophon p {font-size: 17px;line-height: 1.4;}
#colophon .footer-widgets-area li a {display: inline-block;padding-bottom: 3px;}
.footer-widgets-area .search-icon:before {font-size: 20px;}
.copyright-info {text-align:center;font-weight: 400; color: #111;}
#colophon .copyright-info a {color: #555555;}
#colophon .copyright-info a:hover {color: #ff0000;}
.footer-nav {float: right;}
.footer-nav ul li {display: inline-block;padding-left: 10px;}
#colophon .footer-nav ul li a {color: #555555;}
#colophon .footer-nav ul li a:hover {color: #ff0000;}
a#scroll-up {bottom: 20px;position: fixed;right: 20px;display: none;background-color: #ffffff;opacity: 0.5;filter:alpha(opacity=50);padding: 9px 18px;border-radius: 2px;font-size: 20px;}
a#scroll-up i {color: #ff0000;}
a#scroll-up:hover {opacity: 1;filter:alpha(opacity=100);}
.wp-custom-header { position: relative;}
iframe#wp-custom-header-video {width: 100%;}
.wp-custom-header-video-button { opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 62px; height: 50px; font: 0px/0 a; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
.wp-custom-header:hover .wp-custom-header-video-button { visibility: visible; opacity: 1;}
.wp-custom-header-video-button:before {content: '\f04b'; display: block; font-family: FontAwesome; font-size: 20px;}
.wp-custom-header-video-button.wp-custom-header-video-pause:before{content: '\f04c';}
ul.hsocial {padding: 0;margin: 30px 0 0 50px;list-style: none;float:right; display: none;}
ul.fsocial {padding: 0;margin: 0;list-style: none;}
ul.hsocial li, ul.fsocial li{display:inline-block;    padding-left: 5px;}
ul.hsocial li .fa, ul.fsocial li .fa{width:37px; height:37px; background:#ff0000;color:#fff; line-height:40px;border-radius:50%; text-align:center;font-size:18px;}
section#media_image-2 {float: left;margin-right: 20px;}
.footer-box.tg-one-half.tg-one-half-last.tg-column-even {display: block;}
.footer-box.tg-one-half.tg-one-half-last.tg-column-even section {width: 33.33%;}
section#nav_menu-2 { margin-left: 5%; width: 23.33%; margin-right: 5%;}
ul.fcontact li { position: relative; padding-left: 25px;margin-bottom: 5px;}
ul.fcontact li .fa{position:absolute; left:0; top:2px;color:#ff0000;text-align:center; width:20px;}
ul#menu-main-1 li { position: relative; padding-left: 15px; margin-bottom: 5px; padding-bottom: 5px;border-bottom:1px solid #ccc;}
ul#menu-main-1 li:before{content:'\f105'; position:absolute; left:0; top:0; color:#ff0000; font-family:fontawesome;font-size:18px;}
div#hblock3 img { margin-bottom: 0;}
div#hblock5 .fl-col-group.fl-col-group-nested { display: flex; align-items: center;}
.fl-slide-content { margin: 45% 0 0 0 !important;}
.fl-slide-text h1 { font-size: 24px;text-transform:uppercase; position: relative;margin-bottom:0 !important;font-weight:500;display:inline-block;}
.fl-slide-text h1:before{content:''; position:absolute; top:14px; right:-90px;width:70px; height:5px; background:#ff0000;}
.fl-slide-text h2 {font-size: 60px; margin-bottom:0 !important;font-weight:700;}
.fl-slide-text p { font-size: 24px;}
#hblock2 h2, #hblock3 h2, #hblock4 h2{position: relative;display:inline-block;}
#hblock2 h2:before, #hblock3 h2:before{content:''; position:absolute; top:20px; right:-90px;width:70px; height:5px; background:#ff0000;display:none;}
#hblock3 h3{color:#fff; width:70%; font-weight:500;}
div#fpright{position:relative;}
div#fpright .fl-module-heading { position: absolute; bottom: 0;}
div#fpright .fl-module-heading { position: absolute; bottom: 10px; background: rgba(0,0,0,0.9);
 display: block; width: 97.7%; left: 0; right: 0; margin: 0 auto; box-sizing: border-box;}
div#fpright .fl-module-heading .fl-module-content { margin: 10px 20px;}
#hblock5 img{margin-bottom:0;}
#hblock4 .fl-module-heading {text-align: center;}
#hblock4 h2:before{content:''; position:absolute; top:-10px; right:0; left:0; width:70px; height:5px; background:#ff0000;margin: 0 auto;}
div#videoblock { position: relative;}
div#videoblock img{margin-bottom:0;}
#videoblock .fl-module-heading { position: absolute; bottom: 5px; right: 0; width: 400px; white-space: normal;}
.fl-post-grid-post.project { position: relative;}
.fl-post-grid-post.project img{margin-bottom:0;}
.fl-post-grid-post.project{border:0;}
.fl-post-grid-post.project .fl-post-grid-text { background: rgba(0,0,0,0.75); position: absolute; bottom: 0; width: 100%; padding: 10px 0 !important;text-indent: 15px;opacity: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;}
.fl-post-grid-post.project:hover .fl-post-grid-text{opacity:1 !important; }
.fl-post-grid-post.project .fl-post-grid-text a{color:#FFF;}
.hide{display:none;}
section#text-4 { float: right;}
ul.filter.rfpfilters { padding-left: 0; margin-bottom: 0;}
.rfp-imgwrap img { margin-bottom: 0;}
div#pp_full_res img { margin-bottom: 0;}
.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers { float: none;}
ul.slick-dots {
    display: none !important;
}
.msacwl-gallery-caption {
    display: none;
}
@media screen and (max-width: 1500px) {
	.no-sidebar-full-width .alignwide {margin-left: -20px;margin-right: -20px;}
}
@media screen and (max-width: 1280px) {
	#page {width: 97%;}
	.wide #page {width: 100%;}
	.inner-wrap, #hblock2, #hblock3, #hblock4,#hblock5 .fl-col-group, .inner-wrap1 {width: 94%;margin:0 auto;}
	.fl-slide-foreground.clearfix { max-width: 90%;}
	.home .inner-wrap1{width:100%;}
	.fl-slide-text h2 { font-size: 48px;}
	#hblock3 h3 { font-size: 20px;}
	ul.fsocial li { padding-left: 1px;}
	ul.fsocial li .fa { width: 30px; height: 30px; line-height: 32px; font-size: 14px;}
}
@media screen and (max-width: 1078px) {
	.no-sidebar-full-width .alignwide {margin-left: -10px;margin-right: -10px;}
}
@media screen and (max-width: 1025px) {	
}
@media screen and (max-width: 980px) {
	.main-navigation li {padding: 0 10px;}
	ul.hsocial { margin: 30px 0 0 10px;}
	.fl-slide-text h2 { font-size: 36px;}
	.fl-slide-text h1, .fl-slide-text p{font-size: 20px;}
	.fl-slide-content { margin: 80% 0 0 0 !important;}
	#hblock2 h2, #hblock3 h2, #hblock4 h2 {font-size: 30px !important;}
	#hblock3 h3 {font-size: 18px;width: 100%;}
	div#fpright .fl-module-heading{width:95.7%;}
	section#media_image-2 { float: none; margin-right: 0;}
	.footer-box.tg-one-half.tg-one-half-last.tg-column-even section#text-4 { width: 100% !important; clear: both; float: none;}
	.footer-box.tg-one-half.tg-one-half-last.tg-column-even { display: block;}
	section#nav_menu-2 { margin-left: 0; width: 45%; margin-right: 5%; float: left;}
	.footer-box.tg-one-half.tg-one-half-last.tg-column-even section {width: 100%;/* float: right;*/}
	#videoblock .fl-module-heading {width: 80%;}
	div#videoblock h4 {font-size: 14px;}
}
@media screen and (max-width: 768px) {
	#header-left-section {max-width: 80%;margin-right: 0;}
	#header-right-section {float: none;}
	#header-text {padding-right: 0;}
	.better-responsive-menu .sub-menu { display: none;}
	.main-small-navigation li{position: relative;}
	.sub-toggle {position: absolute;right: 20px;cursor: pointer;display: block;top: 6px;color: #fff; padding: 0 7px; background-color: #ff0000;}
	.menu-toggle,.main-navigation.toggled .menu-primary-container {display: block;}
	.main-navigation ul {display: none;}
	.main-navigation {padding-top: 0;}
	.menu-toggle {margin-top: 42px;right: 20px;position: absolute;}
	.menu-toggle:before{color: #ff0000;content: "\f0c9";font-family: fontawesome;font-size: 22px;position: absolute;top: -10px;}
	.menu-primary-container,.nav-menu {clear: both;}
	.menu-primary-container > ul > li > a,
	.menu > ul > li > a {line-height: 50px;height: 88px;}
	.menu-primary-container ul ul li,
	.nav-menu ul ul li {padding-right: 0;}
	.menu-primary-container > ul > li > a,
	.menu > ul > li > a {height: auto;line-height: 1;}
	#masthead .menu-primary-container li a,
	#masthead .nav-menu li a {border-bottom: 1px solid #f8f8f8;color: #555555;display: block;font-size: 17px;padding: 10px 0;width: 100%;}
	.call-to-action-content-wrapper h3 {line-height: 1.5;}
	.call-to-action-button {margin: 20px auto 0;}
	.single-post-image-wrap {float: none;margin-right: 0;}
	.single-post-content .entry-title,
	.single-post-content p,.read-btn {text-align: center;}
	.footer-widgets-wrapper .tg-column-odd{float: left;width: 48.18181818%;}
	.footer-widgets-wrapper .tg-column-even{float: right;width: 48.18181818%;margin-right: 0;}
	.single-service.tg-one-third {margin-bottom: 25px;}
	.tg-after-two-blocks-clearfix {clear: both;;}
	.tg-after-three-blocks-clearfix {clear: none;}
	.copyright-info {padding-right: 0;float: none;text-align: center;}
	.footer-nav {float: none;text-align: center;}
	.logo-disable #site-navigation > .menu { padding-top: 60px;}
	.logo-disable .main-head-wrap.inner-wrap { padding: 0;}
	.bx-wrapper img { margin-bottom: 0;}
	.fl-slide-text h1 { padding-bottom: 20px !important;}
	ul.hsocial { margin: 30px 30px 0 10px;}
	.fl-slide-text h1:before { top: 28px;right: 7px;}
	div#hblock3 img { padding-top: 10px;}
	div#fpright .fl-module-heading { width: 97.7%;bottom: 0;}
	.fl-slide-foreground.clearfix { max-width: 100%;}
	.main-navigation { float: none;}
    #hblock2 .fl-photo-content{display:block !important;}
	#hblock2 .fl-module-content { margin: 0;}
}
@media screen and (max-width: 767px) {
	#primary, #secondary,.both-sidebar #primary,.both-sidebar #secondary,.both-sidebar #primary#content,.both-sidebar #primary #tertiary {float: none;width: 100%;}
	.tg-one-half, .tg-one-third {float: none;width: 100%;margin: 0;}
	.no-sidebar .alignwide {margin-left: -10px;margin-right: -10px;}
}
@media screen and (max-width: 600px) {
	/*.footer-widgets-wrapper .tg-column-odd,
	.footer-widgets-wrapper .tg-column-even {float: none;width: 100%;}*/
	.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {width:25%;}
	.author-img .avatar {float: none;}
	.author-description-wrapper {margin-left: 0;}
	.no-sidebar-full-width .alignwide,
	.no-sidebar .alignwide {margin-left: 0;margin-right: 0;}
	.footer-box.tg-one-half { padding: 0 !important;}
	div#hblock2 > div {padding: 60px 0;}
}
@media screen and (max-width: 480px) {
	.footer-widgets-wrapper .tg-column-odd,
	.footer-widgets-wrapper .tg-column-even {float: none;width: 100%;}
	section#text-4 {float: none;}
	div#hblock5 .fl-col-group-nested {display: block !important;}
	div#hblock5 .fl-col-group-nested .fl-col { max-width: 100% !important; width: 100% !important; margin: 15px auto; display: inline-block;}
	div#hblock5 .fl-photo {text-align: center;}
	#hblock2 h2, #hblock3 h2, #hblock4 h2 { font-size: 24px !important;}
	#hblock2 h2:before, #hblock3 h2:before {top: 14px;}
	.fl-module-heading {overflow: hidden;}
	ul.hsocial li{ display: inline-block; padding-left: 0px;}
	ul.hsocial li .fa{ width: 30px; height: 30px; line-height: 30px;font-size: 14px;}
	ul.hsocial { margin: 10px 0 0;}
	.menu-toggle { margin-top: 65px; right: 23px;}
	div#hblock2 > div { padding: 40px 0;}
	.rfp-filter ul li a {margin-right: 0;}
}
@media only screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {width:33.33%;}
	#videoblock .fl-module-heading {width: 85%;}
	div#videoblock h4 {font-size: 12px;}
}
.entry-date .updated {display: none;}