@font-face {  font-family: 'PermanentMarker';  src: url('../fonts/PermanentMarker-webfont.eot');  src: url('../fonts/PermanentMarker-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PermanentMarker-webfont.svg#PermanentMarkerRegular') format('svg'), url('../fonts/PermanentMarker-webfont.woff') format('woff'), url('../fonts/PermanentMarker-webfont.ttf') format('truetype');  font-weight: bold;  font-style: normal;}

@font-face {  font-family: 'Raleway';  src: url('../fonts/Raleway-Bold-webfont.eot');  src: url('../fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold-webfont.svg#RalewayBold') format('svg'), url('../fonts/Raleway-Bold-webfont.woff') format('woff'), url('../fonts/Raleway-Bold-webfont.ttf') format('truetype');  font-weight: bold;  font-style: normal;}

@font-face {  font-family: 'Raleway';  src: url('../fonts/Raleway-Medium-webfont.eot');  src: url('../fonts/Raleway-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium-webfont.svg#RalewayMedium') format('svg'), url('../fonts/Raleway-Medium-webfont.woff') format('woff'), url('../fonts/Raleway-Medium-webfont.ttf') format('truetype');  font-weight: normal;  font-style: normal;}

@font-face {  font-family: 'PTSans';  src: url('../fonts/PTS55F-webfont.eot');  src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype');  font-weight: normal;  font-style: normal;}

@font-face {  font-family: 'PTSans';  src: url('../fonts/PTS56F-webfont.eot');  src: url('../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS56F-webfont.svg#PTSansItalic') format('svg'), url('../fonts/PTS56F-webfont.woff') format('woff'), url('../fonts/PTS56F-webfont.ttf') format('truetype');  font-weight: normal;  font-style: italic;}

@font-face {  font-family: 'PTSans';  src: url('../fonts/PTS75F-webfont.eot');  src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.svg#PTSansBold') format('svg'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype');  font-weight: bold;  font-style: normal;}

@font-face {  font-family: 'PTSans';  src: url('../fonts/PTS76F-webfont.eot');  src: url('../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg'), url('../fonts/PTS76F-webfont.woff') format('woff'), url('../fonts/PTS76F-webfont.ttf') format('truetype');  font-weight: bold;  font-style: italic;}

* {
  margin: 0;
  padding: 0;
}


body {
  background: #111111;
  margin: 0 0 16px;
  font-family: PTSans, arial, sans-serif;
  font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}


a {
  color: #236067;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


strong {
  font-weight: bold;
}


i, em {
  font-style: italic;
}


img {
  margin: 0;
  border: 0;
}


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


p, ul, ol, td, div {
  color: #7e7e7e;
  font-size: 14px;
  font-family: PTSans, arial, sans-serif;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: none;
}


td, th, tr {
  vertical-align: top;
}


article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


.container {
  width: 1000px;
  margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', 'PT Sans', arial, sans-serif;
  margin-bottom: 20px;
  line-height: 1em;
}


h1 {
  font-size: 24px;
}


h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}


.mainContainer p {
  margin-bottom: 1em;
}


ul.dotted {
  list-style: disc;
  margin-left: 20px;
}

ul.dotted li {
  line-height: 20px;
}


.aboutCol {
  width: 210px;
  float: left;
  padding: 20px;
  background: #151515;
  height: 400px;
  margin-top: 20px;
}

.aboutCol:nth-child(odd) {
  background: #171717;
}

.aboutCol h2 {
  margin-top: 0;
}


p.error {
  color: #b94a48;
  font-weight: bold;
}


p.success {
  color: #468847;
  font-weight: bold;
}


.contactPage input[type="text"], .contactPage textarea {
  line-height: 16px;
  font-family: PTSans, arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 6px;
  background: #1a1a1a;
  border: 1px solid black;
  color: #fafafa;
}

.contactPage input[type="text"] {
  width: 250px;
  height: 22px;
}

.contactPage textarea {
  width: 500px;
  display: block;
  padding: 6px;
  height: 300px;
}

.contactPage label {
  display: block;
  font-weight: bold;
  font-family: Raleway, PTSans, arial, sans-serif;
  line-height: 20px;
}


/*
 * Buttons
 */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: PTSans, arial, sans-serif;
  font-weight: normal;
}


.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}


.btn.active, .btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}


.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #0044cc;
}


.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}


/*
 * Carousel
 */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.carousel-inner > .item {
  position: relative;
  display: none;
  text-align: center;
  background: #131313;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: inline-block;
  line-height: 1;
}


.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}


.carousel-inner > .active {
  left: 0;
}


.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}


.carousel-inner > .next {
  left: 100%;
}


.carousel-inner > .prev {
  left: -100%;
}


.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}


.carousel-inner > .active.left {
  left: -100%;
}


.carousel-inner > .active.right {
  left: 100%;
}


.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(100);
  font-family: arial, sans-serif;
}


.carousel-control.left {
  text-indent: -2px;
}


.carousel-control.right {
  right: 15px;
  left: auto;
  text-indent: 5px;
}


.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(100);
}


.carousel-indicators {
  position: absolute;
  bottom: -25px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}


.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #929292;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}


.carousel-indicators .active {
  background-color: #efefef;
}


.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.85);
  text-align: left;
}


.carousel-caption h4, .carousel-caption p {
  color: white;
}


.carousel-caption h4 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 20px;
}


.carousel-caption p {
  margin-bottom: 0;
}


.carousel.oneItem .carousel-control, .carousel.oneItem .carousel-indicators {
  display: none;
}


.lv_title, .lv_caption {
  color: #eaeaea;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}


.lv_title {
  font-family: Raleway, PTSans, arial, sans-serif;
}


.header {
  background: #080808;
  height: 90px;
  margin-bottom: 30px;
}

.header > a {
  text-decoration: none;
}

.header h1 {
  font-family: PermanentMarker, Raleway, arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: #3baebc;
  float: left;
  margin-top: 15px;
  padding-right: 5px;
}
.header h1 small {
  display: block;
  font-family: Raleway, arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #7e7e7e;
}

.header img {
  float: left;
  margin-right: 20px;
  margin-top: 12px;
}

.header nav {
  float: right;
}
.header nav a {
  display: block;
  float: left;
  height: 90px;
  line-height: 90px;
  font-family: Raleway, arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
  width: 110px;
  text-decoration: none;
}
.header nav a:hover {
  background: #236067;
  color: white;
}
.homePage .header nav a.homeLink, .aboutPage .header nav a.aboutLink, .portfolioPage .header nav a.portfolioLink, .contactPage .header nav a.contactLink {
  background: #111111;
  color: white;
}


.homeHero {
  font-weight: bold;
  font-family: Raleway, PTSans, arial, sans-serif;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 30px;
}

.homeHero .colourBlue {
  color: #3baebc;
}

.homeHero .colourYellow {
  color: #bcb13b;
}

.homeHero .colourGreen {
  color: #5fbc3b;
}

.homeHero .colourPurple {
  color: #963bbc;
  font-size: 40px;
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.homeHero .colourRed {
  color: #bc3b3b;
}


.homeNavButton {
  text-align: center;
  margin-bottom: 30px;
}


.homeSkills {
  overflow: hidden;
}

.homeSkills .skillAnim {
  zoom: 1;
  margin-bottom: 30px;
  position: relative;
  width: 2690px;
}
.homeSkills .skillAnim:before, .homeSkills .skillAnim:after {
  content: "";
  display: table;
}
.homeSkills .skillAnim:after {
  clear: both;
}
.homeSkills .skillAnim > div {
  float: left;
  width: 100px;
  height: 100px;
  background: url(../images/home_icons_sprite.png) no-repeat;
  /*
 * border: 1px solid #1e1e1e;
 */
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-animation: 20s skillLoop linear 1.5s infinite;
  animation: 20s skillLoop linear 1.5s infinite;
}
.homeSkills .skillAnim > div.ps {
  background-position: 0 0;
}
.homeSkills .skillAnim > div.ai {
  background-position: -100px 0;
}
.homeSkills .skillAnim > div.fl {
  background-position: -200px 0;
}
.homeSkills .skillAnim > div.ae {
  background-position: -300px 0;
}
.homeSkills .skillAnim > div.id {
  background-position: -400px 0;
}
.homeSkills .skillAnim > div.html {
  background-position: -500px 0;
}
.homeSkills .skillAnim > div.css {
  background-position: 0 -100px;
}
.homeSkills .skillAnim > div.php {
  background-position: -100px -100px;
}
.homeSkills .skillAnim > div.maya {
  background-position: -200px -100px;
}
.homeSkills .skillAnim > div.ff {
  background-position: -300px -100px;
}
.homeSkills .skillAnim > div.safari {
  background-position: -400px -100px;
}
.homeSkills .skillAnim > div.ie {
  background-position: -500px -100px;
}


@-webkit-keyframes skillLoop {  0% {  left: 0;}  100% {  left: -50%;}}

@keyframes skillLoop {  0% {  left: 0;}  100% {  left: -50%;}}

.carousel, .carousel-inner > .item {
  height: 400px;
}


.portfolioItemInfo {
  background: #131313;
  margin-top: -20px;
  padding: 20px;
}

.portfolioItemInfo .designer {
  color: #3baebc;
}

.portfolioItemInfo .developer {
  color: #bcb13b;
}

.portfolioItemInfo .manager {
  color: #963bbc;
}

.portfolioItemInfo .btn {
  margin: -6px 0 -4px 10px;
}


.porfolioList {
  zoom: 1;
}

.porfolioList:before, .porfolioList:after {
  content: "";
  display: table;
}

.porfolioList:after {
  clear: both;
}

.porfolioList li {
  float: left;
  width: 200px;
  height: 200px;
  background: #151515;
}
.porfolioList li:nth-child(odd) {
  background: #171717;
}
.porfolioList li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  color: #7e7e7e;
  position: relative;
  width: 180px;
  height: 180px;
}
.porfolioList li a img {
  opacity: 0.4;
}
.porfolioList li a:hover img {
  opacity: 1;
}
.porfolioList li a span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 160px;
  padding: 10px;
  background: #333333;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: Raleway, PTSans, arial, sans-serif;
  font-weight: bold;
}
.porfolioList li a:hover span {
  color: white;
}


