/* Extra : Fluid Columns */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.6666%;
}

.two_third {
    width: 65.3332%;
}

.one_fourth {
    width: 22%;
}

.two_fourth {
    width: 48%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 79.2%;
}

.one_sixth {
    width: 13.3333%;
}

.two_sixth {
    width: 30.6666%;
}

.three_sixth {
    width: 47.9998%;
}

.four_sixth {
    width: 65.3332%;
}

.five_sixth {
    width: 82.6665%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
    margin-right: 8.3333%;
    width: 45.8333%;
}

.one_half .one_third {
    margin-right: 8.3333%;
    width: 27.7778%;
}

.one_half .two_third {
    margin-right: 8.3333%;
    width: 63.8889%;
}

.two_third .one_third {
    margin-right: 6.1224%;
    width: 29.2517%;
}

.two_third .two_third {
    margin-right: 6.1224%;
    width: 64.6258%;
}

.two_third .one_fourth {
    margin-right: 6.1224%;
    width: 20.4082%;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

/* List shortcode */
ul.separator {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.separator li ul {
    margin-top: 7px;
    margin-bottom: -7px;
}

ul.separator li {
    margin: 0;
    padding: 6px 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 22px;
}

/* Buttons */
.custom-button, button, #submit, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    border: 0!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.custom-button:hover, button:hover, #submit:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    text-decoration: none;
}
/* Medium buttons */
.custom-button.medium, button.medium {
    padding: 12px 23px;
    font-size: 14px;
    line-height: 14px;
}
/* Large buttons */
.custom-button.large, button.large {
    padding: 17px 34px 18px;
    font-size: 18px;
    line-height: 18px;
}

/* Call to action */
.call-to-action-big {
    padding: 20px;
    margin-bottom: 20px;
}

.call-to-action-big h2 {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

.call-to-action-big p.excerpt {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: -1px;
}

.call-to-action-big p {
    text-align: center;
}

.call-to-action-small {
    padding: 20px;
    margin-bottom: 20px;
}

.call-to-action-small h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 300;
}

.call-to-action-small p.excerpt {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}

.call-to-action-small p {
    text-align: center;
}

.call-to-action-bar-wrapper {
    padding-left: 7px;
    position: relative;
}

.call-to-action-bar {
    padding: 30px;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.call-to-action-bar h3 {
    margin: -8px 190px 0 0;
}

.call-to-action-bar-wrapper.no-excerpt h3 {
    margin-bottom: -6px;
}

.call-to-action-bar span {
    margin: 1px 190px -5px 0;
    display: block;
    line-height: 22px;
}

.call-to-action-bar p {
    margin: 0;
}

.call-to-action-bar .custom-button {
    position: absolute;
    top: 50%;
    right: 30px;
    max-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -19px;
}

/* Wide bar shortcode */
.wide-bar {
    width: 960px;
}

.wide .wide-bar {
    margin-left: -480px;
    padding: 0 480px;
}

.narrow .wide-bar {
    margin-left: -32px;
    padding: 0 32px;
}

.wide-bar.white-text a {
    font-weight: bold!important;
}

.wide-bar.white-text .call-to-action-big h2,
.wide-bar.white-text .call-to-action-small h2 {
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Big Title */
.big-title {
    margin: 10px 0 10px 0;
}

.big-title h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 9px 0 10px -5px;
    font-weight: 600;
    letter-spacing: -1px;
}

.big-title p.sub-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 25px;
}

.big-title p.sub-title-empty {
    line-height: 0;
    margin-bottom: 0;
}

/* Small Title */
.small-title {
    margin: 0 0 30px 0;
    padding: 0;
}

.small-title h3 {
    padding: 0 13px 0 0;
    margin: 0;
    display: inline;
}

.small-title .long-bar {
    margin-top: -17px;
}

/* Information Box */
.info-box {
    margin-bottom: 20px;
}

.info-box .info-box-title {
    font-size: 11px;
    line-height: 32px;
    padding: 0 20px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.info-box .info-box-content {
    padding: 20px 20px 1px 20px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/* Toggle */
.toggle-container {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: relative;
}

.toggle-container .toggle {
    display: block;
    position: relative;
    line-height: 20px;
}

.toggle-container .toggle:hover {
    border-bottom: 0;
}

.toggle-container .toggle .toggle-sign {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.toggle-container .toggle .toggle-title {
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 30px;
}

.msie-7 .toggle-container .toggle .toggle-title {
    display: block!important;
}

.toggle-container .toggle span {
    display: inline-block;
}

.toggle-container .toggle-content {
    padding-top: 18px;
}

/* Separator */
div.hr {
    height: 1px;
    margin: 40px 0;
    position: relative;
}

div.hr.to-top {
    margin-top: 50px;
    margin-right: 0!important;
}

div.hr hr {
    display: none;
}

div.hr span.to-top {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11px;
    line-height: 27px;
    padding: 0 20px;
    font-weight: bold;
    cursor: pointer;
}

/* Dropcaps */
.dropcap {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
}

.dropcap + br {
    display: none;
}

/* Lists */
ul.list {
    padding: 0;
}

ul.list ul {
    padding-left: 0;
}

ul.list li {
    padding-left: 20px;
}

ul.list.bullet-black li {
    background: transparent url('../images/bullets/bullet_black.png') no-repeat scroll left 9px;
}

ul.list.bullet-blue li {
    background: transparent url('../images/bullets/bullet_blue.png') no-repeat scroll left 9px;
}

ul.list.bullet-cross li {
    background: transparent url('../images/bullets/bullet_cross.png') no-repeat scroll left 9px;
}

ul.list.bullet-disk li {
    background: transparent url('../images/bullets/bullet_disk.png') no-repeat scroll left 9px;
}

ul.list.bullet-error li {
    background: transparent url('../images/bullets/bullet_error.png') no-repeat scroll left 9px;
}

ul.list.bullet-go li {
    background: transparent url('../images/bullets/bullet_go.png') no-repeat scroll left 9px;
}

ul.list.bullet-green li {
    background: transparent url('../images/bullets/bullet_green.png') no-repeat scroll left 9px;
}

ul.list.bullet-orange li {
    background: transparent url('../images/bullets/bullet_orange.png') no-repeat scroll left 9px;
}

ul.list.bullet-picture li {
    background: transparent url('../images/bullets/bullet_picture.png') no-repeat scroll left 9px;
}

ul.list.bullet-pink li {
    background: transparent url('../images/bullets/bullet_pink.png') no-repeat scroll left 9px;
}

ul.list.bullet-purple li {
    background: transparent url('../images/bullets/bullet_purple.png') no-repeat scroll left 9px;
}

ul.list.bullet-red li {
    background: transparent url('../images/bullets/bullet_red.png') no-repeat scroll left 9px;
}

ul.list.bullet-star li {
    background: transparent url('../images/bullets/bullet_star.png') no-repeat scroll left 9px;
}

ul.list.bullet-tick li {
    background: transparent url('../images/bullets/bullet_tick.png') no-repeat scroll left 9px;
}

ul.list.bullet-white li {
    background: transparent url('../images/bullets/bullet_white.png') no-repeat scroll left 9px;
}

ul.list.bullet-yellow li {
    background: transparent url('../images/bullets/bullet_yellow.png') no-repeat scroll left 9px;
}

/* Shortcode Slider */
.slider-container {
    position: relative;
    margin-bottom: 18px;
}

.slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 100%!important;
    overflow: hidden;
}

.slider li {
    display: none;
    padding: 0!important;
    width: 100%!important;
    height: auto!important;
}
/* Video */
.slider .slider-video {
    position: relative;
    width: 100%!important;
    height: auto;
    overflow: hidden;
}
/* Image */
.slider-container .slider li .slider-image {
    position: relative;
}

.slider-container .slider li .slider-image img {
    width: 100%;
    height: auto;
    display: block;
}
/* Description */
.slider li .slider-description .description,
.slider li.has-video .slider-description {
    display: none;
}
/* Title */
.slider .slider-description .slider-title {
    font-size: 26px;
    line-height: 21px;
    margin: 0;
    padding: 16px 20px 17px;
    position: absolute;
    left: 30px;
    bottom: 36px;
}

.slider .slider-description .slider-title p {
    margin: 0;
}

.slider .slider-description .bar {
    position: absolute;
    left: 0;
    top: -7px;
    margin: 0;
}
/* Navigation */
.slider-container .slider-prev,
.slider-container .slider-next {
    width: 63px;
    height: 63px;
    z-index: 89;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    display: none;
}

.slider-container .slider-prev {
    left: 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.slider-container .slider-next {
    right: 0;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

/* Inner page slider no javascript fallback */
.no-js .slider li {
    display: block;
    position: absolute;
}

.no-js .slider li.has-video {
    display: none;
}

/* Logo Scroller */
.logo-scroller-container {
    overflow: hidden;
    background: transparent url('../images/loader.gif') no-repeat scroll center center;
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}

.logo-scroller-container img {
    float: left;
    display: none;
    margin: 0 6px;
}

.caroufredsel_wrapper {
    min-height: 100px;
    margin: 0!important;
}

/* Testimonials */
.testimonial-scroller-container {
    width: 100%!important;
}

.testimonial-scroller-container .testimonial-container {
    display: none;
    width: 100%!important;
}

.testimonial-scroller-container .testimonial-container:first-child {
    display: block;
}

.no-js .testimonial-scroller-container .testimonial-container {
    display: block;
}

.testimonial-container {
    margin: 0 0 30px 0;
}

.testimonial-content {
    position: relative;
    padding: 25px 30px 10px;
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    font-weight: 300;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 23px;
}

.testimonial-content .triangle {
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 0;
    height: 0;
    display: block;
    border-left: 20px solid transparent;
}

.testimonial-meta p {
    margin-bottom: 0;
}

.testimonial-meta .testimonial-person {
    display: block;
    font-size: 11px;
    margin-left: 60px;
    margin-top: 2px;
}

/* Tabs */
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 38px;
    width: 100%;
    height: auto;
}

ul.tabs li {
    float: left;
    margin: 0;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    outline: none;
    font-size: 11px;
    font-weight: bold;
}

.tab-container {
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-content {
    padding-top: 18px;
    display: none;
}

/* Pricing Table */
.price-table-two .price-column {
    width: 50%;
}

.price-table-three .price-column {
    width: 33.33%;
}

.price-table-four .price-column {
    width: 25%;
}

.price-table-five .price-column {
    width: 20%;
}

.price-table-six .price-column {
    width: 16.66%;
}

.price-table {
    padding-bottom: 20px;
}

.price-column {
    float: left;
    margin: 10px 0;
}

.price-column-featured {
    margin: 0;
    position: relative;
    box-shadow: 1px 1px 20px rgba(50, 50, 50, .3);
    -moz-box-shadow: 1px 1px 20px rgba(50, 50, 50, .3);
    -webkit-box-shadow: 1px 1px 20px rgba(50, 50, 50, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bab9b9')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bab9b9');
}

.price-column ul li,
.price-column h4 {
    text-align: center;
}

.price-column ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
}

.price-column ul li {
    padding: 10px 0;
    margin: 0 10px;
}

.price-column h4 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    line-height: 55px;
    font-size: 16px;
}

.price-column-featured h4 {
    line-height: 46px;
    font-size: 20px;
}

.price-column-featured ul {
    padding-bottom: 25px;
}

.price-column-first h4,
.price-column-first {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.price-column-first {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.price-column-last h4,
.price-column-last {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.price-column-last {
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.price-column-featured h4 {
    line-height: 65px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.price-column-featured {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.msie-7 .price-column-featured + .price-column,
.msie-7 .price-column-featured.price-column-last {
    margin-left: -4px;
}

.price-column-featured .price-tag {
    font-weight: bold;
}

.price-tag .price-value {
    font-size: 40px;
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
}

.price-tag .big {
    font-size: 46px;
    line-height: 47px;
    margin-bottom: 11px;
}

.msie-7 .price-tag .big {
    margin-bottom: 1px;
}

.price-tag .price-period {
    font-size: 14px;
    line-height: 16px;
}

/* Image Shortcode */
.image-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.image-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.msie-7 a > img.image-right {
    float: none;
}

a > .image-left,
a > .image-right {
    margin: 0;
}

.image-center {
    text-align: center;
    display: block!important;
}

img.image-center {
    margin: 0 auto;
    display: block;
}

/* Highlight */
.highlight {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Icon */
.icon {
    margin-right: 10px;
}

/* Blockquote */
blockquote {
    margin: 20px 0 20px 20px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    font-weight: 300;
}

blockquote p {
    margin: 0;
}

blockquote.alignleft,
blockquote.alignright {
    width: 220px;
}

/* Video Shortcode */
.embedded-video {
    width: 960px;
    height: 540px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}

#primary .embedded-video {
    width: 710px;
    height: 399px;
}

video.zoom {
    position: absolute;
}

/* Page navigation */
.wp-pagenavi .pages {
    float: right;
    margin-right: 38px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 14px;
    margin-right: 8px;
    overflow: auto;
    border-bottom: 0;
}

.wp-pagenavi a:active {
    position: relative;
    top: 1px;
}

.wp-pagenavi span.current {
    font-size: 12px;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 14px;
    margin-right: 8px;
    text-decoration: none;
    overflow: auto;
}

.wp-pagenavi .extend {
    padding: 0 10px 0 0;
    display: none;
}

.wp-pagenavi a:hover {
    text-decoration: none;
}

.wp-pagenavi.post_linkpages a {
    margin-right: 5px;
}

/* Single post navigation */
#single-nav {
    overflow: hidden;
    text-align: center;
}

#single-nav * {
    display: block;
}

#single-nav span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 11px;
    margin: 28px 0 0;
}

#single-nav a {
    font-size: 14px;
    line-height: 26px;
    margin: 2px 0 22px;
    padding: 0 20px;
}

#single-nav a:hover {
    text-decoration: none;
}

#single-nav-prev {
    float: left;
    width: 480px;
    margin-right: -1px;
}

#single-nav-next {
    float: right;
    width: 479px;
}

/* Single post navigation below */
#single-nav-below-title {
    margin: 32px -40px 0 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 20px;
}

#single-nav-below {
    overflow: hidden;
    text-align: center;
    margin-bottom: -33px;
    margin-right: -40px;
}

#single-nav-below * {
    display: block;
}

#single-nav-below span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 11px;
    margin: 28px 0 0;
}

#single-nav-below a {
    font-size: 14px;
    line-height: 26px;
    margin: 2px 0 22px;
    padding: 0 20px;
}

#single-nav-below a:hover {
    text-decoration: none;
}

#single-nav-below-prev {
    float: left;
    width: 374px;
    margin-right: -1px;
}

#single-nav-below-next {
    float: right;
    width: 374px;
}

/* Tables */
table {
    width: 100%;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    font-weight: bold;
    vertical-align: middle;
}

td {
    vertical-align: top;
}

table.border {
    border-collapse: separate;
    *border-collapse: collapse;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Forms */
input, textarea, select {
    padding: 9px;
    font-size: 13px;
    line-height: 21px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05)!important;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05)!important;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05)!important;
}

input:focus, textarea:focus, select:focus {
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1)!important;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1)!important;
}

/* Bar */
.bar {
    display: block;
    content: "";
    height: 7px;
    width: 70px;
}

.long-bar {
    display: block;
    content: "";
    height: 7px;
}

/* IE7 clear fix */
.msie-7 .clearfix {
    clear: both;
}

/* [gallery] */
.gallery {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.gallery-item {
    margin: 0;
    width: 20%;
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

.msie-7 .gallery-item {
    margin: 0 0 -3px 0;
}

.gallery-item a img {
    display: block;
    width: 100%;
}

.gallery-caption, .gallery-caption-hidden {
    display: none;
}

/* Sharing buttons */
.post-share-buttons .post-share-title {
    background-color: #449C6B;
    color: #fff;
}

.post-share-buttons .addthis_toolbox {
    background-color: #E7E7E7;
}

/* Separator */
div.hr {
    background-color: #E7E7E7;
}

div.hr span.to-top {
    color: #ad9c9d;
    background-color: #E7E7E7;
    text-transform: uppercase;
}

div.hr span.to-top:hover {
    color: #33292d;
}

/* Buttons */
.custom-button, button, #submit, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current {
    color: #fff;
    background-color: #18567A;
    text-transform: uppercase;
}

.custom-button:hover, button:hover, #submit:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #449C6B;
}

.custom-button.alt {
    background-color: #449C6B;
}

.custom-button.alt:hover {
    background-color: #18567A;
}

/* Information Box */
.info-box .info-box-title {
    color: #fff;
    background-color: #18567A;
    text-transform: uppercase;
}

.info-box .info-box-content {
    background-color: #E7E7E7;
}

/* Toggle */
.toggle-container .toggle .toggle-sign.closed {
    background: #18567A ;
}

.toggle-container .toggle .toggle-sign.opened {
    background: #449C6B;
}

.toggle-container .toggle .toggle-title {
    color: #449C6B;
    text-transform: uppercase;
}

/* Tabs */
ul.tabs li {
    background-color: #E7E7E7;
    text-transform: uppercase;
}

ul.tabs li a {
    color: #474747;
}

ul.tabs li.active,
ul.tabs li.active a,
ul.tabs li:hover,
ul.tabs li:hover a {
    color: #fff !important;
    background-color: #18567A;
}

/* Testimonial */
.testimonial-meta .testimonial-company, .testimonial-meta .testimonial-person {
    text-transform: uppercase;
}

/* Pricing Table */
.price-column {
    background-color: #fcfcfc;
    border-bottom: 2px solid #E7E7E7;
}

.price-column h4 {
    background-color: #449C6B;
    text-transform: uppercase;
}

.price-column h4,
.price-column li .custom-button {
    color: #fff !important;
    background-color: #449C6B;
}

.price-column li .custom-button:hover {
    background-color: #18567A;
}

.price-column .price-tag {
    color: #449C6B;
}

.price-column-featured {
    background-color: #fff;
    border-bottom: 0;
}

.price-column-featured h4,
.price-column-featured li .custom-button {
    color: #fff !important;
    background-color: #18567A;
}

.price-column-featured li .custom-button:hover {
    background-color: #449C6B;
}

.price-column-featured .price-tag {
    color: #18567A;
}

/* Highlight */
.highlight {
    color: #fff;
    background-color: #18567A;
}

/* Blockquote */
blockquote {
    color: #449C6B;
    border-left: 7px solid #18567A;
}

/* Call to action */
.call-to-action-big p.excerpt {
    color: #ad9c9d;
}

/* Call to action bar */
.call-to-action-bar-wrapper {
    border-left: 7px solid #18567A;
}

.call-to-action-bar {
    background-color: #E7E7E7;
} 

/* Wide bar shortcode */
.wide-bar.white-text * {
    color: #fff!important;
}

.wide-bar.white-text .portfolio-1-columns-list .portfolio-title:hover {
    color: #18567A!important;
}

.wide-bar.white-text .portfolio-2-columns-list .portfolio-title,
.wide-bar.white-text .portfolio-3-columns-list .portfolio-title,
.wide-bar.white-text .portfolio-4-columns-list .portfolio-title {
    color: #449C6B!important;
}

.wide-bar.white-text .portfolio-2-columns-list .portfolio-title:hover,
.wide-bar.white-text .portfolio-3-columns-list .portfolio-title:hover,
.wide-bar.white-text .portfolio-4-columns-list .portfolio-title:hover {
    color: #18567A!important;
}

.wide-bar.white-text .portfolio-2-columns-list-no-gutter .portfolio-title:hover,
.wide-bar.white-text .portfolio-3-columns-list-no-gutter .portfolio-title:hover,
.wide-bar.white-text .portfolio-4-columns-list-no-gutter .portfolio-title:hover {
    color: #18567A!important;
}

/* Big Title */
.big-title .bar {
    background-color: #E7E7E7;
}

.big-title p.sub-title {
    color: #ad9c9d;
}

/* Small Title */
.small-title h3 {
    background-color: #fff;
}

.small-title .long-bar {
    background-color: #E7E7E7;
}

/* Testimonials */
.testimonial-content {
    background-color: #E7E7E7;
    color: #449C6B;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 23px;
}

.testimonial-content .triangle {
    border-top: 20px solid #E7E7E7;
}

.testimonial-meta .testimonial-person {
    display: block;
    font-size: 11px;
}

/* Shortcode Slider */
.no-slider-items, .slider-container {
    background-color: #E7E7E7;
}

.slider-container {
    border-bottom: 7px solid #18567A;
}

.slider .slider-description .bar {
    background-color: #857672;
}

.slider .slider-description .slider-title {
    background-color: #449C6B;
    color: #fff;
}

.slider-container .slider-prev {
    background: #18567A url('../images/slider_prev.png') no-repeat scroll center center;
}

.slider-container .slider-next {
    background: #18567A url('../images/slider_next.png') no-repeat scroll center center;
}

/* Single post navigation */
#single-nav {
    border-bottom: 1px solid #E7E7E7;
}

#single-nav-next {
    border-left: 1px solid #E7E7E7;
}

#single-nav-prev {
    border-right: 1px solid #E7E7E7;
}

#single-nav span {
    color: #449C6B;
}

#single-nav a {
    color: #ad9c9d;
}

#single-nav a:hover {
    color: #18567A;
}

/* Single post navigation below */
#single-nav-below-title {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    background-color: #fcfcfc;
}

#single-nav-below {
    border-bottom: 1px solid #E7E7E7;
}

#single-nav-below-next {
    border-left: 1px solid #E7E7E7;
}

#single-nav-below-prev {
    border-right: 1px solid #E7E7E7;
}

#single-nav-below span {
    color: #449C6B;
}

#single-nav-below a {
    color: #ad9c9d;
}

#single-nav-below a:hover {
    color: #18567A;
}

/* Pre, Code and Tables border color (in main area) */
table.border, pre, code {
    border: 1px solid #E7E7E7;
}

td {
    border-top: 1px solid #E7E7E7;
}

table.border th + th, table.border td + td, table.border th + td {
    border-left: 1px solid #E7E7E7;
}
/* Pre, Code and Tables background color (in main area) */
pre, code, .embedded-video,
table.stripes tbody tr:nth-child(odd) td, 
table.stripes tbody tr:nth-child(odd) th {
    background-color: #fcfcfc;
}

/* Forms (in Main Area) */
input, textarea, select {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #857672;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #cfcfcf;
    color: #449C6B;
}
/* Forms (in Footer Area) */
#footer-widgets input, #footer-widgets textarea, #footer-widgets select {
    background-color: #e5d7d3;
    border: 1px solid #e5d7d3;
    color: #449C6B;
}

#footer-widgets input:focus, #footer-widgets textarea:focus, #footer-widgets select:focus {
    border: 1px solid #e5d7d3;
    color: #449C6B;
}

/* Lightbox styling */
div.pp_default .pp_content_container .pp_details {
    border-bottom: 7px solid #18567A;
}