@charset "UTF-8";
/*
	General Vars
    ----------------------------------------------------------------
*/
/*
    Commonly used mix-ins
    ----------------------------------------------------------------
*/
/*.opacity(@op:100)
{
  filter:alpha(opacity=@op);
  -moz-opacity:@op/100;
  -khtml-opacity:@op/100;
  opacity:@op/100;
}*/
.fixed-width {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* 
	Generic site wide styles
    ----------------------------------------------------------------
 */
::-moz-selection {
  background: #fcb950;
  color: white;
  text-shadow: none;
}
::selection {
  background: #fcb950;
  color: white;
  text-shadow: none;
}
html {
  background-color: #393f44;
}
html.contact-bg {
  background: #393f44 url('../cssImages/bg-contact-page.jpg') no-repeat right top;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* new addition from steve to combat safari smoothness for certain webfonts 7/11/2012 */

  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  /* Settings for footer */

  padding: 0px;
  margin: 0px;
  width: 100%;
}
a {
  color: #fcb950;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999;
}
strong {
  font-weight: bold;
}
hr {
  border: none;
  border-bottom: black solid 1px;
  padding: 0;
  margin: 10px 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.icon-setup {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
[data-icon]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: attr(data-icon);
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */

}
form {
  width: 100%;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  min-height: 35px;
  background: #666;
  margin-bottom: 15px;
}
form ul label {
  width: 80px;
}
form input[type=text],
form input[type=email],
form textarea {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #666;
  width: 220px;
  border: solid 1px #666;
  font-size: 14px;
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  color: white;
}
form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus {
  outline: dotted 1px #a6b551;
}
form textarea {
  width: 320px;
  height: 60px;
  padding: 0 10px 5px 10px;
}
form select {
  width: 230px;
}
form label {
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 10px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
}
form button[type=submit] {
  background: #a6b551;
  color: white;
  border: none;
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 40px;
  -webkit-font-smoothing: antialiased;
}
form input.error,
form select.error {
  border: solid 1px red;
}
form #field_1_4 {
  display: none;
}
/* 
	Structure
    ----------------------------------------------------------------
*/
header {
  zoom: 1;
  background: #ffffff url(../cssImages/bg-header-line.gif) repeat-x top left;
  /* if using drop menus */

  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header section {
  width: 1200px;
  margin: 0 auto;
}
header .logo {
  float: left;
  margin: 30px 0;
}
header nav {
  float: right;
  width: 66%;
  position: relative;
}
header nav .icon-alone {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 30px;
  color: black;
  background: white;
}
header nav a {
  display: block;
}
header nav a.project {
  color: #edaf55;
}
header nav a.about {
  color: #00a4ba;
}
header nav a.contact {
  color: #a6b551;
}
header nav div {
  zoom: 1;
  margin-top: 3px;
  display: none;
  height: 185px;
}
header nav div:before,
header nav div:after {
  content: "";
  display: table;
}
header nav div:after {
  clear: both;
}
header nav ul {
  float: left;
  margin: 30px 0;
  width: 50%;
}
header nav ul li {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
header nav ul li ul {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}
header nav ul li ul li {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
}
header nav ul li ul li a {
  color: #666666;
}
#main {
  padding-top: 120px;
  padding-bottom: 60px;
  min-height: 100%;
}
#main.projects-container {
  padding-top: 0;
  min-height: 0;
}
#main .feature-projects,
#main .projects {
  zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 33.33%;
}
#main .feature-projects:before,
#main .projects:before,
#main .feature-projects:after,
#main .projects:after {
  content: "";
  display: table;
}
#main .feature-projects:after,
#main .projects:after {
  clear: both;
}
#main .feature-projects section,
#main .projects section {
  float: left;
  width: 33.33%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .feature-projects section a,
#main .projects section a {
  display: block;
  height: 100%;
}
#main .feature-projects section div,
#main .projects section div {
  margin: 0;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: url(../cssImages/bg-orange-overlay.png);
  width: 100%;
  height: 100%;
}
#main .feature-projects section div h2,
#main .projects section div h2 {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: white;
  font-weight: normal;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
}
#main .feature-projects section div h2 span,
#main .projects section div h2 span {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main .feature-projects {
  padding-top: 120px;
}
#main .projects {
  min-height: 66.66%;
}
#main .projects section {
  width: 25%;
  height: 50%;
}
#main .projects section div h2 {
  font-size: 22px;
}
#main .overlay-content {
  zoom: 1;
  display: none;
}
#main .overlay-content:before,
#main .overlay-content:after {
  content: "";
  display: table;
}
#main .overlay-content:after {
  clear: both;
}
#main .overlay-content div {
  zoom: 1;
}
#main .overlay-content div:before,
#main .overlay-content div:after {
  content: "";
  display: table;
}
#main .overlay-content div:after {
  clear: both;
}
#main .overlay-content section {
  float: left;
}
#main .overlay-content .flexslider {
  width: 700px;
  position: relative;
}
#main .overlay-content .details {
  width: 240px;
  height: 418px;
  padding: 25px;
  background: #393f44;
  color: white;
}
#main .overlay-content .details h2 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 55px;
}
#main .overlay-content .details h3 {
  margin: 5px 0 40px 0;
  color: #edaf55;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#main .overlay-content .text-overlay {
  background: #393f44;
  color: white;
  min-height: 420px;
  padding: 25px;
}
#main .overlay-content .text-overlay h2 {
  margin: 55px 0 0 0;
  color: #00a4ba;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#main .overlay-content .text-overlay h3 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 0;
  margin-bottom: 40px;
  width: 280px;
}
#main .overlay-content .text-overlay p {
  line-height: 1.4;
}
#main .overlay-content-text {
  display: none;
}
#main .overlay-content-text div {
  zoom: 1;
}
#main .overlay-content-text div:before,
#main .overlay-content-text div:after {
  content: "";
  display: table;
}
#main .overlay-content-text div:after {
  clear: both;
}
#main .overlay-content-text section {
  float: left;
}
#main .overlay-content-text .flexslider {
  width: 700px;
  position: relative;
}
#main .overlay-content-text .details {
  width: 240px;
  height: 418px;
  padding: 25px;
  background: #393f44;
  color: white;
}
#main .overlay-content-text .details h2 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 55px;
}
#main .overlay-content-text .details h3 {
  margin: 5px 0 40px 0;
  color: #edaf55;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#main .overlay-content-text .text-overlay {
  background: #393f44;
  color: white;
  min-height: 420px;
  padding: 25px;
}
#main .overlay-content-text .text-overlay h2 {
  margin: 55px 0 0 0;
  color: #00a4ba;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#main .overlay-content-text .text-overlay h3 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 0;
  margin-bottom: 40px;
  width: 280px;
}
#main .overlay-content-text .text-overlay p {
  line-height: 1.4;
}
#main .project {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
#main .project:before,
#main .project:after {
  content: "";
  display: table;
}
#main .project:after {
  clear: both;
}
#main .project .details {
  width: 390px;
  float: left;
  color: white;
  margin: 40px 0;
}
#main .project .details h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#main .project .details h1 span {
  color: #edaf55;
}
#main .project .details h2 {
  margin-top: 0;
  margin-bottom: 45px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #edaf55;
}
#main .project .details h3 {
  margin: 30px 0;
  font-size: 14px;
  text-transform: uppercase;
}
#main .project .details p {
  line-height: 1.4;
  margin-right: 60px;
}
#main .project .details .breadcrumb {
  color: #edaf55;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main .project .details .breadcrumb a {
  color: white;
  text-transform: none;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main .project .details .breadcrumb a:hover {
  color: #edaf55;
}
#main .project .details .testimonials {
  background: url(../cssImages/bg-divider-line.gif) left 30px no-repeat;
  padding-top: 40px;
}
#main .project .details .testimonials blockquote {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  color: #b8b9ba;
}
#main .project .details .testimonials cite {
  font-style: normal;
  font-size: 16px;
  color: #edaf55;
}
#main .project .images {
  width: 790px;
  float: right;
}
#main .project .images ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
#main .project .images ul li {
  position: relative;
  margin-top: 10px;
}
#main .project .images ul li:first-child {
  margin-top: 0;
}
#main .project .images ul li div {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../cssImages/bg-orange-overlay.png);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}
#main .project .images ul li div p {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 10%;
  width: 80%;
}
#main .about {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
  color: white;
}
#main .about:before,
#main .about:after {
  content: "";
  display: table;
}
#main .about:after {
  clear: both;
}
#main .about aside {
  float: left;
  position: fixed;
  width: 390px;
  background: url(../cssImages/bg-divider-line.gif) repeat-x left 107px;
}
#main .about aside a {
  color: #e1e1e1;
  font-size: 20px;
}
#main .about aside a:hover,
#main .about aside a.current {
  color: #00a4ba;
}
#main .about .content {
  float: right;
  width: 790px;
}
#main .about .content #profile,
#main .about .content #vision,
#main .about .content #services {
  padding-top: 200px;
  margin-top: -120px;
}
#main .about a {
  color: #00a4ba;
}
#main .about a:hover {
  color: white;
}
#main .about p {
  font-size: 16px;
}
#main .about h1 {
  margin: 80px 0 30px 0;
  font-size: 30px;
  text-transform: uppercase;
  background: #393f44;
  display: inline-block;
  padding-right: 20px;
}
#main .about h2 {
  margin: 30px 0;
  font-size: 30px;
  text-transform: uppercase;
}
#main .about h2 span {
  color: #00a4ba;
}
#main .about blockquote {
  margin: 45px 0;
  padding: 0;
  font-size: 24px;
  width: 550px;
}
#main .about .single-column {
  position: relative;
}
#main .about .single-column p {
  width: 550px;
}
#main .about .single-column .qualifications {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  font-style: italic;
  margin: 0;
}
#main .about .columns {
  zoom: 1;
}
#main .about .columns:before,
#main .about .columns:after {
  content: "";
  display: table;
}
#main .about .columns:after {
  clear: both;
}
#main .about .columns div {
  width: 350px;
}
#main .about .columns .left {
  float: left;
}
#main .about .columns .right {
  float: right;
}
#main .about .group {
  zoom: 1;
  margin-bottom: 80px;
}
#main .about .group:before,
#main .about .group:after {
  content: "";
  display: table;
}
#main .about .group:after {
  clear: both;
}
#main .about article {
  width: 350px;
  float: left;
}
#main .about article:nth-child(odd) {
  margin-right: 90px;
  clear: both;
}
#main .about article h3 {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
}
#main .about article h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#main .about article a {
  color: white;
}
#main .about article a:hover {
  color: #00a4ba;
  text-decoration: underline;
}
#main .about article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .contact {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  font-size: 20px;
}
#main .contact:before,
#main .contact:after {
  content: "";
  display: table;
}
#main .contact:after {
  clear: both;
}
#main .contact aside {
  float: left;
  width: 390px;
  background: url(../cssImages/bg-divider-line.gif) repeat-x left 57px;
}
#main .contact aside a {
  color: white;
}
#main .contact aside a:hover,
#main .contact aside a.current {
  color: #a6b551;
}
#main .contact .content {
  float: left;
  width: 350px;
  margin-left: 40px;
}
#main .contact h1 {
  margin: 30px 0;
  font-size: 30px;
  text-transform: uppercase;
  background: #393f44;
  display: inline-block;
  padding-right: 20px;
}
#main .contact h2 {
  margin: 30px 0;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #a6b551;
}
#main .contact h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#main .contact .map {
  width: 390px;
  height: 260px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#main .contact form {
  margin-top: 50px;
}
.fancybox-inner div {
  zoom: 1;
}
.fancybox-inner div:before,
.fancybox-inner div:after {
  content: "";
  display: table;
}
.fancybox-inner div:after {
  clear: both;
}
.fancybox-inner section {
  float: left;
}
.fancybox-inner .flexslider {
  width: 700px;
  position: relative;
}
.fancybox-inner .details {
  width: 240px;
  height: 418px;
  padding: 25px;
  background: #393f44;
  color: white;
}
.fancybox-inner .details h2 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 55px;
}
.fancybox-inner .details h3 {
  margin: 5px 0 40px 0;
  color: #edaf55;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.fancybox-inner .text-overlay {
  background: #393f44;
  color: white;
  min-height: 420px;
  padding: 25px;
}
.fancybox-inner .text-overlay h2 {
  margin: 55px 0 0 0;
  color: #00a4ba;
  font-size: 16px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.fancybox-inner .text-overlay h3 {
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
  margin-top: 0;
  margin-bottom: 40px;
  width: 280px;
}
.fancybox-inner .text-overlay p {
  line-height: 1.4;
}
#home-slider {
  /*
width: 100%;
   min-height: 100%;
*/

}
#home-slider div {
  position: relative;
}
#home-slider div a {
  display: block;
  height: 100%;
  color: white;
}
#home-slider div .rollover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../cssImages/bg-orange-overlay.png);
  display: none;
}
#home-slider div .description {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}
#home-slider div .description h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
#home-slider div .description h2 {
  font-size: 72px;
  font-family: 'proxima_nova_ltlight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
#home-slider div .description .icon-alone {
  font-size: 26px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Height of the footer */

  background: white;
}
footer nav {
  width: 1200px;
  margin: 0 auto;
}
footer nav h3 {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  height: 63px;
  line-height: 60px;
  font-family: 'proxima_nova_rgbold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
footer nav h3 span {
  font-size: 30px;
  position: absolute;
  top: 4px;
  right: 20px;
}
footer nav ul {
  zoom: 1;
}
footer nav ul:before,
footer nav ul:after {
  content: "";
  display: table;
}
footer nav ul:after {
  clear: both;
}
footer nav ul li {
  float: left;
  width: 33%;
}
footer nav ul li div {
  display: block;
  background: white;
  padding-left: 20px;
  height: 300px;
  position: relative;
  margin-top: -30px;
  padding-top: 10px;
  /*
&:hover {
				   		margin-top: -160px;
				   	}
*/

}
footer nav ul li div p {
  margin-right: 0px;
  color: #333333;
}
footer nav ul li div span.link-text {
  position: absolute;
  left: 20px;
  top: 100px;
}
footer nav ul li.project a,
footer nav ul li.projects a {
  color: #edaf55;
}
footer nav ul li.project h3,
footer nav ul li.projects h3 {
  color: #edaf55;
  background: #ffffff url(../cssImages/bg-header-line-project.gif) no-repeat 20px bottom;
}
footer nav ul li.about a {
  color: #00a4ba;
}
footer nav ul li.about h3 {
  color: #00a4ba;
  background: #ffffff url(../cssImages/bg-header-line-about.gif) no-repeat 20px bottom;
}
footer nav ul li.contact a {
  color: #a6b551;
}
footer nav ul li.contact h3 {
  color: #a6b551;
  background: #ffffff url(../cssImages/bg-header-line-contact.gif) no-repeat 20px bottom;
}
/* 
	Fixes
    ----------------------------------------------------------------
*/
/* for example
.no-js {

}
.ie7 {

}
.touch {

}
*/
/* 
	Media Queries
    ----------------------------------------------------------------
*/
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  .fixed-width {
    width: 940px;
  }
  header section {
    width: 940px;
  }
  .fancybox-inner .details {
    width: 30%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .fancybox-inner .details h2,
  .fancybox-inner .details h3,
  .fancybox-inner .details p {
    margin-left: 25px;
    margin-right: 25px;
  }
  .fancybox-inner .flexslider {
    width: 70%;
  }
  .fancybox-opened .fancybox-skin {
    background: #393f44;
  }
  #main .project,
  #main .about,
  #main .contact {
    width: 940px;
  }
  #main .project .images {
    width: 550px;
  }
  #main .project .images img {
    width: 550px;
    height: auto;
  }
  #main .about aside {
    width: 280px;
  }
  #main .about .content {
    width: 620px;
  }
  #main .about .single-column .qualifications {
    position: static;
  }
  #main .about .columns div {
    width: 300px;
  }
  #main .about article {
    width: 300px;
  }
  #main .about article:nth-child(odd) {
    margin-right: 20px;
  }
  footer nav {
    width: 940px;
  }
}
/* Smaller than standard 940 (devices and browsers) */
@media only screen and (max-width: 939px) {
  .fixed-width {
    width: 748px;
  }
  html.contact-bg {
    background-position: 120px top;
  }
  header {
    min-height: 120px;
  }
  header section {
    width: 748px;
  }
  header .logo {
    width: 190px;
    height: auto;
  }
  #main .project,
  #main .about,
  #main .contact {
    width: 748px;
  }
  #main .projects section div h2,
  #main .feature-projects section div h2 {
    width: 180px;
    left: 50%;
    margin-left: -90px;
  }
  #main .project .details {
    width: 273px;
  }
  #main .project .details p {
    margin-right: 0;
  }
  #main .project .images {
    width: 450px;
  }
  #main .project .images img {
    width: 450px;
    height: auto;
  }
  #main .about aside {
    width: 210px;
  }
  #main .about .content {
    width: 500px;
    margin-right: 10px;
  }
  #main .about blockquote {
    width: 100%;
  }
  #main .about .single-column p {
    width: 100%;
  }
  #main .about .columns div {
    width: 100%;
  }
  #main .about .columns .left,
  #main .about .columns .right {
    float: none;
  }
  #main .about article {
    float: none;
    width: 100%;
  }
  #main .about article:nth-child(odd) {
    margin-right: 0;
  }
  #main .contact aside,
  #main .contact .map {
    width: 350px;
  }
  footer nav {
    width: 748px;
  }
}
/* Tablet Portrait size to standard 940 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 939px) {
  
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .fixed-width {
    width: 460px;
  }
  html.contact-bg {
    background-image: none;
  }
  header {
    min-height: 100px;
  }
  header section {
    width: 460px;
  }
  header .logo {
    width: 170px;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  header nav {
    width: 50%;
    margin-top: 20px;
  }
  header nav div {
    height: auto;
  }
  header nav ul {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  header nav ul li {
    font-size: 16px;
  }
  header nav ul#menu-main-menu-left {
    margin-bottom: 0;
    margin-top: 0;
  }
  header nav .icon-alone {
    top: 10px;
  }
  #main {
    padding-top: 97px;
    padding-bottom: 0;
  }
  #main .project,
  #main .about,
  #main .contact {
    width: 460px;
  }
  #main .feature-projects,
  #main .projects {
    height: auto;
  }
  #main .feature-projects section,
  #main .projects section {
    width: 100%;
    height: 300px;
    float: none;
  }
  #main .feature-projects {
    padding-top: 100px;
  }
  #main .projects section div h2 {
    font-size: 32px;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  #main .project .details {
    width: 100%;
  }
  #main .project .details p {
    margin-right: 0;
  }
  #main .project .images {
    width: 100%;
  }
  #main .project .images img {
    width: 100%;
    height: auto;
  }
  #main .about {
    margin-top: -30px;
  }
  #main .about aside {
    position: static;
    float: none;
    width: 100%;
  }
  #main .about .content {
    float: none;
    width: 100%;
  }
  #main .about .content #profile,
  #main .about .content #vision,
  #main .about .content #services {
    padding-top: 140px;
    margin-top: -100px;
  }
  #main .contact aside,
  #main .contact .map {
    width: 100%;
  }
  #main .contact .content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #home-slider div .description h2 {
    font-size: 48px;
  }
  .fancybox-inner section {
    float: none;
  }
  .fancybox-inner .flexslider {
    display: none;
    /*
  width: 100%;
  			height: auto;
  */
  
    /*
  .slides > li img {
  				width: 100%;
  				height: auto;
  				
  			}
  */
  
  }
  .fancybox-inner .details {
    width: 100%;
    min-height: 300px;
  }
  .fancybox-inner .details h2 {
    margin-top: 5px;
  }
  .fancybox-inner .text-overlay {
    min-height: 0;
    height: auto;
  }
  .fancybox-inner .text-overlay h2 {
    margin-top: 5px;
  }
  .fancybox-close {
    left: auto;
    right: 25px;
  }
  .flex-direction-nav a {
    top: 65px;
  }
  form input[type=text],
  form input[type=email],
  form textarea {
    width: 350px;
  }
  form textarea {
    width: 320px;
    padding-top: 7px;
  }
  footer {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .fixed-width {
    width: 300px;
  }
  header section {
    width: 300px;
  }
  header nav {
    width: 300px;
    float: none;
  }
  header nav div {
    margin-top: 0;
    width: 230px;
  }
  header .logo {
    margin-top: 10px;
  }
  #main .project,
  #main .about,
  #main .contact {
    width: 300px;
  }
  #main .about {
    /*
  aside {
  				position: static;
  				float: none;
  				width: 100%;
  			}
  			.content {
  				float: none;
  				
  				#profile,
  				#vision,
  				#services {
  					padding-top: 140px;
  					margin-top: -100px;
  				}
  			}
  */
  
  }
  #home-slider div .description {
    top: 40%;
  }
  form input[type=text],
  form input[type=email],
  form textarea {
    width: 190px;
  }
  form textarea {
    width: 170px;
  }
  footer nav {
    width: 300px;
  }
}
