.formtastic .mce-tinymce {
    width: 80%;
    margin-left: 20%;
    margin-bottom: 25px;
}

/*
	#Reset & Basics
	#Basic Styles
	#Typography
	#Buttons
	#Forms
	#Adaptive Helper Classes
	#Misc.
*/

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

/*	1. Reset & Basics (Inspired by E. Meyers)
/*-----------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

/*	2. Basic Styles
/*-----------------------------------------------------------------------------------*/

body {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #777;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: auto;
    background-color: #f8f9f4;
}

::-moz-selection {
    color: #fff;
    background: #727378;
}

::selection {
    color: #fff;
    background: #727378;
}

.align-center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.align-left {
    float: left !important;
}

.align-right {
    float: right !important;
}

.hidden {
    display: none !important;
}

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

/*	3. Typography
/*-----------------------------------------------------------------------------------*/

/* Headings
----------------------------- */

h1,
h2 {
    font-family: "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
}

h3,
h4,
h4.italic,
h5,
h6 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 40px;
    line-height: 43px;
    color: #8c9560;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    line-height: 39px;
    color: #444;
    font-weight: 300;
}

h3 {
    font-size: 23px;
    line-height: 32px;
    color: #444;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 600;
}

h4.italic {
    font-size: 19px;
    line-height: 26px;
    color: #444;
    font-style: italic;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    color: #444;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    line-height: 22px;
    color: #444;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 25px;
}

h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1.slogan {
    font: 600 36px/43px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h3.slogan {
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
}

h6.light {
    font-weight: 400;
}

.section-header {
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
}

.section-header:before,
.section-header:after {
    background-color: #dedede;
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.section-header:before {
    left: -1em;
    margin: 0 0 0 -50%;
}

.section-header:after {
    left: 1em;
    margin: 0 -50% 0 0;
}

.section-header.colored:before,
.section-header.colored:after {
    background-color: #c7cfc3;
}

h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
}

h3.underlined.dotted,
h4.underlined.dotted,
h5.underlined.dotted,
h6.underlined.dotted {
    border-bottom-style: dotted;
}

h3.underlined.double,
h4.underlined.double,
h5.underlined.double,
h6.underlined.double {
    border-bottom-width: 2px;
}

h3.underlined.colored,
h4.underlined.colored,
h5.underlined.colored,
h6.underlined.colored {
    border-bottom-color: #c7cfc3;
}

h3.underlined.dashed,
h4.underlined.dashed,
h5.underlined.dashed,
h6.underlined.dashed {
    background: url("/images/backgrounds/dashed-line-horizontal.png") repeat-x left bottom;
    border: none;
    padding-bottom: 6px;
}

h3.underlined.dashed.colored,
h4.underlined.dashed.colored,
h5.underlined.dashed.colored,
h6.underlined.dashed.colored {
    background-image: url("/images/colored_theme/dashed-line-horizontal-colored.png");
}

h4,
h5 {
    position: relative;
}

h4>span.headline-link,
h5>span.headline-link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}

h4.underlined>span.headline-link,
h5.underlined>span.headline-link {
    bottom: 4px;
}

h4.underlined.dashed>span.headline-link,
h5.underlined.dashed>span.headline-link {
    bottom: 6px;
}

h4>span.headline-link a.italic,
h5>span.headline-link a.italic {
    padding-bottom: 0;
    border-bottom: none;
}

/* Helper Classes & Tags
----------------------------- */

p {
    margin: 0 0 12px 0;
    line-height: 19px;
}

p img {
    margin: 0;
}

.middle-font-size,
.middle-font-size>* {
    font-size: 14px;
    line-height: 23px;
}

.large-font-size,
.large-font-size>* {
    font-size: 17px;
    line-height: 25px;
}

.large-font-size.light,
.large-font-size.light>* {
    font-weight: 300;
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

h3 strong {
    font-weight: 600;
}

.bold,
.bold>* {
    font-weight: 600;
}

.colored-text-1 {
    color: #8c9560 !important;
}

.colored-text-2 {
    color: #e8554e !important;
}

.colored-text-pale {
    color: #b1b9ad !important;
}

.black {
    color: #444 !important;
}

.dark-black {
    color: #151515 !important;
}

.grey {
    color: #777 !important;
}

.light-grey {
    color: #999 !important;
}

.white {
    color: #fff !important;
}

.colored-background-1 {
    background-color: #8c9560 !important;
}

.colored-background-2 {
    background-color: #e8554e !important;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font: italic 12px/19px Ubuntu, Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-stroke: 0.2px;
}

.touch-screen .italic {
    -webkit-text-stroke: 0;
}

/* Dividers
----------------------------- */

hr {
    border: none;
    border-bottom: 1px solid #dedede;
    clear: none;
    height: 0;
    margin: 0 0 25px;
}

.divider-line {
    position: relative;
    text-align: right;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
}

.divider-line.double {
    border-bottom-width: 2px;
}

.divider-line.triple {
    border-bottom-width: 3px;
}

.divider-line.dotted {
    border-bottom-style: dotted;
}

.divider-line.colored {
    border-bottom-color: #c7cfc3;
}

.divider-dashline {
    position: relative;
    height: 1px;
    text-align: right;
    margin-bottom: 0;
    border: none;
    background: url("/images/backgrounds/dashed-line-horizontal.png") repeat-x 0 0;
}

.divider-dashline.colored {
    background-image: url("/images/colored_theme/dashed-line-horizontal-colored.png");
}

.divider-pattern {
    position: relative;
    height: 3px;
    margin-bottom: 0;
    border: none;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.divider-pattern.streaks {
    background-image: url("/images/backgrounds/divider-streak-pattern.png");
}

.divider-pattern.streaks.colored {
    background-image: url("/images/colored_theme/divider-streak-pattern-colored.png");
}

.divider-pattern.wave {
    background-image: url("/images/backgrounds/divider-wave-pattern.png");
}

.divider-pattern.wave.colored {
    background-image: url("/images/colored_theme/divider-wave-pattern-colored.png");
}

/* Font-Face - fallback for Internet Explorer 8 (it doesn't recognize multiple styles and weights that use the same font-family name)
----------------------------- */

@font-face {
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: 700;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHZ2MAKAc2x4R1uOSeegc5U.eot);
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHZ2MAKAc2x4R1uOSeegc5U.eot) format("embedded-opentype");
}

@font-face {
    font-family: 'OpenSansSemibold';
    font-style: normal;
    font-weight: 600;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnZ2MAKAc2x4R1uOSeegc5U.eot);
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnZ2MAKAc2x4R1uOSeegc5U.eot) format("embedded-opentype");
}

@font-face {
    font-family: 'OpenSansItalic';
    font-style: italic;
    font-weight: 400;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBmfQcKutQXcIrRfyR5jdjY8.eot);
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBmfQcKutQXcIrRfyR5jdjY8.eot) format("embedded-opentype");
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    font-style: italic;
    font-weight: 600;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxo8mkAiYpFywqG2RvpzBnTU.eot);
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxo8mkAiYpFywqG2RvpzBnTU.eot) format("embedded-opentype");
}

@font-face {
    font-family: 'OpenSansLight';
    font-style: normal;
    font-weight: 300;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXZ2MAKAc2x4R1uOSeegc5U.eot);
    src: local("Open Sans Light"), local("OpenSans-Light"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXZ2MAKAc2x4R1uOSeegc5U.eot) format("embedded-opentype");
}

.ie8 h4,
.ie8 h5,
.ie8 h6,
.ie8 h1.slogan,
.ie8 h3.slogan,
.ie8 h3 strong,
.ie8 .bold,
.ie8 .bold>* {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 h4.italic,
.ie8 em,
.ie8 blockquote,
.ie8 blockquote p {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 strong,
.ie8 b {
    font-family: OpenSansBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 .large-font-size.light,
.ie8 .large-font-size.light>* {
    font-family: OpenSansLight, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 .bold em {
    font-family: OpenSansSemiboldItalic;
}

.ie8 h6.light {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Blockquotes
----------------------------- */

blockquote:not(.testimonial),
blockquote:not(.testimonial) p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

blockquote,
blockquote p {
    font-style: italic;
}

blockquote {
    margin: 5px 0 20px 25px;
    padding: 0 0 5px 25px;
    border-left: 2px solid #d5d5d5;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

.ie8 blockquote,
.ie8 blockquote p {
    font-size: 12px;
    line-height: 19px;
    color: #999;
}

/* Links
----------------------------- */

a,
a>*,
a [class^="thumbnail"]>img {
    text-decoration: none;
    outline: 0;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -moz-transition-property: color, border-color, background-color, opacity;
    -o-transition-property: color, border-color, background-color, opacity;
    transition-property: color, border-color, background-color, opacity;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

a {
    color: #8c9560;
}

a:hover,
a>*:hover {
    color: #e8554e;
}

p a {
    line-height: inherit;
}

a h2.title,
a h3.title,
a h4.title,
a h5.title,
a h6.title {
    display: inline-block;
}

a:hover .title,
a.title:hover {
    color: #e8554e !important;
}

a h4.italic.title span {
    padding-bottom: 1px;
    border-bottom: 1px dotted transparent;
    -webkit-transition: border-color 0.15s ease;
    -moz-transition: border-color 0.15s ease;
    -o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}

a:hover h4.italic.title span {
    border-bottom-color: #e8554e;
}

a.italic {
    padding-bottom: 1px;
    border-bottom: 1px dotted transparent;
}

a.italic:hover {
    border-bottom-color: #e8554e;
}

/* Lists
----------------------------- */

ul,
ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    padding-left: 30px;
    overflow: hidden;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul.square li,
ul.circle li,
ul.disc li,
ol li {
    margin-bottom: 3px;
}

li {
    line-height: 19px;
    margin-bottom: 5px;
}

ul.tight li,
ul.square.tight li,
ul.circle.tight li,
ul.disc.tight li,
ol.tight li {
    margin-bottom: 0;
}

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

/*	4. Buttons
/*-----------------------------------------------------------------------------------*/

.button,
input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background-color: #959c92;
    background: -webkit-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
    background: -moz-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
    background: -o-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
    background: -ms-linear-gradient(top, rgba(149, 156, 146, 0.8), #959c92);
    background: linear-gradient(to bottom, rgba(149, 156, 146, 0.8), #959c92);
    border: none;
    border-bottom: 1px solid #727378;
    padding: 6px 15px 7px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
    line-height: 18px;
    padding: 4px 15px 5px;
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin: 0;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #fff;
    background-color: #959c92;
}

.button.colored,
input[type="submit"].button.colored:active {
    color: #fff !important;
    background-color: #e8554e;
    background: -webkit-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -moz-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -o-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -ms-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: linear-gradient(to bottom, rgba(232, 85, 78, 0.8), #e8554e);
}

.button.colored:hover {
    background-color: #e8554e;
}

.button.dark,
input[type="submit"].button.dark:active {
    color: #fff !important;
    background-color: #727378;
    background: -webkit-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
    background: -moz-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
    background: -o-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
    background: -ms-linear-gradient(top, rgba(114, 115, 120, 0.8), #727378);
    background: linear-gradient(to bottom, rgba(114, 115, 120, 0.8), #727378);
    border-bottom-color: #555;
}

.button.dark:hover {
    background-color: #727378;
}

.button.grey,
input[type="submit"].button.grey:active {
    color: #fff !important;
    background-color: #a5a5a5;
    background: -webkit-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
    background: -moz-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
    background: -o-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
    background: -ms-linear-gradient(top, rgba(165, 165, 165, 0.8), #a5a5a5);
    background: linear-gradient(to bottom, rgba(165, 165, 165, 0.8), #a5a5a5);
    border-bottom-color: #777;
}

.button.grey:hover {
    background-color: #a5a5a5;
}

.button.light,
input[type="submit"].button.light:active {
    color: #505050 !important;
    text-shadow: none;
    background-color: #e9e9e9;
    background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
    background: -moz-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
    background: -o-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
    background: -ms-linear-gradient(top, rgba(233, 233, 233, 0.8), #e9e9e9);
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0.8), #e9e9e9);
    border-bottom: none;
}

.button.light:hover {
    background-color: #e9e9e9;
}

.button.medium {
    font-size: 14px;
    line-height: 15px;
    font-style: normal;
    padding: 9px 15px;
}

.button.large {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 17px 11px;
}

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

/*	5. Forms
/*-----------------------------------------------------------------------------------*/

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    display: block;
    width: 210px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #c7cfc3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 12px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #666;
    margin: 0 0 12px;
    padding: 6px 6px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="checkbox"] {
    display: inline;
    position: relative;
    top: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

select {
    width: 220px;
}

textarea {
    min-height: 60px;
    line-height: 19px;
}

label,
legend {
    display: block;
    font-size: 11px;
}

input,
textarea {
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

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

/*	6. Adaptive Helper Classes
/*-----------------------------------------------------------------------------------*/

.scale-with-grid {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .adapted-max-767px {
        width: auto !important;
        float: none !important;
    }
    .image-left.adapted-max-767px,
    .image-right.adapted-max-767px {
        margin: 0 0 20px !important;
    }
}

@media only screen and (max-width: 959px) {
    .adapted-max-959px {
        width: auto !important;
        float: none !important;
    }
    .image-left.adapted-max-959px,
    .image-right.adapted-max-959px {
        margin: 0 0 20px !important;
    }
}

.frame-scale-with-grid {
    max-width: 100%;
}

.image-left {
    float: left;
    margin: 0 20px 10px 0;
}

.image-right {
    float: right;
    margin: 0 0 10px 20px;
}

.image-left[class^="thumbnail"],
.image-left[class*=" thumbnail"] {
    margin: 0 20px 10px 0;
}

.image-right[class^="thumbnail"],
.image-right[class*=" thumbnail"] {
    margin: 0 0 10px 20px;
}

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

/*	7. Misc
/*-----------------------------------------------------------------------------------*/

.remove-bottom {
    margin-bottom: 0 !important;
}

.mb-3px {
    margin-bottom: 3px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-7px {
    margin-bottom: 7px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

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

.mb-25px {
    margin-bottom: 25px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-55px {
    margin-bottom: 55px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-65px {
    margin-bottom: 65px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.gap[class^="mb"],
.gap[class*=" mb-"] {
    height: 1px;
    margin-top: -1px;
}

.margin-left-small {
    margin-left: 10px;
}

.margin-left-medium {
    margin-left: 20px;
}

.margin-left-large {
    margin-left: 30px;
}

.margin-right-small {
    margin-right: 10px;
}

.margin-right-medium {
    margin-right: 20px;
}

.margin-right-large {
    margin-right: 30px;
}

@media only screen and (min-width: 768px) {
    [class^="mb-"].mb-max-767px,
    [class*=" mb-"].mb-max-767px {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 960px) {
    [class^="mb-"].mb-max-959px,
    [class*=" mb-"].mb-max-959px {
        margin-bottom: 0 !important;
    }
}

.width-50px {
    width: 50px;
}

.width-60px {
    width: 60px;
}

.width-70px {
    width: 70px;
}

.width-80px {
    width: 80px;
}

.width-90px {
    width: 90px;
}

.width-100px {
    width: 100px;
}

.width-110px {
    width: 110px;
}

.width-120px {
    width: 120px;
}

.width-130px {
    width: 130px;
}

.width-140px {
    width: 140px;
}

.width-150px {
    width: 150px;
}

.width-160px {
    width: 160px;
}

.width-170px {
    width: 170px;
}

.width-180px {
    width: 180px;
}

.width-190px {
    width: 190px;
}

.width-200px {
    width: 200px;
}

.width-210px {
    width: 210px;
}

.width-220px {
    width: 220px;
}

.width-230px {
    width: 230px;
}

.width-240px {
    width: 240px;
}

.width-250px {
    width: 250px;
}

.width-260px {
    width: 260px;
}

.width-270px {
    width: 270px;
}

.width-280px {
    width: 280px;
}

.width-290px {
    width: 290px;
}

.width-300px {
    width: 300px;
}

.width-310px {
    width: 310px;
}

.width-320px {
    width: 320px;
}

.width-330px {
    width: 330px;
}

.width-340px {
    width: 340px;
}

.width-350px {
    width: 350px;
}

.width-360px {
    width: 360px;
}

.width-370px {
    width: 370px;
}

.width-380px {
    width: 380px;
}

.width-390px {
    width: 390px;
}

.width-400px {
    width: 400px;
}

.width-410px {
    width: 410px;
}

.width-420px {
    width: 420px;
}

.width-one-fourth {
    width: 25%;
}

.width-one-third {
    width: 33.333333%;
}

.width-one-half {
    width: 50%;
}

.width-two-thirds {
    width: 66.666666%;
}

.width-three-fourths {
    width: 75%;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.height-100px {
    height: 100px !important;
}

.height-110px {
    height: 110px !important;
}

.height-120px {
    height: 120px !important;
}

.height-130px {
    height: 130px !important;
}

.height-140px {
    height: 140px !important;
}

.height-150px {
    height: 150px !important;
}

.height-160px {
    height: 160px !important;
}

.height-170px {
    height: 170px !important;
}

.height-180px {
    height: 180px !important;
}

.height-190px {
    height: 190px !important;
}

.height-200px {
    height: 200px !important;
}

.height-210px {
    height: 210px !important;
}

.height-220px {
    height: 220px !important;
}

.height-230px {
    height: 230px !important;
}

.height-240px {
    height: 240px !important;
}

.height-250px {
    height: 250px !important;
}

.height-260px {
    height: 260px !important;
}

.height-270px {
    height: 270px !important;
}

.height-280px {
    height: 280px !important;
}

.height-290px {
    height: 290px !important;
}

.height-300px {
    height: 300px !important;
}

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

/*	Styles for jQuery Carousel Plugin by Thomas Jaggi - http://github.com/backflip/jquery-carousel/
/*-----------------------------------------------------------------------------------------------*/

.carousel-container {
    position: relative;
    padding-top: 0px;
    outline: none;
}

.carousel-frame {
    overflow: hidden;
    position: relative;
}

.carousel-slider {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Trigger hardware acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/* Prev / next navigation */

.carousel-nav {
    position: absolute;
    right: 0;
    top: -48px;
    margin: 0;
    zoom: 1;
}

.carousel-nav span {
    display: inline-block;
    width: 30px;
    height: 22px;
    background-image: url("/images/icons/slider-direction-nav.png");
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    outline: none;
}

.carousel-nav span:hover {
    opacity: 1;
}

.carousel-nav .carousel-prev {
    background-position: 6px -234px;
}

.carousel-nav .carousel-next {
    margin-left: 0px;
    background-position: -54px -234px;
}

.carousel-nav .state-disabled,
.carousel-nav .state-disabled:hover {
    opacity: 0.3;
    cursor: default;
}

.ie8 .carousel-nav span {
    filter: alpha(opacity=60);
}

.ie8 .carousel-nav span:hover {
    filter: alpha(opacity=100);
}

.ie8 .carousel-nav .state-disabled,
.ie8 .carousel-nav .state-disabled:hover {
    filter: alpha(opacity=30);
}

/* Mobile Landscape Size (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #projects-holder .carousel-nav {
        position: static;
    }
    #projects-holder .carousel-nav span {
        position: absolute;
        display: block;
        width: 32px;
        height: 54px;
        top: 50%;
        margin: -41px 0 0;
    }
    #projects-holder .carousel-nav .carousel-prev {
        left: 7px;
        background-position: 11px -42px;
    }
    #projects-holder .carousel-nav .carousel-next {
        right: 7px;
        background-position: -49px -42px;
    }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot?v=4.0.3");
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571428572em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*
* Modified by Emerald
*/

/* Table of Contents
==================================================
    #Base 1080 Grid
    #Tablet (Landscape)
	#Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #Base 1080 Grid
================================================== */

.container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-bottom: 0;
}

/* Nested Column Classes */

.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}

/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 70px;
}

.container .two.columns {
    width: 160px;
}

.container .three.columns,
.container .one-fourth.columns {
    width: 250px;
}

.container .four.columns,
.container .one-third.columns {
    width: 340px;
}

.container .five.columns {
    width: 430px;
}

.container .six.columns,
.container .one-half.columns {
    width: 520px;
}

.container .seven.columns {
    width: 610px;
}

.container .eight.columns,
.container .two-thirds.columns {
    width: 700px;
}

.container .nine.columns,
.container .three-fourths.columns {
    width: 790px;
}

.container .ten.columns {
    width: 880px;
}

.container .eleven.columns {
    width: 970px;
}

.container .twelve.columns,
.container .full-width.columns {
    width: 1060px;
}

/* Offsets */

.container .offset-by-one {
    padding-left: 90px;
}

.container .offset-by-two {
    padding-left: 180px;
}

.container .offset-by-three {
    padding-left: 270px;
}

.container .offset-by-four {
    padding-left: 360px;
}

.container .offset-by-five {
    padding-left: 450px;
}

.container .offset-by-six {
    padding-left: 540px;
}

.container .offset-by-seven {
    padding-left: 630px;
}

.container .offset-by-eight {
    padding-left: 720px;
}

.container .offset-by-nine {
    padding-left: 810px;
}

.container .offset-by-ten {
    padding-left: 900px;
}

.container .offset-by-eleven {
    padding-left: 990px;
}

.container .offset-left-10px {
    margin-left: 10px;
}

.container .offset-right-10px {
    margin-right: 10px;
}

.container .offset-left-20px {
    margin-left: 20px;
}

.container .offset-right-20px {
    margin-right: 20px;
}

.container .offset-left-30px {
    margin-left: 30px;
}

.container .offset-right-30px {
    margin-right: 30px;
}

.container .offset-left-40px {
    margin-left: 40px;
}

.container .offset-right-40px {
    margin-right: 40px;
}

.container .offset-left-50px {
    margin-left: 50px;
}

.container .offset-right-50px {
    margin-right: 50px;
}

/* Main content inner grid (for page with right sidebar layout) - 780 pixels wide */

.container #main-content.page-left-col .one.column,
.container #main-content.page-left-col .one.columns {
    width: 45px;
}

.container #main-content.page-left-col .two.columns {
    width: 110px;
}

.container #main-content.page-left-col .three.columns,
.container #main-content.page-left-col .one-fourth.columns {
    width: 175px;
}

.container #main-content.page-left-col .four.columns,
.container #main-content.page-left-col .one-third.columns {
    width: 240px;
}

.container #main-content.page-left-col .five.columns {
    width: 305px;
}

.container #main-content.page-left-col .six.columns,
.container #main-content.page-left-col .one-half.columns {
    width: 370px;
}

.container #main-content.page-left-col .seven.columns {
    width: 435px;
}

.container #main-content.page-left-col .eight.columns,
.container #main-content.page-left-col .two-thirds.columns {
    width: 500px;
}

.container #main-content.page-left-col .nine.columns,
.container #main-content.page-left-col .three-fourths.columns {
    width: 565px;
}

.container #main-content.page-left-col .ten.columns {
    width: 630px;
}

.container #main-content.page-left-col .eleven.columns {
    width: 695px;
}

.container #main-content.page-left-col .twelve.columns,
.container #main-content.page-left-col .full-width.columns {
    width: 760px;
}

/* Main content inner grid (for page with left sidebar layout) - 840 pixels wide */

.container #main-content.page-right-col .one.column,
.container #main-content.page-right-col .one.columns {
    width: 50px;
}

.container #main-content.page-right-col .two.columns {
    width: 120px;
}

.container #main-content.page-right-col .three.columns,
.container #main-content.page-right-col .one-fourth.columns {
    width: 190px;
}

.container #main-content.page-right-col .four.columns,
.container #main-content.page-right-col .one-third.columns {
    width: 260px;
}

.container #main-content.page-right-col .five.columns {
    width: 330px;
}

.container #main-content.page-right-col .six.columns,
.container #main-content.page-right-col .one-half.columns {
    width: 400px;
}

.container #main-content.page-right-col .seven.columns {
    width: 470px;
}

.container #main-content.page-right-col .eight.columns,
.container #main-content.page-right-col .two-thirds.columns {
    width: 540px;
}

.container #main-content.page-right-col .nine.columns,
.container #main-content.page-right-col .three-fourths.columns {
    width: 610px;
}

.container #main-content.page-right-col .ten.columns {
    width: 680px;
}

.container #main-content.page-right-col .eleven.columns {
    width: 750px;
}

.container #main-content.page-right-col .twelve.columns,
.container #main-content.page-right-col .full-width.columns {
    width: 820px;
}

/* #Tablet (Landscape) + Desktop & Laptop (1024 pixels wide)
================================================== */

/* Note: Design for a width of 1024px */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 960px;
    }
    .container .column,
    .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,
    .container .one.columns {
        width: 60px;
    }
    .container .two.columns {
        width: 140px;
    }
    .container .three.columns,
    .container .one-fourth.columns {
        width: 220px;
    }
    .container .four.columns,
    .container .one-third.columns {
        width: 300px;
    }
    .container .five.columns {
        width: 380px;
    }
    .container .six.columns,
    .container .one-half.columns {
        width: 460px;
    }
    .container .seven.columns {
        width: 540px;
    }
    .container .eight.columns,
    .container .two-thirds.columns {
        width: 620px;
    }
    .container .nine.columns,
    .container .three-fourths.columns {
        width: 700px;
    }
    .container .ten.columns {
        width: 780px;
    }
    .container .eleven.columns {
        width: 860px;
    }
    .container .twelve.columns,
    .container .full-width.columns {
        width: 940px;
    }
    .container .three.columns.fixed,
    .container .one-fourth.columns.fixed {
        width: 250px;
    }
    .container .nine.columns.adaptive-to-fixed,
    .container .three-fourths.columns.adaptive-to-fixed {
        width: 670px;
    }
    .container .four.columns.fixed,
    .container .one-third.columns.fixed {
        width: 340px;
    }
    .container .eight.columns.adaptive-to-fixed,
    .container .two-thirds.columns.adaptive-to-fixed {
        width: 580px;
    }
    .container .six.columns.fixed,
    .container .one-half.columns.fixed {
        width: 520px;
    }
    .container .six.columns.adaptive-to-fixed,
    .container .one-half.columns.adaptive-to-fixed {
        width: 400px;
    }
    /* Offsets */
    .container .offset-by-one {
        padding-left: 80px;
    }
    .container .offset-by-two {
        padding-left: 160px;
    }
    .container .offset-by-three {
        padding-left: 240px;
    }
    .container .offset-by-four {
        padding-left: 320px;
    }
    .container .offset-by-five {
        padding-left: 400px;
    }
    .container .offset-by-six {
        padding-left: 480px;
    }
    .container .offset-by-seven {
        padding-left: 560px;
    }
    .container .offset-by-eight {
        padding-left: 640px;
    }
    .container .offset-by-nine {
        padding-left: 720px;
    }
    .container .offset-by-ten {
        padding-left: 800px;
    }
    .container .offset-by-eleven {
        padding-left: 880px;
    }
    /* Main content inner grid (for page with right sidebar layout) - 696 pixels wide */
    .container #main-content.page-left-col .one.column,
    .container #main-content.page-left-col .one.columns {
        width: 38px;
    }
    .container #main-content.page-left-col .two.columns {
        width: 96px;
    }
    .container #main-content.page-left-col .three.columns,
    .container #main-content.page-left-col .one-fourth.columns {
        width: 154px;
    }
    .container #main-content.page-left-col .four.columns,
    .container #main-content.page-left-col .one-third.columns {
        width: 212px;
    }
    .container #main-content.page-left-col .five.columns {
        width: 270px;
    }
    .container #main-content.page-left-col .six.columns,
    .container #main-content.page-left-col .one-half.columns {
        width: 328px;
    }
    .container #main-content.page-left-col .seven.columns {
        width: 386px;
    }
    .container #main-content.page-left-col .eight.columns,
    .container #main-content.page-left-col .two-thirds.columns {
        width: 444px;
    }
    .container #main-content.page-left-col .nine.columns,
    .container #main-content.page-left-col .three-fourths.columns {
        width: 502px;
    }
    .container #main-content.page-left-col .ten.columns {
        width: 560px;
    }
    .container #main-content.page-left-col .eleven.columns {
        width: 618px;
    }
    .container #main-content.page-left-col .twelve.columns,
    .container #main-content.page-left-col .full-width.columns {
        width: 676px;
    }
    .container #main-content.page-left-col .three.columns.fixed,
    .container #main-content.page-left-col .one-fourth.columns.fixed {
        width: 175px;
    }
    .container #main-content.page-left-col .nine.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .three-fourths.columns.adaptive-to-fixed {
        width: 481px;
    }
    .container #main-content.page-left-col .four.columns.fixed,
    .container #main-content.page-left-col .one-third.columns.fixed {
        width: 240px;
    }
    .container #main-content.page-left-col .eight.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .two-thirds.columns.adaptive-to-fixed {
        width: 416px;
    }
    .container #main-content.page-left-col .six.columns.fixed,
    .container #main-content.page-left-col .one-half.columns.fixed {
        width: 370px;
    }
    .container #main-content.page-left-col .six.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .one-half.columns.adaptive-to-fixed {
        width: 286px;
    }
    /* Main content inner grid (for page with left sidebar layout) - 744 pixels wide */
    .container #main-content.page-right-col .one.column,
    .container #main-content.page-right-col .one.columns {
        width: 42px;
    }
    .container #main-content.page-right-col .two.columns {
        width: 104px;
    }
    .container #main-content.page-right-col .three.columns,
    .container #main-content.page-right-col .one-fourth.columns {
        width: 166px;
    }
    .container #main-content.page-right-col .four.columns,
    .container #main-content.page-right-col .one-third.columns {
        width: 228px;
    }
    .container #main-content.page-right-col .five.columns {
        width: 290px;
    }
    .container #main-content.page-right-col .six.columns,
    .container #main-content.page-right-col .one-half.columns {
        width: 352px;
    }
    .container #main-content.page-right-col .seven.columns {
        width: 414px;
    }
    .container #main-content.page-right-col .eight.columns,
    .container #main-content.page-right-col .two-thirds.columns {
        width: 476px;
    }
    .container #main-content.page-right-col .nine.columns,
    .container #main-content.page-right-col .three-fourths.columns {
        width: 538px;
    }
    .container #main-content.page-right-col .ten.columns {
        width: 600px;
    }
    .container #main-content.page-right-col .eleven.columns {
        width: 662px;
    }
    .container #main-content.page-right-col .twelve.columns,
    .container #main-content.page-right-col .full-width.columns {
        width: 724px;
    }
    .container #main-content.page-right-col .three.columns.fixed,
    .container #main-content.page-right-col .one-fourth.columns.fixed {
        width: 190px;
    }
    .container #main-content.page-right-col .nine.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .three-fourths.columns.adaptive-to-fixed {
        width: 514px;
    }
    .container #main-content.page-right-col .four.columns.fixed,
    .container #main-content.page-right-col .one-third.columns.fixed {
        width: 260px;
    }
    .container #main-content.page-right-col .eight.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .two-thirds.columns.adaptive-to-fixed {
        width: 444px;
    }
    .container #main-content.page-right-col .six.columns.fixed,
    .container #main-content.page-right-col .one-half.columns.fixed {
        width: 400px;
    }
    .container #main-content.page-right-col .six.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .one-half.columns.adaptive-to-fixed {
        width: 304px;
    }
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
    .container .column,
    .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,
    .container .one.columns {
        width: 44px;
    }
    .container .two.columns {
        width: 108px;
    }
    .container .three.columns,
    .container .one-fourth.columns {
        width: 172px;
    }
    .container .four.columns,
    .container .one-third.columns {
        width: 236px;
    }
    .container .five.columns {
        width: 300px;
    }
    .container .six.columns,
    .container .one-half.columns {
        width: 364px;
    }
    .container .seven.columns {
        width: 428px;
    }
    .container .eight.columns,
    .container .two-thirds.columns {
        width: 492px;
    }
    .container .nine.columns,
    .container .three-fourths.columns {
        width: 556px;
    }
    .container .ten.columns {
        width: 620px;
    }
    .container .eleven.columns {
        width: 684px;
    }
    .container .twelve.columns,
    .container .full-width.columns {
        width: 748px;
    }
    .container .three.columns.fixed,
    .container .one-fourth.columns.fixed {
        width: 250px;
    }
    .container .nine.columns.adaptive-to-fixed,
    .container .three-fourths.columns.adaptive-to-fixed {
        width: 478px;
    }
    .container .four.columns.fixed,
    .container .one-third.columns.fixed {
        width: 340px;
    }
    .container .eight.columns.adaptive-to-fixed,
    .container .two-thirds.columns.adaptive-to-fixed {
        width: 388px;
    }
    .container .six.columns.fixed,
    .container .one-half.columns.fixed {
        width: 520px;
    }
    .container .six.columns.adaptive-to-fixed,
    .container .one-half.columns.adaptive-to-fixed {
        width: 208px;
    }
    /* Offsets */
    .container .offset-by-one {
        padding-left: 64px;
    }
    .container .offset-by-two {
        padding-left: 128px;
    }
    .container .offset-by-three {
        padding-left: 192px;
    }
    .container .offset-by-four {
        padding-left: 256px;
    }
    .container .offset-by-five {
        padding-left: 320px;
    }
    .container .offset-by-six {
        padding-left: 384px;
    }
    .container .offset-by-seven {
        padding-left: 448px;
    }
    .container .offset-by-eight {
        padding-left: 512px;
    }
    .container .offset-by-nine {
        padding-left: 576px;
    }
    .container .offset-by-ten {
        padding-left: 640px;
    }
    .container .offset-by-eleven {
        padding-left: 704px;
    }
    .container .adapted-max-959px .offset-left-10px,
    .container .adapted-max-959px .offset-left-20px,
    .container .adapted-max-959px .offset-left-30px,
    .container .adapted-max-959px .offset-left-40px,
    .container .adapted-max-959px .offset-left-50px,
    .container .adapted-max-959px.offset-left-10px,
    .container .adapted-max-959px.offset-left-20px,
    .container .adapted-max-959px.offset-left-30px,
    .container .adapted-max-959px.offset-left-40px,
    .container .adapted-max-959px.offset-left-50px {
        margin-left: 0;
    }
    .container .adapted-max-959px .offset-right-10px,
    .container .adapted-max-959px .offset-right-20px,
    .container .adapted-max-959px .offset-right-30px,
    .container .adapted-max-959px .offset-right-40px,
    .container .adapted-max-959px .offset-right-50px,
    .container .adapted-max-959px.offset-right-10px,
    .container .adapted-max-959px.offset-right-20px,
    .container .adapted-max-959px.offset-right-30px,
    .container .adapted-max-959px.offset-right-40px,
    .container .adapted-max-959px.offset-right-50px {
        margin-right: 0;
    }
    /* Main content inner grid (for page with right sidebar layout) - 516 pixels wide */
    .container #main-content.page-left-col .one.column,
    .container #main-content.page-left-col .one.columns {
        width: 23px;
    }
    .container #main-content.page-left-col .two.columns {
        width: 66px;
    }
    .container #main-content.page-left-col .three.columns,
    .container #main-content.page-left-col .one-fourth.columns {
        width: 109px;
    }
    .container #main-content.page-left-col .four.columns,
    .container #main-content.page-left-col .one-third.columns {
        width: 152px;
    }
    .container #main-content.page-left-col .five.columns {
        width: 195px;
    }
    .container #main-content.page-left-col .six.columns,
    .container #main-content.page-left-col .one-half.columns {
        width: 238px;
    }
    .container #main-content.page-left-col .seven.columns {
        width: 281px;
    }
    .container #main-content.page-left-col .eight.columns,
    .container #main-content.page-left-col .two-thirds.columns {
        width: 324px;
    }
    .container #main-content.page-left-col .nine.columns,
    .container #main-content.page-left-col .three-fourths.columns {
        width: 367px;
    }
    .container #main-content.page-left-col .ten.columns {
        width: 410px;
    }
    .container #main-content.page-left-col .eleven.columns {
        width: 453px;
    }
    .container #main-content.page-left-col .twelve.columns,
    .container #main-content.page-left-col .full-width.columns {
        width: 496px;
    }
    .container #main-content.page-left-col .three.columns.fixed,
    .container #main-content.page-left-col .one-fourth.columns.fixed {
        width: 175px;
    }
    .container #main-content.page-left-col .nine.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .three-fourths.columns.adaptive-to-fixed {
        width: 301px;
    }
    .container #main-content.page-left-col .four.columns.fixed,
    .container #main-content.page-left-col .one-third.columns.fixed {
        width: 240px;
    }
    .container #main-content.page-left-col .eight.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .two-thirds.columns.adaptive-to-fixed {
        width: 236px;
    }
    .container #main-content.page-left-col .six.columns.fixed,
    .container #main-content.page-left-col .one-half.columns.fixed {
        width: 370px;
    }
    .container #main-content.page-left-col .six.columns.adaptive-to-fixed,
    .container #main-content.page-left-col .one-half.columns.adaptive-to-fixed {
        width: 106px;
    }
    /* Main content inner grid (for page with left sidebar layout) - 564 pixels wide */
    .container #main-content.page-right-col .one.column,
    .container #main-content.page-right-col .one.columns {
        width: 27px;
    }
    .container #main-content.page-right-col .two.columns {
        width: 74px;
    }
    .container #main-content.page-right-col .three.columns,
    .container #main-content.page-right-col .one-fourth.columns {
        width: 121px;
    }
    .container #main-content.page-right-col .four.columns,
    .container #main-content.page-right-col .one-third.columns {
        width: 168px;
    }
    .container #main-content.page-right-col .five.columns {
        width: 215px;
    }
    .container #main-content.page-right-col .six.columns,
    .container #main-content.page-right-col .one-half.columns {
        width: 262px;
    }
    .container #main-content.page-right-col .seven.columns {
        width: 309px;
    }
    .container #main-content.page-right-col .eight.columns,
    .container #main-content.page-right-col .two-thirds.columns {
        width: 356px;
    }
    .container #main-content.page-right-col .nine.columns,
    .container #main-content.page-right-col .three-fourths.columns {
        width: 403px;
    }
    .container #main-content.page-right-col .ten.columns {
        width: 450px;
    }
    .container #main-content.page-right-col .eleven.columns {
        width: 497px;
    }
    .container #main-content.page-right-col .twelve.columns,
    .container #main-content.page-right-col .full-width.columns {
        width: 544px;
    }
    .container #main-content.page-right-col .three.columns.fixed,
    .container #main-content.page-right-col .one-fourth.columns.fixed {
        width: 190px;
    }
    .container #main-content.page-right-col .nine.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .three-fourths.columns.adaptive-to-fixed {
        width: 334px;
    }
    .container #main-content.page-right-col .four.columns.fixed,
    .container #main-content.page-right-col .one-third.columns.fixed {
        width: 260px;
    }
    .container #main-content.page-right-col .eight.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .two-thirds.columns.adaptive-to-fixed {
        width: 264px;
    }
    .container #main-content.page-right-col .six.columns.fixed,
    .container #main-content.page-right-col .one-half.columns.fixed {
        width: 400px;
    }
    .container #main-content.page-right-col .six.columns.adaptive-to-fixed,
    .container #main-content.page-right-col .one-half.columns.adaptive-to-fixed {
        width: 124px;
    }
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 300px;
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .one-fourth.columns,
    .container .four.columns,
    .container .one-third.columns,
    .container .five.columns,
    .container .six.columns,
    .container .one-half.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .two-thirds.columns,
    .container .nine.columns,
    .container .three-fourths.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .full-width.columns {
        width: 300px;
    }
    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven {
        padding-left: 0;
    }
    .container .offset-left-10px,
    .container .offset-left-20px,
    .container .offset-left-30px,
    .container .offset-left-40px,
    .container .offset-left-50px {
        margin-left: 0;
    }
    .container .offset-right-10px,
    .container .offset-right-20px,
    .container .offset-right-30px,
    .container .offset-right-40px,
    .container .offset-right-50px {
        margin-right: 0;
    }
    /* Main content inner grid (for page with sidebar layout) - 300 pixels wide */
    .container #main-content.page-left-col .one.column,
    .container #main-content.page-left-col .one.columns,
    .container #main-content.page-left-col .two.columns,
    .container #main-content.page-left-col .three.columns,
    .container #main-content.page-left-col .one-fourth.columns,
    .container #main-content.page-left-col .four.columns,
    .container #main-content.page-left-col .one-third.columns,
    .container #main-content.page-left-col .five.columns,
    .container #main-content.page-left-col .six.columns,
    .container #main-content.page-left-col .one-half.columns,
    .container #main-content.page-left-col .seven.columns,
    .container #main-content.page-left-col .eight.columns,
    .container #main-content.page-left-col .two-thirds.columns,
    .container #main-content.page-left-col .nine.columns,
    .container #main-content.page-left-col .three-fourths.columns,
    .container #main-content.page-left-col .ten.columns,
    .container #main-content.page-left-col .eleven.columns,
    .container #main-content.page-left-col .twelve.columns,
    .container #main-content.page-left-col .full-width.columns,
    .container #main-content.page-right-col .one.column,
    .container #main-content.page-right-col .one.columns,
    .container #main-content.page-right-col .two.columns,
    .container #main-content.page-right-col .three.columns,
    .container #main-content.page-right-col .one-fourth.columns,
    .container #main-content.page-right-col .four.columns,
    .container #main-content.page-right-col .one-third.columns,
    .container #main-content.page-right-col .five.columns,
    .container #main-content.page-right-col .six.columns,
    .container #main-content.page-right-col .one-half.columns,
    .container #main-content.page-right-col .seven.columns,
    .container #main-content.page-right-col .eight.columns,
    .container #main-content.page-right-col .two-thirds.columns,
    .container #main-content.page-right-col .nine.columns,
    .container #main-content.page-right-col .three-fourths.columns,
    .container #main-content.page-right-col .ten.columns,
    .container #main-content.page-right-col .eleven.columns,
    .container #main-content.page-right-col .twelve.columns,
    .container #main-content.page-right-col .full-width.columns {
        width: 300px;
    }
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .one-fourth.columns,
    .container .four.columns,
    .container .one-third.columns,
    .container .five.columns,
    .container .six.columns,
    .container .one-half.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .two-thirds.columns,
    .container .nine.columns,
    .container .three-fourths.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .full-width.columns {
        width: 420px;
    }
    /* Main content inner grid (for page with sidebar layout) - 420 pixels wide */
    .container #main-content.page-left-col .one.column,
    .container #main-content.page-left-col .one.columns,
    .container #main-content.page-left-col .two.columns,
    .container #main-content.page-left-col .three.columns,
    .container #main-content.page-left-col .one-fourth.columns,
    .container #main-content.page-left-col .four.columns,
    .container #main-content.page-left-col .one-third.columns,
    .container #main-content.page-left-col .five.columns,
    .container #main-content.page-left-col .six.columns,
    .container #main-content.page-left-col .one-half.columns,
    .container #main-content.page-left-col .seven.columns,
    .container #main-content.page-left-col .eight.columns,
    .container #main-content.page-left-col .two-thirds.columns,
    .container #main-content.page-left-col .nine.columns,
    .container #main-content.page-left-col .three-fourths.columns,
    .container #main-content.page-left-col .ten.columns,
    .container #main-content.page-left-col .eleven.columns,
    .container #main-content.page-left-col .twelve.columns,
    .container #main-content.page-left-col .full-width.columns,
    .container #main-content.page-right-col .one.column,
    .container #main-content.page-right-col .one.columns,
    .container #main-content.page-right-col .two.columns,
    .container #main-content.page-right-col .three.columns,
    .container #main-content.page-right-col .one-fourth.columns,
    .container #main-content.page-right-col .four.columns,
    .container #main-content.page-right-col .one-third.columns,
    .container #main-content.page-right-col .five.columns,
    .container #main-content.page-right-col .six.columns,
    .container #main-content.page-right-col .one-half.columns,
    .container #main-content.page-right-col .seven.columns,
    .container #main-content.page-right-col .eight.columns,
    .container #main-content.page-right-col .two-thirds.columns,
    .container #main-content.page-right-col .nine.columns,
    .container #main-content.page-right-col .three-fourths.columns,
    .container #main-content.page-right-col .ten.columns,
    .container #main-content.page-right-col .eleven.columns,
    .container #main-content.page-right-col .twelve.columns,
    .container #main-content.page-right-col .full-width.columns {
        width: 420px;
    }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear"> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

	1.	Document Setup
	2.	Header Menu
	3.	Homepage Hero
	4.	Homepage Intro
	5.	Homepage Featured Content
	6.	Page Title, Secondary Navigation & Headline
	7.	FlexSlider
	8.	Feature Boxes
	9.	Portfolio, Projects Carousel & Gallery
	10.	Image and Preview Image: Overlay & Border
	11.	Single Item Details Page
	12.	Team
	13.	Footer
	14.	Sidebar
	15.	Blog
	16.	Announcements
	17.	Info Box
	18.	Testimonials
	19.	Accordion / Toggle
	20.	Tabs
	21.	Message Boxes
	22.	Flickr Widget (Photostream)
	23.	Preview Images List
	24.	Twitter Feed
	25.	Social Icons
	26.	Secondary Navigation Elements & Links
	27.	Pricing Tables
	28.	Contact + Form + Google Map
	29.	Other Elements
	30.	Typography
	31.	Misc.
	
	32.	Media Queries

*/

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

/*	1. Document Setup
/*-----------------------------------------------------------------------------------*/

#header {
    z-index: 4;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header .columns {
    position: relative;
}

#top-bar {
    width: 100%;
    background-color: #0E457A;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0 9px;
    font-size: 12px;
    line-height: 19px;
}

#logo {
    float: left;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: white;
    padding: 0 30px;
    border-radius: 60px;
    box-shadow: 0px -8px 6px -6px #888888;
}

#main {
    z-index: 1;
    position: relative;
}

#page-content {
    padding: 50px 0 60px;
}

/* Page layout with sidebar
--------------------------------------------------- */

#page-content.sidebar-layout {
    padding: 0;
    overflow: hidden;
}

#page-content.sidebar-layout .columns-wrapper {
    display: table;
}

#page-content.sidebar-layout .columns-wrapper.sb-right {
    margin-right: -790px;
}

#page-content.sidebar-layout .columns-wrapper.sb-left {
    margin-left: -790px;
}

#main-content {
    display: table-cell;
    float: none;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 60px;
    vertical-align: top;
}

#main-content.page-left-col {
    width: 780px;
    padding-right: 40px;
}

#main-content.page-right-col {
    width: 840px;
    padding-left: 40px;
}

#sidebar {
    display: table-cell;
    float: none;
    margin: 0;
    background-color: #f0f2ed;
    background-repeat: repeat-y;
    vertical-align: top;
}

#sidebar.page-left-col {
    width: 160px;
    padding: 50px 30px 60px 800px;
    background-image: url("/images/backgrounds/border-left-sidebar.png");
    background-position: right top;
}

#sidebar.page-right-col {
    width: 220px;
    padding: 50px 800px 60px 30px;
    background-image: url("/images/backgrounds/border-right-sidebar.png");
    background-position: left top;
}

/* Grid backgrounds
--------------------------------------------------- */

.grid-bg {
    background-image: url("/images/backgrounds/grid-pattern.png");
    background-position: left top;
    background-repeat: repeat;
}

.grid-gradient-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url("/images/colored_theme/grid-gradient-bg.png") repeat-x left top;
    z-index: 2;
}

/* Stripe section
--------------------------------------------------- */

.stripe {
    width: 100%;
    padding: 40px 0 35px 0;
    border-top: 1px solid #e6e9e4;
    border-bottom: 1px solid #e6e9e4;
    background-color: #ebeee9;
    background: -webkit-linear-gradient(top, #e6e9e4, #ebeee9 20px);
    background: -moz-linear-gradient(top, #e6e9e4, #ebeee9 20px);
    background: -o-linear-gradient(top, #e6e9e4, #ebeee9 20px);
    background: -ms-linear-gradient(top, #e6e9e4, #ebeee9 20px);
    background: linear-gradient(to bottom, #e6e9e4, #ebeee9 20px);
}

.stripe.top {
    padding: 25px 0 30px;
    border-top: none;
    background: #f0f2ed;
    margin-top: -50px;
    margin-bottom: 50px;
}

.stripe.bottom {
    border-top-color: #c7cfc3;
    border-bottom: none;
    margin-top: 60px;
    margin-bottom: -60px;
    padding: 25px 0;
}

.stripe.white-bg {
    border-top: 1px solid #ebeee9;
    border-bottom-color: #ebeee9;
    background: #fff;
}

.stripe.white-bg.top {
    border-top: none;
}

/* .grid-bg class should not be used with .top, .bottom or .white-bg class */

.stripe .grid-bg {
    padding: 40px 0 35px 0;
    margin: -40px 0 -35px 0;
}

.stripe.map-wrapper {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff;
    background: none;
    padding: 0;
    -webkit-box-shadow: 0 0 1px #666;
    -moz-box-shadow: 0 0 1px #666;
    box-shadow: 0 0 1px #666;
}

.stripe.bottom.map-wrapper {
    border-bottom: 1px solid #ebeee9;
}

/* Vector icons - Font Awesome
--------------------------------------------------- */

.fa {
    font-size: 14px;
}

.fa-icon-list {
    list-style: none;
    margin: 0;
}

.fa-icon-list li {
    float: left;
    margin: 0 0 0 15px;
    line-height: 19px;
}

.fa-icon-list li a {
    font-size: 14px;
    line-height: 14px;
}

.fa-icon-list li:first-child {
    margin-left: 0;
}

.fa-icon-list a .fa {
    color: #b1b9ad;
}

.fa-icon-list a:hover .fa {
    color: #959c92;
}

#top-bar .fa-icon-list a .fa {
    color: #999;
}

#top-bar .fa-icon-list a:hover .fa {
    color: #666;
}

.fontawesome-icon-list .columns {
    margin-bottom: 10px;
}

.fontawesome-icon-list .fa {
    margin-right: 10px;
}

/* Specific styles for screens with 768 pixels wide and higher (overwrite the basic styles)
--------------------------------------------------- */

@media only screen and (min-width: 768px) {
    body {
        font-size: 13px;
        line-height: 22px;
    }
    p {
        margin-bottom: 15px;
        line-height: 22px;
    }
    li {
        line-height: 22px;
    }
    .italic {
        font-size: 13px;
        line-height: 22px;
    }
    .small-font-size,
    .small-font-size>* {
        font-size: 12px;
        line-height: 19px;
    }
    p.small-font-size {
        margin-bottom: 12px;
    }
    ul.small-font-size,
    ol.small-font-size {
        margin-bottom: 15px;
    }
    .middle-font-size,
    .middle-font-size>* {
        font-size: 15px;
        line-height: 24px;
    }
    .large-font-size,
    .large-font-size>* {
        font-size: 19px;
        line-height: 28px;
    }
    p.tight {
        line-height: 20px;
    }
    .middle-font-size.tight,
    .middle-font-size.tight>* {
        line-height: 20px;
    }
    .large-font-size.tight,
    .large-font-size.tight>* {
        line-height: 25px;
    }
    /* Blockquotes */
    blockquote:not(.testimonial),
    blockquote:not(.testimonial) p {
        font-size: 16px;
        line-height: 26px;
    }
    .ie8 blockquote,
    .ie8 blockquote p {
        font-size: 13px;
        line-height: 22px;
    }
    blockquote cite {
        font-size: 13px;
    }
}

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

/*	2. Header Menu
/*-----------------------------------------------------------------------------------*/

#navigation {
    float: right;
    margin-top: 30px;
}

#header.extended #navigation {
    margin-top: 10px;
}

#primary-nav {
    float: right;
}

#primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary-nav>ul {
    line-height: 50px;
}

#primary-nav ul a {
    display: block;
    position: relative;
    padding: 5px 18px 0 18px;
}

#primary-nav>ul>li>a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #777 !important;
    height: 45px;
}

.ie8 #primary-nav>ul>li>a {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#primary-nav ul li {
    position: relative;
    margin: 0;
}

#primary-nav>ul>li {
    float: left;
}

#primary-nav>ul>li:last-child>a {
    padding-right: 0;
}

#primary-nav ul li a:hover,
#primary-nav ul li.sfHover>a {
    color: #444 !important;
}

#primary-nav>ul>li>a.current {
    color: #e8554e !important;
}

#primary-nav ul ul {
    position: absolute;
    top: -999em;
    width: 170px;
    /* left offset of submenus need to match (see below) */
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

#primary-nav ul ul a {
    text-transform: none;
    overflow: hidden;
}

.js #primary-nav ul ul {
    width: auto;
    min-width: 160px;
}

.js #primary-nav ul ul a {
    white-space: nowrap;
}

#primary-nav ul ul li {
    width: 100%;
    height: 37px;
    background-color: #fff;
}

#primary-nav ul ul li.divider {
    padding-bottom: 6px;
}

#primary-nav ul ul li.divider:after {
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 0;
    content: '';
    border-bottom: 1px dashed #c7cfc3;
}

#primary-nav ul ul li.divider+li {
    padding-top: 6px;
}

#primary-nav>ul>li>ul>li:first-child {
    border-top: 1px solid #eaeaea;
}

.ie8 #primary-nav>ul>li>ul>li:first-child {
    border-color: #e5e5e5;
}

#primary-nav ul ul li a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 26px;
    height: 32px;
    color: #777 !important;
}

.touch-screen #primary-nav ul ul li a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    /* submenu font for tablets */
}

.ie8 #primary-nav ul ul li a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#primary-nav ul ul li a:hover,
#primary-nav ul ul li a.current:hover,
#primary-nav ul ul li.sfHover>a {
    color: #333;
    background-color: #f8f8f8;
}

#primary-nav ul ul li a.current {
    color: #333 !important;
}

/* 3nd level */

#primary-nav ul ul ul {
    width: 170px;
}

.js #primary-nav ul ul ul {
    width: auto;
    min-width: 160px;
}

/* Make sub menus appear */

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
    left: 0;
    top: 49px;
    /* match top ul list item height - 1px */
}

/* Hide all subs subs (3 levels deep) */

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul {
    top: -999em;
}

/* Display all subs subs (3 levels deep) */

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul {
    left: 170px;
    /* match ul width */
    top: 0;
    z-index: 2;
}

#primary-nav ul li li.divider:hover>ul,
#primary-nav ul li li.divider.sfHover>ul,
#primary-nav ul li li li.divider:hover>ul,
#primary-nav ul li li li.divider.sfHover>ul {
    top: 6px;
}

/* Submenu arrows */

#primary-nav .sf-arrows ul .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 4px;
    height: 7px;
    margin-top: -3px;
    content: '';
    background: url("/images/icons/list-marker-arrow.png") no-repeat 0 0;
    opacity: 0.7;
}

#primary-nav .sf-arrows ul .sf-with-ul:hover:after {
    opacity: 1;
}

#primary-nav ul ul .sf-with-ul {
    padding-right: 35px;
}

/* Megamenu
--------------------------------------------------- */

#primary-nav>ul {
    position: relative;
}

#primary-nav .sf-mega-parent {
    position: static;
}

#primary-nav .sf-mega {
    position: absolute;
    left: 0;
    top: -999em;
    max-width: 1036px;
    padding: 25px 30px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.ie8 #primary-nav .sf-mega {
    border-color: #e5e5e5;
}

#primary-nav .sf-mega-table {
    display: table;
    width: 100%;
}

#primary-nav ul li:hover .sf-mega {
    top: 49px;
    /* match top ul list item height - 1px */
}

#primary-nav .sf-mega-section {
    display: table-cell;
    padding-left: 30px;
}

#primary-nav .sf-mega-section:first-child {
    padding-left: 0;
}

#primary-nav .sf-mega ul {
    position: static;
    top: auto;
    width: auto !important;
    min-width: 0 !important;
    margin-left: -10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#primary-nav .sf-mega li {
    width: auto;
    height: auto;
    background-color: transparent;
}

#primary-nav .sf-mega a {
    display: block;
    position: static;
    height: auto;
    line-height: 19px;
    padding: 5px 10px;
    overflow: visible;
    white-space: normal !important;
}

#primary-nav .sf-mega ul.arrow-list li:hover {
    background-color: #f8f8f8;
}

#primary-nav .sf-mega ul.arrow-list a:hover {
    background-color: transparent;
}

#primary-nav .sf-mega ul.arrow-list li {
    padding-left: 10px;
}

#primary-nav .sf-mega ul.arrow-list a {
    padding-left: 11px;
}

#primary-nav .sf-mega ul.arrow-list li {
    background-image: url("/images/icons/list-marker-sm.png");
    background-position: 10px 12px;
}

#primary-nav .sf-mega h4 {
    margin-bottom: 7px;
}

/* Sticky menu
--------------------------------------------------- */

body.sticky-menu-active #header {
    position: fixed;
    top: -80px;
    /* match header height */
}

body.sticky-menu-active #header.extended {
    top: -99px;
}

body.sticky-menu-active #header.top-bar-embedded {
    top: -118px;
}

body.sticky-menu-active #logo {
    bottom: 0;
    width: 40px;
    height: 30px;
    padding-top: 3px;
    background: #f0f2ed url("/images/colored_theme/scroll-top-arrow.png") no-repeat center center;
    border: 1px solid #e6e9e4;
    border-bottom: none;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

body.sticky-menu-active #logo:hover {
    opacity: 1;
}

body.sticky-menu-active #logo img {
    display: none;
}

body.sticky-menu-active #primary-nav>ul>li>a {
    height: 35px;
}

body.sticky-menu-active #primary-nav>ul>li.sfHover>ul,
body.sticky-menu-active #primary-nav ul li:hover .sf-mega {
    top: 39px;
}

.ie8 body.sticky-menu-active #header {
    border-bottom: 1px solid #eaeaea;
}

.ie8 body.sticky-menu-active #logo {
    bottom: 3px;
    background-color: transparent;
    border: none;
    filter: alpha(opacity=70);
}

.ie8 body.sticky-menu-active #logo:hover {
    filter: alpha(opacity=100);
}

/* Responsive menu
--------------------------------------------------- */

.selectnav {
    display: none;
    float: left;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

/* Secondary menu (header quick links)
--------------------------------------------------- */

#secondary-nav {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

#secondary-nav .quick-links {
    float: right;
}

.quick-links {
    list-style: none;
    margin: 0;
}

.quick-links li {
    float: left;
    font-size: 12px;
    line-height: 19px;
    margin: 0;
}

.quick-links li span {
    color: #dedede;
    padding: 0 10px;
}

.quick-links a {
    color: #fff;
}

.quick-links a:hover {
    color: #ccc;
}

#secondary-nav .quick-links a {
    color: #999;
}

#secondary-nav .quick-links a:hover {
    color: #666;
}

#secondary-nav .phone-number {
    font-size: 15px;
    line-height: 18px;
    color: #b1b9ad;
    font-weight: 600;
    padding-top: 1px;
}

.ie8 #secondary-nav .phone-number {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

/*	3. Homepage Hero
/*-----------------------------------------------------------------------------------*/

#home-hero-content {
    position: relative;
    overflow: hidden;
    height: 450px;
    background-color: #f8f9f4;
    z-index: 10;
}

#home-hero {
    position: relative;
    z-index: 1;
}

.hero-image {
    float: left;
    margin-left: 270px;
}

.hero-image img,
#home-hero-content .slides img {
    width: 1220px;
    height: auto;
}

/* Full-width slider with center-aligned image */

#home-hero-content.full-width-image {
    height: auto;
    overflow: visible;
}

#home-hero-content.full-width-image .grid-gradient-bg {
    display: none;
}

#home-hero-content.full-width-image #home-hero {
    width: 100%;
    max-width: 1680px;
}

#home-hero-content.full-width-image #home-hero>.columns {
    width: 100%;
    margin: 0;
}

#home-hero-content.full-width-image .hero-image {
    float: none;
    margin-left: 0;
}

#home-hero-content.full-width-image .hero-image img,
#home-hero-content.full-width-image .slides img {
    width: auto;
    max-width: 100%;
}

#home-hero-content.full-width-image .slides .container {
    /* container for .flex-caption */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#home-hero-content.full-width-image .slides .columns {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Hero navigation
--------------------------------------------------- */

#home-hero-nav {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 30;
}

#home-hero-nav .columns {
    position: relative;
    top: 490px;
}

#home-hero-content.full-width-image+#home-hero-nav {
    display: none;
}

.slider-menu {
    position: absolute;
    left: 400px;
    bottom: 25px;
    list-style: none;
    margin: 0 50px 0 0;
    background-color: #f8f9f4;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slider-menu li * {
    margin-bottom: 0;
}

.slider-menu li {
    float: left;
    margin-bottom: 0;
}

.slider-menu li a {
    position: relative;
    display: block;
    padding: 8px 15px 9px;
    background-color: #f8f9f4;
    border-left: 1px solid #b1b9ad;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slider-menu li a,
.slider-menu li a * {
    color: #b1b9ad;
}

.slider-menu li:first-child a {
    border-left: none;
}

.slider-menu li.active a {
    background-color: #B20000;
    border-left-color: #B20000;
    cursor: default;
}

.slider-menu li.active+li a {
    border-left-color: #959c92;
}

.slider-menu li.active a,
.slider-menu li.active a *,
.slider-menu li.active a:hover,
.slider-menu li.active a:hover * {
    color: #f8f9f4;
}

.slider-menu li a:hover,
.slider-menu li a:hover * {
    color: #777;
}

.slider-menu h6 {
    font: 17px/22px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-weight: 300;
}

/* Hero navigation - thumbnails
--------------------------------------------------- */

.slider-menu.thumbnails {
    margin-right: 20px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.slider-menu.thumbnails img {
    max-width: 100%;
    height: auto;
}

.slider-menu.thumbnails li {
    margin-left: 20px;
}

.slider-menu.thumbnails li:first-child {
    margin-left: 0;
}

.slider-menu.thumbnails li a {
    position: relative;
    background: none;
    border: 2px solid #f8f9f4 !important;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slider-menu.thumbnails li.active a {
    border-color: #e8554e !important;
}

/* Homepage slider caption
   (for the version of slider with right-aligned image)
--------------------------------------------------- */

#home-hero-nav .slider-caption {
    position: absolute;
    left: 430px;
    bottom: 0;
    width: 100%;
    max-width: 630px;
}

.slider-caption>div {
    position: absolute;
    display: none;
}

#home-hero-nav .slider-caption>div {
    bottom: 0;
    padding: 10px 20px 12px;
    background-color: #e8554e;
    background: rgba(232, 85, 78, 0.5);
}

.slider-caption h2,
.slider-caption h3,
.slider-caption h4,
.slider-caption h5 {
    margin-bottom: 8px;
}

.slider-caption h2 {
    line-height: 37px;
}

.slider-caption h3 {
    font: 26px/31px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-weight: 300;
}

.slider-caption *:last-child {
    margin-bottom: 0;
}

.slider-caption .middle-font-size {
    font-size: 15px;
    line-height: 22px;
}

.slider-caption .large-font-size {
    font-size: 17px;
    line-height: 25px;
}

.ie8 #home-hero-nav .slider-caption>div {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80cc2817, endColorstr=#80cc2817);
}

/* Homepage slider caption inside the "intro" section
--------------------------------------------------- */

.intro-content .slider-caption {
    position: relative;
}

.intro-content .slider-caption>div {
    padding-right: 20px;
}

.intro-content .number-box {
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: #e8554e;
}

.intro-content .number-box+* {
    margin-left: 25px;
    padding-left: 15px;
    border-left: 1px solid #e8554e;
}

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

/*	4. Homepage Intro
/*-----------------------------------------------------------------------------------*/

#home-intro {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
}

#home-intro .columns {
    position: relative;
}

.intro-wrapper {
    position: absolute;
    left: -140px;
    top: -70px;
    width: 560px;
    height: 560px;
    background: url("/images/colored_theme/intro-shadow.png") no-repeat;
}

.intro-wrapper:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url("/images/colored_theme/intro-bg.png") no-repeat;
    z-index: 1;
}

.intro-content {
    position: relative;
    padding: 110px 100px 0 140px;
    z-index: 2;
}

/* Brief navigation
--------------------------------------------------- */

.brief-nav {
    list-style: none;
}

.brief-nav li {
    float: left;
    background: url("/images/icons/slash.png") no-repeat 0 3px;
    padding: 0 9px 0 15px;
    margin: 0;
}

.brief-nav li:first-child {
    background: none;
    padding-left: 0;
}

.brief-nav li:last-child {
    padding-right: 0;
}

/* Video preview
--------------------------------------------------- */

.video-preview a[data-rel=prettyPhoto] {
    position: relative;
    display: block;
}

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

.video-preview .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #959c92;
    background: rgba(149, 156, 146, 0.2);
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.video-preview .play-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/images/icons/play-icon-large.png") no-repeat 50% 50%;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.no-touch-screen .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    background: rgba(149, 156, 146, 0.4);
}

.no-touch-screen .video-preview a[data-rel=prettyPhoto]:hover .play-icon-large {
    opacity: 0.92;
}

.video-preview .html5-video,
.video-preview iframe {
    display: none;
}

/* Preview (video/image type) inside the "intro" section */

.intro-content .preview-block>[class^="thumbnail"] {
    float: left;
    margin: 0 15px 0 20px;
}

.intro-content .video-preview .overlay {
    background-color: #959c92;
    background: rgba(149, 156, 146, 0);
}

.intro-content .video-preview .play-icon {
    opacity: 0;
    background-image: url("/images/icons/play-icon.png");
}

.intro-content .preview-info h6 {
    font: 17px/22px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
    font-weight: 300;
}

.no-touch-screen .intro-content .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    background: rgba(149, 156, 146, 0.9);
}

.no-touch-screen .intro-content .video-preview a[data-rel=prettyPhoto]:hover .play-icon {
    opacity: 1;
}

.intro-content .preview-block .thumbnail-colored {
    border-width: 1px;
}

/* For Internet Explorer 8 */

.ie8 .video-preview .overlay {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33959c92, endColorstr=#33959c92);
}

.ie8 .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66959c92, endColorstr=#66959c92);
}

.ie8 .intro-content .video-preview .overlay {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00959c92, endColorstr=#00959c92);
}

.ie8 .intro-content .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#df959c92, endColorstr=#df959c92);
}

.ie8 .intro-content .video-preview .play-icon {
    display: none;
}

.ie8 .intro-content .video-preview a[data-rel=prettyPhoto]:hover .play-icon {
    display: block;
}

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

/*	5. Homepage Featured Content
/*-----------------------------------------------------------------------------------*/

#home-featured-content {
    background-color: #ebeee9;
    background: -webkit-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -moz-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -o-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -ms-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: linear-gradient(to top, #e6e9e4, #ebeee9 30px);
}

#home-featured-content .grid-bg {
    padding: 70px 0 25px 0;
}

#home-featured-content.tight .grid-bg {
    padding-top: 50px;
}

#home-featured-content .feature-boxes.left-icon-box {
    margin-top: 15px;
}

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

/*	6. Page Title, Secondary Navigation & Headline
/*-----------------------------------------------------------------------------------*/

#page-title {
    border-bottom: 1px solid #c7cfc3;
    background-color: #ebeee9;
    background: -webkit-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -moz-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -o-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: -ms-linear-gradient(bottom, #e6e9e4, #ebeee9 30px);
    background: linear-gradient(to top, #e6e9e4, #ebeee9 30px);
}

#page-title h1 {
    margin-bottom: 0;
}

#page-title .grid-bg {
    padding: 25px 0 33px 0;
    background-position: 0 -10px;
}

/* Custom image header
--------------------------------------------------- */

#page-title.custom-bg {
    position: relative;
    height: 450px;
    border-bottom: none;
    background-color: #f8f9f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    #page-title.custom-bg {
        background-size: auto;
    }
}

/* Header background image for "Vision & Values" example page (page-custom-header.html) */

#page-title.custom-bg.values {
    background-image: url("/images/banners/header-values.jpg");
}

#page-title.custom-bg .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#page-title.custom-bg .columns {
    position: absolute;
    width: 100%;
    height: 100%;
}

#page-title.custom-bg h1 {
    position: absolute;
    left: 0;
    bottom: 35px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* Breadcrumb navigation
--------------------------------------------------- */

.breadcrumb-nav {
    float: right;
    list-style: none;
    margin: 14px 0 0 20px;
}

.breadcrumb-nav li {
    float: left;
    background: url("/images/colored_theme/link-arrow-small-colored-1.png") no-repeat 0 9px;
    padding: 0 9px 0 12px;
    margin: 0;
    line-height: 22px !important;
}

.breadcrumb-nav li:first-child {
    background: none;
    padding-left: 0;
}

.breadcrumb-nav li:last-child {
    padding-right: 0;
}

.breadcrumb-nav a.link-sm {
    background: none;
    padding: 0 0 3px;
}

.breadcrumb-nav a.link-sm:hover {
    background: none;
}

.breadcrumb-nav a.link-sm span {
    margin-right: 0;
}

.breadcrumb-nav .italic {
    font-size: 13px;
    line-height: 22px;
}

/* Subheader secondary menu
--------------------------------------------------- */

#subheader-bar {
    border-bottom: 1px solid #f0f2ed;
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: -10px;
}

#subheader-bar .sub-nav {
    list-style: none;
    margin: 0;
}

#subheader-bar .sub-nav li {
    float: left;
    margin: 0 25px 0 0;
}

#subheader-bar .sub-nav a {
    font-size: 14px;
    line-height: 23px;
    color: #959c92;
}

#subheader-bar .sub-nav li:last-child {
    margin-right: 0;
}

#subheader-bar .sub-nav li a:hover {
    color: #444;
}

#subheader-bar .sub-nav li.current a {
    color: #e8554e;
}

#subheader-bar .breadcrumb-nav {
    float: left;
    margin: 0;
}

/* Headline
--------------------------------------------------- */

.headline {
    position: relative;
}

.headline .four.columns div,
.headline .one-third.columns div {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.headline span {
    display: block;
    line-height: 17px;
}

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

/*	7. FlexSlider
/*-----------------------------------------------------------------------------------*/

/* Browser Resets
--------------------------------------------------- */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

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

.flex-control-nav li,
.flex-direction-nav li {
    margin: 0;
}

/* Necessary Styles
--------------------------------------------------- */

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

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

.flexslider .slides img {
    width: 100%;
    display: block;
}

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

/* Clearfix for the .slides element */

.flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

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

* html .flexslider .slides {
    height: 1%;
}

/* No JavaScript Fallback */

.no-js .flexslider .slides>li:first-child {
    display: block;
}

/* Default Styles
--------------------------------------------------- */

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

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

.ie8 .flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
    margin-bottom: 0;
}

/* Caption
--------------------------------------------------- */

.flex-caption {
    display: block;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 20px;
    padding: 17px 20px 20px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.9);
}

.flex-caption.no-bg {
    padding: 0;
    background: none;
}

.ie8 .flex-caption {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000);
}

/* Direction Nav
--------------------------------------------------- */

#home-slider .flex-direction-nav {
    display: none;
}

#home-hero-content.full-width-image .flex-direction-nav {
    display: block;
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    z-index: 20;
    width: 36px;
    height: 72px;
    top: 50%;
    margin: -36px 0 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("/images/icons/slider-direction-nav.png");
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
    left: 0;
    background-position: 10px -152px;
    -webkit-border-radius: 0 36px 36px 0;
    -moz-border-radius: 0 36px 36px 0;
    border-radius: 0 36px 36px 0;
}

.flex-direction-nav .flex-next {
    right: 0;
    background-position: -43px -152px;
    -webkit-border-radius: 36px 0 0 36px;
    -moz-border-radius: 36px 0 0 36px;
    border-radius: 36px 0 0 36px;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background-color: rgba(232, 85, 78, 0.5);
}

.flex-direction-nav .flex-disabled,
.flex-direction-nav .flex-disabled:hover {
    background-color: #000;
    opacity: 0.2;
    cursor: default;
}

.ie8 .flex-direction-nav a {
    filter: alpha(opacity=40);
}

.ie8 .flex-direction-nav .flex-prev:hover,
.ie8 .flex-direction-nav .flex-next:hover {
    background-color: #e8554e;
    filter: alpha(opacity=60);
}

.ie8 .flex-direction-nav .flex-disabled,
.ie8 .flex-direction-nav .flex-disabled:hover {
    filter: alpha(opacity=20);
}

/* Homepage slider with right side navigation: specific styles for screens with 768 pixels wide and higher */

@media only screen and (min-width: 768px) {
    #home-slider.right-side-nav .flex-direction-nav {
        display: block;
    }
    #home-slider.right-side-nav .flex-direction-nav a {
        width: 40px;
        height: 54px;
        left: 0;
        margin: 0;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
        opacity: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #home-header:hover #home-slider.right-side-nav .flex-direction-nav a,
    .touch-screen #home-slider.right-side-nav .flex-direction-nav a {
        opacity: 1;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        top: 170px;
        background-position: 15px 18px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-next {
        top: 225px;
        background-position: -45px 18px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-prev:hover,
    #home-slider.right-side-nav .flex-direction-nav .flex-next:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.55);
    }
    .ie8 #home-slider.right-side-nav .flex-direction-nav a {
        filter: alpha(opacity=60);
    }
    .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        background-position: 15px -42px;
    }
    .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-next {
        background-position: -45px -42px;
    }
    .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-prev:hover,
    .ie8 #home-slider.right-side-nav .flex-direction-nav .flex-next:hover {
        filter: alpha(opacity=80);
    }
}

/* Control Nav
--------------------------------------------------- */

.flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -25px;
    line-height: 14px;
    text-align: center;
}

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

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
}

.flex-control-paging li a span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: transparent;
    border: 2px solid #c7cfc3;
    text-indent: -9999px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: border-color 0.15s ease;
    -moz-transition: border-color 0.15s ease;
    -o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}

.flex-control-paging li a:hover span {
    border-color: #e8554e;
}

.flex-control-paging li a.flex-active {
    cursor: default;
}

.flex-control-paging li a.flex-active span {
    background-color: #e8554e;
    border-color: #e8554e;
}

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

/*	8. Feature Boxes
/*-----------------------------------------------------------------------------------*/

.feature-boxes article {
    margin-top: 30px;
}

.feature-boxes .row:first-child article {
    margin-top: 0;
}

/* medium column space */

.feature-boxes.medium-col-space {
    margin: 0 -15px;
}

.feature-boxes.medium-col-space .columns {
    margin-left: 15px;
    margin-right: 15px;
}

.feature-boxes.medium-col-space article {
    margin-left: 10px;
    margin-right: 10px;
}

/* small column space */

.feature-boxes.small-col-space {
    margin: 0 -12px;
}

.feature-boxes.small-col-space .columns {
    margin-left: 13px;
    margin-right: 13px;
}

.feature-boxes.small-col-space article {
    margin-left: 9px;
    margin-right: 9px;
}

.feature-boxes h3 {
    font-size: 21px;
    line-height: 28px;
    color: #333;
}

/* Box with left icon
--------------------------------------------------- */

/* Style 1 - Default */

.feature-boxes.left-icon-box header {
    height: 48px;
    margin-left: 63px;
}

.feature-boxes.left-icon-box header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.feature-boxes.left-icon-box header h3 {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.feature-boxes.left-icon-box header+p {
    margin-top: 8px;
    clear: left;
}

.feature-boxes.left-icon-box header+p:last-child {
    margin-bottom: 0;
}

.feature-boxes.left-icon-box img {
    float: left;
}

/* bitmap icons - <img> tag */

.feature-boxes.left-icon-box article>.fa {
    /* vector icons - Font Awesome */
    float: left;
    font-size: 43px;
    line-height: 43px;
    color: #666;
    margin-top: 5px;
}

.feature-boxes.left-icon-box article div h3 {
    margin-bottom: 5px;
}

.feature-boxes.left-icon-box article div h4,
.feature-boxes.left-icon-box article div h5,
.feature-boxes.left-icon-box article div h6 {
    margin-bottom: 2px;
}

/* Style 2 - Small Icon */

.feature-boxes.left-icon-box.small-icon article {
    margin-top: 25px;
}

.feature-boxes.left-icon-box.small-icon .row:first-child article {
    margin-top: 0;
}

.feature-boxes.left-icon-box.small-icon article>span {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #666;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-top: 5px;
    text-align: center;
}

.feature-boxes.left-icon-box.small-icon span .fa {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.feature-boxes.left-icon-box.small-icon article>div {
    margin-left: 50px;
}

.feature-boxes.left-icon-box.small-icon article p {
    margin-bottom: 0;
}

/* Style 2 - Small Icon: number type */

.feature-boxes.left-icon-box.small-icon.number-type article {
    margin-top: 15px;
}

.feature-boxes.left-icon-box.small-icon.number-type article:first-child {
    margin-top: 0;
}

.feature-boxes.left-icon-box.small-icon.number-type span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.feature-boxes.left-icon-box.small-icon.number-type h4,
.feature-boxes.left-icon-box.small-icon.number-type h5,
.feature-boxes.left-icon-box.small-icon.number-type h6 {
    margin-bottom: 5px;
}

.feature-boxes.left-icon-box.small-icon.number-type article>div>*:last-child {
    margin-bottom: 0;
}

.ie8 .feature-boxes.left-icon-box.small-icon.number-type span {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Style 3 - Medium Icon */

.feature-boxes.left-icon-box.medium-icon article p {
    margin-bottom: 0;
}

.feature-boxes.left-icon-box.medium-icon article>.fa {
    font-size: 35px;
    line-height: 35px;
}

.feature-boxes.left-icon-box.medium-icon article>div {
    margin-left: 63px;
}

.feature-boxes.left-icon-box.medium-icon article>.fa+div {
    margin-left: 55px;
}

/* Style 4 - Big Icon */

.feature-boxes.left-icon-box.big-icon article>div {
    margin-left: 115px;
}

/* Box with top icon
--------------------------------------------------- */

.feature-boxes.top-icon-box article {
    margin-top: 40px;
}

.feature-boxes.top-icon-box img {
    max-width: 100%;
    height: auto;
}

.feature-boxes.top-icon-box img[data-scale=no] {
    display: inline-block;
    margin-bottom: -6px;
}

.feature-boxes.top-icon-box h4,
.feature-boxes.top-icon-box h5 {
    margin: 12px 0 7px;
}

.feature-boxes.top-icon-box p {
    margin-bottom: 12px;
}

.feature-boxes.top-icon-box.short-description p {
    margin: 7px 0 5px;
}

/* Center aligned */

.feature-boxes.top-icon-box.centered article {
    text-align: center;
}

.feature-boxes.top-icon-box.centered article img {
    display: inline-block;
    margin-bottom: -6px;
}

.feature-boxes.top-icon-box.centered article p {
    margin: 12px 10px 0;
}

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

/*	9. Portfolio, Projects Carousel & Gallery
/*-----------------------------------------------------------------------------------*/

#portfolio-wrapper.large-col-space {
    margin: 0 -20px;
}

/* large column space */

#portfolio-wrapper.large-col-space .columns {
    margin-left: 20px;
    margin-right: 20px;
}

#portfolio-wrapper.medium-col-space {
    margin: 0 -15px;
}

/* medium column space */

#portfolio-wrapper.medium-col-space .columns {
    margin-left: 15px;
    margin-right: 15px;
}

#portfolio-wrapper.small-col-space {
    margin: 0 -6px;
}

/* small column space */

#portfolio-wrapper.small-col-space .columns {
    margin-left: 11px;
    margin-right: 11px;
}

#portfolio-wrapper .portfolio-item-preview {
    margin-bottom: 40px;
}

#portfolio-wrapper article,
#projects-carousel article {
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#portfolio-wrapper.large-col-space article {
    margin: 0 10px;
}

/* large column space */

#portfolio-wrapper.medium-col-space article {
    margin: 0 10px;
}

/* medium column space */

#portfolio-wrapper.small-col-space article {
    margin: 0 5px;
    padding-bottom: 8px;
}

/* small column space */

/* Projects Carousel
--------------------------------------------------- */

#projects-carousel li.portfolio-item-preview {
    display: none;
    /* hide the slides before the JS is loaded. Avoids image jumping */
    float: left;
    padding-right: 20px;
    margin-bottom: 0;
}

#projects-carousel.two-slides li.portfolio-item-preview {
    width: 250px;
    /* 2 visible slides in carousel - only for pages with full-width layout inside a section with 1/2 page width */
}

#projects-carousel.three-slides li.portfolio-item-preview {
    width: 340px;
    /* 3 visible slides in carousel */
}

#projects-carousel.four-slides li.portfolio-item-preview {
    width: 250px;
    /* 4 visible slides in carousel */
}

/* layout with sidebar */

#main-content.page-left-col #projects-carousel.three-slides li.portfolio-item-preview {
    width: 240px;
}

#main-content.page-left-col #projects-carousel.four-slides li.portfolio-item-preview {
    width: 175px;
}

#main-content.page-right-col #projects-carousel.three-slides li.portfolio-item-preview {
    width: 260px;
}

#main-content.page-right-col #projects-carousel.four-slides li.portfolio-item-preview {
    width: 190px;
}

/* show only the first slide before the JS is loaded */

#projects-carousel li.portfolio-item-preview:first-child,
#projects-carousel.initiated li,
.no-js #projects-carousel li.portfolio-item-preview {
    display: block;
}

#projects-carousel article {
    margin: 4px 5px 6px;
}

/* Portfolio Item Description
--------------------------------------------------- */

.portfolio-item-preview .item-description {
    position: relative;
    height: 50px;
    padding: 12px 20px 0;
    overflow: hidden;
}

.portfolio-item-preview .item-description:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #c7cfc3;
    background-image: -webkit-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #e8554e);
    background-image: -moz-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -o-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -ms-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
}

.portfolio-item-preview .item-description:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    content: '';
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

#portfolio-wrapper.small-col-space .item-description,
#projects-carousel.two-slides .item-description,
#projects-carousel.four-slides .item-description,
#main-content #projects-carousel.three-slides .item-description {
    /* 3 visible slides in carousel - layout with sidebar */
    height: 46px;
    padding-top: 10px;
}

.portfolio-item-preview .item-description h3 {
    font-size: 21px;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
}

.portfolio-item-preview .item-description h4,
.portfolio-item-preview .item-description h5 {
    margin-bottom: 3px;
}

.portfolio-item-preview .item-description h6 {
    line-height: 19px;
    margin-bottom: 0;
}

.portfolio-item-preview .item-description p {
    margin-bottom: 0;
}

/* Long description */

#portfolio-wrapper.long-description .item-description {
    height: 115px;
    padding-top: 15px;
}

#portfolio-wrapper.long-description .item-description:after {
    height: 20px;
}

.ie #portfolio-wrapper.long-description .item-description {
    height: 100px;
    margin-bottom: 15px;
}

#portfolio-wrapper.long-description h3,
#portfolio-wrapper.long-description h4 {
    margin-bottom: 7px;
}

#portfolio-wrapper.long-description h4 {
    font-size: 17px;
    line-height: 25px;
}

/* Short description */

#portfolio-wrapper.short-description .item-description {
    height: 26px;
    padding-top: 10px;
}

#projects-carousel.short-description .item-description {
    height: 26px !important;
    padding-top: 10px !important;
}

#portfolio-wrapper.short-description .item-description:after,
#projects-carousel.short-description .item-description:after {
    display: none;
}

#portfolio-wrapper.short-description h6,
#projects-carousel.short-description h6 {
    line-height: 22px;
}

/* Intro tags */

.portfolio-item-preview .item-description .intro-tags {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 3px;
}

.portfolio-item-preview .item-description .intro-tags>span {
    display: inline-block;
}

.portfolio-item-preview .item-description .intro-tags>span>span {
    padding: 0 5px 0 7px;
}

/* Extra tags */

.portfolio-item-preview .extra-tags {
    padding: 0 20px 10px;
}

.portfolio-item-preview .extra-tags>span {
    display: inline-block;
}

.portfolio-item-preview .extra-tags>span>span {
    padding: 0 5px 0 7px;
}

.portfolio-item-preview .extra-tags .price {
    font-size: 14px;
    color: #e8554e;
}

.portfolio-item-preview .extra-tags span+.details {
    margin-left: 10px;
}

/* No separator line */

#portfolio-wrapper.no-sep .item-description {
    padding-top: 9px;
}

#portfolio-wrapper.no-sep.small-col-space .item-description,
#portfolio-wrapper.no-sep.short-description .item-description {
    padding-top: 7px;
}

#portfolio-wrapper.no-sep.long-description .item-description {
    padding-top: 12px;
}

#portfolio-wrapper.no-sep .item-description:before {
    display: none;
}

/* No background description */

#portfolio-wrapper.no-bg .portfolio-item-preview {
    margin-bottom: 35px;
}

#portfolio-wrapper.no-bg.small-col-space .portfolio-item-preview {
    margin-bottom: 30px;
}

#portfolio-wrapper.no-bg article {
    padding-bottom: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#portfolio-wrapper.no-bg article:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#portfolio-wrapper.no-bg .portfolio-item-preview .item-description {
    height: auto;
    padding: 12px 0 0 !important;
    overflow: visible;
}

#portfolio-wrapper.no-bg.no-sep .portfolio-item-preview .item-description {
    padding-top: 9px !important;
}

#portfolio-wrapper.no-bg .item-description:after {
    display: none;
}

#portfolio-wrapper.no-bg .extra-tags {
    padding: 0 !important;
}

#portfolio-wrapper.no-bg .extra-tags>span {
    display: inline-block !important;
}

#portfolio-wrapper.no-bg .extra-tags span+.details {
    margin-left: 10px !important;
}

.ie #portfolio-wrapper.no-bg.long-description .item-description {
    margin-bottom: 0;
}

/* One-column layout
--------------------------------------------------- */

#portfolio-wrapper.one-col .portfolio-item-preview {
    margin: 0 10px 35px;
    padding-top: 35px;
    border-top: 1px dotted #c7cfc3;
}

#portfolio-wrapper.one-col .portfolio-item-preview:first-child {
    padding-top: 0;
    border-top: none;
}

#portfolio-wrapper.one-col .item-description {
    height: auto;
    margin: 0 0 0 15px;
    padding: 0 !important;
    overflow: visible;
}

#portfolio-wrapper.one-col .item-description:before,
#portfolio-wrapper.one-col .item-description:after {
    display: none;
}

#portfolio-wrapper.one-col .extra-tags {
    padding: 0 !important;
    margin-left: 15px;
}

#portfolio-wrapper.one-col .extra-tags>span {
    display: inline-block !important;
}

#portfolio-wrapper.one-col .extra-tags span+.details {
    margin-left: 10px !important;
}

.ie #portfolio-wrapper.one-col .item-description {
    border: none;
    margin-bottom: 0;
}

/* Portfolio Filter
--------------------------------------------------- */

#portfolio-filter {
    list-style: none;
    margin: 0;
}

#portfolio-filter li {
    float: left;
    background: url("/images/icons/separator-dot.png") no-repeat 0 9px;
    padding: 0 12px 0 14px;
    margin: 0;
    line-height: 22px !important;
}

#portfolio-filter li:first-child {
    background: none;
    padding-left: 0;
}

#portfolio-filter li:last-child {
    padding-right: 0;
}

#portfolio-filter li a.current {
    color: #e8554e;
}

#portfolio-filter a.link-sm {
    background: none;
    padding: 0 0 3px;
}

#portfolio-filter a.link-sm span {
    margin-right: 0;
}

/* Gallery
--------------------------------------------------- */

.gallery-item {
    margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery-item .item-label {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.25);
    padding: 3px 10px;
    color: #fff;
    z-index: 12;
    cursor: default;
}

.gallery-item .image-overlay+.item-label {
    cursor: pointer;
}

.ie8 .gallery-item .item-label {
    background: transparent;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
}

.gallery-wrapper.masonry .s1 .item-picture {
    width: 340px;
    height: 239px;
}

.gallery-wrapper.masonry .s2 .item-picture {
    width: 340px;
    height: 498px;
}

.gallery-wrapper.masonry .s4 .item-picture {
    width: 700px;
    height: 498px;
}

.gallery-wrapper.masonry img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 101%;
}

.gallery-wrapper.masonry .item-picture[data-type=text] div {
    padding: 25px 30px;
}

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

/*	10. Image and Preview Image: Overlay & Border
/*-----------------------------------------------------------------------------------*/

.item-picture {
    position: relative;
}

.home-project-preview img {
    height: 194px;
}

.item-picture img {
    max-width: 100%;
}

.item-picture iframe,
.item-picture .html5-video {
    display: none;
}

/* Image Overlay
--------------------------------------------------- */

.image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.image-overlay span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.image-overlay .link {
    background-image: url("/images/icons/overlay-icon-link.png");
}

.image-overlay .zoom {
    background-image: url("/images/icons/overlay-icon-zoom.png");
}

.image-overlay .video {
    background-image: url("/images/icons/overlay-icon-video.png");
}

.item-picture:hover .image-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.item-picture:hover .image-overlay span {
    background-position: 50% 50%;
    opacity: 1;
}

.ie8 .image-overlay,
.ie8 .image-overlay span {
    filter: alpha(opacity=0);
}

.ie8 .item-picture:hover .image-overlay {
    filter: alpha(opacity=50);
}

.ie8 .item-picture:hover .image-overlay span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
}

/* Image Overlay: Touch-screen devices
--------------------------------------------------- */

.touch-screen .item-picture .image-overlay span {
    display: none;
    background-position: 50% 50%;
}

.touch-screen .item-picture:hover .image-overlay {
    background: transparent;
}

.touch-screen .flexslider .item-picture .image-overlay span,
.touch-screen #projects-carousel .item-picture .image-overlay span {
    display: block;
    background-image: none;
}

/* Preview Image Borders
--------------------------------------------------- */

.thumbnail,
.thumbnail-colored,
.thumbnail-white {
    display: block;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 1px;
    margin: -2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.thumbnail-colored {
    background-color: #f8f9f4;
    border: 2px solid #c7cfc3;
    padding: 1px;
    margin: -3px;
}

.thumbnail-white {
    border: 4px solid #fff;
    margin: -4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.thumbnail .image-overlay,
.thumbnail-colored .image-overlay {
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
}

.thumbnail.flexslider .image-overlay,
.thumbnail-colored.flexslider .image-overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

[class^="thumbnail"].simple {
    display: inline-block;
}

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

/*	11. Single Item Details Page
/*-----------------------------------------------------------------------------------*/

.single-item-details .four.columns,
.single-item-details .one-third.columns {
    float: right;
}

/* Media Box
--------------------------------------------------- */

.single-item-details .media-box {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#main-content .single-item-details .media-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Info Board
--------------------------------------------------- */

.single-item-details .info-board {
    margin-left: 20px;
}

.single-item-details .info-board.colored {
    margin-left: 13px;
    margin-bottom: 40px;
    padding: 20px 15px 20px 27px;
    background-color: #ebeee9;
}

.data li span,
.data li strong {
    padding-right: 5px;
}

.small-bar {
    width: 60px;
    height: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    overflow: hidden;
}

.small-bar.colored {
    border-color: #c7cfc3;
}

/* Text Description
--------------------------------------------------- */

.single-item-details .text-description {
    padding-top: 35px;
}

.single-item-details .text-description.white-bg {
    padding: 35px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* Extra Content
--------------------------------------------------- */

.single-item-details .extra-content {
    margin-left: 13px;
}

.single-item-details .extra-content #portfolio-wrapper,
.single-item-details .extra-content #portfolio-wrapper.small-col-space article {
    margin: 0;
}

.single-item-details .extra-content #portfolio-wrapper.small-col-space .columns {
    margin-left: 38px;
    margin-right: 0;
}

.single-item-details .extra-content #portfolio-wrapper .portfolio-item-preview:last-child {
    margin-bottom: 0;
}

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

/*	12. Team
/*-----------------------------------------------------------------------------------*/

/* 2 column layout */

.team.two-cols {
    margin: 0 -20px;
}

.team.two-cols .columns {
    margin-left: 20px;
    margin-right: 20px;
}

.team.two-cols article {
    margin-left: 10px;
    margin-right: 10px;
}

/* 3 column layout */

.team.three-cols {
    margin: 0 -15px;
}

.team.three-cols .columns {
    margin-left: 15px;
    margin-right: 15px;
}

.team.three-cols article {
    margin-left: 10px;
    margin-right: 10px;
}

/* 4 column layout */

.team.four-cols {
    margin: 0 -12px;
}

.team.four-cols .columns {
    margin-left: 13px;
    margin-right: 13px;
}

.team.four-cols article {
    margin-left: 9px;
    margin-right: 9px;
}

.team article {
    margin-top: 30px;
}

.team .row:first-child article {
    margin-top: 0;
}

.team img {
    max-width: 200px;
    height: 210px;
}

.team h3,
.team h4,
.team h5,
.team h6 {
    margin: 12px 0 0;
}

.team .sub {
    font-size: 11px;
    line-height: 18px;
    color: #e8554e;
    text-transform: uppercase;
    margin-top: 2px;
}

.team article p {
    margin: 10px 0 0;
}

.team .profile-links {
    list-style: none;
    margin: 7px 0 0;
}

.team .profile-links li {
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}

.team .profile-links li a {
    color: inherit;
}

.team .profile-links li a:hover {
    color: #333;
}

.team .profile-links li span {
    color: #999;
    padding: 0 7px;
}

.team .profile-links.social-icons {
    margin-top: 15px;
}

.ie8 .team .profile-links.social-icons {
    margin-top: 7px;
}

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

/*	13. Footer
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    padding-top: 25px;
    background-color: #0E457A;
    z-index: 2;
}

#footer * {
    color: #ebeee9;
}

#footer h4 {
    line-height: 22px;
    margin-bottom: 8px;
}

#footer p {
    margin-bottom: 0;
}

#footer a:hover {
    color: #fff;
}

#footer a:hover .title,
#footer a.title:hover {
    color: #fff !important;
}

#footer.bottom-separated .container {
    border-bottom: 1px dotted #b1b9ad;
    padding-bottom: 10px;
}

#footer.blank {
    padding-top: 0;
    height: 10px;
}

#footer .underlined.colored {
    border-bottom-color: #b1b9ad;
}

#footer .column-divider-left {
    background: url("/images/backgrounds/footer-divider.png") no-repeat left top;
    margin-left: 20px;
    padding-left: 40px;
    min-height: 100px;
}

#footer .column-divider-right {
    background: uurl("/images/backgrounds/footer-divider.png") no-repeat right top;
    margin-right: 20px;
    padding-right: 40px;
    min-height: 100px;
}

#footer .footer-nav {
    margin: 0;
}

#footer .footer-nav li {
    margin-bottom: 3px;
}

#footer .button {
    color: #fff;
    background-color: #b1b9ad;
    background-color: rgba(199, 207, 195, 0.4);
    background-image: none;
    border-bottom-color: #b1b9ad;
}

#footer .button:hover {
    background-color: rgba(199, 207, 195, 0.5);
}

#footer .flickr-widget .flickr_badge_image {
    background-color: #ebeee9;
}

#footer .flickr-widget .flickr_badge_image:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .social-icons {
    display: table-cell;
}

/* Contact details
--------------------------------------------------- */

#footer #contact-details {
    float: right;
}

#footer .contact-data {
    float: left;
    width: 200px;
}

#footer .contact-data>div {
    padding-right: 20px;
}

#footer .contact-description {
    float: left;
    width: 320px;
}

#footer .contact-description>div {
    border-left: 1px dotted #b1b9ad;
    padding-left: 40px;
}

/* Subscription form
--------------------------------------------------- */

#footer .form-wrapper {
    min-height: 55px;
}

#subscription-form {
    position: relative;
    margin-bottom: 3px;
}

#footer input[type="email"] {
    width: 207px;
    background-color: #fff;
    border: 3px solid #c7cfc3;
    color: #777;
    margin: 0;
    padding: 5px 31px 5px 6px;
}

#footer input[type="email"].error {
    border-color: #ffaaaa;
}

#footer input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 19px;
    height: 19px;
    padding: 0;
    background: #c7cfc3 url("/images/icons/button-arrow.png") no-repeat 8px 5px;
    border: none;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#footer input[type="submit"]:hover {
    background-color: #959c92;
}

#info-share .form-wrapper {
    float: left;
    margin-right: 20px;
}

#info-share input[type="email"] {
    width: 225px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ie8 #info-share #subscription-form,
#info-share .footer-message {
    width: 268px;
}

.footer-message {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
}

/* Footer Bottom
--------------------------------------------------- */

#footer-bottom {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background-color: #959c92;
    z-index: 3;
}

#footer.blank+#footer-bottom {
    padding: 10px 0;
}

#footer-bottom .footer-nav {
    list-style: none;
    margin: 0;
}

#footer-bottom .footer-nav li {
    float: left;
    margin-bottom: 5px;
}

#footer-bottom .footer-nav a {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #ebeee9;
    text-transform: uppercase;
    padding: 0 30px 0 0;
}

.ie8 #footer-bottom .footer-nav a {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer-bottom .footer-nav li:last-child a {
    padding-right: 0;
}

#footer-bottom .footer-nav li a:hover {
    color: #fff;
}

#footer-bottom .links {
    list-style: none;
    margin: 0;
}

#footer-bottom .links li {
    float: left;
    margin: 0;
}

#footer-bottom .links li span {
    color: #b1b9ad;
    padding: 0 10px;
}

#footer-bottom .links * {
    font-size: 12px;
    line-height: 19px;
    color: #c7cfc3;
}

#footer-bottom .links a:hover {
    color: #ebeee9;
}

/* Scroll Top
--------------------------------------------------- */

.scroll-top {
    font-size: 11px;
    line-height: 17px;
    cursor: pointer;
}

#footer .scroll-top,
.stripe .scroll-top {
    position: absolute;
    display: block;
    top: -49px;
    right: 10px;
    height: 24px;
    border-left: 1px solid #c7cfc3;
    padding: 0 0 0 20px;
}

.stripe .scroll-top {
    top: -65px;
}

.stripe.bottom .scroll-top {
    top: -50px;
}

.stripe.map-wrapper .scroll-top {
    top: -26px;
}

#footer .scroll-top .arrow-top,
.stripe .scroll-top .arrow-top {
    position: absolute;
    display: block;
    top: 0;
    left: -18px;
    width: 17px;
    height: 24px;
    background: url("/images/colored_theme/scroll-top-arrow.png") no-repeat 0 4px;
}

#footer .scroll-top span,
.stripe .scroll-top span {
    font-size: 12px;
    line-height: 19px;
    color: #959c92;
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

#footer .scroll-top:hover span,
.stripe .scroll-top:hover span {
    opacity: 1;
}

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

/*	14. Sidebar
/*-----------------------------------------------------------------------------------*/

#sidebar .widget {
    margin-top: 40px;
}

#sidebar .widget:first-child {
    margin-top: 0;
}

#sidebar.page-left-col .widget {
    width: 160px;
}

#sidebar.page-right-col .widget {
    width: 220px;
}

#sidebar.page-left-col .widget:first-child+.widget {
    margin-top: 80px;
}

#sidebar .widget h4,
#sidebar .widget h5 {
    position: relative;
    margin-bottom: 10px;
}

#sidebar .widget.separator h4,
#sidebar .widget.separator h5 {
    margin-bottom: 25px;
}

#sidebar .widget.separator h4:after,
#sidebar .widget.separator h5:after {
    position: absolute;
    display: block;
    left: -10px;
    right: 0;
    bottom: -10px;
    height: 2px;
    content: '';
    background: -webkit-linear-gradient(left, #f0f2ed, #d5d5d5 5%, #d5d5d5 95%, #f0f2ed);
    background: -moz-linear-gradient(left, #f0f2ed, #d5d5d5 5%, #d5d5d5 95%, #f0f2ed);
    background: -o-linear-gradient(left, #f0f2ed, #d5d5d5 5%, #d5d5d5 95%, #f0f2ed);
    background: -ms-linear-gradient(left, #f0f2ed, #d5d5d5 5%, #d5d5d5 95%, #f0f2ed);
    background: linear-gradient(to right, #f0f2ed, #d5d5d5 5%, #d5d5d5 95%, #f0f2ed);
}

.ie #sidebar .widget.separator h4:after,
.ie #sidebar .widget.separator h5:after {
    background-color: #d5d5d5;
}

#sidebar blockquote:not(.testimonial),
#sidebar blockquote:not(.testimonial) p {
    font-size: 14px;
    line-height: 23px;
}

.ie8 #sidebar blockquote,
.ie8 #sidebar blockquote p {
    font-size: 12px;
    line-height: 19px;
}

#sidebar blockquote cite {
    font-size: 12px;
}

#sidebar ul.disc,
#sidebar ul.square {
    padding-left: 15px;
    overflow: visible;
}

/* Side menu
--------------------------------------------------- */

#sidebar.page-left-col .side-menu {
    margin: 0 -29px 0 0;
    background: url("/images/backgrounds/separator-left-side-menu.png") no-repeat left bottom;
}

#sidebar.page-right-col .side-menu {
    margin: 0 0 0 -29px;
    background: url("/images/backgrounds/separator-right-side-menu.png") no-repeat right bottom;
}

.side-menu li {
    position: relative;
    margin: 0;
}

#sidebar.page-left-col .side-menu li:hover {
    background: url("/images/colored_theme/hover-bg-left-side-menu.png") repeat-y left top;
}

#sidebar.page-left-col .side-menu li.current,
#sidebar.page-left-col .side-menu li.current:hover {
    background: url("/images/colored_theme/current-bg-left-side-menu.png") repeat-y left top;
    margin-right: -1px;
}

#sidebar.page-right-col .side-menu li:hover {
    background: url("/images/colored_theme/hover-bg-right-side-menu.png") repeat-y right top;
}

#sidebar.page-right-col .side-menu li.current,
#sidebar.page-right-col .side-menu li.current:hover {
    background: uurl("/images/colored_theme/current-bg-right-side-menu.png") repeat-y right top;
    margin-left: -1px;
}

.side-menu li a {
    position: relative;
    display: block;
    color: #777;
}

#sidebar.page-left-col .side-menu li a {
    padding: 9px 29px 10px 5px;
    background: url("/images/backgrounds/separator-left-side-menu.png") no-repeat left top;
    text-align: right;
}

#sidebar.page-right-col .side-menu li a {
    padding: 9px 5px 10px 29px;
    background: url("/images/backgrounds/separator-right-side-menu.png") no-repeat right top;
}

#sidebar.page-left-col .side-menu li a:hover,
#sidebar.page-left-col .side-menu li.current a {
    background-image: url("/images/colored_theme/separator-left-side-menu-colored.png");
}

#sidebar.page-right-col .side-menu li a:hover,
#sidebar.page-right-col .side-menu li.current a {
    background-image: url("/images/colored_theme/separator-right-side-menu-colored.png");
}

#sidebar.page-left-col .side-menu li.current a {
    padding-right: 30px;
}

#sidebar.page-right-col .side-menu li.current a {
    padding-left: 30px;
}

.side-menu li a:hover {
    color: #555;
}

.side-menu li a:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    visibility: hidden;
    z-index: 2;
}

#sidebar.page-left-col .side-menu li a:after {
    background: url("/images/colored_theme/separator-left-side-menu-colored.png") no-repeat left top;
}

#sidebar.page-right-col .side-menu li a:after {
    background: url("/images/colored_theme/separator-right-side-menu-colored.png") no-repeat right top;
}

.side-menu li:last-child a:after {
    bottom: 0;
}

.side-menu li:hover a:after,
.side-menu li.current a:after {
    visibility: visible;
}

.side-menu li.current {
    font-weight: 600;
}

.side-menu li.current a {
    color: #777;
}

.side-menu li span {
    color: #b1b9ad;
    margin-left: 5px;
    white-space: nowrap;
}

.side-menu li br+span {
    margin-left: 0;
}

/* Side menu with middle font size */

.side-menu.middle-font-size li {
    font: italic 15px/22px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.side-menu.middle-font-size a {
    color: #959c92;
}

.side-menu.middle-font-size a:hover {
    color: #777;
}

/* For Internet Explorer 8 */

.ie8 .side-menu.middle-font-size li {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 .side-menu li.current {
    font-family: OpenSansSemiboldItalic;
}

.ie8 #sidebar.page-left-col .side-menu li:hover+li a,
.ie8 #sidebar.page-left-col .side-menu li.current+li a,
.ie8 #sidebar.page-right-col .side-menu li:hover+li a,
.ie8 #sidebar.page-right-col .side-menu li.current+li a {
    background: none;
}

.ie8 #sidebar.page-right-col .side-menu li:hover+li.current a,
.ie8 #sidebar.page-right-col .side-menu li.current+li:hover a {
    background: url("/images/colored_theme/separator-right-side-menu-colored.png") no-repeat right top;
}

.ie8 #sidebar.page-left-col .side-menu li:hover+li.current a,
.ie8 #sidebar.page-left-col .side-menu li.current+li:hover a {
    background: url("/images/colored_theme/separator-left-side-menu-colored.png") no-repeat left top;
}

.ie8 .side-menu {
    padding-bottom: 1px;
}

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

/*	15. Blog
/*-----------------------------------------------------------------------------------*/

.blog article {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #c7cfc3;
}

.blog .post-media {
    margin-bottom: 20px;
}

.blog .post-date {
    float: left;
    width: 45px;
}

.blog .post-date span {
    display: block;
    text-align: center;
}

.blog .post-date .day {
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    background-color: #f0f2ed;
}

.ie8 .blog .post-date .day {
    font-family: OpenSansBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.blog .post-date .month {
    font-size: 11px;
    line-height: 18px;
    margin-top: -2px;
    padding-bottom: 6px;
    background-color: #f0f2ed;
}

.blog .post-date .year {
    color: #fff;
    background-color: #d5d5d5;
}

.blog .post-content {
    margin-left: 65px;
}

.blog .post-content.full-width {
    margin-left: 0 !important;
}

.blog h3 {
    margin-bottom: 10px;
}

.blog .post-meta {
    margin-bottom: 15px;
}

.blog .post-meta>span {
    display: inline-block;
    margin-right: 15px;
}

.blog .post-meta>span:last-child {
    margin-right: 0;
}

.blog .post-meta .fa {
    /* vector icons - Font Awesome */
    font-size: 14px;
    line-height: 14px;
    color: #b1b9ad;
    margin-right: 6px;
}

.blog .post-meta.slash-separated>span {
    /* with slash separator */
    background: url("/images/icons/slash.png") no-repeat 0 3px;
    padding: 0 9px 0 15px;
    margin: 0;
}

.blog .post-meta.slash-separated>span:first-child {
    background: none;
    padding-left: 0;
}

.blog .post-meta.slash-separated>span:last-child {
    padding-right: 0;
}

.blog .post-meta.small-font-size>span {
    margin: 0;
}

.blog .post-meta.small-font-size>span>span {
    padding: 0 10px;
}

/* Medium size image
--------------------------------------------------- */

.blog.medium-size article {
    margin-bottom: 30px;
}

.blog.medium-size .post-media {
    float: left;
    width: 270px;
    margin-bottom: 0;
}

.blog.medium-size .post-content {
    margin-left: 290px;
}

/* Small size image
--------------------------------------------------- */

.blog.small-size article {
    margin-bottom: 30px;
}

.blog.small-size .post-media {
    float: left;
    width: 150px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blog.small-size .post-content {
    margin-left: 170px;
}

.blog.small-size .post-meta {
    margin-bottom: 20px;
}

/* Grid Style - Blog/News
--------------------------------------------------- */

.blog-grid-style {
    margin: 0 -15px;
}

.blog-grid-style .columns {
    margin-left: 15px;
    margin-right: 15px;
}

.blog-grid-style .post-preview {
    margin-bottom: 40px;
}

.blog-grid-style article {
    margin: 0 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.blog-grid-style .post-content {
    position: relative;
    height: 154px;
    padding: 25px 20px 0;
    overflow: hidden;
}

.blog-grid-style .post-date {
    font-size: 12px;
    line-height: 19px;
    color: #999;
    margin-bottom: 5px;
}

.blog-grid-style .post-content h3 {
    font-size: 19px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.blog-grid-style .post-content h4 {
    font-size: 17px;
    line-height: 25px;
}

.blog-grid-style .post-content p {
    margin-bottom: 0;
}

.blog-grid-style .post-media+.post-content {
    padding-top: 12px;
}

.blog-grid-style .post-media+.post-content:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #c7cfc3;
    background-image: -webkit-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #e8554e);
    background-image: -moz-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -o-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -ms-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
}

.blog-grid-style .post-content:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    content: '';
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

.blog-grid-style .post-meta {
    margin: 7px 0 -5px;
    padding: 10px 20px 7px;
    border-top: 1px dotted #dedede;
}

.blog-grid-style .post-meta>span {
    display: inline-block;
}

.blog-grid-style .post-meta>span>span {
    padding: 0 5px 0 7px;
}

/* Single post
--------------------------------------------------- */

.blog .single-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog .single-post .info-box img {
    float: left;
    margin: 3px 15px 10px 0;
    border: 1px solid #fafafa;
}

.blog .single-post .about-author-info {
    margin-left: 85px;
}

/* Comments
--------------------------------------------------- */

.comments-list {
    list-style: none;
    border-bottom: 1px dotted #c7cfc3;
    margin: 25px 0 35px;
    padding-bottom: 30px;
}

.comment {
    border-top: 1px dotted #c7cfc3;
    margin: 30px 0 0;
    padding-top: 25px;
}

.comment:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.comment article {
    border: none;
    margin: 0;
    padding: 0;
}

.comment img {
    float: left;
    margin: 0 15px 10px 0;
    border: 1px solid #fff;
}

.comment .comment-meta {
    margin-bottom: 10px;
}

.comment .comment-meta h5,
.comment .comment-meta h6 {
    display: inline;
}

.comment .comment-meta span {
    padding: 0 6px 0 3px;
}

.comment .date {
    font-style: italic;
    margin-bottom: 0;
}

.comment .date a {
    color: inherit;
}

.comment .date a:hover,
.comment .date a>*:hover {
    color: #e8554e;
}

.ie8 .comment .date {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.comment .comment-content {
    margin-left: 85px;
}

.comment .comment-content p {
    margin-bottom: 0;
}

.comment .children {
    margin: 0;
    padding: 0 0 0 85px;
}

.comment .children .comment {
    border-top: 1px dotted #c7cfc3;
    margin: 30px 0 0;
    padding-top: 25px;
}

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

/*	16. Announcements
/*-----------------------------------------------------------------------------------*/

.announcements article {
    border-top: 1px dotted #c7cfc3;
    margin-top: 20px;
    padding-top: 15px;
}

.announcements>article:first-child,
.announcements section article:first-child,
.announcements .row:first-child article {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.announcements img {
    float: left;
    margin: 5px 15px 0 0;
    width: 135px;
}

.announcements p {
    margin-bottom: 10px;
}

.announcements .preview-text h5,
.announcements .preview-text h6,
.announcements .preview-text p {
    margin-bottom: 5px;
}

.announcements .preview-text span {
    display: block;
    font-style: italic;
}

.ie8 .announcements .preview-text span {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.announcements .preview-text {
    display: table;
}

.announcements [class^="thumbnail"],
.announcements [class*=" thumbnail"] {
    float: left;
    margin: 3px 15px 0 0;
}

.announcements [class^="thumbnail"] img,
.announcements [class*=" thumbnail"] img {
    float: none !important;
    margin: 0 !important;
}

aside .announcements [class^="thumbnail"],
aside .announcements [class*=" thumbnail"] {
    margin: 3px 12px 0 0;
}

aside .announcements .thumbnail {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

aside .announcements article {
    margin-top: 15px;
    padding-top: 12px;
}

aside .announcements article:first-child {
    margin-top: 0;
    padding-top: 0;
}

aside .announcements img {
    margin: 3px 12px 0 0;
}

aside .announcements img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.announcements.tight article {
    margin-top: 12px;
    padding-top: 7px;
}

.announcements.tight>article:first-child,
.announcements.tight section article:first-child,
.announcements.tight .row:first-child article {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

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

/*	17. Info Box
/*-----------------------------------------------------------------------------------*/

.info-box {
    padding: 15px 20px;
    background-color: #ebeee9;
    border: 1px solid #e6e9e4;
}

.info-box.light {
    background-color: #f0f2ed;
    border: 1px solid #e6e9e4;
}

.info-box.light.gradient {
    background: -webkit-linear-gradient(bottom, #f8f9f4, #e6e9e4);
    background: -moz-linear-gradient(bottom, #f8f9f4, #e6e9e4);
    background: -o-linear-gradient(bottom, #f8f9f4, #e6e9e4);
    background: -ms-linear-gradient(bottom, #f8f9f4, #e6e9e4);
    background: linear-gradient(to top, #f8f9f4, #e6e9e4);
}

.info-box.dark {
    background-color: #959c92;
    border: none;
}

.info-box.colored {
    background-color: #e8554e;
    border: none;
}

.info-box.dark *,
.info-box.colored * {
    color: #fff;
}

.info-box.white-bg {
    background-color: #fff;
}

.info-box.no-border {
    border: none;
}

.info-box.rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.info-box.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.info-box.tight {
    padding: 15px;
}

/* Action box
--------------------------------------------------- */

.info-box.action-box {
    border-left: 3px solid #c7cfc3;
}

.info-box .action-box-container {
    display: table;
    width: 100%;
}

.info-box .action-box-container>div {
    display: table-cell;
    vertical-align: middle;
}

.info-box .action-button {
    padding: 0 5px 0 40px;
    text-align: right;
}

.info-box.transparent {
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

/*	18. Testimonials
/*-----------------------------------------------------------------------------------*/

blockquote.testimonial {
    margin: 0 0 20px;
    padding: 0;
    border-left: none;
}

blockquote.testimonial .quote-icon {
    float: left;
    width: 27px;
    height: 20px;
    margin: 5px 15px 5px 1px;
    background: url("/images/icons/quote.png") no-repeat 0 0;
}

blockquote.testimonial span {
    display: block;
    font-style: normal;
    text-align: right;
}

blockquote.testimonial span.left {
    text-align: left;
}

blockquote.testimonial.align-center span {
    text-align: center;
}

/* Testimonials Carousel
--------------------------------------------------- */

.testimonials-carousel li {
    display: none;
    float: left;
    margin: 0;
    padding-right: 20px;
}

.testimonials-carousel li:first-child,
.testimonials-carousel.initiated li,
.no-js .testimonials-carousel li {
    display: block;
}

.testimonials-carousel li blockquote.testimonial {
    margin-bottom: 0;
}

.testimonials-holder .carousel-nav {
    top: -36px;
}

.divider-pattern+.testimonials-holder .carousel-nav {
    top: -49px;
}

.underlined+.testimonials-holder .carousel-nav {
    top: -47px;
}

#sidebar .widget.separator h4+.testimonials-holder .carousel-nav {
    top: -46px;
}

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

/*	19. Accordion / Toggle
/*-----------------------------------------------------------------------------------*/

.toggle-trigger {
    cursor: pointer;
}

.toggle-container+.toggle-trigger {
    margin-top: 8px;
}

.toggle-trigger * {
    margin-bottom: 0 !important;
}

.toggle-trigger {
    background: #f0f2ed url("/images/icons/toggle-buttons.png") no-repeat 15px 16px;
    border: 1px solid #e6e9e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 20px 0 40px;
}

.toggle-trigger.active {
    background-color: #fff;
    background-position: 15px -81px;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.toggle-trigger a {
    display: block;
    margin-right: 10px;
    padding-bottom: 9px;
    -webkit-transition: border-color 0s;
    -moz-transition: border-color 0s;
    -o-transition: border-color 0s;
    transition: border-color 0s;
    outline: none;
}

.toggle-trigger a strong {
    line-height: 24px;
}

.toggle-trigger a,
.toggle-trigger a *,
.toggle-trigger a:hover,
.toggle-trigger a:hover * {
    color: #666;
}

.toggle-trigger.active a {
    border-bottom: 1px dotted #ccc;
}

.toggle-container .content {
    padding: 15px 20px 20px 40px;
}

.toggle-container {
    display: none;
    background-color: #fff;
    border: 1px solid #e6e9e4;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.no-js .toggle-container {
    display: block;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    .white-bg .toggle-trigger {
        background-color: #fafafa;
        border-color: #dedede;
    }
    .white-bg .toggle-trigger.active {
        background-color: #fefefe;
    }
    .white-bg .toggle-container {
        background-color: #fefefe;
        border-color: #dedede;
    }
}

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

/*	20. Tabs
/*-----------------------------------------------------------------------------------*/

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    position: relative;
    float: left;
    margin: 0 0 2px;
    padding-right: 2px;
}

.tabs-nav li:last-child {
    padding-right: 0;
}

.tabs-nav li * {
    margin-bottom: 0;
}

.tabs-nav li a,
.tabs-nav li * {
    color: #777;
}

.tabs-nav li a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    background-color: #ebeee9;
    padding: 6px 12px;
    outline: none;
}

.tabs-nav.uppercase li a {
    font-size: 12px;
    line-height: 17px;
    padding-top: 7px;
}

.tabs-nav li a:hover,
.tabs-nav li a:hover * {
    color: #777;
}

.tabs-nav li a:hover {
    background-color: #e6e9e4;
}

.tabs-nav li.active *,
.tabs-nav li.active a:hover,
.tabs-nav li.active a:hover * {
    color: #fff;
}

.tabs-nav li.active a,
.tabs-nav li.active a:hover {
    background-color: #e8554e;
}

.tabs-nav li.active:before {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    width: 12px;
    height: 7px;
    content: '';
    background: url("/images/colored_theme/tab-arrow.png") no-repeat 0 0;
    margin-bottom: -7px;
    margin-left: -6px;
}

.tabs-nav li h6 {
    font-weight: 400;
}

.ie8 .tabs-nav li h6 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.tabs-container {
    overflow: hidden;
}

.tab-content {
    display: none;
    padding: 25px 0 20px;
}

.no-js .tab-content {
    display: block;
}

/* bordered bottom */

.tabs-container.bordered,
.tabs-container.bordered-all {
    border-bottom: 2px solid #c7cfc3;
    margin-bottom: 30px;
}

.white-bg .tabs-container.bordered,
.white-bg .tabs-container.bordered-all {
    border-bottom: 2px solid #e6e9e4;
    margin-bottom: 30px;
}

.tabs-container.bordered .tab-content,
.tabs-container.bordered-all .tab-content {
    padding-bottom: 30px;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    .white-bg .tabs-nav li a {
        background-color: #f3f3f3;
    }
    .white-bg .tabs-nav li a:hover {
        background-color: #eaeaea;
    }
    .white-bg .tabs-nav li.active a {
        background-color: #e8554e;
    }
    /* bordered top */
    .tabs-nav.bordered,
    .tabs-nav.bordered li a {
        border-bottom: 1px solid #c7cfc3;
    }
    .tabs-nav.bordered li {
        margin-bottom: -1px;
        background-color: #f8f9f4;
    }
    .tabs-nav.bordered li.active a {
        border-bottom: 1px solid #e8554e;
    }
    .white-bg .tabs-nav.bordered,
    .white-bg .tabs-nav.bordered li a {
        border-bottom: 1px solid #e6e9e4;
    }
    .white-bg .tabs-nav.bordered li.active a {
        border-bottom: 1px solid #e8554e;
    }
    .white-bg .tabs-nav.bordered li {
        background-color: #fff;
    }
    /* bordered all sides */
    .tabs-container.bordered-all .tab-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tabs-container.bordered-all {
        border-left: 1px solid #c7cfc3;
        border-right: 1px solid #c7cfc3;
        border-bottom: 1px solid #c7cfc3;
    }
    .white-bg .tabs-container.bordered-all {
        border-color: #e6e9e4;
        border-width: 1px;
    }
}

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

/*	21. Message Boxes
/*-----------------------------------------------------------------------------------*/

.message-box {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #c7cfc3;
    z-index: 900;
}

.message-box.short {
    padding: 7px 15px;
}

.message-box.closable {
    padding-right: 55px;
}

.message-box p {
    margin: 0;
}

.message-box h5 {
    margin-bottom: 7px;
}

.message-box.success {
    background-color: #edf9e1;
    color: #609026;
    border-color: #c4ddad;
}

.message-box.error {
    background-color: #ffeaea;
    color: #df5a5a;
    border-color: #fcc8c8;
}

.message-box.info {
    background-color: #ecf8fe;
    color: #5997b6;
    border-color: #cbe4f1;
}

.message-box.warning {
    background-color: #fcfbe2;
    color: #9f892f;
    border-color: #e9e19f;
}

.message-box.success h5 {
    color: #416514;
}

.message-box.error h5 {
    color: #c74545;
}

.message-box.info h5 {
    color: #427a96;
}

.message-box.warning h5 {
    color: #7f6c1e;
}

.message-box .close {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    background: url("/images/icons/message-box-close-icons.png") no-repeat;
}

.message-box.success .close {
    background-position: 4px 4px;
}

.message-box.error .close {
    background-position: 4px -12px;
}

.message-box.info .close {
    background-position: 4px -28px;
}

.message-box.warning .close {
    background-position: 4px -44px;
}

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

/*	22. Flickr Widget (Photostream)
/*-----------------------------------------------------------------------------------*/

.flickr-widget {
    margin: 0 -20px -20px 0;
}

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

.flickr-widget .flickr_badge_image {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 20px 20px 0;
    padding: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.flickr-widget a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

aside .flickr-widget .flickr_badge_image {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

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

/*	23. Preview Images List
/*-----------------------------------------------------------------------------------*/

.preview-images-list {
    margin: 0 -20px -20px 0;
}

.preview-images-list img {
    max-width: 100%;
    height: auto;
}

.preview-images-list a {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    padding: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.preview-images-list a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

aside .preview-images-list a {
    width: 75px;
    height: auto;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.preview-images-list.thin-border a {
    padding: 1px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

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

/*	24. Twitter Feed
/*-----------------------------------------------------------------------------------*/

.tweets .tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tweets .tweet_list li {
    margin-bottom: 15px;
    word-wrap: break-word;
}

.tweets .tweet_avatar {
    padding-right: 7px;
    float: left;
}

.tweets .tweet_even:last-child,
.tweets .tweet_odd:last-child {
    margin-bottom: 0;
}

.tweets .tweet_text {
    display: block;
}

.tweets .tweet_time {
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.tweets .tweet_time a {
    color: inherit;
}

.tweets .tweet_time a:hover {
    color: #e8554e;
}

aside .tweets .tweet_text a {
    color: #333;
}

aside .tweets .tweet_text a:hover,
aside .tweets .tweet_time a:hover {
    color: #e8554e;
}

.tweets .tweet_text,
.tweets .tweet_time {
    margin-left: 23px;
}

.tweets .tweet_list li {
    position: relative;
}

.tweets .tweet_list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    color: #c7cfc3;
    -webkit-font-smoothing: antialiased;
}

.ie8 .tweets .tweet_time {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

/*	25. Social Icons
/*-----------------------------------------------------------------------------------*/

.social-icons {
    list-style: none;
    margin: 0;
}

.social-icons li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-indent: -9999px;
    background-color: #424242;
    background-image: url("/images/icons/social-icons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.85;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ie8 .social-icons li {
    filter: alpha(opacity=85);
}

.social-icons li a {
    display: block;
    height: 32px;
    width: 32px;
}

.social-icons li:hover {
    background-color: #ebeee9;
}

.social-icons.round li {
    margin: 0 7px 7px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.social-icons li:last-child,
.social-icons.round li:last-child {
    margin-right: 0;
}

.social-icons .apple {
    background-position: 0 0;
}

.social-icons .behance {
    background-position: -32px 0;
}

.social-icons .delicious {
    background-position: -64px 0;
}

.social-icons .deviantart {
    background-position: -96px 0;
}

.social-icons .digg {
    background-position: -128px 0;
}

.social-icons .dribbble {
    background-position: -160px 0;
}

.social-icons .email {
    background-position: -192px 0;
}

.social-icons .facebook {
    background-position: -224px 0;
}

.social-icons .flickr {
    background-position: -256px 0;
}

.social-icons .forrst {
    background-position: -288px 0;
}

.social-icons .google {
    background-position: -320px 0;
}

.social-icons .google-plus {
    background-position: -352px 0;
}

.social-icons .lastfm {
    background-position: -384px 0;
}

.social-icons .linkedin {
    background-position: -416px 0;
}

.social-icons .myspace {
    background-position: -448px 0;
}

.social-icons .picasa {
    background-position: -480px 0;
}

.social-icons .pinterest {
    background-position: -512px 0;
}

.social-icons .rss {
    background-position: -544px 0;
}

.social-icons .skype {
    background-position: -576px 0;
}

.social-icons .stumbleupon {
    background-position: -608px 0;
}

.social-icons .tumblr {
    background-position: -640px 0;
}

.social-icons .twitter {
    background-position: -672px 0;
}

.social-icons .vimeo {
    background-position: -704px 0;
}

.social-icons .yahoo {
    background-position: -736px 0;
}

.social-icons .youtube {
    background-position: -768px 0;
}

#footer .social-icons .apple:hover {
    background-position: 0 -32px;
}

#footer .social-icons .behance:hover {
    background-position: -32px -32px;
}

#footer .social-icons .delicious:hover {
    background-position: -64px -32px;
}

#footer .social-icons .deviantart:hover {
    background-position: -96px -32px;
}

#footer .social-icons .digg:hover {
    background-position: -128px -32px;
}

#footer .social-icons .dribbble:hover {
    background-position: -160px -32px;
}

#footer .social-icons .email:hover {
    background-position: -192px -32px;
}

#footer .social-icons .facebook:hover {
    background-position: -224px -32px;
}

#footer .social-icons .flickr:hover {
    background-position: -256px -32px;
}

#footer .social-icons .forrst:hover {
    background-position: -288px -32px;
}

#footer .social-icons .google:hover {
    background-position: -320px -32px;
}

#footer .social-icons .google-plus:hover {
    background-position: -352px -32px;
}

#footer .social-icons .lastfm:hover {
    background-position: -384px -32px;
}

#footer .social-icons .linkedin:hover {
    background-position: -416px -32px;
}

#footer .social-icons .myspace:hover {
    background-position: -448px -32px;
}

#footer .social-icons .picasa:hover {
    background-position: -480px -32px;
}

#footer .social-icons .pinterest:hover {
    background-position: -512px -32px;
}

#footer .social-icons .rss:hover {
    background-position: -544px -32px;
}

#footer .social-icons .skype:hover {
    background-position: -576px -32px;
}

#footer .social-icons .stumbleupon:hover {
    background-position: -608px -32px;
}

#footer .social-icons .tumblr:hover {
    background-position: -640px -32px;
}

#footer .social-icons .twitter:hover {
    background-position: -672px -32px;
}

#footer .social-icons .vimeo:hover {
    background-position: -704px -32px;
}

#footer .social-icons .yahoo:hover {
    background-position: -736px -32px;
}

#footer .social-icons .youtube:hover {
    background-position: -768px -32px;
}

#main .social-icons li:hover {
    background-color: #959c92;
    opacity: 1;
}

.ie8 #main .social-icons li {
    background-color: #b1b9ad;
    filter: alpha(opacity=85);
}

.ie8 #main .social-icons li:hover {
    background-color: #959c92;
    filter: alpha(opacity=100);
}

/* Small-size icons
--------------------------------------------------- */

.social-icons.small-size li {
    margin: 0 6px 6px 0;
    background-color: #b1b9ad;
    background-size: 600px 48px;
}

.social-icons.small-size.round li {
    margin: 0 6px 6px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.social-icons.small-size li:last-child,
.social-icons.small-size.round li:last-child {
    margin-right: 0;
}

.social-icons.small-size li:hover {
    background-color: #959c92;
    opacity: 1;
}

.social-icons.small-size li a {
    height: 24px;
    width: 24px;
}

.social-icons.small-size .apple {
    background-position: 0 0;
}

.social-icons.small-size .behance {
    background-position: -24px 0;
}

.social-icons.small-size .delicious {
    background-position: -48px 0;
}

.social-icons.small-size .deviantart {
    background-position: -72px 0;
}

.social-icons.small-size .digg {
    background-position: -96px 0;
}

.social-icons.small-size .dribbble {
    background-position: -120px 0;
}

.social-icons.small-size .email {
    background-position: -144px 0;
}

.social-icons.small-size .facebook {
    background-position: -168px 0;
}

.social-icons.small-size .flickr {
    background-position: -192px 0;
}

.social-icons.small-size .forrst {
    background-position: -216px 0;
}

.social-icons.small-size .google {
    background-position: -240px 0;
}

.social-icons.small-size .google-plus {
    background-position: -264px 0;
}

.social-icons.small-size .lastfm {
    background-position: -288px 0;
}

.social-icons.small-size .linkedin {
    background-position: -312px 0;
}

.social-icons.small-size .myspace {
    background-position: -336px 0;
}

.social-icons.small-size .picasa {
    background-position: -360px 0;
}

.social-icons.small-size .pinterest {
    background-position: -384px 0;
}

.social-icons.small-size .rss {
    background-position: -408px 0;
}

.social-icons.small-size .skype {
    background-position: -432px 0;
}

.social-icons.small-size .stumbleupon {
    background-position: -456px 0;
}

.social-icons.small-size .tumblr {
    background-position: -480px 0;
}

.social-icons.small-size .twitter {
    background-position: -504px 0;
}

.social-icons.small-size .vimeo {
    background-position: -528px 0;
}

.social-icons.small-size .yahoo {
    background-position: -552px 0;
}

.social-icons.small-size .youtube {
    background-position: -576px 0;
}

/* Small-size icons for Internet Explorer 8
--------------------------------------------------- */

.ie8 .social-icons.small-size li a {
    height: 32px;
    width: 32px;
}

.ie8 .social-icons.small-size li,
.ie8 #main .social-icons.small-size li {
    margin: 0;
    background-color: transparent;
    filter: none;
}

.ie8 .social-icons.small-size li:hover,
.ie8 #main .social-icons.small-size li:hover {
    background-color: transparent;
}

.ie8 .social-icons.small-size .apple {
    background-position: 0 -32px;
}

.ie8 .social-icons.small-size .behance {
    background-position: -32px -32px;
}

.ie8 .social-icons.small-size .delicious {
    background-position: -64px -32px;
}

.ie8 .social-icons.small-size .deviantart {
    background-position: -96px -32px;
}

.ie8 .social-icons.small-size .digg {
    background-position: -128px -32px;
}

.ie8 .social-icons.small-size .dribbble {
    background-position: -160px -32px;
}

.ie8 .social-icons.small-size .email {
    background-position: -192px -32px;
}

.ie8 .social-icons.small-size .facebook {
    background-position: -224px -32px;
}

.ie8 .social-icons.small-size .flickr {
    background-position: -256px -32px;
}

.ie8 .social-icons.small-size .forrst {
    background-position: -288px -32px;
}

.ie8 .social-icons.small-size .google {
    background-position: -320px -32px;
}

.ie8 .social-icons.small-size .google-plus {
    background-position: -352px -32px;
}

.ie8 .social-icons.small-size .lastfm {
    background-position: -384px -32px;
}

.ie8 .social-icons.small-size .linkedin {
    background-position: -416px -32px;
}

.ie8 .social-icons.small-size .myspace {
    background-position: -448px -32px;
}

.ie8 .social-icons.small-size .picasa {
    background-position: -480px -32px;
}

.ie8 .social-icons.small-size .pinterest {
    background-position: -512px -32px;
}

.ie8 .social-icons.small-size .rss {
    background-position: -544px -32px;
}

.ie8 .social-icons.small-size .skype {
    background-position: -576px -32px;
}

.ie8 .social-icons.small-size .stumbleupon {
    background-position: -608px -32px;
}

.ie8 .social-icons.small-size .tumblr {
    background-position: -640px -32px;
}

.ie8 .social-icons.small-size .twitter {
    background-position: -672px -32px;
}

.ie8 .social-icons.small-size .vimeo {
    background-position: -704px -32px;
}

.ie8 .social-icons.small-size .yahoo {
    background-position: -736px -32px;
}

.ie8 .social-icons.small-size .youtube {
    background-position: -768px -32px;
}

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

/*	26.	Secondary Navigation Elements & Links
/*-----------------------------------------------------------------------------------*/

/* Link with long/small arrow pointer
--------------------------------------------------- */

a.link-lg,
a.link-sm {
    display: inline-block;
    position: relative;
    font-family: Ubuntu, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    font-style: italic;
}

a.link-lg {
    background: url("/images/colored_theme/link-arrow-long-colored-1.png") no-repeat right 6px;
    padding: 0 19px 3px 0;
}

a.link-sm {
    background: url("/images/colored_theme/link-arrow-small-colored-1.png") no-repeat right 5px;
    padding: 0 10px 3px 0;
}

a.link-lg.black {
    background-image: url("/images/icons/link-arrow-long.png");
}

a.link-lg.colored-text-2 {
    background-image: url("/images/colored_theme/link-arrow-long-colored-2.png");
}

a.link-sm.black {
    background-image: url("/images/icons/link-arrow-small.png");
}

a.link-sm.colored-text-2 {
    background-image: url("/images/colored_theme/link-arrow-small-colored-2.png");
}

a.link-lg:hover {
    color: #e8554e !important;
    background-image: url("/images/colored_theme/link-arrow-long-colored-2.png");
}

a.link-sm:hover {
    color: #e8554e !important;
    background-image: url("/images/colored_theme/link-arrow-small-colored-2.png");
}

a.link-lg span,
a.link-sm span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-bottom: 1px dotted #e8554e;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

a.link-lg span {
    margin-right: 19px;
}

a.link-sm span {
    margin-right: 10px;
}

a.link-lg:hover span,
a.link-sm:hover span {
    opacity: 1;
}

/* For Webkit browsers */

#page-content a.link-lg,
#page-content a.link-sm,
#home-featured-content a.link-lg,
#home-featured-content a.link-sm,
#page-title a.link-lg,
#page-title a.link-sm {
    -webkit-text-stroke: 0.2px;
}

.touch-screen #page-content a.link-lg,
.touch-screen #page-content a.link-sm,
.touch-screen #home-featured-content a.link-lg,
.touch-screen #home-featured-content a.link-sm,
.touch-screen #page-title a.link-lg,
.touch-screen #page-title a.link-sm {
    -webkit-text-stroke: 0;
}

/* For Internet Explorer 8 */

.ie8 a.link-lg {
    background-position: right 7px;
}

.ie8 a.link-sm {
    background-position: right 6px;
}

.ie8 a.link-lg span,
.ie8 a.link-sm span {
    visibility: hidden;
}

.ie8 a.link-lg:hover span,
.ie8 a.link-sm:hover span {
    visibility: visible;
}

/* Pagination
--------------------------------------------------- */

.pagination a,
.pagination>span {
    display: block;
    float: left;
    width: 29px;
    height: 23px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #b1b9ad;
    border: 1px solid transparent;
    text-align: center;
    margin: 0 0 6px 4px;
    padding-top: 6px;
}

.pagination a:first-child,
.pagination>span:first-child {
    margin-left: 0;
}

.pagination .prev,
.pagination .next {
    position: relative;
    background: url("/images/icons/slider-direction-nav.png") no-repeat;
}

.pagination .prev {
    background-position: 9px -408px;
    margin-left: 0;
}

.pagination .next {
    background-position: -50px -408px;
}

.pagination a:hover {
    color: #fff;
    border-color: #b5b5b5;
    background-color: #b5b5b5;
}

.pagination a.prev span,
.pagination a.next span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/images/icons/slider-direction-nav.png") no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.pagination a.prev span {
    background-position: 9px -348px;
}

.pagination a.next span {
    background-position: -50px -348px;
}

.pagination a.prev:hover span,
.pagination a.next:hover span {
    opacity: 1;
}

.ie8 .pagination a.prev span,
.ie8 .pagination a.next span {
    background: none;
}

.ie8 .pagination a.prev:hover {
    background-position: 9px -348px;
}

.ie8 .pagination a.next:hover {
    background-position: -50px -348px;
}

.pagination span.current {
    color: #fff;
    border-color: #e8554e;
    background-color: #e8554e;
}

.pagination span.pages {
    width: auto;
    border: none;
    margin: -3px 0 0 30px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #b1b9ad;
}

.ie8 .pagination a,
.ie8 .pagination>span {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 .pagination span.pages {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* List menu
--------------------------------------------------- */

ul.list-nav {
    margin-bottom: 5px;
}

ul.list-nav li {
    margin-bottom: 0;
    padding: 0 !important;
    background-image: none !important;
}

ul.list-nav a {
    display: inline-block;
    color: inherit;
    padding: 3px 0;
}

ul.list-nav a:hover {
    color: #e8554e;
}

ul.list-nav li.current a {
    font-weight: 600;
    color: #444;
}

.ie8 ul.list-nav li.current a {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

ul.list-nav.italic li.current a {
    color: #777;
}

ul.list-nav.colored-text-1 li.current a {
    color: #444;
    font-weight: normal;
}

ul.list-nav.arrow-list a {
    padding-left: 13px;
    background: url("/images/icons/list-marker-arrow.png") no-repeat 0 9px;
}

ul.list-nav.arrow-list.italic a {
    padding-left: 12px;
    background: url("/images/icons/list-marker-arrow-oblique.png") no-repeat 0 10px;
}

ul.list-nav.square-list a {
    padding-left: 13px;
    background: url("/images/icons/list-marker-square.png") no-repeat 0 11px;
}

ul.list-nav.arrow-list:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-arrow-colored.png");
}

ul.list-nav.arrow-list.italic:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-arrow-oblique-colored.png");
}

ul.list-nav.square-list:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-square-colored.png");
}

ul.list-nav.arrow-list li.current a:hover {
    background-image: url("/images/icons/list-marker-arrow.png");
}

ul.list-nav.arrow-list.italic li.current a:hover {
    background-image: url("/images/icons/list-marker-arrow-oblique.png");
}

ul.list-nav.square-list li.current a:hover {
    background-image: url("/images/icons/list-marker-square.png");
}

ul.list-nav span {
    color: #b1b9ad;
    margin-left: 5px;
    white-space: nowrap;
}

ul.list-nav br+span {
    margin-left: 0;
}

/* Ruled menu */

ul.list-nav.ruled li {
    border-top: 1px dotted #c7cfc3;
}

ul.list-nav.ruled li:first-child {
    border-top: none;
}

ul.list-nav.ruled a {
    display: block;
    padding: 7px 0;
}

ul.list-nav.ruled.arrow-list a {
    padding-left: 13px;
    background-position: 0 13px;
}

ul.list-nav.ruled.arrow-list.italic a {
    padding-left: 12px;
    background-position: 0 14px;
}

ul.list-nav.ruled.square-list a {
    padding-left: 13px;
    background-position: 0 15px;
}

/* Table menu */

ul.list-nav.table li {
    margin-top: 1px;
    background-color: #ebeee9;
}

ul.list-nav.table li:first-child {
    margin-top: 0;
}

ul.list-nav.table li:hover,
ul.list-nav.table li.current {
    background-color: #e6e9e4;
    background: rgba(199, 207, 195, 0.4);
}

ul.list-nav.table a {
    display: block;
    padding: 9px 14px;
}

ul.list-nav.table a:hover,
ul.list-nav.table a:hover * {
    color: #444;
}

ul.list-nav.table li.current a {
    font-weight: normal;
    color: #444;
}

.ie8 ul.list-nav.table li.current a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

ul.list-nav.table.colored-text-1 a:hover,
ul.list-nav.table.colored-text-1 a:hover *,
ul.list-nav.table.colored-text-1 li.current a {
    color: #e8554e;
}

ul.list-nav.table .fa {
    padding-right: 5px;
}

ul.list-nav.table.arrow-list a {
    padding-left: 27px;
    background-position: 14px 15px;
}

ul.list-nav.table.arrow-list.italic a {
    padding-left: 26px;
    background-position: 14px 16px;
}

ul.list-nav.table.square-list a {
    padding-left: 27px;
    background-position: 14px 17px;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    ul.list-nav.arrow-list a {
        background-position: 0 11px;
    }
    ul.list-nav.arrow-list.italic a {
        background-position: 0 12px;
    }
    ul.list-nav.square-list a {
        background-position: 0 13px;
    }
    ul.list-nav.ruled.arrow-list a {
        background-position: 0 15px;
    }
    ul.list-nav.ruled.arrow-list.italic a {
        background-position: 0 16px;
    }
    ul.list-nav.ruled.square-list a {
        background-position: 0 17px;
    }
    ul.list-nav.table.arrow-list a {
        background-position: 14px 17px;
    }
    ul.list-nav.table.arrow-list.italic a {
        background-position: 14px 18px;
    }
    ul.list-nav.table.square-list a {
        background-position: 14px 19px;
    }
}

/* Feature menu
--------------------------------------------------- */

ul.feature-nav {
    margin-bottom: 0;
}

ul.feature-nav li {
    margin: 10px 0 0;
}

ul.feature-nav li:first-child {
    margin-top: 0;
}

ul.feature-nav a {
    display: block;
    background-color: #e6e9e4;
    padding: 7px 25px 10px;
}

ul.feature-nav a:hover {
    background-color: rgba(199, 207, 195, 0.5);
}

ul.feature-nav a>span {
    display: block;
    float: left;
    margin-top: 3px;
}

ul.feature-nav a>span .fa {
    /* vector icons - Font Awesome */
    font-size: 30px;
    line-height: 30px;
    color: #e8554e;
}

ul.feature-nav a>div {
    color: #777;
    margin-left: 50px;
}

ul.feature-nav.inline li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.feature-nav.inline li:last-child {
    margin-right: 0;
}

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

/*	28. Contact + Form + Google Map
/*-----------------------------------------------------------------------------------*/

/* Form
--------------------------------------------------- */

.form {
    overflow: hidden;
}

.form div {
    margin-left: 2px;
}

.form input[type="text"],
.form input[type="email"] {
    width: 70%;
}

.form textarea {
    width: 95%;
    height: 150px;
}

.form select {
    width: 72%;
}

.form input[type="checkbox"] {
    margin-right: 5px;
}

.form input[type="submit"] {
    margin-right: 20px;
}

.form #submit-button {
    margin-top: 20px;
}

.form #submit-button img {
    display: inline;
}

.form label {
    margin-bottom: 2px;
}

.form .checkbox-field label {
    display: inline;
    margin-bottom: 0;
}

.form label span {
    color: #ff4444;
}

.form input[type="text"].error,
.form input[type="email"].error,
.form textarea.error,
.form select.error {
    border-color: #ffaaaa;
}

.form .message-box {
    margin: 25px 0 0;
}

/* Contact Information
--------------------------------------------------- */

.contact-info .fa {
    float: left;
    color: #e8554e;
}

.contact-info [class^="contact-"]>div {
    margin-left: 30px;
}

.contact-info [class^="contact-"] p {
    margin-bottom: 0;
}

.contact-address .fa {
    font-size: 24px;
    margin-top: 1px;
}

.contact-phone .fa {
    font-size: 24px;
    margin-left: 3px;
}

.contact-fax .fa {
    font-size: 17px;
    margin-top: 2px;
}

.contact-email .fa {
    font-size: 16px;
    margin-top: 2px;
}

.working-hours {
    width: 200px;
}

.working-hours li {
    margin-bottom: 0;
}

.working-hours .fa {
    font-size: 14px;
    margin: 3px 0 0 3px;
}

.working-hours li>div {
    margin-left: 23px;
}

.working-hours li>div p {
    margin-bottom: 0;
}

.working-hours li>div span {
    float: right;
    font-style: italic;
}

.ie8 .working-hours>li div span {
    font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#sidebar .working-hours {
    width: auto;
}

#sidebar .working-hours li>div span {
    float: none;
    font-style: normal;
}

.ie8 #sidebar .working-hours>li div span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.contact-info .ci-title {
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.ie8 .contact-info .ci-title {
    font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.contact-phone>div *,
.contact-fax>div *,
.phone-number * {
    color: inherit !important;
    /* overwrite style applied by iOS for automatically detected phone numbers */
}

span.phone-number {
    white-space: nowrap;
}

/* Google Maps
--------------------------------------------------- */

.google-map {
    width: 100%;
    height: 400px;
    background-color: #f8f9f4 !important;
}

.google-map>span {
    display: block;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    padding-top: 20px;
}

.google-map .gm-title {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}

.google-map p {
    color: #333;
    line-height: 19px;
    margin-bottom: 7px;
}

#main-content.adaptive-map .google-map {
    position: relative;
}

/* Contact Form
--------------------------------------------------- */

.contact-form-wrapper {
    margin-right: 25px;
    padding-right: 40px;
    background: url("/images/backgrounds/contact-info-divider.png") no-repeat right top;
    min-height: 500px;
}

#main-content .contact-form-wrapper {
    margin: 0;
    padding: 0;
    background: none;
    min-height: 0;
}

#main-content.adaptive-map .contact-form-wrapper {
    margin-bottom: 50px;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    .contact-address .fa {
        font-size: 26px;
        margin-top: 2px;
    }
    .contact-phone .fa {
        font-size: 26px;
    }
    .contact-fax .fa {
        font-size: 19px;
        margin-top: 3px;
    }
    .contact-email .fa {
        font-size: 18px;
        margin-top: 3px;
    }
    .working-hours .fa {
        font-size: 16px;
        margin-top: 4px;
    }
    .working-hours {
        width: 220px;
    }
    .working-hours li>div {
        margin-left: 26px;
    }
    #main-content.adaptive-map .columns {
        position: relative;
    }
    #main-content.adaptive-map .google-map {
        top: 0;
        left: 0;
        height: 400px;
    }
    #main-content.adaptive-map .contact-form-wrapper {
        position: relative;
        left: 0;
        margin-bottom: 50px;
    }
}

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

/*	29. Other Elements
/*-----------------------------------------------------------------------------------*/

/* List of Logos
--------------------------------------------------- */

.list-of-logos {
    margin: 0;
}

.list-of-logos li {
    float: left;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 176px;
    text-align: center;
}

.list-of-logos li a {
    display: block;
    padding: 5px 0;
    margin: -5px 0;
}

.list-of-logos img {
    display: inline-block;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.list-of-logos li:hover img {
    opacity: 1;
}

/* Standard Table
--------------------------------------------------- */

table.standard {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table.standard th {
    font-weight: bold;
    border: 1px solid #c7cfc3;
    border-bottom: 1px solid #b1b9ad;
    background-color: #ebeee9;
    padding: 8px 15px;
    text-align: left;
    vertical-align: top;
}

table.standard td {
    border: 1px solid #c7cfc3;
    padding: 8px 15px;
    vertical-align: top;
}

table.standard tr:hover td {
    background-color: #f0f2ed;
    background-color: rgba(199, 207, 195, 0.1);
}

.ie8 table.standard th {
    font-family: OpenSansBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    .white-bg table.standard th {
        border: 1px solid #dedede;
        border-bottom: 1px solid #b5b5b5;
        background-color: #f2f2f2;
    }
    .white-bg table.standard td {
        border: 1px solid #dedede;
    }
    .white-bg table.standard tr:hover td {
        background-color: #fbfbfb;
    }
}

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

/*	30. Typography
/*-----------------------------------------------------------------------------------*/

/* Dropcap
--------------------------------------------------- */

.dropcap:first-letter {
    float: left;
    font-family: Georgia;
    font-size: 54px;
    line-height: 54px;
    margin: 8px 8px 4px 0;
}

.dropcap.colored:first-letter {
    color: #8c9560;
}

.ie8 .dropcap:first-letter {
    margin-top: 0;
}

/* Highlights
--------------------------------------------------- */

.highlight {
    padding: 0 3px 1px;
}

.highlight.dark {
    color: #fff;
    background-color: #727378;
}

.highlight.dotted {
    color: #666;
    background: none;
    border-bottom: 1px dotted #e8554e;
    padding: 0 2px;
}

.highlight.colored {
    color: #fff;
    background-color: #e8554e;
}

/* Lists
--------------------------------------------------- */

.check-list,
.arrow-list,
.dash-list,
.square-list,
.circle-list {
    display: block;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.check-list li {
    padding-left: 22px;
    margin-bottom: 5px;
    background: url("/images/icons/list-marker-check.png") no-repeat 0 5px;
}

.arrow-list li {
    padding-left: 13px;
    margin-bottom: 5px;
    background: url("/images/icons/list-marker-arrow.png") no-repeat 0 6px;
}

.arrow-list.italic li {
    padding-left: 12px;
    background: url("/images/icons/list-marker-arrow-oblique.png") no-repeat 0 7px;
}

.dash-list li {
    padding-left: 17px;
    margin-bottom: 3px;
    background: url("/images/icons/list-marker-dash.png") no-repeat 0 9px;
}

.square-list li {
    padding-left: 13px;
    margin-bottom: 3px;
    background: url("/images/icons/list-marker-square.png") no-repeat 0 8px;
}

.circle-list li {
    padding-left: 13px;
    margin-bottom: 3px;
    background: url("/images/icons/list-marker-circle.png") no-repeat 0 8px;
}

.check-list.colored li {
    background-image: url("/images/colored_theme/list-marker-check-colored.png");
}

.arrow-list.colored li {
    background-image: url("/images/colored_theme/list-marker-arrow-colored.png");
}

.arrow-list.italic.colored li {
    background-image: url("/images/colored_theme/list-marker-arrow-oblique-colored.png");
}

.dash-list.colored li {
    background-image: url("/images/colored_theme/list-marker-dash-colored.png");
}

.square-list.colored li {
    background-image: url("/images/colored_theme/list-marker-square-colored.png");
}

.circle-list.colored li {
    background-image: url("/images/colored_theme/list-marker-circle-colored.png");
}

.check-list.tight li,
.arrow-list.tight li,
.dash-list.tight li,
.square-list.tight li,
.circle-list.tight li {
    margin-bottom: 0;
}

.check-list.middle-font-size li {
    background-position: 0 8px;
}

.arrow-list.middle-font-size li {
    background-position: 0 9px;
}

.dash-list.middle-font-size li {
    background-position: 0 12px;
}

.square-list.middle-font-size li {
    background-position: 0 11px;
}

.circle-list.middle-font-size li {
    background-position: 0 11px;
}

/* specific styles for screens with 768 pixels wide and higher (overwrite the basic styles) */

@media only screen and (min-width: 768px) {
    .check-list li {
        background-position: 0 7px;
    }
    .arrow-list li {
        background-position: 0 8px;
    }
    .arrow-list.italic li {
        background-position: 0 9px;
    }
    .dash-list li {
        background-position: 0 11px;
    }
    .square-list li {
        background-position: 0 10px;
    }
    .circle-list li {
        background-position: 0 10px;
    }
    .check-list.small-font-size li {
        background-position: 0 5px;
    }
    .arrow-list.small-font-size li {
        background-position: 0 6px;
    }
    .arrow-list.italic.small-font-size li {
        background-position: 0 7px;
    }
    .dash-list.small-font-size li {
        background-position: 0 9px;
    }
    .square-list.small-font-size li {
        background-position: 0 8px;
    }
    .circle-list.small-font-size li {
        background-position: 0 8px;
    }
    .check-list.middle-font-size li {
        background-position: 0 9px;
    }
    .arrow-list.middle-font-size li {
        background-position: 0 10px;
    }
    .dash-list.middle-font-size li {
        background-position: 0 13px;
    }
    .square-list.middle-font-size li {
        background-position: 0 12px;
    }
    .circle-list.middle-font-size li {
        background-position: 0 12px;
    }
}

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

/*	31. Misc.
/*-----------------------------------------------------------------------------------*/

/* HTML5 video (inline player)
--------------------------------------------------- */

.html5-video-container {
    position: relative;
    max-width: 100%;
}

.html5-video-container .player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    border: none;
}

/* Social network plugins
--------------------------------------------------- */

ul.social-share {
    margin-bottom: 0;
}

ul.social-share li {
    float: left;
    margin-right: 5px;
}

ul.social-share li:last-child {
    margin-right: 0;
}

ul.social-share li.google {
    width: 70px;
}

ul.social-share li.twitter {
    width: 90px;
}

ul.social-share li.facebook {
    width: 85px;
}

.ie8 ul.social-share li.google {
    display: none;
}

/* Facebook Like Box plugin */

#sidebar.page-right-col .fb-like-box {
    margin-left: -8px;
    margin-right: -7px;
}

#sidebar.page-right-col .fb-like-box>span,
#sidebar.page-right-col .fb-like-box iframe {
    width: 235px !important;
}

#sidebar.page-left-col .fb-like-box {
    margin-left: -8px;
    margin-right: -12px;
}

#sidebar.page-left-col .fb-like-box>span,
#sidebar.page-left-col .fb-like-box iframe {
    width: 180px !important;
}

/* Other
--------------------------------------------------- */

.error-404 {
    font-size: 220px;
    line-height: 220px;
    color: #b1b9ad;
    text-align: center;
    opacity: 0.4;
}

.ie8 .error-404 {
    color: #e6e9e4;
}

.grid-col {
    background-color: #ebeee9;
    padding: 5px 0;
    margin-bottom: 2px;
    text-align: center;
}

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

/*	32. Media Queries
/*-----------------------------------------------------------------------------------*/

/* Tablet Landscape size + Desktop & Laptop 1024 pixels wide
---------------------------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    /* For page layout with sidebar */
    #main-content.page-left-col {
        width: 696px;
        padding-right: 30px;
    }
    #main-content.page-right-col {
        width: 744px;
        padding-left: 30px;
    }
    #sidebar.page-left-col {
        width: 152px;
        padding-right: 24px;
    }
    #sidebar.page-left-col .widget {
        width: 152px;
    }
    #sidebar.page-right-col {
        width: 200px;
        padding-left: 24px;
    }
    #sidebar.page-right-col .widget {
        width: 200px;
    }
    /* end */
    #primary-nav .sf-mega {
        max-width: 918px;
    }
    #home-hero-content {
        height: 413px;
    }
    .hero-image {
        margin-left: 230px;
    }
    .hero-image img,
    #home-hero-content .slides img {
        width: 1120px;
    }
    #home-hero-nav .columns {
        top: 465px;
    }
    .slider-menu {
        left: 330px;
        margin-right: 0;
    }
    .slider-menu.thumbnails {
        left: 320px;
        margin-right: 0;
    }
    .slider-menu.thumbnails li {
        margin-left: 14px;
    }
    #home-hero-nav .slider-caption {
        left: 370px;
        max-width: 570px;
    }
    .intro-wrapper {
        left: -190px;
        top: -95px;
    }
    .intro-content {
        padding: 125px 50px 0 190px;
    }
    .intro-content .slider-caption>div {
        padding-right: 60px;
    }
    .intro-content .preview-block>[class^="thumbnail"] {
        margin-left: 0;
    }
    #home-featured-content .grid-bg {
        padding-top: 80px;
    }
    #page-title.custom-bg {
        height: 400px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        top: 150px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-next {
        top: 205px;
    }
    .feature-boxes.medium-col-space {
        margin: 0 -12px;
    }
    .feature-boxes.medium-col-space .columns {
        margin-left: 14px;
        margin-right: 14px;
    }
    .feature-boxes.medium-col-space article {
        margin-left: 8px;
        margin-right: 8px;
    }
    .feature-boxes.small-col-space {
        margin: 0 -8px;
    }
    .feature-boxes.small-col-space .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    .feature-boxes.small-col-space article {
        margin-left: 6px;
        margin-right: 6px;
    }
    #portfolio-wrapper.large-col-space {
        margin: 0 -10px;
    }
    #portfolio-wrapper.large-col-space .columns {
        margin-left: 15px;
        margin-right: 15px;
    }
    #portfolio-wrapper.large-col-space article {
        margin: 0 5px;
    }
    #portfolio-wrapper.medium-col-space {
        margin: 0 -7px;
    }
    #portfolio-wrapper.medium-col-space .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    #portfolio-wrapper.medium-col-space article {
        margin: 0 5px;
    }
    #portfolio-wrapper.small-col-space {
        margin: 0 -4px;
    }
    #portfolio-wrapper.small-col-space article {
        margin: 0 3px;
    }
    #portfolio-wrapper.small-col-space .item-description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #projects-carousel.three-slides li.portfolio-item-preview {
        width: 300px;
    }
    #projects-carousel.four-slides li.portfolio-item-preview,
    #projects-carousel.two-slides li.portfolio-item-preview {
        width: 220px;
    }
    #main-content.page-left-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 212px;
    }
    #main-content.page-right-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 228px;
    }
    .gallery-wrapper.masonry .s1 .item-picture {
        width: 300px;
        height: 211px;
    }
    .gallery-wrapper.masonry .s2 .item-picture {
        width: 300px;
        height: 442px;
    }
    .gallery-wrapper.masonry .s4 .item-picture {
        width: 620px;
        height: 442px;
    }
    .gallery-wrapper.masonry .item-picture[data-type=text] div {
        padding: 15px 25px;
    }
    .single-item-details .extra-content #portfolio-wrapper.small-col-space .columns {
        margin-left: 33px;
    }
    .team.two-cols {
        margin: 0 -10px;
    }
    .team.two-cols .columns {
        margin-left: 15px;
        margin-right: 15px;
    }
    .team.two-cols article {
        margin-left: 5px;
        margin-right: 5px;
    }
    .team.three-cols {
        margin: 0 -12px;
    }
    .team.three-cols .columns {
        margin-left: 14px;
        margin-right: 14px;
    }
    .team.three-cols article {
        margin-left: 8px;
        margin-right: 8px;
    }
    .team.four-cols {
        margin: 0 -8px;
    }
    .team.four-cols .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    .team.four-cols article {
        margin-left: 6px;
        margin-right: 6px;
    }
    #main-content .team.four-cols,
    #main-content .team.four-cols article {
        margin-left: 0;
        margin-right: 0;
    }
    #main-content .team.four-cols .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    #footer .contact-description {
        width: 260px;
    }
    #footer input[type="email"] {
        width: 177px;
    }
    #info-share input[type="email"] {
        width: 200px;
    }
    .ie8 #info-share #subscription-form,
    #info-share .footer-message {
        width: 243px;
    }
    #footer .flickr-widget {
        margin: 0 -12px -12px 0;
    }
    #footer .flickr-widget .flickr_badge_image {
        margin: 0 12px 12px 0;
    }
    #sidebar.page-left-col .side-menu {
        margin-right: -23px;
    }
    #sidebar.page-right-col .side-menu {
        margin-left: -23px;
    }
    #sidebar.page-left-col .side-menu li a {
        padding-right: 23px;
    }
    #sidebar.page-right-col .side-menu li a {
        padding-left: 23px;
    }
    #sidebar.page-left-col .side-menu li.current a {
        padding-right: 24px;
    }
    #sidebar.page-right-col .side-menu li.current a {
        padding-left: 24px;
    }
    .blog-grid-style {
        margin: 0 -7px;
    }
    .blog-grid-style .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    .blog-grid-style article {
        margin: 0 5px;
    }
    .blog-grid-style .post-content {
        height: 176px;
    }
    .list-of-logos li {
        width: 188px;
    }
    #sidebar.page-right-col .fb-like-box>span,
    #sidebar.page-right-col .fb-like-box iframe {
        width: 215px !important;
        height: 300px !important;
    }
    #sidebar.page-left-col .fb-like-box>span,
    #sidebar.page-left-col .fb-like-box iframe {
        width: 150px !important;
        height: 300px !important;
    }
}

/* Screens that are more than 959 pixels wide (devices and browsers)
---------------------------------------------------------------------- */

/* Smaller than 960 pixels wide (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (max-width: 959px) {
    .intro-content .divider-pattern:last-child,
    .intro-content .divider-line:last-child,
    .intro-content .divider-dashline:last-child {
        display: none;
    }
    #page-title .grid-bg {
        padding: 20px 0 28px 0;
        background-position: 0 18px;
    }
    .breadcrumb-nav {
        float: none;
        margin: 0 0 10px;
    }
    .feature-boxes.small-col-space,
    .feature-boxes.small-col-space article {
        margin-left: 0;
        margin-right: 0;
    }
    #portfolio-wrapper.medium-col-space,
    #portfolio-wrapper.medium-col-space article,
    #portfolio-wrapper.small-col-space,
    #portfolio-wrapper.small-col-space article {
        margin: 0;
    }
    #portfolio-wrapper.large-col-space .item-description h3,
    #portfolio-wrapper.medium-col-space .item-description h3,
    #portfolio-wrapper.small-col-space .item-description h3 {
        /* h3 >> h4 */
        font-size: 16px;
        line-height: 24px;
        color: #444;
        font-weight: 600;
    }
    #portfolio-wrapper.long-description h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .team.four-cols,
    .team.four-cols article {
        margin-left: 0;
        margin-right: 0;
    }
    #footer-bottom .footer-nav a {
        padding-right: 25px;
    }
    .blog-grid-style,
    .blog-grid-style article {
        margin: 0;
    }
    .announcements section.adapted-max-959px article:first-child {
        border-top: 1px dotted #c7cfc3;
        margin-top: 25px;
        padding-top: 20px;
    }
    .announcements section.adapted-max-959px:first-child article:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    .pricing-table.extended .features-list {
        display: none;
    }
    .pricing-table.extended .features li:before {
        content: attr(data-feature) ":";
        display: block;
        font-weight: bold;
        text-align: center;
    }
    .pricing-table.extended .features-list+.table-column .header {
        border-left: none;
    }
    .pricing-table.extended .features-list+.table-column .price,
    .pricing-table.extended .features-list+.table-column .features {
        border-left: 1px solid #e6e9e4;
    }
}

/* Tablet Portrait size (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* For page layout with sidebar */
    #main-content.page-left-col {
        width: 516px;
        padding-right: 22px;
    }
    #main-content.page-right-col {
        width: 564px;
        padding-left: 22px;
    }
    #sidebar.page-left-col {
        width: 152px;
        padding-right: 20px;
    }
    #sidebar.page-left-col .widget {
        width: 152px;
    }
    #sidebar.page-right-col {
        width: 200px;
        padding-left: 20px;
    }
    #sidebar.page-right-col .widget {
        width: 200px;
    }
    /* end */
    #primary-nav .sf-mega {
        max-width: 726px;
    }
    #home-hero-content {
        height: 413px;
    }
    #home-hero-content .columns {
        width: 100%;
        margin: 0;
    }
    #home-hero {
        width: 100%;
    }
    .hero-image {
        margin-left: 0;
    }
    .hero-image img,
    #home-hero-content .slides img {
        width: 1120px;
    }
    #home-hero-nav .columns {
        top: 425px;
    }
    .slider-menu {
        left: 85px;
        margin: 0;
    }
    .slider-menu.thumbnails {
        margin: 0;
    }
    .slider-menu.thumbnails li {
        margin-left: 12px;
        width: 130px;
    }
    #home-hero-nav .slider-caption {
        left: 74px;
        bottom: 30px;
        max-width: 600px;
    }
    #home-intro {
        position: static;
        margin: 30px 0 20px;
    }
    .intro-wrapper {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        background: none !important;
    }
    .intro-wrapper:before {
        display: none;
    }
    .intro-content {
        padding: 0;
    }
    .intro-content h1 {
        margin-bottom: 25px !important;
    }
    .intro-content .preamble {
        float: left;
        width: 396px;
        padding-right: 30px;
    }
    .intro-content.caption-inside .preamble {
        width: 468px;
    }
    .intro-content .preview-block {
        float: right;
        width: 300px;
        background-color: #f0f2ed;
        border: 1px solid #e6e9e4;
        padding: 10px 10px 20px;
        margin-bottom: 20px;
    }
    .intro-content .preview-block>[class^="thumbnail"] {
        margin-left: 0;
    }
    .intro-content .slider-caption {
        position: static;
        float: right;
        width: 250px;
        margin-top: 10px;
    }
    .intro-content .slider-caption>div {
        padding-right: 0;
    }
    .intro-content.caption-inside .slider-caption>div {
        width: 250px;
    }
    #home-featured-content .grid-bg {
        padding: 35px 0 20px 0;
    }
    #home-featured-content .feature-boxes.left-icon-box {
        margin-top: 0;
    }
    #page-title.custom-bg {
        height: 350px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-prev {
        top: 150px;
    }
    #home-slider.right-side-nav .flex-direction-nav .flex-next {
        top: 205px;
    }
    .feature-boxes.medium-col-space {
        margin: 0 -6px;
    }
    .feature-boxes.medium-col-space .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    .feature-boxes.medium-col-space article {
        margin-left: 4px;
        margin-right: 4px;
    }
    .feature-boxes.small-col-space .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .feature-boxes h3 {
        font-size: 19px;
        line-height: 26px;
    }
    #main-content.page-left-col .feature-boxes.left-icon-box .four.columns,
    #main-content.page-left-col .feature-boxes.left-icon-box .one-third.columns {
        width: 496px;
    }
    #main-content.page-right-col .feature-boxes.left-icon-box .four.columns,
    #main-content.page-right-col .feature-boxes.left-icon-box .one-third.columns {
        width: 544px;
    }
    #main-content.page-left-col .feature-boxes.top-icon-box .three.columns,
    #main-content.page-left-col .feature-boxes.top-icon-box .one-fourth.columns {
        width: 496px;
    }
    #main-content.page-right-col .feature-boxes.top-icon-box .three.columns,
    #main-content.page-right-col .feature-boxes.top-icon-box .one-fourth.columns {
        width: 544px;
    }
    #main-content .feature-boxes.left-icon-box .four.columns article,
    #main-content .feature-boxes.left-icon-box .one-third.columns article,
    #main-content .feature-boxes.top-icon-box .three.columns article,
    #main-content .feature-boxes.top-icon-box .one-fourth.columns article {
        margin-top: 30px !important;
    }
    #main-content .feature-boxes .row:first-child .columns:first-child article {
        margin-top: 0 !important;
    }
    #portfolio-wrapper.large-col-space {
        margin: 0 -7px;
    }
    #portfolio-wrapper.large-col-space article {
        margin: 0 4px;
    }
    #portfolio-wrapper.large-col-space .columns {
        margin-left: 13px;
        margin-right: 13px;
    }
    #portfolio-wrapper.medium-col-space .columns,
    #portfolio-wrapper.small-col-space .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    #main-content #portfolio-wrapper.one-col .portfolio-item-preview {
        margin-bottom: 30px;
    }
    #main-content.page-left-col #portfolio-wrapper.one-col .portfolio-item-preview .columns {
        width: 496px;
        margin: 0;
    }
    #main-content.page-right-col #portfolio-wrapper.one-col .portfolio-item-preview .columns {
        width: 544px;
        margin: 0;
    }
    #main-content #portfolio-wrapper.one-col .item-description {
        margin: 20px 0 0;
    }
    #main-content #portfolio-wrapper.one-col .extra-tags {
        margin: 0;
    }
    #portfolio-wrapper.medium-col-space .item-description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #portfolio-wrapper.small-col-space .item-description {
        padding-left: 10px;
        padding-right: 10px;
    }
    #portfolio-wrapper.small-col-space .item-description h6,
    #projects-carousel.two-slides .item-description h6 {
        font: 15px/22px "Roboto Condensed", "Franklin Gothic Medium", Tahoma, sans-serif;
        font-weight: 300;
    }
    .portfolio-item-preview .item-description h4 {
        font-size: 15px;
        line-height: 23px;
    }
    /* h4 >> h5 */
    .portfolio-item-preview .item-description h5 {
        font-size: 14px;
        line-height: 22px;
    }
    /* h5 >> h6 */
    .portfolio-item-preview .extra-tags>span {
        display: block;
    }
    .portfolio-item-preview .extra-tags .details {
        margin-left: 0;
    }
    #portfolio-wrapper.medium-col-space .item-description+.extra-tags {
        padding-left: 15px;
        padding-right: 15px;
    }
    #portfolio-wrapper.small-col-space .item-description+.extra-tags {
        padding-left: 10px;
        padding-right: 10px;
    }
    #projects-carousel.three-slides li.portfolio-item-preview,
    #projects-carousel.four-slides li.portfolio-item-preview {
        width: 236px;
    }
    #projects-carousel.two-slides li.portfolio-item-preview {
        width: 172px;
    }
    #main-content.page-left-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 238px;
    }
    #main-content.page-right-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 262px;
    }
    .gallery-wrapper.four-cols .three.columns,
    .gallery-wrapper.four-cols .one-fourth.columns {
        width: 236px;
    }
    .gallery-wrapper.four-cols .six.columns,
    .gallery-wrapper.four-cols .one-half.columns {
        width: 492px;
    }
    #main-content.page-left-col .gallery-wrapper.four-cols .three.columns,
    #main-content.page-left-col .gallery-wrapper.four-cols .one-fourth.columns {
        width: 152px;
    }
    #main-content.page-left-col .gallery-wrapper.four-cols .six.columns,
    #main-content.page-left-col .gallery-wrapper.four-cols .one-half.columns {
        width: 324px;
    }
    #main-content.page-right-col .gallery-wrapper.four-cols .three.columns,
    #main-content.page-right-col .gallery-wrapper.four-cols .one-fourth.columns {
        width: 168px;
    }
    #main-content.page-right-col .gallery-wrapper.four-cols .six.columns,
    #main-content.page-right-col .gallery-wrapper.four-cols .one-half.columns {
        width: 356px;
    }
    .gallery-wrapper.masonry .four.columns,
    .gallery-wrapper.masonry .one-third.columns {
        width: 364px;
    }
    .gallery-wrapper.masonry .eight.columns,
    .gallery-wrapper.masonry .two-thirds.columns {
        width: 748px;
    }
    .gallery-wrapper.masonry .s1 .item-picture {
        width: 364px;
        height: 256px;
    }
    .gallery-wrapper.masonry .s2 .item-picture {
        width: 364px;
        height: 532px;
    }
    .gallery-wrapper.masonry .s4 .item-picture {
        width: 748px;
        height: 532px;
    }
    .single-item-details .extra-content #portfolio-wrapper.small-col-space .columns {
        margin-left: 25px;
    }
    .container #main-content.page-left-col .single-item-details .columns {
        width: 496px;
    }
    .container #main-content.page-right-col .single-item-details .columns {
        width: 544px;
    }
    #main-content .single-item-details .one-third.columns,
    #main-content .single-item-details .four.columns {
        float: left;
    }
    #main-content .single-item-details .info-board {
        margin: 20px 0 0;
    }
    #main-content .single-item-details .info-board.colored {
        margin: 20px 0 0;
        padding: 0;
        background: none;
    }
    #main-content .single-item-details .text-description {
        margin-top: 30px;
        padding: 30px 0 0 !important;
        border-top: 1px dotted #c7cfc3;
    }
    #main-content .single-item-details .extra-content {
        margin: 30px 0 0;
    }
    .team.two-cols {
        margin: 0 -7px;
    }
    .team.two-cols .columns {
        margin-left: 13px;
        margin-right: 13px;
    }
    .team.two-cols article {
        margin-left: 4px;
        margin-right: 4px;
    }
    .team.three-cols {
        margin: 0 -6px;
    }
    .team.three-cols .columns {
        margin-left: 12px;
        margin-right: 12px;
    }
    .team.three-cols article {
        margin-left: 4px;
        margin-right: 4px;
    }
    .team.four-cols .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    #main-content .team.three-cols,
    #main-content .team.three-cols article {
        margin-left: 0;
        margin-right: 0;
    }
    #main-content .team.three-cols .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    #main-content.page-right-col .team.four-cols {
        margin: 0 -7px;
    }
    #main-content.page-right-col .team.four-cols .columns {
        margin-left: 13px;
        margin-right: 13px;
        width: 262px;
    }
    #main-content.page-right-col .team.four-cols article {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 30px;
    }
    #main-content.page-right-col .team.four-cols .row:first-child .columns:nth-child(1) article,
    #main-content.page-right-col .team.four-cols .row:first-child .columns:nth-child(2) article {
        margin-top: 0;
    }
    #footer .column-divider-left {
        margin-left: 10px;
        padding-left: 30px;
    }
    #footer .column-divider-right {
        margin-right: 10px;
        padding-right: 30px;
    }
    #footer .contact-data>div {
        padding: 0 10px;
    }
    #footer .contact-description {
        width: 164px;
    }
    #footer .contact-description>div {
        padding-left: 25px;
    }
    #footer input[type="email"] {
        width: 129px;
    }
    #info-share input[type="email"] {
        width: 145px;
    }
    .ie8 #info-share #subscription-form,
    #info-share .footer-message {
        width: 188px;
    }
    #footer-bottom .columns {
        width: 748px;
    }
    #footer-bottom .links {
        float: none;
        margin-top: 10px;
    }
    #sidebar.page-left-col .side-menu {
        margin-right: -19px;
    }
    #sidebar.page-right-col .side-menu {
        margin-left: -19px;
    }
    #sidebar.page-left-col .side-menu li a {
        padding-right: 19px;
    }
    #sidebar.page-right-col .side-menu li a {
        padding-left: 19px;
    }
    #sidebar.page-left-col .side-menu li.current a {
        padding-right: 20px;
    }
    #sidebar.page-right-col .side-menu li.current a {
        padding-left: 20px;
    }
    .blog.medium-size .post-media {
        width: 220px;
    }
    .blog.medium-size .post-content {
        margin-left: 240px;
    }
    .blog-grid-style .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .blog-grid-style .post-content {
        height: 176px;
    }
    .blog-grid-style .post-content h3,
    .blog-grid-style .post-content h4 {
        /* h3, h4 >> h5 */
        font-size: 15px;
        line-height: 23px;
        color: #444;
        font-weight: 600;
    }
    .ie8 .blog-grid-style .post-content h3 {
        font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .blog-grid-style .post-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .comment .children {
        padding-left: 70px;
    }
    ul.feature-nav.inline.adapted-nav-left {
        float: left;
        margin-right: 30px;
    }
    ul.feature-nav.inline.adapted-nav-right {
        float: right;
        margin-left: 30px;
    }
    ul.feature-nav.inline.adapted-nav-left li,
    ul.feature-nav.inline.adapted-nav-right li {
        float: none;
        margin-right: 0;
    }
    .pricing-table.four-cols h3.price,
    .pricing-table.five-cols h3.price {
        font-size: 24px;
        line-height: 24px;
    }
    .pricing-table.extended.two-cols .table-column {
        width: 50%;
    }
    .pricing-table.extended.three-cols .table-column {
        width: 33.333333%;
    }
    .pricing-table.extended.four-cols .table-column {
        width: 25%;
    }
    .pricing-table.extended.five-cols .table-column {
        width: 20%;
    }
    .list-of-logos li {
        width: 187px;
    }
    #sidebar.page-right-col .fb-like-box>span,
    #sidebar.page-right-col .fb-like-box iframe {
        width: 215px !important;
        height: 300px !important;
    }
    #sidebar.page-left-col .fb-like-box>span,
    #sidebar.page-left-col .fb-like-box iframe {
        width: 150px !important;
        height: 300px !important;
    }
}

/* Screens that are more than 767 pixels wide (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    #home-hero-nav .slider-caption>div * {
        color: #fff;
    }
    #portfolio-wrapper.one-line .portfolio-item-preview,
    #portfolio-wrapper.one-line.no-bg .portfolio-item-preview {
        margin-bottom: 0;
    }
    .blog-grid-style.one-line .post-preview {
        margin-bottom: 0;
    }
    #sidebar.page-left-col .flickr-widget,
    #sidebar.page-left-col .preview-images-list {
        margin: 0 -15px -15px 0;
    }
    #sidebar.page-left-col .flickr-widget .flickr_badge_image,
    #sidebar.page-left-col .preview-images-list a {
        width: 60px;
        margin: 0 15px 15px 0;
        padding: 2px;
    }
    #sidebar.page-left-col .flickr-widget .flickr_badge_image {
        height: 60px;
    }
}

/* All Mobile Sizes (devices and browser)
---------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    h1.slogan {
        font-size: 30px;
        line-height: 37px;
    }
    #header {
        padding-bottom: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #top-bar .columns>div:first-child+div {
        margin-top: 10px;
    }
    #logo {
        position: static;
        display: inline-block;
        float: none;
        margin: 15px 0 0 0;
    }
    #navigation,
    #primary-nav,
    #secondary-nav .quick-links {
        float: none;
    }
    #navigation,
    #header.extended #navigation {
        margin-top: 20px;
    }
    .js #main-menu {
        display: none;
    }
    .js .selectnav {
        display: block;
    }
    /* For page layout with sidebar */
    #page-content.sidebar-layout {
        margin: 50px 0 60px;
        overflow: visible;
    }
    #page-content.sidebar-layout .columns-wrapper {
        display: block;
        margin: 0 !important;
    }
    #main-content,
    #sidebar {
        display: inline;
        float: left;
    }
    #main-content {
        padding: 0 !important;
    }
    #sidebar {
        padding: 0 !important;
        background: none !important;
    }
    #main-content.page-right-col,
    #sidebar.page-right-col {
        margin-top: 50px;
    }
    /* end */
    #home-hero-content .grid-gradient-bg {
        display: none;
    }
    #home-hero-content .columns,
    #home-hero {
        width: 100%;
    }
    #home-hero-content {
        height: auto;
    }
    .hero-image {
        margin-left: 0;
    }
    .hero-image img,
    #home-hero-content .slides img {
        width: 100%;
    }
    #home-hero-nav {
        position: static;
        top: auto;
    }
    #home-hero-nav .slider-menu {
        display: none;
    }
    #home-hero-nav .container {
        width: 100%;
        background-color: #fff;
    }
    #home-hero-nav .columns {
        position: static;
        width: 100%;
        top: auto;
    }
    #home-hero-nav .slider-caption {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        height: 90px;
        margin: 10px auto 0;
    }
    #home-hero-nav .slider-caption>div {
        bottom: auto;
        padding: 0;
        background: none !important;
    }
    .ie8 #home-hero-nav .slider-caption>div {
        background: none !important;
        filter: none !important;
    }
    .slider-caption .middle-font-size,
    .slider-caption .large-font-size {
        font-size: 12px;
        line-height: 19px;
    }
    .slider-caption h2,
    .slider-caption h3 {
        /* h2, h3 >> h5 */
        font: 15px/23px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #444;
        font-weight: 600;
    }
    .ie8 .slider-caption h2,
    .ie8 .slider-caption h3 {
        font-family: OpenSansSemibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    /* option: slider caption is not displayed on a small-screen mobile device */
    .slider-caption[data-smallscreen=no] {
        display: none;
    }
    .slider-caption {
        -webkit-transition: height 0.1s ease-out;
        -moz-transition: height 0.1s ease-out;
        -o-transition: height 0.1s ease-out;
        transition: height 0.1s ease-out;
    }
    #home-intro {
        position: static;
        margin: 30px 0 40px;
    }
    .intro-wrapper {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        background: none !important;
    }
    .intro-wrapper:before {
        display: none;
    }
    .intro-content {
        padding: 0;
    }
    .intro-content.caption-inside .preamble p:last-of-type {
        margin-bottom: 0 !important;
    }
    .intro-content .slider-caption {
        top: 0;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
    }
    .intro-content .slider-caption>div {
        padding-right: 0;
    }
    .intro-content .preview-block {
        padding-top: 20px;
    }
    .intro-content .preview-block>[class^="thumbnail"] {
        margin-left: 0;
    }
    .intro-content .preview-block.video-type>span {
        float: none;
        margin: 0;
    }
    .intro-content .preview-block.video-type .preview-info {
        margin-top: 10px;
    }
    /* option: preview info / preview block is not displayed on a small-screen mobile device */
    .intro-content .preview-info[data-smallscreen=no],
    .intro-content .preview-block[data-smallscreen=no] {
        display: none;
    }
    #home-featured-content .grid-bg {
        padding: 30px 0 20px 0;
    }
    #home-featured-content .feature-boxes.left-icon-box {
        margin-top: 0;
    }
    #page-title.custom-bg h1 {
        bottom: 25px;
    }
    #subheader-bar .sub-nav a {
        font-size: 13px;
        line-height: 22px;
    }
    #home-slider .flex-direction-nav {
        display: block;
    }
    .headline .four.columns div,
    .headline .one-third.columns div {
        display: none;
    }
    .flex-caption {
        display: none;
    }
    .feature-boxes.medium-col-space,
    .feature-boxes.medium-col-space article,
    .feature-boxes.medium-col-space .columns,
    .feature-boxes.small-col-space .columns {
        margin-left: 0;
        margin-right: 0;
    }
    .feature-boxes article {
        margin: 30px 0 0;
    }
    .feature-boxes .row:first-child article {
        margin-top: 30px;
    }
    .feature-boxes .row:first-child .columns:first-child article {
        margin-top: 0 !important;
    }
    .feature-boxes.left-icon-box.small-icon .row:first-child article {
        margin-top: 25px;
    }
    .feature-boxes.top-icon-box article {
        margin-top: 30px;
    }
    /* YouTube, Vimeo and HTML5 inline video (hide preview image, disable lightbox function, and show inline player) */
    .video-preview iframe,
    .video-preview .html5-video {
        display: block;
    }
    .video-preview[data-type=youtube-video] a[data-rel=prettyPhoto],
    .video-preview[data-type=vimeo-video] a[data-rel=prettyPhoto],
    .video-preview[data-type=html5-video] a[data-rel=prettyPhoto] {
        display: none;
    }
    .item-picture iframe,
    .item-picture .html5-video {
        display: block;
    }
    .item-picture[data-type=youtube-video] .image-overlay,
    .item-picture[data-type=vimeo-video] .image-overlay,
    .item-picture[data-type=html5-video] .image-overlay,
    .item-picture[data-type=youtube-video] img,
    .item-picture[data-type=vimeo-video] img,
    .item-picture[data-type=html5-video] img {
        display: none;
    }
    /* end */
    #portfolio-wrapper.large-col-space,
    #portfolio-wrapper.large-col-space article {
        margin: 0;
    }
    #portfolio-wrapper.one-line .portfolio-item-preview:last-child {
        margin-bottom: 0;
    }
    #portfolio-wrapper.remove-bottom-max-767px .row:last-child .portfolio-item-preview:last-child,
    #portfolio-wrapper.remove-bottom-max-767px>.portfolio-item-preview:last-child {
        margin-bottom: 0;
    }
    .portfolio-item-preview .item-description {
        height: auto !important;
        margin-bottom: 4px;
    }
    #portfolio-wrapper.long-description .item-description {
        margin-bottom: 15px;
    }
    .portfolio-item-preview .item-description:after {
        display: none;
    }
    #portfolio-wrapper.one-col .portfolio-item-preview {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #portfolio-wrapper.one-col .item-description {
        margin: 15px 0 0;
    }
    #portfolio-wrapper.one-col .extra-tags {
        margin: 0;
    }
    #portfolio-wrapper.one-col .item-description h3 {
        /* h3 >> h4 */
        font-size: 16px;
        line-height: 24px;
        color: #444;
        font-weight: 600;
    }
    .gallery-item .item-picture[data-type=youtube-video] .item-label,
    .gallery-item .item-picture[data-type=vimeo-video] .item-label {
        display: none;
    }
    .gallery-wrapper.masonry .item-picture {
        width: auto !important;
        height: auto !important;
    }
    .gallery-wrapper.masonry img {
        position: static;
        max-width: 100%;
    }
    .single-item-details .one-third.columns,
    .single-item-details .four.columns {
        float: left;
    }
    .single-item-details .info-board {
        margin: 20px 0 0;
    }
    .single-item-details .info-board.colored {
        margin: 20px 0 0;
        padding: 0;
        background: none !important;
    }
    .single-item-details .text-description {
        margin-top: 30px;
        padding: 30px 0 0 !important;
        border-top: 1px dotted #c7cfc3;
    }
    .single-item-details .text-description.white-bg {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .single-item-details .extra-content {
        margin: 30px 0 0;
    }
    .team.two-cols,
    .team.two-cols article,
    .team.two-cols .columns,
    .team.three-cols,
    .team.three-cols article,
    .team.three-cols .columns,
    .team.four-cols .columns {
        margin-left: 0;
        margin-right: 0;
    }
    .team .row:first-child article {
        margin-top: 30px;
    }
    .team .row:first-child .columns:first-child article {
        margin-top: 0;
    }
    #footer .column-divider-left,
    #footer .column-divider-right {
        margin: 0;
        padding: 0;
        background: none;
        min-height: 0;
    }
    #footer .columns {
        margin-bottom: 20px !important;
    }
    #footer .columns:last-of-type {
        margin-bottom: 10px !important;
    }
    #footer.bottom-separated .container {
        padding-bottom: 20px;
    }
    #footer #contact-details {
        float: left;
    }
    #footer .contact-data,
    #footer .contact-description {
        float: none;
        width: auto;
    }
    #footer .contact-data>div {
        padding: 0;
    }
    #footer .contact-description {
        margin-top: 15px;
    }
    #footer .contact-description>div {
        border-left: none;
        padding-left: 0;
    }
    #footer .scroll-top {
        right: 0;
    }
    #footer-bottom .links {
        float: none;
        margin-top: 10px;
    }
    #sidebar.page-left-col .widget:first-child+.widget {
        margin-top: 40px;
    }
    #sidebar.page-right-col .widget:first-child:not(.separator) {
        padding-top: 40px;
        border-top: 2px solid #dedede;
    }
    #sidebar .widget h4,
    #sidebar .widget h5 {
        margin-bottom: 5px;
    }
    .side-menu {
        margin: 0 !important;
        background: none !important;
    }
    .side-menu li {
        border-top: 1px dotted #c7cfc3;
    }
    .side-menu li:first-child {
        border-top: none;
    }
    #sidebar .widget h4+.side-menu,
    #sidebar .widget h5+.side-menu {
        padding-top: 10px;
    }
    .side-menu li:hover,
    .side-menu li.current {
        background: none !important;
        margin: 0 !important;
    }
    .side-menu li a {
        padding: 9px 0 10px !important;
        background: none !important;
        text-align: left !important;
    }
    .side-menu li a:after {
        display: none !important;
    }
    .side-menu li.current a,
    .side-menu.middle-font-size li.current a:hover {
        color: #444;
    }
    /* Option: a particular widget is not displayed on a small-screen mobile device */
    #sidebar .widget[data-smallscreen=no] {
        display: none;
    }
    .blog .post-meta .fa {
        font-size: 13px;
        line-height: 13px;
        margin-right: 5px;
    }
    .blog.medium-size .post-media {
        float: none;
        width: auto;
        height: auto !important;
        margin-bottom: 20px;
    }
    .blog.medium-size .post-content {
        margin-left: 0;
    }
    .blog-grid-style .post-content {
        height: auto !important;
        margin-bottom: 20px;
    }
    .blog-grid-style .post-content:after {
        display: none;
    }
    .blog-grid-style.one-line .post-preview:last-child {
        margin-bottom: 0;
    }
    .announcements section.adapted-max-767px article:first-child {
        border-top: 1px dotted #c7cfc3;
        margin-top: 25px;
        padding-top: 20px;
    }
    .announcements section.adapted-max-767px:first-child article:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    .announcements .row:first-child article {
        border-top: 1px dotted #c7cfc3;
        margin-top: 25px;
        padding-top: 20px;
    }
    .announcements .row:first-child .columns:first-child article {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    .info-box.adapted-box {
        padding: 0;
        background: none !important;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .info-box.tight {
        padding: 20px;
    }
    .info-box .action-box-container {
        display: block;
        width: auto;
    }
    .info-box .action-box-container>div {
        display: block;
    }
    .info-box .action-button {
        margin: 20px 0 10px;
        padding: 0;
        text-align: left;
    }
    .white-bg .tabs-container.bordered {
        border-bottom-color: #c7cfc3;
    }
    ul.feature-nav.inline li {
        float: none;
        margin-right: 0;
    }
    .pricing-table .table-column:first-child .price,
    .pricing-table.extended .features-list+.table-column .price {
        border-left: none;
    }
    .pricing-table .table-column:last-child .price {
        border-right: none;
    }
    .pricing-table .table-column:last-child .features {
        border-right: none;
    }
    .pricing-table .table-column {
        margin-bottom: 30px;
    }
    .contact-form-wrapper {
        margin: 0;
        padding: 0;
        background: none;
        min-height: 0;
    }
    .error-404 {
        font-size: 160px;
        line-height: 160px;
    }
}

/* Mobile Landscape Size (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* For page layout with sidebar */
    #main-content.page-left-col,
    #main-content.page-right-col,
    #sidebar.page-left-col,
    #sidebar.page-left-col .widget,
    #sidebar.page-right-col,
    #sidebar.page-right-col .widget {
        width: 420px;
    }
    #home-hero-nav .slider-caption {
        width: 420px;
    }
    .intro-content .slider-caption {
        height: 100px;
    }
    #page-title.custom-bg {
        height: 280px;
    }
    .feature-boxes.top-icon-box img {
        float: left;
        width: 200px;
        margin: 0 15px 0 0 !important;
    }
    .feature-boxes.top-icon-box img[data-scale=no] {
        width: auto;
    }
    .feature-boxes.top-icon-box h4,
    .feature-boxes.top-icon-box h5 {
        margin: 0 0 10px;
    }
    .feature-boxes.top-icon-box article>div {
        display: table-cell;
    }
    .feature-boxes.top-icon-box.centered article {
        text-align: left;
    }
    .feature-boxes.top-icon-box.centered article p {
        margin: 10px 0 0;
    }
    .feature-boxes.top-icon-box [class^="thumbnail"],
    .feature-boxes.top-icon-box [class*=" thumbnail"] {
        float: left;
        width: 200px;
        margin-right: 15px;
    }
    .feature-boxes.top-icon-box [class^="thumbnail"] img,
    .feature-boxes.top-icon-box [class*=" thumbnail"] img {
        float: none;
        width: auto;
        margin: 0 !important;
    }
    .feature-boxes.top-icon-box.short-description img,
    .feature-boxes.top-icon-box.short-description [class^="thumbnail"],
    .feature-boxes.top-icon-box.short-description [class*=" thumbnail"] {
        float: none !important;
        width: auto !important;
        margin-right: 0 !important;
    }
    .container .feature-boxes.top-icon-box.short-description .columns {
        width: 340px;
        margin-left: 40px;
        margin-right: 40px;
    }
    /* Set dimensions for YouTube, Vimeo and HTML5 inline video */
    #portfolio-wrapper .item-picture iframe,
    #portfolio-wrapper .html5-video,
    #portfolio-wrapper .html5-video video,
    #projects-carousel .item-picture iframe,
    #projects-carousel .html5-video,
    #projects-carousel .html5-video video,
    .gallery-wrapper .item-picture iframe,
    .gallery-wrapper .html5-video,
    .gallery-wrapper .html5-video video,
    .blog-grid-style .item-picture iframe,
    .blog-grid-style .html5-video,
    .blog-grid-style .html5-video video {
        width: 340px;
        height: 191px;
        /* calculated for 16/9 aspect-ratio */
        max-width: 100%;
    }
    .video-preview iframe,
    .video-preview .html5-video,
    .video-preview .html5-video video,
    .item-picture iframe,
    .item-picture .html5-video,
    .item-picture .html5-video video {
        width: 420px;
        height: 236px;
        /* calculated for 16/9 aspect-ratio */
        max-width: 100%;
    }
    /* Set dimensions for flash video (fallback from HTML5 inline video) */
    #portfolio-wrapper .html5-video span.player,
    #projects-carousel .html5-video span.player,
    .blog-grid-style .html5-video span.player {
        width: 340px !important;
        height: 191px !important;
        /* calculated for 16/9 aspect-ratio */
    }
    .video-preview .html5-video span.player,
    .item-picture .html5-video span.player {
        width: 420px !important;
        height: 236px !important;
        /* calculated for 16/9 aspect-ratio */
    }
    /* Multi-column layout >> 1 column */
    /* portfolio, projects carousel, team and blog-grid-style */
    #portfolio-wrapper .columns,
    #projects-holder .carousel-frame,
    .gallery-wrapper .columns,
    .team .columns,
    .blog-grid-style .columns {
        width: 340px !important;
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    #projects-carousel.two-slides li.portfolio-item-preview,
    #projects-carousel.three-slides li.portfolio-item-preview,
    #projects-carousel.four-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.four-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 340px;
    }
    #footer input[type="email"] {
        width: 377px;
    }
    #info-share input[type="email"] {
        width: 165px;
    }
    .ie8 #info-share #subscription-form,
    #info-share .footer-message {
        width: 208px;
    }
    .comment .children {
        padding-left: 55px;
    }
    .pricing-table .table-column {
        width: 210px !important;
    }
    aside .pricing-table .table-column {
        width: 420px !important;
    }
    .pricing-table.basic .table-column:nth-child(odd) .header,
    .pricing-table.basic .table-column:nth-child(odd) .features,
    .pricing-table.basic .table-column:nth-child(odd) .footer,
    .pricing-table.extended .table-column:nth-child(even) .header,
    .pricing-table.extended .table-column:nth-child(even) .features,
    .pricing-table.extended .table-column:nth-child(even) .footer {
        border-left: none;
    }
    aside .pricing-table .table-column:first-child .features {
        border-left: none;
    }
    .google-map {
        height: 230px;
    }
    .list-of-logos li {
        width: 210px;
    }
    table.standard th,
    table.standard td {
        padding-left: 10px;
        padding-right: 10px;
    }
    #sidebar.page-left-col .fb-like-box>span,
    #sidebar.page-left-col .fb-like-box iframe {
        width: 340px !important;
        height: 190px !important;
    }
}

/* Mobile Portrait Size (devices and browsers)
---------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    #top-bar,
    #secondary-nav {
        display: none;
    }
    /* For page layout with sidebar */
    #main-content.page-left-col,
    #main-content.page-right-col,
    #sidebar.page-left-col,
    #sidebar.page-left-col .widget,
    #sidebar.page-right-col,
    #sidebar.page-right-col .widget {
        width: 300px;
    }
    #home-hero-nav .slider-caption {
        width: 300px;
    }
    .intro-content .slider-caption {
        height: 120px;
    }
    .brief-nav li {
        padding: 0 7px 0 13px;
    }
    #page-title.custom-bg {
        height: 200px;
    }
    /* Set dimensions for YouTube, Vimeo and HTML5 inline video */
    .video-preview iframe,
    .video-preview .html5-video,
    .video-preview .html5-video video,
    #portfolio-wrapper .item-picture iframe,
    #portfolio-wrapper .html5-video,
    #portfolio-wrapper .html5-video video,
    #projects-carousel .item-picture iframe,
    #projects-carousel .html5-video,
    #projects-carousel .html5-video video,
    .gallery-wrapper .item-picture iframe,
    .gallery-wrapper .html5-video,
    .gallery-wrapper .html5-video video,
    .blog-grid-style .item-picture iframe,
    .blog-grid-style .html5-video,
    .blog-grid-style .html5-video video,
    .item-picture iframe,
    .item-picture .html5-video,
    .item-picture .html5-video video {
        width: 300px;
        height: 169px;
        /* calculated for 16/9 aspect-ratio */
        max-width: 100%;
    }
    /* Set dimensions for flash video (fallback from HTML5 inline video) */
    .video-preview .html5-video span.player,
    #portfolio-wrapper .html5-video span.player,
    #projects-carousel .html5-video span.player,
    .blog-grid-style .html5-video span.player,
    .item-picture .html5-video span.player {
        width: 300px !important;
        height: 169px !important;
        /* calculated for 16/9 aspect-ratio */
    }
    #portfolio-wrapper .columns,
    .blog-grid-style .columns {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #projects-carousel.two-slides li.portfolio-item-preview,
    #projects-carousel.three-slides li.portfolio-item-preview,
    #projects-carousel.four-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-left-col #projects-carousel.four-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.three-slides li.portfolio-item-preview,
    #main-content.page-right-col #projects-carousel.four-slides li.portfolio-item-preview {
        width: 300px;
    }
    #footer .form-wrapper {
        min-height: 0;
    }
    #info-share .form-wrapper {
        margin-right: 10px;
    }
    #footer input[type="email"] {
        width: 257px;
    }
    #info-share input[type="email"] {
        width: 95px;
    }
    .ie8 #info-share #subscription-form,
    #info-share .footer-message {
        width: 138px;
    }
    .blog .post-media {
        margin-bottom: 15px;
    }
    .blog .post-date {
        position: relative;
        float: none;
        width: auto;
        padding-bottom: 10px;
    }
    .blog .post-date span {
        display: inline;
        font-size: 11px !important;
        color: inherit !important;
        font-weight: normal !important;
        font-style: italic;
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .ie8 .blog .post-date .day {
        font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .ie8 .blog .post-date span {
        font-family: OpenSansItalic, Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .blog .post-date:before {
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 30px;
        height: 0;
        content: '\0020';
        border-bottom: 1px solid #ccc;
    }
    .blog .post-content {
        margin: 10px 0 0;
    }
    .blog .post-meta {
        display: none;
    }
    .blog.medium-size .post-content {
        margin: 0;
    }
    .blog.medium-size .post-meta {
        display: block;
    }
    .blog.small-size .post-media {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .blog.small-size .post-content {
        margin-left: 0;
    }
    .blog.small-size .post-meta {
        display: block;
    }
    .comment .children {
        padding-left: 40px;
    }
    .comment .date {
        font-size: 11px;
    }
    .comment .comment-content {
        margin-left: 0;
        clear: left;
    }
    .announcements img {
        float: none;
        margin-right: 0;
    }
    .announcements .preview-text {
        margin-top: 10px;
    }
    .announcements .preview-text h5,
    .announcements .preview-text h6 {
        margin-bottom: 7px;
    }
    .announcements .preview-text p {
        margin-bottom: 10px;
    }
    .announcements [class^="thumbnail"],
    .announcements [class*=" thumbnail"] {
        float: none;
        display: inline-block;
        margin: 0;
    }
    aside .announcements img,
    aside .announcements [class^="thumbnail"],
    aside .announcements [class*=" thumbnail"] {
        float: left;
    }
    aside .announcements .preview-text {
        margin-top: 0;
    }
    aside .announcements .preview-text h5,
    aside .announcements .preview-text h6,
    aside .announcements .preview-text p {
        margin-bottom: 5px;
    }
    .tabs-nav li.active:before {
        display: none;
    }
    #sidebar .flickr-widget,
    #sidebar .preview-images-list {
        margin: 0 0 -15px 0;
    }
    #sidebar .flickr-widget .flickr_badge_image,
    #sidebar .preview-images-list a {
        margin: 0 15px 15px 0;
    }
    .pricing-table .table-column {
        width: 300px !important;
        padding: 0;
    }
    .pricing-table .header,
    .pricing-table .features,
    .pricing-table .footer {
        border-left: none !important;
    }
    .google-map {
        height: 340px;
    }
    .list-of-logos li {
        width: 150px;
    }
    table.standard th,
    table.standard td {
        padding-left: 7px;
        padding-right: 7px;
    }
    table.standard th {
        font-weight: 600;
    }
    table.standard th,
    table.standard td {
        font-size: 11px;
        line-height: 18px;
    }
    .ie8 table.standard th {
        font-family: OpenSansSemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

/* ----------------------------------
		Default Theme
	----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url("/images/prettyPhoto/default/sprite.png") -78px -93px no-repeat;
}

/* Top left corner */

div.pp_default .pp_top .pp_middle {
    background: url("/images/prettyPhoto/default/sprite_x.png") top left repeat-x;
}

/* Top pattern/color */

div.pp_default .pp_top .pp_right {
    background: url("/images/prettyPhoto/default/sprite.png") -112px -93px no-repeat;
}

/* Top right corner */

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url("/images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url("/images/prettyPhoto/default/sprite_y.png") top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: #f8f8f8;
}

/* Content background */

div.pp_default .pp_next:hover {
    background: url("/images/prettyPhoto/default/sprite_next.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.pp_default .pp_previous:hover {
    background: url("/images/prettyPhoto/default/sprite_prev.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

div.pp_default .pp_expand {
    background: url("/images/prettyPhoto/default/sprite.png") 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Expand button */

div.pp_default .pp_expand:hover {
    background: url("/images/prettyPhoto/default/sprite.png") 0 -56px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.pp_default .pp_contract {
    background: url("/images/prettyPhoto/default/sprite.png") 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Contract button */

div.pp_default .pp_contract:hover {
    background: url("/images/prettyPhoto/default/sprite.png") 0 -113px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url("/images/prettyPhoto/default/sprite.png") 2px 1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a {
    background: url("/images/prettyPhoto/default/default_thumb.png") center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}

div.pp_default .pp_social {
    margin-top: 12px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/default/sprite.png") -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url("/images/prettyPhoto/default/sprite.png") -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

/* The next arrow in the bottom nav */

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin: 7px 50px 0px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url("/images/prettyPhoto/default/sprite.png") -78px -127px no-repeat;
}

/* Bottom left corner */

div.pp_default .pp_bottom .pp_middle {
    background: url("/images/prettyPhoto/default/sprite_x.png") bottom left repeat-x;
}

/* Bottom pattern/color */

div.pp_default .pp_bottom .pp_right {
    background: url("/images/prettyPhoto/default/sprite.png") -112px -127px no-repeat;
}

/* Bottom right corner */

div.pp_default .pp_loaderIcon {
    background: url("/images/prettyPhoto/default/loader.gif") center center no-repeat;
}

/* Loader icon */

/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */

div.light_rounded .pp_top .pp_left {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat;
}

/* Top left corner */

div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

/* Top pattern/color */

div.light_rounded .pp_top .pp_right {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat;
}

/* Top right corner */

div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

/* Content background */

div.light_rounded .pp_next:hover {
    background: url("/images/prettyPhoto/light_rounded/btnNext.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.light_rounded .pp_previous:hover {
    background: url("/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

div.light_rounded .pp_expand {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */

div.light_rounded .pp_expand:hover {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.light_rounded .pp_contract {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */

div.light_rounded .pp_contract:hover {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.light_rounded .pp_details {
    position: relative;
}

div.light_rounded .pp_description {
    margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */

div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */

div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat;
}

/* Bottom left corner */

div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

/* Bottom pattern/color */

div.light_rounded .pp_bottom .pp_right {
    background: url("/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat;
}

/* Bottom right corner */

div.light_rounded .pp_loaderIcon {
    background: url("/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat;
}

/* Loader icon */

/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

div.dark_rounded .pp_top .pp_left {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat;
}

/* Top left corner */

div.dark_rounded .pp_top .pp_middle {
    background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat;
}

/* Top pattern/color */

div.dark_rounded .pp_top .pp_right {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat;
}

/* Top right corner */

div.dark_rounded .pp_content_container .pp_left {
    background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y;
}

/* Left Content background */

div.dark_rounded .pp_content_container .pp_right {
    background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y;
}

/* Right Content background */

div.dark_rounded .pp_content {
    background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat;
}

/* Content background */

div.dark_rounded .pp_next:hover {
    background: url("/images/prettyPhoto/dark_rounded/btnNext.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.dark_rounded .pp_previous:hover {
    background: url("/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

div.dark_rounded .pp_expand {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */

div.dark_rounded .pp_expand:hover {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.dark_rounded .pp_contract {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */

div.dark_rounded .pp_contract:hover {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.dark_rounded .pp_details {
    position: relative;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */

div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */

div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat;
}

/* Bottom left corner */

div.dark_rounded .pp_bottom .pp_middle {
    background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat;
}

/* Bottom pattern/color */

div.dark_rounded .pp_bottom .pp_right {
    background: url("/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat;
}

/* Bottom right corner */

div.dark_rounded .pp_loaderIcon {
    background: url("/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat;
}

/* Loader icon */

/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url("/images/prettyPhoto/dark_square/loader.gif") center center no-repeat;
}

/* Loader icon */

div.dark_square .pp_expand {
    background: url("/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */

div.dark_square .pp_expand:hover {
    background: url("/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.dark_square .pp_contract {
    background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */

div.dark_square .pp_contract:hover {
    background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url("/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.dark_square .pp_details {
    position: relative;
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url("/images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */

div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url("/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */

div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url("/images/prettyPhoto/dark_square/btnNext.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.dark_square .pp_previous:hover {
    background: url("/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

/* ----------------------------------
		Light Square Theme
	----------------------------------- */

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url("/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */

div.light_square .pp_expand:hover {
    background: url("/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.light_square .pp_contract {
    background: url("/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */

div.light_square .pp_contract:hover {
    background: url("/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url("/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url("/images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url("/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url("/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url("/images/prettyPhoto/light_square/btnNext.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.light_square .pp_previous:hover {
    background: url("/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

div.light_square .pp_loaderIcon {
    background: url("/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat;
}

/* Loader icon */

/* ----------------------------------
		Facebook style Theme
	----------------------------------- */

div.facebook .pp_top .pp_left {
    background: url("/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat;
}

/* Top left corner */

div.facebook .pp_top .pp_middle {
    background: url("/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x;
}

/* Top pattern/color */

div.facebook .pp_top .pp_right {
    background: url("/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat;
}

/* Top right corner */

div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url("/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y;
}

/* Content background */

div.facebook .pp_content_container .pp_right {
    background: url("/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y;
}

/* Content background */

div.facebook .pp_content {
    background: #fff;
}

/* Content background */

div.facebook .pp_expand {
    background: url("/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */

div.facebook .pp_expand:hover {
    background: url("/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */

div.facebook .pp_contract {
    background: url("/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */

div.facebook .pp_contract:hover {
    background: url("/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url("/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */

div.facebook .pp_details {
    position: relative;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url("/images/prettyPhoto/facebook/loader.gif") center center no-repeat;
}

/* Loader icon */

div.facebook .pp_arrow_previous {
    background: url("/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The previous arrow in the bottom nav */

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url("/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The next arrow in the bottom nav */

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url("/images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url("/images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url("/images/prettyPhoto/facebook/btnNext.png") center right no-repeat;
    cursor: pointer;
}

/* Next button */

div.facebook .pp_previous:hover {
    background: url("/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

/* Previous button */

div.facebook .pp_bottom .pp_left {
    background: url("/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat;
}

/* Bottom left corner */

div.facebook .pp_bottom .pp_middle {
    background: url("/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x;
}

/* Bottom pattern/color */

div.facebook .pp_bottom .pp_right {
    background: url("/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat;
}

/* Bottom right corner */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 100px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url("/images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url("/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url("/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 16px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

/* ------------------------------------------------------------------------
	MODIFICATION
------------------------------------------------------------------------- */

/* All Mobile Sizes (devices and browser) - prettyPhoto styling for small screens */

@media only screen and (max-width: 767px) {
    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }
    .pp_content {
        width: 100% !important;
        height: auto !important;
    }
    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom,
    .pp_loaderIcon {
        display: none !important;
    }
    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }
    .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }
    a.pp_close {
        right: 10px !important;
        top: 10px !important;
    }
}

/*	First main color: BLUE

blue - #3677a1
light blue - #30a0ba

*/

/* Base
--------------------------------------------------- */

h1,
a {
    color: #3677a1;
}

.colored-text-1 {
    color: #3677a1 !important;
}

.colored-background-1 {
    background-color: #3677a1 !important;
}

/* Page Title, Secondary Navigation & Headline
--------------------------------------------------- */

.breadcrumb-nav li {
    background-image: url("/images/colored_theme/link-arrow-small-colored-1.png");
}

/* Secondary Navigation Elements & Links
--------------------------------------------------- */

a.link-lg {
    background-image: url("/images/colored_theme/link-arrow-long-colored-1.png");
}

a.link-sm {
    background-image: url("/images/colored_theme/link-arrow-small-colored-1.png");
}

/* Typography
--------------------------------------------------- */

.dropcap.colored:first-letter {
    color: #3677a1;
}

/*	Second main color: RED

red - #e8554e / rgb(232, 85, 78)

*/

/* Base
--------------------------------------------------- */

.colored-text-2 {
    color: #e8554e !important;
}

.colored-background-2 {
    background-color: #e8554e !important;
}

a:hover,
a>*:hover {
    color: #e8554e;
}

a:hover .title,
a.title:hover {
    color: #e8554e !important;
}

a:hover h4.italic.title span,
a.italic:hover {
    border-bottom-color: #e8554e;
}

.button.colored,
input[type="submit"].button.colored:active {
    background-color: #e8554e;
    background: -webkit-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -moz-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -o-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: -ms-linear-gradient(top, rgba(232, 85, 78, 0.8), #e8554e);
    background: linear-gradient(to bottom, rgba(232, 85, 78, 0.8), #e8554e);
}

.button.colored:hover {
    background-color: #e8554e;
}

/* Header Menu
--------------------------------------------------- */

#primary-nav>ul>li>a.current {
    color: #e8554e !important;
}

/* Homepage Hero
--------------------------------------------------- */

.slider-menu.thumbnails li.active a {
    border-color: #e8554e !important;
}

#home-hero-nav .slider-caption>div {
    background-color: #e8554e;
    background: rgba(232, 85, 78, 0.5);
}

.intro-content .number-box {
    color: #e8554e;
}

.intro-content .number-box+* {
    border-left-color: #e8554e;
}

/* Homepage Intro
--------------------------------------------------- */

.intro-wrapper {
    background-image: url("/images/colored_theme/intro-shadow.png");
}

/* Page Title, Secondary Navigation & Headline
--------------------------------------------------- */

#subheader-bar .sub-nav li.current a {
    color: #e8554e;
}

/* FlexSlider
--------------------------------------------------- */

.flex-caption.colored {
    background-color: #e8554e;
    background: rgba(232, 85, 78, 0.5);
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background-color: rgba(232, 85, 78, 0.5);
}

.ie8 .flex-direction-nav .flex-prev:hover,
.ie8 .flex-direction-nav .flex-next:hover {
    background-color: #e8554e;
}

.flex-control-paging li a:hover span {
    border-color: #e8554e;
}

.flex-control-paging li a.flex-active span {
    background-color: #e8554e;
    border-color: #e8554e;
}

/* Portfolio, Projects Carousel & Gallery
--------------------------------------------------- */

.portfolio-item-preview .item-description:before {
    background-image: -webkit-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #e8554e);
    background-image: -moz-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -o-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -ms-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
}

.portfolio-item-preview .extra-tags .price,
#portfolio-filter li a.current {
    color: #e8554e;
}

/* Team
--------------------------------------------------- */

.team .sub {
    color: #e8554e;
}

/* Blog
--------------------------------------------------- */

.blog-grid-style .post-media+.post-content:before {
    background-image: -webkit-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #e8554e);
    background-image: -moz-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -o-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -ms-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
}

.comment .date a:hover,
.comment .date a>*:hover {
    color: #e8554e;
}

/* Info Box
--------------------------------------------------- */

.info-box.colored {
    background-color: #e8554e;
}

/* Tabs
--------------------------------------------------- */

.tabs-nav li.active a,
.tabs-nav li.active a:hover {
    background-color: #e8554e;
}

.tabs-nav li.active:before {
    background-image: url("/images/colored_theme/tab-arrow.png");
}

@media only screen and (min-width: 768px) {
    .white-bg .tabs-nav li.active a {
        background-color: #e8554e;
    }
    .tabs-nav.bordered li.active a,
    .white-bg .tabs-nav.bordered li.active a {
        border-bottom-color: #e8554e;
    }
}

/* Twitter Feed
--------------------------------------------------- */

.tweets .tweet_time a:hover,
aside .tweets .tweet_time a:hover {
    color: #e8554e;
}

/* Secondary Navigation Elements & Links
--------------------------------------------------- */

a.link-lg.colored-text-2,
a.link-lg:hover {
    background-image: url("/images/colored_theme/link-arrow-long-colored-2.png");
}

a.link-sm.colored-text-2,
a.link-sm:hover {
    background-image: url("/images/colored_theme/link-arrow-small-colored-2.png");
}

a.link-lg:hover,
a.link-sm:hover {
    color: #e8554e !important;
}

a.link-lg span,
a.link-sm span {
    border-bottom-color: #e8554e;
}

.pagination span.current {
    border-color: #e8554e;
    background-color: #e8554e;
}

ul.list-nav a:hover {
    color: #e8554e;
}

ul.list-nav.arrow-list:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-arrow-colored.png");
}

ul.list-nav.arrow-list.italic:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-arrow-oblique-colored.png");
}

ul.list-nav.square-list:not(.table) a:hover {
    background-image: url("/images/colored_theme/list-marker-square-colored.png");
}

ul.list-nav.table.colored-text-1 a:hover,
ul.list-nav.table.colored-text-1 a:hover *,
ul.list-nav.table.colored-text-1 li.current a,
ul.feature-nav a>span .fa {
    color: #e8554e;
}

/* Pricing Tables
--------------------------------------------------- */

.pricing-table .header:before,
.pricing-table .footer:before {
    background-image: -webkit-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #e8554e);
    background-image: -moz-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -o-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
    background-image: -ms-linear-gradient(left, #e8554e, rgba(255, 255, 255, 0), #e8554e);
}

.pricing-table.extended .features li .check {
    background-image: url("/images/colored_theme/list-marker-check-colored.png");
}

/* Contact + Form + Google Map
--------------------------------------------------- */

.contact-info .fa {
    color: #e8554e;
}

/* Typography
--------------------------------------------------- */

.highlight.dotted {
    border-bottom-color: #e8554e;
}

.highlight.colored {
    background-color: #e8554e;
}

.check-list.colored li {
    background-image: url("/images/colored_theme/list-marker-check-colored.png");
}

.arrow-list.colored li {
    background-image: url("/images/colored_theme/list-marker-arrow-colored.png");
}

.arrow-list.italic.colored li {
    background-image: url("/images/colored_theme/list-marker-arrow-oblique-colored.png");
}

.dash-list.colored li {
    background-image: url("/images/colored_theme/list-marker-dash-colored.png");
}

.square-list.colored li {
    background-image: url("/images/colored_theme/list-marker-square-colored.png");
}

.circle-list.colored li {
    background-image: url("/images/colored_theme/list-marker-circle-colored.png");
}

/*	Main background color scheme: BLUE

blue 1 - #f7f7f8
blue 2 - #eef0f2
blue 3 - #eaedef
blue 4 - #e5e8ea
blue 5 - #c3c9cf / rgb(195, 201, 207)
blue 6 - #adb3b9
blue 7 - #92979c / rgb(146, 151, 156)
*/

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

/*	Blue 1 - #f7f7f8
/*-----------------------------------------------------------------------------------*/

/* Base */

body {
    background-color: #f7f7f8;
}

/* Homepage Hero */

#home-hero-content,
.slider-menu,
.slider-menu li a {
    background-color: #f7f7f8;
}

.slider-menu li.active a:hover,
.slider-menu li.active a:hover * {
    color: #f7f7f8;
}

.slider-menu.thumbnails li a {
    border-color: #f7f7f8 !important;
}

/* Homepage Intro */

.intro-wrapper:before {
    background-image: url("/images/colored_theme/intro-bg.png");
}

/* Page Title, Secondary Navigation & Headline */

#page-title.custom-bg {
    background-color: #f7f7f8;
}

/* Image and Preview Image: Overlay & Border */

.thumbnail-colored {
    background-color: #f7f7f8;
}

/* Sidebar */

#sidebar.page-left-col .side-menu li.current,
#sidebar.page-left-col .side-menu li.current:hover {
    background-image: url("/images/colored_theme/current-bg-left-side-menu.png");
}

#sidebar.page-right-col .side-menu li.current,
#sidebar.page-right-col .side-menu li.current:hover {
    background-image: url("/images/colored_theme/current-bg-right-side-menu.png");
}

/* Tabs */

@media only screen and (min-width: 768px) {
    .tabs-nav.bordered li {
        background-color: #f7f7f8;
    }
}

/* Contact + Form + Google Map */

.google-map {
    background-color: #f7f7f8 !important;
}

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

/*	Blue 2 - #eef0f2
/*-----------------------------------------------------------------------------------*/

/* Document Setup */

#sidebar {
    background-color: #eef0f2;
}

.stripe.top {
    background: #eef0f2;
}

/* Header Menu */

body.sticky-menu-active #logo {
    background-color: #eef0f2;
}

/* Homepage Intro */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .intro-content .preview-block {
        background-color: #eef0f2;
    }
}

/* Page Title, Secondary Navigation & Headline */

#subheader-bar {
    border-bottom-color: #eef0f2;
}

/* Sidebar */

#sidebar .widget.separator h4:after,
#sidebar .widget.separator h5:after {
    background: -webkit-linear-gradient(left, #eef0f2, #d5d5d5 5%, #d5d5d5 95%, #eef0f2);
    background: -moz-linear-gradient(left, #eef0f2, #d5d5d5 5%, #d5d5d5 95%, #eef0f2);
    background: -o-linear-gradient(left, #eef0f2, #d5d5d5 5%, #d5d5d5 95%, #eef0f2);
    background: -ms-linear-gradient(left, #eef0f2, #d5d5d5 5%, #d5d5d5 95%, #eef0f2);
    background: linear-gradient(to right, #eef0f2, #d5d5d5 5%, #d5d5d5 95%, #eef0f2);
}

/* Blog */

.blog .post-date .day,
.blog .post-date .month {
    background-color: #eef0f2;
}

/* Info Box */

.info-box.light {
    background-color: #eef0f2;
}

/* Accordion / Toggle */

.toggle-trigger {
    background-color: #eef0f2;
}

/* Pricing Tables */

.pricing-table .price {
    background-color: #eef0f2;
}

/* Other Elements */

table.standard tr:hover td {
    background-color: #eef0f2;
}

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

/*	Blue 3 - #eaedef
/*-----------------------------------------------------------------------------------*/

/* Document Setup */

.grid-gradient-bg {
    background-image: url("/images/colored_theme/grid-gradient-bg.png");
}

.stripe {
    background-color: #eaedef;
}

.stripe.white-bg {
    border-top-color: #eaedef;
    border-bottom-color: #eaedef;
}

.stripe.bottom.map-wrapper {
    border-bottom-color: #eaedef;
}

/* Homepage Featured Content */

#home-featured-content {
    background-color: #eaedef;
}

/* Page Title, Secondary Navigation & Headline */

#page-title {
    background-color: #eaedef;
}

/* Single Item Details Page */

.single-item-details .info-board.colored {
    background-color: #eaedef;
}

/* Footer */

#footer *,
#footer-bottom .footer-nav a,
#footer-bottom .links a:hover {
    color: #eaedef;
}

#footer .flickr-widget .flickr_badge_image {
    background-color: #eaedef;
}

/* Sidebar */

#sidebar.page-left-col .side-menu li:hover {
    background-image: url("/images/colored_theme/hover-bg-left-side-menu.png");
}

#sidebar.page-right-col .side-menu li:hover {
    background-image: url("/images/colored_theme/hover-bg-right-side-menu.png");
}

/* Info Box */

.info-box {
    background-color: #eaedef;
}

/* Tabs */

.tabs-nav li a {
    background-color: #eaedef;
}

/* Social Icons */

.social-icons li:hover {
    background-color: #eaedef;
}

/* 	Secondary Navigation Elements & Links */

ul.list-nav.table li {
    background-color: #eaedef;
}

/* Other Elements */

table.standard th {
    background-color: #eaedef;
}

/* Misc. */

.grid-col {
    background-color: #eaedef;
}

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

/*	Blue 4 - #e5e8ea
/*-----------------------------------------------------------------------------------*/

/* Document Setup */

.stripe {
    /* !!! 2 colors */
    border-top-color: #e5e8ea;
    border-bottom-color: #e5e8ea;
    background: -webkit-linear-gradient(top, #e5e8ea, #eaedef 20px);
    background: -moz-linear-gradient(top, #e5e8ea, #eaedef 20px);
    background: -o-linear-gradient(top, #e5e8ea, #eaedef 20px);
    background: -ms-linear-gradient(top, #e5e8ea, #eaedef 20px);
    background: linear-gradient(to bottom, #e5e8ea, #eaedef 20px);
}

/* Header Menu */

body.sticky-menu-active #logo {
    border-color: #e5e8ea;
}

/* Homepage Intro */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .intro-content .preview-block {
        border-color: #e5e8ea;
    }
}

/* Homepage Featured Content */

#home-featured-content {
    /* !!! 2 colors */
    background: -webkit-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -moz-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -o-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -ms-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: linear-gradient(to top, #e5e8ea, #eaedef 30px);
}

/* Page Title, Secondary Navigation & Headline */

#page-title {
    /* !!! 2 colors */
    background: -webkit-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -moz-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -o-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: -ms-linear-gradient(bottom, #e5e8ea, #eaedef 30px);
    background: linear-gradient(to top, #e5e8ea, #eaedef 30px);
}

/* Info Box */

.info-box,
.info-box.light {
    border-color: #e5e8ea;
}

.info-box.light.gradient {
    /* !!! 2 colors */
    background: -webkit-linear-gradient(bottom, #f7f7f8, #e5e8ea);
    background: -moz-linear-gradient(bottom, #f7f7f8, #e5e8ea);
    background: -o-linear-gradient(bottom, #f7f7f8, #e5e8ea);
    background: -ms-linear-gradient(bottom, #f7f7f8, #e5e8ea);
    background: linear-gradient(to top, #f7f7f8, #e5e8ea);
}

/* Accordion / Toggle */

.toggle-trigger,
.toggle-container {
    border-color: #e5e8ea;
}

/* Tabs */

.tabs-nav li a:hover {
    background-color: #e5e8ea;
}

.white-bg .tabs-container.bordered,
.white-bg .tabs-container.bordered-all {
    border-bottom-color: #e5e8ea;
}

@media only screen and (min-width: 768px) {
    .white-bg .tabs-nav.bordered li a {
        border-bottom-color: #e5e8ea;
    }
    .white-bg .tabs-container.bordered-all {
        border-color: #e5e8ea;
    }
}

/* 	Secondary Navigation Elements & Links */

ul.list-nav.table li:hover,
ul.list-nav.table li.current,
ul.feature-nav a {
    background-color: #e5e8ea;
}

/* Pricing Tables */

.pricing-table .table-column:first-child .price,
.pricing-table .table-column:first-child .features {
    border-left-color: #e5e8ea;
}

.pricing-table .table-column:last-child .price,
.pricing-table .table-column:last-child .features {
    border-right-color: #e5e8ea;
}

.pricing-table .footer {
    background-color: #e5e8ea;
}

@media only screen and (max-width: 959px) {
    .pricing-table.extended .features-list+.table-column .features {
        border-left-color: #e5e8ea;
    }
}

/* Misc. */

.ie8 .error-404 {
    color: #e5e8ea;
}

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

/*	Blue 5 - #c3c9cf / rgb(195, 201, 207)
/*-----------------------------------------------------------------------------------*/

/* Base */

.section-header.colored:before,
.section-header.colored:after {
    background-color: #c3c9cf;
}

h3.underlined.colored,
h4.underlined.colored,
h5.underlined.colored,
h6.underlined.colored,
.divider-line.colored {
    border-bottom-color: #c3c9cf;
}

h3.underlined.dashed.colored,
h4.underlined.dashed.colored,
h5.underlined.dashed.colored,
h6.underlined.dashed.colored,
.divider-dashline.colored {
    background-image: url("/images/colored_theme/dashed-line-horizontal-colored.png");
}

.divider-pattern.streaks.colored {
    background-image: url("/images/colored_theme/divider-streak-pattern-colored.png");
}

.divider-pattern.wave.colored {
    background-image: url("/images/colored_theme/divider-wave-pattern-colored.png");
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border-color: #c3c9cf;
}

/* Document Setup */

.stripe.bottom {
    border-top-color: #c3c9cf;
}

/* Header Menu */

#primary-nav ul ul li.divider:after {
    border-bottom-color: #c3c9cf;
}

/* Page Title, Secondary Navigation & Headline */

#page-title {
    border-bottom-color: #c3c9cf;
}

/* FlexSlider */

.flex-control-paging li a span {
    border-color: #c3c9cf;
}

/* Portfolio, Projects Carousel & Gallery */

.portfolio-item-preview .item-description:before {
    background-color: #c3c9cf;
}

#portfolio-wrapper.one-col .portfolio-item-preview {
    border-top-color: #c3c9cf;
}

/* Image and Preview Image: Overlay & Border */

.thumbnail-colored {
    border-color: #c3c9cf;
}

/* Single Item Details Page */

.small-bar.colored {
    border-color: #c3c9cf;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #main-content .single-item-details .text-description {
        border-top-color: #c3c9cf;
    }
}

@media only screen and (max-width: 767px) {
    .single-item-details .text-description {
        border-top-color: #c3c9cf;
    }
}

/* Footer */

#footer input[type="email"] {
    border-color: #c3c9cf;
}

#footer input[type="submit"] {
    background-color: #c3c9cf;
}

#footer-bottom .links * {
    color: #c3c9cf;
}

#footer .scroll-top,
.stripe .scroll-top {
    border-left-color: #c3c9cf;
}

#footer .button {
    /* !!! 2 colors */
    background-color: #adb3b9;
    background-color: rgba(195, 201, 207, 0.4);
}

#footer .button:hover {
    background-color: rgba(195, 201, 207, 0.5);
}

/* Sidebar */

#sidebar.page-left-col .side-menu li a:hover,
#sidebar.page-left-col .side-menu li.current a,
#sidebar.page-left-col .side-menu li a:after,
.ie8 #sidebar.page-left-col .side-menu li:hover+li.current a,
.ie8 #sidebar.page-left-col .side-menu li.current+li:hover a {
    background-image: url("/images/colored_theme/separator-left-side-menu-colored.png");
}

#sidebar.page-right-col .side-menu li a:hover,
#sidebar.page-right-col .side-menu li.current a,
#sidebar.page-right-col .side-menu li a:after,
.ie8 #sidebar.page-right-col .side-menu li:hover+li.current a,
.ie8 #sidebar.page-right-col .side-menu li.current+li:hover a {
    background-image: url("/images/colored_theme/separator-right-side-menu-colored.png");
}

@media only screen and (max-width: 767px) {
    .side-menu li {
        border-top-color: #c3c9cf;
    }
}

/* Blog */

.blog-grid-style .post-media+.post-content:before {
    background-color: #c3c9cf;
}

.blog article,
.comments-list {
    border-bottom-color: #c3c9cf;
}

.comment,
.comment .children .comment {
    border-top-color: #c3c9cf;
}

/* Announcements */

.announcements article {
    border-top-color: #c3c9cf;
}

@media only screen and (max-width: 959px) {
    .announcements section.adapted-max-959px article:first-child {
        border-top-color: #c3c9cf;
    }
}

@media only screen and (max-width: 767px) {
    .announcements section.adapted-max-767px article:first-child,
    .announcements .row:first-child article {
        border-top-color: #c3c9cf;
    }
}

/* Info Box */

.info-box.action-box {
    border-left-color: #c3c9cf;
}

/* Tabs */

.tabs-container.bordered,
.tabs-container.bordered-all {
    border-bottom-color: #c3c9cf;
}

@media only screen and (min-width: 768px) {
    .tabs-nav.bordered,
    .tabs-nav.bordered li a {
        border-bottom-color: #c3c9cf;
    }
    .tabs-container.bordered-all {
        border-left-color: #c3c9cf;
        border-right-color: #c3c9cf;
        border-bottom-color: #c3c9cf;
    }
}

@media only screen and (max-width: 767px) {
    .white-bg .tabs-container.bordered {
        border-bottom-color: #c3c9cf;
    }
}

/* Message Boxes */

.message-box {
    border-color: #c3c9cf;
}

/* Twitter Feed */

.tweets .tweet_list li:before {
    color: #c3c9cf;
}

/* Secondary Navigation Elements & Links */

ul.list-nav.ruled li {
    border-top-color: #c3c9cf;
}

ul.feature-nav a:hover {
    background-color: rgba(195, 201, 207, 0.5);
}

ul.list-nav.table li:hover,
ul.list-nav.table li.current {
    background: rgba(195, 201, 207, 0.4);
}

/* Pricing Tables */

.pricing-table .header:before,
.pricing-table .footer:before {
    background-color: #c3c9cf;
}

.ie .pricing-table .header {
    border-bottom-color: #c3c9cf;
}

.pricing-table .header,
.pricing-table .features,
.pricing-table .footer,
.ie8 .pricing-table .featured .footer,
aside .pricing-table .table-column:first-child .features,
aside .pricing-table .table-column:first-child .price {
    border-left-color: #c3c9cf;
}

aside .pricing-table .table-column:last-child .price,
aside .pricing-table .table-column:last-child .features {
    border-right-color: #c3c9cf;
}

/* Other Elements */

table.standard th,
table.standard td {
    border-color: #c3c9cf;
}

table.standard tr:hover td {
    background-color: rgba(195, 201, 207, 0.1);
}

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

/*	Blue 6 - #adb3b9
/*-----------------------------------------------------------------------------------*/

/* Base */

.colored-text-pale {
    color: #424242 !important;
}

/* Document Setup */

.fa-icon-list a .fa {
    color: #adb3b9;
}

/* Header Menu */

#secondary-nav .phone-number {
    color: #adb3b9;
}

/* Homepage Hero */

.slider-menu li a {
    border-left-color: #424242;
}

.slider-menu li a,
.slider-menu li a * {
    color: #424242;
}

/* Footer */

#footer.bottom-separated .container,
#footer .underlined.colored,
#footer .button {
    border-bottom-color: #adb3b9;
}

#footer .contact-description>div {
    border-left-color: #adb3b9;
}

#footer-bottom .links li span {
    color: #adb3b9;
}

/* Sidebar */

.side-menu li span {
    color: #adb3b9;
}

/* Blog */

.blog .post-meta .fa {
    color: #adb3b9;
}

/* Social Icons */

.social-icons li,
.ie8 #main .social-icons li,
.social-icons.small-size li {
    background-color: #424242;
}

/* Secondary Navigation Elements & Links */

.pagination a,
.pagination>span,
.pagination span.pages,
ul.list-nav span {
    color: #adb3b9;
}

/* Pricing Tables */

.pricing-table .header {
    background-color: #adb3b9;
}

/* Other Elements */

table.standard th {
    border-bottom-color: #adb3b9;
}

/* Misc. */

.error-404 {
    color: #adb3b9;
}

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

/*	Blue 7 - #92979c / rgb(146, 151, 156)
/*-----------------------------------------------------------------------------------*/

/* Base */

.button,
input[type="submit"],
input[type="submit"].button:active,
input[type="reset"],
input[type="button"] {
    background-color: #92979c;
    background: -webkit-linear-gradient(top, rgba(146, 151, 156, 0.8), #92979c);
    background: -moz-linear-gradient(top, rgba(146, 151, 156, 0.8), #92979c);
    background: -o-linear-gradient(top, rgba(146, 151, 156, 0.8), #92979c);
    background: -ms-linear-gradient(top, rgba(146, 151, 156, 0.8), #92979c);
    background: linear-gradient(to bottom, rgba(146, 151, 156, 0.8), #92979c);
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #92979c;
}

/* Document Setup */

.fa-icon-list a:hover .fa {
    color: #92979c;
}

/* Header Menu */

body.sticky-menu-active #logo {
    background-image: url("/images/colored_theme/scroll-top-arrow.png");
}

/* Homepage Hero */

.slider-menu li.active a {
    background-color: #B20000;
    border-left-color: #B20000;
}

.slider-menu li.active+li a {
    border-left-color: #92979c;
}

/* Homepage Intro */

.video-preview .overlay {
    background-color: #92979c;
    background: rgba(146, 151, 156, 0.2);
}

.intro-content .video-preview .overlay {
    background-color: #92979c;
    background: rgba(146, 151, 156, 0);
}

.no-touch-screen .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    background: rgba(146, 151, 156, 0.4);
}

.no-touch-screen .intro-content .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    background: rgba(146, 151, 156, 0.9);
}

.ie8 .video-preview .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3392979c, endColorstr=#3392979c);
}

.ie8 .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6692979c, endColorstr=#6692979c);
}

.ie8 .intro-content .video-preview .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0092979c, endColorstr=#0092979c);
}

.ie8 .intro-content .video-preview a[data-rel=prettyPhoto]:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#df92979c, endColorstr=#df92979c);
}

/* Page Title, Secondary Navigation & Headline */

#subheader-bar .sub-nav a {
    color: #92979c;
}

/* Footer */

#footer,
#footer input[type="submit"]:hover,
#footer-bottom {
    background-color: #0E457A;
}

#footer .scroll-top .arrow-top,
.stripe .scroll-top .arrow-top {
    background-image: url("/images/colored_theme/scroll-top-arrow.png");
}

#footer .scroll-top span,
.stripe .scroll-top span {
    color: #92979c;
}

/* Sidebar */

.side-menu.middle-font-size a {
    color: #92979c;
}

/* Info Box */

.info-box.dark {
    background-color: #92979c;
}

/* Social Icons */

.social-icons li {
    background-image: url("/images/colored_theme/social-icons-colored.png");
}

#main .social-icons li:hover,
.ie8 #main .social-icons li:hover,
.social-icons.small-size li:hover {
    background-color: #424242;
}

/* Pricing Tables */

.pricing-table .featured .header {
    background-color: #92979c;
}

/*# sourceMappingURL=maps/styleV1.css.map */