/* FONTS */
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-regular-webfont.eot');
  src: url('../fonts/quicksand-regular-webfont.eot') format('embedded-opentype'),
/*    url('../fonts/quicksand-regular-webfont.woff') format('woff'),*/
    url('../fonts/quicksand-regular-webfont.otf') format('opentype'),
    url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
    url('../fonts/quicksand-regular-webfont.svg#Myriad Pro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-bold-webfont.eot');
  src: url('../fonts/quicksand-bold-webfont.eot') format('embedded-opentype'),
/*    url('../fonts/quicksand-bold-webfont.woff') format('woff'),*/
    url('../fonts/quicksand-bold-webfont.otf') format('opentype'),
    url('../fonts/quicksand-bold-webfont.ttf') format('truetype'),
    url('../fonts/quicksand-bold-webfont.svg#Myriad Pro') format('svg');

  font-weight: bold;
  font-style: normal;
}


/* CSS */
* {
  outline: none;
}
*, html, body {
  font-family: Quicksand, Arial, Sans Serif;
  margin: 0;
  padding: 0;
}
body {
	background: #efefef;
  color: black;
  margin-bottom: 30px;
}

pre {
  height: auto;
  background-repeat: repeat;
  background-position: left 10px;
  background: none;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
  width: auto;
  max-height: 600px;
  
  background-color: white;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */

  color: black;
  font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
  font-size: 12px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #464646;
}

p {
  font-family: Arial, Sans Serif;
  color: #747474;
}

.clear {
  clear: both;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

/* FANCYBOX */
a.fancybox {
  float: none;
  display: inline;
  background: none;
  border: 0;
	margin: 0;
	padding: 0;
}

.fancybox-skin a {
	border: 0;
}
.fancybox-skin a:hover {
  border: 0;
}
.fancybox-skin a.fancybox-nav {
  border: 0;
  background: none;
}

.fancybox-close:hover {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
    background-image: url("../fancybox/fancybox_sprite.png");
}

/* WORKS TABS */
.tabs {
  position: absolute;
  width: 440px;
  left: 0;
  overflow: hidden;
  height: 200px;
}
.tabs .tab {
  float: left;
  width: 220px;
}
.controls {
  bottom: 0;
  height: 20px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 100;
}
.box-text .controls a {
  background: none repeat scroll 0 0 #fff;
  font-family: Quicksand;
  color: #464646;
  display: block;
  float: left;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  z-index: 100;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box-text .controls a:hover {
  background: #ffc12f;
  color: #fff;
}
.box-text .controls a.prev {
}
.box-text .controls a.next {
}


/* HEADER */
#header {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 200;
}

#header h1 {
	float: left;
	font-size: 24px;
	line-height: 18px;
	margin-left: 10px; 
}
#header h1 a {
  background: url("../images/logo-title.png") no-repeat scroll left top transparent;
  color: #000;
  display: block;
  min-height: 59px;
  padding-left: 60px;
  padding-top: 8px;
  margin-top: 20px;
  width: 300px;
  text-indent: -9999px;
}
#header h1 span {
	color: #747474;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
}

#header ul {
  float: right;
  margin-top: 20px;
  line-height: 59px;
  margin-right: 10px;
}
#header li {
  float: left;
  margin-left: 10px;
}
#header li a {
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px;
	font-weight: normal;
	color: #747474;
	
	transition: all 0.3s ease;
}
#header li a:hover {
	color: #464646;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
#header li a.selected {
  background-color: #ffc12f;
  border-radius: 2px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  
  transition: all 0.3s ease;
}

#container {
  padding-top: 100px;
}

h2 {
  color: #747474;
  padding: 30px 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
h2 strong {
	color: #464646;
  font-weight: normal;
}

#catchphrase {
}
#catchphrase strong {
}
.box-text {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
}
.box-text a {
  color: #464646;
  
  transition: all 0.3s ease;
}
.box-text a:hover {
  color: #000;
  
  transition: all 0.3s ease;
}
.box-text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  background: #ffc12f;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box-text h2 strong {
  color: #fff;
  font-weight: bold;
}
#about .box-text h3 {
  font-weight: normal;
  margin: 20px 0 -2px;
  text-transform: uppercase;
  color: #464646;
}
#about .ability {
  background: none repeat scroll 0 0 #f4f4f4;
  float: left;
  height: 426px;
  margin-bottom: -15px;
  margin-top: -10px;
  padding-left: 20px;
  width: 449px;
  border-left: 1px solid #efefef;
}
.box-text h4 {
  clear: both;
  font-weight: normal;
  margin: 10px 0 5px;
  padding-top: 10px;
  color: #767676;
}
.box-text ul {

}
.box-text .ability li {
  background: none repeat scroll 0 0 #ffc12f;
  border-radius: 2px;
  color: white;
  float: left;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding: 8px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.box-text .ability li:hover {
  /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);*/
  margin-top: -3px;	
  border-bottom: 3px solid #EDA600;
}

.box-text p {
  padding: 10px 20px;
  font-size: 14px;
  text-align: justify;
}
span.sncube {
  font-size: 15px;
  color: #464646;
  font-weight: normal;
}
.box-text p strong {
  color: #464646;
  font-weight: bold;
  font-size: 15px;
}

#why .box-text {
  min-height: 337px;
}


/* WORKS */
#works {
}
#works .box-text {
  overflow: hidden;
  position: relative;
  height: 225px;
  cursor: pointer;
}
#works img {
  width: 100%;
}
#works .overlay {
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: absolute;
  top: 200px;
  left: 0;
  padding-bottom: 10px;
  height: 230px;
}
#works h3 {
  color: #464646;
  font-size: 16px;
  padding: 10px 20px;
  /*text-shadow: 1px 1px 1px rgba(255,255,255,0.2);*/
}
#works p {
  font-size: 13px;
  text-align: left;
}
#works a.site {
  background: none repeat scroll 0 0 #eee;
	border-radius: 2px;
	color: #747474;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 20px;
	padding: 10px;
	text-transform: uppercase;
}
#works a.site:hover {
  background-color: #ffc12f;
  border-radius: 2px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
#works .box-text.over {

}
#works .box-text.over .overlay {
  background: #ffc12f;
  top: 0;
}
#works .box-text.over h3 {
  color: #fff;
}
#works .box-text.over p {
  color: #fff;
}
#works .box-text em {
  font-style: normal;
  /*color: #5ba1cf;*/
}
.box-text em {
  font-style: normal;
  /*color: #5ba1cf;*/
}

#works .keywords {
  padding: 5px 20px;
  overflow-y: scroll;
  height: 190px;
  margin-bottom: 5px;
}
label {
  color: #464646;
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: capitalize;
}
span.label {
  background: none repeat scroll 0 0 #ededed;
  background: #ffc12f;
	/*border: 1px solid #e0e0e0;*/
	border-radius: 3px;
	/*color: #464646;*/
	color: white;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* FORMS V1 */
#contact .box-text {
  padding-bottom: 0;
}
form {
    padding: 20px 0;
}
form div {
    min-height: 40px;
}
form label {
    background: none repeat scroll 0 0 #ffc12f;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 20px;
}
form input {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px;
}
form textarea {
    border: 1px solid #ddd;
    font-size: 13px;
    height: 270px;
    padding: 5px 10px;
}
form a.disabled {
    opacity: 0.5;
}
form input.error, form textarea.error {
    border: 2px solid rgba(228, 5, 5, 0.7);
}
.col-inner {
    padding: 0;
}
.col-left {
    float: left;
    margin: 0;
    width: 50%;
}
.col-right {
    float: right;
    margin: 0;
    width: 50%;
}
.col-left p, .col-right p {
    font-size: 16px;
    padding: 10px 0;
    text-align: justify;
}
.col-separator {
    background-color: #512d80;
    height: 100px;
    position: absolute;
    width: 3px;
}
#try-form {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9)*/;
    padding: 0;
    overflow: auto;
}
#try-form-container .container {
    min-height: 0;
}
#try-form-container {
    display: none;
}
#try-form input, #try-form textarea {
    background-color: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    color: #747474;
    display: block;
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 12px 20px;
    width: 430px;
}
#try-form input.error, #try-form textarea.error {
  border: 1px solid #FF5C3F;
}
#link-try {
    background: none repeat scroll 0 0 #ffc12f;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
}
#link-try:hover {
    background-color: #ffd13f;
}

/* FORMS V2 */
form {
    padding: 20px 0;
}
form div {
    min-height: 40px;
}
form label {
    background: none repeat scroll 0 0 #ffc12f;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0;
    padding: 8px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
form input {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px;
}
form textarea {
    border: 1px solid #ddd;
    font-size: 13px;
    height: 411px;
    padding: 5px 10px;
}
form a.disabled {
    opacity: 0.5;
}
form input.error {
    border: 2px solid rgba(228, 5, 5, 0.7);
}
.col-inner {
    padding: 0;
}
.col-left {
    float: left;
    margin: 0;
    width: 50%;
}
.col-right {
    float: right;
    margin: 0;
    width: 50%;
}
.col-left p, .col-right p {
    font-size: 16px;
    padding: 10px 0;
    text-align: justify;
}
.col-separator {
    background-color: #512d80;
    height: 100px;
    position: absolute;
    width: 3px;
}
#try-form {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);*/
    padding: 0;
}
#try-form-container .container {
    min-height: 0;
}
#try-form-container {
    display: none;
}
#try-form input, #try-form textarea {
  background-color: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
  color: #747474;
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin: 10px 20px 15px;
  padding: 10px;
  width: 407px;
  
  transition: all 0.3s ease;
}
#try-form input:focus, #try-form textarea:focus {
	border: 1px solid #ffc12f;
	box-shadow: 0 0 8px rgba(255, 193, 47, 0.4);
	background: #f9f9f9;
	
	transition: all 0.3s ease;
}
#link-try {
  background: none repeat scroll 0 0 #ffc12f;
  border-radius: 3px;
  clear: both;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 15px 20px;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  
  transition: all 0.3s ease;
}
#link-try:hover {
  background-color: #ffd13f;
  
  transition: all 0.3s ease;
}
#link-try.disable {
	opacity: 0.7;
}


/* MODAL DIALOG */
#snc-modal {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border: 3px solid #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  left: -999px;
  opacity: 1;
  padding: 40px 30px;
  position: absolute;
  text-align: center;
  top: -999px;
  width: 310px;
  z-index: 10000;
  font-size: 13px;
}
#snc-modal-close {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #A0A0A0;
  display: block;
  font-family: Quicksand;
  padding: 0 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: border 0.2s linear 0s;
}
#snc-modal-close:hover {
  border: 1px solid #D8D8D8;
}


/* FOOTER */
#footer {
	margin-top: 20px;
  font-size: 11px;
  text-align: center;
}