html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	height: 100%;
}

img { 
    /*image-rendering: optimizeSpeed;             /*                     */
    /*image-rendering: -moz-crisp-edges;*/          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

/***** TEXT *****/
.text {font-family: 'Roboto', sans-serif;}
.textBold {font-family: 'Roboto-Bold', sans-serif;}

.textErr{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #E32227;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/***** AREAS *****/
.maxworkplace {
	max-width: 1200px;
	margin: auto;
}

.areaTitle {
	font-family: 'Roboto', sans-serif;
	color: #555;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #04AA6D;
}

.areaSubTitle {
	font-family: 'Roboto', sans-serif;
	color: #555;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #04AA6D;
	padding-right: 30px;
}

.areaText {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: justify;
}

.contactLink a{
	text-decoration: none;
	color: #333;
}
.contactLink a:hover{
	text-decoration: underline;
	color: #333;
}

/***** MENU *****/
.topRibbon {
	position: fixed;
	background-color: #fff;
	top: 0;
	height: 80px;
    width:100%;
    z-index: 499;
}

.menubar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}
.menubar li {
	display: inline-block;
	color: #333;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
	cursor: pointer;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.menubar li:hover:not(.active) {
	background-color: #04AA6D;
	color: #fff;
}
.menubar .active{
	background-color: #04AA6D;
	color: #fff;
}

.mobilebar {
	display: none;
	font-size: 30px;
	cursor: pointer;
	color: #04AA6D;
}
.mobilebar:hover {
	color: #d61226;
}

@media screen and (max-width: 767px) {
	.menubar {display:none;}
	.mobilebar {display:block;}
}

/***** MENU MOBILE ****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
	color: #83c98a;
	cursor: pointer;
    z-index: 500;
}
.sidenav .closebtn:hover {
    color: #d61e26;
}
.mobileTop {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    z-index: 499;
}
.incText{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
}
.menuMobile {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}
.menuMobile li {
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #04AA6D;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.menuMobile li:first-child {
	border-top: 1px solid #04AA6D;
}
.menuMobile li:hover:not(.active){
	color: #fff;
	background-color: #04AA6D;
}
.menuMobile .active {
	color: #fff;
    background-color: #04AA6D;
}

/***** MAPS *****/
#mapid {
	width: 100%;
	height: 400px;
    margin-top: -20px;
    margin-bottom: 0px;
	z-index: 498;
}

/***** CALLOUTS & ALERTS *****/
.callout.callout-success {
	padding: 10px; 
	background-color: rgba(92,184,92,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #5cb85c;
}

.callout.callout-danger {
    padding: 10px; 
	background-color: rgba(217,83,79,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #d9534f;
}

.callout.callout-warning {
    padding: 10px; 
    background-color: rgba(240,173,78,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #f0ad4e;
}

.callout.callout-info {
    padding: 10px; 
	background-color: rgba(91,192,222,0.1) !important;
	color: #000 !important;
	border-left: 5px solid #5bc0de;
}

.callout p {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.callout .close {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	line-height: .5;	
}

/***** MODAL *****/
.newmodalcontent {
	border-radius: 8px;
}

.modalSmallHeader {
	background-color: rgba(0,105,217,0.7);
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modalSmallHeader h5{
	font-size: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
}

/***** CONTACTS *****/
.iconContact {
	color: #04AA6D;
	font-size: 30px;
}

/***** PRODUCTS *****/
.prodType {
	font-family: 'Roboto', sans-serif;
	color: #ababab;
	text-transform: uppercase;
	font-size: 11px;
}

.prodName {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.prodImg {
	max-height: 200px;
}
@media screen and (max-width: 767px) {
	.prodImg {max-height: 140px;}
}
