﻿
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');

.collage{
    margin-top:40px;    
}
/* General */
body {
    color: #666666;
    font-size: 13px;
    line-height: 23px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a{
    text-decoration: none;
    color: #777;
}
a:hover,a:active,a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}

/* Social Media */
.administrator { background: #3280e7; }
.adminBodyBackground { background-color: #3280e7;     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;}
.administrator:hover { background: #134fa0;}
.administrator:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}


.officer { background: #32c8de;}
.officerBodyBackground { 
    background-color: #32c8de;     
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.officer:hover {    background: #188392;}
.officer:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.node {background: #f96f4a;}
.nodeBodyBackground 
{
    background: #f96f4a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;}
}
.node:hover {    background: #eb6440;}
.node:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.touchscreen  {    background: #729fda;}

.touchBodyBackground { background-color: #729fda;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.touchscreen:hover{
    background: #3069b6;

}
.touchscreen:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}



/* UI X */
body{
    background:#f4f8fd;
}
.ui-44{
    margin:170px 0px;
}
.social-collage .social-container {
    position: relative;
    max-width: 180px;
    height: 200px;
    margin: 100px auto;
}
.social-collage .social-item {
    position: absolute;
    text-align: center;
    border: 0px solid #000;
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
}
.social-collage .social-item i { color: #fff; }
.social-collage .administrator { 
    top: 0;
    left: 0;
    z-index: 115;
    width: 180px;
    height: 200px;
    color: #fff;
    font-size: 100px;
    line-height: 200px;
}
.social-collage .node {
    top: 100%;
    left: 100%;
    z-index: 6;
    width: 90px;
    height: 100px;
    line-height: 100px;
    margin-left: -40px;
    font-size: 50px;
}
.social-collage .touchscreen {
    top: 100%;
    right: 40px;
    z-index: 7;
    width: 87px;
    height: 110px;
    font-size: 40px;
    line-height: 110px;
}
.social-collage .officer {
    top: 20px;
    right: 100%;
    z-index: 8;
    width: 120px;
    height: 130px;
    font-size: 50px;
    line-height: 130px;
}

.circleBase {
    border:2px solid #000000;
    cursor: pointer;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

/* Tablets */
@media (max-width: 4024px){
    .social-collage .social-container  {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        height: auto;
    }
    .social-collage .social-item {
        position: static;
        display: inline-block;
        width: 24%;
        height: auto;
        font-size: 50px;
        line-height: 80px;
        margin: 0 auto;
        margin-top: 3px;
        padding: 20px 0;
    } 
}