@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One|Josefin+Sans|Pontano+Sans|ABeeZee|Open+Sans+Condensed:300,700|Raleway:400,500,700,300|Open+Sans|Roboto|Marcellus+SC|Poiret+One|Droid+Serif:400,700););

/* -------------------------------- 

Primary style

-------------------------------- */
html {
  font-size: 62%;
  overflow-x:hidden;
}

img {
	max-width:100%;
}

.col { padding:1em 0; text-align:center;}


/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  font-family: 'Julius Sans One', sans-serif;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.9s;
  -moz-transition: -moz-transform 0.9s;
  transition: transform 0.9s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 500px;
  }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
}
.cd-hero-slider li:first-of-type {
  background-image: url("../img/Hard-Drive.gif");
  background-color:#ffffff;	
}
.cd-hero-slider li h2,
.cd-hero-slider li p {
	margin-top: 20px;	
}
.cd-hero-slider li:first-of-type h2,
.cd-hero-slider li:first-of-type p {
	color:#000000;
	text-shadow:#000000;
}

.cd-hero-slider li:nth-of-type(2) h2{
	margin-top: -10px;
	font-size: 2.5em;	
}
.cd-hero-slider li:nth-of-type(3) h2{
	margin-top: 10px;	
}

.cd-hero-slider li:nth-of-type(4) h2,
.cd-hero-slider li:nth-of-type(4) p {
  color:#ffffff;
}
.cd-hero-slider li:nth-of-type(2) {
  background-color:#606060;
  background-image: url("../img/tech-1-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url("../img/design.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url("../img/coding.jpg");
}
.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url("../img/img.jpg");
}
.cd-bg-video h2,
.cd-bg-video p{
	color:#000000 !important;	
}

.cd-hero-slider img{
	margin-top: -40px;	
}

.cd-hero-slider h2 {
	margin-top: 30px;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 95%;
  max-width: 430px;
}
.cd-hero-slider h2 {
  font-size: 2.2rem;
}
.cd-hero-slider p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.1em 1.3em;
  text-decoration:none;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: 'Julius Sans One', sans-serif;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
  font-family: 'Julius Sans One', sans-serif;
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
	padding-top:10px;
  }
  .cd-hero-slider li:nth-of-type(3) h2{
    margin-top:20px;
  }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 70px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
	width: 100%;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
	
  }
  .cd-img-container img {
	width: 80%;  
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 560px;
  }
   
  .cd-hero-slider h2 {
    font-size: 2.8em;
    font-weight: 300;
	margin-top:10px;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 100px;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px;
	
  }
  
  .cd-hero-slider li:nth-of-type(4) {
	color:#4F4F4F !important;  
  }
  
  .cd-hero-slider h2 {
    font-size: 3.0em;
  }
  .cd-hero-slider p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
	.cd-hero-slider .cd-full-width,
  	.cd-hero-slider .cd-half-width {
    	padding-top: 100px;
  	}
	.cd-bg-video h2,
	.cd-bg-video p{
	color:#ffffff !important;	
	}
	.cd-hero-slider li:nth-of-type(2) h2{
  	margin-top:-50px;
	}
}


/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}


/* -------------------------------- 

Main content - Navigation

-------------------------------- */

@media screen and (min-width: 960px){
.wrapper {
	width: 100%;	
}

.gridsection2 {
	width: 100%;
	height: 60px;	
	background-color:#424040;
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	z-index:1 !important;	
}

#logo {
	float:left;
	margin-top: -7px;
}

.beginnav {
	width: 910px;
	height:60px;
	margin: 0 auto;
}
.beginnav2 {
	margin-top:-15px;
	z-index:1 !important;
}

.beginnav ul {
	text-align:right;	
	padding-right: 15px;
	margin-top: 20px;
	float: right;	
}

.beginnav li{
	display: inline;
	font-size:20px;
	margin-left: 25px;
}
	
.beginnav li a{
	text-decoration:none;
	color: #C5C2C2;
	font-family: 'Pontano Sans', sans-serif;
}
}


@media screen and (max-width: 959px){

.wrapper {
	width: 100%;	
}

.gridsection2 {
	width: 100%;
	height: 60px;	
	background-color:#424040;
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);	
	z-index:1 !important;
}

#logo {
	float:left;
	margin-top: -5px;
}

.beginnav {
	width: 100%;
	height:50px;
	margin: 0 auto;
}

.beginnav2 {
	margin-top:-10px;	
}

.beginnav ul {
	text-align:right;	
	padding-top: 20px;
}

.beginnav li{
	display: inline;
	font-size:18px;
}
	
.beginnav li a{
	text-decoration:none;
	color: #C5C2C2;
	font-family: 'Pontano Sans', sans-serif;
	margin-right: 20px;
}
}


@media screen and (max-width: 767px){
.gridsection2 {
	width: 100%;
	height: 60px;	
	background-color:#424040;
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);	
	z-index:1;
}

#logo {
	float:left;
	margin-top: -5px;
}

.beginnav {
	width: 100%;
	height:60px;
}

.beginnav2 {
	margin-top:-10px;	
}

.beginnav ul {
	text-align:right;	
	margin-left: -50px;
	
}

.beginnav li{
	display: inline;
	font-size:16px;
}
	
.beginnav li a{
	text-decoration:none;
	color: #C5C2C2;
	font-family: 'Pontano Sans', sans-serif;
	margin-right: 10px;
}
}

@media screen and (max-width: 600px){
.gridsection2 {
	width: 100%;
	height: 60px;	
	background-color:#424040;
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.75);	
	z-index:1;
}

#logo {
	float:left;	
	margin-left: -2px;
}

.beginnav {
	width: 100%;
	height:60px;
}

.beginnav2 {
	margin-top:-10px;	
}

.beginnav ul {
	text-align:right;
	margin-left: -20px;		
	float:right;
	margin-top: 5px;
}

.beginnav li{
	display: inline;
	font-size: 13px;
}
	
.beginnav li a{
	text-decoration:none;
	color: #C5C2C2;
	font-family: 'Pontano Sans', sans-serif;
}
}


@media screen and (max-width: 425px){
#logo {
	display:none;
	z-index:1;	
}
}



/*--------------------------------------------

Main Content - About Middle Section

---------------------------------------------*/

@media (min-width: 960px){
.gridsection3 {
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	padding: 0 auto;
	max-width:100%;	
}

#middlesection {
	width: 80%;
	margin: 0 auto;
}

#indexh1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-align:center;
	color:#5B5B5B;	
}

#puzzlepiece {
	padding-bottom: 50px;
	display: block;
	margin: 0 auto;
}

#indexh2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align:center;
	color:#5B5B5B;
}
}


@media (min-width: 768px) and (max-width: 959px){
.gridsection3 {
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	padding: 0 auto;
	max-width:100%;	
}

#middlesection {
	width: 740px;
	margin: 0 auto;
}

#indexh1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-align:center;
	color:#5B5B5B;	
}

#puzzlepiece {
	padding-bottom: 50px;
	display: block;
	margin: 0 auto;
}

#indexh2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align:center;
	color:#5B5B5B;
	margin: 0 auto;
	width: 90%;
}
}

@media (min-width: 601px) and (max-width: 768px){
.gridsection3 {
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	padding: 0 auto;
	max-width:100%;
}

#middlesection {
	width: 570px;
	margin: 0 auto;
}

#indexh1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-align:center;
	color:#5B5B5B;	
}

#puzzlepiece {
	padding-bottom: 50px;
	display: block;
	margin: 0 auto;
}

#indexh2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align:center;
	color:#5B5B5B;
}
}

@media (min-width: 481px) and (max-width: 600px){
.gridsection3 {
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	padding: 0 auto;
	max-width:100%;
}

#middlesection {
	width: 80%;
	margin: 0 auto;
}

#indexh1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-align:center;
	color:#5B5B5B;	
}

#puzzlepiece {
	padding-bottom: 50px;
	display: block;
	margin: 0 auto;
}

#indexh2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align:center;
	color:#5B5B5B;
}
}

@media (max-width: 480px){
.gridsection3 {
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	padding: 0 auto;
	max-width:100%;	
}

#middlesection {
	width: 95%;
	margin: 0 auto;
}

#indexh1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-align:center;
	color:#5B5B5B;	
}

#puzzlepiece {
	padding-bottom: 50px;
	display: block;
	margin: 0 auto;
	max-width:100%;
}

#indexh2 {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align:center;
	color:#5B5B5B;
}
}

/* -----------------------------------------

PARALAX SCROLLED IMAGE

----------------------------------------- */

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 100%;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */

section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.4;
  font-weight: 700;
  text-align: right;
  font-size: 48px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Josefin Sans', sans-serif;
  padding-top: 350px;
}
section.module.parallax-1 {
  background-image: url("../img/desk.jpg");
 }

@media all and (min-width: 600px) {

 section.module.parallax h1 {
    font-size: 90px;
	padding-top: 300px;
  }
}

@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 140px;
	padding-top: 180px;
  }
}

@media all and (max-width: 599px) {
  section.module.parallax h1 {
    font-size: 48px;
	padding-top: 400px;
  }
}
	
	
/*--------------------------------------

Main Content - Services

--------------------------------------*/

.gridsection4 {
	background-color: #414753;
	width: 100%;
	height: 650px;
	text-align: center;
		
}

.section.group{
	margin: 0 auto;
	width: 95%;
	
}

.gridsection4 h2{
	font-family: 'Julius Sans One', sans-serif;
	font-weight:100;
	color: #D7D6D6;
	text-align:center;
	font-size: 48px;
	padding-top: 150px;
	margin-bottom:60px;
}

.col {
	float: left;
	padding: 5px;
	margin: 0 auto;
	
}

.srv-icon{
	max-width:100%;	
	display: block;
	margin: 0 auto;
	
}

.gs4.h3{
	text-align: center;
	font-size:22px;
	font-family: 'Julius Sans One', sans-serif;
	color:#000;
}

.ser-p {
	width: 100%;
	font-family: 'Pontano Sans', sans-serif;
	margin-top: 10px;
	color: #D7D6D6;
	font-size: 16px;
	text-align: center;  	
}

@media screen and (max-width: 648px){
.gridsection4 {
	background-color: #414753;
	width: 100%;
	height: 1250px;
	text-align: center;
		
}	
}


/*------------------------------------

MAIN CONTENT - WRITE/USE

------------------------------------*/
.gridsection5 {
	background-color:#ffffff;
	height: 750px;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 100px;
}

.ind-res h2{
	font-family: 'Julius Sans One', sans-serif;
	font-weight:100;
	color:#5B5B5B;
	text-align:center;
	font-size: 48px;
	padding-top: 150px;
	margin-bottom: 50px;	
}

.ind-res-wu {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;	
}

.ind-res-wu p {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align:center;
	color:#5B5B5B;
	margin-bottom: 80px;	
}

.ind-res-li h3 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight:100;
	color:#000000;
	text-align:center;
	font-size: 28px;
	margin-bottom: 15px;
}

.ind-res-li ul li {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align:center;
	color:#5B5B5B;
}

.ind-res-btn {
	display: inline-block;
  	padding: 1.0em 1.2em;
  	text-decoration:none;
  	margin-top: .8em;
  	background-color: rgba(212, 68, 87, 0.9);
  	font-size: 1.1rem;
  	font-weight: 700;
  	letter-spacing: 1px;
  	color: #ffffff;
  	text-transform: uppercase;
  	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	font-family: 'Julius Sans One', sans-serif;
}

/*.gridsection5 h2{
	font-family: 'Julius Sans One', sans-serif;
	font-weight:100;
	color:#AFACAC;
	text-align:center;
	font-size: 48px;
	padding-top: 150px;
	padding-bottom: 50px;
}

.gridsection5 div ul {
	padding-top: 25px;
		
}

.gridsection5 div ul li {
	font-size: 20px;
	color:#4B4B4B;
	font-family: 'Abeezee', sans-serif;	
}

#div-use {
	float:left;
	width: 45%;	
}

#div-write {
	float:right;
	width: 45%;	
}

@media screen and (max-width: 845px){
.gridsection5 {
	background-color:#f4f4f4;
	height: 950px;
	width: 100%;
	text-align:center;
	margin: 0 auto;
}

#div-use {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 60px;	
}

#div-write {
	margin: 0 auto;
	width: 100%;
		
}

#div-use img {
	max-width: 80%;
	margin: 0 auto;
}

.gridsection5 h2{
	font-family: 'Julius Sans One', sans-serif;
	font-weight:100;
	color:#AFACAC;
	text-align:center;
	font-size: 36px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.gridsection5 div ul {
	padding-top: 25px;
	margin-bottom: 40px;
	margin: 0 auto;
}

.gridsection5 div ul li {
	font-size: 12px;
	color:#4B4B4B;
	font-family: 'Abeezee', sans-serif;	
}

#div-write h2 {
	
}

#div-use h2 {
	margin-top: 50px;	
}

#div-write h2 {
	padding-top: 60px;	
}

#div-write img {
	max-width: 20%;
	max-height: 20%;
	padding-bottom: 20px;	
}
}*/


/*------------------------------

MAIN CONTENT - FOOTER

------------------------------*/
footer {
	background-color:#333333;
	height: 220px;
	clear:both;
	width: 100%;
	margin-top: 50px;
}

.ft-content {
	margin: 0 auto;
}

.ft-content h2 {
	text-align:center;
	color:#EDEDED;
	font-size:20px;
	font-family: 'Pontano Sans', sans-serif;
	padding: 10px;	
	padding-top: 20px;
}

.ft-links  {
	text-align:center;
}

.ft-links ul li{
	font-size: 16px;
	font-family: 'Julius Sans One', sans-serif;
	display:inline-block;
	margin: 0 auto;	
}

.ft-links ul li a{
	text-decoration:none;
	color:#EDEDED;
	margin: 5px;
}

.ft-content h3{
	font-size:20px;
	font-family: 'Julius Sans One', sans-serif;
	text-align:center;
}

.soc-row {
	margin: 0 auto;
	margin-top: 35px;
	float: right;
}

.fa-heart-o {
	color:#C70003;	
}

.social-slide {
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-position: 0px 0px;
}

.social-slide:hover {
	background-position: 0px 48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter-hover {
	background-image: url('../img/twitter-hover.png');
	border-radius: 3px;
}
.facebook-hover {
	background-image: url('../img/facebook-hover.png');
	border-radius: 3px;
}
.google-hover {
	background-image: url('../img/google-hover.png');
	border-radius: 3px;
}
.linkedin-hover {
	background-image: url('../img/linkedin-hover.png');
	border-radius: 3px;
}
.email-hover {
	background-image: url('../img/email-sprite.png');
	border-radius: 3px;
}
.xbox-hover {
	border-radius: 3px;
	background-image: url('../img/xbox.png');
}
.ps-hover {
	border-radius: 3px;
	background-image: url('../img/ps.png');
}

@media screen and (max-width: 550px) {
.social-slide {
	height: 48px;
	width: 48px;
	margin: 4px;	
}
.soc-row {
	margin-right: 4px;	
}

.social-slide:hover {
	background-position: 0px 48px;
}

.xbox-hover {
	display: none;
	
}
.ps-hover {
	display: none;
}

.ft-content h2 {
	font-size:18px;
}

.ft-links ul li{
	font-size: 14px;
}

.ft-content h3{
	font-size:18px;
}
}



/*------------------------------

ABOUT PAGE - About

------------------------------*/


.ab-wrapper {
	width: 100%;
	margin: 0 auto;	
}

.ab-intro {
	padding-top:120px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;	
}

.ab-intro-left {
	float: left;
	border-right: #474747 solid 2px;
	padding-right: 8%;	
}
.ab-intro-right {
	float: right;
	width: 50%;
}

.ab-intro h1{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 58px;
	font-weight: 400;
	color:#31325F;
}
.ab-intro h2{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color:#555555;	
}
.ab-intro p{
	font-family: 'Pontano Sans', sans-serif;
}

.ab-span1 {
	font-size: 18px;
	color:#A0A0A0;
	font-weight:600;	
}

.ab-span2 {
	font-size: 20px;
	color:#312998;
	font-weight:700;
}

.ab-span3 {
	font-size: 20px;
	color:#000000;
	font-weight:700;	
}

.ab-tools {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 60px;
	
}

#div-use {
	width: 45%;
	margin: 0 auto;
	float: right;
}

#div-use h2 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color:#31325F;
	margin-bottom: 10px;	
}

.ab-row1 {
	display: block;	
}

.ab-row2 {
	display: block;
	margin-bottom: 80px;	
}

.ab-row1 img,
.ab-row2 img {
	max-width: 100%;
	margin: 0 auto;
	padding: 15px;	
}

#div-write {
	width: 45%;
	margin: 0 auto;
	float: right;	
}

#div-write h2 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color:#31325F;
	margin-bottom: 10px;
}


@media (min-width:800px) and (max-width:999px) {
	.ab-tools {
		width: 90%;
	}
	
	#div-write h2,
	#div-use h2 {
		font-size: 32px;
	}	

	.ab-row1 img,
	.ab-row2 img {
		padding:10px;
	}
	
	#div-write,
	#div-use {
	width: 45%;
	}
}


@media (min-width:650px) and (max-width:799px) {
	.ab-tools {
		width: 95%;
	}
	
	#div-write h2,
	#div-use h2 {
		font-size: 32px;
	}	

	.ab-row1 img,
	.ab-row2 img {
		padding:5px;
	}
	
	#div-write,
	#div-use {
	width: 45%;
	}
}


@media (min-width:550px) and (max-width:649px) {
	.ab-tools {
		width: 95%;
	}
	
	#div-write h2,
	#div-use h2 {
		font-size: 30px;
	}	

	.ab-row1 img,
	.ab-row2 img {
		padding:25px;
	}
	
	#div-write,
	#div-use {
	width: 45%;
	}
}


@media (min-width:482px) and (max-width:549px) {
	.ab-tools {
		width: 80%;
		display:block;
		margin:0 auto;
		float:none;
		padding:0 auto;
	}
	
	#div-write h2,
	#div-use h2 {
		font-size: 32px;
	}	

	.ab-row1 img,
	.ab-row2 img {
		padding:20px;
	}
	
	#div-write,
	#div-use {
	width: 100%;
	float:none;
	margin:0 auto;
	display:block;
	}
}

@media (min-width:406px) and (max-width:481px) {
	.ab-tools {
		width: 90%;
	}
	#div-write,
	#div-use {
		float:none;
		width: 95%;
		margin: 0 auto;
	}
	.ab-row1 img,
	.ab-row2 img {
		
		padding:15px;
	}
}

@media screen and (max-width:405px){
.ab-tools {
		width: 95%;
	}
	#div-write,
	#div-use {
		float:none;
		width: 95%;
		margin: 0 auto;
	}
	.ab-row1 img,
	.ab-row2 img {
		
		padding:5px;
	}
	#div-write h2,
	#div-use h2 {
		font-size: 28px;
	}	
	
}

@media (max-width: 1100px) and (min-width: 960px) {
.ab-intro-left {
	padding-right: 5%;	
}
.ab-intro-right {
	float: right;
	width: 50%;
}

.ab-intro h1{
	font-size: 48px;
}

.ab-intro h2{
	font-size: 38px;
}

.ab-span1 {
	font-size: 16px;
}

.ab-span2 {
	font-size: 18px;
}

.ab-span3 {
	font-size: 18px;
}
}

@media (max-width: 960px) and (min-width: 797px) {
.ab-intro-left {
	padding-right: 4%;	
}
.ab-intro-right {
	float: right;
	width: 50%;
}

.ab-intro h1{
	font-size: 38px;
}

.ab-intro h2{
	font-size: 32px;
}

.ab-span1 {
	font-size: 13px;
}

.ab-span2 {
	font-size: 15px;
}

.ab-span3 {
	font-size: 15px;
}
}

@media (max-width: 796px) and (min-width: 645px) {
.ab-intro-left {
	padding-right: 3%;	
}
.ab-intro-right {
	float: right;
	width: 50%;
}

.ab-intro h1{
	font-size: 32px;
}

.ab-intro h2{
	font-size: 26px;
}

.ab-span1 {
	font-size: 13px;
}

.ab-span2 {
	font-size: 14px;
}

.ab-span3 {
	font-size: 14px;
}
}

@media screen and (max-width: 644px) {
.ab-intro {
	padding-top:60px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0px;	
}

.ab-intro-right {
	float: none;
	width: 90%;
	margin-top: 50px;
	
}

.ab-intro h1{
	font-size: 34px;
}

.ab-intro h2{
	font-size: 28px;
}
.ab-intro-left {
	float: none;
	width: 50%;
	border-right: 1px solid;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom:-20px;	
}


.ab-span1 {
	font-size: 14px;
}

.ab-span2 {
	font-size: 15px;
}

.ab-span3 {
	font-size: 15px;
}
	
}


section.module2 {
	margin-top: 100px;	
}

section.module2.parallax-2 {
  margin-top: 100px;
  clear:both;
  height:400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size:auto;
}
section.module2.parallax-2 {
  background-image: url("../img/desk2.jpg");
}

.about-mid {
	clear: both;
	height: 100%;
}

#sectiontext{
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	
		
}

#abouth2 {
	margin-top: 50px;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 58px;
	font-weight: 400;
	color:#31325F;
	float: left;
	margin: 0 auto;	
}

.aboutp {
	font-family: 'Pontano Sans', sans-serif;	
	font-size: 20px;
	clear: both;
	padding: 50px 0 100px 0;
	width: 90%;
	margin: 0 auto;
	color:#2A2A2A;
}

.res-hr5 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
}




/*----------------------------------------

RESUME PAGE - Styling

----------------------------------------*/
.res {
	margin: 0 auto;
	padding-top: 80px;
	width: 100%;
}

.res-top {
	margin-bottom: 150px;
	width: 960px;
	margin: 0 auto;
	color:#464646;
}

.res-top-left{
	float:left;	
}

.res-top-left h2{
	font-family: 'Julius Sans One', sans-serif;
	font-size:48px;	
}

.res-top-left h3{
	font-family: 'Julius Sans One', sans-serif;
	font-size:28px;	
}

.res-top-right{
	float:right;	
}

.res-top-right i{
	margin-bottom: 5px;
	margin-right: 20px;
	text-decoration:none;	
}

.res-top-right a {
	text-decoration: none;
	color:#464646;	
}

.res-top-right p {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;	
}

.res-hr1 hr { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 180px;
}

.fa-linkedin-square:hover {
	color:#0044FF;
}
.fa-twitter-square:hover {
	color:#00ADE1;	
}
.fa-google-plus-square:hover {
	color:#DD0509;	
}
.fa-facebook-square:hover {
	color:#1000A0;	
}

.res-profile {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
			
}

.res-profile-left {
	float: left;
	font-family: 'Julius Sans One', sans-serif;
	font-size:26px;
	color:#9B9B9B;		
}

.res-profile-right {
	float:right;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 16px;
	width: 600px;
	color:#4B4B4B;
	margin-bottom: 280px;
}

.res-hr2 {
	width: 80%;
	margin: 0 auto;	
}

.res-hr2 hr{
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 100%;
	margin: 0 auto;	
	margin-top: 280px;
}

.res-cv-section {
	width: 960px;
	padding-top: 100px;
	margin: 0 auto;
}

.span3 {
	margin: 0 auto;
	float: left;
}

.cv-section-title {	
	font-family: 'Julius Sans One', sans-serif;
	font-size:26px;
	color:#9B9B9B;	
}

.span9 {
	float:right;
	font-family: 'Pontano Sans', sans-serif;
	width: 600px;
	margin-top: -95px;	
}

.period {
	font-family: 'Pontano Sans', sans-serif;
	float: right;
	padding: 12px 20px;
	background-color: #b1b1b1;
	color: #fff;
	-webkit-transition: background-color 0.3s;
		 -o-transition: background-color 0.3s;
			transition: background-color 0.3s;
	text-transform: uppercase;		
}
	
.cv-item:hover .period { 
	background-color:#373480; 
}

.cv-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;	
}

.cv-item p{
	
}

.res-hr3 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.res-hr4 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 1630px;
	margin-bottom: 60px;
}

.test {
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;	
}

.ts-row1 {
	width: 90%;	
}

.ts-span{
	float: left;
	display: inline-block;
	padding-left: 20%;
	width: 100px;	
	margin-bottom: 50px;
}

.ts-row2 {
	width: 90%;	
}

.ts-span2 {
	float: left;
	display: inline-block;
	padding-left: 20%;
	width: 100px;
	margin-bottom: 50px;		
}

.test h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size:26px;
	color:#9B9B9B;
	margin-bottom: 30px;	
}

.test h2 {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;
	margin: 0 auto;
	text-align:center;
}



@media (max-width: 1000px) and (min-width: 830px) {
.res-top {
	width: 785px;
}

.res-profile {
	width: 785px;
}

.res-profile-left {
	font-size:26px;
}

.res-profile-right {
	font-size: 15px;
	width: 400px;
}

.res-top-left h3{
	font-size:26px;	
}

.res-cv-section {
	width: 780px;
}

.span9 {
	width: 500px;
}

.cv-section-title {	
	font-size:26px;
}

.span9 {
	width: 400px;
	margin-top: -132px;	
}

.cv-item h3 {
	font-size: 18px;
}

.cv-item p{
	font-size: 14px;	
}

.res-hr4 {
	margin-top: 1850px;
}

.test {
	width: 700px;
}

.ts-row1 {
	width: 100%;	
}

.ts-span{
	padding-left: 16%;
	width: 90px;	
}

.ts-row2 {
	width: 100%;
}

.ts-span2 {
	padding-left: 16%;
	width: 90px;		
}
}

@media (max-width: 829px) and (min-width: 768px) {
.res-top {
	width: 745px;
}

.res-top-left h2{
	font-size:38px;	
}

.res-top-left h3{
	font-size:20px;	
}

.res-profile {
	width: 745px;
}

.res-profile-left {
	font-size:26px;
}

.res-profile-right {
	font-size: 15px;
	width: 400px;
}

.res-top-left h3{
	font-size:26px;	
}

.res-cv-section {
	width: 745px;
}

.span9 {
	width: 400px;
}

.cv-section-title {	
	font-size:26px;
}

.span9 {
	width: 400px;
	margin-top: -132px;	
}

.cv-item h3 {
	font-size: 18px;
}

.cv-item p{
	font-size: 14px;	
}

.res-hr4 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 1850px;
	margin-bottom: 60px;
}

.test {
	width: 700px;
}

.ts-row1 {
	width: 100%;	
}

.ts-span{
	padding-left: 16%;
	width: 90px;	
}

.ts-row2 {
	width: 100%;
}

.ts-span2 {
	padding-left: 16%;
	width: 90px;		
}	
}


@media (min-width: 430px) and (max-width: 767px) {
.res {
	margin: 0 auto;
	padding-top: 80px;
	width: 100%;	
}

.res-top {
	width: 80%;
	margin: 0 auto;
	text-align:center;
}

.res-top-left{
	float:none;	
}

.res-top-left h2{
	font-size:42px;
	margin-top: 30px;	
}

.res-top-left h3{
	font-size:24px;	
}

.res-top-right{	
	padding: 10px;
	float:none;	
}

.res-top-right i{
	margin-bottom: 5px;
	margin-right: 20px;	
}

.res-top-right p {
	font-size: 16px;	
}

.res-hr1 hr { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 70px;
}

.res-profile {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;			
}

.res-profile-left {
	float: none;
	font-size:24px;
	width: 90%;
	margin: 0 auto;
}

.res-profile-right {
	float:none;
	width: 90%;
	font-size: 14px;
	margin-bottom: 260px;
	margin: 0 auto;
	padding-top: 15px;
}

.res-hr2 hr{
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 100%;
	margin: 0 auto;	
	margin-top: 80px;
}

.res-cv-section {
	width: 100%;
	padding-top: 100px;
	margin: 0 auto;
}

.span3 {
	margin: 0 auto;
	float: none;
	width: 90%;
	text-align:left;
}

.cv-section-title {	
	font-size:24px;
}

.span9 {
	float:none;
	padding-top: 50px;
	margin: 0 auto;
	width: 90%;
}

.period {
	float: none;
	-webkit-transition: background-color 0.3s;
		 -o-transition: background-color 0.3s;
			transition: background-color 0.3s;
	text-align: center;
	margin: 0 auto;
}
	
.cv-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 15px;	
}

.res-hr3 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.res-hr4 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

.test {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;	
}

.ts-rows {
	margin: 0 auto;
	float: none;
	width: 90%;
}

.ts-span {
	
}
.ts-span2 {
	
}

.test h1 {
	font-size:24px;
}

.test h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
}


@media screen and (max-width: 429px) {
.res {
	margin: 0 auto;
	padding-top: 80px;
	width: 100%;	
}

.res-top {
	width: 80%;
	margin: 0 auto;
	text-align:center;
}

.res-top-left{
	float:none;	
}

.res-top-left h2{
	font-size:42px;
	margin-top: 30px;	
}

.res-top-left h3{
	font-size:24px;	
}

.res-top-right{	
	padding: 10px;
	float:none;	
}

.res-top-right i{
	margin-bottom: 5px;
	margin-right: 20px;	
}

.res-top-right p {
	font-size: 16px;	
}

.res-hr1 hr { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 70px;
}

.res-profile {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;			
}

.res-profile-left {
	float: none;
	font-size:24px;
	width: 90%;
	margin: 0 auto;
}

.res-profile-right {
	float:none;
	width: 90%;
	font-size: 14px;
	margin-bottom: 260px;
	margin: 0 auto;
	padding-top: 15px;
}

.res-hr2 hr{
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 100%;
	margin: 0 auto;	
	margin-top: 80px;
}

.res-cv-section {
	width: 100%;
	padding-top: 100px;
	margin: 0 auto;
}

.span3 {
	margin: 0 auto;
	float: none;
	width: 90%;
	text-align:left;
}

.cv-section-title {	
	font-size:24px;
}

.span9 {
	float:none;
	padding-top: 50px;
	margin: 0 auto;
	width: 90%;
}

.period {
	float: none;
	-webkit-transition: background-color 0.3s;
		 -o-transition: background-color 0.3s;
			transition: background-color 0.3s;
	text-align: center;
	margin: 0 auto;
}
	
.cv-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 15px;	
}

.res-hr3 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.res-hr4 {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

.test {
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
		
}

.ts-rows {
	margin: 0 auto;
	float: none;
	width: 100%;
}

.ts-span {
	margin-left: 15%;	
}

.ts-span2 {
	margin-left: 15%;
}

.test h1 {
	font-size:24px;
}

.test h2 {
	font-size: 16px;
	padding-bottom: 10px;
}	
}


/*----------------------------------

CONTACT ME - Styling

----------------------------------*/

.cm-body {
	width: 100%;
	background:#FFF;	
}

.cm-main {
	margin-left:auto;
    margin-right:auto;
    margin-top: 60px;
	width: 40%;
	padding:;
    margin-bottom: 80px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: linear-gradient(top,rgba(255, 255, 255, 0.1) 30%,rgba(0,0,0,.3) 60%);
    box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    overflow: hidden;
	background:#DFDFDF; 
}

#to-img {
	margin-top: -20px;
	width: 100%;	
}

.cm-img h2{
	font-family: 'Julius Sans One', sans-serif;
	font-size:42px;
	color:#9B9B9B;
	text-align: right;
	margin-top: -80px;
	margin-right: 10px;
}

form {
	clear:both;
	margin-top: 60px;
	padding: 20px;
	margin-bottom: 50px;	
}

form legend {
	font-family: 'Julius Sans One', sans-serif;
	font-size:42px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.cm-list {
	padding-bottom: 15px;	
}

.cm-list label{
	float: left;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;
	color:#3F3F3F;
	margin: 10px;
}

.cm-list input,
.cm-list textarea {
	display: block;
	float: none;
	border: none;
	padding: 15px;
	width: 90%;
	margin: 0 auto;	
}

.cm-btn {
	float: right;
	margin-top: 10px;
}

#cm-btn-clear {
	padding: 10px 35px;
	color: #fff;
	background-color:#A40002;
	border: none;
	margin-right: 10px;
	font-size: 14px;
	text-transform:uppercase;
	font-family: 'Julius Sans One', sans-serif;
}

#cm-btn-clear:hover{
	background-color:#FF0004;
}

#cm-btn-send {
	padding: 10px 35px;
	color: #fff;
	background-color:#0A008E;
	border: none;
	font-size: 14px;
	text-transform:uppercase;
	font-family: 'Julius Sans One', sans-serif;
}

#cm-btn-send:hover {
	background-color:#1A00FF;	
}



@media (min-width: 900px) and (max-width: 1199px) {
.cm-main {
	width: 50%;
}

.cm-img h2{
	font-size:42px;
	margin-top: -65px;
}

form {
	margin-top: 50px;
}
}

@media (min-width: 685px) and (max-width: 899px){
.cm-main {
	width: 60%;
}

.cm-img h2{
	font-size:40px;
	margin-top: -60px;
}

form {
	margin-top: 40px;
}	
}

@media (min-width: 540px) and (max-width: 684px){
.cm-main {
	width: 70%;
}

.cm-img h2{
	font-size:36px;
	margin-top: -50px;
}

form legend {
	font-size:36px;
	margin-top: -30px;
}
}

@media screen and (max-width: 539px){
.cm-main {
	width: 90%;
}

.cm-img h2{
	font-size:32px;
	margin-top: -40px;
}

form legend {
	font-size:32px;
	margin-top: -50px;
}

#cm-btn-clear {
	padding: 10px 30px;
	color: #fff;
	background-color:#A40002;
	border: none;
	margin-right: 10px;
	font-size: 12px;
}

#cm-btn-send {
	padding: 10px 30px;
	color: #fff;
	background-color:#0A008E;
	border: none;
	font-size: 12px;
}
}

#sc-art {
	width: 80%;
	margin: 0 auto;
	padding-top: 100px;	
	clear: both;
}

#sc-art h2 {
	font-family: 'Julius Sans One', sans-serif;
	font-size:38px;
	color:#9B9B9B;
	margin-top: 100px;

}

#sc-art p {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 22px;
	color:#3F3F3F;
	margin: 15px;
}
