@import 'html5reset-1.6.1.css';

/**
* Configurazione pagina
*/
*
{
    outline: none;
    -moz-outline: none;
    -moz-user-focus: none;
}
body, input, select, button, textarea
{
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #616366;
}
img, form, table
{
    margin: 0;
    padding: 0;
    border: none;
}

a
{
    text-decoration: none;
    color: #F16531;
}
a:hover
{
    color: #CE4716;
}

.fix { clear: both !important; }
.magnify { cursor: url(../img/magnify.cur), pointer; }
.hand { cursor: pointer; }
.hide { display: none !important; }
.invisible { visibility: hidden; }

.orangeText { color: #F16531 }

p { margin: 10px 0 }
b, strong
{ 
    font-weight: 600;
    color: #333;
}

ul, ol
{
    padding: 0 0 0 30px;
    margin: 10px 0;
}
ul > li, ol > li
{
    margin: 8px 0;
}

h3
{
    color: #F16531;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 10px 0;    
}

/**
* Layout Site
*/
#master
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 970px;
    min-height: 500px; 
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, .1);
}
#master.open-group { background: #eee }
#master.open-dubai { background: #F1642F; min-height: 760px; }
#master.open-italy { background: #A6A8AB; min-height: 740px; }

#master > div
{
    width: 240px;
    height: 240px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee; 
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    overflow: hidden;
    position: absolute;   
    left: 50%;
    top: 50%;
    cursor: pointer;
}   
#master > .group
{
    background: #fff;
    margin: -130px 0 0 -130px;
    z-index: 10;
}
#master > .group:hover
{
    background: #f6f6f6;
}
#master > .dubai
{
    background: #F1642F;
    margin: -130px 0 0 -335px;
    z-index: 9;
}
#master > .dubai:hover
{
    background: #E1480F;
}
#master > .italy
{
    background: #A6A8AB;
    margin: -130px 0 0 70px;
    z-index: 9;
}
#master > .italy:hover
{
    background: #85878B;
}
#master > div:hover,
#master > div.current
{
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.2);
}
#master > div.current
{
    cursor: auto;
    z-index: 11 !important;
}
#master > div.open
{
    width: 970px;
    min-height: 100%;
    left: 50%;
    top: 0;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    margin: 0 0 0 -485px;
    z-index: 11; 
}       
    #master > div > h1
    {
        display: block;        
        width: 150px;
        height: 240px;
        margin: 0 auto;
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        padding: 90px 0 0;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
    }
    #master > div > h1 > span.place
    {
        display: block;
        font-size: 14px;
        font-weight: 700;
        font-style: italic;
    }
    #master > div.open > h1
    {
        color: #E1480F;
        padding: 40px 0 0;
        height: 80px !important;
    }
    #master > div.open > h1 > span.place { display: none }
    
    #master > .group > h1
    {
        display: block;        
        width: 240px;
        height: 240px;
        background: url(../img/layout/creative-intelligence-logo.png) no-repeat 50% 50%;
        margin: 0 auto; 
        padding: 0;
    }
    #master > .group.open > h1
    {
        height: 120px;
    }

#master > div > .content
{
    display: none;
    padding: 0 30px 30px;
    width: 910px;
}
#master > div.current > .content
{
    display: block;
}

#master > div > a.close
{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
#master > div.open > a.close
{
    display: block;  
    width: 40px;
    height: 40px;
    background: #eee url(../img/layout/close.png) no-repeat 50% 50%; 
    overflow: hidden;
    text-indent: 1000px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
#master > div.open > a.close:hover { background-color: #ddd }