/* Bootstrap edits */


#preloader {position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:5000;}
#status {width:200px;height:200px;position:absolute;left:50%;top:50%;background-image:url(../img/preloader.gif);background-repeat:no-repeat;
    background-position:center;margin:-100px 0 0 -100px;}

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


::-moz-selection { background: #eee; color: #2d3642; text-shadow:none  }
::selection { background: #eee; color: #2d3642;text-shadow:none}

h1::-moz-selection { background: none; color: #373D46;  cursor: pointer }
h1::selection { background: none; color: #373D46;  cursor:pointer }

#contact .row {
  margin-left:0;
}


#particles {
  position: fixed;
  z-index: 21;
}

a.smoothscroll.head {color:#373D46;text-decoration:none}
a.smoothscroll.head:hover {color:#FFF!important; text-decoration:none}

section { 
  display: block; 
}

#home .row  {
  margin-left: 0;
}

body {
  margin: 0;
  font-family: 'Exo', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #4f5864;
  background-color: #ffffff;
  font-weight: 300;
  position: relative;
  }

body.modal-open {
    overflow: hidden;
}

a {
  color: #2f84cc;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #215c8e;
  text-decoration: underline;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

nav img:hover { opacity:0.5}

.lead {
  margin-bottom: 27px;
  font-size: 27px;
  font-weight: 200;
  line-height: 40.5px;
}

h6 {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}


h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  letter-spacing:-2px:
}
h2 {

  font-size: 70px;
  line-height: 80px;
  font-weight: 100;
  color:#373d46;
  margin-bottom:80px;
  letter-spacing:-3px;

}
h3 {
  color: #373D46;
  font-size: 36px;
  font-weight: 200;
  line-height: 40px;
}
h4 {
  font-weight: 200;
  font-size: 25px;
  line-height: 20px;
  margin-bottom:20px;
}
h5 {
  
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
}
h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 27px 0 40.5px;
  border-bottom: 1px solid #eeeeee;
}

li {
  line-height: 27px;
}

dl {
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 27px;
}

hr {
  margin:45px 0;
  border: 0;
  border-top: 1px solid #dcdcdc;
  
}

address {
  display: block;
  margin-bottom: 27px;
  font-style: normal;
  line-height: 27px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.row {
    margin-left: -10px;
}


[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 5px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 230px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 90px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}




/* END BOOTSTRAP EDITS  */



.NL {display:none}

a {outline: medium none;}






/* Misc
******************************************************************/

.margin90 {
    margin-bottom:90px;
}

body {
    overflow-x:hidden;
    overflow-y:scroll;
}

.content {
    background-color:white; 
    padding-top:80px; 
    position:relative; 
    z-index:500;
}

.content img {
    margin-bottom:20px;
}
.centered {
    text-align:center;
}
.centered h2 {
    margin-bottom: 80px;
}

.header{
    position:relative;    
}

/* NAV
******************************************************************/

.nav-container {
    height:85px; 
    position: relative; 
    z-index: 2000;
}

nav {
	width: 100%;
	background: url(../img/nav_back.png) repeat-x center center;
	background-color:#262c35; 
	position: relative;
   float:left;
   height:85px;   
}

nav ul {
    margin-right:25px;
    float:right;
	margin-top: 10px;
}

#logo_small {
    float:left;
    margin-left:30px;
    margin-top: 10px;
	cursor: n-resize;
}

nav li {
    text-transform:uppercase;
	display: inline-block;
	list-style: none;    
}

nav li a {margin-top:20px;
	text-decoration: none;
	font-size: 20px;
	color: #9da8b8;
	font-weight: 400;
	display: inline-block;
	margin-right:20px;
    text-align: center;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

nav li a:hover,
nav li a:focus  {
	color: #bfcada;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

nav li a.selected {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#navphone { z-index:999; width:100%; position:relative}
#navphone.affix {top:0;left:0; position:fixed}


.langtoggler {
  display: inline-block;
  margin-right: 21px;
  padding-bottom: 11px;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  right: -9px;
  top: -2px;
  font-weight:400
}

.langtogglerphone {
  display: block;
  float: right;
  font-weight: 400;
  margin-bottom: -10px;
  margin-right: 21px;
  margin-top: 16px;
  padding-bottom: 11px;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  right: -9px;
  top: -2px;
}

.sticky {
	position: fixed;
	top: 0px;
	z-index: 200;
}


/* Home
******************************************************************/


#home { 
    width:100%;
    position:relative;
    display:block;
    text-align: center;
}

#home_bg { 
    background-image: url(../video/videobgnrg.jpg);
    background-position: center center;
    background-color: #BBC3D0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:100%;
    position:fixed;
    z-index:2;
    top:0px;
    left:0px;
}

#home_bg_phone {
  background-image: url(../video/videobgnrg.jpg);
  background-position: center center;
  background-color: #BBC3D0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
}


#home img{
    position:relative;
    z-index:100;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#home img:hover{
    opacity:0.75;

}



#home h1 {
  color: #373D46;
  font-size: 170px;
  font-weight: 200;
  letter-spacing: -6px;
  line-height: 140px;
  margin-top: 30px;
  position: relative;
  text-transform: none;
  z-index: 150!important;
  padding: 0 40px 0 40px;
}

#arrow {
    width:80px;
    height:80px;
    position:absolute;
    bottom:10px;
    z-index:200!important;
}

#arrow a {
    position:absolute;
    left:0px;    
    z-index:200;	
    width:80px;
    height:80px;
    background: url(../img/next_arrow2.png) no-repeat center -82px;
    -webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

#arrow a:hover {
	background: url(../img/next_arrow2.png) no-repeat center 0px;
}





img#logo {
    position:absolute;
    z-index:200
}



/* Services
******************************************************************/

#services_header,
#showcase_header,
#about_header,
#clients_header,
#contact_header {
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;
	box-shadow: 0 -50px 100px 0 rgba(39, 44, 50, 1) inset;
	-moz-box-shadow: 0 -50px 100px 0 rgba(39, 44, 50, 1) inset;
	-webkit-box-shadow: 0 -50px 100px 0 rgba(39, 44, 50, 1) inset;
	z-index:100;
}
#services_header h1,
#showcase_header h1,
#about_header h1,
#clients_header h1,
#contact_header h1 {
  color: #373D46;
  font-size: 175px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 115px;
  margin-top: 166px;
  position: relative;
  text-transform: uppercase;
  z-index: 110;
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.85), 0 0 10px rgba(255, 255, 255, 0.85);
}

.services_item {margin-bottom:40px;}


.client h5 {
    text-transform:uppercase; 
    margin-top:2px; 
    margin-bottom:20px;
}


#contactintro {
  background-color: #7B8696;
  display: block;
  position: relative;
  z-index: 150 !important;
  width:100%;

}


/* IMG hover effect
******************************************************************/


figure {max-width:360px; margin:0px auto ;padding:0px; text-align:center;}

figure img {
	max-width: 100%;
	position: relative;
	z-index: 900;
}

figure a {

	position: relative;
	display: block;
	line-height: 0px;
	text-decoration: none;
}


figure a:hover {
	text-decoration: none;
    
}

figure a:hover img {
	opacity: 0.4; 
	filter: alpha(opacity=40); /* IE6-IE8 */
        -webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;	
		transition: opacity .3s ease-in-out;
    
}

figure a:before {
	content: "+";
	display: block;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: center;
	
	color: red;
	font-weight: bold;
	
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	
	margin: -0.5em 0 0 -0.5em;
}

a.enlarge:before {
	content: "+";
}




/* Map and contact
******************************************************************/

#contact {
    background-color:#9da8b8;
    display:block;
    position:relative
}

#contact h2 {    
    color:white;
    margin-top:100px;
    margin-bottom:20px;
}

#contact h1.email {
  font-size: 100px;
  font-weight: 200;
  margin-top:30px;
  margin-bottom:5px;
}

#contact a {
  color: #373D46;
  display: block;
  transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#contact a:hover {
     text-decoration:none;
	 color:#fff;
}

#contact p { 
    color:white;
}

#map {
    height:200px; 
    width:100%; 
    position: relative;
	z-index:100;
}

#mapoverlay {
    height:200px; 
    width:100%; 
    position: absolute;
	z-index:105;
	box-shadow: 0 15px 50px 0 #272C32 inset;
	-moz-box-shadow: 0 15px 50px 0 #272C32 inset;
	-webkit-box-shadow: 0 15px 50px 0 #272C32 inset;
}


/* Social icons
******************************************************************/
 
ul.list-social {margin-left:0px; margin-bottom:50px; 
-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
	}


.list-social li {
  display: inline-block;
  list-style: none outside none;
  margin: 50px 10px 40px 0;
}

.list-social li div {
				width: 75px;
				height: 75px;
				color: #9DA8B8;
				font-size: 40px;
				text-align: center;
				line-height: 75px;
				background-color: #484E57;
				transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
				border-radius: 5px;}

.list-social li div:hover {
					transform: rotate(360deg);
					-webkit-transform:rotate(360deg);
    				-moz-transform:rotate(360deg);
    				-o-transform:rotate(360deg);
					border-radius: 100px;
					color:#FFF;
					background-color: #373D46;
				
				}
			
			
	



/* Footer
******************************************************************/


#footer {
    background-color:#151b24;
    display:block;
    position:relative;
	z-index:100;
}

#footer p {
  color: #9DA8B8;
  margin: 45px 0;
  font-size: 16px;
  letter-spacing: 1px;
}


/* Expertise */ 


#expertise h3  {margin:0}
#expertise ul  {margin-top:20px;padding:0}
#expertise ul li {
  color: #595E68;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}


#clients h2 { font-size:60px}


#nav.affix,
#nav.affix-bottom {
    position: fixed; 
    top: 0px; 
    left: 0px;
	width:100%;
}

#nav-wrapper { height:85px; 
/* padding-right:15px nrg fix  */ 
}

@-moz-document url-prefix() {
    #nav-wrapper {
        padding-right:15px; /* padding-right:15px nrg FF TARGET fix  */ 
    }
}



h3.portfolio {margin-bottom:25px;margin-top:45px;}

a:hover { text-decoration:none}



section:before { 
  display: block; 
  content: " "; 
  margin-top: -84px; 
  height: 84px; 
  visibility: hidden; 
}

#servicesintro:before,
#showcaseintro:before,
#aboutintro:before,
#clientsintro:before,
#contactintro:before { 
  display: block; 
  content: " "; 
  height: 40px; 
  visibility: hidden; 
}


section#home:before,
section#footer:before { 
  display: block; 
  content: " "; 
  margin-top: 0px; 
  height: 0px; 
  visibility: hidden; 
}
brands { margin-bottom: 150px!important;}
img.gbp {padding-top:7px;}




/* CSS3 flip  http://davidwalsh.name/css-flip   */

.flip-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.flip-container, .front, .back {
  height: 260px;
}
.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;

    position: relative;
}

.front, .back {
	width:100%;
	background-color:#FFF;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}

.toggle-active {
  background-color: #9DA8B8;
  border-radius: 4px 4px 4px 4px;
  color: #262C35;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 8px;
  width: 20px;
  text-align: center;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset, 0 0 1px #000000 inset;
}
.toggle-inactive { 
  cursor: pointer;
  background-color: #262C35;
  border-radius: 4px 4px 4px 4px;
  color: #9DA8B8;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 8px;
  width: 20px;
  text-align: center;
    	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 5px #000000 inset;
}
.toggle-inactive:hover { cursor:pointer; color: #bfcada;background-color: #7B8696;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}




.arrow2 {
  bottom: 80px;
  height: 80px;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 150;
}

.arrow2 a {
    position:absolute;
    left:0px;    
    z-index:150;	
    width:80px;
    height:80px;
    background: url(../img/next_arrow2.png) no-repeat center -80px;
    -webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	outline: medium none;
}

.arrow2 a:hover {
	background: url(../img/next_arrow2.png) no-repeat center 0px;
}


#home a, #home a:active {
 color: #373D46; 
text-shadow: 0 0 50px rgba(255, 255, 255, 0.85); 
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#home a:hover{
  color: #151B24;
  } 



.modal-header h3 {
  line-height: 30px;
  margin: 12px 0 10px;
  font-size: 30px;
}

 .modal {
            position: fixed; /* Display modal in the centre of your screen */
            overflow-y: scroll; /*  Ensure that the modal is scroll-able */
            -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
        }
		
		
.rsLinkNRG {
  background-color: #262C35;
  border-radius: 5px 0 0 0;
  bottom: 0;
  color: #9DA8B8;
  display: block;
  font-weight: 400;
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 25px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 25;
}

.rsLinkNRG:hover { 
  color:#bfcada;}
  .rsLinkNRG span:hover { 
  color:#FFF;}
  
#brands .span2 {width:150px}



 #brands img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  background-color: #EEE;
  border-radius: 10px;
      -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

 #brands img:hover {
  background-color: #FFF;
  border-radius: 100px;
   -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

 #brands .content img {
  margin-bottom: 5px;
}

#clientsintro:after {
  content: " ";
  display: block;
  height: 90px;
  visibility: hidden;
}

#expertise h3 span { display:block}

.hr_line { 
    margin: 0px 0;
    height: 1px;
    background: #CCC;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #CCC));
}