
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,button,input,select,textarea {
    font-family: "azo-sans-web",sans-serif;
}

body {
    margin: 0;
	line-height:18px;
}

a:focus {

}
a {
  opacity: 1;
}
a:active,a:hover {
    transition: all ease-in-out 0.4s;
    outline: 0;
    opacity: 0.6;
}

h1 {
    font-size: 20px;
    margin: 2px 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
    color: #232447;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,pre {
    margin: 1em 0;
}

code,kbd,pre,samp {
    font-family: "azo-sans-web",sans-serif;
    _font-family: "azo-sans-web",sans-serif;;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,menu,ol,ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,ol,ul {
    padding: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
    opacity: 1;
}
input[type=submit]:hover {
  transition: all ease-in-out .2s;
  background: #6fa7e7;
}

button[disabled],input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {

}

b,strong,.strong {
    font-weight: bold;
    color: #232447;
}

dfn,em,.em {
    font-style: italic;
}

small,.small {
    font-size: 75%;
}

ul,ol {
    padding: 0;
    list-style-type: none;
}

dd {
    margin: 0;
}

.mobile-only {
  display: none;
}

.sidebar ul,.sidebar ol,.commentlist {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

span.amp {
    font-family: "azo-sans-web",sans-serif;;
    font-style: italic;
}

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

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

.text-right {
    text-align: right;
}

.alert-help,.alert-info,.alert-error,.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}

.button,.button:visited {
    font-family: "azo-sans-web",sans-serif;;
    border: 1px solid #be0d37;
    border-top-color: #db0f3f;
    border-left-color: #db0f3f;
    padding: 4px 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0,0,0,0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    border-radius: 4px;
    background-color: #e40f42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
    background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
    background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
    background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
    background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}

.button:hover,.button:focus,.button:visited:hover,.button:visited:focus {
    color: #fff;
    border: 1px solid #be0d37;
    border-top-color: #9d0a2d;
    border-left-color: #9d0a2d;
    background-color: #cc0e3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
    background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}

.button:active,.button:visited:active {
    background-color: #f01d4f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
    background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
    background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}

.blue-button,.blue-button:visited {
    border-color: #1472ad;
    text-shadow: 0 1px 1px #1472ad;
    background-color: #1681c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
    background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
    background-image: -moz-linear-gradient(top, #1990db, #1681c4);
    background-image: -o-linear-gradient(top, #1990db, #1681c4);
    background-image: linear-gradient(to bottom, #1990db, #1681c4);
    box-shadow: inset 0 0 3px #59b3ec;
}

.blue-button:hover,.blue-button:focus,.blue-button:visited:hover,.blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}

.blue-button:active,.blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

body {
  font-family: "azo-sans-web",sans-serif;
	font-size: 16px;
  line-height: 26px;
  color: #333;
}

.wrap {
    max-width: 1200px ;
    margin: 0 auto;
	width:100%;
}
#inner-content {
  margin-top: 70px;
}

a,a:visited {
    color: #808080;
}

a:hover,a:focus,a:visited:hover,a:visited:focus {

}

a:link,a:visited:link {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    font-family: "azo-sans-web",sans-serif;;
    text-rendering: optimizelegibility;
    font-weight: 500;
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
    text-decoration: none;
}

h1,.h1 {
    font-size:20px;
    line-height: 1.333em;
}

h2,.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}

h3,.h3 {
    font-size: 1.125em;
}

h4,.h4 {
    font-size: 1.1em;
    font-weight: 700;
}

h5,.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav {
  border: 1px solid #ccc;
	border:0px;
  border-bottom: 0;
}

.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
	border:0px;
}

.sub-menu {
  box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
}

.current-menu-item a {
  color: #6fa7e7;
}

.nav li ul.sub-menu li a,.nav li ul.children li a {
   /* padding-left: 30px;*/
}

#content {
    /*margin-top: 2.2em;*/
	margin-top:14px;
}

.byline {
    color: #999;
}

section.entry-content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;

}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content video,.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.page-navigation,.wp-prev-next {
    margin: 1.1em 0 2.2em;
}

.bones_page_navi li {
    float: left;
    margin-left: 10px;
}

.bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
}

.bones_page_navi li a:hover,.bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
}

.bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
}

.bones_page_navi li.bpn-prev-link,.bones_page_navi li.bpn-next-link {
    font-weight: 700;
}

.bones_page_navi li.bpn-prev-link a,.bones_page_navi li.bpn-next-link a {
    padding: 0;
}

.bones_page_navi li.bpn-prev-link a:hover,.bones_page_navi li.bpn-next-link a:hover,.bones_page_navi li.bpn-first-page-link a:hover,.bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
}

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .odd {
    background: #eee;
}

.commentlist .even {
    background: #fefefe;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content {
    margin-left: 50px;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
}

.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus {
    opacity: 1;
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url],.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type=text]:focus,.respond-form form input[type=email]:focus,.respond-form form input[type=url]:focus,.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,.respond-form form input[type=email]:invalid,.respond-form form input[type=url]:invalid,.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}

.footer {
  clear: both;
	background-color: #0f1024;
	margin-top: 70px;
  padding-top: 40px;
}

.footer_logo.eachline img {
  width: 100%;
  max-width: 495px;
  height: auto;
  margin-bottom: 40px;
}


.header
{
	background-color: #fff
}

.header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#inner-header {
    max-width: 100%;
}


#logo {
  display: block;
  float: left;
  line-height: normal;
  margin: 40px 0 30px;
	margin:46px 0 30px;
}

#logo a {
    font-size: 30px;
}

#logo img {
  max-width: 487px;
  width: 100%;
  height: auto;
}

.header_r {
    float: right;
    margin: 3% 0 0 0;
}

.header_r ul li {
  letter-spacing: 1px;
	text-align:right;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-right: 20px;
}
.header_r ul li a {
  color: #232447;
  text-decoration: none;
}
.header_r ul li:last-child, .header_r ul li.head_social {
  margin-right: 0px;
}

.header_r ul li.mobile-only {
  display: none;
}

.header_r ul li:first-child {
	margin-top:0px;
}

.header_r ul li:last-child {
	margin-right:0px;
}

.header_r ul li.email
{
	background-image:url(../images/email.png);
	padding-left:27px;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 22px auto;
}

.header_r ul li.phone
{
	background-image:url(../images/tel.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 22px auto;
	padding-left:26px;
	line-height:1.5;
}

.header_r ul li.head_social
{
	margin-top:7px;
}

.header_r ul li.head_social a {
  background-image: url(../images/facebook.png);
  background-repeat: no-repeat;
  padding: 2px 11px;
}

.head_social i {
    color: #C9C8E5;
    font-size: 19px;
	font-size: 31px;
}

.head_social a:hover i
{
	color:#FFF;
}

.nav.top-nav ul {
    display: table;
    margin: 0 auto;
}

.main_menu_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.main_menu_wrap .nav
{
	background: #fff;
  display: inline-block;
}

.main_menu_wrap .nav li
{
	border-left:1px solid #c0c1de;
  display: inline-block;
}

.main_menu_wrap .nav li:first-child
{
	border-left:none;
}

.main_menu_wrap .nav li a
{
	color: #232447;
	font-family:"azo-sans-web",sans-serif;
	font-size:15px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 0px 10px;
}

.main_menu_wrap .nav li:hover a
{
	background:#fff;
}

.main_menu_wrap .nav li.current-menu-item > a, .main_menu_wrap .nav li.current-menu-parent > a {
  color: #6fa7e7;
}

.main_menu_wrap .nav li.current_page_item a, .main_menu_wrap .nav li a:hover
{
	/*background:#1d1d1d;*/
}


.main_menu_wrap .nav li ul.sub-menu
{
	border:0px;
	background: #fff;
	display:none;
	width:235px;
  position: absolute;
}

.main_menu_wrap .nav li:hover ul.sub-menu
{
	display:table;
}

.main_menu_wrap .nav li ul.sub-menu li
{
	border:0px;
	position:relative;
	width:100%;
  border-top:1px solid #232447;
}

.main_menu_wrap .nav li ul.sub-menu li:first-child {
  border-top: 0px;
}

.main_menu_wrap .nav li ul.sub-menu li:hover
{
	background:#fff;
}

.main_menu_wrap .nav li ul.sub-menu li:hover a
{
	background:#fff;
}

.main_menu_wrap .nav li ul.sub-menu li a
{
	border:0px !important;
	text-align:left;
  padding:15px 8px;
}

.main_menu_wrap .nav li ul.sub-menu li:first-child a
{
	border-top:0px !important;
}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu {
    right: -236px;
	top:0;
	display:none;
	/*width:150px;*/
	background: #fff;
}

.main_menu_wrap .nav li ul.sub-menu li:hover ul.sub-menu
{
	display:table;
}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li {
  border-top: 1px solid #232447;
}
.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li:first-child {
  border-top: 0px;
}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li:hover
{

}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li a
{

}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li:hover a
{

}

.main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li:first-child a
{
	border-top:0px !important;
}

/*-----------------------------------------------------------------------*/
/*  HIRE BAR  */
/*-----------------------------------------------------------------------*/

.mobile {
    display: none;
}

.hire-bar {
    height: 50px;
    background: #232447;
    color: #fff;
    line-height: 50px;
}

    .hire-bar strong {
        margin-right: 30px;
        color: #fff;
        font-weight: 500;
    }

    .hire-bar a {
        padding: 0 20px;
        float: right;
        background: #82b3ea;
        color: #fff;
        text-decoration: none;
    }

    .hire-bar a:after {
        content: '';
        width: 7px;
        height: 13px;
        margin-left: 10px;
        position: relative;
        top: 1px;
        display: inline-block;
        background: url(../images/arrow-white.png) 0 0 no-repeat;
        -webkit-background-size: 7px;
        background-size: 7px;
    }

table.hire-rates {
    margin: 0 0 30px;
}

    table.hire-rates td {
        padding: 10px;
        border: 1px solid #e0e0e0;
        line-height: 1.2;
    }

    table.hire-rates td:first-child {
        border-left: none;
    }

    table.hire-rates td:last-child {
        border-right: none;
    }

    table.hire-rates tr:first-child td {
        border-top: none;
    }

    table.hire-rates tr:last-child td {
        border-bottom: none;
    }

a.btn {
    background: #82b3ea;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    border: 0px;
    padding: 5px 20px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {

    .hire-bar {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1030px) {

    .hire-bar {
        font-size: 12px;
    }
}

@media only screen and (max-width: 970px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

/*-----------------------------------------------------------------------*/

#container {
    max-width: 100%;
    margin:0 auto;
    background: #f7f6f5;
    box-shadow:0 0 27px #BACACF;
    border-top: 6px solid #232447;
}

.main_banner_wrap {
  display: table;
  width: 100%;
	background:#f7f6f5;
}

.main_banner_wrap img {
    width: 100%;
}

.main_banner_wrap > img {
  border-bottom: 6px solid #6fa7e7;
}


.header_sidebar_wrap {
  background:#FFFFFF;
	position:relative;
	margin-top:-85px;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0, 0.1);
	z-index:999;
  max-width: 960px;
}

#header_widget_area {
	padding:0
}

#header_widget_area .widget {
  float: left;
	margin-bottom:0;
	margin-top:0;
	font-size: 11px;
	color: #696969;
  padding: 15px 25px;
  width: 24.5%;
  text-align:center;
  border-left:1px solid #EFEFEF;
  cursor: pointer;
  opacity: 1;
}

#header_widget_area .widget:hover {
  transition: all ease-in-out 0.4s;
  opacity: 0.6;
}

#header_widget_area .widget_simpleimage img {
    height: auto;
    width: 100%;
    max-width: 150px;
}

#header_widget_area .widget:first-child
{
	border:0px;
}

#header_widget_area .widget p {
    margin: 5px 0;
}

#header_widget_area .widget .more a {
    background:#FFFFFF;
    color: #232447;
    font-size: 14px;
    line-height: 24px;
    left: 0;
    padding: 2px;
    right: 0;
    text-decoration: none;
}

#header_widget_area .widget:hover .more a, #header_widget_area .widget_simpleimage a:hover {
	opacity: 1;
}

#header_widget_area .widget p.more {
    position: relative;
}

#header_widget_area .widget .widgettitle
{
	font-family:"azo-sans-web",sans-serif;
	font-size:18px;
	color:#14446a;
	font-weight:bold;
	border:0;
	text-align:center;
	margin:5px 0;
}

#black-studio-tinymce-2
{
	background:url(../images/lateststock.jpg) no-repeat left top;
	padding:0px 0 0px 50px;
	width: 70%;
}

#black-studio-tinymce-2 p {
    display: table !important;
    line-height: 9px;
    margin: 0 !important;
}

#black-studio-tinymce-3 {
    display: table;
    margin-top: 12px !important;
    width: 29%;
	line-height:1.3;
}

.su-button-style-flat span {
    font-family: "azo-sans-web",sans-serif;
    font-size: 11px !important;
    position: relative;
    top: 0 !important;
}

.su-button-style-flat span {
    color: #FFFFFF;
    font-family: "azo-sans-web",sans-serif;
    font-size: 11px !important;
    position: relative;
    top: 0 !important;
}

.su-button.su-button-style-flat {
    margin-top: 6px;
}

#black-studio-tinymce-2 img {
    border-right: 1px solid #F0F0F0;
}

#main article {
  background:#FFFFFF;
	padding:1px 2px;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0, 0.1);
	padding: 30px;
  border-top: 3px solid #6fa7e7;
}

.home #main article {
  background:transparent;
	padding:1px 2px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0);
	padding: 30px;
  border-top: 0px solid transparent;
}

.sidebar {
    background:#FFFFFF;
    margin-top:0px;
	padding:1px 2px;
	box-shadow:0 -1px 5px #D8D8D8;
}

.blue_border_top
{
	/*height:3px;
	background:#91c5ff;
	width:100%;
	display:block;*/
}

.widgettitle, .page-title
{
	font-family:"azo-sans-web",sans-serif;
	font-size:24px;
	font-weight:bold;
  line-height: 24px;
	color: #232447;
	text-align: center;
  color: #232447;
}
.home .page-title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0px;
  padding: 0px;
  margin: 0;
}
.page-title {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  border-bottom:1px solid #e3e3e3;
  text-align:left;
}

.archive-title, h2.each_sect_h2 {
  text-align: left;
  padding: 30px;
  border-top: 3px solid #6fa7e7;
  background-color: #fff;
  margin: 0 0 30px 0;
  font-family:"azo-sans-web",sans-serif;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0, 0.1);
  text-transform: none;
}

h2.each_sect_h2 {
  font-weight: bold;
  color: #232447;
}

.widgettitle {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}


.widgettitle span
{
	font-size:20px;
	font-weight:bold;
	color:#4d9bf1;
}
#inner-footer {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.footer_top, .footer_bttm
{
  width: 100%;
  padding: 0;
  display: table;
  margin: 0;

}

.footer_top {
   margin-bottom: 40px;

}

.footer_bttm
{
	text-align:right;
	padding:15px 0px;
	border-bottom:0px;
	margin:0px auto;
  font-size: 14px;
	color:#fff;
  line-height: 26px;
  font-weight: 400;
  background-color: #050621;
  max-width: 1200px;
}

.footer_bttm span.websiteby a
{
	font-size: 14px;
	color:#fff;
  line-height: 26px;
  text-decoration: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.footer_top_l
{
	width:66%;
	float:left;
}


.footer_top_r {
    float: right;
    width: 20.5%;
}

.outer_bttm_footer {
  background-color: #050621;
  width: 100%;
}

ul.footer-nav
{
	margin:0px;
}

ul.footer-nav li
{
	float:left;
	margin-top:6px;
  display: inline-block;
  margin-right: 20px;
}

ul.footer-nav li a, ul.footer-nav li a:hover
{
	background:none;
	font-size:14px;
  line-height: 26px;
	color:#fff;
	padding:2px;
	display:inline-block;
  text-transform: uppercase;
}

ul.footer-nav li a:hover
{

}

.footer_top_r .eachline
{
	text-align:left;
	font-size:12px;
  line-height: 26px;
	color:#fff;
	margin-top:4px;
	float:right;
	display:table;
}

.footer_top_r .eachline:first-child
{
	margin-top:0px;
}

.footer_top_r .eachline.footer_phone
{
  font-size: 14px;
  padding-left: 30px;
  background-image: url(../images/footer-tel.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left 2px;
  width: 100%;
  float: right;
  max-width: 278px;
  color: #fff;
}

.footer_top_r .eachline.footer_address
{
  font-size: 14px;
  padding-left: 30px;
  background-image: url(../images/footer-location.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left 2px;
  width: 100%;
  float: right;
  max-width: 278px;
  color: #fff;
  margin-bottom: 5px;
}

.footer_top_r .eachline p
{
	margin:0;
}


article {
    /*padding: 24px 30px;*/
}

.front-page #main {
  width: 100%;
  background: transparent;
  padding: 1px 2px;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  border-top: 0px;
}

.front-page #main section {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.front-page-content {
  max-width: 800px;
  margin: 0 auto;
}

.opening-times {
  max-width: 315px;
  margin: 35px auto 0 auto;
  text-align: left;

}

.opening-times p {
  margin: 5px 0;
}

.opening-times h3 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.opening-times .opening-day {
  width: 210px;
  display: inline-block;
}

.brochure {
  background-color: #232447;
  padding: 11px 0;
  margin-top: 66px;
}

.brochure ul {
  text-align: center;
}

.brochure ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}

.brochure ul li.mobile-only {
  display: none;
}

.brochure ul li h1 a {
  font-size: 24px;
  line-height: 24px;
  color: #fafafa;
  font-weight: bold;
  text-transform: uppercase;
}

.brochure ul li .subtitle a {
  font-size: 16px;
  line-height: 26px;
  color: #dadbf1;
  text-decoration: none;
}

.trailer-insurance {
  margin-top: 70px;
}

.trailer-insurance ul {
  text-align: center;
  margin: 0;
}

.trailer-insurance ul li {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
  margin: 0px 10px;
  opacity: 1;
  padding: 0 10px;
}

.trailer-insurance ul li:hover {
  transition: all ease-in-out 0.4s;
  opacity: 0.6;
}

.trailer-insurance ul li a {
  text-decoration: none;
}
.trailer-insurance ul li a:hover {
  opacity: 1;
}

.trailer-insurance ul li h2 {
  margin: 10px 0px 15px 0px;
}

.trailer-insurance ul li h2 {
  font-size: 18px;
  line-height: 24px;
  color: #232447;
  text-transform: uppercase;
  font-weight: bold;
}

#homepage.sidebar, .sidebar.right {
    padding-bottom: 6px;
    /*width: 277px;*/
}


#homepage.sidebar .widget {
    padding: 0 20px;
	margin:2px 0;
}

#homepage.sidebar .widget .simple-image {
    margin-bottom: 41px;
	margin:0px;
    padding: 2px 0;
}

#page_sidebar .blue_border_top {
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 98%;
}

#page_sidebar, #product_sidebar, #hire_sidebar {
    /*border-top: 3px solid #6fa7e7;*/
}

#text-3 {
    margin-top: 0;
    background: #ebf4ff;
}

    #text-3 .wpcf7-submit {
        padding: 5px 30px 5px 20px;
        background: #232447 url(../images/arrow-white.png) 92% center no-repeat;
        -webkit-background-size: 7px;
        background-size: 7px;
    }

    #text-3 .wpcf7-submit:hover {
        background: #36386e;
    }

.each_sect_wrap
{
	display:table;
	width:100%;
    margin-bottom: 30px;
}



#art_main
{

}

ul.stat_men_ul li a:hover {
    opacity: 1;
}


.each_sect_wrap h1 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
    margin: 0 0 30px 0;
	  border-bottom:1px solid #e3e3e3;
}

.each_sect_wrap.art_first {
	margin-top:0px;
}

.each_sect_wrap.art_first h1 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 30px;
    color: #232447;
}

.each_sect_wrap.art_first article section p, .each_sect_wrap ul li div {
	font-size: 16px;
  line-height: 26px;
}

.each_sect_wrap
{
	margin-top:12px;
}

.each_sect_wrap_inner
{

}

.each_sect_wrap_sub
{
	margin-top:30px;
}

.inner_sec_head {
  background: #fbf9f9;
  color: #535353;
  font-family: "azo-sans-web",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 8px 14px;
	border:1px solid #e0e0e0;
	border-top:0;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	position:relative;
}

.inner_sec_head .bttm_arrw {

}

.each_l_d
{
	float:left;
}

.each_section_list
{
	margin-top:15px;
	font-size:13px;
}

.each_section_list ul
{
	margin:0;
	width:100%;
}

.each_section_list ul li
{
	width:100%;
	display:table;
	padding:20px 6px;
	border-bottom:1px solid #e7e7e7;
}

.each_section_list ul li:first-child
{
	border-top:0;
}

.each_section_list ul li .list_left
{
	font-weight:bold;
	width:45%;
}

.each_section_list ul li .list_mid
{
	font-weight:bold;
	margin:0 2px;
}

.each_section_list ul li .list_right {
    margin-left: 18px;
    width: 45%;
    max-width: 500px;
}


.each_sidebar_sub, .regular_sidebar .widget {
    display: table;
    width: 100%;
	margin-top: 30px;
}

.each_sidebar_sub.frst_box, .regular_sidebar .widget:first-child
{
	margin-top:0px;
}

.each_sidebar_sub_cont, .regular_sidebar .widget {
    display: table;
    width: 100%;

}

h2.side_sec_h {
  font-family: "azo-sans-web",sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #232447;
  text-align: center;
  padding-bottom: 8px;
  color: #232447;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.no_bg.sidebar
{
	background:none;
	padding:0;
	box-shadow:none;
}


.each_sidebar_sub, .regular_sidebar .widget
{
	padding: 1px 2px;
	background: #fbf9f9;
	border: 1px solid #E3E3E3;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0, 0.1);
}

.regular_sidebar .widget, .sidebar .each_sidebar_sub
{
	padding: 30px;
}

.regular_sidebar .widget.TestimonialRotatorWidget {
  padding: 30px 30px 60px 30px;
}

.regular_sidebar .widget p, .sidebar .each_sidebar_sub p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 26px;
}

.sidebar .each_sidebar_sub .captha_wrap input[type=text] {
  max-width: 104px;
}

.sidebar .each_sidebar_sub input[type=submit] {
  position: relative;
  left: -83px;
  top: 10px;
}

.regular_sidebar .widget form p, .sidebar .each_sidebar_sub form p {
  margin: 0;
}

#homepage h4.widgettitle {
    font-size: 17px;
    text-align: center;
}

#testimonialrotatorwidget-2
{
	margin-top:0px;
}

.inf_l, .inf_r
{
	float:left;
	font-family: "azo-sans-web",sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 500;

}

.inf_l
{
	width:20%;
	margin-right:2%;
}

.inf_r {
    float: right;
    font-weight: bold;
    width: 69%;
    text-align: right;
    color: #1b87ff !important;
}

.blw_cont ul.giul li
{

}

.blw_cont ul.giul li:first-child
{
	border:0px;
}

.giul {
    display: table;
    width: 100%;
	margin:0;
}
.giul li {
    float: left;
    width: 100%;
	padding:9px 0;
}

.giul li.li_0 .inf_r {
	color:#6fa7e7;
}

.giul li.li_1 .inf_r {
	color:#6fa7e7;
}

.giul li.li_2 .inf_r {
	color:#6fa7e7;
}

.stat_men_ul li a
{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-family: "azo-sans-web",sans-serif;
	font-size:16px;
  display: inline-block;
	margin-top: 6px;
  padding: 12px 11px 12px 26px;
	position:relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer !important;
}

.stat_men_ul li a.selected, 
.stat_men_ul li a:hover {
  color: #1b87ff;
}

.stat_men_ul li a span
{
	position:absolute;
	height:8px;
	width:12px;
	background:url(../images/men_bul.png) no-repeat left bottom;
	display:block;
	top:22px;
	left:11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.stat_men_ul li a.selected span, 
.stat_men_ul li a:hover span
{
	background:url(../images/menu_bul_blue.png) no-repeat left top;
}


/*************Contact Form Starts***************/

.wpcf7-form-control-wrap
{
	width:100%;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea, .brochure_frm_wrap select
{
	border:1px solid #e0e0e0;
	width:100%;
	padding:5px 10px;
	font-family: "azo-sans-web",sans-serif;
	font-size:14px;
  line-height: 26px;
  margin: 0px 0 10px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

.captha_wrap label {
  padding-bottom: 5px;
  display: inline-block;
}

.captha_wrap input[type=text] {
  line-height: 18px;
  margin: 0;
}

.wpcf7-form-control-wrap textarea
{
	resize:none;
	height:109px;
}

.wpcf7-submit
{
	background:#82b3ea;
	color:#ffffff;
	font-family: "azo-sans-web",sans-serif;
	font-size:16px;
  line-height: 26px;
	border:0px;
	padding:5px 20px;
	border-radius:3px;
}


/*************Contact Form Ends***************/


.weights_ul {
    display: table;
    width: 100%;
}

.weights_ul li {
  float: left;
  padding: 10px 0;
  width: 100%;
	font-family:"azo-sans-web",sans-serif;
	font-size:13px;
	margin-top:4px;
}

.weights_ul li:first-child
{
	margin-top:0px;

}

.weights_ul li .inf_l {
    width: 68%;
}
.weights_ul li .inf_r {
    width: 26%;
}

.weights_ul li.li_odd
{

	color:#4e4d4d;
}

.weights_ul li.li_even
{
	color:#3f4858;

}

.dimension_ul li img {
    width: 100%;
    margin: 10px 0;
}

.dimension_ul li
{
	border:0px !important;
}

.nav.top-nav.clearfix.responsiveSelectFullMenu {
    margin-bottom: 0;
    margin-top: 0;
}

#menu-main-menu
{
	margin-bottom:0;
}


.gal_items .ngg-gallery-thumbnail img {
    background:#FFFFFF;
    border: 0 none;
    height: auto;
    margin: 4px 0 11px 9px;
    padding: 0;
    width: 203px;
}

.gal_items .ngg-gallery-thumbnail img:hover
{
	box-shadow:1px 1px 5px #CCC, -1px -1px 5px #CCC;
}

.ngg-imagebrowser h3 {
  display: none;
}

.ngg-imagebrowser-nav .next, .ngg-imagebrowser-nav .back {
  border: 0px !important;
}


.acc_row ul li
{
	float:left;
	margin:0 16px;
	width:115px;
}

.acc_row ul li.first_li
{
	margin-left:0px;
}

.acc_row ul li.first_li h2 {
  color:
}

.acc_row ul li.last_li
{
	margin-right:0px;
}

.acc_featured_image {
}

.acc_featured_image img {
    max-width: 115px;
    margin: auto;
}

h2.acc_head
{
	font-family:"azo-sans-web",sans-serif;
	font-weight:bold;
	font-size:16px;
  line-height: 24px;
	color:#6fa7e7;
}

h2.acc_price
{
  font-family:"azo-sans-web",sans-serif;
	font-weight:bold;
	font-size:16px;
  line-height: 24px;
	color:#6fa7e7;
}

.acc_desc, .acc_desc p
{
  font-family:"azo-sans-web",sans-serif;
	font-size:16px;
  line-height: 24px;
	color:#595959;
}

.acc_desc p
{
	margin:0px;
}

h2.acc_weight
{
  font-family:"azo-sans-web",sans-serif;
	font-size:16px;
  line-height: 24px;
	color:#595959;
}

.accordian_accerssories_wrap h3.ui-accordion-header {
	border:0px;
	border-radius:0px;
	font-family:"azo-sans-web",sans-serif;
	font-size: 22px;
    font-weight: bold;
	margin-top:22px;
	padding:1px 0px;
}

.accordian_accerssories_wrap h3.ui-accordion-header.ui-accordion-header-active
{
	box-shadow:0 0 5px 3px rgba(0,0,0,0.1);
}

.accordian_accerssories_wrap h3.ui-accordion-header .extra_type_head
{
	background:url(../images/accord_default.png) no-repeat right center;
	padding-right:25px;
}

.accordian_accerssories_wrap h3.ui-accordion-header.ui-accordion-header-active .extra_type_head
{
	background:url(../images/accord_active.png) no-repeat right center;
}

.accordian_accerssories_wrap h3.ui-accordion-header .accrd_head_bttm {
  padding: 20px;
	margin:0 auto -7px auto;
  background-color: #fff;
}

.accordian_accerssories_wrap h3.ui-accordion-header.ui-accordion-header-active .accrd_head_bttm
{

}

.accordian_accerssories_wrap h3.ui-accordion-header .blue_border_top
{
	margin-bottom:15px;
}

.accordian_accerssories_wrap .ui-accordion .ui-accordion-content {
	border:0px;
	box-shadow:0 0 5px 3px rgba(0,0,0,0.1);
	border-radius:0px;
}

.prod_list_outer {
  text-align: center;
}

.prod_list
{
  display: inline-block;
  margin: 30px auto;
  max-width: 695px;
  text-align: center;
}

.prod_list li
{
	width:209px;
  display: inline-block;
	padding:5px;
	box-shadow:1px 1px 4px #e2e2e2, -1px -1px 4px #e2e2e2;
	border:1px solid #e2e2e2;
  margin: 10px;
}

.prod_list li.prod_even
{

}

.prod_list li.prod_odd
{

}

.prod_list li img
{
	height: 145px;
    max-width: 100%;
    width: 197px;
}

h2.cat_title
{
	font-family:"azo-sans-web",sans-serif;
	font-weight:bold;
	color:#000;
	text-align:center;
	font-size:16px;
	margin:7px 0;
}

h2.cat_price
{
	font-family:"azo-sans-web",sans-serif;
	color:#1b87ff;
	text-align:center;
	font-size:12px;
	margin:0 0 7px;
}

.testimonial_rotator_widget blockquote {
  padding: 0px;
}

.testimonial_rotator_widget_wrap {
  margin-top: -20px;
}

.testimonial_rotator_widget blockquote.testimonial_rotator_widget_blockquote
{
	font-family:"azo-sans-web",sans-serif;
	font-size:13px;
	font-style:italic;
	color:#595959;
}

.testimonial_rotator_widget blockquote.testimonial_rotator_widget_blockquote cite
{
	font-family:"azo-sans-web",sans-serif;
	font-size:16px;
  line-height: 26px;
	color:#6fa7e7;
	border-top:1px solid #e0e0e0;
	padding-top:8px;
}

.addrs_title, .address, .ph_email
{
	text-align:left;
	color:#595959;
  font-size: 14px;
  line-height: 26px;
  font-family:"azo-sans-web",sans-serif;
  margin: 0px;
}

.addrs_title {
  margin-bottom: 5px;
  margin-top: 20px;
}

.address
{

}

.address li
{

}

.ph_email a {
  text-decoration: none;
  color: inherit;
}

.ph_email li span {

}

img.alignleft {
    float: left;
    margin-bottom: 11px;
    margin-right: 11px;
    max-width: 313px;
    height: auto;
    pointer-events: none;
}

.acc_row {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.arc_top_img_wrap {
    text-align: center;
}

.shows_ul_li {
    border-bottom: 1px solid #D3D3D3;
    padding: 5px;
  	float:left;
  	width:100%;
  	margin-top:20px;
  	list-style-type:none;
}


.show_left_img {
    float: left;
	width:207px;
}

.show_left_img img
{
	width:100%;
	margin:0px;
}

.show_right_wrap {
	margin-left:7px;
}

.show_info li, .show_info li a, .show_info li span
{
	font-family:"azo-sans-web",sans-serif;;
	font-size:16px;
  line-height: 26px;
	color:#595959;
	text-decoration:none;
	word-wrap:break-word;
}

.show_info li {
  padding: 5px 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin-left: 10px;
}

.show_info li:first-child
{
	border-top:0px;
}

.show_info li .show_label
{
	color:#8f8f8f;
}

h2.show_title {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: bold;
	margin:8px 0;
  position: relative;
  left: 10px;
}

ul.show_info {
  margin: 0;
  display: inline-block;
  max-width: 445px;
  width: 100%;
}

.show_label, .show_dot, .show_info_d {
    float: left;
}

.show_label
{
	width:20%;
}

.show_dot
{
	width:5%;
	text-align:center;
}

.show_info_d p
{
	margin:0px;
}

.show_info_d {
    width: 75%;
}

.shows_ul {
	 margin-top: 0px;
	 margin-bottom:0px;
}

.ui-tabs .ui-tabs-panel.show_each_tab {
    padding: 6px 2px;
    height: 100%;
    display: inline-block;
    width: 100%;
    height: auto !important;
}

.ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-panel p {
  font-size: 16px;
  line-height: 36px;
}

.shows_ul li.shows_ul_li:last-child {
  border-bottom: 0px;
}

.shows_ul li:first-child {
    margin-top: 5px;
}


/*************Pagination***********/

nav.pagination {
    float: left;
    width: 100%;
}
.pagination ul.page-numbers {
    display: table;
    margin: 0 auto;
    width: auto;
}
.page-numbers > li {
    float: left;
    margin: 0 5px;
}
.page-numbers li .page-numbers {
    font-family: "azo-sans-web",sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
.page-numbers.current {
    color: #1B87FF;
}
.next.page-numbers {
    font-size: 15px !important;
}
/************Pagination**************/

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

.gallery .gallery-item {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    float: left;
    margin: 10px;
    text-align: center;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 28%;
}
.gallery .gallery-item img {
    max-width: 100%;
}
.gallery .gallery-item dd {
    border-top: 1px solid #E0E0E0;
    color: #333333;
    font-family: "azo-sans-web",sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 35px;
    padding-top: 5px;
}

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


.brochure_frm_wrap ul {
    float: left;
    margin: 0;
    width: 100%;
}
.brochure_frm_wrap ul li {
    float: left;
    margin-top: 13px;
    width: 100%;
}
.brochure_frm_wrap ul li label {
    color: #14446A;
    float: left;
    line-height: 24px;
    font-family: "azo-sans-web",sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}
.brochure_frm_wrap ul li label .red_star {
    color: #FF0000;
    margin-left: 4px;
}

.brochure_frm_wrap ul li .wpcf7-list-item {
    float: left;
    margin-top: 3px;
    width: 48%;
}

.brochure_frm_wrap ul li .wpcf7-list-item label {
    font-family: "azo-sans-web",sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}


/******Used Stocks************/

.used_stock_before_cont {
    float: left;
    margin-top: 8px;
    width: 100%;
}

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

.used_stock_before_cont_l {
    float: left;
    width: 43%;
}

.used_stock_before_cont_l a {
    pointer-events: none;
}

.used_stock_before_cont_l img {
    height: auto;
    width: 100%;
    max-width: 313px;
}
.used_stock_before_cont_r {
    float: right;
    width: 55%;
}

.used_stock_before_cont_r ul {
    margin-top: 0;
}

.used_stock_before_cont_r ul li {
    color: #333333;
    float: left;
    font-family: "azo-sans-web",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 6px;
    padding-top: 5px;
    width: 100%;
}

.used_stock_before_cont_r ul li:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.used_stock_before_cont_r ul li .l_head {
    float: left;
    font-weight: normal;
    width: 25%;
    font-size: 14px;
    line-height: 28px;
}
.used_stock_before_cont_r ul li .r_head {
    float: right;
    width: 70%;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}


.equi-tabs.ui-tabs {
    background: none;
    border: 0 none;
    margin-top: 2px;
    padding: 0;
}
.equi-tabs .ui-tabs-nav {
    background: none;
    border: 0 none;
	padding:0px !important;
}

.equi-tabs .ui-tabs-nav li
{
	border-radius:0px;
}

.equi-tabs .ui-tabs-nav li a {
    font-family: "azo-sans-web",sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.equi-tabs .ui-tabs-panel {
    background:#FFFFFF !important;
    border: 1px solid #D1D1D1 !important;
	border-radius:0px !important;
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.equi-tabs .ui-tabs-panel img {
    max-width: 313px;
    height: auto;
    pointer-events: none;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.equi-tabs .ui-tabs-nav li.ui-state-default {
    border: 1px solid #CCCCCC;
	border-bottom:0px;
  background-color: #e0e0e0;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.each_sect_wrap.each_used_stock_main {
    padding-bottom: 21px;
}

/******Used Stocks************/


.kwayy-html-sitemap-post-list a {
    color: #666666;
    font-family: "azo-sans-web",sans-serif;
    font-weight: 400;
    text-decoration: none;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.kwayy-html-sitemap-post-list a:before {
    content: "\f0da";
    font-family: "azo-sans-web",sans-serif;
    margin-right: 9px;
		-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


.kwayy-html-sitemap-post-list a:hover:before {
    color:#82B3EA;
}

.kwayy-html-sitemap-post-title code {
    color: #000000;
    font-family: "azo-sans-web",sans-serif;
    font-size: 20px;
}
.kwayy-html-sitemap-post-list {
    margin-top: 5px;
}
.kwayy-html-sitemap-post-title {
    line-height: 22px;
    margin-bottom: 2px;
}


.kwayy-html-sitemap-post-list li {
    margin-bottom: 4px;
}


div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    color: #FF0000;
    float: left;
}

div.wpcf7-response-output
{
	float:left;
}

.simple-image img {
    max-width: 100%;
}

/********gallery popup**********/
#lightbox-nav-btnPrev{
    background:url("../images/mob_left.png") no-repeat !important;
    height: 60px !important;
    margin-left: 2%;
    margin-top: 19%;
    width: 60px !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.6 !important;
}

#lightbox-nav-btnNext
{
	background:url("../images/mob_right.png") no-repeat !important;
    height: 60px !important;
    margin-right: 2%;
    margin-top: 19%;
    width: 60px !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.6 !important;
}

#lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:hover
{
	opacity:0.9 !important;
}


.main_banner_wrap iframe {
    width: 100%;
}

.metaslider, .acf-map {
  border-bottom: 6px solid #6fa7e7;
}



.show_only_content ul li::before {
    color: #121a49;
    content: "\f101";
    font-family: "azo-sans-web",sans-serif;
    font-size: 21px;
    left: 0;
    position: absolute;
    top: auto;
}
.show_only_content ul li {
    margin-bottom: 8px;
    padding-left: 19px;
    position: relative;
}
.show_only_content {
    padding: 0 8px;
}


.equi-tabs .ui-tabs-panel ul {
    list-style-type: unset;
}

/* Mobile Menu Icon Styles */
.container {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #232447;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px);
    position: relative;
    top: 3px;

}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    position: relative;
    top: 3px;

}

/********************** MOBILE AND TABLE MEDIA QUERIES **********************/
@media only screen and (max-width: 1200px) {
  #inner-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-wrapper {
    padding: 0 20px;
  }
  .footer {
    padding: 40px 20px 20px 20px;
  }

  .main_menu_wrap .nav li a {
    font-size: 12px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1160px) {
  ul.footer-nav li a, ul.footer-nav li a:hover, .footer_top_r .eachline.footer_address, .footer_top_r .eachline.footer_phone, .footer_bttm {
    font-size: 12px;
  }
  ul.footer-nav li {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 1097px) {
  .brochure ul li.mobile-only {
    display: block;
  }
  .brochure ul li.desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 1112px) {
  #logo img {
    max-width: 300px;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 1018px) {
  .captha_wrap_r {
    margin-left: 5px;
    float: none;
  }
}

@media only screen and (max-width: 1002px) {

  .main_menu_wrap .nav li a {
    padding: 0 4px;
  }

  #inner-content {
    padding: 0 20px;
  }

  select.responsiveMenuSelect {
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      color: #4D9BF1;
      font-family: "azo-sans-web",sans-serif;
      font-size: 17px;
      font-weight: bold;
      padding: 10px 1%;
      width: 100% !important;
  }

  .trailer-insurance {
    padding: 20px;
  }

  .trailer-insurance ul li {
    display: block;
    margin: 20px auto;
    max-width: 469px;
  }

  .trailer-insurance ul li img {
    width: 100%;
    max-width: 200px;
  }

  .trailer-insurance ul li h2 {
    padding: 5px 0 10px 0;
    margin: 0px;
  }

}

@media only screen and (max-width: 970px) {
  .header-wrapper {
    padding: 0px;
  }
  #logo {
    width: 100%;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
  }
  .header_r {
    margin: 0;
		width:100%;
		margin-top:0px;
  }
  .header_r ul {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .header_r ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
  }
  .header_r ul li.mobile-only {
    display: inline-block;
    cursor: pointer;
    width: 45%;
    border-left: 1px solid #e0e0e0;
  }
  .header_r ul li.mobile-only a.menu:hover {
    opacity: 1;
  }
  .header_r ul li.mobile-only .container {
    max-width: 100%;
    margin: 0 auto;
    float: right;
  }
  .header_r ul li.phone {
    background-size: 21px auto;
    background-position: left;
    line-height: inherit;
    margin-right: 0px;
    width: 45%;
    text-align: left;
  }
  .header_r ul li.phone a {
    font-size: 14px;
    line-height: 24px;
  }
  .header_r ul li.email,
  .header_r ul li.head_social a {
    display: none;
    margin-top: 0;
  }
  .main_menu_wrap {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 136px;
  }
  .main_menu_wrap #menu-main-menu {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .main_menu_wrap #menu-main-menu li {
    float: none;
  }
  .main_menu_wrap .nav li {
    display: block;
    border-left: 0px;
    background-color: #f7f6f5;
    border-bottom: 1px solid #e0e0e0;
  }
  .main_menu_wrap .nav li a {
    font-size: 13px;
    line-height: 24px;
    padding: 10px 25px;
  }
  .main_menu_wrap .nav li:hover ul.sub-menu,
  .main_menu_wrap .nav li:hover ul.sub-menu li:hover ul.sub-menu {
    display: none;
  }
  .main_menu_wrap .nav li ul.sub-menu {
    position: relative;
  }
  .main_menu_wrap .nav li ul.sub-menu li ul.sub-menu {
    right: 0;
  }
  .main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li a {
    padding: 15px 60px;
  }
  .main_menu_wrap .nav li:hover a,
  .main_menu_wrap .nav li:hover ul,
  .main_menu_wrap .nav li ul.sub-menu li:hover,
  .main_menu_wrap .nav li ul.sub-menu li:hover a {
    background-color: #f7f6f5;
  }
  .menu-item-has-children a, .menu-item-has-children:hover {
    background-image: url(../images/mobile-dropdown.png);
    background-repeat: no-repeat;
    background-position: 95%;
  }
  .main_menu_wrap .nav li ul.sub-menu li,
  .main_menu_wrap .nav li ul.sub-menu li ul.sub-menu li {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
  }
  .main_menu_wrap .nav li ul.sub-menu li a {
    padding: 15px 40px;
  }
  .main_menu_wrap .nav li ul.sub-menu,
  .main_menu_wrap .nav li ul.sub-menu li ul.sub-menu {
    width: 100%;
    display: none;
  }
  .footer_top_l,
  .footer_top_r,
  .footer_top_r .eachline.footer_address,
  .footer_top_r .eachline.footer_phone {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer_bttm {
    text-align: center;
  }

  ul.footer-nav {
    margin: 0px auto;
    max-width: 580px;
  }

  .footer_top_r .eachline.footer_address,
  .footer_top_r .eachline.footer_phone {
    background-position: top center;
    padding-top: 30px;
    margin-top: 10px;
    padding-left: 0;
  }
  .header_sidebar_wrap {
    margin-top: 0;
  }
  #homepage.sidebar, .sidebar.right, #main, #art_main {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #homepage.sidebar, .sidebar.right {
      margin: 20px auto 0 auto;
      max-width: 356px;
      width: 100%;
  }
  .sub-menu {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
  }
}

@media only screen and (max-width: 884px)
{

.header_r ul li {
    margin-left: 0;
    text-align: left;
}

#inner-header a {
    float: none;
    margin:0;
    text-align: center;
    width: 100%;
}


.acc_featured_image img {
    max-width: 100%;
}

#jquery-lightbox > div {
    height: auto !important;
    max-width: 100%;
}
#lightbox-container-image > img {
    float: left;
    height: auto;
    max-width: 100%;
}

}

@media only screen and (max-width: 800px) {

  #main, #art_main {
      margin: 0 auto;
      padding-left: 0.5%;
      padding-right: 0.5%;
  }

  #homepage h4.widgettitle {
      font-size: 16px;
  }

  #header_widget_area
  {
  	min-height:122px;
  }

  #header_widget_area .widget .more a
  {
  	position:relative;
  }

  #header_widget_area {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      padding-left: 0;
  }


  .each_section_list ul li .list_left {
      width: auto;
  }
  .each_section_list ul li .list_right {
      margin-left: 0;
      width: 100%;
  }



  .show_left_img {
      width: 48%;
  }
  .show_right_wrap {
      margin-left: 2%;
  }
  .prod_list {
    margin: 0;
    max-width: 100%;
    text-align: center;
  }


}

@media only screen and (min-width: 768px) {
    .onecol {
        width: 5.801104972%;
    }

    .twocol {
        width: 14.364640883%;
    }

    .threecol {
        width: 22.928176794%;
    }

    .fourcol {
        width: 31.491712705%;
    }

    .fivecol {
        width: 40.055248616%;
    }

    .sixcol {
        width: 48.618784527%;
    }

    .sevencol {
        width: 57.182320438000005%;
    }

    .eightcol {
        width: 65.74585634900001%;
    }

    .ninecol {
        width: 74.30939226%;
    }

    .tencol {
        width: 82.87292817100001%;
    }

    .elevencol {
        width: 91.436464082%;
    }

    .twelvecol {
        width: 99.999999993%;
    }

    .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%;
    }

    .first {
        margin-left: 0;
    }

    .last {
        float: right;
    }

    /*.wrap {
        max-width: 1200px;
    }*/

    .nav {
        border: 0;
    }

    .nav li {
        position: relative;
    }

    .nav li a {
        border-bottom: 0;
    }

    .nav li a:hover,.nav li a:focus {
        outline: none;
    }
    a:focus, li:focus {
      outline: none;
    }

    .nav li ul.sub-menu,.nav li ul.children {
        margin-top: 0;
        display: block;
        z-index: 8999;
    }

    .nav li ul.sub-menu li a,.nav li ul.children li a {
       /* padding-left: 10px;
        border-right: 0;
        border-bottom: 1px solid #ccc;*/
		display: block;
		/*width: 180px;*/
    }

    /*.nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a {
        border-bottom: 0;
    }*/

    .nav li:hover ul {
        top: auto;
        display: block;
    }

    .sidebar {
        /*margin-top: 2.2em;*/
    }

    .widgettitle {

    }

    .widget {
        padding: 0 10px;
        margin: 0 0 30px 0
    }

    .widget ul li {
        margin-bottom: 0.75em;
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
}

@media only screen and (min-width: 755px) {

.acc_row ul li {
    margin: 0 3% !important;
    width: 27%;
}

.acc_featured_image img {
    max-width: 100%;
}

}

@media only screen and (max-width: 755px) {
  #header_widget_area .widget {
    width: 50%;
    padding: 15px 0;
  }
  #header_widget_area .widget:nth-child(1), #header_widget_area .widget:nth-child(2) {
    border-bottom: 1px solid #EFEFEF;
  }
}

@media only screen and (max-width: 630px) {
  .footer_logo {
    display: none;
  }
  ul.footer-nav li {
    float: none;
    display: block;
    margin-right: 0px;
  }
  .footer_top_l {

  }
}

@media only screen and (max-width: 540px) {

  .footer {
    padding: 20px 30px;
  }

  .footer_bttm span.websiteby a {
    display: block;
    border-left: 0px;
  }

	#main, #art_main
	{
		float:none;
		width:99%;
	}

#homepage.sidebar, .sidebar.right {
    float: none;
    margin: 25px auto 0;
    width: 99%;
}


.footer_top_r .eachline
{
	max-width:100%;
}

.footer_top_l {
    float: none;
    margin-bottom: 25px;
    width: 100%;
}

.footer_top_r .eachline {
    float: left;
    text-align: left;
    width: 100%;
}

.footer_address.eachline > p {
    float: left;
    text-align: left !important;
}

.header_sidebar_wrap {
    margin-top: 0 !important;
}

.footer_top_r {
    padding-top: 8px;
    width: 100%;
}

.footer_top_r .eachline.footer_address, .footer_top_r .eachline.footer_phone {
  background-position: left 2px;
  text-align: left;
  padding-top: 0px;
  padding-left: 30px;
}

.footer_logo.eachline > img {
    float: left;
    max-width: 299px;
    width: 100%;
}

#page_sidebar {
    margin-top: 25px;
}


.ui-tabs .ui-tabs-nav li a {
    display: block;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 98% !important;
}

.ui-tabs .ui-tabs-nav li
{
	width:100%;
}

.footer #inner-footer {
  max-width: 260px;
}

}


@media only screen and (max-width: 500px) {

  .front-page .page-title {
    margin-top:20px;
  }
  body, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-panel p, .each_sect_wrap.art_first article section p, .each_sect_wrap ul li div, section.entry-content, .show_info li, .show_info li a, .show_info li span {
    font-size: 14px;
    line-height: 26px;
  }
  h1, .h1, h2, .h2, .each_sect_wrap.art_first h1, .each_sect_wrap h1 {
    font-size: 18px;
    line-height: 24px;
  }
  #main article {
    padding: 20px;
  }
  .each_sect_wrap.art_first h1 {
    padding-bottom: 0px;
  }
  .each_sect_wrap h1 {
    margin: 0px;
  }
  #inner-header a {
  	width:100%;
  }
  .home #main article {
    padding: 0px;
  }
  .opening-times .opening-day {
    width: 189px;
  }

  .prod_list li {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    max-width: 356px;
  }
  .prod_list li img {
    height: auto;
    width: 100%;
  }
  .brochure ul li.mobile-only img {
    width: 100%;
  }
  #inner-content {
    margin-top: 0px;
  }
  .widgettitle, .page-title {
    font-size: 18px;
  }
  .front-page #main section, .opening-times h3, .brochure ul li .subtitle a {
    font-size: 14px;
  }
  section.entry-content {
    margin-top: 10px;
  }
  .brochure {
    padding:20px;
  }
  .brochure ul li {
    margin: 0;
  }
  .brochure ul li h1 a {
    font-size: 18px;
  }

  .brochure ul li h1, .brochure ul li .subtitle {
    text-align: left;
  }
  .each_sect_wrap {
    display: inline-block;
    padding: 20px;
  }
  .each_sect_wrap img {
    width: 100%;
    height: auto;
  }
  article {
    padding: 0px;
  }
  .acc_row {
    margin: 0;
  }
  .acc_row ul li {
    float: none;
    width: auto;
    margin: 20px 0;
  }
  .captha_wrap_r {
    margin-left: 0px !important;
    float: none !important;
  }
  .each_sidebar_sub_cont, .regular_sidebar .widget {
    padding: 0px;
  }
  .regular_sidebar .widget, .sidebar .each_sidebar_sub {
    padding: 20px 20px 30px 20px;
  }
  .used_stock_before_cont_r, .used_stock_before_cont_l, .used_stock_before_cont_r ul li .l_head, .used_stock_before_cont_r ul li .r_head {
    float: none;
    width: 100%;
  }
  .used_stock_before_cont {
    float: none;
  }
  .used_stock_before_cont_r ul li span {
    display: block;
  }
  .used_stock_before_cont_r {
    display: inline-block;
    margin-bottom: 10px;
  }
  .used_stock_before_cont_r ul li .r_head, .show_info_d {
    margin-left: 10px;
  }
  .equi-tabs.ui-tabs {
    margin-top: 20px;
  }
  .show_label {
    width: 100%;
  }
  blockquote {
    margin: 0px;
  }
  .trailer-insurance {
    margin-top: 0px;
  }
  .footer {
    margin-top: 30px;
  }


}

@media only screen and (min-width: 481px) {
    .entry-content .alignleft,.entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .entry-content .alignright,.entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .entry-content .aligncenter,.entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
}

@media only screen and (max-width: 400px) {
  .header_r ul li.mobile-only {
    width: 18.3%;
  }
  .header_r ul li.mobile-only .container {
    max-width: 30px;
    margin: 0 auto;
    float: none;
  }
  .header_r ul li.phone {
    width: 77%;
    margin-left: 15px;
  }
}


@media only screen and (max-width: 350px)
{

.acc_row ul li {
    border-top: 1px solid #E2E2E2;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 8px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
}

.acc_row ul li:first-child {
    border: 0 none;
    margin-top: 0;
}


.show_left_img {
    width: 100%;
}
.show_right_wrap {
    margin-left: 0;
    width: 100%;
}


}


@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after,a:visited:after {
        content: " (" attr(href) ")";
    }

    a abbr[title]:after,a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }@    page {
        margin: 0.5cm;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    .sidebar,.page-navigation,.wp-prev-next,.respond-form,nav {
        display: none;
    }
}

/* Google Maps */
.acf-map {
	width: 100%;
	height: 610px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

@media only screen and (max-width: 1000px) {
  .acf-map {
    height: 200px;
  }
}

/* WDL STYLING FORM USED, NEW & EX STOCK */
.stat_men_ul,
.weights_ul {
    margin-bottom: 0px;
}

.stat_men_ul li:last-child a,
.weights_ul li:last-child {
    padding-bottom: 0px;
}

.wdl-section-stock {
    display: block;
    padding: 0px;
    border: 0px;
    position: relative;
    top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.1);
    -ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.1);
    -o-box-shadow: 0px 0px 10px 1px rgba(0,0,0, 0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.wdl-section-stock:hover {
    top: -10px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0, 0.1);
    -ms-box-shadow: 0px 0px 10px 10px rgba(0,0,0, 0.1);
    -o-box-shadow: 0px 0px 10px 10px rgba(0,0,0, 0.1);
}

.wdl-section-stock img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.wdl-section-stock .product-content {
    padding: 25px 30px 80px 30px;
    text-align: center;
    position: relative;
}

.wdl-section-stock .product-content h2 {
    font-size: 18px;
    line-height: 24px;
    color: #232447;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3, h3 span {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #232447 !important;
    margin: 30px 0 20px 0 !important;
}

.wdl-section-stock .product-content p {
    font-size: 13px;
    line-height: 26px;
    color: #1b87ff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}

.wdl-section-stock a {
    text-decoration: none;
}

.entry-content h2,
.entry-content h1 {
    font-size: 24px;
    line-height: 24px;
    color: #232447;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.entry-content h2 {
    margin-top: 30px;
}

/* SLIDESHOW ALTERATIONS */
.ngg-imagebrowser-nav .counter {
    display: none;
}

.ngg-imagebrowser {
    position: relative;
}

.ngg-imagebrowser .pic {
    margin: 0px !important;
    border: 0px !important;
}

.ngg-imagebrowser .pic a {
    margin: 0px !important;
}

.ngg-imagebrowser .pic.pic a:hover {
    opacity: 1 !important;
}

.ngg-imagebrowser-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-height: 40px;
    z-index: 999;
}

.ngg-browser-prev,
.ngg-browser-next {
    background-size: 27px auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 26px 16px;
    background-color: #F7F6F5;
    font-size: 0px;
    color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ngg-browser-prev {
    background-image: url(../images/slider-arrow-left.png);
}

.ngg-browser-next {
    background-image: url(../images/slider-arrow-right.png);
}

.ngg-browser-next:hover,
.ngg-browser-prev:hover {
    background-size: 29px auto;
}

#lightbox-container-image-data-box {
    display: none !important;
}

.ngg-gallery-thumbnail img {
    margin: 4px 0px 2px 0px !important;
}

#lightbox-nav-btnNext {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    right: 10px !important;
}

#lightbox-nav-btnPrev {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    left: 10px !important;
}

#lightbox-image,
#lightbox-container-image-box {
    max-width: 1000px !important;
    max-height: 500px !important;
    width: auto;
    height: 100%;
}

#lightbox-image {
    padding: 0 100px;
}

#lightbox-container-image {
    background-color: #fff;
}
 
/* SIDEBAR CONTENT */
.widget_nav_menu {
    background-color: #fff !important;
    padding: 30px 30px 20px 30px !important;
}

.widget_nav_menu ul,
.widget_nav_menu li {
    margin: 0px !important;
}

.widget_nav_menu li.current-menu-item a {
    color: #1b87ff;
}

.widget_nav_menu a {
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    text-decoration: none;
}

.widget_nav_menu a:before {
    content: "";
    width: 0px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #7e7e7e;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.widget_nav_menu a:hover:before {
    left: 5px;
}

.widget_nav_menu li.current-menu-item a:before {
    border-left-color: #1b87ff;
}

#text-4,
#text-2 {
    background-color: #1b87ff !important;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 30px;
}

#text-4 h1,
#text-4 h2,
#text-4 h3,
#text-4 h4,
#text-4 h5,
#text-4 h6,
#text-4 p,
#text-4 a,
#text-4 label,
#text-2 h1,
#text-2 h2,
#text-2 h3,
#text-2 h4,
#text-2 h5,
#text-2 h6,
#text-2 p,
#text-2 a,
#text-2 label {
    color: #fff;
    margin: 0;
}

#text-4 h4,
#text-2 h4 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#text-4 form,
#text-2 form {
    margin-top: 20px;
}

#text-4 form input[type=text],
#text-4 form input[type=email],
#text-4 form textarea.
#text-2 form input[type=text],
#text-2 form input[type=email],
#text-2 form textarea {
    font-size: 14px;
    line-height: 26px;
    color: #858585;
}

#text-4 form input[type=text],
#text-4 form input[type=email],
#text-2 form input[type=text],
#text-2 form input[type=email] {
    margin: 0px 0 15px 0
}

#text-4 form .captha_wrap_l,
#text-2 form .captha_wrap_l {
    padding: 1px 0;
    background-color: #fff;
}

#text-4 form .wpcf7-submit,
#text-2 form .wpcf7-submit {
    position: relative;
    top: 0px;
    font-size: 16px;
    line-height: 25px;
    background-color: #232447;
    padding: 8px 45px 8px 30px;
    background-image: url(../images/arrow-right-white.png);
    background-position: right 30px center;
    background-size: 6px auto;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#text-4 form .wpcf7-submit:hover,
#text-2 form .wpcf7-submit:hover {
    top: -5px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
}

#text-4 form .wpcf7-submit:focus,
#text-2 form .wpcf7-submit:focus {
    outline: none;
}

.captcha-544 .wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    float: none;
    margin: 20px 0 0 0;
    border-color: #fff;
    color: #fff;
    padding: 20px;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    margin-top: -15px;
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    line-height: 26px;
    color: #858585;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    line-height: 26px;
    color: #858585;
}

::placeholder {
    font-size: 14px;
    line-height: 26px;
    color: #858585;
}

/* MEDIA QUERIES */
@media only screen and ( max-width: 970px ) {
    
    article,
    article h1 {
        text-align: center !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        border-bottom: 0px !important;
        margin-top: 16px !important;
    }

    section {
        margin-top: 0px;
    }

    section p:first-child {
        margin-top: 0px;
    }

    section p:last-child {
        margin-bottom: 0px;
    }

    .wdl-section-stock {
        margin: 0;
        margin-bottom: 40px;
    }

    .sidebar-no-mobile {
        display: none;
    }

    .footer {
        margin-top: 70px !important;
    }

    #inner-content {
        margin-top: 0px;
    }

    .single article, .single article h1 {
        text-align: left !important;
    }

    .single h1 {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .entry-content h2 {
        padding: 0px;
        margin: 0px ;
        border-bottom: 0px;
    }

    #homepage.sidebar, .sidebar.right {
        margin: 0px auto;
        max-width: 100%;
        width: 100%;
    }

    .each_sect_wrap {
        padding: 0px !important;
    }

    .article-footer {
        display: none;
    }

    .widget {
        margin-bottom: 20px !important;
    }

    .each_sidebar_sub, .regular_sidebar .widget {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .wdl-section-stock .product-content p {
        position: relative;
        margin-top: 50px;
        font-size: 15px;
    }

    .wdl-section-stock .product-content {
        padding: 30px;
    }

}

/* GRID SYSTEM */
.col-center {
  float: none !important;
  margin: 0 auto !important;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
*/
@media (max-width: 767px) {

    #gform_2 .gform_title {
        padding: 0 8px !important;
    }

  .row {
    margin: 0 -8px !important;
  }

  .row-edge {
    margin: 0 !important;
  }

  .m-all {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 100% !important;
  }

  .m-1of2 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 50% !important;
  }

  .m-1of3 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 33.33% !important;
  }

  .m-2of3 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 66.66% !important;
  }

  .m-1of4 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 25% !important;
  }

  .m-3of4 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 75% !important;
  }

  .m-1of10 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 10% !important;
  }
  .m-9of10 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 90% !important;
  }

  .m-1of5 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 20% !important;
  }

  .m-4of5 {
    float: left;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 80% !important;
  }

  .m-no-pad {
    padding: 0;
  }

}


/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {

    #gform_2 .gform_title {
        padding: 0 12px !important;
    }

  .row {
    margin: 0 -12px !important;
  }


  .t-all {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 100% !important;
  }

  .t-1of2 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 50% !important;
  }

  .t-1of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 33.33% !important;
  }

  .t-2of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 66.66% !important;
  }

  .t-1of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 25% !important;
  }

  .t-3of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 75% !important;
  }

  .t-1of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 20% !important;
  }

  .t-2of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 40% !important;
  }

  .t-3of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 60% !important;
  }

  .t-7of7 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 70% !important;
  }

  .t-3of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 30% !important;
  }

  .t-4of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 80% !important;
  }

  .t-1of10 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 10% !important;
  }

  .t-9of10 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 90% !important;
  }

}

/* Landscape to small desktop */
@media (min-width: 1030px) {

    #gform_2 .gform_title {
        padding: 0 12px !important;
    }

  .row {
    margin: 0 -12px !important;
  }

  .d-all  {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 100% !important;
  }

  .d-1of2 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 50% !important;
  }

  .d-1of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 33.33% !important;
  }

  .d-2of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 66.66% !important;
  }

  .d-1of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 25% !important;
  }

  .d-3of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 75% !important;
  }

  .d-1of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 20% !important;
  }

  .d-2of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 40% !important;
  }

  .d-3of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 60% !important;
  }

  .d-7of7 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 70% !important;
  }

  .d-3of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 30% !important;
  }

  .d-4of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 80% !important;
  }

  .d-1of10 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 10% !important;
  }
  .d-9of10 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 90% !important;
  }
}

/* Large desktop */
@media (min-width: 1240px) {

    #gform_2 .gform_title {
        padding: 0 12px !important;
    }

  .row {
    margin: 0 -12px !important;
  }

  .xl-all  {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 100% !important;
  }

  .xl-1of2 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 50% !important;
  }

  .xl-1of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 33.33% !important;
  }

  .xl-2of3 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 66.66% !important;
  }

  .xl-1of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 25% !important;
  }

  .xl-3of4 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 75% !important;
  }

  .xl-1of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 20% !important;
  }

  .xl-2of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 40% !important;
  }

  .xl-3of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 60% !important !important;
  }

  .xl-4of5 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 80% !important;
  }

  .xl-1of10 {
    float: left;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 10% !important;
  }
}
/* GRID SYSTEM END 

/* CLEARFIX */
.clearfix, .cf {
  zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after { 
    content: ""; 
    display: table; 
}

.clearfix:after,
.cf:after { 
    clear: both; 
}
