/*
#------------------------------------------------------------------------
# TOPBAR pour (M)Social - Joomla! template (for Joomla 2.5)
#
# Copyright (C) thomas JESSIN..
# 11:59 24/03/2014
*/

/* décalage de la papge vers le bas pour laisser la place à la top bar*/
#gkContentWrapper {
padding-top: 50px;
}


/* from template.css de gkCloudhost */

/* Top bar */
#gkTopBar {
	background: #272727; 
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	
	/* ajout*/
	margin-top: 0;
	 top: 0;
	 position: fixed;
	 box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
    left: 0;
    min-height: 50px;
     width: 100%;
    z-index: 1001;
	
}
.imageBg #gkTopBar {
	background: #fff;
}
#gkTopBar > div {
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	/* ajout*/
	top: 0; 
}
.imageBg #gkTopBar {
	top: 100px;
}

.imageBg #gkLogin,
#gkLogin {
	background: #3c99df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #3c99df;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: 500;
	height: 29px;
	line-height: 30px;
	margin: 11px 0 0 24px;
	padding: 0 16px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkMenuWrap #gkLogin {
	background-color: transparent;
	border-color: #fff
}
#gkLogin:hover,
.imageBg #gkLogin:hover,
#gkMenuWrap #gkLogin:hover {
	background: #111;
	border-color: #111
}
#gkTopBar .custom { float: none; }

.gk-home {
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 53px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Raleway',Arial,sans-serif;
}

.gk-info {
	color: #fff;
	display: block;
	/*float: left;*/
	float: right;
	font-size: 13px;
	font-weight: 500;
	line-height: 53px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Raleway',Arial,sans-serif;
}

.gk-home > a,
.gk-info > a {
 color: #fff; 
 }
.gk-info > a:active,
.gk-home > a:active,
.gk-info > a:focus,
.gk-home > a:focus,
.gk-info > a:hover,
.gk-home > a:hover { 
color: #72C4B9;
}
.gk-home > i,
.gk-info > i {
	color: #fff;
	font-size: 22px;
	position: relative;
	top: 3px;
}

/* roll over*/
.gk-home > i:active,
.gk-info > i:active,
.gk-home > i:focus,
.gk-info > i:focus,
.gk-home > i:hover,
.gk-info > i:hover {
color: #72C4B9;
}


.gk-private {
	color: #969696;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: 500;
	line-height: 53px;
	padding: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Raleway',Arial,sans-serif;
}

.gk-private > a {
 color: #969696;
 }
.gk-private> a:active,
.gk-private > a:focus,
.gk-private > a:hover { 
color: #72C4B9;
}
.gk-private > i {
	color: #969696;
	font-size: 22px;
	position: relative;
	top: 3px;
}

/* roll over*/
.gk-private > i:active,
.gk-private > i:focus,
.gk-private > i:hover {
color: #72C4B9;
}



.imageBg .gk-info {
	color: #676767;
}
.imageBg .gk-info > i {
	color: #b1b1b1;
}
.imageBg .gk-info > a:active,
.imageBg .gk-info > a:focus,
.imageBg .gk-info > a:hover {
	color: #3c99df;
}
.imageBg .gk-info > a { 
	color: #676767; 
}

/* menu lang dans top bar*/
.tom-lang {
	color: #fff;
	display: block;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	/*padding: 0 15px;*/
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Raleway',Arial,sans-serif;
}

.tom-lang > a {
 color: #fff; 
 }
 
.tom-lang > a:active,
.tom-lang > a:focus,
.tom-lang > a:hover {
color: #72C4B9;
 }

