/*
Theme Name: Maker
Theme URI: http://maker.co.nz
Version: 1.0.0
Designer: skd.co.nz
FED: ShaunMacDougall.com
BED:
*/
/************************************************************************************
RESET
*************************************************************************************/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
figure {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
a,
a:active,
a:hover,
a:visited {
  outline: none;
}
/************************************************************************************
GLOBAL
*************************************************************************************/

html {background:#20201E;}

body {
  font-family: 'Titillium Web', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
}
.wrapper {
  width: 940px;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.no-border {border:none !important;}

/************************************************************************************
HEAD
*************************************************************************************/
.navbar {
  background-color: #181816 !important;
}
nav .wrapper {
  padding: 0;
}
nav .wrapper .nav-collapse {
  /*position: relative;*/
}

.navbar .nav > li > a {
    padding: 10px 0 20px 50px;
}
/************************************************************************************
BANNER
*************************************************************************************/
#banner {
  background: #20201e;
  text-align: center;
  border-bottom: 1px solid #c3c3c3;
}
#banner h2 {
  margin: 25px 0 60px 0;
  color: #fff;
  text-shadow: 2px 2px 0px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  font-weight: 600;
}
/************************************************************************************
MAIN
*************************************************************************************/
#main {
  border-top: 9px solid #d9d9d9;
  text-align: center;
}
/************************************************************************************
HOME PAGE
*************************************************************************************/
.home #main h3 {
  margin: 50px 0;
  font-weight: normal;
  color: #6e6e69;
  font-size: 32px;
  font-weight: 200;
  font-style: italic;
}
.home .span12 { 
	 /*border-bottom: 1px solid #e5e5e5;*/
}
.home .span12 h3.about-link { 
    font-size: 30px;
    margin: 0 0 40px 0 !important;
}
.home .span12 h3.about-link a { 
    font-weight: 200 !important;
}
.home #main .span12 ul {
  list-style-type: none;
  margin: 0;
  padding: 45px 0 35px;
  border-top: 1px solid #e5e5e5;
}
.home #main ul li {
  width: 16%;
  display: inline-block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 2%;
  text-align: center;
}
.home #main ul li img {
  width: 100%;
  height: auto;
}
.home #main ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6e6e69;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 96px;
}
.home #main ul li p {
  margin-top: 15px;
}
.home #main ul li#id span {
  background: url(../img/icons/id_bw.png) no-repeat;
  background-position: center top;
}

.home #main ul li#pd span {
  background: url(../img/icons/pd_bw.png) no-repeat;
  background-position: center top;
}

.home #main ul li#wmd span {
  background: url(../img/icons/wmd_bw.png) no-repeat;
  background-position: center top;
}

.home #main ul li#ad span {
  background: url(../img/icons/ad_bw.png) no-repeat;
  background-position: center top;
}

.home #main ul li#cd span {
  background: url(../img/icons/cd_bw.png) no-repeat;
  background-position: center top;
}

.services #main ul {
  border-top: 1px solid #E5E5E5;
  padding-top:45px;
}

.services #main ul li {
  width: 16%;
  display: inline-block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 2%;
  text-align: center;
}
.services #main ul li img {
  width: 100%;
  height: auto;
}.services #main ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6e6e69;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 96px;
}
.services #main ul li p {
  margin-top: 15px;
  line-height: 20px;
  font-size:19px;
}

.services #main ul li strong {
  font-weight:300;
  font-size:15px;
  line-height:22px;
}
.services #main ul li#id span {
  background: url(../img/icons/id.png) no-repeat;
  background-position: center top;
}

.services #main ul li#pd span {
  background: url(../img/icons/pd.png) no-repeat;
  background-position: center top;
}

.services #main ul li#wmd span {
  background: url(../img/icons/wmd.png) no-repeat;
  background-position: center top;
}

.services #main ul li#ad span {
  background: url(../img/icons/ad.png) no-repeat;
  background-position: center top;
}

.services #main ul li#cd span {
  background: url(../img/icons/cd.png) no-repeat;
  background-position: center top;
}



.home #home-foot {
  padding: 35px 0 70px;
}
.home #home-foot .span5 h4 {
  color: #555;
  font-size: 30px;
  font-weight: 600;
	margin-bottom:15px;
}
.home #home-foot .span2 #circle {
  background: url(../img/circle.jpg) no-repeat 0 0;
  background-size: 100% auto;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}
.home #home-foot .span2 #circle p {
  font-size: 2em;
  color: #e0e0e0;
  font-weight: bold;
  text-indent: -9999px;
}
.home #home-foot p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  color: #545450;
}


.home #banner.slider { background-color: transparent; border-bottom: 0; font-size:0;}
.home #banner h2 {float:none !important;}
.home #banner .slide { right: 0;  left: 0; }
.home #banner .container-fluid { padding: 0 !important;}
.home #banner a { display: block; top: 0; right: 0; bottom:0; left:0; width:100%; height:100%; }
.home #banner a img { margin: 30px 20px 0px 20px; }

.home #banner a.nav-arrow { display:block; position: absolute; height: 66px; width: 35px; top:43%; z-index:9999;}

.home #banner a#left { background-image:url(../img/left_nav.png); background-position: 0px 0px; left: 50px;}
.home #banner a#left:hover{ background-position: 0 66px;}

.home #banner a#right { background-image: url(../img/right_nav.png); background-position: 0px 0px; left: initial; right: 50px;}
.home #banner a#right:hover{ background-position: 0 66px;}


#reside-slide {background: url(../img/reside.jpg) center 45% no-repeat; background-size: cover;}
#reside-slide img {height:66px; padding:201px 20px 242px 20px;}
#walker-slide {background: url(../img/banner_walker.jpg) center center no-repeat; background-size: cover;}
#walker-slide img {height:130px; padding:169px 20px 210px 20px;}
#voice-slide {background: rgb(0,0,255);}
#voice-slide img {height:70px; padding:200px 20px 239px 20px;}
#nzc-slide {background:#1b1b1b url(../img/nzc_bg.jpg) top center no-repeat;}
#cladpro-slide {background:#1b1b1b url(../img/cladpro_bg.jpg) top center no-repeat;}
#asa-slide {background:#1b1b1b url(../img/asa_bg.jpg) top center no-repeat;}
#asa-slide img {height:509px;}
#timg-slide {background:#1b1b1b url(../img/timg_bg.jpg) top center no-repeat;}
#timg-slide img {height:140px; padding:159px 20px 210px 20px;}
#c1-slide {background:#1b1b1b url(../img/banner_c1.jpg) top center no-repeat;}
#c1-slide img {height:509px;}
#cp-slide {background:#1b1b1b url(../img/banner_cp.jpg) top center no-repeat;}
#cp-slide img {height:509px;}
#dx-slide {background:#1b1b1b url(../img/dx_bg.jpg) top center no-repeat;}
#dx-slide img {height:509px;}
#aj-slide {background:#e5e6ea url(../img/banner_aj.jpg) top center no-repeat;}
#aj-slide img {height:509px;}
#brymac-slide {background:#1b1b1b url(../img/banner_brymac.jpg) top center no-repeat;}
#tandco-slide {background:#1b1b1b url(../img/banner_tandco.jpg) top center no-repeat;}
#tandco-slide img {height:509px;}

/************************************************************************************
FOOTER
*************************************************************************************/
footer {
  background: #20201e;
  padding: 35px 0;
  color: #6E6E69;
}
footer .foot-gap {
  width: 1%;
  display: inline-block;
}
footer a:hover {
  color: #e0e0e0;
}

/************************************************************************************
MISC
*************************************************************************************/

.form-group { text-align:left;}

.sr-only {
    display:none;
}
.left {text-align: left;}


/************************************************************************************
CONTACT PAGE
*************************************************************************************/

.contact_form {margin:50px 0 80px 0; }
.contact_form textarea, .contact_form input[type="text"], .contact_form input[type="email"] {width:80%; font-size:16px;}
.contact_form input[type="submit"] {padding: 8px 30px; background:#e86f50; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; vertical-align: middle; border:none; font-weight: 400; color:#fff; font-weight:600; text-transform:uppercase; font-size:18px; font-weight:600;}
.contact_form input[type="submit"]:hover {
	background:#d26548;
}

.contact .span4 {font-size: 20px; font-weight: 200; line-height: 30px; padding-top:50px;}
.contact .span4 a { font-weight: 200; }
.contact .span4 a, .contact .span4 span, .contact .span4 img  {display:block; float:left;}
.contact .span4 img {margin-right:25px;}
.contact .span4 div {margin-bottom:40px;}

.contact #main .container-fluid {padding-left:0; padding-right:0;}

.contact textarea {
    height: 100px !important;
}

label.error { float:left; color:#E86F50; font-size:15px; font-weight:600; letter-spacing:.5px; padding: 0 0 5px 11px;}

/************************************************************************************
WORK PAGE
*************************************************************************************/

.work .span4 {margin-top:45px; text-align:left;}
.work .span4 a {color:#666666; font-weight:400; font-size:20px;}
.work .span4 a:hover {color:#E86F50;}
.work .span4 a img {margin-bottom:20px;}


.work #main .container-fluid {margin-bottom:100px; padding-left:0; padding-right:0;}
.work footer .container-fluid {padding-left:0; padding-right:0;}

.work #main h3 {
  margin: 75px 0 50px 0;
  font-weight: normal;
  color: #6e6e69;
  font-size: 32px;
  font-weight: 400;
  text-align:left;
}

/************************************************************************************
Services PAGE
*************************************************************************************/

.services #main .container-fluid {margin-bottom:100px; padding-left:0; padding-right:0;}
.services footer .container-fluid {padding-left:0; padding-right:0;}
.services #main h3 {
    color: #666666;
    font-size: 32px;
}

.services #main h4 {
    color: #666666;
    font-size: 24px;
	margin:5px 0 5px 0;
	line-height:26px;
}

.services #main h3.services-intro {
    font-style: italic;
    font-weight: 200;
}

.services #main .span9 h3 {
    font-weight: 600;
	margin-bottom:10px;
	line-height: 30px;
	font-size: 30px;
}

.services #main h3.services-intro a {
    background: none repeat scroll 0 0 #E86F50;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
	font-style:normal;
	line-height:18px;
	margin-left:20px;
}

.services #main h3.services-intro a:hover {
	background:#d26548;
}

.services #main .span9 {
    font-size:18px;
	line-height:30px;
	font-weight: 200;
}

.services #main .span3 {
    margin-right:15px;
}

.services #main .row-fluid {padding: 50px 0 0 0;}

.about-copy p {
	font-size: 20px;
    font-weight: 200;
    line-height: 32px;
	margin-bottom:25px;
	text-align:center;
}

.about-copy { }
.about-assets { font-size:16px; font-weight: 200; padding-top:50px; }

/*.about-img { float:left;}*/

.services .about-link { 
	background: none !important;
    border:none !important;
    border-radius:0 !important;
    color: #E86F50 !important;
    font-size: 32px !important;
    font-style:italic !important;
    font-weight: 200 !important;
    margin-left:0 !important;
    padding:0 !important;
    text-transform:none !important;
 }
 
 .services .about-link:hover { color:#666 !important; }


/************************************************************************************
Project PAGE
*************************************************************************************/

.project #main h3 {
    color: #666666;
    font-size: 32px;
}

.project #main .span12 h3 {
    font-weight: 600;
	margin-bottom:10px;
	font-style: italic;
    font-weight: 200;
}

.project #main .container-fluid {margin-bottom:100px; padding-left:0; padding-right:0;}
.project footer .container-fluid {padding-left:0; padding-right:0;}

.project #main .row-fluid {padding: 50px 0 0 0; }

button.visit {
    background:#E86F50;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
    vertical-align: middle;
	font-style:normal;
	line-height:18px;
	margin-top:30px;
}

button.visit:hover {
	background:#d26548;
}

a.backtowork {
    background:#E86F50;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
    vertical-align: middle;
	font-style:normal;
	line-height:18px;
	margin-top:30px;
}

a.backtowork:hover {
	background:#d26548;
}

.clients h2 {text-align:left; font-size:40px; margin:100px 0 60px 0;}


/************************************************************************************
BOOTSTRAP.CSS IMPORT 171013
*************************************************************************************/

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
button.hidden-phone {float:right;}


@media (min-width: 1200px) {
	
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
	
	#banner h2 {float:left;}
	
	.navbar .nav {margin-top:5px;}
	.navbar .nav li a {font-size:18px;  padding: 0 0 0 50px;}
}

@media (max-width: 979px) {
	
  body {
    padding-top: 0;
  }
  .navbar {margin-top:5px;}
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li.active {
    border-left: 2px solid #e86f50;
  }
  /*.nav-collapse .nav > li.active a {
    padding-left: 12px !important;
  }*/
  .nav-collapse .nav > li > a {
    margin-bottom: 1px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 10px 15px 10px 3%;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
	padding-left:12px !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    background-color: #20201E;
  }
  .navbar-inverse .nav-collapse .nav > li:hover {
    border-left: 2px solid #e86f50;
  }
  /*.navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    padding-left: 12px !important;
  }*/
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

@media (min-width: 768px) and (max-width: 979px) {
	
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  
  #banner h2 {
    float:left;
}
  
/************************************************************************************
Services PAGE
*************************************************************************************/
  
.services #main .row-fluid {padding: 50px 0;}

}

@media (min-width: 768px) and (max-width: 979px) {
	
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 959px) { 
  .wrapper-container {
    width: 100%;
  }
  .wrapper {
    width: 96%;
    padding: 0 2%;
  }
  
}

@media (max-width: 767px) { 
  .nav {
    /*margin-top: 10px !important;*/

  }
  .nav li:hover a,
  .nav li.active a {
    padding-left: 13px !important;
  }
  .nav li a:hover {
    text-decoration: none !important;
  }
  .text-right,
  .text-left {
    text-align: inherit !important;
  }
  .home #main ul li {
    width: 96%;
    padding: 0 2% 40px;
    margin: 0;
  }
  .home #main ul li img {
    width: 96px;
    height: auto;
    padding: 0 30% 1em;
  }
  .home #main ul li p {
    font-size: 20px;
  }
  
   .services #main ul li {
    width: 96%;
    padding: 0 2% 40px;
    margin: 0;
  }
  .services #main ul li img {
    width: 96px;
    height: auto;
    padding: 0 30% 1em;
  }
  .services #main ul li p {
    font-size: 20px;
  }
  
  #home-foot .span5 {
    text-align: center;
  }
  #home-foot .span5 p {
    padding: 0 0 40px 0;
  }
  #home-foot .span5 p a {
    display: block;
  }
  .home #home-foot .span2 #circle {
    margin: 0 auto 40px;
  }
  footer {
    text-align: center;
  }
}

@media (max-width: 767px) { 
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  
  #banner h2 {
    margin:0 0 35px 0 !important;
}

#main .container-fluid {margin-bottom:10px !important; }
#main .row-fluid { padding: 30px 0 !important;}

.clients {display:none;}

  
/************************************************************************************
Services PAGE
*************************************************************************************/
  
.services #main .row-fluid {padding: 50px 0;}
.services #main .span9 {text-align:center;}
.services #main .span3 {margin:0 auto 15px auto;}
.services #main h3.services-intro a {}

/************************************************************************************
Contact PAGE
*************************************************************************************/

.contact .span4 {padding-top:0; margin-bottom:50px;}

.contact_form textarea, .contact_form input[type="text"], .contact_form input[type="email"] {width:96%;}

.contact_form {
    margin: 50px 0 40px;
	padding-bottom:40px;
	border-bottom:#e5e5e5 1px solid;
}

.contact #main .row-fluid { padding: 0 !important;}


/************************************************************************************
Work PAGE
*************************************************************************************/

.work .span4 {text-align:center;}

.work #main .row-fluid { padding: 0 !important;}

.work #main .container-fluid {
    margin-bottom: 60px !important;
}

/************************************************************************************
Project PAGE
*************************************************************************************/

.project button.visible-phone {float:none; margin-bottom:35px;}

.project #banner h2 {
    margin:0 !important;
}

.visible-print {
  display: none !important;
}

.project #main .project-img { padding: 0 0 20px 0 !important;}


/************************************************************************************
Home PAGE
*************************************************************************************/

.home #main .row-fluid {
    padding: 0 !important;
}

#home-foot {margin-top:30px !important;}


}

@media (max-width: 767px) {
	
  /* body {
      padding-left: 20px;
      padding-right: 20px;
    }*/
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) { 
	
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
  
/************************************************************************************
Contact PAGE
*************************************************************************************/

.contact_form textarea, .contact_form input[type="text"], .contact_form input[type="email"] {width:94%;}

}


@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}