/* General */

@font-face {

  font-family: 'Raleway';

  font-style: normal;

  font-weight: 400;

  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');

}

@font-face {

  font-family: 'Raleway';

  font-style: normal;

  font-weight: 800;

  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}

@font-face {

  font-family: 'Raleway';

  font-style: normal;

  font-weight: 900;

  src: local('Raleway Heavy'), local('Raleway-Heavy'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/PKCRbVvRfd5n7BTjtGiFZBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}

@font-face {

  font-family: 'Roboto Condensed';

  font-style: normal;

  font-weight: 300;

  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');

}

@font-face {

  font-family: 'Roboto Condensed';

  font-style: normal;

  font-weight: 400;

  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');

}

@font-face {

  font-family: 'Roboto Condensed';

  font-style: normal;

  font-weight: 700;

  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');

}

@font-face {

  font-family: 'Roboto Condensed';

  font-style: italic;

  font-weight: 300;

  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/mg0cGfGRUERshzBlvqxeAO6J62hFWZVScRuaNBOo_rA.woff) format('woff');

}

#body {

	font-family: 'Tahoma', sans-serif;

	font-weight: 400;

	font-size: 12px;

	line-height:18px;

	color: #7a7a7a;

	background-color: #ffffff;

	overflow-x:hidden;

}

::selection {

	background: #1D76A6;

	color:#fff;

}

::-moz-selection {

	background: #1D76A6; /* Firefox */

	color: #ffffff;

}

img {

	max-width: 100%;

}

a:link {

	color: #1D76A6;

	text-decoration: none;

}

a:hover {

	color:#1D76A6;

}

a:visited {

	color: #1D76A6;

	text-decoration: none;

}

.right {

	float:right;

}

.left {

	float:left;

}

.box-shadow {

	position:absolute;

	z-index:0;

	left:0;

	right:0;

	top:0;

	bottom:0px;

	box-shadow: 0 0 60px rgba(0,0,0, 0.7) inset;

	-webkit-box-shadow: 0 0 60px rgba(0,0,0, 0.7) inset;

	-moz-box-shadow: 0 0 60px rgba(0,0,0, 0.7) inset;

}

.overflow-hidden {

	overflow-x: hidden;

}

/* Navigation */

.menu {

	position: relative;

	top: 0px;

	width: 100%;

	height: 76px;

	background: url(../images/menu-background.png) repeat left top;

	z-index: 9999;

	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);

	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);

	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.171);

	border-top: 3px solid #1D76A6;

}

.sep-shadow {

	background:url(../images/sep-shadow.png) no-repeat center bottom;

	padding-top: 115px;

	z-index: 0;

}

#logo {

	margin-bottom: 0;

	margin-left: -5px;

}

#nav {

	text-align: right;

}

.navigation {

	float: right;

	list-style: none;

	margin: 0;

}

ul.navigation {

	margin: 0;

	padding: 0;

}

.navigation li {

	float: left;

	text-align: left;

	padding: 28px 26px;

	margin-left: 0;

	text-transform: uppercase;

	background: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-weight: 400;

	font-size: 16px;

	line-height: 20px;

	color: #ffffff;

	transition: background 0.3s ease-in-out;

	-moz-transition: background 0.3s ease-in-out;

	-webkit-transition: background 0.3s ease-in-out;

	-o-transition: background 0.3s ease-in-out;

}

.navigation li:first-child {

	margin-left: 0;

}

.navigation li:hover,

.navigation .active {

	cursor: pointer;

	background: #1D76A6;

}

/* General Slides */ 

.slide {

	background-attachment: fixed;

	width: 100%;

	height: 100%;

	position: relative;

	padding: 0;

}

/* Heading */

h1 {

	float: left;

	margin: 0 13px 40px 0;

	padding: 0 19px 0 0;

	text-transform: uppercase;

	text-align: left;

	font-style: normal;

	background: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 60px;

	line-height: 65px;

	color: #3e3e3e;

	font-weight: 700;

	margin-top: 15px;

}

/* Heading Arrow */

.heading-arrow {

	float: right;

	margin: 0 0px 10px 20px;

	padding: 0 7px 0 0;

	text-transform: uppercase;

	text-align: left;

	font-style: normal;

	background: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 60px;

	line-height: 62px;

	color: #3e3e3e;

	font-weight: 700;

}

.heading-description {

	margin: 0;

	padding: 0;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 16px;

	line-height: 18px;

	font-style: italic;

	color: #6b6b6b;

	padding-top: 13px;

	margin-top: 15px;

}

h4 {

	margin: 0;

	padding: 0 0 15px 0;

	text-transform: uppercase;

	font-family: 'Roboto Condensed', sans-serif;

	font-weight: 400;

	font-size: 32px;

	font-style: normal;

	line-height: 40px;

	color: #343434;

}

h5 {

	margin: 0;

	padding: 0 0 17px 0;

	text-transform: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-style: italic;

	font-weight: 400;

	font-size: 18px;

	line-height: 20px;

	color: #343434;

}

/* Slide 1 Start */

.overlay-background {

	background: url(../images/overlay-background.png) repeat left top;

	position: relative;

	top: 0;

	bottom: -57px;

	height: 100%;

	z-index: 999 !important;

}

.home-padding {

	padding: 151px 0 151px 0;

}

.home-text {

	display: inline-block;

	padding: 0 12px 28px;

	text-transform: uppercase;

	font-family: 'Raleway', sans-serif;

	font-weight: 700;

	font-size: 23px;

	line-height: 33px;

	color: #ffffff;

	text-shadow: 3px 3px 3px rgba(0,0,0,0.21);

}

#slide1{

	background: url(../images/home-background.jpg);

	background-size: cover !important;

	width: 100%;

	z-index: 15000;

	text-align: center;

}

#slide1 h1 {

	float: none;

	border-right: none;

	margin: 0;

	padding: 0 0 27px;

	text-align: center;

	text-transform: uppercase;

	font-family: 'Raleway', sans-serif;

	font-size: 124px;

	line-height: 100px;

	color: #ffffff;

	font-weight: 900;

	text-shadow: 3px 3px 3px rgba(0,0,0,0.21);

}

#slide1 h2 {

	background-color: #595959;
    color: #FFFFFF;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 33px;
    margin: 0 0 100px;
    padding: 5px;
    text-shadow: 0 0 1px #FFFFFF;
    text-transform: uppercase;
    opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */

}

#slide1 .button-bottom {

	display: inline-block;

	margin: 0 10px;

	z-index: 10000;

}

#slide1 .button {

	position: relative;

	z-index: 10;

	display: inline-block;

	cursor: pointer;

	margin: 6px;

	padding: 16px 33px 16px 33px;

	border: none;

	text-transform: uppercase;

	background: none;

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 19px;

	line-height: 19px;

	font-weight: 400;

	color: #ffffff;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

#slide1 .button span  {

	position: absolute;

	top: 0%;

	right: 0%;

	background: url(../images/button-bottom.png) no-repeat right;

	background-position: 0 -60px;

	width: 60px;

	height: 60px;

	border: 8px solid #ffffff;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	opacity: 0.7;	

}

#slide1 .button span:hover  {

	background-position: 0 0px;

	opacity: 1;

}

/* Slide 1 End */



/* Border */

.left-border {

	display: inline-block;

	padding-bottom: 7px;

	background: url(../images/left-border.png) no-repeat;

	height: 2px;

	width: 140px;

}

.right-border {

	display: inline-block;

	padding-bottom: 7px;

	background: url(../images/right-border.png) no-repeat;

	height: 2px;

	width: 140px;

}

/* Button to Top */

.block-button-top {

	display: inline-block;

	margin: 0 10px;

	z-index: 10000;

}

.button-top {

	cursor: pointer;

	display: block;

	margin: 0 auto;

	border: none;

	text-transform: uppercase;

	background: url(../images/button-top.png) no-repeat right;

	background-position: 0 0;

	width: 60px;

	height: 60px;

	border: 4px solid #ffffff;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	margin-bottom: -27px;

	opacity: 0.7;

}

.button-top:hover {

	background-position: 0 -60px;

	opacity: 1;

}

/* Slide 2 Start */

#slide2 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}

/* Skills */

#skills p {

	padding: 0 0 3px 0;

	font-weight: 400;

	line-height: 20px;

	color: #808080;

}

/* About */

ul.about-list {

	margin: 4px 0 0 0;

	padding: 0;

}

.about-list li {

	background: url(../images/about-list.png) no-repeat left top;

	padding-left: 23px;

	margin-bottom: 13px;

	color: #2a282c;

}

/* Slide 2 End */

/* Slide 3 Start */

#slide3 {

	background-image: url(../images/slide3-background.jpg);

	background-size: cover !important;

	width: 100%;

	text-align: center;

}

#slide3 p {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	color: #bdc3c7;

	line-height: 18px;

	font-weight: 400;

	text-transform:uppercase;

	width: 100%;

}

#slide3 h1 {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 69px;

	color: #bdc3c7;

	line-height: 80px;

	font-weight: 400;

	text-transform: uppercase;

	width: 100%;

	text-align: center;

	border-right: none;

}

.padding-slide3 {

	padding: 169px 0 139px;

}

/* Slide 3 End */ 

/* Slide 4 Start */ 

#slide4 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}

.services-block {

	border: 1px solid #ededed;

	background: #ffffff;

	margin-left: 20px;

}

/* Services Block */

a.services-block {

	display: block;

	position: relative;

	text-align: center;

	color: #747474;

	font-size: 13px;

	line-height: 22px !important;

	margin-bottom: 35px;

	padding: 15px;

	transition: all 0.9s ease-in-out;

	-moz-transition: all 0.9s ease-in-out;

	-webkit-transition: all 0.9s ease-in-out;

	-o-transition: all 0.9s ease-in-out;border-radius:3px;

}

.services-block:hover {

	border: 1px solid #1D76A6;

	background: #1D76A6;

	color: #ffffff;

}

.services-block p {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 18px;

	line-height: 22px;

	color: #2a282c;

	padding-top: 10px;

	transition: all 0.9s ease-in-out;

	-moz-transition: all 0.9s ease-in-out;

	-webkit-transition: all 0.9s ease-in-out;

	-o-transition: all 0.9s ease-in-out;

	text-transform: uppercase;

}

.services-block .text {

	width: 85%;

	margin: 0px auto;

	text-align: center;

}

.services-block:hover p {

	color: #ffffff;

}

.icon {

	position: relative;

	z-index: 10;

	top: -50px;

	left: 50%;

	margin-left: -35px;

	margin-bottom: 30px;

}



/* Font Awesome Icon */

.fontawesome-icon.large.circle,

.fontawesome-icon.large.circle-deg {

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

	width: 30px;

	height: 30px;

	line-height: 30px;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	font-size: 30px;

	padding: 20px;

	color: #ffffff;

	background: #2a282c;

	border: 2px solid #2a282c;

}

.services-block .fontawesome-icon.large.circle {

	transition: all 0.7s ease-in-out;

	-moz-transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

	-o-transition: all 0.7s ease-in-out;

    opacity: 1;

}

.services-block:hover .fontawesome-icon.large.circle {

	transform: rotate(720deg) scale(0);

    opacity: 0;

}

.services-block .fontawesome-icon.large.circle-deg {

	transition: all 0.7s ease-in-out;

	-moz-transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

	-o-transition: all 0.7s ease-in-out;

	transform: rotate(720deg) scale(0);

    opacity: 0;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	font-size: 30px;

	padding: 20px;

	color: #ffffff;

	background: #1abc9c;

}

.services-block:hover .fontawesome-icon.large.circle-deg {

	transform: rotate(720deg) scale(1);

    opacity: 1;

	transition: all 0.7s ease-in-out;

	-moz-transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

	-o-transition: all 0.7s ease-in-out;

	border: 2px solid #ffffff;

}

/* Slide 4 End */



/* Slide 5 Start */ 

#slide5{

	background-image: url(../images/slide5-background.jpg);

	background-size: cover !important;

	width: 100%;

	height: auto;

	text-align: center;

}

#slide5 p {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	color: #bdc3c7;

	line-height: 18px;

	font-weight: 400;

	text-transform:uppercase;

	width: 100%;

}

#slide5 h1 {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 69px;

	color: #bdc3c7;

	line-height: 80px;

	font-weight: 400;

	text-transform: uppercase;

	width: 100%;

	text-align: center;

	border-right: none;

}

.padding-slide5 {

	padding: 169px 0 139px;

}

/* Slide 5 End */

/* Slide 6 Start */

#slide6 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}



.image-hover {

	overflow: hidden;

	position: relative;

	width: 315px;

	height: 203px;

	background: #ffffff;

	border: 1px solid #f5f5f5;

	padding: 4px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;

}

.image-block {

	display: inline-block;

	margin: 0 8px 8px 0;

}

.zoom, .link {

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	height: 40px;

	width: 40px;

	position: absolute;

	top: 220px;

	border: 2px solid #ffffff;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

.zoom {

	left: 106px;

	background-image: url(../images/zoom.png);

	background-position: 0 0;

	z-index: 999;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

.link {

	right: 106px;

	background-image: url(../images/link.png);

	background-position: 0 0;

	z-index: 999;

	transition-delay: 0.1s;

	-o-transition-delay: 0.1s;

	-moz-transition-delay: 0.1s;

	-webkit-transition-delay: 0.1s;

}

.zoom:hover, .link:hover {

	opacity: 1;

	filter: alpha(opacity=100);

	z-index: 999;

	background-color: #1abc9c;

}

.zoom a, .link a {

	display: block;

	width: 40px;

	height: 40px;

	text-indent: -9999px;

}

.image-hover:hover .zoom,

.image-hover:hover .link {

	top: 130px;

}

.item-description {

	position: absolute;

	top: -275px;

	left: 0;

	right: 0;

	height: 240px;

	background: #1D76A6;

	opacity: 0.9;

	text-align: center;

	color: #ffffff;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

.image-hover:hover .item-description {

	top: 0;

}

.item-description p {

	padding: 20px 20px 20px 20px;

	margin: 0;

	font-family: 'Tahoma', sans-serif;

	font-size: 18px;

	color: #ffffff;

	line-height: 18px;

	font-weight: 200;

	border-bottom: 1px dotted #ffffff;

	width: 60%;

	margin: 0px auto;

	margin-bottom: 15px;

}

/* Filter */

#filters {

	margin: 20px;

	margin-top: 0px;

	z-index: 10000;

	text-align: center;

}

#filters li {

	display: inline-block;

	position: relative;

}

#filters li a {

	display: block;

	position: relative;

	z-index: 10;

	margin: 0 6px 10px 0;

	padding: 3px 15px;

	text-transform: none;

	font-weight: 400;

	font-size: 14px;

	line-height: 26px;

}

#filters a {

	color: #444444;

}

#filters li a span {

	position: absolute;

	z-index: -1;

	left: 0;

	top: 0;

	bottom: 0;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

#filters li a:hover span,

#filters li a.selected span {

	width: 100%;

	color: #ffffff;

	background: #1D76A6;

}



/* Isotope */

.isotope-item {

  z-index: 2;

}

.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}

.isotope,

.isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

     -moz-transition-duration: 0.8s;

          transition-duration: 0.8s;

}

.isotope {

  -webkit-transition-property: height, width;

     -moz-transition-property: height, width;

          transition-property: height, width;

}

.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

     -moz-transition-property:    -moz-transform, opacity;

          transition-property:         transform, opacity;

}

.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

     -moz-transition-duration: 0s;

          transition-duration: 0s;

}

.isotope.infinite-scrolling {

  -webkit-transition: none;

     -moz-transition: none;

          transition: none;

}

.element {

  overflow: hidden;

  position: relative;

}

.element img {}

/* Slide 6 End */



/* Slide 7 Start */

#slide7{

	background-image: url(../images/slide7-background.jpg);

	background-size: cover !important;

	width: 100%;

	text-align: center;

}

#slide7 p {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 14px;

	color: #bdc3c7;

	line-height: 18px;

	font-weight: 400;

	text-transform: uppercase;

	width: 100%;

}

#slide7 h1 {

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 69px;

	color: #bdc3c7;

	line-height: 80px;

	font-weight: 400;

	text-transform: uppercase;

	width: 100%;

	text-align: center;

	border-right: none;

}

.padding-slide7 {

	padding: 169px 0 139px;

}

/* Slide 7 End */



/* Slide 8 Start */

#slide8 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}

/* Slide 8 End */



/* Slide 9 Start */

#slide9 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}

/* Slide 9 End */

/* Slide 10 Start */

#slide10 {

	background: url(../images/slide-background.png) repeat;

	padding: 106px 0 69px;

}

/* Slide 10 End */



/* Footer Start */

#footer {

	background: url(../images/menu-background.png) repeat left top;

	padding: 10px 0 10px;	

}

/* Social Icons */

.footer-social-icons {

	margin: 15px;

	margin-bottom: 15px;

	text-align: center;

}

.footer-social-icons span {

	font-size: 35px;

	margin: 12px;

	color: #ffffff;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

}

.footer-social-icons span:hover {

	cursor: pointer;

	color: #1D76A6;

}

.copyright {

	width: 100%;

	text-align: center;

	text-transform: uppercase;

	font-family: 'Arial', sans-serif;

	color: #e9e9e9;

	line-height: 28px;

	font-size: 12px;

	margin-bottom: 10px;

}

.contact-info span {

	font-family: 'Arial', sans-serif;

	font-size: 14px;

}

.contact-info li {

	margin-right: 16px;

	font-size: 30px;

}



ul.contact-info {

	padding-top: 10px;

}

/* Back Top */

#button-top-footer a.button {

	cursor: pointer;

	position: relative;

	z-index: 300;

	display: block;

	margin: 0;

	width: 40px;

	height: 40px;

	border: 2px solid #ffffff;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	background: url(../images/button-top-footer.png) no-repeat top right;

	text-transform: uppercase;

	font-weight: 400;

	color: #ffffff;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;margin:0px auto;

}

#button-top-footer a.button:hover {

	text-decoration: none;

	border: 2px solid #1D76A6;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	border-radius: 50%;

	background-position: 0px -40px;

}

/* Footer End */