/*
www.devsaran.com
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700);

/* Reset
================================================== */
@font-face {
    font-family: 'metaplus_bold_romanregular';
    src: url('fonts/metaplus_bold_roman-webfont.eot');
    src: url('fonts/metaplus_bold_roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/metaplus_bold_roman-webfont.woff') format('woff'), url('fonts/metaplus_bold_roman-webfont.ttf') format('truetype'), url('fonts/metaplus_bold_roman-webfont.svg#metaplus_bold_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metaplusbook';
    src: url('fonts/metaplus-book-webfont.eot');
    src: url('fonts/metaplus-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/metaplus-book-webfont.woff') format('woff'), url('fonts/metaplus-book-webfont.ttf') format('truetype'), url('fonts/metaplus-book-webfont.svg#metaplusbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'news_gothic_mt';
    src: url('fonts/newsgothicmt-webfont.eot');
    src: url('fonts/newsgothicmt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/newsgothicmt-webfont.woff') format('woff'), url('fonts/newsgothicmt-webfont.ttf') format('truetype'), url('fonts/newsgothicmt-webfont.svg#news_gothic_mt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'news_gothic_mt';
    src: url('fonts/newsgothicmtbold-webfont.eot');
    src: url('fonts/newsgothicmtbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/newsgothicmtbold-webfont.woff') format('woff'), url('fonts/newsgothicmtbold-webfont.ttf') format('truetype'), url('fonts/newsgothicmtbold-webfont.svg#news_gothic_mt') format('svg');
    font-weight: bold;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

* {
    -webkit-appearance: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: Arial, 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
}

embed, iframe {
    z-index: 1;
    position: relative;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Body & Main
================================================== */

body {
    background: #ddd url("images/bg_new.png");
    font: 14px/19px Arial, 'Open Sans', Helvetica, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body.page-colorbox {
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

/*set max img width*/
img {
    max-width: 100%;
}

/* Main Wraps
================================================== */

#outer-wrap {
    position: relative;
}

#wrap {
    /*
      max-width: 1400px;
      margin: 0 auto;
        */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.page-location #wrap {
    overflow: hidden;
}

#primary {
    /*max-width: 1400px;*/
    margin: 0 auto;
}

.container {
    /*background: #fff;
    padding: 30px;*/
}

#content {
    padding: 0 0 40px;
}

.front.not-logged-in #content {
    padding: 0;
}

.front.logged-in #content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.one-sidebar #content {
    width: 760px;
    float: right;
    margin: 0 38px 0 0;
}

.node-type-list #content,
.node-type-article #content {
    padding: 0;
}

.no-sidebars.not-front #content,
.maintenance-page  #content {
    max-width: 1220px;
    margin: 0 auto;
}

.node-type-iframe.no-sidebars #content {
	max-width:100%!important;
	padding:0!important;
}
.node-type-iframe.no-sidebars #content-wrap {
	padding:0!important;
}
.node-type-iframe.no-sidebars .action-links {
	max-width: 1160px;
	margin:0 auto;
}
.node-type-iframe.no-sidebars .tabs-wrapper {
    max-width: 1220px;
    margin: 59px auto 5px;
}

#sidebar {
    float: right;
    width: 250px;
    font-size: 0.929em;
}

/* Commons
================================================== */

/*clear floats*/
.remove-margin {
    margin-right: 0 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear: both;
}

/*blockquote*/

/*preformatted text*/
pre {
    background: #fff url("images/pre-bg.png") repeat;
    margin: 40px 0px;
    padding: 25px 20px;
    line-height: 25px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

ul, ol {
    margin: 0 0 1em 2.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: decimal;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

table {
    width: 100%;
    background: #fff;
}

th {
}

tr {
}

td {
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #e73420;
    text-decoration: none;
}

h1 {
    font-size: 1.714em;
    margin: 0 0 20px;
}

h2 {
    font-size: 1.286em;
}

h3 {
    font-size: 1.286em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.857em;
}

h6 {
    font-size: 0.714em;
}

#main-content {
    font-size: 1em;
}

p {
    margin: 0 0 20px;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

p a, p a:visited {
    line-height: inherit;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a {
    outline: 0;
}

p a, p a:visited {
    line-height: inherit;
}

a:focus {
    outline: 0;
}

div.messages {
    margin: 50px 0 0;
}

/* Header
================================================== */

/*pre-header*/
#pre-header {
    margin: 20px 0 15px;
}

#header-social {
    float: right;
    margin: 0;
}

#header-social li,
#block-custom-forms-social-top li {
    float: left;
    display: block;
    margin-left: 2px;
}

#header-social a,
#block-custom-forms-social-top li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
}

#header-social a.social-share-pinterest,
#block-custom-forms-social-top li a.pinterest {
    background-image: url(images/social/pinterest.png);
}

#header-social a.social-share-twitter,
#block-custom-forms-social-top li a.twitter {
    background-image: url(images/social/twitter.png);
}

#header-social a.social-share-facebook,
#block-custom-forms-social-top li a.facebook {
    background-image: url(images/social/facebook.png);
}

#header-social a:hover,
#block-custom-forms-social-top li a:hover {
    background-position: bottom left;
}

/*header*/

#header-wrap {
    background: #000;
    min-height: 79px;
}

#header {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    margin: 0 auto;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 119px;
    height: 119px;
    z-index: 10;
}

#site-logo {
    float: left;
    /*padding: 25px 0 20px 10px;*/
}

/*logo*/
#logo h1 a, #logo h2 a {
    display: block;
    float: left;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: #fff;
    padding: 40px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo h1, #logo h2 {
    font-size: 2.286em;
    line-height: 1em;
    margin: 0;
}

#bottom {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e14242;
}

/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
    display: none;
}

/*core*/
#main-menu > ul, #main-menu > ul * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-menu > ul {
    line-height: 1.0;
}

#main-menu > ul ul {
    position: absolute;
    top: -999em;
    /*width: 180px;*/

}

#main-menu > ul ul li {
    width: 100%;
    margin: 0 !important;
}

#main-menu > ul li:hover {
    visibility: inherit;
}

#main-menu > ul li {
    float: left;
    position: relative;
}

#main-menu > ul a {
    display: block;
    position: relative;
}

#main-menu > ul li:hover ul, #main-menu > ul li.sfHover ul {
    left: 0px;
    top: 30px;
    z-index: 99;
}

#main-menu > ul li:hover li ul, #main-menu > ul li.sfHover li ul {
    top: -999em;
}

#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
    left: 180px;
    top: 1px;
}

/*styling*/
#navigation-wrap {
    float: right;
    margin-right: 5px;
    width: auto;
}

#navigation #main-menu > ul > li:hover > ul, #main-menu > ul li.sfHover > ul {
    top: 79px;
}

#navigation #main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul,
#main-menu > ul li li:hover ul, #main-menu > ul li li.sfHover ul {
    left: 200px;
    top: -10px;
}

#navigation #main-menu > ul a {
    font-size: 15px;
    height: 72px;
    line-height: 79px;
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'metaplus_bold_romanregular';
}

#navigation #main-menu > ul li.sfHover a {
    color: #00958b;
    border-bottom: 7px solid #00958b;
}

#navigation #main-menu > ul > li > a:hover {
    color: #00958b !important;
    border-bottom: 7px solid #00958b;
}

#navigation #main-menu > ul > li > a {
    /*border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;*/
    cursor: pointer;
}

#navigation #main-menu > ul > li > a > span {
    white-space: nowrap;
}

#navigation #main-menu > ul li {
    float: left;
    position: relative;
    margin: 0 0 0 29px;
    z-index: 2;
}

#navigation #main-menu > ul > li > a:hover {
    color: #fff;
}

#navigation #main-menu > ul > li > a.active {
    color: #00958b;
    border-bottom: 7px solid #00958b;
}

#navigation #main-menu > ul > li.sfHover > a,
#navigation a.active,
#navigation a.active:hover,
#navigation #main-menu > ul > li > a.active-trail,
#navigation #main-menu > ul > li > a.hover {
    color: #00958b;
    border-bottom: 7px solid #00958b;
}

/*drop-down styles*/
#navigation #main-menu > ul ul {
    position: absolute;
    nowhitespace: afterproperty;
    /*top: -999em;*/
    top: 79px !important;
    /*width: 200px;*/
    z-index: 9999;
    left: 0;
    display: none;
}

#navigation #main-menu > ul ul  ul {
    display: none !important;
}

#navigation #main-menu > ul ul li {
    background: #555353;
    border-bottom: 1px solid #777575;
}

#navigation #main-menu > ul ul li.first > a {
    background-color: #333333;
    text-transform: uppercase;
}

#navigation #main-menu > ul ul li:first-child {
    border-top: 0;
}

#navigation #main-menu > ul ul li:last-child {
    border-bottom: 0;
}

#navigation #main-menu > ul ul a {
    display: block;
    padding: 10px;
    color: #fff;
    width: auto !important;
    height: auto;
    margin: 0px;
    border: 0px;
    float: none !important;
    font-size: 0.929em;
    font-weight: normal;
    text-shadow: none;
    line-height: 13px;
    height: auto;
    cursor: pointer;
    white-space: nowrap;
    border: 0 !important;
    font-family: Arial;
    text-transform: none;
}

#navigation #main-menu > ul ul a.active {
    background-color: #00958B;
}

#main-menu > ul li.sfHover > ul a {
    color: #fff !important;
}

#navigation #main-menu > ul ul li > a{
    display: block;
}

#navigation #main-menu > ul ul li > a:hover {
    background-color: #333333;
    color: #FFFFFF !important;
    border: 0 !important;
}

/* Homepage
================================================== */

#home-slider {
    margin-bottom: 30px;
}

#site-slogan {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
    font-size: 1.857em;
}

/* Slider
================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
    display: block;
}

/*main*/
.flexslider-container {
    position: relative;
}

.flexslider {
    zoom: 1;
    position: relative;
}

.flexslider ul {
    margin: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    height: 100% !important;
}

/* =Content
----------------------------------------------- */

.node-teaser p {
    margin-bottom: 1em;
}

/* Sidebar
================================================== */
#sidebar .block > h2 {
    font-weight: bold;
    background: url("images/heading-bg.png") center repeat-x;
    margin-bottom: 20px;
}

#sidebar .block > h2 span {
    background: #f9f9f9;
    padding-right: 15px;
}

#sidebar .block {
    margin-bottom: 30px;
}

#sidebar a {
    color: #666;
}

#sidebar a:hover {
    color: #e73420;
    text-decoration: none;
}

/* Preface
================================================== */

/*Preface main*/
#preface-area {
    background: #fff url("images/vintage.png");
    padding: 40px;
    font-size: 0.929em;
    position: relative;
    margin-bottom: 20px;
}

.preface-block {
    float: left;
    width: 260px;
    margin-right: 50px;
}

.preface-block.remove-margin {
    margin-right: 0;
}

.preface-block .block {
    margin-bottom: 30px;
}

#preface-area .region-header .block {
    margin-bottom: 30px;
}

#preface-area .block > h2 {
    font-size: 1.143em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Footer
================================================== */

#footer {
    background: #000;
    padding-bottom: 13px;
}

#footer-area {
    font-size: 0.929em;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

#footer .footer-bottom {
    background: #333;
    overflow: hidden;
}

#footer .footer-bottom .region {
    max-width: 1220px;
    margin: 0 auto;
}

#footer-area a {
    color: #aaa;
}

#footer-area a:hover {
    color: #e73420;
    text-decoration: none;
}

.f_first {
    float: left;
    width: 30%;

}

.f_second {
    float: left;
    width: 38%;

}

.f_third {
    float: left;
    width: 32%;

}

.footer-block.remove-margin {
    margin-right: 0;
}

.footer-block .block {
    margin-bottom: 30px;
}

#footer-area .region-footer .block {
    margin-bottom: 30px;
}

#footer-area .block > h2 {
    color: #fff;
    font-size: 1.143em;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Other Overrides */

div.password-suggestions {
    border: 0;
}

.ui-widget-overlay {
    background: #222222;
    opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}

#forum .name {
    font-size: 1.083em;
}

#forum .description {
    font-size: 1em;
}

/* Form Buttons */

#block-search-form {
    /*padding-bottom: 7px;*/
}

#block-search-form .content {
    margin-top: 0;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    line-height: 14px;
    height: 40px;
    margin-right: 5px;
    width: 182px;
    background-color: #00958B;
    border: 0;
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
}

#search-block-form #edit-actions {
    padding: 0;
    margin: 0;
    float: left;
    width: auto;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    margin: 0 !important;
    height: 40px;
    width: 40px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/search-button.png) no-repeat center top;
    overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background-position: center bottom;
}

#search-form .form-item-keys label {
    display: block;
}

ol.search-results {
    padding-left: 0;
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 0;
}

.meta {
    font-weight: 400;
    font-size: 0.929em;
    margin: 5px 0 10px 0;
}

.meta a {
    color: #999;
}

.meta a:hover {
    color: #000;
}

.meta li {
    display: inline;
    margin-right: 5px;
    margin-right: 10px;
}

.meta strong {
    font-weight: 600;
    color: #111;
}

.meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.links li a {
    background-color: #E7E5E3;
    color: #100100;
    padding: 4px 5px;
    border-radius: 4px;
    text-shadow: 1px 1px #fff;
    font-weight: normal;
}

.links li a:hover {
    background-color: #D7D5D3;
    color: #100101;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
    background: transparent;
    border: 0;
}

#content table.cke_editor td {
    background: transparent;
    padding: 0;
    border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.poll .vote-form .choices {
    margin: 0;
}

.form-item label {
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
    margin: 0;
    padding: 0 0 0 1.5385em;
}

.item-list ul li {
    margin: 0;
    padding: 0;
}

ul.menu li {
    margin: 0;
    padding: 0;
}

ul.inline {
    clear: both;
}

ul.inline li {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
    border-bottom: 1px solid #b7b7b7;
    margin: 0 0 5px 0;
}

ul.primary {
    border: none;
    margin: 0;
    padding: 0;
}

ul.primary li a {
    background: none;
    border: none;
    display: block;
    float: left;
    line-height: 1.5385em;
    margin: 0;
    padding: 0 1em;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
    background: #666;
    border: none;
    color: #fff;
}

ul.primary li a:hover {
    background: #888;
    text-decoration: none;
}

ul.secondary {
    background: #666;
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.secondary li {
    border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
    border: none;
    color: #ccc;
    display: block;
    float: left;
    line-height: 1.5385em;
    padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
    background: #888;
    color: #fff;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: none;
}

ul.inline, ul.links.inline {
    margin-left: 0;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
    margin: 1.5385em 0;
}

.profile dd {
    margin-bottom: 1.5385em;
}

.profile h3 {
    border: none;
}

.profile dt {
    margin-bottom: 0;
}

.password-parent {
    width: 36em;
}

.pager-outer {
    float: left;
    position: relative;
    width: 100%;
    background: #d6d6d9;
}

.pager-outer .item-list {
    float: right;
    position: relative;
    right: 50%;
}

.pager-outer .pager {
    position: relative;
    right: -50%;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}

.pager-outer .pager li {
    display: block;
    float: left;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background-color: #333;
}

.pager-outer .pager li a {
    display: block;
    color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pager-outer .pager li a:hover {
    background-color: #a6a4a4;
}

.pager-outer .pager .pager-current {
    background: #00958b;
    color: #fff;
}

.pager-outer .pager .pager-first a,
.pager-outer .pager .pager-last a,
.pager-outer .pager .pager-previous a,
.pager-outer .pager .pager-next a {
    overflow: hidden;
    text-indent: -999px;
}

.pager-outer .pager .pager-first a {
    background-image: url(images/arrow-double-left.png);
}

.pager-outer .pager .pager-last a {
    background-image: url(images/arrow-double-right.png);
}

.pager-outer .pager .pager-previous a {
    background-image: url(images/arrow-left.png);
}

.pager-outer .pager .pager-next a {
    background-image: url(images/arrow-right.png);
}

/***********************/
.item-1 .views-field-field-image {
    /*overflow:hidden;*/
    width: 100%;
    max-width: 380px;
    position: relative;
    float: left;
}

.item-2 .views-field-field-image {
    /*overflow:hidden;*/
    margin: 0 auto;
    max-width: 380px;
    position: relative;
}

.item-3 .views-field-field-image {
    /*overflow:hidden;*/
    width: 100%;
    max-width: 380px;
    position: relative;
    float: right;
}

.item-1 .views-field-field-image:hover .views-field-view-node  a,
.item-2 .views-field-field-image:hover .views-field-view-node  a,
.item-3 .views-field-field-image:hover .views-field-view-node  a {
    background-position: bottom left;
}

.views-field-field-image .views-field-view-node  a,
.views-field-field-image .views-field-view-node  span {
    display: block;
    width: 55px;
    height: 55px;
    background: url(images/link_more.png) top left no-repeat;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
}

.views-field-field-image .views-field-view-node  a:hover {
    background-position: bottom left;
    text-decoration: none;
}

.views-field-field-image img {
    display: block;
}

.resize-decrease,
.resize-increase {
    display: block;
    width: 31px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0 3px 0 17px;
}

.resize-decrease {
    background-image: url(images/resize-decrease.png);
}

.resize-increase {
    background-image: url(images/resize-increase.png);
}

.button-send-email {
    display: block;
    width: 19px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/icon-email.png) top left no-repeat;
    float: left;
    margin: 0 0 0 20px;
}

.button-print {
    display: block;
    width: 21px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/icon-print.png) top left no-repeat;
    float: left;
    margin: 0 0 0 20px;
}

.resize-decrease:hover,
.resize-increase:hover,
.resize-decrease.disabled,
.resize-increase.disabled,
.button-send-email:hover,
.button-print:hover {
    background-position: bottom left;
}

#pre-header {
    float: right;
    width: auto;
    margin: 20px 0 0 0;
}

.breadcrumb {
    padding: 20px 0 20px 143px;
    font-size: 12px;
    position: relative;
}

.breadcrumb .description {
    text-transform: uppercase;
}

.breadcrumb a {
    padding: 0 11px 0 0;
    margin: 0 3px 0 0;
    background: url(images/arrow-breadcrumb.png) 100% 50% no-repeat;
}

.node .content-left {
    width: 28%;
    float: left;
}

.no-media .node .content-left {
	margin: -80px 0 0 0;
}

.node .content-right {
    width: 72%;
    float: right;
    padding: 41px 0 0 0;
}

.node .content-right .content-inner {
    margin: 0 0 0 40px;
}

.node-type-category .header-top .slider {
    margin: 0 0 20px 0;
}

.node-type-category .no-content .header-top .slider {
    margin: 0;
}

.slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider .item-list {
    position: relative;
    z-index: 1;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider li,
.view-slider .slides li {
    position: relative;
    z-index: 1;
}

.flex-direction-nav li {
    position: static !important;
}

.slider .arrow,
.slides .arrow {
    width: 67px;
    height: 67px;
    display: block;
    position: absolute;
    overflow: hidden;
    background: url(images/play_video.png);
    background-position: top left;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    text-indent: -999px;
}

.slider .resp-img-picture img {
	display: block;
	width: 100%;
}

.slider img {
    display: block;
}

.slide-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: url(images/slide_bg.png);
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slide-info  .slide-info-inner {
	padding: 0 40px;
}



.slide-info .views-field-title,
.slide-info .views-field-title-small {
    font-size: 34px;
    line-height: 36px;
    text-transform: uppercase;
    color: #00958a;
    margin: 40px 0 20px;
    font-family: 'metaplus_bold_romanregular';
}

.slide-info .views-field-title a {
    color: #00968c;
    font-family: 'metaplus_bold_romanregular';
}

.slide-info .views-field-teaser {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: Arial;
    margin: 0 0 20px 0;
}

.slide-info .views-field-date {
    font: italic 10px Arial;
    color: #d5d5d5;
}

.slide-info .views-field-link {
    background: #00958b;
    margin: 20px 0 0;
}

.slide-info .views-field-link a {
    display: block;
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'metaplus_bold_romanregular';
}

.slide-info .views-field-link  a:hover {
    background-color: #a6a3a3;
}

.flex-navigation-wrapper {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.flex-navigation-outer {
    float: left;
    position: relative;
    width: 100%;
}

.flex-navigation-inner {
    float: right;
    position: relative;
    right: 50%;
}

.flex-navigation {
    position: relative;
    right: -47%;
    z-index: 1;
    overflow: hidden;
}

.slider .flex-control-paging {
    float: left;
}

.slider .flex-control-paging li {
    float: left;
    margin: 0 8px;
}

.slider .flex-control-paging li a {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background-color: #00958b;
    font: 11px Arial;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    position: relative;
    zoom: 1;
    cursor: pointer;
}

.slider .flex-control-paging li a:hover {
    background-color: #a6a3a3;
}

.slider .flex-control-paging li a.flex-active {
    background-color: #fff;
    color: #000;
}

.slider .flex-pauseplay {
    float: left;
    margin: 0 0 0 8px;
}

.slider .flex-pauseplay a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    background: url(images/play_pause.png) 0 0 no-repeat;
}

.slider .flex-pauseplay a:hover {
    background: url(images/play_pause.png) 0 -22px no-repeat;
}

.slider .flex-pauseplay a.flex-play {
    background: url(images/play_pause.png) 0 -44px no-repeat;
}

.slider .flex-direction-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 100;
}

.slider .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-next {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    text-indent: -999px;
    overflow: hidden;
}

.slider .flex-direction-nav .flex-prev {
    left: 0;
    background: url(images/flex-prev.png) top left no-repeat;
}

.slider .flex-direction-nav .flex-next {
    right: 0;
    background: url(images/flex-next.png) top left no-repeat;
}

#header #search {
    float: right;
    width: auto;
    margin: 20px 0 0 30px;
}

#content #block-views-actions-block {
    float: left;
    width: 100%;
}

#block-views-news-block {
    float: left;
    width: 50%;
    padding: 0 2% 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#block-block-4 {
    float: left;
    width: 50%;
    padding: 0 0 0 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.one-col #block-block-4 {
    width: 48%;
    padding: 0;
}

#block-views-news-block .content {
    background-color: #f49521;
    padding: 30px 40px;
    min-height: 450px;
    position: relative;
}

#block-block-4 .content {
    background-color: #5296e3;
    padding: 30px 40px;
    min-height: 450px;
    position: relative;
}

#block-views-news-block .content .view-footer a,
#block-block-4  .content .view-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-family: 'metaplus_bold_romanregular';
    text-transform: uppercase;
    padding: 10px 10px;
}

#block-views-news-block .content .view-footer a:hover,
#block-block-4 .content a .view-footer:hover,
.view-location .view-footer p:hover {
    background-color: #a6a3a3;
}

#block-views-news-block .content .view-header {
    font-size: 31px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

#block-block-4  .content .view-header {
    font-size: 31px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

#block-block-4  .content .view-header strong {
    display: block;
}

#block-views-news-block .content .view-content {
    padding: 0 0 40px 0;
}

#block-views-news-block .content .view-content .views-row {
    border-bottom: 1px dotted #FFFFFF;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#block-views-news-block .content .view-content .views-row .views-field-created {
    font-size: 14px;
    color: #333333;
    font-family: Arial;
}

#block-views-news-block .content .view-content .views-row .views-field-title {
    line-height: 17px;
}

#block-views-news-block .content .view-content .views-row .views-field-title a {
    font-size: 17px;
    color: #FFFFFF;
    font-family: Arial;
}
#block-views-news-block .content .view-content .views-row .views-field-title a:hover {
	color:#a6a3a3;
}

#block-block-4  .content .view-content {
    text-align: center;
    padding: 0 0 12px 0;
}

#content_top {
    background: #fff;
    margin: 0 0 20px;
}

#content_top .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

#content_middle {
}

#content_middle .middle_top_inner {
    max-width: 1220px;
    margin: 0 auto;
}

#content_middle .middle_bottom_inner {
    background: #fff;
}



#content_middle .middle_bottom_inner .inner {
    max-width: 1220px;
    margin: 0 auto 20px;
}

.node-type-article #content_middle .middle_bottom_inner .inner,
.node-type-list #content_middle .middle_bottom_inner .inner {
    margin-bottom: 0;
}

#content_middle .middle_bottom_inner .region {
    padding: 40px 0;
    overflow: hidden;
}

#content_bottom {
    max-width: 1400px;
    margin: 0 auto;
}

.list-columns .view-header h2 {
    text-align: center;
    font-size: 31px;
    line-height: 31px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 20px 0;
    font-family: 'metaplusbook';
}

.list-columns .view-header h2 span {
    font-family: 'metaplus_bold_romanregular';
}

.list-columns .view-content {
    overflow: hidden;
}

.list-columns .view-footer {
    overflow: hidden;
    margin: 0 0 40px 0;
}

.list-columns .view-footer a {
    float: right;
    width: auto;
    background-color: #00958b;
    color: #FFFFFF;
    font-family: 'metaplus_bold_romanregular';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 10px;
}

.list-columns .view-footer a:hover {
    background-color: #a6a3a3;
}

.view-more .views-row {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.list-columns .resp-img-picture img,
.view-more .resp-img-picture img {
	display:block;
	width:100%;
}

.list-columns .item-1,
.view-more .item-1 {
    float: left;
    width: 380px;
    margin: 0 20px 40px 0;
}

.list-columns .item-2,
.view-more .item-2 {
    float: left;
    width: 380px;
    margin: 0 20px 40px 20px;
}

.list-columns .item-3,
.view-more .item-3 {
    float: left;
    width: 380px;
    margin: 0 0 40px 20px;
}

.list-columns .item-1 .views-field-field-categories,
.view-more .item-1 .views-field-title {
    padding: 20px 0 5px 0;
    width: 100%;
    max-width: 380px;
    float: left;
}

.list-columns .item-2 .views-field-field-categories,
.view-more .item-2 .views-field-title {
    padding: 20px 0 5px 0;
    margin: 0 auto;
    max-width: 380px;
}

.list-columns .item-3 .views-field-field-categories,
.view-more .item-3 .views-field-title {
    padding: 20px 0 5px 0;
    width: 100%;
    max-width: 380px;
    float: right;
}

.view-more .views-field-field-teaser p {
    margin: 20px 0 0;
}

.view-more .views-field-field-teaser p:first-child {
    margin: 0;
}

.list-columns .views-field-field-categories {
    color: #00968c;
    font-size: 18px;
    line-height: 18px;
    font-family: 'metaplus_bold_romanregular';
    text-transform: uppercase;
}

.list-columns .views-field-field-categories a {
    color: #00968c;
}

.list-columns .item-1 .views-field-title {
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 380px;
    float: left;
}

.list-columns .item-2 .views-field-title {
    padding: 0 0 10px 0;
    max-width: 380px;
    margin: 0 auto;
}

.list-columns .item-3 .views-field-title {
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 380px;
    float: right;
}

.view-summary {
    padding-top: 20px;
}
.view-actions .views-field-field-categories a:hover,
.view-actions .views-field-title a:hover,
.region-content-top-bottom .views-field-title a:hover,
.region-content-top-bottom .views-field-field-teaser a:hover,
.view-summary .views-field-title a:hover,
.view-summary .views-field-field-teaser a:hover p,
.view-actions .views-field-field-teaser a:hover p {
    color:#a6a3a3 !important;
}

.view-summary .item-1 .views-field-title,
.view-summary .item-2 .views-field-title,
.view-summary .item-3 .views-field-title {
    /*padding: 0 0 10px 0;*/
    padding: 20px 0 5px;
}

.view-summary .item-1 .views-field-title .field-content a,
.view-summary .item-2 .views-field-title .field-content a,
.view-summary .item-3 .views-field-title .field-content a,
.view-summary .item-1 .views-field-title .field-content span,
.view-summary .item-2 .views-field-title .field-content span,
.view-summary .item-3 .views-field-title .field-content span {
    color: #00968C;
    font-family: 'metaplus_bold_romanregular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.list-columns .views-field-title a {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
}

.list-columns .item-1 .views-field-field-teaser,
.view-more .item-1 .views-field-field-teaser {
    width: 100%;
    max-width: 380px;
    float: left;
}

.list-columns .item-2 .views-field-field-teaser,
.view-more .item-2 .views-field-field-teaser {
    max-width: 380px;
    margin: 0 auto;
}

.list-columns .item-3 .views-field-field-teaser,
.view-more .item-3 .views-field-field-teaser {
    width: 100%;
    max-width: 380px;
    float: right;
}

.list-columns .views-field-field-teaser p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-family: Arial;
}

.view-more .item-1 .views-field-field-file-1,
.view-more .item-1 .views-field-field-file,
.view-more .item-1 .views-field-field-link {
    width: 100%;
    max-width: 380px;
    float: left;
}

.view-more .item-2 .views-field-field-file-1,
.view-more .item-2 .views-field-field-file,
.view-more .item-2 .views-field-field-link {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.view-more .item-3 .views-field-field-file-1,
.view-more .item-3 .views-field-field-file,
.view-more .item-3 .views-field-field-link {
    width: 100%;
    max-width: 380px;
    float: right;
}

#block-views-slider-block-1 {
    margin: 0 0 33px;
}

#content_bottom #block-views-slider-block-1 {
    margin: 0;
}

#block-views-slider-block-1 .view-header {
    display: none;
}

#block-views-slider-block-1 .view-content {
    overflow: hidden;
}

#block-views-slider-block-1 .view-content .slides {
    padding: 0;
    margin: 0;
}

#block-views-slider-block-1 .view-content .flex-viewport .slides li {
    position: relative;
}
#block-views-slider-block-1 .view-content .flex-viewport .slides li .resp-img-picture {
	display:block;
	width:100%;
}
#block-views-slider-block-1 .view-content .slides li img {
    display: block;
    cursor: pointer;
}

#content_bottom #block-views-slider-block-1 {
    padding: 0 90px;
}

#content_bottom #block-views-slider-block-1 .view-header {
    display: block;
}

#block-views-slider-block-1 .slide-info .views-field-year {
    margin: 50% 0 0 0;
    color: #00968c;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 42px;
    font-family: 'metaplus_bold_romanregular';
}

#block-views-slider-block-1 .slide-info .views-field-title,
#block-views-slider-block-1 .slide-info  .views-field-title-small {
    font-size: 15px;
    line-height: 19px;
    margin: 5px 0 20px;
    color: #FFFFFF;
}

#block-views-slider-block-1 .slide-info .views-field-title a {
    color: #fff;
}

#block-views-slider-block-1 .slide-info .views-field-teaser,
#block-views-slider-block-1 .slide-info .views-field-teaser-small {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: Arial;
    margin: 0 0 20px 0;
}

#block-views-slider-block-1 .slide-info .views-field-date {
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial;
    font-style: italic;
}

#block-views-slider-block-1 .slider-basic {
    position: relative;
    z-index: 1;
}

#block-views-slider-block-1 .slider-pager {
    position: relative;
}

#block-views-slider-block-1 .slider-pager  .flex-viewport {
    /*margin: 0 42px;*/
}

#block-views-slider-block-1 .slider-basic .flex-direction-nav {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    z-index: 100;
}

#block-views-slider-block-1 .slider-pager .flex-direction-nav {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
}

#block-views-slider-block-1  .slider-basic .flex-direction-nav .flex-prev {
    left: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(images/flex-prev.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#block-views-slider-block-1 .slider-basic .flex-direction-nav .flex-next {
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(images/flex-next.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#block-views-slider-block-1  .slider-pager .flex-direction-nav .flex-prev {
    /*left: 0;*/
    left: -42px;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(images/flex-prev2.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#block-views-slider-block-1 .slider-pager .flex-direction-nav .flex-next {
    /*right: 0;*/
    right: 42px;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(images/flex-next2.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#block-views-slider-block-1 .flex-direction-nav .flex-prev:hover,
#block-views-slider-block-1  .flex-direction-nav .flex-next:hover,
#block-views-slider-block-1  .flex-direction-nav .flex-next.flex-disabled,
#block-views-slider-block-1 .flex-direction-nav .flex-prev.flex-disabled {
    background-position: bottom left;
}

#block-views-slider-block-1 .slider-pager {
    margin: 40px 0 0 0;
    /*float: left;
    width: 100%;*/
    padding: 0 42px;
}

#block-views-slider-block-1 .slider-pager li {
    float: left;
    width: auto;
    margin: 0 2px 0 0;
}

#block-views-slider-block-1 .slider-pager li img {
    display: block;
}

#block-views-slider-block-1 .slider-pager li.flex-active-slide img {
    border-bottom: 7px solid #00958b;
}

#block-views-slider-block-1 .view-header h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 20px 0;
    font-family: 'metaplusbook';
}

#block-views-slider-block-1 .view-header h2 span {
    font-family: 'metaplus_bold_romanregular';
}

#block-views-slider-block-1 .slide-info  .views-field-title-small,
#block-views-slider-block-1 .slide-info  .views-field-teaser-small {
    display: none;
}

#footer-block-wrap {
    padding: 40px 90px;
}

#footer-block-wrap .footer-block .region-footer-first {
    border-right: 1px solid #4d4c4c;
    padding: 0 40px 0 0;
    min-height: 260px;
}

#footer-block-wrap .footer-block .region-footer-second {
    border-right: 1px solid #4d4c4c;
    padding: 0 40px;
    min-height: 260px;
}

#footer-block-wrap .footer-block .region-footer-third {
    padding: 0 0 0 40px;
    min-height: 260px;
}

#block-block-6 {
    height: 40px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#block-block-6 .content {
    padding: 0 90px;
}

#block-block-6 a {
    color: #FFFFFF;
    text-decoration: none;
}
#block-block-6 a:hover {
	color: #333333;
}

#block-block-6 .content div {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 90px;
    bottom: 0;
    width: 230px;
    height: 100px;
    background-image: url(images/footer_h.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#block-block-6 .content div a span {
    margin: 68px 0 0 20px;
    float: left;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    background-image: url(images/f_arr.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#block-block-6 .content div a:hover span {
    color: #333333;
    background-image: url(images/f_arr-hover.png);
}

#block-block-6 p {
    margin: 0;
    float: left;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 20px 0 0;
    background-image: url(images/f_arr.png);
    background-position: right 10px;
    background-repeat: no-repeat;
}

#footer-block-wrap #block-block-7 img {
    margin: 0 0 10px 0;
}

#footer-block-wrap #block-block-7 .content a.mailto {
    background-color: #00958b;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 3px;
}

#footer-block-wrap #block-block-7 .content a.mailto:hover {
    background-color: #a6a3a3;
}

#footer-block-wrap #block-block-1 {
    color: #FFFFFF;
}

#footer-block-wrap #block-block-1 p {
    margin: 0 0 10px 0;
    line-height: 20px;
}

#footer-block-wrap #block-block-1 strong {
    color: #019d92;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    display: block;
}

#footer-block-wrap #block-block-1 span {
    font-weight: bold;
    color: #717171;
    display: block;
}

#footer-block-wrap #block-block-1 a {
    color: #FFFFFF;
}
#footer-block-wrap #block-block-1 a:hover {
	color: #717171;
}

#block-menu-menu-footer {
    display: inline;
    float: left;
    height: 40px;
}

#block-menu-menu-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    line-height: 40px;
}

#block-menu-menu-footer ul li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    background-image: url(images/f_sep.png);
    background-position: right 15px;
    background-repeat: no-repeat;
}

#block-menu-menu-footer ul li a {
    color: #FFFFFF;
    font-size: 10px;
	display: block;
}
#block-menu-menu-footer ul li a:hover {
	color:#a6a3a3;
}

#block-block-3 {
    display: inline;
    float: left;
    height: 40px;
    margin: 0 !important;
    padding: 0 0 30px 0;
}

#block-block-3 p {
    margin: 0;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 40px;
}

#footer-block-wrap #block-simplenews-19 {
    float: left;
    width: 100%;
    margin: 0 !important;
}

#footer-block-wrap #block-block-2 h2,
#footer-block-wrap #block-simplenews-19 h2,
#footer-block-wrap #block-custom-forms-social-bottom h2 {
    color: #00958b;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'metaplus_bold_romanregular';
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    border: 0;
}

#footer-block-wrap #block-simplenews-19  .form-item {
    float: left;
    margin: 0 3px 0 0;
    width: 67%;
}

#footer-block-wrap #block-simplenews-19  .form-text {
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 14px;
    color: #000000;
    font-size: 11px;
    font-style: italic;
    background-color: #FFFFFF;
    padding: 0 15px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer-block-wrap #block-simplenews-19  .form-actions {
    float: left;
    margin: 0;
    padding: 0;
}

#footer-block-wrap #block-simplenews-19  .form-submit {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    margin: 0 !important;
    height: 40px;
    width: 98px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    text-shadow: 0 0 0;
    background-image: none;
    background-color: #00958b;
    font-size: 20px;
    font-family: 'metaplus_bold_romanregular';
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    float: left;
}

#footer-block-wrap #block-simplenews-19  .form-submit:hover {

}

#footer-block-wrap #block-simplenews-19 .confirmation {
    font-size: 12px;
    color: #fff;
}

#footer-block-wrap #block-simplenews-19 .field-error {
    padding: 10px 0 0;
    clear: both;
}

#footer-block-wrap #block-block-2,
#footer-block-wrap #block-custom-forms-social-bottom {
    float: left;
    width: 100%;
    margin: 0 !important;
}

#footer-block-wrap #block-block-2 ul,
#footer-block-wrap #block-custom-forms-social-bottom ul {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

#footer-block-wrap #block-block-2 ul li,
#footer-block-wrap #block-custom-forms-social-bottom ul li {
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    list-style-image: none;
    list-style-type: none;
}

#footer-block-wrap #block-custom-forms-social-bottom ul li  a.facebook {
    float: left;
    width: 12px;
    height: 26px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(images/social-bottom/facebook.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#footer-block-wrap #block-custom-forms-social-bottom ul li  a.facebook:hover {
	background-position:0 -26px;
}

#footer-block-wrap #block-custom-forms-social-bottom ul li  a.twitter {
    float: left;
    width: 30px;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(images/social-bottom/twitter.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#footer-block-wrap #block-custom-forms-social-bottom ul li  a.twitter:hover {
	background-position:0 -25px;
}

#footer-block-wrap #block-custom-forms-social-bottom ul li  a.pinterest {
    float: left;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(images/social-bottom/pinterest.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#footer-block-wrap #block-custom-forms-social-bottom ul li  a.pinterest:hover {
	background-position:0 -26px;
}


h2.menu-block-title {
    font-size: 22px;
    line-height: 26px;
    color: #00958a;
    text-transform: uppercase;
    padding: 0 0 15px;
    background: url(images/menu_line.png) bottom left no-repeat;
    font-family: 'metaplus_bold_romanregular';
    font-weight: normal;
}

.block-menu-block .menu {
    margin: 0;
}

.block-menu-block .menu li {
    background: #333;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #5c5c5c;
}

.block-menu-block .menu li.last {
    border: 0;
}

.block-menu-block .home-category br {
    display: none;
}

.block-menu-block .menu li a {
    display: block;
    color: #fff;
    padding: 8px 40px 8px 16px;
    background: url(images/menu-arrow.png) 100% 11px no-repeat;
}

.block-menu-block .menu li a.active-trail,
.block-menu-block .menu li a:hover {
    background: #00958a url(images/menu-arrow-active.png) 100% 15px no-repeat;
}

.block-menu-block .menu li li {
    background: #555354;
}

.block-menu-block .menu li li a {
    padding: 8px 30px;
    background: none;
}

.block-menu-block .menu li li li a {
    padding: 8px 30px 8px 40px;
    background: none;
}

.block-menu-block .menu li li a.active,
.block-menu-block .menu li li a:hover {
    background: none;
    color: #00958a;
}

.node-article .social-share a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    float: right;
    background-repeat: no-repeat;
    background-position: top left;
}

.node-article .social-share a.social-share-pinterest {
    background-image: url(images/social/pinterest.png);
}

.node-article .social-share a.social-share-twitter {
    background-image: url(images/social/twitter.png);
}

.node-article .social-share a.social-share-facebook {
    background-image: url(images/social/facebook.png);
}

.node-article .social-share a:hover {
    background-position: bottom left;
}

.node-article {
    background: #fff;
}

.node-article header {
    margin: 0 0 40px 0;
    overflow: hidden;
}

.node-article header .header-bottom {
    padding: 0 40px;
}

.no-media  .node header .header-bottom {
	margin: 65px 0 0 0;
	overflow: hidden;
}

.node-article header .header-bottom .header-bottom-outer {
    float: right;
    width: 72%;
}

.node-article header .header-bottom .header-bottom-inner {
    background: #d6d5da;
    margin-left: 40px;
    overflow: hidden;
}

.node-article header .header-bottom .social-share {
    float: right;
    width: 150px;
    height: 40px;
    position: relative;
}

.node-article .content.clearfix {
    margin: 0 0 20px;
    padding: 0 40px;
}

.node-article .content-footer {
    padding: 40px 0 0;
    margin: 0 0 20px 40px;
}

.node-article .content-footer .social-share {
    background: #D6D5DA;
    overflow: hidden;
}

.node-article .content-footer .field-label-above,
.node-article .content-footer  .view-files {
    padding: 30px 38px;
    margin-bottom: 40px;
    overflow: hidden;
}

.node-article .content-footer .field-label,
.node-article .content-footer  .view-files .view-header p {
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0;
    font-weight: bold;
}

.node-article .field-name-field-adresse,
.node-article .field-name-field-contact,
.node-article .field-name-field-besoin {
    background: #f3f3f5;
    overflow: hidden;
}

.node-article .field-name-field-adresse .field-items .fn {
    display: block;
    margin: 0 0 2px 0;
    font-size: 15px;
    float: left;
    width: 100%;
}

.node-article .field-name-field-adresse .field-items .field-item {
    margin: 0 0 2px 0;
    font-size: 15px;
    float: left;
    width: 100%;
}

.node-article .field-name-field-adresse .field-items .field-item .label {
    width: 110px;
    float: left;
}

.node-article .field-name-field-adresse .field-items .address .field {
    width: 60%;
    float: left;
}

.node-article .field-name-field-adresse .field-items div.email span.field a {
    color: #00958B;
}

.node-article .field-name-field-adresse .field-items div.link-to-map,
.node-type-location .node-location .link-to-map {
    margin: 10px 0 0 0;
}

.node-article .field-name-field-adresse .field-items div.link-to-map a,
.node-type-location .node-location .link-to-map a {
    text-transform: uppercase;
    margin: 0 0 0 110px;
    padding: 0 14px 0 0;
    background-image: url("images/address_arr.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

.node-type-location .node-location .link-to-map {
    margin: 20px 0 0 0;
}

.node-type-location .node-location .link-to-map a {
    margin: 0;
}

.node-article .field-name-field-adresse .field-items div.link-to-map a:hover,
.node-type-location .node-location .link-to-map a:hover {
    color: #a6a3a3;
    background-image: url(images/modif_arr_h.png) !important;
}

.node-article .field-name-field-contact .field-label,
.node-article .field-name-field-besoin .field-label {
    float: left;
    width: 110px;
    padding: 0;
    line-height: 40px;
}

.node-article .field-name-field-contact a,
.node-article .field-name-field-besoin  a {
    display: block;
    height: 40px;
    float: left;
    background: #00958b;
    font: 20px 'metaplus_bold_romanregular';
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

.node-article .field-name-field-contact a:hover,
.node-article .field-name-field-besoin  a:hover {
    background: #a6a3a3;
}

.node-article .field-name-field-links,
.node-article .field-name-field-files,
.node-article .view-files {
    background: #00958b;
    color: #fff;
}

.node-article .field-name-field-links .field-items,
.node-article .field-name-field-files .field-items,
.node-article .view-files .view-content {
    border-top: 1px solid #fff;
}

.node-article .field-name-field-links .field-items a,
.node-article .field-name-field-files .field-items a,
.node-article .view-files  .views-row  a {
    color: #fff;
}

.node-article .field-name-field-links .field-item,
.node-article .view-files  .views-row {
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    overflow: hidden;
}

.node-article .field-name-field-links a {
    display: block;
    float: left;
    padding: 3px 0 3px 46px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.node-article .field-name-field-links a.external {
    background-image: url(images/link-external.png);
}

.node-article .field-name-field-links a.internal:link {
    background-image: url(images/link-internal.png);
}

.node-article .field-name-field-links a.external:hover {
    background-image: url(images/link-external-hover.png);
}

.node-article .field-name-field-links a.internal:hover{
    background-image: url(images/link-internal-hover.png);
}

.node-article .field-name-field-links a.external span,
.node-article .field-name-field-links a.internal span{
    padding: 0 15px 0 0;
    background-image: url(images/files_arr.png);
    background-position: right 2px;
    background-repeat: no-repeat
}
.node-article .field-name-field-files a:hover span,
.node-article .field-name-field-links a:hover span{
    color: #333333;
    background-image: url(images/files_arr-hover.png);
}

.node-article .field-name-field-files .field-item {
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    overflow: hidden;
}

.node-article .field-name-field-files span,
.node-article .content-footer  .view-files  .views-row  span {
    display: block;
    width: 15%;
    float: left;
    margin: 3px 10px 0 0;
}

.node-article .field-name-field-files img,
.node-article .content-footer  .view-files  .views-row  img {
    display: block;
    float: left;
    margin: 0 9px 0 0;
    width: 26px;
}

.node-article .field-name-field-files a,
.node-article .content-footer  .view-files  .views-row  a {
    display: block;
    width: 75%;
    float: left;
    margin: 3px 0 0 0;
}

.node-article .field-name-field-files a span,
.node-article .content-footer  .view-files  .views-row  a span {
    display: inline;
    float: none;
    margin: 0;
    padding: 0 15px 0 0;
    background-image: url(images/files_arr.png);
    background-position: right 2px;
    background-repeat: no-repeat
}

.node-article .article_info_tbl {
    background-color: #333333;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.node-article .article_info_tbl div.col1,
.node-article .article_info_tbl div.col2 {
    padding: 25px 0;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    float: left;
    min-height: 91px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.node-article .article_info_tbl div.col1 {
    width: 25%;
    text-align: center;
}

.node-article .article_info_tbl div.col2 {
    width: 75%;
}

.node-article .photo_block .list_photoblock {
    float: left;
    width: 50%;
}

.node-article .photo_block .list_photoblock {
    float: left;
    width: 45%;
    margin: 0 0 0 5%;
}

.node-article .photo_block .list_photoblock 

	
.node-article footer .social-share {
    background: #d6d5da;
    overflow: hidden;
}

.content-player {
    margin: 0 0 40px 0;
}

.content-player iframe {
    float: left;
    width: 100%;
}

.content-player .caption {
    background-color: #1b1b1b;
    padding: 25px 35px;
    clear: both;
}

.content-player .caption h3 {
    color: #00958b;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px 0;
}

.content-player .caption p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    color: #FFFFFF;
}

.view-more {
    padding: 0;
    overflow: hidden;
    margin: 40px 0 40px;
}

.view-more .view-header h2 {
    text-align: center;
    font-size: 31px;
    line-height: 31px;
    font-weight: normal;
    margin: 0 0 30px;
    color: #333333;
}

.view-more .views-field-title {
    padding: 20px 0 5px;
}

.view-more .views-field-title a {
    color: #00958a;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    /*font-weight:bold;*/
    font-family: 'metaplus_bold_romanregular';
}

.view-more .views-field-field-file a,
.view-more .views-field-field-link a {
    padding: 0 20px 0 0;
    background: url(images/arrow-black.png) 100% 50% no-repeat;
}

.view-more .views-field-field-file,
.view-more .views-field-field-link {
    margin: 20px 0 0;
}

.view-more .views-field-field-file {
    padding: 4px 0 0 36px;
    position: relative;
    min-height: 26px;
}

.view-more .views-field-field-file img {
    position: absolute;
    top: 0;
    left: 0;
}

.view-more .views-field-field-file a {
    padding: 0 20px 0 0;
    background: url(images/arrow-black.png) 100% 4px no-repeat;
}

.scroll-to-top {
    background: #fff;
}

.front .scroll-to-top,
.node-type-category  .scroll-to-top {
    margin: 40px 0 0;
}

.scroll-to-top div {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.scroll-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin: 40px 90px 0 0;
    background: url(images/to_top.png) no-repeat;
}

.node-type-article .scroll-to-top {
    margin: 0;

}

.node-type-article .scroll-to-top a {
    margin-top: 0;
}

.region-pre-header {
    float: right;
    /*width: 40px;*/
    display: inline;
    /*margin: 0 0 0 2px;*/
    margin: 0;
}

#block-custom-forms-social-top {
    float: left;
    width: auto;
}

#block-custom-forms-social-top ul {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
}

#block-locale-language {
    float: right;
    width: 40px;
    display: inline;
    margin: 0 0 0 2px;
}

.region-pre-header .language-switcher-locale-url {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.region-pre-header .language-switcher-locale-url li {
    float: left;
    width: 40px;
    height: 40px;
}

.region-pre-header .language-switcher-locale-url li.active {
    display: none;
}

.region-pre-header .language-switcher-locale-url li a,
.region-pre-header .language-switcher-locale-url li span.language-link {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00958B;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'metaplus_bold_romanregular';
    text-decoration: none;
}

.region-pre-header .language-switcher-locale-url li a:hover {
    color: #333333;
}

.page-location #primary {
    background-color: #FFFFFF;
}

.page-location .block-nodeblock h2 {
    display: none;
}

/*** location ***/
.view-location {
    position: relative;
}

.view-location .view-filters {
    overflow: hidden;
    margin: 0 0 20px;
}

.view-location .view-filters .views-exposed-widget > label {
    float: left;
    width: auto;
    padding: 8px 20px 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.view-location .view-filters .views-exposed-widget .views-widget {
    float: left;
}

.view-location .view-filters .form-type-bef-checkbox {
    float: left;
    margin: 0 26px 0 0;
}

.view-location .view-filters .form-type-bef-checkbox .custom-checkbox {
    /*background-position:100% 50%;*/
    background-position: 0 0;
    float: left;
    margin: 9px 0 0;
    cursor: pointer;
}
.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-94 {
	display:none;
}
.view-location .view-filters .form-type-bef-checkbox label {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 34px;
    white-space: nowrap;
    float: left;
    height: 44px;
    padding: 0 0 0 43px;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 label {
    background: url(images/markers/blue.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 label {
    background: url(images/markers/green.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 label {
    background: url(images/markers/violet.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 .custom-checkbox-checked {
    background-image: url(images/form/checkbox-active-blue.png);
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 .custom-checkbox-checked {
    background-image: url(images/form/checkbox-active-green.png);
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 .custom-checkbox-checked {
    background-image: url(images/form/checkbox-active-violet.png);
}

.view-location .view-filters  .form-submit {
    display: none;
    background: #00958b;
    width: 100%;
    color: #fff;
    text-shadow: none;
    padding: 0;
    margin: 0;
    height: 40px;
    text-transform: uppercase;
}

.view-location .view-header h2.title {
    display: none;
}

.view-location .view-content {
    font: 12px Arial;
}

.view-location .views-label {
    font-weight: bold;
}

.view-location .address {
    max-height: 272px;
    overflow: auto;
}

.view-location .views-field-field-information {
    border-top: 1px solid #cdcdcd;
    padding: 8px 0 0;
    margin: 8px 0 0 0;
}

.view-location .views-field-body {
    border-top: 1px solid #cdcdcd;
    padding: 8px 0 0;
    margin: 8px 0 10px 0;
}

.view-location .views-field-nothing {
    background: #f49521;
    padding: 20px;
    margin: 20px -20px 0 -30px;
    color: #fff;
    text-transform: uppercase;
}

.view-location .views-field-nothing a {
    color: #fff;
    padding: 0 13px 0 0;
    background: url(images/map_arr.png) no-repeat right 1px;
}

.view-location .views-field-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #4f8ed6;
    padding: 0 0 5px;
}

.view-location .view-footer p {
    background: #333;
    padding: 0 17px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.view-location.map-hidden {
    position: absolute;
    top: -10000px;
    border: 1px solid red;
    width: 100%;
}

.node-type-category #primary {

}

.node-type-category #primary {
    background-color: #FFFFFF;
}

.node-type-category #content  .node-category header {
    /*margin: 0 0 40px 0;*/
    margin: 0 0 20px 0;
    overflow: hidden;
}

.node-type-category #content .node-category.no-content header {
    margin: 0;
}

h1.page-title,
.block-nodeblock .block-title,
.maintenance-page #page-title {
    color: #00958A;
    font: 34px 'metaplus_bold_romanregular';
    line-height: 34px;
    text-transform: uppercase;
    padding: 35px 0 25px 0;
    margin: 0;
}

.view-list .view-filters {
    background: #d6d6d9;
    margin: 0 0 40px;
    position: relative;
}

.view-list .view-filters label {
    line-height: 40px;
    font-weight: normal;
    font-family: 'metaplus_bold_romanregular';
    text-align: right;
    text-transform: uppercase;
    padding: 0 418px 0 0;
    height: 40px;
}

.view-list .view-filters .views-widget {
    position: absolute;
    top: 0;
    right: 0;
}


.view-list .views-row {
    overflow: hidden;
    margin: 0 0 40px;
}

.view-list .views-row-last {
    margin: 0;
}
.view-list .pager-outer {
	margin:40px 0 0;
}

.view-list .views-field-field-image {
    float: left;
    margin: 0 38px 0 0;
    max-width: 380px;
    width: auto;
}
.view-list .views-field-field-image .resp-img-picture {
	display:block;
	width:100%;
}

.content-right .view-list  .views-field-field-image {
    max-width: 210px;
}

.view-list .views-field-title {
    font-weight: bold;
    text-transform: uppercase;
}

.view-list .views-field-title a {
    color: #00958b;
}

.view-list .views-field-changed {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.view-list .row-inner {
    overflow: hidden;
}

.node-type-list #content-wrap,
.node-type-article #content-wrap {
    background-color: #FFFFFF;
}

.node-type-list #content-wrap h1.page-title,
.node-type-article #content-wrap h1.page-title {
    padding: 35px 40px 25px 40px;
}

.node-type-list .node-list .content.clearfix {
    padding: 40px;
}

.node-article .header-top .field-name-field-teaser,
.node-list .header-top .field-name-field-teaser {
    padding: 0 40px;
}

.node-type-list .node-list .header-top .slider .field-name-field-teaser {
    padding: 0;
}

.node-type-list .node-list .view-list .views-field-title a {
    color: #00958b;
    font-size: 14px;
    font-family: 'metaplus_bold_romanregular';
    font-weight: normal;
    text-transform: uppercase;
}

.node-type-list .node-list .view-list .views-field-field-teaser p {
    margin: 0;
}

#block-search-form {
    position: relative;
}

#block-search-form h2 {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
}

.node-type-category  .view-id-summary  .pager-outer {
    display: none;
}

.page-colorbox {
}

.page-colorbox h1.page-title {
    font: 20px Arial;
    line-height: 20px;
    color: #333;
    padding: 0;
    margin: 0 0 15px 0;
}

.page-printmail-confirmation h1.page-title {
    display: none;
}

#cboxClose {
    bottom: auto;
    top: 0;

}

#cboxLoadedContent {
    margin: 0;
}

.page-sitemap #primary,
.node-type-custom-contact-form #primary {
    background-color: #FFFFFF;
}

.node-type-custom-contact-form  #block-system-main,
.node-type-custom-contact-form .block-nodeblock {
    float: left;
    width: 65%;
}

.webform-component-fieldset,
.custom-contact-form {
    position: relative;
}

.custom-contact-form .field-apply {
    position: absolute;
    left: 82%;
    top: 44px;
		width:100px;
		padding:0;
}

.webform-client-form  h2,
#block-block-8 h2,
.custom-contact-form h2 {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.webform-client-form  fieldset legend,
.custom-contact-form fieldset legend {
    float: left;
    width: 28%;
    margin: 0 2% 0 0;
}

.webform-client-form  .fieldset-wrapper,
.custom-contact-form .fieldset-wrapper {
    float: left;
    width: 70%;
}

.webform-client-form  .form-item,
.custom-contact-form .form-item {
    margin: 0 0 15px 0;
}

.webform-client-form  # webform-component-besoin-group-1,
.custom-contact-form #edit-besoin-group-1 {
    float: left;
    width: auto;
}

.webform-client-form  #webform-component-besoin-group-1 legend span,
.webform-client-form  #webform-component-besoin-group-2 legend span,
.webform-client-form  #webform-component-precisez-group-1 legend span,
.webform-client-form  #webform-component-message-group legend span,
.custom-contact-form #edit-besoin-group-1 legend span {
    text-transform: uppercase;
    display: block;
    height: 37px;
}

.webform-client-form  #webform-component-besoin-group-1 legend span,
.webform-client-form  #webform-component-besoin-group-2 legend span,
.webform-client-form  #webform-component-precisez-group-1 legend span,
.custom-contact-form #edit-besoin-group-1 legend span {
    background-image: url(images/first.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 10px 0 0 50px;
}
.webform-client-form  #webform-component-precisez-group-1 legend span {
	background:none;
}

.webform-client-form  #webform-component-message-group legend span {
    background-image: url(images/second.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 10px 0 0 50px;
}

.webform-client-form  #webform-component-message-group--sex {
	padding:10px 0 0;
}
.webform-client-form  #webform-component-message-group--sex .form-radios {
	overflow:hidden;
}
.webform-client-form #webform-component-message-group--sex .form-radios .form-type-radio {
	float:left;
	margin:0 10px 0 0;
}
.webform-client-form #webform-component-message-group--sex .form-radios .form-radio {
	margin:-3px 0 0;
	-webkit-appearance: radio;	
	-webkit-border-radius:10px;
}
.webform-client-form #webform-component-message-group--sex .form-radios label {
	padding:0;
}

#webform-client-form-102 #webform-component-message {
	padding:0 0 0 30%;
	width: 338px;
	float:left;
}
#webform-client-form-102 #webform-component-message a {
	color: #00958B;
}
#webform-client-form-102 #webform-component-message a:hover {
	color: #a6a3a3;
}
#webform-client-form-102 #edit-actions {
	margin:0 0 0 40px;
	width:auto;
	float:left;
}
.webform-client-form-step-2 .webform-component-fieldset {
	margin:0 0 1em;
}

.webform-client-form .field-edit {
    width: auto;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    height: auto;
    line-height: 14px;
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    background-color: transparent;
    background-image: url(images/modif_arr.png);
    background-position: right 2px;
    background-repeat: no-repeat;
    float: left;
    margin: 12px 0 0 40px;
}

.webform-client-form .field-edit:hover {
    color: #a6a3a3;
    background-image: url(images/modif_arr_h.png);
}

.cuselText {
    padding: 0 39px 0 14px;
}

.jScrollPaneContainer {
    width: 512px !important;
}

.cusel-scroll-wrap {
    width: 511px !important;
    border: 1px solid #999999;
		min-width:1px;
}
.view-list .view-filters .cusel-scroll-wrap {
		width: 336px !important;
		min-width: 336px !important;
}

.cusel span.cuselActive,
.cusel span:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    cursor: default;
}

.cusel span:hover {
    cursor: pointer;
}

.cusel span {
    overflow: hidden;
}

.classDisCusel {
    background: transparent;
    margin: 10px 0 0 0;
}

.classDisCusel  .cuselFrameRight {
    display: none;
}

.classDisCusel .cuselText {
    padding: 0;
    color: #333333;
    overflow: visible;
    line-height: 20px;
}

.webform-client-form  #webform-component-message-group legend span strong {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 12px;
}

#webform-client-form-71 .form-item label {
    font-size: 14px;
    font-weight: normal;
}

.webform-client-form {
    position: relative;
}

.webform-client-form label {
    font-weight: normal;
}

.webform-client-form label em {
    text-transform: none;
    font-style: normal;
}

.webform-component-managed_file {
    position: relative;
    overflow: hidden;
}

.webform-component-managed_file:hover  label {
    color: #a6a3a3;
    background-image: url(images/modif_arr_h.png) !important;
}

.webform-component-managed_file.form-error  label {
    background-image: url(images/modif_arr_error.png) !important;
}

.custom-contact-form .file-upload {

}

.webform-component-managed_file .file-upload  .form-submit {
    display: none;
}

#webform-client-form-1018 #webform-component-message-group--message .form-textarea,
#webform-client-form-1015 #webform-component-message-group--message .form-textarea{
    color:#333;
    font-style: italic;
}

.custom-contact-form .form-file {
    position: absolute;
    top: 0;
    left: -660px;
    font-size: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;

}

.custom-contact-form .has-file .form-file {
    position: static;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity=100);

}

.custom-contact-form div.form-file  input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.custom-contact-form div.form-file .file {
    display: none;
}

.custom-contact-form div.form-file .button {
    display: none;
}

.custom-contact-form .has-file div.form-file {
    position: relative;
    margin: 10px 0 0 0;
}

.custom-contact-form .has-file div.form-file .file {
    display: inline;
    margin: 0 10px 0 0;
}

.custom-contact-form .has-file div.form-file .button {
    display: inline;
    width: auto;
    padding: 10px 10px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: 0 0 0;
    background-image: none;
    background-color: #00958b;
    font-size: 20px;
    font-family: 'metaplus_bold_romanregular';
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
}

.custom-contact-form .has-file div.form-file .button:hover {
    background-color: #a6a3a3;
}

.custom-contact-form  .webform-component-managed_file label {
    cursor: pointer;
    display: inline;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    background-image: url(images/modif_arr.png);
    background-position: right 2px;
    background-repeat: no-repeat
}

.custom-contact-form textarea {
    width: 340px;
}

.custom-contact-form .form-text {
    width: 320px;
}

.custom-contact-form .form-item-submitted-message-group-newsletter-1 {
    width: 300px;
}

.custom-contact-form .form-item-submitted-message-group-newsletter-1  label {
    display: block;
    padding: 0 0 0 20px;
}

.custom-contact-form #edit-actions {
    width: 579px;
		overflow:hidden;
}
.custom-contact-form .form-actions {
	margin:0;
}
.webform-client-form-step-2  .form-submit {
	float:left;
	margin:0 0 0 40px;
}




.webform-client-form #edit-submitted-message-group-cv span,
.webform-client-form #edit-submitted-message-group-mail span {
    display: none;
}

.webform-client-form #edit-submitted-message-group-cv a span,
.webform-client-form #edit-submitted-message-group-mail a span {
    display: inline;
}

.webform-client-form #edit-submitted-message-group-cv .file-icon,
.webform-client-form #edit-submitted-message-group-mail .file-icon {
    float: left;
    margin: 0 5px 0 0;
}

.custom-contact-form #webform-component-precisez-group-1--precision-1,
.custom-contact-form #webform-component-besoin-group-1--besoin-1 {
    float: left;
    width: auto;
}

#webform-component-besoin-group-2--besoin-2 {
    margin: 12px 0 15px 0 !important;
    font: 14px/14px 'metaplus_bold_romanregular';
    text-transform: uppercase;
}

#block-block-8 {
    width: 33%;
    float: right;
}

#block-block-8 .section-top {
    background-color: #f49521;
    padding: 20px 30px;
    color: #FFFFFF;
    font-size: 12px;
}

#block-block-8 .section-top strong {
    text-transform: uppercase;
}

#block-block-8 .section-bottom {
    background-color: #333333;
    padding: 20px 30px;
    color: #FFFFFF;
}

#block-block-8 .section-bottom a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    background-image: url(images/files_arr.png);
    background-position: right 1px;
    background-repeat: no-repeat
}

#block-block-8 .section-bottom a:hover {
    color: #a6a3a3;
    background-image: url(images/arr_hover.png);
}

.field-error {
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}

div.error, .error {
    color: #ff0000;
}

.custom-contact-form .field-error {
    margin: 0 0 20px 30%;
    width: 340px;
}

.custom-contact-form .webform-component-managed_file .field-error{
    margin: 0 0 20px 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid red;
}

.form-error 	label {
    color: #ff0000;
    text-transform: uppercase;
}

.form-error:hover label {
    color: #ff0000;
}

.form-error .description {
    color: #ff0000;
}

.page-sitemap .site-map-box-menu {
}

.page-sitemap .site-map-box-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}

.page-sitemap .site-map-box-menu ul ul {
    margin: 20px 0 0 0;
}

.page-sitemap .site-map-box-menu ul ul ul {
    margin: 0;
}

.page-sitemap .site-map-box-menu ul ul ul ul {
    margin: 0 0 0 5px;
}

.page-sitemap .site-map-box-menu > ul > li {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0 40px 0 0;
    width: 212px;
    float: left;
}

.page-sitemap .site-map-box-menu > ul > li.last {
    margin: 0;
}

.page-sitemap .site-map-box-menu > ul > li > ul > li {
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.page-sitemap .site-map-box-menu li .last {
    margin: 0 !important;
}

.page-sitemap .site-map-box-menu > ul > li > ul > li a {
    color: #333333;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.page-sitemap .site-map-box-menu > ul > li > ul > li > ul > li,
.page-sitemap .site-map-box-menu > ul > li > ul > li > ul > li > ul > li {
    list-style-image: none;
    list-style-type: disc;
    padding: 0;
}

.page-sitemap .site-map-box-menu > ul > li > ul > li > ul > li a {
    font-weight: normal;
    text-transform: none;
}

.page-sitemap .site-map-box-menu ul li img {
    margin: 0 0 40px 0;
}

.page-sitemap .site-map-box-menu .menu_icon {
    color: #00958b;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.page-sitemap .site-map-box-menu-main-menu {
    max-width: 1008px;
    float: left;
}

.page-sitemap .site-map-box-menu-menu-additional {
    float: left;
    width: 212px;
}

.page-sitemap .site-map-box-menu-menu-additional ul li {
    margin: 0;
}

#cboxWrapper {
    border-radius: 0;
}

#cboxTopCenter,
#cboxBottomCenter{
	width: 40px;
	height: 40px;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
    width: 0;
    height: 0;
}

#cboxWrapper {
    background: transparent;
}

.colorbox-share #cboxWrapper {
    background: #FFFFFF;
}

#print-mail-form {
    position: relative;
}

#print-mail-form label {
    font-weight: normal;
    font-size: 14px;
}

#print-mail-form .form-text {
    width: 329px;
}

#print-mail-form  .field-required {
    font-size: 12px;
    margin: -10px 0 40px;
}

#print-mail-form .form-item-fld-subject {
    display: none;
}

#print-mail-form .form-item-txt-to-addrs .form-textarea {
    height: 80px;
}

#print-mail-form  .captcha {
    margin: 39px 0 0 0;
}

#print-mail-form .captcha-image {
    border: 1px solid #d6d5d5;
    text-align: center;
    padding: 10px;
}

#print-mail-form .form-submit {
    margin: 24px 0 0 0;
}

#print-mail-form  .field-error {
    position: absolute;
    top: 22px;
    left: 0;
}

#print-mail-form .confirmation {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding: 330px 0;
}

.colorbox-share #cboxClose {
    width: 19px;
    height: 18px;
    background: url("images/close.png") no-repeat scroll 0 0 transparent;
    right: -18px;
    top: -18px;
}

#cboxClose {
    width: 35px;
    height: 35px;
    background: url("images/close.png") no-repeat scroll 8px 8px #FFFFFF;
    right: 0px;
    top: -35px;
}

.colorbox-share #cboxClose:hover {
    background: url("images/close.png") no-repeat scroll 0 0 transparent;
}

#cboxClose:hover {
    background: url("images/close.png") no-repeat scroll 8px 8px #FFFFFF;
}

#cboxContent {
    overflow: visible;
}

.page-colorbox #outer-wrap {

    width: auto;
    max-width: 100%;
}

.page-colorbox #wrap {
    padding: 40px;
}

.page-search-result #content-wrap {
    background-color: #FFFFFF;
    padding: 40px;
}

.page-search-result .page-title {
    padding: 0 0 25px 0;
}

.page-search-result  .view-header {
    margin: 0 0 30px 0;
}

.page-search-result .view-search-result .views-row {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.page-search-result .view-search-result .views-row .views-field-field-image {
    float: left;
    width: 210px;
    margin: 0 40px 0 0;
}

.page-search-result .view-search-result .views-row  .views-field-title a {
    font-size: 14px;
    font-weight: bold;
    color: #00958b;
    text-transform: uppercase;
}

.page-search-result .view-search-result .views-row  .views-field-field-teaser p {
    margin: 0;
}

.node-type-page #content-wrap,
.node-type-location #content-wrap,
.node-type-audio #content-wrap,
.maintenance-page #content-wrap {
    background-color: #FFFFFF;
    padding: 0 40px 40px;
}

#node-118 p,
#node-119 p {
    margin: 40px 0 0;
}

#node-118 p:first-child,
#node-119 p:first-child {
    margin: 0;
}

#node-118 a,
#node-119 a {
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: 0 0 0;
    background-image: none;
    background-color: #00958b;
    font-size: 20px;
    font-family: 'metaplus_bold_romanregular';
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
}

#node-118 a:hover,
#node-119 a:hover {
    background-color: #a6a3a3;
}

#screen_width {
    display: none;
}

.block-menu-block .home-category {
    display: none;
}

.page-location #block-system-main,
.page-location #block-views-location-block-1 {
    /*position: relative;
    overflow: hidden;*/
}

.mejs-container {
    /*background-color: #3a3c3d;*/
    background-color: transparent !important;
}

.mejs-container .mejs-controls {
    height: 40px;
    background: #3a3c3d;
    padding: 0 0 0 58px;
    position: relative;
    width: auto;
}

.mejs-container .me-cannotplay {
    height: 40px;
    background: #3a3c3d;
}

.mejs-container .me-cannotplay span {
    padding: 0 15px;
    line-height: 40px;
}

.mejs-container .mejs-controls .mejs-play,
.mejs-container .mejs-controls .mejs-pause {
    position: absolute;
    left: 0;
    top: 0;
}

.mejs-container .mejs-controls div {
    height: 40px;
}

.mejs-controls .mejs-button button:focus {
    outline: 0 !important;
}

.mejs-controls .mejs-playpause-button {
    width: 40px !important;
    border-right: 1px solid #464849 !important;
}

.mejs-controls .mejs-playpause-button button {
    margin: 12px !important;
}

.mejs-container .mejs-controls .mejs-time {
    padding: 14px 20px 0 12px !important;
}

.mejs-container .mejs-controls .mejs-currenttime-container {
    padding: 14px 0 0 20px !important;
}

.mejs-controls .mejs-time span {
    font-size: 14px !important;
    margin: 0 !important;
    font-family: Arial !important;
}

.mejs-controls .mejs-currenttime {
    color: #0a9b91 !important;
    padding: 0 5px 0 0;
}

.mejs-controls .mejs-duration {
    padding: 0 0 0 5px;
}

.mejs-controls div.mejs-time-rail {
    width: 57% !important;
    margin: 0 20px 0 0;
    padding: 0 !important;
    position: relative;
}

.mejs-controls .mejs-time-rail span.mejs-time-total {
    border-radius: 0 !important;
    background: #262929 !important;
    height: 8px !important;
    padding: 1px !important;
    border-bottom: 1px solid #424445 !important;
    margin: 15px 0 0 0 !important;
    width: 100% !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 8px !important;
    border-radius: 0 !important;
    background: #464849 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    height: 8px !important;
    border-radius: 0 !important;
    background: url(images/audio-pregress.png) repeat scroll 0 0 transparent;
}

.mejs-controls .mejs-volume-button {
    width: 32px !important;
}

.mejs-controls .mejs-volume-button button {
    margin: 12px 8px !important;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    width: 97px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0 !important;
    background: #262929 !important;
    height: 8px !important;
    padding: 1px !important;
    border-bottom: 1px solid #424445 !important;
    margin: 0 !important;
    width: 95px !important;
    top: 15px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 16px !important;
    border-radius: 0 !important;
    background: url(images/audio-pregress.png) repeat scroll 0 0 transparent;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: block !important;
    width: 14px !important;
    height: 15px !important;
    position: absolute;
    top: 3px !important;
    background: url(images/audio-volume.png) no-repeat scroll 0 0 transparent;
}

.node-type-founder #primary {
    background: #fff;
}

.node-founder .header-top .slider {
    margin: 0 0 20px;
}

.node-type-list .view-list #edit-tid-wrapper .cusel .cusel-scroll-pane {
    width: 336px !important;
}

#custom-blocks-contact div.error,
.custom-contact-form .cusel.error {
    background-image: none;
    background-color: #333333;
    color: #000;
}

#custom-blocks-contact div.error .cuselText,
.custom-contact-form div.error .cuselText {
    color: #FF0000;
}

#custom-blocks-contact div:focus {
    outline: none;
}

.no-media .node-article header {
	margin: 0;
}


.node-webform .field-name-body {
	width:342px;
	margin:0 0 0 30%;
}

#block-views-slider-block-1 .slider-basic .ajax-progress .throbber {
    background: url("images/loader4.gif");
    float: left;
    height: 67px;
    width: 67px;
}

.maintenance-page  .in-maintenance-text {
	text-align: left;
	margin: 0 0 40px 0;
}

#block-block-9 {
	display:none;
}

/* .first-visit #cboxContent {
	float: none;
	margin: 0 auto;
}
.first-visit #cboxTopCenter, 
.first-visit #cboxBottomCenter,
.first-visit #cboxTopLeft, 
.first-visit #cboxTopRight, 
.first-visit #cboxBottomLeft, 
.first-visit #cboxBottomRight,
.first-visit #cboxMiddleLeft, 
.first-visit #cboxMiddleRight {
	width: 0;
	height: 0;
} 
*/


.first-visit #cboxContent {
	background:none;
}

.first-visit .block-custom-blocks,
.first-visit .block-custom-blocks .content,
.first-visit .content-popup {
	height: 100%;
}
.first-visit .block-custom-blocks .content img {
	display: block;
}

.first-visit button#cboxClose {
    top: 9px;
		right: 10px;
    width: 27px;
    height: 24px;
    background: url("images/popup-close.png") no-repeat;
		background-color: none;
		background-size: cover;
		z-index:10;
}

.region-info-bottom {
	display:none;
}