 
 @font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url(".fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
.blockmenu .navigation{
	display:inline-block;
	float:left;
	    padding-left: 15px;
}
 .blockmenu .custom{
	display:flex;
	display: -webkit-flex;
	float:right;
} 
  #social_block {
	display:block;
 
  }
 
 .facebook:before, .google-plus:before{
	 display:none;
 }
.facebook:before {
    content: "\f09a";
}
.twitter:before {
    content: "\f099";
}
.youtube:before {
  content: "ï…§"; 
 }
.rss:before {
    content: "\f09e";
}
.google-plus:before {
    content: "\f0d5";
}
.linkedin:before {
    content: "\f0e1";
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer; 
	width: 34px;
	height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1; 
}
.hi-icon-wrap li {
	display:inline-block;
	float:left;
	margin:0 3px;
	padding:0
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 19px;
	line-height:35px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
  
/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 1px #e20027;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #000;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-effect-3 .hi-icon:hover:after {
	background: #e20027;
}
/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
	color: #fff;
}

.hi-icon-effect-3a .hi-icon:hover {
	color: #f03;
	text-decoration:none;
}

.hi-icon-effect-3a .hi-icon:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
	color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
	color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
 
 .nav #social_block ul li {
    float: left;
    padding-top: 2px;
}
.nav #social_block .hi-icon-effect-3 .hi-icon:after {
    top: -3px;
    left: -2px; 
    background: #e32119;
}
.nav #social_block .hi-icon { 
    width: 32px;
    height: 32px;
	color:#fff;
}
.nav #social_block  .hi-icon:before { 
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

 /****************************************************************************************************** 
 ******************/
.brochure{
	background:url(../images/pdf.png) no-repeat left bottom;
    padding-bottom: 66px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.voirplus {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.voirplus:hover, .voirplus:focus, .voirplus:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.readmore {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.readmore:hover, .readmore:focus, .readmore:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

 /****************************************************************************************************** 
 ******************/
 
 .navigation .nav-child {
	position: absolute;
	top: 97%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 275px;
	padding: 5px;
	margin: 2px 0 0;
	list-style: none;
	background-color: rgba(93, 93, 93, 0.83);
	border-right-width: 2px;
	border-bottom-width: 2px; 
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation .nav-child a, .navigation .nav-child li.item-159.divider span{
	color:#fff;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

.navigation .nav-child li.item-159.divider {
		width: auto;
		height: auto;
		margin: 0;
		overflow: hidden;
		background-color: unset;
		border-bottom: unset;
		border-bottom: 1px solid #5d5d5d;
}
.navigation .nav-child li{
    border-bottom: 1px solid;
}
.navigation .nav-child a, .navigation .nav-child li.item-159.divider span {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    /* line-height: 18px; */
    width: 100%;
}
.navigation .nav li  {
	position: relative;
	line-height:18px;
}


.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
	display: block;
}
.navigation .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
.navigation .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none; 
}

  @media(min-width:1000px){
	#page-content-wrapper, #page-content-wrapper2 {
		display:none
	}
  }
 
 @media(max-width:999px){
 
	.nav .open > a, 
	.nav .open > a:hover, 
	.nav .open > a:focus {background-color: transparent;}
	
	/*-------------------------------*/
	/*           Wrappers            */
	/*-------------------------------*/
	
	#wrapper, #wrapper2 {
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		display: inline-block;
		padding-top:12px;
	}
	
	#wrapper.toggled, #wrapper2.toggled {
		padding-left: 220px;
	}
	 
	
	#sidebar-wrapper, #sidebar-wrapper2 {
		z-index: 1000;
		left: 220px;
		width: 0;
		height: 100%;
		margin-left: -225px;
		overflow-y: auto;
		overflow-x: hidden;
		background: #1a1a1a;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	  
	#sidebar-wrapper::-webkit-scrollbar, #sidebar-wrapper2::-webkit-scrollbar {
	  display: none;
	}
	
	#wrapper.toggled #sidebar-wrapper, #wrapper2.toggled #sidebar-wrapper2 {
		width: 225px;
	}
	
	#page-content-wrapper, #page-content-wrapper2 {
		width: 100%;
		padding-left: 30px;
	/*	padding-top: 70px;*/
	}
	
	#wrapper.toggled #page-content-wrapper, #wrapper2.toggled #page-content-wrapper2 {
		position: absolute;
		margin-right: -220px;
	}
	
	/*-------------------------------*/
	/*     Sidebar nav styles        */
	/*------------------------------- */
	
	.sidebar-nav {
		position: absolute;
		top: 0;
		width: 237px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.navbar-inverse {
		background-color: #222;
		border-color: #080808;
	}
	.sidebar-nav li {
		position: relative; 
		line-height: 20px;
		display: inline-block;
		width: 100%;
	}
	
	.sidebar-nav li:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		height: 100%;
		width: 3px;
		background-color: #1c1c1c;
		-webkit-transition: width .2s ease-in;
		  -moz-transition:  width .2s ease-in;
		   -ms-transition:  width .2s ease-in;
				transition: width .2s ease-in;
	
	}
	.sidebar-nav li:first-child a {
		color: #fff;
		background-color: #1a1a1a;
	}
	.sidebar-nav li:nth-child(2):before {
		background-color: #ec1b5a;   
	}
	.sidebar-nav li:nth-child(3):before {
		background-color: #79aefe;   
	}
	.sidebar-nav li:nth-child(4):before {
		background-color: #314190;   
	}
	.sidebar-nav li:nth-child(5):before {
		background-color: #279636;   
	}
	.sidebar-nav li:nth-child(6):before {
		background-color: #7d5d81;   
	}
	.sidebar-nav li:nth-child(7):before {
		background-color: #ead24c;   
	}
	.sidebar-nav li:nth-child(8):before {
		background-color: #2d2366;   
	}
	.sidebar-nav li:nth-child(9):before {
		background-color: #35acdf;   
	}
	.sidebar-nav li:hover:before,
	.sidebar-nav li.open:hover:before {
		width: 100%;
		-webkit-transition: width .2s ease-in;
		  -moz-transition:  width .2s ease-in;
		   -ms-transition:  width .2s ease-in;
				transition: width .2s ease-in;
	
	}
	
	.sidebar-nav li a {
		display: block;
		color: #ddd;
		text-decoration: none;
		padding: 10px 15px 10px 30px;    
	}
	
	.sidebar-nav li a:hover,
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus,
	.sidebar-nav li.open a:hover,
	.sidebar-nav li.open a:active,
	.sidebar-nav li.open a:focus{
		color: #fff;
		text-decoration: none;
		background-color: transparent;
	}
	
	.sidebar-nav > .sidebar-brand {
		height: 65px;
		font-size: 20px;
		line-height: 44px;
	}
	.sidebar-nav .dropdown-menu {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
		border-radius: 0;
		border: none;
		background-color: #222;
		box-shadow: none;
	}
	
	 /*------------------------------*/
	/*       Hamburger-Cross         */
	/*-------------------------------*/
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.hamburger {
		  position: relative;
			top: 0;
			z-index: 999;
			display: block;
			width: 32px;
			height: 28px;
		  margin-left: 100px;
		  background: transparent;
		  border: none;
	}
	.hamburger:hover,
	.hamburger:focus,
	.hamburger:active {
	  outline: none;
	}
	.hamburger.is-closed:before {
	  content: '';
	  display: block;
	  width: 100px;
	  font-size: 14px;
	  color: #fff;
	  line-height: 32px;
	  text-align: center;
	  opacity: 0;
	  -webkit-transform: translate3d(0,0,0);
	  -webkit-transition: all .35s ease-in-out;
	}
	.hamburger.is-closed:hover:before {
	  opacity: 1;
	  display: block;
	  -webkit-transform: translate3d(-100px,0,0);
	  -webkit-transition: all .35s ease-in-out;
	}
	
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
	  position: absolute;
	  left: 0;
	  height: 4px;
	  width: 100%;
	}
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom {
	  background-color: #1a1a1a;
	}
	.hamburger.is-closed .hamb-top { 
	  top: 5px; 
	  -webkit-transition: all .35s ease-in-out;
	}
	.hamburger.is-closed .hamb-middle {
	  top: 50%;
	  margin-top: -2px;
	}
	.hamburger.is-closed .hamb-bottom {
	  bottom: 5px;  
	  -webkit-transition: all .35s ease-in-out;
	}
	
	.hamburger.is-closed:hover .hamb-top {
	  top: 0;
	  -webkit-transition: all .35s ease-in-out;
	}
	.hamburger.is-closed:hover .hamb-bottom {
	  bottom: 0;
	  -webkit-transition: all .35s ease-in-out;
	}
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
	  background-color: #1a1a1a;
	}
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-bottom {
	  top: 50%;
	  margin-top: -2px;  
	}
	.hamburger.is-open .hamb-top { 
	  -webkit-transform: rotate(45deg);
	  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}
	.hamburger.is-open .hamb-middle { display: none; }
	.hamburger.is-open .hamb-bottom {
	  -webkit-transform: rotate(-45deg);
	  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}
	.hamburger.is-open:before {
	  content: '';
	  display: block;
	  width: 100px;
	  font-size: 14px;
	  color: #fff;
	  line-height: 32px;
	  text-align: center;
	  opacity: 0;
	  -webkit-transform: translate3d(0,0,0);
	  -webkit-transition: all .35s ease-in-out;
	}
	.hamburger.is-open:hover:before {
	  opacity: 1;
	  display: block;
	  -webkit-transform: translate3d(-100px,0,0);
	  -webkit-transition: all .35s ease-in-out;
	}
	
	/*-------------------------------*/
	/*            Overlay            */
	/*-------------------------------*/
	
	.overlay, .overlay2 {
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0; 
		z-index: 1;
	}
	.navigation .nav{
		float:left;
	}
	.blockmenu .navigation .nav > li::after{
		display:none;
	}
	.navigation .nav li { 
		display: block;
		width: 100%;
	}
	.navigation .nav-child {
    	position: relative !important;
		min-width: 100% !important; 
	}
	.navigation .nav-child a { 
		padding: 10px 15px !important;  
		font-size: 12px !important;
		white-space: normal !important;
	}
	.navigation li a { 
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.blockmenu .navigation .nav > li::after {
		display: none !important;
	}
	.blockmenu ul.nav > li > a, .header-menu ul.nav > li > a {
		padding: 15px 20px !important;
		font-family: 'bellcent_add_btaddress';
    	color: #bdbdbf;
	}
 
 }
  @media(max-width:480px){
 
	#wrapper.toggled #page-content-wrapper, #wrapper2.toggled #page-content-wrapper2 {
 		position: fixed !important;
	 	right: -10px !important;
		z-index: 999999; 
		transition: all .4s;
		margin-right: 0;
	}
	.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
		background-color: #fff;
	}
	#wrapper.toggled #sidebar-wrapper, #wrapper2.toggled #sidebar-wrapper2 {
	 
	}
	.navigation .nav {
		float: right;
		padding-top: 35px;
	}
	.hamburger.is-open {
		position: fixed;
	}
	.hamburger{
		margin-left:0;
	}
	#wrapper{
		height: 35px;
		padding-top: 0;
		padding-bottom: 10px;
	}
}
  
  @media (min-width:999px){
	  .blockmenu .item-172{
		  display:none;
	  }
  }

.ns2-readmore{
    background: #ff0033;
    display: inline-block;
    float: right;
    padding: 7px 45px 5px 20px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
 
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.ns2-readmore:hover, .ns2-readmore:focus, .ns2-readmore:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.ns2-readmore:after{
	content:'';
	background:#d5002b url(../images/puce.png) no-repeat center;
	width:30px;
	height:100%;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
a.ns2-readmore span {
    background: none !important;
}