/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #f2f2f2;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea,
select{display:block;border:1px solid #eee;background:#fff;height:32px;line-height:32px;width:100%;box-sizing:border-box;margin:3px 0 0 0;padding:0 10px;font-family:'Lato', sans-serif;}
textarea{min-height:100px;line-height:inherit;padding:10px;}
input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
textarea:read-only{color:#aaa;}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
textarea:disabled,
select:disabled{color:#aaa;background:#f2f2f2;}

input[type="submit"],
button,
.button{background:#FFC001;color:#fff;border:none;display:inline-block;cursor:pointer;height:36px;line-height:36px;padding:0 20px;transition:all .2s;border-radius:3px;margin-right: 12px;}
input[type="submit"]:hover,
button:hover,
.button:hover{background:#212121;;color:#fff;text-decoration:none;}


button#photoswipe:hover{backround:none;}

input[type="submit"], button, .button > i{
    margin-right:3px;
}



.shopy-prod{
    display: block;
    width: 100%;
    text-align: center;
    background: #FFC001;
    margin: 10px 0;
}

.shopy-wish{
    display: block;
    color:white;
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: #00BFA5;
    margin: 10px 0;
    border-radius:3px;
}

a.shopy-wish:hover{
    background: #009688;
     color:white;
}

.shopy-comp{
    display: block;
    color:white;
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: #1976D2;
    margin: 10px 0;
    border-radius:3px;
}

a.shopy-comp:hover{
     background: #1565C0;
      color:white;
}
.success,
.warning,
.attention,
.information{padding:10px 10px 10px 36px;margin:15px 0;color:#555;}
.information{background:#e4edf5 url(../images/success.png) 10px center no-repeat;border:1px solid #a9b9c9;}
.success{background:#d4edda url(../images/success.png) 10px center no-repeat;border:1px solid #c3e6cb;}
.warning{background:#FFD1D1 url(../images/warning.png) 10px center no-repeat;border:1px solid #F8ACAC;}
.attention{background:#FFF5CC url(../images/attention.png) 10px center no-repeat;border:1px solid #F2DD8C;}
.success .close,
.warning .close,
.attention .close,
.information .close{float:right;padding-top:4px;padding-right:4px;cursor:pointer;}
.required{color:#ea2e49;font-weight:700;font-size:16px;}
.help{color:#777;font-size:10px;font-weight:normal;display:block;}

.demo-gallery figure {
    display: none;
}