@font-face {
    font-family: "Steelfish";
    src: url('../fonts/steelfish/steelfish_eb-webfont.eot');
    src: url('../fonts/steelfish/steelfish_eb-webfontd41d.eot?#iefix') format('eot'), url('../fonts/steelfish/steelfish_eb-webfont.woff') format('woff'), url('../fonts/steelfish/steelfish%20eb.html') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: "Steelfish";
    src: url('../fonts/steelfish/steelfish_bd-webfont.eot');
    src: url('../fonts/steelfish/steelfish_bd-webfontd41d.eot?#iefix') format('eot'), url('../fonts/steelfish/steelfish_bd-webfont.woff') format('woff'), url('../fonts/steelfish/steelfish%20bd.html') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: "Bebas Neue";
    src: url('../fonts/bebas-neue/BebasNeue-webfont.eot');
    src: url('../fonts/bebas-neue/BebasNeue-webfontd41d.eot?#iefix') format('eot'), url('../fonts/bebas-neue/BebasNeue-webfont.woff') format('woff'), url('../fonts/bebas-neue/BebasNeue-webfont.html') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: "Fontello";
    src: url('../fonts/fontello/fontello.eot');
    src: url('../fonts/fontello/fontellod41d.eot?#iefix') format('eot'), url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
a:hover {
    text-decoration: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ url(../img/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-content a {
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(../img/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
    background: #e6e6e6 /*{bgColorDefault}*/ url(../img/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555 /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(../img/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121 /*{fcHover}*/;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(../img/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121 /*{fcActive}*/;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
    background: #fbf9ee /*{bgColorHighlight}*/ url(../img/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a /*{borderColorError}*/;
    background: #fef1ec /*{bgColorError}*/ url(../img/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../img/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_222222_256x240.png) /*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
    background-image: url(../img/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../img/ui-icons_454545_256x240.png) /*{iconsHover}*/;
}

.ui-state-active .ui-icon {
    background-image: url(../img/ui-icons_454545_256x240.png) /*{iconsActive}*/;
}

.ui-state-highlight .ui-icon {
    background-image: url(../img/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../img/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/;
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px /*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url(../img/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3 /*{opacityOverlay}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterOverlay}*/;
}

.ui-widget-shadow {
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url(../img/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
    opacity: .3 /*{opacityShadow}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
    visibility: visible;
}

.push-one {
    position: relative;
    left: 8.33333%;
    right: auto;
}

.pull-one {
    position: relative;
    right: 8.33333%;
    left: auto;
}

a {
    color: #df6113;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

a:hover {
    color: #333333;
}

a:focus {
    color: #df6113;
}

img.block {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: "Bebas Neue", arial, sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p, ul, ol, blockquote {
    margin: 0 0 20px;
}

blockquote {
    font-style: italic;
    color: #666666;
    padding-left: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

::-moz-selection {
    background: #df6113;
    color: white;
}

::selection {
    background: #df6113;
    color: white;
}

body {
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    background: #eeeee9;
}

.content-wrapper {
    background: #eeeee9 url(../img//bg_8.png) left top repeat;
}

.top-section {
    background: url(../img/%40stock/header_bg_image.jpg) center top no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 0 12px;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0 12px 0 0 rgba(170, 170, 170, 0.25);
    -moz-box-shadow: 0 12px 0 0 rgba(170, 170, 170, 0.25);
    box-shadow: 0 12px 0 0 rgba(170, 170, 170, 0.25);
    position: relative;
}

#main {
    padding: 80px 0;
    border-top: 1px solid #cccccc;
}

.footer {
    color: #999999;
    line-height: 1.6em;
    font-size: 14px;
}

.footer .modTestimonials p {
    color: #999999;
}

.footer .modTestimonials cite {
    color: #999999;
}

.call-to-action {
    height: 100px;
    border-bottom: 1px solid #101010;
    background: url(../img/call_to_action_bg.png) left top repeat-x;
}

.footer-info {
    border-top: 1px solid #555555;
    padding: 40px 0 0;
    background: #232323 url(../img/footer_bg.png) left top repeat;
}

.footer h3 {
    color: #eeeeee;
}

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

.footer.centered .footer-info {
    padding: 70px 0 50px;
}

.footer.centered .modLogo {
    float: none;
    margin-bottom: 50px;
}

.footer.centered .modSocial.bottom ul > li {
    float: none;
    display: inline-block;
}

.footer.centered .modSocial.bottom ul > li a {
    display: inline-block;
    float: none;
}

.footer.centered .modCopyright {
    border: none;
}

#one-page .modContactInfo.bgmap .gmap {
    margin-top: 0;
}

.pageTitleOff .modPageTitle {
    display: none;
}

.pageLayoutBoxed .modHeader .is-sticky .main-header {
    width: auto;
    padding: 0 60px;
}

.pageLayoutBoxed .content-wrapper {
    width: 1140px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.header-pattern-1 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_1.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-2 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_2.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-3 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_3.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-4 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_4.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-5 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_5.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-6 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_6.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-7 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_7.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-8 .top-section {
    background: #eeeee9 url(../img/header_bg_orange_8.png) left top repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.header-pattern-9 .top-section {
    background: url(../img/%40stock/header_bg_image.jpg) center top no-repeat !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.header-pattern-10 .top-section {
    background: url(../img/%40stock/header_bg_image.png) center top no-repeat !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.pattern-1 .content-wrapper {
    background: #eeeee9 url(../img/bg_1.png) left top repeat;
}

.pattern-2 .content-wrapper {
    background: #eeeee9 url(../img/bg_2.png) left top repeat;
}

.pattern-3 .content-wrapper {
    background: #eeeee9 url(../img/bg_3.png) left top repeat;
}

.pattern-4 .content-wrapper {
    background: #eeeee9 url(../img/bg_4.png) left top repeat;
}

.pattern-5 .content-wrapper {
    background: #eeeee9 url(../img/bg_5.png) left top repeat;
}

.pattern-6 .content-wrapper {
    background: #eeeee9 url(../img/bg_6.png) left top repeat;
}

.pattern-7 .content-wrapper {
    background: #eeeee9 url(../img/bg_7.png) left top repeat;
}

.pattern-8 .content-wrapper {
    background: #eeeee9 url(../img/bg_8.png) left top repeat;
}

body.screenshot {
    display: block;
}

/* Animations */
.fadeinleft {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0.3;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.fadeinright {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0.3;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.fadeinleft.appear, .fadeinright.appear {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.modAccordion {
    font-size: 14px;
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    margin: 0 0 40px;
}

.modAccordion .ui-accordion-content {
    padding: 1em 35px;
}

.modAccordion * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.modAccordion .ui-accordion-header {
    margin: -1px 0 0;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    text-transform: none;
}

.modAccordion .ui-icon {
    background: url(../img/accordion/toggles_icons.png) left 2px no-repeat;
}

.modAccordion .ui-state-default {
    background: #fafafa;
    border: 1px solid #dddddd;
}

.modAccordion .ui-widget-content {
    border: 1px solid #dddddd;
    background: #f4f4f4;
    margin-bottom: 0;
}

.modAccordion .ui-state-active {
    border: 1px solid #dddddd;
}

.modAccordion .ui-state-active .ui-icon {
    background: url(../img/accordion/toggles_icons.png) left -46px no-repeat;
}

.modBarGraph h5 {
    margin-bottom: 5px;
    color: #666666;
}

.modBarGraph .bar {
    margin-bottom: 30px;
    background: #cccccc;
    height: 10px;
}

.modBarGraph .bar .highlighted {
    background: #df6113;
    width: 0;
    position: relative;
    height: 10px;
}

.modBarGraph .bar .tip {
    position: absolute;
    right: 0;
    top: -30px;
    background: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    padding: 0 5px;
    margin-right: -15px;
    line-height: 1.7em;
}

.modBarGraph .bar .tip:after {
    border-top: 5px solid #333333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    margin-left: -5px;
}

.modBlogPost {
    padding: 0 40px 30px;
    border: 1px solid #dddddd;
    margin: 0 0 50px 0;
    background: #f9f9f9;
    color: #333333;
}

.modBlogPost .timestamp {
    font-size: 14px;
    color: white;
    height: 50px;
    position: relative;
    left: -60px;
    top: 25px;
    padding: 7px 0 0 35px;
    margin-bottom: 30px;
    background: url(../img/blog-post/blog_date_bg.png) left top no-repeat;
}

.modBlogPost .meta {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-bottom: 35px;
}

.modBlogPost .meta li {
    display: inline;
}

.modBlogPost .meta a {
    padding: 0 8px;
    border-left: 1px solid #999999;
}

.modBlogPost .media {
    margin: 0 0 20px;
    text-align: center;
}

.modBlogPost h2 {
    text-align: center;
    margin-bottom: 0;
}

.modBlogPost p.text-center {
    margin-top: 50px;
}

.modBlogPost ul {
    margin-left: 20px;
}

.modBlogPost ul.other-info {
    margin: 60px 0 20px 0;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    padding: 20px 0 0;
    color: #999999;
}

.modBlogPost ul.other-info li {
    display: inline;
    padding-right: 30px;
}

.modBlogPost ul.other-info li a {
    color: #666666;
}

.modBlogPost ul.other-info li a:hover {
    color: #df6113;
}

.modBlogPost.masonry {
    overflow: hidden;
    display: block;
    padding: 0 8px;
    width: 33.33%;
    margin: 0;
    float: left;
    background: none;
    border: none;
}

.modBlogPost.masonry .blog-wrapper {
    padding: 15px;
    border: 1px solid #dddddd;
    margin: 0 0 16px 0;
    background: #f9f9f9;
}

.modBlogPost.masonry h2 {
    font-size: 24px;
    text-align: left;
}

.modBlogPost.masonry p.read-more-button {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 25px;
}

.modBlogPost.masonry a.read-more {
    font-size: 18px;
    background: none;
    padding: 5px 10px;
    background: #333333;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.modBlogPost.masonry a.read-more:hover {
    background: #df6113;
}

.modBlogPost.masonry .timestamp {
    background: none !important;
    display: block;
    height: 30px;
    position: relative;
    left: 0;
    top: 0;
    color: #999999;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.modBlogPost.masonry .meta {
    text-align: left;
    color: #333333;
    font-size: 12px;
    margin-bottom: 0;
}

.modBlogPost.masonry .meta ul {
    margin: 0;
}

.modBlogPost.masonry .meta li {
    display: block;
}

.modBlogPost.masonry .meta a {
    border: none;
    padding: 0;
}

.modBlogPost.masonry .meta span {
    font-weight: bold;
    color: #333333;
}

.modBlogPost.masonry .other-info {
    margin: 0;
    padding: 0;
    font-size: 12px;
    border: none;
}

.modBlogPost.masonry .other-info li {
    display: block;
}

.modBlogPost.masonry .other-info span {
    font-weight: bold;
    color: #333333;
}

.modBlogPost.masonry .other-info a {
    color: #333333;
}

.ie8 .modBlogPost.masonry {
    padding: 0 8px;
    width: 33%;
}

.ie8 .modBlogPost .media img {
    width: auto !important;
    height: auto !important;
}

.modBlogTeaser {
    margin: 0 0 40px;
}

.modBlogTeaser h4 {
    font-size: 24px;
    margin: 0;
}

.modBlogTeaser span.time {
    color: #888888;
    font-size: 13px;
    padding: 0 0 5px;
    display: block;
}

.modBlogTeaser img {
    border: 3px solid white;
    margin: 0 0 20px;
    width: 100%;
}

.modBlogTeaser.rich li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}

.modBlogTeaser.rich li.latest {
    padding-top: 0;
}

.modBlogTeaser.rich img {
    margin: 0;
}

.modBreadcrumb {
    position: absolute;
    bottom: -70px;
    font-size: 14px;
}

.modCallToAction {
    padding: 40px 0 0;
    font-size: 28px;
    line-height: 1.3em;
    font-family: "Bebas Neue", arial, sans-serif;
    color: #555555;
}

.modCallToAction span {
    color: #999999;
}

.modCallToAction a {
    color: #fbfeee !important;
    margin-left: 30px;
    display: inline-block;
}

.modCaseStudy {
    margin: 0 0 80px;
}

.modCaseStudy .info {
    font-size: 14px;
    margin-bottom: 30px;
    overflow: auto;
}

.modCaseStudy .info strong {
    font-weight: bold;
}

.modCaseStudy .info a {
    float: left;
    margin: 15px 5px 0 0;
    color: #333333;
    padding: 5px 10px;
    background: #e3e3dc;
    background-color: rgba(106, 103, 81, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.modCaseStudy .info a:hover {
    color: #df6113;
}

.modCaseStudy a.button {
    margin-bottom: 30px;
}

.modCaseStudy .modFlexSlider.boxed {
    margin: 0 0 20px;
}

.modCaseStudy .modFlexSlider.boxed .flexslider {
    border: 12px solid white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.modClients {
    text-align: center;
}

.modClients a {
    opacity: 0.7;
}

.modClients a:hover {
    opacity: 1;
}

.modCommentForm {
    margin: 0 0 40px;
}

.modCommentForm p {
    overflow: hidden;
}

.modCommentForm p.name {
    float: left;
    margin-right: 20px;
    width: 35%;
}

.modCommentForm p.email {
    float: left;
    width: 35%;
}

.modCommentForm p.message {
    clear: left;
}

.modCommentForm form input, .modCommentForm form textarea {
    background: white;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-family: "droid sans", "helvetica neue", helvetica, arial, sans-serif;
}

.modCommentForm form textarea {
    height: 180px;
    width: 100%;
}

.modCommentForm form input {
    width: 100%;
    margin-right: 10px;
}

.modCommentForm form label {
    display: block;
    padding: 10px 0 0;
    border: none !important;
}

.modCommentForm form label span {
    color: #999999;
}

.modCommentForm form .error {
    border: 2px solid #d36159;
}

.modCommentForm form .button {
    background: #df6113;
    width: 160px;
    padding: 3px 0 0;
    margin-top: 20px;
    cursor: pointer;
    font-size: 24px;
    font-family: "Bebas Neue", arial, sans-serif;
}

.modCommentForm p.thanks {
    font-style: italic;
}

.modComments {
    margin: 0 0 50px;
}

.modComments ul.comments li {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 25px;
}

.modComments ul.comments li ul.children {
    margin: 0 0 0 25px;
}

.modComments ul.comments li ul.children li {
    padding: 25px 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: none;
}

.modComments p {
    padding-right: 20px;
    margin-left: 49px;
}

.modComments .meta {
    width: 100%;
    float: none;
    text-align: left;
    padding: 5px 0 0;
}

.modComments .meta p.avatar {
    float: left;
    padding-right: 10px;
    margin: 0;
}

.modComments .meta span.name {
    display: block;
    font-size: 16px;
    color: #df6113;
}

.modComments .meta p.info {
    margin: 0 0 10px;
    font-size: 13px;
    color: #999999;
    font-family: "droid sans", "helvetica neue", helvetica, arial, sans-serif;
}

.modContactForm {
    margin: 0 0 20px;
}

.modContactForm form p {
    overflow: hidden;
    margin-bottom: 25px;
}

.modContactForm form input, .modContactForm form textarea {
    background: white;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    font-family: "droid sans", "helvetica neue", helvetica, arial, sans-serif;
}

.modContactForm form input[type = number] {
    font-size: 12px;
}

.modContactForm form textarea {
    height: 180px;
    width: 100%;
}

.modContactForm form input {
    /*width: 100%;
    margin-right: 10px;*/
}

.modContactForm form label {
    border: none !important;
}

.modContactForm form label span {
    color: #999999;
}

.modContactForm form label.error {
    padding: 0;
    color: #d36159;
    font-size: 14px;
}

.modContactForm form .error {
    border: 2px solid #d36159;
}

.modContactForm form .button {
    border: none;
    background: #df6113;
    width: 160px;
    padding: 3px 0 0;
    margin-top: 20px;
    cursor: pointer;
    font-size: 24px;
    font-family: "Bebas Neue", arial, sans-serif;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.modContactForm form .button:hover {
    color: #fefbee;
    background: #b5501b;
}

.modContactForm p.thanks {
    font-style: italic;
    font-size: 20px;
    color: #df6113;
}

.modContactInfo .title {
    font-family: "droid serif", georgia, times, serif;
    font-size: 18px;
}

.modContactInfo li {
    padding: 5px 0;
    margin: 0 0 10px;
}

.modContactInfo li i {
    font-size: 18px;
    display: block;
    float: left;
    width: 30px;
}

.modContactInfo li i.icon-location {
    font-size: 24px;
}

.modContactInfo li span {
    margin-left: 30px;
    display: block;
}

.modContactInfo .gmap {
    border: 1px solid #d0d0d0;
    width: 100%;
    height: 245px;
}

.modContactInfo p.address {
    color: #666666;
}

.modContactInfo strong {
    color: #333333;
}

.modContactInfo.social {
    margin: 0 0 30px;
}

.modContactInfo.social span {
    color: white;
    display: inline;
    margin: 0;
}

.modContactInfo.social li {
    margin: 0;
    padding: 0;
}

.modContactInfo.bgmap {
    position: relative;
    margin-bottom: 60px;
}

.modContactInfo.bgmap .gmap {
    width: 100%;
    height: 600px;
    margin-top: -80px;
}

.modContactInfo.bgmap ul {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 360px;
    margin-left: 130px;
    padding: 40px 30px 20px;
    background: white;
    background-color: rgba(255, 255, 255, 0.82);
}

.modContactInfo.bgmap ul a {
    color: #333333;
}

.modContactInfo.bgmap ul a:hover {
    color: #df6113;
}

.modContactInfo.two-columns strong {
    font-weight: bold;
    color: #e36a61;
}

.modContactInfo.two-columns li {
    padding: 5px 0 5px 30px;
}

.modContactInfo.two-columns li.email {
    background: url(../img/contact-info/email_icon.png) left center no-repeat;
}

.modContactInfo.two-columns li.phone {
    background: url(../img/contact-info/phone_icon.png) left center no-repeat;
}

.modContactInfo.two-columns li.skype {
    background: url(../img/contact-info/skype_icon.png) left center no-repeat;
}

.modContactInfo.two-columns li.vcard {
    background: url(../img/contact-info/vcard_icon.png) left center no-repeat;
}

.modCopyright {
    border-top: 1px solid #444444;
    padding: 10px 0 0;
    color: #666666;
    margin: 20px 0 0;
}

.modCopyright.big-logo {
    padding: 60px 0 80px;
    margin: 0 0 40px;
    clear: both;
    border: none;
    border-right: 1px solid #555555;
    font-style: italic;
    color: #777777;
}

.modCopyright.big-logo h1 {
    font-size: 48px;
    color: white;
    margin: 0 0 10px;
    font-family: Damion, "Brush Script Std", serif;
    text-transform: capitalize;
}

.modCopyright.big-logo p.copy {
    color: #999999;
    font-size: 14px;
}

.modDivider {
    height: 2px;
    margin: 10px 0 50px;
    background: url(../img/divider.png) left top repeat-x;
}

.modDivider.double-lines {
    height: 6px;
    background: url(../img/divider_2.png) left top repeat-x;
}

.modEmailUpdates input#subscribe-email {
    background: #333333;
    padding: 10px;
    border: none;
    font-size: 14px;
    color: #999999;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 195px;
}

.modEmailUpdates .button {
    background: #873808;
    float: left;
    width: 90px;
    padding: 3px 0 0;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.modEmailUpdates .button:hover {
    color: #fefbee;
    background: #b5501b;
}

.modFeature {
    margin: 0 0 30px;
    font-size: 14px;
}

.modFeature i {
    font-size: 28px;
    color: #999999;
    float: left;
}

.modFeature h3 {
    font-size: 18px;
}

.modFeature p {
    clear: left;
}

.modFeature.boxed {
    background: #e6e4dc;
    border: 3px solid #fcfaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 20px 0;
    text-align: center;
    color: #555555;
    line-height: 1.5em;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modFeature.boxed h3 {
    margin: 10px 0 5px;
    color: #333333;
    font-size: 24px;
}

.modFeature.boxed i {
    font-size: 40px;
    float: none;
    margin: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modFeature.boxed:hover {
    border: 3px solid #d1cec6;
}

.modFeature.boxed:hover i {
    color: #df6113;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../img/slider/bg_direction_nav.html) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

.modFlexSlider {
    position: relative;
}

.modFlexSlider .flexslider {
    z-index: 2;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.modFlexSlider .flexslider .slides img {
    width: auto;
    display: inline;
}

.modFlexSlider .flex-direction-nav a {
    width: 60px;
    height: 60px;
    background-image: url(/img//flex-slider/direction_nav_big.png);
}

.modFlexSlider .flex-control-nav {
    position: absolute;
}

.modFlexSlider .flex-control-nav li {
    margin: 0 2px;
}

.modFlexSlider .flex-control-nav a {
    text-indent: 3000px;
    overflow: hidden;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 18px;
    width: 18px;
    background: url(../img/flex-slider/slider_nav_big.png) left -22px no-repeat;
}

.modFlexSlider .flex-control-nav a.flex-active, .modFlexSlider .flex-control-nav a:hover {
    background: none;
    background: url(../img/flex-slider/slider_nav_big.png) left top no-repeat;
}

.modFlexSlider .flex-caption {
    font-family: AlexandriaFLF, "droid serif", serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding: 15px 20px 12px;
    margin: 0;
}

.modFlexSlider.top {
    color: #f9f9f9;
    font-size: 18px;
    line-height: 1.5em;
    margin: 60px 0 0;
    height: 400px;
}

.modFlexSlider.top .slides li {
    height: 400px;
    position: relative;
}

.modFlexSlider.top h1 {
    font-size: 48px;
    line-height: 1em;
    color: white;
    text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 30px;
}

.modFlexSlider.top p {
    margin: 0 0 35px;
}

.modFlexSlider.top h1.supersize {
    font-size: 170px;
    line-height: 0.9em;
    text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 5px;
}

.modFlexSlider.top p.bigsize {
    font-size: 30px;
    line-height: 1.3em;
    font-family: "Bebas Neue", arial, sans-serif;
    padding: 0 30px;
}

.modFlexSlider.top a.read-more {
    color: #5a2708;
    font-size: 30px;
    background: url(/img/arrow_brown.png) right 10px no-repeat;
}

.modFlexSlider.top a.read-more:hover {
    color: #333333;
    background: url(/img/arrow_black.png) right 10px no-repeat;
}

.modFlexSlider.top .button {
    background: #df6113;
    line-height: 2em;
}

.modFlexSlider.top .button:hover {
    background: #b5501b;
}

.modFlexSlider.top .slide-content-left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.modFlexSlider.top .slide-content-right {
    width: 50%;
    float: right;
    padding-left: 20px;
}

.modFlexSlider.top .media-wrapper-left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.modFlexSlider.top .media-wrapper-right {
    width: 50%;
    float: right;
    padding-left: 20px;
}

.modFlexSlider.top .media-wrapper-bottom-aligned {
    position: absolute;
    bottom: 0;
    line-height: 0;
}

.modFlexSlider.top .media-wrapper-stacked {
    text-align: center;
}

.modFlexSlider.top .media-wrapper-stacked img.stacked-1 {
    margin-right: -40px;
}

.modFlexSlider.top .media-wrapper-stacked img.stacked-3 {
    margin-left: -40px;
}

.modFlexSlider.top .flex-control-nav {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 0;
    bottom: 20px;
    text-align: left;
    right: 0;
    float: right;
    width: auto;
}

.modFlexSlider.top .embed-container {
    padding-top: 60px;
}

.modFlexSlider.testimonials blockquote {
    padding: 0;
}

.modFlexSlider.testimonials .flex-control-nav {
    bottom: -20px;
    text-align: left;
    padding-left: 10px;
}

.modFlexSlider.testimonials .flex-control-nav a {
    width: 10px;
    height: 10px;
    opacity: 100;
    background: url(../img/flex-slider/slider_nav_small.png) left -12px no-repeat;
}

.modFlexSlider.testimonials .flex-control-nav a.flex-active, .modFlexSlider.testimonials .flex-control-nav a:hover {
    background: url(../img/flex-slider/slider_nav_small.png) left top no-repeat;
}

.modFlexSlider.testimonials.fixed-height {
    height: 300px;
}

.modFlexSlider.testimonials.fixed-height .flexslider {
    height: 300px;
}

.modFlexSlider.testimonials.fixed-height .flex-control-nav {
    bottom: -35px;
    text-align: center;
    padding: 0;
}

.modFlexSlider.boxed {
    margin: 40px 0 10px;
    background: url(../img/flex-slider/box_shadow.png) center bottom no-repeat;
    padding-bottom: 36px;
}

.modFlexSlider.boxed .flexslider {
    border: 8px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.modFlexSlider.boxed img, .modFlexSlider.boxed iframe {
    width: 100% !important;
    display: block !important;
}

.modFlexSlider.boxed .flex-control-nav {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 0;
    bottom: 6%;
    text-align: left;
    right: 3%;
    float: right;
    width: auto;
}

.modFlexSlider.boxed .embed-container {
    padding-bottom: 39.73%;
    padding-top: 0;
}

.modFlexSlider.works {
    margin: 0 0 40px;
}

.modFlexSlider.works .slides {
    text-align: center;
}

.modFlexSlider.works .slides a {
    display: inline-block;
    padding: 0 3px 4px 0;
    cursor: pointer;
    line-height: 0.1em;
    background: url(../img/flex-slider/shadow.png) right bottom no-repeat;
}

.modFlexSlider.works .slides img {
    background: white;
    padding: 12px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 0 #f1f2eb;
    -moz-box-shadow: 0 1px 0 #f1f2eb;
    box-shadow: 0 1px 0 #f1f2eb;
}

.modFlexSlider.works .flex-direction-nav a {
    opacity: 1;
    width: 48px;
    height: 48px;
    margin-top: -40px;
    background-image: url(../img/flex-slider/direction_nav.png);
    -webkit-transition: all 0 linear;
    -moz-transition: all 0 linear;
    -o-transition: all 0 linear;
    transition: all 0 linear;
}

.modFlexSlider.works .flex-direction-nav a:hover {
    margin-top: -44px;
    width: 60px;
    height: 60px;
    opacity: 1;
    background-image: url(../img/flex-slider/direction_nav_big.png);
}

.modFlexSlider.works .flex-direction-nav a.flex-prev {
    left: 0;
}

.modFlexSlider.works .flex-direction-nav a.flex-next {
    right: 0;
}

.modFlexSlider.works .flex-direction-nav a.flex-prev:hover {
    left: -4px;
}

.modFlexSlider.works .flex-direction-nav a.flex-next:hover {
    right: -4px;
}

.modFlexSlider.works .current_caption {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.modFull {
    padding: 60px 0 20px;
}

.modFull.bg-1 {
    background: url(../img/%40stock/bg_image_light.jpg) center top repeat;
    background-size: cover;
}

.modFull.bg-3 {
    background: url(../img/%40stock/bg_image_screws.jpg) center 50% no-repeat;
    background-size: cover;
}

.modFull.bg-4 {
    background: url(../img/%40stock/bg_image_dark.jpg) center 50% no-repeat;
    background-size: cover;
}

.modFull.bg-white {
    background: white;
}

.modFull.bg-black {
    background: #2f2f2e;
    background-color: rgba(0, 0, 0, 0.8);
}

.modFull.bg-grey {
    background: #e3e3e0;
}

.modFull.bg-colorscheme {
    background: #df6113;
}

.modFull.bg-colorscheme a {
    color: #572607 !important;
    text-decoration: underline;
}

.modFull.bg-colorscheme a:hover {
    color: white !important;
}

.modFull.bg-colorscheme a.button {
    text-decoration: none;
}

.modFull.parallax {
    background-attachment: fixed;
}

.modFull.light {
    color: white;
}

.modFull.light .modSectionHeader.no-banner h2 {
    color: white;
}

.modFull.light .modTestimonials p {
    color: white;
}

.modFull.light .modTestimonials cite {
    color: white;
}

.modFull.light .modPriceBox {
    border: 1px solid #666666;
    background-color: rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0px 0px 2px #222222 inset;
    -moz-box-shadow: 0px 0px 2px #222222 inset;
    box-shadow: 0px 0px 2px #222222 inset;
}

.modFull.light .modPriceBox .info {
    border-top: 4px solid #999999;
}

.modFull.light .modPriceBox p.price {
    color: #999999;
    border-bottom: 1px solid #666666;
}

.modFull.light .modPriceBox p.price .dollar {
    font-size: 30px;
    color: white;
    font-style: normal;
    position: relative;
    top: -30px;
}

.modFull.light .modPriceBox p.price .number {
    font-size: 70px;
    color: white;
    font-style: normal;
}

.modFull.light .modPriceBox:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 2px #222222 inset;
    -moz-box-shadow: 0px 0px 2px #222222 inset;
    box-shadow: 0px 0px 2px #222222 inset;
}

.modFull.light .modBarGraph h5 {
    color: #999999;
}

.modFull.light .modBarGraph .bar {
    background: #444444;
}

.modFull.light .modBarGraph .bar .tip {
    background: #555555;
}

.modFull.light .modBarGraph .bar .tip:after {
    border-top: 5px solid #555555;
}

.modGallery {
    overflow: hidden;
}

.modGallery .gallery-nav {
    font-family: "droid sans", "helvetica neue", helvetica, arial, sans-serif;
    margin-bottom: 30px;
    font-size: 16px;
    margin-bottom: 40px;
}

.modGallery .gallery-nav ul {
    text-align: center;
}

.modGallery .gallery-nav li {
    display: inline-block;
}

.modGallery .gallery-nav li a {
    color: #333333;
    display: block;
    background-color: rgba(152, 151, 140, 0.2);
    padding: 3px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modGallery .gallery-nav li a.current, .modGallery .gallery-nav li a:hover {
    color: white;
    background: #df6113;
}

.modGallery .item {
    display: block;
    margin: 0 0 25px;
    text-align: center;
    overflow: hidden;
}

.modGallery .item .item-view {
    border: 3px solid white;
    position: relative;
}

.modGallery .item a {
    display: block;
    line-height: 10px;
    position: relative;
}

.modGallery .item a img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modGallery .item a.mask {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    text-transform: capitalize;
    opacity: 0;
}

.modGallery .item a.mask span {
    color: #df6113;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}

.modGallery .item:hover a {
    background: #df6113;
}

.modGallery .item:hover img {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modGallery .item:hover a.mask {
    background: transparent;
    opacity: 1;
}

.modGallery .item:hover a.mask span {
    opacity: 1;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
}

.modGallery .desc {
    padding: 18px 0 0;
}

.modGallery .desc h3 {
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    font-size: 16px;
    text-transform: none;
}

.modGallery .item.hidden a {
    position: static;
}

.modGallery .item.hidden a:hover .overlay {
    display: none;
}

.ie8 .modGallery a.mask {
    display: none;
}

.ie8 .item.hidden .item-view {
    position: static;
}

.modHeader .main-header {
    padding-top: 40px;
}

.modHeader .is-sticky .main-header {
    padding-top: 0;
    width: 100%;
    background: #111111;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
}

.modHeader .is-sticky .modLogo {
    margin-top: 20px;
    margin-bottom: 0;
}

.modHeader.headerLayout2 .modTopBar {
    background: none;
    display: none;
}

.modHeader.headerLayout2 .black-line {
    height: 5px;
    background: #020202;
}

.modHeader.headerLayout3 {
    height: 167px;
    background: #222222;
    background-color: rgba(0, 0, 0, 0.5);
}

.modHeader.headerLayout3 .main-header {
    height: 102px;
    padding-top: 20px;
    background: #111111;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -2px;
}

.modHeader.headerLayout3 .modTopBar {
    background: none;
}

.modHeader.headerLayout3 .modTopBar .top-bar-content {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 100;
}

.modHeader.headerLayout3 .modTopBar .top-bar-content .search {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
    border: none;
    color: white;
}

.modHeader.headerLayout3 .modTopBar .top-bar-content .search input {
    color: white;
    font-size: 16px;
}

.modHeader.headerLayout3 .modTopBar .top-bar-content .search i {
    font-size: 18px;
}

.modHeader.headerLayout3 .modLogo {
    height: 80px;
    width: 100%;
}

.modLatestTweets {
    margin: 0 0 40px;
}

.modLatestTweets span.time {
    color: #999999;
    font-size: 14px;
    display: block;
}

.modLogo {
    z-index: 10;
    position: relative;
    margin-bottom: 35px;
    float: left;
}

.modLogo h1 {
    line-height: 1em;
    margin-bottom: 14px;
}

.modLogo h1 a {
    font-size: 54px;
    color: white !important;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    font-family: Damion, "Brush Script Std", serif;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.modLogo h1 a:hover {
    color: #eeeeee !important;
}

.modLogo h2 {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    font-family: "droid serif", georgia, serif;
    letter-spacing: 0.5em;
}

.modMember {
    margin: 0 0 30px;
}

.modMember .member-box {
    border: 1px solid #d2d2d2;
    padding: 3px;
    background: white;
    margin: 0 0 30px;
}

.modMember .member-box p {
    margin: 0 0 10px;
}

.modMember .member-box:hover img {
    opacity: 0.5;
}

.modMember h3 {
    margin: 0 10px 2px;
    color: #df6113;
}

.modMember h4 {
    font-size: 14px;
    margin: 0 10px 15px;
    color: #999999;
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    text-transform: capitalize;
}

.modMember img {
    width: 100%;
    background: white;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modMember .modSocial {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

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

.modMember.centered .member-box {
    padding: 0 0 10px;
}

.modMember.centered .member-box:hover img {
    opacity: 0.5;
}

.modMember.centered .content {
    margin: 10px 10px 20px;
    color: #333333;
}

.modMember.centered .modSocial {
    border: none;
    padding: 0;
}

.modMilestone .number {
    text-align: center;
    font-size: 72px;
    line-height: 1em;
    font-family: "Bebas Neue", arial, sans-serif;
}

.modMilestone .subject {
    text-align: center;
    margin-bottom: 40px;
}

.modNav {
    z-index: 10;
    position: relative;
}

.modNav ul.nav-bar {
    overflow: hidden;
    margin: 0;
    display: block;
    float: right;
    height: 60px;
}

.modNav ul.nav-bar li {
    float: left;
    display: block;
}

.modNav ul.nav-bar li a {
    text-decoration: none;
    color: #f9f9f9;
    background: #b8511c;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    margin-right: 1px;
    padding: 13px 15px 10px;
    font-size: 24px;
    font-family: "Bebas Neue", arial, sans-serif;
}

.modNav ul.nav-bar li a.sfHover, .modNav ul.nav-bar li a:hover, .modNav ul.nav-bar li a.current {
    background: #431e09;
    background-color: rgba(0, 0, 0, 0.7);
}

.modNav ul.nav-bar li a.sfHover span.tail, .modNav ul.nav-bar li a:hover span.tail, .modNav ul.nav-bar li a.current span.tail {
    display: block;
    position: absolute;
    width: 14px;
    height: 7px;
    left: 40%;
    bottom: -7px;
    background: url(../img/nav/nav_bg_arrow.png) center top no-repeat;
}

.modNav ul.nav-bar li .flyout {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 9999;
    margin-left: -1px;
    padding-top: 7px;
    opacity: 0;
}

.modNav ul.nav-bar li .flyout.visible {
    display: block;
}

.modNav ul.nav-bar li ul.sub {
    margin: 0;
}

.modNav ul.nav-bar li ul.sub a {
    border: none;
    display: block;
    float: none;
    padding: 10px 15px;
    margin-right: 0;
    letter-spacing: 0.05em;
    background: #431e09;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
}

.modNav ul.nav-bar li ul.sub a.sfHover, .modNav ul.nav-bar li ul.sub a:hover {
    color: #b8511c;
}

.modNav ul.nav-bar li ul li {
    width: 200px;
    border-top: none;
    border-bottom: 1px solid black;
    position: relative;
}

.modNav ul.nav-bar li ul > li > .flyout {
    left: 200px;
    top: 5px;
}

.modNav ul.nav-bar li:hover a {
    background-color: rgba(0, 0, 0, 0.7);
}

.modNav ul.nav-bar li:hover span.tail {
    display: block;
    position: absolute;
    width: 14px;
    height: 7px;
    left: 40%;
    bottom: -7px;
    background: url(../img/nav/nav_bg_arrow.png) center top no-repeat;
}

.ie8 .modNav ul.nav-bar li a {
    background: url(../img/nav/nav_bg.png) left top repeat;
}

.ie8 .modNav ul.nav-bar li a.sfHover, .ie8 .modNav ul.nav-bar li a:hover, .ie8 .modNav ul.nav-bar li a.current {
    background: url(../img/nav/nav_bg_hover.png) left top repeat;
}

.ie8 .modNav ul.nav-bar li ul.sub a {
    background: url(../img/nav/nav_bg_hover.png) left top repeat;
}

.ie8 .modNav ul.nav-bar li:hover span.tail {
    display: none;
}

.modPageTitle {
    margin: 50px 0 20px;
    text-align: center;
}

.modPageTitle h1 {
    font-size: 72px;
    line-height: 0.9em;
    color: #f9f9f9;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    padding: 0 33px;
    margin-left: -15px;
    background: url(../img/page-title/star.png) left 20px no-repeat;
}

.modPageTitle span {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
    background: url(../img/page-title/star.png) left top no-repeat;
}

.modPager {
    height: 65px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 40px;
    padding: 15px 25px;
}

.modPager a {
    color: #666666;
    padding: 5px 15px;
    background: #e3e3dc;
    background-color: rgba(106, 103, 81, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.modPager a:hover {
    color: #df6113;
}

.modPager a.older {
    float: left;
}

.modPager a.newer {
    float: right;
}

.modPages {
    margin: 0 0 40px;
}

.modPages span {
    color: #999999;
}

.modPriceBox {
    border: 1px solid #d0d0d0;
    padding: 0 15px 15px;
    margin: 0 0 60px;
    background: #e3e3dc;
    background-color: rgba(106, 103, 81, 0.1);
    -webkit-box-shadow: 0px 0px 2px white inset;
    -moz-box-shadow: 0px 0px 2px white inset;
    box-shadow: 0px 0px 2px white inset;
    text-align: center;
}

.modPriceBox .info {
    border-top: 4px solid dimgrey;
    padding: 20px 0 0;
}

.modPriceBox p.level {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Bebas Neue", arial, sans-serif;
    margin: 0 0 5px;
}

.modPriceBox p.desc {
    font-size: 14px;
    margin-bottom: 40px;
}

.modPriceBox p.price {
    font-size: 16px;
    color: #666666;
    font-style: italic;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 30px;
}

.modPriceBox p.price .dollar {
    font-size: 30px;
    color: #333333;
    font-style: normal;
    position: relative;
    top: -30px;
}

.modPriceBox p.price .number {
    font-size: 70px;
    color: #333333;
    font-style: normal;
}

.modPriceBox .features {
    margin: 0 0 30px;
}

.modPriceBox .features li {
    padding: 0 0 5px;
}

.modPriceBox p.start {
    margin: 0;
}

.modPriceBox p.start a {
    width: 100%;
    display: block;
}

.modPriceBox.featured .info {
    border-top: 4px solid #df6113;
}

.modPriceBox:hover {
    background-color: rgba(224, 224, 233, 0.1);
    -webkit-box-shadow: 0px 0px 2px white inset;
    -moz-box-shadow: 0px 0px 2px white inset;
    box-shadow: 0px 0px 2px white inset;
}

.modProcess {
    margin: 0 0 20px;
}

.modProcess .process-title {
    background: url(../img/process/circle_with_bar.png) center top no-repeat;
    text-align: center;
    height: 185px;
    padding: 77px 0 0;
    margin: 0 0 25px;
}

.modProcess h3 {
    display: inline;
    color: #5f5d5b;
    font-size: 28px;
    margin-bottom: 0;
    position: relative;
}

.modProcess i {
    font-size: 14px;
    color: #d85e12;
    position: relative;
    top: -6px;
}

.modProcess .process-arrow {
    position: absolute;
    width: 30px;
    height: 12px;
    top: 89px;
    right: -15px;
    background: url(../img/process/process_arrow.png) left top no-repeat;
}

.modSectionHeader {
    text-align: center;
    margin: 0 0 40px;
    color: white;
}

.modSectionHeader h2 {
    background: url(../img/section-header/section_header_bg.png) center top no-repeat;
    ` color: white;
    font-size: 28px;
    height: 39px;
    padding: 3px 0 0;
}

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

.modSectionHeader.left-aligned h2 {
    padding-left: 20px;
    background: url(../img/section-header/section_header_bg_2.png) left top no-repeat;
}

.modSectionHeader.no-banner {
    margin: 0 0 30px;
}

.modSectionHeader.no-banner h2 {
    background: none;
    color: #333333;
    font-size: 36px;
    margin-bottom: 10px;
}

.modSectionHeader.no-banner p {
    color: #aaaaaa;
    font-size: 12px;
}

.modService {
    overflow: hidden;
    text-align: center;
    padding: 0 0 20px;
}

.modService .icon_title {
    display: block;
    padding: 46px 0 0;
    height: 158px;
    margin: 0 0 20px;
    background: url(../img/service/circle_green.png) center top no-repeat;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.modService img {
    border: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modService h3 {
    color: #fefcf2;
    padding: 5px 0 0;
    height: 36px;
    margin-top: 5px;
    background: url(../img/service/title_bg_orange.png) center top no-repeat;
}

.modService .icon_title:hover img {
    top: -10px;
}

.modService .icon_title:hover h3 {
    color: #ede9d3;
}

.modService.color-1 .icon_title {
    background: url(../img/service/circle_green.png) center top no-repeat;
}

.modService.color-2 .icon_title {
    background: url(../img/service/circle_khaki.png) center top no-repeat;
}

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

.modService.simple h3 {
    color: #333333;
    background: none;
    margin-bottom: 15px;
}

.modService.simple i {
    top: 9px;
    color: #888888;
    font-size: 48px;
    background: #e3e3e0;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin: 0 auto 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modService.simple i.circle-border {
    position: absolute;
    width: 98px;
    height: 98px;
    left: 1px;
    top: 1px;
    opacity: 0;
    background: none;
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
}

.modService.simple.appeared > i {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

.modService.simple:hover i {
    background: #df6113;
    color: white;
}

.modService.simple:hover i.circle-border {
    border: 2px solid #d96f2e;
    width: 114px;
    height: 114px;
    top: -7px;
    left: -7px;
    background: none;
    opacity: 1;
}

.modSocial ul {
    overflow: auto;
    margin: 0;
}

.modSocial ul > li {
    margin-bottom: 0;
    display: inline;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #999999;
}

.modSocial ul > li:hover {
    cursor: pointer;
    color: #df6113;
}

.modSocial ul > li > a {
    text-indent: -9999px;
}

.modSocial.squared {
    font-size: 20px;
}

.modSocial.squared ul > li {
    color: #666666;
    background: #dcdbd5;
    display: inline-block;
    padding: 5px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 10px 0;
}

.modSocial.squared ul > li:hover {
    background: #df6113;
    color: white !important;
}

.modSocial.top-social {
    font-size: 14px;
}

.modSocial.top-social ul > li {
    color: #cccccc;
    position: relative;
}

.modSocial.top-social ul > li:hover {
    color: white;
}

.modSocial.top-social ul > li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modSocial.bottom {
    font-size: 20px;
}

.modSocial.bottom ul {
    overflow: hidden;
}

.modSocial.bottom ul > li {
    color: #1f1f1f;
    background: #555555;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    display: block;
    line-height: 2.4em;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.modSocial.bottom ul > li:hover {
    background: white;
}

.modStylePanel {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 120px;
    font-size: 14px;
    line-height: 1.6em;
    margin-left: -230px;
}

.modStylePanel * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.modStylePanel .panel-container {
    float: right;
    background: white;
    padding: 20px 5px 0 20px;
    width: 200px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #dfdfdf;
    border-left: 0;
    -webkit-box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
    -moz-box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
    box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
}

.modStylePanel h4 {
    font-family: "droid serif", Georgia, times, serif;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 0.01em;
    font-size: 14px;
    margin-bottom: 5px;
}

.modStylePanel ul {
    margin-bottom: 18px;
    overflow: auto;
}

.modStylePanel ul li {
    display: inline;
}

.modStylePanel a.switch {
    float: right;
    margin-left: -3px;
    margin-top: 40px;
    padding: 10px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #dfdfdf;
    border-left: none;
    -webkit-box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
    -moz-box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
    box-shadow: 3px 3px 0px 0 rgba(196, 196, 196, 0.4);
    text-indent: -3000px;
    display: block;
    width: 20px;
    background: white url(../img/style-panel/switch_bg.png) 12px 10px no-repeat;
}

.modStylePanel a.switch.to-close {
    background: white url(../img/style-panel/switch_bg.png) 12px -30px no-repeat;
}

.modStylePanel a.color_scheme, .modStylePanel a.bg_pattern, .modStylePanel a.header_bg_pattern, .modStylePanel a.boxed_bg {
    border: 1px solid #cccccc;
    padding: 4px 0;
    width: 32px;
    display: block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    text-indent: -3000px;
}

.modStylePanel a.color_scheme {
    border: none;
    width: 34px;
}

.modStylePanel a.bg_pattern:hover, .modStylePanel a.header_bg_pattern:hover {
    border: 1px solid #999999;
}

.modStylePanel a#orange {
    background: #df6113;
}

.modStylePanel a#blue {
    background: #377287;
}

.modStylePanel a#coffee {
    background: #453c2b;
}

.modStylePanel a#cyan {
    background: #079ea8;
}

.modStylePanel a#dark-blue {
    background: #262c32;
}

.modStylePanel a#grey {
    background: #494949;
}

.modStylePanel a#khaki {
    background: #c1bdb0;
}

.modStylePanel a#yellow {
    background: #f2db1b;
}

.modStylePanel a#pink {
    background: #de5f5f;
}

.modStylePanel a#purple {
    background: #4d4771;
}

.modStylePanel a#pattern-1 {
    background: url(../img/pattern-1.html) left top no-repeat;
}

.modStylePanel a#pattern-2 {
    background: url(../img/pattern-2.html) left top no-repeat;
}

.modStylePanel a#pattern-3 {
    background: url(../img/pattern-3.html) left top no-repeat;
}

.modStylePanel a#pattern-4 {
    background: url(../img/pattern-4.html) left top no-repeat;
}

.modStylePanel a#pattern-5 {
    background: url(../img/pattern-5.html) left top no-repeat;
}

.modStylePanel a#pattern-6 {
    background: url(../img/pattern-6.html) left top no-repeat;
}

.modStylePanel a#pattern-7 {
    background: url(../img/pattern-7.html) left top no-repeat;
}

.modStylePanel a#pattern-8 {
    background: url(../img/pattern-8.html) left top no-repeat;
}

.modStylePanel a#pattern-9 {
    background: url(../img/pattern-9.html) left top no-repeat;
}

.modStylePanel a#pattern-10 {
    background: url(../img/pattern-10.html) left top no-repeat;
}

.modStylePanel select {
    width: 60%;
}

.modStylePanel a#header-pattern-1 {
    background: url(../img/style-panel/header_pattern_small_1.png) center center no-repeat;
}

.modStylePanel a#header-pattern-2 {
    background: url(../img/style-panel/header_pattern_small_2.png) top center no-repeat;
}

.modStylePanel a#header-pattern-3 {
    background: url(../img/style-panel/header_pattern_small_3.png) center center no-repeat;
}

.modStylePanel a#header-pattern-4 {
    background: url(../img/style-panel/header_pattern_small_4.png) center center no-repeat;
}

.modStylePanel a#header-pattern-5 {
    background: url(../img/style-panel/header_pattern_small_5.png) center center no-repeat;
}

.modStylePanel a#header-pattern-6 {
    background: url(../img/style-panel/header_pattern_small_6.png) center center no-repeat;
}

.modStylePanel a#header-pattern-7 {
    background: url(../img/style-panel/header_pattern_small_7.png) center center no-repeat;
}

.modStylePanel a#header-pattern-8 {
    background: url(../img/style-panel/header_pattern_small_8.png) center center no-repeat;
}

.modStylePanel a#header-pattern-9 {
    background: url(../img/style-panel/header_image_small_1.jpg) center center no-repeat;
}

.modStylePanel a#header-pattern-10 {
    background: url(../img/style-panel/header_image_small.png) center center no-repeat;
}

.modStylePanel a#pattern-1 {
    background: url(../img/style-panel/bg_pattern_small_1.png) center center no-repeat;
}

.modStylePanel a#pattern-2 {
    background: url(../img/style-panel/bg_pattern_small_2.png) center center no-repeat;
}

.modStylePanel a#pattern-3 {
    background: url(../img/style-panel/bg_pattern_small_3.png) center center no-repeat;
}

.modStylePanel a#pattern-4 {
    background: url(../img/style-panel/bg_pattern_small_4.png) center center no-repeat;
}

.modStylePanel a#pattern-5 {
    background: url(../img/style-panel/bg_pattern_small_5.png) center center no-repeat;
}

.modStylePanel a#pattern-6 {
    background: url(../img/style-panel/bg_pattern_small_6.png) center center no-repeat;
}

.modStylePanel a#pattern-7 {
    background: url(../img/style-panel/bg_pattern_small_7.png) center center no-repeat;
}

.modStylePanel a#pattern-8 {
    background: url(../img/style-panel/bg_pattern_small_8.png) center center no-repeat;
}

.modStylePanel a#pattern-9 {
    background: url(../img/style-panel/bg_image_small.png) center center no-repeat;
}

.modStylePanel a#boxed_bg_1 {
    background: url(../img/style-panel/boxed_bg_small_1.jpg) center center no-repeat;
}

.modStylePanel a#boxed_bg_2 {
    background: url(../img/style-panel/boxed_bg_small_2.jpg) center center no-repeat;
}

.modStylePanel a#boxed_bg_3 {
    background: url(../img/style-panel/boxed_bg_small_3.jpg) center center no-repeat;
}

.ui-widget * {
    outline: none !important;
}

.modTabs {
    border: none;
    background: none;
    padding: 0;
    font-size: 14px;
    font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
    margin: 0 0 40px;
}

.modTabs .ui-tabs-nav {
    padding: 0;
    border: none;
    background: none;
}

.modTabs .ui-tabs-nav .ui-state-active {
    border: 1px solid #dddddd;
    border-bottom: none;
    background: #fafafa !important;
}

.modTabs .ui-tabs-nav .ui-state-default {
    background: #f4f4f4;
    margin: 0 -1px 0 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding-bottom: 0;
    top: 1px;
}

.modTabs .ui-state-hover {
    background: #f0f0f0 !important;
    border-bottom: none;
}

.modTabs .ui-state-active.ui-state-hover {
    border-bottom: none !important;
    background: #fafafa !important;
}

.modTabs .ui-tabs-panel {
    background: #fafafa;
    border: 1px solid #dddddd;
}

.modTabs .ui-corner-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.ui-state-hover {
    border: 1px solid #dddddd !important;
}

.modTabs.vertical .tabpanel {
    display: none;
}

.modTabs.vertical .tabpanel.active {
    display: block;
}

.modTabs.vertical .panel-header {
    display: none;
    cursor: pointer;
}

.modTabs.vertical img {
    border: 1px solid #d0d0d0;
    height: 100%;
}

.modTabs.vertical .tablist {
    width: 240px;
    min-height: 640px;
    float: left;
    background: url(../img/tabs/sidebar_menu_bg.png) right top no-repeat;
}

.modTabs.vertical .tablist a {
    display: block;
    width: 238px;
    background: none;
    color: #df6113;
    font-weight: bold;
    padding: 15px 20px;
    height: 50px;
    background: url(../img/divider.png) left bottom repeat-x;
}

.modTabs.vertical .tablist a:hover {
    color: white;
    width: 253px;
    background: url(../img/tabs/sidebar_menu_arrow_orange.png) right top no-repeat;
}

.modTabs.vertical .tablist li.active a {
    color: white;
    width: 253px;
    background: url(../img/tabs/sidebar_menu_arrow_orange.png) right top no-repeat;
}

.modTabs.vertical .tabpanel {
    float: right;
    width: 67%;
}

.ie8 .modTabs.vertical img {
    height: auto !important;
    width: auto !important;
}

.modTestimonials {
    margin: 0 0 40px;
    position: relative;
}

.modTestimonials p {
    padding: 15px 10px 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6em;
    font-style: italic;
    color: #333333;
    background: url(../img/testimonials/quote_left.png) left top no-repeat;
}

.modTestimonials cite {
    color: #666666;
    font-size: 13px;
    padding: 20px 0 0 10px;
    display: block;
    font-style: normal;
    background: url(../img/testimonials/quote_right.png) right 10px no-repeat;
}

.modTestimonials.banner {
    margin-top: 20px;
    padding: 0 20px;
    height: 366px;
    background: url(../img/testimonials/testimonials_bg.png) left top no-repeat;
}

.modTestimonials.banner h3 {
    position: relative;
    height: 39px;
    padding-top: 3px;
    top: -18px;
    font-size: 28px;
    color: white;
    text-align: center;
    margin-bottom: 0;
    background: url(../img/testimonials/testimonial_header_bg.png) center top no-repeat;
}

.modTestimonials.banner p {
    padding-top: 25px;
    background: url(../img/testimonials/quote_left.png) left 10px no-repeat;
}

.modTestimonials.expanded ul li {
    border: 1px solid #d0d0d0;
    margin: 0 0 40px;
    background: #e3e3dc;
    background-color: rgba(106, 103, 81, 0.1);
    -webkit-box-shadow: 0px 0px 2px white inset;
    -moz-box-shadow: 0px 0px 2px white inset;
    box-shadow: 0px 0px 2px white inset;
}

.modTestimonials.expanded p {
    padding: 25px 20px 0 10px;
    background: url(../img/testimonials/quote_left.png) left 10px no-repeat;
}

.modTestimonials.expanded cite {
    padding: 20px 20px 0 10px;
    margin-right: 20px;
}

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

.modTestimonials.centered cite {
    padding-left: 0;
}

.modTestimonials.centered .modFlexSlider.testimonials .flex-control-nav {
    text-align: center;
    padding-left: 0;
}

.modText {
    margin: 0 0 40px;
}

.modText h3 {
    text-transform: uppercase;
}

.modText .dropcap {
    color: white;
    font-size: 24px;
    text-align: center;
    background: #df6113;
    line-height: 38px;
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px;
}

.modText h3.light {
    color: #666666;
}

.modTopBar {
    background: #222222;
    background-color: rgba(0, 0, 0, 0.7);
}

.modTopBar .top-bar-content {
    padding: 5px 0 0;
    height: 35px;
    font-size: 12px;
    color: #cccccc;
}

.modTopBar .top-bar-content .contact-phone, .modTopBar .top-bar-content .contact-email {
    float: left;
    margin-right: 25px;
}

.modTopBar .top-bar-content .contact-phone i, .modTopBar .top-bar-content .contact-email i {
    font-size: 14px;
}

.modTopBar .top-bar-content .search {
    float: right;
    margin-left: 15px;
    border-left: 1px solid #666666;
    padding-left: 10px;
}

.modTopBar .top-bar-content .search p {
    margin: 0;
    position: relative;
}

.modTopBar .top-bar-content .search input {
    background: none;
    padding: 3px 25px 4px 10px;
    border: none;
    color: #cccccc;
    font-size: 12px;
    width: 160px;
}

.modTopBar .top-bar-content .search input.send {
    width: 30px;
    padding: 3px 5px;
    background: none;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    z-index: 2;
}

.modTopBar .top-bar-content .search input.send:hover {
    cursor: pointer;
}

.modTopBar .top-bar-content .search i {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 15px;
    z-index: 1;
}

.modTopBar .top-bar-content .social {
    float: right;
}

.modTopBar .top-bar-content a {
    color: #cccccc !important;
}

.modTopBar .top-bar-content a:hover {
    color: white !important;
}

@media only screen and (min-width: 801px) {
    .modHeader.headerLayout3 .modNav {
        position: absolute;
        left: 20px;
        top: 80px;
        height: 67px;
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar {
        height: 67px;
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li a {
        background: none;
        padding: 23px 15px 20px;
        margin-right: 1px;
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li a.sfHover, .modHeader.headerLayout3 .modNav ul.nav-bar li a:hover, .modHeader.headerLayout3 .modNav ul.nav-bar li a.current {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li span.tail {
        display: none;
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li .flyout {
        padding-top: 0;
        margin-left: 0;
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li ul.sub a {
        padding: 7px 15px;
        margin-right: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .modHeader.headerLayout3 .modNav ul.nav-bar li:hover a {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .modHeader .is-sticky .modNav ul.nav-bar {
        margin: 0;
        height: auto;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li a {
        color: #f9f9f9;
        background: none;
        margin-right: 2px;
        padding: 43px 15px 40px;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li a.sfHover, .modHeader .is-sticky .modNav ul.nav-bar li a:hover, .modHeader .is-sticky .modNav ul.nav-bar li a.current {
        background: #1f1f1f;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li a.sfHover span.tail, .modHeader .is-sticky .modNav ul.nav-bar li a:hover span.tail, .modHeader .is-sticky .modNav ul.nav-bar li a.current span.tail {
        display: none;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li .flyout {
        padding-top: 0;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li ul.sub {
        margin-left: 1px;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li ul.sub a {
        border: none;
        padding: 10px 15px;
        margin-right: 0;
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .modHeader .is-sticky .modNav ul.nav-bar li:hover a {
        background: #1f1f1f;
    }

    .modHeader .is-sticky .modNav ul.nav-bar li:hover span.tail {
        display: none;
    }
}

@media only screen and (max-width: 979px) {
    .pageLayoutBoxed .modHeader .is-sticky .main-header {
        width: 800px;
        padding: 0 20px;
    }

    .pageLayoutBoxed .content-wrapper {
        width: 800px;
    }

    .modFlexSlider.works .slides a {
        display: inline;
        background: none;
    }

    .modFlexSlider.works .current_caption {
        margin-top: 0;
    }

    .modTestimonials.banner {
        height: auto;
        border: 1px solid #d0d0d0;
        background: #e3e3dc;
        background-color: rgba(106, 103, 81, 0.1);
        -webkit-box-shadow: 0px 0px 2px white inset;
        -moz-box-shadow: 0px 0px 2px white inset;
        box-shadow: 0px 0px 2px white inset;
        height: auto;
    }

    .modFlexSlider.testimonials.fixed-height {
        height: auto;
    }

    .modFlexSlider.testimonials.fixed-height .flexslider {
        height: auto;
    }

    .modCallToAction {
        padding-top: 20px;
    }

    .modCallToAction a {
        margin: 0;
    }

    .modContactForm form .button {
        margin-left: 0;
    }

    .modContactForm form label {
        display: block;
        width: 100%;
    }

    .modContactForm form label.error {
        margin: 0;
        display: inline;
    }

    .modFlexSlider.boxed {
        background: none;
        padding-bottom: 20px;
    }

    .modProcess .process-title {
        background: url(../img/process/circle_with_bar_small.png) center top no-repeat;
        text-align: center;
        height: 150px;
        width: 150px;
        padding: 60px 0 0;
        margin: 0 auto 25px;
    }

    .modProcess h3 {
        font-size: 24px;
        padding: 0 18px;
        background: url(../img/process/star_orange.png) left 6px no-repeat;
    }

    .modProcess span {
        top: 6px;
        display: block;
    }

    .modProcess .process-arrow {
        top: 74px;
    }

    .modFlexSlider.top h1.supersize {
        font-size: 130px;
        line-height: 0.9em;
    }

    .modFlexSlider.top p.bigsize {
        font-size: 24px;
        line-height: 1.3em;
    }

    .modFlexSlider.top a.read-more {
        font-size: 24px;
        background: url(../img/arrow_brown.png) right 8px no-repeat;
    }

    .modFlexSlider.top a.read-more:hover {
        background: url(../img/arrow_black.png) right 8px no-repeat;
    }

    .modFlexSlider.top .flex-control-nav {
        display: none;
    }

    .modFlexSlider.top .media-wrapper-stacked img {
        width: 33%;
    }

    .modTabs.vertical .tabpanel {
        float: right;
        width: 63%;
    }

    .modContactInfo.bgmap ul {
        right: 10%;
        margin-left: 0;
    }

    .masonry-container {
        width: 660px;
        margin: auto;
    }

    .modBlogPost.masonry {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .pageLayoutBoxed .content-wrapper {
        width: 768px;
    }

    .headerLayout3 .search {
        display: none;
    }

    .headerLayout3 {
        background: none;
        margin-bottom: 30px;
    }

    .headerLayout3 .main-header {
        background-color: rgba(0, 0, 0, 0.7);
    }

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

    .headerLayout3 .modNav {
        height: auto;
        position: relative;
        top: -20px;
        left: 0;
    }

    .headerLayout3 .modNav .show-for-small {
        margin-top: 12px;
    }

    .headerLayout3 .modNav ul.nav-bar {
        background-color: rgba(0, 0, 0, 0.5);
        height: auto;
    }

    .headerLayout3 .modNav ul.nav-bar li a {
        background: none;
        padding: 10px 20px 7px;
        margin-right: 0;
    }

    .headerLayout3 .modNav ul.nav-bar li a.sfHover, .headerLayout3 .modNav ul.nav-bar li a:hover, .headerLayout3 .modNav ul.nav-bar li a.current {
        color: #431d06;
        background: none;
    }

    .headerLayout3 .modNav ul.nav-bar li span.tail {
        display: none;
    }

    .headerLayout3 .modNav ul.nav-bar li .flyout {
        padding-top: 0;
    }

    .headerLayout3 .modNav ul.nav-bar li ul.sub a {
        padding: 3px 20px;
    }

    .headerLayout3 .modNav ul.nav-bar li ul.sub a.sfHover, .headerLayout3 .modNav ul.nav-bar li ul.sub a:hover {
        color: #431d06;
        background: none;
    }

    .modLogo {
        float: none;
        text-align: center;
    }

    .modNav {
        background: none;
        border: none;
        margin-bottom: 40px;
    }

    .modNav .show-for-small {
        width: 400px;
        margin: 0 auto;
        border: 1px solid #222222;
        background-color: rgba(0, 0, 0, 0.7);
        display: block !important;
    }

    .modNav .show-for-small .toggle {
        border-bottom: none;
        display: block;
        width: 400px;
        height: 40px;
        padding: 5px 20px;
        position: relative;
        background: url(../img/nav/toggle_bg.png) right center no-repeat;
    }

    .modNav .show-for-small .toggle:hover {
        color: #fdf9e8;
        background: url(../img/nav/toggle_hover_bg.png) right center no-repeat;
    }

    .modNav ul.nav-bar {
        display: none;
        height: auto;
        width: 400px;
        float: none;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .modNav ul.nav-bar li {
        float: none;
    }

    .modNav ul.nav-bar li a {
        padding: 10px 20px 7px;
        border: none;
        background: none;
    }

    .modNav ul.nav-bar li a.sfHover, .modNav ul.nav-bar li a:hover, .modNav ul.nav-bar li a.current {
        color: #431d06;
        background: none;
    }

    .modNav ul.nav-bar li a.sfHover span.tail, .modNav ul.nav-bar li a:hover span.tail, .modNav ul.nav-bar li a.current span.tail {
        display: none;
    }

    .modNav ul.nav-bar li .flyout {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        opacity: 1;
    }

    .modNav ul.nav-bar li ul li {
        width: 100%;
        margin: 0;
        border: none;
    }

    .modNav ul.nav-bar li ul.sub a {
        padding: 3px 20px;
        font-size: 14px;
        background: none;
    }

    .modNav ul.nav-bar li ul.sub a.sfHover, .modNav ul.nav-bar li ul.sub a:hover {
        color: #431d06;
    }

    .modNav ul.nav-bar li ul > li > .flyout {
        left: 20px;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pageLayoutBoxed .content-wrapper {
        width: 540px;
    }

    .modService {
        padding: 0 0 20px;
    }

    .modEmailUpdates input#subscribe-email {
        width: 100%;
    }

    .modPageTitle h1 {
        font-size: 60px;
        background: url(../img/page-title/star.png) left 15px no-repeat;
    }

    .modPageTitle span {
        top: 15px;
    }

    .modContactForm textarea {
        height: 180px;
        width: 100% !important;
    }

    .modContactForm input {
        width: 100% !important;
    }

    .modMember {
        margin: 0 20% 30px;
    }

    .modProcess .process-title {
        background: url(../img/process/circle_with_bar.png) center top no-repeat;
        height: 185px;
        width: auto;
        padding: 77px 0 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .modProcess h3 {
        font-size: 28px;
        padding: 0 21px;
        background: url(../img/process/star_orange.png) left 9px no-repeat;
    }

    .modProcess span {
        top: 9px;
        display: block;
    }

    .modProcess .process-arrow {
        display: none;
    }

    .modProcess .process-arrow-down {
        height: 60px;
        background: url(../img/process/process_arrow_down.png) center top no-repeat;
    }

    .modPageTitle {
        margin: 10px 0 20px;
    }

    .modFlexSlider.top {
        font-size: 14px;
        height: 340px;
        margin-top: 40px;
    }

    .modFlexSlider.top .slides li {
        height: 340px;
    }

    .modFlexSlider.top h1.supersize {
        font-size: 100px;
        line-height: 0.9em;
    }

    .modFlexSlider.top h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .modFlexSlider.top p {
        margin-bottom: 20px;
    }

    .modFlexSlider.top .button {
        display: inline-block;
    }

    .modCopyright {
        border-right: none;
        border-bottom: 1px solid #555555;
        padding: 10px 0 10px;
        margin: 0 0 40px;
    }

    .modTabs.vertical {
        border-bottom: 1px solid #d5d5d5;
    }

    .modTabs.vertical .panel-header {
        display: block;
        margin: 0;
        padding: 15px 20px;
        border: 1px solid #d5d5d5;
        border-bottom: none;
        font-family: "Droid sans", "helvetica neue", helvetica, arial, sans-serif;
        font-size: 14px;
        color: #df6113;
        font-weight: bold;
        text-transform: none;
    }

    .modTabs.vertical .panel-header:hover {
        background-color: rgba(170, 170, 170, 0.1);
    }

    .modTabs.vertical .panel-header.active {
        background: #b95010;
        color: white;
    }

    .modTabs.vertical .tablist {
        display: none;
    }

    .modTabs.vertical .tabpanel {
        float: none;
        width: auto;
        background-color: rgba(170, 170, 170, 0.1);
        border: 1px solid #d5d5d5;
        padding: 30px 20px;
    }

    .modTabs.vertical .tabpanel.active {
        border-bottom: none;
    }

    .modContactInfo.bgmap .gmap {
        height: 300px !important;
    }

    .modContactInfo.bgmap ul {
        position: static;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .modFlexSlider.boxed {
        margin-top: 10px;
    }

    .modTopBar .social {
        display: none;
    }

    .modTopBar .top-bar-content .search {
        border: none;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .pageLayoutBoxed .content-wrapper {
        width: 440px;
    }

    .modFlexSlider.works .current_caption {
        font-size: 18px;
    }

    .modFlexSlider.works .flex-direction-nav a {
        margin-top: -60px;
    }

    .modFlexSlider.works .flex-direction-nav a:hover {
        margin-top: -64px;
    }

    .modCallToAction {
        line-height: 1.1em;
    }

    .modCallToAction p {
        font-size: 22px;
    }

    .modCallToAction a {
        font-size: 20px;
    }

    .modPageTitle h1 {
        font-size: 48px;
        background: url(../img/page-title/star.png) left 10px no-repeat;
    }

    .modPageTitle span {
        top: 10px;
    }

    .modCommentForm p.name {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .modCommentForm p.email {
        float: none;
        width: 100%;
    }

    .modMember {
        margin: 0 10% 30px;
    }

    .modNav .show-for-small {
        width: 360px;
    }

    .modNav .show-for-small .toggle {
        width: 360px;
    }

    .modNav ul.nav-bar {
        width: 360px;
    }

    .masonry-container {
        width: 330px;
        margin: auto;
    }

    .modBlogPost.masonry {
        width: 100%;
    }
}

@media only screen and (max-width: 598px) {
    .modTopBar .contact-phone {
        display: none;
    }
    .modTopBar .contact-email {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .pageLayoutBoxed .content-wrapper {
        width: 320px;
    }

    .modCallToAction {
        line-height: 1em;
    }

    .modCallToAction p {
        font-size: 18px;
    }

    .modCallToAction a {
        font-size: 16px;
    }

    .modPageTitle h1 {
        font-size: 36px;
        background: url(../img/page-title/star.png) left 5px no-repeat;
    }

    .modPageTitle span {
        top: 5px;
    }

    .modBlogPost {
        padding: 0 20px 30px;
    }

    .modNav .show-for-small {
        width: 240px;
    }

    .modNav .show-for-small .toggle {
        width: 240px;
    }

    .modNav ul.nav-bar {
        width: 240px;
    }

    .modFlexSlider.top {
        margin-top: 0;
        height: 200px;
    }

    .modFlexSlider.top .slides li {
        height: 200px;
    }

    .modFlexSlider.top p {
        display: none;
    }

    .modFlexSlider.top h1 {
        font-size: 24px;
    }

    .modFlexSlider.top h1.supersize {
        font-size: 60px;
    }

   /* .modTopBar {
        display: none;
    }*/

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

@media only screen and (max-width: 320px) {
    .masonry-container {
        width: 260px;
    }
}

@media only screen and (max-device-width: 480px) {
    .modTopBar .search .greeting {
        display: none !important;
    }
}

ul.list-style i.icon-star {
    font-size: 12px;
}

a.read-more {
    font-size: 24px;
    font-family: "Bebas Neue", arial, sans-serif;
    background: url(../img/arrow_orange.png) right 8px no-repeat;
    padding-right: 38px;
    line-height: 1em;
}

a.read-more:hover {
    background: url(../img/arrow_black.png) right 8px no-repeat;
}

.button {
    background: #df6113;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fefbee;
    text-align: center;
    padding: 3px 25px 0;
    border: none;
    cursor: pointer;
    line-height: 1.3em;
    font-size: 24px;
    font-family: "Bebas Neue", arial, sans-serif;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.button:hover {
    color: #fefbee;
    background: #b5501b;
}

.button.orange {
    color: #fefbee !important;
    background: #df6113 !important;
}

.button.orange:hover {
    background: #b5501b !important;
}

.button.army-green {
    color: #433a29 !important;
    background: #c2c098 !important;
}

.button.army-green:hover {
    background: #a2a07d !important;
}

.ui.button.dark-orange {
    color: #fefbee !important;
    background: #b5501b !important;
}

.button.dark-orange:hover {
    color: #fefbee !important;
    background: #923c0f !important;
}

.button.blue {
    color: #fefbee !important;
    background: #036197 !important;
}

.button.blue:hover {
    background: #014870 !important;
}

.button.green {
    color: #fefbee !important;
    background: #13755f !important;
}

.button.green:hover {
    background: #0d4f40 !important;
}

.button.choc {
    color: #fefbee !important;
    background: #574940 !important;
}

.button.choc:hover {
    background: #433228 !important;
}

.button.black {
    color: #fefbee !important;
    background: #333333 !important;
}

.button.black:hover {
    background: black !important;
}

.button.light-orange {
    color: #df6113 !important;
    background: #f8dbc9 !important;
}

.button.light-orange:hover {
    background: #e8c5b0 !important;
}

.button.brown {
    color: #fefbee !important;
    background: #572607 !important;
}

.button.brown:hover {
    background: #401b03 !important;
}

.buttons {
    margin: 0 0 30px;
    overttrow: auto;
}

.buttons .button {
    float: left;
    margin: 0 20px 20px 0;
}

.alerts {
    margin: 0 0 30px;
}

.alert {
    margin-bottom: 10px;
    padding: 5px;
}

.alert.error {
    background: #fedcdc;
    border: 1px solid #eebfbf;
    color: #d25a5a;
}

.alert.success {
    background: #d7f9d2;
    border: 1px solid #ade4a7;
    color: #4ba242;
}

.alert.warning {
    background: #feddc7;
    border: 1px solid #ebbfb6;
    color: #c46743;
}

.spacing {
    height: 20px;
}

/* icon fonts */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.icon-plus:before {
    content: "\e810";
}

.icon-minus:before {
    content: "\e811";
}

.icon-info:before {
    content: "\e861";
}

.icon-left-thin:before {
    content: "\e81f";
}

.icon-up-thin:before {
    content: "\e8c2";
}

.icon-right-thin:before {
    content: "\e81e";
}

.icon-down-thin:before {
    content: "\e8a9";
}

.icon-level-up:before {
    content: "\e8d4";
}

.icon-level-down:before {
    content: "\e8d3";
}

.icon-switch:before {
    content: "\e820";
}

.icon-infinity:before {
    content: "\e909";
}

.icon-plus-squared:before {
    content: "\e85c";
}

.icon-minus-squared:before {
    content: "\e85e";
}

.icon-home:before {
    content: "\e864";
}

.icon-keyboard:before {
    content: "\e877";
}

.icon-erase:before {
    content: "\e90a";
}

.icon-pause:before {
    content: "\e8bd";
}

.icon-fast-forward:before {
    content: "\e8b3";
}

.icon-fast-backward:before {
    content: "\e8aa";
}

.icon-to-end:before {
    content: "\e8b1";
}

.icon-to-start:before {
    content: "\e8b2";
}

.icon-hourglass:before {
    content: "\e895";
}

.icon-stop:before {
    content: "\e8bc";
}

.icon-up-dir:before {
    content: "\e8ac";
}

.icon-play:before {
    content: "\e8bb";
}

.icon-right-dir:before {
    content: "\e906";
}

.icon-down-dir:before {
    content: "\e8b9";
}

.icon-left-dir:before {
    content: "\e8ba";
}

.icon-adjust:before {
    content: "\e89b";
}

.icon-cloud:before {
    content: "\e91a";
}

.icon-star:before {
    content: "\e804";
}

.icon-star-empty:before {
    content: "\e854";
}

.icon-cup:before {
    content: "\e87c";
}

.icon-menu:before {
    content: "\e80f";
}

.icon-moon:before {
    content: "\e8cd";
}

.icon-heart-empty:before {
    content: "\e853";
}

.icon-heart:before {
    content: "\e805";
}

.icon-note:before {
    content: "\e850";
}

.icon-note-beamed:before {
    content: "\e815";
}

.icon-layout:before {
    content: "\e847";
}

.icon-flag:before {
    content: "\e86a";
}

.icon-tools:before {
    content: "\e888";
}

.icon-cog:before {
    content: "\e81b";
}

.icon-attention:before {
    content: "\e848";
}

.icon-flash:before {
    content: "\e8cc";
}

.icon-record:before {
    content: "\e8b0";
}

.icon-cloud-thunder:before {
    content: "\e829";
}

.icon-tape:before {
    content: "\e8ce";
}

.icon-flight:before {
    content: "\e8c6";
}

.icon-mail:before {
    content: "\e807";
}

.icon-pencil:before {
    content: "\e873";
}

.icon-feather:before {
    content: "\e874";
}

.icon-check:before {
    content: "\e812";
}

.icon-cancel:before {
    content: "\e827";
}

.icon-cancel-circled:before {
    content: "\e859";
}

.icon-cancel-squared:before {
    content: "\e85a";
}

.icon-help:before {
    content: "\e85f";
}

.icon-quote:before {
    content: "\e814";
}

.icon-plus-circled:before {
    content: "\e85b";
}

.icon-minus-circled:before {
    content: "\e85d";
}

.icon-right:before {
    content: "\e841";
}

.icon-direction:before {
    content: "\e842";
}

.icon-forward:before {
    content: "\e845";
}

.icon-ccw:before {
    content: "\e8c3";
}

.icon-cw:before {
    content: "\e8d1";
}

.icon-left:before {
    content: "\e840";
}

.icon-up:before {
    content: "\e8b8";
}

.icon-down:before {
    content: "\e8bf";
}

.icon-list-add:before {
    content: "\e8d8";
}

.icon-list:before {
    content: "\e8d7";
}

.icon-left-bold:before {
    content: "\e8ae";
}

.icon-right-bold:before {
    content: "\e8af";
}

.icon-up-bold:before {
    content: "\e8a8";
}

.icon-down-bold:before {
    content: "\e8ad";
}

.icon-user-add:before {
    content: "\e856";
}

.icon-help-circled:before {
    content: "\e860";
}

.icon-info-circled:before {
    content: "\e862";
}

.icon-eye:before {
    content: "\e867";
}

.icon-tag:before {
    content: "\e868";
}

.icon-upload-cloud:before {
    content: "\e844";
}

.icon-reply:before {
    content: "\e86f";
}

.icon-reply-all:before {
    content: "\e870";
}

.icon-code:before {
    content: "\e871";
}

.icon-export:before {
    content: "\e872";
}

.icon-print:before {
    content: "\e875";
}

.icon-retweet:before {
    content: "\e876";
}

.icon-comment:before {
    content: "\e878";
}

.icon-chat:before {
    content: "\e879";
}

.icon-vcard:before {
    content: "\e818";
}

.icon-address:before {
    content: "\e87b";
}

.icon-location:before {
    content: "\e896";
}

.icon-map:before {
    content: "\e843";
}

.icon-compass:before {
    content: "\e816";
}

.icon-trash:before {
    content: "\e87d";
}

.icon-doc:before {
    content: "\e87e";
}

.icon-doc-text-inv:before {
    content: "\e882";
}

.icon-docs:before {
    content: "\e87f";
}

.icon-doc-landscape:before {
    content: "\e880";
}

.icon-archive:before {
    content: "\e886";
}

.icon-rss:before {
    content: "\e81a";
}

.icon-share:before {
    content: "\e889";
}

.icon-basket:before {
    content: "\e88b";
}

.icon-shareable:before {
    content: "\e88a";
}

.icon-login:before {
    content: "\e88e";
}

.icon-logout:before {
    content: "\e88f";
}

.icon-volume:before {
    content: "\e893";
}

.icon-resize-full:before {
    content: "\e826";
}

.icon-resize-small:before {
    content: "\e825";
}

.icon-popup:before {
    content: "\e89d";
}

.icon-publish:before {
    content: "\e89e";
}

.icon-window:before {
    content: "\e89f";
}

.icon-arrow-combo:before {
    content: "\e8a0";
}

.icon-chart-pie:before {
    content: "\e80c";
}

.icon-language:before {
    content: "\e8c8";
}

.icon-air:before {
    content: "\e8e2";
}

.icon-database:before {
    content: "\e8ef";
}

.icon-drive:before {
    content: "\e8f0";
}

.icon-bucket:before {
    content: "\e8f1";
}

.icon-thermometer:before {
    content: "\e8f2";
}

.icon-down-circled:before {
    content: "\e8a1";
}

.icon-left-circled:before {
    content: "\e8a2";
}

.icon-right-circled:before {
    content: "\e8a3";
}

.icon-up-circled:before {
    content: "\e8a4";
}

.icon-down-open:before {
    content: "\e8a5";
}

.icon-left-open:before {
    content: "\e821";
}

.icon-right-open:before {
    content: "\e822";
}

.icon-up-open:before {
    content: "\e8a6";
}

.icon-down-open-mini:before {
    content: "\e8a7";
}

.icon-left-open-mini:before {
    content: "\e81c";
}

.icon-right-open-mini:before {
    content: "\e81d";
}

.icon-up-open-mini:before {
    content: "\e8c0";
}

.icon-down-open-big:before {
    content: "\e8c1";
}

.icon-left-open-big:before {
    content: "\e824";
}

.icon-right-open-big:before {
    content: "\e823";
}

.icon-up-open-big:before {
    content: "\e8be";
}

.icon-progress-0:before {
    content: "\e8ab";
}

.icon-progress-1:before {
    content: "\e8ca";
}

.icon-progress-2:before {
    content: "\e8cb";
}

.icon-progress-3:before {
    content: "\e8c4";
}

.icon-back-in-time:before {
    content: "\e905";
}

.icon-network:before {
    content: "\e90b";
}

.icon-inbox:before {
    content: "\e8b5";
}

.icon-install:before {
    content: "\e8b6";
}

.icon-lifebuoy:before {
    content: "\e8dc";
}

.icon-mouse:before {
    content: "\e8dd";
}

.icon-dot:before {
    content: "\e82b";
}

.icon-dot-2:before {
    content: "\e83f";
}

.icon-dot-3:before {
    content: "\e83e";
}

.icon-suitcase:before {
    content: "\e8df";
}

.icon-flow-cascade:before {
    content: "\e912";
}

.icon-flow-branch:before {
    content: "\e90f";
}

.icon-flow-tree:before {
    content: "\e910";
}

.icon-flow-line:before {
    content: "\e911";
}

.icon-flow-parallel:before {
    content: "\e8d0";
}

.icon-brush:before {
    content: "\e907";
}

.icon-paper-plane:before {
    content: "\e8c7";
}

.icon-magnet:before {
    content: "\e908";
}

.icon-gauge:before {
    content: "\e8fb";
}

.icon-traffic-cone:before {
    content: "\e83d";
}

.icon-cc:before {
    content: "\e8e5";
}

.icon-cc-by:before {
    content: "\e8e6";
}

.icon-cc-nc:before {
    content: "\e8e7";
}

.icon-cc-nc-eu:before {
    content: "\e8e8";
}

.icon-cc-nc-jp:before {
    content: "\e8e9";
}

.icon-cc-sa:before {
    content: "\e8f3";
}

.icon-cc-nd:before {
    content: "\e8f4";
}

.icon-cc-pd:before {
    content: "\e8f5";
}

.icon-cc-zero:before {
    content: "\e8f6";
}

.icon-cc-share:before {
    content: "\e8f7";
}

.icon-cc-remix:before {
    content: "\e8f8";
}

.icon-github:before {
    content: "\e83c";
}

.icon-github-circled:before {
    content: "\e916";
}

.icon-flickr:before {
    content: "\e82c";
}

.icon-vimeo:before {
    content: "\e817";
}

.icon-vimeo-circled:before {
    content: "\e901";
}

.icon-twitter:before {
    content: "\e800";
}

.icon-twitter-circled:before {
    content: "\e8fc";
}

.icon-facebook:before {
    content: "\e801";
}

.icon-facebook-circled:before {
    content: "\e8ea";
}

.icon-facebook-squared:before {
    content: "\e8eb";
}

.icon-gplus:before {
    content: "\e82e";
}

.icon-gplus-circled:before {
    content: "\e8ec";
}

.icon-pinterest:before {
    content: "\e82f";
}

.icon-pinterest-circled:before {
    content: "\e8f9";
}

.icon-tumblr:before {
    content: "\e82d";
}

.icon-tumblr-circled:before {
    content: "\e8fa";
}

.icon-linkedin:before {
    content: "\e80d";
}

.icon-linkedin-circled:before {
    content: "\e918";
}

.icon-dribbble:before {
    content: "\e803";
}

.icon-dribbble-circled:before {
    content: "\e917";
}

.icon-stumbleupon:before {
    content: "\e831";
}

.icon-stumbleupon-circled:before {
    content: "\e915";
}

.icon-lastfm:before {
    content: "\e832";
}

.icon-lastfm-circled:before {
    content: "\e913";
}

.icon-rdio:before {
    content: "\e830";
}

.icon-rdio-circled:before {
    content: "\e8ff";
}

.icon-spotify:before {
    content: "\e8fd";
}

.icon-spotify-circled:before {
    content: "\e84a";
}

.icon-qq:before {
    content: "\e83b";
}

.icon-instagram:before {
    content: "\e84d";
}

.icon-dropbox:before {
    content: "\e84c";
}

.icon-evernote:before {
    content: "\e83a";
}

.icon-flattr:before {
    content: "\e84e";
}

.icon-skype:before {
    content: "\e802";
}

.icon-skype-circled:before {
    content: "\e919";
}

.icon-renren:before {
    content: "\e838";
}

.icon-sina-weibo:before {
    content: "\e839";
}

.icon-paypal:before {
    content: "\e837";
}

.icon-picasa:before {
    content: "\e835";
}

.icon-soundcloud:before {
    content: "\e836";
}

.icon-mixi:before {
    content: "\e84f";
}

.icon-behance:before {
    content: "\e833";
}

.icon-google-circles:before {
    content: "\e834";
}

.icon-vkontakte:before {
    content: "\e914";
}

.icon-smashing:before {
    content: "\e84b";
}

.icon-db-shape:before {
    content: "\e8fe";
}

.icon-sweden:before {
    content: "\e900";
}

.icon-logo-db:before {
    content: "\e902";
}

.icon-picture:before {
    content: "\e857";
}

.icon-globe:before {
    content: "\e8b7";
}

.icon-leaf:before {
    content: "\e8db";
}

.icon-graduation-cap:before {
    content: "\e8cf";
}

.icon-mic:before {
    content: "\e890";
}

.icon-palette:before {
    content: "\e8d6";
}

.icon-ticket:before {
    content: "\e8c9";
}

.icon-video:before {
    content: "\e846";
}

.icon-target:before {
    content: "\e8c5";
}

.icon-music:before {
    content: "\e851";
}

.icon-trophy:before {
    content: "\e8da";
}

.icon-thumbs-up:before {
    content: "\e86b";
}

.icon-thumbs-down:before {
    content: "\e86c";
}

.icon-bag:before {
    content: "\e88c";
}

.icon-user:before {
    content: "\e855";
}

.icon-users:before {
    content: "\e80e";
}

.icon-lamp:before {
    content: "\e898";
}

.icon-alert:before {
    content: "\e897";
}

.icon-water:before {
    content: "\e8e0";
}

.icon-droplet:before {
    content: "\e8e1";
}

.icon-credit-card:before {
    content: "\e8e3";
}

.icon-monitor:before {
    content: "\e80a";
}

.icon-briefcase:before {
    content: "\e8de";
}

.icon-floppy:before {
    content: "\e8e4";
}

.icon-cd:before {
    content: "\e8b4";
}

.icon-folder:before {
    content: "\e885";
}

.icon-doc-text:before {
    content: "\e881";
}

.icon-calendar:before {
    content: "\e88d";
}

.icon-chart-line:before {
    content: "\e90c";
}

.icon-chart-bar:before {
    content: "\e90d";
}

.icon-clipboard:before {
    content: "\e8ed";
}

.icon-attach:before {
    content: "\e866";
}

.icon-bookmarks:before {
    content: "\e869";
}

.icon-book:before {
    content: "\e819";
}

.icon-book-open:before {
    content: "\e884";
}

.icon-phone:before {
    content: "\e813";
}

.icon-megaphone:before {
    content: "\e8ee";
}

.icon-upload:before {
    content: "\e86e";
}

.icon-download:before {
    content: "\e86d";
}

.icon-box:before {
    content: "\e887";
}

.icon-newspaper:before {
    content: "\e883";
}

.icon-mobile:before {
    content: "\e80b";
}

.icon-signal:before {
    content: "\e8d9";
}

.icon-camera:before {
    content: "\e858";
}

.icon-shuffle:before {
    content: "\e8d5";
}

.icon-loop:before {
    content: "\e903";
}

.icon-arrows-ccw:before {
    content: "\e8d2";
}

.icon-light-down:before {
    content: "\e899";
}

.icon-light-up:before {
    content: "\e89a";
}

.icon-mute:before {
    content: "\e891";
}

.icon-sound:before {
    content: "\e892";
}

.icon-battery:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e808";
}

.icon-key:before {
    content: "\e82a";
}

.icon-lock:before {
    content: "\e809";
}

.icon-lock-open:before {
    content: "\e865";
}

.icon-bell:before {
    content: "\e87a";
}

.icon-bookmark:before {
    content: "\e849";
}

.icon-link:before {
    content: "\e828";
}

.icon-back:before {
    content: "\e863";
}

.icon-flashlight:before {
    content: "\e852";
}

.icon-chart-area:before {
    content: "\e90e";
}

.icon-clock:before {
    content: "\e894";
}

.icon-rocket:before {
    content: "\e806";
}

.icon-block:before {
    content: "\e89c";
}

.push-one {
    position: relative;
    left: 8.33333%;
    right: auto;
}

.pull-one {
    position: relative;
    right: 8.33333%;
    left: auto;
}

/*flash messgaes*/

div.message {
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: rgb(223, 97, 19);
    color: #fff;
    position: fixed;
    top: 50px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 3em;
    border-radius: 10px;
    border: 1px solid white;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}

/*


custom defined by sa




*/

.button-info {
    background-color: #5bc0de;
}

.button-info:hover {
    background-color: #46b8da;
}

.margin-left-5 {
    margin-left: 5px;
}

.no-border {
    border: 0px !important;
}

.bg-white {
    background: white;
}

.hidden {
    visibility: hidden;
}

.font-robo {
    font-family: 'Roboto', sans-serif;
}