/******************************************************************
Theme Name: Imerys
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: Savas Vedova
Author URI: http://www.vsk.me
Version: 1.3
Tags: flexible-width, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.

******************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** END RESET **/

@font-face {
    font-family: Univers-light;
    src: url("library/fonts/in-use/UniversLTStd-Light.eot");
    src: url('library/fonts/in-use/UniversLTStd-Light.woff') format('woff'),
    url('library/fonts/in-use/UniversLTStd-Light.otf') format('opentype'),
    url('library/fonts/in-use/UniversLTStd-Light.svg') format('svg');
}

@font-face {
    font-family: Univers-bold;
    src: url("library/fonts/in-use/UniversLTStd-Bold.eot");
    src: url('library/fonts/in-use/UniversLTStd-Bold.woff') format('woff'),
    url('library/fonts/in-use/UniversLTStd-Bold.otf') format('opentype'),
    url('library/fonts/in-use/UniversLTStd-Bold.svg') format('svg');
}

html {
    background: #8e9090;
}

body {
    font-family: 'Univers-light', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #8e9090 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #8e9090)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #8e9090 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #8e9090 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #8e9090 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #8e9090 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8e9090', GradientType=0); /* IE6-9 */
}

#container {
    margin: 0 auto;
    width: 980px;
    background: white url('library/images/utils/filetto_verticale_pagina.png') repeat-y;
    position: relative;
    background-position: 259px 0;
}

#container.home {
    background: white;
}

a {
    color: rgb(150, 150, 150);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#content div.body.news a[href$='.pdf'],
#content div.body.downloads a[href$='.pdf'] {
    font-size: 20px;
}

#content div.body.news a[href$='.pdf']:before,
#content div.body.downloads a[href$='.pdf']:before {
    position: relative;
    top: -3px;
    content: 'PDF';
    font-size: 12px;
    border-top: 1px solid rgb(209, 209, 209);
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-top: 3px;
    margin-right: 10px;
}

b, strong {
    font-weight: bold;
    font-family: 'Univers-bold', 'Helvetica', 'Arial', sans-serif;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid rgb(209, 209, 209);
    width: auto;
    display: block;
    margin: 14px 0;
}

h1 {
    font-size: 38px;
    line-height: 20px;
}

h2 {
    font-size: 21px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 15px;
}

h6 {
    font-size: 13px;
    line-height: 13px;
}

.header {
    height: 104px;
    position: relative;
    z-index: 10;
    background: url('library/images/utils/linea_header_top.png') no-repeat;
    padding: 15px 22px 17px 22px;
}

.header #logo {
    float: left;
    width: 165px;
}

.header #logo img {
    width: 165px;
    height: 52px;
}

.header .search-area {
    margin-left: 165px;
    text-align: right;
    overflow: hidden;
    padding: 15px 0;
}

.header .search-area form, .header .search-area ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.header .search-area form {
    margin-right: 49px;
}

.header .search-area form input[type="text"] {
    padding: 5px 0;
    border: none;
    border-top: 1px solid rgb(209, 209, 209);
    width: 168px;
    border-bottom: 1px solid rgb(209, 209, 209);
    color: rgb(150, 150, 150);
    outline: none;
    background: url('library/images/utils/cerca_lente.png') no-repeat center right;
}

.header .search-area form input[type="submit"] {
    display: none;
}

.header nav.lang {
    text-align: right;
    float: right;
    width: 578px;
    font-size: 13px;
}

.header nav.lang li {
    display: inline-block;
    margin: 0 3px;
}

.header nav.lang li.current-menu-item a {
    color: black;
}

.header .nav.main {
    position: absolute;
    right: 5px;
    bottom: 14px;
    width: 692px;
    display: table;
}

.header .nav.main .active a {
    color: rgb(0, 92, 169);
}

.header .nav ul {
    text-align: left;
    display: table-row;
}

.header .nav ul li {
    margin: 0 5px;
    display: table-cell;
    text-align: center;
}

.header .nav ul li:first-child {
    margin-left: 0;
}

.header .nav ul li, #content nav.sidebar {
    font-size: 20px;
}

.header .nav .submenu-con {
    padding-top: 14px;
    position: absolute;
    display: none;
    z-index: 100;
}

.header .nav .submenu-container {
    position: relative;
}

.header .nav .main-menu-dropdown {
    background: rgb(0, 92, 169) url('library/images/utils/filetto_verticale_menu.png') repeat;
    display: block;
    z-index: 100;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    padding: 20px 10px 15px 10px;
    width: 384px;
    min-height: 441px;
}

.header .nav .main-menu-dropdown ul, .header .nav .main-menu-dropdown li {
    display: block;
    text-align: left;
    margin: 0;
}

.header .nav .main-menu-dropdown li a {
    color: white !important;
    font-size: 14px;
}

.header .nav .main-menu-dropdown li a:hover {
}

.header .nav .main-menu-dropdown > li > a {
    display: inline-block;
    font-family: 'Univers-bold', 'Helvetica', 'Arial', sans-serif;
    padding-bottom: 5px;
}

.header .nav .main-menu-dropdown > li {
    min-width: 150;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}

.header .nav .main-menu-dropdown > li:first-child {
    border-left: none;
    padding-top: 0;
}

.header .nav .main-menu-dropdown > li:nth-child(2) {
    padding-top: 0;
}

.header .nav .main-menu-dropdown > li li {
    margin: 0 0 5px 0;
    line-height: 15px;
}

.header .nav #menu-market-menu .menu-item-154,
.header .nav #menu-about-menu-en .menu-item-166,
.header .nav #menu-news-menu .menu-item-363 > a,
.header .nav #menu-find-us-menu .menu-item-378 > a,
.header .nav #menu-downloads-menu .menu-item-650 > a,
.header .nav #menu-contacts-menu .menu-item-383 > a {
    padding-bottom: 0;
    display: none;
}

/* Hide links that are already in the main menu */
.header .nav #menu-news-menu .menu-item-363,
.header .nav #menu-find-us-menu .menu-item-378,
.header .nav #menu-downloads-menu .menu-item-650 {
    padding-bottom: 0;
}

.header .nav #menu-news-menu {
    min-height: 40px; /* Use a small value to override */
    width: 180px;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
}

.header .nav #menu-news-menu .menu-item-363 {
    border-bottom: 0;
}

.header .nav #menu-about-menu-en {
    min-height: 200px;
    width: 180px;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
}

.header .nav #menu-find-us-menu,
.header .nav #menu-downloads-menu,
.header .nav #menu-contacts-menu,
.header .nav #menu-contacts {
    min-height: 50px;
    width: 240px;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
    background: rgb(0, 92, 169);
}

.header-bottom-background {
    background: url('library/images/utils/linea_header_bottom.png') no-repeat;
    position: absolute;
    left: 0;
    top: 136px;
    width: 100px;
    height: 60px;
}

#content {
    overflow: hidden;
}

#content .content-home {
    height: 335px;
    overflow: hidden;
    background: rgb(150, 150, 150);
}

#content .content-home #intro-left-column {
    color: white;
    width: 294px;
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.left-post{
    padding-left: 22px;
    padding-right: 15px;
}

.home-video{
    height: 130px;
    
}

.home-video-footer{
    background-color: black;
    height: 43px;
    font-size: smaller;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 13px;
    line-height: 16px;
}


#content .content-home #intro-left-column, #content #page-sidebar {
    float: left;
    padding: 44px 19px 28px 22px;
}

#content .content-home #intro-left-column h1,
#content .content-home #intro-left-column h2,
#content .content-home #intro-left-column h3,
#content .content-home #intro-left-column h4,
#content .content-home #intro-left-column h5,
#content .content-home #intro-left-column h6 {
    margin-bottom: 14px;
}

#content .content-home #intro-left-column h1 {
    line-height: 26px;
}

#content .content-home #intro-left-column h2 {
    line-height: 20px;
}

#content .content-home .flex-control-nav {
    bottom: 47px;
    z-index: 20;
}

#content .content-home #intro-right-column {
    margin-left: 294px;
    width: auto;
    height: 100%;
}

#content .content-home #intro-right-column img {
    width: 100%;
}

#content .content-home #intro-right-column .metaslider {
    margin: 0 auto;
}

#content .content-home #intro-right-column .metaslider .caption-wrap {
    display: none;
}

#content #intro-bottom {
    overflow: hidden;
    margin-top: 39px;
}

#content #intro-bottom .column {
    float: left;
    height: 219px;
    margin-bottom: 40px;
    position: relative;
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid rgb(209, 209, 209);
}

#content #intro-bottom .column:first-child {
    border-left: none;
}

#content #intro-bottom .column .image-holder {
    text-align: center;
    font-size: 9px;
    line-height: 11px;
    height: 102px;
}

#content #intro-bottom .column .image-holder img {
    display: block;
    margin: 0 auto 7px auto;
    width: 80px;
    height: 74px;
}

#content #intro-bottom .column .desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

#content #intro-bottom .column .more {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
}

#content #intro-bottom .column .more a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 3px;
    font-size: 16px;
    background: url('library/images/utils/freccia_more.png') no-repeat;
    background-position: center right;
}

#content #page-sidebar { /* Check above for common styles with `intro-left-column` and `header .nav`*/
    width: 230px;
    position: relative;
    z-index: 1000;
}

#content #page-sidebar > nav > ul > li {
    margin-bottom: 15px;
}

#content #page-sidebar > nav > ul > li > a {
    font-size: 20px;
}

#content #page-sidebar ul.sub-menu {
    display: none;
    margin-top: 5px;
}

#content #page-sidebar ul.sub-menu li {
    font-size: 14px;
    margin: 2px 0;
}

#content #page-sidebar ul li.current-menu-item .sub-menu,
#content #page-sidebar ul li.current-menu-ancestor .sub-menu {
    display: block;
}

#content #page-sidebar ul li.current-menu-item > a {
    color: rgb(0, 92, 169);
}

#content div.body {
    border-top: 1px solid rgb(209, 209, 209);
    padding-top: 44px;
    margin-right: 22px;
    margin-left: 294px;
    min-height: 400px;
    margin-bottom: 25px;
}

#content div.body > h1 {
    color: rgb(0, 92, 169);
    margin-bottom: 25px;
}

#content div.body h2 {
    margin: 20px 0;
}

#content div.body h3 {
    margin: 15px 0;
}

#content div.body h4, #content div.body h5, #content div.body h6 {
    margin: 10px 0;
}

#content div.body article.post {
}

#content div.body article.post ul {
    list-style-type: none;
    padding-left: 20px;
}

#content div.body article.post ul li:before {
    content: '– ';
}

#content div.body ul.page-list > li:before {
    content: '' !important;
}

#content div.body ul.page-list > li {
    margin-bottom: 20px;
}

#content div.body article.post p {
    margin: 10px 0;
}

#content div.body.markets article.post {
    width: auto;
    white-space: normal;
}

#content div.body.markets article.post .row {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(209, 209, 209);
}

#content div.body.markets article.post .row:first-child {
    border-top: none;
}

#content div.body.markets article.post .row .image-holder {
    text-align: center;
    width: 120px;
    border-right: 1px solid rgb(209, 209, 209);
    float: left;
    font-size: 9px;
    line-height: 11px;
    height: 102px;
}

#content div.body.markets article.post .row .image-holder img {
    width: 80px;
    height: 74px;
    display: block;
    margin: 0 auto 10px auto;
}

#content div.body.markets article.post .row .desc {
    margin-left: 150px;
}

#content div.body.about table {
    width: 100%;
}

#content div.body.about table td p {
    margin-bottom: 0;
}

#content div.body.about table td hr {
    margin: 16px 22px 22px 0;
}

#content div.body .result-container {
    margin: 10px 0;
}

#content div.body .result-container h3 {
    margin-bottom: 2px;
}

footer {
    margin: 11px auto;
    width: 980px;
}

footer ul {
    text-align: right;
    font-size: 0;
}

footer ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-left: 1px solid white;
    padding: 0 10px;
    font-size: 13px;
    line-height: 14px;
}

footer ul li:first-child {
    border-left: none;
}

footer ul li a {
    color: white;
    margin-top: 3px;
    display: inline-block;
    font-size: 13px;
}

.page-id-1336 .nav.main,
.page-id-1343 .nav.main,
.page-id-1351 .nav.main,
.page-id-1376 .nav.main,
.page-id-1376 .nav.main,
.page-id-122 .nav.main,
.page-id-1267 .nav.main,
.page-id-427 .nav.main,
.page-id-701 .nav.main,
.page-id-525 .nav.main,
.page-id-523 .nav.main,
.page-id-1356 .nav.main,
.page-id-1362 .nav.main,
.page-id-1370 .nav.main {
    display: none;
}

.contact-form .row {
    margin-bottom: 20px;
}

.contact-form .row .hdr {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.contact-form .row .inp {
    margin-left: 150px;
    max-width: 420px;
}

.contact-form .row .inp > span {
    display: block;
}

.contact-form .row .inp span.wpcf7-list-item {
    margin-left: 0;
}

.contact-form .row .inp input[type=checkbox] {
    margin: 0;
    width: 25px;
}

.contact-form .row .inp input[type=checkbox] + span {
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    right: 0;
}

.contact-form .row .inp input[type=text],
.contact-form .row .inp input[type=email],
.contact-form .row .inp textarea {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f0;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font: inherit;
}
.contact-form .row .inp input[type=text]:focus,
.contact-form .row .inp input[type=email]:focus,
.contact-form .row .inp textarea:focus {
    box-shadow: 0 0 5px #9E9E9E;
    -webkit-box-shadow: 0 0 5px #9E9E9E;
    -moz-box-shadow: 0 0 5px #9E9E9E;
    border: 1px solid #9E9E9E;
}

.contact-form .row .inp input.wpcf7-not-valid,
.contact-form .row .inp textarea.wpcf7-not-valid {
    border: 1px solid red;
}

.contact-form .row .inp .wpcf7-not-valid span {
    color: red;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.contact-form .row .inp textarea {
    line-height: 1.2;
    padding: 20px;
    height: 200px;
}

.contact-form .submit {
    max-width: 632px;
    text-align: right;
}

.contact-form .submit input {
    width: 90px;
    padding: 10px 0;
    outline: none;
    background: transparent;
    border: none;
    text-align: center;
    display: inline-block;
    color: white;
}

.contact-form .submit input[type=reset] {
    background-color: #969696;
    margin-right: 10px;
    font: inherit;
}

.contact-form .submit input[type=submit] {
    background-color: #005ca9;
    font: inherit;
}


.social-icon-linkedin
{
    background-image: url("http://www.imerys-graphite-and-carbon.com/wordpress/wp-app/uploads/2017/03/linkedin_1.png");
    height: 25px;
    width: 25px;
    float: left;
    margin-left: 30px;
}

.social-icon-youtube
{
    background-image: url("http://www.imerys-graphite-and-carbon.com/wordpress/wp-app/uploads/2017/03/youtube_1.png");
    height: 25px;
    width: 25px;
    float: left;
    margin-left: 8px;
}