@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
  font-family: Gabriola;
  src: url("../fonts/Gabriola.ttf");
  font-weight: normal;
  font-style: normal;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---- RESET ----------------------------------- */

html, body, button, 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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, main, 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;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---- END RESET ------------------------------- */

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---- MOBILE FIRST ---------------------------- */

html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    width: 100%;
}
body {
    webkit-tap-highlight-color: rgba(160, 160, 160, 0.2);
}
::-moz-selection {
    background: rgba(160, 160, 160, 0.2);
}
::selection {
    background: rgba(160, 160, 160, 0.2);
}
img::selection {
    background: rgba(160, 160, 160, 0.2);
}
img::-moz-selection {
    background: rgba(160, 160, 160, 0.2);
}
::-webkit-input-placeholder {
  color: #aaaaaa;
}
::-moz-placeholder {
  color: #aaaaaa;
}
:-ms-input-placeholder {
  color: #aaaaaa;
}
:-moz-placeholder {
  color: #aaaaaa;
}
* {
    box-sizing: border-box;
}
a {
    color: #ef6e00;
    outline: none;
}


aside {
    margin-bottom: 4em;
}

aside {
    padding: 2rem;
}
aside .aside-textbox {
    display: block;
    float: left;
    min-width: 260px;
    padding: 1rem;
}
aside p.contact-aside {
    font-size: 1.1em;
}
aside p.phone-aside {
    color: #ef6e00;
    font-family: sans-serif;
    font-size: 2em;
    line-height: 2;
}

big {
    font-size: 1.3em;
}

img, embed, object {
    max-width: 100%;
    width: 100%;
}

img.img-borders {
    border-radius: 7px;
    float: left;
    padding: .2rem;
    width: 100%;
}
img.img-borders-wide {
    border-radius: 7px;
    float: left;
    padding: .2rem;
    width: 100%;
}
img.img-samples {
    border-radius: 7px;
    padding: .2rem;
    width: 100%;
}
img.kott-logo {
    float: left;
    margin: 2rem 1rem 1rem;
    width: 75px;
}
img.kott-img {
    border-radius: 4px;
    margin: 0 1rem;
}

img.sidebar-img-2 {
    margin: 10px;
    width: 100px;
}
img.header-img {
    display: none;
    position: relative;
}
img.header-img-mobile {
    display: block;
    position: relative;
}
img.header-logo {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 85%;
}
img.header-logo-home {
    position: absolute;
    top: 20%;
    right: 2%;
    width: 97%;
}
img.sidebar-img {
    border-radius: 3px;
    float: left;
    max-width: 300px;
    margin-top: 30px;
    width: 100%;
}
img.socialicons {
    height: 44px;
    width: 44px;
}


h1, h2, h3, h4, h5, h6 {
    color: #ef6e00;
    font-family: Gabriola;
}
h1 {
    font-size: 3rem;
}
h2.caption {
    padding: .7rem 1rem 0;
    text-align: right;
}
h2.page-title {
    color: #007ea3;
    font-size: 1.8rem;
    line-height: .8;
}
h3 {
    font-size: 1.5rem;
}
h3 a {
    color: #007ea3;
    text-decoration: none;
}



header {
    position: relative;
}

nav {
    position: relative;
     top: 0px;
    width: 100%;
    z-index: 10;
}
nav ul {
    overflow: hidden;
}
nav li {
    border-radius: 0px;
    display: block;
    margin: 2px;
}
nav li a {
    background: #ef6e00;
    color: #fff;
    display: block;
    padding: .7rem 1rem;
    text-align: right;
    text-decoration: none; 
}
nav li a:hover, nav li a:focus, nav li a:active {
    background-color: #007ea3;
    display: block;
    text-decoration: none;
}
nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}
nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 20px;
  position: relative;
}
nav .menu-icon .navicon {
  background: #ef6e00;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #ef6e00;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
nav .menu-icon .navicon:before {
  top: 5px;
}
nav .menu-icon .navicon:after {
  top: -5px;
}
nav .menu-btn {
  display: none;
}
nav .menu-btn:checked ~ .menu {
  max-height: 360px;
}
nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



main {
    min-height: 420px;
    position: relative;
}

section {
    padding: 2rem;
}
section p {
    padding: 2rem 1rem;
}





footer a {
    color: #00a3d3;
    text-decoration: none;
}
footer a:hover,
footer a:focus,
footer a:active {
    color: #000;
}

footer nav.footer ul li {
    display: inline;
    float: left;
    margin: 0;
    width: 50%;
}
footer nav ul li a {
    background: #00b6eb;
    color: #000;
    padding: 2.5rem 2rem;
    text-align: center;
}
footer nav ul li a:hover,
footer nav ul li a:focus,
footer nav ul li a:active {
    background: #ef6e00;
}
footer nav ul li a.current {
    background: #00b6eb;
}
footer p.copyright {
    color: #ff7d4d;
    font-size: .7em;
    line-height: 1.2;
    padding: .5rem;
    text-align: right;
}


strong {
    color: #007ea3;
   font-weight: 600; 
}
table {
    max-width: 900px;
    margin: -3rem  0 3rem;
}


ul.list {
    padding-left: 2rem;
}
ul.section-list {
    font-size: .85em;
    list-style-type: disc;
    margin-top: -20px;
    padding-left: 3rem;
}
.floatlist {
    float: left;
    padding: 1.5rem;
    width: 100%;
}




.light-opacity {
    opacity: 0.9;
}
.floatclear {
    clear: both;
}
.floatleft {
    clear: both;
}
.floatright {
    clear: both;
}
.hidden {
    display: none;
}
.padding {
    padding: 1rem;
}
.smalltext {
    font-size: .85em;
}
.textcenter {
    text-align: center;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}

.phone {
    color: #ef6e00;
    font-family: sans-serif;
    font-size: 2em;
    line-height: 2;
}

.img-subtitle {
    color: #007ea3;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 3rem;
}
.subtitle {
    color: #aaa;
    font-size: .7em;
    line-height: 1.5;
    padding-left: 2.5rem;
}


.sm-device {
    display: block;
}
.lg-device {
    display: none;
}


.samples {
    float: left;
    font-size: .9em;
    margin-bottom: 1rem;
    text-align: center;
    width: 50%;
}






/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
----- MEDIA QUERIES --------- PORTRAIT --------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 360px) {
 

    
    big {
        font-size: 1.4em;
    }
    
    
    
    
    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 375px) {
 
    
 
    big {
        font-size: 1.5em;
    }
    
    
    
    
    
    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
 
    
    h2.caption {
        padding: 1rem 1rem .5rem 3rem;
    }
    

    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
 
    h2.page-title {
        font-size: 2rem;
    }
    h2.caption {
        padding: 1.2rem 1.5rem .5rem 5rem;
    }
    
    
    aside,
    section {
        padding: 2rem 3rem;
    }

    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
 
    img.img-borders {
        width: 50%;
    }
    h2.caption {
        padding: 1.5rem 1.5rem .5rem 8rem;
    }
    main {
        min-height: 480px;
    }
    aside,
    section {
        padding: 2rem 4rem;
    }

    footer nav.footer ul li {
        width: 33.33%;
    }
    
    img.header-img {
        display: block;
    }
    img.header-img-mobile {
        display: none;
    }
    img.header-logo {
        right: 5%;
        width: 35%;
    }
    img.header-logo-home {
        top: 0px;
        right: 5%;
        width: 65%;
    }
    
    
    .floatlist {
        padding: 1.5rem;
        width: 50%;
    }
    .img-subtitle {
        font-size: 1.4em;
    }
    .samples {
        width: 25%;
    }
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
 
    
    
    
  

    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
 
    h2.page-title {
        font-size: 2.5rem;
        margin-top: 1.5rem;
    }
    h2.caption {
        padding: 1.5rem 3rem 1rem 10rem;
    }

    main {
        min-height: 540px;
        padding-top: 70px;
    }
    nav {
        padding-top: 7px;
        width: 100%; 
    }
    nav ul {
        overflow: visible;
        width: 100%;
    }
    nav ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 16.6667%;
    }
    nav ul li a {
        background: #ef6e00;
        color: #fff;
        display: block;
        margin: 0;
        padding: 1rem .5rem;
        text-align: center;
        text-decoration: none;
    }
    nav ul li a:hover,
    nav ul li a:focus,
    nav ul li a:active {
        background: #007ea3;
    }
    nav ul li a.current {
        background: #007293;
    }
    nav .menu-icon {
        display: none;
    }
    
    footer nav.footer ul li {
        width: 16.6667%;
    }
    footer nav ul li a {
        padding: 3rem 2rem;
    }
    
    
    

    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
 
    
    aside {
        float: left;
        margin-top: 70px;
        width: 33%;
    }
    section.home {
        float: left;
        width: 67%
    }
    
    .sm-device {
        display: none;
    }
    .lg-device {
        display: block;
    }

    
    
}

/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
--------- MEDIA QUERIES -------- LANDSACAPE ---------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
/*-----------iPhone4--------------*/
@media(min-width:480px) and (orientation: landscape)  {

    
    
    
    
    
   
    
}
/*-----------iPhone5--------------*/
@media(min-width:568px) and (orientation: landscape)  {

    
    
    
    
    
    
   
    
}
/*-----------iPad--------------*/
@media(min-width:1024px) and (orientation: landscape)  {

    
    
    
    
    
    
    
}

/*------------------------------*/
@media(min-width: 1280px) and (orientation: landscape) {
 
    
    body {
        font-size: 15px;
    }
    
    aside {
        width: 38%;
    }
    section.home {
        width: 62%
    }
    

    
    
}
/*-----------iPadPro--------------*/
@media(min-width: 1366px) and (orientation: landscape) {
 
    
    
    
  

    
    
}
/*------------------------------*/
@media(min-width: 1440px) and (orientation: landscape) {
 
    
    table {
        max-width: 1080px;
    }
    
    
    
    
    
    
}
/*------------------------------*/
@media(min-width: 1600px) and (orientation: landscape) {
 
    body {
        font-size: 16px;
    }
 
    aside,
    section {
        padding: 3rem 5rem;
    }
    
    
    
    
}
/*------------------------------*/
@media(min-width: 1920px) and (orientation: landscape) {
 
    
    body {
        font-size: 20px;
    }
    
    
  

    
    
    
}
/*------------------------------*/
@media(min-width: 2400px) and (orientation: landscape) {
 
    
    
    
    
  

    
    
    
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only print { 
    
    
    
    
    
    
}