/* 
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;
    display:none;
    width:100%;
}

.wrapper {
    display:none;
    padding-bottom:12em;
    background:url("../img/background.jpg") center -140px;
}

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 #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*actual layout*/
html {
    font-family: 'Lora', serif;
    color:#3b3b3b;
    height:100%;
    font-size:18px;
    
}
a {
    color:#3b3b3b;
    text-decoration:none;
    font-weight:bold;
}
a:hover {text-decoration:underline;}

.width960 {
    width:100%;
    max-width:960px;
    margin:auto;
}
.floatLeft {float:left}
.floatRight {float:right}
.clearFix {clear:both}
.alignRight {text-align:right}

.header {
    background:#fff;
}
.headerInner {
    padding:1.9em 0;
}

.headerInner .floatLeft {
    cursor:pointer;
}

.headerInner h1 {
    font-size:2.7em;
}
.headerInner h3 {
    font-weight: normal;
    font-size:1em;
    margin-top:0.1em;
}
.headerInner p {
    margin-top: 0.2em;
    line-height:1.25em;
}

.portrait {
    margin-top: 2.5em;
    height:345px;
    width:345px;
    cursor:pointer;
}
.portrait:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 0.4);
}
.nav {
    margin:3.17em 0 4.44em;
}
.navCircle {        
    float:right;
    height:190px;
    width:150px;
    margin-left:27px;
    cursor:pointer;
    display:none;
}
.circleIcon {
    position:absolute;
    height:150px;
    width:150px;
    background:url("../img/icon_knowhow.png") center top no-repeat transparent;
}
.circleBackground {
    position:absolute;
    background:#7f98ac;
    height:130px;
    width:130px;
    margin:10px;
}
.circleTitle {
    margin-top:167px;
    text-align:center;
    color:#fff;
    font-size:20px;
    position:absolute;
    width:150px;
}
.vitaCircle .circleIcon {background-image:url("../img/icon_vita.png")}
.vitaCircle .circleBackground, .qualiCircle .circleBackground {background:#fff}
.vitaCircle .circleTitle {color:#91a9bc}

.qualiCircle .circleIcon {background-image:url("../img/icon_quali.png")}
.qualiCircle .circleTitle {color:#7f98ac}

.navCircle:hover .circleBackground,
.navCircle.active .circleBackground{
    background-color:#3b3b3b;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 0.4);
}
.navCircle:hover .circleTitle,
.navCircle.active .circleTitle{
    color:#3b3b3b;
}

/*Start*/
.claim {
    font-size:1.33em;
    line-height:1.6em;
    max-width:610px;
}
.home .claim {
    display:none;
}
.home {
    font-size:1.6em;
}
/*Know How*/
.knowhow {
    font-size:1.33em;
}
.knowhow p {
    margin-bottom:1em;
}
.knowhow ul {list-style:none;padding:0;margin:0;}
.knowhow li {
    display:block;
    background:url("../img/checked.png") no-repeat 22px 18px #fff;
    text-align:right;
    padding:0.7em 1.3em 0.7em 3.3em;
    margin-bottom:0.5em;
    float:right;
    clear: both;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow:         0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 35px 0px rgba(0, 0, 0, 0.2);

}

/*vita*/
.vita, .quali {
    font-size:1em;
}
.vita > p, .quali > p {
    font-size:1.33em;
    line-height:1.6em;
    margin-bottom:1em;
}
.vita ul, .quali ul {
    list-style:none;
    padding:0;
}
.vita a, .quali a {font-weight:normal;text-decoration:underline;}


.knowhow, .vita, .quali {
    display:none;
}
.footer {
    background:#fff;
    font-size:0.77em;
}

.footerInner {
    padding:1.3em 0 5em;
}
.footer a {
    font-weight: normal;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.alltransition {
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

@media all and (max-width: 720px) {
    body {
        font-size:12px;
    }
    .wrapper {
        background:#e5e5e5;
    }
    .wrapperInner > .floatRight {
        clear:both;
    }
    .width960 {
        padding:20px;
        width:auto;
    }
    .floatRight {
        float:left;
    }
    .alignRight {
        text-align: left;
    }
    
    .portrait {
        margin-top:1em;
    }
    .portrait, .portrait img {
        width:150px;
        height:auto;
    }
    
    .nav {
        clear:both;
    }
    
    .navCircle {
        float:none;
        margin-left:0;
        margin-top:20px;
        
    }.knowhowCircle .circleTitle {
        color:#91A9BC;
    }
    .circleTitle {
        text-align:center;
        
    }
    
    .knowhow li {
        float:left;
        background-image:none;
        text-align:left;
        padding-left:1.3em;
    }
}