/* colors blue 33f, brown #503a09, #550000screenshost 1202 764  480 320*/

/*
red:357, 100%, 46%  #e9000d
lightblue: 210, 100%, 40%
brown:37, 59%, 26%,  #694b1b

greek colors
da502b orange
df8820 yellow
edca88 backgr
0f0f0e black
cfbfa1 gey

/* set html5 elements to display block */


nav,section,header,footer,article,hgroup.aside,figure{
    display: block;
}

a {text-decoration: none;
}

img {border: none;}

body {
    padding: 0;
    margin: 0;
    font: 14px "ubuntu";
    line-height: 1.3em;
    color:#333;
}

div.holder{
    max-width: 1020px;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
    
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    color: hsla(206, 89%, 59%,1);

}

header      {
    background-color: #1771B5;
    /* different safari syntax */
    background: -webkit-gradient(linear, left top,left bottom,from(#1771B5),to(#3BA6F7)) ;
    /* chromium does it better */
    background: -webkit-linear-gradient(#1771B5,#3BA6F7) ;
    background: -o-linear-gradient(#1771B5,#3BA6F7) ;
    background: -moz-linear-gradient(#1771B5,#3BA6F7) ;
    /*    background: linear-gradient(#1771B5,#3BA6F7) ;*/
}

header {
    margin: 30px 0 5px 0;
    min-height: 80px;
    overflow: auto;
    background-repeat: repeat-x;
}

header img {
    float: left;
    margin: 0 0 0 25px;
    border: 0px;
    padding: 0px;
}

header strong {
    font-size: .8em;
    color:#fafafa;
    margin:0px auto 0 auto;
    position: absolute;
    top:60px;
    left:112px
}
header nav ul{
    float: right;
    font-weight: bold;
    line-height: 1em;
    padding:0;
    margin: 0 25px 0 0;
}
header nav ul li {
    float:left;
    padding: 5px 10px 10px 10px;
    margin:0 5px;
    border-top:2px solid transparent;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    list-style: none;
    -o-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
header nav ul li.trail{
    background-color: hsla(356, 77%, 40%,.5);
    /*box-shadow: #fff 1px 1px 1px;*/
}
header nav ul li:hover, header nav ul li.active{
    background-color: hsl(356, 77%, 40%);
    /*box-shadow: #fff 1px 1px 1px;*/
}


header nav ul a {
    text-decoration: none;
    color: #fefefe;
}

header nav ul span {
    color: #aaa;
    color: #bbb;
    font-size: .8em;
    font-weight: normal;
}

header li:hover a {
    /*    color: #da502b;
        color: hsl(358, 79%, 70%);
        color: hsl(356, 100%, 70%);*/
}



footer {
    background: #fff;
    clear: both;
    font-size:.8em;

    padding-bottom: 20px;
    border-top: #1771B5 4px solid;
    overflow: auto;
    color:#ccc;
    background-color: #454446
}

footer a{
    color:#ccc;
}

footer h3{
    padding:0;
    margin:0 0 0 0;
}
footer section{
    padding:0 20px;
    overflow:auto;

}
#sites {
    height: 340px;
    max-width:800px;
    margin: 0px 0 40px 0;
    float:left;
    
    position: relative;
}

aside{
    float:right;
    width:15%;
    margin:20px 10px 20px 20px;
    line-height:1.8em;
    font-size: 2.5em;
    text-align: center;
    color:hsla(210, 100%, 40%,.4);
    /*    color: hsla(356, 100%, 70%,.4);*/
}
#contentholder{

    -o-transition:opacity ease .4s;
    -moz-transition:opacity ease .4s;
    -webkit-transition:opacity ease  .4s;
}
.slide #contentholder{
    opacity:0;

}
.slide h1{
    opacity:0;
}
#backgroundimage{
    position: absolute;
    top:0;
    right:0px;
    z-index:-3;
    height: 450px;
    width: 260px;
}

#content{
    min-height:500px;
    opacity: 1;
    line-height: 1.5em;
    float:left;
    /*    -moz-transition:height ease-in .3s;
        -o-transition:height ease-in .3s;
        -webkit-transition:height ease-in .3s;*/

}

.pid-1 #content{
    min-height:100px;
}
#content{
    margin:0 5px 0 100px;
    max-width:650px;
}
.pid-1 div#content{
    width:980px;
    margin:0;
}
#content a{
    text-decoration: none;
    color:hsla(206, 89%, 59%,1);
}
#content a:hover{
    text-decoration: underline;
}
#content h2{
    text-transform: lowercase;
    border-bottom:1px solid hsla(206, 89%, 59%,.7);
    text-align: right;
    padding-right: 2em;
    margin-left: 2em;
}
#content p{

    margin:.3em 0  1.5em 10px;
}
#content h2+p:first-letter{
    font-weight: bold;
    font-style: italic;
    font-size: 3em;
    margin-right: .2em;
    line-height: 1em;
    color:hsla(206, 89%, 59%,1);
    float:left;
}


a img {
    outline: 0;
}

#extra_info {
    margin:0 10px 0 10px;
    padding: 10px;
    clear: both;
    overflow: auto;
    border-top: 1px solid #ccc;
    color:hsl(210, 100%, 20%);
}

#extra_info article{
    display: block;
    width: 23%;
    float: left;
    background-color: #CDE2F8;
    margin-right:2.7%;
    margin-bottom:20px;
    padding:15px 0 20px 0;
    border-radius:5px;
}
#extra_info article:last-child{
    margin-right:0;
}
footer article, footer nav{
    display: block;
    width: 22%;
    float: left;
    margin-right:2%;
    position: relative;
    height:140px;
}
.copyright{
    position: absolute;
    bottom:0;
    right:0;
}
#extra_info article:last-child,footer article:last-child{
    margin-right:0%;
}
.rss{
    background: url(images/rss.svg) no-repeat;
}

#extra_info h3, #extra_info p {
    margin: 0 10px;
}

#extra_info h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    color:#da502b;
    color:hsl(358, 79%, 50%);
    color:hsl(358, 79%, 100%);
    font-size: 1.5em;
    font-weight: bold;
    -moz-transition:opacity 1s ease;
    -o-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease; 
}

#extra_info article:hover h3{
    color: hsl(356, 77%, 40%);
}

footer nav, footer article{
    background-color: transparent;

}


/* site scroller */
#site_scroller{
    float:right;
}
.p_sites{
    height:540px;
    position: relative;
}
#main div article.ptype2{
    overflow: hidden;
    max-width:800px;
    margin:0 0 0 100px;
}
#main div.show{
    position: relative;
    /*    background-color: #CDE2F8;*/
    width:75%;
    float:left;
    padding:5px ;
    margin:5px 0 40px 10px;
    overflow: hidden;

    background:#CDE2F8 url(images/webonomic_logo3.png) no-repeat center center;
    /*     box-shadow:hsla(200,0%,0%,.3) 4px 4px 4px;*/
}

h1{
    text-align:right;

    margin: 10px 40px;
    padding: 0px ;
    /*    color: hsla(357, 100%, 46%,.5);*/
    color: hsla(206, 89%, 59%,.6);
    font-weight: bold;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: 4px;
}
.p_ h1{
    display: none;

}
.show .abs {
    position: absolute;
    margin:0 ;

}
.show #pic{
    max-width:100%;
    
    z-index: 0;
    -o-transition:margin-left ease-in .5s;
    -moz-transition:margin-left ease-in .5s;
    -webkit-transition:margin-left ease-in .5s;


}
.show #pic.slide{
    margin-left:1000px;    
}
.show #text{
    width:100%;
   height: 100%;
    padding:0px;
    background-color: hsla(255,0%,100%,.9);
    -o-transition:all ease 1s;
    -moz-transition:all ease 1s;
    -webkit-transition:all ease 1s;
    transition:all ease 1s;
    position: absolute;
    top:0px;
    left:0px;
    ;
}
.show #text p{
    margin:10px;
}
.show .hide{
    opacity:0;
}


.show #info{
    bottom:20px;
    right:20px;
    width:30px;
    height:30px;
    padding:0px;
    color:#1771B5;
    color:#ffffff;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: hsla(270,1%,27%,.8);
    background-color: hsla(356, 77%, 40%,1);
    border-radius: 20px;
}
.show #info a{
    display: block;
        width:20px;
    height:20px;
    padding:5px 5px 5px 4px;
    text-align: center;
}
.show #info:hover{
    background-color:hsla(356, 77%, 40%,.5);
 }
 
 
 #text.hide+div {
    background-color: hsla(356, 77%, 40%,.5);
}
#text.hide+div:hover{
     
     background-color:hsl(356, 77%, 40%);
}
ul#piclist li{
    position: relative;
    list-style: none;
    height:100px;
    width:140px;
    z-index: 1;
    margin: 0 0px 0 0px;
    overflow: hidden;
    opacity:.6;
    -o-transition:all .5s ease;
    border:3px solid #CDE2F8;
    /*    box-shadow:hsla(200,0%,0%,.3) 4px 4px 8px;*/
    background-color: #CDE2F8;
    /*     background-color: #666;*/
    /*     padding:0 5px;*/
}
ul#piclist li:hover{
/*    height:90px;*/
    opacity:1;
    background-color: #CDE2F8;
    /*     background-color: #000;*/
}
ul#piclist li:last-child{
    /*    height:90px;*/
}

ul#piclist li img{
    width:140px;
}
ul#piclist{
    float:left;
    overflow: hidden;
    /*    background-color: #CDE2F8;*/
    /*background-color: #000;*/
    padding:0;
    margin:5px 0 0 -5px;
    padding: 0 0 5px 0;
    width:150px;
}


#main div.colofon{
    position: absolute;
    right:20px;
    bottom:20px;
    color:#aaa;
    font-size: .8em;
    width:240px;
}
.colofon em{
    display: inline-block;
    width:80px;
    margin-right:2px;
    text-align:right;
    font-style: normal;
}

/* HOME SPINNER */
#h_spinner{
    position: relative;
    margin:1em 0;
    padding:0;
    height:320px;
}
#h_spinner a{
    color: hsl(356, 77%, 40%);
}
#h_spinner li{
    position: absolute;
    z-index: 0;
    top:0px;
    left:150px;
    border:1px solid #ccc;
    padding:2px;
    list-style: none;
    box-shadow:hsla(0,0%,50%,.2) 5px 5px 5px;
    -o-transform:scale(.3);
    -moz-transform:scale(.3);
    -webkit-transform:scale(.3);
    transform:scale(.3);

    -o-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
#h_spinner li span{
    position: absolute;
    bottom: 0px;
    right:0px;
    padding:4px 6px 5px 6px;
    background-color: hsla(0,100%,100%,.7);
    opacity:0;
    /*    -moz-transition:all 1s ease-in 1s;
        -ms-transition:all 1s ease-in 1s;
        -o-transition:all 1s ease-in 1s;*/
}


#h_spinner li.c2 {
    top:0px;
    left:150px;
    z-index: 3;
    opacity:1;
    -o-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}

#h_spinner .c1, #h_spinner .c3 {
    opacity:.6;
    z-index: 1;
    -o-transform:scale(.7);
    -moz-transform:scale(.7);
    -webkit-transform:scale(.7);
    transform:scale(.7);

}

#h_spinner li.c1:hover, #h_spinner li.c3:hover{
    opacity:.7;
}


#h_spinner li.c1 {
    top:0px;
    left:0px;
}

#h_spinner li.c3 {
    top:0px;
    left:300px;
}

#h_spinner li.c2 span{
    opacity:1;
}

/* PORTFOLIO */
ul#portfolio li{
    list-style: none;
    float:left;
    width:120px;
    height:80px;

    -o-transition: all 1s ease ;
    -moz-transition: all 1s ease ;
    -webkit-transition: all 1s ease ;
    transition: all 1s ease ;
    margin:10px 12px 15px 0;

}
ul#portfolio li a{
     background-position: 0 0;
}
ul#portfolio li:hover a{
    background-position: bottom center;
}
ul#portfolio {
    background-color: transparent;
    padding:5px;
    overflow:auto;
    padding:0;
    max-width:720px;
    margin:0 0 0 10px;
}
ul#portfolio li{
    -o-transition: all 1s ease ;
    -moz-transition: all 1s ease ;
    -webkit-transition: all 1s ease ;
    -moz-transition: all 1s ease ;  
}
.js ul#portfolio li {
    margin-top:-200px;
}

ul#portfolio a{
    display: block;
    width:100px;
    height:80px;
    -o-transition: all 1s ease ;
    -moz-transition: all 1s ease ;
    -webkit-transition: all 1s ease ;
    -moz-transition: all 1s ease ;

}

.js ul#portfolio li a{

    -o-transform:  scale(.1);
    -moz-transform:  scale(.1);
    -webkit-transform:  scale(.1);
    transform:  scale(.1);
}

#background{
    position: absolute;
    top:20px;
    left:20px;
}

#f_contact{


}

form label{
    display: block;
    padding: 2px 0;
    margin-top:5px;
}

form label b{
    /*    display: inline-block;*/
    width:80px;
    text-align: right;
    padding:0 4px 0 0;
}

form input{
    display: block;
    width:300px;
}
form textarea{
    width:300px;
}

form input:focus{
    background-color: #CDE2F8;
}

form label:active{
    color: red;
}

/* contact*/
#f_contact {
    float:right;
    width: 180px;
    padding:10px 30px 30px;
    margin: 20px auto ;
    background-color: #CDE2F8;
    background-color: hsla(211,75%,89%,.5);
    /*    background: -webkit-linear-gradient(#1771B5,#3BA6F7) ;
    background: -o-linear-gradient(#1771B5,#3BA6F7) ;
    background: -moz-linear-gradient(#1771B5,#3BA6F7) ;*/
    border-radius:25px;
    /*    box-shadow:hsla(20,40%,0%,.6) 2px 2px 18px;*/
    color:#39a3f3;
}
#f_contact h1 {
    text-align: center;
}
#f_contact label{
    text-align: left;
    margin:15px 5px 5px 0;
    padding: 0px;
    width:auto;
}
label + input[required]{
    color:#000;
}
#f_contact img{
    display: block;
    margin:4px auto;
}
#f_contact form{
    width:200px;
    margin:20px auto;
}
#f_contact input,#f_contact textarea{

    padding:1px;
    width:190px;
}
#f_contact input[type=checkbox]{
    width:10px;
}
#f_contact p{
    margin:0;
}

#f_contact .alert{
    width:180px;
    margin:10px auto;
    padding:0px;
    background-color: #ddd;

}
#f_contact .submit {
    color:#39a3f3;
    background-color: hsla(20,40%,100%,.4);
    border:1px solid hsla(20,40%,0%,.4);
    width:195px;
    border-radius:10px;
    padding:6px 5px;
    font-weight: bold;
    /*    box-shadow:hsla(20,40%,0%,.6) 2px 2px 4px;*/
    margin:10px 0 0 0;
    cursor: pointer;

}
#f_contact .submit:hover{
    background-color: hsla(120,50%,60%,.7);

}



address{
    text-align: right;
    width:100px;
    margin:0px;
    font-style: normal;
    /*    color:hsla(210, 80%, 80%,1);*/
}
.socialmedia a,.socialmedia img{
    width:50px;

}
.socialmedia a{
    overflow: hidden;
    background-size: contain;
    display: inline-block;
    float:left;
    margin:75px 10px 0  0px;



}
.socialmedia {

    padding-left:35px;
}
.socialmedia img{

    opacity:0;
    -o-transition:opacity 1s ease;
    -moz-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
    transition:opacity 1s ease;
}
.socialmedia img:hover{
    opacity:1;
}
.rss{background: transparent url(images/rss_grey.png) no-repeat;

}
.fb{background: transparent url(images/fb_grey.png) no-repeat;

    left:60px;}
.tw{background: transparent url(images/twitter_grey.png) no-repeat;

    left:120px;}

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

}