/* FONTS *************** */

@font-face {
    font-family: 'Rawson-Bold';
  	src: url('../fonts/rawson/Bold/Rawson-Bold.eot');
    src: url('../fonts/rawson/Bold/Rawson-Bold.woff') format('woff'); /*For other browsers*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rawson-SemiBold';
  	src: url('../fonts/rawson/Semi-Bold/Rawson-SemiBold.eot');
    src: url('../fonts/rawson/Semi-Bold/Rawson-SemiBold.woff') format('woff'); /*For other browsers*/
    font-weight: normal;
    font-style: normal;

}

@font-face{ 
    font-family: 'Rawson-Regular';
	src: url('../fonts/rawson/Regular/Rawson-Regular.eot');
    src: url('../fonts/rawson/Regular/Rawson-Regular.woff') format('woff'); /*For other browsers*/
}

@font-face{ 
    font-family: 'Rawson-Regular-It';
	src: url('../fonts/rawson/Regular-LT/Rawson-RegularIt.eot');
    src: url('../fonts/rawson/Regular-LT/Rawson-RegularIt.woff') format('woff'); /*For other browsers*/
}

/* Font Selectors 
	
Rawson Bold
	font-family:'Rawson-Bold' , Helvetica, Arial, sans-serif;
	font-weight: normal;

Rawson Semi Bold
	font-family:'Rawson-SemiBold' , Helvetica, Arial, sans-serif;
	font-weight: normal;

Rawson Regular
	font-family:'Rawson-Regular' , Helvetica, Arial, sans-serif;
	font-weight: normal;

Rawson Regular Italic
	font-family:'Rawson-Regular-It' , Helvetica, Arial, sans-serif;
	font-weight: normal;

*/
footer .flexnav {
    display: none;
}

.featured_services_section { display: none;}
.flexslider li { margin: 0px;
}

/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:'Rawson-Regular' , Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:14px;
}

h1 {
    font-size: 25pt;
    margin: 0px 0px 15px 0px;
    font-family: 'Rawson-SemiBold' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #FF0000;
}

.content h1 {
    line-height: 27pt;
}

h2 {
	font-size: 23pt;
	line-height: 24pt;
    margin: 0px 0px 15px 0px;
    font-family: 'Rawson-SemiBold' , Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h3 {
	font-size: 17pt;
	margin: 20px 0px 15px 0px;
	
	font-size: 15pt;
    line-height: 20pt;
}
h4 {
	font-size: 15pt;
	margin: 27px 0px 7px 0px;
}

h5 {
    font-size: 13pt;
    margin: 27px 0px 7px 0px;
}

h6 {
    font-size: 11pt;
    margin: 27px 0px 7px 0px;
}

p {
    font-size: 13pt;
    margin: 0px 0px 22px 0px;
    line-height: 26px;
}

strong {
	font-family:'Rawson-SemiBold' , Helvetica, Arial, sans-serif;
	font-weight: normal;
}
a {color: #03a0e6;}
a:hover {opacity: 0.8;}
ul, ol {
	font-size:14px;	
	padding-left:40px;
	margin-bottom: 16px;
}

li {
	font-size: 12pt;
    margin: 0px 0px 16px 0px;
    line-height: 19px;
}

.t_center {
	text-align: center;
}
.t_uppercase {
	text-transform: uppercase;
}

#t_blue {
	color: #03a0e6;
}
#t_white {
	color: white;
}
img#serviceicon {
    float: left;
    position: relative;
    width: 15%;
    padding: 2.5%;
    border: 2px solid #e8e8e8;
    border-radius: 30px;
}

span.edit-link {
    display: none;
}

/* EDITOR STYLES *************************************** */

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    padding: 10px !important;
}

.cke_editable {
    padding: 10px;
}

/* TABLE STYLES **************************************** */
table {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

table tr td {
    background-color: #f2f2f2;
    padding: 10px;
    border-left: 1px solid #d7d7d7;
}

table tr:nth-child(2n) td {
    background-color: #e7e7e7;
    
}

table tr th {
    background-color: #6f6f6f;
    padding: 13px;
    color: white;
}

table tr th:nth-child(2n) {
    background-color: #838383;
}



/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  clear: both;
  width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	color: #455560;
	overflow-x:hidden;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
}

.topnav {
    float: left;
    width: 100%;
	height: 60px;
    background-color: #000000;
    padding: 20px 0px 0 0;
	font-family:'Rawson-Regular' , Helvetica, Arial, sans-serif;
	/*position: fixed;*/
	top: 0;
	z-index: 99;
}

.topnav .inner {
    min-height: 0px !important;
    max-width: 1230px;
}

.topnav .inner .socialwrap { 
    float: right;
    width: auto;
}

.topnav .inner .socialwrap .socialicon {
    float: left;
    width: 19px;
    margin-left: 23px;
}

.topnav .inner .socialwrap .socialicon img {
    height: 19px;
    width: 19px;
}

.topnav .inner .phone {
    float: right;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    line-height: 17px;
	margin: 0 0 0 50px;
}
.topnav .inner a {
    text-decoration: none;
}
.topnav .inner a:hover {
    color:#ff0000;
}

header {
    width: 100%;
	height: 60px;
    float: left;
    position: relative;
	top:0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
}

header .inner {
    min-height: 0px;
    clear: both;
    position: relative;
}
.current_page_item a {color: #ff0000 !important;}
.current-menu-item a {color: #ff0000 !important;}
.current-menu-parent a {color: #ff0000 !important;}
#menu-item-452 {background-color: #ff0000 !important;}
#menu-item-452:hover {opacity: 0.7 !important;}
#menu-item-452 a {color: #ffffff !important;}
#menu-item-452 a:hover {color: #ffffff !important;}




.logo {
    /* float: left; */
    display: inline-block;margin-top: -50px;
}

.logo img {
    display: block;
    max-height: 100px;
    width: auto !important;
    float: left;
}

.social_icons {
    float: left;
    width: 100%;
}

.social_icons img {
    float: left;
    width: 44px;
    padding: 15px 15px 15px 0px;
}

/* FEATURED ******************** */
.featured {
	position: relative;
	width: 100%;
    float: left;
	clear: both;
	margin-top: -60px !important;
    z-index: 10;
}

.flexslider {
    position: relative !important;
}

.slides:after {height: 0 !important;}
/* Add the class to your logo image with either float left/right or margin: auto */


/* SLIDESHOW NAV BUTTON

.featured::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0px;
    right: 0px;
    height: 46px;
    background-image: url(/wp-content/themes/tmwp/images/featuredbar.png);
    z-index: 90;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 3440px;
}

.featured::before {
    content: "";
    bottom: 30px;
    left: 0px;
    right: 0px;
    height: 60px;
    width: 40px;
    margin: auto;
    position: absolute;
    background-image: url(/wp-content/themes/tmwp/images/mouse-icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 80;
} */

.flexslider .slides li {
	/* Adjust height of slider       min-height: 590px; */
	min-height: 750px;
}

.flexslider .slides li::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    background-color: black;
    opacity: 0.4;
}

.featured .inner {
    position: relative;
    text-align: center;
    margin-top: 240px;
    transition: 0.9s;
    z-index: 100;
    max-width: 990px;
	text-shadow: 2px 2px 10px #000000;
}
.featured h2 {
    text-align: center;
    color: #ffffff;
    font-size: 55pt;
    float: left;
    width: 100%;
    line-height: 55pt;
    letter-spacing: 0px;
    margin-bottom: 2px;
	font-family: 'Rawson-Regular' , Helvetica, Arial, sans-serif;
    font-weight: normal;
	text-transform: uppercase;
}

.featured .featuredbuttons {
    margin: auto;
    width: auto;
    display: inline-block;
}

.featured .featuredbuttons .button {
    margin: 0px !important;
    width: auto !important;
    min-width: 0px;
	font-family:'Rawson-Bold' , Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.featured .featuredbuttons .button:hover {
}

.featured .inner p {
    color: white;
    text-align: center;
    float: left;
    width: 60%;
    margin-left: 20%;
}

.featured .inner p .button {
    margin: auto;
    display: block;
    float: none;
    width: 160px;
    margin-top: 12px;
}


/* CONTENT PAGES **************** */

.home_service_panels {
	float: left;
	width:100%;
	position: relative;
	margin: 0 0 0px 0;
}
.home_service_panels h3 {
	display: inline-block;
	float: left;
	clear: none;
	position: relative;
	width:31.33%;
	background-color: #000000;
	margin: 1%;
	padding: 0;
	border: solid 1px #ffffff;
}
.home_service_panels h3:hover {
	border: solid 1px #ff0000;
}
.home_service_panels h3 a {
	display: block;
	float: left;
	position: relative;
	/*top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	width:100%;
	margin: 0;
	padding: 40% 0 42% 0;
	background-color: rgba(0,0,0,0.64);
	font-size: 28px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
.headingarea .inner h1 {
 	margin-top: 210px !important;
}
	
.headingarea .inner p {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 15pt;
    text-shadow: 0px 0px 5px #00000091;
	opacity: 0;
    line-height: 0px;
}	

.headingarea .breadcrumb {
    text-align: center;
    color: lightgrey;
    text-shadow: 0px 0px 9px #000000ad;
    font-size: 10pt;
    opacity: 0;
    margin-bottom: 50px;
}

.entry-content {
    /*margin: 1.5em 0 0;*/
	margin: 0 0 0 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {clear: none;}
.entry-content h6 {
	float: left;
    width: 18%;
	position: relative;
	margin: 0 0px 0px -25%;
	padding: 0;
}
.content {
	width: 100%;
	float: left;
}

.content .inner .w100_left {
    padding: 50px 0px;
}

.headingarea {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
	margin-top: -60px;
	padding-bottom: 400px;
}

.headingarea::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: black;
    opacity: 0.6;
}

.headingarea .inner {
    min-height: 0px;
    z-index: 10;
    position: relative;
}

.headingarea .inner h1 { display: none;
    color: white;
    font-size: 55pt;
    text-shadow: 0px 0px 7px #0000004f;
    text-align: center;
    margin-top: 64px;
	margin-bottom: 0px;
}
.headingarea .inner h2 { display: none;
    color: white;
    font-size: 45pt;
    text-shadow: 0px 0px 7px #0000004f;
	line-height: 1.5;
    text-align: center;
	margin-bottom: 0px;
	/*margin-top: 210px !important;*/
	margin: 320px 0 20px !important;
}

.headingarea .inner p {
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 5px #00000091;
}
		
.headingarea .breadcrumb {
    text-align: center;
    color: lightgrey;
    text-shadow: 0px 0px 9px #000000ad;
    font-size: 10pt;
    margin-bottom: 70px;
}
.headingarea .breadcrumb a {
    color: lightgray;
    text-decoration: none;
    border-bottom: 1px solid

}

img#serviceicon {
    float: left;
    width: 130px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.sidebar {
    float: right;
    width: 90%;
}

form.search-form {
    float: left;
    width: 100%;
}

form.search-form label {
    width: 75% !important;
    float: left;
    font-size: 11pt;
    letter-spacing: 1px;
}

form.search-form label input {
    float: left;
    width: 90%;
    padding: 20px;
    border-radius: 0px;
    border-right: 0px;
    margin-bottom: 20px;
}

form.search-form input[type="submit"] {
    border-radius: 0px;
    width: 25%;
}

form.search-form input[type="submit"]::after {
    content: "";
    float: right;
    width: 20%;
    height: 32px;
    background-color: red;
    opacity: 1;
}

.sidebar.service .menu-service-side-menu-container {
}

.sidebar.service .menu-service-side-menu-container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.sidebar.service .menu-service-side-menu-container ul li {
    width: 100%;
    float: left;
    text-decoration: none;
}

.sidebar.service .menu-service-side-menu-container ul li a {
    float: left;
    width: 100%;
    padding: 22px 0px;
    text-decoration: none;
    font-size: 13pt;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    color: black;
}

.sidebar.service .menu-service-side-menu-container ul li.current-menu-item a {
    background-color: #f2f2f2;
    font-size: 16pt;
    position: relative;
}

.sidebar.service .menu-service-side-menu-container ul li a:hover {
    background-color: #fafafa;
    font-size: 15pt;
}

.sidebar.service .menu-service-side-menu-container ul li.current-menu-item a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 45px;
    height: 3px;
    margin: auto;
    background-color: #11a0db;
}

nav.navigation.post-navigation {
    float: left;
    width: 100%;
    margin-top: 35px;
	display: none;
}

nav.navigation.post-navigation .nav-previous a {
    float: left;
    padding-left: 50px;
}

nav.navigation.post-navigation .nav-next a {
    float: right;
}

.navigation.post-navigation a {
    margin-right: 5px;
    min-width: 140px;
    padding: 20px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: white;
    background: #03A0E6;
    transition: 0.3s;
    font-family: 'Rawson-Bold' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0.25px;
    border-radius: 7px;
    position: relative;
}

.navigation.post-navigation a:hover {
    color: #03A0E6;
    background-color: white;
    box-shadow: 0px 3px 9px #0000007d;
}

nav.navigation.post-navigation .nav-previous a:before {
    content: "←";
    position: absolute;
    left: 22px;
}

nav.navigation.post-navigation .nav-next a:before {
    content: "→";
    position: absolute;
    right: 22px;
}

nav.navigation.post-navigation .nav-next a {
    padding-right: 50px;
}


/* HOMEPAGE **************************************************** */
.content .inner .w100_left#homepage {
    margin: auto;
    width: 80%;
    text-align: center;
    float: none;
	/*padding: 10px 0 50px 0;*/
}

.content .inner .w100_left#homepage p strong {
    font-size: 16pt;
    line-height: 25px;
}

.servicearea {
    background-color: #404040;
    color: white;
    text-align: center;
}

.servicearea a.button {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 18px;
    width: 110px;
}

.cta_service {
    float: left;
    width: 33.3333%;
    padding-bottom: 22%;
    position: relative; 
	color: white;
    text-decoration: none;
}

.cta_service {
    color: white;
    text-decoration: none;
}
.cta_service img {
    margin: auto;
    display: block;
    width: 100px;
    margin-top: 15px;
	transition: 0.3s;
}
.cta_service:hover img {
    width: 110px;
    margin-top: 5px;
}

.cta_service h3 {
    font-family: 'Rawson-SemiBold' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14pt;
	line-height: normal;
	margin: 5px 0px 7px 0px;
}

/* SERVICES ******** */
img#serviceicon {
    float: left;
    position: relative;
    width: 15%;
    padding: 2.5%;
    border: 2px solid #e8e8e8;
    border-radius: 30px;
}
	
.content.content_section #sectionheading ,.content.textaligncenter h2 {
    text-align: center;
}

.content.textalignleft {
    text-align: left;
}

.content.content_section .button {
    float: none;
    margin: auto;
    max-width: 270px;
}

.content.textaligncenter .w45_left .button, .content.textaligncenter .w45_right .button {
    width: 225px;
}
	
.headingarea .inner h1 {
 	margin-top: 210px !important;
}
	
.headingarea .inner p {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 15pt;
    text-shadow: 0px 0px 5px #00000091;
	opacity: 0;
    line-height: 0px;
}	

.headingarea .breadcrumb { display: none;
    text-align: center;
    color: lightgrey;
    text-shadow: 0px 0px 9px #000000ad;
    font-size: 10pt;
    opacity: 0;
    margin-bottom: 50px;
}
	
.content.greybackground {
    background-color: #f2f2f2 !important;
}
.content.blackbackground {
    background-color: #404040 !important;
	color: white !important;
}
.content.bluebackground {
	background-color: #119fdb !important;
	color: white !important;
}	

	
/***** Entry Content *****/	
	
.content.entrycontent p:first-of-type strong {
    font-size: 15pt;
    line-height: 20pt;
}

.content.entrycontent {
    background-color:  #f2f2f2;
}

.content.entrycontent h1 {
    font-size: 25pt;
}
	
/***** Benefits Content *****/
.content.benefits {
    background-color: #119fdb;
    color: white;
}

.content.benefits h2 {
}

.content.benefits p:first-child {
    text-align: center;
}

.content.benefits ul {
    list-style: none;
    padding: 0px;
    float: left;
}

.content.benefits ul li {
    float: left;
    width: 29.3333%;
    margin: 2%;
	text-align: left;
}

.content.benefits ul li p {
    min-height: 51px;
    margin: 0px;
    float: right;
    width: 80%;
}
	
.content.benefits ul li p strong {
    font-size: 13pt;
    margin-bottom: 9px;
    float: left;
    width: 100%;
}
.content.benefits ul li p a {
    color: #ffffff;
}
.content.benefits ul li .benicon {
    float: left;
    width: 15%;
    padding-bottom: 15%;
	position: relative;
	border-radius: 200%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: 0px 0px 15px -6px black;
}

.content.benefits ul li .benicon img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
	
/****** Services Listings ******/
a.cta_service .button {
    float: none;
    display: block;
    margin: auto;
    width: 154px;
    font-size: 11pt;
    display: none;
}

/* FOOTER ****************************************************** */

footer {
	padding: 30px 0px;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 32px;
    color: grey !important;
	/* BG COLOR */
	background-color: #343434;
    box-shadow: 0px 500px 0px 500px #343434;
}


/* SUBSCRIBE *************************************************** */

.subscribe {
	padding: 45px 0px;
    color: white;
    text-align: center;
	background-image: url(../images/_subscribe_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4b4c4d;
	float: left;
	width: 100%;
}
.subscribe form {
    width: 80%;
    margin: auto;
    float: right;
    margin-top: 0px;
}
.subscribe form::before {
    content: "";
    float: left;
    width: 100%;
    display: block;
    height: 7px;
}
.subscribe input {
    float: left;
    width: 30% !important;
    margin: 0% 1.5% !important;
    border: 0px;
}

.subscribe input[type="email"] {
    width: 46% !important;
}

.subscribe .button {
    margin: 0% 1.5%;
    max-width: 20%;
    float: left;
    min-width: 120px;
}

.subscribe .inner {
    min-height: 0px;
}

.subscribe .inner::after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}




/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
	border: 1px solid #900002 !important;
	transition: border 0.5s ease;
}

.valid {
	border: 1px solid #087500 !important;
	transition: border 0.5s ease;
	background-image: url(../images/tick.jpg) !important;
	background-position:right center !important;
	background-repeat:no-repeat !important;
	padding-right:10px !important;
	background-origin: content-box !important;
}

.formerror li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.formerror {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formerror li label {
    float: left;
    width: 100%;
    padding: 7px;
    color: darkred;
    border-radius: 10px;
    line-height: 12pt;
    background-color: #ffd9d9;
}


.inputfield {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom:  13px;
	background-color: white;
    border-radius: 5px;
	font-family: 'Rawson-Regular' , Helvetica, Arial, sans-serif;
}

.inputfield input, .inputfield textarea {
    margin: 0px !important;
    padding-top: 30px !important;
    border-radius: 5px !important;
	z-index: 10;
    position: relative;
    background-color: transparent !important;
}

.inputfield label {
    position: absolute;
    order: -1;
    top: 21px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14pt;
    color: grey;
    transition: 0.3s;
}

.inputfield label.moveUp {
    bottom: auto !important;
    top: 10px;
    font-size: 9pt;
    color: grey;
}

.inputfield input:focus {
    border: 1px solid #c1c1c1;
}

/*.inputfield#your-name {
    float: left;
    width: 49.5%;
}

.inputfield#your-email {
    float: right;
    width: 49.5%;
}*/

.wpcf7-form-control-wrap {
    float: left;
}
/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;
	float: left;
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;
	float: left;
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin-right: 5px;
    min-width: 180px;
    padding: 20px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: white;
    background: #ff0000;
    transition: 0.3s;
    font-family: 'Rawson-Bold' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0.25px;
	text-transform: uppercase;
    border-radius: 7px;
	box-shadow: 2px 2px 10px #000000;
}

.button:hover, button:hover {
    opacity: 1;
    background-color: white;
    color: #ff0000;
}

.placeholder {
	color: #c7cbd0;
}

.content_absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.content_absolute p {
    padding: 0 30px;
}
/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
    position: absolute;
    z-index: 999;
    float: right;
    top: 0px;
    bottom: 0px;
    right: -.96em;
    margin: 0;
    height: 60px;
    display: block;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	height: 60px;
	padding: 20px 30px 0;
	z-index: 2;
	overflow: hidden;
	color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	text-decoration: none;
	    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12pt;
}

.flexnav li a:hover {
	color:#FF0000;
}

.flexnav li.current-menu-ancestor.menu-item-has-children a {
    position: relative;
}

/*.flexnav li.current-menu-ancestor.menu-item-has-children a:after {
    content: ">";
    position: absolute;
    right: 0.5em;
    bottom: 0.96em;
    top: 0.96em;
    transform:  rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}*/



.flexnav li ul li a::after {
    content: "";
    opacity: 0;
}

.flexnav li ul {
	width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
    display: block;
    background:rgba(0,0,0,0.6);
    padding: 20px 0px 0;
	border-top: 1px solid #e8e8e8;
    text-transform: none !important;
    letter-spacing: 0px;
	text-align: center;
}
.flexnav li ul li a:hover {
    background: #000000;
	color: #ff0000;
	opacity: 1.0;
}
.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 18px;
	background: #ff0000;
	color: #ffffff;
	cursor: pointer;
	width: 56px;
    height: 56px;
	border-radius: 100px;
    float: right;
    margin: 22px 20px 22px 0;
	
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../images/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: 60%;
}

.menu-button span.navicon {
    display: none;
}


/* Testimonials ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}
.testimonial_page article {
	width: 100%;
	margin:1% 0;
	float: right;
	display: inline-block;
	padding: 3%;
	background-color:rgba(137,186,255,0.35);
}
.testimonial_page article p {
	font-size: 20px;
	line-height: 30px;
}
.tst {
	border-bottom: solid 1px #ff0000;
	padding-bottom:10px;
	position: relative;
	top: auto;
	background-color: transparent;
	height: auto;
}
.tst h6 {margin: 0;}
.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}

.testslider {
    /*background-color: #03a0e6;*/
	background-image: url(https://www.americandieselservices.com.au//wp-content/themes/tmwp/images/bg-testimonial.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonialslider {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 120px;
    text-align: center;
    color: white;
}
.testimonialslider li {
    height: 270px;
}
.testslider .inner {
    padding:80px 0 0px 0px;
    clear: both;
    overflow: hidden !important;
    overflow-y: hidden;
}
i.testdesc p {
    font-size: 15pt;
    line-height: 32px;
	margin-bottom: 30px;
}

.testimonialslider .flex-direction-nav li a {
    width: 30px !important;
    height: 50px !important;
    background-size: 60px !important;
}
.testimonialslider .flex-direction-nav li .next {
	background-position: right !important;
	right: 0px !important;
}
.testimonialslider .flex-direction-nav li .prev {
	left: 0px !important;
	background-position: left !important;
}


/* Gallery ********************************** */

.imggallery {
	float:left;
	width:25%;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* CART ***************************************************** */
.cart {
	width: 100%;
}

.cart .row,
.cart .row_heading {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.cart .noborder {
	border: none;
}

.cart .image {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .name {
	display: inline-block;
	width: 40%;
	padding: 5px;
	vertical-align: middle;
}

.cart .desc {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: middle;
}

.cart .quantity {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .price {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .item_total {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .remove {
	display: inline-block;
	width: 5%;
	padding: 5px;
	vertical-align: middle;
}

.cart .totals,
.cart .totals_title {
	display: inline-block;
	width: 12%;
	padding: 10px 0px;
	text-align: left;
}

.cart .button_left {
	margin: 20px 20px 0px 0px;
	float: left;
}

.cart .button_right {
	margin: 20px 0px 0px 0px;
	float: right;
}

.cart .spacer,
.cart .postage {
	display: inline-block;
	width: 64%;
	margin-left: 10px;
}

.post_col {
	padding-top: 15px;
	float: left;
}

.post_col button {
	margin-left: 20px;
}

.postage_range {
	display: none;
}

/* FORM STYLING */
form p { float: left; width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

.logoarea {line-height: normal; padding: 30px 0; background-color: #ffffff;}
.logoarea img {
    display: inline-block;
    max-width: 300px;
    max-height: 150px;
    padding: 10px;
    margin: auto 40px;
}
.vehicle-list {float: left; width: 100%; text-align: center;}
.vehicle-list h2 {float: left; width: 100%; text-align: center; color: #ff0000; margin: 15px 0;}
.vehicle-list ul {float: left; margin: 0 0 15px 0; list-style: none;}
.vehicle-list li {float: left; display: inline-block; margin: 0; padding: 0px 0; width: 20%; text-align: center; list-style: none;}
.vehicle-list li a {float: left; display: block; margin: 0; padding: 6px 0; width: 100%; text-align: center; color: #ffffff; text-decoration: none;}

form.invalid, form.sent {position: relative; padding-top: 60px;}

div.wpcf7-response-output {
    margin: 0em 0em 1em;
    padding: 0.2em 0.5em;
    border: 2px solid #ff0000;
    float: right;
    clear: right;
    width: 100%;
    position: absolute;
    top: 0;
}	
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
    background-color: #C5FFC5;}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
    background-color: #FFFCAC;
}
