@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700);

/* ======== Reset ========== */
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: 20px;
}
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;
}
/* ======== General ========== */
html, body {
     width: 100%;
     height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    position: relative;
}
a {
    color: #222222;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
a:hover {
    color: #2c489c;
    text-decoration:none;
}
.centerwrapper{
    width: 980px;
    margin: auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{clear: both;}

.button {
    border: none;
    border-radius: 40px;
    color: #ffffff;
    background-color: #233b89;
    display: inline-block;
    font: 900 10px/40px 'Montserrat', sans-serif;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, border-color 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, background-color 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    width: auto;
}
.button:hover {
    background: #03aad9;
    color: #fff;
}
.hrfull{
    background-color: #ddd;
    border-style: none;
    display: block;
    margin: auto;
    height: 4px;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer .hrfull{
    background-color: #ddd;
    border-style: none;
    display: block;
    margin: auto;
    height: 4px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.1;
}

/* ======== topheader ========== */
#topheader{
    background: #2F3B77;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    color: #ffffff;
}
#topheader .left, #topheader .right{width: 50%;}
.socialtop{margin: 0;padding: 0;float: right;}
.centerwrapper p span{
    border-right: 1px solid #ffffff;
    padding: 0 10px;
    text-align: center;
}
.socialtop li{
    float: left;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
}
.headersection{
    background: #2a3b6b;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
.headersection .center {
    position: relative;
}
.headersection .banner-cover {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    min-height: 400px;
    width: 100%;
    background-color: #314079;
    z-index: 0;
}
.header2{
    background-color: #ddd;
    overflow: hidden;
    padding: 30px 0;
}
.logo a{
    display: block;
    width: 245px;
    float: left;
    height: 73px;
    background: url(images/logo.png) no-repeat;
}
/* Menu */
.menu ul {
    float: right;
}
.menu ul:after {
    clear: both;
    content: "";
    display: table;
}
.menu li {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 4px 4px;
    display: inline-block;
    float: left;
    margin-left: 13px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
}
.menu li.first, #topheader li.lng-switch li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
}
.menu li.signin {
    margin: -2px 0 0 15px;
}
.menu a {
    color: #2F3B77;
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    padding: 3px 8px;font-size: 15px;
    background-color: #03AAD9;
    color: #ffffff;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.menu a:hover{
    background-color: #2F3B77;
}

/** Switch Lang **/
.lng-switch {
    margin-left: 376px !important;
    text-align: center;
    color: #f37d66;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    margin-top: 6px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.lng-switch .lng-toggler {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background: #2e489f;
}
.lng-toggler span{
    padding: 0 !important;
    border: 0 !important;
}
.lng-switch .lng-toggler .arrow-down-white {
    background-image: url("images/arrow-down-white.png");
    background-size: 5px 3px;
    display: block;
    height: 3px;
    margin-top: -2.2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
}
.lng-switch .lng-options {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 28px;
    background: #2e489f;
}
.lng-switch li {
    display: block;
    float: none;
}
.lng-switch a {
    color: #fff;
    display: block;
    font: 900 10px/18px "brandon-grotesque",sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.lng-switch a:after {
    display: none;
}
.lng-switch a.active, .lng-switch a:hover {
    color: #0497C1;
}
.lng-switch:hover .lng-options {
    animation: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal none 1 fade-down;
    display: block;
}
/** Header Title **/
.headersection .title-header {
    position: relative;
}
.title-header {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-top: 110px;
}
.title-header h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.title-header  .subtitle {
    color: #fff;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 30px;
    opacity: 0.6;
    padding: 0 50px;
    font-size: 16px;
}
.title-header .button {
    background: #233B89;
    border: medium none;
    color: #fff;
}
.title-header .button:hover {
    background: #03AAD9;
}

/** Our Services **/
.ourservices{
    background-color: #F5F5F5;
    padding: 50px 0;
    overflow: hidden;
}
.ourservices h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 3px solid #222222;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.singleservice{
    float: left;
    width: 45%;
    text-align: center;
    margin-right: 48px;
    margin-bottom: 28px;
    min-height: 320px;
}
.singleservice p{
    padding: 5px 30px;
    color: #888;
    line-height: 20px;
}
.singleservice .number{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background-color: #212121;
    color: #ffffff;
    margin: auto;
    margin-bottom: 20px;
    display: none;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.singleservice .circle{
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    border: 8px solid #EBEBEB;
    width: 165px;
    height: 135px;
    margin-bottom: 20px;
    display: block;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;

    background: #2c489c; /* Old browsers */
background: -moz-linear-gradient(top,  #2c489c 0%, #395dc8 48%, #1d3784 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c489c), color-stop(48%,#395dc8), color-stop(100%,#1d3784)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c489c 0%,#395dc8 48%,#1d3784 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c489c 0%,#395dc8 48%,#1d3784 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c489c 0%,#395dc8 48%,#1d3784 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c489c 0%,#395dc8 48%,#1d3784 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c489c', endColorstr='#1d3784',GradientType=0 ); /* IE6-9 */
}
.singleservice .circle:hover{
    background: #2c489c; /* Old browsers */
background: -moz-linear-gradient(top,  #1d3784 0%, #395dc8 48%, #2c489c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c489c), color-stop(48%,#395dc8), color-stop(100%,#1d3784)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1d3784 0%, #395dc8 48%, #2c489c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1d3784 0%, #395dc8 48%, #2c489c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1d3784 0%, #395dc8 48%, #2c489c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1d3784 0%,#395dc8 48%,#2c489c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c489c', endColorstr='#1d3784',GradientType=0 ); /* IE6-9 */
}
.singleservice .circle .icon img{
    padding-top: 30px;
    margin-bottom: 5px;
}
.singleservice .circle h4{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 10px;
    line-height: 20px;
}

/** About us **/
.aboutus{
    background-color: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}
.aboutus h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.aboutus .left{
    float: left;
    width: 60%;
}
.aboutus .left h2 {
    color: #676767;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 0;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
}
.aboutus .left hr {
    background-color: #375AC2;
    border-style: none;
    display: block;
    height: 8px;
    width: 53px;
    text-align: left;
    float: left;
    margin-bottom: 20px;
}
.aboutus .left p {
    color: #999;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.aboutus .right{
    float: right;
    width: 40%;
}
.aboutus .right img{width: 300px;height: 282px;}
/** Testim **/
.leftprofile{
    float: left;
    text-align: left;
    width: 120px;
    margin-left: 20px;
}
.leftprofile img{
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 14px;
    margin-right: 20px;
}
.leftprofile cite {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding: 0;
    text-transform: capitalize;
}
.rightprofile{
    float: left;
    width: 830px;
    margin-left: 10px;
}
p.rightprofile{
    color: #ddd;
    font-style: italic;
    font-weight: 400;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.rightprofile h5{
    display: block;
    margin-bottom: 10px;
}


blockquote {
    color: #ddd;
    font-style: italic;
    font-weight: 400;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.quotation{
    background: #03AAD9 url(images/darkgrey-bg.png) repeat;
    color: #FFF;
    padding: 30px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.h2quotation{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 3px solid #222222;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.h2quotation a{text-decoration: none;}
.flex-control-nav {
    margin-top: -15px !important;
}

/** Our Services **/
.activities{
    background-color: #ffffff;
    border-top: 8px solid #ddd;
    padding: 50px 0;
    overflow: hidden;
}
.activities h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.onepost{
    float: left;
    width: 32%;
    margin-right: 10px;
    text-align: center;
}
.onepost:hover{
    background-color: #223E8F;
}
.onepost:hover a{color: #ffffff;}
.imgpost, .imgpost img{
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}
.onepost h3 a{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    padding-bottom: 8px;
    display: block;
}
.facebook-f a{
    float: left;
    width: 32%;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #223E8F;
    color: #223E8F;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
.facebook-f a:hover{color: #FFF; background-color: #49639E;border-color: #49639E;}
.twitter-f a{
    float: left;
    width: 32%;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #223E8F;
    color: #223E8F;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
.twitter-f a:hover{color: #FFF; background-color: #3B9FE5;border-color: #3B9FE5;}
.linkedin-f a{
    float: left;
    width: 32%;
    text-align: center;
    border: 2px solid #223E8F;
    color: #223E8F;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
.linkedin-f a:hover{color: #FFF; background-color: #047FAF;border-color: #047FAF;}

/** footer **/
.footer{
    background: #223671 url(images/footerbg.jpg) repeat center center;
    overflow: hidden;
    color: #FFF;
    padding: 40px 0;
}
.footer .left.links{margin-right: 0;padding: 0 !important; }
.footer .left:last-child ul, .left:last-child h3{margin-left: 50px;}
.footer .left ul, .footer .left h3{margin-left: 20px;}
.footer .left{
    float: left;
    width: 200px;
    padding: 0 22px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.footer .left h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-bottom: 14px;
}
.footer .left p{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 20px;
    text-transform: capitalize;
    color: #F8F8F8;
    margin-bottom: 14px;
}
.footer .left li{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 20px;
    color: #F8F8F8;
    margin-bottom: 14px;
}
.footer .left li a{color: #F8F8F8;text-decoration: none;}
.logofooter img{
    display: block;
    width: 180px;
    height: 60px;
    margin-bottom: 20px;
}
.text-left{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 20px;
    text-transform: capitalize;
    color: #F8F8F8;
    width: 50%;
    float: left;
}
.text-right{float: right;width: 50%;text-align: right;}
.text-right a{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 20px;
    text-transform: capitalize;
    color: #F8F8F8;
}

/** Grilles **/

.introprincipe{
    overflow: hidden;
    position: relative;
}
.top-container .grille{width:100%;overflow: hidden;padding: 20px 0;}
.top-container .grille sup{position:static}
.top-container .grille .wrapper{position:relative;  width: 100%;}
.top-container .grille .wrapper section{overflow:hidden;display: inline-block;margin: 5px 10px;}
.top-container .grille .wrapper section.last{display:none}
.top-container .grille .wrapper section div.container{position:relative;overflow:hidden;width:100%;height:100%}
.top-container .grille .wrapper section h2{position:absolute;z-index:3;overflow:hidden;top:0;left:0;font-size:1.4em;
    line-height:1.1;font-weight:400;margin:0;color:#fff;
    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;
    transition:all .3s ease}
.top-container .grille .wrapper section p{display:block;position:absolute;z-index:1;top:0;left:0;padding:10px;font-size:1em;
    line-height:1.3em;font-weight:400;margin:0;color:#4b575f;text-decoration:none;
    background:#fff url('images/fleche-grid.png') bottom right no-repeat}
.top-container .grille .wrapper section p span{position:absolute;font-style:italic;font-size:.8em;bottom:0;left:0;z-index:2;padding:10px}
.top-container .grille .wrapper section a{display:block;position:absolute;z-index:2;top:0;left:0;padding:0;margin:0;width:100%;height:100%}
.top-container .grille .wrapper section.agence{width:300px;height:181px;float: left;position: relative;}
.top-container .grille .wrapper section.communication-image{top:0;left:191px;width:630px;height:181px}
.top-container .grille .wrapper section.communication-opinions{width:630px;height:181px;float: left;}
.top-container .grille .wrapper section.expertises{width:170px;height:181px}
.top-container .grille .wrapper section.clients{width:170px;height:181px}
.top-container .grille .wrapper section.clients ul,.top-container .grille .wrapper section.clients ul li,
.top-container .grille .wrapper section.clients ul li img{width:181px;height:181px}
.top-container .grille .wrapper section.clients ul li{background-image:url('images/customers.jpg');background-repeat:no-repeat}
.top-container .grille .wrapper section.clients ul li.pioneer{background-position:-905px 0}
.top-container .grille .wrapper section.clients ul li.randstad{background-position:-1086px 0}
.top-container .grille .wrapper section.clients ul li.total{background-position:0 0}
.top-container .grille .wrapper section.clients ul li.carglass{background-position:-181px 0}
.top-container .grille .wrapper section.clients ul li.ea{background-position:-362px 0}
.top-container .grille .wrapper section.clients ul li.kone{background-position:-543px 0}
.top-container .grille .wrapper section.clients ul li.necotrans{background-position:-724px 0}
.top-container .grille .wrapper section.clients a{position:absolute;z-index:10}
.top-container .grille .wrapper section.clients div.clients-titre{position:absolute;width:181px;height:62px;background-color:#969696;z-index:20}
.top-container .grille .wrapper section.newswall{top:191px;left:382px;width:170px;height:181px}
.top-container .grille .wrapper section.digital{top:191px;left:764px;width:300px;height:181px}
.top-container .grille .wrapper section.digital p{font-size:.95em}
.top-container .grille .wrapper section.digital em{font-size:.8em;font-style:italic}
.top-container .grille .wrapper section.international{top:382px;left:191px;width:181px;height:181px}
.top-container .grille .wrapper section.une{top:382px;left:382px;width:372px;height:181px;font-size:12px}
.top-container .grille .wrapper section.une ul{margin:0;padding:0;width:372px}
.top-container .grille .wrapper section.une ul li{width:372px;height:60px;margin:0;padding:0;overflow:hidden;line-height:1.1em;
    background-color:#fff;background-repeat:no-repeat;list-style:none;
    -webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;
    -o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}
.top-container .grille .wrapper section.une ul li a{height:40px;width:272px;display:block;margin:0;padding:10px 30px 0 0;
margin-left:70px;overflow:hidden;color:#475055;text-decoration:none;font-weight:400;position:static;z-index:auto;top:auto;left:auto}
.top-container .grille .wrapper section.une ul li.newswall{background-position:0 -110px;background-image:url('images/sprites.png')}
.top-container .grille .wrapper section.une ul li.newswall:hover{background-position:0 -290px;background-color:#ebebeb}
.top-container .grille .wrapper section.une ul li.twt{background-position:0 -622px;background-image:url('images/sprites.png')}
.top-container .grille .wrapper section.une ul li.twt:hover{background-position:0 -742px;background-color:#ebebeb}
.top-container .grille .wrapper section.une ul li.facebook{background-position:0 -170px;background-image:url('images/sprites.png')}
.top-container .grille .wrapper section.une ul li.facebook:hover{background-position:0 -350px;background-color:#ebebeb}
.top-container .grille .wrapper section.une ul li.wellnews{background-position:0 -230px;background-image:url('images/sprites.png')}
.top-container .grille .wrapper section.une ul li.wellnews:hover{background-position:0 -410px;background-color:#ebebeb}
.top-container .grille .wrapper section.une ul li.gsm{background-position:0 -682px;background-image:url('images/sprites.png')}
.top-container .grille .wrapper section.une ul li.gsm:hover{background-position:0 -802px;background-color:#ebebeb}
.bottom-container .feed ul li a span.title{font-weight:700}
.top-container .grille .wrapper section.une div.container{position:relative;width:372px;height:181px}
.top-container .grille .wrapper section.institut{top:382px;left:764px;width:181px;height:181px}
.top-container .grille .wrapper section.agence h2{background-color:#969696;width:300px;height:35px;padding:146px 10px 10px 20px}
.top-container .grille .wrapper section.clients h2{color:#333;width:170px;height:62px;position:absolute;top:119px;z-index:9;
padding-left:20px;line-height:60px}

.top-container .grille .wrapper section.agence .imgp img{
    display: block; width: 100%; height: 100%; min-height: 184px;
    position:relative;
}

.top-container .grille .wrapper section.agence h2{ font-family: "Lato"; font-weight:400;font-size:1.4em; padding:110px 10px 10px 10px;
    width: 100%; height: 100%; color: #FFF; background-color: rgba(0, 0, 0, 0.77); text-transform: capitalize;}
.top-container .grille .wrapper section.institut h2{background-color:#969696;width:151px;height:35px;padding:136px 10px 10px 20px}
.top-container .grille .wrapper section.communication-opinions h2{background-color:#969696;width:490px;height:60px;
padding:111px 82px 10px 20px}
.top-container .grille .wrapper section.expertises h2,.top-container .grille .wrapper section.newswall h2,
.top-container .grille .wrapper section.international h2{background-color:#2C489C;width:151px;height:35px;
padding:136px 10px 10px 20px}
.top-container .grille .wrapper section.newswall h2{background:#2C489C url('images/sprites.png') -362px -900px no-repeat}
.top-container .grille .wrapper section.digital h2{background-color:#2C489C;width:300px;height:58px;
padding:113px 10px 10px 20px}
.top-container .grille .wrapper section.communication-image h2{background-color:#2C489C;width:490px;height:60px;
padding:111px 122px 10px 20px}
.top-container .grille .wrapper section:hover.communication-opinions h2,
.top-container .grille .wrapper section:hover.institut h2{-moz-transform:translateX(0px) translateY(-181px);
-webkit-transform:translateX(0px) translateY(-181px);-o-transform:translateX(0px) translateY(-181px);
-ms-transform:translateX(0px) translateY(-181px);transform:translateX(0px) translateY(-181px)}
.top-container .grille .wrapper section:hover.agence h2{-moz-transform:translateX(-181px) translateY(0px);
-webkit-transform:translateX(-181px) translateY(0px);-o-transform:translateX(-181px) translateY(0px);
-ms-transform:translateX(-181px) translateY(0px);transform:translateX(-181px) translateY(0px)}
.top-container .grille .wrapper section:hover.expertises h2,
.top-container .grille .wrapper section:hover.newswall h2,.top-container .grille .wrapper section:hover.digital h2,
.top-container .grille .wrapper section:hover.international h2{-moz-transform:translateX(-181px) translateY(0);
-webkit-transform:translateX(-181px) translateY(0);-o-transform:translateX(-181px) translateY(0);
-ms-transform:translateX(-181px) translateY(0x);transform:translateX(-181px) translateY(0)}
.top-container .grille .wrapper section:hover.communication-image h2{-moz-transform:translateX(-372px) translateY(0);
    -webkit-transform:translateX(-372px) translateY(0);-o-transform:translateX(-372px) translateY(0);
    -ms-transform:translateX(-372px) translateY(0x);transform:translateX(-372px) translateY(0)}
.top-container .grille .wrapper section.agence p,.top-container .grille .wrapper section.expertises p,
.top-container .grille .wrapper section.clients p,.top-container .grille .wrapper section.newswall p,
.top-container .grille .wrapper section.digital p,.top-container .grille .wrapper section.international p,
.top-container .grille .wrapper section.institut p{
    font-size: 14px;
    height: 170px;
    margin-left: 137px !important;
    padding: 10px;
    width: 150px;
}
.top-container .grille .wrapper section.communication-image p,.top-container
.grille .wrapper section.communication-opinions p{width:348px;height:170px;margin-left: 260px;line-height: 26px;padding: 20px;
color: #ffffff;background-color: rgba(0, 0, 0, 0.30);}
.top-container .grille .wrapper section.focus1{top:191px;left:573px}
.top-container .grille .wrapper section.focus2{top:382px;left:0}
.top-container .grille .wrapper section.focus1,.top-container .grille .wrapper section.focus2{width:181px;height:181px}
.top-container .grille .wrapper section.focus1 figure,.top-container .grille .wrapper section.focus2 figure{position:relative}
.top-container .grille .wrapper section.focus1 figure img,.top-container .grille .wrapper section.focus2 figure img,
.top-container .grille .wrapper section.une figure img{position:absolute;top:0;left:0}
.top-container .grille .wrapper section.focus1 figure figcaption,
.top-container .grille .wrapper section.focus2 figure figcaption{position:absolute;top:10px;left:10px;padding:10px;width:141px;
height:141px;background:url('images/pix-gris-trame.png') 0 0 repeat;
-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;
-khtml-opacity:0;opacity:0;-webkit-transition:opacity .3s ease-in-out;
-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}
.top-container .grille .wrapper section.une figure figcaption{position:absolute;top:10px;left:10px;padding:10px;width:332px;
height:141px;background:url('images/pix-gris-trame.png') 0 0 repeat}
.top-container .grille .wrapper section.une figure figcaption h2{position:relative;font-size:1em;font-weight:700;top:0}
.top-container .grille .wrapper section.une figure figcaption span{position:relative;font-weight:400;font-size:.9em;line-height:1.2em;
color:#fff;display:block;top:0}
.top-container .grille .wrapper section.focus1 figure:hover figcaption,
.top-container .grille .wrapper section.focus2 figure:hover figcaption
{-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}
.top-container .grille .wrapper section.focus1 figure figcaption h2,
.top-container .grille .wrapper section.focus2 figure figcaption h2
{position:relative;font-size:1em;font-weight:700;top:-25px;-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;
-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}
.top-container .grille .wrapper section.focus1 figure:hover figcaption h2,
.top-container .grille .wrapper section.focus2 figure:hover figcaption h2
{-moz-transform:translateX(0px) translateY(25px);-webkit-transform:translateX(0px) translateY(25px);
-o-transform:translateX(0px) translateY(25px);-ms-transform:translateX(0px) translateY(25px);
transform:translateX(0px) translateY(25px)}
.top-container .grille .wrapper section.focus1 figure figcaption span,
.top-container .grille .wrapper section.focus2 figure figcaption span{position:relative;font-weight:400;font-size:.9em;
line-height:1.2em;color:#fff;display:block;top:-50px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;
-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}
.top-container .grille .wrapper section.focus1 figure:hover figcaption span,
.top-container .grille .wrapper section.focus2 figure:hover figcaption span{-moz-transform:translateX(0px) translateY(50px);-webkit-transform:translateX(0px) translateY(50px);-o-transform:translateX(0px) translateY(50px);-ms-transform:translateX(0px) translateY(50px);transform:translateX(0px) translateY(50px)}.top-container .grille .wrapper section.focus1 figure figcaption a,.top-container .grille .wrapper section.focus2 figure figcaption a{position:absolute;width:141px;height:42px;display:block;top:150px;left:0;background:url('images/fleche-grid-white.png') bottom right no-repeat;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.top-container .grille .wrapper section.une figure figcaption a{position:absolute;width:332px;height:42px;display:block;top:100px;left:0;background:url('images/fleche-grid-white.png') bottom right no-repeat}.top-container .grille .wrapper section.focus1 figure:hover figcaption a,.top-container .grille .wrapper section.focus2 figure:hover figcaption a{-moz-transform:translateX(0px) translateY(-50px);-webkit-transform:translateX(0px) translateY(-50px);-o-transform:translateX(0px) translateY(-50px);-ms-transform:translateX(0px) translateY(-50px);transform:translateX(0px) translateY(-50px)}section.presentation{display:block;width:905px;font-size:14px;line-height:1.5em;margin-bottom:25px;text-align:justify}section.presentation h3{font-weight:400;font-size:1.4em;color:#2C489C}
.top-container .grille{}
.top-container .grille .wrapper section.agence{top:0;left:0}.top-container .grille .wrapper section.communication-image{top:0;left:11px}
.top-container .grille .wrapper section.focus1{top:0;left:573px}
.top-container .grille .wrapper section.expertises{top:191px;left:0}
.top-container .grille .wrapper section.clients{top:191px;left:191px}
.top-container .grille .wrapper section.communication-opinions{top:191px;left:382px}
.top-container .grille .wrapper section.une{top:382px;left:0}
.top-container .grille .wrapper section.institut{top:382px;left:382px}
.top-container .grille .wrapper section.digital{top:382px;left:573px}
.top-container .grille .wrapper section.focus2{top:573px;left:0}
.top-container .grille .wrapper section.international{top:573px;left:191px}
.top-container .grille .wrapper section.newswall{top:573px;left:382px}
.top-container .grille .wrapper section.last{top:573px;left:573px;width:181px;height:181px;display:block;background-color:#4b575f}
section.presentation{width:715px}
.top-container div.bienvenue{display:none}
.top-container .grille .wrapper section.agence{top:0;left:0}
.top-container .grille .wrapper section.expertises{top:0;left:191px}
.top-container .grille .wrapper section.communication-image{top:191px;left:0}
.top-container .grille .wrapper section.communication-opinions{top:382px;left:0}
.top-container .grille .wrapper section.institut{top:573px;left:0}
.top-container .grille .wrapper section.digital{top:573px;left:191px}
.top-container .grille .wrapper section.clients{top:764px;left:191px}
.top-container .grille .wrapper section.newswall{top:764px;left:0}
.top-container .grille .wrapper section.une{top:955px;left:0}
.top-container .grille .wrapper section.focus1,.top-container .grille .wrapper section.focus2,
.top-container .grille .wrapper section.last,.top-container .grille .wrapper section.international{display:none}
section.presentation{width:370px;font-size:13px;line-height:1.3em;margin-bottom:20px}
section.presentation h2{font-size:1.2em}
.bottom-container{margin-bottom:10px}
.communication-image .imgp img{
    width: 100%;
}
.top-container .grille .wrapper section.communication-image.opacity5 h2{background-color: rgba(0, 0, 0, 0.82); ;width:490px;height:60px;
padding:111px 122px 10px 20px}


/** trans-item **/
.trans-item{
    margin-bottom: 23px;
    background: #ffffff;
    float: left;
    width: 24%;
    margin-right: 50px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 30px 20px 35px;
    text-align: center;
    min-height: 150px;
}
.trans-item .icon img{
    background: none repeat scroll 0 0 #008bc4;
    border: 2px solid #008bc4;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px;
    position: inherit;
    text-align: center;
    top: 50%;
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.trans-item h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    padding: 4px 0;
    line-height: 22px;
}
.trans-item p{
    color: #888888;
    font-size: 14px;
    line-height: 22px;
}
.wasslalogo{margin: 0;padding: 0;}
.wasslalogo img{margin-right: 4px;width: 20px;height: 20px;display: block;margin-left: 4px;float: right;}
/** getquote **/
.quoteindex{
    color: #ffffff;
    float: none;
    margin:18px 0;
    display: block;
    overflow: hidden;
}
.quoteindex h2{
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 3px solid #222222;
    display: inline-block;
    text-transform: uppercase;
}
.getquote{
    background-color: #3b8ec8;
    color: #ffffff;
    padding: 30px 10px 10px 10px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rightsidebar .getquote p{width: 300px;}
.getquote p{
    float: left;
    font-size: 22px;
    padding-top: 0px;
    width: 630px;
    margin-bottom: 20px;
    line-height: 32px;
}
.getquote span a{
    float: left;
    background-color: #ffffff;
    color: #3b8ec8;
    padding:10px 20px;
    margin-top: 8px;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.section-1{
    overflow: hidden;
    width: 100%;
    width: 980px;
    margin: auto;
}
/** Our Values **/
.ourvalu{
    color: #ffffff;
    float: left;
    width: 590px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 30px;
    display: block;
    overflow: hidden;
}
.ourvalu h2{
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.7em;
    text-align: left;
    border-bottom: 3px solid #222222;
    display: inline-block;
    text-transform: uppercase;
}
/** Slides **/
  /* Prevent the slideshow from flashing on load */
    #slides {
      display: none;
      width: 590px;
      float: left;
      overflow: hidden;
      margin: 10px 0 20px 0;
      position: relative;
    }
    .oneslide{
        overflow: hidden;
    }
    .slidesjs-container{
        height: 258px !important;
        position: relative;
    }
    .oneslide h3{
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    margin-bottom: 3px;
    padding:6px 5px;
    text-align: left;
    position: absolute;
    bottom: 15%;
    left: 5%;
    z-index: 88;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    }
    .oneslide h3 a{color: #333;}
    .oneslide h3 a:hover{color: #000;}
    .oneslide img{
        overflow: hidden;
        width: 100%;
        height: 258px;
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .oneslide p{
    color: #191919;
    font:bold 12pt 'Times New Roman',Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: left;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    color: #FFF;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    }

.slidesjs-next{
    font:bold 12pt 'Times New Roman',Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px;
    right: -15px;top: 110px;
    display: block;
    position: absolute;
    z-index: 9999;
}
.slidesjs-previous{
    font:bold 12pt 'Times New Roman',Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px;
    left: -15px;top: 110px;
    display: block;
    position: absolute;
    z-index: 9999;
}
.slidesjs-pagination{
    overflow: hidden;
    position: absolute;
    top: 10px;
    z-index: 99;
    padding-top: 10px;
    right: 10px;
}
.slidesjs-pagination li{
    float: left;
}
.slidesjs-pagination-item a{
    float: left;
    display: block;
    text-align: center;
    background: #ffffff;
    color: #FFF;
    margin-left: 5px;
    height: 13px;
    padding: 2px 8px;
    text-indent: -99999px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.slidesjs-stop.slidesjs-navigation, .slidesjs-next.slidesjs-navigation,
.slidesjs-play.slidesjs-navigation{display: none !important;}
/* Show active item in the pagination */
.slidesjs-pagination .active {
  background-color: #3c8ec8;
}

/** lang-working **/
.lang-working{
    border: 1px solid #f5f5f5;
    border-top-width: 5px;
    overflow: hidden;
    float: left;
    width: 300px;
    margin:96px 0 18px 0;
    display: block;
    overflow: hidden;
}
 .lang-working h3{
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    background-color: #F8F8F8;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
}
.lang12{
    display: block;
    width: 100%;
    height: 47px;
    line-height: 51px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.lang2{
    display: block;
    width: 128px;
    height: 111px;
    background: url(images/iconlang-2.png) no-repeat;
    float: left; 
    margin-right: 50px;
}
.lang3{
    display: block;
    width: 128px;
    height: 111px;
    background: url(images/iconlang-3.png) no-repeat;
    float: left; 
}
/** Services **/
.title-page{
    background: url(images/customer-feedback.jpg) no-repeat top center;
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
}
/** our-values **/
.our-values{
    padding: 30px 0;
}
.our-values p{
    color: #888;
    line-height: 21px;
}
.one-values{
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-right: 1px solid #ddd;
    overflow: hidden;
    width: 43%;
    text-align: center;
    padding:20px 20px 0 20px;
    min-height: 290px;
}
.one-values:nth-child(2n+1){
    margin-right: 0;
    border: none;
}
.one-values .img-one-values img{
    width: 300px;
    height: 150px;
    border: 2px solid #EEE;
    margin-bottom: 10px;
}
.one-values h3{
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.one-values p{
    padding: 0 30px;
}
/** singlepost **/
.singlepost{
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 2px solid #EEE;
}
.titlepost{
    margin-bottom: 12px;
}
.titlepost, .titlepost a {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #111;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 26px !important;
    text-align: start;
    text-decoration: none;
    text-transform: none;
}
.centpost{overflow: hidden;}
.imgpost{
    float: left;
    width: 205px;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.imgpost img{
    width: 100%;
    height: 100%;
}
.contentpost p{
    color: #333;
    font: 18px/21px;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    text-align: justify;
}
.date{
    color: #888;
    font-size: 15px;
    margin-bottom: 20px;
}
.imgpostinto {
    text-align: center;
    margin-bottom: 20px;
}
.continto, .continto p{
    color: #000000;
    font-size: medium;
    margin-bottom: 20px;
}
.SharePost{
    margin-bottom: 20px;
}
.SharePost ul{margin: 0;padding: 0;}
.SharePost li{
    float: left;
    margin-right: 10px;
    list-style: none;
}
/** left-big **/
.left-big{
    width: 640px;
    float: left;
    padding: 0 10px;
}
.rightsidebar{
    width: 300px;
    float: right;
}
.choose-lang{
    margin-bottom: 20px;
}
.choose-lang h3{
    color: #404040;
    font-size: 17px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.choose-lang select{
    width: 90%;
}

/**********************  

13::COMMENTS

************************/
.commentbox{
    margin-top: 20px;
    margin-bottom: 20px;
}
#commentsbox {
    margin:1px;
    overflow:hidden;
    background:#f9f9f9;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d4d4;
    margin-bottom:20px;
}
h3#comments {
    margin: 0px 0px -1px;
    background: url(../images/commentsBg.png);
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;
    color:#444;
    font-size: 16px;
    font-weight:bold;
}
h3#comments-respond {
    color:#444;
    font-size: 13px;
    font-weight:bold;
    margin-bottom:10px;
}
#respond {
    padding:20px;
    border-top: 1px solid #d6d6d6;
    background: url(../images/respond.png);
}
.commentlist #respond {
    border: 1px solid #d6d6d6;
    margin-bottom:20px;
}
img.avatar {
    float: left;
    margin-right: 15px;
    background: #fff;
    padding: 3px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1)
}
em.comment-awaiting-moderation {
    color: #999;
}
.comments-inner-wrap {
    margin: 0 auto;
    width: 100%;
}
.comment-author {
    margin-bottom:5px;
}
.comment-author .fn {
    margin-right:5px;
}
.commentmetadata {
    margin-top:5px;
}
.commentmetadata a {
    color: #999;
}
.comment-body p {
    margin-top: 20px;
    color:#555;
    padding:5px;
}
.comments-title-wrap {
    text-align: left;
    margin-top: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.comment-body {
    background:#fff url(../images/commentBody.png) repeat-x top;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding:10px;
    margin-bottom: 20px;
    overflow:hidden;
}
ol.commentlist {
    list-style: none;
    margin-left: 0px;
    padding: 20px 20px 0px;
}
h4.comments-header {
    margin-bottom: 10px;
}
h4.comments-header-bottom {
    margin-bottom: 30px;
}
form#commentform.nice input {
    color: #676767;
    padding: 10px;
    border: none;
    margin-bottom: 20px;
    width: 250px;
}
textarea#comment {
    width: 96% !important;
    margin-left:2px;
}
#respond input {
    display:block;
    background: #ffffff;
    color: #2D499C;
    border: none;
    box-shadow: none;
    padding: 10px;
    min-width:60%;
    border:1px solid #d6d6d6;
    -webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition:border linear 0.2s, box-shadow linear 0.2s;
    -o-transition:border linear 0.2s, box-shadow linear 0.2s;
    transition:border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom:10px;
}
.commentlist #respond #commentform input {
    float:none;
    display:block;
}
#respond  #submit{
    background: #2D499C;
    color: #ffffff;
    cursor: pointer;
}
#respond  #submit:hover{background-color: #03AAD9;}
#respond input:focus, #respond textarea:focus {
    outline:0;
    border-color:rgba(214, 95, 8, 1);
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 95, 8, 0.6);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 95, 8, 0.6);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(214, 95, 8, 0.6);
}
#respond textarea {
    background: #ffff;
    padding: 10px 11px 10px 10px;
    border:1px solid #d6d6d6;
    -webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition:border linear 0.2s, box-shadow linear 0.2s;
    -o-transition:border linear 0.2s, box-shadow linear 0.2s;
    transition:border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom:10px;
}
.commentlist #respond #commentform textarea#comment {
    margin-top:0px;
    max-width:92%;
}
#commentform #commentSubmit {
    cursor:pointer;
    background: rgb(72,72,72);
    background: -moz-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(72, 72, 72, 1)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#333333', GradientType=0 );
    background: linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
    border: 1px solid #1e1e1e;
    text-shadow: 0px 0px 0px #fed4a8;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #FFF;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
}
#commentform #commentSubmit:hover {
    background: #2C489C;
    border: 1px solid #122a73;
    text-shadow: 1px 1px 1px #823604;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
}
span.reply-link {
    float: right;
    margin-top: 20px;
}
.comment-reply-link {
    display:block;
    float:left;
    color: #666;
    margin: 7px 1px;
    width: auto;
    height: auto;
    background: #ececec;
    padding:5px 10px;
    outline: none;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57);
    -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57);
}
span.author-date {
    color: #979797;
}
label small {
    color: #c82d2d;
}
.children {
    list-style-type: none;
    margin: 0 0 0 80px
}
#cancel-comment-reply-link {
    display:block;
    margin-bottom:10px;
}
#comments-respond-meta {
    margin-bottom:10px;
}
/** Quote Control **/
.quoteControl{
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 16px;
    background: url(images/quotecontrol.png) no-repeat left center #F8F8F8;
    padding: 30px 16px;
    border: 1px solid #ddd;
    margin-bottom: 33px;
}
.singleControl{
    float: left;
    width: 30%;
    margin-right: 16px;
    text-align: justify;
    border: 1px solid #EBEBEB;
    padding: 20px 10px 10px;
    min-height: 170px;
    color: #333;
    line-height: 23px;
}
.singleControl:nth-child(3n+3){
    margin-right: 0;
}
.singleControl span{
    font-size: 30px;
    padding:6px;
    text-align: center;
    display: inline-block;
    background: #2F3B77;
    color: #ffffff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 20px;
}
.singleControl:hover span{background: #03AAD9}
.imgcontrol{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
/** contact us **/
#contactus .wpcf7-form-control-wrap{
    margin: 0;
    padding: 0;
}
#contactus .wpcf7-form p{
    margin-bottom: 20px;
}
#contactus .wpcf7-form-control-wrap input{
    background: #ffffff;
    padding: 10px 5px;
    width: 600px;
    border: 1px solid #EBEBEB;
    outline: none;
    margin-top: 10px;     
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
#contactus .wpcf7-form-control-wrap textarea{
    background: #ffffff;
    padding: 10px 5px;
    width: 600px;
    border: 1px solid #EBEBEB;
    outline: none;
    margin-top: 10px; 
}
#contactus .wpcf7-submit{
    color: #ffffff;
    width: 120px;
    text-align: center;
    background: #2D499C;
    outline: none;
    padding: 10px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}
#contactus .wpcf7-submit:hover{
    background: #03AAD9;
}
