/* FULLWIDTH OF BOXED VERSIONS SETTINGS*/
 .container {
    margin: 0 auto;
    width:1024px;
    /*Change to any value and the whole template will adjust to it :) */
    position: relative;
    
}


@media screen and (max-width: 992px) {
    .container {
        margin: 0 auto;
        width:100%;
        position: relative;
    }
}
#container{   
    width: 100%;/* if you want  boxed version change the value to the value of .container (940px by default) + some value (for example 80px more, they represent margins on the left and right) so it would be 1020px*/
    margin:0px auto;
}

 /*--------------------------------------------------------------------------------------*/
 /*                     1 - RESET CSS                                                    */
 /*-------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {background: transparent;border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { line-height: 1 }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: none }
del { text-decoration: line-through }
hr { background: transparent; border: 0; clear: both; color: transparent; height: 1px; margin: 0; padding: 0; }
mark { background-color: #ffffb3; font-style: italic; }
input, select { vertical-align: middle }
ins { background-color: red; color: white; text-decoration: none; }
ol, ul { list-style: none }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0; }
* html .clearfix, :first-child+html .clearfix { zoom: 1 }
 /*--------------------------------------------------------------------------------------*/
 /*                     2 - GENERAL CSS FOR STYLING                                      */
 /*-------------------------------------------------------------------------------------*/

body {
    background: #dcdcdc;
    color: #666;
    font-family: 'Helvetica Neue', Arial, Verdana;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size:13px;
    line-height:21px;
}
html, body {height:100%;position: relative;}
body.empty{ margin-top: 50px;}
p{margin-bottom: 10px;}
code,
pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 10px;
    text-align: left;
    white-space: pre;
    line-height: 18px;
    margin: 20px 0;
    background-color: #ebebeb;
}
img {
    max-width: 100%;
    height: auto;
        display: block;
}
a, a > * {
    text-decoration: none;
    color:#aab2bd;
}
a:hover{
   text-decoration: none;
}
a#logo span{
    color:#aab2bd;
    font-style: italic;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 7px;
    position: absolute;
}
blockquote{border-left:3px solid #e8e8e8;padding-left:20px;color:#afafaf;line-height:20px;margin:20px 0 20px 15px}
strong { font-family: "Helvetica Neue", Arial, Verdana;font-weight: 800;line-height: 30px;}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-variant: normal;
    white-space: normal;
    color: #404040;
    margin-bottom: 20px;
    font-family: 'montserratregular', 'Helvetica Neue', arial, helvetica, sans-serif;
}
h1 {
    font-size: 26px;
    line-height: 32px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h4 {
    font-size: 16px;
    line-height: 22px;

}
h5 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 22px;
}
header {
    height: 20%;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
 #wrapp{
    float: left;
    width: 100%;
    background: #fff;
 }

#content{
    float:left;
    width: 100%;
    margin: 0px 0 0 0 ;
    position: relative;
}
header#header{
    padding: 0px 0  0px 0;   
    width: 100%;
    background: #FFF;
    float:left;
    position: relative;
}
header#header:after {
content: "";
    position: absolute;
    bottom: -21px;
    width: 100%;
    left: 0;
    height: 21px;
    background: url('../images/shad-top.png') center no-repeat;
}
 header#header.header-3{
    border-bottom: 1px solid #e6e9ee;
 }
#header-links{
    width: 100%;
    float: left;
    background: #353535;
    /*border-bottom: 1px solid #e6e9ee;
    margin-bottom: 40px;
    padding: 10px 0;*/

}
.intro-features{
    width: 100%;
    float: left;
    background: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    border-top: 1px solid #e6e9ee;
    margin: 40px 0 0px 0;
    padding: 40px 0 20px 0;

}.intro-features.no-bottom-margin{
    margin-bottom: 0px;
    margin-top: 55px;
}

.intro-features.no-top-margin{
    margin-bottom:55px;
    margin-top: 0px;
}

.intro-features.bottom-margin-minus{
    margin-bottom: -40px;
}

#header-links a {
    color:#fff;
    font-size: 11px;
    font-weight: bold;
}
#breadcrumb {
    float: left;
    background: #f6f7fb;
    width: 100%;
    padding: 15px 0px 5px 0px;
    margin-left: 0px;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 40px;
}
#breadcrumb h4 {
    color: #656d78;
    font-weight: 500;
    margin-bottom: 10px;
}
#breadcrumbs ul {
    float: right;
    padding: 0px 0;
    font-size: 12px;
    margin-top: 0px;
}
#breadcrumbs ul li {
    font-size: 11px;
    display: inline-block;
    color: #888;
    padding: 0 11px 0 0;
    margin: 0 0 0 5px;
    background: url(../images/breadcrumbs.png) no-repeat 100% 50%;
}
#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #888888 }
#breadcrumbs ul li:last-child a:hover,
#breadcrumbs ul li a:hover { text-decoration: underline }
#breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0;
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
    color: #888;
    background: none;
}
#breadcrumbs ul li:last-child {
    padding: 0;
    background: none;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     3 - GRID                                                        */
 /*-------------------------------------------------------------------------------------*/

.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:2.21%; }
.one { width: 100%; margin-right: 0!important; }
.one-half { width: 48.895%; }
.two-third { width: 65.93%; }
.one-third  { width: 31.86%; }
.one-fourth { width: 23.34%; }
.three-fourth { width: 74.44%;}
.one-fifth { width: 18.23%; }
.one-sixth { width: 14.82%; }
.one-half:nth-child(2n), .one-third:nth-child(3n), .one-fourth:nth-child(4n),.one-fifth:nth-child(5n),.one-sixth:nth-child(6n){margin-right: 0!important;}
.horizontal-line {width: 100%;margin: 40px 0; float: left; border-top: 1px solid #e3e3e3;}
.container .one-fourth:last-child{margin-right: 0!important;}
.container .one-third:last-child{margin-right: 0!important;}
.container .three-fourth:last-child{margin-right: 0!important;}
.container .two-third:last-child{margin-right: 0!important;}
.one .one-fourth:last-child{margin-right: 0!important;}
.one .two-third:last-child{margin-right: 0!important;}
 /*--------------------------------------------------------------------------------------*/
 /*                     4 - HEADER CSS STYLES                                           */
 /*-------------------------------------------------------------------------------------*/
 #logo{
    width: 150px;
 }
  .connexion{
    float: right;
    margin-top: 25px;
    width: 220px;
  }
 .connexion .round-pic {
    display: block;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    width: 80px;
    border: 1px solid #F7911E;
    float: left;
    text-align: center;
    justify-content: center;
}
.connexion .text{
    font-family: "montserratregular", 'helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 28px;
    line-height: 25px;
    padding-top: 16px;
    padding-left: 81px;
    color: #459945;
}
.connexion .round-pic i {
    font-size: 85px;
    text-align: center;
    line-height: 100px;
    /* margin-left: 22px; */
    color: #F7911E;
}
 /*main navigation*/
#main-navigation.sticky {
    position: fixed;
    width: 100%; /*  width: 100%; If you're using fullwidth layout*/
    height: auto;
    top: 0px!important;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.1cccc);
}
#main-navigation.sticky-fullwidth { width: 100%!important }
#main-navigation {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #459945;
    border-top: 3px solid #245D24
}
#main-navigation select { display: none }
#main-navigation select {
    background: #FFF;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 10px 5px;
    color: #676767;
}
.main-menu li:last-child a {
    border-right: 1px solid #225422;
}
ul.main-menu.alternative { float: right }
ul.main-menu.alternative li a { color: #898989 }
.main-menu.alternative > li:hover > a { color: #FFF }
ul.main-menu.alternative li a#current { border: none }
ul.main-menu.alternative li a {
    border-right: none;
    border-left: none;
}
.main-menu,
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
#current {
        background-color: #245D24;
    border-right: 1px solid #225422;
    color: #F7911E;
}
.main-menu li,
.main-menu ul a { position: relative }
.main-menu > li {float: left;/* display: inline-block; */}
.main-menu > li.floatr { float: right }
.main-menu li > a { display: block }
.main-menu ul {
    position: absolute;
    display: none;
    width: 180px;
}
.main-menu ul ul {
    top: 0;
    left: 180px;
}
.main-menu li:hover > ul { display: block }
#navigation ul li:first-child { margin-left: -8px }
#navigation ul li ul li:first-child,
#navigation ul li ul li ul li:first-child { margin-left: 0 }
ul.main-menu li a i {
    color: #FFF;
    margin-right: 10px;
}
ul.main-menu  ul li a i { color: #aab3bc;   }
#current {
    margin-left: 0px;
    padding-left: 10px;
    z-index: 8;
    position: relative;
}
.main-menu a { text-decoration: none }
.main-menu > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 10px 8px 10px;
}
.main-menu > li > a i {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.main-menu > li:hover > a {
    background-color: #245D24;
    padding-left: 10px;
    margin: 0 0 0 0px;
}
ul.main-menu li a {
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
}
.main-menu ul li a {
    -webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}
.main-menu  li  a  span {
    display: block;
    color: #ccd0d9;
    width: 100%;
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
}
.main-menu > li > a img,
.main-menu li > ul > li > a img {
    border: 0;
    margin-right: 7px;
}
/* Sub Menu */
.main-menu ul {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    left: 1px;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.main-menu ul a {
    color: #aab2bd;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 12px;
    border-top: 1px solid #e6e6e6;
}
/* Mega Menu */
.main-menu .one-column,
.main-menu .two-columns,
.main-menu .three-columns,
.main-menu .four-columns,
.main-menu .five-columns {
    position: absolute;
    display: none;
    overflow: auto;
    z-index: 999;
    background: #fff;
}
.main-menu .one-column,
.main-menu .one { width: 160px }
.main-menu .two-columns,
.main-menu .two { width: 320px }
.main-menu .three-columns,
.main-menu .three { width: 480px }
.main-menu .four-columns,
.main-menu .four { width: 640px }
.main-menu .five-columns,
.main-menu .five { width: 800px }
.main-menu > li.floatr > ul.one-column,
ul.two-columns,
ul.three-columns,
ul.four-columns,
ul.five-columns { right: 0 }
.main-menu > li:hover > ul.one-column,
ul.two-columns,
ul.three-columns,
ul.four-columns,
ul.five-columns { display: block }
.main-menu .one,
.main-menu .two,
.main-menu .three,
.main-menu .four,
.main-menu .colfive5 { float: left }
.main-menu li > ul.one-column,
ul.two-columns,
ul.three-columns,
ul.four-columns,
ul.five-columns {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    left: -1px;
    padding: 10px;
}
ul.one-column a:hover,
ul.two-columns a:hover,
ul.three-columns a:hover,
ul.four-columns a:hover,
ul.five-columns a:hover {
    background: none;
    border: none;
}
ul.one-column a,
ul.two-columns a,
ul.three-columns a,
ul.four-columns a,
ul.five-columns a {
    background: none;
    border: none;
}
ul.one-column p a,
ul.two-columns p a,
ul.three-columns p a,
ul.four-columns p a,
ul.five-columns p a { padding: 0 }
.main-menu h5 {
    font-size: 13px;
    color: #656d78;
    font-weight: normal;
    margin: 8px 10px 7px 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.main-menu ol {
    list-style: none;
    margin: 7px 10px;
    padding: 0;
}
.main-menu ol li {
    border-bottom: 1px dotted #e0e0e0;
    padding: 4px 0;
}
.main-menu ol a {
    color: #aab2bd;
    font-size: 12px;
    padding: 3px 0;
    line-height: 15px;
}
.main-menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 9px 10px;
    padding: 0;
}
.main-menu p a {
    color: #aab2bd;
    text-decoration: underline;
}
.main-menu p a:hover { color: #555 }
.main-menu ol a i {
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*header links and social links*/
.top-search {
    float: left;
    margin-top: 5px;
}
#header-links .top-search {
    /*float: right;*/
    margin-top: 0px;
}
.top-search input {
    width: 220px;
    font-size: 11px !important;
    background: transparent !important;
    color: #888;
        padding-left: 0 !important;
    border: transparent!important;
    font-weight: bold;
}
.top-search input:focus { border:transparent;!important }
.search-btn {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0px;
    margin: 0px 0 0 -40px;
    background:transparent;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    z-index: 100;
    box-shadow: none;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-btn:after{
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    top: 6px;
    left: 8px;
    font-size: 18px;
    position: absolute;
} 
.search-btn:after:hover { color: #aab3bc }
input.search-field {
    float: right;
    position: relative;
}
ul.header-links { float: right }
ul.social-icons {
    float: right;
    list-style: none;
    display: block;
}
ul.social-icons.header {
    float: right;
    width: auto;
}
ul.social-icons li {
    float: left;
    margin-left: 2px;
    display: inline;
}
ul.social-icons li a {
    background: #2c2c2c;
    padding: 7px 7px 5px 5px;
}
ul.social-icons li a:hover { background: #1f1f1f }
ul.social-icons.header li a {
    background: #FFF;
    padding: 7px 7px 5px 2px;
}
ul.social-icons.header li a:hover { background: #FFF }
ul.social-icons li a i {
    font-size: 16px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #ababab;
}
ul.social-icons li a:hover i {
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
ul.social-icons.header li a:hover i { text-decoration: none }

ul.header-links li {
    float: left;
    margin-left: 10px;
    padding: 6px 0px;
    position: relative;
}
.flag img {
   margin: 0px 5px 0 0;
    /* display: block; */
    /* margin-bottom: 10px; */
    border-radius: 100%;
    width: 15px;
    height: 15px;
    opacity: 100;
    position: absolute;
    top: 10px;
    left: 6px;
}
ul.social-links li {
    margin-left: 3px;
    float: left;
}
ul.social-links { float: right }
ul.social-links li a {
    float: left;
    background-color: #585858;
    border-radius: 4px;
    width: 22px;
    height: 20px;
    padding-top: 0px;
    text-align: center;
    /* border: 1px solid #e6e9ee; */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.social-links.alternative li a {
    float: left;
    background-color: #FFF;
    border-radius: 4px;
    width: 32px;
    height: 25px;
    padding-top: 7px;
    text-align: center;
    border: 1px solid #e6e9ee;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.header-links li.pays{
    background: #fff;
    padding: 6px 10px 6px 30px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
ul.header-links li.pays a{
    color: #353535!important;
}

ul.social-links li a:hover {
 
}
ul.social-links.alternative li a.facebook:hover { background-color: #45619d }
ul.social-links.alternative li a.twitter:hover { background-color: #2daae2 }
ul.social-links.alternative li a.linkedin:hover { background-color: #1881b0 }
ul.social-links.alternative li a.google:hover { background-color: #d73d32 }
ul.social-links.alternative li a.skype:hover { background-color: #00a6e3 }
ul.social-links.alternative li a.dribbble:hover { background-color: #ea4c88 }
ul.social-links.alternative li a.pinterest:hover { background-color: #cb2229 }
ul.social-links.alternative li a.tumblr:hover { background-color: #3e5a70 }
ul.header-links li a i,
ul.social-links li a i {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.social-links.alternative li a:hover i { color: #FFF }
ul.header-links li a i { margin-right: 5px }
.head-wrapp {
float: left;
width: 100%;
/* margin-bottom: 10px; */
background: url('../images/map.jpg') no-repeat center -82px;
background-size: 39%;
}
.head-img{
    position: absolute;
    /*top: -38px;*/
    bottom: 0;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
    right: 30%;
}
.prof .head-img{
    position: absolute;
    /*top: -38px;*/
    bottom: 0;
    justify-content: center;
    width: 118px;
    margin: 0 auto;
    right: 0;
}

.block1 h6, .block2 h6 {
    text-transform: uppercase;
}

.block1 .block_pic, .block2 .block_pic {
    position: absolute;
    width: 178px;
    height: 348px;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}
.block1 .block_pic .label, .block2 .block_pic .label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 0;
    background: url('../images/parents.png') no-repeat 100% 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 83%;
}
.block2 .block_pic .label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 0;
    background: url('../images/respo.png') no-repeat right bottom;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 81%;
}
.label {
    white-space: normal;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.zone-footer{background: #ababab;}
.zone-footer .btn-block {
    margin-top: 0;
}
.top-footer .head-img{
    position: absolute;
    top: -33px;
    bottom: 0;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
    right: -113px;
}
ul.header-links li a:hover i,
ul.social-links li a:hover i { color: #656d78 }
#header-links a:hover { color: #656d78 }
.input-wrapp {
    float: left;
    width: 100%;
    display: block;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     5 - SLIDER                                                      */
 /*-------------------------------------------------------------------------------------*/
/*layerslider*/
.slider-shadow-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 41px;
    background: url("../images/shadow-top.png") center center no-repeat;
    z-index: 99;
}

.slider-shadow-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    background: url("../images/shadow-bottom.png") center center no-repeat;
    z-index: 99;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
    width: 44px;
    height: 70px;
    z-index: 10000;
    top: 42%;
    position: absolute;
}
.ls-fullwidth .ls-nav-prev {
    background: #aab2bd url("../images/slider-prev.png") 50% 50% no-repeat;
    left: 0px;
    border-radius: 0px 4px 4px 0;
}
.ls-fullwidth .ls-nav-next {
    background: #aab2bd url("../images/slider-next.png") 50% 50% no-repeat;
    right: 0px;
    border-radius: 4px 0px 0 4px;
}
.large_heading_01 { font-size: 22px }
.large_heading_02 {
    color: #aab2bd;
    font-size: 24px;
}
.ls_large_text_01 {
    line-height: 45px;
    font-size: 34px;
    font-family: "Helvetica Neue", Arial, Verdana;
    text-shadow: 0px 1px 1px #FFF;
    z-index: 19999;
    font-weight: 300;
}
.ls_large_text_02 {
    color: #656d78;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, Verdana;
    font-weight: 400;
    z-index: 19999;
    font-style: italic;
}
.ls_large_text_03 {
    padding: 5px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 20px;
    font-family: "Helvetica Neue", Arial, Verdana;
    z-index: 19999;
    font-weight: 400;
    font-style: italic;
}
.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 64px;
    height: 60px;
    left: 80px;
    border-radius: 4px;
    background: #aab2bd url("../images/slider-prev.png") 50% 50% no-repeat;
}
.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 64px;
    height: 60px;
    left: -80px;
    border-radius: 4px;
    background: #aab2bd url("../images/slider-next.png") 50% 50% no-repeat;
}
.tp-leftarrow.tparrows.square.large {
    position: absolute!important;
    top: 42%!important;
    left: 3%!important;
}
.tp-rightarrow.tparrows.square.large {
    position: absolute!important;
    top: 42%!important;
    left: 92%!important;
}
/*revolution slider*/
.fullwidthbanner{
    max-height: 450px;
    height: auto;
}
 .revolution-slider {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    height: 450px;
    margin:0px 0 0 0;
    overflow: hidden;
    z-index: 1;
}
.tp-caption.large_title {  
    padding:10px 15px;
    font-size:20px;
     font-family: "Helvetica Neue", Arial;
     border-radius: 2px;
    color:#FFF;
    font-weight: 500;
}
.tp-caption.grey_subtitle{
    font-size:14px;
     font-family: "Helvetica Neue", Arial;
    color:#656d78;
    line-height:24px;
    font-style: italic;
     border-radius: 4px;
}
.tp-caption.grey_subtitle_alt{
    font-size:14px;
     font-family: "Helvetica Neue", Arial;
    color:#FFF;
    line-height:24px;
    font-style: italic;
     border-radius: 4px;
}
/*flex sliders*/
.flex-container{
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}
.flex-slider-text { margin-top: 100px }
.flex-slider-text .text {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial;
    color: #656d78;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}
.flex-slider-text .text_2 {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial;
    color: #FFF;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}
.flex-home-img {
    margin-bottom: -10px!important;
    float: right;
}
.flex-home-img img {
    width: auto!important;
    height: auto!important;
}
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 2222;
}
.flex-direction-nav li .flex-prev {
    background: #ccd0d9 url("../images/carousel-prev-next.png") -15% 50% no-repeat;
    border-radius: 4px;
}
.flex-direction-nav li .flex-next {
    background: #ccd0d9 url("../images/carousel-prev-next.png") 118% 50% no-repeat;
    border-radius: 4px;
}
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
    height: 70px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 38%;
}
.flex-direction-nav li .flex-next {
    background: #aab2bd url("../images/slider-next.png") 50% 50% no-repeat;
    border-radius: 4px 0 0px 4px;
}
.flex-direction-nav li .flex-prev {
    background: #aab2bd url("../images/slider-prev.png") 50% 50% no-repeat;
    border-radius: 0px 4px 4px 0px;
}
.flex-direction-nav { display: none }
.flex-direction-nav li .flex-next { right: -40px }
.flex-direction-nav li .flex-prev { left: -40px }
.flexslider:hover .flex-direction-nav li .flex-next { right: 0px }
.flexslider:hover .flex-direction-nav li .flex-prev { left: 0px }
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flexslider.clients-slider .flex-direction-nav li a.flex-next,
.flexslider.clients-slider .flex-direction-nav li a.flex-prev,
.flexslider.team-member-slider .flex-direction-nav li a.flex-next,
.flexslider.team-member-slider .flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 2222;
}
.flexslider.clients-slider .flex-direction-nav li .flex-prev,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev {
    background: #aab2bd url("../images/carousel-prev-next.png") -23% 50% no-repeat;
    border-radius: 4px;
}
.flexslider.clients-slider .flex-direction-nav li .flex-next,
.flexslider.team-member-slider .flex-direction-nav li .flex-next {
    background: #aab2bd url("../images/carousel-prev-next.png") 125% 50% no-repeat;
    border-radius: 4px;
}
.flexslider.clients-slider .flex-direction-nav li .flex-next:hover,
.flexslider.clients-slider .flex-direction-nav li .flex-prev:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-next:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev:hover { background-color: #434a54 }
.clients-slider .flex-direction-nav li .flex-next,
.team-member-slider .flex-direction-nav li .flex-next { right: 10px }
.clients-slider .flex-direction-nav li .flex-prev,
.team-member-slider .flex-direction-nav li .flex-prev { left: 10px }
.clients-slider:hover .flex-direction-nav li .flex-next,
.team-member-slider:hover .flex-direction-nav li .flex-next { right: -30px }
.clients-slider:hover .flex-direction-nav li .flex-prev,
.team-member-slider:hover .flex-direction-nav li .flex-prev { left: -30px }
.flexslider.clients-slider { margin: 30px 0 }
.flexslider.clients-slider.no-margin { margin: 0px 0 }
.single-portfolio-item-slider.bottom-margin { margin-bottom: 40px }
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 250;
    right: 0px;
    bottom: -35px;
}
.flex-control-nav li {
    margin: 0px 0 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
}
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 10px;
    height: 10px;
    display: block;
    background: #ccd0d9;
    border-bottom: none!important;
    cursor: pointer;
    text-indent: -999em;
    border-radius: 100px;
}
.flex-caption {
    zoom: 1;
    width: auto;
    height: auto;
    position: absolute;
    left: 30%;
    top: 40%;
    z-index: 111;
    padding: 10px 20px;
    border-radius: 4px;
}
.flex-caption h3 {
    color: #FFF;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.flex-container.with-margin {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.flex-small-caption {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    left: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    color: #FFF;
}
.flex-small-caption h4 {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}
.portfolio-items-slider .flex-direction-nav li a.flex-next,
.portfolio-items-slider .flex-direction-nav li a.flex-prev {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 43%;
    z-index: 19999;
}
.portfolio-items-slider .flex-direction-nav li .flex-next {
    background: #656d78 url("../images/slider-next-small.png") 50% 50% no-repeat;
    border-radius: 4px;
}
.portfolio-items-slider .flex-direction-nav li .flex-prev {
    background: #656d78 url("../images/slider-prev-small.png") 50% 50% no-repeat;
    border-radius: 4px;
}
.portfolio-items-slider .flex-direction-nav li .flex-next {
    right: 0px;
    opacity: 0;
}
.portfolio-items-slider .flex-direction-nav li .flex-prev {
    left: 0px;
    opacity: 0;
}
.portfolio-items-slider:hover .flex-direction-nav li .flex-next {
    right: 15px;
    opacity: 100;
}
.portfolio-items-slider:hover .flex-direction-nav li .flex-prev {
    left: 15px;
    opacity: 100;
}
.flexslider.clients{text-align: center;}
 /*--------------------------------------------------------------------------------------*/
 /*                     6 - FOOTER & COPYRIGHTS                                          */
 /*-------------------------------------------------------------------------------------*/
.footer-call-to-action {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
    margin-bottom: -40px;
}
.footer-call-to-action .one-fourth { text-align: right }
.footer-call-to-action h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
#footer a { color: #7e8793 }
#footer {
    margin-top: 80px;
    width: 100%;
    /* padding: 40px 0; */
    margin-bottom: 50px;
    float: left;
    position: relative;
    background: #353535;
    height: auto;
    color: #7e8793;
}
#copyrights {
    width: 100%;
    padding: 30px 0 10px 0;
    float: left;
    position: relative;
    background: #292f38;
    height: auto;
    color: #4d5560;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
#footer.s2 {
    background: #3b3b3b;
    color: #999999;
}
#copyrights.s2 {
    background: #333;
    color: #999999;
}
#footer.s2 a,
#copyrights.s2 a { color: #ababab }
#footer.s2  ul li { border-bottom: 1px solid #464646 }
#footer.s2 a:hover,
#copyrights.s2 a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer.s2 .flickr-widget li { border: 3px solid #2a2929 }
#footer.s2 .flickr-widget li:hover { border: 3px solid #6b6b6b }
#footer.s3 {
    background: #f6f7fb;
    color: #656d78;
}
#footer.s3 h4 { color: #656d78 }
#copyrights.s3 {
    background: #e6e9ee;
    color: #656d78;
}
#footer.s3 a,
#copyrights.s3 a { color: #656d78 }
#footer.s3  ul li { border-bottom: 1px solid #e6e9ee }
#footer.s3 a:hover,
#copyrights.s3 a:hover {
    color: #929ca9;
    text-decoration: none;
}
#footer.s3 .flickr-widget li { border: 3px solid #aab2bd }
#footer.s3 .flickr-widget li:hover { border: 3px solid #c1c6cc }
#copyrights a {
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
    color: #4d5560;
}
#copyrights a:hover {
    color: #FFF;
    text-decoration: none;
}
#footer h4 {
    font-size: 13px;
    color: #FFF;
    font-family: "Helvetica Neue", Arial, Verdana;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}
#footer ul {
    float: left;
    list-style: none;
}
#footer ul li {
    /* width: 100%; */
    float: left;
    list-style: none;
    padding: 0px 0;
    /* border-bottom: 1px solid #434a54; */
}
#footer ul li a i {margin-right: 0px;}
#footer a:hover {
    color: #e6e9ee;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.copyright_links {float: right; }
.copyright_links li {
    display: inline;
    float: left;
}
.copyright_links li a {
    float: left;
    padding: 0px 11px 0px 10px;
   
}
.copyright_links li.last a,
.copyright_links ul li:last-child a { background: none}
.copyright_links li a:hover {text-decoration: underline}
 /*--------------------------------------------------------------------------------------*/
 /*                     7 - FORMS                                                       */
 /*-------------------------------------------------------------------------------------*/
input[type=text], input[type=password], input[type=email], textarea {
    border: 1px solid #ccd0d9;
    padding: 7px 10px;
    outline: none;
    font-size: 13px;
    color: #353535;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.top-search input[type=text] {
    color: #fff ;
}
select {
    border: none;
    padding: 7px 10px;
    outline: none;
    font-size: 13px;
    color: #b5b5b5;
    height: 27px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
select {/* padding: 0 */}

textarea {
    min-height: 60px;
    resize: none;
}
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}
select { }
input[type=checkbox] { display: inline }
label span,
legend span {
    font-weight: normal;
    font-size: 12px;
    color: #444;
}
form.simple-form {
    margin-bottom: 30px;
    float: left;
}
form.simple-form  input {
    outline: none;
    font-size: 12px;
    color: #888;
    margin: 0 0 0px 0;
    max-width: 100%;
    display: block;
    background: #ffffff;
    /*box-shadow: inset 0px 2px 4px #f3f3f3;*/
    font-family: "Helvetica Neue", Arial, Verdana;
    border: none;
    border-radius: none;
}
#error-field {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.input-title {
    margin: 10px  0 0 10px;
    float: left;
}
form.simple-form fieldset {
    padding: 0px 0px;
    border-radius: 2px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    float: left;
}
form.simple-form fieldset.inputError i { background-color: #db4453 }
form.simple-form fieldset {border: 1px solid #e5e9ec;}
form.simple-form fieldset i {background-color: #bfbfbf;}
form.simple-form fieldset.inputError { border-color: #db4453 }
form.simple-form fieldset i {
    float: left;
    width: 28px;
    height: 22px;
    color: #FFF;
    text-align: center;
    padding: 10px 2px 0px 2px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
form.simple-form  input:focus,
form.simple-form   textarea:focus { border: none }
form.simple-form input[type=submit] {
    width: auto;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    box-shadow: none;
}
form.simple-form   textarea {
    width: 95%;
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", aRIAL, Verdana;
    border: none;
}
form.simple-form   fieldset {
    margin-bottom: 15px;
    float: left;
}
form.simple-form   label {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
form.simple-form   label span { color: #e64135 }
 /*--------------------------------------------------------------------------------------*/
 /*                     8 - PORTFOLIO & BLOG                                             */
 /*-------------------------------------------------------------------------------------*/
 #filterable {
    display: inline;
    float: left;
    margin-bottom: 40px;
    margin-right: 0px;
    width: 100%;
}
#filterable li {
    float: left;
    list-style: none;
    margin-left: 1px;
}
#filterable li:first-child { margin-left: 0px }
#filterable li a {
    cursor: pointer;
    display: block;
    color: #f89201;
    text-decoration: none;
    text-align: center;
    height: auto;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    /* background: #aab2bd; */
    border-bottom: 2px solid #666666;
    text-decoration: none;
    /* border-radius: 2px;*/
}
#filterable li a:hover {color: #f89201;border-color: #f89201;}
#filterable li:first-child a {/* border-radius: 2px 0px 0px 2px */}
#filterable li:last-child a {/* border-radius: 0px 2px 2px 0px */}
#filterable li a.active {
    color: #459945;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset; */
    border-color: #459945;
}
#filterable li a i {
    color: #FFF;
    margin-right: 7px;
}
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
ul#portfolio-container {
    margin: 0 0  0 -2%;
    padding: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    border: none;
}
ul#portfolio-container li {
    float: left;
    margin: 0 0 30px 2%;
    list-style: none;
}
ul#portfolio-container.four-columns li { width: 23% }
ul#portfolio-container.three-columns li { width: 31%; position: relative; }
ul#portfolio-container.three-columns li[data-categories="Photo"] i{
    position: absolute;
    bottom: 7px;
    background: #A01717;
    right: 10px;
    color: #fff;
    padding: 10px;
    z-index: 1;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
ul#portfolio-container.three-columns li[data-categories="Video"] i{
    position: absolute;
    bottom: 7px;
    background: #A01717;
    right: 10px;
    color: #fff;
    padding: 10px;
    z-index: 1;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
ul#portfolio-container.two-columns li { width: 48% }
ul#portfolio-container li  ul.slides li { margin: 0 0 0 0!important }
ul#portfolio-container li  ul.flex-direction-nav li { margin: 0 0 0 0!important }
ul#portfolio-container  .flex-control-nav,
.blog-post .flex-control-nav {
    width: 100%;
    position: absolute;
    display: block;
    z-index: 9999;
    right: -15px!important;
    bottom: 15px;
}
ul#portfolio-container  .flex-control-nav li,
.blog-post .flex-control-nav li {
    margin: 0px 0 0 4px;
    padding: 0px;
    float: left;
    width: 10px;
}
ul#portfolio-container li   ol.flex-control-nav li a {
    background-color: #aab2bd;
    border-bottom: 1px solid #919aa6;
    margin: 0 0 0 0px;
}
.item-wrapp {
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.item-wrapp:hover { box-shadow: 0px 0px 5px #e6e9ee }
.portfolio-item,
.blog-item {
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    /* border-radius: 4px 4px 0 0; */
}
.portfolio-item a,
.blog-item a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.portfolio-item img,
.blog-item img {
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-backface-visibility: hidden;
    /* border-radius: 4px 4px 0 0; */
    width: 100%;
    height: auto;
    float: left;
}
.blog-item img { border-radius: 4px }
.portfolio-item:hover img,
.blog-item.small:hover img,
.blog-item.medium:hover img,
.blog-item.large:hover img {
    position: relative;
    z-index: 10;
    opacity: 0.10;
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    -webkit-perspective: 1000;
    border-radius: 4px 4px 0 0;
}
.blog-item.small img,
.blog-item.small:hover img,
.blog-item.medium img,
.blog-item.medium:hover img,
.blog-item.large img,
.blog-item.large:hover img { border-radius: 4px 4px 4px 4px!important }
.blog-item { border-radius: 4px }
.portfolio-item a.item-permalink,
.blog-item a.item-permalink {
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 40%;
    left: -50px;
    z-index: 120;
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
}
.portfolio-item a.item-preview,
.blog-item a.item-preview {
    padding: 8px 12px 8px 12px;
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 40%;
    right: -50px;
    z-index: 121;
    border-radius: 4px;
}
.portfolio-item a.item-permalink:hover,
.portfolio-item a.item-preview:hover,
.blog-item a.item-permalink:hover,
.blog-item a.item-preview:hover { background: #FFF }
.portfolio-item a.item-permalink:hover i,
.portfolio-item a.item-preview:hover i,
.blog-item a.item-permalink:hover i,
.blog-item a.item-preview:hover i { color: #434a54 }
.portfolio-item a.item-permalink i,
.portfolio-item a.item-preview i,
.blog-item a.item-permalink i,
.blog-item a.item-preview i {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
ul#portfolio-container.two-columns li .item-wrapp .portfolio-item:hover  a.item-permalink { left: 41% }
ul#portfolio-container.two-columns li .item-wrapp .portfolio-item:hover  a.item-preview { right: 41% }
ul#portfolio-container.three-columns li .item-wrapp .portfolio-item:hover  a.item-permalink { left: 35.5% }
ul#portfolio-container.three-columns li .item-wrapp .portfolio-item:hover  a.item-preview { right: 35.5% }
.one-third.product .item-wrapp .portfolio-item:hover  a.item-permalink { left: 32% }
.one-third.product .item-wrapp .portfolio-item:hover  a.item-preview { right: 32% }
.portfolio-item:hover  a.item-permalink { left: 31.5% }
.portfolio-item:hover  a.item-preview { right: 31.5% }
.blog-item.small:hover  a.item-permalink { left: 30% }
.blog-item.small:hover  a.item-preview { right: 30% }
.blog-item.medium:hover  a.item-permalink { left: 38% }
.blog-item.medium:hover  a.item-preview { right: 38% }
.blog-item.large:hover  a.item-permalink { left: 44% }
.blog-item.large:hover  a.item-preview { right: 44% }
.portfolio-item-title {
    text-align: center;
    padding: 20px 15px 15px 15px;
    background: #FFF;
    border: 1px solid #e6e9ee;
    border-top: none;
    /* border-radius: 0px 0px 4px 4px; */
}
.item-wrapp:hover .portfolio-item-title {
    border: 1px solid #ccd0d9;
    border-top: none;
}
.portfolio-item-title a {
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.portfolio-item-title a:hover {
    text-decoration: none;
    color: #434a54!important;
}
.portfolio-item-title p {
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #404040;
}
.blog-post {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.permalink h4 { margin-bottom: 0px }
.permalink a {
    color: #656d78;
    font-family: "Helvetica Neue";
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.permalink a:hover { text-decoration: none }
.media-holder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.blog-post.layout-2 .media-holder {
    float: left;
    width: 200px;
    margin-bottom: 0px;
    margin-right: 20px;
    position: relative;
}
.blog-post.layout-2 .post-intro {
    width: 68.5%;
    float: left;
}
.blog-post.layout-3 {
    width: 48.89%;
    margin-right: 2.21%;
}
.blog-post.layout-3:nth-child(2n) { margin-right: 0%!important }
.media-holder img {
    /* border-radius: 4px;  */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.media-holder img:hover { opacity: 0.80 }
.blog-post.layout-2 ul.post-meta {
    width: auto;
    display: block;
}
ul.post-meta {
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
ul.post-meta li {
    padding: 5px 0;
    margin: 0 0px 5px 5px;
    display: inline-block;
    color: #a5a5a5;
}
ul.post-meta li:first-child { margin-left: 0px }
ul.post-meta li i {
    margin-right: 5px;
    color: #a5a5a5;
}
ul.post-meta li a {
    color: #a5a5a5;
    font-weight: 400;
}
ul.post-meta li a:hover { text-decoration: none }

 /*--------------------------------------------------------------------------------------*/
 /*                     9 - PRICING TABLES & BOXES                                       */
 /*-------------------------------------------------------------------------------------*/
ul.pricing-boxes {
    float: left;
    margin: 0px 0px 40px 0;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -10px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.five li {
    width: 20%; /*width: 188px;*/;
}
ul.pricing-boxes.four li {
    width: 25%; /*width: 235px;*/;
}
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes li:nth-child(even) { background: #FFF }
ul.pricing-boxes li:nth-child(even) { background: #f6f7fb }
ul.pricing-boxes li.best-plan  .plan-name { padding: 20px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 35px 0px }
.plan-name {
    background: #656d78;
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.14),inset -1px 0px 0px rgba(0,0,0,0.14);
    padding: 15px 0 10px 0;
    border-radius: 4px 4px 0  0;
}
.plan-name.color { box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1) }
.plan-name h4 {
    color: #FFF;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial;
    font-weight: 300;
    margin-bottom: 5px;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
    background: #434a54;
    box-shadow: inset 0px 1px 0px rgba(0,0,0,0.14),inset -1px 0px 0px rgba(0,0,0,0.14);
    padding: 15px 0 10px 0;
}
.plan-price h4 {
    color: #FFF;
    font-size: 13px;
    font-family: "Helvetica Neue", Arial;
    font-weight: 300;
    margin-bottom: 5px;
}
.plan-price h4 i { margin-right: 5px }
.plan-price h4 span {
    color: #FFF;
    font-size: 13px;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li:hover .plan-name h1 i { border: 4px solid #FFF }
ul.pricing-boxes li:hover .plan-name { background-color: #555d68 }
ul.pricing-boxes li:hover .plan-price { background-color: #383f49 }
.plan-features {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    border-radius: 0 0 4px 4px;
    float: left;
}
ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features { border: 1px solid #e6e9ee }
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
}
.plan-features ul li {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }
 /*--------------------------------------------------------------------------------------*/
 /*                     10 - SHOP LAYOUT                                                */
 /*-------------------------------------------------------------------------------------*/
ul.star-rating {
    width: 100%;
    list-style: none;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 15px;
}
ul.star-rating li {
    list-style: none;
    display: inline;
    margin-right: 0px!important;
}
ul.star-rating li i {
    color: #ccd0d9;
    font-size: 14px;
}
ul.star-rating li i.color { color: #f6bb43 }
ul.star-rating.big li i { font-size: 24px }
.shopping-cart-wrapp {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.shop-items {
    width: 100%;
    float: left;
    position: relative;
}
.shop-items > div {margin-bottom: 15px;}
a.item-price {
    padding: 2px 10px;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #f89201;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1999;
}
a.item-price i {
    color: #FFF;
    margin-left: 5px;
}
a.all-items {
    float: right;
    font-size: 13px;
    font-style: italic;
    color: #aab2bd;
    font-weight: 400;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
a.all-items i {
    color: #aab2bd;
    margin-right: 5px;
}
#scrolltotop {
    width: 48px;
    height: 48px;
    background: url("../images/top.png") top no-repeat;
    margin: 0px 15px 10px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
}
#scrolltotop:hover { background: url("../images/top.png") bottom no-repeat }
#amount {
    border: none;
    font-weight: 800;
    width: 100%;
    background: none;
    float: left;
    margin: 15px 0px 15px -10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccd0d9!important;
    background: #e6e9ee!important;
    font-weight: normal;
    color: #555555;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}
.ui-widget-content {
    border: none!important;
    border-bottom: 1px solid #ccd0d9!important;
    background: #e6e9ee!important;
    color: #222222;
}
a.product-item-preview {
    border-radius: 4px;
    background-color: #aab2bd;
    color: #FFF;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.product-item-preview i { color: #FFF }
 /*--------------------------------------------------------------------------------------*/
 /*                     11 - COMMENT AREA                                                */
 /*-------------------------------------------------------------------------------------*/
ul.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}
ul.commentlist li {
    float: left;
    padding: 10px 0 20px 0;
}
ul.commentlist li { list-style: none }
ul.commentlist li.child { margin-left: 90px }
.comments-amount {
    font-weight: 300;
    color: #aaa;
}
.comment > .avatar {
    float: left;
    background: #FFF;
    padding: 3px;
    box-shadow: 0px 0px 7px #e6e9ee;
    position: relative;
    border: 1px solid #e6e9ee;
    margin-right: 10px;
}
.comment .avatar img {
    float: left;
    max-width: 64px;
}
.comment-entry p {
    margin: 0;
    line-height: 23px;
}
.comment-entry {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    float: left;
    margin: -70px 0 0 90px;
    width: 81%;
    background: #FFF;
    color: #888;
    border-radius: 4px;
    border: 1px solid #e6e9ee;
    padding: 20px;
    box-shadow: 0px 0px 7px #e6e9ee;
}
ul.commentlist li.child .comment-entry { width: 78% }
.comment-arrow {
    width: 10px;
    height: 20px;
    position: relative;
    float: left;
    background: url("../images/comment-arrow.png") no-repeat;
    margin-left: -30px;
}
.comment-entry strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #656d78;
}
.comment-entry span {
    float: left;
    color: #999;
}
.comment-author {
    float: left;
    width: 100%;
}
.comment-author span.reply {
    float: right;
    display: inline;
}
.comment-author span.reply a {
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    float: right;
    padding: 0px 7px;
    margin-left: 5px;
    font-weight: normal;
    color: #FFF;
    background: #ccd0d9;
    border-radius: 4px;
    font-size: 11px;
}
.comment-author span.reply a i {
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    color: #FFF;
    font-size: 11px;
}
.comment-author span.reply a:hover,
.comment-author span.reply a:hover i { text-decoration: none }
.comment-author span.date {
    color: #999;
    float: left;
    font-weight: 300;
    padding: 0 0 0 0px;
    margin: 5px 0 0 5px;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     12 - JQUERY TABS                                                 */
 /*-------------------------------------------------------------------------------------*/
.tabs-wrapp {
    float: left;
    position: relative;
    margin-top: 20px;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li a {
    /* background: #aab2bd; */
    /* border-right: 2px solid #FFF; */
    color: #404040;
    text-transform: uppercase;
    display: block;
    font-family: 'montserratregular', 'Helvetica Neue', arial, helvetica, sans-serif;
    letter-spacing: 0;
    outline: none;
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    -moz-transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    /* box-shadow: inset 1px 1px  0px rgba(0,0,0,0.12),inset -1px 0px  0px rgba(0,0,0,0.12); */
}
.tabs-nav li:first-child a { border-left: none }
.tabs-nav li a:hover { background: #eaeaea }
.tabs-nav li a i {
    margin-right: 5px;
    color: #FFF;
}
.tabs-nav li.active a {
    background: #eaeaea;
    /* border-bottom: 1px solid #FFF; */
}
.tabs-container {
    border: 1px solid #dddddd;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}
.tab-content {
    padding: 20px;
    background: #FFF;
}
.honneur .tab-content {
    padding: 0;
    background: #FFF;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     13 - JQUERY ACCORDION                                            */
 /*-------------------------------------------------------------------------------------*/
ul.accordion {
    display: inline;
    float: left;
    width: 100%;
}
ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}
ul.accordion li:last-child { border-bottom: 1px solid #e1e1e1 }
ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    line-height: 22px;
    padding: 12px 0 0px 0;
}
ul.accordion li.accordion-item.selected .accordion-switch { background: #FFF }
ul.accordion .accordion-switch:hover { background: #f6f7fb }
ul.accordion li.accordion-item .accordion-switch {
    font-size: 13px;
    : ;
    text-transform: capitalize;
    float: left;
}
ul.accordion li a:hover { text-decoration: underline }
ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 22px;
    width: 22px;
    background: #aab2bd url('../images/accordion-toggle.png') no-repeat left top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin-bottom: 11px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 100%;
    margin-top: 1px;
}
ul.accordion li.accordion-item:hover .togglegfx { background-color: #424953 }
ul.accordion li.accordion-item .accordion-content {
    padding: 0px 20px 10px 15px;
    margin-top: 5px;
    float: left;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     14 - CAROUSEL                                                    */
 /*-------------------------------------------------------------------------------------*/
ol.carousel-tabs {
    width: 100%;
    text-align: center;
    list-style: none;
    float: left;
}
ol.carousel-tabs li {
    float: left;
    list-style: none;
    margin: 0px 0 0 3px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 10px;
    height: 10px;
    display: block;
    background: #ccd0d9;
    cursor: pointer;
    text-indent: -999em;
    border-radius: 100%;
}
ol.carousel-tabs li:first-child { margin: 0 }
ul.slidecontrols {
    float: right;
    width: 100;
    list-style: none;
}
ul.slidecontrols li {
    float: left;
    list-style: none;
    margin-top: 20px;
}
ul.slidecontrols li:first-child { margin-right: 2px }
ul.slidecontrols li a.prev,
ul.slidecontrols li a.next {
    height: 24px;
    width: 24px;
    position: relative;
    border-radius: 2px;
    color: #FFF;
    border-bottom: 1px solid #434a54;
    text-indent: -99999px;
    cursor: auto;
    float: left;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.slidecontrols li a.prev { background: #656d78 url("../images/carousel-prev-next.png") -15% 50% no-repeat }
ul.slidecontrols li a.next { background: #656d78 url("../images/carousel-prev-next.png") 115% 50% no-repeat }
ul.slidecontrols li a.carousel-disabled,
ul.slidecontrols li a.carousel-disabled:hover {
    background-color: #ccd0d9 !important;
    border-bottom: 1px solid #aab2bd!important;
    cursor: default;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     15 - SIDEBAR                                                     */
 /*-------------------------------------------------------------------------------------*/
.sidebar .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.sidebar .widget .top-search  input { width: 198px }
.sidebar .widget .flickr-widget li {
    width: 48px;
    height: 48px;
}
.price-wrapp {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.sidebar h4.widget-title {
    color: #656d78;
    font-family: 'Helvetica Neue', Arial;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.sidebar h4.widget-title  i {
    color: #aab2bd;
    margin-right: 5px;
}
.sidebar  ul.popular-tags {
    list-style: none;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.sidebar  ul.popular-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}
.sidebar  ul.popular-tags li a i {
    margin-right: 5px;
    font-size: 12px;
    color: #FFF;
}
.sidebar  ul.popular-tags li a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 11px;
    padding: 4px 8px;
    background: #aab2bd;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
}
ul.sidebar-nav {
    float: left;
    list-style: none;
    margin: 0px;
}
ul.sidebar-nav li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #efefef;
}
ul.sidebar-nav li:last-child{border:none;}
ul.sidebar-nav li a {
    color: #a5a5a5;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    display: block;
}
ul.sidebar-nav li a i { margin-right: 5px }
 /*--------------------------------------------------------------------------------------*/
 /*                     16 - TABLES                                                     */
 /*-------------------------------------------------------------------------------------*/
table.simple-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
}
table.simple-table th {
    border: 1px solid rgba(0,0,0,0.15);
    border-right: none;
    text-align: left;
    padding: 10px 15px;
    background: #459945;
    color: #FFF;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}
table.simple-table td:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table th:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
table.simple-table tr:hover td { background-color: #f6f7fb }
 /*--------------------------------------------------------------------------------------*/
 /*                     17 - SOCIAL WIDGETS                                             */
 /*-------------------------------------------------------------------------------------*/
.instagram-widget div {
    list-style: none;
    float: left;
    margin: 0px 0px 0px 0;
}
.instagram-widget div img {
    margin-bottom: 5px;
    border: none;
}
.instagram-widget div a {
    float: left;
    border: 3px solid #161616;
    display: block;
    width: 60px;
    height: 60px;
    margin: 7px 7px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}
.instagram-widget.inner div a { border: 3px solid #656d78 }
.flickr-widget { margin: -5px -10px 0 0px }
.flickr-widget ul {
    float: left;
    list-style: none;
}
.flickr-widget li {
    float: left;
    border: 3px solid #212730;
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px 10px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}
.flickr-widget li a img { border: none }
.flickr-widget.inner li { border: 3px solid #ccd0d9 }
.flickr-widget li a span {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.flickr-widget.inner li a span {
    width: 48px;
    height: 48px;
}
.flickr-widget li a:hover span,
.flickr-widget.inner li a:hover span { opacity: 0.75 }
.flickr-widget li:hover { border: 3px solid #656d78 }
.flickr-widget.inner li:hover { border: 3px solid #aab2bd }
.flickr-widget.inner { margin-top: 15px }
.twitter-feeds li { border: none!important }
.twitter-feeds a { }
.twitter-feeds b a,
.twitter-feeds b a:hover {
    margin-top: 5px;
    display: block;
    color: #FFF;
    font-weight: normal;
}
.twitter-feeds b a:hover.twitter-feeds a:hover { text-decoration: underline }
.twitter-feeds b a { font-weight: 800 }
 /*--------------------------------------------------------------------------------------*/
 /*                     18 - NOTIFICATION BOXES                                          */
 /*-------------------------------------------------------------------------------------*/
.notification {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 5px 10px 10px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Verdana;
    font-style: normal;
    color: #FFF;
    box-shadow: inset 1px 1px  0px rgba(0,0,0,0.12),inset -1px -1px  0px rgba(0,0,0,0.12);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
}
.notification:hover { box-shadow: inset 1px 1px  0px rgba(0,0,0,0.25),inset -1px -1px  0px rgba(0,0,0,0.25) }
span.close-notification {
    float: right;
    color: #FFF;
    color: rgba(0,0,0,0.40);
    font-size: 16px;
    cursor: pointer;
}
span.close-notification i {
    color: #FFF;
    color: rgba(0,0,0,0.40);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
span.close-notification:hover i {
    color: #FFF;
    color: rgba(0,0,0,0.70);
}
.notification p {
    margin: 0;
    color: #FFF;
    color: rgba(0,0,0,0.40);
}
.notification  i {
    margin-right: 7px;
    font-size: 14px;
    color: #FFF;
    color: rgba(0,0,0,0.40);
}
.notification.success,
.notification.success strong { background-color: #a0d569 }
.notification.error,
.notification.error strong { background-color: #ee5665 }
.notification.warning,
.notification.warning strong { background-color: #ffce55 }
.notification.notice,
.notification.notice strong { background-color: #4fc0e8 }
.notification strong { border: none !important }
 /*--------------------------------------------------------------------------------------*/
 /*                     19 - TOOLTIPS                                                    */
 /*-------------------------------------------------------------------------------------*/
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top { padding-bottom: 5px }
#tiptip_holder.tip_bottom { padding-top: 5px }
#tiptip_holder.tip_right { padding-left: 5px }
#tiptip_holder.tip_left { padding-right: 5px }
#tiptip_content {
    font-size: 11px;
    color: #FFF;
    padding: 5px 8px;
    font-family: "Helvetica Neue", Arial, Verdana;
    background: #656d78;
    border-radius: 4px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #656d78 }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #656d78 }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #656d78 }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #656d78 }
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #656d78;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -6px;
    border-bottom-color: #656d78;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #656d78;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #656d78;
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: #656d78;
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: #656d78 }
    #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: #656d78 }
}
 /*--------------------------------------------------------------------------------------*/
 /*                     20 - BUTTONS                                                    */
 /*-------------------------------------------------------------------------------------*/
.home-intro .button { float: right }
.button {
    font-size: 12px;
    color: #FFF!important;
    font-family: "Helvetica Neue", Arial, Verdana;
    text-align: center;
    outline: none;
    text-transform: capitalize!important;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.24s ease 0s;
    -webkit-transition: all 0.24s ease 0s;
    -o-transition: all 0.24s ease 0s;
}
.product .button {
    background: #459945;
}
.button:hover { box-shadow: inset 1px 1px  0px rgba(0,0,0,0.15),inset -1px 0px  0px rgba(0,0,0,0.15) }
.button.color:hover,
.button.grey {
    background: #89929d;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: 1px solid #656d78;
}
.button.simple-grey {
    background: #aab2bd;
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 11px;
}
.button.color-alt {
    color: #FFF!important;
    text-decoration: none;
    border-bottom: none;
    font-size: 8px;
}
.button.color-alt:hover {
    background: #434a54!important;
    color: #FFF!important;
}
.button:active,
.grey-button:active,
.colored-button:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset }
.button i.right,
.grey-button i.right,
.colored-button i.right {
    color: #FFF;
    margin-left: 5px;
}
.button i.left,
.grey-button i.left,
.colored-button i.left {
    color: #FFF;
    margin-right: 5px;
}
.button.small,
.grey-button.small,
.colored-button.small { padding: 6px 13px }
.button.big,
.grey-button.big,
.colored-button.big { padding: 11px 17px }
.button.huge,
.grey-button.huge,
.colored-button.huge {
    padding: 12px 22px;
    font-size: 13px;
    text-transform: capitalize;
    color: #FFF!important;
    font-family: "Helvetica Neue", Arial, Verdana;
    font-weight: 400;
}
.button.round,
.grey-button.round,
.colored-button.round { border-radius: 4px }
.button.circle,
.grey-button.circle,
.colored-button.circle { border-radius: 100px }
 /*--------------------------------------------------------------------------------------*/
 /*                     21 - SKILLS BAR                                                  */
 /*-------------------------------------------------------------------------------------*/
.bar_graph li {
    list-style: none!important;
    border-radius: 4px;
}
.bar_graph li:last-child span { margin-bottom: 0px }
.bar_graph li .bar-wrap {
    margin-bottom: 10px;
    background-color: #f6f7fb;
    border-bottom: 1px solid #e6e9ee;
    border-radius: 4px;
}
.bar_graph li span {
    height: 30px;
    width: 0px;
    display: block;
    border-radius: 4px;
}
.bar_graph li p {
    position: absolute;
    left: 10px;
    margin-top: 5px;
    z-index: 100;
    color: #FFF;
    width: 100%;
    font-size: 12px;
}
.bar_graph li p i { margin-right: 7px }
.bar_graph li span {
    overflow: visible!important;
    position: relative;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     22 - TEAM MEMBER                                                 */
 /*-------------------------------------------------------------------------------------*/
.team-member h4 { margin-bottom: 0px }
.team-member h4 a {
    margin-bottom: 0px;
    color: #656d78;
    font-size: 16px;
    font-weight: 600;
}
.team-member h5 {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.team-member  .avatar { margin-bottom: 15px }
.member-info {
    float: left;
    position: relative;
    background-color: #FFF;
    width: 100%;
}
ul.team-member-links {
    float: left;
    list-style: none;
    width: 100%;
    height: auto;
}
ul.team-member-links li {
    float: left;
    list-style: none;
    margin-left: 5px;
}
ul.team-member-links li:first-child { margin-left: 0px }
ul.team-member-links li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
    float: left;
    padding: 7px 3px 2px 3px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    text-align: center;
}
ul.team-member-links li a i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #d0d0d0;
}
.team-member ul.social-links.alternative { float: left }
 /*--------------------------------------------------------------------------------------*/
 /*                     23 - FEATURED ICONS BLOCKS                                       */
 /*-------------------------------------------------------------------------------------*/
ul.feature-block-list {
    float: left;
    list-style: none;
}
ul.feature-block-list li {
    float: left;
    margin-left: 5px;
}
ul.feature-block-list li:first-child { margin-left: 0px }
.feature-block { position: relative }
.feature-block-center {
    position: relative;
    text-align: center;
}
.feature-block-center h3,
.feature-block-center h6 { margin-bottom: 5px }
.feature-block-center h3 { font-size: 18px }
.feature-block-title {
    float: left;
    width: 100%;
    position: relative;
}
.feature-block-title-center {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.feature-block-title h4,
.feature-block-title-center h4 {
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
}
.feature-block-title h6,
.feature-block-title-center h6 {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.feature-block:hover  .feature-block-icon { background: #aab2bd }
.feature-block-icon {
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #FFF;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
}
.feature-block-icon.round { border-radius: 100% }
.feature-block-icon.round  span { border-radius: 100% }
.feature-block-icon-center {
    padding: 25px 30px 30px 30px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #FFF;
    margin-left: 30%;
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    border: 2px solid #aab2bd;
}
.feature-block-icon-center i {
    color: #aab2bd;
    font-size: 28px;
}
.feature-block-icon i { color: #FFF }
.feature-block-icon  span {
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #FFF;
    margin-left: -9px;
    margin-top: -30px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    z-index: 50;
}
.feature-block:hover > .feature-block-title  .feature-block-icon span {
    background: #a0a0a0;
    opacity: 0;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    -ms-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}
 /*--------------------------------------------------------------------------------------*/
 /*                     24 - TESTIMONIALS, SERVICES % NOTICE ICONS BLOCKS                */
 /*-------------------------------------------------------------------------------------*/
.testimonial { text-align: center }
.testimonial .testimonial-avatar { margin: 15px 0 }
.testimonial .testimonial-avatar img {
    width: 64px!important;
    height: 64px!important;
    border-radius: 100%;
    padding: 4px;
    border: 1px solid #ccd0d9;
}
.testimonial h3 {
    color: #656d78;
    font-weight: 300;
    font-size: 18px;
}
.service-item {
    /* text-align: center; */
    padding: 9px;
    margin: 0 1px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
}
.service-item:hover { border: 1px solid #aab2bd }
.service-item h1 i { font-size: 100px }
.service-item h6 { 
    font-size: 10px;
    line-height: 11px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 13px;
 }
.modern-notice {
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Verdana;
    text-align: center;
    font-style: normal;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: block;
    background: #434a54;
}
.modern-notice.light {
    background: #f6f7fb;
    color: #656d78;
}
.modern-notice.dark {
    background: #434a54;
    color: #FFF;
}
.modern-notice.dark h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
}
.modern-notice.light h3 {
    font-size: 14px;
    color: #656d78;
    font-weight: 300;
}
.modern-notice p { font-size: 12px }
.modern-notice .avatar img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    opacity: 100;
}
.modern-notice .text {
    font-size: 18px;
    font-weight: 300;
    color: #999;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-bottom: 15px;
    font-style: italic;
}
.modern-notice .author {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 22px;
}
.client-block div {
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.client-block img {
    -moz-transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.client-block div:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.happy-clients-photo img {
    width: 64px;
    height: 64px;
}
ul.client-block.modern li {
    text-align: center;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.12),inset -1px -1px 0px rgba(0,0,0,0.12);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
ul.client-block.modern li:hover { box-shadow: inset 4px 4px 0px #e6e9ee,inset -4px -4px 0px #e6e9ee }
.column-block {
    width: 100%;
    height: 200px;
    float: left;
    background-color: #f6f7fb;
    text-align: center;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10),inset -1px -1px 0px rgba(0,0,0,0.10);
    border-radius: 4px;
}
 /*--------------------------------------------------------------------------------------*/
 /* 25 - DROPCAPS, HOME INTRO,SIMPLE LIST, TEAM MEMBER CHART & GOOGLE MAPS               */
 /*-------------------------------------------------------------------------------------*/
.after-nav-info {
    margin-top: 5px;
    float: right;
}
.after-nav-info h4 {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
}
.after-nav-info.alt { margin-top: 28px }
.after-nav-info.alt h4 {
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 700;
}
p.item-price {
    color: #8dc153!important;
    font-size: 11px;
    font-weight: 500;
}
.post-author {
    margin-top: 30px;
    padding: 20px;
    background: #FFF;
    color: #888;
    border-radius: 4px;
    border: 1px solid #e6e9ee;
}
.post-author h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.post-author img {
    float: left;
    margin: 15px 5px 5px 5px;
    width: 65px;
    height: 65px;
    border-radius: 4px;
}
.about-description { margin: 0px 0 0 90px }
.home-intro {
    padding: 40px 0 30px 0;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.home-intro h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #FFF;
}
.home-intro p {
    font-size: 14px;
    color: #FFF;
}
ul.simple-list {
    border: none!important;
    float: left;
    list-style: none;
    margin: 0px;
}
ul.simple-list li {
    list-style: none;
    padding: 6px 0!important;
    border: none!important;
    border-bottom: 1px solid #e6e9ee!important;
    float: left;
    display: block;
    width: 100%;
}
ul.simple-list li i {
    margin-right: 5px;
    padding: 2px;
    font-size: 14px;
}
.clients-wrapp {
    float: left;
    width: 100%;
    position: relative;
}
.dropcap {
    float: left;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
}
.dropcap.gray { color: #555 }
.error-layout {
    margin: 80px 0 60px 0;
    text-align: center;
    width: 100%;
    border: 4px solid #ccd0d9;
    padding: 50px 0 40px 0;
    float: left;
    border-radius: 4px;
}
.error-layout h1 {
    font-size: 72px;
    line-height: 75px;
    margin-bottom: 20px;
    color: #656d78;
}
.error-layout h1 i {
    font-size: 72px;
    line-height: 75px;
    margin-bottom: 20px;
    color: #d90e0e;
    margin-right: 30px;
}
.error-layout h3 {
    color: #656d78;
    font-weight: 400;
    font-style: italic;
}
.chart {
    text-align: center;
    margin-bottom: 0px;
}
.chart:first-child { margin-left: 0 }
.chart span {
    font-size: 34px;
    font-weight: 800;
}
.chart .label {
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    color: #656d78;
    font-size: 16px;
}
.easyPieChart {
    margin: 0 auto;
    position: relative;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
ul.unstyled {
    float: left;
    width: 100%;
}
ul.unstyled li {
    float: left;
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
}
ul.unstyled li i {
    margin-right: 10px;
    margin-top: 2px;
    color: #aab2bd;
    font-size: 18px;
}
#google-map {
    height: 270px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    /* margin-bottom: 40px; */
    margin-top: 0px;
    float: left;
}
#google-map:before,
#google-map:after {
    background: none;
    box-shadow: 0 0 5px 2px rgba(54, 55, 54, 0.25);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#google-map:after {
    bottom: 0;
    top: auto;
}
.pdf {
    background: url(../images/pdf-icon.png) no-repeat 5px 12px;
    padding: 15px 10px 10px 65px;
    width: 125px;
    min-height: 48px;
    float: left;
    margin: 30px 0;
}
.pdf a:hover { text-decoration: underline }
ul.contact-info-widget {
    list-style: none;
    float: left;
    width: 100%;
}
ul.contact-info-widget li {
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #e1e1e1;
    background: none;
}
ul.contact-info-widget li:first-child { border-top: 1px dotted #e1e1e1 }
ul.contact-info-widget li a {
    padding-left: 5px;
    color: #898989;
}
ul.contact-info-widget li i { font-size: 14px }
ul.contact-info-widget li a:hover { text-decoration: none }
.img-holder-alt i {
    font-size: 24px;
    color: #434a54;
    padding: 25px;
    line-height: 78px;
    background: #FFF;
    border-radius: 100%;
    border: 2px solid #434a54;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.margin-top { margin-top: 50px }
.custom-slide {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
}
.bar-info {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    height: 30px;
    background: rgb(53, 53, 53);
}
.bar-info .zone-title {
    /* height: 35px; */
    background: #DF1420;
    /* width: 250px; */
    position: relative;
    display: block;
    padding: 5px 18px 5px 7px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.bar-info .zone-title:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 50px;
    position: absolute;
    right: -8px;
    top: 7px;
}
.bar-info .zone-title:after {
    content: "\f054";
    font-size: 12px;
    color: #DF1420;
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: 7px;
}
#habillagepub {
    background: #FFFFFF url("") no-repeat center top scroll !important;
    cursor: pointer !important;
    padding-top: 160px !important;
}

#pub{
    margin-top: 20px;
}
.shadow-box {
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.content-zone-all{
    margin-top: 20px;
    position: relative;
    /* min-height: 1000px; */
    background: #fff;
}
.divider {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 66%;
    top: 0;
    background: #F3F3F3;
}
.flexslider .post-data-container {
    position: absolute;
    /* top: 0px; */
    right: 0px;
    bottom: 0px;
    min-height: 50%;
    left: 0px;
    padding: 20px 20px;
    /* overflow: hidden; */
    width: 40%;
    background: rgba(64, 64, 64, 0.8);
}
.horizontal-line {
    width: 100%;
    margin: 0 0;
    float: left;
    border-top: 1px solid #e3e3e3;
}

.post-data-container h3 {
    color: #FFFFFF!important;
    font-size: 11px;
    border-bottom: 1px solid rgb(255, 255, 255)!important;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 10px 0 16px 0;
    text-transform: uppercase;
}
.post-data-container p {
    color: #fff;
    line-height: 15px;
}
.post-data-container .date {
    color: #F99200 !important;
    font-weight: bold;
}
.post-data-container::after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    z-index: 1;
    border-style: solid;
    top: -14px;
    right: 29px;
    border-width: 0px 10px 14px;
    border-color: rgba(64, 64, 64, 0.8) transparent;
}
.post-data{
    position: relative;
 }
 .p20{
    padding: 20px;
 }
ul.article.actu li a {
    color: #353535;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    display: block;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
}
ul.article.actu li a .date {
    margin-top: 5px;
    color: #F99200;
}

ul.article.actu.big li a img{
 margin-bottom: 10px;
}
ul.article.actu.big li{
 margin-bottom: 20px;
}

ul.article.actu li{
    margin-bottom: 20px;
}
ul.article.actu li a img{
     border:1px solid #ccc;
}
.title-slider{
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.33);
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    font-size: 15px;
    font-family: "montserratbold", 'helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
}
.title-zone {
    font-weight: bold;
    font-size: 8px;
    position: relative;
    margin-bottom: 15px;
        font-family: "montserratbold", 'helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
}
.title-zone span {
    display: block;
    font-size: 17px;
    line-height: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(248, 146, 1);
}
.title-zone:after {
    content: "";
    width: 10%;
    height: 2px;
    background: #459945;
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-center{
    text-align: center;
}
a.refresh{
     font-family: "montserratbold", 'helvetica Neue', Arial, sans-serif;
     text-transform: uppercase;
     color: #F99200;
     padding: 10px 0 10px 0;
    display: block;
     position: relative;
     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a.refresh i{
    color: #F99200;
}
.green a.refresh:hover{
    background: #dcecd5;
    color: #459945 !important;
}
.green a.refresh, .green a.refresh i{
    color: #459945;
}


.pright20{
    padding-right: 20px;
    padding-bottom: 20px;
}
.mtop20{
    margin-top: 20px;
}
ul.honnored {
    padding: 0;
    list-style: none;
    width: auto!important;
}
ul.honnored li:last-child {
    padding: 10px 10px 10px 10px;
    border-bottom: none;
}
ul.honnored li {
    padding: 10px 72px 10px 10px;
    border-bottom: 1px dotted #CCC;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
}

ul.honnored li a .image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* display: block; */
    /* height: 100px; */
    overflow: hidden;
    width: 40px;
    padding: 6px;
    border: 1px solid rgba(34, 34, 34, 0.12);
    float: left;
    margin-right: 10px;
}
ul.honnored li:hover {
    background: #eaeaea;
    color: #eaeaea;
}
ul.honnored p{
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
}

.honnored .moyenne{
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #F89201;
}

.honnored .moyenne span{
    font-size: 11px;
    font-family: 'Helvetica Neue', Arial, Verdana;
}

.video-zone{
padding: 10px 10px 6px 10px;
    background: #F3F3F3;
}
.title-zone .logo{
    width: 68px;
    position: absolute;
    right: 0;
    top: 3px;
}
.title-video .date {
    margin-top: 5px;
    color: #F99200;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px;
}
ul.agenda .date:first-child {
    border-top: none;
    margin-top: 0;
}
ul.agenda .date {
    padding: 10px 0px 10px 0;
    font-weight: bold;
    color: #DF1420;
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    margin-top: 20px;
}
ul.agenda li {
    padding: 15px 5px 0px 25px;
    position: relative;
        line-height: 14px;
}
ul.agenda li:after {
    content: "\f105";
    font-family:"FontAwesome";
    font-weight: bold;
    color: #AEAEAE;
    top: 14px;
    position: absolute;
    left: 3px;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
ul.agenda {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 230px;
}
.honnor-bord{

}
.top-border {
    border-top: 2px solid #000;
}
.green{
    border-top-color: #459945 !important;
}
.box-honor{
    position: relative;
    overflow: hidden;
}
.footer-box-honor{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #202223;
}
.honor-content{
    padding: 20px;
        background: #F89201;
}
ul.honor-list li a {
    color: #353535;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    display: block;

    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
}
ul.honor-list li{
        margin-bottom: 20px;
}
#example_wrapper label {
    font-size: 0;
    position: relative;
}
#example_wrapper label:after {
    position: absolute;
    font-size: 20px;
    content: "\f002";
    width: 50px;
    height: 50px;
    font-family: 'FontAwesome';
    left: 10px;
    top: 7px;
    color: #BBB;
}
.honor-content h6{
    margin-bottom: 0;
}
.honneur{
    /* background: #000; */
}
.videos{
    background: #F7F7F7;
}
.videos .service-item.video .date{
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}
.green .date{
    color: #459945;
}
.relative{
    position: relative;
}
.service-item.video .relative i{
position: absolute;
bottom: -7px;
background: #A01717;
right: 10px;
color: #fff;
padding: 10px;
z-index: 1;
border-radius: 50px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.service-item.photo .relative i{
position: absolute;
bottom: -7px;
background: #A01717;
right: 10px;
color: #fff;
padding: 10px;
z-index: 1;
border-radius: 50px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
box-shadow: 0 2px 4px rgba(0,0,0,0.3);

}

.photo .service-item.photo .date {
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}
.box-honor{
        border: 1px solid #EAEAEA;
}

.radio, .checkbox{
    margin-bottom:0;
    margin-top:0;
}
.radio label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 12px;
    margin-bottom:6px;
    color: #bbc2ca;
}
.radio input[type=radio] {
    display: none;
}
.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2.5px;
    background-color: #fff;
     border:1px solid #c2c6cb;
    border-radius: 99px;
}
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left:0px;
  top: -1px;
  background-color: #6f7b8a;
  border:1px solid #6f7b8a;
}
.radio input[type=radio][disabled]+ label{  
     opacity: 0.65;
}
.checkbox input[type=radio][disabled]+ label:after {
    background-color:#eceff3;
}
.radio input[type=radio]:checked + label{   
    color: #4d5056;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform:scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -ms-transition: -ms-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -moz-transition: -moz-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -webkit-transition: -webkit-transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -o-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -ms-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -moz-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  -webkit-transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
  transition: transform .1s 0s cubic-bezier(0.455, 0.030, 0.215, 1.330);
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom:6px;
    color: #777a80;
    transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.btn-white {
    color: #5e5e5e  !important;
    background-color: #fff  !important;
    border: 1px solid #e5e9ec  !important;
}
.btn {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
}
.form-connexion .btn{
    padding-top: 0px;
    margin-top: 6px;
    border-radius:40px;
    -webkit-border-radius: 40px;
    -webkit-border-radius: 40px;
    -webkit-border-radius: 40px;
    line-height: 37px;
    height: 38px;
    font-size: 16px;
}
.btn-block {
    margin-top: 22px;
}
.btn-block {
    display: block !important;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn:focus{
    outline:none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: rgb(248, 146, 1)  !important;
    color: #fff !important;
}
.link-to a{border-top: 1px dashed #459945;text-align: right;padding: 5px 0;color: #459945;display: block;margin-top: 15px;font-size: 11px;}
.link-to a i{color: #459945}
.librairie{position: relative;height: 375px;overflow: hidden;}
.img-zone{position: relative;}
.img-zone .box{position: absolute;bottom: 0;padding: 20px;height: auto;text-align: center;color: #fff;font-weight: bold;font-size: 22px;line-height: 25px;background: rgba(0, 0, 0, 0.53);}
.btn-green {color: #fff !important;background-color: #459945 !important;border: 1px solid #459945 !important;}
.zone-article{float: left;/* width: 49%; */width: 32.66667%;/* float: right; */margin-right: 0;}
ul.zone-article{float: none;width: auto;margin-right: 0;}
ul.zone-article li{float: left;width: 245px;}
ul.zone-article li{border-right:1px solid #eaeaea}
ul.zone-article li:nth-child(4n+0){border-right:none;}
ul.zone-article li:last-child{border-right:none;}
.zone-article .box-article{position: relative;display: block;width: 100%;height: 180px;/* border-right: 1px solid #eee; */font-size: 14px;line-height: 20px;text-align: center;overflow: hidden;background-color: #fff;}
.zone-article .box-article.a{
    height: 187px;
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
    }
ul.zone-article.home-librairie li {
    float: left;
    width: 221px;
}
ul.zone-article li:nth-child(2n) a{background: #fbfbfb!important;}

.zone-article .box-article.a:hover{
    background: #eaeaea;
}
.zone-article>.box-article:first-child {border-top: none;}
.zone-article .box-article>.title {
    margin: 0;
    padding-top: 20px;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: inherit;
    text-transform: uppercase;
    color: #000;
}
.zone-article .box-article img{max-height: 100px;text-align: center;margin: 10px auto;}
.articles .zone-article {border-right: 1px solid #eee;}
.box-article{ position: relative;}
.box-article .option{position: absolute;display: block;bottom: -33px;background: rgba(0, 0, 0, 0.65);width: 100%;padding: 6px 0; transition: all 0.12s linear 0s !important;}
.box-article:hover .option{position: absolute;bottom: 0;}
.option .price{font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;font-size: 14px;color: #f89201;}
.librairie .one-third{ margin: 0; }
.librairie .two-third{ margin: 0;  }
.librairie a.go_to{float: left;height: 100%;right: 0px;padding-left: 8px;width: 26px;position: absolute;font-size: 20px;background: #eaeaea;line-height: 373px;}
.librairie a:hover.go_to{background: #dadada;}
.img-zone .title-zone{position: absolute;top: 6px;left: 20px;}
.top-footer{background: #fff;line-height: 15px;color: #fff;height: 128px;}
.top-footer .btn-block{margin-top: 5px}
.bg-green{  background-color: #459945 !important; }
.font-grey{color: #6f6f6f;}
.f-right{float: right;}
.bot-footer{padding: 20px;border-top: 1px solid #424242;}
.copyright{ text-align: right; }
.bot-footer ul.social-links li {
    margin-left: 3px;
    float: left;
}
ul.biblio li {
    padding: 5px 5px 0px 25px;
    position: relative;
    line-height: 14px;
}
ul.biblio li:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #AEAEAE;
    top: 4px;
    position: absolute;
    left: 3px;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.title-zone a i {
    width: 68px;
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #459945;
    top: 3px;
    text-align: right;
    line-height: 37px;
}
.acticle-similaire {border-top:1px solid #eaeaea;position: relative;padding-top: 15px;}
.honneur .pagination ul{margin: 16px 0 16px 16px;}
.pagination ul{margin: 16px 0 0px 0;float:left;position:relative;width:100%;}
.pagination .disabled{background:#dadada;border:1px solid #b0b0b0;color:#b0b0b0;cursor:not-allowed;}
.pagination .disabled i{color:#b0b0b0;}
.pagination .current{background:#bb1414;color:#fff;}
.pagination .disabled:hover{background:#dadada !important;}
.pagination ul li a i{color: #adadad;}
.pagination ul li a{padding-left:15px;padding-right:15px;display:inline-block;float:left;font-size:11px;padding-top:5px;padding-bottom:5px;margin-right:1px;background:#fff;color: #adadad;border-radius:22px;border: 1px solid #e3e3e3;text-decoration:none;line-height:10px;-webkit-transition:all 100ms ease-in-out;-moz-transition:all 100ms ease-in-out;-o-transition:all 100ms ease-in-out;-ms-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;}
.uppercase{text-transform: uppercase;}
.share {padding: 10px 5px; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; margin-bottom: 20px;}
.fleft{float: left;}
.fright{ float: right; }
.share .facebook, .share .twitter, .share .googleplus{ margin-right: 10px; }
.title-similaire{text-align: center;padding: 3px 10px;border:1px solid #eaeaea;position: absolute;font-size: 10px;background: #fff;font-weight: bold;border-radius:22px;top: -16px;left: 44%;}
.article-content .img-article{width: 40%;border:1px solid #eaeaea;border-radius: 3px;overflow: hidden;float: left;margin: 0 20px 15px 0;}
.article-content {text-align: justify;}
ul.article.honneur li a {
    color: #353535;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 9px;
    border-right: 1px solid #eaeaea;
    display: block;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
}
ul.article.honneur li{}
ul.article.honneur li:last-child  a{ border: none; }
ul.article.honneur li:nth-child(6) a {border:none;}
.section-article ul.honnored li a .image img{
    width: 70px;
} 
form.souscription-form fieldset {
    padding: 0px 0px;
    border-radius: 2px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    float: left;
}
form.souscription-form fieldset {
    border: 1px solid #ECECEC;
}
form.souscription-form fieldset i {
    float: left;
    width: 28px;
    height: 22px;
    color: #444;
    text-align: center;
    padding: 10px 2px 0px 2px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.icon_tech fieldset i {
    width: 83px !important;
    text-align: left !important;
    padding-left: 10px !important;
    color: #888 !important;
    border-right: 1px solid #D8D8D8 !important;
    background-color: #fff !important;
}
form.souscription-form input {
    outline: none;
    font-size: 12px;
    color: #888;
    /* width: 88%; */
    margin: 0 0 0px 0;
    max-width: 100%;
    display: block;
    background: #FFFFFF;
    /* font-family: Arial, Verdana; */
    border: none;
    border-radius: none;
}
form.souscription input:focus, form.souscription textarea:focus{border:none}
.box {
    background: #f99200;
    padding: 10px;
    position: relative;
    height: 62px;
}
.box h5 {
    font-size: 20px;
    text-align: right;
    margin-bottom: 5px;
    color: #ffffff;
}
.box p {
    color: #ffffff!important;
    text-align: right;
    line-height: 15px;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
}
.box i {
    font-size: 25px;
    text-align: right;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    opacity: .2;
}
.box a{
    color: #fff;
}
#page_index.page-login {
    background-image: url('../images/fond-connexion.jpg');
}
#page_index {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
}
#page_index .index-header {
    display: table-row;
}
#page_index .content {
    /* display: table-row; */
    height: 72%;
    vertical-align: middle;
    width: 100%;
    /* margin-top: 33px; */
}
.headings h1{text-transform: uppercase;color: #fff;margin-top:20px;text-align:center;font-size: 30px;margin: 0;padding-top: 25px;}
.headings{text-align: center;}
.headings h2{color: #fff; font-size: 25px; font-weight: 300}
#page_index .content .form-connexion{
    margin: 0 auto;
    width: 310px;
}

.form-connexion input {
    /* margin-left: 0.5em; */
    border: 1px solid #ccd0d9;
    padding: 10px 10px 10px 43px;
    /* height: 46px; */
    /* padding: 10px 16px; */
    outline: none;
    font-size: 12px;
    font-weight: bold;
    color: #459945;
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 82%;
    background: #fff;
    position: relative;
    /* border-radius: 4px; */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 11px;
}
.form-connexion label {
    font-size: 0;
    position: relative;
    margin: 0;
    height: 40px;
}
.form-connexion i{font-size: 23px;position: absolute;z-index: 9;left: 10px;top: 26px;color: #f7911e;}
.passe{margin-top: 25px;text-align: center;}
    footer .footer-link .main-menu {text-align: center;}
footer .footer-link .main-menu > li {
    float: none;
    display: inline-block;
}
footer .footer-link .main-menu li:last-child a {
    border-right: none;
}
footer .footer-link .main-menu > li:hover > a {
    background-color: transparent;
    padding-left: 10px;
    margin: 0 0 0 0px;
}
#page_index .container{height: 100%;}
#page_index footer {
    /* display: table-row; */
    height: auto;
    vertical-align: middle;
    width: 100%;
    /* margin-top: 33px; */
}
ul.quizz li a{
    font-weight: bold;
    color: #459945;
}

ul.quizz li {
    position: relative;
    border-bottom: 1px dashed #eaeaea;
    padding: 8px 15px 15px 15px;
}
ul.quizz li:first-child {
    padding-top: 0;
}
ul.quizz li:last-child{
    border: 0;
} 

ul.quizz li .meta li{
    border: none;
    padding: 0;
    display: block;
    color: #666666;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
}

ul.meta{
    margin-top: 5px;
}
ul.panier{
    border-radius: 5px;
    border: 1px solid #eaeaea;
    position: relative;
    z-index: 9;
    background: #fff;
}
ul.panier li{padding: 15px; border-bottom: 1px solid #eaeaea;}
ul.panier li:last-child{border:none;}
ul.panier li .items .itm-img{
    width: 50px;
    float: left;
    margin-right: 9px;
}
ul.panier li .items .itm-nom{
    width: 100px;
    float: left;
    margin-right: 9px;
    font-size: 10px;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    line-height: 14px;
}
ul.panier li .items .itm-nom span{
    font-size: 8px;
    color:#f89201;
}
ul.panier li .items .itm-nom span.price{
    font-size: 14px;
    color: #459945;
    display: block;
}
ul.panier li .items .itm-qte{
    width: 89px;
    float: right;
}

ul.panier li .items .itm-qte input{
    width: 59px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    font-family: "montserratbold", 'Helvetica Neue', Arial, sans-serif;
    color: #df1420;
}
a.btn-panier{
    background: #459945;
    padding: 10px 5px;
    border-radius: 0px 0px 5px 5px;
    /* margin-top: 0px; */
    display: block;
    color: #fff;
    z-index: 1;
    text-align: center;
    top: -4px;
    position: relative;
    font-size: 10px;
    font-weight: bold;
}
.apropos{
    text-align: justify;
}
.articles>:nth-child(3){
    border: 0;
}

/* NEW ADDED BY FRANCK CONDE */

    .copyright{
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }
