/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: middle;
  position: relative;


}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #ffffff;
  color: #000000;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  line-height: 1.5;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.container {
  width: 100%;
  max-width: 1080px;
}

.black {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}

.blue {
  width: 100%;
  margin: 0px 0px -60px 0px;
  padding: 0px 0px -60px 0px;
  background-color: #00ade4;
  text-align: center;
  color: #ffffff;
}

.bluebottom {
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px 60px 60px;
  background-color: #00ade4;
  text-align: center;
  color: #ffffff;
}

.contact {
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 40px 40px;
  text-align: center;
  color: #000000;
}

.yellow {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff300;
  color: #000000;

}

.yellowtop {
  width: 100%;
  margin: 0px 0px -60px 0px;
  padding: 0px 0px -60px 0px;
  background-color: #fff300;
  text-align: center;
  color: #ffffff;
}

.yellowdifferent {
  width: 100%;
  margin: 0px;
  padding: 40px 20px 40px 20px;
  background-color: #fff300;
  color: #000000;

}

.bluedifferent {
  width: 100%;
  margin: 0px;
  padding: 40px 20px 40px 20px;
  background-color: #00ade4;
  color: #ffffff;

}
.products {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  color: #ffffff;
}
.blueretail {
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 40px 40px;
  background-color: #00ade4;
  text-align: center;
  color: #ffffff;
}
.clientlist {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}

.diff {
 margin: 20px 20px 20px 20px;
 padding: 40px 80px 40px 80px;
 background-color:rgba(0,0,0,0.5);
 }
 
 .success {
 margin: 20px 40px 40px 40px;
 text-align: center;
 }
 
 .icon1 {
 width: 200px;
 height: 200px;
 background: url("..img/icons/lines.png") no-repeat;
}

.text{
 width:180px;
 height: 180px;
 background:#FFF; 
 opacity:0; 
 } 
 
 .icon:hover .text {
 opacity:0.6;
 text-align:justify;
 color:#FFFFFF;
 font-size:20px;
 }
 
 
/* Custom Design Process Grid  */

.grid-container{
    width: 100%;      
}

/*-- our cleafix hack -- */ 
.row:before, 
.row:after {
    content:"";
    display: table ;
    clear:both;
}

[class*='col-'] {
    float: left; 
    min-height: 1px; 
    width: 16.66%; 
    /*-- our gutter -- */
    padding: 0px; 
    
}

.col-1{ width: 10%; }
.col-2{ width: 40%; }
.col-3{ width: 50%;    }
.col-4{ width: 33.33%; }
.col-5{ width: 83.33%; }
.col-6{ width: 100%;   }

.outline, .outline *{
    outline: 0px solid #ffffff; 
}


/*-- some extra column content styling --*/
[class*='col-'] > p {
 padding: 20px 20px 0px 40px;
 text-align: left;
 color: #000000; 
 }
 [class*='col-'] > h3 {
 padding: 40px 20px 0px 40px;
 text-align: left;
 color: #000000; 
 }
 


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 2000px) {
	.diff, .success {height: 300px; }
}

@media only screen and (max-width: 1100px) {
	.col {  margin: 0%; }
	.col-1 { width: 0%; opacity: 0;}
	.col-2, .col-3 { width: 50%; }

}
@media only screen and (max-width: 880px) {
	.col {  margin: 0%; }
	.col-1 { width: 0%; opacity: 0;}
	.col-2, .col-3, .col-4 { width: 100%; }
	.diff {height: auto; }
}




/* ============================================================
  INFO BAR
============================================================ */
.info-bar {
  padding: 5px 0;
  background-color: rgba(0,0,0,0.8);
  text-align: right;
}
.info-bar a.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/core/icons-dark.png");
  background-image: url("../img/core/icons-dark.svg"), none;
  opacity: 0.3;
}
.info-bar a.icon[data-title]:after {
  opacity: 1;
}
.info-bar a.icon[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20px;
  content: attr(data-title);
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

/* ============================================================
  HEADER & SITE TITLE
============================================================ */
/* header */
header .branding {
  padding: 20px 0;
}
header .logo {
  margin-bottom: 20px;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .social {
  text-align: center;
}
header .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  text-indent: -9999px;
  background-size: 30px 30px;
  background-image: url("../img/core/social-light.png");
  background-image: url("../img/core/social-light.svg"), none;
  background-size: 180px 30px;
}
header .social a.fb {
  background-position: 0 0;
}
header .social a.twitter {
  background-position: -30px 0;
}
header .social a.googleplus {
  background-position: -60px 0;
}
header .social a.rss {
  background-position: -90px 0;
}
header .social a.email {
  background-position: -120px 0;
}
header .social a.search {
  background-position: -150px 0;
}
header .social a:hover {
  opacity: 0.4;
}

@media all and (min-width: 600px) {
  header .branding {
    padding-left: 60px;
  }
  header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px;
  }
  header .logo img {
    display: block;
    margin: 0;
  }
  header .social {
    padding: 15px 0;
    float: right;
    width: 100%;
    text-align: right;
  }
}
/* site title */
.site-title {
  padding: 5px 0;
  background-color: #818181;
  text-align: center;
}
.site-title h1 {
  color: #fff;
}

/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 0px 0;
}
footer .asides {
  margin-bottom: 20px;
}
footer aside {
  margin-bottom: 10px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer nav li {
  display: inline-block;
}
footer nav a {
  display: block;
  margin: 0 5px;
  color: #fff;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  display: inline-block;
  vertical-align: middle;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  color: #fff;
  font-size: 12px;
}
footer .copyright a {
  color: #818181;
}

@media all and (min-width: 600px) {
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 33.3333%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #818181;
}

a.button {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: solid 2px #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    padding: 14px 16px;
    text-decoration: none;
}
a.button:hover{ /* Hover state CSS */
    color: #818181;
    border: solid 2px #818181;

}

a.buttonblack {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: solid 2px #000000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000000;
    padding: 14px 16px;
    text-decoration: none;
}

a.buttonblack:hover{ /* Hover state CSS */
    color: #818181;
    border: solid 2px #818181;

}
