.services, .icons{
	position: relative;
	height: auto;
	left: 15px;
	margin-bottom: 30px;
	top: 10px;
}
.images{
	position: relative;
	height: auto;
	left: 15px;
	margin-bottom: 50px;
	top: 10px;
}
.services .divider-points {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 800px;
	margin-top: -10px;
	right: 50px;
}
.top_phrase{
	font-size: 16px;
	color: #C5C5C5;
	padding: 22px 16px 16px 5px;
	text-transform: capitalize;
}
/*Bubble Effect*/

#banner {
    height: 320px;
	position: relative;
	top: 60px;
	left: 115px;
  border:0px solid red;
	padding-bottom: 0;
  width: 800px;
}

#banner ul {
    list-style:none;
    margin:0;
    padding:0;   
}

#banner ul li {
    height:190px;
    position:absolute;
    text-align:center;
    top:42px;
    width:190px; 
}

#banner ul li h2 {
    position:relative;
}

#banner ul li h2 span.outer {
    -moz-border-radius:116px;
    -ms-border-radius: 116px;
    -o-border-radius:116px;
    -webkit-border-radius:116px;
    border-radius:116px;
    display:inline-block;
    height: 189px;
    left:0;
    padding:0;
    position:absolute;
    text-align:center;
    -webkit-transition:all .25s ease-in-out .25s;
    -moz-transition: all .25s ease-in-out .25s;
    transition: all .25s ease-in-out .25s;
    top: 0;
    z-index: 14;
    width: 189px;
    behavior: url(css/ie-css3.htc); 
}

#banner ul li.open h2 span.outer {
    -moz-border-radius: 191px;
	-ms-border-radius: 191px;
	-o-border-radius: 191px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	height: 280px;
	left: -45px;
	top: -45px;
	width: 280px;
	behavior: url(css/ie-css3.htc);
}

#banner ul li h2 span.centre {
    -moz-border-radius: 116px;
    -ms-border-radius: 116px;
    -o-border-radius: 116px;
    -webkit-border-radius: 116px;
    border-radius: 116px;
    height: 189px;
    left: 0;
    position: absolute;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    top: 0;
    z-index: 16;
    width: 189px; 
    behavior: url(css/ie-css3.htc);
}

#banner ul li.open h2 span.centre, 
#banner ul li h2:hover span.centre {
    -moz-border-radius: 127px;
    -ms-border-radius: 127px;
    -o-border-radius: 127px;
    -webkit-border-radius: 127px;
    border-radius: 127px;
    display: inline-block;
    height: 200px;
    left: -6px;
    top: -6px;
    width: 200px;
    behavior: url(css/ie-css3.htc);
}

#banner ul li h2 span.inner { 
    cursor: pointer;
	color: white;
	display: inline-block;
	font: 20px 'Lobster';
	text-align: center;
	height: 189px;
	left: 0;
	padding-top: 73px;
	position: absolute;
	width: 190px;
	z-index: 20;
	line-height: 22px;
}

#banner ul li.open h2 span.inner, 
#banner ul li h2:hover span.inner {
}

#banner ul li#strategy { 
    left: -31px;
}

#banner ul li#strategy h2 span.outer {
    background: #abdff7;
}

#banner ul li#strategy h2 span.centre {
    background: #abdff7
}

#banner ul li#strategy h2 span.inner {
    background: url('../images/services/circle1.png') no-repeat;      
}

#banner ul li#creative {
    left: 200px;
}

#banner ul li#creative h2 span.outer {
    background: #fda88d;
}

#banner ul li#creative h2 span.centre {
    background: #fda88d;
}

#banner ul li#creative h2 span.inner {
    background: url('../images/services/circle2.png') no-repeat;      
}

#banner ul li#technology {
    left: 363px;
}

#banner ul li#technology h2 span.outer {
    background: #a4f0be;
}

#banner ul li#technology h2 span.centre {
    background: #a4f0be;
}

#banner ul li#technology h2 span.inner {
    background: url('../images/services/circle3.png') no-repeat;      
}

#banner ul li#comms {
    left: 560px;
}

#banner ul li#comms h2 span.outer {
    background: #95f6f2;
}

#banner ul li#comms h2 span.centre {
    background: #95f6f2;
}

#banner ul li#comms h2 span.inner {
    background: url('../images/services/circle4.png') no-repeat;      
}

#banner ul li ul {
    display: none;
	left: 270px;
	position: absolute;
	top: 38px;
	width: 200px;
	z-index: 20px;
}

#banner ul li#technology ul, 
#banner ul li#comms ul {
    left: -200px;   
}

#banner ul li ul li {
	height: auto;
	left: auto;
	padding: 6px 0 0 10px;
	position: static;
	text-align: left;
	top: auto;
	width: auto;
	color: #A3ABAD;
	font-size: 13px;
	font-family: "Droid Sans", "Arial";
	line-height: 16px;
	background: url(../img/icons/li_dot_services.png) no-repeat 0 12px;
    
}

/* Service detail */

#service-detail {
    background: #f6f6f3 url('../images/services/ServiceDetailBg.gif') no-repeat;   
    min-height: 480px;
    overflow: hidden;
    position: relative;
}

#service-detail nav{
    margin-left: -240px;
    left: 50%;
    position: absolute;   
    top: 0;
    z-index: 3;
}

#service-detail header {
    position: relative;
    z-index: 5;   
}

#service-detail header .addthis_toolbox {
    float: right;
    margin: 105px 15px 0 0;
}

#service-detail header h1 {
    background: #FFF;
    float: left;
    line-height: 108px;
    margin: 105px 0 40px;  
    padding: 20px 56px 10px 0;
}

#service-detail #inner-content {
    clear: both;
    position: relative;
    width: 2000px;
    z-index: 5;   
}

#service-detail nav#sub-navigation {
    float: left;
    z-index: 7;
}

#service-detail nav#sub-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}

#service-detail nav#sub-navigation ul li {
    margin-bottom: 2px;
    text-align: right;
}

#service-detail nav#sub-navigation ul li a {
    background: #FFF;
    color: #272727;
    display: inline-block;
    font: 16px 'MuseoSans-500', Helvetica, Arial, sans-serif;
    padding: 5px 10px;   
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

#service-detail nav#sub-navigation ul li a:hover, 
#service-detail nav#sub-navigation ul li a.current {
    background: #272727;
    color: #FFF;
    text-decoration: none;
}

#service-detail nav#sub-navigation a.control {
    background: #FFF;
    border: 1px solid #FFF;
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    color: #272727;
    display: inline-block;
    font: 16px 'MuseoSans-700', Helvetica, Arial, sans-serif;
    left: 100%;
    padding: 4px 0;
    position: absolute; 
    text-align: center;  
    top: 0;
    width: 28px;
}

#service-detail nav#sub-navigation a.control span {
    display: inline-block;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;   
}

#service-detail nav#sub-navigation a.control:hover {
    background: #f6f6f6 url('../images/services/ServiceDetailNavControlHoverBg.gif') repeat-y;
    cursor: pointer;
    text-decoration: none;   
}

#service-detail nav#sub-navigation a.control.open span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#service-detail .prev, 
#service-detail .next {
    background-image: url('../images/services/ServiceDetailControlsBg.png');
    height: 46px;
    left: 856px;
    top: -42px;
    right: auto;
    width: 29px;
}

#service-detail .next, 
#service-detail .next.disabled:hover {
    background-position: -29px 0;
    left: 885px;
    width: 25px;
}

#service-detail .prev:hover {
    background-position: 0 -46px;   
}

#service-detail .prev.disabled:hover {
    background-position: 0 0;   
}

#service-detail .next:hover {
    background-position: -29px -46px;
}

#service-detail article {
    float: left;
    height: 585px;
    margin-left: 50px;
    overflow: hidden;
    position: relative;
    width: 860px;
    z-index: 5;   
}

#service-detail article .inner {
    left: 0;
    position: absolute;   
    width: 200000em;
}

#service-detail article section {
    float: left;
    padding-right: 453px;
    position: relative;
    width: 407px;   
}

#service-detail article section h2 {
    background: #FFF;
    display: inline-block; 
    padding: 7px 14px 0;  
}

#service-detail article section p {
    background: #FFF;
    margin-bottom: 21px;
    padding: 14px;   
}

#service-detail article section figure {
    height: 548px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 37px; 
    width: 438px;  
}

#service-detail article section figure img {
    display: block;   
    margin-bottom: 21px;
}

#service-detail article section figure img:last-child {
    margin-bottom: 0;   
}

#service-detail + aside[role=complementary] {
    margin-top: 35px;   
}
#icons-columns{
	padding-bottom: 30px;
	position: relative;
	top: 20px;
	left: 20px;
}
.icon-item{
	position: relative;
	float: left;
	margin: 0;
}
.icon-item .img{
	position: relative;
	float: left;
	width: 100%;
	height: 57px;
	margin-top: 35px;
	margin-left: 76px;
}

.icon-item .description{
	position: relative;
	float: left;
	display: block;
	margin-left: 0;
	font-family: "Helvetica Neue", Arial;
	font-size: 12px;
	line-height: 17px;
	color: #C3C3C3;
	text-shadow: 0 1px 0 white;
}

.icon-item .description .title{
	color: #5B8189;
    font-family: "Oswald", "Arial";
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    padding: 15px 0;
    position: relative;
    width: 100%;
    margin-left: 45px;
}

/* IMAGES */
.services_rows {
	padding-bottom: 0;
	position: relative;
	left: 13px;
	top: 10px;
}
.images .divider-points {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 800px;
	right: 50px;
	top: -9px;
}

.services_rows .proj-item{
	box-shadow: none;
	background: none;
	xheight: 142px;
	margin-right: -1px;
}

.services_rows .proj-item .thumb-proj{
	height: 78px;
	position: relative;
}

.services_rows .proj-item .title{
	font-family: "Oswald", "Arial";
	font-size: 14px;
	line-height: 18px;
	color: #2f2f31;
	padding: 10px 0;
}

.services_rows .proj-item img{
	position: relative;
	padding: 0px;
	width: 200px;
	height: 78px;
}

.services_rows .proj-item .description{
	position: relative;
	padding: 10px 0;
	width: 210px;
}

.services_rows .proj-item .thumb-proj{
	background: none ;
}

/*Icons*/
.icons .divider-points {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 815px;
	margin-top: -9px;
	right: 50px;
}
.services-alinea{
	position: relative;
	top: 28px;
	margin: 0;
	left: 8px;
	padding-bottom: 0;
}
#icons-columns2 {
	padding-bottom: 0;
	padding-top: 63px;
	position: relative;
	left: 10px;
}