/*
Theme Name: PlumBelt Lite
Theme URI: https://themeisle.com/themes/plumbelt-lite/
Author: ThemeIsle
Author URI: https://themeisle.com
Description: PlumBelt is a free plumbing WordPress theme, can be used for any plumber business, lawyer, dentist, acupuncturist, cleaning, moving, paiting,housecleaning, furniture company, teaching company or other small business.
Version: 1.2.9
License: GNU General Public License v2 or later
License URI: license.txt
Tags: white, yellow,gray,blue, light,one-column, two-columns, right-sidebar,fixed-layout, responsive-layout, custom-background,theme-options,threaded-comments, custom-menu, featured-images, sticky-post, translation-ready

Text Domain: plumbelt-lite

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/*

**	1 - General

**		1.1 Import SCSS

**		1.2 General Style

**		1.3 Header

**		1.4 Main Menu

**		1.5 Footer

**

**	2 - Index

**		2.1 Featured

**		2.2 Content Article

**		2.3 Testimonials

**

**	3 - Blog

**		3.1 Content

**		3.2 Main Wrapper

**		3.3 Sidebar Wrapper

**

**	4 - Contact

**		4.1 Form

**      4.2 Map

**

**	5 - Testimonials

**

**	6 - Responsive

**		6.1 Max Width: 320px

**		6.2 Max Width: 480px

**		6.3 Max Width: 580px

**		6.4 Max Width: 768px

**		6.5 Max Width: 1024px

*/

/*

**	1 General

**

**	1.1 Import SCSS

*/
@font-face {
    font-family: 'procionoregular';
    src: url('/Fonts/Prociono-Regular-webfont.eot');
    src: url('/Fonts/Prociono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Prociono-Regular-webfont.woff') format('woff'),
         url('/Fonts/Prociono-Regular-webfont.ttf') format('truetype'),
         url('/Fonts/Prociono-Regular-webfont.svg#procionoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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%;

  font-family: inherit;

  vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



html, body {

	margin: 0;

	padding: 0;

}



body {

	/*background: url('images/pattern.svg') f2f2f2;*/
	
	background: #fff;

	font-family: "PT Sans",sans-serif; /*'Source Sans Pro', sans-serif;*/
	/*font-family: 'procionoregular'; */

	font-size: 14px;

	color: #958f8f;

}



* {

	outline: none;

}



.cf:before,

.cf:after {

  content: " ";

  /* 1 */

  display: table;

  /* 2 */

}



.cf:after {

  clear: both;

}



.cf {

  *zoom: 1;

}



.frontpage-content {

	width: 634px;

}



.openresponsivemenu {

	display: none;

}



.sticky {

	padding-left: 10px;

	border-left: 5px solid #eee;

}



.gallery-caption {

}



.bypostauthor {

}



/*

**	1.2 General Style

*/

.container {

	width: 100%; /*964px*/

	margin: auto;

}

/* Manufacturing and Marketing Pages*/
.content .container {
    max-width: 1166px;
	min-height: 760px;
	position: relative; /*Sidebar*/
    width: 100%;
    /*max-width: 1349px;
    display: flex;
    justify-content: center;*/
}
/* Manufacturing and Marketing Pages*/



h1, h2, h3, h4, h5 {

	color: #fff; /*#0a1e3f*/

	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	
	/*font-family: 'procionoregular';   /*'Archivo Narrow', sans-serif;*/

	font-weight: bold;

	padding: 0;

	margin: 0;

}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 18px;

}



h5 {

	font-family: "PT Sans",sans-serif; /*'Source Sans Pro', sans-serif;*/
	
	/*font-family: 'procionoregular'; 'Source Sans Pro', sans-serif;*/

	font-size: 18px;

}



p {

	font-family: "PT Sans",sans-serif; /*'Source Sans Pro', sans-serif;*/
	
	/*font-family: 'procionoregular'; 'Source Sans Pro', sans-serif;*/

	font-size: 14px;

	color: #958f8f;

	margin: 15px 0;

}

/*Custom for <br>

br {
	line-height: 2;
}
*/
a img {

	border: 0;

}



textarea {

	resize: none;

}



::-webkit-input-placeholder {

	color: #d4d4d4;

}



::-moz-placeholder {

	color: #d4d4d4;

}



:-ms-input-placeholder {

	color: #d4d4d4;

}



input:-moz-placeholder {

	color: #d4d4d4;

}



.clear {

	display: block;

	clear: both;

}



.left {

	float: left;

}



.right {

	float: right;

}



#call_me_now a,

.wpcf7-form [type="submit"],

.content .main-wrapper h2 a,

#main-menu .social-media a,

.wpcf7-form .form-left input[type="submit"],

.content .sidebar-wrapper .searchform #searchsubmit {

	-webkit-transition: all 0.3s;

 	-moz-transition: all 0.3s;

 	-o-transition: all 0.3s;

  	-ms-transition: all 0.3s;

  	transition: all 0.3s;

}

/*

**	1.3 Header

*/
.header-container {
	height: 200px; /*200px*/
}
#header {
	
	position: fixed;
	
    width: 100%;
	
    z-index: 100;
	
    overflow: inherit;

	background: #fff;
	/*background: #000;

	overflow: hidden;*/
	
	min-height: 117px;
	
	/*border-top: 10px solid #960000;*/

}

.search-form {
    display: flex;
    justify-content: flex-end;
    background: #960000;
    min-height: 5px;
}
.searchform {
    display: none;
}
.searchform {
    top: calc(100% + 1px);
    right: 0px;
    padding: 13px;
    width: 378px;
    height: 61px;
    z-index: 10;
    background-color: rgb(233, 233, 233);
    border: 1px solid rgb(242, 242, 242);
    line-height: 26px;
    box-sizing: border-box;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
}
.searchform input[type="text"] {
    border: none;
    outline: 0;
    width: 75%;
    display: block;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    color: #969696;
    float: left;
    background-color: #f7f7f7;
    padding: 10px 17px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchform input[type="submit"] {
    float: left;
    width: 25%;
    min-width: initial;
    padding: 7px 0;
    font-weight: 600;
    color: #fff;
    border-color: #969696;
    background-color: #969696;
    -webkit-appearance: none;
}
.searchform input[type="submit"]:hover {
	border-color: #960000;
    background-color: #960000;
}
/*
.search-menu.search-menu.dropdown div {
    float: right;
}*/
.screen-reader-text {
	display: none;
    color: #fff;
}

#header .container {

	/*margin-top: 42px;*/
	display: flex;
    align-items: center;
    justify-content: space-around;

}
#header .container .subContainer {
    display: flex;
    align-items: center;
}
.containerFooter2 .subContainer {
    display: flex;
    align-items: center;
}
.below-footer {
	background: #e9e9e9;
	height: 30px;
	color: #960000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.below-footer a {
	margin-left:5px;
	color: #960000;
}
#main-menu .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1180px !important;
	background: #e9e9e9;
}


#loc_me_now {
	
	background: url('/wp-content/uploads/2017/07/new-loc-logo1.png') center left no-repeat; 
	/*background: url('/wp-content/uploads/2017/01/Location.png') center left no-repeat;*/
	background-size: 32px;
	height: 32px;

	padding-left: 51px;

	float: left;

	color: #958f8f;

	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	
	/*font-family: 'procionoregular'; 'Archivo Narrow', sans-serif;*/

	font-size: 14px;
}
#hsep {
	/*background: url(/wp-content/uploads/2017/01/sep.png) center no-repeat;*/
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    color: #958f8f;
    font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
    /*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/
    font-size: 14px;
}
#call_me_now {

	background: url('/wp-content/uploads/2017/07/new-tel-logo1.png') center left no-repeat; 
	/*background: url('/wp-content/uploads/2017/01/Tel.png') center left no-repeat;*/
	background-size: 32px;
	height: 32px;

	padding-left: 51px;

	float: right;

	color: #958f8f;

	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/

	font-size: 14px;

}



body.frontpage #call_me_now {

	position: relative;

	z-index: 9999;

}

#locHeader1 {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;
	color: #fff;*/
	color: #000;
	margin-top: -5px;
    font-size: 18px;
    font-weight: bolder;
}
#locHeader2 {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/
	color: #958f8f;
    font-size: 15px;
    font-weight: bold;
}
/*
#call_me_now a {

	text-decoration: none;

	color: inherit;

	display: block;

	font-family: 'Archivo Narrow', sans-serif;

	margin-top: -5px;
	
    font-size: 18px;
	
    font-weight: bolder;

}*/
#telno {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;
	color: #fff;*/
	color: #000;
	margin-top: -5px;
    font-size: 18px;
    font-weight: bolder;
}

#emailadd {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/
	color: #958f8f;
    font-size: 15px;
    font-weight: bold;
}



#call_me_now a:hover {

	-webkit-opacity: 0.7;

 	-moz-opacity: 0.7;

 	-ms-opacity: 0.7;

 	-o-opacity: 0.7;

 	opacity: 0.7;

}



#logo {

	float: left;

}

.mlogo {
	display: none;
}



/*

**	1.4 Main menu

*/

#main-menu {

	/*background: #cccccc;*/
	
	background: #e9e9e9;

	margin-top: 3px;

	height: 60px;
	
	border-bottom: 1px solid #e1e3e4;

}

#main-menu .container {
	/*width: 75%;*/
	width: 100%;
}

#main-menu ul {
	
	display: flex;	
  	list-style: none;

  	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	
  	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/

  	font-weight: 400;

  	font-size: 14px;

  	color: #6a7b99;

  	float: left;

}



#main-menu li {

  	position: relative;

  	float: left;

}



#main-menu li:first-child {

    margin-left: 0px;

}



#main-menu li a {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100px;
    padding: 0 18px;
    height: 60px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    font-size: 1em;
    font-weight: bold;
    font-family: "PT Sans",sans-serif;
    /*font-family: 'procionoregular';
	/*
	height: 60px;

	line-height: 60px;

	padding: 0 23px;

  	display: block;

 	color: #000;

  	text-decoration: none;

  	border-left: 1px solid #f2f2f2;

  	border-right: 1px solid #f2f2f2;
	
	font-size: 1em;
	*/
}



#main-menu li a:hover {

	background: #960000;

	color: #fff;

}



#main-menu li ul {

    top: 60px;

    display: none;

  	position: absolute;

  	/*background: #fff;*/
	
  	background: #e9e9e9;

  	z-index: 99999;

  	width: 200px;

  	color: #6a7b99;

  	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  	-ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  	-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

}

#menu-item-687 ul {
	width: 250% !important;
	
	columns: 2;
	
	-webkit-columns: 2;
	
	-moz-columns: 2;
	
	-webkit-column-gap: 2px;
	
    -moz-column-gap: 2px; 
	
    column-gap: 2px;
}
#menu-item-687 ul li a {
	overflow: auto;
}
li#menu-item-688 ul {
	width: 250%;
	
	columns: 2;
	
	-webkit-columns: 2;
	
	-moz-columns: 2;
	
	-webkit-column-gap: 2px;
	
    -moz-column-gap: 2px; 
	
    column-gap: 2px;
}
li#menu-item-688 ul li a {
	overflow: auto;
}
#main-menu li:hover > ul {

  	display: block;

}



#main-menu li ul li {

  	width: 100%;

  	margin-left: 0px;

  	float: none;
	
	border-right: 3px solid #fff;

}



#main-menu li ul li a {

  	height: 40px;

  	padding: 0px 10px;

  	/*line-height: 40px;*/
  	line-height: 15px;

  	font-weight: normal;

  	border: none;

  	font-size: 14px;
	
	max-width: 100%;

}



#main-menu li ul li a:hover {

    background: #960000; /*background: #0a1e3f;*/

    color: #fff;

}



#main-menu li ul ul {

  	background: #fff;

  	top: 0;

  	left: 100%;

}



#main-menu .social-media {
	
	display: flex;
    align-items: center;
    justify-content: center;
	float: right;
    width: 130px;
    text-align: right;
    position: relative;
    top: -30px;
    margin-bottom: -70px;
    z-index: 1;

}
#main-menu .social-media img {
	border: 2px solid #fff;
}


#main-menu .social-media a {

	display: inline-block;

	vertical-align: middle;

	width: 22px;

	margin-right: 10px;

}



#main-menu .social-media a:last-of-type {

	margin-right: 0px;

}



#main-menu .social-media a:hover {

	-webkit-opacity: 0.7;

 	-moz-opacity: 0.7;

 	-ms-opacity: 0.7;

 	-o-opacity: 0.7;

 	opacity: 0.7;

}
/*Product Slider*/
.inner-wrapper-page .owl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 100% !important;
}
/*

** Image Slider

*/
/*.textSliderContainer {
	background: rgba(0,0,0,0.6);
    padding: 20px;
    width: 55%;
}*/
.h1slider { 
	font-size: 3.5em;
	line-height: 1;
}
.hrslider {
	margin: 0;
	width: 50%;
	color: #960000;
	background-color: #960000;
	border-color: #960000;
}
.pslider {
	width:50%;
	color:#fff;
}
.sliderLinks a {
	background-color: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px;
    width: 18%;
}

.sliderLinks a:hover {
	background-color: #960000;
	border: 2px solid #960000;
    color: #fff !important;
	text-decoration: none !important;
}

/*

** Product Table

*/
div#drawing-1652 {
    position: relative;
    text-align: center;
}
span.hint.noprint {
    display: block;
    background-color: #5E6B78;
    color: #5E6B78;
    padding: 5px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
table.highlight-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 24px;
    text-align: center;
    border: 2px solid #E3E3E3;
}
td {
    padding: 3px;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #E3E3E3;
}
tr {
    border-width: 0 0 1px 0;
    border-color: #E3E3E3;
}
th {
    font-weight: bold;
    background-color: #E3E3E3;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #FFF;
}
th.underline {
    vertical-align: middle;
    padding: 3px;
    font-weight: bold;
    background-color: #E3E3E3;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #FFF;
}
tfoot {
    font-weight: bold;
    background-color: #E3E3E3;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #FFF;
}
/*

** Product Table

*/
/*

** frontpage1

*/

.frontpage1 {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 30px;
}
.frontpage1 iframe {
	margin-right: 30px;
	width: 560px;
	height: 315px;
}
/*Product Page Video Container*/
#slider_1835 .sproutvideo-player {
    width: 565px;
    height: 320px;
}
.frontpage1 img {
	margin-right: 30px;
	width: 560px;
	height: 315px;
}
.frontpage1content {
	width: 35%;
}
.frontpage1content h1 {
	color: #000;
	font-size: 2.5em;
}
.frontpage1content p {
	font-size: 18px;
	border-top: 2px solid #960000;
	padding-top: 10px;
	line-height: 1.5;
	color: #282828 ;
}

/*

** frontpage2

*/
.frontpage2 {
	padding: 30px;
	text-align: center;
    background: #f9f9f9;
}
.frontpage2 h1{
	font-size: 2.5em;
	margin: 0 auto !important;
    color: #000;
    width: auto;
    padding-bottom: 20px;
}
.frontpage2 p {
	font-size: 18px;
	border-top: 2px solid #960000;
	margin: 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 0px;
	color: #282828 ;
}
.frontpage2content1row {
	display: flex;
    align-items: center;
    justify-content: center;
}
.frontpage2links {
	width: 25%;
	margin: 15px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	border: 4px solid transparent;
	-webkit-transition: border-color 1s ease-out;
	-moz-transition: border-color 1s ease-out;
	-o-transition: border-color 1s ease-out;
	transition: border-color 1s ease-out;
}
.frontpage2links:hover {
	border: 4px solid #960000;
}
.frontpage2links:hover .linkcontent, .frontpage2links:hover .linktext, .frontpage2links:hover .linktext p, .frontpage2links:hover .linktext h2 {
    background: #960000;
    color: #fff !important;
}
.linkcontent img {
	width: 100%;
	height: 180px;
}
.linktextIMG {
	display: none;
	border: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0)); /* Standard syntax (must be last) */
	position: relative;
	height: 180px;
    top: 180px;
    margin-top: -180px;
}
.linktextIMG:hover {
	display: none;
	background: -webkit-linear-gradient(left, rgba(255,0,0,1), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,0,0,1), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,0,0,1), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,0,0,1), rgba(0,0,0,0)); /* Standard syntax (must be last) */
	cursor: pointer;
}
.linktext {
    background: #fff;
	text-align: left;
    padding: 20px;
	/*max-height: 220px;*/
	min-height: 125px;
    max-height: 175px;
}
.linktext h2 {
	margin: 0 !important;
    color: #000;
    text-align: left;
}
.linktext p {
	border-top: none !important;
    text-align: justify;
    font-size: 17px;
    width: 100%;
    color: #282828 ;
}
.linktext a {
	display: none;
}

/*

** frontpage3

*/

.frontpage3 {
	padding: 80px;
	text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #fcfcfc;
    background: #000;
}
.frontpage3::before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2017/01/FormBG.png) no-repeat;
    opacity: 0.1;
}
.frontpage3 h1{
	font-size: 2.5em;
	margin: 0 auto !important;
    color: #fff;
    width: auto;
    padding-bottom: 10px;
}
.frontpage3 p {
	font-size: 18px;
	border-top: 2px solid #960000;
	margin: 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}
.frontpage3content1row {
	display: flex;
    align-items: center;
    justify-content: center;
}
.frontpage3links {
	width: 230px;
	margin: 15px;
}
.frontpage3links img {
    height: 230px;
}
.frontpage3links img:hover +.linktexthover {
	display: block;
}
.linktexthover {
	height: 230px;
    display: none;
    background: rgba(150,0,0,0.7);
    padding: 0px 15px;
    position: relative;
    bottom: 233px;
    margin-bottom: -233px;
}
.linktexthover:hover {
	display: flex;
	align-items: center;
	justify-content: center;
}
.linktexthover h2 {
	text-align: center;
	margin: 0 !important;
    color: #fff;
    text-align: left;
    font-size: 20px !important;
}
.linktexthover p {
	border-top: none !important;
	text-align: justify;
	width: 100%;
	font-size: 12px;
}
.linktexthover a {
	text-align: left;
	color: #fff !important;
}

/*

** frontpage4

*/

.frontpage4 {
	padding-top: 30px;
	text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #fcfcfc;
    background: #f9f9f9;
}

.frontpage4 h1{
	font-size: 2.5em;
	margin: 0 auto !important;
    color: #000;
    width: auto; 
    padding-bottom: 10px;
}
.frontpage4 p {
	font-size: 18px;
	border-top: 2px solid #960000;
	margin: 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #282828 ;
}

/*

** frontpage5

*/

.frontpage5 {
	padding: 30px;
	text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #fcfcfc;
    background: #f9f9f9;
}

.frontpage5 h1{
	font-size: 2.5em;
	margin: 0 auto !important;
    color: #000;
    width: 40%;
    padding-bottom: 10px;
	border-bottom: 2px solid #960000;
}
.frontpage5content {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #282828 ;
	margin-top: 50px;
}
.frontpage5listleft {
	list-style: none;
	width: 80%;
}
.frontpage5listleft li {
	/*background: url(/wp-content/uploads/2017/01/Check.png) right center no-repeat;*/
    padding-right: 55px;
    text-align: justify;
    line-height: 1;
	margin-top: 20px !important; 
	margin-bottom: 20px !important;
	font-size: 18px;
	color: #282828 ;
	width: 90%;
	height: 100px;
}
.frontpage5listleft h2 {
	text-align: right;
}
.check {
	background: url(/wp-content/uploads/2017/01/Check.png) right center no-repeat;
    padding-right: 55px;
    text-align: justify;
    line-height: 1;
}
.clock {
	background: url(/wp-content/uploads/2017/01/Clock.png) right center no-repeat;
    padding-right: 55px;
    text-align: justify;
    line-height: 1;
}
.leaf {
	background: url(/wp-content/uploads/2017/01/Leaf.png) right center no-repeat;
    padding-right: 55px;
    text-align: justify;
    line-height: 1;
}
.frontpage5listleft h2 {
	color: #282828 ;
}
.frontpage5listright {
	list-style: none;
	width: 80%;
}
.frontpage5listright li {
	/*background: url(/wp-content/uploads/2017/01/Trophy.png) left center no-repeat;*/
    padding-left: 55px;
	text-align: justify;
    line-height: 1;
	margin-top: 20px !important; 
	margin-bottom: 20px !important;
	font-size: 18px;
	color: #282828 ;
	width: 90%;
	height: 100px;
}
.frontpage5listright h2 {
	text-align: left;
}
.star {
	background: url(/wp-content/uploads/2017/01/Star.png) left center no-repeat;
    padding-left: 55px;
	text-align: justify;
    line-height: 1;
}
.phone {
	background: url(/wp-content/uploads/2017/01/Phone.png) left center no-repeat;
    padding-left: 55px;
	text-align: justify;
    line-height: 1;
}
.trophy {
	background: url(/wp-content/uploads/2017/01/Trophy.png) left center no-repeat;
    padding-left: 55px;
	text-align: justify;
    line-height: 1;
}
.frontpage5listright h2 {
	color: #282828 ;
}
/*

** frontpage5

*/

.frontpage6 {
	display: flex;
	align-items: center;
    justify-content: center;
    padding: 25px;
    background: #f1f1f1;
}
.frontpage6 img {
	/*filter: grayscale(100%);*/
	margin-left: 50px;
    margin-right: 50px;
	width: 120px;
    height: 100px;
   
}
/*Contact Us Page Form*/
.wpcf7-form-control-wrap.your-email {
	margin-right: 10px;
    margin-left: 10px;
}
#fieldfooter .wpcf7-form-control-wrap.your-email {
    margin-right: 0;
    margin-left: 0;
}
.wpcf7-form p.field input::placeholder {
    color: #000;
}
.wpcf7-form p.field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.wpcf7-form p.field input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.wpcf7-form p.field input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.wpcf7-form p.field input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.wpcf7-form textarea::placeholder {
    color: #000;
}
.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.wpcf7-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.wpcf7-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.wpcf7-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
/*Contact Us Page*/
.contactpage {
    max-width: 1160px;
    margin: 0 auto;
}
.contactpage h1 {
	color: #9a0000;
}
.contactpage p {
	padding-top: 0px;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.contactpage iframe {
	width: 100%;
}
.contactrow1 {
    display: inline-block;
    padding-bottom: 50px;
}
.about-img-left {
    width: 50%;
}
.about-img-right {
    width: 50%;
}
.contactrow1 img {
    width: 100%;
}
.imageholder {
    display: flex;
    align-items: center;
}
.imageholder img {
    width: 100px;
    height: 90px;
    margin-right: 20px;
}
/*.contactpage1 {
	display: block;
    padding: 30px;
}
.contactpage1 iframe {
	border: 0;
    width: 100%;
    padding-bottom: 20px;
}
.contactpage1 h1 {
	color: #000;
}
.contactpage2image {
	width: 50%;
    margin-right: 0px;
}*/
/* About Us Page1

*/
.aboutpage1 {
    display: block;
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
}
.aboutpage1 h1 {
    color: #9a0000;
}
.aboutpage1 h2 {
    color: #000000
}
.aboutpage1 p {
    padding-top: 0px;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.aboutpage1 div {
	display: inline-block;
	margin-bottom: 0px;
}
.aboutrow2, .aboutrow3 {
	margin-top: 20px;
}
.about-img-left {
    float: left;
    clear: left;
    margin-right: 20px;
}
.sp-slides-container {
    z-index: 99;
}
.about-img-right {
    float: right;
    clear: right;
    margin-left: 20px;
}
/*
.aboutpage1 {
	display: flex;
    align-items: flex-start;
    justify-content: center;
	padding: 30px;
}
.aboutpage1image {
	margin-right: 30px;
	/*width: 560px;
	height: 315px;
}
.aboutpage1content {
	width: 35%;
}
.aboutpage1image h1 {
	color: #9a0000;
	font-size: 2.5em;
}
.aboutpage1content h2 {
	padding-top: 38px;
	color: #000;
	font-size: 2.5em;
}
.aboutpage1content h1 {
	padding-top: 38px;
	color: #9a0000;
}
.aboutpage1content p {
	font-size: 18px;
	/*border-top: 2px solid #960000;
	padding-top: 10px;
	line-height: 1.5;
	color: #282828 ;
}*/
/*

** About Us Page2

*/
.aboutpage2 {
	display: flex;
    align-items: flex-start;
    justify-content: center;
	padding: 30px;
}
.aboutpage2image {
	margin-right: 0px;
}
.aboutpage2content {
	margin-right: 30px;
	width: 35%;
}
.aboutpage2image h1 {
	color: #9a0000;
	font-size: 2.5em;
}
.aboutpage2content h2 {
	color: #000;
	font-size: 2.5em;
}
.aboutpage2content h1 {
	padding-top: 0px;
	margin-top: 0px !important;
	color: #9a0000;
}
.aboutpage2content p {
	font-size: 18px;
	/*border-top: 2px solid #960000;
	padding-top: 10px;*/
	line-height: 1.5;
	color: #282828 ;
}
.sp-thumbnails-container.sp-bottom-thumbnails {
    z-index: 1;
}
/*

** Quality Page

*/
#Post-Content {
    margin: 0 auto;
	padding: 30px;
    /*width: 948px;*/
	max-width: 1160px;
    width: auto;
}
#Post-Content h1 {
    color: #000;
    margin-bottom: 20px;
}
.Inner-Post-Content {
    display: flex;
	align-items: center;
    margin: 0 0 20px 0;
}
.image-left {
	/*float: left; */
    margin: 0 3.52112676056338028169014084507% 20px 0;
    max-width: 100%;
    width: auto;
    /* position: relative; */
    /* text-align: center; */
}
.image-left img {
    min-height: 95px;
    max-width: 110px !important;
}
.text-left {
    overflow: hidden;
}
.text-left p {
	font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.text-left address {
	font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
/*

** Temporary Product Page

*/
.prod-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 2em;
}
.inline-grid {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0 1.5%;
}
#brochure .fourth {
	margin: 20px;
}
.fourth {
    max-width: 276px;
    min-width: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.fourth a {
	display: block;
	/*display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
	 -webkit-justify-content: center;
	display: flex;
    justify-content: center;
    flex-flow: column;*/
}
/*.imgContainer {
	-webkit-order: 2;
    order: 2; 
}	
.tileLabelWrapper.bottom {
	-webkit-order: 1;
    order: 1;
} */
.imgContainer {
    display: inline-block;
    width: 250px;
    height: 150px;
    max-height: 250px;
	margin-top: 50px;
    padding: 0px 5px 0px 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
	cursor: zoom-in !important;
}
.imgContainer:hover {
    cursor: pointer;
    background-size: 150% 125%;
}
h2.tileLabel.bottom {
    display: block !important;
    padding: 5px 5px 0px 5px;
    border-right: 15px solid transparent;
    border-bottom: 1.3em solid #FFF;
    height: auto;
    line-height: 1.3em;
    display: inline-block;
    margin-bottom: 0;
    color: #253F59;
}

/*

** formFooter

*/
.formFooter {
    padding: 50px 0 25px 0;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgb(233, 233, 233) 0%, rgb(233, 233, 233) 100%), linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-clip: content-box, padding-box;
}
.inner {
    display: block;
    max-width: 1160px;
    min-height: 305px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    bottom: 55px;
    margin-bottom: -55px;
}
.image {
    float: left;
    clear: left;
    margin-right: 50px;
}
.image img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.formFooter h1 {
    text-align: left;
    color: #000;
    font-size: 2.5em;
    margin-bottom: 50px;
}
.formFooter p {
    font-size: 28px;
    color: #000;
}
.formFooter ul {
    display: inline-block;
    list-style: none;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.formFooter li {
    background: url(/wp-content/uploads/2017/07/brochure-check.png) left center no-repeat;
    background-size: contain;
    padding-left: 55px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 10px;
}
.form-arrow {
    display: block;
    max-width: 225px;
    float: right;
    /*margin-right: 50px;
    margin-left: 50px;*/
}
/*Form Brochure*/
.formFooterContent1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.submit-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Old FormFooter
/*.formFooter {
	position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    /*height: 768px;
    margin: 0 auto;
    color: #fcfcfc;
    background: #ababab;
	padding-top: 50px;
}

.formFooter::before {	
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/wp-content/uploads/2017/01/FormBG.png') no-repeat;
    background-size: cover;
    opacity: 0.1;
	
	.formFooterContent {
	display: flex;
    align-items: center;
    justify-content: center;
}
}
.formFooterFormContainer {
	display: flex;
    align-items: center;
    justify-content: center;
}

.formFooterFormContainer img {
	width: 30%;
}

.Form {
	display: flex;
    align-items: center;
    justify-content: center;
}

.ulform {
	list-style: none;
}

.ulform li {
	text-align: center;
	line-height: 70px;
}

.formFooter h1 {
	text-align: center;
	font-size: 2.5em;
	margin: 10px 0px;
	color: #9a0000;
}

.formFooterinner {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
}
.formFooterContent {
    width: 40%;
}
.division1 {
	display: flex;
}
.divisionLeft {
	width: 100%;
	display: none;
}
.divisionLeft img {
	width: 100%;
    height: auto;
}
.divisionRight {
	padding-left: 20px;
    padding-right: 20px;
}
.divisionRight p {
	font-size: 18px;
	color: #000;
}
.redCheck {
	color: #000;
    font-size: 18px;
	list-style: none;
	/*margin-right: 50px;
}
.redCheck li {
	background: url('/wp-content/uploads/2017/01/redCheck.png') left center no-repeat;
	padding-left: 55px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
}
.division2 {
	float: right;
}
.formFooterContent1 {
	width: 40%;
}*/


#fname,
#email,
#org {
	margin-right: 20px;
}
.ulform input[type=text], 
.ulform input[type=email] {
	width: 300px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.ulform input[type=submit] {
    width: 200px;
    background-color: #960000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/*

**	1.5 Footer

*/

#footer {

	/*padding: 40px 0; */
	
	background: #fff;
	
	padding-top: 0px;

        border-top: 3px solid #960000;
	
	/*border-top: 3px solid gray;
	
	background: #808080; background: #1d1c1a;*/

}

#footer .container {
	text-align: center;
}

.containerFooter2 {
	display: flex;
	justify-content: space-around;
	padding: 25px;
}

#footer .about-us, #footer .contact-us, #footer .directions, #footer .quick-links {

	display: inline-block;

	vertical-align: top;

	margin-right: 22px;

}



#footer .about-us {
	
	width: auto;
	
	margin-right: 60px;

}

#footer .about-us img {
	max-width: 400px;
        width: auto
}

#footer .contact-us {

	width: 150px;
	
	margin-right: 90px;

}



#footer .directions {

	width: 150px;

	margin-right: 90px;

}

#footer .quick-links {

	width: 150px;

	margin-right: 0px;

}

#footer .quick-links p {
	margin-top: 0;
	color: #fff;
	text-align: left;
}


#footer .directions iframe {

	width: 416px;

	height: 120px;

}

#loc1 {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/
	color: #9a0000;
	margin-top: -5px;
    font-size: 18px;
    font-weight: bolder;
	text-align: left;
	padding-bottom: 10px;
}
#loc2 {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: "PT Sans",sans-serif; /*'Archivo Narrow', sans-serif;*/
	/*font-family: 'procionoregular'; /*'Archivo Narrow', sans-serif;*/
	/*color: #958f8f;*/
	color: #000;
    font-size: 15px;
    font-weight: normal;
	text-align: left;
	line-height: 25px;
}
#loc2 a {
	text-decoration: none;
    color: #fff;
}

/*

**  2 Index

**

**	2.1 Featured

*/

#featured {

	padding: 60px 0;

}



#man {

	position: absolute;

	margin-left: 684px;

	margin-top: -200px;

}


/*
.wpcf7-form {

	width: 666px;

}



.wpcf7-form .form-left-one {

	width: 166px;

	float: left;

}



.wpcf7-form .form-right-one {

	width: 166px;

	float: right;

}



.wpcf7-form textarea {

	float: left;

	font-family: 'Istok Web', sans-serif;

	font-size: 14px;

	border: 1px solid #d8d5d5;

	padding: 24px 19px;

	width: 246px;

	height: 134px;

	margin-bottom: 15px;

	margin-left: 27px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-m-box-sizing: border-box;

	box-sizing: border-box;

}



.wpcf7-form .two-cols {

	display: inline-block;

	width: 361px;

	float: left;

}



.wpcf7-form input {

	margin-bottom: 15px;

}



.wpcf7-form input[type=text],

.wpcf7-form input[type=email] {

	font-family: 'Istok Web', sans-serif;

	font-size: 14px;

	border: 1px solid #d8d5d5;

	padding: 0 19px;

	width: 166px;

	height: 60px;

	float: left;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-m-box-sizing: border-box;

	box-sizing: border-box;

}



.wpcf7-form input[type=text]:focus, .wpcf7-form textarea:focus, .wpcf7-form input[type=email]:focus {

	border-color: #6a7b99;

}



.wpcf7-form .input-submit {

	width: 100%;

	float: left;

}



.wpcf7-form [type="submit"] {

	color: #182d58;

	font-size: 18px;

	font-family: 'Istok Web', sans-serif;

	font-weight: bold;

	background: #f3ca0c;

	border: 0;

	border-bottom: 5px solid #e0ba0b;

	width: 166px;

	height: 48px;

	cursor: pointer;

}



.wpcf7-form [type="submit"]:hover {

	background: #e0ba0b;

	border-bottom: 5px solid #f3ca0c;

}
*/


/*

**	2.2 Content Article

*/

.content {

	background: #fff;

	padding: 0px; /*40px 0*/

}



.content a {
	color: #960000;
	/* color: #182d58; */
	text-decoration: none;
}



.content a:hover {

	/*text-decoration: underline;*/
	text-decoration: none;
	color: #000;
	cursor: pointer;
	/* color: #f3ca0c;
	color: #0000FF;*/

}



.content .separator {

	border: 0;

	border-top: 1px solid #e1e3e4;

	margin: 40px 0;

}



.content .posted {
	
	display: none; /*Post subtitle Original*/

	color: #958f8f;

	font-size: 14px;

	margin-bottom: 14px;

}



.content .posted a {

	text-decoration: none;

	color: #182d58;

}



.content  .posted a:hover,

.content a.highlighted {

	text-decoration: underline;

	color: #f3ca0c;

}



.content a.highlighted:hover {

	text-decoration: none !important;

}



.three-cols-content .col {

	width: 300px;

	display: inline-block;

	vertical-align: top;

	margin-right: 29px;

	text-align: center;

}



.three-cols-content .col:last-of-type {

	margin-right: 0;

}



article.big img {

	float: left;

	margin-right: 30px;

	margin-bottom: 30px;

	max-width: 31%;

}



/*

**	2.3 Testimonials

*/

#testimonials {

	text-align: center;

}



#testimonials h2 {

	font-weight: 100;

}



#testimonials .testimonial {

	width: 450px;

	margin-top: 30px;

	margin-right: 30px;

	text-align: left;

	float: left;

}



#testimonials .testimonial .img {

	display: inline-block;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-ms-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	float: left;

	margin-right: 10px;

	width: 136px;

	height: 115px;

}



/*

** 3 Blog

**

** 3.1 Content

*/

body.blog .content {

	/*margin-top: 3px;*/
	padding: 50px;

}



body.blog .content hr {

	border: 0;

	border-top: 1px solid #d4d4d4;

	margin: 60px 0;

}



/*

** 3.2 Main Wrapper

*/

.content .main-wrapper {

	width: 100%; /*636px*/

	float: none; /*left*/

	margin-bottom: 0px; /*100px*/
	
	max-width: 1349px;
	
    margin: 0 auto;

}
/*Product Page*/
.productpage {
    max-width: 1160px;
    margin: 0 auto;
}
.productpage h1 {
	color: #960000;
    text-align: left;
    padding-top: 25px;
}
.product-video-container {
	width: 90%;
	margin: 0 auto;
}
/*Page Layout*/
.inner-wrapper-page {
	margin: 0 auto;
    padding: 0px;
    /*padding: 50px;*/
}
.inner-wrapper-page h1 {
	color: #960000;
    letter-spacing: 0px;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}
.inner-wrapper-page p {
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.double-ul {
	display: flex;
}
.inner-wrapper-page ul {
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
    width: 25%;
    text-indent: 50px;
}
/*Post Layout*/
.content .main-wrapper-post {

	width: 75%;
	/*width: 70%;*/
    float: right;
	/*max-width: 870px;
	margin-top: 50px;
    margin-bottom: 20px;
	margin-left: 50px;*/
}
.content .sidebar-wrapper {
	width: 24.5%;
	max-width: 270px;
	border-right: 2px solid #960000;
    height: 100%;
	position: absolute; /*absolute*/
    /* top: 0; */
}
.inner-wrapper-post  {
	margin: 0 auto;
    padding-left: 10px;
}
.main-wrapper-post h1 {
    color: #960000;
    letter-spacing: 0px;
    font-size: 80px;
    line-height: 80px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.inner-wrapper-post h1 {
	color: #000;
    letter-spacing: 0px;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}
.text-video-post {
    display: flex;
    justify-content: space-between;
	float: right;
    clear: right;
}
.text-video-post p {
    width: 60%;
}
.text-video-post iframe {
    width: 100%;
    height: 180px;
    margin: 0 0 15px 15px;
}
.inner-wrapper-post ol {
    margin: 25px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 60px;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.inner-wrapper-post ul {
    margin: 25px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 60px;
    font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.inner-wrapper-post p {
	font-size: 18px;
    line-height: 1.5;
    color: #282828;
}
.frontpage.blog .content .main-wrapper {
	width: 100%;
	margin-bottom: 0px;
}

.main-wrapper .wpcf7 {

	/*overflow: hidden;*/

}



.content .main-wrapper h1 {

	font-size: 30px;

	margin-bottom: 15px;	/*margin-bottom: 40px;*/

}



.content .main-wrapper h2 {

	font-size: 24px;

	margin: 10px 0;

}



.content .main-wrapper h2 a {

	text-decoration: none;

}



.content .main-wrapper h2 a:hover {

	color: #0a1e3f;

	text-decoration: none !important;

	-webkit-opacity: 0.7;

 	-moz-opacity: 0.7;

 	-ms-opacity: 0.7;

 	-o-opacity: 0.7;

 	opacity: 0.7;

}



.content .main-wrapper article {

	color: #958f8f;

	margin-bottom: 0px; /*50px*/

	word-wrap: break-word;

}

/*.white {
    max-width: none !important;
    margin: 0 auto;
}

.content .main-wrapper article div{

	max-width: 1180px;
	
    margin: 0 auto;
}*/

.content .main-wrapper article hr {

	margin: 0px 0;
	/*margin: 30px 0;*/

}



.content .main-wrapper article a:hover {

	/*text-decoration: underline;*/
	text-decoration: none;

}



.content .main-wrapper article .featured-image {

	width: 100%;

	height: 300px;

	overflow: hidden;

}



.content .main-wrapper article .featured-image img {

	width: 100%;

	height: auto;

	border: 1px solid #d4d4d4;

}



.content .main-wrapper article img {

	max-width: 100%;

}



.content .main-wrapper article .buttons {

	text-align: right;

	margin-top: 15px;

}



.content .main-wrapper article .read-more {

	color: #182d58;

	font-weight: bold;

	text-decoration: none;

}



.content .main-wrapper article .read-more:hover {

	color: #6a7b99;

}



.content .main-wrapper article .comments {

	background: url('images/comments-icon.svg') left center no-repeat;

	padding-left: 20px;

	display: none;

	margin-right: 30px;

}



.content .main-wrapper article h1 {
	
	margin: 10px 0;

	line-height: 28px;

	font-size: 2.5em; /*26px;*/

}



.content .main-wrapper article h2 {
	
	/*display: none; Post Title Original*/
	
	margin: 10px 0;

	line-height: 26px;

	font-size: 24px;

}



.content .main-wrapper article h3 {

	margin: 10px 0;

	line-height: 24px;

	font-size: 22px;

}



.content .main-wrapper article h4 {

	margin: 10px 0;

	line-height: 22px;

	font-size: 20px;

}



.content .main-wrapper article h5 {

	margin: 10px 0;

	line-height: 20px;

	font-size: 18px;

}



.content .main-wrapper article h6 {

	margin: 10px 0;

	line-height: 18px;

	font-size: 16px;

}



.content .main-wrapper article table {

  width: 100%;

}



.content .main-wrapper article table td {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

  padding: 10px 10px;

  border: 1px solid #eee;

}



.content .main-wrapper article dl dt {

  margin: 10px 0;

}



.content .main-wrapper article dl dd {

  margin: 10px 0 10px 20px;

}



.content .main-wrapper article ul li {

  margin: 10px 0;

  list-style-position: inside;

}



.content .main-wrapper article ul li ul li {

  margin-left: 15px;

}



.content .main-wrapper article ol li {

  margin: 10px 0;

  list-style-position: inside;

}



.content .main-wrapper article ol li ol li {

  margin-left: 15px;

}



.content .main-wrapper article abbr {

  border-bottom: 1px dotted #eee;

}



.content .main-wrapper article strong {

  font-weight: 700;

}



.content .main-wrapper article acronym {

  border-bottom: 1px dotted #eee;

}



.content .main-wrapper article big {

  font-weight: 700;

}



.content .main-wrapper article code {

  word-wrap: break-word;

}



.content .main-wrapper article pre {

  padding-left: 10px;

  border-left: 10px solid #eee;

}



.content .main-wrapper article blockquote {

  padding-left: 10px;

  border-left: 10px solid #eee;

}



.content .main-wrapper article q {

  font-style: italic;

}



.content .main-wrapper article .post-links {

	margin-bottom: 15px;

}



.content .main-wrapper article .post-password-form {

	width: 100%;

}



.content .main-wrapper article .post-password-form input[type="password"] {

	height: 26px;

	padding: 0 20px;

	border: 1px solid #d8d5d5;

	color: #d8d5d5;

}



.content .main-wrapper article .post-password-form input[type="submit"] {

	height: 28px;

	padding: 0 20px;

	background: #F3CA0C;

	border: none;

	cursor: pointer;

	font-family: "Istok Web", sans-serif;
	
	/*font-family: 'procionoregular';*/

	font-weight: 400;

	font-size: 16px;

	color: #182d58;

}



.content .main-wrapper article .post-password-form input[type="submit"]:hover {

	background: #EAC30C;

}



#comments {
  
  display: none;
  
  width: 100%;

}



#comments .comments-list {

  width: 100%;

}



#comments .comments-list ul.children {

	margin-left: 100px;

}



#comments .comments-list .children li {

  margin-top: 60px !important;

}



#comments .comments-list .children .depth-2 .comment-entry {

	width: 398px;

}



#comments .comments-list .children .depth-3 .comment-entry {

	width: 298px;

}



#comments .comments-list .pingback {

  padding: 10px 0;

  border-bottom: 1px solid #eee;

  list-style-position: inside;

}



#comments .comments-list .pingback p {

  margin: 0;

}



#comments .comments-list .pingback p a {

  color: #414140;

  text-decoration: underline;

}



#comments .comments-list .pingback p a:hover {

  text-decoration: none;

}



#comments .comments-list .comment {

  width: 100%;

  margin-top: 60px;

  list-style: none;

  float: left;

}



#comments .comments-list .comment .comment-avatar {

  width: 136px;

  height: 60px;

  margin-bottom: 15px;

  text-align: center;

  float: left;

}



#comments .comments-list .comment .comment-avatar img {

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  width: 60px;

  height: 60px;

}



#comments .comments-list .comment .comment-entry {

  width: 498px;

  line-height: 16px;

  color: #8e8e8e;

  float: right;

}



#comments .comments-list .comment .comment-entry span {

  width: 100%;

  line-height: 16px;

  margin-bottom: 14px;

  display: block;

  color: #414140;

  font-size: 16px;

}



#comments .comments-list .comment .comment-entry span a {

  font-weight: 700;

  text-decoration: none;

}



#comments .comments-list .comment .comment-entry span a:hover {

  text-decoration: underline;

}



#comments .comments-list .comment .comment-entry span time a {

  color: #414140;

  font-weight: 300;

}



#comments .comments-list .comment .comment-entry h1 {

  margin: 10px 0;

  line-height: 34px;

  font-size: 32px;

}



#comments .comments-list .comment .comment-entry h2 {

  margin: 10px 0;

  line-height: 30px;

  font-size: 28px;

}



#comments .comments-list .comment .comment-entry h3 {

  margin: 10px 0;

  line-height: 26px;

  font-size: 24px;

}



#comments .comments-list .comment .comment-entry h4 {

  margin: 10px 0;

  line-height: 22px;

  font-size: 20px;

}



#comments .comments-list .comment .comment-entry h5 {

  margin: 10px 0;

  line-height: 20px;

  font-size: 18px;

}



#comments .comments-list .comment .comment-entry h6 {

  margin: 10px 0;

  line-height: 18px;

  font-size: 16px;

}



#comments .comments-list .comment .comment-entry blockquote {

  padding-left: 10px;

  border-left: 10px solid #eee;

}



#comments .comments-list .comment .comment-entry table {

  width: 100%;

}



#comments .comments-list .comment .comment-entry table td {

  padding: 5px;

  border: 1px solid #eee;

}



#comments .comments-list .comment .comment-entry dl dt {

  margin: 10px 0;

}



#comments .comments-list .comment .comment-entry dl dd {

  margin-left: 20px;

}



#comments .comments-list .comment .comment-entry ul li {

  list-style-position: inside;

}



#comments .comments-list .comment .comment-entry ul li ul li,

#comments .comments-list .comment .comment-entry ol li ol li  {

  margin-left: 16px;

}



#comments .comments-list .comment .comment-entry ol li {

  list-style-position: inside;

}



#comments .comments-list .comment .comment-entry a {

  text-decoration: underline;

}



#comments .comments-list .comment .comment-entry a:hover {

  text-decoration: none;

}



#comments .comments-list .comment .comment-entry abbr,

#comments .comments-list .comment .comment-entry acronym {

  border-bottom: 1px dotted #eee;

}



#comments .comments-list .comment .comment-entry big {

  font-weight: 700;

}



#comments .comments-list .comment .comment-entry cite {

  font-style: italic;

}



#comments .comments-list .comment .comment-entry pre {

  padding-left: 10px;

  border-left: 10px solid #eee;

}



#comments .comments-list .comment .comment-entry iframe {

	max-width: 100%;

}



#comments .comments-list .comment .comment-entry .comment-reply-link {

  width: 100%;

  margin-top: 21px;

  color: #414140;

  text-decoration: underline;

  display: block;

}

#comments .comments-list .comment .comment-entry .comment-reply-link:hover {

  text-decoration: none;

}



#respond {

  width: 100%;

  margin-top: 90px;

}



#respond .respond {

  width: 100%;

  margin-top: 30px;

}



#respond a#cancel-comment-reply-link {

	font-size: 16px;

	text-decoration: none;

}



#respond .input-text {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

  width: 206px;

  height: 60px;

  margin: 0 0 0 8px;

  padding: 0 28px;

  display: block;

  border: 1px solid #e8e8e8;

  color: #cacaca;

  float: left;

  outline: 0;

  font-family: "Istok Web", sans-serif;
  
  /*font-family: 'procionoregular';*/

  font-size: 14px;

}



#respond .input-text:first-child {

  margin-left: 0;

}



#respond .input-text:focus {

  border: 1px solid #414140;

  color: #414140;

}



#respond .input-text:focus::-webkit-input-placeholder {

  color: #414140;

}



#respond .input-text:focus:-moz-placeholder {

  color: #414140;

  opacity: 1;

}



#respond .input-text:focus::-moz-placeholder {

  color: #414140;

  opacity: 1;

}



#respond .input-text:focus:-ms-input-placeholder {

  color: #414140;

}



#respond .input-text::-webkit-input-placeholder {

  color: #cacaca;

}



#respond .input-text:-moz-placeholder {

  color: #cacaca;

  opacity: 1;

}



#respond .input-text::-moz-placeholder {

  color: #cacaca;

  opacity: 1;

}



#respond .input-text:-ms-input-placeholder {

  color: #cacaca;

}



#respond textarea {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  height: 173px;

  margin: 6px 0 0 0;

  padding: 12px 28px;

  display: block;

  border: 1px solid #e8e8e8;

  outline: 0;

  resize: none;

  float: left;

  color: #cacaca;

  font-family: "Istok Web", sans-serif;

  font-size: 14px;

}



#respond textarea:focus {

  border: 1px solid #414140;

  color: #414140;

}



#respond textarea:focus::-webkit-input-placeholder {

  color: #414140;

}



#respond textarea:focus:-moz-placeholder {

  color: #414140;

  opacity: 1;

}



#respond textarea:focus::-moz-placeholder {

  color: #414140;

  opacity: 1;

}



#respond textarea:focus:-ms-input-placeholder {

  color: #414140;

}



#respond textarea::-webkit-input-placeholder {

  color: #cacaca;

}



#respond textarea:-moz-placeholder {

  color: #cacaca;

  opacity: 1;

}



#respond textarea::-moz-placeholder {

  color: #cacaca;

  opacity: 1;

}



#respond textarea:-ms-input-placeholder {

  color: #cacaca;

}



#respond #input-submit {

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -ms-transition: all 0.3s;

  transition: all 0.3s;

  width: 206px;

  height: 40px;

  background: #fcd53a;

  margin: 6px 0 0 0;

  padding: 0;

  display: block;

  border: none;

  float: left;

  color: #333332;

  font-weight: 700;

  font-family: "Istok Web", sans-serif;

  font-size: 14px;

  cursor: pointer;

}



#respond #input-submit:hover {

	background: none;

	color: #0A1E3F;

	bordeR: 1px solid #0A1E3F;

}



img.alignright {

	float: right;

	margin: 0 0 1em 1em;

}



img.alignleft {

	float: left;

	margin: 0 1em 1em 0;

}



img.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignright {

	float: right;

}



.alignleft {

	float: left;

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignnone {

	max-width: 100%;

	height: auto;

}



.aligncenter {

	max-width: 100%;

	height: auto;

}



dl.gallery-columns-1 {

  width: 100%;

}



dl.gallery-columns-1 a {

	text-decoration: none !important;

}



dl.gallery-columns-1 img {

	width: 100%;

}

.wp-caption {
	background: #f2f2f2;
	border: 1px solid #e6e6e6;
	max-width: 100%;
	text-align:center;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
dl.gallery-columns-1 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-2 {

  width: 50%;

}



dl.gallery-columns-2 a {

	text-decoration: none !important;

}



dl.gallery-columns-2 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-2 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-3 {

  width: 33.33%;

}



dl.gallery-columns-3 a {

	text-decoration: none !important;

}



dl.gallery-columns-3 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-3 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-4 {

  width: 25%;

}



dl.gallery-columns-4 a {

	text-decoration: none !important;

}



dl.gallery-columns-4 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-4 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-5 {

  width: 20%;

}



dl.gallery-columns-5 a {

	text-decoration: none !important;

}



dl.gallery-columns-5 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-5 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-6 {

  width: 16.66%;

}



dl.gallery-columns-6 a {

	text-decoration: none !important;

}



dl.gallery-columns-6 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-6 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-7 {

  width: 14.28%;

}



dl.gallery-columns-7 a {

	text-decoration: none !important;

}



dl.gallery-columns-7 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-7 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-8 {

  width: 12.5%;

}



dl.gallery-columns-8 a {

	text-decoration: none !important;

}



dl.gallery-columns-8 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-8 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



dl.gallery-columns-9 {

  width: 11.11%;

}



dl.gallery-columns-9 a {

	text-decoration: none !important;

}



dl.gallery-columns-9 img {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	border: 4px solid #fff;

}



dl.gallery-columns-9 .wp-caption-text {

	width: 100%;

  	-webkit-box-sizing: border-box;

  	-moz-box-sizing: border-box;

  	-o-box-sizing: border-box;

  	box-sizing: border-box;

  	margin: 0px 0 15px 0;

  	text-align: center;

  	font-style: italic;

}



.content .main-wrapper .pagination {

	text-align: center;

	color: #cacaca;

}



.content .main-wrapper .pagination a {

	float: left;

}



.content .main-wrapper .pagination a:last-of-type {

	float: right;

}



/*

** 3.3 Sidebar Wrapper

*/

.sidebar-wrapper {
	
	display: block;
	
	width: 20%;
	
	/*margin-top: 50px;
	
	margin-right: 50px;*/
	
    float: left;

}



.sidebar-wrapper .widget {

	width: 100%;

	margin-bottom: 60px;

}



.sidebar-wrapper .widget h3 {
	
	display: none;

	margin-bottom: 30px;

	font-size: 30px;

	color: #0a1e3f;

}



.sidebar-wrapper .widget ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



.sidebar-wrapper .widget ul li {

	/*background: url("images/widget-arrow.png") no-repeat left 10px;
	background: url(images/widget-arrow.png) no-repeat 10px;*/
	/*background: url(/wp-content/uploads/2017/04/sidebar-arrow.png) no-repeat 10px;*/

	padding: 4px 0 4px 15px;

	word-wrap: break-word;

}

.sidebar-wrapper .widget ul li:hover {
    /*background: url(/wp-content/uploads/2017/05/sidebar-arrow-transparent.png) no-repeat 10px;
    /*background-color: #960000;*/
    background-color: #383838;
}


.sidebar-wrapper .widget ul li a {

	/*text-decoration: none;
	text-decoration: none;
    margin: 1px 0;
    text-transform: none;
    padding: 0px 0 0px 10px;
    display: block;
    font-size: 20px;
    line-height: 25px;
    width: 100%;*/
	margin: 1px 0;
    text-transform: none;
    color: #000;
    padding: 5px 0 5px 0px;
    display: block;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
}



.sidebar-wrapper .widget ul li a:hover {
	
    color: #fff;

	/*color: #182d58;

	text-decoration: underline;*/

}



.sidebar-wrapper .widget select {

	width: 100%;

}



.sidebar-wrapper .widget table {

	width: 100%;

}



.sidebar-wrapper .widget table caption {

	margin-bottom: 10px;

	font-weight: 700;

	font-size: 16px;

}



.sidebar-wrapper .widget table td {

	text-align: center;

}



.sidebar-wrapper .widget table td#prev {

	text-align: left;

}



.sidebar-wrapper .widget table td#next {

	text-align: right;

}



.sidebar-wrapper .widget ul.children li {

	background: none !important;

}



.sidebar-wrapper .widget img {

	max-width: 100%;

	height: auto;

}



.sidebar-wrapper .widget .widget-map {

	width: 100%;

	height: 240px;

}



.sidebar-wrapper .widget .widget-map iframe {

	width: 100%;

	height: 100%;

}



.sidebar-wrapper .widget_rss li {

	margin-bottom: 15px;

}



.sidebar-wrapper .widget_rss h3 a.rsswidget {

	font-style: normal;

}



.sidebar-wrapper .widget_rss a.rsswidget {

	text-decoration: none;

	font-style: italic;

}



.sidebar-wrapper .widget_rss .rss-date {

	font-style: italic;

}



.sidebar-wrapper .widget_rss .rssSummary {

	margin-top: 5px;

}



.sidebar-wrapper .widget .tagcloud a {

	margin: 2px;

}



.sidebar-wrapper .searchform {

	width: 100%;

}



.sidebar-wrapper .searchform .screen-reader-text {

	width: 100%;

	margin-bottom: 10px;

	display: block;

}



.sidebar-wrapper .searchform #s {

	width: 210px;

	height: 48px;

	margin: 0;

	padding: 0 20px;

	display: block;

	border: 1px solid #d8d5d5;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	font-family: "Istok Web", sans-serif;

	font-weight: 400;

	font-size: 14px;

	color: #d8d5d5;

	float: left;

}



.sidebar-wrapper .searchform #searchsubmit {

	width: 80px;

	height: 48px;

	line-height: 48px;

	background: #F3CA0C;

	margin: 0;

	padding: 0;

	display: block;

	border: none;

	border-bottom: 3px solid #E1BB0B;

	cursor: pointer;

	font-family: "Istok Web", sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #182d58;

	float: right;

}



.sidebar-wrapper .searchform #searchsubmit:hover {

	background: #E1BB0B;

	border-bottom: 3px solid #F3CA0C;

}



.sidebar-wrapper .comments li {

	background: none !important;

	border-bottom: 1px solid #d4d4d4;

	margin-top: 22px;

}



.sidebar-wrapper .comments li:last-of-type {

	border-bottom: 0;

}



.sidebar-wrapper .comments .posted {

	margin-bottom: 22px;

}



/*

**  4 Contact

**

**  4.1 Content

*/

body.contact .content {

	margin-top: 3px;

}



body.contact .content h1 {

	margin: 0;

}



body.contact .content p {

	margin: 26px 0;

}



/*

** Form

*/
/* Contact form for all pages */
/* Contact form for all pages */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.wpcf7-form p.fieldFooter {
  margin-bottom:9px;
  overflow:hidden;
  vertical-align:top;
  position:relative;
  float: none; /*left*/
  width: 33.3%; /*32.6*/
  margin: 0 0 20px;
  }
  .wpcf7-form p.fieldFooter{
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wpcf7-form p.fieldFooter.org {
	width: 100% !important;
}  
.wpcf7-form p.fieldFooter.mess {
  clear: both;
  width: 100%;
  margin-left: 0 !important;
  margin-bottom: 0px;
  width: 100% !important;
}  
.wpcf7-form p.fieldFooter input {
  background-color: #fff;
  border: 2px solid #808080;
  border-radius: 0;
  box-sizing: border-box;
  color: #6a6d6f;
  font: 400 14px/24px "Raleway",sans-serif;
  height: 49px;
  margin: 0;
  outline: medium none;
  padding: 12.5px 20px;
  width: 100%;
  }
.wpcf7-form p.fieldFooter small {
  color:red;
}
#fieldfooter {
    display: flex;
    width: 100%;
}
/* Contact form for Contact Us Page */
.wpcf7-form-control.wpcf7-submit {
  margin-top: 27px;
  padding: 26px 27px 30px 30px;
  color: #fff;
  text-transform: uppercase;
  background: #272d33;
  display: inline-block;
  font-size: 19px;
  font-weight: 700; 
  border: none;
cursor: pointer;}
.wpcf7-form-control.wpcf7-submit:hover,
 .wpcf7-form-control.wpcf7-submit:active  {
	/*background: #2f337b;
    box-shadow: 0 0 0 5px #2f337b; 
    background: #fae328;*/ 
	}
.wpcf7-form p.field {
  margin-bottom:9px;
  overflow:hidden;
  vertical-align:top;
  position:relative;
  float: left;
  width: 33.3%; /*32.6*/
  margin: 0 0 20px;
  }
  .wpcf7-form p.field {
    width: 33.3%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wpcf7-form p.field.org {
	width: 100% !important;
}  
.wpcf7-form p.field.mess {
  clear: both;
  width: 100%;
  margin-left: 0 !important;
  margin-bottom: 0px;
  width: 100% !important;
}  
.wpcf7-form p.field input {
  background-color: #fff;
  border: 1px solid #dadbdc;
  border-radius: 0;
  box-sizing: border-box;
  color: #6a6d6f;
  font: 400 14px/24px "Raleway",sans-serif;
  height: 49px;
  margin: 0;
  outline: medium none;
  padding: 12.5px 20px;
  width: 100%;
  }
  .wpcf7-form p.field small {
    color:red;
    }
.wpcf7-form .input-file {
  width: 79px;
  height: 22px;
  background: url(images/btn-choose-file.gif) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position:relative;
  }
.wpcf7-form input[type="file"] {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  cursor: pointer;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
.wpcf7-form textarea {
  background-color: #fff;
  border: 1px solid #dadbdc;
  border-radius: 0;
  box-sizing: border-box;
  color: #6a6d6f;
  display: block;
  font: 400 14px/24px "Raleway",sans-serif;
  height: 100px;
  outline: medium none;
  overflow: auto;
  padding: 12.5px 20px;
  resize: none;
  width: 100%;
  }
.wpcf7-form .wpcf7-submit {
	padding: 10px;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    background: #960000;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 0 5px #960000;
}
.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:active {
    background: #000;
	box-shadow: 0 0 0 5px #000;
    color: #fff; /*#9a0000*/
}
.wpcf7-form .submit-wrap {
  padding:0;
  margin:0;
  clear: both;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  }
  span.wpcf7-form-control-wrap {
    display:block;
	padding-right: 10px;
    padding-left: 10px;
    }
  .wpcf7-not-valid-tip {
    width:100% !important;
    position:relative; /*absolute*/
    left:0 !important;
    top:0 !important;
    padding:7px 0 7px 10px !important;
    background:#f3b7b7 !important;
    color:red !important;
    border:1px solid red !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
  div.wpcf7-response-output {
    margin-left:0 !important;
    margin-right:0 !important;
    }
  @media only screen and (max-width: 767px) {
    .wpcf7-form p.field {
      float: none;
      width: 100%;
    }
    .wpcf7-form p.field + p.field {
    margin-left: 0;
    }
  }
/* Contact form */
/*
.blog .wpcf7-form {

	width: 100%;

	margin: 0;

}



.blog .wpcf7-form .wpcf7-response-output {

	margin-left: 0;

	float: left;

}



.blog .wpcf7-form .form-left {

	width: 361px;

	float: left;

}



.blog .wpcf7-form .form-left .form-align-left {

	float: left;

}

.blog .wpcf7-form .form-left .form-align-left input, .blog .wpcf7-form .form-left .form-align-right input{
	width: 166px !important;
}

.blog .wpcf7-form .form-left .form-align-right {

	float: right;

}



.blog .wpcf7-form .form-left input {

	width: 166px;

	height: 60px;

	margin-top: 15px;

	margin-bottom: 0;

	padding: 0 22px;

	display: block;

	border: 1px solid #d8d5d5;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-m-box-sizing: border-box;

	box-sizing: border-box;

	font-family: "Istok Web", sans-serif;

	font-weight: 400;

	font-size: 14px;

	color: #182d58;

}



.blog .wpcf7-form .form-left input:focus {

	border: 1px solid #182d58;

}



.blog .wpcf7-form .form-left input:focus::-webkit-input-placeholder {

    color: #182d58;

}

.blog .wpcf7-form .form-left input:focus:-moz-placeholder {

    color: #182d58;

    opacity: 1;

}

.blog .wpcf7-form .form-left input:focus::-moz-placeholder {

    color: #182d58;

    opacity: 1;

}

.blog .wpcf7-form .form-left input:focus:-ms-input-placeholder {

    color: #182d58;

}



.blog .wpcf7-form .submit-input {

	width: 100%;

	float: left;

}



.blog .wpcf7-form .submit-input input[type="submit"] {

	width: 166px;

	height: 45px;

	background: #f3ca0c;

	margin: 15px 0 0 0;

	padding: 0;

	display: block;

	border-top: none;

	border-right: none;

	border-left: none;

	border-bottom: 3px solid #e0ba0b;

	cursor: pointer;

	font-family: "Istok Web", sans-serif;

	font-weight: 700;

	font-size: 18px;

	color: #182d58;

	float: left;

}



.blog .wpcf7-form .submit-input input[type="submit"]:hover {

	background: #e0ba0b;

	border-bottom: 3px solid #f3ca0c;

}



.blog .wpcf7-form .form-right {

	width: 246px;

	margin-top: 15px;

	float: right;

}



.blog .wpcf7-form .form-right textarea {

	width: 100%;

	height: 136px;

	border: 1px solid #d8d5d5;

	margin: 0;

	padding: 25px 0 0 20px;

	display: block;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-m-box-sizing: border-box;

	box-sizing: border-box;

	font-family: "Istok Web", sans-serif;

	font-weight: 400;

	font-size: 14px;

	color: #182d58;

}



.blog .wpcf7-form .form-right textarea:focus {

	border: 1px solid #182d58;

}



.blog .wpcf7-form .form-right textarea:focus::-webkit-input-placeholder {

    color: #182d58;

}

.blog .wpcf7-form .form-right textarea:focus:-moz-placeholder {

    color: #182d58;

    opacity: 1;

}

.blog .wpcf7-form .form-right textarea:focus::-moz-placeholder {

    color: #182d58;

    opacity: 1;

}

.blog .wpcf7-form .form-right textarea:focus:-ms-input-placeholder {

    color: #182d58;

}

.wpcf7-form p {
	float:left;
	width:40%;
	margin-right:30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.wpcf7-form input[type="text"] , .wpcf7-form input[type="email"] , .wpcf7-form textarea{
	width:100% !important;
}
*/
/*

** 4.2 Map

*/

.site-title {
	font-size: 30px;
}
.site-title a {
	text-decoration:none;
	color:#0a1e3f;
}
.site-description {
	font-size: 20px;
}
#header #logo img{
	max-width:510px;
	/*max-width:964px;*/
}

.copyright {
	margin-top:20px;
	display:flex;
	justify-content:center;
}

.copyright a{
	color:#182d58;
	text-decoration:none;
}

.copyright p{
	color:#000;
}

article img {
	max-width:100%;
	height:auto;
}
/*

**	6 Responsive

**
*/
/* Min-Width on High Resolution*/
@media only screen and (min-width: 1921px) {
	#header .container {
		max-width: 1349px;
	}
	#slider_53 {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage1 {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage2 div {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage5content {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .container {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Min-Width on High Resolution*/
/* Custom Responsive */
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
	#header .container {
		max-width: 1349px;
	}
	#slider_53 {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage1 {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage2 div {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage3 div {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage4 div {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage5content {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage6 div {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .container {
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;
	}
	#main-menu .container {
		/*width: 88%;*/
		width: 100%;
	}
	/*body {

		max-width: 1920px;
		max-width: 1349px;
		margin-left: auto;
		margin-right: auto;

	}*/

	.h1slider { 
	font-size: 3.5em !important;
	line-height: 1 !important;
	}
	.hrslider {
		margin: 0;
		width: 50%;
		color: #960000;
		background-color: #960000;
		border-color: #960000;
	}
	.pslider {
		width:50%;
		color:#fff;
	}

	.container {

		width: 100%;

	}

	/*#header {
		max-width: 1349px;
	}*/

	#header #call_me_now {

		width: auto;

		margin-right: 0;

	}



	#main-menu .social-media {

		width: auto;

	}



	#featured .three-cols .frontpage-content {

		width: 100%;

	}

	#featured .widget .wpcf7-form .two-cols {

		width: 56.94%;

	}



	#featured .widget .wpcf7-form .two-cols .form-left-one {

		width: 46.25%;

	}



	#featured .widget .wpcf7-form .two-cols .form-left-one input {

		width: 100%;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one {

		width: 46.25%;

		margin-left: 3.30%;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one input {

		width: 100%;

	}



	#featured .widget .wpcf7-form textarea {

		width: 38.8%;

		margin-left: 4.25%;

	}



	#featured .widget .wpcf7-form .input-submit [type="submit"] {

		width: 26.3%;

	}



	#featured #man {

		display: none;

	}



	.content .three-cols-content .col {

		width: 31.12%;

		margin-right: 2.8%;

	}



	.content .three-cols-content .col:last-of-type {

		margin-right: 0;

	}



	.content #testimonials .testimonial {

		width: 46.68%;

		margin-right: 3.11%;

	}



	.content .main-wrapper {

		width: 100%;

	}



	.content .sidebar-wrapper {

		width: 20%;
		/*position: relative;*/
   		left: -85px;
    	top: -40px;
		/*width: 31.12%;*/

	}



	.content .sidebar-wrapper .searchform #s {

		width: 70%;

	}



	.content .sidebar-wrapper .searchform #searchsubmit {

		width: 26.66%;

	}



	.content .main-wrapper article #comments .comments-list ul.children {

		margin-left: 15.72%;

	}



	.content .main-wrapper article #comments .comments-list .children .depth-2 .comment-entry {

		width: 100%;

	}



	.content .main-wrapper article #comments .comments-list .children .depth-3 .comment-entry {

		width: 68.34%;

	}



	.content .main-wrapper article #comments .comments-list .comment .comment-avatar {

		width: 21.38%;

	}



	.content .main-wrapper article #comments .comments-list .comment .comment-entry {

		width: 77.98%;

	}



	.content .main-wrapper article #comments #respond .respond .input-text {

		width: 32.38%;

		margin-left: 1.43%;

	}



	.content .main-wrapper article #comments #respond .respond .input-text:first-child {

		margin-left: 0;

	}



	#footer .about-us {

		width: 31.63%;

		margin-right: 2.28%;

	}



	#footer .contact-us {

		width: 19.7%;

		margin-right: 2.28%;

	}



	#footer .directions {

		width: 43.15%;

	}



	#footer .directions iframe {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left {

		width: 56.76%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-left {

		width: 45.98%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-left input {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-right {

		width: 45.98%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-right input {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-right {

		width: 38.67%;

	}



	.blog .content .main-wrapper article .wpcf7-form .submit-input [type="submit"] {

		width: 26%;

	}
	
	#footer .container div {
		width: auto;	
	}
	.quick-links {
		width: 150px !important;
	}
	.formFooterFormContainer img {
    width: 20%;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1680px) {
	
	#main-menu .container {
		width: 85%;
	}
	.h1slider { 
	font-size: 3.5em !important;
	line-height: 1 !important;
	}
	.hrslider {
		margin: 0;
		width: 50%;
		color: #960000;
		background-color: #960000;
		border-color: #960000;
	}
	.pslider {
		width:50%;
		color:#fff;
	}
}	
/* Custom Responsive */
/*

**	6.5 Max Width: Between 1024px-1280px-1366px

*/
@media only screen and (min-width: 1340px) and (max-width: 1360px) {
	.content .sidebar-wrapper {
		width: 20%;
		/* position: relative; */
		left: -75px;
		top: -40px;
		/* width: 31.12%; */
	}
}
@media only screen and (min-width: 1320px) and (max-width: 1340px) {
	.content .sidebar-wrapper {
		width: 20%;
		/* position: relative; */
		left: -70px;
		top: -40px;
		/* width: 31.12%; */
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1320px) {
	.content .sidebar-wrapper {
		width: 20%;
		/* position: relative; */
		left: -65px;
		top: -40px;
		/* width: 31.12%; */
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1300px) {
	.content .sidebar-wrapper {
		width: 20%;
		/* position: relative; */
		left: -60px;
		top: -40px;
		/* width: 31.12%; */
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
	
	#main-menu .container {
		width: 82%;
	}
	.h1slider { 
	font-size: 3.5em !important;
	line-height: 1 !important;
	}
	.hrslider {
		margin: 0;
		width: 50%;
		color: #960000;
		background-color: #960000;
		border-color: #960000;
	}
	.pslider {
		width:50%;
		color:#fff;
	}
	.content .sidebar-wrapper {
		width: 19%;
		/* position: relative; */
		left: -50px;
		top: -40px;
		/* width: 31.12%; */
	}
}	
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.content .sidebar-wrapper {
		width: 20%;
		/* position: relative; */
		left: -60px;
		top: -40px;
		/* width: 31.12%; */
	}
}
/* Custom Responsive */
/*

**	6.5 Max Width: 1024px

*/
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	
	
	#main-menu .container {
		width: 100%;
	}

	body {

		max-width: 1024px;

	}

	.h1slider { 
	font-size: 3.5em !important;
	line-height: 1 !important;
	}

	.container {

		/*width: 94%;*/
		width: 100%;

	}



	#header #call_me_now {

		width: auto;

		margin-right: 0;

	}



	#main-menu .social-media {

		width: auto;

	}



	#featured .three-cols .frontpage-content {

		width: 100%;

	}

	#featured .widget .wpcf7-form .two-cols {

		width: 56.94%;

	}



	#featured .widget .wpcf7-form .two-cols .form-left-one {

		width: 46.25%;

	}



	#featured .widget .wpcf7-form .two-cols .form-left-one input {

		width: 100%;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one {

		width: 46.25%;

		margin-left: 3.30%;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one input {

		width: 100%;

	}



	#featured .widget .wpcf7-form textarea {

		width: 38.8%;

		margin-left: 4.25%;

	}



	#featured .widget .wpcf7-form .input-submit [type="submit"] {

		width: 26.3%;

	}



	#featured #man {

		display: none;

	}



	.content .three-cols-content .col {

		width: 31.12%;

		margin-right: 2.8%;

	}



	.content .three-cols-content .col:last-of-type {

		margin-right: 0;

	}



	.content #testimonials .testimonial {

		width: 46.68%;

		margin-right: 3.11%;

	}



	.content .main-wrapper {

		width: 100%; /*width: 65.97%;*/

	}



	.content .sidebar-wrapper {

		width: 20%;
		/*position: relative;*/
   		left: -45px;
    		top: -40px;
		/*width: 31.12%;*/

	}



	.content .sidebar-wrapper .searchform #s {

		width: 70%;

	}



	.content .sidebar-wrapper .searchform #searchsubmit {

		width: 26.66%;

	}



	.content .main-wrapper article #comments .comments-list ul.children {

		margin-left: 15.72%;

	}



	.content .main-wrapper article #comments .comments-list .children .depth-2 .comment-entry {

		width: 74.25%;

	}



	.content .main-wrapper article #comments .comments-list .children .depth-3 .comment-entry {

		width: 68.34%;

	}



	.content .main-wrapper article #comments .comments-list .comment .comment-avatar {

		width: 21.38%;

	}



	.content .main-wrapper article #comments .comments-list .comment .comment-entry {

		width: 77.98%;

	}



	.content .main-wrapper article #comments #respond .respond .input-text {

		width: 32.38%;

		margin-left: 1.43%;

	}



	.content .main-wrapper article #comments #respond .respond .input-text:first-child {

		margin-left: 0;

	}



	#footer .about-us {

		width: 31.63%;

		margin-right: 2.28%;

	}



	#footer .contact-us {

		width: 19.7%;

		margin-right: 2.28%;

	}



	#footer .directions {

		width: 43.15%;

	}



	#footer .directions iframe {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left {

		width: 56.76%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-left {

		width: 45.98%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-left input {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-right {

		width: 45.98%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-right input {

		width: 100%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-right {

		width: 38.67%;

	}



	.blog .content .main-wrapper article .wpcf7-form .submit-input [type="submit"] {

		width: 26%;

	}
	#footer .container div {
		width: auto;	
	}
	.quick-links {
		width: 150px !important;
	}
	/* Custom Responsive */
	.frontpage1 {
		padding: 0;
		padding-top: 25px;
		padding-bottom:25px;
	}
	.frontpage1content h1 {
		font-size: 1.8em !important;
	}
	.frontpage1content p {
		font-size: 17px;
	}
	.frontpage2 {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.frontpage2links {
		width: 30%;
		margin: 10px;
	}
	.frontpage3 {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.frontpage4 {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.frontpage5 {
		padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	/* Custom Responsive */
	/* FormFooter */
	.inner {
		bottom: 35px;
		margin-bottom: -15px;
	}
	.formFooter h1 {
		font-size: 2em;
	}
	.image {
		margin-right: 25px;
	}
	.form-arrow {
		margin-right: 0;
		margin-left: 25px;
	}
}
/*

**	6.4 Min Width: 768px

*/
@media only screen and (min-width: 769px) and (max-width: 992px)  {
section.content {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px)  {
    #header .container .subContainer {
  		display: inline-grid;
	}
	
	.containerFooter2 .subContainer {
		display: flex;
    		justify-content: center;
    		padding-bottom: 30px;
   		padding-top: 30px;px;;top: 70px;
	}
	.content .container {
		/*margin-top: 65px;*/
	}
	.content .sidebar-wrapper {
		/*position: relative;*/
		left: -45px;
		top: -25px;
		width: 24.5%;
		max-width: 270px;
		/*width: 31.12%;*/
	}
	.containerFooter2 {
		display: block;
	}
	.inner-wrapper-post h1 {
		font-size: 50px;
		line-height: 50px;
	}
	#footer .quick-links {
		margin-right: 25px;
	}
	.frontpage1 {
		display: block;
	}
	.frontpage1 div {
		width: 100%
	}
	.frontpage2content1row {
		display: block;
	}
	.frontpage2links {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.frontpage3content1row {
		display: block;
	}
	.frontpage3links {
		width: 250px;
		margin: 0 auto;
		padding-top: 15px;
	}
	.frontpage5content {
		display: block;
	}
	.frontpage5listleft {
		margin: 0 auto;
	}
	.frontpage5listright {
		margin: 0 auto;
	}
	/*Contact Us Page Form*/
	.wpcf7-form-control-wrap.your-email {
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .container .about-us {

		width: 100%;

		margin-right: 0 !important;

	}



	#footer .container .contact-us {

		width: 100%;

		margin-right: 0 !important;

	}



	#footer .container .directions {

		width: 100%;

	}

	#main-menu li ul ul {
		left: 0px !important;
	}

	#main-menu li ul li {
		float:left !important;
	}	
	.aboutpage2image img{
		max-width: 100% !important;
	}
	.aboutpage1 {
		display: block;
	}
	.aboutpage1content {
		margin-right: 30px;
		width: 100%;
	}
	.aboutpage2 {
		display: block;
	}
	.aboutpage2content {
		margin-right: 30px;
		width: 100%;
	}
	.containerFooter2 {
		display: block;
	}
	#footer .quick-links {
		margin-right: 25px;
	}
}
@media only screen and (max-width: 800px) {
	#main-menu .social-media {
    	display: none;
	}
}
/*

**	6.4 Max Width: 768px

*/

@media only screen and (max-width: 768px) {
	.header-container {
		height: auto;
	}
	#header {
		position: relative;
	}
	#header .container .subContainer {
  		display: flex;
	}
	.containerFooter2 .subContainer {
		display: flex;
	}
	#main-menu .social-media {
    	display: flex;
	}	
	#slider_53 {
		/*margin-top: 70px;*/
	}
	body {

		max-width: 768px;

	}



	#main-menu .openresponsivemenu {

		width: 32px;

		height: 32px;

		margin-top: 13px;

		display: block;

		cursor: pointer;

		float: left;

	}



	#main-menu nav {

		display: none;

	}



	#main-menu nav.responsivemenu {

		display: block;

	}



	#main-menu nav.responsivemenu ul {

		width: 100%;

		background: #fff;

		margin-top: 15px;

		margin-bottom: 15px;

		position: relative;

		-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  		-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  		-ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  		-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

	}



	#main-menu nav.responsivemenu ul li {

		width: 100%;

		margin: 0;

		text-align: center;

		border-top: 1px solid #ccc;

	}



	#main-menu nav.responsivemenu ul li a {

		height: 40px;

		line-height: 40px;

	}



	#main-menu nav.responsivemenu ul li ul {

		margin-top: 0;

		margin-bottom: 0;

		top: 0;

		z-index: 0;

		display: block;

		-webkit-box-shadow: none;

  		-moz-box-shadow: none;

  		-ms-box-shadow: none;

  		-o-box-shadow: none;

  		box-shadow: none;

	}



	#main-menu nav.responsivemenu ul li ul li {

		font-size: 10px !important;

	}



	.content .three-cols-content .col {

		width: 100% !important;

		margin-right: 0;

	}



	.content #testimonials .testimonial {

		width: 100% !important;

		margin-right: 0 !important;

	}



	.content .main-wrapper {

		width: 100% !important;

	}



	.content .sidebar-wrapper {

		width: 100% !important;
		position: relative;

	}
	#gmap {
		width: 100% !important;
	}
	/*Contact Us Page Form*/
	.wpcf7-form-control-wrap.your-email {
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .container .about-us {

		width: 100%;

		margin-right: 0 !important;

	}



	#footer .container .contact-us {

		width: 100%;

		margin-right: 0 !important;

	}



	#footer .container .directions {

		width: 100%;

	}

	#main-menu li ul ul {
		left: 0px !important;
	}

	#main-menu li ul li {
		float:left !important;
	}	
	/*about us page*/
	.aboutpage1 div {
		display: block;
		margin-bottom: 0px;
	}
	.about-img-left {
		float: none;
		clear: none;
		text-align: center;
		width: 100%;
	}
	.about-img-right {
		float: none;
		clear: none;
		text-align: center;
		width: 100%;
	}
	.about-img-left {
		margin: 0;
	}
	.about-img-right {
		margin: 0;
	}
	.aboutpage2image img{
		max-width: 100% !important;
	}
	.aboutpage2 {
		display: block;
	}
	.aboutpage2content {
		margin-right: 30px;
		width: 100%;
	}
	.containerFooter2 {
		display: block;
	}
	#footer .quick-links {
		margin-right: 25px;
	}
	.frontpage2 h1, .frontpage3 h1 .frontpage4 h1 .frontpage5 h1 .frontpage6 h1 {
		font-size: 3.5em;
		line-height: 40px;
	}
	/*Contact Page*/
	.contactpage {
		padding: 20px
	}
	.contactpage .about-img-right {
		float: right;
	}
	.contactpage1 {
		display: block;
		padding: 15px;
	}
	.contactpage1 iframe {
		border: 0;
		width: 100%;
		padding-bottom: 20px;
		height: 300px;
	}
	.contactpage2image {
		width: 100%;
		margin-right: 0px;
	}
	/* FormFooter */
	.formFooter {
    padding: 25px 0 50px 0;
    background: #e9e9e9;
	}
	.inner {
		bottom: 0;
		margin-bottom: 0;
	}
	.form-arrow {
		display: none;
	}
	.image {
		margin-right: 15px;
	}
	.formFooter h1 {
		font-size: 2em;
	}
	.formFooter li {
		font-size: 18px;	
	}
}

/*

**	6.3 Max Width: 580px

*/

@media only screen and (max-width: 580px) {
	
	body {

		max-width: 580px;

	}



	#featured .widget .wpcf7-form .two-cols {

		width: 100% !important;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one {

		margin-left: 0;

		float: right;

	}



	#featured .widget .wpcf7-form textarea {

		width: 100% !important;

		margin-left: 0 !important;

	}



	#featured .widget .wpcf7-form .input-submit [type="submit"] {

		width: 100% !important;

	}



	.content .main-wrapper #comments #respond .respond .input-text {

		width: 100% !important;

		margin-top: 15px;

		margin-left: 0 !important;

	}



	.content .main-wrapper #comments #respond .respond textarea {

		width: 100% !important;

		margin-top: 15px;

	}



	.content .main-wrapper #comments #respond .respond #input-submit {

		width: 100% !important;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left {

		width: 100% !important;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-right {

		width: 100% !important;

	}



	.blog .content .main-wrapper article .wpcf7-form .submit-input {

		margin-top: 15px;

	}



	.blog .content .main-wrapper article .wpcf7-form .submit-input [type="submit"] {

		width: 100% !important;

	}

	#main-menu li ul ul {
		left: 0px !important;
	}

	#main-menu li ul li {
		float:left !important;
	}	
}

/*

**	6.2 Min Width: 480px

*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
	#header .container {
		display: inline-grid;
		margin-left: auto;
		margin-right: auto;
	}
	#header .container .subContainer {
		display: flex;
                justify-content: center;
		padding-bottom: 30px;
                padding-top: 30px;
	}
	#main-menu .container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.containerFooter2 .subContainer {
		display: flex;
        justify-content: center;
		padding-bottom: 30px;
        padding-top: 30px;
	}
	#slider_53 {
		/*margin-top: 70px;*/
	}
	.content .container {
		/*margin-top: 65px;*/
	}
	.blog .content {
		/*margin-top: 130px;*/
		padding: 0px !important;
	}
	.content .container {
		display: block;
	}
	.content .main-wrapper-post {
		width: 100%;
		float: none;
	}
	.sidebar-wrapper {
		display: block;
		width: 100%;
		float: none;
	}
	.main-wrapper-post h1 {
		color: #960000;
		letter-spacing: 0px;
		font-size: 50px;
		line-height: 50px;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.inner-wrapper-post h1 {
		font-size: 50px;
		line-height: 50px;
	}
	/*Copied from Max 480px*/
	/*Content */
	.frontpage1 {
		display: block;
		padding: 30px;
	}
	.frontpage1 iframe {
		margin-right: 0px;
		width: 100%; /*340px*/
		height: 300px;
	}
	/*Product Page Video Container*/
	#slider_1835 .sproutvideo-player {
		width: 100%;
		height: 300px;
	}
	.frontpage1content {
		width: auto;
	}
	.frontpage2 {
		padding: 25px;
	}
	.frontpage2 p {
		width: auto;
	}
	.frontpage2content1row {
		display: block;
	}
	.frontpage2links {
		/*width: auto;*/
        max-width: 400px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	
	}
	.frontpage3 {
		padding: 40px;
		width: auto;
	}
	.frontpage3::before {
		background: url(/wp-content/uploads/2017/01/FormBG.png);
	}
	.frontpage3 p {
		width: auto;
	}
	.frontpage3content1row {
		display: block;
	}
	.frontpage3links {
		width: 250px;
		margin: 0 auto;
		padding-top: 15px;
	}
	.frontpage4 {
		padding-top: 50px;
	}
	.frontpage4 p{
		width: auto;
	}
	#gmipam_0_canvas {
		display: none;
	}
	.frontpage5 {
		padding: 0px;
		padding-top: 20px;
	}
	.frontpage5 h1 {
		width: 85%;
	}
	.frontpage5content {
		display: block;
	}
	.frontpage5listright {
		margin: 0 auto;
	}
	.frontpage5listright li {
		height: auto;
	}
	.frontpage5listleft {
		margin: 0 auto;
	}
	.frontpage5listleft li {
		height: auto;
	}
	.frontpage6 img {
		margin: 0;
	}
	/*About*/
	.aboutpage1 {
		display: block;
		padding: 15px;
		margin-top: 50px;
	}
	.aboutpage2 {
		display: block;
		padding: 15px;
	}
	.aboutpage2content {
		width: auto;
		margin-right: 0;
	}
	.Inner-Post-Content {
		display: block;
	}
	.image-left {
		margin: 0px;
		text-align: center;
	}
	.formFooter {
		padding: 50px;
		padding-bottom: 75px;
		height: 100%;
		width: auto;
	}
	.formFooter::before {
		background: url('/wp-content/uploads/2017/01/FormBG.png');
	}
	.formFooterContent {
		display: block;
	}
	.redCheck {
		margin: 0;
	}
	.formFooterContentContainer {
		display: flex;
		justify-content: center;
	}
	.formFooterFormContainer {
		display: none;
	}
	#fname, #email, #org {
		margin: 0 auto;
	}
	#footer {
		padding: 0px 0px;
	}
	.containerFooter2 {
		display: block;
		padding: 0px;
	}
	#footer .directions {
		margin: 10px 0px;
	}
	#footer .contact-us {
		margin: 10px 0px;
	}
	#footer .quick-links {
		/*margin: 10px 0px;*/
		margin: 0 auto;
		padding: 15px;
	}
	#footer .quick-links {
		width: 85%;
	}
	#loc1 {
		text-align: center;
	}
	#loc2 {
		text-align: center;
	}
	#footer .quick-links p {
		margin-top: 0;
		color: #fff;
		text-align: center;
	}
	/*Copied from Max 480px*/
	/*Contact Page*/
	.contactpage .about-img-right {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
}
/*

**	6.2 Max Width: 480px

*/

@media only screen and (max-width: 480px) {
	.logo-holder img {
		height: 35px;
		margin-right: 20px;
	}
	.headertext {
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .subContainer img {
  		display: block !important;
		margin: 0 auto;
	}
        #header .subContainer #loc_me_now,  #header .subContainer #hsep,  #header .subContainer #call_me_now {	
		display: none;
	}
	.mob-menu-custom {
		display: block !important;
		background: #3a3a3a;
	}
	section.content {
		/*margin-top: 280px;*/
	}
	.mlogo img {
    		width: 100%;
   	 	max-width: none;
		height: auto;
	}
	.mob_menu_header_div.mobmenu {
		min-width: 480px !important;
		max-width: 480px !important;
	}

	body {

		max-width: 480px;

	}
	.header-container {
		height: auto;
	}
	#header  {
		position: relative;
	}
	#header .container {
                display: block;
                text-align: center;

		/* margin-top: 25px; */

	}

	#header #logo {

		width: 100%;

		display: none;

		text-align: center;

	}
	
	.mlogo {
		display: block;
	}
	
	#main-menu {
		display: none;
	}

	#header #call_me_now {

		/*width: 100% !important;

		text-align: center;

		margin-bottom: 15px;

		padding-left: 40px;

		background: none;*/

	}
	#header .container .subContainer {
        display: inline-grid;
   		margin: 0 auto;
		width: 100%;
		/*display: block;
                padding-top: 20px;
                padding-bottom: 20px;*/
	}
	.containerFooter2 .subContainer {
		display: inline-grid;
   		margin: 0 auto;
	}
	.social-media {
		display: none;
	}
	.h1slider { 
	font-size: 3em !important;
	line-height: 1 !important;
	}
	.hrslider {
		margin: 0;
		width: 100%;
		color: #960000;
		background-color: #960000;
		border-color: #960000;
	}
	.pslider {
		width:100%;
		color:#fff;
		text-align: justify;
	}
	.sliderLinks {
		text-align: center;
	}
	.owl-theme .owl-controls .owl-pagination {
		margin-left: -60px;
	}



	#featured .widget .wpcf7-form .two-cols .form-left-one {

		width: 100% !important;

	}



	#featured .widget .wpcf7-form .two-cols .form-right-one {

		width: 100% !important;

		margin-left: 0 !important;

	}



	.content .main-wrapper #comments .comments-list .comment .comment-avatar {

		width: 100% !important;

	}



	.content .main-wrapper #comments .comments-list .comment .comment-entry {

		width: 100% !important;

	}



	.content #testimonials .testimonial .img {

		width: 30.22%;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-left {

		width: 100% !important;

	}



	.blog .content .main-wrapper article .wpcf7-form .form-left .form-align-right {

		width: 100% !important;

	}

	#main-menu li ul ul {
		left: 0px !important;
	}
	#main-menu li ul li {
		float:left !important;
	}	
	.blog .content {
		/*margin-top: 100px;*/
		padding: 0px !important;
	}
	.content .container {
		display: block;
	}
	.content .main-wrapper-post {
		width: 100%;
		float: none;
	}
	.sidebar-wrapper {
		display: block;
		width: 100%;
		float: none;
	}
	.main-wrapper-post h1 {
		color: #960000;
		letter-spacing: 0px;
		font-size: 40px;
		line-height: 40px;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.inner-wrapper-post h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
	}
	/* Table */
	div#trigger-1652 {
		overflow-x: auto;
	}
	/* Table */
	/*Content */
	#hidden {
		display: none;
	}
	.linktext {
		max-height: none;
	}
	.frontpage1 {
		display: block;
		padding: 30px;
	}
	.frontpage1 iframe {
		margin-right: 0px;
		width: 100%; /*340px*/
		height: 300px;
	}
	/*Product Page Video Container*/
	#slider_1835 .sproutvideo-player {
		width: 100%;
		height: 300px;
	}
	.frontpage1 img {
		margin-right: 0px;
		width: 340px;
		height: 300px;
	}
	.frontpage1content {
		width: auto;
	}
	.frontpage2 {
		padding: 25px;
	}
	.frontpage2 p {
		width: auto;
	}
	.frontpage2content1row {
		display: block;
	}
	.frontpage2links {
		width: auto;
	}
	.frontpage3 {
		padding: 40px;
		width: auto;
	}
	.frontpage3::before {
		background: url(/wp-content/uploads/2017/01/FormBG.png);
	}
	.frontpage3 p {
		width: auto;
	}
	.frontpage3content1row {
		display: block;
	}
	.frontpage3links {
		width: 250px;
		margin: 0 auto;
		padding-top: 15px;
	}
	.frontpage4 {
		padding-top: 50px;
	}
	.frontpage4 p{
		width: auto;
	}
	#gmipam_0_canvas {
		display: none;
	}
	.frontpage5 {
		padding: 0px;
		padding-top: 20px;
	}
	.frontpage5 h1 {
		width: 85%;
	}
	.frontpage5content {
		display: block;
	}
	.frontpage5listright {
		margin: 0 auto;
		margin-left: 0;
	}
	.frontpage5listright li {
		height: auto;
	}
	.frontpage5listleft {
		margin: 0 auto;
		margin-right: 0;
	}
	.frontpage5listleft li {
		height: auto;
	}
	.frontpage6 img {
		margin: 0;
	}
	/*About*/
	.aboutpage1 {
		display: block;
		padding: 15px;
	}
	.aboutpage2 {
		display: block;
		padding: 15px;
	}
	.aboutpage2content {
		width: auto;
		margin-right: 0;
	}
	.Inner-Post-Content {
		display: block;
	}
	.image-left {
		margin: 0px;
		text-align: center;
	}
	.formFooter {
		padding: 25px;
		height: 100%;
		width: auto;
	}
	/*Brochure Form*/
	#fieldfooter {
		display: block;
	}
	.wpcf7-form-control-wrap {
		margin-bottom: 20px;
	}
	.wpcf7-form p.fieldFooter {
		margin: 0px;
	}
	/*.formFooter::before {
		background: url('/wp-content/uploads/2017/01/FormBG.png');
	}
	.formFooterContent {
		display: block;
	}
	.redCheck {
		margin: 0;
	}
	.formFooterContentContainer {
		display: flex;
		justify-content: center;
	}
	.formFooterFormContainer {
		display: none;
	}*/
	/*FormFooter*/
	.image {
		float: none;
		text-align: center;
	}

	.formFooter h1 {
		font-size: 1.5em;
	}
	.formFooter p {
		font-size: 18px;
	}
	.formFooter li {
		padding-left: 40px;
		line-height: 25px;
	}
	#fname, #email, #org {
		margin: 0 auto;
	}
	#footer .about-us img {
   	 	width: 100%;
   	 	max-width: none;
		height: auto;
	}
	.containerFooter2 {
		display: block;
		padding: 25px 10px 25px 10px;
	}
	#footer .directions {
		margin: 10px 0px;
	}
	#footer .contact-us {
		margin: 10px 0px;
	}
	#footer .quick-links {
		/*margin: 10px 0px;*/
		margin: 0 auto;
		padding: 15px;
	}
	#footer .quick-links {
		width: 85%;
	}
	#loc1 {
		text-align: center;
	}
	#loc2 {
		text-align: center;
	}
	#footer .quick-links p {
		margin-top: 0;
		color: #fff;
		text-align: center;
	}
	/*Content*/
	.inner-wrapper-post ol {
		margin: 25px;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 50px;
		column-count: 1;
		column-gap: 60px;
		font-size: 18px;
		line-height: 1.5;
		color: #282828;
		}
	.inner-wrapper-post ul {
		margin: 25px;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 50px;
		column-count: 1;
		column-gap: 60px;
		font-size: 18px;
		line-height: 1.5;
		color: #282828;
	}
	.inner-wrapper-post p {
		font-size: 18px;
		line-height: 1.5;
		color: #282828;
	}
	/*Contact Page*/
	.contactpage .about-img-right {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
}
/*

**	6.1 Max Width: 414px

*/

@media only screen and (max-width: 414px) {
	.mob_menu_header_div.mobmenu {
		min-width: 414px !important;
		max-width: 414px !important;
		left: 0;
	}
	.mlogo img {
		max-width: 414px;
		height: 125px;
	}
}
/*

**	6.1 Max Width: 400px

*/

@media only screen and (max-width: 400px) {
	.mob_menu_header_div.mobmenu {
		min-width: 400px !important;
		max-width: 400px !important;
		left: 0;
	}
	.mlogo img {
		max-width: 400px;
		height: 125px;
	}
}
/*

**	6.1 Max Width: 384px

*/

@media only screen and (max-width: 384px) {
	.mob_menu_header_div.mobmenu {
		min-width: 384px !important;
		max-width: 384px !important;
		left: 0;
	}
	.mlogo img {
		max-width: 384px;
		height: 125px;
	}
}
/*

**	6.1 Max Width: 375px

*/

@media only screen and (max-width: 375px) {
	.mob_menu_header_div.mobmenu {
		min-width: 375px !important;
		max-width: 375px !important;
		left: 0;
	}
	.mlogo img {
 		width: 100%;
    		max-width: none;
		/*max-width: 375px;*/
		height: 125px;
	}
        #footer .about-us img {
   		width: 100%;
    		max-width: none;
	}
}	
/*

**	6.1 Max Width: 360px

*/

@media only screen and (max-width: 360px) {
	.mob_menu_header_div.mobmenu {
		min-width: 360px !important;
		max-width: 360px !important;
		left: 0;
	}
	.mlogo img {
		max-width: 360px;
		height: 125px;
	}
}	
/*

**	6.1 Max Width: 320px

*/

@media only screen and (max-width: 320px) {
	.mob_menu_header_div.mobmenu {
		min-width: 320px !important;
		max-width: 320px !important;
		left: 0;
	}
	.mlogo img {.contactpage p
		max-width: 320px;
		height: 125px;
	}
	.h1slider {
		font-size: 2.5em !important;
		line-height: 1 !important;
	}
	.sliderLinks a {
		width: 22%;
	}

	body {

		max-width: 320px;

	}
	.about-us {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}	
	/*FormFooter*/
	.formFooter h1 {
		font-size: 1.3em;
	}
	.formFooter li {
		background-size: 25px;
		padding-left: 30px;
		line-height: 25px;
		font-size: 30px;
		margin-bottom: 10px;
	}
}