* {
    margin: 0;
}

.sorbtek {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    background: url('../asset/background.png') scroll repeat 0 0 #fff;
 
    font-size: 6px;
}

.page-margin {
    margin-right: 20px;
    margin-left: 20px;        
}

.sorbtek-wrapper {
    margin: 0 auto;
    padding-top: 25px;
    width: 320px;
}

.sorbtek-h1 {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 6.6em;
    line-height: 42px;
    
    margin-bottom: 10px;
}

.sorbtek-footer a {
    text-decoration: underline;
    color: #9cd0e4;
}

.sorbtek-logo {
    background: url('../asset/logo.png') scroll no-repeat 0 0 transparent;
    
    -webkit-background-size: 250px 70px;
    background-size: 250px 70px;
    
    width: 250px;
    height: 70px;
    
    margin: 0 auto;
}

.sorbtek-text {
    color: #00688f;
    font-size: 3em;
}

.sorbtek-arrows {
    background: url('../asset/arrows.png') scroll no-repeat center center transparent;
    
    -webkit-background-size: 320px 235px;
    background-size: 320px 235px;    
    
    width: 320px;
    height: 220px;
    padding-top: 17px;
    
    margin: 0 auto;
}

.sorbtek-arrows .sorbtek-text {
    font-size: 3.8em;
}

.animation-wrapper {
    background: none scroll no-repeat 0 0 #fff;
    
    margin: 0 20px 20px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    
    overflow: hidden;
}

.animation-header {
    background: url('../asset/bg-header.png') scroll repeat-x 0 0 transparent;
    
    -webkit-background-size: auto 26px;
    background-size: auto 26px;    
    
    height: 26px;
    
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    font-size: 2.5em;
}

.sorbtek-animation {
    margin: 5px auto 10px;
    
    width: 266px;
    height: 194px;
    position: relative;
    
    font-weight: bold;
}

.sorbtek-animation img,
.sorbtek-animation div {
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#loader {
    
    width: 24px;
    height: 24px;
    
    margin: 80px 120px;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;    
}

.sorbtek-animation img {
    width: 266px;
    height: 194px;
}

.sorbtek-animation-text-big {
    font-size: 2em;
    color: #083145;
}

.sorbtek-animation-text-small {
    font-size: 1.7em;
    color: #ffffff;
}

.sorbtek-animation-text-small-dark {
    color: #083145;
}

.sorbtek-list-label {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 3em;
    
    margin-bottom: 10px;
}

.sorbtek-list-item {
    background: url('../asset/list-item.png') scroll no-repeat 0 3px transparent;
    
    -webkit-background-size: 12px 14px;
    background-size: 12px 14px;
    
    padding-left: 20px;
}

.sorbtek-footer {
    background: url('../asset/bg-footer.png') scroll repeat-x 0 0 #fff;

    font-size: 2em;
    
    margin-top: 20px;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 15px;
    width: 290px;
}

.sorbtek-footer .sorbtek-link {
    background: url('../asset/footer-image.png') scroll no-repeat 0 0 transparent;
    height: 33px;
    
    -webkit-background-size: auto 33px;
    background-size: auto 33px;
    
    color: #9cd0e4;

    padding-left: 40px;
    margin-bottom: 10px;
}

.sorbtek-footer .sorbtek-disclaimer {
    height: 33px;
    color: #CCCCCC;
    padding-left: 40px;
}