/* @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;
	min-width: 320px;
}
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;
	line-height: 150%;
}
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: 1.5em;
	font-size: 14px;
	font-weight: normal;
	margin: 12px 0px 20px 0 !important;
}
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 {
	width: calc(100% - 40px);
	margin: 10px 0;
	padding: 0px 20px 15px;
	border-radius: 0px;
	background: #fafafa;
	border: 1px solid #efefef;
}
legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}
label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0;
	padding: 0px;
	width: 100%;
}
input, textarea, select, #advanced-search-toggle, input.search-query {
	background: #fff;
	width: calc(100% - 22px);
	display: inline-block;
	margin: 5px 0;
	padding: 10px;
	color: #000 !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
}
button {
	background: #28282e;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin: 10px 0;
	padding: 5px 10px;
	border: none;
	border-radius: 3px;
}
.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;
	width: calc(100% - 22px);
}
.radio, .checkbox {
	padding-left: 18px;
}
input[type="radio"], input[type="checkbox"] {
	display: inline;
	margin-right : 10px;
	border: none
}
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;
}
/*********************
 * BLOCK HEADER
 *********************/
#top-header {
	float: left;
	width: 100%;
	height: auto;
	-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;
	background: #fafafa;
}
#nav-top {
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 99;
	-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;
	z-index: 9999;
}
#navigation {
	margin-top: 5px;
	float: right;
}
#sitename {
	padding: 20px 0;
}
#sitename a {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: 700;
	-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;
	font-size: 32px;
	text-align: left;
	overflow: hidden;
}
#sitename a:hover {
	text-decoration: none;
}
div#sitename > a.logo > img {
	float: left;
}
div#sitename > a.logo > span {
	width: calc(100% - 100px);
	float: left;
}
/*******
* Menu
*******/
.grid_7 .menuButon {
	visibility: hidden;
}
.menuButon {
	width: 100%;
	position: relative;
	text-align: right;
	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: 19px;
	height: 15px;
	background: url(../images/menu.jpg) no-repeat center top;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
}
.menuButon a:hover {
	background: url(../images/menu.jpg) no-repeat center top;
}
#menuModal {
	background: rgba(68, 94, 115, 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: #000;
	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;
}
/****breadcrumb****/
div.breadcrumb {
	background: transparent;
	border: none;
	padding: 8px 0;
	margin-left: 5px;
	clear: both;
}
.breadcrumb a, .breadcrumb a:link, breadcrumb a:visited, .breadcrumb a.visited {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: none;
	color: #00aecd !important;
}
.breadcrumb ul {
	list-style-type: none;
	text-align: left;
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
	text-align: left;
	padding-right: 4px !important;
	color: #999 !important;
	font-weight: 400 !important;
}
/*********************
 * LOADING PAGE
 *********************/
.ct-preloader {
	position: fixed;
	z-index: 99998;
	width: 100vw;
	height: 100vh;
	background: #fafafa;
	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);
}
/*********************
 * BLOCK MODULES
 *********************/
#slideshow, #head-page, #parallax, #parallax-skill, #grid-rotator, #portfolio {
	float: left;
	width: 100%;
}
#head-page {
	margin-top: -20px;
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover;
}
#head-page img {
	float: left;
	width: 100%;
	height: 400px;
	background-size: cover;
}
/**********************************
 * BLOCK FRAMEWORK STYLE INHERITED
 **********************************/
 
#block-top, #block-bottomcontent, #block-feature, #block-aftercontent {
	background: #fafafa !important;
	padding: 40px 0;
}
#block-bottomcontent {
	background: #445e73 !important;
	color: #fff;
}
#block-footerbottom {
	background: #324656 !important;
	padding: 40px 0;
	color: #fff !important;
}
#block-footerbottom h4, #block-footerbottom h5, #block-footerbottom h6, #block-bottomcontent h4,  #block-bottomcontent h5,  #block-bottomcontent h6 {
	color: #fff;
}
#block-footerbottom h3, #block-bottomcontent h3 {
	color: #fff !important;
	background: url(../images/background-h3-footer.jpg) 0% 100% no-repeat !important;
}
#block-footerbottom ul li:before, #block-bottomcontent ul li:before {
	content: "\f0da";
	font-family: fontawesome;
	font-weight: bold;
	color: #fff !important;
	margin-right: 7px;
	font-size: 0.7em;
}
#block-footerbottom ul li a, #block-bottomcontent ul li a {
	font-weight: bold;
	line-height: 1.8em;
	font-size: 13px;
	color: #fff !important;
}
#block-footerbottom ul li a:hover, #block-bottomcontentul li a:hover {
	font-weight: bold;
	line-height: 1.8em;
	font-size: 13px;
	color: #161616 !important;
}
#block-feature, #block-beforecontent, #block-aftercontent, #block-bottomcontent, #block-footertop, #block-footerbottom {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #fff;
	margin-top: 0px;
}
#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: "\f0da";
	font-family: fontawesome;
	font-weight: bold;
	color: #000;
	margin-right: 7px;
	font-size: 0.7em;
}
#portfolio h3, #coverbox h3, #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: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	background: url(../images/background-h3.jpg) 0% 100% no-repeat;
}
#block-top p, #block-feature p, #block-beforecontent p, #block-aftercontent p, #block-bottomcontent p, #block-footertop p, #block-footerbottom p {
	text-align: left;
	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: 40px 0px 40px 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: 20px 0px 20px 0;
}
.moduletable-icon-left h3, #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;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 0px;
	background: none !important;
}
.moduletable-icon-left h3:after, #block-top .moduletable-icon-left h3:after, #block-feature .moduletable-icon-left h3:after, #block-beforecontent.moduletable-icon-left h3:after, #block-aftercontent .moduletable-icon-left h3:after, #block-bottomcontent .moduletable-icon-left h3:after, #block-footertop .moduletable-icon-left h3:after, #block-footerbottom .moduletable-icon-left h3:after {
	display: none;
}
.moduletable-icon-left h3:hover:after, #block-top.moduletable-icon-left h3:hover:after, #block-feature .moduletable-icon-left h3:hover:after, #block-beforecontent .moduletable-icon-left h3:hover:after, #block-aftercontent .moduletable-icon-left h3:hover:after, #block-bottomcontent .moduletable-icon-left h3:hover:after, #block-footertop .moduletable-icon-left h3:hover:after, #block-footerbottom .moduletable-icon-left h3:hover:after {
	display: none;
}
#block-footerbottom .moduletable-icon-left {
	padding: 40px !important;
}
/************************************
 * BLOCK FRAMEWORK STYLE ICON CENTER
 ************************************/

#block-footerbottom a .moduletable-icon-center, #block-bottomcontent a .moduletable-icon-center {
	padding: 30px 20px !important;
	text-align: center !important;
	background: transparent !important;
	border: 0px solid #efefef !important;
	margin: 20px 0 !important;
	-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;
	color: #fff !important;
}
a .moduletable-icon-center, #block-top a .moduletable-icon-center, #block-feature a .moduletable-icon-center, #block-beforecontent a .moduletable-icon-center, #block-aftercontent a .moduletable-icon-center, #block-bottomcontent a .moduletable-icon-center, #block-footertop a .moduletable-icon-center {
	padding: 30px 20px !important;
	text-align: center !important;
	background: #fff !important;
	border: 1px solid #efefef !important;
	margin: 20px 0 !important;
	-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;
}
a:hover .moduletable-icon-center, #block-top a:hover .moduletable-icon-center, #block-feature a:hover .moduletable-icon-center, #block-beforecontent a:hover .moduletable-icon-center, #block-aftercontent a:hover .moduletable-icon-center, #block-bottomcontent a:hover .moduletable-icon-center, #block-footertop a:hover .moduletable-icon-center, #block-footerbottom a:hover .moduletable-icon-center {
	background: #324656 !important;
	color: #fff !important;
	-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;
}
a .moduletable-icon-center h3, #block-top a .moduletable-icon-center h3, #block-feature a .moduletable-icon-center h3, #block-beforecontent a .moduletable-icon-center h3, #block-aftercontent a .moduletable-icon-center h3, #block-bottomcontent a .moduletable-icon-center h3, #block-footertop a .moduletable-icon-center h3, #block-footerbottom a .moduletable-icon-center h3 {
	background: none !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	font-weight: bold!important;
	letter-spacing: 1px !important;
	padding-bottom: 0px !important;
	padding-top: 0 !important;
	background: none !important;
}
a:hover .moduletable-icon-center h3, #block-top a:hover .moduletable-icon-center h3, #block-feature a:hover .moduletable-icon-center h3, #block-beforecontent a:hover .moduletable-icon-center h3, #block-aftercontent a:hover .moduletable-icon-center h3, #block-bottomcontent a:hover .moduletable-icon-center h3, #block-footertop a:hover .moduletable-icon-center h3, #block-footerbottom a:hover .moduletable-icon-center h3 {
	color: #fff !important;
}
#block-top a .moduletable-icon-center p, #block-feature a .moduletable-icon-center p, #block-beforecontent a .moduletable-icon-center p, #block-aftercontent a .moduletable-icon-center p, #block-bottomcontent a .moduletable-icon-center p, #block-footertop a .moduletable-icon-center p, #block-footerbottom a .moduletable-icon-center p {
	text-align: justify !important;
}
a .moduletable-icon-center i, #block-top a .moduletable-icon-center i, #block-feature a .moduletable-icon-center i, #block-beforecontent a .moduletable-icon-center i, #block-aftercontent a .moduletable-icon-center i, #block-bottomcontent a .moduletable-icon-center i, #block-footertop a .moduletable-icon-center i, #block-footerbottom a .moduletable-icon-center i {
	color: #324656 !important;
	background: #fff !important;
	padding: 30px !important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 0% !important;
	padding: 20px!important;
	text-align: center !important;
	font-size: 30px !important;
}
a:hover .moduletable-icon-center i, #block-feature a:hover .moduletable-icon-center i, #block-beforecontent a:hover .moduletable-icon-center i, #block-aftercontent a:hover .moduletable-icon-center i, #block-bottomcontent a:hover .moduletable-icon-center i, #block-footertop a:hover .moduletable-icon-center i, #block-footerbottom a:hover .moduletable-icon-center i {
	color: #28282e !important;
	background: #fff !important;
	padding: 30px!important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 0% !important;
	padding: 20px !important;
	text-align: center !important;
}
.moduletable-icon-center h3:after, #block-feature .moduletable-icon-center h3:after, #block-beforecontent.moduletable-icon-center h3:after, #block-aftercontent .moduletable-icon-center h3:after, #block-bottomcontent .moduletable-icon-center h3:after, #block-footertop .moduletable-icon-center h3:after, #block-footerbottom.moduletable-icon-center h3 :after {
	display: none;
}
.moduletable-icon-center h3:hover:after, #block-top.moduletable-icon-center h3:hover:after, #block-feature .moduletable-icon-center h3:hover:after, #block-beforecontent .moduletable-icon-center h3:hover:after, #block-aftercontent .moduletable-icon-center h3:hover:after, #block-bottomcontent .moduletable-icon-center h3:hover:after, #block-footertop .moduletable-icon-center h3:hover:after, #block-footerbottom .moduletable-icon-center h3:hover:after {
	display: none;
}
/************************************
 * BLOCK FRAMEWORK STYLE NO ICON
 ************************************/
#portfolio .moduletable-icon-noicon, #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: 0px 0px;
	margin: 40px 0 40px 0;
	text-align: center;
}
#portfolio .moduletable-icon-noicon h3, #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 {
	background: none;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0px 0 30px 0;
	margin: 0;
	background: url(../images/background-h3.jpg) 50% 100% no-repeat;
}
/**********************************************
/*PAGE BLOG D'UNE SEULE CATEGORIE,BLOG FEATURE
***********************************************/
.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols-2 .column-1 {
	width: 46%;
	float: left;
}
.cols-2 .column-2 {
	width: 46%;
	float: right;
	margin: 0
}
.cols-3 .column-1 {
	float: left;
	width: 29.8%;
	padding: 0 5px;
	margin-right: 4%
}
.cols-3 .column-2 {
	float: left;
	width: 29.8%;
	margin-left: 0;
	padding: 0 5px
}
.cols-3 .column-3 {
	float: right;
	width: 29.8%;
	padding: 0 5px
}
.items-leading {
	margin: 0 0 20px !important;
}
.items-row {
	overflow: hidden;
	margin: 20px 0 !important;
}
.column-1, .column-2, .column-3 {
	padding: 20px;
}
.column-2 {
	width: 55%;
	margin-left: 40%;
}
.column-3 {
	width: 30%
}
.home .column-1 {
	border-top: #999999 1px solid;
}
div.page-header h1 {
	background: none;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	background: url(../images/background-h3.jpg) 50% 100% no-repeat;
}
div.content-category h1, div.categories-list h1, div.search h1.page-title, div.finder h1, div.contact h1, .tag-category h2 {
	background: none;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	background: url(../images/background-h3.jpg) 50% 100% no-repeat;
}
aside {
	margin-top: 10px;
}
.item-page time, .itemAsideInfo time, aside {
	display: block;
	width: 65px;
	height: 40px;
	float: left;
	border-right: 1px solid #d0d0d0;
}
.day {
	display: block;
	width: 60px;
	height: 18px;
	background: transparent;
	color: #324656;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
}
.month {
	display: block;
	width: 60px;
	height: 18px;
	background: transparent;
	color: #324656;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
div.item-page.gk-item-page img {
	background-size: cover;
	width: 100%;
	height: 100%;
}
div.gk-article-blog a img {
	background-size: cover !important;
	float: none !important;
}
div.gk-article {
	padding: 0 25px;
}
div.blog-featured {
	padding: 0 0 40px;
}
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 {
	margin-top: 0;
	padding: 0 20px;
}
div.leading-0 div.gk-article-blog h2.article-header-blog, div.leading-1 div.gk-article-blog h2.article-header-blog, div.leading-2 div.gk-article-blog h2.article-header-blog, div.leading-3 div.gk-article-blog h2.article-header-blog, div.leading-4 div.gk-article-blog h2.article-header-blog, div.item.column-1 div.gk-article-blog h2.article-header-blog, div.item.column-2 div.gk-article-blog h2.article-header-blog, div.item.column-3 div.gk-article-blog h2.article-header-blog, div.item.column-4 div.gk-article-blog h2.article-header-blog, div.item.column-5 div.gk-article-blog h2.article-header-blog {
	display: block !important;
	padding: 14px 10px 0px 80px;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 18px;
	/* color:#c78a68; */
	font-weight: bold;
	height: 25px;
}
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: 10.05px;
	margin: -11px 10px 20px 72px;
	padding: 0;
	font-weight: normal;
	width: 70% !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;
}
.article-info a {
	color: #000;
}
.article-info a:hover {
	color: #757572;
}
dt.article-info-term {
	display: none;
}
div.item-page {
	position: relative;
	margin-bottom: 30px !important;
	margin-top: 20px !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: 25px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px !important;
	text-align: center;
}
div.gk-article > span.article-info {
	text-align: center !important;
	padding-bottom: 25px !important;
	background: red;
}
.gk-article ul.actions {
	clear: both;
	overflow: hidden;
}
/*************************************
/*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;
	background: #414141;
	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: 30px;
	margin-bottom: 50px;
}
.category-list h2 {
	font-size: 30px;
	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: 100%;
	margin: 25px 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: #324656;
	border-radius: 5px;
	padding: 5px 5px;
	color: #fff;
	margin-left: 8px;
}
/*************************************
/*PAGE DE PLUSIUEURS CATEGORIES 
***************************************/
.categories-list {
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
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;
}
/*Read More button*/
p.readmore {
	padding: 10px 0;
}
p.readmore a {
	background: #324656;
	color: #fff;
	padding: 7px;
	border-radius: 2px;
	border: 3px solid #fafafa;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
}
p.readmore a:hover {
	color: #324656;
	background-color: #fafafa;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
/*Pagination General */
.pagenav {
	text-align: center;
	padding: 0 10px 0 10px;
	line-height: 2.1em;
	text-decoration: none;
	border: 1px solid #ddd !important;
	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;
}
.pagenav li {
	display: inline;
	padding: 0 10px;
}
.pagenav a, span.pagenav {
	padding: 0 10px;
}
.pagination {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pagination ul {
	padding: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.pagination li {
	display: inline;
	float: left;
	padding: 0px 10px;
}
.pagination li a {
	padding: 0px 10px;
	text-decoration: none;
	border: 1px solid #ddd !important;
	display: inline-block
}
.pagination .active a {
	cursor: default;
}
div.pagination > ul.pagination-list {
	margin-bottom: 60px;
}
.pagination span, .pagination span a:hover {
	cursor: default;
	padding: 0 14px;
	margin-left: 5px;
	color: #ccc;
}
.pagination p.pull-right {
	float: none;
	text-align: center;
	margin-bottom: 15px;
}
ul.pager.pagenav {
	border: none !important;
}
ul.pager.pagenav > li.next > a, ul.pager.pagenav > li.previous > a {
	border: none;
	background: #324656;
	color: #fff;
	margin: 10px 12px 10px 0;
	padding: 5px;
}
ul.pager.pagenav > li.next > a:hover, ul.pager.pagenav > li.previous > a:hover {
	border: none;
	background: #161616;
	color: #fff;
}
/*Button for print, editor and email icons */
ul.actions li {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 8px 0 0;
	list-style: none;
	text-align: center;
	list-style: none !important;
	float: left;
}
li.print-icon a {
	background: url(../images/system/printButton.png) 0 0 no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
	width: 15px;
	float: left;
}
li.email-icon a {
	background: url(../images/system/emailButton.png) 0 0 no-repeat;
	text-indent: -5000px;
	width: 15px;
	float: left;
}
/*   login   */
div.login-description {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
}
.login {
	margin-top: 20px !important;
}
div.login fieldset {
	margin: 50px 0;
}
.login label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}
.login button {
	background: #000;
	color: #fff;
	border: none;
	padding: 15px;
	margin: 10px 0;
}
ul.nav.nav-tabs.nav-stacked {
	float: left;
	padding-bottom: 50px;
}
ul.nav.nav-tabs.nav-stacked > li {
	display: inline;
	background: #f7f7f7 !important;
}
ul.nav.nav-tabs.nav-stacked > li > a {
	padding: 15px 15px;
}
#remember.inputbox {
	width: 5%;
}
form#user-registration.form-validate.form-horizontal.well > fieldset {
	margin: 30px 0 20px 0;
}
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;
}
label#jform_spacer-lbl {
	display: none !important;
}
.control-label {
	margin: 20px 0 0px 0;
}
.controls > a.btn {
	background: #000;
	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-category ul.category li.row {
	margin-bottom: 20px;
}
.contact {
	margin: 40px 0 !important;
}
div.contact > div.page-header > h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}
#contact-form fieldset.captcha {
	overflow: hidden;
}
/****************
/*BLOCK SOCIAL
*****************/
.soc_icons_box {
	margin-top: 0px;
	text-align: center;
}
.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: 14px;
	margin: 0px 7px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 12px;
	color: #111;
	line-height: 10px;
}
.soc_icons li a:hover {
	background: #324656;
	color: #fff;
	webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.soc_icons a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.soc_icons_box2 {
	margin-top: 8px;
	text-align: center;
}
.soc_icons_box2 ul {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0;
}
.soc_icons_box2 li {
	float: left;
	list-style: none;
	padding: 0;
}
.soc_icons2 li a {
	font-size: 14px;
	margin: 0px 7px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 12px;
	color: #fff;
	line-height: 10px;
}
.soc_icons2 li a:hover {
	background: #fff;
	color: #202122;
	webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.soc_icons2 a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/************ 
/*COPYRIGHT
************/
#block-footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #000;
}
.copyright {
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #757572;
}
/************* 
/*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;
	background: #414141;
	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 fieldset legend {
	font-size: 11.05px;
}
.contact .jicons-icons {
	display: none;
}
.contact .contact-position dd, .contact .contact-address dd {
	margin: 8px 0;
}
.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: #757572;
	text-shadow: none !important;
}
div.tags a.label:hover, .tag-category h3 a:hover {
	background: #444;
	-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;
}
/**********************************
 * BLOCK LEFT STYLE INHERITED
 **********************************/
#left, #right {
	background: #ffffff;
	float: left !important;
	padding: 20px 0;
	margin-top: 0px;
}
#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 ul li:before, #right ul li:before {
	content: "\f111";
	font-family: fontawesome;
	font-weight: bold;
	color: #000;
	margin-right: 7px;
	font-size: 0.7em;
	margin-left: 0px;
}
#left h2, #right h2, #left h3, #right h3 {
	background: url(../images/background-h3.jpg) 0% 100% no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0px 0 15px 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: #161616 !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;
}