/* Main Styles */
body {
    background-color: #ffffff;
    font-family: 'Open Sans', arial, helvetica;
    font-size: 100%;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}


.justified {
    text-align: justify !important;
}

strong {
    font-weight: 600;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777777;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}


a {
    color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.salexis-tagline h1 {
	font-size: 1.4em;
	color: #777777;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px 15px 0px;
}

.homeabout .salexis-tagline h1 {
	font-size: 2em;
	color: #989898;
}

.salexis-tagline p {
	font-size: 1.1em;
	color: #898989;
	font-weight: 400;
	text-align: center;
}

.salexis-text h1 {
	font-size: 2em;
	color: #292929;
	font-weight: 700;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.salexis-text p {
	font-size: 0.8em;
	color: #898989;
	font-weight: 400;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

.salexis-text.bigtxt p {
	font-size: 1.1em;
}

.wrap img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.header-left-region {
    float: left;
    width: 50%;
    text-align: left;
	margin: 13px 0px;
}

.header-left-region img {
    float: left;
}

.mobilelogo {
	width: 100%;
	float: left;
	display: none;
}

.header-right-region {
    float: right;
    width: 30%;
	font-size: 1.1em;
	color: #9d9d9d;
	font-weight: 600;
	line-height: 1.2em;
    text-align: left;
	margin: 15px 0px;
}

.header-right-region .span1 {
	width: 100%;
	float: left;
}

.header-right-region .span2 {
	width: 100%;
	float: left;
	font-size: 1.4em;
	color: #393939;
	line-height: 0.8em;
	font-weight: 400;
	margin: 4px 0px;
}

.header-right-region .span3 {
	width: 100%;
	float: left;
}

.header-right-region .span3 a {
	color: #9d9d9d;
}

.wrapper {
    width: 950px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
	float: left;
}

.wrap .wrap .centerbox {
    width: 100%;
	float: left;
}

.wrapper-padding {
    padding: 35px 0px;
}

.inner-wrapper {
    width: 1045px;
    margin: 0 auto;
}

.eight {
    width: 50%;
    float: left;
}

.third {
    width: 33.33333333333333%;
    float: left;
}

/* Header */
body > header {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
	border-top: 7px solid #d0d0d0;
}

header > div.header-wrapper {
    width: 950px;
    margin: 0 auto;
}

header > div.header-wrapper > h1 > a {
    font-size: 3em;
    text-decoration: none;
    color: #444444;
    font-weight: 200;
    line-height: 1.5;
}

header > div.header-wrapper > h2 {
    font-size: 1.5em;
    padding: 5px 0px;
}    

/* Navigation */

.menu-header {
	width: 950px;
	margin: 0 auto;
}

.menu-header ul {
	width: 100%;
	float: left;
}

body > header nav {
    background-color: #2c2c2c;
}

body > header nav .menu, .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > header nav .menu li {
    position: relative;
}

body > header nav .menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

body > header nav .menu > li {
    float: left;
    margin-bottom: 0px;
}

body > header nav .menu li:hover > ul,
body > header nav .menu li.sfHover > ul {
    display: block;
}

body > header nav .menu a {
    display: block;
    position: relative;
}
body > header nav .menu ul ul {
    top: 0;
    left: 100%;
}

body > header nav .menu {
    float: left;
}

body > header nav .menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    margin-bottom: 0px;
}

body > header nav .menu a {
    padding: 15px;
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #ffffff;
    font-size: 1em;
    font-weight: 900;
}

body > header nav .menu .current-menu-item a {
	color: #ffffff;
}

body > header nav .menu .current-menu-item li:last-child a {
	color: #ffffff;
}

body > header nav .menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 0px;
}

body > header nav .menu ul li {
    background: #323232;
}

body > header nav .menu ul li:last-child {
	float: none;
	background: #323232;
}

body > header nav .menu .sub-menu li {
	min-width: 13em;
}

body > header nav .menu .sub-menu li a {
	font-size: 0.7em;
	padding: 10px 15px;
}

body > header nav .menu .current-menu-item .sub-menu li a {
	color: #ffffff;
}

body > header nav .menu ul li:last-child:hover {
	background: #555555;
}

body > header nav .menu ul li:last-child a {
	color: #ffffff;
}

body > header nav .menu ul ul li {
    background: #323232;
}

body > header nav .menu ul ul li a {
    font-size: 0.9em;
}

body > header nav .menu li:hover,
body > header nav .menu li.sfHover {
    background: #555555;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

body > header nav .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

body > header nav .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}

body > header nav .sf-arrows > li > .sf-with-ul:focus:after,
body > header nav .sf-arrows > li:hover > .sf-with-ul:after,
body > header nav .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

body > header nav .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
body > header nav .sf-arrows ul li > .sf-with-ul:focus:after,
body > header nav .sf-arrows ul li:hover > .sf-with-ul:after,
body > header nav .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

#navigation-mobile {
    display: none;
    background-color: #262626;
}

#navigation-mobile .menu {
    float: none;
    display: none;
}

#navigation-mobile i {
    color: #cccccc;
    font-size: 1.4em;
    display: block;
    padding: 10px 10px;
}

#navigation-mobile .menu ul li > ul {
    float: none;
    background: inherit;
}

#navigation-mobile .menu ul li > ul li a {
    width: 95%;
    padding-left: 5%;
    border: 0px;
    background: #262626;
    display: block;
}
#navigation-mobile .menu ul li > ul li {
    width: 95%;
    padding-left: 5%;
}

#navigation-mobile ul li {
    float: none;
    background: #262626;
    
}

#navigation-mobile ul li a {
    display: block;
    border: 0px;
}

#navigation-mobile ul li > ul {
    display: none;
}

#navigation-primary {
    
}

/* Footer */

body > footer {
	width: 100%;
	float: left;
	font-size: 0.8em;
    background-color: #ffffff;
    padding: 40px 0px 0px;
}

body > footer p {
	color: #484848;
}

body > footer > div.footer-meta {
    width: 1045px;
    margin: 0 auto;
    color: #484848;
}

body > footer > div.footer-meta > div.copyright {
    float: left;
}

body > footer > div.footer-meta > div.designed {
    float: right;
}

body > footer > div.footer-meta > div.designed > a {
    font-weight: 400;
    color: #484848;
}

/* Content */

.content {
    width: 70%;
    float: left;
	margin-top: 25px;
}

.content.full-width {
    width: 1045px;
}

.content > article {
    margin-bottom: 40px;
}

.content > article h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.content > article h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.content > article h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.content > article h1 a {
    color: #444444;
    text-decoration: none;
}

.content > article > header > p {
    text-align: right;
    margin-bottom: 8px;
    color: #444444;
}

.content > article > header > p > strong {
    font-weight: 400;
}

.content > article section {
    padding: 6px 0px 20px 0px;
    line-height: 1.2;
}

.content > article section strong {
    font-weight: 400;
}

.content > article > footer {
    line-height: 1.5;
}

.content > article > footer > p.entry-details {
    border-top: 1px solid #dfdfdf;
    padding: 5px 0px;
    margin: 5px 0px;
    color: #666666;
}

.content > article section p {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: justify;
}

.main-title {
    width: 100%;
	color: #989898;
	font-size: 2em;
    line-height: 33px;
	font-weight: 700;
    margin: 0px;
    text-align: center;
}

.main-title-sub {
    font-size: 1.0em;
    color: #666666;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
}

.text-content {
    line-height: 1.5;
}

.breadcrumbs {
    font-size: 0.9em;
    font-weight: 600;
    color: #767779;
    padding: 25px 0px;
    
}

.breadcrumbs .trail-end {
    color: #89963D;
}

.breadcrumbs .sep {
    padding: 0px 10px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #767779;
}

/* Comments */

section.comments > h3 {
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 200;
}

section.comments > article {
    padding: 10px 10px;
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 200;
}

section.comments > article.alt {
    background-color: #dfdfdf;
}

section.comments > article > div.comment-avatar {
    float: left;
    width: 48px;
}

section.comments > article > section {
    float: left;
    width: 90%;
}

section.comments > article > section > h4 {
    color: #444444;
}

section.comments > article > section > h4 a {
    font-weight: 400;
    color: #444444;
}

section.comment-form {
    padding: 40px 0px;
}

section.comment-form h3 {
    margin-bottom: 20px;
    font-size: 2em;
}

section.comment-form input[type="text"], section.comment-form textarea {
    width: -moz-calc(100% - 7px);
    width: -webkit-calc(100% - 7px);
    width: calc(100% - 7px);
    padding: 7px;
    border: 1px solid #cfcfcf;
    margin-bottom: 4px;
    font-family: arial, helvetica;
    font-size: 0.9em;
}

section.comment-form input[type="submit"] {
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    padding: 9px 10px;
    color: #666666;
}

/* Sidebar */

.sidebar {
    width: 25%;
    float: right;
	margin-top: 25px;
}

.sidebar .sidebar {
	width: 100%;
	float: right;
	padding: 1;
	margin-top: 0px;
}

/* Search */

form.search {
    margin-bottom: 10px;
}

form.search input[type="text"] {
    width: 245px;
    padding: 10px 10px;
    border: 1px solid #dfdfdf;
}

/* Widgets */

.widget {
    line-height: 1.5;
    padding: 30px 0px 0px 0px;
}

.sidebar .widget:first-child {
}

.sidebar .widget h3 {
	color: #989898;
	font-weight: 700;
	border-bottom: 1px solid #c8c8c8;
}

.sidebar .widget li a {
	font-size: 0.8em;
	line-height: 1.2em;
}

.header-wrapper .widget {
	padding: 0px;
}

.widget > h2 {
    font-size: 1.3em;
    font-weight: 200;
    padding-bottom: 6px;
    color: #444444;
}

/* Contact */
.contact-map {
    width: 100%;
    height: 300px;
}

a.category-link {
    display: block;
}

a.category-link .category-link-inner {
    margin: 10px;
    height: 250px;
    background-color: #cfcfcf;
    background-position: center center;
    background-size: cover;
    position: relative;
}

a.category-link div.category-link-title {
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 0px;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    width: 100%;
}

.standard-image-container {
    text-align: center;
}

.standard-image-container img {
    max-width: 100%;
}

/* Featured */
.featured-image {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-231 .featured-image {
    width: 100%;
    height: 322px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.blog-post-article-featured {
    height: 350px;
}

/* Slider */
.slider {
    width: 100%;
    height: 400px;
    background-color: #cfcfcf;
}

/* Text */

h1,h2,h3,h4 {
    padding-bottom: 5px;
}

.widget_fw_contact_widget h4 {
    font-weight: 600;
    padding-top: 10px;
}

p {
    line-height: 1.5;
    text-align: left;
}

/* Layout */
.column-third {
    float: left;
    width: 33%;
}

.column-quarter {
    float: left;
    width: 24.5%;
}

.column-half {
    float: left;
    width: 49.5%;
}

.column-full {
    width: 100%;
    float: none;
}

.no-right-margin {
    margin-right: 0px !important;
}

/* Featured */

.featured {

}

.featured-inner {
    padding: 0px 25px;
}

.featured-title {
    font-size: 2em;
    padding-bottom: 10px;
    color: #555555;
}

.featured-title a {
    color: #555555;
    text-decoration: none;
}

.featured-title a:hover {
    text-decoration: underline;
}

.featured-text {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: justify;
}


/* Promo */

.promo {

}

.promo-inner {
    margin: 10px 10px;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}

.promo-content-inner {
    padding: 15px;
}

.promo-image {
    overflow: hidden;
    width: 100%;
}

.promo-image img {
    width: 100%;
}

.promo-title {
    font-size: 1.5em;
    color: #555555;
}

.promo-text {
    font-size: 1.0em;
    line-height: 1.5;
    text-align: left;
}

/* Featured List */
.featured-list-inner {
    padding: 0px 25px;
}

.featured-list-title {
    font-size: 2em;
    padding-bottom: 10px;
    color: #555555;
}

.featured-list-title a {
    color: #555555;
    text-decoration: none;
}

.featured-list-title a:hover {
    text-decoration: underline;
}

.featured-list-text {
    font-size: 1.0em;
    line-height: 1.5;
    text-align: justify;
}

.featured-list-text ul {
    list-style-type: disc;
    padding-left: 18px;
}

.featured-list-text ul li {
    padding-left: 10px;
}

/* Call To Action */

.call-to-action {
    padding: 55px;
}

.call-to-action-inner {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.call-to-action-title {
    font-size: 3em;
    color: #ffffff;
    padding: 20px 0px;
}

.call-to-action-text {
    font-size: 1.5em;
    color: #ffffff;
    padding: 15px 0px;
}

.call-to-action-button {
    display: inline-block;
    padding: 20px;
    margin: 15px 0px;
    background-color: #ffffff;
    color: #5788E4;
    text-decoration: none;
    font-size: 1.5em;
}

/* Tagline */

.tagline {
    padding: 150px 0px;
}

.tagline-center {
    text-align: center;
}

.tagline-left {
    text-align: left;
}

.tagline-right {
    text-align: left;
}

.tagline-text {
    color: #ffffff;
    font-size: 3.2em;
}

.wide-promo {
    width: 100%;
    margin: 0px 0px;
}

.wide-left {
    float: left;
    width: 49%;
    height: 450px;
    background-position: top right;
}

.wide-right {
    float: left;
    width: 39%;
    height: 450px;
}

.wide-right-inner {
    padding: 0px 25px 0px 50px;
    line-height: 1.5;
}

.sbd {
    background-image: url(/wordpress/wp-content/uploads/2014/02/sbd.jpg);
}

.wide-title {
    font-size: 3em;
}

.wide-text {
    font-size: 1.2em;
}

.promo-image-container {
    float: left;
	text-align: center;
}

.promo-image-container img {
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 3px 1px #CCCCCC;
    max-width: 95%;
}

.sub-title {
    padding: 20px 0px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}

/* Showcase */
.showcase {
    padding: 0px;
}

.showcase-element {
    margin: 5px 0px;
}

.showcase-element-background {
    background-color: #ffffff;    
}

.showcase-element-left {
    float: left;
    width: 48%;
}

.showcase-element-right {
    float: right;
    width: 48%;
}

.showcase-element-inner {
    padding: 25px;
}

.showcase-element-inner-image {
    padding: 15px;
}

.showcase-element img {
    max-width: 100%;
}

.showcase-title {
    font-size: 1.5em !important;
    text-align: center;
    padding: 20px 0px;
}

.showcase-text {
    font-size: 1.0em;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}

.wide-title {
    font-size: 1.5em !important;
    text-align: left;
	font-weight: 500;
	text-transform: uppercase;
    padding: 20px 0px;
}

.wide-text {
    font-size: 1.0em;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.showcase-link {
    display: block;
    width: 200px;
	font-weight: 400;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
    background-color: #9cb319;
    color: #ffffff;
    border-radius: 20px;
}

.showcase-link:hover {
    background-color: #666666;
    color: #efefef;
}

.showcase-element {
    padding: 10px 0px;
}

.showcase-element ul {
    margin: 30px 0px;
}

.showcase-element ul li {
    width: 30%;
    padding-right: 2%;
	padding-bottom: 15px;
    display: inline-block;
}

.showcase-element ul li h3 {
    font-size: 0.9em;
    font-weight: 600;
}

.showcase-element ul li p {
    font-size: 0.8em;
}

.showcase-element ul li .showcase-list-icon {
    width: 40px;
    float: left;
}

.showcase-element ul li .showcase-list-content {
    float: left;
    width: 140px;
}

.showcase-element ul li .showcase-list-content p {
	text-align: left;
}

/* Info Box */

.info-box-inner {
    padding: 10px;
    margin: 25px 0px;
}

.info-icon {
    background-color: #888888;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    color: #ffffff;
    border-radius: 160px;
    text-align: center;
}

.info-icon-container {
    float: left;
    width: 25%;
}

.info-content {
    float: left;
    width: 75%;
}

.into-title {
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 4px;
}

.into-text {
    font-size: 0.8em;
    line-height: 1.5;
}

/* Testimonial */

.testimonial {
    padding: 50px 0px;
}

.testimonial-picture {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #aaaaaa;
    float: left;
}

.testimonial-picture img {
    max-width: 300px;
    margin-left: -50px;
}

.testimonial-content {
    float: right;
    width: 700px;
}

.testimonial-title {
    font-size: 3em;
    padding-bottom: 10px;
}

.testimonial-text {
    line-height: 1.5;
    margin-bottom: 15px;
}

.testimonial-author {
    text-align: right;
    font-style: italic;
    color: #666666;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}

/* Accordion */

.accordion {

}

.accordion h3 {
    background-color: #cfcfcf;
    padding: 9px;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.accordion div {
    padding: 20px;
}

/* Boxed */

.boxed {
    width: 25%;
    height: 200px;
    background-color: #888888;
    color: #ffffff;
    font-size: 0.9em;
}

.boxed-offset {
    background-color: #aaaaaa;
}

.boxed-primary {
    background-color: #444444;
}

.boxed-inner {
    padding: 30px;
    text-align: center;
}

.boxed-primary .boxed-inner {
    padding: 14px;
    text-align: left;
}

.boxed-title {
    font-size: 1.3em;
    padding: 5px 0px 10px 0px;
    font-weight: 600;
}


.boxed-primary .boxed-title {
    font-size: 1.6em;
    padding: 5px 0px;
}

.boxed-primary .boxed-sub-title {
    font-size: 2.2em;
    font-weight: 600;
    padding-bottom: 10px;
}

.boxed-link a {
    color: #ffffff;
    display: block;
    margin: 10px 0px;
    text-decoration: none;
    font-weight: 600;
}

/* Tabs */
div.tabs ul li {
    float: left;
    padding: 6px;
    margin-right: 1px;
    border: 1px solid #cfcfcf;
    border-bottom: 0px;
}

div.tabs ul li a {
    text-decoration: none;
    color: #555555;
    font-size: 0.9em;
}

div.tabs ul li.ui-tabs-active {
    background-color: #dfdfdf;
}

div.tabs div {
    clear: both;
    border: 1px solid #cfcfcf;
    padding: 20px;
}

/* Carousel */

.carousel {
    width: 100%;
    height: 200px;
}

.carousel img {
    padding: 20px;
    max-height: 500px;
}

.carousel div {
    height: 600px;
}

/* Gallery */

.gallery {

}

.gallery a {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

.gallery a img {
    padding: 0px;
    margin: 0px;
    line-height: 0;
    max-width: 280px;
}

/* Service */

.service-left {
    float: left;
    width: 46%;
	margin-left: 3%;
}

.service-right {
    float: right;
    width: 44%;
}

.service-title {
    font-size: 1.6em;
	font-weight: 400;
    margin-bottom: 15px;
}

.service-text {
    font-size: 1.0em;
	line-height: 1.2em;
    width: 80%;
}

/* Intro Block */

.intro-block-left {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.intro-block-right {
    float: right;
    width: 45%;
    text-align: center;
	background: #f7f7f7;
	padding: 20px 0px 20px 0px;
	border: 1px solid #e5e5e5;
}

.intro-block-title {
    font-size: 1.6em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.intro-block-text {
    line-height: 1.5;
}

.intro-block-testimonial {
    color: #262626;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.7em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
}

.intro-block-author {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #767779;
}


/* Custom */

footer .wrap {
	width: 950px;
	float: none;
	margin: 0 auto;
}

.footerbox {
	width: 100%;
	float: left;
	font-size: 1.2em;
}

.footernav {
	width: auto;
	float: left;
	margin-right: 40px;
}

.footernav .widget {
	padding: 0px;
}

.footernav .widget a {
	color: #484848;
}

.footer-right {
	width: 350px;
	float: right;
}

.footer-right p {
	font-size: 0.85em;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

.footer-right p:last-child {
	margin: 0px;
}

.footer-right strong {
	font-weight: 700;
}

.footer-right a {
	color: #484848;
}

.footertop {
	width: 100%;
	float: left;
}

.footertop .wrap {
	padding-top: 20px;
	border-top: 4px solid #85a20c;
}

.footerbot {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #494949;
	padding: 15px 0px 25px;
	margin-top: 35px;
}

.footerbot a {
	color: #ffffff;
}

.footerbot .menu {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.footerbot .menu li {
	width: auto;
	float: left;
	padding: 2px 13px 2px 0px;
	border-right: 1px solid #ffffff;
	margin-right: 13px;
}

.footerbot .menu li:last-child {
	padding-right: 0px;
	border: 0px;
	margin-right: 0px;
}

.footerbot .footer-meta {
	width: 100%;
	float: left;
}

.footerbot .footer-designed-by {
	width: 50%;
	float: right;
	text-align: right;
}

.footerbot .footer-copyright-by {
	width: 50%;
	float: left;
	font-weight: bold;
}

.salexis-wrap-background {
	width: 100%;
	float: left;
	background-position: top;
}

.centerbox {
	width: 950px;
	margin: 0 auto;
}

.homebanner {
	height: 436px;
	border-bottom: 6px solid #e6e6e6;
}

.homebanner .centerbox {
	height: 416px;
	position: relative;
}

.homebanner .salexis-text {
	width: 203px;
	position: absolute;
	top: 34px;
	right: 0px;
	color: #ffffff;
	background: #85a20c;
	padding: 15px;
}

.homebanner .salexis-text p {
	font-size: 2.0em;
	color: #ffffff;
	text-align: left;
	font-weight: 900;
	line-height: 1em;
	margin: 0px;
}

.homebanner .salexis-text a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #ffffff;
}

.homebanner .salexis-text a:hover {
	text-decoration: none;
}

.homebanner .salexis-text img {
	float: right;
	margin-top: 15px;
}

.lefttxt {
	text-align: left;
}

.righttxt {
	text-align: left;
}

.homebuttons img {
	max-width: 99%;
}

.homeproducts .salexis-promo {
	width: 33.3333333333333333%;
	margin: 0px 0px 0px 0px;
}

.homeproducts .salexis-promo-container {
	margin: 0px 10px;
}

.homeproducts .promobgimg {
	width: 100%;
	height: 183px;
	float: left;
	background-position: top;
	border-bottom: 19px solid #d0d0d0;
	margin-bottom: 20px;
}

.homeproducts .salexis-promo h1 {
	display: block;
	color: #85a20c;
	font-weight: 700;
	margin: 0px 5% 10px 0px;
}

.homeproducts .salexis-promo p {
	display: block;
	color: #898989;
	line-height: 1.2em;
	margin-right: 5%;
}

.homeproducts a:hover .promobgimg {
	border-bottom-color: #85a20c;
}

.homeproducts .salexis-promo a:hover {
	text-decoration: none;
}

.homeproducts .salexis-promo a:hover .promobgimg {
	background-position: bottom;
}

.homeproducts .salexis-promo a:hover h1 {
}

.homeproducts .salexis-promo a:hover p {
}

.testimonialcontainer {
	max-height: 256px;
	text-align: center;
}

.testimonialbox {
	width: 100%;
	float: left;
	font-family: 'Crimson Text', serif;
	padding: 35px 0px 35px;
}

.testimonialbox .testimonialtop {
	width: 90%;
	float: left;
	font-size: 2em;
	color: #292929;
	line-height: 1.5em;
	font-style: italic;
	margin: 0px 5% 10px;
}

.testimonialbox .testimonialtop .comma1 {
	vertical-align: text-bottom;
}

.testimonialbox .testimonialtop .comma2 {
	vertical-align: text-top;
}

.testimonialbox .testimonialbot {
	width: 100%;
	float: left;
	font-size: 1.5em;
	color: #292929;
	font-style: italic;
}

.homeinstallations {
	text-align: center;
}

.homeinstallations h1 {
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: 10px !important;
}

.homeinstallations p {
	color: #898989;
	text-align: center;
	margin-bottom: 15px;
}

.homeinstallations .projectimg {
	width: 144px;
	height: 144px;
	display: inline-block;
	overflow: hidden;
	margin: 7px;
}

.homeinstallations .projectimg img {
	min-width: 100%;
	min-height: 100%;
}

.innertitle {
	height: 414px;
	background-position: top;
	margin: 2px 0px 0px 0px;
}

.innertitle h1 {
	font-family: 'Crimson Text', serif;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	padding: 4px 0px 0px 0px;
}

.salexis-tabs {
	width: 100%;
	float: left;
	text-align: center;
}

.producttabs .ui-tabs-nav {
	width: 100%;
	margin: 0 auto;
}

.producttabs .ui-tabs-nav li {
	margin: 0px 5px;
}

.producttabs .ui-tabs-nav li a {
	width: 165px;
	float: left;
	font-size: 1.2em;
	color: #292929;
	font-weight: 700;
	background: #b6b6b6;
	padding: 10px 0px;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.producttabs .ui-tabs-nav .ui-state-active a {
	color: #ffffff;
	background: #1eabc6;
}

.producttabs .ui-tabs-panel {
	width: 100%;
	float: left;
	background: #1eabc6;
	padding: 40px 0px 40px 0px;
	border: 0px;
	margin-top: -2px;
}

.producttabs .ui-tabs-panel div {
	border: 0px;
	padding: 0px;
}

.producttabs .ui-tabs-panel h1 {
	color: #ffffff;
}

.producttabs .ui-tabs-panel p {
	color: #ffffff;
}

.producttabs .showcase-title {
	color: #ffffff;
}

.producttabs .ui-tabs-panel .salexis-showcase-content h1 {
	color: #ffffff;
}

.producttabs .ui-tabs-panel .salexis-showcase-content p {
	color: #ffffff;
}

.wrapbreak {
	padding: 0px 0px 40px;
	background: url(/wp-content/themes/solidor-theme/css/images/wrapbreak-bg.jpg) bottom no-repeat;
	margin-bottom: 20px;
}

.salexis-showcase {
	width: 100%;
	float: left;
}

.salexis-showcase-content {
	padding-top: 30px;
}

.salexis-showcase-content h1 {
	font-size: 1em;
	color: #292929;
	line-height: 1.6em;
	font-weight: 700;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.salexis-showcase .salexis-showcase-content p {
	font-size: 1em;
	line-height: 1.5em;
}

.prodguarantee .salexis-container {
	display: inline-block;
	padding: 1px;
	border: 5px solid #cecece;
}

.prodguarantee .salexis-showcase-content {
	padding: 30px 0px 15px 25px;
	margin: 0px;
}

.prodguarantee .salexis-showcase-content h1 {
	font-size: 2.7em;
	line-height: 1em;
	font-weight: 900;
	padding-bottom: 15px;
}

.prodguarantee .salexis-showcase-content p {
	font-size: 1.1em;
	color: #292929;
	font-weight: 700;
}

.prodguarantee .salexis-showcase-content p span {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #40abc5;
	font-style: italic;
	padding-bottom: 5px;
	clear: both;
}

.prodguarantee .salexis-showcase-image {
	width: 46%;
	float: right;
	text-align: right;
	margin: 0px;
}

.prodguarantee .salexis-showcase-image img {
	float: right;
}

.buttoncontainer {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.buttoncontainer .buttonlink {
	width: auto;
	display: inline-block;
	color: #ffffff;
	background: #1eabc6;
	padding: 10px 15px;
	border-radius: 5px;
}

.buttoncontainer .buttonlink:hover {
	text-decoration: none;
	background: #292929;
}

.readmorebtn {
	padding-top: 90px;
	background: url(/wp-content/themes/solidor-theme/css/images/readmore-arrow.jpg) top no-repeat;
}

.readmorebtn .buttonlink {
	font-size: 1.3em;
	padding: 10px 80px;
}

.readmorebtn .buttonlink span {
	font-size: 1.7em;
	font-weight: 700;
}

.callusbanner {
	width: 100%;
	float: left;
	color: #292929;
	text-align: center;
}

.callusbanner2 {
	width: 88%;
	display: inline-block;
	font-weight: 700;
	background: #d0edf3;
	padding: 25px 5%;
	border: 3px solid #1eabc6;
	margin-left: -3px;
}

.callusbanner2 span {
	display: inline-block;
	font-size: 3.6em;
	margin-top: 5px;
}

.prodbuttons {
	text-align: center;
}

.prodbuttons a {
	width: 218px;
	display: inline-block;
	font-size: 1.1em;
	color: #ffffff;
	text-align: left;
	font-weight: 700;
	background-color: #85a20c;
	background-position: 11px center;
	background-repeat: no-repeat;
	padding: 25px 0px 25px 84px;
}

.prodbuttons .callback {
	background-image: url(/wp-content/themes/solidor-theme/css/images/prodbuttonscallback-bg.png);
}

.prodbuttons .designer {
	background-image: url(/wp-content/themes/solidor-theme/css/images/prodbuttonsdesigner-bg.png);
}

.prodbuttons .quoterequest {
	background-image: url(/wp-content/themes/solidor-theme/css/images/prodbuttonsquoterequest-bg.png);
}

.prodbuttons .energycalc {
	background-image: url(/wp-content/themes/solidor-theme/css/images/prodbuttonsenergycalc-bg.png);
}

.prodbuttons .brochure {
	background-image: url(/wp-content/themes/solidor-theme/css/images/prodbuttonsbrochure-bg.png);
}

.prodbuttons a:hover {
	text-decoration: none;
	background-color: #292929;
}

.gallerybox .showcase-title {
	display: none;
}

.productspromos {
	padding-bottom: 25px;
}

.productspromos .salexis-promo {
	width: 31.33333333333333333333%;
	margin: 0px 1% 25px;
}

.productspromos .salexis-promo a {
	width: 100%;
	float: left;
	border: 1px solid #cecece;
}

.productspromos .salexis-promo .promobgimg {
	width: 100%;
	height: 210px;
	float: left;
	background-position: top;
}

.productspromos .salexis-promo a:hover .promobgimg {
	background-position: bottom;
}

.productspromos .salexis-promo .salexis-promo-content {
	width: 100%;
	float: left;
	padding: 5px 0px;
}

.productspromos .salexis-promo h1 {
	font-size: 1.1em;
	color: #292929;
	font-weight: 700;
	line-height: 1.2em;
	padding: 10px 5% 5px;
}

.productspromos .salexis-promo p {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0px 5% 15px;
}

.productspromos .salexis-promo a:hover {
	text-decoration: none;
}

.productspromos .salexis-promo a:hover h1 {
	color: #1EABC6;
}

.blog-post-grid {
    width: 95%;
    height: auto;
    float: none;
	border: 5px solid #cecece;
	padding: 15px 1px;
    margin-bottom: 30px;
}

.blog-post-grid h2 {
	font-size: 1.3em;
	color: #292929;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px 15px 0px;
}

.blog-post-grid .blog-post-thumbnail {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}

.blog-post-grid .blog-post-thumbnail img {
	width: 100%;
}

.blog-post-grid .blog-post-excerpt {
	font-size: 0.8em;
	color: #898989;
	padding: 0px 5% 15px;
}

.blog-post-grid a:hover {
	text-decoration: none;
}

#snippet-box {
    width: 100% !important;
}

.blog-post-footer-link {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 7px 0px;
    background-color: #1EABC6;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 5px;
}

.blog-post-grid a:hover .blog-post-footer-link {
	background: #292929;
}

.blog-post-footer-meta {
    display: none;
}

.blog-post-article h1 {
    font-size: 2em;
	font-weight: 700;
    margin-bottom: 20px;
}

.blog-post-article .blog-post-meta {
    text-align: left;
}

.blog-post-article p {
    margin-bottom: 20px;
}

.blog-post-entry-details {
    padding: 10px 0px;
    font-size: 0.9em;
    line-height: 1.5;
}

.blog-post-tags {
    padding: 10px 0px;
    font-size: 0.9em;
    line-height: 1.5;
}

.blog-post-article-footer {
    border-top: 1px dotted #dfdfdf;
}

.comment-form {
}

.comment-form p {
    font-size: 0.9em;
}

.article-nav-posts {
    padding: 20px 0px;
    font-size: 0.9em;
}

.article-nav-posts ul li:first-child {
    float: left;
}

.article-nav-posts ul li:last-child {
    float: right;
}


.article-nav-posts ul li a {
    font-weight: 600;
}

.comment-form input[type="submit"] {
    color: #555555;
    font-size: 0.9em;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #888888;
    color: #ffffff;
}

.comments {
    margin: 25px 0px;
}

.comments .alt {
    background-color: #efefef !important;
}

.blog-post-not-found h1 {
    font-size: 2em;
}

.blog-post-not-found p {
    padding: 20px 0px;
}

.blog-post-article-meta {
    font-size: 0.9em;
    margin-bottom: 15px;
    color: #656565;
}

.singlepostcontainer {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.iframewrap .centerbox {
	width: 1102px;
	text-align: center;
}

.iframewrap .centerbox iframe {
	display: inline-block;
}

.showcase-carousel-container {
	margin: 0px;
}

.showcase-carousel-inner {
	max-height: 448px;
}

.salexis-tabs ul .showcase-carousel-item {
	text-align: center;
	margin: 0px;
}

.salexis-tabs ul .showcase-carousel-item img {
	width: auto;
	max-width: 100%;
	margin: 0px;
}

.showcase-carousel-nav-left {
	width: 95px;
	height: 95px;
	left: -100px;
	background-image: url(/demos/websites/solidor-website/wp-content/themes/solidor-theme/css/images/carousel-prev.png);
	background-position: top;
}

.showcase-carousel-nav-left:hover {
	background-position: bottom;
}

.showcase-carousel-nav-right {
	width: 95px;
	height: 95px;
	right: -100px;
	background-image: url(/wp-content/themes/solidor-theme/css/images/carousel-next.png);
	background-position: top;
}

.showcase-carousel-nav-right:hover {
	background-position: bottom;
}

.gallerybox .showcase-gallery {
	text-align: center;
}

.facebooklike {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.twitterlike {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.formcontainer {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.formcontainer p {
	font-size: 0.8em;
	color: #898989;
}

.formcontainer .input input {
	width: 96%;
	font-size: 13px;
	color: #292929;
	padding: 10px 2%;
	border: 1px solid #cecece;
	border-radius: 10px;
	margin: 3px 0px 10px 0px;
	box-shadow: inset 0px 0px 5px 0px #cccccc;
}

.formcontainer .textarea textarea {
	width: 96%;
	height: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #292929;
	padding: 10px 2%;
	border: 1px solid #cecece;
	border-radius: 10px;
	margin: 3px 0px 10px 0px;
	box-shadow: inset 0px 0px 5px 0px #cccccc;
}

.formcontainer .checkboxes .wpcf7-list-item {
	width: 100%;
	float: left;
	margin: 10px 0px 0px 0px;
}

.formcontainer .checkboxes .wpcf7-list-item input {
	vertical-align: middle;
	margin: 0px 5px;
}

.formcontainer .checkboxes .wpcf7-list-item span {
	vertical-align: middle;
}

.formcontainer .submit {
	text-align: right;
	margin: 0px;
}

.formcontainer .submit input {
	width: auto;
	font-family: 'Open Sans',arial,helvetica;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 600;
	background: #85a20c;
	padding: 8px 40px;
	border: 0px;
	border-radius: 5px;
}

.formcontainer .submit input:hover {
	background: #292929;
}

.formcontainer .wpcf7-response-output {
	width: 90%;
	float: left;
	padding: 5px 5%;
}

.formbox {
	width: 45%;
	float: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contactpromo .salexis-promo {
	width: 33.3333333333333%;
	margin: 0px;
}

.contactpromo .salexis-promo a {
	width: 80%;
	min-height: 246px;
	float: left;
	text-align: center;
	padding: 15px 5%;
	border: 1px solid #cecece;
	border-radius: 10px;
	margin: 0px 5%;
}

.contactpromo .salexis-promo h1 {
	font-size: 1.6em;
	color: #292929;
	line-height: 1.2em;
	text-align: center;
	margin: 10px 0px 5px 0px;
}

.contactpromo .salexis-promo p {
	color: #898989;
	line-height: 1.2em;
	text-align: center;
}

.contactpromo .salexis-promo a:hover {
	text-decoration: none;
}

.contactpromo .salexis-promo a:hover h1 {
	color: #1EABC6;
}

.contactpromo .salexis-promo a:hover p {
	color: #1EABC6;
}

.contactdetailsbox {
	margin-right: 5%;
}

.contactdetailsbox p {
	color: #898989;
	font-weight: 600;
}

.contactdetailsbox .contacttxt {
	font-size: 1.2em;
	margin: 0px 0px 10px;
}

.contactdetailsbox .contacttxt span {
	color: #85a20c;
}

.contactdetailsbox .contacttxt a {
	color: #898989;
}

.contactdetailsbox .address {
	font-size: 1em;
	margin-top: 15px;
}

.abouttxt p {
	font-size: 0.9em;
}

.colourgallery {
	width: 100%;
	float: left;
	text-align: center;
}

.colourgallery .colourbox {
	width: 75px;
	height: 120px;
	font-size: 0.8em;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	margin: 0px 8px;
	vertical-align: top;
}

.colourgallery .colourbox a {
	color: #ffffff;
}

.colourgallery .imagethumb {
	width: 100%;
	height: 75px;
	float: left;
	overflow: hidden;
	margin-bottom: 3px;
}

.colourgallery .imagethumb img {
	height: 100%;
	max-width: 300%;
}

.colourstitle {
	width: 100%;
	float: left;
}

.colourstitle h1 {
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
}

.deceuninckcolours .colourbox {
	width: 100px;
	height: 140px;
}

.deceuninckcolours .imagethumb {
	height: 100px;
}

.salexis-tabs .colourlist {
	color: #ffffff;
	list-style: disc;
	text-align: left;
	padding-left: 15px;
	margin-top: 15px;
}

.salexis-tabs .colourlist li {
	display: list-item;
	line-height: 1.4em;
	margin: 0px;
}

.showcase-gallery li {
	overflow: hidden;
}

.showcase-gallery li img {
	width: 100%;
	height: 100%;
}

.gallerytitle h1 {
	font-size: 1.2em;
}

.gallerytitle .wrapper-padding {
	padding-top: 0px;
}

.aboutpromos .salexis-promo {
	width: 27.3333333333333333333%;
	margin: 25px 3% 0px;
}

.aboutpromos .salexis-promo img {
	margin-bottom: 15px;
}

.aboutpromos .salexis-promo h1 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 3px;
}

.aboutpromos .salexis-promo p {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
}

.bluewrap {
	background: #1EABC6;
}

.bluewrap h1 {
	color: #ffffff;
}

.bluewrap p {
	color: #ffffff;
}

.bluewrap li {
	color: #ffffff;
}

.tradecustomers .salexis-showcase-content {
	padding-top: 0px;
}

.tradelist {
	text-align: left;
}

.tradelist li {
	line-height: 1.3em;
	background: url(/wp-content/themes/solidor-theme/css/images/tradelist-bg.jpg) 0px 6px no-repeat;
	padding-left: 20px;
}

.securityshowcase .salexis-showcase-content {
	padding-top: 0px;
}

.homemobilebuttons {
	display: none;
}

.homedesigner .centerbox {
	text-align: center;
	padding: 40px 0px;
	border-top: 1px solid #dedede;
}

.designerpage {
	width: 100%;
	float: left;
}

.designerpage iframe {
	display: block;
	margin: 0 auto;
}

.salexis-showcase {
	position: relative;
	padding-top: 50px;
}

.salexis-showcase-content {
	padding-top: 0px;
	margin-top: 25px;
}

.texttop .salexis-showcase-content {
	margin-top: 0px;
}

.salexis-showcase-content h1 {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.4em;
	color: #777777;
	text-align: center;
}

.salexis-showcase .salexis-showcase-content p {
	font-size: 0.8em;
	color: #898989;
}

.italictxt {
	font-style: italic;
}

.rangetop {
	text-align: center;
	background: #85a20c;
	padding: 25px 0px;
	margin-bottom: 30px;
}

.rangetop .salexis-tagline h1 {
	font-size: 2em;
	color: #ffffff;
}

.rangetop .salexis-text p {
	color: #ffffff;
}

.rangeshowcase .salexis-showcase {
	padding-top: 0px;
}

.rangeshowcase .salexis-showcase-content {
	margin-top: 0px;
}

.rangeshowcase .salexis-showcase-content h1 {
	position: static;
	text-align: left;
	margin-bottom: 5px;
}

.salexis-showcase-image {
}

.therange {
	text-align: center;
}

.therange .salexis-promo {
	width: 47%;
	float: none;
	display: inline-block;
	margin: 20px 1%;
	vertical-align: top;
}

.therange .salexis-promo-container {
	margin: 0px 10px;
}

.therange .promobgimg {
	width: 100%;
	height: 183px;
	float: left;
	background-position: center;
	border-bottom: 19px solid #d0d0d0;
	margin-bottom: 20px;
}

.therange .salexis-promo h1 {
	display: block;
	color: #85a20c;
	font-weight: 700;
	margin: 0px 0px 10px;
}

.therange .salexis-promo p {
	display: block;
	font-size: 0.8em;
	color: #898989;
	text-align: center;
	line-height: 1.2em;
	margin: 0px;
}

.therange a:hover .promobgimg {
	border-bottom-color: #85a20c;
}

.therange .salexis-promo a:hover {
	text-decoration: none;
}

.therange .salexis-promo a:hover .promobgimg {
}

.therange .salexis-promo a:hover h1 {
}

.therange .salexis-promo a:hover p {
}

.salexis-tabs {
    float: left;
    margin: 0;
    padding-top: 42px;
    position: relative;
    width: 100%;
}

.salexis-tabs .ui-tabs-nav {
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.salexis-tabs .ui-tabs-nav li {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    margin: 0 5px;
    width: auto;
}

.salexis-tabs .ui-tabs-nav li a {
    background: none repeat scroll 0 0 #e7e7e7;
    border: 1px solid #dedede;
    border-radius: 3px 3px 0 0;
    color: #868887;
    display: inline-block;
    font-weight: 600;
    height: 31px;
    margin: 0;
    padding: 10px 0 0;
    width: 160px;
}

.salexis-tabs .ui-tabs-nav .ui-tabs-active a {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #ffffff;
}

.salexis-tabs .ui-tabs-panel {
    border: 1px solid #dedede;
    float: left;
    padding: 15px 3%;
    width: 94%;
}

.salexis-tabs div {
    border: 0px;
    padding: 0px;
}

.colourrange {
    float: left;
    text-align: center;
    width: 100%;
	margin-top: 10px;
}

.colourbox {
    display: inline-block;
    height: 73px;
    margin: 7px;
    overflow: hidden;
    width: 80px;
}

.colourrange a {
    float: left;
    height: 100%;
    width: 100%;
}

.colourrange a img {
    height: 100%;
    width: 100%;
}



.wpcf7 {
	width: 94%;
	float: left;
	padding: 15px 3% !important;
	border: 1px solid #c8c8c8;
	margin-top: 25px !important;
}

.wpcf7 p {
	color: #898989;
	text-align: center;
	margin: 0px 0px 15px;
}

.wpcf7 .wpcf7-text {
	width: 340px;
	padding: 5px 10px;
	border: 1px solid #c8c8c8;
	margin-top: 2px;
}

.wpcf7 .wpcf7-textarea {
	width: 340px;
	height: 150px;
	padding: 5px 10px;
	border: 1px solid #c8c8c8;
	margin-top: 2px;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	background: #85a20c;
	padding: 10px 20px;
	border: 0px;
}

.centertxt {
	text-align: center;
}

.galleryimg {
	width: 140px;
	height: 140px;
	display: inline-block;
	margin: 20px 10px 0px;
}

.galleryimg a {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-position: center;
	background-size: cover;
}

.hardwarepage {
	text-align: center;
}

.hardwarepage .salexis-text p {
	margin-bottom: 15px;
}

.hardwareimg {
	width: 24%;
	display: inline-block;
    background: none repeat scroll 0 0 #ededef;
    height: 215px;
	margin: 4px 0px 0px 0px;
    padding: 1em;
    text-align: center;
	vertical-align: top;
}

.hardwareimg span {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	color: #898989;
	line-height: 1.2em;
	margin-top: 15px;
}

.doorrange {
	width: 50px;
	display: inline-block;
	margin: 0px 5px 10px;
}

.glassimg {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 20px 10px 0px;
}

.doorrange.frenchdoor {
	width: 100px;
}

.glassimg a {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-position: center;
	background-size: cover;
}

.showroom2 .contactdetailsbox {
	margin: 0px 0px 0px 5%;
}

.aboutlink p {
	font-size: 0.9em;
	color: #85a20c;
}

.aboutlink p a {
	color: #85a20c;
	font-weight: 600;
}

.garagedoorbanner {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}


.colourrange {
	width: 100%;
	float: left;
	text-align: center;
}

.colourbox {
	width: 80px;
	height: 73px;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
}

.colourrange a {
	width: 100%;
	height: 100%;
	float: left;
}

.colourrange a img {
	width: 100%;
	height: 100%;
}

.partnersites .centerbox {
	padding-top: 25px;
	border-top: 1px solid #dedede;
	margin-top: 35px;
}

.eight.partnerlink {
	width: 48%;
	margin: 10px 0px;
}

.partnerlink img {
	max-width: 100%;
	border: 1px solid #c6c6c6;
}

.eight.partnerlink.left {
	float: left;
	text-align: left;
}

.eight.partnerlink.right {
	float: right;
	text-align: right;
}

.homevideos .centerbox {
    padding-top: 25px;
    border-top: 1px solid #dedede;
    margin-top: 35px;
}

.homevideos .columns {
	width: 47% !important;
}

@media only screen and (max-width: 767px) {
	.eight.partnerlink {
		width: 100%;
	}
	
	.partnerlink.left, .partnerlink.right {
		text-align: center;
	}
	
	.homevideos .columns {
		width: 100% !important;
	}
}


