/* #Basic Styles*/
body { line-height: 1; }
html { font-size: 11px; line-height: 2.0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; min-height: 100%; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin 0 0; padding: 0 0; }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }
@-ms-viewport { width: device-width; }
/*general-flex*/
.flex-wrapper { display: flex; flex-wrap: wrap; }
.flex-item { display: flex; flex-direction: column; margin-bottom: 20px; }
.flex-content { flex: 1; margin-bottom: 20px; }
/*grid-flex*/
.wrap { /*max-width: 1500px;*/ height: 100%; }
.container-fluid, .container { margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; }
.row { box-sizing: border-box; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }
.row.reverse { -ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }
.col.reverse { -ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-offset-1 { margin-left: 8.333%; }
.col-offset-2 { margin-left: 16.667%; }
.col-offset-3 { margin-left: 25%; }
.col-offset-4 { margin-left: 33.333%; }
.col-offset-5 { margin-left: 41.667%; }
.col-offset-6 { margin-left: 50%; }
.col-offset-7 { margin-left: 58.333%; }
.col-offset-8 { margin-left: 66.667%; }
.col-offset-9 { margin-left: 75%; }
.col-offset-10 { margin-left: 83.333%; }
.col-offset-11 { margin-left: 91.667%; }
.first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
@media only screen and (min-width: 420px) {
.col-xs { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-xs-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-xs-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-xs-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-xs-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-xs-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-xs-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-xs-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-xs-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-xs-offset-1 { margin-left: 8.333%; }
.col-xs-offset-2 { margin-left: 16.667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.333%; }
.col-xs-offset-5 { margin-left: 41.667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.333%; }
.col-xs-offset-8 { margin-left: 66.667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.333%; }
.col-xs-offset-11 { margin-left: 91.667%; }
.start-xs { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-xs { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-xs { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-xs { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-xs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-xs { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-xs { -ms-flex-pack: distribute; justify-content: space-around; }
.between-xs { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-xs { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-xs { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 768px) {
.container { width: 750px; }
.col-sm,  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-sm { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-sm-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-sm-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-sm-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-sm-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-sm-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-sm-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-sm-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-sm-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-sm-offset-0 { margin-left: 0; }
.col-sm-offset-1 { margin-left: 8.333%; }
.col-sm-offset-2 { margin-left: 16.667%; }
.col-sm-offset-3 { margin-left: 25%; }
.col-sm-offset-4 { margin-left: 33.333%; }
.col-sm-offset-5 { margin-left: 41.667%; }
.col-sm-offset-6 { margin-left: 50%; }
.col-sm-offset-7 { margin-left: 58.333%; }
.col-sm-offset-8 { margin-left: 66.667%; }
.col-sm-offset-9 { margin-left: 75%; }
.col-sm-offset-10 { margin-left: 83.333%; }
.col-sm-offset-11 { margin-left: 91.667%; }
.start-sm { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-sm { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-sm { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-sm { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-sm { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-sm { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-sm { -ms-flex-pack: distribute; justify-content: space-around; }
.between-sm { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-sm { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-sm { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 992px) {
.container { width: 960px; }
.col-md,  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-md { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-md-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-md-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-md-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-md-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-md-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-md-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-md-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-md-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-md-offset-0 { margin-left: 0; }
.col-md-offset-1 { margin-left: 8.333%; }
.col-md-offset-2 { margin-left: 16.667%; }
.col-md-offset-3 { margin-left: 25%; }
.col-md-offset-4 { margin-left: 33.333%; }
.col-md-offset-5 { margin-left: 41.667%; }
.col-md-offset-6 { margin-left: 50%; }
.col-md-offset-7 { margin-left: 58.333%; }
.col-md-offset-8 { margin-left: 66.667%; }
.col-md-offset-9 { margin-left: 75%; }
.col-md-offset-10 { margin-left: 83.333%; }
.col-md-offset-11 { margin-left: 91.667%; }
.start-md { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-md { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-md { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-md { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-md { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-md { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-md { -ms-flex-pack: distribute; justify-content: space-around; }
.between-md { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-md { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-md { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 1200px) {
.container { width: 1136px; }
.col-lg,  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-lg { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-lg-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-lg-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-lg-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-lg-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-lg-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-lg-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-lg-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-lg-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-lg-offset-0 { margin-left: 0; }
.col-lg-offset-1 { margin-left: 8.333%; }
.col-lg-offset-2 { margin-left: 16.667%; }
.col-lg-offset-3 { margin-left: 25%; }
.col-lg-offset-4 { margin-left: 33.333%; }
.col-lg-offset-5 { margin-left: 41.667%; }
.col-lg-offset-6 { margin-left: 50%; }
.col-lg-offset-7 { margin-left: 58.333%; }
.col-lg-offset-8 { margin-left: 66.667%; }
.col-lg-offset-9 { margin-left: 75%; }
.col-lg-offset-10 { margin-left: 83.333%; }
.col-lg-offset-11 { margin-left: 91.667%; }
.start-lg { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-lg { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-lg { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-lg { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-lg { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-lg { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-lg { -ms-flex-pack: distribute; justify-content: space-around; }
.between-lg { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-lg { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-lg { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 1600px) {
.container { width: 1200px; }
}
/*reset stuff in editng mode
.ccm-area-block-list .col-1, .ccm-area-block-list .col-2, .ccm-area-block-list .col-3, .ccm-area-block-list .col-4, .ccm-area-block-list .col-5, .ccm-area-block-list .col-6, .ccm-area-block-list .col-7, .ccm-area-block-list .col-8, .ccm-area-block-list .col-9, .ccm-area-block-list .col-10, .ccm-area-block-list .col-11, .ccm-area-block-list .col-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.ccm-area-block-list .col-xs-1, .ccm-area-block-list .col-xs-2, .ccm-area-block-list .col-xs-3, .ccm-area-block-list .col-xs-4, .ccm-area-block-list .col-xs-5, .ccm-area-block-list .col-xs-6, .ccm-area-block-list .col-xs-7, .ccm-area-block-list .col-xs-8, .ccm-area-block-list .col-xs-9, .ccm-area-block-list .col-xs-10, .ccm-area-block-list .col-xs-11, .ccm-area-block-list .col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.ccm-area-block-list .col-sm-1, .ccm-area-block-list .col-sm-2, .ccm-area-block-list .col-sm-3, .ccm-area-block-list .col-sm-4, .ccm-area-block-list .col-sm-5, .ccm-area-block-list .col-sm-6, .ccm-area-block-list .col-sm-7, .ccm-area-block-list .col-sm-8, .ccm-area-block-list .col-sm-9, .ccm-area-block-list .col-sm-10, .ccm-area-block-list .col-sm-11, .ccm-area-block-list .col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }*/
body { color: #515151; font: 400 16px/1.5 'Open Sans', sans-serif; margin: 0 0; padding: 0 0; background: #fff;  }
article, aside, footer, header, nav, section { display: block; }
figcaption, figure, main { display: block; }
figure { margin: 20px 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1rem; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 16px; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25rem; }
sup { top: -0.5rem; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
input { overflow: visible; }
select { text-transform: none; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35rem 0.625rem 0.75rem; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
ul, li { margin: 0 0; list-style: inherit }
ul{display: inline-block;}
.side-menu-item{list-style-type: none;}
.ccm-image-slider-container
{
    max-height: 780px;

    overflow: hidden;
    text-align: center;
} 
.page-template-references .ccm-image-slider-container img
{
    position: relative;
    /*bottom: 180px;*/
}

.rslide
{
    max-height: 780px;
}
/* #Typography */
h1, h2, h3, h4, h5, h6 { width: 100%; font-family: 'Open Sans', sans-serif; color: #d27330; font-weight: 700; line-height: 1.5; margin: 0 0; text-align: center; text-transform: uppercase }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
h1 { font-size: 26px; margin-bottom: 10px }
h2 { font-size: 22px; margin-bottom: 9px }
h3 { font-size: 20px; margin-bottom: 8px }
h4 { font-size: 18px; margin-bottom: 8px }
p { margin: 0 0 12px 0; line-height: 1.5 }
/* #Links */
a, a:visited, p a, p a:visited { text-decoration: none; outline: 0; line-height: inherit; color: #d27330 } 
a:hover, p a:hover { color: #000 }
/* #Forms */
fieldset { margin-bottom: 20px; }
select { height: 52px; }
textarea { min-height: 150px; }
label, legend { display: block; font-weight: normal; font-size: 1.5rem; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 1.4rem; color: #444; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select { border: 1px solid #c9c9c9; background: #fff; padding: 10px 10px; outline: none; font: 400 16px/40px 'Open Sans', sans-serif; font-style: italic; margin: 0; width: 100%; max-width: 100%; display: block; color: #939393; }
select { height: 52px; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #c9c9c9; color: #939393 !important; }
input[type="submit"], .button a, a.button, a.button:visited { width: 174px; height: 48px; background: #d77a3b; text-align: center; color: #fff; display: inline-block; text-decoration: none; cursor: pointer; margin: 0 0; font: 600 18px/40px 'Open Sans', sans-serif; text-transform: uppercase; border: 2px solid #d77a3b; }
input[type="submit"]:hover, .button a:hover, a.button:hover { background: #fff; color: #d77a3b; }
/*buttons*/
.button { text-align: center }
/*image*/
img { vertical-align: middle; }
.img-responsive { display: block; width: 100%; max-width: 100%; height: auto }
.circle-corner { border-radius: 50%; }
/*clearfix*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.mobile-hide { display: none; }
.mobile-show { display: block; }
.hidden { display: none; }
/*start custom css*/
.wrapper { position: relative; width: 100%; height: 100%; }
#header { width: 100%; height: 103px; position: fixed; top: 0; left: 0; z-index: 150; background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) }
.top-header { width: 100%; height: 42px; background: #fff; }
.main-header { width: 100%; height: 61px; background: linear-gradient(90deg, #d77a3b, #bc4a2d); }
.icon-social { display: flex; justify-content: flex-end }
.icon-box { display: inline-block; margin: 4px; padding: 0 10px }
.icon-box .fa { font-size: 20px; margin-top: 8px; color: #d77a3b }
.header { width: 100%; height: 103px;  }
.header-fix { height: 103px; }
.logo { margin: 5px 0 5px 10px }
.logo img { width: 80px }
/*mobil menu*/
.toggle { width: 30px; height: 30px; position: absolute; top: 55px; right: 20px; display: block; z-index: 160; cursor: pointer; transition: top 0.3s; }
.ccm-toolbar-visible .toggle { top: 72px; }
div .menu { width: 0px; height: 600px; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 151; background: rgba(255, 255, 255, 0.9); -webkit-transition: width 0.5s; transition: width 0.5s; }
.menu-icon-bar { background-color: #fff; display: block; height: 3px; margin: 5px 0; }
.bar-bottom, .bar-top { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }
.bar-middle { opacity: 1; transition-delay: 0.3s, 0s; }
#toggle:checked + div .bar-top { transform: rotate(45deg); margin-top: 16px; }
#toggle:checked + div .bar-bottom { transform: rotate(-45deg); margin-top: -16px; }
#toggle:checked + div .bar-middle { opacity: 0; }
#toggle:checked + div .menu-icon-bar { background-color: #616161; }
#toggle { display: none; }
#toggle:checked + div .menu { width: 100%; display: block; }
.primary-menu { width: 100%; z-index: 200; }
.primary-menu div { float: none; display: inline-block; }
.primary-menu ul.menu { padding-top: 50px; padding-left: 0; }
.primary-menu li { display: block; width: 100%; margin: 0 0; }
.primary-menu li a { display: block; text-decoration: none; margin: 0 0; text-align: center; padding: 0 0; font: 600 14px/40px 'Open Sans', sans-serif; color: #616161; text-transform: uppercase; }
.primary-menu li a:visited { color: #616161; }
.primary-menu li a:hover { color: #d77a3b; }
.primary-menu li, .primary-menu li a { height: auto;  }
.primary-menu li:hover ul, .primary-menu li.over ul { height: auto; }
.primary-menu .sub-menu { margin-top: 0px; padding-left: 5px;     text-align: center;
    display: block;}
.primary-menu .sub-menu li a { font: 400 13px/34px 'Open Sans', sans-serif; }
/*slider*/
#slider { position: relative; width: 100%; min-width: 100%; padding: 0; margin: 0; display: inline-block; }
.rslides { position: relative; width: 100%; padding: 0; margin: 0; text-align: left; list-style: none; }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; margin: 0 0 !important; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { z-index: 0 }
.rslides .slide-element-holder, .rslides_nav { display: none }
.rslides_tabs { position: absolute; z-index: 10; left: 0; bottom: 20px; padding: 0 0; width: 100%; text-align: center }
.rslides_tabs li { list-style-type: none; display: inline-block; margin-right: 5px; }
.rslides_tabs li.rslides_here a { background: #d77a3b; }
.rslides_tabs li a { text-indent: -9999px; overflow: hidden; background: #fff; width: 22px; height: 22px; display: inline-block; margin-right: 10px;-webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; }
.page-template-services .rslides .slide-element-holder { width: 100%; height: auto; position: absolute; bottom: 0; left: 0; z-index: 10; text-align: center; overflow: hidden; display: block; }
.page-template-services .rslides .slide-element-text { height: auto; margin: 0; padding: 20px; display: inline-block; text-align: center }
.page-template-services .rslides .slide-element-text h1 { color: #fff; font-size: 24px; line-height: 28px; font-weight: 700; text-transform: uppercase; }
/*content*/
.anchor { position: relative; }
.anchor a { position: relative; left: 0px; top: 0px; }
.anchor a.anch-link { position: absolute; left: 0px; top: -120px; }
.page-content a { position: relative; left: 0; top: 0; }
.service-item { position: relative; margin-bottom: 20px; overflow: hidden }
.service-item a { position: relative; left: 0; top: 0; display: block }
.service-item h3 { position: absolute; top: 50%; width: 100%; text-align: center; height: 30px; margin-top: -15px; font: 700 18px/30px 'Open Sans', sans-serif; color: #fff; text-transform: uppercase }
.service-item img { display: block; width: 100%; height: auto; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; transform: scale(1); }
.service-item:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.services p { text-align: center }
.services a.button { position: relative; top:10px; }
.enterprise, .partenaires, .actualite { background: #ebebeb; padding: 40px 0}
.services, .references, .contact { padding: 40px 0 }
.services { padding-top: 10px }
.services .row { justify-content: center }
.h-space { height: 20px; width: 100% }
.image-left h3, .image-left p, .image-right h3, .image-right p { text-align: center }
.partenaires { text-align: center; }
.partenaires .row { justify-content: center; }
.featured-logo { margin-bottom: 20px; filter: grayscale(100%); }
.featured-logo:hover { filter: none; }
div.ccm-block-type-form { margin-top: 20px; margin-bottom: 20px; }
div.ccm-block-type-form div.form-group { margin-bottom: 20px }
div.ccm-block-type-form div.form-group textarea { height: 554px }
div.ccm-block-type-form .form-actions { text-align: center }
.news-list-wrapper h3 { color: #898989; }
.news-list-item { display: flex; margin-bottom: 20px }
.news-date { width:130px; height: 36px; padding: 0 20px 0 10px; background: url(../images/baksi-date.png) right; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 700; line-height: 36px; margin-right: 10px; flex-basis: 130px; flex-shrink: 0; }
.news-title { width: auto; flex-basis: auto }
.news-title a { position: relative; top:0; color: #898989; font-size: 18px; margin-top: 8px; }
.news-title a:hover { color: #d77a3b; }
.news-wrapper .news-date { width:168px; }
.news-content { margin-bottom: 30px; }
.news-content h2 { color: #898989; text-transform: none; text-align: left }
.news-share { text-align: left; margin-bottom: 25px }
.share-this-page { display: inline-block }
.share-list { list-style: none }
.share-list li { margin-right: 20px; float: left }
.share-list li a .fa-facebook:before, .share-list li a .fa-twitter:before, .share-list li a .fa-linkedin-square:before { display: none }
.share-list li a .fa { width: 42px; height: 42px; display: block; overflow: hidden; background: url(../images/share-icons.png) no-repeat }
.share-list li a .fa-facebook { background-position: 0px 0px }
.share-list li a:hover .fa-facebook { background-position: -42px 0px }
.share-list li a .fa-twitter { background-position: 0px -42px }
.share-list li a:hover .fa-twitter { background-position: -42px -42px }
.share-list li a .fa-linkedin-square { background-position: 0px -84px }
.share-list li a:hover .fa-linkedin-square { background-position: -42px -84px }
.page-title { padding: 20px 0 }
.alert { margin-top: 20px; }
.side-menu { margin: 0 0; padding: 0 0;}
.side-menu li a:before { content: "\f054"; font-family: 'FontAwesome'; font-size: 10px; margin-right: 5px; }
.side-menu li a { border-bottom: 1px solid #D4D4D4; line-height: 32px; display: block; font-size: 14px; }
table ul { padding-left: 20px; }
/*footer*/
footer { position: relative }
.footer-top { background: linear-gradient(#d77a3b, #bc4a2d); text-align: center; padding: 20px 0; }
.footer-menu { display: inline-block; text-align: center; list-style: none; }
.footer-menu li { margin: 10px 0; padding: 0 30px; height: 40px; line-height: 40px; }
.footer-menu li a { color: #fff; font-size: 13px; font-weight: 400; }
.footer-menu li a:hover { color: #000 }
.footer-social { text-align: center; margin-bottom: 30px; }
.footer-social .icon-social { display: flex; justify-content: center }
.footer-social .icon-box { display: inline-block; margin: 4px; padding: 0 10px }
.footer-social .icon-box .fa { font-size: 20px; margin-top: 8px; color: #fff }
.footer-bottom { background: #7c2006; text-align: center; padding: 20px; font-size: 14px; }
.footer-logo { margin-bottom: 20px }
.footer-logo img { width: 180px; display: inline-block }
.footer-bottom p { font-size: 14px; line-height: 1.4; margin-bottom: 10px;  }
.footer-legal p { font-size: 12px; margin: 20px 0; color: #fff }
/* Media Queries*/
 @media (min-width: 400px) {
}

@media (min-width: 460px) {
}

 @media (min-width: 576px) {  
}

 @media (min-width: 768px) {
.rslides .slide-element-holder { width: 100%; height: auto; position: absolute; bottom: 0; left: 0; z-index: 10; text-align: center; overflow: hidden }
.rslides .slide-element-text { height: auto; margin: 0; padding: 20px; display: inline-block; text-align: center }
.rslides .slide-element-text h1 { color: #fff; font-size: 24px; line-height: 28px; font-weight: 400; text-transform: uppercase; }
.rslides .slide-element-text p { display: none }
.rslides .slide-element-text .slider-button { padding: 0 30px; height: 45px; display: inline-block; border: 1px solid #fff; color: #fff; text-transform: uppercase; font-size: 18px; line-height: 45px; }
.rslides .slide-element-text .slider-button:hover { background: #d77a3b }
.rslides .slide-element-holder { display: block }
.image-left h3, .image-left p { text-align: left }
.image-right h3, .image-right p { text-align: right }
.service-item { margin-bottom: 23px }
.news-share { display: block;  width: 100px; max-width: 100px; height: auto; text-align: center }
.share-list li { margin-bottom: 20px; margin-right: 0; float: none }
}

@media (min-width: 992px) {
/*desktop menu*/
.toggle { display: none; }
div .menu { background: none; width: 100%; height: 61px; position: relative; overflow: visible; }
.primary-menu { text-align: right; height: 61px; display: block; }
.primary-menu ul { margin: 0 0; list-style: none; }
.primary-menu ul.menu { padding-top: 0; margin: 0 0 }
.primary-menu li { width: auto; height: 61px; float: left; position: relative; text-align: right; }
.primary-menu li a { height: 61px; padding: 0 20px; white-space: nowrap; font: 700 14px/61px 'Open Sans', sans-serif; color: #fff; text-transform: uppercase; display: block }
.primary-menu li a:visited { color: #fff; }
.primary-menu li a:hover { color: #000; }
.primary-menu li .sub-menu { display: none; position: absolute; width: auto; min-width: 120px; margin: 0; text-align: left; background: #fff; padding: 10px; z-index: 151; }
.primary-menu li .sub-menu li { height: 40px; margin-left: 0px; float: none; text-align: left; }
.primary-menu li .sub-menu li a { height: 40px; background: #fff; color: #616161; font: 700 14px/40px 'Open Sans', sans-serif; text-align: left; white-space: nowrap; padding: 0 10px; }
.primary-menu li .sub-menu li a:hover { color: #d77a3b; }
.primary-menu li>.sub-menu { top: 61px; left: 0; }
.primary-menu li:hover ul, li.over ul { display: block; }    
/*slider*/
.rslides .slide-element-holder { top: 120px }
.rslides .slide-element-text h1 { color: #d77a3b; font-size: 30px; line-height: 32px; font-weight: 700 }
.rslides .slide-element-text p { display: block; color: #fff; font-size: 18px }
.page-template-services .rslides .slide-element-text h1 { font-size: 30px; }
/*content*/
.services { padding-top: 40px }
.news-share { width: 180px; max-width: 180px }
.footer-menu li { float: left;  }
.footer-legal p { margin: 10px 0 }
}
@media (min-width: 1200px) {
h1 { font-size: 28px; margin-bottom: 10px }
h2 { font-size: 24px; margin-bottom: 9px }
h3 { font-size: 22px; margin-bottom: 8px }
h4 { font-size: 20px; margin-bottom: 8px }
.desk-second-menu ul li { padding: 0 10px } 
.desk-main-menu ul li a { font-size: 15px }
.desk-main-menu ul li { padding: 0 20px } 
.rslides .slide-element-holder { top: 180px }
.rslides .slide-element-text h1 { font-size: 36px; line-height: 42px }
.page-template-services .rslides .slide-element-text h1 { font-size: 36px; }
.event-list { height: 323px }
.news-share { margin-right: 18px; }
}

@media (min-width: 1600px) {
.desk-top-menu ul li { padding: 0 15px }  
.desk-main-menu ul li a { font-size: 16px } 
.rslides .slide-element-text h1 { font-size: 42px; line-height: 60px }
.event-title { font-size: 24px; line-height: 30px; bottom: 20px }
.event-list { height: 342px; padding: 30px }
.ev-title  { font-size: 18px; line-height: 24px; }
.spec-text p { font-size: 20px }
.cta-title p { font-size: 48px }
.news-share { margin-right: 35px; }


}