/* @charset "utf-8"; */
  @import url("../css/font-awesome.css"); 
  
/*************************************  
/* normalize.css v3.0.2 
***************************************/
 html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] { 
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

h1 {
margin: .67em 0;
font-size: 2em;
}

mark {
color: #000;
background: #ff0;
}

small {
font-size: 80%;
}

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup {
top: -.5em;
}

sub {
  bottom: -.25em;
}
img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 1em 40px;
}

hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

fieldset {
padding: .35em .625em .75em;
margin: 0 2px; 
}

legend {
padding: 0;
border: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

td,
th {
padding: 0;
} 

/*************************************  
/* ELEMENT GENERAL
***************************************/ 
* {
margin: 0;
padding: 0;
}

html {
height:100%;
}

body{
margin:0;
padding:0;
font-size:13px;
font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
font-weight: 200;
margin:5px 0;
}

h1{ 
font-size: 300%;
}

h2{ 
font-size: 250%;
}

h3{ 
font-size: 200%; 
}

h4{ 
font-size: 120%;  
}

h5{ 
font-size: 110%;
}

h6{ 
font-size: 100%; 
} 

p {
line-height: 24.5px; 
font-size:14px;
font-weight:normal;
margin:12px 0px 20px 0;
}

small {
font-size: 0.9em;
}

/****************************  
/* STYLE DES LISTES GENERAL
****************************/ 
 ol  {
list-style-type:none ;
}

ul {
list-style-type:none ;
padding: 0  ; 
}

ol, ul, dl {
margin: 0.9em 0 ; 
padding: 0; 
} 

ol li {
line-height: 1.3em ;
list-style: decimal ;
margin-left:20px ;
}

ul li {
list-style:none;
margin-left:0px ;
font-weight:bold;
}

ul li ul { 
margin-top: 0;
}  

a {
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

a:hover {
webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
}

/*************************************  
/* ELEMENT FORM
***************************************/ 
form {
margin: 0 0 10px; 
}

fieldset {
margin: 20px auto;
padding: 20px 20px 20px 20px;
border-radius: 0px;
border:1px solid #efefef;
width:90%;
} 

legend {
font-weight: bold;
padding: 10px 10px
}

label {
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin: 0;
padding:20px 0; 
width:100%;
}

input,textarea,select,#advanced-search-toggle, input.search-query {
border: 1px solid #eee;
border-radius: 0px;
display: inline-block;
margin-bottom: 9px;
padding: 4px;
width:100%:
}

button {
background:#7c8e01; 
color:#fff;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin:20px 0;
padding:5px;
border:none;
border-radius:1px;
}

.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,.profile-edit a {
padding: 3px;
line-height: 1.2em;
text-decoration: none;
} 

label input,label textarea,label select {
display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
border-radius: 0;
cursor: pointer;
height: auto;
line-height: normal;
margin: 3px 0;
padding: 0;
width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
height: auto;
width: auto;
}

select {
height: 28px;
line-height: 28px;
max-width:99%
}

select {
width: 220px;
}

select[multiple],select[size] {
height: auto;
}

textarea {
height: auto;
}

.radio,.checkbox {
padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
display: inline;
margin-right : 10px;
border:none
}

input,textarea {
}

input:focus,textarea:focus {
outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{
box-shadow: none;
outline-offset: -2px;
} 

.clr {
clear:both;
}

#navigation {
margin:10px 0 180px 0;
padding:0;
background:transparent;
height:60px;
text-align:center;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: 750px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
header #constellation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.65);
}

header .header-top-content {
  width:100%;
  height:50px;
  
}

header .header-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 
 
}
header .header-content .header-content-inner {
width: 100%;
  margin-left: auto;
  margin-right: auto;
 
 
}

header .header-content {
  position: relative;
  text-align: center;
   padding: 100px auto 100px; 
  width: 100%;
  top:250px;
 
}

@media (max-width: 1400px) {
  header {
    min-height: 700px;
  }
  header .header-content {
    top: 250px;
  }
 
}
@media (max-width: 1200px) {
  header {
    min-height: 650px;
  }
  header .header-content {
    top: 225px;
  }
  header .top-main {
    bottom: -130px;
  }
}
@media (max-width: 991px) {
  header {
    min-height: 600px;
  }
  header .header-content {
    top: 200px;
  }
  header .top-main {
    bottom: -110px;
  }
}
@media (max-width: 768px) {
  header {
    min-height: 550px;
  }
  header .header-content {
    top: 175px;
  }
  
}
#scroll-button {
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  border:3px solid #7c8e01;
  border-radius:50%;
  padding:10px 15px;
  height:25px;
  width:25px;
  background:#b2cc02;
  cursor:pointer;
}

#scroll-button:hover {
color: #fff;
border:3px solid #b2cc02;
background:#7c8e01; 
}

 
 /**************************************************************************
* Menu
****************************************************************************/
.menuButon{
position:absolute;
top: 30px;
left:30px;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

.menuButon a{
display: inline-block; 
width: 40px !important;
height: 30px !important;
background:url(../images/menu.png) no-repeat center top; 
-webkit-transition:-webkit-transform .9s; 
-moz-transition:-moz-transform .9s;       
-o-transition:-o-transform .9s;          
-ms-transition:-ms-transform .9s;        
transition:transform .9s;	
}

.menuButon a:hover{
background:url(../images/menu.png) no-repeat center top; 
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
}

#menuModal{
background: rgba(0,0, 0, 0.9) !important;
border: 0px solid #fff;
opacity: 0;
position: fixed;
left: 0;
top: 0;
}

#menuModal .modal-content{
background: none;
border-radius: 0;
border: none;
box-shadow: none;
}

.modCloseButton{
width: 65px;
height: 80px;
background: #7c8e01;
text-align: center;
position: relative;
cursor: pointer;
}

.modCloseButton span{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 31px;
height: 31px;
display: inline-block;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

.modCloseButton span:after{
width: 100%;
height: 1px;
background: #FFF;
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

.modCloseButton span:before{
width: 1px;
height: 100%;
background: #FFF;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}

.modCloseButton:hover span:after, .modCloseButton:hover span:before{
background: #272727;
}

#sitename  {
padding:0;
text-align:center !important;
}

#sitename a {
font-weight:700;
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
text-align:center;
letter-spacing:-2px;
}

#sitename a:hover {
text-decoration:none;
} 

div#sitename a img{
padding:0px 0 !important;
margin:6px 0 0 10px !important; 
height:50px !important;
overflow:hidden !important;
}

#slogan {
float:left;
width:100%;
font-family:damion, cursive; 
text-align:center;
}

#slogan p,#slogan h1,#slogan h2, #slogan h3,#slogan h4,#slogan h5, #slogan h6   {
text-align:center;
font-size:40px !important;
padding:0px 0 30px 0;
text-transform:capitalize;
line-height:45px;
}

#slideshow {
float:left;
width:100%;
padding:0px 0px !important; 
box-sizing: padding-box;
box-sizing: border-box
}

/*********************
 * LOADING PAGE
 *********************/
.ct-preloader {
position: fixed;
z-index: 99998;
width: 100vw;
height: 100vh;
background:#000 ;
overflow: hidden;
}

.ct-preloader .ct-preloader-content {
position: absolute;
z-index: 99999;
top: 50%;
margin-top: -64px;
left: 50%;
margin-left: -64px; height: 64px;
width: 64px; 
background: url(../images/loading.gif);
}

/**************
 * BACK TO TOP
 **************/
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
display: none;
background-image:  url(../images/back-to-top.png);
background-repeat: no-repeat;
background-color:#b2cc02;
border:0px solid #000;
background-position: 50% 50%;
z-index: 999999;
width: 55px;
height: 55px;
text-indent: -9999px;
border-radius: 0%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.back-to-top:hover, .back-to-top:focus { 
background-color: #000; 
}

.search input {
width:80%;
padding:12px 4px;
}

div.search > form.form-inline > label {
display:none;
}

/**********************************
 * BLOCK FRAMEWORK STYLE INHERITED
 **********************************/
#block-top,
#block-feature,
#block-beforecontent,
#block-aftercontent,
#block-bottomcontent,
#block-footertop,
#block-footerbottom {
 width:100%;
padding:40px 50px;
margin-top:0px;
 box-sizing: border-box;
box-sizing: padding-box; 
 background:url(../images/sep.png) 50% 100% no-repeat;  
}  

#block-footerbottom {
 background:none !important;  
}  

#block-top ul li a,
#block-feature ul li a,
#block-beforecontent ul li a,
#block-aftercontent ul li a ,
#block-bottomcontent ul li a,
#block-footertop ul li a ,
#block-footerbottom ul li a {
font-weight:bold;
line-height: 1.8em ;
font-size:13px;
}

#block-top ul li:before,
#block-feature ul li:before,
#block-beforecontent ul li:before,
#block-aftercontent ul li:before ,
#block-bottomcontent ul li:before,
#block-footertop ul li:before ,
#block-footerbottom ul li:before {
 content: "\f1db";  
font-family:fontawesome;
font-weight:bold;
color:#000;
margin-right:7px;
font-size:0.7em;
}

#block-top  h3,
#block-feature h3,
#block-beforecontent h3,
#block-aftercontent h3,
#block-bottomcontent h3,
#block-footertop h3,
#block-footerbottom h3 {
position:relative;
font-size:25px;
text-transform:uppercase;
text-align:left !important;
font-weight:bold;
margin:0px 0 10px 0;
padding:0 0px 10px 0px;
 background:transparent; 
display:block;
}

#block-top p,
#block-feature p,
#block-beforecontent p,
#block-aftercontent p,
#block-bottomcontent p,
#block-footertop p,
#block-footerbottom p {
text-align:left !important;
font-weight:400;
}

#block-top .moduletable,
#block-feature .moduletable ,
#block-beforecontent .moduletable,
#block-aftercontent .moduletable,
#block-bottomcontent .moduletable,
#block-footertop .moduletable,
#block-footerbottom .moduletable {
 padding:0; 
width:90%;
margin:0;
}

#block-top .container_12 div.grid_6 ,
#block-feature .container_12 div.grid_6  ,
#block-beforecontent .container_12 div.grid_6 ,
#block-aftercontent .container_12 div.grid_6 ,
#block-bottomcontent .container_12 div.grid_6 ,
#block-footertop .container_12 div.grid_6  ,
#block-footerbottom .container_12 div.grid_6 ,
#block-top .container_12 div.grid_4 ,
#block-feature .container_12 div.grid_4  ,
#block-beforecontent .container_12 div.grid_4 ,
#block-aftercontent .container_12 div.grid_4 ,
#block-bottomcontent .container_12 div.grid_4 ,
#block-footertop .container_12 div.grid_4  ,
#block-footerbottom .container_12 div.grid_4 ,
#block-top .container_12 div.grid_3 ,
#block-feature .container_12 div.grid_3  ,
#block-beforecontent .container_12 div.grid_3 ,
#block-aftercontent .container_12 div.grid_3 ,
#block-bottomcontent .container_12 div.grid_3 ,
#block-footertop .container_12 div.grid_3  ,
#footerbottom .container_12 div.grid_3 {
margin:0;

}

/**********************************
 * BLOCK FRAMEWORK STYLE ICON LEFT
 **********************************/
#block-top .moduletable-icon-left,
#block-feature .moduletable-icon-left,
#block-beforecontent .moduletable-icon-left,
#block-aftercontent .moduletable-icon-left,
#block-bottomcontent .moduletable-icon-left,
#block-footertop .moduletable-icon-left,
#block-footerbottom .moduletable-icon-left {
padding:0; 
width:90%;
margin:0;
}
 
#block-top .moduletable-icon-left,
#block-feature .moduletable-icon-left,
#block-beforecontent .moduletable-icon-left,
#block-aftercontent .moduletable-icon-left,
#block-bottomcontent .moduletable-icon-left,
#block-footertop .moduletable-icon-left,
#block-footerbottom .moduletable-icon-left {
padding:0;
margin:40px 10px !important;
}

#block-top .moduletable-icon-left h3,
#block-feature .moduletable-icon-left h3,
#block-beforecontent .moduletable-icon-left h3,
#block-aftercontent .moduletable-icon-left h3,
#block-bottomcontent .moduletable-icon-left h3,
#block-footertop .moduletable-icon-left h3,
#block-footerbottom .moduletable-icon-left h3{
background: none !important;
font-size:25px;
text-transform:uppercase;
text-align:left !important;
font-weight:bold;	
padding-bottom:5px;
}

#block-top .moduletable-icon-left i,
#block-feature .moduletable-icon-left i,
#block-beforecontent .moduletable-icon-left i,
#block-aftercontent .moduletable-icon-left i,
#block-bottomcontent .moduletable-icon-left i,
#block-footertop .moduletable-icon-left i,
#block-footerbottom .moduletable-icon-left i {
font-size:1.2em; 
width:43px; 
color:#b2cc02;
} 

/************************************
 * BLOCK FRAMEWORK STYLE ICON CENTER
 ************************************/
#block-top .moduletable-icon-center,
#block-feature .moduletable-icon-center,
#block-beforecontent .moduletable-icon-center,
#block-aftercontent .moduletable-icon-center,
#block-bottomcontent .moduletable-icon-center,
#block-footertop .moduletable-icon-center,
#block-footerbottom .moduletable-icon-center{
padding:0; 
width:90%;
margin:0;
}
 
#block-top .moduletable-icon-center,
#block-feature .moduletable-icon-center,
#block-beforecontent .moduletable-icon-center,
#block-aftercontent .moduletable-icon-center,
#block-bottomcontent .moduletable-icon-center,
#block-footertop .moduletable-icon-center,
#block-footerbottom .moduletable-icon-center {
text-align:center !important;
box-sizing: border-box;
box-sizing: padding-box;
padding:20px 10px; 
}

#block-top .moduletable-icon-center h3,
#block-feature .moduletable-icon-center h3,
#block-beforecontent .moduletable-icon-center h3,
#block-aftercontent .moduletable-icon-center h3,
#block-bottomcontent .moduletable-icon-center h3,
#block-footertop .moduletable-icon-center h3,
#block-footerbottom .moduletable-icon-center h3 {
background: none;
font-size:25px;
text-transform:uppercase;
text-align:center !important;
font-weight:bold;
letter-spacing:5px;	
padding-bottom:5px;
padding-top:0;
}

#block-top .moduletable-icon-center p,
#block-feature .moduletable-icon-center p,
#block-beforecontent .moduletable-icon-center p,
#block-aftercontent .moduletable-icon-center p,
#block-bottomcontent .moduletable-icon-center p,
#block-footertop .moduletable-icon-center p,
#block-footerbottom .moduletable-icon-center p {
text-align:center !important ;
}

#block-top .moduletable-icon-center i,
#block-feature .moduletable-icon-center i,
#block-beforecontent .moduletable-icon-center i,
#block-aftercontent .moduletable-icon-center i,
#block-bottomcontent .moduletable-icon-center i,
#block-footertop .moduletable-icon-center i,
#block-footerbottom .moduletable-icon-center i {
font-size:60px;
}

#portfolio .moduletable-icon-center a i,
#block-top .moduletable-icon-center a i,
#block-feature .moduletable-icon-center a i,
#block-beforecontent .moduletable-icon-center a i,
#block-aftercontent .moduletable-icon-center a i,
#block-bottomcontent .moduletable-icon-center a i,
#block-footertop .moduletable-icon-center a i,
#block-footerbottom .moduletable-icon-center a i {
color:#b2cc02;
webkit-transition: all 0.4s ease-in-out;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
 padding:20px; 
 text-align:center;
}

#portfolio .moduletable-icon-center a:hover i,
#block-top .moduletable-icon-center a:hover i,
#block-feature .moduletable-icon-center a:hover i,
#block-beforecontent .moduletable-icon-center a:hover i,
#block-aftercontent .moduletable-icon-center a:hover i,
#block-bottomcontent .moduletable-icon-center a:hover i,
#block-footertop .moduletable-icon-center a:hover i,
#block-footerbottom .moduletable-icon-center a:hover i {
color:#7c8e01;
webkit-transition: all 0.4s ease-in-out;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} 

/************************************
 * BLOCK FRAMEWORK STYLE NO ICON
 ************************************/
#block-top .moduletable-icon-noicon,
#block-feature .moduletable-icon-noicon,
#block-beforecontent .moduletable-icon-noicon,
#block-aftercontent .moduletable-icon-noicon,
#block-bottomcontent .moduletable-icon-noicon,
#block-footertop .moduletable-icon-noicon,
#block-footerbottom .moduletable-icon-noicon{
padding:0; 
width:90%;
margin:0;
}

#block-top .moduletable-icon-noicon,
#block-feature .moduletable-icon-noicon,
#block-beforecontent .moduletable-icon-noicon,
#block-aftercontent .moduletable-icon-noicon,
#block-bottomcontent .moduletable-icon-noicon,
#block-footertop .moduletable-icon-noicon,
#block-footerbottom .moduletable-icon-noicon {
text-align:center ;
padding:20px 0px ;
} 

#block-top .moduletable-icon-noicon p,
#block-feature .moduletable-icon-noicon p,
#block-beforecontent .moduletable-icon-noicon p,
#block-aftercontent .moduletable-icon-noicon p,
#block-bottomcontent .moduletable-icon-noicon p,
#block-footertop .moduletable-icon-noicon p,
#block-footerbottom .moduletable-icon-noicon p {
text-align:center ;
} 

#block-top .moduletable-icon-noicon h3,
#block-feature .moduletable-icon-noicon h3,
#block-beforecontent .moduletable-icon-noicon h3,
#block-aftercontent .moduletable-icon-noicon h3,
#block-bottomcontent .moduletable-icon-noicon h3,
#block-footertop .moduletable-icon-noicon h3,
#block-footerbottom .moduletable-icon-noicon h3{
margin:0 0 0px 0;
padding:0 0 35px 0;
background: url(../images/background-h3.png) 50% 100% no-repeat;
font-size:25px;
text-transform:uppercase;
text-align:center !important;
font-weight:bold;	
padding-top:0px !important;
} 

 /**********************************************
/*PAGE BLOG D'UNE SEULE CATEGORIE,BLOG FEATURE
***********************************************/
.main {
width:100%;
padding:40px 0px 10px 0px ; 
box-sizing: padding-box;
box-sizing: border-box;
background:url(../images/sep.png) 50% 100% no-repeat;
}

.cols-1,.items-leading {
display: block;
float: none !important;
box-sizing: padding-box;
box-sizing: border-box;
width:95%;
margin:0 0 0 2.3%;
}

.cols-2 .column-1 {
width: 45%;
float: left;
margin: 0 0% 0 3%;
}

.cols-2 .column-2 {
width: 45%;
float: right;
margin: 0 4% 0 0;
}

.cols-3 .column-1 {
float: left;
width: 29%;
padding: 0 5px; 
margin:0% 3% 0% 2%;
}

.cols-3 .column-2 {
float: left;
width: 29%;
margin-left: 0;
margin-right: 2%;
}

.cols-3 .column-3 {
float: right;
width: 29%;
margin-right: 2%;
}

.items-row {
 overflow: hidden; 
margin-bottom: 20px !important;
}

.column-1,
.column-2,
.column-3 {
padding: 0px 5px
}

.column-2 {
width: 55%;
margin-left: 40%;
}

.column-3 {
width: 30%
}

 .cols-2 .column-1 h2 {
font-size:22px !important;
}

.cols-2 .column-2 h2{
font-size:22px !important;
}

.cols-2 .column-1 p {
font-size:13px !important;
}

.cols-2 .column-2 p{
font-size:13px !important;
}


.cols-3 .column-1 h2 {
font-size:17px !important;
}

.cols-3 .column-2 h2 {
font-size:17px !important;
}

.cols-3 .column-3 h2 {
font-size:17px !important;
}

.cols-3 .column-1 p {
font-size:13px !important;
}

.cols-3 .column-2 p {
font-size:13px !important;
}

.cols-3 .column-3 p {
font-size:13px !important;
}

div.page-header h1,
div.page-header h2,
div.content-category h1,
div.categories-list h1,
div.search h1.page-title,
div.finder h1,
div.contact h1{
background: none;
font-size:28px;
text-transform:uppercase;
text-align:center ;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:20px;
margin-bottom:40px;
margin-top:0;
background: url(../images/background-h3.png) 50% 100% no-repeat;
} 

aside {
margin-top:13px;
}

.item-page time,
.itemAsideInfo time,aside {
display: block;
width: 50px;
height:40px;
float: left;
border-right:1px solid #d0d0d0;
} 

.day{
display:block;
width:60px;
height:18px;
background:transparent; 
color:#000;
text-align:left;
line-height:25px;
font-family:Monserrat, sans-serif !important;
}

.month {
display:block;
width:60px;
height:18px ;
background:transparent; 
color:#757572;
text-align:left;
margin-top:10px;
font-family:Monserrat, sans-serif !important;
} 

time span {
font-family:Montserrat, sans-serif !important;
font-size:20px !important;
}

div.gk-article-blog a img {
background-size:cover !important;
float:none !important;
}

div.leading-0.clearfix > div.gk-article-blog > div.pull-item-image > a,
div.gk-article-blog > div.pull-item-image a { 
float:none !important;
}

div.gk-article-blog > div.pull-left.item-image > a.portfolio > span.overlay {
float:none !important;
}

div.leading-0.clearfix > div.gk-article-blog > div.pull-item-image > a,
div.gk-article-blog > div.pull-item-image > a img{
background-size:cover !important;
width:100%;
float:none !important;
}

a.portfolio-blog-featured  {
display: block;
float:none; 
position: relative;
width: 100%;
height:100%;
overflow: hidden;
text-decoration: none;
background-size:cover !important;
}
 
a.portfolio-blog-featured:hover  {
}

a.portfolio-blog-featured:hover .overlays .content {
display: block;
position:relative;
width: 100%;
height: 70px;
top: 50%;
left: 0;
margin-top: -7%;
text-transform:uppercase; 
color:#fff;
text-align:center;
}

a.portfolio-blog-featured:hover .overlays {
background:rgba(0, 0, 0, 0.6) ;
height:98.999%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
}

a.portfolio-blog-featured .overlays .content .fa {
visibility:hidden;
text-align:center;
margin-top: 5%; 	
}

a.portfolio-blog-featured:hover .overlays .fa {
font-size: 28px;
color: #fff;
visibility:visible;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
}

a.portfolio-blog-featured .overlays .content .image-caption {
visibility:hidden;
}

a.portfolio-blog-featured:hover .overlays .content .image-caption {
visibility:visible;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
color:#fff;
margin-top:8px;
font-weight:bold;
}

.overlays {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 

div.gk-article-blog > div.pull-left.item-image > a img:hover,
div.gk-article-blog > div.pull-right.item-image > a img:hover,
div.gk-article-blog > div.pull-none.item-image > a img:hover{
opacity:0.7;
background:#000 !important;
}

div.leading-0 div.gk-article-blog span.article-info,
div.leading-1 div.gk-article-blog span.article-info,
div.leading-2 div.gk-article-blog span.article-info,
div.leading-3 div.gk-article-blog span.article-info,
div.leading-4 div.gk-article-blog span.article-info,
div.item.column-1 div.gk-article-blog span.article-info,
div.item.column-2 div.gk-article-blog span.article-info,
div.item.column-3 div.gk-article-blog span.article-info,
div.item.column-4 div.gk-article-blog span.article-info,
div.item.column-5 div.gk-article-blog span.article-info{
float:left;
text-align: left; 
font-size: 11.05px;
margin:-11px 0px 20px 52px;
padding:0;
font-weight:normal;
width:60% !important;
display:inline;
}

.article-info dd {
float:left;
display:inline;
padding-left:4px;
padding-right:8px;
text-align:left;
} 

.article-info dt {
float:left;
display:inline;
padding-left:8px;
text-align:left;
color:#727884;
font-weight:bold !important;
} 

.article-info a {
}

.article-info a:hover {
}

dt.article-info-term {
display:none;
}

div.item-page   {
position: relative;
margin-bottom:30px !important;
 margin-top:0px !important;
}

div.item-page ul li   {
list-style:disc;
}

div.item-page.gk-item-page > div.gk-article > h1.article-header > a,
div.item-page.gk-item-page > div.gk-article > h1.article-header {
background: none;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:0px !important;
padding-top:20px;
}

div.gk-article > span.article-info {
color:#000;
margin-left:0;
padding-left:0;
padding-top:-15px;
}

/*Read More button*/
 .readmore a:link,
 .readmore a:visited,
 a.readmore:link,
 a.readmore:visited {
float:right;
background: url(../images/readmore.png) 0 0 no-repeat;
text-indent:-5000px;
width:34px;
height:31px;
 margin-right:20px;
 display:block;
}

 .readmore a:hover,
.readmore a:active,
 .readmore a:focus,
a.readmore a:hover,
 a.readmore a:active,
 a.readmore a:focus{
float:right;
background: url(../images/readmoreh.png) 0 0 no-repeat;
text-indent:-5000px;
 width:34px;
height:31px; 
}

/*Pagination General */
.pagenav {
text-align: center; 
 padding: 20px;
line-height: 2.1em; 
text-decoration: none;
display: inline-block;
margin-left:5px; 
}

.pagenav ul {
display: inline-block;
*display: inline;
list-style-type: none;
margin-left: 0;
margin-bottom: 0;
text-align: center;  
}

a.pagenav,
.paginations-list li.active a,
.paginations-list li a   {
display: inline;
 padding:  7px 10px !important;
}

.pagenav a,span.pagenav {
padding: 7px 10px;
} 

.pagination {
text-align:center !important;
width:100%;
margin-top:30px;
margin-bottom:40px;	
}

.pagination ul {
float:none;
text-align:center !important;
width:100%;
margin-bottom:40px;
}

.pagination a {
padding: 0 10px; 
text-decoration: none;
display: inline-block;
font-weight:bold;
letter-spacing:2px;
margin:16px 5px 20px 5px ;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
border:1px solid #dcdcdc !important; 
}

.pagination a:before  {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #7c8e01; 
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.pagination a:hover {
color:#fff;
}

.pagination a:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pagination span,
.pagination span  a:hover {
margin-right:8px;
color:#7c8e01 !important;
font-weight:bold;
background: #fff;
border:1px solid #dcdcdc !important; 
} 

.pagination p.pull-right {
float: none;
text-align: center;
margin-bottom:15px;
} 

ul.pager.pagenav  {
border:none !important;
text-align:center !important;
width:100%;
margin-bottom:25px;
}

 ul.pager.pagenav li.next a ,
 ul.pager.pagenav li.previous a {
background:#7c8e01;
color:#fff !important;
margin:10px 12px 0px 0 ;
padding:7px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
float:right;
}

ul.pager.pagenav li.next a:before ,
ul.pager.pagenav li.previous a:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #b2cc02; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

ul.pager.pagenav > li.next > a:hover ,ul.pager.pagenav > li.previous > a:hover {
color:#fff;
}

ul.pager.pagenav li.next a:hover:before, 
ul.pager.pagenav li.previous a:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

 /*Button for print, editor and email icons */
ul.actions li {
float:left;
margin:0;
padding:0 0px 0 0; 
list-style:none;
text-align:left;
list-style:none !important;
float:left;
}

 li.print-icon  {
float:left;
width:15px;
}

li.email-icon  {
float:left;
width:15px;
} 

li.print-icon a {
background: url(../images/system/printButton.png) 0 0 no-repeat;
text-indent:-5000px;
width:15px;
float:left;
list-style:none !important;
}

li.email-icon a {
background: url(../images/system/emailButton.png) 0 0 no-repeat;
text-indent:-5000px;
width:15px;
float:left;
list-style:none !important;
margin-left:10px; 
} 

.item-page { 
position:relative; 
}

.item-page aside {
float:left;
position:absolute;
width:85px;
}

.item-image {
margin:0px 0px 10px 0;
width:100%;
padding:0 !important;
}

.gk-article-blog {
font-size:14px;
line-height:22px !important;
margin:0px 0 40px 86px !important;
padding:15px 15px 45px 15px;
background:transparent;
min-height:300px;
display: block;
float: none !important;
}

.single-article {
margin-left:5%;
}

.gk-article-single {
font-size:14px;
line-height:22px !important;
margin:0px 0 40px 96px !important;
padding:15px 15px 45px 15px;
background:transparent;
min-height:300px;
display: block;
float: none !important;
 box-sizing: padding-box;
box-sizing: border-box;
width:85% !important;

}

.gk-article-single h2 {
margin:15px 0 10px 0;
display:block !important;
padding:0px 10px 0px 0px; 
font-size:26px;
text-transform:uppercase;
line-height:26px;
font-weight:bold;
}

.gk-article-single img {
width:100% !important;
}

.item-page .item-page {
min-height:400px; 
}
 
.item-page time,time {
display:block;
width:85px;
height:60px;
line-height:20px;
margin:0 0 15px 0px;
padding:6px 6px 6px 0px;
text-align:center;
background:#b2cc02;
color:#fff; 
text-transform:uppercase;  
}

 .item-page time span,time span {
display:block;
font-size:30px;
line-height:45px; 
} 

.article-info {
margin-bottom:0;
text-align:left;
font-size:10.5px;
margin-left:0px;
margin-top:0;
padding:0;  
}

.article-info dd { 
margin:0px 0 10px 0; 
font-weight:normal;
text-align:left;
padding:0 0 0 10px;
float:left;
}

 dl.article-info > dt{  
font-weight:normal;
text-align:left;
margin:0px;
padding:0 0 0 10px;
float:left;
}

.gk-item-page .gk-article { min-height:400px; }
.gk-article .article-header, .gk-article-blog h2.article-header-blog {
 margin:15px 0 5px 0;
display:block !important;
padding:0px 10px 0px 0px; 
font-size:26px;
text-transform:uppercase;
line-height:26px;
font-weight:bold;
}

div.items-more  {
margin-left:10%;
}

div.items-more > ol.nav.nav-tabs.nav-stacked > li {
list-style:none;
text-align:left;
}

div.items-more > ol.nav.nav-tabs.nav-stacked > li > a{
list-style:none;
font-weight:normal;
font-size:14px;
line-height:1.5em;
}
 
div.items-more > ol.nav.nav-tabs.nav-stacked > li :before{
font-weight:200;
color:#000;
margin-right:7px;
font-size:0.5em;
content:"\f111";
font-family:fontawesome;
}

/*************************************
/*PAGE ARCHIVE
***************************************/
div.archive{
margin:90px 0 !important;
}

.archive .page-header h2 {
background: none;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:0px !important;
padding-top:20px;
}

.archive h1{
margin-bottom:30px;
text-transform:uppercase;
font-size:26px;
}

.archive h2{
background: none;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:0px !important;
padding-top:20px;
}

.archive fieldset.filters {
margin-bottom:0px;
margin-top:0;
padding:0 10px;
border:none;
width:100%;
} 

.archive fieldset.filters.inputbox {
margin: 0 10px;
background:red;
} 

.archive fieldset.filters div.filter-search {
}

div.archive select{
margin:0 12px 0 0;
} 

.archive fieldset.filters button {
padding:3px 5px;
margin-left:12px;
background:#b2cc02;
border-radius:3px;
border:none;
color:#fff !important:
} 

div.archive > form#adminForm.form-inline > fieldset.filters > div.filter-search > button.btn.btn-primary {
color:#fff;
}

/*************************************
/*PAGE EN LISTE D4UNE SEULE CATEGORIE
***************************************/
.category-list {
margin-top:0px; 
margin-bottom:50px;
}

.category-list h2 {
font-size:30px;
margin-top:0px;
text-transform:capitalize;
margin-bottom:10px;
}

.category-list fieldset.filters.btn-toolbar.clearfix {
float:left;
width:100%;
background:none;
border:none;
} 

.category-list form#adminForm {
float:left;
width:93%;
margin:0px 30px;
padding:0;
}

.btn-group.pull-right {
float:left;
}
 
div.cat-children h3 {
font-size:18px;
margin-bottom:10px;
font-weight:bold;
}

.page-header.item-title {
font-size:13px;
}

.badge {
background:#b2cc02;
border-radius:50%; 
 padding:8px 13px ; 
color:#fff;
margin-left:8px;
width:12px;
height:12px;
}

/*************************************
/*PAGE DE PLUSIUEURS CATEGORIES 
***************************************/
.categories-list  {
margin-top:0px !important;
margin-bottom: 50px !important;
margin-left:15%;
}

div.content-category {
float:left;
padding-top:0px !important;
padding-bottom: 80px !important;
width: 100%;
}

.categories-list > ul.first li {
padding: 10px 0 !important;
}

span.item-title > a {
font-size:18px;
}

/*table*/

table {
	width: 100%;
	max-width: 100%;
	margin-top:10px;
	border-collapse: separate;
	background-color: transparent;
}
table tr td {
	height: 30px;
	padding: 0 10px;
	line-height:30px;
	vertical-align: top;
	
}
table {
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
}
table td {
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
}
table th {
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	text-align: left;
}
table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
	padding: 17px 8px 7px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	font-weight: normal;
}
table thead > tr > th {
	vertical-align: bottom;
}
table thead:first-child > tr:first-child > th,
table thead:first-child > tr:first-child > td {
	border-top: 0;
}
table tr td:last-child {
	border-right:0;
}
/* table border radius */
table {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

/*   login   */
div.login-description {
font-size:14px;
font-weight:bold;
margin-left:15px;
margin-bottom:15px;
}

.login  {
margin-top:0px !important;
}

div.login fieldset {

}

.login label  {
color:#000;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
line-height:25px;
margin:0;
padding:0 10px;
width:100%;
}

input  {
background:#fff;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:20px;
border:none;
padding:10px 10px;
margin:5px 0;
border:1px solid #d9d9d9;
width:95%;
color:#000 !important;
}

.login button {
background:#b2cc02;
color:#fff;
border:none;
padding:15px; 
margin:10px 0;
}

ul.nav.nav-tabs.nav-stacked  {
padding-bottom:80px;
margin-left:5%; 
}

ul.nav.nav-tabs.nav-stacked > li  {
display:inline;
}

ul.nav.nav-tabs.nav-stacked > li > a  {
padding:15px 15px;
} 

#remember.inputbox {
width:5%;
}

 form#user-registration.form-validate.form-horizontal.well > fieldset {
}

form#user-registration.form-validate.form-horizontal.well > fieldset > p {
margin:10px 0;
padding:10px 5px;
}

 label#jform_email-lbl{
font-weight:bold;
}
 
input#jform_email {
margin:15px 0;
}

button.btn.btn-primary.validate {
margin-bottom:50px;
margin-top:0;
margin-left:5%;
}
 
label#jform_spacer-lbl {
display:none !important;
}
 
.control-label {
margin:20px 0 0px 0;
}

.controls > a.btn {
background:#b2cc02;
margin-left:16px;
padding:14px;
color:#fff;
text-transform:uppercase;
}

fieldset > legend {
font-size:14px;
}

/*Print and E-mail popup window*/
body.contentpane {
background: none;
background-color: #fff;
padding: 22px;
}

body.contentpane div.pull-right a {
display: block;
padding: 0 0 10px 30px;	
}
	
div.mailto-close {
float: right;
}

/*************************************
/*PAGE CONTACT
***************************************/
.contact {
margin:40px 0 !important;
}

div.contact > div.page-header > h2  {
text-transform:uppercase;
border-bottom:1px solid #eee;
}

/************* 
/*COM SEARCH
*************/
form#searchForm  {
margin-top:40px;
margin-bottom:40px;
}
 
dl.search-results dt.result-title {
margin: 15px 0 5px 0;
padding: 5px 0;
border-top: 1px #ddd solid;
}
 
dl.search-results dd.result-created {
font-size: 11px;
}

/*************************************
/*PAGE ARCHIVE
***************************************/
div.archive{
margin:90px 0 !important;
}

.archive .page-header h2 {
background: none;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:0px !important;
padding-top:20px;
}

.archive h1{
margin-bottom:30px;
text-transform:uppercase;
font-size:26px;
}

.archive h2{
background: none;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;	
padding-bottom:0px !important;
padding-top:20px;
}

.archive fieldset.filters {
margin-bottom:0px;
margin-top:0;
padding:0 10px;
border:none;
width:100%;
} 

.archive fieldset.filters.inputbox {
margin: 0 10px;
} 

.archive fieldset.filters div.filter-search {
}

div.archive select{
 margin:0 12px 0 0;
} 

.archive fieldset.filters button {
padding:3px 5px;
margin-left:12px;
border-radius:3px;
border:none;
color:#fff !important:
} 
div.archive > form#adminForm.form-inline > fieldset.filters > div.filter-search > button.btn.btn-primary {
color:#fff;
}

/*************************************  
/*COM NEWSFEED
***************************************/
.newsfeed .feed-description {
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 14.25px;
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
}
.newsfeed > ol {
  list-style-type: none;
  margin: 0;
}
.newsfeed > ol > li {
  border-top: 1px solid #e5e5e5;
  font-size: 18.2px;
  padding: 20px 0;
}
.newsfeed > ol > li:first-child {
  border-top: none;
}
.newsfeed > ol > li > a {
  display: block;
  padding: 0 0 15px 0;
}
.newsfeed > ol > li .feed-item-description {
  font-size: 11.96px;
}

/*************************************  
/*COM CONTACT
***************************************/
.contact {
width:85%;
margin:0 7.5% !important;
}

.contact fieldset legend {
font-size: 14px;
}
 .contact .jicons-icons, 
div.contact div.accordion-heading  {
display: none;
}
.contact .contact-position dd,
.contact .contact-address dd {
margin: 8px 0;
font-weight:bold;
text-transform:capitalize;
width:100%;
font-size:15px;
}

.contact img{
margin-bottom:20px;
}


.contact dl{
width:100%;
}

.contact h3 {
font-weight:bold;
text-transform:capitalize;
}

/*************************************  
/*COM WEBLINKS
***************************************/
.weblink-category .cat-children ul li {
font-size: 18.2px;
line-height: 1.4;
padding-bottom:20px;
}

.weblink-category ul li p {
padding-bottom:20px;
}

.weblink-category .cat-children ul li li {
font-size: 11.96px;
}

.weblink-category .cat-children ul ul{
clear: both;
margin-left: 20px;
}

.weblink-category .cat-children dl{
color: #777;
font-size: 11.05px;
} 
 
.weblink-category .cat-children dt,
.weblink-category .cat-children dd{
float: left;
}

/*************************************  
/*COM TAGS
***************************************/

div.tags a.label,
.tag-category h3 a {
font-size: 12px;
display: block !important;
color: #fff;
float: left;
padding: 3px 6px;
margin: 0 5px 5px 0;
border-radius: 3px;
background: #b2cc02;
text-shadow: none !important;
}

div.tags a.label:hover,
.tag-category h3 a:hover {
-webkit-transition: all .3ms linear;
-moz-transition: all .3ms linear;
-o-transition: all .3ms linear;
transition: all .3ms linear;
}

.tag-category h3 a {
margin-bottom: 0;
}

.tag-category .thumbnails > li {
margin-left: 0 !important;
}
.tag-category .caption,
.tag-category .tag-body {
clear: both;
width: 100%;
display: block;
padding-top: 8px;
}

.tag-category ul li {
list-style:none;
}

/************ 
/*COPYRIGHT
************/
#block-footer{
float:left;
width:100%;
margin-bottom:20px;
background:transparent;
}

.copyright {
text-align:center;
font-weight:bold;
margin-top:20px;
text-transform:capitalize;
font-size: 14px;
}

.copyright a {
}

.copyright a:hover {
}

/****************
/*BLOCK SOCIAL
*****************/
.soc_icons_box {
margin-top:0px;
text-align:right;
background:transparent;
position:absolute;
top:30px;
right:30px;
}

.soc_icons_box ul {
display:-moz-inline-stack;
display:inline-block;
padding:0;
}

.soc_icons_box li {
float:left;
list-style:none;
padding:0;
}

.soc_icons li a {
font-size: 20px;
margin: 0px 7px;
border-radius:50%;
width:20px !important;
height:20px !important;
padding:12px;
line-height:10px;
color:#fff !important;
}

.soc_icons li a:hover {
webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color:#b2cc02 !important;
}

.soc_icons a {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

/**********************************
 * BLOCK LEFT STYLE INHERITED
 **********************************/
#left,#right{
float:left !important;
padding:10px 0;
 margin-top:0px;
}

div#left > div.grid_3{
padding-left:30px;
box-sizing: border-box;
box-sizing: padding-box !important;
}

#left ul li a,
#right ul li a {
font-weight:bold;
line-height: 1.8em ;
font-size:14px;
text-transform:capitalize;
padding-left:0;
}

#left .moduletable div.custom > ul > li  ,
#right .moduletable div.custom > ul > li  {
font-weight:bold;
line-height: 1.6em ;
font-size:14px;
text-transform:capitalize;
padding-left:0;
}

#left .moduletable  ,
#right .moduletable {
width:90%;
}

#left ul li:before,
#right ul li:before {
 content: "\f1db"; 
font-family:fontawesome;
font-weight:bold;
margin-right:7px;
font-size:0.7em;
 margin-left:0px; 
}

#left h2,
#right h2, 
#left h3,
#right h3 {
font-size:20px;
text-transform:uppercase;
text-align:left ;
font-weight:bold;
letter-spacing:1px;	
margin-top:0;
margin-bottom:10px;
padding:0px 0 0px 0;
display:block;
}

#left p,
#right p {
text-align:left;
font-weight:bold;
}

#left .moduletable,
#right .moduletable  {
padding:0px 0px 60px 0;
}

#left a.readmore , 
#right a.readmore{
background: #fafafa !important;
border:2px solid #414141;
padding:3px;
font-weight:bold;	
text-align:center !important;
font-size:11px;
}

#left a.readmore:hover, 
#right a.readmore:hover{
background: #000 !important;
text-shadow: none !important;
-webkit-transition: all 0.4s ease-in-out !important;	
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
color:#fff !important;
}

#left .moduletable-icon-left,
#right .moduletable-icon-left {
padding-bottom:50px;
padding-top:10px;
}

#left .moduletable-icon-left{
padding-right:20px;
}

#right .moduletable-icon-left {
padding-left:20px;
}


 