/* Main Styles */
body {
    background-color: ;
    font-family: 'Open Sans', arial, helvetica;
    font-size: 100%;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.wrap .salexis-tagline {
	width: 100%;
	font-size: 2em;
	color: #390032;
	font-weight: 700;
	line-height: 1.2em;
}

.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;
}


a {
    color: #390032;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header-left-region {
    float: left;
    width: 66%;
    text-align: left;
}

.header-left-region .logo {
}

.header-left-region .header-widget {
	width: 49%;
	float: right;
	text-align: center;
}

.header-right-region {
    float: right;
    width: 255px;
	font-weight: 700;
    text-align: center;
}

.header-right-region .headphone {
	display: inline-block;
	font-size: 1.8em;
	color: #969797;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

.header-right-region .heademail {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 700;
}

.wrapper {
    width: 1188px;
    margin: 0 auto;
}

.wrap {
    width: 1188px;
    margin: 0 auto;
}

.salexis-wrap-background {
	background-position: top right;
	background-repeat: no-repeat;
}

.wrapper-padding {
    padding: 35px 0px;
}

.inner-wrapper {
    width: 1045px;
    margin: 0 auto;
}

/* Header */
body > header {
	width: 100%;
	float: left;
    background-color: ;
    margin: 0px;
    padding: 0px;
}

header > div.header-wrapper {
    width: 1175px;
	padding: 25px 0px 20px;
    margin: 0 auto;
}

header > div.header-wrapper > h1 > a {
    font-size: 3em;
    text-decoration: none;
    color: ;
    font-weight: 200;
    line-height: 1.5;
}

header > div.header-wrapper > h2 {
    font-size: 1.5em;
    padding: 5px 0px;
}    

/* Navigation */



body > header nav {
    background-color: #390032;
}

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: right;
}

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: 1.2em 1.2em;
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
}

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 li:last-child a {
}

body > header nav .menu ul li {
    background: #390032;
}

body > header nav .menu ul li a {
	font-size: 0.8em;
	font-weight: 600;
	padding: 10px 1.2em;
}

body > header nav .menu ul li:last-child a {
}

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: #969797;
    /* 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: #390032;
}

#navigation-mobile .menu {
	width: 100%;
	float: left;
}

#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 {
	width: 100%;
	float: left;
    background: #390032;
    
}

#navigation-mobile ul li a {
	width: 96%;
	float: left;
	padding: 10px 3%;
    display: block;
    border: 0px;
}

#navigation-mobile ul li > ul {
}

#navigation-mobile .sub-menu {
	width: 100%;
	float: left;
	position: static;
	display: inline-block !important;
}

#navigation-primary {
    
}

/* Footer */

body > footer {
	width: 100%;
	float: left;
    background-color: ;
    padding: 45px 0px 25px;
}

body > footer > div.footer-meta {
    width: 1188px;
    margin: 0 auto;
    color: ;
}

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: ;
}

/* Content */

.content {
    float: left;
    width: 685px;
}

.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: ;
    text-decoration: none;
}

.content > article > header > p {
    text-align: right;
    margin-bottom: 8px;
    color: ;
}

.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 ;
    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%;
	max-width: 1045px;
    margin: 0 auto;
    background: url("/wp-content/themes/timber/css/images/title-line.jpg") repeat-x scroll 0 20px rgba(0, 0, 0, 0);
    color: #262626;
    font-size: 1.7em;
    line-height: 33px;
    font-weight: 400;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
}

.main-title span {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 20px;
    background-color: #ffffff;
}

.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: ;
}

section.comments > article > div.comment-avatar {
    float: left;
    width: 48px;
}

section.comments > article > section {
    float: left;
    width: 90%;
}

section.comments > article > section > h4 {
    color: ;
}

section.comments > article > section > h4 a {
    font-weight: 400;
    color: ;
}

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 ;
    background-color: ;
    padding: 9px 10px;
    color: #666666;
}

/* Sidebar */

.sidebar {
    float: right;
    width: 342px;
    padding-left: 15px;
}

/* Search */

form.search {
    margin-bottom: 10px;
}

form.search input[type="text"] {
    width: 245px;
    padding: 10px 10px;
    border: 1px solid ;
}

/* Widgets */

.widget {
    padding: 15px 0px;
    line-height: 1.5;
}

.header-wrapper .widget {
	padding: 0px;
}

.widget > h2 {
    font-size: 1.3em;
    font-weight: 200;
    padding-bottom: 6px;
    color: ;
}

/* Contact */
.contact-map {
    width: 100%;
    height: 350px;
}

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: 216px;
	margin-bottom: 15px;
}

/* 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;
}

/* 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 {
	font-size: 0.75em;
	color: #7c7c7c;
	line-height: 1.6em;
}

.footer-left {
	width: 15%;
	float: left;
}

.footer-center {
	width: 15%;
	float: left;
	margin-left: 2%;
}

.footer-right {
	width: 29%;
	float: right;
	text-align: right;
}

.footer-right .widget a {
	color: #390032;
	font-weight: 700;
}

footer .widget {
	padding: 0px;
}

.footer-right .widget img {
	border: 1px solid #cccac4;
}

footer .widget h3 {
	font-size: 1.2em;
	color: #390032;
}

footer .widget a {
	color: #7c7c7c;
}

.footerbottom {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.footerbottomleft {
	width: 58%;
	float: left;
}

.footerbottomleft nav {
	width: 100%;
	margin-bottom: 3px;
}

.footerbottomleft nav ul {
	width: 100%;
}

.footerbottomleft nav li {
	width: auto;
	display: inline;
	line-height: 1.2em;
	padding-right: 14px;
	border-right: 1px solid #7C7C7C;
	margin-right: 14px;
}

.footerbottomleft nav li a {
	color: #7C7C7C;
}

.footerbottomleft nav li:last-child {
	padding-right: 0px;
	border-right: 0px;
	margin-right: 0px;
}

.footerbottomleft .footer-designed-by a {
	color: #7C7C7C;
}

.footerbottomleft .footer-copyright-by {
	color: #390032;
}

.footerbottomright {
	width: 38%;
	float: right;
	margin-top: 10px;
}

.footerbottomright .widget {
	width: 20%;
	float: left;
}

.footerbottomright .innerfacebookrank {
	margin-top: 2px;
}

.footerbottomright .innertwitterrank {
	margin-top: 2px;
}

.wrap .salexis-promo h1 {
	color: #5e5e5e;
	font-weight: 700;
}

.wrap .salexis-promo p {
	font-size: 0.9em;
	color: #5e5e5e;
	line-height: 1.4em;
}

.wrap .salexis-promo a {
	text-decoration: none;
}

.salexis-wrap-background {
	width: 100%;
	float: left;
}

.homepromo {
	background: #ffffff;
	margin-bottom: 35px;
}

.homepromo .salexis-promo {
	width: 29.5%;
	min-height: 141px;
	padding: 25px 1% 0px;
	margin: 0px;
}

.homepromo .salexis-promo:hover {
	opacity: 0.7;
}

.homepromo .middlepromo {
	padding: 32px 2% 0px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	margin: 0px 1%;
}

.homepromo .salexis-promo img {
	float: left;
	margin-right: 13px;
}

.salexis-container {
	width: 100%;
	float: left;
}

.bluewrapper {
	color: #ffffff;
	background: #ffffff;
}

.bluewrapper h1 {
	color: #ffffff !important;
}

.bluewrapper p {
	color: #ffffff !important;
}

.homebuttons {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.homebuttons .salexis-promo {
	width: 27%;
	float: left;
	padding: 20px 2% 15px;
	margin: 0px;
}

.homebuttons .middlepromo {
	margin: 0px 3%;
}

.homebuttons .salexis-promo img {
	float: left;
	margin-right: 15px;
}

.homebuttons .salexis-promo p {
	font-size: 0.9em;
}

.arrangemeetingbtn {
	background: #390033;
}

.arrangemeetingbtn:hover {
	color: #71a2cd;
	background: #935d8d;
}

.requestquotebtn {
	background: #2e2f2c;
}

.requestquotebtn:hover {
	color: #848483;
	background: #6c6c6c;
}

.brochurerequestbtn {
	background: #969797;
}

.brochurerequestbtn:hover {
	color: #37ac66;
	background: #848483;
}

.homebanners {
	padding: 100px 0px 0px 0px !important;
}

.homebanners .showcase-carousel-container {
	height: 241px;
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0px 0px 95px;
}

.homebanners .showcase-carousel-container ul {
	height: 241px;
	overflow: hidden;
}

#homebanner div, #homebanner span, #homebanner img {
	cursor: default !important;
}

.homebannerbox {
	width: 90%;
	float: left;
	background: url(/wp-content/themes/everglade/css/images/homebanner-bg.png);
	margin: 0px 5%;
}

.homebannerleft {
	width: 44%;
	float: left;
	text-align: left;
	padding: 10px 2%;
}

.homebannerleft .homebannertitle {
	width: 100%;
	float: left;
	font-size: 2.6em;
	color: #390032;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.homebannerleft .homebannertext {
	width: 100%;
	float: left;
	color: #6a6a6a;
	line-height: 1.5em;
}

.homebannerright {
	width: 50%;
	float: right;
	text-align: right;
}

.homebannerright img {
	width: auto;
	max-width: 100%;
	border-radius: 0px;
	margin: 0px;
}

.showcase-carousel-nav-left {
	width: 45px;
	height: 62px;
	top: 92px;
	background: #ffffff url(/wp-content/themes/everglade/css/images/carousel-prev.png) center no-repeat;
	opacity: 1;
}

.showcase-carousel-nav-right {
	width: 45px;
	height: 62px;
	top: 92px;
	background: #ffffff url(/wp-content/themes/everglade/css/images/carousel-next.png) center no-repeat;
	opacity: 1;
}

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

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

.wrap .salexis-showcase-content {
	line-height: 1.4em;
	text-align: left;
	padding: 15px 2% !important;
}

.wrap .salexis-showcase-content h1 {
	font-size: 2.0em;
	color: #390032;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;
}

.wrap .salexis-showcase-content p {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}

.wrap .salexis-showcase-content ul {
	list-style: disc;
	text-align: left;
	padding-left: 15px;
}

.wrap .salexis-showcase-content ol {
	list-style: decimal;
	text-align: left;
	padding-left: 25px;
	margin-top: 15px;
}

.wrap .salexis-showcase-content li {
	display: list-item;
	font-size: 1em;
	color: #390032;
	line-height: 1.4em;
}

.wrap .salexis-showcase-content ol li {
	margin-bottom: 10px;
}

.wrap .salexis-showcase-content li span {
	color: #555555;
}

.wrap .salexis-showcase-image {
	width: 43%;
	padding: 15px 0px;
}

.innertop .salexis-showcase-content {
	background: url(/wp-content/themes/everglade/css/images/homebanner-bg.png);
}

.innertop .salexis-showcase-content h1 {
	font-size: 2.7em;
	line-height: 1.2em;
	padding: 0px;
	margin-bottom: 10px;
}

.innertop .salexis-showcase-image {
	display: none;
}

.bannerbg1 {
	background-image: url(/wp-content/uploads/2014/05/innercontenttop-bg.jpg);
}

.bannerbg2 {
	background-image: url(/wp-content/uploads/2014/05/innercontenttop-bg2.jpg);
}

.bannerbg3 {
	background-image: url(/wp-content/uploads/2014/05/innercontenttop-bg3.jpg);
}

.wrapbreak {
	border-bottom: 9px solid #e8e8e8;
}

.wrap .workwithus {
	width: 95%;
	border: 1px solid #bcbcbc;
	box-shadow: 3px 3px 0px 0px #e2e2e2;
	margin: 0 auto;
}

.wrap .workwithus span {
	font-size: 1.2em;
	font-weight: 400;
}

.projectpromo .salexis-promo {
	width: 31.5%;
	text-align: center;
	border: 1px solid #bcbcbc;
	margin: 10px 0.75%;
    box-shadow: 3px 3px 0 0 #E2E2E2;
}

.projectpromo .salexis-promo-content {
	width: 90%;
	float: left;
	padding: 15px 5%;
}

.projectpromo .salexis-promo h1 {
	color: #390032;
	margin-bottom: 10px;
}

.projectpromo .salexis-promo p {
	font-size: 0.8em;
}

.projectpromo .readmore {
	width: 80%;
	display: inline-block;
	font-size: 0.9em;
	color: #ffffff;
	background: #390032;
	padding: 6px 0px;
	border-radius: 15px;
	margin-top: 20px;
}

.hightlight {
	font-size: 1.2em;
	color: #390032;
	font-weight: 600;
	line-height: 1.6em;
}

.innertop .hightlight {
	font-size: 1em;
	line-height: 1.6em;
}

.downloadpromo .salexis-promo {
    width: 23%;
    margin: 10px 1%;
    text-align: center;
}

.downloadpromo .salexis-promo img {
	display: none;
}

.downloadpromo .salexis-promo-content {
    width: 90%;
    float: left;
    padding: 15px 5%;
	border: 1px solid #848483;
    box-shadow: 3px 3px 0 0 #E2E2E2;
}

.downloadpromo .salexis-promo .salexis-promo-content img {
	display: inline-block;
}

.downloadpromo .salexis-promo h1 {
	font-size: 1.1em;
    color: #390032;
    margin-bottom: 10px;
}

.downloadpromo .salexis-promo p img {
	width: 100px;
	height: 150px;
}

.downloadpromo .readmore {
    background: none repeat scroll 0 0 #390032;
    border-radius: 15px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 6px 0;
    width: 80%;
}

.wrap .salexis-text h1 {
	color: #390032;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-align: left;
	margin-bottom: 20px;
}

.wrap .salexis-text p {
	font-size: 1em;
	color: #555555;
    line-height: 1.4em;
    text-align: left;
}

.accreditation {
	width: 18.5%;
	height: 245px;
	float: left;
	padding: 15px 2%;
	border: 1px solid #bcbcbc;
	margin: 0px 1% 25px;
    box-shadow: 3px 3px 0 0 #E2E2E2;
}

.accreditationimg {
	width: 100%;
	height: 70px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.accreditationimg img {
	max-height: 100%;
}

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

.accreditationtxt h2 {
	color: #390032;
	font-weight: 700;
	margin-bottom: 10px;
}

.accreditationtxt p {
	width: 100%;
	min-height: 115px;
	display: inline-block;
	font-size: 0.8em;
	color: #555555;
	margin-bottom: 5px;
}

.accreditationtxt .more {
	width: auto;
	float: right;
	font-size: 0.8em;
	font-style: italic;
}







.postslist {
	width: 31.3333333333333%;
	float: left;
	margin: 0px 1% 25px;
}

.postslist a {
	width: 100%;
	float: left;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}

.postslist .title {
	width: 90%;
	height: 80px;
	float: left;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	margin: 15px 5% 10px;
	overflow: hidden;
}

.postslist .image {
	width: 100%;
	height: 187px;
	float: left;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
}

.postslist .excerpt {
	width: 90%;
	height: 70px;
	float: left;
	color: #757575;
	line-height: 1.4em;
	margin: 15px 5%;
	overflow: hidden;
}

.postslist .meta {
	width: 90%;
	float: left;
	color: #757575;
	background: #f3f3f3;
	border-top: 1px solid #e6e6e6;
	padding: 10px 5%;
}

.postslist .meta .date {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.postslist .meta .date span {
	color: #333333;
}

.postslist .meta .author {
	width: 100%;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.postslist .meta .more {
	width: auto;
	float: left;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 600;
	background: #390032;
	padding: 10px 45px;
	border-radius: 5px;
	text-transform: uppercase;
}

.nav-posts {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}

.nav-posts ul {
	width: 100%;
	float: left;
}

.nav-posts li {
	width: auto;
	display: inline-block;
	margin: 0px 5px;
}

.nav-posts li a {
	color: #555555;
}

.nav-posts .active a {
	color: #390032;
	font-weight: 500;
}

.blog-post-article {
	width: 95%;
	margin: 0 auto;
}

.blog-post-article h1 {
	color: #390032;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2em;
}

.blog-post-article .blog-post-article-content {
	font-size: 1em;
	color: #555555;
	line-height: 1.4em;
	margin-top: 15px;
}

.blog-post-article .blog-post-article-content p {
	font-size: 1em;
	color: #555555;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.blog-post-article .blog-post-article-content ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

.blog-post-article .blog-post-article-content ol {
	list-style: decimal;
	padding-left: 25px;
	margin-bottom: 15px;
}

.blog-post-article .blog-post-article-content li {
}

.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}

.contactdetails {
	color: #555555;
}

.contactdetails .p1 {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 10px;
}

.contactdetails .p1 span {
	color: #390032;
}

.contactdetails .p2 {
	margin-top: 20px;
}




.wpcf7 {
	width: 80%;
	float: left;
	margin: 0px 10% !important;
}

.formcontainer {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.formcontainer .formbox {
	width: 48%;
}

.formcontainer .floatleft {
	float: left;
}

.formcontainer .floatright {
	float: right;
}

.formcontainer p {
	color: #555555;
	margin-bottom: 15px;
}

.formcontainer .input input {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 0 none;
    color: #737373;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    margin-top: 3px;
    padding: 15px 5%;
    width: 90%;
}

.formcontainer .textarea textarea {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 0 none;
    color: #737373;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    height: 306px;
    margin-top: 3px;
    padding: 15px 5%;
    width: 90%;
}

.formcontainer .checkboxes .wpcf7-list-item {
	width: 100%;
	float: left;
	font-size: 0.8em;
	margin: 5px 0px 0px 0px;
}

.formcontainer .submit {
	text-align: right;
	margin: 0px;
}

.formcontainer .submit input {
	width: auto;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background: #390032;
	padding: 5px 35px;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
}

.formcontainer .submit input:hover {
	background: #71A2CD;
}

.sent .formcontainer {
	display: none;
}

.contactpromo .salexis-promo {
	width: 31.33333333333%;
	float: left;
	margin: 20px 1%;
}

.contactpromo .salexis-promo a {
	width: 94%;
	float: left;
	text-align: center;
	padding: 20px 3% 10px;
	border: 1px solid #848483;
}

.contactpromo .salexis-promo img {
	margin-bottom: 15px;
}

.contactpromo .salexis-promo h1 {
	color: #390032;
}

.contactpromo .salexis-promo p {
	font-size: 0.9em;
}


.formborder {
	border: 1px solid #cccccc;
}

.showcase {
	visibility: hidden;
}

/* Popup Box */

.popupoverlay {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 0.58;
    background-color: #000000;
    z-index: 9999999;
}

.popupoverlay.open {
    width: 100%;
}

.lightboxcontainer {
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    overflow: hidden;
}

.lightboxcontainer * {
    box-sizing: border-box;
}

.lightboxcontainer.open {
    width: 100%;
}

.lightboxcontainer .lightboxposition {
    width: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.lightboxcontainer .lightboxposition .lightboxcenter {
    width: 90%;
    max-width: 912px;
    display: inline-block;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
}

.lightboxcontainer .closelightboxbtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    background: #390032;
    border-radius: 50%;
    z-index: 110;
}

.lightboxcontainer .closelightboxbtn i {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    vertical-align: top;
}

.welcomepopup {
    width: 100%;
    display: inline-block;
    padding: 40px 100px 50px;
    text-align: center;
}

.welcomepopup h2 {
    width: 100%;
    display: inline-block;
    font-size: 2em;
    color: #390032 !important;
    margin: 0px 0px 15px !important;
}

.welcomepopup > p {
    width: 420px;
    max-width: 100%;
    display: inline-block;
    font-size: 1.2em;
    color: #390032 !important;
    line-height: 1.8em;
    margin: 0px !important;
}

.welcomepopup > div {
    width: 100%;
    display: inline-block;
}

.welcomepopup > div > div {
    width: 33.333333%;
    display: inline-block;
    background: #ebebeb;
    border: 5px solid #ffffff;
    margin-top: 30px;
    margin-right: -4px;
    vertical-align: top;
}

.welcomepopup > div > div > div {
    width: 100%;
    display: inline-block;
    padding: 25px 15px 20px;
}

.welcomepopup > div > div > div p {
    font-size: 0.9em;
    color: #390032 !important;
    margin: 0px 0px 25px !important;
}

.welcomepopup > div > div > div a.linkbtn {
    width: 100%;
    max-width: 115px;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    background-color: #3f173c;
    padding: 20px 0px;
    border-radius: 5px;
    padding: 11px 0px;
}

.welcomepopup > div > div:hover img {
    opacity: 0.5;
}

.welcomepopup > div > div:hover > div a.linkbtn {
    background-color: #7b1f74 !important;
}