/*
* Custom Stylesheet
*/

.logoWrap {
    width: 65%;
    float: none;
    clear: both;
}

.map-wrap {
    max-width: 800px;
    margin: 0 auto;
}
    .google-maps {
        position: relative;
        padding-bottom: 46.25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.uk-panel.uk-panel-box-primary.uk-panel-space h3, .uk-panel.uk-panel-box-primary.uk-panel-space p, .uk-panel.uk-panel-box-primary.uk-panel-space ul li {
    color: white;
}

.uk-container.uk-container-center {
    padding: 0px 20px;
}

.uk-nav-navbar > .uk-parent > .uk-nav-sub,    
.uk-nav-navbar > .uk-parent > .uk-nav-sub > .uk-parent > ul {     
    display: none;
}

.uk-nav-navbar > .uk-parent > a:after,    
.uk-nav-navbar > .uk-parent > .uk-nav-sub > .uk-parent > a:after {        
    content: "\f107";
    font-family: "FontAwesome";
    display: block;
    float: right;
}      

.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub,    
.uk-nav-navbar > .uk-parent > .uk-nav-sub > .uk-parent:hover > ul {         
    display: block;
    background: none repeat scroll 0 0 padding-box rgba(0, 62, 159, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    width: 150px;
    margin-top: -15px;
    padding: 15px;
    position: absolute;
    left: 180px;
}

ul.uk-nav-sub a:hover {
    color: #cccccc;
}

.uk-nav-navbar ul a {
    color: #fff;
}

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

/* Layout Classes ================================================================= */



.width-2 {
	float: left;
	width: 50%;
}

.width-3 {
	float: left;
	width: 33.333%;
}

.width-4 {
	float: left;
	width: 25%;
}

.width-5 {
	float: left;
	width: 20%;
}

ul.layout-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear-both {
	clear: both;
}

/* System ======================================================================== */

.uk-container.uk-container-center {
    max-width: 1470px;
}

.uk-panel-box {
    padding: 0px;
    background: none;
    color: #444444;
}

main.tm-content .uk-panel-box {
	padding: 15px;
    background: #fafafa;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.site-wrap {
	max-width: 2000px;
	margin: 0px auto;
}

.uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

.uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

/* Header ======================================================================== */

.header-wrap {
    border-top: 10px solid #16345A;
    padding: 0 20px;
}

.tm-headerbar {
    margin: 15px 0px;
}

.tm-headerbar .uk-panel {
    max-width: 52%;
    width: 100%;
}

p.call {
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
	color: #16345A;
	text-align: right;
	margin: 0;
}

span.yellow {
    color: #b32017;
	color: #00acec;
}

span.header-number {
    display: block;
    text-align: right;
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

a.header-link {
	display: block;
	max-width: 440px;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #b32017;
	background-color: #00acec;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	margin-left: auto;
	color: white;
	font-family: "Roboto Condensed";
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
}

a.header-link:hover {
	opacity: 0.8;
}

.uk-search {
    float: right;
}

.uk-search-field {
    background-color: white;
    border-radius: 10px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
	width: 312px;
	padding: 0px 30px 0px 10px;
}

.uk-search:before {
    right: 0;
	margin-left: auto;
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 312px;
}

.uk-panel.widget_search {
    margin-top: 10px;
	display:none;
}

.widget_search:before {
    content: "Search";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #7f7f7f;
	font-family: "Roboto Condensed";
	font-size: 22px;
	font-weight: 400;
}

.widget_search {
    width: 380px!important;
}

.uk-search:before {
    color: #7f7f7f;
}
/* Nav =========================================================================== */

.nav-wrap {
	background: #efefef url('../../../../../uploads/2016/03/nav-background.jpg')0 0 no-repeat;
	border-bottom: 2px solid #dadada;
	padding-bottom: 20px;
}

nav.tm-navbar.uk-navbar {
    margin: 0px;
    background: none;
}

/* Nav text styling */

.uk-navbar-nav > li > a {
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    color: #16345A;
    font-size: 25px;
    font-weight: normal;
	border-top: 6px solid #16345A;
}

/* Level 1 Active states */

.uk-navbar-nav > li.uk-active > a {
    background: none;
	color: #b32017;
	color: #00acec;
	border-radius: 0px;
	border-top: 6px solid #b32017;
	border-top: 6px solid #00acec;
}

.uk-navbar-nav > li.uk-active > a:after, .uk-navbar-nav > li:hover > a:after, .uk-navbar-nav > li > a:focus:after, .uk-navbar-nav > li.uk-open > a:after {
    content: "\f0d7";
    display: block;
    font-family: 'FontAwesome';
    width: 24px;
    height: 24px;
    margin: 0px auto;
    font-size: 24px;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
}

/* Level 1 hover and focus */

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background: none;
	color: #b32017;
	color: #00acec;
	border-radius: 0px;
	border-top: 6px solid #b32017;
	border-top: 6px solid #00acec;
}

/* Dropdown Styling */

.uk-dropdown-navbar {
    margin-top: 22px;
    color: #fff;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(0, 62, 159, 0.75) 0%, rgba(0, 91, 190, 0.75) 100%);
}

.uk-dropdown .uk-nav {
    margin: 0;
}

.uk-nav-navbar > li > a {
    color: #fff;
}

/* Dropdown Active and Hover */

.uk-nav-navbar > li.uk-active > a {
    background: none;
	color: #ffffff;
}

.uk-nav-navbar > li:hover > a, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li.uk-open > a {
    background: none;
	color: #cccccc;
}

/* Off Canvas ==================================================================== */

/* Toggle Color */
.uk-navbar-toggle {
	color: #16345A;
}

/* Toggle Hover */

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #16345A;
	opacity: 0.8;
}

/* Off Canvas Background */

.uk-offcanvas-bar {
    width: 270px;
    max-width: 100%;
    background: #16345A;
}

/* Nav level 1 font styling */

.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 10px 15px;
}

/* Nav Level 2 font styling */

.uk-nav-offcanvas ul a {
    color: #fff;
}

/* Level 1 Hover */

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #de1b23;
    color: #ffffff;
    outline: none;
	border-radius: 3px;
}

/* Level 1 Active */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #de1b23;
    color: #ffffff;
}

/* Level 2 Active */

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #de1b23;
}

/* Level 2 Hover */

html:not(.uk-touch) .uk-nav-offcanvas ul a:active {
    color: #de1b23;
}

/* Top A ========================================================================= */

.hero-wrap {
    position: relative;
}

.hero-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background-image: linear-gradient(180deg, rgba(0, 62, 159, 0.75) 0%, rgba(0, 91, 190, 0.75) 100%);
	background-image: linear-gradient(180deg, rgba(22, 22, 50, 0.75) 0%, rgba(22, 52, 90, 0.75) 100%);
	padding: 20px 0px;
}

h2.hero-title {
    color: white;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-weight: 400;
    float: left;
    margin: 0;
    padding-left: 5px;
}


.hero-content {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
}

.hero-button-wrap {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 338px;
    float: right;
    width: 100%;
    overflow: hidden;
	margin-top: 6px;
}

p.more {
    float: left;
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 28px;
    font-weight: 400;
	margin: 0; 
	padding: 15px;
}

a.hero-link {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 28px;
    font-weight: 400;
    float: right;
    background-color: #b32017;
	background-color: #00acec;
	margin: 0;
    padding: 15px;
    box-sizing: border-box;
}
a.hero-link2 {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    float: right;
    background-color: #b32017;
	background-color: #00acec;
	margin: 0;
  
    box-sizing: border-box;
}
a.hero-link:hover {
    opacity: 0.7;
}

/* Widgetkit 2.0 Slider Arrows ===================================================== */

/* Uk DotNav classes ==================================================*/


/* Normal State */
.uk-dotnav > * > * {
    background: #fff;
}

/* Active State */

.uk-dotnav > *.uk-active > * {
    background: #ffe734;
}

/* Focus and Hover */

.uk-dotnav > * > *:hover, .uk-dotnav > * > *:focus {
    background: #ffe734;
    outline: none;
}

/*
.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 48%;
    z-index: 1;
    margin-top: -30px;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
}

.uk-slidenav-next:before {
	content: "\f105";
    font-family: FontAwesome;
    font-size: 125px;
    color: #017dc3;
    font-weight: bold;
}

.uk-slidenav-previous:before {
	content: "\f104";
    font-family: FontAwesome;
    font-size: 125px;
    color: #017dc3;
    font-weight: bold;
}

.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
    opacity: 0.6;
}

*/




/* Top B ========================================================================= */

.top-b-wrap {
	padding: 50px 0px;
}

.feature-link {
    text-align: center;
   	border: 20px solid #b32017;
   	border: 20px solid #00acec;
}

h3.feature-title {
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 2;
}

.feature-link:hover {

	 border: 20px solid #16345A;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}





/* Top C ========================================================================= */

h1.home-title {
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 45px;
    font-weight: 400;
}

.home-content-wrap p {
    line-height: 1.8;
}

a.home-link {
    display: block;
    background-color: #b32017;
    background-color: #00acec;
	border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 25px 0px 25px 22%;
}
a.home-link:hover {
    opacity: 0.7;
}

/* Top D ========================================================================= */

/* Top E ========================================================================= */

/* Main Top ====================================================================== */

/* Main Bottom =================================================================== */

/* Sidebars ====================================================================== */

/* Bottom A ====================================================================== */

.bottom-a-wrap {
    padding: 100px 0px 0px 0px;
}

.mini-feat-wrap {
    border: 2px solid #d2d2d2;
    height: 450px;
    position: relative;
    padding-top: 60px;
}

h3.mini-title {
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-weight: 400;
	position: absolute;
    margin: 0;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #fff;
    padding: 0px 20px;
}

.mini-feats {
    max-width: 250px;
    margin: 0px auto;
    width: 100%;
    border: 2px solid #16345A;			/*#b32017;*/
	padding: 25px;
    box-sizing: border-box;
	  border-radius: 10px;
}

p.mini-text {
    color: #16345A;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.mini-text-wrap {
    position: relative;
    min-height: 144px;
    padding: 25px 0px;
}

p.mini-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0;
}

i.house {
    display: block;
    width: 119px;
    height: 146px;
    margin: 0px auto;
	background: url('../../../../../uploads/2016/03/benefitsprite1.png')0 0 no-repeat;
} 

i.mute {
    display: block;
    width: 145px;
    height: 145px;
    margin: 0px auto;
	background: url('../../../../../uploads/2016/03/benefitsprite2.png')0 0 no-repeat;
}

i.spray {
    display: block;
    width: 152px;
    height: 150px;
    margin: 0px auto;
	background: url('../../../../../uploads/2016/03/benefitsprite3.png')0 0 no-repeat;
}

i.electric {
    display: block;
    width: 145px;
    height: 145px;
    margin: 0px auto;
	background: url('../../../../../uploads/2016/03/benefitsprite4.png')0 0 no-repeat;
}

i.certified {
    display: block;
    width: 106px;
    height: 150px;
    margin: 0px auto;
	background: url('../../../../../uploads/2016/03/benefitsprite5.png')0 0 no-repeat;
}

.mini-feats:hover {
	background-color: #16345A;
	box-shadow: 0 0 9px #7f7f7f;
	border: 2px solid #16345A;	
}

.mini-feats:hover p {
	color: #fff;
}

.mini-feats:hover i.house {
	background-position: 0 -146px;
}

.mini-feats:hover i.mute {
	background-position: 0 -145px;
}

.mini-feats:hover i.spray {
	background-position: 0 -144px;
}

.mini-feats:hover i.electric {
	background-position: 0 -145px;
}

.mini-feats:hover i.certified {
	background-position: 0 -144px;
}

/* Bottom B ====================================================================== */

.bottom-b-wrap {
	padding: 50px 0px;
} 

p.cta-text {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    float: left;
	width: 70%;
	line-height: 1.7;
}

a.cta-link {
    display: block;
    float: right;
    background-color: #b32017;
    background-color: #00acec;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 405px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
	color:#ffffff;
}
a.cta-link:hover {
    opacity: 0.7;
}

/* Bottom C ====================================================================== */

.bottom-c-wrap {
    padding: 50px 0px;
    border-top: 2px solid #c8c8c8;
}

.tm-bottom-c .uk-width-1-1.uk-width-medium-1-2:first-child {
    width: 20%;
}

.tm-bottom-c .uk-width-1-1.uk-width-medium-1-2:last-child {
    width: 80%;
}

p.testimonial-content {
    text-align: left;
    max-width: 900px;
    margin: 50px auto 0px auto;
}

/* Bottom D ====================================================================== */

/* Bottom E ====================================================================== */

/* Sub Pages ===================================================================== */
h2.no-money {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

/* Fixed Widgets ====================================================================== */

.fixed-widgets-wrap {
    position: absolute;
}

/* Fixed Form ============================ */

/* Error & Confirmation Message ======= */

.fixed-widgets-wrap .gform_wrapper div.validation_error {
    color: #b32017;
    color: #00acec;
    border-top: 2px solid #b32017;
    border-bottom: 2px solid #b32017;
    border-top: 2px solid #00acec;
    border-bottom: 2px solid #00acec;
    width: 100%;
}

.fixed-widgets-wrap .gform_wrapper .validation_message {
    color: #b32017;
    color: #00acec;
    font-weight: 700;
    letter-spacing: normal;
}

.fixed-widgets-wrap .gform_wrapper .top_label .gfield_error { 
    width: 100%;
}

.fixed-widgets-wrap .gform_wrapper li.gfield.gfield_error, .fixed-widgets-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border-top: none;
    border-bottom: none;
}

.fixed-widgets-wrap .gfield_description.validation_message:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.fixed-widgets-wrap #gform_confirmation_message_2 {
    background: none;
    color: #b32017;
    color: #00acec;
    text-align: center;
    padding: 25px;
}

.fixed-contact-wrap {
    position: fixed;
    top: 58%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
	z-index: 9;
}

div#fixed-contact {
    background-color: #b32017;
    background-color: #00acec;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	padding: 10px 25px;
	float: right;
}

div#fixed-contact:hover {
	cursor: pointer;
}

div#fixed-contact p {
    color: #ffffff;
	font-family: "Roboto Condensed";
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

i.uk-icon-angle-double-right {
    margin-right: 15px;
}

div#fixed-contact-form {
    display: none;
}

.fixed-lightbox-wrap {
    max-width: 354px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #16345A;
	border-radius: 10px;
	box-shadow: -15px 18px 28px rgba(0, 0, 0, 0.5), inset -3px 3px 7px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.closeForm {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
	cursor: pointer;
} 

/* Fixed Form Gform CSS ==================================== */

.fixed-widgets-wrap .gform_wrapper {
    margin: 0;
    max-width: 304px;
	margin: 0px auto;
	
}

.fixed-widgets-wrap h3.uk-panel-title {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    line-height: 38px;
}

.fixed-widgets-wrap .gform_wrapper .top_label .gfield_label {
	display: none;
}

/* Field widths, sizes and borders */

.fixed-widgets-wrap .gform_wrapper textarea.large {
    height: 135px;
    width: 100%!important;
	background: #fff;
	border-radius: 0px;
	color: #7b7b7b;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #cdd2d5;
}

.fixed-widgets-wrap .gform_wrapper .top_label input.large, 
.fixed-widgets-wrap .gform_wrapper .top_label .fixed-widgets-wrap select.large {
    width: 100%!important;
	height: 48px;
	background: #fff;
	border-radius: 0px;
	color: #7b7b7b;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #cdd2d5;
}

/* Changes Browsers blue focus ring */

/*
input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, textarea#input_1_5:focus { 
	outline: none;
	box-shadow: 0 0 10px #df9eed;
}
*/


/* Form Button */

.fixed-widgets-wrap .gform_wrapper .gform_footer {
    text-align: center;
	padding: 0;
}

.fixed-widgets-wrap input#gform_submit_button_2 {
    width: 304px;
    height: 45px;
    background: #ab9d83;
    border: none;
	border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}

.fixed-widgets-wrap input#gform_submit_button_2:hover {
	background: #BFAE8E;
	cursor: pointer;
}

/* Google Captcha Responsive */

.fixed-widgets-wrap .g-recaptcha {
    max-width: 304px;
    margin: 0px auto;
}

.fixed-widgets-wrap .g-recaptcha > div > div {
	width:inherit !important;
	position:relative;
	display:block;
	padding:0;
	overflow:hidden;
	max-width:302px;
	border-right:1px solid #d3d3d3;
	border-radius:4px;
	box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}

.fixed-widgets-wrap .g-recaptcha iframe {
	position:absolute;
	top:0;bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
} 

.fixed-widgets-wrap .g-recaptcha>div{
	position:relative;
}  

.fixed-widgets-wrap .g-recaptcha:empty:before{
	content:'Something wrong occured';
}

/* Webkit for placeholder text */

.fixed-widgets-wrap ::-webkit-input-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
} 

.fixed-widgets-wrap :-moz-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}

.fixed-widgets-wrap ::-moz-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}

.fixed-widgets-wrap :-ms-input-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}


/* Footer ======================================================================== */

.footer-wrap {
    background: #fff;
    padding: 0 20px;
}

p.copy-text {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    vertical-align: bottom;
}

a.tm-totop-scroller {
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.tm-totop-scroller:before {
    content: "\f0d8";
    font-family: "FontAwesome";
	display: block;
	text-align: center;
	font-size: 22px;
	color: #000;
}

.tm-totop-scroller:after {
    content: "Top";
	display: block; 
	text-align: center;
}

/* Gravity Forms ================================================================ */

/* Error & Confirmation Message ======= */

.form-wrap .gform_wrapper div.validation_error {
    color: #b32017;
    color: #00acec;
    border-top: 2px solid #b32017;
    border-bottom: 2px solid #b32017;
    border-top: 2px solid #00acec;
    border-bottom: 2px solid #00acec;
    width: 100%;
} 

.form-wrap .gform_wrapper .validation_message {
    color: #b32017;
    color: #00acec;
    font-weight: 700;
    letter-spacing: normal;
}

.form-wrap .gform_wrapper .top_label .gfield_error { 
    width: 100%;
}

.form-wrap .gform_wrapper li.gfield.gfield_error, 
.form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border-top: none;
    border-bottom: none;
}

.form-wrap .gfield_description.validation_message:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.form-wrap #gform_confirmation_message_1 {
    color: #b32017;
    color: #00acec;
    text-align: center;
    padding: 25px;
	background-color: #16345A;;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.form-wrap {
    padding: 50px 0px;
}

.form-wrap:before {
    content: '';
    background: url('../../../../../uploads/2016/03/combined-shape.png')0 0 no-repeat;
    display: block;
    width: 100%;
    height: 56px;
	margin-bottom: 50px;
	background-size: contain;
}

.form-wrap .width-2 {
    width: 60%;
}

.form-wrap .width-2:last-of-type {
    width: 40%;
}

p.address {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
}

span.footer-phone {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    display: block;
}

span.footer-fax {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    display: none;
	margin: 20px 0px;
	
}

i.uk-icon-phone {
    float: left;
    height: 75px;
    color: #0053b5;
    font-size: 20px;
    margin-right: 15px;
}

i.uk-icon-location-arrow, i.uk-icon-envelope, i.uk-icon-fax {
    color: #0053b5;
    font-size: 20px;
    margin-right: 15px; 
}

.tm-contact-form h3.uk-panel-title {
    color: #16345A;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: 400;
	text-align: center;
	margin-bottom: 35px;
}

p.footer-title {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}

.tm-contact-form p {
    color: #16345A;
    font-family: Roboto;
    font-size: 16px;
}

.tm-contact-form h3.uk-panel-title:after {
	content: "";
	display: inline-block;
	max-width: 185px;
	width: 100%;
	margin-right: auto;
	margin-left: 15px;
	vertical-align: middle;
	border-top: 1px solid #000;	
}

.tm-contact-form h3.uk-panel-title:before {
	content: "";
	display: inline-block;
	max-width: 185px;
	width: 100%;
	margin-left: auto;
	margin-right: 15px;
	vertical-align: middle;
	border-top: 1px solid #000;	
}

/* General Gravity Forms Container Settings */

.tm-contact-form .gform_widget {
    max-width: 677px;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 80px 0px;
    box-sizing: border-box;
}

.tm-contact-form .gform_wrapper {
    margin: 0;
    max-width: 100%;
}

.tm-contact-form .gform_wrapper .top_label .gfield_label {
	display: none;
}

/* Field widths, sizes and borders */

.tm-contact-form .gform_wrapper textarea.large {
    height: 92px;
    width: 99%!important;
	background: #fff;
	border-radius: 0px;
	color: #7b7b7b;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #004eb0;
}

.tm-contact-form .gform_wrapper .top_label input.large, 
.tm-contact-form .gform_wrapper .top_label .tm-bottom-e select.large {
    width: 100%!important;
	height: 40px;
	background: #fff;
	border-radius: 0px;
	color: #7b7b7b;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #004eb0;
}

/* Changes Browsers blue focus ring */

/*
input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, textarea#input_1_5:focus { 
	outline: none;
	box-shadow: 0 0 10px #df9eed;
}
*/


/* Form Button */
@media (min-width: 1401px) {
.tm-contact-form .gform_wrapper .gform_footer {
    position: absolute;
    right: 7px;
    bottom: 10px;
}
}

@media (max-width: 1400px){
section.tm-contact-form.uk-grid {
    padding: 0px 10px;
}
}
.tm-contact-form input#gform_submit_button_1 {
    width: 342px;
    height: 45px;
    background-color: #b32017;
    background-color: #00acec;
	border-radius: 10px;
    border: none;
    text-transform: uppercase;
    line-height: 18px;
	color: #ffffff;
	font-family: "Roboto Condensed";
	font-size: 25px;
	font-weight: 400;
	float:right !important;
	margin-top: 15px !important;
}

.tm-contact-form input#gform_submit_button_1:hover {
	opacity: 0.9;
	cursor: pointer;
}

/* Google Captcha Responsive */

.tm-contact-form .g-recaptcha {
    max-width: 304px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
}



/* Webkit for placeholder text */

.tm-contact-form ::-webkit-input-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
} 

.tm-contact-form :-moz-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}

.tm-contact-form ::-moz-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}

.tm-contact-form :-ms-input-placeholder {
	color:  #4d4e4e;
	font-size: 18px;
}


/* Content defaults ==================================================================*/

main.tm-content {
    padding: 50px 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #BB0000;
	color: #00acec;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5em;
}

h1.uk-article-title {
    color: #16345A;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.5;
}

p, ul, li, ol {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #383838;
}

em {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #7f7f7f;
}

a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #16345A;
	line-height: 1.2;
}

a:hover {
	text-decoration: none;
} 

ul.uk-check-list li {
    list-style: none;
}

ul.uk-check-list li:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
} 

ul.uk-check-list-square li {
    list-style: none;
}

ul.uk-check-list-square li:before {
    content: "\f046";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
}

ul.uk-list-no-dot {
    padding: 0;
    list-style: none;
}

ul.uk-list-no-dot li {
    line-height: 2;
}

main.tm-content .uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

main.tm-content .uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

main.tm-content .uk-panel-box-primary {
    background-color: #16345A;
}

main.tm-content .uk-panel-box-primary a {
    color: #cccccc;
}

main.tm-content .uk-panel-box-primary p {
	color: #fff;
    font-weight: 400;
}

.uk-panel.uk-panel-box-primary.uk-panel-space em {
    color: #fff;
}

main.tm-content .uk-panel-box-secondary {
    background: #4f4f4f;
}

main.tm-content .uk-panel-box-secondary p {
	color: #fff;
}

main.tm-content .uk-panel-box-secondary em {
	color: #fff;
}

main.tm-content .uk-panel-box {
	padding: 15px;
    color: #fff;
    background-color: #16345A;
}

main.tm-content .uk-panel-box p {
    color: #fff;
}

.uk-list-striped > li:nth-of-type(odd) {
    background-color: #16345A;
    color: #fff;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background-color:#16345A;
    color: #fff;
}

.uk-table-hover tbody tr:hover {
    background-color: #16345A;
	opacity: 0.8;
	color: #fff;
}

code {
	color: #000!important;
}

.alternate-list-margins {
	margin-top: 3px;
	margin-left: 25px;
}

.wrapper-content {
	margin: 20px 0;
}

.remove-top-margin {
	margin-top: 0px;
}

.remove-bottom-margin {
	margin-bottom: 0px;
}

.sublist-margins {
	margin-top: 3px;
	margin-left: 10px;
}
.uk-panel-box-primary h2,  .uk-panel-box-primary h1,  .uk-panel-box-primary h3,  .uk-panel-box-primary h4,  .uk-panel-box-primary h5,  .uk-panel-box-primary h6 {
    color: #fff;
}

/* Gallery Page*/
.before-after-group {
    width: 49%;
    display: inline-block;
}

.before-after-1-4 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    max-width: 311px;
}
.image-group {
    max-width: 941px;
    margin: auto;
}

.image-group img {
    width: 33%;
}

.large-before-after h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
	margin:5px 0px;
}
.large-before-after p {
    margin: 5px 0px;
}

/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
/* THEME RESPONSIVE
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
/* LARGER SCREENS 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 1400px) {
	
	.uk-container.uk-container-center {
		padding: 5px;
	}
	
	.tm-contact-form h3.uk-panel-title:before, .tm-contact-form h3.uk-panel-title:after {
		display: none;
	}
	
	.gform_footer.top_label {
		position: inherit;
		padding: 0;
		text-align: center;
	}
	
	.tm-contact-form .g-recaptcha {
		max-width: 304px;
		position: inherit;
		margin: 0px auto;
	}
	
	i.uk-icon-phone {
    	height: inherit;
	}
	
}


@media (max-width: 1080px) {
    .tm-headerbar {
    margin: 15px 0px;
    text-align: center;
}

.widget_search:before {
    display: none;
}

.uk-panel:before {
    right: 50%;
}

.widget_search {
    width: 70% !important;
}

p.call, span.header-number, a.header-link {
    text-align: center;
}

a.header-link {
    max-width: 100%;
}

.tm-headerbar .uk-panel {
    max-width: 100%;
    width: 100%;
}

.tm-headerbar .tm-logo, .tm-headerbar .uk-panel {
    float: none;
}
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
	
	
}

@media (max-width: 1360px) {
p.call {
    font-size: 22px;
}

span.header-number {
    font-size: 18px;
}
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1050px) {
	.logoWrap {
    	float: none;
    	margin: 0 auto;
	}
	
	.uk-navbar-nav > li > a {
		font-size: 22px;
	}
	
	h2.hero-title {
    	font-size: 32px;
	}
	
	h3.feature-title {
    	font-size: 20px;
	}
	
	p.mini-text {
    	font-size: 20px;
	}
	
	h3.mini-title {
    	font-size: 30px;
	}
	
}

@media (max-width: 959px){
.uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
    width: 100%;
}

}
/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
	
	.uk-navbar-nav > li > a {
		font-size: 17px;
	}
	
	h2.hero-title {
		font-size: 40px;
		float: none;
		text-align: center;
	}	
	
	.hero-button-wrap {
		float: none;
		margin: 20px auto;
	}
	
	.uk-width-1-1.uk-width-medium-1-4 {
		width: 50%;
		margin: 20px 0px;
	}
	
	.home-content-wrap img {
		float: none;
		text-align: center;
		display: block;
		margin: 0px auto;
	}
	
	a.home-link {
    	margin: 25px auto;
	}
	
	h3.mini-title {
		font-size: 23px;
		top: -18px;
	}
	
	.width-5 {
    	width: 50%;
	}
	
	.mini-feat-wrap {
    	border: none;
	}
	
	.width-5:nth-child(5) {
		width: 100%;
		margin: 20px 0px;
	}
	
	p.cta-text {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	a.cta-link {
		float: none;
		margin: 25px auto;
	}
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
	.header-info span a {
    font-weight: 700;
}
.before-after-group {
    width: 100%;
    max-width: 622px;
    margin: auto;
    display: block;
}

.logoWrap {
    margin: 0 auto;
}
}

/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
.image-group img {
    width: 32%;
}
}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {
/*ul.uk-navbar-nav.uk-hidden-small {
    display: none!important;
}

.uk-hidden-small {
    display: block!important;
}

a.tm-logo {
    display: none!important;
}

a.header-link {
    display: none!important;
}

form#search-2 {
    display: none!important;
}*/


.hero-content-wrap {
    top: 0;
}

.hero-content {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
	
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 20px auto;
	}

.toggle-wrap {
    display: block;
    clear: left;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
	
	.tm-navbar {
		margin: 0px;
		border: none;
	}
	
	nav.tm-navbar.uk-navbar {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		height: auto;
	}
	
	.uk-navbar-center {
		max-width: 100%;
	}
	
	a.tm-logo-small img {
		max-width: 100%;
		text-align: center;
	}
	
a.uk-navbar-toggle.uk-visible-small {
    height: 32px;
    margin: 0;
    display: inline-block;
    padding: 0;
    text-align: center;
    float: none;
    max-width: 10%;
    width: 100%;
}

.toggle-wrap1 {
    width: 90%;
    display: inline-block;
}
	
	
	main.tm-content {
		padding: 15px;
	}

	.form-wrap .uk-container.uk-container-center {
    	padding: 0;
	}
	
	.tm-contact-form .gform_wrapper textarea.large {
		width: 100%;
	}
	
	.tm-contact-form .g-recaptcha {
		max-width: 304px;
		position: inherit;
		width: 100%;
		margin: 0px auto;
	}
	
	.tm-contact-form .gform_wrapper .gform_footer {
		position: inherit;
		text-align: center;
	}
	
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
		margin: 0;
		width: 100%;
	}
	
	.tm-contact-form input#gform_submit_button_1 {
		width: 250px;
	}

	.alignleft, .alignright {
	    width: 100%;
	    float: none;
	    margin: 0;
	}

	.uk-slidenav-position .uk-slidenav-previous, .uk-slidenav-position .uk-slidenav-next {
    	display: none!important;
	}

	.uk-overlay-panel {
    	display: none;
	}
	
	h2.hero-title {
		font-size: 17px;
		text-align: center;
		float: none;
	}
	
	p.more {
    	font-size: 25px;
	}
	
	.hero-button-wrap {
		float: none;
		margin: 0px auto;
	}
	
	.feature-link {
		max-width: 291px;
		margin: 0px auto;
	}
	
	h1.home-title {
		font-size: 26px;
		text-align: center;
	}
	
	h3.mini-title {
		font-size: 18px;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	
	.mini-feat-wrap {
    	border: none;
	}
	
	.width-5 {
		width: 100%;
		margin: 20px 0px;
	}
	
	p.cta-text {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	a.cta-link {
		float: none;
		margin: 20px auto;
	}
	
	.tm-bottom-c .uk-width-1-1.uk-width-medium-1-2:first-child {
    	width: 100%;
	}
	
	.tm-bottom-c .uk-width-1-1.uk-width-medium-1-2:last-child {
    	width: 100%;
	}
	
	.service-award {
    	text-align: center;
	}
	
	.form-wrap .width-2 {
    	width: 100%;
	}
	
	.form-wrap .width-2:last-of-type {
    	width: 100%;
	}
	
	.tm-contact-form h3.uk-panel-title:before, .tm-contact-form h3.uk-panel-title:after {
		display: none;
	}	
	
	.tm-contact-form p {
		text-align: center;
	}
	
	span.footer-phone {
		text-align: center;
	}
	
	span.footer-fax {
    	text-align: center;
	}
	
	.tm-totop-scroller {
    	top: -55px;
	}
	
	i.uk-icon-phone {
    	display: none;
	}
	
	a.home-link {
    	margin: 0px auto;
	}
}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 767px) {
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {
	
.before-after-1-4 {
    width: 100%;
    max-width: 311px;
    display: block;
    margin: auto;
}
.image-group img {
    width: 100%;
	max-width:311px;
	margin:5px auto;
	display:block;
}

    /*----------------------------GOOGLE RECAPTCHA_________________________*/

    
   .g-recaptcha {
   max-width: 304px;
   margin: 0px auto;
}

.g-recaptcha > div > div {
width:inherit !important;
position:relative;
display:block;
padding:0;
overflow:hidden;
max-width:302px;
border-right:1px solid #d3d3d3;
border-radius:4px;
box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}

.g-recaptcha iframe {
position:absolute;
top:0;bottom:0;
left:0;
width:100%;
height:100%;
border:0;
} 

.g-recaptcha>div{
position:relative;
} 

.g-recaptcha>div:before{
content:'Loading captcha...';
position:absolute;
top:38%;left:0;
} 

.g-recaptcha:empty:before{
content:'Something wrong occured';
}


p.more {
    float: left;
    padding: 20px 2%;
    width: 48%;
    font-size: 20px;
}

a.hero-link {
    float: left;
    padding: 20px 2%;
    box-sizing: border-box;
    width: 48%;
    text-align: center;
    font-size: 20px;
}

    .hero-content-wrap {
    top: 0;
}

.hero-wrap img {
    height: 150px;
}

.hero-wrap {
    min-height: 150px;
}

	.tm-contact-form input#gform_submit_button_1 {
    	width: 230px;
	}

}

@media(max-width: 390px) {
    .g-recaptcha {
        margin: 1px;
    }
}

@media (max-width: 520px) {
    .fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}
}


/* Katan Style Blog Feed */

/*
.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:first-child {
    width: 80%;
}

.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:last-child {
    width: 20%;
}

.uk-panel.uk-panel-box.widget_recent_entries li {
    width: 50%;
    float: left;
	list-style: none;
}

.blog-text-wrap {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    margin-top: 45px;
}

.date {
    background: url('/wp-content/uploads/2015/12/handprint.png')0 0 no-repeat;
    display: inline-block;
    width: 85px;
    height: 77px;
    margin-right: 10px;
    background: #000;
}

.uk-panel.uk-panel-box.widget_recent_entries a {
    font-family: Roboto;
    color: #569fc5;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
	
}

.uk-panel.uk-panel-box.widget_recent_entries p {
    margin: 10px 0px;
}

p.blog-author {
    font-family: Roboto;
    color: #7f498a;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    text-align: right;
}

span.date-day {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 900;
    margin-top: 36px;
    margin-left: 30px;
    font-size: 18px;
	line-height: 18px;
}

span.date-month {
    display: block;
    margin-left: 36px;
    color: #fff;
    font-size: 14px;
	line-height: 14px;
}

*/

/* Katana Style Testimonials ====================================================== */

/*

.bottom-a-wrap {
	background: #fff;
	padding: 50px 0px;
}

.testimonial-wrap {
    float: left;
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
}

.tm-bottom-a h3.uk-panel-title {
    color: #794500;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.tm-bottom-a h3.uk-panel-title:after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: 2px solid #c9b599;
    margin: 25px auto;
}

p.author {
    color: #794500;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
}

p.bold {
    color: #794500;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

p.italic {
    color: #794500;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: left;
    font-style: italic;
}

.avatar-wrap {
    float: left;
    margin-right: 50px;
}

a.testimonial-button {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #794500;
    color: #794500;
    margin: 35px auto;
	overflow: auto;
}

a.testimonial-button:hover {
	background: #794500;
	color: #fcc477;
	text-decoration: none;
}

*/

/* Styling For Menu that goes with the blog feed */

/* 

.uk-panel.uk-panel-box.widget_nav_menu a {
    text-align: left;
	color: #c9b599;
}

.tm-bottom-b i.uk-icon-plus {
    float: right;
	color: #794500;
}

.uk-panel.uk-panel-box.widget_nav_menu h3 {
    color: #c9b599;
    border-bottom: 2px solid #c9b599;
    padding-bottom: 15px;
}

*/


.footer-fax{
	display:none;
}


.uk-article-title {
  font-size: 30px !important;
}

.tm-footer {
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-wrap {
    padding: 50px 0;
	padding-bottom: 10px;
}