/** 			RESET Bootstrap and Browser CSS			**/

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
font-family: Verdana, Arial, sans-serif;
word-wrap: break-word;
}

.page-header {
border:none;
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
clear:both;
margin: 0;
padding : 0;
font-size : 100%;
font-family: 'Open Sans Condensed',sans-serif;
}

.nav::before, .nav::after { 	/**		reset Bootstrap code for all menu with the automatic CSS class "nav"	**/
content:normal;
}

blockquote {
font-size: 100%;
}

input, button, select, textarea {
font-family: Arial, Helvetica, sans-serif;
}

.nav > li > a > img {
max-width: 100%;
}

.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent ;
}

.nav-tabs > li > a:hover {
border-color: transparent;
}

.form-horizontal .control-label {
text-align:left;
}

td, th, label, dt {
font-weight:300;
}

ul, ol {
margin: 0 0 10px 0;
padding: 0 0 0 20px;
}

ul ul, ol ul, ul ol, ol ol {
margin:6px 0;
padding: 0 0 0 15px;
}

a:hover, a:focus {
text-decoration:none;
}

option, .chzn-results {
background:white;
color:#666;
padding:4px 7px;
}

.clr {
clear:both;
}

.clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}

.clearfix:after {
clear: both;
}

.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}

audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}

audio:not([controls]) {
display: none;
}

sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

button, input {
*overflow: visible;
line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}

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-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

textarea {
overflow: auto;
vertical-align: top;
}

/** 		Hide the outline 	**/

*:hover, *:active, *:focus, input:focus, textarea:focus {
outline:none !important;
}

/** 	resize image 	**/

img, video, .scale {
/* Part 1: Set a maxium relative to the parent */
max-width:100%;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
height:auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/** 	to prevent a problem with sprites images, Google map and the property max-width:100%		**/ 
#mapcanvas img, .gmnoprint img {
max-width: none;
}


/********************************************************************************************************************************************

									SITE

*********************************************************************************************************************************************/

html {
}

body {
position:relative;	
min-width:980px;
text-align:left;
color:#555;
font: normal 0.8em/1.5 verdana, geneva, sans-serif;
font-weight:300;
background:#f2f2f2;
}

.uppercase-all * {
text-transform: uppercase;
}

p {
margin : 0 0 10px 0;
}

/**		SITE 	**/

.wrapper-website {
position:relative;
width:980px;
margin : 0 auto;
}

.wrapper-website.boxed-layout {
margin : 20px auto 26px auto;
background:#f2f2f2;
}

.boxed-layout.light-shadow {
box-shadow: 0 0 10px rgba(0,0,0,0.30);
}

.boxed-layout.dark-shadow {
box-shadow: 0 0 20px 3px rgba(0,0,0,0.46);
}

.zindex10 {
position:relative;
z-index:10;
}
.zindex20 {
position:relative;
z-index:20;
}
.zindex30 {
position:relative;
z-index:30;
}

.bg-no-repeat {
position:fixed;
top:0;
left:0;
right:0;
height:100%;
background-position:50% 0;
background-repeat:no-repeat;
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
z-index:-1;
}

.bg-repeat {
position:fixed;
top:0;
left:0;
right:0;
height:100%;
background-repeat:repeat;
z-index:-1;
}


/*************************************************************************************************************

									HEADER

**************************************************************************************************************/

.website-header {
position:relative;
}

div[class*="slideshow-fade-"] {
position: absolute;
bottom:-20px;
left:0;
right:0;
height:20px;
z-index:5;
}

.slideshow-fade-light {
background: transparent url(../images/fade-light.png) 0 100% repeat-x;
}
.slideshow-fade-normal {
background: transparent url(../images/fade-normal.png) 0 100% repeat-x;
}
.slideshow-fade-dark {
background: transparent url(../images/fade-dark.png) 0 100% repeat-x;
}
.slideshow-fade-darkest {
background: transparent url(../images/fade-darkest.png) 0 100% repeat-x;
}


.boxed-layout .website-header {
box-shadow: none ;
}

.top-header {
border-bottom: 2px solid #eaeaea;
padding:3px 12px;
}

/*********************************************			Email & Phone			***********************************/

.text-email, .text-phone {
display:inline-block;
*display:inline;
*zomm:1;
margin-right:8px;
}

.text-email a, .text-phone {
color : #666;
}

.text-email a:hover {
text-decoration:none;
}

/*********************************************			Translate			***********************************/

#translate {
float:left;
z-index:99;
vertical-align:middle;
margin-top:1px;
}

#translate .moduletable {
display:inline-block;
*display:inline;
*zoom:1;
margin-right:12px;
}

div.mod-languages ul.lang-inline li {
margin: 0 3px;
}

div.mod-languages img {
vertical-align:top;
margin-top:3px;
}

#jflanguageselection {
margin:0 !important;
float:none !important;
}
.rawimages {
margin-top: 0px !important;
}
#translate .rawimages span {
float:left;
margin-right:4px;
}


/*********************************************			social icons			*****************************/


.social-links {
float:right;
margin: -3px 0 -12px 0;
}

.social-links ul {
display:inline-block;
*display:inline;
*zoom:1;
margin:0;
padding:0;
}

.social-links li {
float:left;
width:auto;
margin-right:6px;
list-style:none;
}

.social-links .text_social_icons {
display:inline-block;
*display:inline;
*zoom:1;
margin: -24px 6px 0 0;
font-size : 100%;
font-style:italic;
vertical-align:middle;
}

.social-links li a {
display:inline-block;
*display:inline;
*zoom:1;
padding : 5px 7px;
text-align:center;
width:32px;
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
opacity:0.85;
}

.social-links li a i {
font-size:16px;
}

.social-links li a:hover {
opacity:1;
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
}

/** for google +1 only 	**/

.social-links li.google {
margin-right:6px;
}

.social-links li > div {
padding: 0 0 0 2px !important;
vertical-align:middle !important;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}


.social-links li a:hover > i {
color: #BD1550;
}

.social-links li + li a:hover > i {
color:#E97F02;
}

.social-links li + li + li a:hover > i {
color:#8A9B0F;
}

.social-links li + li + li + li a:hover > i {
color:#00A0B0;
}

.social-links li + li + li + li + li a:hover > i {
color:#CFBE27;
}

.social-links li + li + li + li + li + li a:hover > i {
color:#BD1550;
}

.social-links li + li + li + li + li + li + li a:hover > i {
color:#E97F02;
}

.social-links li + li + li + li + li + li + li + li a:hover > i {
color:#8A9B0F;
}

.social-links li + li + li + li + li + li + li + li + li a:hover > i {
color:#00A0B0;
}

.social-links li + li + li + li + li + li + li + li + li + li a:hover > i {
color:#CFBE27;
}


/*********************************************			BOTTOM HEADER			******************************************/

.bottom-header {
padding: 20px 0 20px 0;
}

.boxed-layout .bottom-header {
padding: 20px 20px 20px 20px;
}

/*********************************************			BANNER			******************************************/

.module-banner {
margin-bottom:14px;
}

/*********************************************			LOGO			******************************************/


.logo-module {
clear:both;
float:left;
}

.boxed-layout .logo-module {
padding-right:10px;
}

.logo-module p {
margin:0;
}

.logo-module a, .logo-module a:hover {
text-decoration:none;
outline:none;
}

.website-title {
display:block;
font-size: 50px;
line-height:1;
word-spacing: 3px;
font-weight: normal;
margin: 0;
padding:16px 0;
}



/*************************************************************************************************************

									DROP DOWN MENU

**************************************************************************************************************/

.drop-down {
position:relative;
float:right;
margin: 0;
padding:0;
}

span.title_menu {
display: none;
}

.drop-down ul, .drop-down li {
list-style: none;
margin: 0;
padding: 0;
}

.drop-down li {
position:relative;
float:none;
display:inline-block;
*display:inline;
*zoom:1;
padding : 0;
z-index:1;
}

.drop-down li:hover, .drop-down li:focus {
position: relative;
z-index: 10;
cursor: default;
}

.drop-down li ul {
display : none ;
position: absolute;
top: 100%;
left: 0;
z-index: 0;
opacity:0;
width: 180px;
box-shadow: 0 1px 3px 2px rgba(40, 40, 40, 0.25);
padding: 0;
border:1px solid #ccc;
border-color: rgba(255,255,255,0.40);
background: #fff;
font-size:90%;
}

.drop-down li ul ul {
top: 0px;
left: 98%;
font-size:100%;
}

.drop-down > ul > li:last-child > ul {
left:inherit;
right:0;
}

.drop-down > ul > li:last-child > ul ul {
left:inherit;
right:97%;
}

.drop-down li ul:hover {
box-shadow: 0 2px 4px 2px rgba(110, 110, 110, 0.30);
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
}

.drop-down li li {
float:none;
width:100%;
padding:0;
margin:0;
}

.drop-down li a, .drop-down li span.separator {
display : block;
padding: 30px 16px 30px 16px;
font-weight: normal;
text-decoration: none;
text-transform:uppercase;
text-align:left;
color : #888;
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
word-wrap: break-word;
}

.uppercase-none .drop-down li a, .uppercase-none .drop-down li span.separator {
text-transform: none;
}

.drop-down li li a, .drop-down li li span.separator {
display : block;
/**	change	**/
letter-spacing: 0px;
padding: 12px 14px 12px 14px;
margin:0;
border-style:none;
border-top:1px solid #eee;
border-color : rgba(255,255,255,0.22);
}

.drop-down li li:first-child > a, .drop-down li li:first-child > span.separator {
border:none;
}

.drop-down li a:hover, .drop-down li span.separator:hover {
-webkit-transition : none;
-moz-transition : none;
-ms-transition : all 0.2s linear 0s;
-o-transition : all 0.2s linear 0s;
transition : all 0.2s linear 0s;
}

.drop-down li:hover > ul, .drop-down li:focus > ul {
display : block ;
z-index:10;
opacity:1;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out ;
}

a[href="#"] {
cursor : default;
}

.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
color : #000;
background:transparent; /**  important for Joomla 3 Bootstrap 		**/
}

/**	animation menu **/

@media screen and (min-width: 980px) {

	.drop-down ul > li:hover > ul, .drop-down ul > li:focus > ul {
	animation : main_menu 0.4s ease 1;
	}
	
	@keyframes main_menu {
		0% {
			top:75%;
			opacity:0;
			}
		
		100% {
			top:100%;
			opacity:1;
			}
	}
	
	
	.drop-down ul ul > li:hover > ul, .drop-down ul ul > li:focus > ul {
	animation : sub_menu 0.4s ease 1;
	}
	
	@keyframes sub_menu {
		0% {
			top:-15%;
			opacity:0;
			}
		
		100% {
			top:0;
			opacity:1;
			}
	}
}


/**  	Customize sticky menu 		**/

.isStuck {
position:fixed;
top:0;
left:0;
right:0;
background: #ededed ;
margin:0 auto;
border-bottom:1px solid #fff;
z-index:99;
}

.isStuck > ul {
margin: 0 auto;
text-align:center;
min-width:980px;
}

.isStuck.drop-down li a, .isStuck.drop-down li span.separator {
padding-top:12px;
padding-bottom:12px;
}


/********************************************************************************************************************************************

									MODULE IMAGE
									
**********************************************************************************************************************************************/

.image-module {
position:relative;
overflow:hidden;
}

.image-module p {
margin: 0;
}

.wrapper-image-module-position {
position:relative;
margin:0 auto;
max-width:100%;
}

.fade01-white-left {
position:absolute;
top:0;
left:0;
width:85px;
height:100%;
background:transparent url(../images/fade01-white-left.png) 0 0 repeat-y;
z-index:10;
}

.fade01-white-right {
position:absolute;
top:0;
right:0;
width:85px;
height:100%;
background:transparent url(../images/fade01-white-right.png) 0 0 repeat-y;
z-index:10;
}

.fade01-black-left {
position:absolute;
top:0;
left:0;
width:85px;
height:100%;
background:transparent url(../images/fade01-black-left.png) 0 0 repeat-y;
z-index:10;
}

.fade01-black-right {
position:absolute;
top:0;
right:0;
width:85px;
height:100%;
background:transparent url(../images/fade01-black-right.png) 0 0 repeat-y;
z-index:10;
}

.fade02-white-left {
position:absolute;
top:0;
left:0;
width:85px;
height:100%;
background:transparent url(../images/fade02-white-left.png) 0 0 repeat-y;
z-index:10;
}

.fade02-white-right {
position:absolute;
top:0;
right:0;
width:85px;
height:100%;
background:transparent url(../images/fade02-white-right.png) 0 0 repeat-y;
z-index:10;
}

.fade02-black-left {
position:absolute;
top:0;
left:0;
width:85px;
height:100%;
background:transparent url(../images/fade02-black-left.png) 0 0 repeat-y;
z-index:10;
}

.fade02-black-right {
position:absolute;
top:0;
right:0;
width:85px;
height:100%;
background:transparent url(../images/fade02-black-right.png) 0 0 repeat-y;
z-index:10;
}

/********************************************************************************************************************************************

									Module slogan

*********************************************************************************************************************************************/

.module-slogan {
position:relative;
box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.03) inset, 0 0 14px rgba(0,0,0,0.1);
padding:6px 16px 18px 16px;
text-align:center;
}

.bg-slogan-white {
background: transparent url(../images/bg-slogan-white.png) 0 0 repeat;
}

.bg-slogan-black {
background: transparent url(../images/bg-slogan-black.png) 0 0 repeat;
}

.boxed-layout .module-slogan {
box-shadow: none ;
}

.title-slogan {
display:block;
font-size:170%;
font-style:italic;
word-spacing:2px;
letter-spacing:0.3px;
color:#00557C;
padding: 0 0 6px 0;
}

.text-slogan {
display:block;
font-size:130%;
}

/********************************************************************************************************************************************

									BREADCRUMB

*********************************************************************************************************************************************/

.module-breadcrumb {
background:transparent;
margin : -14px 0 8px 0;
padding: 0;
font-size:90%;
}

.module-breadcrumb h3 {
display : none;
}

.breadcrumbs a:first-child:before, .breadcrumb li:first-child:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f015";
width: 20px;
font-size:12px;
}

.module-breadcrumb a, .module-breadcrumb {
text-decoration:none;
}

.module-breadcrumb a:hover {
text-decoration:none;
}

.module-breadcrumb .divider {
margin: 0 1px 0 4px;
}
.module-breadcrumb .divider.icon-location {
margin: 0;
}

.breadcrumb {
background-color: transparent;
border-radius: 0;
list-style: none;
margin: 0;
padding: 0;
}

.breadcrumb > li + li:before {
padding:0;
content:'';
color: inherit;
}

.breadcrumb > li {
display: inline;
}

/********************************************************************************************************************************************

									MIDDLE WEBSITE

*********************************************************************************************************************************************/

.website-content {
position:relative;
padding: 27px 0 40px 0;
background: transparent url(../images/white-55.png) 0 0 repeat;
clear:both;
}

.website-content.with-shadow {
box-shadow: 0 -7px 14px rgba(0,0,0,0.1);
}

.boxed-layout .website-content.with-shadow {
box-shadow: none ;
}

.boxed-layout .website-content {
padding-left:30px;
padding-right:30px;
}

/** 	Top and bottom module position		**/

.top-module-position, .bottom-module-position {
position : relative;
clear:both;
z-index:1;
}

.bottom-module-position {
margin-top:20px;
}

.top-module-position .moduletable , .bottom-module-position .moduletable {
margin-bottom:20px;
}

.top-module-position .moduletable > div, .bottom-module-position .moduletable > div {
padding-top:12px;
padding-bottom:12px;
}


/*************************************************************************************************************

									MIDDLE SITE

**************************************************************************************************************/

.left_column {
position:relative;
float:left;
width:180px;
margin: 20px 40px 0 0 ;
z-index:1;
}

.right_column {
position:relative;
float:right;
width:180px;
margin: 20px 0 0 40px;
z-index:1;
}

.left_column .moduletable, .right_column .moduletable {
margin-bottom:20px;
}

.left_column .moduletable > div, .right_column .moduletable > div {
padding-top:12px;
padding-bottom:12px;
}

.main_content {
position:relative;
padding: 0;
overflow:hidden;
z-index:1;
}

.main_component {
position:relative;
overflow:hidden;
padding: 0;
z-index:1;
}

/*************************************************************************************************************

									USER TOP and BOTTOM

**************************************************************************************************************/

.users_top, .users_bottom {
margin: 0 ;
padding: 20px 0 20px 0;
clear:both;
}

.users_top .moduletable, .users_bottom .moduletable {
margin-bottom:15px;
}

.users_top .moduletable > div, .users_bottom .moduletable > div {
padding-top:12px;
padding-bottom:12px;
}

.user1, .user4{
float:left;
margin-right:5%;
}
.user3, .user6 {
float:right;
margin-left:5%;
}
.user2, .user5 {
position:relative;
overflow:hidden;
}


/*************************************************************************************************************

									TYPOGRAPHY

**************************************************************************************************************/		

.lead {
font-size: 120%;
}

/**		TITLE		**/

h1, h2, h3, h4, h5, h6 {
padding:20px 0 8px 0;
font-weight:normal;
line-height:1.4;
text-rendering: optimizelegibility;
}

h1, .componentheading, .blog > h2 {
border-bottom: 1px dotted #bbb;
color: #aaaaaa;
display: block;
font-size: 220%;
letter-spacing: -0.3px;
line-height: 140%;
margin: 0 0 25px;
padding: 10px 0 22px  0;
}

.page-header h2, .page-header + .page-header, h2.contentheading {
border:none;
margin: 0px 0 10px 0;
border-bottom: 1px dotted #bbb;
}

.uppercase-menu-title h1, .uppercase-menu-title .componentheading, .uppercase-menu-title .blog > h2,
.uppercase-menu-title .page-header h2, .uppercase-menu-title .page-header + .page-header, .uppercase-menu-title h2.contentheading {
text-transform: uppercase;
}

h1 a {
color:#666;
text-decoration: none;
}
h1 a:hover {
color:#666;
text-decoration: none;
}

.blog > h1 {
color : #666;
}

h2 {
font-size:150%;
margin-bottom:8px;
}

h2 a {
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
}
.content-module > h2 {
padding-top:4px;
}

h3 {
font-size:115%;
font-weight:bold;
color: #444;
}

h4 {
font-size:110%;
}

h5, h6 {
font-size:100%;
}


/**		modules		**/

.module-title {
position:relative;
margin: -3px 0 0 0;
}

.module-title h3 {
margin:3px 0 6px 0;
padding:0 0 8px 0;
font-weight:normal;
letter-spacing:0.5px;
font-size:130%;
color:#777;
}

.uppercase-menu-title .module-title h3 {
text-transform: uppercase;
}


/**			LINK		**/

a {
color:#999;
font-weight:300;
text-decoration : none;
-webkit-transition : color 0.4s linear 0.1s;
-moz-transition : color 0.4s linear 0.1s;
-ms-transition : color 0.4s linear 0.1s;
-o-transition : color 0.4s linear 0.1s;
transition : color 0.4s linear 0.1s;
}
a:hover {
color:#444;
text-decoration : underline;
-webkit-transition : color 0.2s linear 0s;
-moz-transition : color 0.2s linear 0s;
-ms-transition : color 0.2s linear 0s;
-o-transition : color 0.2s linear 0s;
transition : color 0.2s linear 0s;
}
a:active, a:focus {
outline:none;
}

li span.separator {
cursor:default;
}

/**			List with Font Awesome 		**/

ul.check li, ul.chevron li, ul.angle li, ul.angle-double li, ul.circle li, ul.circle-o li, ul.star li, ul.star-o li, ul.tag li, ul.thumbs-o-up li, ul.check-square-o li, ul.arrow-circle li, ul.caret-simple li, ul.chevron-circle li, ul.chevron li, ul.hand-o li, ul.share li,
.moduletable.check li, .moduletable.chevron li, .moduletable.angle li, .moduletable.angle-double li, .moduletable.circle li, .moduletable.circle-o li, .moduletable.star li, .moduletable.star-o li, .moduletable.tag li, .moduletable.thumbs-o-up li, .moduletable.check-square-o li, .moduletable.arrow-circle li, .moduletable.caret-simple li, .moduletable.chevron-circle li, .moduletable.chevron li, .moduletable.hand-o li, .moduletable.share li {
list-style:none;
margin: 0 0 6px 0;
}

ul.check li:before, ul.chevron li:before, ul.angle li:before, ul.angle-double li:before, ul.circle li:before, ul.circle-o li:before, ul.star li:before, ul.star-o li:before, ul.tag li:before, ul.thumbs-o-up li:before, ul.check-square-o li:before, ul.arrow-circle li:before, ul.caret-simple li:before, ul.chevron-circle li:before, ul.chevron li:before, ul.hand-o li:before, ul.share li:before,
.moduletable.check li:before, .moduletable.chevron li:before, .moduletable.angle li:before, .moduletable.angle-double li:before, .moduletable.circle li:before, .moduletable.circle-o li:before, .moduletable.star li:before, .moduletable.star-o li:before, .moduletable.tag li:before, .moduletable.thumbs-o-up li:before, .moduletable.check-square-o li:before, .moduletable.arrow-circle li:before, .moduletable.caret-simple li:before, .moduletable.chevron-circle li:before, .moduletable.chevron li:before, .moduletable.hand-o li:before, .moduletable.share li:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
vertical-align:middle;
margin-left: -11px;
width: auto;
margin-right:8px;
}

ul.check li:before, ul.chevron li:before, ul.star li:before, ul.star-o li:before, ul.tag li:before, ul.thumbs-o-up li:before, ul.check-square-o li:before, ul.caret-simple li:before, ul.chevron-circle li:before, ul.chevron li:before, ul.hand-o li:before, ul.share li:before,
.moduletable.check li:before, .moduletable.chevron li:before, .moduletable.star li:before, .moduletable.star-o li:before, .moduletable.tag li:before, .moduletable.thumbs-o-up li:before, .moduletable.check-square-o li:before, .moduletable.caret-simple li:before, .moduletable.chevron-circle li:before, .moduletable.chevron li:before, .moduletable.hand-o li:before, .moduletable.share li:before {
font-size:60%;
}

ul.angle li:before, ul.angle-double li:before, ul.arrow-circle li:before, .moduletable.angle li:before, .moduletable.angle-double li:before, .moduletable.arrow-circle li:before {
font-size:80%;
}

ul.circle li:before, ul.circle-o li:before, .moduletable.circle li:before, .moduletable.circle-o li:before {
font-size:40%;
}

ul.check li:before, .moduletable.check li:before {
content: "\f00c";
}
ul.check-square-o li:before, .moduletable.check-square-o li:before {
content: "\f046";
}
ul.chevron li:before, .moduletable.chevron li:before {
content: "\f054";
}
ul.angle-double li:before, .moduletable.angle-doubleli:before {
content: "\f101";
}
ul.angle li:before, .moduletable.angle li:before {
content: "\f105";
}
ul.circle li:before, .moduletable.circle li:before {
content: "\f111";
}
ul.circle-o li:before, .moduletable.circle-o li:before {
content: "\f10c";
}
ul.star li:before, .moduletable.star li:before {
content: "\f005";
}
ul.star-o li:before, .moduletable.star-o li:before {
content: "\f006";
}
ul.thumbs-o-up li:before, .moduletable.thumbs-o-up li:before {
content: "\f087";
}
ul.hand-o li:before, .moduletable.hand-o li:before {
content: "\f0a4";
}
ul.arrow-circle li:before, .moduletable.arrow-circle li:before {
content: "\f0a9";
}
ul.caret-simple li:before, .moduletable.caret-simple li:before {
content: "\f0da";
}
ul.chevron-circle li:before, .moduletable.chevron-circle li:before {
content: "\f138";
}
ul.share li:before, .moduletable.share li:before {
content: "\f064";
}


ul.red li:before {
color:red;
}
ul.blue li:before {
color:blue;
}
ul.green li:before {
color:green;
}
ul.purple li:before {
color:purple;
}
ul.yellow li:before {
color:yellow;
}
ul.black li:before {
color:black;
}
ul.white li:before {
color:white;
}
ul.grey li:before {
color:grey;
}
ul.turquoise li:before {
color:turquoise;
}
ul.pink li:before {
color:pink;
}

ul li > h2, ul li > h3, ul li > h4 {
margin-top : 0;
padding-top:0;
}


/**		Unordered lists without bullet 		**/

ul.simple li {
list-style:none;
margin: 0 0 6px 0;
padding:8px 12px;
border-left:2px solid #ddd;
border-color:rgba(0,0,0,0.10);
background:#f5f5f5;
background:rgba(0,0,0,0.06);
}


/**		Ordered lists	**/

ol.simple {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/          
counter-reset: li-counter;
}
ol.simple > li {
position: relative;
margin: 0 0 20px 20px;
padding-left: 14px;
min-height: 36px;
border-left: 2px solid #CCCCCC;
border-color:rgba(0,0,0,0.16);
}
ol.simple > li:before {
position: absolute;
top: 0;
left: -40px;    
font-size: 24px;
line-height: 1;
font-weight: bold;
text-align: right;
color: #aaa; 
color: rgba(0,0,0,0.3);
content: counter(li-counter);
counter-increment: li-counter;
}

ol.labels {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/ 
counter-reset: li-counter;
margin-top:40px;
}

ol.labels > li {
position: relative;
margin-bottom: 25px;
padding: 30px 18px 18px 18px;
background: #f4f4f4;
background:rgba(0,0,0,0.06);
}

ol.labels > li:before {
position: absolute;
top: -14px;
left: -12px;
padding:0 20px 4px 20px;
text-align: center;
font: italic bold 17px/36px Georgia, Serif;
color: #888;
background: #e3e3e3;
transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
z-index: 1;
}

ol.circle {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/ 
counter-reset: li-counter;
margin-bottom:30px;
}

ol.circle > li {
position: relative;
padding: 37px;
border-bottom: 1px dashed #ccc;
border-color:rgba(0,0,0,0.16);
}

ol.circle > li:before {
position: absolute;    
left: -11px;
top: 12px;
background: #f3f3f3;
height: 40px;
width: 40px;
border: 1px solid rgba(0,0,0,.06);
text-align: center;
font: italic bold 17px/36px Georgia, Serif;
color: #999;
border-radius: 50%;
content: counter(li-counter);
counter-increment: li-counter;
z-index: 1;
}

.upper-roman li:before {
content: counter(li-counter, upper-roman) !important;
}
.lower-roman li:before {
content: counter(li-counter, lower-roman) !important;
}
.upper-latin li:before {
content: counter(li-counter, upper-latin) !important;
}
.lower-latin li:before {
content: counter(li-counter, lower-latin) !important;
}


/*
*	Quotation
*/

blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
border-color: rgba(0,0,0,0.07);
}
blockquote p {
margin-bottom: 0;
font-size: 110%;
font-weight: 300;
line-height: 1.4;
}
blockquote small {
display: block;
line-height: 2.5;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
}


/**		Dropcap 			**/

span.dropcap {
display: block;
color:#333;
font-size: 260%;
float: left;
padding : 3px 8px 0 3px;
line-height: 100%;
}


/**		Inset paragraph 	**/

span.inset-left {
display: block;
float: left;
font-size: 110%;
font-style: italic;
font-weight: bold;
padding: 10px 14px;
margin: 10px 10px 10px 0;
width: 20%;
min-width:150px;
}

span.inset-right {
display: block;
float: right;
font-size: 110%;
font-style: italic;
font-weight: bold;
padding: 10px 14px;
margin: 10px 0 10px 10px;
width: 20%;
min-width:150px;
}

/**	read more	**/

p.readmore {
clear:both;
margin:25px 0;
}

p.readmore a {
background:rgba(0,0,0,0.04);
border:2px solid rgba(0,0,0,0.06);
padding:6px 10px;
color: #555;
}

/**			Tables stripped & hover rows (override Bootstrap code) 		**/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: rgba(0,0,0,0.04);;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: rgba(0,0,0,0.06);
}


/**			Text color & Contextual background 		**/

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-white, .bg-grey, .bg-black, .bg-green, .bg-red, .bg-orange, .bg-violet, .bg-turquoise, .bg-blue, .bg-brown {
padding:18px;
margin-bottom:14px;
}

.bg-white {
background:#fff;
}
.bg-grey {
background:#eee;
}
.bg-brown {
background:#b8b4a9;
color:#fff;
}
.bg-blue {
background: #0099cc;
color:#fff;
}
.bg-black {
background: #000;
color:#bbb;
}
.bg-green {
background: #85b159;
color:#fff;
}
.bg-turquoise {
background: #259b9a;
color:#fff;
}
.bg-orange {
background: #ff9933;
color:#fff;
}
.bg-red {
background: #cc3333;
color:#fff;
}
.bg-violet {
background: #a836c9;
color:#fff;
}

.bg-white a, .bg-grey a, .bg-black a, .bg-green a, .bg-red a, .bg-orange a, .bg-violet a, .bg-turquoise a, .bg-blue a, .bg-brown a,
.text-muted a, .text-black a, .text-blue a, .text-green a, .text-orange a, .text-red a, .text-violet a, .text-turquoise a, .text-white a, .text-brown a {
font-weight:400;
}

.bg-black a, .bg-green a, .bg-red a, .bg-orange a, .bg-violet a, .bg-turquoise a, .bg-blue a, .bg-brown a {
color:#fff;
text-decoration:underline;
}
.bg-white a, .bg-grey a {
color:#000;
text-decoration:underline;
}

.bg-black a:hover, .bg-green a:hover, .bg-red a:hover, .bg-orange a:hover, .bg-violet a:hover, .bg-turquoise a:hover, .bg-blue a:hover, .bg-brown a:hover {
color:#fff;
text-decoration:none;
}
.bg-white a:hover, .bg-grey a:hover {
color:#000;
text-decoration:none;
}

.text-muted a:hover, .text-black a:hover, .text-blue a:hover, .text-green a:hover, .text-orange a:hover, .text-red a:hover, .text-violet a:hover, .text-turquoise a:hover, .text-white a:hover {
text-decoration:underline;
}

.text-muted {
color:#999;
}
.text-muted a, .text-muted a:hover {
color: #444;
}
.text-black {
color:#444;
}
.text-black a, .text-black a:hover {
color: #000;
}
.text-blue {
color:#0099cc;
}
.text-blue a, .text-blue a:hover {
color: #006d91;
}
.text-green {
color:#85b159;
}
.text-green a, .text-green a:hover {
color: #58753B;
}
.text-orange {
color:#ff9933;
}
.text-orange a, .text-orange a:hover {
color: #B16B22;
}
.text-red {
color:#cc3333;
}
.text-red a, .text-red a:hover {
color: #791D1D;
}
.text-violet {
color:#a836c9;
}
.text-violet a, .text-violet a:hover {
color: #5F1E72;
}
.text-turquoise {
color:#259b9a;
}
.text-turquoise a, .text-turquoise a:hover {
color: #135453;
}
.text-white {
color:#ddd;
}
.text-white a, .text-white a:hover {
color: #fff;
}



.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}


/**		Shadow message		**/

.bg-shadow-light {
border : 1px solid rgba(0,0,0,0.11);
box-shadow:1px 1px 6px rgba(0,0,0,0.14);
margin-right:5px;
}

.bg-shadow-dark {
border : 1px solid rgba(0,0,0,0.20);
box-shadow:2px 2px 5px rgba(0,0,0,0.42);
margin-right:5px;
}

.radius-4 {
border-radius:4px;
}
.radius-6 {
border-radius:6px;
}
.radius-8 {
border-radius:8px;
}
.radius-10 {
border-radius:10px;
}

/**************************		CSS3 COLUMNS 		*************************************/

.two-columns, .three-columns, .four-columns, .five-columns, .six-columns {
-webkit-column-width: 160px;
-moz-column-width: 160px;
column-width: 160px;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
}

.two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

.three-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

.four-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}

.five-columns {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}

.six-columns {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
}

/*************************************************************************************************************

									IMAGES

**************************************************************************************************************/


.js-border .main_component img, #tinymce .js-border img, img.js-border {
border-radius: 3px;
margin: 12px 1px 12px 0;
box-shadow : 0px 1px 3px rgba(0,0,0,0.20);
padding : 3px ;
border : 1px solid #ddd ;
border-color: rgba(0,0,0,0.10);
background: rgba(255,255,255,0.26);
}

.js-border .main_component img.no-style, #tinymce .js-border img.no-style,
.js-border .main_component .weblink-category img, .js-border .main_component .thumbnail img,
.js-border .main_component .actions img, .js-border .main_component .gm-style img,
.js-border .main_component .breadcrumb img {
background: transparent;
border-radius: 0;
border:none;
box-shadow:none;
margin: 0;
padding: 0;
}

/*********************		Special Effects for Images 			******************************************/

.js-border .main_component [class*="effect-image"] img {
display: block;
position: relative;
background: transparent;
border:none;
border-radius: 0;
box-shadow:none;
margin: 0;
padding: 0;
}

[class*="effect-image"] {
position: relative;
float: left;
overflow: hidden;
margin: 20px 1%;
max-width:98%;
text-align: center;
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
}

/**		no min width to prevent problem in Blog page 
@media screen and (min-width: 600px) {

	[class*="effect-image"] {
	min-width: 400px;
	}

}
**/

[class*="effect-image"] + p, [class*="effect-image"] + h1, [class*="effect-image"] + h2,
[class*="effect-image"] + h3, [class*="effect-image"] + h4, [class*="effect-image"] + h5 {
clear:both;
}


[class*="effect-image"] img {
position: relative;
display: block;

}

[class*="effect-image"] figcaption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

[class*="effect-image"] figcaption::before,
[class*="effect-image"] figcaption::after {
pointer-events: none;
}

[class*="effect-image"] figcaption,
[class*="effect-image"] figcaption > a {
position: absolute;
top: 0;
bottom:0;
left: 0;
right:0;
font-style:normal;
}

/* Anchor will cover the whole item by default */

[class*="effect-image"] figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

[class*="effect-image"] h3 {
text-transform: uppercase;
text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
font-weight: 300;
}

[class*="effect-image"] h3 span {
font-weight: 800;
}

[class*="effect-image"] h3, [class*="effect-image"] p {
margin: 0;
padding:0;
}

[class*="effect-image"] p {
letter-spacing: 1px;
font-size: 70%;
}

[class*="effect-image"] h3, [class*="effect-image"] p {
color: #fff;
}

[class*="effect-image"] a, [class*="effect-image"] a:hover {
color : red;
}


/*****		EFFECT 01		**********/

.effect-image-1:hover {
background: #2e5d5a;
}

.effect-image-1 figcaption {
padding: 3em;
}

@media screen and (min-width: 600px) {

	.effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	}
	
	.effect-image-1 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	}
	
	.effect-image-1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	}
	
}

@media screen and (min-width: 600px) {

	.effect-image-1 h3 {
	padding-top: 12%;
	transition: transform 0.35s;
	}
	
	.effect-image-1 h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	}

}

.effect-image-1 p {
padding: 1em 2em 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}

@media screen and (max-width: 600px) {
	
	.effect-image-1 figcaption {
	padding: 20px;
	}

	.effect-image-1 p {
	padding: 8px 0px 0 0px;
	}
}

.effect-image-1 img, .effect-image-1 figcaption::before,
.effect-image-1 figcaption::after, .effect-image-1 p {
transition: opacity 0.35s, transform 0.35s;
}

.effect-image-1:hover img {
opacity: 0.5;
}

.effect-image-1:hover figcaption::before, .effect-image-1:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.effect-image-1:hover h3, .effect-image-1:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.effect-image-1:hover figcaption::after, .effect-image-1:hover h3,
.effect-image-1:hover p, .effect-image-1:hover img {
transition-delay: 0.15s;
}


/*****		EFFECT 02		**********/


.effect-image-2 {
background: #22682a; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjI2ODJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjOWI0YTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhMzQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  #22682a 0%, #9b4a1b 40%, #3a342a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#22682a), color-stop(40%,#9b4a1b), color-stop(100%,#3a342a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* IE10+ */
background: linear-gradient(45deg,  #22682a 0%,#9b4a1b 40%,#3a342a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22682a', endColorstr='#3a342a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.effect-image-2 img {
opacity: 1;
transition: opacity 0.35s;
}

.effect-image-2 figcaption {
padding: 3em;
transition: background-color 0.35s;
}

@media screen and (min-width: 600px) {

	.effect-image-2 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	}

}

.effect-image-2 h3 {
margin: 20% 0 10px 0;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}

.effect-image-2 figcaption::before,
.effect-image-2 p {
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

.effect-image-2:hover h3 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.effect-image-2:hover figcaption::before,
.effect-image-2:hover p {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.effect-image-2:hover figcaption {
background-color: rgba(58,52,42,0);
}

.effect-image-2:hover img {
opacity: 0.4;
}


@media screen and (max-width: 600px) {

	.effect-image-2 figcaption {
	padding: 20px;
	}
	
	.effect-image-2 h3 {
	margin: 10px 0;
	}
}



/*****		EFFECT 03		**********/

.effect-image-3 figcaption {
text-align: right;
}

.effect-image-3 figcaption:hover {
background: rgba(0,0,0,0.25);
}

.effect-image-3 h3, .effect-image-3 p {
position: absolute;
right: 30px;
left: 30px;
padding: 10px 0;
}


.effect-image-3 p {
bottom: 30px;
line-height: 1.5;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}

.effect-image-3 h3 {
top: 30px;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}

.effect-image-3:hover h3 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.effect-image-3 h3::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #fff;
content: '';
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}

.effect-image-3 h3::after,
.effect-image-3 p {
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
}

.effect-image-3:hover h3::after,
.effect-image-3:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}


/*****		EFFECT 04		**********/

.effect-image-4 {
background: #030c17;
}

.effect-image-4 img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}


@media screen and (min-width: 600px) {

	.effect-image-4 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
	}
	
}

.effect-image-4 h3 {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}

@media screen and (max-width: 600px) {
	
	.effect-image-4 h3 {
	margin: 10px 0;
	}

}

.effect-image-4 p {
padding: 1em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}

.effect-image-4:hover h3 {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}

.effect-image-4:hover figcaption::before,
.effect-image-4:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}

.effect-image-4:hover figcaption {
background-color: rgba(58,52,42,0);
}

.effect-image-4:hover img {
opacity: 0.4;
}


/*****		EFFECT 05		**********/

.effect-image-5 {
background: #2e5d5a;
}

.effect-image-5 img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px,0,0) scale(1.12);
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.effect-image-5:hover img {
opacity: 0.5;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}

.effect-image-5 h3 {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}

.effect-image-5 p {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}

@media screen and (max-width: 600px) {

	.effect-image-5 p {
	width: 80%;
	}

}

.effect-image-5:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}


/*****		EFFECT 06		**********/

.effect-image-6 {
background: #3498db;
}

.effect-image-6 img {
opacity: 0.95;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.effect-image-6 figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.effect-image-6 p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
	opacity: 0;
	transition: opacity 0.35s;
	}
	
	@media screen and (max-width: 600px) {
	
	.effect-image-6 p {
	margin: 12px;
	padding: 0 8px;
	max-width: none;
	border-right: 2px solid #fff;
	}

}

.effect-image-6 h3 {
text-align: left;
}

.effect-image-6:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}

.effect-image-6:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.effect-image-6:hover p {
opacity: 1;
transition-delay: 0.1s;
}


/*************************************************************************************************************

									TESTIMONIALS

**************************************************************************************************************/

.testimonial-box {
border: 1px solid #ddd;
border-radius: 2px;
margin : 20px 0;
}

.testimonial-header {
background-color: #fcfcfc;
border: 1px solid #fff;
padding: 20px;
position: relative;
}

.testimonial-header .testimonial-content {
border-left: 3px solid #ff6838;
color: #999;
padding-left: 20px;
}

.testimonial-header:after {
position: absolute;
content:'';
bottom: -9px;
left: 20px;
height: 0;
width: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fcfcfc;
z-index: 99;    
}


.testimonial-footer {
position: relative;
background-color: #e9e9e9;
border: 2px solid #fff;
border-top: none ;
color: #777;
padding: 13px 20px 8px 20px;
}

.testimonial-footer span {
color: #434343;
font-weight: 700;
}


/*************************************************************************************************************

									COLUMN LAYOUTS

**************************************************************************************************************/

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
float:left;
margin : 10px 4% 10px 0;
}

.one-half {
width:48%;
}

.one-third {
width:30.6%;
}

.two-third {
width:65.4%;
}

.one-fourth {
width:22%;
}

.two-fourth {
width:48%;
}

.three-fourth {
width:74%;
}

.one-fifth {
width:16.8%;
}

.two-fifth {
width:37.6%;
}

.three-fifth {
width:58.4%;
}

.four-fifth {
width:79.2%;
}

.last {
margin-right: 0 !important;
}

.last + * {
clear:both;
}


/*************************************************************************************************************

									HORIZONTAL & VERTICAL MENUS

**************************************************************************************************************/

/**		Horizontal menu		**/

div[class*="horizontal-menu"] ul {
margin : 0;
padding:0;
list-style:none;
}

div[class*="horizontal-menu"] li {
display:inline-block;
*display:inline;
*zoom:1;
margin : 0 3px 4px 0;
padding:0;
list-style:none;
}

.horizontal-menu li {
background:#f6f6f6;
background:rgba(0,0,0,0.03);
}

div[class*="horizontal-menu"] li:last-child {
margin-right:0;
}

div[class*="horizontal-menu"] li a {
display:inline-block;
*display:inline;
*zoom:1;
padding: 11px 13px 9px 13px;
font-size: 110%;
border:1px solid #eee;
border-color:rgba(0,0,0,0.07);
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
}

.horizontal-menu li[class*="current"] > a {
color: #fff;
}

div[class*="horizontal-menu-"] li a {
color:#fff;
border:none;
}

div[class*="horizontal-menu-"] li a:hover, div[class*="horizontal-menu-"] li[class*="current"] a {
background-image: url(../images/black-10.png);
background-repeat:repeat;
color:#fff !important;
text-decoration:none;
}

div.horizontal-menu-white li a, div.horizontal-menu-grey li a {
color:#444;
}

div.horizontal-menu-white li a:hover, div.horizontal-menu-grey li a:hover, div.horizontal-menu-white li a.current, div.horizontal-menu-grey li a.current {
color:#222 !important;
}

/**		display only 1 single level 		**/

div[class*="horizontal-menu"] ul ul {
display : none;
}




/**		 VERTICAL MENU		**/


div[class*="vertical-menu"] > div {
margin:0 ;
padding:0 !important;
}

div[class*="vertical-menu"].title-band > div {
padding: 12px 0 0 0 !important;
}

div[class*="vertical-menu"] .widget-title {
padding: 12px 11px 0 0;
}

div[class*="vertical-menu"] ul {
margin : 0;
padding:0;
list-style:none;
}

.vertical-menu ul {
background:transparent url(../images/bg-vertical-menu.png) 100% 0 repeat-y;
}

div[class*="vertical-menu"] li {
margin : 0;
padding:0;
list-style:none;
}

div[class*="vertical-menu"] li a {
display:block;
padding: 13px 10px 10px 12px;
font-size: 110%;
border-top:1px solid #ddd;
border-color:rgba(0,0,0,0.10);
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
}

div[class*="vertical-menu"] li:first-child a {
border-top:none;
}

div[class*="vertical-menu"] li a:hover {
text-decoration:none;
}

div[class*="vertical-menu"] ul ul {
padding:0px 0 0px 20px;
font-size:inherit;
}

div[class*="vertical-menu"] li li a {
padding: 6px 6px 6px 10px;
font-size: 95%;
border:none;
text-transform:none;
}

.vertical-menu li[class*="current"] > a {
color: #fff;
}


div[class*="vertical-menu-"] li {
border-bottom:1px solid #fff;
border-top:none;
}

div[class*="vertical-menu-"] li:first-child {
border-top:1px solid #fff;
}

div[class*="vertical-menu-"] li:last-child {
border-bottom: none;
}

div[class*="vertical-menu-"] li a {
color:#fff;
border:none;
}

div[class*="vertical-menu-"] li a:hover {
background-image: url(../images/black-08.png);
background-repeat:repeat;
color:#fff;
}

div.vertical-menu-white li a, div.vertical-menu-grey li a {
color:#444;
}

div.vertical-menu-white li a:hover, div.vertical-menu-grey li a:hover, div.vertical-menu-white li a.current, div.vertical-menu-grey li a.current {
color:#222 !important;
}

div[class*="vertical-menu-"] li[class*="current"] > a {
background-image: url(../images/black-08.png);
background-repeat:repeat;
}

div[class*="vertical-menu-"] li li {
border:none;
}

div[class*="vertical-menu-"] li li:first-child {
border-top:none;
}


/*************************************************************************************************************

									MODULE CLASS SUFFIX

**************************************************************************************************************/

.moduletable {
position:relative;
}

.left_column .moduletable > div, .right_column .moduletable > div {
padding: 12px 18px;
}

.text-centered {
text-align:center;
}

.no-margin > div {
padding:0 !important;
margin:0 !important;
}

.moduletable.shadow {
margin-bottom : 10px ;
box-shadow : none;
border:none;
background: transparent url(../images/shadow-module.png) 50% 100% no-repeat;
background-size: 100% 10px;
padding-bottom:10px;
margin : 0 0 12px 0 !important;
}

.left_column p, .right_column p, .top-module-position p, .bottom-module-position p, .user1 p, .user2 p, .user3 p, .user4 p, .user5 p, .user6 p,
.user7 p, .user8 p, .user9 p, .module-banner p {
margin: 6px 0 ;
}

.moduletable.white > div {
background-color : #fff ;
padding:12px 18px;
}
.vertical-menu-white ul, .horizontal-menu-white li {
background-color: #fff ;
}
.user7 .white > div, .user8 .white > div, .user9 .white > div {
color: #444;
}

.moduletable.black > div {
background-color : #111 ;
color:#999;
padding:12px 18px;
}
.vertical-menu-black ul, .horizontal-menu-black li {
background-color: #111 ;
}

.moduletable.grey > div {
background : #eee ;
padding:12px 18px;
}
.vertical-menu-grey ul, .horizontal-menu-grey li {
background : #d6d6d6 ;
}

.user7 .grey > div, .user8 .grey > div, .user9 .grey > div {
background : #606060 ;
}

.moduletable.blue > div {
background-color: #0099cc ;
color:#fff;
padding:12px 18px;
}
.vertical-menu-blue ul, .horizontal-menu-blue li {
background-color: #0099cc ;
}

.moduletable.brown > div {
background-color: #b8b4a9 ;
color:#fff;
padding:12px 18px;
}
.vertical-menu-brown ul, .horizontal-menu-brown li {
background-color: #b8b4a9 ;
}

.moduletable.green > div {
background-color: #85b159;
color:#fff;
padding:12px 18px;
}
.vertical-menu-green ul, .horizontal-menu-green li {
background-color: #85b159;
}

.moduletable.turquoise > div {
background-color: #259b9a;
color:#fff;
padding:12px 18px;
}
.vertical-menu-turquoise ul, .horizontal-menu-turquoise li {
background-color: #259b9a;
}

.moduletable.orange > div {
background-color: #ff9933;
color:#fff;
padding:12px 18px;
}
.vertical-menu-orange ul, .horizontal-menu-orange li {
background-color: #ff9933;
}

.moduletable.red > div {
background-color: #cc3333;
color:#fff;
padding:12px 18px;
}
.vertical-menu-red ul, .horizontal-menu-red li {
background-color: #cc3333;
}

.moduletable.violet > div {
background-color: #a836c9;
color:#fff;
padding:12px 18px;
}
.vertical-menu-violet ul, .horizontal-menu-violet li {
background-color: #a836c9;
}

.moduletable.blue .module-title h3, .moduletable.brown .module-title h3, .moduletable.green .module-title h3, .moduletable.orange .module-title h3, .moduletable.violet .module-title h3,
.moduletable.turquoise .module-title h3, .moduletable.red .module-title h3 {
color:#fff;
text-shadow : none;
border:none;
background-image:none;
}

.moduletable.grey .module-title h3 {
text-shadow : none;
border:none;
}
 
.moduletable.black .module-title h3 {
color:#ddd;
text-shadow : none;
border:none;
}

.moduletable.blue .module-title h3 span, .moduletable.brown .module-title h3 span, .moduletable.green .module-title h3 span, .moduletable.orange .module-title h3 span, .moduletable.grey .module-title h3 span,
.moduletable.violet .module-title h3 span, .moduletable.turquoise .module-title h3 span, .moduletable.black .module-title h3 span, .moduletable.red .module-title h3 span {
margin:0;
padding:0;
border:none;
}

.moduletable.blue a, .moduletable.brown a, .moduletable.green a, .moduletable.orange a, .moduletable.violet a, .moduletable.turquoise a, .moduletable.red a {
color:#ddd;
}

.moduletable.black a {
color:#999;
}


.moduletable.blue a:hover, .moduletable.brown a:hover, .moduletable.green a:hover, .moduletable.orange a:hover, .moduletable.violet a:hover, .moduletable.turquoise a:hover, .moduletable.black a:hover, .moduletable.red a:hover,
.moduletable.blue .active > a, .moduletable.brown .active > a, .moduletable.green .active > a, .moduletable.orange .active > a, .moduletable.violet .active > a, .moduletable.turquoise .active > a, .moduletable.black .active > a, .moduletable.red .active > a {
color:#fff ;
}

.blue h4, .green h4, .orange h4, .violet h4, .red h4, .black h4, .turquoise h4, .brown h4 {
color : #444;
}

.moduletable.radius > div {
border-radius: 6px ;
}

.moduletable.border > div {
border:1px solid #ddd;
border-color : rgba(0,0,0, 0.18);
box-shadow : 0px 0px 3px 0px rgba(0,0,0, 0.10) ;
padding:12px 18px;
}

.user7 > .moduletable.border > div, .user8 > .moduletable.border > div, .user9 > .moduletable.border > div {
border:1px solid #ddd;
border-color : rgba(255,255,255, 0.18);
}

.title-centered .module-title {
clear:both;
margin: 13px 0 -7px 0;
border-top: 1px dotted #bbb;
border-color : rgba(0,0,0,0.18);
text-align:center;
}

.title-centered .module-title h3 {
position:relative;
top:-14px;
display:inline;
background : #fff ;
padding: 0 15px;
border:none;
}

.title-centered .module-title h3 span {
margin:0;
padding:0;
border:none;
}


.title-centered.grey .module-title h3 {
background : #eee !important;
}
.title-centered.orange .module-title h3 {
background : #ff9933 !important;
}
.title-centered.green .module-title h3 {
background : #85b159 !important;
}
.title-centered.red .module-title h3 {
background : #cc3333 !important;
}
.title-centered.blue .module-title h3 {
background : #0099cc !important;
}
.title-centered.turquoise .module-title h3 {
background : #259b9a !important;
}
.title-centered.white .module-title h3 {
background : #fff !important;
}
.title-centered.violet .module-title h3 {
background : #a836c9 !important;
}
.title-centered.brown .module-title h3 {
background : #b8b4a9 !important;
}
.title-centered.black .module-title h3 {
background : #000 !important;
}

.title-band > div {
padding-top:12px;
}

.title-band .module-title {
margin:-12px -18px 10px -18px;
padding: 5px 0 0 18px;
border-bottom:1px solid rgba(255,255,255,0.30);
background: transparent url(../images/black-10.png) 0 0 repeat;
}

.vertical_menu.title-band .module-title {
margin:-12px 0 -1px 0;
padding:5px 0 5px 18px;
}

.title-band.black .module-title {
background: transparent url(../images/white-16.png) 0 0 repeat;
}

.title-band .module-title h3 {
border:none;
}

.title-band .module-title h3 span {
margin:0;
padding:0;
border:none;
}

.moduletable.title-centered.blue .module-title, .moduletable.title-centered.turquoise .module-title, .moduletable.title-centered.brown .module-title, .moduletable.title-centered.violet .module-title,
.moduletable.title-centered.green .module-title, .moduletable.title-centered.orange .module-title, .moduletable.title-centered.red .module-title {
border-color : #eee;
border-color : rgba(255,255,255,0.3);
}

.icon-module {
display : none;
}

.badge-new .icon-module, .badge-news .icon-module, .badge-hot .icon-module, .badge-top .icon-module, .badge-gift .icon-module, .badge-free .icon-module {
display : block;
position:absolute;
top:0;
right:0;
margin: 0 !important;
padding : 0 !important;
height:39px;
width:39px;
border:none !important;
box-shadow : none !important;
border-radius: 0 !important;
}

.badge-new .icon-module {
background: transparent url(../images/badge_new.png) 0 0 no-repeat !important;
}
.badge-news .icon-module {
background: transparent url(../images/badge_news.png) 0 0 no-repeat !important;
}
.badge-hot .icon-module {
background: transparent url(../images/badge_hot.png) 0 0 no-repeat !important;
}
.badge-free .icon-module {
background: transparent url(../images/badge_free.png) 0 0 no-repeat !important;
}
.badge-gift .icon-module {
background: transparent url(../images/badge_gift.png) 0 0 no-repeat !important;
}
.badge-top .icon-module {
background: transparent url(../images/badge_top.png) 0 0 no-repeat !important;
}


/*************************************************************************************************************

									ARTICLE JOOMLA

**************************************************************************************************************/

/**	icons	**/

ul.actions {
float:right;
margin: 6px 8px 0 4px;
padding:0 ;
}

ul.actions li {
background-image: none;
margin: 0 ;
padding:0 ;
list-style:none;
display:inline-block;
*display:inline;
*zoom:1;
}

ul.actions a {
text-decoration:none;
}


/**	article info	**/

.article-info  {
font-size:90%;
margin:8px 0 15px 0;
}

.article-info dd {
margin:0;
}

.article-info-term  {
display:none;
}

/**		article index	**/

#article-index {
background: transparent url(../images/black-03.png) 0 0 repeat;
border-radius: 6px;
float: right;
margin: 10px 0 20px 30px;
clear : both;
padding: 8px 12px;
width: 17%;
}


/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
padding: 0;
}

.items-leading {
padding:0px 0 10px 0;
overflow:hidden;
margin-bottom:10px;
}

.row-separator {
display: block;
clear: both;
margin: 0;
border: 0px;
height:1px;
}

.item-separator {
clear: both;
margin: 0 0 20px 0;
}

.shownocolumns {
width:98% !important;
}

/* ++++++++++++++  blog  ++++++++++++++ */

.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:30%;
padding:0px 5px;
margin-right:5%;
}

.cols-3 .column-2 {
float:left;
width:30%;
margin-left:0;
padding:0px 5px;
}

.cols-3 .column-3 {
float:right;
width:30%;
padding:0px 5px;
}

.items-row {
overflow:hidden;
margin-bottom:10px !important;
}

.column-1, .column-2, .column-3, .column-4 {
padding:10px 5px;
}

.column-2 {
width:55%;
margin-left:40%;
}

.column-3 {
width:30%;
}

.cols-4 .column-1, 
.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
float: left; 
clear: right; 
width:22.75%;
margin-left:0; 
}

.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
margin-left:3%; 
}	

.blog-more {
padding:10px 5px
}

span.content_rating img {
display:inline-block;
margin:0 1px;
}

span.content_vote input {
display:inline-block;
margin:0 2px;
}


/*************************************************************************************************************

									FOOTER

**************************************************************************************************************/

.website-footer {
position:relative;
clear:both;
padding: 0px 3px 24px 3px;
min-height:50px;
}

.website-footer > div {
padding-top:30px;
border-top:1px solid #eee;
border-color:rgba(150,150,150,0.10);
}

.boxed-layout .website-footer {
padding-left:24px;
padding-right:24px;
}

.website-footer a:hover {
text-decoration:none;
}

.bottom_menu {
float:right;
margin: 0;
padding:9px 0 0 0;
}

.bottom_menu.without_address {
display:block;
float:none;
text-align:center;
}

.address {
float:left;
margin: 0;
padding:9px 0 0 0;
}

.address p {
margin: 0px;
}

.address.without_bottom_menu {
clear: both;
float:none;
text-align: center;
}
	
.address .moduletable, .bottom_menu .moduletable {
display:inline-block;
*display:inline;
*zoom:1;
}


/*************************************************************************************************************

									USER FOOTER

**************************************************************************************************************/

.users_footer {
background: #444;
margin: 0 0 0px 0;
padding: 20px;
clear:both;
color: #ddd;
}

.boxed-layout .users_footer {
padding : 20px 30px;
}

.users_footer .moduletable {
margin-bottom:15px;
}

.users_footer .moduletable > div {
padding-top:12px;
padding-bottom:12px;
}

.user7 {
float:left;
margin-right:5%;
}

.user9 {
float:right;
margin-left:5%;
}

.user8 {
position:relative;
overflow:hidden;
}

.user7 .module-title h3, .user8 .module-title h3, .user9 .module-title h3 {
color : #fff;
}

.users_footer .title-centered .module-title {
border-color : #666;
}

.users_footer .title-centered .module-title h3 {
background : #444 ;
}

.users_footer .vertical-menu ul {
background-image : none;
}

.users_footer .horizontal-menu li {
background:#555;
}

.users_footer .vertical-menu li a {
border-top:1px solid #555;
}
.users_footer .horizontal-menu li a {
border:1px solid #555;
}

.users_footer .horizontal-menu li a, .users_footer .vertical-menu li a {
color: #bbb;
}

.users_footer .horizontal-menu li a:hover, .users_footer .vertical-menu li a:hover {
color: #fff;
}

.users_footer .horizontal-menu li[class*="current"] > a, .users_footer .vertical-menu li[class*="current"] > a {
background:#555;
}


/*************************************************************************************************************

									BOTTOM MENU

**************************************************************************************************************/

.bottom_menu ul {
margin : 0;
padding:0;
}

.bottom_menu li {
padding: 0 5px ;
margin:0;
display:inline-block;
*display:inline;
*zoom:1;
line-height : inherit ;
list-style : none;
}

.bottom_menu li a {
display:inline-block;
*display:inline;
*zoom:1;
text-decoration:none;
font-weight:normal;
padding: 0 5px;
margin: 0;
}

.bottom_menu.without_address li {
display:inline;
float:none;
width:auto;
}

.bottom_menu.without_address li a {
display:inline;
}

/********************************************************************************************************************************************

															SEARCH

*********************************************************************************************************************************************/


.search-module {
float:right;
margin: 4px 0 0 12px;
}

.search {
position:relative;
z-index:1;
}

.search-module .search {
}

.search-module .inputbox {
border:1px solid #ccc !important;
border-color : rgba(0,0,0,0.13) !important;
border-radius: 6px !important;
background-image:none !important;
padding : 2px 16px 2px 10px !important;
box-shadow : 1px 1px 2px rgba(0,0,0,0.23) inset !important;
text-align:left;
height:auto;
line-height:20px;
width:120px;
}

.search-module .inputbox:focus {
box-shadow : 1px 1px 2px rgba(0,0,0,0.4) inset !important;
}

.search-module h3 {
display:none;
}

.search-module .button, .search-module .finder button {
position:absolute;
top:0;
right:0;
width:20px;
height:100%;
border:none;
background-image:none;
z-index:2;
}

.search-module .button:active {
box-shadow : 1px 1px 2px rgba(0,0,0,0.3) inset;
}

.search-module label {
display:none;
}

.search-module input {
padding : 0 !important;
}

.search input.button, .search-module .finder button {
border:none;
background-image:none;
background-color:transparent;
}


/*************************************************************************************************************

									SCROLL TO TOP

**************************************************************************************************************/

#toTop {
bottom: 0px;
cursor: pointer;
display: none;
position: fixed;
right: 27px;
text-align: center;
z-index: 999;
}

#toTop .icon-up:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f0aa";
font-size:28px;
color:#444;
opacity:0.6;
-webkit-transition : all 0.3s ease-in-out;
-moz-transition : all 0.3s ease-in-out;
-ms-transition : all 0.3s ease-in-out;
-o-transition : all 0.3s ease-in-out;
transition : all 0.3s ease-in-out;
}

#toTop:hover .icon-up:before {
opacity:0.8;
}

#toTopText {
display: none;
}

#toTop span {
color: #FFFFFF;
}




/*************************************************************************************************************

									OTHERS

**************************************************************************************************************/


/**	JS	**/

.js-copyright {
position : absolute;
bottom:30px;
right:3px;
width:8px;
height:130px;
z-index:20;
}

.jslink {
position : absolute;
bottom:-20px;
left:0;
text-indent:-9999px;
width:8px;
height:130px;
background : transparent url(../images/js_black_20.png) 0 0 no-repeat;
z-index:1;
}

/**		tooltips form 		**/

.tip-wrap {
background-color:#fff;
border:1px solid #ccc;
border-radius : 6px;
color : #666;
z-index:999;
}

.tip {
padding : 8px 8px 16px 8px;
min-width:160px;
color : #555;
}

.tip-wrap .tip-top, .tip-wrap .tip, .tip-wrap .tip-bottom {
background-image : none;
height:auto;
}

.tip-title {
color : #028bc0;
margin: -2px 0 4px 0;
}

.actions .tip {
padding : 0;
min-width:0;
}

.tooltip {
position: absolute;
display: block;
visibility: visible;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
background:transparent !important;
border:none !important;
z-index:999;	
}

.tooltip * {
color: #666 !important;
}

.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
margin-top: -3px ;
padding: 5px 8px;
}
.tooltip.right {
margin-left: 3px;
padding: 5px 8px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 8px;
}
.tooltip.left {
margin-left: -3px;
padding: 5px 8px;
}

.tooltip-inner {
max-width: 200px;
padding: 8px 12px;
margin-bottom:4px
text-align: left;
text-decoration: none;
background-color: #fff;
border:1px solid #ccc;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 48% !important;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #ccc;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #ccc;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 48% !important;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #ccc;
}

/**			Image float style 			**/

.item-image {
margin-bottom:20px;
}

.pull-left, .pull-right, img[align="left"], img[align="right"] {
max-width:100%;
}

.pull-left, img[align="left"], .img_caption.left {
float:left;
margin: 0 20px 20px 0;
}
.pull-right, img[align="right"], .img_caption.right {
float:right;
margin: 0 0 20px 20px;
}

.img_caption img {
margin-bottom:4px;
}

.pull-center {
margin-left:0auto;
margin-right:auto;
}

.pull-left img, .pull-right img, img[align="left"], img[align="right"] {
margin-top:6px;
}

.js-border .pull-left img, .js-border .pull-right img, .js-border img[align="left"], .js-border img[align="right"] {
margin-top:3px;
}

figcaption, p.img_caption {
font-style:italic;
font-size:85%;
text-align:center;
}

.js-border figcaption {
margin-top:-10px;
}

.img-fulltext-left, .pull-left.item-image {
float:left;
margin-right: 20px;
margin-bottom: 20px;
max-width:100%;
}

.img-intro-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width:100%;
}

.img-fulltext-right, .pull-right.item-image {
float: right;
margin-left: 20px;
margin-bottom: 20px;
max-width:100%;
}

.img-intro-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
max-width:100%;
}

.img-fulltext-none {
display:block;
margin:10px 0;
}

.img_caption.none {
margin-left:auto;
margin-right:auto;
}


/** 		tags 					**/

.element-invisible {
display:none !important;
}

.tag-category {
min-height:300px;
}

.label-info {
display:inline-block;
*display:inline;
*zoom:1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color : #2d6987;
color: #eee;
padding:2px 8px;
-moz-box-shadow:1px 1px 2px #aaa;
-webkit-box-shadow:1px 1px 2px #aaa;
box-shadow:1px 1px 2px #aaa;
*display: inline;
*zoom: 1;
}

.label-info:hover {
color : #fff;
background-color : #32769a;
-moz-box-shadow:1px 1px 2px #888;
-webkit-box-shadow:1px 1px 2px #888;
box-shadow:1px 1px 2px #888;
}

ul.inline {
margin:0 0 26px 0;
padding:0;
}

ul.inline > li, ol.inline > li {
display:inline-block;
*display:inline;
*zoom:1;
padding-left: 5px;
padding-right: 5px;
}

.thumbnails {
margin:0;
list-style:none;
*zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
display: table;
content: "";
line-height: 0;
}

.thumbnails:after {
clear: both;
}

.thumbnails > li {
float: left;
margin-left: 20px;
}

.tag-category ul.thumbnails {
margin-top: 16px;
}

.list-striped, .row-striped {
list-style: none;
line-height: 18px;
text-align: left;
vertical-align: middle;
border-top: 1px solid rgba(0,0,0,0.14);
margin: 22px 0 10px 0;
padding-left:0;
}

.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
border-bottom: 1px solid rgba(0,0,0,0.14);
padding: 8px 14px 30px 14px;
}

.list-striped li > h3, .list-striped dd > h3, .row-striped .row > h3, .row-striped .row-fluid > h3 {
border-bottom: 1px solid rgba(0,0,0,0.14);
padding: 8px;
margin : -8px -14px 20px -14px;
font-size:130%;
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
background : rgba(0,0,0,0.03);
}


/**  		Error Message contact form  		**/

#system-message-container dl#system-message, #system-message-container #system-message > div {
background-color : #f0f0f0;
padding:14px 12px 8px 16px ;
margin: 12px 4px 20px 0;
-moz-box-shadow:2px 2px 4px #ccc;
-webkit-box-shadow:2px 2px 4px #ccc;
box-shadow:2px 2px 4px #ccc;
}

#system-message-container #system-message .error, #system-message-container #system-message h4 {
padding-top:5px;
font-size:140%;
color: red ;
}

#system-message-container #system-message .error.message, #system-message-container #system-message > div > div {
font-size:100%;
color: #000 ;
}

#system-message-container ul {
margin : 0 !important;
}

#system-message-container li {
background-image : none !important;
padding : 8px 0 0 0 !important;
}

#system-message a.close {
display:none;
}


/**				**/

select, textarea, input, .inputbox {
background : transparent url(../images/black-04.png) 0 0 repeat;
background : rgba(100,100,100,0.07) ;
border: 1px solid #ddd;
border-color:rgba(100,100,100,0.20);
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05) inset;
color: #666666;
display: block;
font-size: 13px;
height: 38px;
line-height: 1.42857;
padding: 6px 12px;
-webkit-transition : all 0.15s ease-in-out 0s;
-moz-transition : all 0.15s ease-in-out 0s;
-ms-transition : all 0.15s ease-in-out 0s;
-o-transition : all 0.15s ease-in-out 0s;
transition: all 0.15s ease-in-out 0s;
width: auto;
}

input[type="radio"], input[type="checkbox"] {
height:auto;
}

textarea {
min-height:100px;
}

.black select, .black textarea, .black input, .black .inputbox {
background : #333;
background : rgba(255,255,255,0.20) ;
border: 1px solid #555;
border-color:rgba(255,255,255,0.26);
color:#ccc;
}

/**			Contact category  /  Category list		**/

table.category {
margin-top:20px;
}

.contact-category th, .category-list th, table.weblinks th, table.newsfeeds th, table.category th, table.jlist-table th {
background:rgba(0,0,0,0.05);
text-transform:uppercase;
font-size:95%;
font-weight:normal;
padding:14px;
border:1px solid #ddd;
}

.contact-category td, .category-list td, table.weblinks td, table.newsfeeds td, table.category td, table.jlist-table td {
padding:14px;
border:1px solid #ddd;
}

.badge, .badge.tip {
min-width:0;
color: #fff;
padding : 3px 7px;
margin: 0 0 0 10px;
font-weight:300;
}

/***		category description 		**/

.category-desc {
background-color: rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.04);
border-radius: 4px;
margin-bottom: 20px;
min-height: 20px;
padding: 15px 20px;
font-size:110%;
}

/****		List all category 		**/

.categories-list > div {
margin-bottom:40px;
}

.categories-list .page-header {
text-align:left;
}

.categories-list .category-desc {
border:none;
background:transparent;
padding:10px;
font-size:100%;
}

/**			Registration form 						**/

#member-registration dt {
margin-top:20px;
}

#member-registration > div {
margin:10px 0 60px;
}

.remind, .reset {
margin-bottom:140px;
}


/**			Login 									**/

.login label {
margin-top:20px;
}

#remember-lbl {
margin-right:8px;
}

.login #remember {
display: inline-block;
*display:inline;
*zoom:1;
height:auto;
}

.login button {
margin: 20px 0 15px 0;
}

.login .form-horizontal .control-label {
text-align : left;
}

.login + div .nav-tabs {
border: none;
}

.login + div .nav-stacked > li + li {
margin-top:0;
}

.login + div .nav-stacked > li {
border: 1px solid #DDDDDD;
}

/**			Module Login 							**/

#login-form label {
font-weight:normal;
}

#login-form label[for="modlgn-passwd"] {
margin-top:10px;
}

#login-form label[for="modlgn-remember"] {
margin-right:8px;
}

#modlgn-remember {
display: inline-block;
*display:inline;
*zoom:1;
height:auto;
}

#login-form input[type="submit"] {
margin:3px 0 15px 0;
}

#login-form ul {
padding-left:15px;
}

.login-greeting {
margin:20px 0 12px 0;
}

/**			Module Login Joomla 3.X					**/

#form-login-password, #form-login-remember {
margin-top:13px;
}

#form-login-submit {
margin: 10px 0 13px 0;
}

/**			profile									**/

.profile-edit dt {
margin-top:20px;
}

.profile-edit form > div {
margin:10px 0 60px 0;
}

/**			News feed								**/

.newsfeed li > h3 {
font-size:140%;
}

.newsfeed-category {
margin-bottom:40px;
}

.newsfeed-category form > ul {
margin-top:30px;
}

.newsfeed-category form li {
margin-bottom:24px;
}

/**			Weblinks 								**/

.weblink-category td.title p a {
display: inline-block;
*display:inline;
*zoom:1;
margin-right:20px;
}

.weblink-category td.title p a:before {
display: inline-block;
*display:inline;
*zoom:1;
content:":";
margin: 0 10px;
}

.weblink-category td.title p + p {
margin:0 0 30px 18px;
font-style:italic;
}

.weblink-category td.hits {
vertical-align:top;
}

.weblink-category dt, .weblink-category dd {
display: inline-block;
*display:inline;
*zoom:1;
}

.weblink-category .item-title {
font-size:120%;
}

/**			Search form 							**/

#searchForm {
margin:30px 0 80px 0;
}

.word label {
margin: 0 12px 20px 0;
}

#search-searchword {
display: inline-block;
*display:inline;
*zoom:1;
margin:0 8px 20px 0;
}

fieldset.phrases {
clear:both;
margin-top:40px;
}

fieldset.phrases > div {
margin-left:12px;
}

fieldset.phrases .phrases-box input {
display:block;
float:left;
clear:both;
margin-right:12px;
}

fieldset.phrases .phrases-box label {
display:block;
float:left;
}

fieldset.phrases .ordering-box {
clear:both;
padding-top:30px;
}

fieldset.phrases .ordering {
margin-right:12px;
}

fieldset.phrases #ordering {
display: inline-block;
*display:inline;
*zoom:1;
}

fieldset.only {
clear:both;
margin-top:40px;
}

fieldset.only input {
display:block;
float:left;
clear:both;
margin: 0 12px;
}

fieldset.only label {
display:block;
float:left;
}

/**		for Joomla 3.5		**/

#searchForm .btn {
margin-top:2px;
}

.icon-search {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
content: "\f002";
}

.search .controls label {
clear:both;
margin:0 0 7px 20px;
}

.search label.checkbox {
clear:both;
margin:0 0 7px 32px;
}


.search .radio, .search .checkbox {
margin:0;
padding:0;
min-height:0;
}

.search .radio + .radio, .search .checkbox + .checkbox {
margin-top:0;
}


/**		Search results 				**/

dt.result-title {
margin-top:30px;
font-size:120%;
}

dt.result-title:first-child {
margin-top:0;
}

.result-category {
padding-bottom:14px;
}

.result-text .highlight {
border:none;
background:rgba(0,0,0,0.04);
margin:0;
padding:3px 9px;
border-radius:4px;
}

.result-created {
margin-top:8px;
font-size:90%;
font-style:italic;
}


/**		Advanced search 	Joomla 3.5 			**/

#finder-search {
margin-bottom:80px;
}

#finder-search .word button, #finder-search .word a.btn {
margin-top:20px;
}


/**		Button ( Joomla 2.5 ) 		**/

input[type="submit"], button, .btn-primary, .btn-default, btn {
background : transparent url(../images/black-30.png) 0 0 repeat;
background: rgba(0,0,0,0.3);
border-radius: 4px;
border: 1px solid #999;
border-color:rgba(0,0,0,0.2);
color: #FFFFFF !important;
font-size: 90%;
font-weight:normal;
text-shadow:none;
letter-spacing:0.6px;
margin:0;
padding: 8px 11px;
text-transform: uppercase;
-webkit-transition : all 0.3s ease-in-out 0s;
-moz-transition : all 0.3s ease-in-out 0s;
-ms-transition : all 0.3s ease-in-out 0s;
-o-transition : all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

input[type="submit"]:hover, button:hover, .btn-primary:hover, .btn-default:hover, btn:hover {
background : transparent url(../images/black-25.png) 0 0 repeat;
background: rgba(0,0,0,0.40);
border: 1px solid #999;
border-color:rgba(0,0,0,0.2);
}

input[type="submit"]:active, button:active, .btn-primary:active, .btn-default:active, btn:active {
background : transparent url(../images/black-30.png) 0 0 repeat;
background: rgba(0,0,0,0.3);
border-radius: 4px;
border: 1px solid #999;
}


/**		Items more					**/

.items-more {
margin-top:50px;
}

.items-more .nav {
border-bottom:none;
}
.items-more .nav-tabs {
margin:0 0 0 10px;
padding: 0 0 0 20px;
list-style:inherit;
}
.items-more .nav-tabs > li > a {
border:none;
}
.items-more .nav-stacked > li + li {
margin-top:0;
}
.items-more .nav > li > a:hover, .items-more .nav > li > a:focus {
background:transparent;
}


.items-more ol {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/ 
counter-reset: li-counter;
margin: 0 0 30px 10px;
padding: 0 0 0 20px;
}

.items-more ol > li {
position: relative;
padding: 7px 10px 6px 0px;
border-bottom: 1px dashed #ccc;
border-color:rgba(0,0,0,0.16);
}

.items-more ol > li:first-child {
border-top: 1px dashed #ccc;
border-color:rgba(0,0,0,0.16);
}

.items-more ol > li a {
display:block;
margin:0;
border:none;
padding: 10px 15px;
}

.items-more ol > li:before {
position: absolute;    
left: -28px;
top: 12px;
background: #f3f3f3;
height: 27px;
width: 27px;
border: 1px solid rgba(0,0,0,.06);
text-align: center;
font: italic bold 12px/23px Georgia, Serif;
color: #999;
border-radius: 50%;
content: counter(li-counter);
counter-increment: li-counter;
z-index: 1;
}


/**		Pagination 					**/

.pagination {
display: inline-block;
*display:inline;
*zoom:1;
padding-left: 0;
margin: 50px 0 10px 0;
border-radius: 4px;
}

.pagination .pull-right {
float:none !important;
}

.pagination ul {
padding-left:2px;
}

.pagination li {
display: inline-block;
*display:inline;
*zoom:1;
}

.pagination li > a,
.pagination li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
background-color: rgba(0,0,0,0.03);
border: 1px solid #ddd;
border-color:rgba(0,0,0,0.10);
}


/**		navigation inside Blog articles for Joomla 2.5 		**/

.pagenav {
list-style: outside none none;
margin: 20px 0;
padding-left: 0;
text-align: center;
*zoom: 1;
}

.pagenav:before, .pagenav:after {
content: " ";
display: table;
line-height: 0;
}

.pagenav:after {
clear: both;
}

.pagenav li {
display: inline;
}

.pagenav li > a, .pagenav li > span {
border: 1px solid #ddd;
border-radius: 15px;
display: inline-block;
*display:inline;
*zoom:1;
padding: 5px 14px;
}

.pagenav-prev > a, .pagenav-prev > span {
float: left;
}
.pagenav-next > a, .pagenav-next > span {
float: right;
}

/*************************************************************************************************************

									Contact Form

**************************************************************************************************************/

.main_component .contact {
margin-bottom:100px;
}

.contact h1 {
margin-bottom:30px;
}

.contact > h2 {
margin: 0 0 30px 0;
padding:0;
}

.contact > h3 {
display: none;
}

.contact .jicons-text {
display:none;
}

.contact label {
font-weight:normal;
}

.contact select, .contact textarea, .contact input[type="text"], .contact input[type="password"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="date"],
.contact input[type="month"], .contact input[type="time"], .contact input[type="week"], .contact input[type="number"], .contact input[type="email"], .contact input[type="url"],
.contact input[type="search"], .contact input[type="tel"], .contact input[type="color"], .contact .inputbox {
width:100%;
}

/************************			Contact infos 			****************/

.contact-position, .contact-address, p > span.contact-emailto, p > span.contact-telephone, p > span.contact-fax, p > span.contact-mobile, p > span.contact-webpage {
margin-left:70px;
}

dd > span.contact-emailto, dd > span.contact-telephone, dd > span.contact-fax, dd > span.contact-mobile, dd > span.contact-webpage {
display:block;
margin-top:20px;
}

.contact-position.dl-horizontal dd, .contact-address.dl-horizontal dd {
margin-left:0;
}

/**		 	Contact image    	**/

.contact-image {
margin: 0 0 30px 36px;
}

#slide-contact .thumbnail.pull-right {
margin: 0 12px 12px 20px;
}


/**		 	Contact position    	**/

.contact-position {
margin-bottom:20px;
}

#slide-contact dd {
margin-left:0;
}

p.contact-position:before,
.contact-position dd:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f007";
width: 27px;
margin-left:-30px;
vertical-align: middle;
}

/**			Address 				**/

.contact address:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f041";
width: 27px;
margin-left:-30px;
vertical-align: middle;
}

.contact-street {
margin-left:-3px;
}

/**			Infos 					**/

.contact-contactinfo p {
margin-bottom:20px;
}

.contact-emailto:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f0a4";
width: 24px;
margin-left:-31px;
vertical-align: middle;
}

.contact-telephone:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f095";
width: 24px;
margin-left:-31px;
vertical-align: middle;
}

.contact-fax:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f02f";
width: 24px;
margin-left:-31px;
vertical-align: middle;
}

.contact-mobile:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f10b";
width: 24px;
margin-left:-31px;
vertical-align: middle;
}

.contact-webpage:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: fontawesome;
content: "\f08e";
width: 24px;
margin-left:-31px;
vertical-align: middle;
}


/**			Contact Form 			**/

.contact-form {
margin:50px 10px 10px 10px;
padding:30px;
border-radius:6px;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
box-shadow : 0 -25px 42px -21px rgba(100,100,100,0.14), 0 25px 42px -21px rgba(100,100,100,0.14);
}

.contact legend {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
padding: 0 0 5px 0;
}

.contact-form dl,									/** 		J2.5  		**/
.contact-form .control-group {						/** 		J3.5  		**/
max-width:400px;
}

.contact .contact-form dt,							/** 		J2.5  		**/
.contact .form-horizontal .control-label {			/** 		J3.5  		**/
padding-top: 10px;
text-align:left;
}

#jform_contact_email_copy-lbl {
float:left;
margin-right:30px;
}

.contact .contact-form dd,							/** 		J2.5  		**/
.contact .form-horizontal .control-group {			/** 		J3.5  		**/
margin-bottom: 20px;
}

#jform_contact_email_copy {
display: inline-block;
*display:inline;
*zoom:1;
margin-top:0;
height:19px;
width:19px;
}

.contact .contact-form button {
margin:30px 0 0 5px;
}

.contact-form .optional {
display:none;
}

/**				Misc Infos 			**/

.contact-miscinfo {
margin: 30px 0;
padding:15px;
background-color: #D9EDF7;
border-left: 10px solid rgba(0,0,0,0.03);
}

.jicons-icons img {
display:none;
}


/**********			Contact Sliders 				****************/

.accordion-inner {
*zoom: 1;
}

.accordion-inner:before,
.accordion-inner:after {
display: table;
content: "";
line-height: 0;
}

.accordion-inner:after {
clear: both;
}

.accordion-group {												/** 		J3.5  		**/
margin-bottom:20px;
}

.contact .pane-toggler-down + div,								/** 		J2.5  		**/
.accordion-body.in {											/** 		J3.5  		**/
border:1px solid #e8e8e8 !important;
border-top:none !important;
padding-top:25px !important;
}

.pane-sliders #basic-details, .pane-sliders #display-form, .pane-sliders #display-misc {
margin:0;
padding:0;
}

#basic-details > a, #display-form > a, #display-misc > a,				/** 		J2.5  		**/
.accordion-heading > strong > a {									/** 		J3.5  		**/
display:block;
color:#777;
padding:10px 15px;
border: 1px solid #e8e8e8;
font-weight:normal;
background: #eee;
-webkit-transition : all 0.3s ease-in-out 0s;
-moz-transition : all 0.3s ease-in-out 0s;
-ms-transition : all 0.3s ease-in-out 0s;
-o-transition : all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.pane-sliders #basic-details a:hover, .pane-sliders #display-form a:hover, .pane-sliders #display-misc a:hover,				/** 		J2.5  		**/
.accordion-heading strong a:hover {																								/** 		J3.5  		**/
color:#333;
text-decoration:none;
}

.pane-sliders #basic-details.pane-toggler-down a, .pane-sliders #display-form.pane-toggler-down a, .pane-sliders #display-misc.pane-toggler-down a, .accordion-heading strong a, .accordion-heading strong a,
.pane-sliders #basic-details.pane-toggler-down a:hover, .pane-sliders #display-form.pane-toggler-down a:hover, .pane-sliders #display-misc.pane-toggler-down a:hover, .accordion-heading strong a:hover, .accordion-heading strong a:hover {
color : #fff;
}

.pane-sliders .contact-form,									/** 		J2.5  		**/
.accordion-group .contact-form {								/** 		J3.5  		**/
margin:0 ;
padding:15px;
border-radius:6px;
border: none;
box-shadow :none;
}

.contact #display-misc.pane-toggler-down + div,					/** 		J2.5  		**/
.accordion-group #display-misc {								/** 		J3.5  		**/
padding-top:0 !important;
}

.pane-sliders .contact-miscinfo,								/** 		J2.5  		**/
.accordion-group .contact-miscinfo {							/** 		J3.5  		**/
margin: 0;
border:none;
background:transparent;
}




/**********			Contact Tabs				****************/

#myTabContent dd {
margin-left:0;
}

dl.tabs {
clear: both;
margin: 50px 0 0 0;
}

div.current,
#myTabContent {
border: 1px solid #ddd;
clear: both;
padding: 30px 10px 15px 10px;
}

div.current dd {
margin: 0;
padding: 0;
}

dl.tabs dt,
#myTabTabs li {
background: none repeat scroll 0 0 #F0F0F0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
color: #666666;
float: left;
margin-right: 4px;
padding: 4px 10px;
}

#main dl.tabs h3, #main2 dl.tabs h3 {
margin: 0;
}

.contact .tabs h3 {
margin: 0;
padding : 4px 12px;
font-weight:normal;
}

.open h3 a {
text-decoration : none;
font-weight:normal;
}

#myTabTabs li a, #myTabTabs li a:hover {
background:transparent;
border:none;
text-decoration:none;
margin:0;
}

.tabs .contact-form,
#myTabContent .contact-form {
margin:0 ;
padding:15px;
border-radius:6px;
border: none;
box-shadow :none;
}

.tabs .contact-miscinfo,																											/** 		J2.5  		**/
#myTabContent .contact-miscinfo, .contact-miscinfo dl, .contact-miscinfo dd {							/** 		J3.5  		**/
margin: 0;
border:none;
background:transparent;
}


/**		Frontend admin Joomla 3.5 		**/

form#application-form {
padding-bottom:100px;
}

form#application-form fieldset.form-horizontal {
margin-top:30px;
}

form#application-form .control-label {
margin:20px 0 10px 0;
padding:0;
}

#jform_offline, #jform_sef {
padding: 10px 0 0 0;
display:block;
}

#jform_offline input, #jform_sef input {
display:block;
float:left;
clear:both;
margin: 0 8px 0 0;
}

#jform_offline label, #jform_sef label {
display:block;
float:none;
margin: -4px 0 10px 0;
}

/**		Frontend admin article Joomla 3.5 		**/

.edit #adminForm .btn-toolbar {
margin:20px 0 0px 0;
}

.edit #adminForm > fieldset {
margin-bottom:100px;
}

.edit #adminForm .btn-toolbar + fieldset > ul {
display:none;
}


.edit #adminForm .control-label {
margin:20px 0 3px 0;
padding:0;
}

.edit #adminForm .tab-content > .tab-pane {
display: block;
clear:both;
border-top:2px dotted #ddd;
padding-top:30px;
margin-top:30px;
}

.edit #adminForm .editor {
margin-top:20px;
}

.edit #adminForm .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
height:auto;
}

#jform_publish_up, #jform_publish_down {
float:left;
}
#jform_publish_up_img, #jform_publish_down_img {
display: inline-block;
*display:inline;
*zoom:1;
margin:1px 0 0 6px;
background:rgba(0,0,0,0.4);
}

.icon-calendar, .icon-remove, .icon-eye, [class*="icon-folder"] {
display: inline-block;
*display:inline;
*zoom:1;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size:20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
content: "\f073";
}

.edit .media-preview, .edit .media-preview ~ a {
display:inline-block;
*display:inline;
*zoom:1;
background : transparent url(../images/black-04.png) 0 0 repeat;
background : rgba(100,100,100,0.12) ;
border: 1px solid #bbb;
border-color:rgba(100,100,100,0.20);
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05) inset;
color: #666666;
font-size: 13px;
height: 38px;
line-height: 26px;
padding: 6px 12px;
margin:-1px 1px 0 1px;
-webkit-transition : all 0.15s ease-in-out 0s;
-moz-transition : all 0.15s ease-in-out 0s;
-ms-transition : all 0.15s ease-in-out 0s;
-o-transition : all 0.15s ease-in-out 0s;
transition: all 0.15s ease-in-out 0s;
width: auto;
}

.media-preview + input {
display:inline;
}

.edit .media-preview ~ a:hover {
background : transparent url(../images/black-06.png) 0 0 repeat;
background : rgba(100,100,100,0.17) ;
}

.icon-remove:before {
content: "\f12d";
}

.icon-eye:before {
content: "\f06e";
}


/*****************************************************************************************

								Create an Article 	Joomla 2.5 / 3.5
								
******************************************************************************************/

.edit #adminForm .formelm, .edit .formelm-area, .edit .form-note {
clear:both;
padding-top:12px;
}
.edit #adminForm .formelm-buttons {
margin:12px 0 ;
}

.edit .readmore {
clear:none;
margin:0;
}

.edit .readmore a {
background: transparent;
border: none;
padding: 0 24px 0 6px;
}

.edit label {
clear:both;
}

.edit .inputbox {
clear:both;
}

.editor button:hover {
background: inherit;
border:none;
}


/*****************************************************************************************

								Iframe
								
******************************************************************************************/

body.modal {
min-width:0;
background: #fff;
padding:0;
margin:0;
}

.modal a {
color: #08c;
}

iframe, svg {
max-width:100%;
}

#sbox-window, #sbox-window * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.well {
background: rgba(0,0,0,0.03);
border: 1px solid rgba(0,0,0,0.06);
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
min-height: 20px;
padding: 10px;
}

.row, .row-fluid {
width: 100%;
*zoom: 1;
}

.row:before, .row-fluid:before,
.row:after, .row-fluid:after {
display: table;
line-height: 0;
content: "";
}

.row:after, .row-fluid:after {
clear: both;
}

.modal .row [class*="span"], .modal .row-fluid [class*="span"] {
display: block;
float: left;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.modal .row [class*="span"]:first-child, .modal .row-fluid [class*="span"]:first-child {
margin-left: 0;
}

.modal .row .controls-row [class*="span"] + [class*="span"], .modal .row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}

.modal .span12 {
width: 100%;
*width: 99.94680851063829%;
}

.modal .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}

.modal .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}

.modal .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}

.modal .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}

.modal .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}

.modal .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}

.modal .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}

.modal .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}

.modal .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}

.modal .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}

.modal .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}


.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
display: table;
content: "";
line-height: 0;
}
.thumbnails:after {
clear: both;
}
.row-fluid .thumbnails {
margin-left: 0;
}
.thumbnails > li {
float: left;
margin-bottom: 18px;
margin-left: 20px;
}
.thumbnail {
display: block;
padding: 4px;
line-height: 18px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
box-shadow: 0 1px 3px rgba(0,0,0,0.055);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color: #08c;
-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #555;
}

.height-50 {
height:50px;
}

.height-80 {
height: 80px;
}
.width-80 {
width: 80px;
}
.center, .table td.center, .table th.center {
text-align: center;
}

[class*="icon-folder"]:before {
content: "\f07b";
}

/**************************** 		frontend editing module 	***********************/

body .jmodedit {
background: #fff !important;
border-radius:6px;
border: 1px solid rgba(0,0,0,0.4);
padding:6px;
width:52px;
height:46px;
}

body .jmodedit:hover {
background: #fff !important;
}

body .jmodedit .icon-edit, body .popover .icon-edit {
color: #666 !important;
}

body .jmodedit:hover .icon-edit, body .popover:hover .icon-edit {
color: #222 !important;
}

.icon-edit {
display: inline-block;
*display:inline;
*zoom:1;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size:20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
content: "\f044";
}

#modules-form .accordion-body {
padding: 20px;
}

#modules-form label {
display: block;
}

#modules-form .control-label .hasTooltip {
display: inline-block;
*display: inline;
*zoom:1;
}

#modules-form .chzn-container {
width : 220px !important;
}

#modules-form .nav-tabs {
border : none;
}

#modules-form .media-preview {
float:left;
margin : 7px 16px 0 8px;
}

#modules-form .spacer {
text-indent: -9999em;
border-bottom: 2px dotted rgba(0,0,0,0.16);
margin-bottom:18px;
display:block;
}

.collapse:hover {
overflow: visible;
}