/*===========================================
Colors
===========================================*/
/*===========================================
Fonts
===========================================*/
/* Icon font */
/* Base font */
/*===========================================
Widths & Heights
===========================================*/
/*===========================================
Responsive Break Points
===========================================*/
/*=========================================================== Typography Styles =========================================================*/
/*--- Grey Shade Colors --- */

.grey1-text {
    color: #111111 !important;
    text-decoration: none;
}
.grey2-text {
    color: #222222 !important;
    text-decoration: none;
}
.grey3-text {
    color: #333333 !important;
    text-decoration: none;
}
.grey4-text {
    color: #444444 !important;
    text-decoration: none;
}
.grey5-text {
    color: #555555 !important;
    text-decoration: none;
}
.grey6-text {
    color: #666666 !important;
    text-decoration: none;
}
.grey7-text {
    color: #777777 !important;
    text-decoration: none;
}
.grey8-text {
    color: #888888 !important;
    text-decoration: none;
}
.grey9-text {
    color: #999999 !important;
    text-decoration: none;
}
/*--- Common Colors --- */

.red-text,
.red-text a,
.red-text p {
    color: red !important;
}
.black-text,
.black-text a,
.black-text p {
    color: black !important;
}
.white-text,
.white-text a,
.white-text p {
    color: white !important;
}
.primary-text,
.primary-text a,
.primary-text p {
    color: #976c1e !important;
}
.secondary-text,
.secondary-text a,
.secondary-text p {
    color: #631852 !important;
}
.primary-colored-text {
    color: #976c1e !important;
}
.light-primary-colored-text {
    color: #d8b066 !important;
}
.dark-primary-colored-text {
    color: #b28533 !important;
}
.secondary-colored-text {
    color: #631852 !important;
}
.light-secondary-colored-text {
    color: #945b87 !important;
}
.dark-secondary-colored-text {
    color: #460c39 !important;
}
/*--- Sizes --- */

.font-10,
.font-10 p {
    font-size: 10px !important;
    /*	line-height: 18px !important;*/
}
.font-11,
.font-11 p {
    font-size: 11px !important;
    /*	line-height: 19px !important;*/
}
.font-12,
.font-12 p {
    font-size: 12px !important;
    /*	line-height: 20px !important;*/
}
.font-13,
.font-13 p {
    font-size: 13px !important;
    /*	line-height: 21px !important;*/
}
.font-14,
.font-14 p {
    font-size: 14px !important;
    /*	line-height: 22px !important;*/
}
.font-15,
.font-15 p {
    font-size: 15px !important;
    /*	line-height: 23px !important;*/
}
.font-16,
.font-16 p {
    font-size: 16px !important;
    /*	line-height: 24px !important;*/
}
.font-17,
.font-17 p {
    font-size: 17px !important;
    /*	line-height: 25px !important;*/
}
.font-18,
.font-18 p {
    font-size: 18px !important;
    /*	line-height: 26px !important;*/
}
.font-19,
.font-19 p {
    font-size: 19px !important;
    /*	line-height: 27px !important;*/
}
.font-20,
.font-20 p {
    font-size: 20px !important;
    /*	line-height: 28px !important;*/
}
.font-21,
.font-21 p {
    font-size: 21px !important;
    /*	line-height: 29px !important;*/
}
.font-22,
.font-22 p {
    font-size: 22px !important;
    /*	line-height: 30px !important;*/
}
.font-23,
.font-23 p {
    font-size: 23px !important;
    /*	line-height: 31px !important;*/
}
.font-24,
.font-24 p {
    font-size: 24px !important;
    /*	line-height: 32px !important;*/
}
.font-25,
.font-25 p {
    font-size: 25px !important;
    /*	line-height: 33px !important;*/
}
.font-26,
.font-26 p {
    font-size: 26px !important;
    /*	line-height: 34px !important;*/
}
.font-27,
.font-27 p {
    font-size: 27px !important;
    /*	line-height: 35px !important;*/
}
.font-28,
.font-28 p {
    font-size: 28px !important;
    /*	line-height: 36px !important;*/
}
.font-29,
.font-29 p {
    font-size: 29px !important;
    /*	line-height: 37px !important;*/
}
.font-30,
.font-30 p {
    font-size: 30px !important;
    /*	line-height: 38px !important;*/
}
/*--- Cases --- */

.lowercaser {
    text-transform: lowercase !important;
}
.uppercaser {
    text-transform: uppercase !important;
}
.capitalizer {
    text-transform: capitalize !important;
}
/*--- Alignments --- */

.left-aligned-text,
.left-aligned-text p {
    text-align: left !important;
}
.right-aligned-text,
.right-aligned-text p {
    text-align: right !important;
}
.justify-aligned-text,
.justify-aligned-text p {
    text-align: justify !important;
}
.center-aligned-text,
.center-aligned-text p {
    text-align: center !important;
}
/*--- Decorations --- */

.have-underline {
    text-decoration: underline !important;
}
.have-overline {
    text-decoration: overline !important;
}
.have-line-through {
    text-decoration: line-through !important;
}
.no-decoration {
    text-decoration: none !important;
}
/*=============== Floats ===============*/

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.no-float {
    float: none !important;
}
/*=============== Common Margin Style Generator ===============*/

.m-0 {
    margin: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-t-0 {
    margin-top: 0px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-l-25 {
    margin-left: 25px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}
.m-l-40 {
    margin-left: 40px !important;
}
.m-r-0 {
    margin-right: 0px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-25 {
    margin-right: 25px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-r-40 {
    margin-right: 40px !important;
}
/*=============== Common Padding Style Generator ===============*/

.p-0 {
    padding: 0px !important;
}
.p-5 {
    padding: 0px !important;
}
.p-10 {
    padding: 0px !important;
}
.p-15 {
    padding: 0px !important;
}
.p-20 {
    padding: 0px !important;
}
.p-25 {
    padding: 0px !important;
}
.p-30 {
    padding: 0px !important;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-25 {
    padding-bottom: 25px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-25 {
    padding-right: 25px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
/*
Mixin Name : Strip Unit
Description: Used for removing the unit from any number.
Arguments  : 1) $num - number with unit
Usage      : @include strip-unit(16px);
Output     : 16
*/
/*
Mixin Name : Calculate REM
Description: Used for converting pixel size to correspondent rem size.
Arguments  : 1) $size - size in pixels
Usage      : @include calculateRem(16px);
Output     : It varies with base font size (1rem in this case if only basefont is 16px)
*/
/*
Mixin Name : Calculate EM
Description: Used for converting pixel size to correspondent em size.
Arguments  : 1) $size - size in pixels
Usage      : @include calculateEm(16px);
Output     : It varies with base font size (1em in this case if only basefont is 16px)
*/
/*
Mixin Name : Background Opacity
Description: Used for adding background opacity to HTML elements.
Arguments  : 1) $color - color value in HEX
			 2) $opacity - opacity level varies from 0 - 1
Usage      : @include background-opacity(#FF0000, 0.3);
Output     : background: rgba(255, 0, 0, 0.3);
*/
/*
Mixin Name : Zero Padding Margin
Description: Used for making padding and margin to zero.
Arguments  : 1) $strict - !importat or not
Usage      : @include zero-padding-margin(!important);
Output     : padding: 0px; margin: 0px;
*/
/*
Mixin Name : Border Radius
Description: Used for creating border radius to HTML elements
Arguments  : 1) $borderValue - border radius value in pixels 2) $strict - !importat or not
Usage      : @include have-border-radius(8px, !important);
Output     : -webkit-border-radius:8px !important; -moz-border-radius:8px !important;
			 border-radius:8px !important;
*/
/*
Mixin Name : Box Sizing
Description: Used for adding box sizing property to HTML elements
Arguments  : 1) $sizeType - border-box, content-box, inherit (default) 2) $strict - !importat or not
Usage      : @include box-sizer(border-box);
Output     : -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
			 box-sizing: border-box;
*/
/*
Mixin Name : Transition Maker
Description: Used for adding transition to HTML elements
Arguments  : 1) $transitionProperty - all or any other applicable attributes (width, color, etc) 2) $transitionDuration - duration (in seconds)
			 3) $transitionTimingFunction - ease, linear, ease-in, ease-out, ease-in-out, cubic-bezier(n,n,n,n)
			 4) $transitionDelay - delay (in seconds) 5) $strict - !importat or not
Usage      : @include transition-maker(all, 0.3s, ease-in-out, 0.5s);
Output     : -webkit-transition: all 0.3s ease-in-out 0.5s; -moz-transition: all 0.3s ease-in-out 0.5s;
			 -ms-transition: all 0.3s ease-in-out 0.5s;
			 -o-transition: all 0.3s ease-in-out 0.5s;
			 transition: all 0.3s ease-in-out 0.5s;
*/
/*
Mixin Name : Grid Maker Fixed
Description: Used for creating grids/columns inside a block
Arguments  : 1) $containerWidth - width of the parent container in pixels 2) $columns - number of columns needed
			 3) $gutter - value of the margin between the columns, in pixels
			 4) $parent - name of the parent element for generating selector (class name)
Usage      : @include grid-maker-fixed(1100px, 5, 50px, menubar);
Output     : .menubar .menubar-columns {
				width: 190px;
				margin-right: 50px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				float: left
			 }
			 .menubar .menubar-columns:last-child {
				margin-right: 0px !important
			 }
*/
/*
Mixin Name : Linear Gradient
Description: Used for adding linear gradient as background image to HTML elements
Arguments  : 1) $fromColor - First color value in HEX 2) $toColor - Second color value in HEX
Usage      : @include linear-gradient(#FFFFFF, #000000);
Output     : background-color: #000;
			 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
			 background-image: -webkit-linear-gradient(top, #fff, #000);
			 background-image: -moz-linear-gradient(top, #fff, #000);
			 background-image: -ms-linear-gradient(top, #fff, #000);
			 background-image: -o-linear-gradient(top, #fff, #000);
			 background-image: linear-gradient(top, #fff, #000);
			 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#000')
*/
/*
Mixin Name : Add Filter
Description: Used for adding filters to HTML elements
Arguments  : 1) $type - none (default), blur(px), brightness(%), contrast(%), grayscale(%), hue-rotate(deg), invert(%), opacity(%), saturate(%), sepia(%), initial, inherit
Usage      : @include add-filter(blur(5px));
Output     : -webkit-filter: blur(5px);
			 -moz-filter: blur(5px);
			 -ms-filter: blur(5px);
			 -o-filter: blur(5px);
			 filter: blur(5px)
*/
/*
Mixin Name : Rotate
Description: Used for rotating HTML elements
Arguments  : 1) $degree - value of degree to rotate (+ve, 0 or -ve)
Usage      : @include rotate(-30deg);
Output     : -webkit-transform: rotate(-30);
			 -moz-transform: rotate(-30);
			 -ms-transform: rotate(-30);
			 -o-transform: rotate(-30);
			 transform: rotate(-30)
*/
/*
Mixin Name : Box Shadow
Description: Used for adding box shadow to HTML elements
Arguments  : 1) $left - the position of the horizontal shadow (-ve, 0 or +ve) 2) $top - the position of the vertical shadow (-ve, 0 or +ve)
			 3) $blur - the blur value
			 4) $spread - the spread value
			 4) $color - color of the shadow
			 5) $inset - changes the shadow from an outer shadow (outset) to an inner shadow
Usage      : @include box-shadow(5px, 5px, 10px, 10px, #000000, inset);
Output     : -webkit-box-shadow: 5px 5px 10px 10px #000 inset;
			 -moz-box-shadow: 5px 5px 10px 10px #000 inset;
			 box-shadow: 5px 5px 10px 10px #000 inset
*/
/*
Mixin Name : Align Center
Description: Used for aligning HTML elements as center in cross browsers
Arguments  : $value - center, left and& right
Usage      : @include align-center($center);
Output     : -webkit-box-shadow: 5px 5px 10px 10px #000 inset;
			 -moz-box-shadow: 5px 5px 10px 10px #000 inset;
			 box-shadow: 5px 5px 10px 10px #000 inset
*/
/*=========================================================== Global Styles =========================================================== */

html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    padding: 0px;
    margin: 0px;
    font-size: 15px !important;
    font-family: "";
    color: #666666;
    position: relative;
    -ms-touch-action: pan-y;
    overflow-x: hidden;
    outline: none;
}
body.opened {
    overflow-y: hidden;
}
body.closed {
    overflow-y: scroll;
}
.clearFixer {
    height: 0px !important;
    line-height: 0px !important;
    clear: both !important;
    padding: 0px !important;
    margin: 0px !important;
    *zoom: 1;
}
.clearFixer:before,
.clearFixer:after {
    content: " ";
    display: table;
}
.clearFixer:after {
    clear: both;
}
/*=========================================================== Common Styles =========================================================== */

.pull-left {
    float: left !important;
    display: block;
    margin-right: 20px;
    margin-bottom: 0 !important;
}
.pull-right {
    float: right !important;
    display: block;
    margin-left: 20px;
    margin-bottom: 0 !important;
}
.valigner {
    vertical-align: middle;
}
.divider {
    width: 100%;
    height: 10px !important;
    line-height: 0px !important;
    border-top: #ddd solid 1px;
    display: block;
    padding: 0px !important;
    margin: 0px 0px 10px 0px;
}
.dotted-divider {
    width: 100%;
    height: 10px !important;
    line-height: 0px !important;
    border-top: #ddd dotted 1px;
    display: block;
    padding: 0px !important;
    margin: 0px 0px 10px 0px;
}
.dashed-divider {
    width: 100%;
    height: 10px !important;
    line-height: 0px !important;
    border-top: #d7d7d7 dashed 1px;
    display: block;
    padding: 0px !important;
    margin: 0px 0px 10px 0px;
}
.full-caps {
    text-transform: uppercase;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden !important;
}
/*============================================================== Container Styles =========================================================== */

#main {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}
#main .container {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
    #main .container {
        width: 100%;
    }
}
#main .container .wrapper {
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
    #main .container .wrapper {
        padding: 0 3%;
    }
}
#main .container-fluid {
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main .container-fluid .wrapper {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
    #main .container-fluid .wrapper {
        padding: 0 3%;
    }
}
.fluid-strips {
    width: 1100px;
    height: auto;
    float: left;
    padding: 50px 0px;
}
/* -------------------------------------------------------------- reset.css * Resets default browser CSS. -------------------------------------------------------------- */

html,
body,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
input[type='text'],
input[type='email'],
textarea,
input[type='submit'],
select {
    margin: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
nav ul {
    list-style: none;
}
a img {
    border: 0;
}
:focus {
    outline: none;
}
html,
body {
    font-size: 100.01%;
}
body {
    color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #111;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}
p {
    margin: 0 0 .5em;
}
p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
    color: #000;
}
a {
    color: #009;
    text-decoration: none;
}
blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic;
}
strong {
    font-weight: 700;
}
em,
dfn {
    font-style: italic;
}
dfn {
    font-weight: 700;
}
sup,
sub {
    line-height: 0;
}
abbr,
acronym {
    border-bottom: 1px dotted #555;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
del {
    color: #666666;
}
pre {
    margin: 1.5em 0;
    white-space: pre;
}
pre,
code,
tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5;
}
li ul,
li ol {
    margin: 0;
}
ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
    font-family: source_sans_proregular;
}
dl {
    margin: 0 0 1.5em;
}
dl dt {
    font-weight: 700;
}
dd {
    margin-left: 1.5em;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
nav ul,
header ul {
    list-style-type: none;
}
/*=================Insert additional styles here ====================*/
/*=========================================================== Forms Styles =========================================================== */

.form-field {
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-field img {
    vertical-align: middle;
}
.form-field.quarter-width {
    width: 32%;
    margin: 0 2% 15px 0;
}
.form-field.quarter-width.last {
    margin-right: 0;
}
@media only screen and (max-width: 480px) {
    .form-field.quarter-width {
        width: 100%;
        padding: 0;
    }
}
.form-field.half-width {
    width: 49%;
    margin: 0 2% 15px 0;
}
.form-field.half-width.last {
    margin-right: 0;
}
@media only screen and (max-width: 480px) {
    .form-field.half-width {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .form-field {
        padding: 0;
    }
}
.text-fields,
.text-fields-full,
.text-fields-100 {
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: 0;
    font-family: "source_sans_proregular";
    color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    resize: none;
    border: 1px solid #ddd;
    width: 400px;
    color: #444;
    border-radius: 4px;
}
@media only screen and (max-width: 640px) {
    .text-fields,
    .text-fields-full,
    .text-fields-100 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.text-fields-full {
    width: 100%;
}
.text-fields-100 {
    width: 100px;
}
@media only screen and (max-width: 320px) {
    .text-fields-100 {
        width: 100%;
    }
}
select.text-fields-full {
    padding: 11px 15px;
}
.active-field {
    color: #444;
    -moz-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}
.button,
.full-width-button,
.default-button,
.primary-button,
.secondary-button {
    display: inline-block;
    padding: 12px 30px;
    font-family: "source_sans_proregular";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    clear: both;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
p a.primary-button {
  padding: 6px 30px;
}
p a.secondary-button {
  padding: 6px 30px;
}
.button:focus,
.full-width-button:focus,
.default-button:focus,
.primary-button:focus,
.secondary-button:focus {
    outline: none;
}
.button.btn-lg,
.btn-lg.full-width-button,
.btn-lg.default-button,
.btn-lg.primary-button,
.btn-lg.secondary-button {
    font-size: 20px;
    line-height: 26px;
}
.button.btn-sm,
.btn-sm.full-width-button,
.btn-sm.default-button,
.btn-sm.primary-button,
.btn-sm.secondary-button {
    font-size: 11px;
    line-height: 16px;
}
.button.btn-xs,
.btn-xs.full-width-button,
.btn-xs.default-button,
.btn-xs.primary-button,
.btn-xs.secondary-button {
    font-size: 9px;
    line-height: 12px;
}
.button.align-center,
.align-center.full-width-button,
.align-center.default-button,
.align-center.primary-button,
.align-center.secondary-button {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.full-width-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.default-button {
    color: #631852;
    border: 2px solid #631852;
    padding: 11px 24px;
}
.default-button:hover,
.default-button:focus {
    color: #fff;
    background-color: #976c1e;
    border: 2px solid #976c1e;
}
.primary-button {
    color: #fff;
    background: #2E3192;
}
.primary-button:hover,
.primary-button:focus {
    color: #fff;
    background: #006CB5;
}
.secondary-button {
    background-color: #864577;
    color: #fff;
}
.secondary-button:hover,
.secondary-button:focus {
    color: #fff;
    background-color: #6c2c5e;
}
#pre-header {
    float: left;
    width: 100%;
    background: #333;
    position: relative;
    padding: 10px 0;
    height: 26px;
}
#pre-header .topright p {
  font-family: "source_sans_proregular";
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: right;
  padding-right: 80px;
  padding-top: 8px;
}
@media only screen and (max-width: 640px) {
  #pre-header .topright p {
    font-size: 0;
  }
}

/*============================================================== Navigation Styles =========================================================== */

#desktop-menu {
    position: relative;
}
@media only screen and (max-width: 1024px) {
    #desktop-menu {
        height: 50px;
    }
}
/*#desktop-menu.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
}*/
#pre-header .arabic-switch {
    position: absolute;
    right: 0;
    top: 2px;
}
#pre-header .arabic-switch img {
    vertical-align: bottom;
    margin: 0;
    max-width: 60px;
}
#desktop-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
@media only screen and (max-width: 1024px) {
    #desktop-menu ul {
        display: none;
    }
    #pre-header .arabic-switch {
      right: inherit;
      left: 15px;
    }
}
#desktop-menu ul li {
    float: left;
    font-family: "source_sans_prosemibold";
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    position: relative;
    padding: 0 2px;
}
#desktop-menu ul li.active a {
    background-color: #FF0000;
    color: #fff;
    border-radius: 20px;
}
#desktop-menu ul li.active ul li a {
    background: none;
    color: #222;
    border-radius: 0;
}
#desktop-menu ul li.active a:hover {
  color: #fff;
}
#desktop-menu ul li.active ul li a:hover {
    color: #006CB5;
}
#desktop-menu ul li a {
    color: #222;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -ms-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
    display: block;
    padding: 4px 10px;
}
#desktop-menu ul li a:hover {
    color: #006CB5;
}
#desktop-menu ul li ul {
    position: absolute;
    left: 0;
    padding-top: 0;
    top: 30px;
    background-color: #fff;
    z-index: 999;
    width: 270px;
    display: none;
    border-radius: 0 0 6px 6px;
}
#desktop-menu ul li ul li {
    font-size: 15px;
    float: none;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}
#desktop-menu ul li ul li:last-of-type {
  border-bottom: 0;
}
#desktop-menu ul li ul li:first-of-type a {
    padding: 6px 12px;
}
#desktop-menu ul li ul li:last-of-type a {
    padding-bottom: 12px;
}
#desktop-menu ul li ul li a {
    padding: 6px 12px;
    border-right: 0;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
-moz-transition: all 0.3s ease-in-out 0.5s;
-ms-transition: all 0.3s ease-in-out 0.5s;
-o-transition: all 0.3s ease-in-out 0.5s;
transition: all 0.3s ease-in-out 0.5s;
}
#desktop-menu ul li ul li.active a {
  background: none !important;
  color: #ff0000 !important;
}

/*=============================================
	Slide Menu Styles
===============================================*/

.slide-menu-icon {
    color: #fff;
    position: absolute;
    right: 15px;
    top: -6px;
    font-size: 32px;
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 99;
}
@media only screen and (max-width: 1024px) {
    .slide-menu-icon {
        display: block;
    }
}
.slide-menu-icon:hover {
    color: #d8b066;
}
.slide-menu-icon:focus {
    color: #fff;
}
#slide-menu {
    width: 290px;
    height: 100%;
    position: fixed;
    right: -290px;
    overflow-y: scroll;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    padding: 30px;
    float: left;
    background-color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#slide-menu .slide-menu-icon-close {
    float: right;
    top: 0;
    right: 16px;
    position: absolute;
    z-index: 100;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slide-menu .slide-menu-icon-close:hover {
    color: #d8b066;
}
#slide-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#slide-menu ul.slide-navigation {
    margin-left: 15px;
}
#slide-menu ul.slide-navigation li {
    font-family: "source_sans_proregular";
    font-size: 16px;
    color: #fff;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #444;
}
#slide-menu ul.slide-navigation li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
#slide-menu ul.slide-navigation li a {
    display: block;
}
#slide-menu ul.slide-navigation li.active {
    color: #d8b066;
}
#slide-menu ul.slide-navigation li.active a {
    color: #d8b066;
}
#slide-menu ul.slide-navigation li.parent:before {
    display: none;
}
#slide-menu ul.slide-navigation li.parent.active a {
    color: #976c1e !important;
}
#slide-menu ul.slide-navigation li.parent ul.sub-menu li.active a {
    color: #976c1e !important;
}
#slide-menu ul.slide-navigation li.parent.active ul.sub-menu a {
    color: #fff !important;
}
#slide-menu ul.slide-navigation li.parent.active ul.sub-menu a:hover {
    color: #976c1e !important;
}
#slide-menu ul.slide-navigation li.parent > a {
    color: #fff;
}
#slide-menu ul.slide-navigation li.parent.opened > a {
    color: #d8b066;
}
#slide-menu ul.slide-navigation li.parent.opened span.plus-icon:before {
    content: "\f068" !important;
    color: #d8b066;
}
#slide-menu ul.slide-navigation li.parent span.plus-icon {
    position: absolute;
    left: -25px;
    top: 15px;
}
#slide-menu ul.slide-navigation li.parent span.plus-icon:before {
    font-family: "FontAwesome";
    content: "\f067";
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
}
#slide-menu ul.slide-navigation li ul {
    display: none;
    margin: 10px 0;
}
#slide-menu ul.slide-navigation li ul li {
    font-size: 15px;
    padding: 8px 0;
    color: #fff;
    border-bottom: 0;
}
#slide-menu ul.slide-navigation li ul li:before {
    display: none;
}
#slide-menu ul.slide-navigation li ul li.active a {
    color: #d8b066 !important;
}
#slide-menu ul.slide-navigation li ul li a {
    color: #fff;
}
#slide-menu ul.slide-navigation li ul li a:hover {
    color: #d8b066;
}
#slide-menu ul.slide-navigation li ul li ul li {
    font-size: 12px;
}
#slide-menu ul.slide-navigation li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slide-menu ul.slide-navigation li a:hover {
    color: #d8b066;
}
/*============================================================== Header Styles =========================================================== */

#header {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0 40px 0;
    z-index:30;
}
#header.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  #header.sticky {
    position: relative;
  }
}
#header:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    height: 92px;
    bottom: 0;
    content: "";
    z-index: -1;
    background: url("../images/header-bottom-curve.png") center no-repeat;
}
#header:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  content: "";
  top: 0;
  background: #fff0dc;
  background: -moz-linear-gradient(top,  #AFD4EE 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #AFD4EE 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #AFD4EE 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0dc', endColorstr='#ffffff',GradientType=0 );
}
#header .col1 {
    float: left;
    width: 22%;
}
@media only screen and (max-width: 768px) {
    #header .col1 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 15px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
    #header .col1 {
        margin-bottom: 0;
    }
}
#header .col1 figure {
    margin: 0;
    padding: 0;
}
#header .col1 figure img {
  max-width: 100%;
}
#header .col2 {
    float: right;
    width: 78%;
}
@media only screen and (max-width: 768px) {
    #header .col2 {
        width: 100%;
        float: none;
        text-align: center;
    }
}
#pre-header .social {
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
    #pre-header .social {
        float: none;
        text-align: center;
    }
    #pre-header .social ul {
        display: table;
        margin: 0 auto;
    }
}
#header .search {
    float: right;
    position: relative;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
#header .search {
        text-align: center;
        margin: 0 auto;
        float: left;
        right: 0;
        left: 0;
    }
}
.search input.inputbox {
    border: 1px solid #ddd;
    color: #444;
    font-family: "source_sans_proregular";
    font-size: 14px;
    padding: 6px 12px;
    display: block;
    float: right;
    min-width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}
@media only screen and (max-width: 768px) {
  .search input.inputbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.search input.inputbox:after {
    background: url("../images/search-button.png") no-repeat;
    border: medium none;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px;
	  font-size:0;
	  padding:0;
	  -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    content: "";
}
@media only screen and (max-width: 768px) {
  .search input.button {
    top: 25px;
  }
}
.social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social ul li {
    float: left;
}
.social ul li.facebook a {
    background-position: 0 0;
}
.social ul li.twitter a {
    background-position: -26px 0;
}
.social ul li.linkedin a {
    background-position: -52px 0;
}
.social ul li.youtube a {
    background-position: -78px 0;
}
.social ul li a {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    background: url("../images/social.png") no-repeat;
}

@media only screen and (max-width: 480px) {
  #pre-header .social {
    display: none;
  }
}

/*============================================================== Banner Styles =========================================================== */

#home-banner {
    float: left;
    width: 100%;
    position: relative;
    top: -60px;
    border-bottom: 6px solid #fff;
}
#home-banner .slider-container {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    height: 560px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    #home-banner .slider-container {
        height: 440px;
    }
}
@media only screen and (max-width: 640px) {
  #home-banner {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container {
        height: 360px;
    }
}
#home-banner .slider-container .slider {
    width: 100%;
    float: left;
    height: 560px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #home-banner .slider-container .slider {
        height: 440px;
    }
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider {
        height: 360px;
    }
}
#home-banner .slider-container .slider .slide {
    width: 100%;
    height: 560px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #home-banner .slider-container .slider .slide {
        height: 440px;
        background: none;
    }
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider .slide {
        height: 360px;
    }
}
#home-banner .slider-container .slider .slide section {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 22px 25px;
    z-index: 99;
    max-width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider .slide section {
        padding: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}
#home-banner .slider-container .slider .slide section h2 {
    font-family: "source_sans_probold";
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #ffd200;
    margin:  0 auto;
    padding: 14px 20px;
    background: #000;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider .slide section h2 {
        margin: 0;
        font-size: 25px;
        line-height: 28px;
    }
}
#home-banner .slider-container .slider .slide section p {
    font-family: "source_sans_proregular";
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
}
@media only screen and (max-width: 480px) {
    #home-banner .slider-container .slider .slide section p {
        display: none;
    }
}
/*============================================================== Home Content Area Styles =========================================================== */

#home-content-area {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: -64px;
}
#home-content-area .home-products {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
#home-content-area .home-products .product-carousel {
    top: -70px;
    z-index: 999;
}
@media only screen and (max-width: 640px) {
    #home-content-area .home-products .product-carousel {
        top: -40px;
    }
    #home-content-area {
      margin-top:50px;
    }
}
#home-content-area .home-products .product-carousel .slick-arrow {
    background: none;
}
#home-content-area .home-products .product-carousel .slick-arrow:after {
    color: #222;
    font-size: 50px;
}
#home-content-area .home-products .product-carousel .slick-arrow.slick-prev {
    left: -20px;
}
#home-content-area .home-products .product-carousel .slick-arrow.slick-next {
    right: -20px;
}
#home-content-area .home-products .product-carousel article {
    text-align: center;
    padding: 0 25px;
}
#home-content-area .home-products .product-carousel article figure {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    width: 200px;
    height: 200px;
    border: 3px solid #fff;
}
#home-content-area .home-products .product-carousel article figure img {
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    max-width: 100%;
}
#home-content-area .home-products .product-carousel article h3 {
    font-family: "source_sans_prosemibold";
    font-size: 18px;
    color: #111;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}
#home-content-area .home-products .product-carousel article p {
    font-family: "source_sans_proregular";
    font-size: 17px;
    line-height: 26px;
    color: #444444;
    margin: 0;
}
#home-content-area .home-products .product-carousel article p a {
  font-family: "source_sans_prosemibold";
  font-size: 15px;
  color: #bb082a;
}
#home-content-area .home-products .primary-button {
    margin-top: -30px;
}
#home-content-area .overview {
    background-color: #F8F8F8;
    padding: 40px 0;
    margin: 25px 0 0 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#home-content-area .overview h2 {
  font-family: "source_sans_prosemibold";
  font-size: 24px;
  color: #006CB5;
  margin: 0 0 10px 0;
}
#home-content-area .overview .col1 {
    width: 72%;
    float: left;
}
@media only screen and (max-width: 640px) {
    #home-content-area .overview .col1 {
        width: 100%;
        margin-bottom: 15px;
    }
}
#home-content-area .overview .col1 .brands {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
#home-content-area .overview .col1 p {
    font-family: "source_sans_proregular";
    font-size: 17px;
    line-height: 26px;
    color: #444444;
    margin: 0 0 25px 0;
}
#home-content-area .overview .col1 p img {
    float: left;
    margin: 0 15px 0 0;
    max-width: 100%;
}
#home-content-area .overview .col2 {
    width: 24%;
    float: right;
    text-align: center;
    margin-bottom: 30px;
}
#home-content-area .overview .col2 img {
  max-width: 100%;
  border: 4px solid #977749;
  height: auto;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-sizing: border-box;
}
#home-content-area .overview .col2 h2 {
  text-align: left;
}
@media only screen and (max-width: 640px) {
    #home-content-area .overview .col2 {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
  #home-content-area .overview .col1 p img {
    float: none;
    margin-bottom: 20px;
    display: block;
  }
}
.brands {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.brands h2 {
    font-family: "source_sans_prosemibold";
    font-size: 24px;
    color: #957444;
    margin: 0 0 10px 0;
    text-align: center;
}
.brands .wrapper {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 15px;
}
.brands figure {
    padding: 0;
    width: 20%;
    text-align: center;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.brands figure img {
    max-width: 100%;
}
.brands figure:nth-of-type(2) {
    width: 31%;
}
@media only screen and (max-width: 640px) {
    .brands figure {
        width: 20%;
    }
}
@media only screen and (max-width: 480px) {
    .brands figure {
        width: 100%;
        margin: 0 0 1% 0;
    }
    .brands figure:nth-of-type(2) {
        width: 100%;
    }
}
.life-at-sunbulah {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 2px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 2px;
    margin-bottom: 15px;
}
.life-at-sunbulah img {
    width: 100% !important;
    height: auto !important;
    margin: 1px;
    float: left;
}
/*============================================================== Footer Styles =========================================================== */

#footer {
    float: left;
    width: 100%;
    background: #006CB5;
    padding: 25px 0 40px 0;
    position: relative;
}
#footer .container {
    z-index: 1;
}
#footer:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    height: 92px;
    top: -50px;
    content: "";
    background: url("../images/footer-top-curve.png") center no-repeat;
}
#footer:after {
    position: absolute;
    right: 0;
    width: 100%;
    float: left;
    height: 205px;
    bottom: 0;
    content: "";
  /*  background: url("../images/footer-logo.png") right no-repeat; */
    opacity: .3;
}
#footer h3 {
    font-family: "source_sans_prosemibold";
    color: #fff;
    font-size: 19px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer ul li {
    font-family: "source_sans_proregular";
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
#footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#footer ul li a:hover {
    color: #ffd200;
}
#footer address {
    width: 50%;
    float: left;
    font-family: "source_sans_proregular";
    font-size: 15px;
    color: #fff;
    font-style: normal;
    line-height: 26px;
}
@media only screen and (max-width: 480px) {
  #footer {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
    #footer address {
        width: 100%;
    }
}
#footer .col1 {
    width: 30%;
    float: left;
}

@media only screen and (max-width: 768px) {
    #footer .col1 {
        width: 33%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 480px) {
    #footer .col1 {
        width: 100%;
    }
}
#footer .col1 ul li {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 320px) {
    #footer .col1 ul li {
        width: 100%;
    }
}
#footer .col2 {
    width: 70%;
    float: left;
}
@media only screen and (max-width: 768px) {
    #footer .col2 {
        width: 66%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 480px) {
    #footer .col2 {
        width: 100%;
    }
}
#footer .col2 ul li {
    width: 33%;
    float: left;
}
@media only screen and (max-width: 480px) {
    #footer .col2 ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 320px) {
    #footer .col2 ul li {
        width: 100%;
    }
}
#footer .col3 {
    float: left;
    width: 40%;
}
@media only screen and (max-width: 768px) {
    #footer .col3 {
        width: 100%;
    }
}
/*============================================================== Copyright Styles =========================================================== */

#copyright {
    float: left;
    width: 100%;
    background-color: #2E3192;
    text-align: center;
    padding: 13px 0;
}
#copyright .social ul {
    display: table;
    margin: 0 auto;
}
#copyright p {
    font-family: "source_sans_proregular";
    font-size: 14px;
    color: #fff;
    margin: 5px 0 0 0;
    float: right;
}
#copyright p a {
    color: #ffd200;
}
@media only screen and (max-width: 640px) {
    #copyright p {
      text-align: center;
      float: none;
    }
}
/*============================================================== Inner Page Styles =========================================================== */

#inner-banner {
  float: left;
  width: 100%;
  position: relative;
  top: -60px;
  border-bottom: 6px solid #fff;
  height: 220px;
  background-size: cover;
  overflow: hidden;
}
#inner-banner img {
  width: 100%;
}
#inner-content-area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -25px;
    margin-bottom: 30px;
}
#inner-content-area .col1 {
  float: left;
  width: 78%;
  position:relative;
}
@media only screen and (max-width: 768px) {
    #inner-content-area .col1 {
        width: 100%;
    }
    #inner-banner {
      top: 0;
      height: auto;
    }
    #inner-content-area {
      margin-top: 0;
    }
}
#inner-content-area .col1 img {
    max-width: 100%;
}
#inner-content-area .col1 .page-header, #inner-content-area .colfull .page-header{
	padding:0 0 20px
}
#inner-content-area .col1 h2,#inner-content-area .colfull h2,#inner-content-area .col1 h1, #inner-content-area .colfull h1{
  font-family: "source_sans_prosemibold";
  font-size: 26px;
  color: #006CB5;
  margin:0;
}
#inner-content-area .col1 ul.breadcrumb,#inner-content-area .colfull ul.breadcrumb {
    margin:0;
    padding: 0;
    list-style-type: none;
	position:relative;
	top:58px;
}
#inner-content-area .col1 ul.breadcrumb li,#inner-content-area .colfull ul.breadcrumb li {
    font-family: "source_sans_proregular";
    font-size: 14px;
    color: #444;
	  display:inline-block;
}
#inner-content-area .col1 ul.breadcrumb li a,#inner-content-area .colfull ul.breadcrumb li a {
    color: #6B5129;
}
#inner-content-area .col1 li span.divider,#inner-content-area .colfull li span.divider {
    width:auto;
    height:auto;
    line-height:auto;
    border-top:0;
    display:inline-block;
    padding: 0px !important;
    margin:0px;
}

#inner-content-area .col1 h3, #inner-content-area .colfull h3  {
    font-family: "source_sans_prosemibold";
    font-size: 20px;
    margin: 0 0 5px 0;
}
#inner-content-area .col1 p, #inner-content-area .colfull p {
    font-family: "source_sans_proregular";
    font-size: 17px;
    color: #444;
    line-height: 26px;
}
#inner-content-area .col1 p strong, #inner-content-area .colfull p strong {
  font-weight: normal;
  font-family: "source_sans_prosemibold";
}
#inner-content-area .col1 p img, #inner-content-area .colfull p img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
}
#inner-content-area .col1 p strong {
    font-weight: normal;
    font-family: "source_sans_probold";
}
#inner-content-area .col2 {
    float: right;
    width: 18%;
}
@media only screen and (max-width: 768px) {
    #inner-content-area .col2 {
        width: 100%;
        margin-bottom: 20px;
    }
}
#inner-content-area .col2 h2 {
  font-family: "source_sans_prosemibold";
  font-size: 20px;
  color: #b91412;
  margin: 0 0 5px 0;
}
#inner-content-area .col2 h3 {
  font-family: "source_sans_prosemibold";
  font-size: 20px;
  color: #957444;
  margin: 0 0 10px 0;
}
#inner-content-area .col2 .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#inner-content-area .col2 .menu li {
  font-family: "source_sans_proregular";
  color: #222;
  position: relative;
}
#inner-content-area .col2 .menu li:before {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #c09b64;
  top: 10px;
  left: 15px;
}
#inner-content-area .col2 .menu li a {
  color: #222;
  display: block;
  padding: 10px 14px 10px 30px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fffcf7;
}
#inner-content-area .col2 .menu li:last-of-type a {
  border-bottom: 1px solid #ddd;
}
#inner-content-area .col2 .menu li.active a {
  background-color:#c09b64;
  color: #fff;
}
#inner-content-area .col2 .menu li.active:before {
  color: #fff;
}
.fb-like-widget {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.fb-like-widget h2 {
    color: #3b579d !important;
    font-size: 18px !important;
}
.timeline {
    position: relative;
    overflow: auto;
    margin: 25px 0;
    width: 100%;
}
.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    background: #f5f5f5;
    left: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media only screen and (min-width: 640px) {
    .timeline:before {
        left: 50%;
    }
}
.timeline h4 {
    background: #f5f5f5;
    max-width: 8em;
    margin: 0 auto 1em;
    padding: 0.5em;
    text-align: center;
    position: relative;
    clear: both;
    font-family: "source_sans_probold";
    font-size: 18px;
    color: #B91412;
}
.timeline ul {
    list-style: none;
    padding: 0 0 0 1em;
    z-index: 1;
}
@media only screen and (min-width: 640px) {
    .timeline ul {
        padding-left: 0;
        margin: 0 auto;
    }
}
.timeline ul li {
    background: #f5f5f5;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
}
@media only screen and (min-width: 640px) {
    .timeline ul li {
        width: 42%;
    }
    .timeline ul li:nth-child(even) {
        float: right;
        margin-top: 2em;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
    }
    .timeline ul li:nth-child(odd):before {
        border-top: 1em solid #f5f5f5;
        border-right: 1em solid transparent;
        right: -1em;
        left: auto;
    }
    .timeline ul li:nth-of-type(2n+1) {
        clear: both;
    }
}
.timeline ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1em solid #f5f5f5;
    border-left: 1em solid transparent;
    position: absolute;
    left: -1em;
    top: 0;
}
.timeline ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*============================================================== Products Styles =========================================================== */

.products-row {
    float: left;
    width: 100%;
}
.products-row .product-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-row .product-item article {
    padding: 0 15px 25px 15px;
    text-align: center;
}
.products-row .product-item article figure {
   border: 3px solid #D3B17E;
   border-radius: 50%;
   height: 200px;
   margin: 0 auto 10px;
   padding: 0;
   width: 200px;
}
.products-row .product-item article figure img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 50%;
    max-width: 100%;
}
.products-row .product-item article h3 {
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    color: #111;
    font-family: "source_sans_prosemibold";
    font-size: 22px;
    border-bottom: 1px solid #e5e5e5;
}
.products-row .product-item article p {
    color: #444444;
    font-family: "source_sans_proregular";
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}
.products-row .product-item article p a {
  color: #bb082a;
  font-family: "source_sans_prosemibold";
  font-size: 15px;
}



/*============================================================== career Styles =========================================================== */

.career-row {
    float: left;
    width: 100%;
}
.career-row .career-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career-row .career-item article {
    padding: 0 15px 25px 15px;
    text-align: center;
}
.career-row .career-item article figure {
   border: 3px solid #D3B17E;
   border-radius: 50%;
   height: 160px;
   margin: 0 auto 10px;
   padding: 0;
   width: 160px;
}
.career-row .career-item article figure img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 50%;
    max-width: 100%;
}
.career-row .career-item article h3 {
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    color: #111;
    font-family: "source_sans_prosemibold";
    font-size: 22px;
    border-bottom: 1px solid #e5e5e5;
}
.career-row .career-item article p {
    color: #444444;
    font-family: "source_sans_proregular";
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}
.career-row .career-item article p a {
  color: #bb082a;
  font-family: "source_sans_prosemibold";
  font-size: 15px;
}

/*============================================================== Slick Slider Styles =========================================================== */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 9;
    /* The Fallback */
    background: none;
    border: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.slick-arrow:after {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #977749;
}
.slick-arrow.slick-next {
    right: -40px;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}
.slick-arrow.slick-prev {
    left: -40px;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-dots {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .slick-dots {
        bottom: 50px;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: none;
    background: #ddd;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #fff solid 2px;
}
.slick-dots li.slick-active button {
    background: #D0AE7C;
}
/*============================================================== Pre Loader Styles =========================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    padding-top: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* The Fallback */

    background: black;
    background: rgba(0, 0, 0, 0.9);
}
body.loaded #loader-wrapper {
    display: none;
}
.bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    line-height: 60px;
    border-radius: 50%;
    background: #b28533;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
    -webkit-animation: rock 4s infinite ease-in-out;
    animation: rock 4s infinite ease-in-out;
    border: 2px solid #fff;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.1);
    font-family: "source_sans_proregular";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.bubble:before {
    content: '';
    position: absolute;
    background: #2980b9;
    width: 80px;
    height: 30px;
    bottom: 0;
    display: block;
    border-top-right-radius: 50%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: curve 4s infinite ease-in-out;
    animation: curve 4s infinite ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-clip: border-box;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.2), inset 0 -10px 20px rgba(0, 0, 0, 0.4);
}
.bubble:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 24px;
    top: -15px;
    right: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    display: block;
    border-top-left-radius: 50%;
}
.shadow {
    position: absolute;
    top: calc(50% + 45px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    height: 20px;
    width: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    -webkit-animation: shadow-rock 4s infinite ease-in-out;
    animation: shadow-rock 4s infinite ease-in-out;
}
@-webkit-keyframes rock {
    50% {
        -webkit-transform: translate(calc(-50% + 10px), -50%) rotate(10deg);
        transform: translate(calc(-50% + 10px), -50%) rotate(10deg);
    }
}
@keyframes rock {
    50% {
        -webkit-transform: translate(calc(-50% + 10px), -50%) rotate(10deg);
        transform: translate(calc(-50% + 10px), -50%) rotate(10deg);
    }
}
@-webkit-keyframes shadow-rock {
    50% {
        left: calc(50% + 10px);
    }
}
@keyframes shadow-rock {
    50% {
        left: calc(50% + 10px);
    }
}
@-webkit-keyframes curve {
    25%, 75% {
        border-top: 2px solid rgba(255, 255, 255, 0);
    }
    50% {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@keyframes curve {
    25%, 75% {
        border-top: 2px solid rgba(255, 255, 255, 0);
    }
    50% {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

.mt-social.mt-social-header {
  margin-top: -5px;
}
.mt-social ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.mt-social.mt-social-header ul {
  display: block;
  margin: 0;
  padding: 0;
}
.mt-social li {
    margin-right: 5px;
    padding-left: 0 !important;
    float: left;
}
.mt-social ul li:before {
    display: none;
}
.mt-social a {
    width: 32px;
    height: 32px;
    background: red;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #fff !important;
    font-size: 15px;
    transition: all 0.5s ease-out 0s;
}
#mt-footer .mt-social {
    padding-top: 10px;
}
.mt-social a:hover {
    opacity: 0.7;
}
.mt-social a label{
	display:none;
}
.mt-social .mt-facebook {
    background: #0e76bc;
}
.mt-social .mt-twitter {
    background: #14b2e8;
}
.mt-social .mt-facebook {
    background: #0e76bc;
}
.mt-social .mt-youtube {
    background: #ed1c24;
}
.mt-social .mt-instagram {
    background: #d5438e;
}
.mt-social .mt-linkedin {
    background: #007bb6;
}
body.com_search ul.breadcrumb,body.com_flexicontact.loaded ul.breadcrumb{
	display:none;
}
fieldset.phrases{
	float:left;
	width:100%;
}

#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255, 255, 255, 0.8);
  background-size: cover;
  z-index:1000;
  height:100%;
  min-height:100%;
  z-index: 9999;
  }
#status{
  width:400px;
  height:300px;
  position:fixed;
  left:0;
  right: 0;
  top:30%;
  background-image:url("../images/preload.gif");
  background-size: 400px 300px;
  background-repeat:no-repeat;
  background-position:center;
  margin:0 auto;
}

#inner-content-area .search  {
  font-family: "source_sans_proregular";
}
#inner-content-area .search .btn {
   border:  none;
   border-radius: 20px;
   box-sizing: border-box;
   clear: both;
   cursor: pointer;
   display: inline-block;
   font-family: "source_sans_proregular";
   font-size: 15px;
   margin: 0 auto;
   outline: medium none;
   padding: 12px 30px;
   text-align: center;
   text-decoration: none;
   transition: all 0.3s ease-in-out 0s;
   background: #9a7c4f;
   color: #fff;
}
#inner-content-area .search .btn:hover, #inner-content-area .search .btn:focus {
  background: #684e26;
  color: #fff;
}
#inner-content-area .search .inputbox {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #444;
  font-family: "source_sans_proregular";
  font-size: 16px;
  padding: 14px 16px;
  resize: none;
  transition: all 0.3s ease-in-out 0s;
}
#inner-content-area .search .phrases-box {
  margin: 0 0 15px 0;
  padding: 0;
}
#inner-content-area .search .ordering-box {
  margin: 0 0 15px 0;
}
#inner-content-area .search fieldset {
  margin: 0;
  padding: 0;
}
.fc_page .page-header {
  float: left;
  width: 100%;
}

.fc_page > div {
    float: left;
    width: 50%;
}
.fc_page > .form-col {
  margin-left: 4%;
  width: 46%;
}
@media only screen and (max-width: 640px) {
  .fc_page > div {
      width: 100%;
      margin-bottom: 15px;
  }
}
.fc_line label.fc_left {
  font-family: "source_sans_proregular";
}

@media only screen and (max-width: 1024px) {
    .mt-social-header {
      display: none;
    }
}


.board-members {
  float: left;
  width: 100%;
}
.board-members .member {
  width: 18%;
  float: left;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 1%;
}
.board-members .member.chairman {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .board-members .member.chairman {
    width: 50%;
  }
  .board-members .member {
    width: 33%;
  }
}
@media only screen and (max-width: 480px) {
  .board-members .member {
    width: 48%;
  }
  .board-members .member.chairman {
    width: 48%;
  }
}
@media only screen and (max-width: 320px) {
  .board-members .member.chairman {
    width: 100%;
    margin: 0;
  }
  .board-members .member {
    width: 100%;
    margin: 0;
  }
}
.board-members .member img {
  margin-bottom: 6px;
  max-width: 100%;
  border-radius: 6px;
}
.board-members .member h6 {
  font-weight: normal;
  font-family: "source_sans_prosemibold";
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.board-members .member p {
  font-family: "source_sans_proregular";
  display: block;
  font-size: 15px !important;
  text-transform: capitalize;
  color: #777;
}

.country-list {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
}
.country-list ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}
.country-list ul li {
  font-family: "source_sans_proregular";
  font-size: 15px;
  width: 25%;
  float: left;
  margin-bottom: 6px;
}
.country-list ul li img {
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.country-list ul li sup, .country-list p sup {
  color: #de0327;
  font-size: 18px;
}
.country-list p {
  font-size: 15px !important;
  margin: 0;
  color: #555 !important;
}
@media only screen and (max-width: 640px) {
  .country-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .country-list ul li {
    width: 100%;
  }
}
.contact-box {
  width: 100%;
  float: left;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .contact-box {
    width: 100%;
  }
}
.contact-box p a {
  color: #957444;
}

.tp-bullets {
  display: none;
}

.brands-carousel .slick-arrow::after {
  font-size: 30px;
}
.brands-carousel .slick-arrow {
  top: 15%;
}
.brands-carousel .slick-arrow.slick-prev {
  left: -40px;
}
.brands-carousel .slick-arrow.slick-next {
  right: -40px;
}

.tp-caption.large_text {
  text-transform: inherit !important;
}

.list-icon{
    line-height: 2;
    list-style-image: url("/images/blt-pt.gif");
    margin-top: 15px;
    font-family: "source_sans_proregular";
    font-size:17px;
}
.certificates-row  {
  float: left;
  width: 100%;
}
.certificates-row .certificates {
  float: left;
  width: 100%;
}
.certificates-row img {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.certificates img {
  width: 31%;
  margin:1%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .certificates img {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .mt-social {
    float: none;
  }
  .brands-carousel .slick-arrow.slick-prev, .brands-carousel .slick-arrow.slick-next {
    display: none !important;
  }
}

.videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

body.itemid-210 #main #inner-content-area .container{
  width:100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.itemid-210 #main #inner-content-area .container iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
body.com_search .brands, body.com_search #inner-content-area .col2, body.com_search ul.breadcrumb, body.com_flexicontact.loaded ul.breadcrumb{
	display:none;
}
.tp-caption.large_text, .large_text {
  display: none;
}
.fc_form {
  float: left;
  width:100%;
  margin-bottom: 25px;
}
.fc_line {
  float: left;
  width: 100%;
}

/*--Project Page code --*/

#home-business-segments {
    float: left;
    padding: 25px 0;
    width: 100%;
}

#home-business-segments .business-segments {
    float: left;
    padding: 20px 0;
    width: 100%;
}
#home-business-segments .business-segments article {
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding: 0 1%;
    width: 25%;
}
@media only screen and (max-width: 980px) {
#home-business-segments .business-segments article {
    margin-bottom: 30px;
    width: 33.3%;
}
#home-business-segments .business-segments article:nth-of-type(3n+1) {
    clear: left;
}
}
@media only screen and (max-width: 640px) {
  
 
#home-business-segments .business-segments article {
    width: 50%;
}
#home-business-segments .business-segments article:nth-of-type(3n+1) {
    clear: none;
}
#home-business-segments .business-segments article:nth-of-type(2n+1) {
    clear: left;
}
}
@media only screen and (max-width: 480px) {
#home-business-segments .business-segments article {
    width: 100%;
}
}
#home-business-segments .business-segments article:hover figure {
    margin-top: -3px;
}
#home-business-segments .business-segments article:hover h4 a {
    color: #5bb629;
}
#home-business-segments .business-segments article figure {
    border: 3px solid #fff;
    border-radius: 100%;
   /*  height: 120px;*/
    margin: 15px auto;
    position: relative;
    transition: all 0.3s ease-in 0s;
   /*  width: 120px;*/
}
#home-business-segments .business-segments article figure img {
    border: 1px solid #ddd;
    /* border-radius: 50%; */
    height: 100%;
    width: 100%;
}
#home-business-segments .business-segments article figure::after {
    background-color: #fff;
    border-radius: 100%;
    bottom: -8px;
    content: "";
    height: 128px;
    left: -4px;
    position: absolute;
    width: 128px;
    z-index: -1;
}
#home-business-segments .business-segments article h4 {
    color: #222222;
    font-family: "source_sans_prosemibold";
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    text-align: center;
}
#home-business-segments .business-segments article h4 a {
    color: #222222;
    transition: all 0.3s ease-in 0s;
}




@media only screen and (min-width: 981px) {
 #home-business-segments .business-segments article:nth-of-type(5n+1) {
    clear: left;
 }
}

.fancybox-overlay.fancybox-overlay-fixed {

    z-index: 9999;

}

.board-main{width:100%;text-align:center;}
.member{width:25%;text-align:center;float:left;}

@media only screen and (max-width: 980px) {
 .member{width:33.3%;text-align:center;float:left;}
}

@media only screen and (max-width: 640px) {
.member{width:50%;text-align:center;float:left;}
}

@media only screen and (max-width: 480px) {
 .member{width:100%;text-align:center;float:left;}
 #footer .col2 ul li {
    width: 100%;
    float: left;
}
}