/*
Theme Name: DC Techno
Theme URI: http://bellaworksweb.com
Author: the BellaWorks team
Author URI: http://bellaworksweb.com/
Description: Responsive for Bellaworks

*/



@import url(http://fonts.googleapis.com/css?family=Roboto:500,100,300,400);
/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.roboto {font-family: 'Roboto', sans-serif;}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
.clear{clear:both;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img.gfield_captcha {
	width: auto !important;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* = Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
/*button,
input,
textarea {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	border: 0;
}*/
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  border-radius: 3px;
  background-color: #fff;
  border:0;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}


/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #444;
}
.wrapper {
	width: 100%;
	margin: 0px auto;
}
a {
	outline: none;
	text-decoration: none;
	color: #F70000;
	transition: color 0.3s ease;
}
a:hover {
	color: #666666;
	    text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	/*padding: 0 24px;*/
	background-color: #fff;
}
#primary {
	padding: 0 10px ;
}
.site-content , .site-content-full {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
}
/* =Header
-------------------------------------------------------------- */

.header-right {
	text-align: center;
	float: right;
	width: 100%;
	display: inline-block;
}
.disclaimer {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.phone {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	font-weight: 300;
	font-size: 24px;
}
.linkedin {
	width:30px;
	height:30px;
	margin: 10px auto;
	position: relative;
	text-align: left;
}
.linkedin a {
	width:30px;
	height:30px;
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	background-position: -0px -0px;
	background-size: 30px 60px;
	text-indent: -9000px;
	display: block;
}
.linkedin a:hover {
	background-position: -0px -30px;
}
/* Logo */
.logo , h1.logo {
	width: 250px;
	height: 71px;
	background-image: url(../img/logo_2.png);
	z-index: 1;
	margin: 10px 0px;
	background-size: cover;
}
.logo a, h1.logo a{
	width: 250px;
	height: 71px;
	display: block;
	text-indent: -9000px;
}

/* =Slider
-------------------------------------------------------------- */
#home-slider {
	border-top: 1px solid #f70000;
	margin: 20px 0 50px 0;
	text-align: center;
	position: relative;
	display: none;
}
#home-slider-mobile {
	border-top: 1px solid #f70000;
	margin: 20px 0 50px 0;
	text-align: center;
	position: relative;
	display: block;
	padding: 0px 0 0 0;
	/*height: 300px;*/
}
.slide-info {
	position: relative;
	z-index: 20;
	background-color: rgba(0,0,0,.2);
	padding: 20px 0 20px 0;
}
.slide-intro {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	position:relative;
	text-align: center;
	margin-top: 50px;
}
.slide-title {
	font-size: 24px;
	font-weight: 400;
	color: #f70000;
	width: auto;
	display: inline-block;
	margin: 30px auto;
	position:relative;
	text-align: center;
	padding: 30px 0;
	border-top: 3px solid #f70000;
	border-bottom: 3px solid #f70000;
}
.slide-stitles {
	width: auto;
	display: inline-block;
	font-size:14px;
	font-weight: 300;
	color: #fff;
	position:relative;
	text-align: center;
}
.slide-title-t {
	width: 100%;
	display: inline-block;
	float: left;
	padding-bottom: 8px;
}
.t-acvite {
	border-bottom: 2px solid #f70000;
}
.slide-plus {
	width: auto;
	display: inline-block;
	float: left;
	margin: -5px 5px 0px 5px ;
	font-size: 20px;
	color: #f70000;
	float: left;
	display: none;
}
.slide-plus-none {display: none;}
.slide-desc {
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	width: 100%;
	position:relative;
	text-align: center;
	margin-top: 30px;
}
.slide-click {
	width: 30px;
	height: 20px;
	text-align: center;
	margin: 20px auto;
}
.slide-click a {
	color: #fff;
	background-color: #f70000;
	border-radius: 5px;
	display: block;
	transition: all 0.3s ease;
	padding: 5px;
	font-size: 14px;
	width: 30px;
	height: 20px;
}
.slide-click a:hover {
	width: 34px;
	padding: 12px;
}
/* = Navigation
-------------------------------------------------------------- */
.header-wrap {
	padding: 0 20px;
}
.main-navigation {
	margin-top: 24px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;

}
.menu-toggle {
	background-color: #F70000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 10px 25px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	background-color: #000;
}
.site-info {
	text-align: center;
	font-size: 14px;
	color: #6D6D6D;
	padding: 20px;
}
.siteby {
	width: 100%;
	display: inline-block;
	text-align: center;
}
/* = Pages and Page Templates
-------------------------------------------------------------- */
.pageclear {
	width: 100%;
	height: 5px;
	margin: 0px 0 50px 0;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	clear:both;
}
/* = Homepage
-------------------------------------------------------------- */
.homebox {
	width: 100%;
	float:left;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
box-shadow: 0px 3px 16px -4px rgba(0,0,0,0.75);
}
/*.homebox img {
	width: 100%;
}*/
.hb-first, .hb-last {
	margin: 0 0 30px 0;
}
.homebox-header {
	color: #fff;
	background-color: #f70000;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-size: 22px;
	font-weight: 300;
}
.htitle {
	text-align: left;
	font-style: italic;
}
.ititle {
	margin: 0 0 0 5%;
}
.homebox-content {
	position: relative;
	overflow: hidden;
	line-height: 1.3;
	font-size: 16px;
	font-weight:100;
}
.hb-pad {
	padding: 20px 20px 40px 20px;
}
.homebox-link {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 46px;
}
.home-help {
	width: 100%;
	float:left;
	border-radius: 5px 5px 0 0;
}
.home-help p {
	margin: 0 0 15px 0
}
.hh-phone {
	font-size: 24px;
	margin: 0 0 15px 0
}
.home-news {
	background-color: #efefef;
	padding: 6%;
	width: 94%;
	margin: 20px auto;
	position: relative;
	font-weight:100;
	clear:both;
}
.help-left {
	width: 45%;
	float: left;
}
.help-right {
	width: 45%;
	float: right;
}
.helplink {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	position: relative;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 100;
}
.helplink a {
	width: 96%;
	padding: 2%;
	display: block;
	margin: 0 0 5px 0;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  border-radius: 3px;
}
.helpplus {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0px;
	font-size: 24px;
}
.homelogos {
	width: 100%;
	padding: 20px 0 50px 0;
	overflow: hidden;text-align: center;
}
.homelogo {
	width: 175px;
	/*width: 115px;*/
	display: inline-block;
}
.homelogo img {
	width: 100%;
}
.homelogo a {
	display: block;
}
.hlfirst {margin: 0 2px 0 0;}
.hllast {margin: 0 0px 0 0;}
/* = Services
-------------------------------------------------------------- */
.service-wrapper {
	background-color: #fff;
	position: relative;
	padding: 2% 2% 30px 2%;
	width: 96%;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(125,125,125,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(125,125,125,1);
box-shadow: 0px 0px 5px 0px rgba(125,125,125,1);
border-radius: 3px;
cursor: pointer;
}
.service {
	width: auto;
	display: inline-block;
	float: left;
	color	: #FA0000;
	font-size: 16px;
	font-weight: 100;
	cursor: pointer;
}
.service-toggle {
	width: auto;
	display: inline-block;
	float: right;
	cursor: pointer;
	color	: #FA0000;
	font-size: 30px;
	font-weight: 100;
	margin-top: -10px;
}
.answer {
	display: none;
	padding: 40px 2% 0px 2%;
	width: 96%;
}
/* = Products
-------------------------------------------------------------- */
.product, .product-side {
	width: 100%;
	position: relative;
	border-radius: 3px;
	float: left;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(196,196,196,1);
-moz-box-shadow: 0px 2px 5px 1px rgba(196,196,196,1);
box-shadow: 0px 2px 5px 1px rgba(196,196,196,1);
}
.product-side {
	margin: 0 0 30px 0;
}
.product a, .product-side a {
	display: block;
}
.prod-first, .prod-last {
	margin: 0 0 30px 0;
}
.product img , .product-side img {
	width: 100%;
}
.product-header {
	width: 96%;
	border-radius: 3px 3px 0 0;
	background-color: #FA0000;
	color: #fff;
	text-align: center;
	font-weight:100;
	font-size: 22px;
	padding: 20px 2% 20px 2%;

}
.product-content {
	padding: 15px 15px 40px 15px;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.3;
}
.product-more {
	position: absolute;
	bottom: 5px ;
	right: 5px;
	color	: #FA0000;
	font-size: 50px;
	font-weight: 100;
	transition: color 0.3s ease;
}
.product a:hover .product-more {
	color: #666;
}
/* = Blog
-------------------------------------------------------------- */
.post {
	position: relative;
	width: 100%;
	float:left;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.backtotop {
	font-size: 12px;
	margin: 10px 0 0 0;
	width: auto;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.backtotop a {
	width: auto;
	display: inline-block;
	background-color:rgba(247,0,0,.7);
	/*border-radius: 3px;*/
	padding: 3px;
	color: #fff;
	text-decoration:none;
}
.backtotop a:hover {
	background-color:rgba(247,0,0,1);
}
/* = Team Members
-------------------------------------------------------------- */
.gform_wrapper .math_medium input {width: auto !important;}

.areas {
	padding :20px 0 0 0;
}
.contact-left, .contact-left, .contact-bloc {
	width: 100%;
	margin: 10px auto;
	text-align:center;
}
.entry-content .contact-bloc h3 {
	margin: 0 0 5px 0;
}

li.team {
	text-align: right;
	float:right;
	width: 100%;
	margin: 0 0 5px 0;

}
li.team a {
	color: #fff;
	text-decoration: none;
	/*display: block;*/
	padding: 5px 0 5px 0;
}
.team-container {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.team-member {
	width: 44%;
	position: relative;
	margin: 1%;
	padding :0 0 20px 0;
	border-bottom: 2px solid #efefef;
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
	background-color: rgba(238,238,238,.7);

}
.team-member.active {
	animation: pulse 1s infinite;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
}
.element {

}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.0);
box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);
box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);
  }
}
.team-member h2.team-title  {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin: 5px 0 ;
	width: 100%;
	float: left;
}

.team-photo {
	width: 100%;
	float:left;
	margin: 0 0px 20px 0;
	position: relative;
}
.teamthumb {
	width: 70px;
	float: left;
}
.team-photo img, .teamthumb img {
	width: 100%;
}
.team-content {
	width : 100%;
	float:left;
}
.team-content h4 {
	margin: 0 0 0px 0 !important;
}
.listregionarea {
	margin: 0 0 20px 0;
}
.vcard {
	font-size: 12px;
	margin: -20px 0 20px 0;
}
.entry-content .vcard a, .vcard a {
	color: rgba(247,0,0,.7);
}
.entry-content .vcard a:hover, .vcard a:hover {
	color: rgba(247,0,0,1);
}
#dc, #md, #va, #sc, /*#nc,*/ #de {display:none}
#statemap-container {display:none}

.contact-container {
	width: 100%;

	/*display: flex;*/
	/*justify-content: space-between;*/
}
.contact-flex {
	width: 100%;
}
.contact-flex h2 {
	color: #333;
	width: 100%;
	border-bottom: 1px solid #F70000;
	padding-bottom: 5px;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
	font-size: 16px;
	font-weight: 300;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.service-questions {
	width: 100%;
	float: left;
	padding-bottom: 150px;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
.form {
	padding: 50px 0 50px 0;
}

.col-left, .col-right {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget-area h3 {
	margin: 0 0 30px 0;
	font-size: 18px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#main {clear:both;}
/* Pagination
-------------------------------------------------------------- */
.pagi {
	width: 100%;
	margin: 0 0 50px 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #333;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	transition: background-color 0.3s ease;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #F70000;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.homelogo {

	float:left;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	width: auto;
}
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}

	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
		margin-top: 50px;
}
/* =Header
-------------------------------------------------------------- */
.header-right {
	text-align: left;
	float: right;
	width: auto;
	display: inline-block;
}
.disclaimer {
	margin: 10px 0 10px 0;
	text-align: right;
}
.phone {
	width:auto;
	float: right;
	text-align: center;
}
.linkedin {
	margin: 5px 0 0 10px;
	float: right;
}
/* Logo */
.logo , h1.logo {
	width: 300px;
	height: 85px;
	float: left;
}
.logo a, h1.logo a{
	width: 300px;
	height: 85px;
}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation {margin-top: 0;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: auto;
		float: right;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #F70000;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 0px 0 40px;
		position: relative;
		font-size: 14px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #F70000;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.commentlist .children {
		margin-left: 48px;
	}
	/* = Team Members
-------------------------------------------------------------- */
.team-photo {
	width: 150px;
	float:left;
	margin: 0 0px 20px 0;
	position: relative;
}
.team-content {
	width : 500px;
	float:left;
}

#statemap-container {
	display:block;
	width: 350px;
	position: relative;
	margin: 0 0 50px 0;
	overflow: hidden;
}
#statemap {
	width: 340px;
	height: 500px;
	float:left;
	position: relative;
	background-image: url(images/map.png);
	background-repeat: no-repeat;
}
#team-divs {
	width:220px;
	float: right;
    margin: -80px 0 0 0;
    z-index: 10000;
    position: relative;
}
.team-box {
	background-color: #fff;
	border-bottom: 3px solid #F70000;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	border-left: 3px solid #eee;
	border-radius: 0px;
	padding: 10px;
	color:#000;
	margin: 0 auto 15px auto;
	width: 180px;
	height: 110px;
	float:left;
	line-height: 1.3;
	font-size: 13px;
	/* -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);
box-shadow: 0px 0px 14px -1px rgba(0,0,0,1);*/
}
.listareas {
	font-size: 11px;
}
.listareas a {
	text-decoration: none;
	color: #000;
}
.team-box-right {
	width: 100px;
	float:right;
	overflow: hidden;
	position: relative;
	height: 110px;
}
img.teamleft {
	margin: 0 10px 0px 0;
	border-radius: 10px 0 0 0;
}
.team-contact {
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.team-contact a {
	width: auto;
	display: inline-block;
	background-color: rgba(247,0,0,1);
	border: 1px solid #fff;
	color: #fff;
	text-align:center;
	text-decoration: none;
	padding: 5px 10px ;
	border-radius: 0px;
}
.team-contact a:hover {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(247,0,0,1);
	color: rgba(247,0,0,1);
}
.team-box h3 {
	/*width: auto;
	display: inline-block;*/
	margin: 0px 0 2px 0;
}
.state-marker {
	position: absolute;

}
.state-marker a {
	width: 40px;
	height:30px;
	background-image: url(images/bubbles.png);
	background-position: 0px 0px;
	display: block;
	padding: 10px 0px 10px 30px;
	color: #fff;
	text-decoration: none;
}
.state-marker a:hover, .state-marker a.active  {
	background-position: -0px -50px;
}
.de {top: 40px; right: -5px;}
.md {top: 40px; right:50px;}
.dc {top: 88px; right: 28px;}
.nc {top: 230px; right: 70px;}
.sc {top: 310px; right: 140px;}
.va {top: 150px; right: 80px;}
.team-member {
	width: 19%;
	display: flex;
	/*flex-direction: row;
	flex-basis: 100%;*/
	/*flex: 1;*/
	flex-wrap: wrap;
	padding: 20px;
	background-color: rgba(238,238,238,.7);
	border-bottom: 4px solid rgba(238,238,238,1);
	margin: 1%;
}
.team-member > * {
	width: 100%;
	justify-content: space-between;
}
.team-member img {
	width: 100%;
}
.team-member .team-content {
	align-self: flex-end;
}
.contact-container {
	/*width: 100%;*/
	display: flex;
	justify-content: space-between;
	margin: 0 0 90px 0;
}
.contact-flex {
	width: 25%;
}

/* Footer */
.site-info {
	text-align: left;
	padding: 24px 0px;
}
.siteby {
	width: auto;
	text-align: right;
	float: right;
}
/* =Slider
-------------------------------------------------------------- */
#home-slider {
	display: block;
}
#home-slider-mobile {
	display: none;
}
.slide-info {
	position: absolute;
	top: 0px ;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0,0,0,.45);
	padding: 0;
}
.slide-intro {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	position:relative;
	text-align: center;
	margin-top: 10px;
}
.slide-title {
	font-size: 30px;
	font-weight: 400;
	color: #f70000;
	width: auto;
	display: inline-block;
	margin: 10px auto;
	position:relative;
	text-align: center;
	padding: 30px 0;
	border-top: 3px solid #f70000;
	border-bottom: 3px solid #f70000;
}
.slide-stitles {
	width: auto;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	position:relative;
	text-align: center;
}
.slide-title-t {
	width: auto;
	display: inline-block;
	float: left;
	padding-bottom: 8px;
}
.t-acvite {
	border-bottom: 2px solid #f70000;
}
.slide-plus {
	width: auto;
	display: inline-block;
	float: left;
	margin: 5px 10px ;
	font-size: 20px;
	color: #f70000;
	float: left;
	display: block;
}
.slide-plus-none {display: none;}
.slide-desc {
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	width: 100%;
	position:relative;
	text-align: center;
	margin-top: 10px;
}
.slide-click {
	width: 30px;
	height: 20px;
	text-align: center;
	margin: 20px auto;
}
.slide-click a {
	color: #fff;
	background-color: #f70000;
	border-radius: 5px;
	display: block;
	transition: all 0.3s ease;
	padding: 5px;
	font-size: 14px;
	width: 30px;
	height: 20px;
}
.slide-click a:hover {
	width: 34px;
	padding: 12px;
}
/* = Homepage
-------------------------------------------------------------- */
.homebox {
	width: 32%;
	float:left;
}
.hb-first {
	margin: 0 2% 50px 0;
}
.hb-last {
	margin: 0 0% 30px 0;
}
.home-help {
	width: 66%;
	float:left;
	margin: 0 2% 0 0;
}
.home-news {
	width: 28%;
	float:right;
	padding: 2% 2% 4% 2%;
	margin: 0 0 30px 0;
	clear:none;
}

.home-news h2 {
	font-size: 24px;
	font-weight: 100;
	margin: 0 0 30px 0;
}
.home-news .posttitle h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.home-news .posttitle p {
	font-size: 14px;
	font-weight: 300;
}
	/* = Products
	-------------------------------------------------------------- */
	.product {
		width: 32%;
		position: relative;
		border-radius: 3px;
		float: left;
	}
	.prod-first {
		margin: 0 2% 30px 0;
	}
	.prod-last {
		margin: 0 0 30px 0;
	}
	.col-left {
		width: 35%;
		float: left;
		margin: 0 0 30px 0;
	}
	.col-right {
		width:55%;
		float: right;
		margin: 0 0 30px 0;
	}
	.form {
		background-color: rgba(0,0,0,.1);
		padding: 20px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 1040px) {
.wrapper {
	width: 90%;
}
.site {
	padding: 0px;
}
#primary {
		min-height: 500px;
	}
/* =Slider
-------------------------------------------------------------- */
.slide-intro {
	font-size: 34px;
	margin-top: 50px;
}
.slide-title {
	font-size: 54px;
	margin: 30px auto;
}
.slide-stitles {
	font-size: 32px;
}
.slide-plus {
	font-size: 30px;
}
.slide-plus-none {display: none;}
.slide-desc {
	font-size: 26px;
	margin-top: 30px;
}
#statemap-container {
	width: 750px;
}
#team-divs {
	margin: 0;
	float: left;
}
}

.info-dialog {
	margin: 10px auto;
	text-align: justify;
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	padding: 20px 20px 40px 20px;
}
.custom-header {
	color: black;


	text-align: left;
	border-radius: 5px 5px 0 0;
	font-size: 30px;
	font-weight: 300;
}


.Title_gls{
	color: red; 
	font-weight: bold; 
	text-align: center;
}

.phil{
	background-color: #4d53540d;
    padding: 10px 0px 10px 10px;
    border: #21252912 solid 1px;
    border-radius: 20px;
}

.wine{
	    background-color: #dc3545;
    color: #adb5bd;
    padding: 10px;
    font-size: 20px;
    font-style: italic;
}

.text_wine{
	font-size: 15px;
    text-align: justify;
    padding: 30px;
    font-weight: bold;
    font-style: italic;
    border-bottom: #dc3545 solid 6px;
}