/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #0db45e; color: #fff; text-shadow: none; }
::selection { background: #0db45e; color: #fff; text-shadow: none; }

a { color: #fff; text-decoration:none;}
a:visited { color: #fff; !important}
a:hover { color:#333;!important}
a:hover, a:active, a:focus {outline: 0;!important}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; list-style: none; list-style-image: none; margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face{ 
    font-family: 'MuseoSlab500';
    src: url('museo_slab_500-webfont.eot');
    src: url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_500-webfont.woff') format('woff'),
         url('museo_slab_500-webfont.ttf') format('truetype'),
         url('museo_slab_500-webfont.svg#webfont') format('svg');
}
@font-face{ 
    font-family: 'MuseoSlab500Italic';
    src: url('museo_slab_500italic-webfont.eot');
    src: url('museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_500italic-webfont.woff') format('woff'),
         url('museo_slab_500italic-webfont.ttf') format('truetype'),
         url('museo_slab_500italic-webfont.svg#webfont') format('svg');
}

.museo{font-family: 'MuseoSlab500', Arial, serif;font-weight: normal; font-style: normal; }
.museoitalic{font-family: 'MuseoSlab500Italic', Arial, serif;font-weight: normal; font-style: normal; text-shadow: 0px 1px 1px #ffffff; }

/* --------------- */

html, body {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    overflow: hidden;
}

.scrollbar-measure {
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 100px;
}


h1 { font-size:1em;margin: 0px;}

h2 {
    font-size:2em;
    margin: 0.0em 0;
}

h3 {
    margin: 0.0em 0;
}

h4 {
    font-family: 'MuseoSlab500Italic', Arial, serif;
    font-weight: normal;
    font-style: normal;
    color: #09b35d;
    margin: 0.0em 0;
}

#mainHeader {
    background-color: #262626;
    height: 50px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 8;
}

#mainHeader nav #homeBt a {
    background: url("../img/logo-mini-up.png") no-repeat scroll center center transparent;
}
#mainHeader nav #homeBt a:hover {
    background: url("../img/logo-mini-over.png") no-repeat scroll center center transparent;
}

#mainHeader nav {
    height: 50px;
    margin: auto;
    text-align: center;
    width: 900px;
}

#mainHeader nav li {
    display: inline;
}

#mainHeader nav a {
    display: block;
    float: left;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

#mainHeader nav .link a {
    font-size: 0.7em;
    height: 31px;
    letter-spacing: 0.3em;
    margin-right: 0;
    padding: 19px 0 0;
    width: 140px;
     transition : border .3s ease-out; 
  -webkit-transition : border .3s ease-out; 
  -moz-transition : border .3s ease-out;
  -o-transition : border .3s ease-out; 
}

#mainHeader nav .link a:hover {
    color: #0db45e;
}

a.navSelect { color:#0db45e;!important}

#main { width:6000px; overflow:hidden;text-shadow: 0px 1px 1px #ffffff;}

#main #wrap {
    background: url( '../img/bg_grey.jpg' );
    overflow: auto;
    position: relative;
    width: 100%;
}

/* --------------- */
  
#main #wrap #space { height:100px;}

#main #wrap #hero { margin-bottom: 60px; }
#main #wrap #hero #heroArticle { padding:20px 0 0; width: 900px; margin: auto; }

#main #wrap #hero #heroArticle #heroHeader { width: 900px; }
#main #wrap #hero #heroArticle #heroHeader #logo { width: 900px; height: 320px; display: inline; }

#main #wrap #hero #heroArticle #heroContent { padding:0px; }
#main #wrap #hero #heroArticle #heroContent h1 {
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
}

#main #wrap #hero #heroArticle #heroContent div { text-align: center; font-size: 1.3em; }

.circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #000;
  margin: 0 20px 0 0;
}

.icon-visual {
  width: 55px;
  height: 55px;
  background: url("../img/icon-visual.png") no-repeat scroll center center transparent;;
  margin: 0 20px 0 0;
}

.icon-distribute {
  width: 55px;
  height: 55px;
  background: url("../img/icon-distribute.png") no-repeat scroll center center transparent;;
  margin: 0 20px 0 0;
}

.icon-service {
  width: 55px;
  height: 55px;
  background: url("../img/icon-service.png") no-repeat scroll center center transparent;;
  margin: 0 20px 0 0;
}

.icon-packing {
  width: 55px;
  height: 55px;
  background: url("../img/icon-packing.png") no-repeat scroll center center transparent;;
  margin: 0 20px 0 0;
}

.icon-space {
  width: 55px;
  height: 55px;
  background: url("../img/icon-space.png") no-repeat scroll center center transparent;;
  margin: 0 20px 0 0;
}


/* --------------- */
a.content { color: #000000;
  text-decoration:none;
  border-bottom:1px dashed;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
a.content:visited { color: #000000; !important}
a.content:hover { color:#0db45e;!important}
a.content:hover, a.content:active, a.content:focus {outline: 0;!important}

#main #wrap #services { margin-bottom: 60px; }
#main #wrap #services #sevicesArticle { padding:0px 0px 0px 0px; width: 900px; margin: auto; }
#main #wrap #services #sevicesArticle section { margin-bottom: 30px; margin-top: 0; width: 100%; }
#main #wrap #services #sevicesArticle section h2 {
    background: url("../img/black-line.png") repeat-x scroll center center transparent;
    font-size: 2em;
    height: 40px;
    letter-spacing: 0.3em;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

#main #wrap #services #sevicesArticle section h2 span {
    background: url("../img/bg_grey.jpg") repeat scroll 0 0 transparent;
    padding: 0 20px;
}

#main #wrap #services #sevicesArticle section .servicesSectionHeader {
    margin: 0 0 20px;
    height: 50px;
}

#main #wrap #services #sevicesArticle section .servicesSectionHeader h3 {
    padding-top: 13px;
    font-size: 1.5em;
}

#main #wrap #services #sevicesArticle section h4 {
    font-family: 'MuseoSlab500Italic', Arial, serif;
    font-weight: normal;
    font-style: normal;
    color: #09b35d;
    margin: 0.0em 0;
}

#main #wrap #services #sevicesArticle section span {
    margin: 0.0em 0;
}

/* --------------- */

#main #wrap #references { margin-bottom: 60px; }
#main #wrap #references #referencesArticle { padding:0px 0px 0px 0px; width: 900px; margin: auto; }
#main #wrap #references #referencesArticle section { margin-bottom: 30px; margin-top: 0; width: 100%; }
#main #wrap #references #referencesArticle section h2 {
    background: url("../img/black-line.png") repeat-x scroll center center transparent;
    font-size: 2em;
    height: 40px;
    letter-spacing: 0.3em;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

#main #wrap #references #referencesArticle section h2 span {
    background: url("../img/bg_grey.jpg") repeat scroll 0 0 transparent;
    padding: 0 20px;
}
/*
#main #wrap #references #referencesArticle ul {
    width: 100%;
    padding-top: 15px;
}

#main #wrap #references #referencesArticle section ul li {
   padding-left: 0px;
   padding-bottom: 0px;
   display: block;
}

#main #wrap #references #referencesArticle section ul li.first {
   padding-left: 0px;
}
*/
#reference-list {
  width:100%;
  padding-top: 15px;
}

#reference-list li {
  display:block;
  list-style: none;
  width: 202px;
  height:202px;
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
  box-shadow: 0px 0px 5px #888888;
  background-color: #FFF;
  transition : border .3s ease-out; 
  -webkit-transition : border .3s ease-out; 
  -moz-transition : border .3s ease-out;
  -o-transition : border .3s ease-out; 
  border: 2px solid #f9f9f9;
}

#reference-list li a {
  margin: 0px;
  display: block;
  text-align:center;
    line-height:202px;
    width: 100%;
    vertical-align: middle;
}

#reference-list li:hover {
  border : 2px solid #0db45e;
}

#reference-list li a img {
  margin: 0px;
  width: 160px;
  height: 160px;
  vertical-align: middle;
}

#f1_container {
  position: relative;
  margin: auto;
  width: 309px;
  height: 206px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 0.5s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all 0.5s linear;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
    -webkit-box-shadow: 3px 3px 3px #000;
  -moz-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
 
}
#f1_container:hover #f1_card {
 -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-box-shadow: 3px 3px 3px #0000;
  -moz-box-shadow: -3px 3px 3px #000;
  box-shadow: 3px -3px 3px #000;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
   -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.face.back {
  display: block;
   -webkit-transform: rotateX(180deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateX(180deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateX(180deg);
  -o-box-sizing: border-box;
  transform: rotateX(180deg);
  box-sizing: border-box;
}

/* --------------- */

#main #wrap #contact {
  height:400px;
  width: 100%;
  background-color: #262626;
}

#main #wrap #contact #contactArticle { padding:0; width: 900px; margin: auto; }

#main #wrap #contact #contactArticle section h2 {
    background: url("../img/white-line.png") repeat-x scroll center center transparent;
    font-size: 2em;
    height: 40px;
    letter-spacing: 0.3em;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#main #wrap #contact #contactArticle section h2 span {
    background-color: #262626;
    padding: 0 20px;
    text-shadow: 0 0px 0px;
}

#main #wrap #contact #contactArticle #contact-box1 { width:300px; height:325px; margin:auto; padding-top: 30px;}
#main #wrap #contact #contactArticle #contact-box1 h4 { color:#FFFFFF;font-style:normal; text-shadow: 0 1px 1px #000000;font-family: 'MuseoSlab500', Arial, serif;}
#main #wrap #contact #contactArticle .contact-header { padding-bottom: 15px;}

#main #wrap #contact #contactArticle #contact-box2 { width:291px; height:325px; margin:auto; padding-top: 30px;}
#main #wrap #contact #contactArticle #contact-box2 .social-media-list { width: 300px; }
#main #wrap #contact #contactArticle #contact-box2 .social-media-list li {  width: 66px; }

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li a {
    display: block;
    height: 56px;
    width: 56px;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-facebook a {
    background: url("../img/facebook-logo-up.png") no-repeat scroll center center transparent;;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-facebook a:hover {
    background: url("../img/facebook-logo-over.png") no-repeat scroll center center transparent;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-twitter a {
    background: url("../img/twitter-logo-up.png") no-repeat scroll center center transparent;;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-twitter a:hover {
    background: url("../img/twitter-logo-over.png") no-repeat scroll center center transparent;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-linkedin a {
    background: url("../img/linkedin-logo-up.png") no-repeat scroll center center transparent;;
}

#main #wrap #contact #contactArticle #contact-box2 .social-media-list li#item-linkedin a:hover {
    background: url("../img/linkedin-logo-over.png") no-repeat scroll center center transparent;
}

#main #wrap #contact #contactArticle #contact-box3 { width:309px; height:325px; margin:auto; padding-top: 30px;}
#main #wrap #contact #legal { margin:auto; width:900px; height:30px;}
#main #wrap #contact #legal span { margin:auto; font-family: 'MuseoSlab500', Arial, serif; color: #FFFFFF; font-size: 0.8em; text-shadow: 0 0px 0px;}

a.contact-link { color: #FFFFFF; text-decoration:none; border-bottom:1px dashed; text-shadow: 0 0px 0px;}
a.contact-link:visited { color: #FFFFFF; !important}
a.contact-link:hover {
  color:#0db45e;
  !important;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
a.contact-link:hover, a.contact-link:active, a.contact-link:focus {outline: 0;!important}

.white {
  text-shadow: 0;
  color: #FFFFFF;
   text-shadow: 0 0px 0px;
}

.white-fat {
  text-shadow: 0 0px 0px;
  color: #FFFFFF;
  font-size: 1.4em;
  text-transform: uppercase;
}

.green {
  text-shadow: 0 0px 0px;
  color: #0db45e;
   text-shadow: 0 0px 0px;
}
/* --------------- */

@media only screen and (max-width : 960px)  {


#main #wrap #hero #heroArticle #heroHeader { width:450px; margin:100px auto; padding: 0px;}
#main #wrap #hero #heroArticle #heroContent h1 { font-size:2.1em;}
#main #wrap #hero #heroArticle #heroHeader #logo { width: 390px; height: 130px;}
#main #wrap #hero #heroArticle #heroContent div { font-size: 1em;text-align: center;}
#main #wrap #hero #heroArticle { width:80%;}

#main #wrap #services #sevicesArticle #textContent section { width:450px; margin:10px auto;}
#main #wrap #services #sevicesArticle section h2 { font-size: 1.6em;}
#main #wrap #services #sevicesArticle section .servicesSectionHeader h3 { font-size: 1.1em; }
#main #wrap #services #sevicesArticle section .servicesSectionHeader {  margin: auto; }
#main #wrap #services #sevicesArticle { width:80%;}

#main #wrap #contact #contactArticle #legal {  padding-top: 30px; }
#main #wrap #contact #contactArticle #legal span { font-size: 0.7em; }
#main #wrap #contact #contactArticle { width:80%;}
#main #wrap #contact #contactArticle #contact-box1 { width: auto; height: auto;}
#main #wrap #contact #contactArticle #contact-box2 { width: auto; height: auto;}
#main #wrap #contact #contactArticle #contact-box3 { width: auto; height: auto;}
#main #wrap #contact { height:auto};

}
/*
@media only screen and (max-width : 600px)  {

#main #wrap #hero #heroArticle #heroHeader { width:400px; margin:60px auto; padding: 30px;}
#main #wrap #hero #heroArticle #heroContent h1 { font-size:1.000em;}

#main #wrap #services #sevicesArticle #textContent section { width:400px; margin:10px auto;}

#mainHeader nav { width:340px;}
#mainHeader nav li a{width:50px; height:50px; margin-right:10px;}
#mainHeader nav .link a{ width:80px; height:31px;  padding:19px 0px 0px 0px; font-size:0.6em; letter-spacing:0.1em; margin-right:0px;}
 
}

@media only screen and (max-width : 480px)  {

#main #wrap #space { height:20px;}
#main #wrap #about {color:#FFF;}
#main #wrap #hero #heroArticle #heroHeader { width:250px; margin:50px auto;}
#main #wrap #hero #heroArticle #heroContent h1 {font-size:53px;}
#main #wrap #hero #heroArticle #heroHeader #logo { width: 162px; height: 234px;}

#mainHeader nav .link a{ width:80px; height:31px;  padding:19px 0px 0px 0px; font-size:0.6em; letter-spacing:0.1em; margin-right:0px;}

#main #wrap #services #sevicesArticle #textContent section { width:250px; margin:10px auto;}

}

@media only screen and (max-width : 350px)  {

#main #wrap #hero #heroArticle #heroHeader { width:180px; margin:50px auto;}
#main #wrap #hero #heroArticle #heroHeader h1 { font-size:40px; display:none;}
#main #wrap #hero #heroArticle #heroHeader #logo { width: 112px; height: 184px;}

#mainHeader nav .link a{ width:65px; height:31px;  padding:19px 0px 0px 0px; font-size:0.5em; letter-spacing:0.1em; margin-right:0px;}
 
#main #wrap #services #sevicesArticle #textContent section { width:180px; margin:10px auto;}

}
*/

/*-------------------------------------
FORM CORE
------------------------------------------*/

form#contact fieldset {
    padding: 10px 20px 20px 20px;
    margin: 0 auto;
    border: 0;
    width: 290px;
    text-align: left;
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
    margin: 3px 0 0 0;
    padding: 6px; 
    width: 260px; 
    font-family: arial, sans-serif; 
    font-size: 12px; 
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact textarea {
    width: 275px; 
    height: 150px;
}

form#contact label {
    display: block;
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
     text-transform: uppercase;
}

form#contact label.error { 
    width: 270px;
    margin: 3px 0 0 0;
    display: block;
    color: #cf0101;                              
    font-size: 11px; 
    text-align: right;
}

form#contact .placeholder {
    color: #000;
}

form#contact .button {
    display: inline-block;
    margin: 15px 0 0 90px;
    padding: 5px 15px 5px 15px;
    background-color: #ff9e00;
    border: none;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

form#contact .button:hover {
    background-color: #fc8500;
    cursor: pointer;
}

form#contact .button:active {
    margin-top: 16px;
    background-color: #f08004;
    cursor: pointer;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.floatL{ float:left; }
.floatR{ float:right; }
.relative{ position:relative; }
.collapsfix{overflow:hidden;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}