/* colors */
/* colors */
/*orange*/
/*  Sizes   */
/*  Border  */
/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #3d3e3d;
  color: white;
}
::-moz-selection {
  background: #3d3e3d;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62);
}
/*
	Style overrides for IE6-8
	http://jonikorpi.com/leaving-old-IE-behind/
*/
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/
@media screen and (max-width: 1px) {
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125em;
  }
}
.noborder {
  border: 0;
}
.defaultCursor {
  cursor: default;
}
.interactiveCursor {
  cursor: pointer;
}
/* end of utils.less */.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
/** Microsoft element to fit sufrace touch weirdness */
.disablePanZoom {
  -ms-touch-action: none;
  /* Shunt all pointer events to JavaScript code. */

}
/*************************************
 *              TAGS
 *************************************/
body {
  font-family: "Quattrocento Sans", sans-serif;
  background-color: #eeeeee;
  background-image: url('../img/tile.jpg');
  background-repeat: repeat-x;
  color: #3d3e3d;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4,
h5 {
  font-size: 1em;
}
a {
  color: #3d3e3d;
  text-decoration: none;
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
  -webkit-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
}
a:hover {
  color: #707170;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0 0 0 14%;
  text-align: left;
}
/*************************************
 *              CLASSES
 *************************************/
.env {
  width: 100%;
}
.container {
  width: 25.5em;
  margin: 0 auto;
  -webkit-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
}
.container section {
  margin: 0 0;
  text-align: center;
}
.container.main {
  width: 25.5em;
  background-color: #000;
}
.container header {
  padding: 10px 0;
  clear: both;
  text-align: center;
  height: 120px;
}
.container header img {
  pointer-events: none;
}
.container header div {
  display: block;
  font-size: 2em;
}
.container header hr {
  border: 0;
  height: 1px;
  background-color: #1c1d1c;
}
.dark_bg {
  background-color: #1c1d1c;
  color: #eeeeee;
}
.ligth_bg {
  background-color: #eeeeee;
  color: #1c1d1c;
}
.white_bg {
  background-color: #ffffff;
  color: #1c1d1c;
}
.black_bg {
  background-color: #010101;
  color: #eeeeee;
}
.title {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
}
.text_light {
  font-weight: 400;
}
.actions {
  padding: 10px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #eeeeee;
  color: #1c1d1c;
}
.actions a {
  padding: 10px 10px;
}
.services {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 16.5em;
}
.services li {
  clear: both;
  margin: 10px 0;
  padding: 10px;
}
.services li .service_line {
  padding: 0 15px;
  float: left;
}
.services li div {
  float: none;
}
.services li h2 {
  padding: 5px 0 0 0;
}
.main-shadow {
  -moz-box-shadow: 0 -30px 150px #010101;
  -webkit-box-shadow: 0 -30px 150px #010101;
  box-shadow: 0 -30px 150px #010101;
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=170, Color='#010101')";
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.shadow(Strength=9, Direction=170, Color='#010101');
}
/*************************************
 *              IDS
 *************************************/
#site {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#top {
  -webkit-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
  height: 12em;
}
#main {
  border-top: solid 2px #e9e9e9;
  display: block;
  height: auto;
}
#main header {
  text-align: center;
  margin: 0 auto;
}
#main header img {
  margin-top: -180px;
}
#main footer {
  padding: 15px 0;
}
#site_title {
  text-transform: uppercase;
  line-height: 1em;
}
#main_footer {
  font-size: 1em;
  text-align: center;
  color: #9a9e9a;
  padding-top: 100px;
}
@media only screen and (min-width: 480px) {
  .container {
    width: 25.5em;
  }
  ul li {
    margin: 0 0 0 18%;
  }
  .services {
    width: 25.5em;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 34.5em;
  }
  ul li {
    margin: 0 0 0 32%;
  }
  #top {
    height: 21em;
  }
  .services {
    width: 30em;
  }
  .services li div {
    float: left;
  }
}
@media only screen and (min-width: 1140px) {
  .container {
    width: 43.5em;
  }
  ul li {
    margin: 0 0 0 38%;
  }
}
@media only screen and (min-width: 1900px) {
  .container {
    width: 52.5em;
  }
  ul li {
    margin: 0 0 0 38%;
  }
  #top {
    height: 25.5em;
  }
}
