/***************************************************
									Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block
	}

/**************************************************
									Global styles
***************************************************/

body {
	font-family: 'Raleway', sans-serif;
	background: white;
	width:100%;
	font-size: 62.5%; /* 10px */
	}

h1{font-weight: 500;text-transform: uppercase;margin: 45px 0 20px;font-size: 60px; /* 20px */color: #5493C7;line-height: 37px;text-align: center;}
 b{
   font-weight: 700;
 }
h1 b{
	font-size:1.4em; /* 30px */
	font-weight: 700;
}

span{
  font-weight: lighter;
  font-size: 1.2em; /* 16px */
}

h2{
  font-weight: normal;
  /* text-transform: uppercase; */
  font-size: 3.5em; /* 20px */
  color: #212121;
  padding: 30px 20px 10px;
}

h3{
  font-weight: normal;
  font-size: 3.5em; /* 18px */
  color:#5493C7;
  padding-top: 20px;
}

h4{
  font-size: 2em; /* 20px */
  color:#5493C7;
  padding-top: 30px;
  padding-bottom: 5px;
  font-weight: normal;
}

h5{
font-size: 1.5em; /* 20px */
color: black;
line-height: 1.4;
margin: 0;
padding: 0;
font-weight: bold;
text-transform: uppercase;
}

p {
  font-size: 1.6em; /* 15px */
  margin-bottom:14px;
  line-height: 28px;
  margin-top: 10px;
  }
p.subTitle{
  text-align:center;
  font-size:30px;
  margin:30px 0;
  color:#5493C7;
}
a, p a {text-decoration:underline;color: #5493C7}
  li {
      list-style: none;
  }

  ul li{
  font-size: 1.6em; /* 15px */
  list-style: none;
  line-height: 28px;
  margin-left: 0;
}
ul li li{
  line-height: 22px;
  font-size: .85em;
  margin: 10px 35px;
}
a:hover {
			text-decoration:none;
}

a img{
border:0;
}

.clear{
	clear: both;
}

/***************************************************
							Main content
***************************************************/
header{
  padding: 10px 5%;
  position: fixed;
  width: 90%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255,255,255,.98);
  border-bottom:1px solid #eee;
  box-shadow: 0px -1px 9px 0px rgba(235,232,235,.5);
}

.headerHomeWrapper{

  height: 100vh;
  border-bottom: 1px black solid;

}

.headerHome, .headerHome2{
  font-size: 3vw;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
  max-width: 70%;
  display: block;
  margin: 140px auto 0 auto;
  /* text-align: center; */
}

.headerHome span, .headerHome2 span{
  font-weight: 400;
text-decoration: none !important;
}

.headerHome a, .headerHome2 a{
  /* margin-left: 25px; */
  text-decoration: none;
  color: #5493C7;
  font-size: 1.75vw;
  /* padding: 18px 24px; */
  /* color: black; */
  /* border-radius: 40px; */
}
.headerContainer{
  position: relative;
  height: 70px;
  max-width: 95%;
  margin: auto;
}

.headerHome2{
  max-width: 50%;
  font-size: 3vw;

}

#logo {background: url(../images/logo.png) no-repeat left;width: 260px;height: 70px;position: absolute;margin-left: -8px;}

#container{
  position: relative;
  margin: 0px auto 40px auto;
  width: 85%;
  max-width: 1100px;
}

#mainContent{
	width: 100%; /* 990px */
	margin: 100px auto 0px auto;
	padding-top: 1px;
}

#mainContentHome {
padding-top: 22px;
}
#mainContentHome h1{
margin-left: 24px;
margin-bottom:18px;
}

#mobileNav{
display: none;
}

article{
	width: 100%;
}

.column2{
	padding-left:8%;
}

.column1, .column2, .column3  {
	width: 46%; /* 303px */
	float: left;
}



/***************************************************
											MENU
***************************************************/
#mobileNav img{
	display: none;
}

ul#navigation {
}

nav{
   margin: 0;
   padding: 0;
   position: relative;
   padding-top: 0px;
 }

nav ul {float: right;right: 0;margin-top: 25px;}

nav ul li{
line-height:normal;
display: inline-block;
float: left;}

nav ul li a{font-size: 1.2em;padding: 0 0 0 30px;color: #a0a0a0;display:block;	/* IE6, IE7 line height fix */text-decoration:none;}
nav ul li a:hover{
			text-decoration:none;
			color: #000;
}

nav ul li .current {
				position: relative;
				color: #000;
}

/***************************************************
											HOME
***************************************************/


#intro{
	border-bottom: 1px solid #000;
	border-width: 1px 0;
	padding-bottom: 50px;
	margin-top: 40px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 86%;
  left: 6%;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 1em solid rgba(13,136,181,0.45);
  }

 .homePortfolio img{
width: 98%;
margin-top: 10px;
border: .5em solid rgba(13,136,181,0.45);
}

.homePortfolio ul li {
float: left;
margin-top: 1%; /* 10px */
width: 22.3%; /* 212px */
margin-right:2.7%; /* 20px */
text-align: center;
}

.homePortfolio ul li a{
text-decoration: none;
color: #000;
}

/***************************************************
											ABOUT
***************************************************/
.aboutTop .column_left, .contact .column_left{width: 65%;margin-right: 5%;max-width: 700px;}

.aboutTop  .column_right, .contact  .column_right{
	width: 30%;
}

.aboutTop h5{
  font-size: 3.2em;
  margin: 30px 0 40px 0;
  font-weight: 200;
  text-align: center;
}

img.profileIMG {max-height: 350px;margin-top: 40px;}

.column_left{
	width:35%;
	float:left;
}
.column_right{
	width: 61%;
	float:right;
}
 .profile img{
	float:right;
	margin: 0px 0 10px 30px;
}

 .column_left ul:last-child{
  margin-top: 15px;
}


/***************************************************
									Services
***************************************************/

.column_left_services{
	width:45%;
	float:left;
	margin-top: 5px;


}

.column_right_services{
padding-top: 60px;
	width:45%;
	float:right;

}

.agreement{
    background-color: rgba(255,255,255, 0.95);
    position: relative;
}

.agreementBox{
  width: 50%;
  height: 300px;
  background: #fff;
  border: 12px solid rgba(13,136,181,0.45);
  position: absolute;
  top: 50%;
  left: 25%;
  margin-top: -150px;
}

.agreementButtons{
  display: block;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

/***************************************************
									Portfolio
***************************************************/
.bold-text{
  color: #5493C7;
  font-weight: 600;
  }
.bold-text-body{
  color: #222;
  font-size: 1.3em;
  font-weight: 600;
}
.fade-in-img {
  animation: fade-in-img ease-in-out .75s;
  -webkit-animation: fade-in-img ease-in-out .75s;
  -moz-animation: fade-in-img ease-in-out .75s;
  -o-animation: fade-in-img ease-in-out .75s;
  -ms-animation: fade-in-img ease-in-out .75s;

}

@keyframes fade-in-img {
0% {opacity:0;margin-top: 200px}
100% {opacity:1;margin-top: 0px}
}

@-moz-keyframes fade-in-img {
  0% {opacity:0;margin-top: 200px}
  100% {opacity:1;margin-top: 0px}
}

@-webkit-keyframes fade-in-img {
  0% {opacity:0;margin-top: 200px}
  100% {opacity:1;margin-top: 0px}
}

@-o-keyframes fade-in-img {
  0% {opacity:0;margin-top: 200px}
  100% {opacity:1;margin-top: 0px}
}

@-ms-keyframes fade-in-img {
  0% {opacity:0;margin-top: 200px}
  100% {opacity:1;margin-top: 0px}
}

.fade-in-txt {
animation: fade-in-txt ease-in-out 1s;
-webkit-animation: fade-in-txt ease-in-out 1s;
-moz-animation: fade-in-txt ease-in-out 1s;
-o-animation: fade-in-txt ease-in-out 1s;
-ms-animation: fade-in-txt ease-in-out 1s;
}

@keyframes fade-in-txt {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fade-in-txt {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fade-in-txt {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fade-in-txt {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fade-in-txt {
  0% {opacity:0;}
  100% {opacity:1;}
}
#description{
  width: 100%;
  text-align: center;

}
#description p{
  width: 700px;
  font-size: 1.6em;
  line-height: 28px;
  text-align: center;
  color: #444;
  margin: 40px auto 20px auto;
}
div#foodApp, div#UX-Matrix {
    display: block;
    position: relative;
    top: -85px;
    visibility: hidden;
}

.portfolio-item-wrap{
	margin: 20px auto;
	width: 90%;
}

.portfolio-item-wrap iframe{
margin-top: 30px;
}
section#portfolioThumbnails {
    max-width: 1700px;
    margin: 40px auto 0 auto;
}
#portfolioThumbnails ul li{
  line-height: 10px;
}
.competitors{
  margin: 15px 0;
}
.competitors p{
  float: left;
  width: calc(100% - 105px);
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.competitors img{
  float: left;
  width: 80px !important;
  padding-right: 25px;
  border: 0 !important;
}

button[data-filter="category-1"]:focus ~ div:not([data-filter="category-1"]){
  display: none;
}

button[data-filter="category-2"]:focus ~ div:not([data-filter="category-2"]){
  display: none;

}

button[data-filter="category-3"]:focus ~ div:not([data-filter="category-3"]){
  display: none;

}

.gifs{
  width: 20%;
  padding: 0 8px;
  font-size: 9.5px;
  font-weight: bold;
  text-align: left;
}
  .img-float {
  	  float: left;
      width: 79%;
  	  padding: 0 10px 0 0;
      font-size: 9.5px;
      font-weight: bold;
      text-align: left;
      border-right: 1px solid #ccc;
  	}
    .img-float2 {
    	  float: left;
        width: 66%;
    	  padding: 0 10px 0 0;
        font-size: 9.5px;
        font-weight: bold;
        text-align: left;
        border-right: 1px solid #ccc;
    	}
    .gif-float {
        float: left;
        width: 15%;
        padding-left: 10px;
        font-size: 9.5px;
        font-weight: bold;
        text-align: left;
      }

	img {
	  width: 100%;
	}

.desktop li img{
    width: calc(48.5% - 4px);
    float: left;
    margin: 0px 0 30px;
    border: 1px solid #ccc;
}

.desktop li.desktop-widescreen img{
    width: calc(65%);
    float: left;
    margin: 0px 0 30px;
    border: 1px solid #ccc;
}

.email li img {
  width: 33%;
  float: left;
  margin: 20px 0 20px 0;
  border: 1px solid #ccc;
}
.email li:nth-child(odd) img, .desktop li:nth-child(odd) img{
    margin-right:3%
}

.appstore li{
  display: inline-block;
  margin-right:15px;
}
.appstore li img{
	  height: 50px;
  width:auto;
}
#portfolioThumbnails li{
	position: relative;
/* Firefox */
	width: -moz-calc(33.33% - 30px);
/* WebKit */
	width: -webkit-calc(33.33% - 30px);
/* Opera */
	width: -o-calc(33.33% - 30px);
/* Standard */
	width: calc(33.33% - 30px);
	height: auto;
	overflow: hidden;
	margin: 15px;
	float: left;
}

a.portfolio-item{
  text-decoration: none;
  color: #343434;
}
a.portfolio-item img:hover{
	opacity:60%;
}
.portfolio-item h2{
font-size: 18px;
font-weight: 600;
}
#portfolioThumbnails h3{font-size: 16px;color: #343434;padding: 6px 20px 4px;}
.portfolio-item p{font-size: 13px;line-height: 18px;color: #535353;padding: 0 20px;height: 8vh;}

.project-images  img {
    border: 1px solid #eee;
}

.project-images h4 {
    text-align: left;
    margin: 30px 0 10px;
    font-weight: lighter;
    padding: 0;
    font-size: 1.9em;
    color: #5493C7;
}

.portfolio img{
  width: 100%;
  border-radius: 15px;
}

.bullet-list li{
  list-style: initial;
  margin-left: 20px;
}

.portfolioVideo{
  display: inline-block;
}

.portfolioVideo h3{
  margin: 30px 0 15px;
}

.project-images .button{
  margin-bottom: 40px;
  width: 200px;
}

.project-images h3:first-of-type
{margin-top: 0px;}

.project-images p{margin: 20px 0;}

.project-images img{
  width: 100%;
  margin: 5px auto;
}
.project-images a .button{
margin: 0 auto;
}

video {
  width: 99%    !important;
  height: auto   !important;
border:1px solid #ccc;
    margin-bottom: 20px;
}

audio{
  display: block;
  margin: 20px 0 40px 0;
  width: 100%;
}
.videoFullWidth {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoFullWidth iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoMobileWrapper{
  width: 80%;
  float: left;
}

.videoMobileWrapper:first-of-type{
	margin-right:6%
}
.videoMobileWrapper p{
  margin-right: 10%;
}

.videoMobile{
    width: 40% !important;
    max-width: 100%;
}

.button{
	background-color: rgba(13,136,181,0.45);
	border-radius: 3px;
	margin-top: 20px;
	padding: 12px 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
}

.portfolio_right .button{
    font-size: 1.4em;

}
.portfolio_right ul li{
  margin: 0;
  font-size: 1.6em;
  font-weight: 400;
}


.portfolio_right span{
  text-transform: uppercase;
  line-height: 20px;
}

.button:hover{
	background-color: rgba(0,39,79,0.45);
}

.button span{
	font-size: 1.5em;
}

.backToThumbs{
	border-radius: 80px;
	height: 45px;
	width: 45px;
	margin: auto;
	position: absolute;
	overflow: auto;
	top: 220px;
	right: 15px;
	cursor: pointer;
	background: rgba(13,136,181,0.45);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.backToThumbs:hover{
	background-color: rgba(0,39,79,0.45);
}

.close {
  background: rgba(255,255,255,.8);
  height: 22px;
  position: relative;
  width: 4px;
  left: 20.5px;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 0px;
}
.close:after {
  background: rgba(255,255,255,.8);
  content: "";
  height: 4px;
  position: absolute;
  top: 9.25px;
  left: -9px;
  width: 22px;
  border: 0px;

}
.rslides{
    width: 100%;
    margin: 0 auto;
}
.iframeContainer{
width:100%; max-width: 1100px; height:100%; margin:0 auto; background: #ccc;
}
.iframe{
  position:relative; padding-top: 56%;
}
.iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.portfolio{
display: block;
}

.portfolio_left {float:left;margin-top: 15px;margin-right: 5%;}

.portfolio_left .button{
  width: 200px;
}

.portfolio_right{
	width: 25%;
	float: right;
	right: 0;
	margin-top: 15px;
	/* display: none; */
	position: absolute;
}
.portfolio_right p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.portfolio_right span{
	font-size: 1em;
}

/*.portfolio_right_1{
	float:left;
	 min-width: 60px;
	width: 25%;
}

.portfolio_right_2{
	float:right;
	width: 75%;
	text-align: left;
}
 */
.portfolio_right h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.portfolio_right p:not(:nth-child(1)){
	width:100%;

}
.portfolio_right ul {
  margin: 10px 0 0;
  padding: 0;
}

.portfolio_right::after{
  clear: both;
}

.portfolio_left li{
  list-style: none;
}

.portfolio_right li{
  list-style: initial;
  margin-left: 20px;
  list-style: none;
}


.portfolio_right a img{
width: 63%;
height: 25%;
float:right;
margin: 20px 0 ;
border: .7em solid rgba(13,136,181,0.45);

}

button{
background-color: rgba(13,136,181,0.45);
padding: 11px;
border: none;
text-transform: uppercase;
color: #fff;

}

button a{
color: #fff;
text-decoration: none;
}
button:hover{
				background-color: rgba(0,39,79,0.45);

}

.portfolioFilter a{
  background: none;
  color: #a0a0a0;
  padding: 10px 20px;
  margin: 0 5px;
  line-height:10px;
  text-transform: none;
  font-size: 1.2em;
  text-decoration: none;
}

.portfolioFilter a:hover, .portfolioFilter .current{
  color: #000;
  background: #f0f0f0;
  line-height: 50px;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.next{
  margin-left: 20px;
}
.prev-next{
  margin-top: 40px;
  float: right;
  width: 350px;
  display: block;
  height: 80px;
}

.prev-next .button{
  width: 110px;
  margin-left: 20px;
  float: left;

}

.disableBtn,.disableBtn:hover {
			background-color:rgba(135,182,200,0.45);
			color: #fff;
			outline-color: #000;
			border: rgba(13,136,181,0.45);

}

.title {
	font-size: 1.4em;
	width: 160px;
	padding-left: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.description {
	color: #000;
  font-size: 1.3em;
	width: 160px;
	display: block;
	line-height: 17px;
	margin: 0 15px 15px 12px;
}

.research-answer{
  margin-left: 18px;
}

ul.list-dot li{
  list-style-type: disc !important;
  margin-left: 40px;
}

/**************************************************
									CONTACT
***************************************************/
.contact ul {
    padding-top: 10px;
}

.social-icons li img {
    width: 40px;
}

.social-icons li {
    display: inline;
    margin-right: 4px;
}
form{
	width: 350px;
}

label{
font-size: 1.8em;
float: left;
line-height: 23px;
}
input, textarea{
display: block;
float: right;
}

.clear{
	clear: both;
}
.err
{
	font-size : 1.5em;
	color: red;
}

.submit{
	width: 100px;
	margin-top: 20px;
}

/***************************************************
							FOOTER
***************************************************/

footer{padding: 26px 4%;height: 52px;width: 92%;margin: 0 auto;border-top: 1px solid #eee;}

footer .left{
float: left;
}

footer .left li{
font-size: 1.15em;
}

footer .left a{
color: #000;
text-decoration:none;
}

footer .left a:hover{
text-decoration:underline;;
}

footer .right{
  float: right;
  margin-top: 8px;
}
footer .right li{
  display: inline;
}
footer .right li img{
width: 30px;
margin-left: 5px;
}

.footerContainer{
max-width:1200px;
margin:0 auto;
}
@media only screen and (max-width : 1324px){

img.profileIMG{
}

.contact .column_right{
float: none;
}

.contact .column_left{
width:100%;
}

}
/**************************************************
									Mobile/Tablet
***************************************************/

/*MEDIA QUERY Tablet*/
@media only screen and (max-width: 1150px){
/*@media only screen and (max-device-width : 1024px){
*/
h3{
	font-size: 2.25em;
}

.headerHome, .headerHome2{
  padding: 30px;
  font-size: 4vw;
}
.headerHome a, .headerHome2 a{
font-size: 2.25vw;
margin-left: 8px;
}

.desktop li img, .desktop li.desktop-widescreen img{
  width: 100%;
  margin-right: 0;
}

.email li img {
  width: 48%;
}
.project-images h3:first-of-type{
	margin-top:0;
}
.portfolio_right_1{
	width: 80px;
}

.portfolio_right_2{
	width: calc(100% - 80px);
}

.portfolio_right li{
  margin-left: 100px;
}

.portfolio_right{
	margin-bottom:30px;
}

.project-images p{max-width:100%;}
.project-images .button{width: calc(100% - 44px);}
.portfolio_left, .portfolio_right, .videoMobileWrapper{
  width: 100%;
max-width:100%;
}
.homePortfolio ul li {
  width: 46%;
}



.homePortfolio ul li:nth-child(1), .homePortfolio ul li:nth-child(3) {
  margin-right:5%;
}

#portfolioThumbnails li {
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: calc(50% - 30px);
}


.column_left{
	width:48%;
}
.column_right{
  width: 48%;
}

.banner img {
   width: 94%;
  }

.backToThumbs{
  top:258px;
  right: 0;
}
.portfolio h2{
  margin-top: 2%;
}
.portfolio .mask h2{font-size: 2.4vw;  }
.portfolio .mask h3{font-size: 1.9vw;line-height: 10px;padding-top: 20px;}
.portfolio-item .mask p{font-size:1.6vh;padding-top: 3px;}
}

@media only screen and (max-width : 850px){
	.portfolioThumbnails h2{
		margin-top: 15%;
		padding: 6px 0;
	}
  .portfolio-item .mask p{
    font-size: 1.4vh;
  }
  .videoMobile, .videoDesktopWrapper{
      float: none;
      width: 70% !important;
  max-width:70%;
  }

}

@media only screen and (max-width : 700px){
  #description p {
    width: 100%;
  }
#portfolioThumbnails h2{
		font-size: 1em;
		margin-top: 8%;
		padding-top: 4px;
	}
.portfolio .mask h2{
  margin-bottom: 0;
}

}

/*MEDIA QUERY Mobile*/

@media only screen and (max-width: 780px) {
  .headerHome, .headerHome2{
    padding: 0;
    font-size: 6.2vw;
  }
  .headerHome a, .headerHome2 a{
  	font-size: 4.5vw;
  	margin-left: 8px;
  }
  ul li, p {
      text-align:left;
      font-size: 1.3em;
    }
    h1{
     line-height: 20px;
     font-size: 4em;
   }

   p.subTitle{
     font-size: 2.5em;

   }
	.contact{
		margin-top:30px;
	}
  .email li img {
    width: 100%;
  }
  .videoMobile{
      float: none;
      width: 100% !important;
      max-width: 375px;
  }

  header{
  padding-bottom: 0px;
  padding: 20px 0 0 0;
  width: 100%;
}
#container{
margin: 100px auto 40px auto;
}

.headerContainer{height: 65px;}

#portfolioThumbnails h2{
		font-size: 22px;
	}

#portfolioThumbnails li p{
		font-size: 1em;
	}

#portfolioThumbnails li {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: -o-calc(100%);
    width: calc(100%);
    margin:10px 0px;
}

.portfolio .mask h3{
  font-size: 1.65em;
}

#logo{background: url(../images/logo-icon.png) no-repeat;display: block;margin: -6px 0 0 20px;}

#intro{
/*	border-top: none;
*/	padding-bottom: 20px;
}

/* NAV */
#mobileNav{display: block;width: 30px;height: 30px;position: relative;float: right;margin-right: 20px;margin-top: 10px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;}

#mobileNav span{display: block;position: absolute;height: 2px;width: 100%;background: #000;border-radius: 2px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}

#mobileNav span:nth-child(1) {
  top: 0px;
}

#mobileNav span:nth-child(2),#mobileNav span:nth-child(3) {
  top: 10px;
}

#mobileNav span:nth-child(4) {
  top: 20px;
}

#mobileNav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobileNav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobileNav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobileNav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav ul li a{
			color: #000;

}
nav ul li a:hover, nav ul li .current {background: rgba(7,116,155,0.1);}

nav{
/*	height: 400px;
*/	width: 100%;
}

nav ul {
	    width: 100%;
	    right:1px;
	    display: none;
	    margin-top: 29px;
	    background: rgba(255,255,255,.8);
	    -webkit-box-shadow: 0px 7px 14px 1px rgba(235,232,235,1);
	    -moz-box-shadow: 0px 6px 10px 0px rgba(235,232,235,.5);
	    box-shadow: 0px 4px 12px 0px rgba(235,232,235,.5);
	}

nav ul li {
		width: 100%;
		margin: 0;
		float: none;
		border-top: 1px solid rgba(7,116,155,0.3);
}

nav  ul li a{font-size: 1.0em;text-align: left;line-height: 80px;height: 80px;}

nav ul li .subtitle{
display: none;
}


nav ul li .current:before {
border-top: none;
border-left: none;
border-bottom: none;
}

ul#navigation {
    margin-right: 0px;
}
/* GLOBAL */

#container{
	max-width: 100%;
}
#mainContent{
		margin-top: 20px;
		max-width: 95%;
	}


#intro .rslides  {
display: none;
}

.homePortfolio ul li {
float: none;
width: 97%;
}

.column1, .column2, .column3 {
	width: 100%;
	float:none;
padding: 0;
}

.column3{
	margin-bottom: 30px;
}

/* ABOUT */
.profileIMG{
display: none;
}

.column_left{
	width:100%;
  margin-top: -14px;
}

.column_right{
	width:100%;
}

.profile{
	margin-top: 0px;
}


.skill_left, .skill_right{
	float: none;
	width: 100%;
}

.skill_right{
	margin-top: 15px;
}

/* SERVICES */
.column_left_services{
width: 100%;
float: none;
}

.column_right_services{
width: 100%;
float: none;
padding-top: 0;

}
footer span{
display:none;
}
/* PORTFOLIO */



.projectDetails h5{
  font-size: 1.6em;
}
.projectDetails{
  max-width: 70% !important;
}
ul.responsiveImgs li{
float:left;
}

ul.responsiveImgs::after{
clear:both
}
.smartphoneView {
    width: 16.14583%;
margin-right: 3.125%;
}

.tabletView {
    width: 27.0833%;
margin-right: 3.125%;
}

.desktopView {
    margin-right: 0;
    width: 47.3958%;
}
.portfolio_left {
	width:100%;
	float:none;
	padding-top:10px;
}

.portfolio_right a img{
float:none;
width:95%;
	}



.portfolio-images li img{
    margin-top: 50px;
}

button{
display: none;
}

h2{
	line-height: 37px;
}

.backToThumbs{
  margin: 0 0 -10px 84%;
  right: 0;
  position: relative;
  top: 0px;
}

.aboutTop .column_left{
    width: 100%;
    margin-top: 10px;
}

}
