/*!
 * Bosch Messtechnik
 * kittelberger.de / dsp
 * 20151014
 */


/***************************************** Base */

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    background-color: #e8e8e8;
    color: #404245;
}

a {
    color: #215f8b;
}

a:hover {
    color: #003b6a;
}

#header {
    position: relative;
    z-index: 2;
}


/******************* buttons  */

.btn {
    padding: 7px 10px;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 15px;
}

.btn,
.btn-group > .btn {
    font-size: 13px;
    border-radius: 4px;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    border-radius: 3px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 14px;
    border-radius: 5px;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
    background: #215f8a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #215f8a 0%, #215f8a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #215f8a 0%, #215f8a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #215f8a 0%, #215f8a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#215f8a', endColorstr='#215f8a', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-primary:hover {
    background: #114d7b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #114d7b 0%, #114d7b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #114d7b 0%, #114d7b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #114d7b 0%, #114d7b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#114d7b', endColorstr='#114d7b', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    transition: background 0.4s;
}

.btn-default,
.btn-default:visited,
.btn-default:focus {
    background: #E1E1E2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #E1E1E2 0%, #E1E1E2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E1E1E2 0%, #E1E1E2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E1E1E2 0%, #E1E1E2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E2', endColorstr='#E1E1E2', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #404245;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-default:hover {
    background: #D1D1D2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #D1D1D2 0%, #D1D1D2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #D1D1D2 0%, #D1D1D2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #D1D1D2 0%, #D1D1D2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D2', endColorstr='#D1D1D2', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #404245;
    transition: background 0.4s;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:focus {
    background: #404245;
    /* Old browsers */
    background: -moz-linear-gradient(top, #404245 0%, #404245 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #404245 0%, #404245 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #404245 0%, #404245 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#404245', endColorstr='#404245', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-dark:hover {
    background: #313335;
    /* Old browsers */
    background: -moz-linear-gradient(top, #313335 0%, #313335 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #313335 0%, #313335 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #313335 0%, #313335 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#313335', endColorstr='#313335', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    transition: background 0.4s;
}

.btn-red,
.btn-red:visited,
.btn-red:focus,
.btn-danger,
.btn-danger:visited,
.btn-danger:focus {
    background: #e3001b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e3001b 0%, #e3001b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3001b 0%, #e3001b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3001b 0%, #e3001b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3001b', endColorstr='#e3001b', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red:hover,
.btn-danger:hover {
    background: #cc0018;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cc0018 0%, #cc0018 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0018 0%, #cc0018 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0018 0%, #cc0018 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0018', endColorstr='#cc0018', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red.flat,
.btn-red.flat:visited,
.btn-red.flat:focus {
    background: #e3001b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e3001b 0%, #e3001b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3001b 0%, #e3001b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3001b 0%, #e3001b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3001b', endColorstr='#e3001b', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-red.flat:hover {
    background: #cc0018;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cc0018 0%, #cc0018 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0018 0%, #cc0018 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0018 0%, #cc0018 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0018', endColorstr='#cc0018', GradientType=0);
    /* IE6-9 */
    border: medium none;
    color: #ffffff!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-bordered,
.btn-bordered:visited,
.btn-bordered:focus {
    background: none!important;
    border: 1px solid #c3c3c4;
    color: #333!important;
    font-weight: 700;
    transition: background 0.1s;
    text-align: left;
}

.btn-bordered:hover {
    background: none!important;
    border: 1px solid #c3c3c4;
    color: #333!important;
    font-weight: 700;
    transition: background 0.1s;
}

.btn-bordered.btn-lg {
    padding: 15px 30px!important;
}

@media (min-width: 769px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1002px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1002px;
    }
}

.container {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

#nav-main a {
    color: #003b6a;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
}

.normal {
    font-weight: normal !important;
}

.small {
    font-size: 0.90em !important;
}

.small-text * {
    font-size: 1.3em !important;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

h2,
.h2,
.hlt-b {
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: bold;
}

.main-claim h1,
.main-claim h2,
.coltxt-content h4 .main-claim .hlt-a,
.main-claim .hlt-b,
.coltxt-content .hlt-d {
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: 900 !important;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6,
.hlt-c,
.hlt-d,
.hlt-e,
.hlt-f {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

h1,
.h1,
.hlt-a {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 28px;
}

h2,
.h2,
.hlt-b {
    font-size: 16px;
    color: #404245;
    line-height: 20px;
}

h3,
.h3,
.hlt-c {
    font-size: 14px;
    line-height: 18px;
}

h4,
.h4,
.hlt-d,
h5,
.h5,
.hlt-e,
h6,
.h6,
.hlt-f {
    font-size: 12px;
    line-height: 25px;
}

.tab-wrapper h2,
.tab-wrapper .hlt-b {
    margin: 0;
    font-size: 22px;
    color: #404245;
    line-height: 28px;
}

.nav-tabs > li > a {
    color: #404245;
    font-weight: bold;
}

.tab-content h1,
.tab-content .hlt-a {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab-wrapper h2 span,
.tab-wrapper .hlt-b span {
    font-weight: normal;
}

.popover h5,
.popover h6,
.popover .hlt-e,
.popover .hlt-f {
    line-height: 1.3;
}

table h4,
table .hlt-d {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

h2.var-one,
.hlt-b.var-one {
    margin-top: 10px;
}

h6.var-two,
.hlt-f.var-two {
    margin-bottom: 0;
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.margin-5 {
    margin: 5px!important
}

.margin-10 {
    margin: 10px!important
}

.margin-20 {
    margin: 20px!important
}

.margin-30 {
    margin: 30px!important
}

.margin-40 {
    margin: 40px!important
}

.margin-50 {
    margin: 50px!important
}

.margin-60 {
    margin: 60px!important
}

.margin-70 {
    margin: 70px!important
}

.margin-80 {
    margin: 80px!important
}

.margin-90 {
    margin: 90px!important
}

.margin-100 {
    margin: 100px!important
}

.margin-left-5 {
    margin-left: 5px!important
}

.margin-left-10 {
    margin-left: 10px!important
}

.margin-left-20 {
    margin-left: 20px!important
}

.margin-left-30 {
    margin-left: 30px!important
}

.margin-left-40 {
    margin-left: 40px!important
}

.margin-left-50 {
    margin-left: 50px!important
}

.margin-left-60 {
    margin-left: 60px!important
}

.margin-left-70 {
    margin-left: 70px!important
}

.margin-left-80 {
    margin-left: 80px!important
}

.margin-left-90 {
    margin-left: 90px!important
}

.margin-left-100 {
    margin-left: 100px!important
}

.margin-right-5 {
    margin-right: 5px!important
}

.margin-right-10 {
    margin-right: 10px!important
}

.margin-right-20 {
    margin-right: 20px!important
}

.margin-right-30 {
    margin-right: 30px!important
}

.margin-right-40 {
    margin-right: 40px!important
}

.margin-right-50 {
    margin-right: 50px!important
}

.margin-right-60 {
    margin-right: 60px!important
}

.margin-right-70 {
    margin-right: 70px!important
}

.margin-right-80 {
    margin-right: 80px!important
}

.margin-right-90 {
    margin-right: 90px!important
}

.margin-right-100 {
    margin-right: 100px!important
}

.margin-top-5 {
    margin-top: 5px!important
}

.margin-top-10 {
    margin-top: 10px!important
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-top-30 {
    margin-top: 30px!important
}

.margin-top-40 {
    margin-top: 40px!important
}

.margin-top-50 {
    margin-top: 50px!important
}

.margin-top-60 {
    margin-top: 60px!important
}

.margin-top-70 {
    margin-top: 70px!important
}

.margin-top-80 {
    margin-top: 80px!important
}

.margin-top-90 {
    margin-top: 90px!important
}

.margin-top-100 {
    margin-top: 100px!important
}

.margin-top-200 {
    margin-top: 200px!important;
}

.margin-bottom-5 {
    margin-bottom: 5px!important
}

.margin-bottom-10 {
    margin-bottom: 10px!important
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.margin-bottom-40 {
    margin-bottom: 40px!important
}

.margin-bottom-50 {
    margin-bottom: 50px!important
}

.margin-bottom-60 {
    margin-bottom: 60px!important
}

.margin-bottom-70 {
    margin-bottom: 70px!important
}

.margin-bottom-80 {
    margin-bottom: 80px!important
}

.margin-bottom-90 {
    margin-bottom: 90px!important
}

.margin-bottom-100 {
    margin-bottom: 100px!important
}

.padding-top-4 {
    padding-top: 4px!important
}

.padding-top-5 {
    padding-top: 5px!important
}

.padding-top-7 {
    padding-top: 7px!important
}

.padding-top-10 {
    padding-top: 10px!important
}

.padding-top-20 {
    padding-top: 20px!important
}

.padding-top-30 {
    padding-top: 30px!important
}

.padding-top-40 {
    padding-top: 40px!important
}

.padding-top-50 {
    padding-top: 50px!important
}

.padding-top-60 {
    padding-top: 60px!important
}

.padding-top-70 {
    padding-top: 70px!important
}

.padding-top-80 {
    padding-top: 80px!important
}

.padding-top-90 {
    padding-top: 90px!important
}

.padding-top-100 {
    padding-top: 100px!important
}

.padding-bottom-4 {
    padding-bottom: 4px!important
}

.padding-bottom-5 {
    padding-bottom: 5px!important
}

.padding-bottom-7 {
    padding-bottom: 7px!important
}

.padding-bottom-10 {
    padding-bottom: 10px!important
}

.padding-bottom-20 {
    padding-bottom: 20px!important
}

.padding-bottom-30 {
    padding-bottom: 30px!important
}

.padding-bottom-40 {
    padding-bottom: 40px!important
}

.padding-bottom-50 {
    padding-bottom: 50px!important
}

.padding-bottom-60 {
    padding-bottom: 60px!important
}

.padding-bottom-70 {
    padding-bottom: 70px!important
}

.padding-bottom-80 {
    padding-bottom: 80px!important
}

.padding-bottom-90 {
    padding-bottom: 90px!important
}

.padding-bottom-100 {
    padding-bottom: 100px!important
}

.padding-left-5 {
    padding-left: 5px!important
}

.padding-left-10 {
    padding-left: 10px!important
}

.padding-left-20 {
    padding-left: 20px!important
}

.padding-left-30 {
    padding-left: 30px!important
}

.padding-left-40 {
    padding-left: 40px!important
}

.padding-left-50 {
    padding-left: 50px!important
}

.padding-left-60 {
    padding-left: 60px!important
}

.padding-left-70 {
    padding-left: 70px!important
}

.padding-left-80 {
    padding-left: 80px!important
}

.padding-left-90 {
    padding-left: 90px!important
}

.padding-left-100 {
    padding-left: 100px!important
}

.padding-right-5 {
    padding-right: 5px!important
}

.padding-right-10 {
    padding-right: 10px!important
}

.padding-right-20 {
    padding-right: 20px!important
}

.padding-right-30 {
    padding-right: 30px!important
}

.padding-right-40 {
    padding-right: 40px!important
}

.padding-right-50 {
    padding-right: 50px!important
}

.padding-right-60 {
    padding-right: 60px!important
}

.padding-right-70 {
    padding-right: 70px!important
}

.padding-right-80 {
    padding-right: 80px!important
}

.padding-right-90 {
    padding-right: 90px!important
}

.padding-right-100 {
    padding-right: 100px!important
}

.line-height-0 {
    line-height: 0 !important;
}

.zindex-999 {
    z-index: 999 !important;
}


/***************************************** Header */

#header > .wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px 10px;
    width: 1002px;
}

#header > .wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px 10px;
    max-width: 1002px;
    width: 100%;
}

#logo > .ira {
    background: url('company-logo_de.gif') no-repeat right top;
    height: 63px;
    width: 128px;
}

#logo h1,
#logo .hlt-a {
    margin: 0;
    padding: .9rem 138px 0 0;
}

#logo h1 span,
#logo .hlt-a span {
    font-weight: 400;
}

#logo h1,
.nav-h2 h2,
#logo .hlt-a,
.nav-h2 .hlt-b {
    color: #404245;
    font-family: Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

#navigation-wrapper {
    background: url('fallback/nav-wrapper-bg.png') repeat-x #003e2d;
    background: linear-gradient(#5e89af, #013c6b);
    height: 3rem;
    position: relative;
    z-index: 9999;
}

.nav,
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a.text-link {
    background: url('nav-sprite.png') no-repeat 0 -236px;
    display: inline-block;
    line-height: 1.5;
    padding: 0 0 0 10px;
}

a.text-link:hover {
    background-position: 0 -55px;
}

.link-alike {
    /* color */
    cursor: pointer;
}

.link-alike:hover {
    /* color */
}

a.icon-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACuklEQVRYw82XW0tUURTH56nbRKL1VNDNS0Jv0QfQIdKHsmw0MColUSsDs7yUUFZaaZoOk5nCaNFnkV66qEmFo9lDIIPpS2nojLld67DXYc1uqj3nzIYW/GD2OWfv9T9z9rpsjxDCo8lWoBToB14BEWBRgr9H5L3TwGbddXUe2gcMAD+Evn2XYva6EbAJ6ARWhHPDuQ+AjckKyARG1dXez0yJG0NBcfRmrci5UCx2lRVa4O/CliuiORQUE1+mEwl5DezRFXBIflPb3oY/WU7TT+VpUQDP4hzFZoGD/xKQBczxWTWB+9qOVWqfdKgivgK7/yQAd+64/fFiMXGy9Zpj50Tx3QZVxBtgQyIBj/hTRbfrXTsnStqaVBHtqoBsIEp3q3rbUuacuBx8yAUsU4iSgGH7/wl/TLlz4t1U3MZ8SgK2AUt01dd00ZgAjA4lWW1BAWfoytjnsDHnhJIn/CggRKPrg73aC5FhqCUjoGW4jwvo88iwsCy/sdpRjCcjAjMmsxEUME+jzPIix4lGV0RupT8uO6KAVRrtKPG5ynY6IrB2MFtEAb9otN2fb1zAzrICLmAJBSzQaP/548Y/AVZOZpH/YhPaWbB+4LHxMMR+glk/CjjL677pRDQ+E+YCSlFABm+78hqqjDk/0nwpLgIALxWjF3bvNPnBmAAsdMwGeTXMBWJ0p6L7TsqdVwfaufOo7DvjGpKAqYYE11KsI1FH5AXs/2g5uiKO3apz7RzbOmzvmI3xg4valGarTWl5V6tj55U999Q3n5ON71/b8sO8QNHGTCY6fI011hzFIrLl1zqYHAB+a+yxpbr6rNvKmFg5M6B2IFkVJ6xrmMhGpycTHUwm1DfXOZp55caMuTia4dwubL3cHE4xRF/KTlbXfgJDQE4qTsdEGnAOeC4LGO6TNck3eS0kU3ua7rrrT41me5b4ZkQAAAAASUVORK5CYII=') no-repeat;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.286;
    padding: 0 0 0 38px;
}

#nav-top-navigation {
    background-color: #f1f1f1;
    color: #808285;
    font-size: 1.1rem;
    /* = 11px */
    line-height: 1.455;
    /* = 16px */
}

#nav-top-navigation li {
    float: left;
    padding: 0 5px;
}

#nav-top-navigation a {
    color: inherit;
    display: block;
    font-weight: 400;
    padding: 1px 5px 0;
}

#nav-top-navigation a[href]:hover {
    background-color: #003b6a;
    color: #fff;
}

#nav-language {
    border-left: 1px solid #c3c3c4;
    margin: 0 0 0 15px;
    text-transform: lowercase;
    padding: 0 0 0 5px;
}

#nav-language li {
    padding: 0;
}

#navigation-wrapper > ul {
    border-right: 1px solid #6f9b90;
    float: left;
}

#navigation-wrapper > ul.float-right {
    border-left: 1px solid #003e2d;
    border-right: 0;
    float: right;
}

#navigation-wrapper > ul > li {
    border-left: 1px solid #68849d;
    border-right: 1px solid #003b6a;
    float: left;
}

#navigation-wrapper > ul.float-right > li {
    border-right: 0;
}

#navigation-wrapper > ul > li:hover,
#navigation-wrapper > ul > li.active,
#navigation-wrapper > ul > li.ui-state-hover {
    background: url('fallback/nav-wrapper-bg-active.png') repeat-x #fafafb;
    /* Fallback */
    background: linear-gradient(#e1e1e2, #fafafb);
    border-left-color: transparent;
}

#navigation-wrapper .has-children {
    position: relative;
}

#navigation-wrapper .has-mega-dropdown {
    position: static;
}

#nav-main > li:first-child {
    border-left: 0;
}

#navigation-wrapper a:not([href]) {
    cursor: auto;
}

#navigation-wrapper > ul > li > a {
    color: #fff;
    display: block;
    line-height: 2.5;
    padding: 0 9px;
}

#navigation-wrapper > ul > li.home {
    background-image: none;
}

#navigation-wrapper > ul > li.home:hover {
    background-image: none;
}

#navigation-wrapper > ul > li.home a {
    background-image: none;
    border: medium none;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
}

#navigation-wrapper > ul > li.home a {
    width: 38px;
}

#navigation-wrapper > ul > li.home a:hover {
    width: 38px;
}

#navigation-wrapper > ul > li.home a {
    background: url("../img/assets/icon_home.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #2f7663;
}

#navigation-wrapper > ul > li.home a:hover,
#navigation-wrapper > ul > li.home.active a {
    background: url("../img/assets/icon_home_hover.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #eaeaeb;
}

#navigation-wrapper > ul > li:hover > a,
#navigation-wrapper > ul > li.active > a,
#navigation-wrapper > ul > li.ui-state-hover > a {
    color: #003b6a;
}

#navigation-wrapper .has-children > a {
    padding-right: 21px;
    position: relative;
}

#navigation-wrapper .has-children > a:after {
    background: url('nav-sprite.png') no-repeat 0 -471px;
    content: '';
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 7px;
}

#navigation-wrapper .has-children:hover > a:after,
#navigation-wrapper .has-children.active > a:after,
#navigation-wrapper .has-children.ui-state-hover > a:after {
    background-position: 0 -109px;
}

#navigation-wrapper .nav-dropdown,
#mega-dropdown.nav-dropdown {
    left: -99.9rem;
    overflow: hidden;
    padding: 0 8px 8px;
    position: absolute;
    top: 3rem;
    visibility: hidden;
    /*width: 216px;*/
    z-index: 410;
}

#navigation-wrapper .has-children:hover .nav-dropdown {
    left: -10px;
    visibility: visible;
}

#navigation-wrapper .has-mega-dropdown:hover .nav-dropdown {
    left: 12px;
    right: 12px;
}

#mega-dropdown.visible {
    left: 50%;
    visibility: visible;
}

#navigation-wrapper .nav-dropdown > ul,
#mega-dropdown.nav-dropdown > ul {
    background-color: #fff;
    border: 1px solid #3f4144;
    border-top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .75);
    color: #404245;
    margin: -.8rem 0 0;
    padding: 2.6rem 0 1.8rem;
    width: 214px;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown > ul,
#mega-dropdown.nav-dropdown > ul {
    padding: 2.8rem 22px 2rem 20px;
    width: auto;
}

#navigation-wrapper .nav-dropdown li {
    padding: 0 5px;
}

#navigation-wrapper .nav-dropdown li:first-child {
    margin-top: 0;
}

#navigation-wrapper .nav-dropdown li.active {
    background-color: #e1e1e2;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown li,
#mega-dropdown.nav-dropdown li {
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
}

#navigation-wrapper .nav-dropdown a {
    background: url('nav-sprite.png') no-repeat 5px -413px;
    /*color: inherit;*/
    display: block;
    font-size: 1.1rem;
    line-height: 1.636;
    padding: .4rem 10px .4rem 14px;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown a,
#mega-dropdown.nav-dropdown a {
    background: none transparent;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.286;
    padding: 0;
    position: relative;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown a div,
#mega-dropdown.nav-dropdown a div {
    background-color: rgba(17, 82, 64, 0.8);
    bottom: 0;
    padding: .9rem 8px .9rem 37px;
    position: absolute;
    width: 100%;
}

#navigation-wrapper .has-mega-dropdown .nav-dropdown a div:before,
#mega-dropdown.nav-dropdown a div:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB8ElEQVRIx2P4//8/Ax4sB8SlQLwViK8C8Xsg/gLED6BixUAsi88MfAYvBuI//wmD30C8CIilibUgEog/wXSvPrTnf1R71X+LvPj/inG+/2WiPP/rZ0T8j+mo+b/m8B5kiz4AsSchCwqB+B/MYJBBgkEOeLFBRuT/dUf2wSwB+TgXlwV+sCCZt2MjQYPR8YJdm2GWgBwYim6BFNSLYIWkGg7DIIdBwUdYnMAsmA0SXX90P9mGwzBScC2GWaAATQn/zXLjKLYAFG9IqUsGZEEliLfy4C68GmEge3IHQUvWHt4LU14MsmA3iBXWUo5XE8hgYi0BJWEo2Aqy4BmIpZkSTNBlxFqimxYGU/aQARb+YqEuRIUxMZZIRbrDlHxjgKV90VBnmllAyyB6BLIAHOUhzWVUi2RQ2QUF20EWVINYy/fvpFoyBZVjUFAKskAJiP+CeMZZ0RRnNB1E8IDiVg5WVMwHiYCKX0otQHL9MuSySBZaU/3PndpFjcLuM7TSQimuE2Cy+dN7SDZ8/s5NyMV1BK4KpwK5JiMmTkxyYpDLHlBcFhCqMuOA+Cs8IPfv+B/cVPpfIzn4v3CwIxiD8gyo7AKlPCQAChZ/Uir9+bDURUSlPxdUNJPSqoBhZSAGFY2gpPEcGr7/oLl/N7SoV8JnBgCRIc3VgF0+tQAAAABJRU5ErkJggg==');
    left: 8px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
}

#mega-dropdown ul li img.img-responsive {
    width: 100%;
}

#mega-dropdown ul li {
    min-height: 180px;
}

#mega-dropdown ul li p {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    height: 55px;
    overflow: hidden;
    color: #000000;
    padding-top: 5px;
}

#mega-dropdown ul li img {
    opacity: .8;
}

#mega-dropdown ul li:hover p {
    transition: background-color 0.5s ease;
    background-color: #EEEEEE;
}

#mega-dropdown ul li:hover img {
    opacity: 1;
}

#mega-dropdown ul li a {
    margin: 0 5px;
}

#js-nav-scenes {
    background-color: #28624f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, .7);
    left: 0;
    margin: -54px 0 0;
    padding: 32px 0;
    position: fixed;
    top: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 38px;
    z-index: 500;
}

#scene-display {
    height: 32px;
    font-size: 1.1rem;
    line-height: 2.909;
    text-align: center;
}

#js-current-scene {
    font-size: 2.1rem;
    line-height: 1.524;
}

#js-scenes-count:not(:empty):before {
    content: '/';
}

#js-nav-scenes a {
    background: none no-repeat center center;
    height: 32px;
    position: absolute;
    width: 100%;
}

#js-nav-scenes #js-prev-scene {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB7UlEQVRIx2P4//8/Ax4sA8TFQLwViB8C8Vcg/gZlbwfiMiCWw2cGPoMXAfHv/4TBHyBeissibIZ7AfEHmO61h/f+j+mo+a+bFvZfOtLjv1SkO5gd2Vb1f/WhPcgWfQbiKEIW5EJdBDbYICPyv2CQA14MsgzJon/QIMVqQShUwf8FuzYTNBgdz9uxEdmSCHQLpIH4I0gWpJBUw7FYAgoueWQLFoNE1x3ZR7bhMLzq4G6YJStgFsjAUot+RgTFFmilhMAs+AvEigzQSAFHKiHN2ZM7wJiQuhUHdsIsqQRZsA3EAiVFQobDACFLwlrKYUr3MEBzJTi5EWM4MZZopgTDlD1jgGZ/cCYixuXE+EQ01BmeywlagM0wZEuIseARviDC5VKYJcQEEahU/B/VXkVxEoXhkOYymAV7QRaUglig8oRaFizfD0+m1QzQYhZcwOngSUnEYvWkIOSMpgQrKpaBRFYe3EWxBUiZbDVyWaQALaAoKuxyp3bBDAelTEX04jocVlzP37mJZMPzp/cg58MEXBVOATTswGWTSU4MQYONs6LRa7ZKQlWmPyy4wGUuMExBZQsobYMykEiIE5gd3FT6f9n+HcgGg4IljpRKfy6RlT7Ix/NJqfSRsSLUy6Ba5Bk0Of+FskHhUgPEyvjMAAA2uM2VQCLWUAAAAABJRU5ErkJggg==');
    left: 0;
    top: 0;
}

#js-nav-scenes #js-prev-scene:active {
    top: 1px;
}

#js-nav-scenes #js-next-scene {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB+klEQVRIx62WSy8DURTH5ytYsKCoWBFiQ2IpISEiFmi1pWxEJPVYeLW19UrYSdhISSRSzwSJZ4uqz2BPwtp703KdM7mH29E7Mzpu8k+m9/H/Te8599xRGGOKjopBQVAE9ABKct2DzkB+UKGeh2ygCLQB+mDGDeeEZaB05l2gN1q9fnHMHJPjrKSnlWU7alWV9rSx9ik/24ydiaBnULMRYIxmhy9PVNOslhpdIUwA4b8ZkgG6adbQ0ryhsVYrJ/u0/BPUrgXkg15xdHBx7s/mpNDxHkFeQHYREMLe7XgkY3PSRuz0O3wEKOKpxyp9nZYBZb1OAqBngcLzXA2qVXPS1lWEIKMIiOITpuJ/ATwzQQIcKvyESlMSm29h9lc/9mFLt6b8Z5vuFNp/PEAygBZC5jJArrueht8RkMCnHEdd2smiGT5rf5sB6G6RFmJknm6L1HPuNAiymTcndcxOpAQ5YDZNaYuM5u3EowQYSTloVf1eyyla0ecic4ytjUrFMvbsXp9bBqAHb2tiLcrjBUotWP9Q7J64Z0q5dvFSmxFk9fRALNdO2YUzTBCsJ1i4zOy5EFSM5YDRlenh1x8jkGs6wKoHu5nd28Ty3A1qnmMqCkUN2yOo0eylX8DredLEpZ/gAbX95atCBI3jgQHd8LfED4Jb0BHmOZ8j9fgCRkfNu317ajEAAAAASUVORK5CYII=');
    bottom: 0px;
    left: 0;
}

#js-nav-scenes #js-next-scene:active {
    bottom: -1px;
}

#js-nav-scenes a {
    cursor: pointer;
}

#scene-display {
    height: 32px;
    font-size: 1.1rem;
    line-height: 2.909;
    text-align: center;
}


/***************************************** Content */

h1,
.hlt-a {
    font-size: 20px;
}

h2,
.hlt-b {
    font-size: 36px;
}

h2.large,
.hlt-b.large {
    font-size: 40px;
    margin-top: 50px;
}

.slideshow {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.slideshow .cycle-slideshow {
    height: 548px;
    overflow: hidden;
    position: relative;
}

.slideshow .cycle-slide {
    width: 100%;
    min-height: 548px;
}


/*
@media (max-width: 1200px) {
    .slideshow .cycle-slideshow {
        height: 300px;
    }

    .slideshow .cycle-slide {
        width: 100%;
        min-height: 300px;
    }
}
*/

.main-claim {
    margin-top: -30px;
}

.main-claim h1,
.main-claim .hlt-a {}

.main-claim h2,
.main-claim .hlt-b {}

#scene-1.min-height {
    height: 428px;
}

.coltxt h4,
.coltxt .hlt-d,
.coltxt p {
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: bold;
}


/*
.coltxt h4, .coltxt p,
.main-claim h1,
.main-claim h2,
.coltxt-content h4,
table.tech-details tr th {
    letter-spacing: 0.02em !important;
}
*/

.coltxt p {
    font-size: 18px;
}

.coltxt h4,
.coltxt .hlt-d {
    font-size: 24px;
}

.icon {
    background: url('sprite_icons.png') no-repeat 0 center;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.icon.play {
    background-position: -71px center;
}

.icon.arrow-prev {
    background-position: -142px center;
}

.icon.arrow-next {
    background-position: -213px center;
}

.icon.arrow-up {
    background-position: -284px center;
}

.icon.arrow-down {
    background-position: -355px center;
}

.icon.prev {
    background-position: -426px center;
}

.icon.next {
    background-position: -497px center;
}

.icon.arrow-down-small {
    background-position: -568px center;
}

.icon.facebook {
    background-position: -639px center;
}

#scroll-to-top .icon.arrow-up {
    margin: 0 auto;
}


/* cni ---------- */

.big-red-button {
    background-color: #e2001a;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    font-family: Lato, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 15px;
    vertical-align: middle;
}


/* END cni ---------- */

.main-claim .icon {
    margin: auto !important;
}

.coltxt.left .icon {
    margin-right: 0;
    margin-left: 10px;
}

.red {
    color: #e3021b !important;
}

.hover-row:hover .red {
    color: #FFFFFF !important;
}

.hover-row {
    cursor: pointer;
}

.hover-row.active {
    transition: background-color 0.5s ease;
    background-color: #4c9e87;
}

.backside {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.backside h4,
.backside .hlt-d {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.backside h5,
.backside .hlt-e {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
}

.backside .action-button {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5px;
}

.backside .action-button:before {
    display: inline-block;
    content: "»";
    width: 10px;
    margin-right: 3px;
}

.hover-row {
    perspective: 1000;
}

.hover-row.clicked .backside {
    top: 35%;
    opacity: 1;
    transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    -webkit-transition: opacity 1.2s ease-in-out;
}

.hover-row.clicked .zoom-container .rotate {
    transform: rotateY(180deg);
    background-color: #4c9e87;
}

.hover-row.clicked .zoom-container .rotate {
    transition: 0.6s;
    transform-style: preserve-3d;
}

.hover-row.clicked .zoom-container img {
    opacity: 0.1;
}

.hover-row.clicked {
    transition: background-color 0.5s ease;
    background-color: transparent;
    cursor: default;
}

.hover-row.clicked .coltxt .coltxt-content {
    display: none;
}

.coltxt,
.coltxt.right {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.coltxt {
    position: absolute;
    top: 43%;
    width: 450px;
    left: -430px;
    right: auto;
    text-align: right;
}

.coltxt.right {
    text-align: left;
    left: auto;
    right: -430px;
    font-size: 20px;
}

.coltxt-content {
    margin-top: 4px;
    width: 380px;
}

.hover-row.active .coltxt {
    left: -420px;
    right: auto;
}

.hover-row.active .coltxt.right {
    left: auto;
    right: -420px;
}


/* cni ---------- */

.dealer-logo-wrapper {
    height: 100%;
    padding: 0 5px;
}

.hover-row.clicked .dealer-logo-wrapper {
    top: 0;
}

@media (min-width: 769px) {
    .dealer-logo-wrapper {
        padding: 0 70px;
    }
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.dealer-logo-wrapper ul {
    display: table;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    top: calc(50% - 70px);
    width: 100%;
}

.dealer-logo-wrapper .display-table-cell > ul {
    height: auto;
}

.dealer-logo-wrapper li {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
}

.dealer-logo-wrapper a {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}


/* END cni ---------- */


/* START dealer logos ---------- */

.row-dealer {
    width: 100%;
}

.row-dealer .col-dealer {
    float: left;
    width: 25%;
    padding: 0% 2%;
}

.row-dealer .col-dealer a {}

.row-dealer .col-dealer a img {
    max-height: 70px;
}


/* END dealer logos ---------- */

.coltxt.product {
    left: -390px;
    right: auto;
}

.coltxt.right.product {
    left: auto;
    right: -390px;
}

.hover-row.active .coltxt.product {
    right: auto;
    left: -380px;
}

.hover-row.active .coltxt.product.right {
    left: auto;
    right: -375px;
}

.zoom-container {
    overflow: hidden;
    text-align: center;
}

.hover-row img.zoom {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.hover-row.active img.zoom {
    -webkit-transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.hover-row.active .coltxt p {
    color: #FFFFFF;
}


/***************************************** Footer */

#footerwrapper {
    background-color: #a8a8a8;
    padding-bottom: 50px;
    padding-top: 0;
}

#footerwrapper footer {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 100%;
    max-width: 1002px;
}

#footerwrapper footer .footer-bottom *,
#footerwrapper footer .footer-bottom *:hover {
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

#footerwrapper footer * a:hover {
    color: #ffffff;
}

#footerwrapper footer hr {
    border-color: #c3c3c4;
    margin-bottom: 0;
    margin-top: 0;
}

#footerwrapper footer .white * {
    color: #FFFFFF;
}

#footerwrapper footer .large * {
    font-size: 12px;
    font-weight: bold;
}

#footerwrapper footer .footer-bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerwrapper footer .footer-bottom ul li {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}

#footerwrapper footer .footer-bottom ul li:first-child {
    padding-left: 0;
}

#footerwrapper footer .footer-bottom ul li:after {
    padding-left: 4px;
    content: "|";
}

#footerwrapper footer .footer-bottom ul li:last-child:after {
    padding-left: 4px;
    content: "";
}

#footerwrapper .footer-left {
    width: 40%;
}

#footerwrapper .footer-right {
    width: 40%;
}

#footerwrapper .footer-center {
    width: 20%;
}

#footer-visual {
    background-image:
}

.project-social-media li:hover {
    border-radius: 60px;
}

.project-social-media li:first-child {
    margin-left: 0;
}

.skew-to-the-right .project-social-media li {
    float: right;
    margin: 0 9px 0 0;
}

.skew-to-the-right .project-social-media li:first-child {
    margin-right: 0;
}

.project-social-media .button-wrapper {
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 48px;
    overflow: hidden;
    padding: 0 0 0 48px;
    position: relative;
    transition: width 300ms ease;
}

.facebook .button-wrapper {
    background-position: 18px center;
    background-size: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAYAAADKO/UvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQtJREFUeNpi/P//PwMRwAuIbYFYEYj/QzEIcADxBhYCmiWAeB4Qe+JR8wmfIfJAfBiIZQlY9IEJj+R8IgwAA1yGuAOxIwNxQAyXd5JwiM8B4tNAzAnlMwLxeQZQ7GDBF/9jgiM41GL1Dsh1vFjEb5ASJsw4xNlIMeQnEP/BIY4VgJyeBcRcQPwXqpkdiAWxqDUE4nRoKoVZDlJ7gvE/kekeD5gLMvEThYZ8ZYIGJCWACWQIN4WGcIACNg1q0G8g/geNylogFkZTDEqpc6GRAQM8QHwMV4q9jSXFziAlxbKj2QYD3KTmYtJCdtSQUUMG2hA+LGJc+IpHbOAOEKsB8XcoH1TPPMNlCECAAQBqx5XYeOvbDQAAAABJRU5ErkJggg==")
}

.googleplus .button-wrapper {
    background-position: 15px 15px;
    background-size: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4dJREFUeNq8mFtIVFEUhmecyUtmkpilIvlSVpB2IZQojDIM04eo0F7MMOihCB+ih4IiiEiLEIwg8ilS8sF6sBChHorADKWgwi5a0b2kslJH83L6d/0HNrt9LnNmasHHnMvaa/7Ze6911hm/YRg+G4sHpWAdWA5m8XoATPHYD2aCWBAHPoHD4IISazZoBblgL7j417cJMRbsAn3GH2sHjaDb0NtN0EafQot4KyT/Bp2PbpAfnOOgpyBbuhcApeCLFHjKKrhCLhjmmFq3Yho5YBCkWwTOB6PK7Ox2ELMQDNH3mM4nRlm1SlDN47PgvcVe6gJ1yrUTYK7N/hN7K8jjOK2DtIGTwWMpYBm4ahM8HTwBSdK1faABLAIVYBqYACNgNdhEv1egGYS48UVCPJCnaasy7YUu9kGLMqaJ148aHkxepnzll8/wOVunJn2F9YIxIn79D83YcTDM+5PgdlATyLQccM1BzEMGCvDc/HEtXEI/74ulWsslFNfaWYvGOFYs1XNZTEj5og3gtIOYj2AUJErnv8sXuKf4DoKTIIEz2q0Gk5fpvnJvPWfHziakSizsuo1viuSbqHOQxXRw2kwTmXDEQUyGFLgPNNn4BqTvCzqJealZlu2gxOYLihlDLFUV+GnjO8kl8kl7zPbZFAuuKBn3DWzWpPUa3h8BRS7KQDyfdwdZjV09DgR1YFwR1QGqwRZwiiImwUYXQlzht2khVrIKi8o5j3soS/ExK25UzO/Qz5ibbTr3xg32NWbREtn2IlpiYlz4iPT9zmKVpWRbgS+KFhOGb4jlW7YzrKz/XYxI33pNIWsD5dEQE3ThI3qPVBY4nXjxQL0EskFtRGos0mwJ0/iy1Cp+Bu9AP9NaZ4ciSW1d09wqBX8NjoMKUAByQApYCpotBBVFQ8x+aRZEr1oOEh0C1IAJRUxnpGL2SME+gAVhBCkDY4qgZV7FzFdKf5WHQDWKmEovYkR27JCyapitRLhWz1bTZ9evuKkzxdL5gEMbYGd3peM3XsWkSedpLhtxnZnVeQjc8SrmrXQuHojbPIrJ4+d5zrCnondA00wVhLn5SjhWvIPPiSS1k8EzRZCotjv5ou9GiMjGr3wHj7gCi/Tu0VTTR+z6ivhvRAbIBIsptot+vSAv0k5PPknivwP9YbyRDnBMwr9qO1PZaq7iv0yZzDCDmSJe2nuYyrcsXl092S8BBgAU6jJLFt6dvQAAAABJRU5ErkJggg==");
}

.twitter .button-wrapper {
    background-position: 12px center;
    background-size: 25px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAYAAAC49JeZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqJJREFUeNrE2F9IFEEcwPHb87hQCw9JqMwiEjM4giiwHqLCiDCsh5KKIAiEektQhKJ87K3AqIceQoKIIOgfJf15CJKKooKSHhL7I6UWKnIYoUhO34GfcB3u3c7O7vqDD8fdMrO/3Z2d+c05SqlYxLEAldiBFxiGg1HPPeikI9SOHgxjBs/xDYdN+oky4bPq//iEa2g07Sue5yEsQwNKAxgSR3Ey6/tfJFGOWmwx6i3PFW2QO/IKHVjv8w5XY1wVjrtYazs8EniW1WkG3TiIYoOkHyjvMYLdtmO63qXzPpzA6gLt9yjzyMhTtnoRmzDqcoIxnEPtHO0cvFT+oh8pv0kXyecBDBZ4rBdQntW2QdlFh9+kS+RFHMCUhxP1okba3rRM+gdKTac8HX/wGStkiioUaTzCGeyynCb1qlmX85ueHtOOh2U8hTvYGos+BtCLErmIcRx3PNYexTgtV74OFREmPoNBvEcr+hzDgkmvasewMqKEdXJv0YWHsoJOeU06JY3qYvMXGbxBS8Jjg9+4Pw9J62HxAb/wRIyYDo+9+kXAZhTJjJIMMWl9vnu5Pzo+NwFr0I4jSISU8E/UYCL3QNxnh7psbQoxYR2X50rYJumFWBTyWO50O+hY7BF3Ypvc8eqAk96HW24H47JEL/HR8WN0hzBELuZLeHbnUoE2NBsU9pU477GIMonriBc6/+zwWIpLUvDcwG30Y1qW0YQsMJvQiHpUBXyHr6DZdI+YRFdOjfwR7/AVEyqcmMYp278QDuXZqQQdulbfbrpZdjtQhU5MhpSsfnItbkW+7cY2jav4EkCi+ga8lmTLbP748TpPL8Z+bJSiKe3x5RqS0lJXZ0/RE8Qb62dx0TXtKplxlqNMVkddQE1iTFa0IfE96OXynwADAG5qOOx7purYAAAAAElFTkSuQmCC");
}

.pinterest .button-wrapper {
    background-position: 19px center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAYAAADHJYVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqslt9Lk2EUx9+ZbdCKTA3FIYGU2cIohZgXoRcTqZh5GUh05UXdBLsrii6DCMo/QOhGkCQwCBYlTroYDEUjqIiJDdHSCZrilKT59j3wvHE6PM+znB74wHueH98973nPOc98rus6Rew0uAgaQTUIgDyYAx/Ae/BLu5PEDVwDKVBw7bYA7oKA1NCJNoCku3vLggjX8omwtIG34DAb+wFegUmwTC8L6lSoYuA4W/sbdIOEDEsLWGUn2QH3wUFL6ILguXiDFXBShiXNFmyAqEVU8kz8QIKL3xKT1zUnrLGIHwJfhEaXN/mRDQ6LjTfBsprrt/xAXIj30+AlMdjBNlzRZEXMIB4R66bL8E2b2dfOginm39GUxjlDsa2CAvNDJF7LBr6CdfVcCc5qROYN4jtCvJzEfWyAl/EREJQFDdIG8QrgZ/4GiS+xgSr2TAWzIgQmQMYgHhL+IonPiAptUs+bSoxbUry6rG5un0j8nYo1Gfn32IJ1sSFl6Z5R4U96aXSbpdAaOKGpWup+Rw1peFmk4SZo4gueqolZ5deDPNuQsRTQGyE+pGu5veAG6+fSrmqEn4g1WyBs6uceDzXi30Gf2twJXmvWxG2XhQe/MPIiRCZ7VOwmIipBjm0aAD0W0ZwK6T865Ya0ahU3zGcwAs6DPhBW1boIxsELsPa/F/QDcbILu7g4/lJmOPkZ0Sm/OSWYTvwAOMX8UfBzv8SpEx5j/phToplO7n1oujiG9lO8oBo/2WOVFSWZT/Nf0a8+IvXtdmcPpsvzbTAIXjp7tD8CDABFT5q5q2+o1QAAAABJRU5ErkJggg==");
}

.project-social-media.grey li {
    background-color: #e0ebe7;
}

.project-social-media.grey .facebook .button-wrapper {
    background-position: 20px center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAYAAADKO/UvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQxJREFUeNpiFAxyYCACeAGxLRArAvF/KAYBDiDewEJAswQQzwNiTzxqPuEzRB6IDwOxLAGLPjDhkZxPhAFggMsQdyB2ZCAOiOHyThIO8TlAfBqIOaF8RiA+j8sQDSxiR4E4lVjvgAzmxSJ+g5QwYcYhzkaKIT+B+A8OcawA5PQsIOYC4r9QzexALIhFrSEQp0NTKcxykNoTjMBk/5+BMjAXZOInCg35ygQNSEoAE8gQbgoN4QAFbBrUoN9A/A8albVALIymGJRS50IjAwZ4gPgYSGA2FtNzsBhyDohnEptO2NFsgwFuUnMxaSE7asioIQNtCB8WMS58xSM2cAeI1YD4O5QPqmee4TIEIMAAAUQkZZvYZY0AAAAASUVORK5CYII=");
}

.project-social-media.grey .googleplus .button-wrapper {
    background-position: 15px 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7xJREFUeNq8mHtojWEcx9+zc2Z2ZmOa5dJmSOwPt4lhZJHWXLNcxh8uEeUWJaRMYuWWJsLiL5dCKTK5NH+45DJErDBao0lsuc0xYzPfp75v/Tx7L2fvjv3q03mf5zzneb/v8/x+v+f3Hl9iXrbhYB3BVDABZIBE9vvBH177QALoAGLAR1AAjmtzdQPnwGCwCpzUbxZwELIUbAL9wBVQDoaC4RZjb4Jv4AM4AW5YjEkF43idGa4Y9aRHwDLwCvQBVWJFcvnU5io1g6dgteFsv8EPEORnC4uy6DtKIV/BeCFEWRMooaAGIV4t+3IXMb8o3BTmKmYBWMLrQ+C9zcT3wW6tbyfo7iDGJ3YixmqA3KbOYJdo33F50sNgLYhnuwuYDQ6AdJAPokEjt2WsEDGH/fV0fLX9z6SYSdqT1bmIUat2mRObNopi8hlRdpbK4LDdpkztu06Gu921CF9lz+lTDXz6OhuHDvF75Yu3AxYTmTYAXHIRU86J/NrDnQEv6SdN3JJsrpqPK1pAsX5uVaUUU6/dSG3bPhcxKq/8BHGibYb7Y23sF7AHxHJFHzpt0xPtu4lcHSdrFJlYWanD2K5ibJxbaF8VucNgJGx1EdNTTPwanHIY6xf3C7iJqbLYlnlgssMNcjiH2qpFTGx21sQtMoSP/as2Nj1Ntm+BQWCg6JtGZ3yh/VadM8foa9NtziNp6ux6w4SpzqXaFlnR5tRW2XWdtpzXwFk64miwgklsCg/SNpvPoYQYwVVRmbM3fShFG7OG4RoRcyohHpAAT1rlG9dZ15hJq8SIoEWFMaaR++3TViaa6b9dxcikGNL6DjKztrsYFb5FFonsIpj7v33GELVHEhOclXh1oJ4GaVoJEjExKteMZNjm0IE/MUNXgh4igcniSs1XGCkxqtjeDPLYrgb7WeOqDP0Z1LAe2cAMLW0Hk1ppW8WsB9u4CiGWnyUWTmtwleaDMrBXS+/bvYoxfWAlj/cgy4AM1iQhl98rh56pnUkq3Id5FdNfixJVDla0Yg4VTRstfM6TmIViu0IsJVprRSw1Dad6JRwxOaJd41IGOFmZuK72KiZZtJPDLMStzPSv7+CeVzHvRDvIdx8vNkS8kdZ4FXNe69vi4QBU1WAW85DnLKzEFLN+NS2BryiL7cpDCyEXWHTlijeEVpsqOxtYqWUxzRtM9TPALJ45zazsgxSbwv9tipmJK9h+FKlKL575QqX4vmH+vpaCCi3euyJSdiax1BzDf5l6McKaGSlvuQJl/JOozoiQ/RVgAFAJzHEg5umaAAAAAElFTkSuQmCC");
}

.project-social-media.grey .twitter .button-wrapper {
    background-position: 7px center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAYAAAC49JeZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwRJREFUeNrMmFtIFFEcxl3X1kwzFaF7GJUW6EMZWEH3ggrqIbQLBCVIWBDWSyYREUREVHSFeugpygoquxBdkFiEROlCF3ywoqSyyyaRRaZdv398D8PgzpxzdmbsDz+W2dmd/ebMd/6XDWUvnZUUcKSC4WAeuAPeghD4qHqBlIAFbwaLwVgwGDTyBraCU/+j6F2gxnLcCl6A3eCKzoWSHc4NA4tAugeCy22Cf4EIyAHjwXSdi4XTJuTFO5cPovSe3EAneGcgWKxwHvS3LVYWGAfm86YmgYcq3nYSHQOzwTS+rgQzuErPwU9F0SdBkcLnCsBy0AKemtpDRO2wHGeChaCWK1IFxrgIWUKLqUYuOA2KTUVL1INloMP2vjzWA6AZ7KMv7RGy+Vg1ZHHO0j7a9vh3HjwBbbTJQNv5NDAVrAAjQRPo4jlZ4WrDjZvD60RNVjqVQvbw0Tk91g38kXxLxkgk1sbLXG6iv3HTjWKKcotCcANsAwsSFC1Fp8T2ntiwMKRQxsVbdWBmUvAhtnwMBvAmPoFKN09LfOfGkI3VQ1+nByQ6i3m+H1PhOnlNVvxyF/uDelomqPgD7rPUVzGzFKVo3PH1Xjzmd8jTnUw+g7tgo6ror+BqH4h+Ax6B9+AWiamKluq4k5uikrk5zIwS8VH0enBZN+XZ4xJLuaz4OYPv64Q0Z7dN8rRT21rmcz9+HHzxUnRGLyXday8fNO094kUrR6XXYCh7BS9DWoAHTl2elOghBhe+Ca75YJEj4IJbayqFYxWo0OwL9rPY5HkouJZFxHWwjXESPspp+Qy4CJ6BH+A3PycFZgqn6blsRb2ME6oLZ22YItyxa3gss9oH0A2y2X5m+LDppAZs57Su/RdCDzeAePUwReb6XPFk8tkSLx/rjFviq4ngEFfZj3gJNoE5uoKdUl4nG6Q6WiKTFkkkupnG9rIViHLPaIdbupL5cDVtUspuq4QTikq0g3vszmRFG7x4TKo5VjblMcvQOZpFZQQYxOoY5sDQwYrWTl557a2/AgwAuzKWkb8kKzAAAAAASUVORK5CYII=");
}

.project-social-media.grey .pinterest .button-wrapper {
    background-position: 19px center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAYAAADHJYVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqslt9Lk2EUx9+ZbdCKTA3FIYGU2cIohZgXoRcTqZh5GUh05UXdBLsrii6DCMo/QOhGkCQwCBYlTroYDEUjqIiJDdHSCZrilKT59j3wvHE6PM+znB74wHueH98973nPOc98rus6Rew0uAgaQTUIgDyYAx/Ae/BLu5PEDVwDKVBw7bYA7oKA1NCJNoCku3vLggjX8omwtIG34DAb+wFegUmwTC8L6lSoYuA4W/sbdIOEDEsLWGUn2QH3wUFL6ILguXiDFXBShiXNFmyAqEVU8kz8QIKL3xKT1zUnrLGIHwJfhEaXN/mRDQ6LjTfBsprrt/xAXIj30+AlMdjBNlzRZEXMIB4R66bL8E2b2dfOginm39GUxjlDsa2CAvNDJF7LBr6CdfVcCc5qROYN4jtCvJzEfWyAl/EREJQFDdIG8QrgZ/4GiS+xgSr2TAWzIgQmQMYgHhL+IonPiAptUs+bSoxbUry6rG5un0j8nYo1Gfn32IJ1sSFl6Z5R4U96aXSbpdAaOKGpWup+Rw1peFmk4SZo4gueqolZ5deDPNuQsRTQGyE+pGu5veAG6+fSrmqEn4g1WyBs6uceDzXi30Gf2twJXmvWxG2XhQe/MPIiRCZ7VOwmIipBjm0aAD0W0ZwK6T865Ya0ahU3zGcwAs6DPhBW1boIxsELsPa/F/QDcbILu7g4/lJmOPkZ0Sm/OSWYTvwAOMX8UfBzv8SpEx5j/phToplO7n1oujiG9lO8oBo/2WOVFSWZT/Nf0a8+IvXtdmcPpsvzbTAIXjp7tD8CDABFT5q5q2+o1QAAAABJRU5ErkJggg==");
}

.project-social-media .button-wrapper:hover,
.project-social-media .button-wrapper.open,
.ios.project-social-media .button-wrapper:hover .ios.project-social-media .button-wrapper,
.ios.project-social-media .button-wrapper.open .ios.project-social-media .button-wrapper {
    width: 160px;
}

.project-social-media .facebook .button-wrapper:hover,
.project-social-media .facebook .button-wrapper.open {
    width: 170px;
}

.project-social-media .googleplus .button-wrapper:hover,
.project-social-media .googleplus .button-wrapper.open {
    width: 120px;
}

.project-social-media .twitter .button-wrapper:hover,
.project-social-media .twitter .button-wrapper.open {
    width: 150px;
}

.project-social-media .pinterest .button-wrapper:hover,
.project-social-media .pinterest .button-wrapper.open {
    width: 150px;
}

.project-social-media .button-wrapper > * {
    /*display: inline-block !important;*/
    vertical-align: middle !important;
}

.project-social-media .button-wrapper > .fb-like > span {
    vertical-align: middle !important;
}

.ios .project-social-media li {
    margin-bottom: 5px;
}


/*.ios .project-social-media .button-wrapper {
    width: 200px;
}*/

.ios .backside .action-button,
.android .backside .action-button {
    font-size: 12px;
    display: block;
}

#social-visual {
    text-align: center;
}

.project-social-media {
    width: 100%;
}

table {}

table tr {}

table tr th {
    text-align: center;
    padding-bottom: 20px;
}

table tr td {
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
}

table tr td,
table tr th {}

table.tech-details tr th {
    font-size: 20px;
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: bold;
}

.position-relative {
    position: relative;
}

#slideshow-paging {
    position: relative;
    margin: 0 auto;
    max-width: 1002px;
    padding: 0 10px 10px;
    width: 100%;
    height: 100px;
    margin-top: -150px;
}

#slideshow-paging .center-block {
    margin: 0 auto;
    max-width: 1002px;
    width: 100%;
}

#slideshow-paging .center-block.block-2 {
    margin: 0 auto;
    max-width: 400px;
    width: 40%;
    margin-top: -10px;
}

#slideshow-paging p.item,
.center-block.block-3 p.item {
    font-family: 'Lato', Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.center-block.block-3 p.item {
    margin: 0 20%;
    width: 60%;
}

#slideshow-paging span.icon {
    margin: 0;
}

#slideshow-paging .bcycle-prev {
    width: 60px;
    float: left;
    margin-left: 10%;
}

#slideshow-paging .bcycle-prev .icon.prev {
    background-position: -426px center;
    opacity: 1;
}

#slideshow-paging .bcycle-prev .icon.prev:hover {
    opacity: 1;
}

#slideshow-paging .bcycle-next {
    width: 60px;
    float: right;
    text-align: right;
    margin-right: 10%;
}

#slideshow-paging .bcycle-next .icon.next {
    background-position: -497px center;
    opacity: 1;
}

#slideshow-paging .bcycle-next .icon.next:hover {
    opacity: 1;
}

.cycle-pager span {
    margin: 0 3px;
}

#scroll-to-top {
    position: relative;
    top: 77px;
    z-index: 5;
}

#scroll-to-top span {
    opacity: 1;
}

#scroll-to-top:hover span {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer !important;
}

.modal-content {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
    background-color: #215f8a;
    border-bottom: 0 none;
    height: auto;
    overflow: hidden;
    padding: 0;
}

h4.modal-title,
.hlt-d.modal-title {
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.modal-header .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    margin: 8px 10px 10px 0;
    opacity: 1;
    padding: 0 4px;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    border-top: 0 none;
}

.modal-content {
    padding-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.edgeLoad-EDGE-12729208 {
    visibility: hidden;
}

#edgestage {
    margin-top: -135px;
}

p.label-large {
    font-size: 18px;
    font-family: 'Lato', Verdana, sans-serif;
    font-weight: bold;
    margin: 0;
}

.edge-stage * {
    box-sizing: content-box !important;
}

.modal {
    color: #000000;
}

#player_TestvideoCliplisterVideo_0_wrapper {
    margin: 0 auto;
}

#social-visual.sv-bottom {
    background-image: url("../img/stage/startpage/startpage-footer.jpg");
    background-size: cover;
    height: 470px;
    margin-top: 50px;
    min-height: 350px;
    position: relative;
}

#social-visual.sv-bottom.bg-techdata {
    background-image: url("../img/stage/technical-data/technical-data-footer.jpg");
    height: 479px;
    min-height: 350px;
}

hr.white-divider {
    margin: 30px 30% 40px 30%;
    border-top: 1px solid #589382;
}

.force-green,
#social.force-green {
    background-color: #33856e;
    background-image: url("../img/stage/general/general-bg-green.jpg");
    color: #ffffff;
}

.content-slideshow #slideshow-paging {
    margin: -32% auto 0;
    max-width: none !important;
    position: absolute;
    z-index: 9999;
}

.content-slideshow #slideshow-paging .center-block {
    max-width: none !important;
}

.content-slideshow #slideshow-paging .bcycle-prev {
    margin-left: -40px;
}

.content-slideshow #slideshow-paging .bcycle-next {
    margin-right: -40px;
}

.center-block.block-3 {
    position: absolute;
    z-index: 100;
    bottom: -50px;
    width: 100%;
}

.content-slideshow .center-block.block-3 {
    bottom: -80px;
}


/***************************************** Media Queries */

@media (max-width: 769px) {
    body.green {
        color: #ffffff;
    }
    .modal-dialog {
        width: 96% margin: 0 2%;
    }
    h1,
    .h1,
    .hlt-a,
    h2,
    .h2,
    .hlt-b,
    h3,
    .h3,
    .hlt-c {
        margin-bottom: 0;
        margin-top: 0;
    }
    #mega-dropdown li.col-xs-5 {
        width: 50%;
    }
    h1,
    h2,
    .h1,
    .hlt-a,
    .h2,
    .hlt-b,
    h3,
    h4,
    h5,
    h6,
    .h3,
    .hlt-c,
    .h4,
    .hlt-d,
    .h5,
    .hlt-e,
    .h6,
    .hlt-f {
        line-height: normal;
    }
    #mobile-header {
        background: #FFFFFF;
    }
    #mobile-header header h3,
    #mobile-header header .hlt-c {
        float: left;
        padding: .75em 0em .75em .75em;
        width: 52%;
    }
    #mobile-header header h3 span,
    #mobile-header header .hlt-c span {
        float: left;
        margin-top: .2em;
        width: 100%;
    }
    #mobile-header header img {
        float: right;
        margin: 0 10px;
    }
    #mobile-header .country-overview nav ul img {
        margin-right: .5em;
        width: 2.5em;
    }
    #mobile-header nav ul li,
    #mobile-header footer ul li {
        padding: 1em .75em;
        min-height: 1em;
    }
    #mobile-header nav ul li img,
    #mobile-header footer ul li img,
    #mobile-header nav ul li p,
    #mobile-header footer ul li p {
        float: left;
    }
    #mobile-header nav ul li p,
    #mobile-header footer ul li p {
        font-size: 0.9em;
        padding-top: .45em;
    }
    #mobile-header nav ul li span.icon-chevron-up,
    #mobile-header footer ul li span.icon-chevron-up {
        background-position: -16px -2px;
        text-align: left;
        vertical-align: top;
        float: none;
        margin-right: .3em !important;
    }
    #mobile-header nav ul.nav-list,
    #mobile-header footer ul.nav-list {
        padding: 0em;
        margin: 0em;
    }
    #mobile-header nav ul.nav-list .divider,
    #mobile-header footer ul.nav-list .divider {
        min-height: 1px;
        margin: 0em;
        padding: 0em;
        border-bottom: none;
    }
    #mobile-header nav ul.nav-list li:last-child p:last-child,
    #mobile-header footer ul.nav-list li:last-child p:last-child {
        float: right;
        padding-right: 0em;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .row-offcanvas {
        position: relative;
        transition: all 0.1s ease-out 0s;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -88%;
    }
    .row-offcanvas-left.active {
        left: 88%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 88%;
        background: #215f8b;
        z-index: 99;
        padding-bottom: 100px;
    }
    .hidden-tablet-desktop .navbar-toggle {
        border: none;
        border-radius: 0;
        float: right;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 9px 10px;
        position: relative;
        background-image: -webkit-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -moz-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -o-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: linear-gradient(#5e89af 0%, #013c6b 100%);
    }
    .row-offcanvas.row-offcanvas-left {
        background-image: -webkit-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -moz-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: -o-linear-gradient(#5e89af 0%, #013c6b 100%);
        background-image: linear-gradient(#5e89af 0%, #013c6b 100%);
        padding: 5px 0;
    }
    .hidden-tablet-desktop .navbar-nav > li > a {
        color: #FFFFFF;
    }
    .hidden-tablet-desktop .mobile-navigation {
        background: #003b6a;
    }
    .hidden-tablet-desktop .nav > li > a:hover,
    .hidden-tablet-desktop .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li > a {
        font-weight: bold;
        font-size: 1.1em;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li {
        padding-left: 5%;
        border-top: 1px solid #215f8b;
        border-bottom: 1px solid #003b6a;
        background-image: -webkit-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: -moz-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: -o-linear-gradient(#215f8b 0%, #215f8b 100%);
        background-image: linear-gradient(#215f8b 0%, #215f8b 100%);
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li.first {
        padding-left: 1%;
        border-top: none;
        text-transform: uppercase;
    }
    .hidden-tablet-desktop .sidebar-offcanvas .nav > li.active {
        background-image: -webkit-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: -moz-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: -o-linear-gradient(#003b6a 0%, #003b6a 100%);
        background-image: linear-gradient(#003b6a 0%, #003b6a 100%);
    }
    .slideshow {
        position: relative !important;
    }
    .slideshow .cycle-slide {
        min-height: 0;
        width: 100%;
    }
    .slideshow .cycle-slideshow {
        height: auto;
    }
    .row {}
    .coltxt {
        left: auto !important;
        position: static !important;
        right: auto !important;
        text-align: left !important;
        top: auto !important;
        width: 100% !important;
        margin: 2% 0 2% 0 !important;
        padding: 2% !important;
    }
    .coltxt .icon {
        margin-left: 0 !important;
        margin-right: 0 !important;
        position: absolute;
        margin-top: -50px !important;
        width: 60px;
    }
    .coltxt-content {
        margin-top: 20px;
        width: 90%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .hover-row .pull-right {
        float: left !important;
    }
    body.green .red {
        color: #FFFFFF !important;
    }
    body.green .hover-row:hover .red {
        color: #FFFFFF !important;
    }
    .red {
        color: #e3021b !important;
    }
    .hover-row:hover .red {
        color: #e3021b !important;
    }
    .hover-row.active .coltxt p {
        color: #000000;
    }
    body.green .hover-row.active .coltxt p {
        color: #FFFFFF;
    }
    .coltxt h4,
    .coltxt .hlt-d {
        margin: 0;
    }
    .coltxt p {}
    .main-claim h2,
    .main-claim .hlt-b {
        line-height: 1em;
        margin-bottom: 2%;
    }
    #social-visual.sv-top {
        height: 200px;
        margin-top: 0;
        min-height: 200px;
    }
    #scroll-to-top {
        top: 80px;
    }
    .project-social-media {
        bottom: -22px;
        left: 2%;
    }
    .ios .project-social-media {
        top: 136px;
    }
    .project-social-media .button-wrapper {
        height: 48px;
        padding: 0 0 0 48px;
        line-height: 48px;
        text-align: left;
    }
    .project-social-media .button-wrapper:hover {
        width: 180px;
    }
    footer [class*="col-"] {
        text-align: center !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    footer p {
        text-align: center !important;
    }
    footer .footer-bottom ul li {
        display: inline;
        float: none;
    }
    #slideshow-paging {
        height: 100px;
        margin: -30px auto 0;
    }
    #slideshow-paging .bcycle-prev {
        margin-left: 5%;
    }
    #slideshow-paging .bcycle-next {
        margin-right: 5%;
    }
    #slideshow-paging .center-block.block-2 {
        width: 80%;
    }
    table.tech-details {
        margin: 3%;
        width: 94% !important;
    }
    .edge {
        margin-top: 0;
    }
    #slideshow-paging .center-block.block-2 {
        margin-top: 20px;
    }
    #edgestage {
        margin-top: 0;
    }
    .diagram .flow-wrapper .center-wrapper {
        top: 20px !important;
    }
    body.green .row a,
    body.green .row a:hover,
    body.green .row a:focus,
    body.green .row a:visited {
        color: #FFFFFF;
    }
    body.ios,
    body.android {
        overflow-x: hidden;
    }
}

@media (min-width: 770px) {
    .slideshow {
        position: relative !important;
    }
    .main-claim {
        margin-top: -155px;
    }
}

@media (min-width: 769px) {
    .slideshow .cycle-slide {
        min-height: 0;
        width: 100%;
    }
    .slideshow .cycle-slideshow {
        height: auto;
    }
    .modal-dialog {
        width: 70%;
        margin-top: 100px;
    }
    #mega-dropdown li.col-sm-3 {
        width: 25%;
    }
    .hidden-tablet-desktop {
        display: none !important;
    }
    .row-dealer .col-dealer {
        float: left;
        width: 25%;
        padding: 1% 1%;
    }
}

@media (min-width: 992px) {
    .offset-left-128 {
        margin-left: 128px !important;
    }
    .offset-right-128 {
        margin-left: 128px !important;
    }
}

@media (max-width: 1004px) {
    #edgestage {
        margin-top: -15px !important;
    }
}

.video-container > div {
    position: absolute !important;
    height: 100% !important;
}

.video-container {
    padding-top: 0;
}

.video-container div[id*='-controls'] {
    width: 98% !important;
}

@media (max-width: 769px) {
    .video-container > div {
        position: absolute !important;
    }
    .video-container {
        padding-top: 0;
    }
    .video-container,
    #video {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 769px) {
    #bg-video {
        display: none;
    }
}

#Stage * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media (max-width: 769px) {
    .fallbackvideo {
        margin-top: 0 !important;
    }
    /*.padding-top-80 {
        padding-top: 0 !important;
    }*/
    .pull-left.coltxt-content {
        margin-top: 20px;
    }
    #social-visual.sv-top {
        height: auto;
        min-height: 0;
    }
    #social-visual.sv-bottom {
        height: 200px;
        min-height: 150px;
    }
    .content-slideshow #slideshow-paging .bcycle-prev {
        margin-left: 0;
    }
    .content-slideshow #slideshow-paging .bcycle-next {
        margin-right: 0;
    }
    .content-slideshow .center-block.block-3 {
        bottom: -170px;
    }
    .download {
        margin-top: 200px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .faq-section-listing,
    .faq-section-listing-2,
    .faq-section-heading {
        padding: 0 10px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 760px) {
    #tab-panes {
        margin-left: 0;
        margin-top: 10px;
    }
    .nav-pills {
        max-width: none !important;
    }
    .tab-content {
        max-width: none !important;
    }
    .faq-section-listing,
    .faq-section-listing-2,
    .faq-section-heading {
        padding: 0 10px;
    }
    .project-social-media li {
        margin: ;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

.modal-open {
    overflow: auto;
}


/* top scroller */

/* .to-top {
    background: rgba(1, 59, 105, 0.8) url("../img/to-top-arrow.svg") no-repeat scroll center 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 50px !important;
    min-width: 50px;
    opacity: 0;
    overflow: hidden;
    padding-top: 30px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-indent: 9999px;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 999;
    border-radius: 0;
} */

.to-top.label {
    height: 60px !important;
    padding-top: 32px;
    text-indent: 0;
}

.to-top.to-is-visible,
.to-top.to-fade-out,
.no-touch .to-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.to-top.to-is-visible {
    opacity: 1;
    visibility: visible;
}

.to-top.to-fade-out {
    opacity: 1;
}

.no-touch .to-top:hover {
    background-color: #013b69;
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .to-top {
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .to-top {
        bottom: 30px;
        height: 50px;
        min-width: 50px;
        right: 30px;
        width: auto;
    }
}


/* icons */


/******************************************************/


/********************* Icons **************************/

.azm-social {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.azm-social:hover,
.azm-social:focus,
.azm-social:active {
    outline: 0;
    opacity: 0.8;
    color: #fff;
}

.azm-size-32 {
    width: 32px;
    height: 32px;
    margin: 5px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 14px;
}

.azm-size-48 {
    width: 48px;
    height: 48px;
    margin: 5px;
    padding-top: 13px;
    font-size: 21px;
    line-height: 21px;
}

.azm-size-64 {
    width: 64px;
    height: 64px;
    margin: 10px;
    padding-top: 16px;
    font-size: 28px;
    line-height: 28px;
}

.azm-r-square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.azm-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.azm-btn {
    height: 48px;
    margin: 8px;
    padding: 13px 17px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.azm-btn i {
    padding-right: 27px;
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
}

.azm-btn i:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 70%;
    width: 1px;
    height: 36px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.3);
}

.azm-border-bottom {
    padding-top: 12px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.azm-pill {
    -moz-border-radius: 400px;
    -webkit-border-radius: 400px;
    border-radius: 400px;
}

.azm-gradient {
    position: relative;
    overflow: hidden;
}

.azm-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}

.azm-shadow-left {
    position: relative;
    overflow: hidden;
}

.azm-shadow-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.azm-shadow-bottom {
    position: relative;
    overflow: hidden;
}

.azm-shadow-bottom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.azm-android {
    background: #8ec147;
}

.azm-apple {
    background: #777;
}

.azm-behance {
    background: #0077ff;
}

.azm-bitcoin {
    background: #f79012;
}

.azm-buysellads {
    background: #c90100;
}

.azm-codepen {
    background: #444;
}

.azm-css3 {
    background: #0270bb;
}

.azm-delicious {
    background: #31a9ff;
}

.azm-deviantart {
    background: #05cc47;
}

.azm-digg {
    background: #0093cc;
}

.azm-dribbble {
    background: #ea4c89;
}

.azm-dropbox {
    background: #007ee5;
}

.azm-drupal {
    background: #0073ba;
}

.azm-email-1 {
    background: #35c7ed;
}

.azm-email-2 {
    background: #35c7ed;
}

.azm-facebook {
    background: #4862a3;
}

.azm-flickr {
    background: #ff1981;
}

.azm-foursquare {
    background: #f04d7a;
}

.azm-git {
    background: #f64d27;
}

.azm-github {
    background: #999;
}

.azm-google {
    background: #3f85f4;
}

.azm-google-plus {
    background: #dd4b39;
}

.azm-html5 {
    background: #e54d26;
}

.azm-instagram {
    background: #3d6b92;
}

.azm-joomla {
    background: #fc8f30;
}

.azm-jsfiddle {
    background: #4679bd;
}

.azm-lastfm {
    background: #df1c23;
}

.azm-linkedin {
    background: #0177b5;
}

.azm-linux {
    background: #39a6df;
}

.azm-maxcdn {
    background: #ff5b02;
}

.azm-medium {
    background: #333;
}

.azm-pagelines {
    background: #444;
}

.azm-paypal {
    background: #009cde;
}

.azm-pinterest {
    background: #db242c;
}

.azm-reddit {
    background: #ff4500;
}

.azm-rss {
    background: #fc8f55;
}

.azm-share {
    background: #01924b;
}

.azm-skype {
    background: #00aff0;
}

.azm-slideshare {
    background: #0679b5;
}

.azm-soundcloud {
    background: #ff4e00;
}

.azm-spotify {
    background: #84bd00;
}

.azm-stack-exchange {
    background: #366fb3;
}

.azm-stack-overflow {
    background: #07c;
}

.azm-stumbleupon {
    background: #ea4b24;
}

.azm-trello {
    background: #026aa7;
}

.azm-tumblr {
    background: #2c4762;
}

.azm-twitter {
    background: #55acee;
}

.azm-vimeo {
    background: #44bbff;
}

.azm-vine {
    background: #00bf8f;
}

.azm-vk {
    background: #6281a3;
}

.azm-whatsapp {
    background: #59ac23;
}

.azm-windows {
    background: #00bcf2;
}

.azm-wordpress {
    background: #1e8cbe;
}

.azm-xing {
    background: #006464;
}

.azm-yahoo {
    background: #5210c4;
}

.azm-yelp {
    background: #c41200;
}

.azm-youtube {
    background: #d02022;
}

.azm-youtube-play {
    background: #d02022;
}


/***** long shadows *****/

.azm-long-shadow {
    overflow: hidden;
}

.azm-long-shadow.azm-android {
    text-shadow: rgb(128, 174, 64) 1px 1px, rgb(128, 174, 64) 2px 2px, rgb(128, 174, 64) 3px 3px, rgb(128, 174, 64) 4px 4px, rgb(128, 175, 64) 5px 5px, rgb(129, 175, 64) 6px 6px, rgb(129, 175, 64) 7px 7px, rgb(129, 175, 64) 8px 8px, rgb(129, 176, 64) 9px 9px, rgb(129, 176, 64) 10px 10px, rgb(129, 176, 64) 11px 11px, rgb(130, 176, 65) 12px 12px, rgb(130, 177, 65) 13px 13px, rgb(130, 177, 65) 14px 14px, rgb(130, 177, 65) 15px 15px, rgb(130, 177, 65) 16px 16px, rgb(130, 178, 65) 17px 17px, rgb(131, 178, 65) 18px 18px, rgb(131, 178, 65) 19px 19px, rgb(131, 178, 65) 20px 20px, rgb(131, 178, 65) 21px 21px, rgb(131, 179, 65) 22px 22px, rgb(132, 179, 66) 23px 23px, rgb(132, 179, 66) 24px 24px, rgb(132, 179, 66) 25px 25px, rgb(132, 180, 66) 26px 26px, rgb(132, 180, 66) 27px 27px, rgb(132, 180, 66) 28px 28px, rgb(133, 180, 66) 29px 29px, rgb(133, 181, 66) 30px 30px, rgb(133, 181, 66) 31px 31px, rgb(133, 181, 66) 32px 32px, rgb(133, 181, 66) 33px 33px, rgb(133, 182, 66) 34px 34px, rgb(134, 182, 67) 35px 35px, rgb(134, 182, 67) 36px 36px, rgb(134, 182, 67) 37px 37px, rgb(134, 183, 67) 38px 38px, rgb(134, 183, 67) 39px 39px, rgb(135, 183, 67) 40px 40px, rgb(135, 183, 67) 41px 41px, rgb(135, 183, 67) 42px 42px, rgb(135, 184, 67) 43px 43px, rgb(135, 184, 67) 44px 44px, rgb(135, 184, 67) 45px 45px, rgb(136, 184, 68) 46px 46px, rgb(136, 185, 68) 47px 47px, rgb(136, 185, 68) 48px 48px, rgb(136, 185, 68) 49px 49px, rgb(136, 185, 68) 50px 50px, rgb(136, 186, 68) 51px 51px, rgb(137, 186, 68) 52px 52px, rgb(137, 186, 68) 53px 53px, rgb(137, 186, 68) 54px 54px, rgb(137, 187, 68) 55px 55px, rgb(137, 187, 68) 56px 56px, rgb(137, 187, 68) 57px 57px, rgb(138, 187, 69) 58px 58px, rgb(138, 188, 69) 59px 59px, rgb(138, 188, 69) 60px 60px, rgb(138, 188, 69) 61px 61px, rgb(138, 188, 69) 62px 62px, rgb(139, 188, 69) 63px 63px, rgb(139, 189, 69) 64px 64px, rgb(139, 189, 69) 65px 65px, rgb(139, 189, 69) 66px 66px, rgb(139, 189, 69) 67px 67px, rgb(139, 190, 69) 68px 68px, rgb(140, 190, 70) 69px 69px, rgb(140, 190, 70) 70px 70px, rgb(140, 190, 70) 71px 71px, rgb(140, 191, 70) 72px 72px, rgb(140, 191, 70) 73px 73px, rgb(140, 191, 70) 74px 74px, rgb(141, 191, 70) 75px 75px, rgb(141, 192, 70) 76px 76px, rgb(141, 192, 70) 77px 77px, rgb(141, 192, 70) 78px 78px, rgb(141, 192, 70) 79px 79px, rgb(142, 193, 71) 80px 80px
}

.azm-long-shadow.azm-apple {
    text-shadow: rgb(107, 107, 107) 1px 1px, rgb(107, 107, 107) 2px 2px, rgb(107, 107, 107) 3px 3px, rgb(107, 107, 107) 4px 4px, rgb(107, 107, 107) 5px 5px, rgb(107, 107, 107) 6px 6px, rgb(108, 108, 108) 7px 7px, rgb(108, 108, 108) 8px 8px, rgb(108, 108, 108) 9px 9px, rgb(108, 108, 108) 10px 10px, rgb(108, 108, 108) 11px 11px, rgb(108, 108, 108) 12px 12px, rgb(108, 108, 108) 13px 13px, rgb(109, 109, 109) 14px 14px, rgb(109, 109, 109) 15px 15px, rgb(109, 109, 109) 16px 16px, rgb(109, 109, 109) 17px 17px, rgb(109, 109, 109) 18px 18px, rgb(109, 109, 109) 19px 19px, rgb(110, 110, 110) 20px 20px, rgb(110, 110, 110) 21px 21px, rgb(110, 110, 110) 22px 22px, rgb(110, 110, 110) 23px 23px, rgb(110, 110, 110) 24px 24px, rgb(110, 110, 110) 25px 25px, rgb(110, 110, 110) 26px 26px, rgb(111, 111, 111) 27px 27px, rgb(111, 111, 111) 28px 28px, rgb(111, 111, 111) 29px 29px, rgb(111, 111, 111) 30px 30px, rgb(111, 111, 111) 31px 31px, rgb(111, 111, 111) 32px 32px, rgb(111, 111, 111) 33px 33px, rgb(112, 112, 112) 34px 34px, rgb(112, 112, 112) 35px 35px, rgb(112, 112, 112) 36px 36px, rgb(112, 112, 112) 37px 37px, rgb(112, 112, 112) 38px 38px, rgb(112, 112, 112) 39px 39px, rgb(113, 113, 113) 40px 40px, rgb(113, 113, 113) 41px 41px, rgb(113, 113, 113) 42px 42px, rgb(113, 113, 113) 43px 43px, rgb(113, 113, 113) 44px 44px, rgb(113, 113, 113) 45px 45px, rgb(113, 113, 113) 46px 46px, rgb(114, 114, 114) 47px 47px, rgb(114, 114, 114) 48px 48px, rgb(114, 114, 114) 49px 49px, rgb(114, 114, 114) 50px 50px, rgb(114, 114, 114) 51px 51px, rgb(114, 114, 114) 52px 52px, rgb(114, 114, 114) 53px 53px, rgb(115, 115, 115) 54px 54px, rgb(115, 115, 115) 55px 55px, rgb(115, 115, 115) 56px 56px, rgb(115, 115, 115) 57px 57px, rgb(115, 115, 115) 58px 58px, rgb(115, 115, 115) 59px 59px, rgb(116, 116, 116) 60px 60px, rgb(116, 116, 116) 61px 61px, rgb(116, 116, 116) 62px 62px, rgb(116, 116, 116) 63px 63px, rgb(116, 116, 116) 64px 64px, rgb(116, 116, 116) 65px 65px, rgb(116, 116, 116) 66px 66px, rgb(117, 117, 117) 67px 67px, rgb(117, 117, 117) 68px 68px, rgb(117, 117, 117) 69px 69px, rgb(117, 117, 117) 70px 70px, rgb(117, 117, 117) 71px 71px, rgb(117, 117, 117) 72px 72px, rgb(117, 117, 117) 73px 73px, rgb(118, 118, 118) 74px 74px, rgb(118, 118, 118) 75px 75px, rgb(118, 118, 118) 76px 76px, rgb(118, 118, 118) 77px 77px, rgb(118, 118, 118) 78px 78px, rgb(118, 118, 118) 79px 79px, rgb(119, 119, 119) 80px 80px
}

.azm-long-shadow.azm-behance {
    text-shadow: rgb(0, 107, 230) 1px 1px, rgb(0, 107, 230) 2px 2px, rgb(0, 107, 230) 3px 3px, rgb(0, 107, 231) 4px 4px, rgb(0, 107, 231) 5px 5px, rgb(0, 107, 231) 6px 6px, rgb(0, 108, 232) 7px 7px, rgb(0, 108, 232) 8px 8px, rgb(0, 108, 232) 9px 9px, rgb(0, 108, 233) 10px 10px, rgb(0, 108, 233) 11px 11px, rgb(0, 108, 233) 12px 12px, rgb(0, 108, 234) 13px 13px, rgb(0, 109, 234) 14px 14px, rgb(0, 109, 234) 15px 15px, rgb(0, 109, 235) 16px 16px, rgb(0, 109, 235) 17px 17px, rgb(0, 109, 235) 18px 18px, rgb(0, 109, 235) 19px 19px, rgb(0, 110, 236) 20px 20px, rgb(0, 110, 236) 21px 21px, rgb(0, 110, 236) 22px 22px, rgb(0, 110, 237) 23px 23px, rgb(0, 110, 237) 24px 24px, rgb(0, 110, 237) 25px 25px, rgb(0, 110, 238) 26px 26px, rgb(0, 111, 238) 27px 27px, rgb(0, 111, 238) 28px 28px, rgb(0, 111, 239) 29px 29px, rgb(0, 111, 239) 30px 30px, rgb(0, 111, 239) 31px 31px, rgb(0, 111, 240) 32px 32px, rgb(0, 111, 240) 33px 33px, rgb(0, 112, 240) 34px 34px, rgb(0, 112, 240) 35px 35px, rgb(0, 112, 241) 36px 36px, rgb(0, 112, 241) 37px 37px, rgb(0, 112, 241) 38px 38px, rgb(0, 112, 242) 39px 39px, rgb(0, 113, 242) 40px 40px, rgb(0, 113, 242) 41px 41px, rgb(0, 113, 243) 42px 42px, rgb(0, 113, 243) 43px 43px, rgb(0, 113, 243) 44px 44px, rgb(0, 113, 244) 45px 45px, rgb(0, 113, 244) 46px 46px, rgb(0, 114, 244) 47px 47px, rgb(0, 114, 245) 48px 48px, rgb(0, 114, 245) 49px 49px, rgb(0, 114, 245) 50px 50px, rgb(0, 114, 245) 51px 51px, rgb(0, 114, 246) 52px 52px, rgb(0, 114, 246) 53px 53px, rgb(0, 115, 246) 54px 54px, rgb(0, 115, 247) 55px 55px, rgb(0, 115, 247) 56px 56px, rgb(0, 115, 247) 57px 57px, rgb(0, 115, 248) 58px 58px, rgb(0, 115, 248) 59px 59px, rgb(0, 116, 248) 60px 60px, rgb(0, 116, 249) 61px 61px, rgb(0, 116, 249) 62px 62px, rgb(0, 116, 249) 63px 63px, rgb(0, 116, 250) 64px 64px, rgb(0, 116, 250) 65px 65px, rgb(0, 116, 250) 66px 66px, rgb(0, 117, 250) 67px 67px, rgb(0, 117, 251) 68px 68px, rgb(0, 117, 251) 69px 69px, rgb(0, 117, 251) 70px 70px, rgb(0, 117, 252) 71px 71px, rgb(0, 117, 252) 72px 72px, rgb(0, 117, 252) 73px 73px, rgb(0, 118, 253) 74px 74px, rgb(0, 118, 253) 75px 75px, rgb(0, 118, 253) 76px 76px, rgb(0, 118, 254) 77px 77px, rgb(0, 118, 254) 78px 78px, rgb(0, 118, 254) 79px 79px, rgb(0, 119, 255) 80px 80px
}

.azm-long-shadow.azm-bitcoin {
    text-shadow: rgb(222, 130, 16) 1px 1px, rgb(222, 130, 16) 2px 2px, rgb(222, 130, 16) 3px 3px, rgb(223, 130, 16) 4px 4px, rgb(223, 130, 16) 5px 5px, rgb(223, 131, 16) 6px 6px, rgb(224, 131, 16) 7px 7px, rgb(224, 131, 16) 8px 8px, rgb(224, 131, 16) 9px 9px, rgb(225, 131, 16) 10px 10px, rgb(225, 131, 16) 11px 11px, rgb(225, 132, 16) 12px 12px, rgb(226, 132, 16) 13px 13px, rgb(226, 132, 16) 14px 14px, rgb(226, 132, 16) 15px 15px, rgb(227, 132, 16) 16px 16px, rgb(227, 132, 16) 17px 17px, rgb(227, 133, 16) 18px 18px, rgb(227, 133, 16) 19px 19px, rgb(228, 133, 16) 20px 20px, rgb(228, 133, 16) 21px 21px, rgb(228, 133, 16) 22px 22px, rgb(229, 134, 16) 23px 23px, rgb(229, 134, 16) 24px 24px, rgb(229, 134, 16) 25px 25px, rgb(230, 134, 16) 26px 26px, rgb(230, 134, 16) 27px 27px, rgb(230, 134, 16) 28px 28px, rgb(231, 135, 16) 29px 29px, rgb(231, 135, 16) 30px 30px, rgb(231, 135, 16) 31px 31px, rgb(232, 135, 16) 32px 32px, rgb(232, 135, 16) 33px 33px, rgb(232, 135, 16) 34px 34px, rgb(232, 136, 16) 35px 35px, rgb(233, 136, 16) 36px 36px, rgb(233, 136, 16) 37px 37px, rgb(233, 136, 16) 38px 38px, rgb(234, 136, 16) 39px 39px, rgb(234, 137, 17) 40px 40px, rgb(234, 137, 17) 41px 41px, rgb(235, 137, 17) 42px 42px, rgb(235, 137, 17) 43px 43px, rgb(235, 137, 17) 44px 44px, rgb(236, 137, 17) 45px 45px, rgb(236, 138, 17) 46px 46px, rgb(236, 138, 17) 47px 47px, rgb(237, 138, 17) 48px 48px, rgb(237, 138, 17) 49px 49px, rgb(237, 138, 17) 50px 50px, rgb(237, 138, 17) 51px 51px, rgb(238, 139, 17) 52px 52px, rgb(238, 139, 17) 53px 53px, rgb(238, 139, 17) 54px 54px, rgb(239, 139, 17) 55px 55px, rgb(239, 139, 17) 56px 56px, rgb(239, 139, 17) 57px 57px, rgb(240, 140, 17) 58px 58px, rgb(240, 140, 17) 59px 59px, rgb(240, 140, 17) 60px 60px, rgb(241, 140, 17) 61px 61px, rgb(241, 140, 17) 62px 62px, rgb(241, 141, 17) 63px 63px, rgb(242, 141, 17) 64px 64px, rgb(242, 141, 17) 65px 65px, rgb(242, 141, 17) 66px 66px, rgb(242, 141, 17) 67px 67px, rgb(243, 141, 17) 68px 68px, rgb(243, 142, 17) 69px 69px, rgb(243, 142, 17) 70px 70px, rgb(244, 142, 17) 71px 71px, rgb(244, 142, 17) 72px 72px, rgb(244, 142, 17) 73px 73px, rgb(245, 142, 17) 74px 74px, rgb(245, 143, 17) 75px 75px, rgb(245, 143, 17) 76px 76px, rgb(246, 143, 17) 77px 77px, rgb(246, 143, 17) 78px 78px, rgb(246, 143, 17) 79px 79px, rgb(247, 144, 18) 80px 80px
}

.azm-long-shadow.azm-buysellads {
    text-shadow: rgb(181, 1, 0) 1px 1px, rgb(181, 1, 0) 2px 2px, rgb(181, 1, 0) 3px 3px, rgb(182, 1, 0) 4px 4px, rgb(182, 1, 0) 5px 5px, rgb(182, 1, 0) 6px 6px, rgb(182, 1, 0) 7px 7px, rgb(183, 1, 0) 8px 8px, rgb(183, 1, 0) 9px 9px, rgb(183, 1, 0) 10px 10px, rgb(183, 1, 0) 11px 11px, rgb(184, 1, 0) 12px 12px, rgb(184, 1, 0) 13px 13px, rgb(184, 1, 0) 14px 14px, rgb(184, 1, 0) 15px 15px, rgb(185, 1, 0) 16px 16px, rgb(185, 1, 0) 17px 17px, rgb(185, 1, 0) 18px 18px, rgb(185, 1, 0) 19px 19px, rgb(186, 1, 0) 20px 20px, rgb(186, 1, 0) 21px 21px, rgb(186, 1, 0) 22px 22px, rgb(186, 1, 0) 23px 23px, rgb(187, 1, 0) 24px 24px, rgb(187, 1, 0) 25px 25px, rgb(187, 1, 0) 26px 26px, rgb(187, 1, 0) 27px 27px, rgb(188, 1, 0) 28px 28px, rgb(188, 1, 0) 29px 29px, rgb(188, 1, 0) 30px 30px, rgb(188, 1, 0) 31px 31px, rgb(189, 1, 0) 32px 32px, rgb(189, 1, 0) 33px 33px, rgb(189, 1, 0) 34px 34px, rgb(189, 1, 0) 35px 35px, rgb(190, 1, 0) 36px 36px, rgb(190, 1, 0) 37px 37px, rgb(190, 1, 0) 38px 38px, rgb(190, 1, 0) 39px 39px, rgb(191, 1, 0) 40px 40px, rgb(191, 1, 0) 41px 41px, rgb(191, 1, 0) 42px 42px, rgb(191, 1, 0) 43px 43px, rgb(192, 1, 0) 44px 44px, rgb(192, 1, 0) 45px 45px, rgb(192, 1, 0) 46px 46px, rgb(192, 1, 0) 47px 47px, rgb(193, 1, 0) 48px 48px, rgb(193, 1, 0) 49px 49px, rgb(193, 1, 0) 50px 50px, rgb(193, 1, 0) 51px 51px, rgb(194, 1, 0) 52px 52px, rgb(194, 1, 0) 53px 53px, rgb(194, 1, 0) 54px 54px, rgb(194, 1, 0) 55px 55px, rgb(195, 1, 0) 56px 56px, rgb(195, 1, 0) 57px 57px, rgb(195, 1, 0) 58px 58px, rgb(195, 1, 0) 59px 59px, rgb(196, 1, 0) 60px 60px, rgb(196, 1, 0) 61px 61px, rgb(196, 1, 0) 62px 62px, rgb(196, 1, 0) 63px 63px, rgb(197, 1, 0) 64px 64px, rgb(197, 1, 0) 65px 65px, rgb(197, 1, 0) 66px 66px, rgb(197, 1, 0) 67px 67px, rgb(198, 1, 0) 68px 68px, rgb(198, 1, 0) 69px 69px, rgb(198, 1, 0) 70px 70px, rgb(198, 1, 0) 71px 71px, rgb(199, 1, 0) 72px 72px, rgb(199, 1, 0) 73px 73px, rgb(199, 1, 0) 74px 74px, rgb(199, 1, 0) 75px 75px, rgb(200, 1, 0) 76px 76px, rgb(200, 1, 0) 77px 77px, rgb(200, 1, 0) 78px 78px, rgb(200, 1, 0) 79px 79px, rgb(201, 1, 0) 80px 80px
}

.azm-long-shadow.azm-codepen {
    text-shadow: rgb(61, 61, 61) 1px 1px, rgb(61, 61, 61) 2px 2px, rgb(61, 61, 61) 3px 3px, rgb(61, 61, 61) 4px 4px, rgb(61, 61, 61) 5px 5px, rgb(61, 61, 61) 6px 6px, rgb(61, 61, 61) 7px 7px, rgb(61, 61, 61) 8px 8px, rgb(61, 61, 61) 9px 9px, rgb(61, 61, 61) 10px 10px, rgb(61, 61, 61) 11px 11px, rgb(62, 62, 62) 12px 12px, rgb(62, 62, 62) 13px 13px, rgb(62, 62, 62) 14px 14px, rgb(62, 62, 62) 15px 15px, rgb(62, 62, 62) 16px 16px, rgb(62, 62, 62) 17px 17px, rgb(62, 62, 62) 18px 18px, rgb(62, 62, 62) 19px 19px, rgb(62, 62, 62) 20px 20px, rgb(62, 62, 62) 21px 21px, rgb(62, 62, 62) 22px 22px, rgb(63, 63, 63) 23px 23px, rgb(63, 63, 63) 24px 24px, rgb(63, 63, 63) 25px 25px, rgb(63, 63, 63) 26px 26px, rgb(63, 63, 63) 27px 27px, rgb(63, 63, 63) 28px 28px, rgb(63, 63, 63) 29px 29px, rgb(63, 63, 63) 30px 30px, rgb(63, 63, 63) 31px 31px, rgb(63, 63, 63) 32px 32px, rgb(63, 63, 63) 33px 33px, rgb(63, 63, 63) 34px 34px, rgb(64, 64, 64) 35px 35px, rgb(64, 64, 64) 36px 36px, rgb(64, 64, 64) 37px 37px, rgb(64, 64, 64) 38px 38px, rgb(64, 64, 64) 39px 39px, rgb(64, 64, 64) 40px 40px, rgb(64, 64, 64) 41px 41px, rgb(64, 64, 64) 42px 42px, rgb(64, 64, 64) 43px 43px, rgb(64, 64, 64) 44px 44px, rgb(64, 64, 64) 45px 45px, rgb(65, 65, 65) 46px 46px, rgb(65, 65, 65) 47px 47px, rgb(65, 65, 65) 48px 48px, rgb(65, 65, 65) 49px 49px, rgb(65, 65, 65) 50px 50px, rgb(65, 65, 65) 51px 51px, rgb(65, 65, 65) 52px 52px, rgb(65, 65, 65) 53px 53px, rgb(65, 65, 65) 54px 54px, rgb(65, 65, 65) 55px 55px, rgb(65, 65, 65) 56px 56px, rgb(65, 65, 65) 57px 57px, rgb(66, 66, 66) 58px 58px, rgb(66, 66, 66) 59px 59px, rgb(66, 66, 66) 60px 60px, rgb(66, 66, 66) 61px 61px, rgb(66, 66, 66) 62px 62px, rgb(66, 66, 66) 63px 63px, rgb(66, 66, 66) 64px 64px, rgb(66, 66, 66) 65px 65px, rgb(66, 66, 66) 66px 66px, rgb(66, 66, 66) 67px 67px, rgb(66, 66, 66) 68px 68px, rgb(67, 67, 67) 69px 69px, rgb(67, 67, 67) 70px 70px, rgb(67, 67, 67) 71px 71px, rgb(67, 67, 67) 72px 72px, rgb(67, 67, 67) 73px 73px, rgb(67, 67, 67) 74px 74px, rgb(67, 67, 67) 75px 75px, rgb(67, 67, 67) 76px 76px, rgb(67, 67, 67) 77px 77px, rgb(67, 67, 67) 78px 78px, rgb(67, 67, 67) 79px 79px, rgb(68, 68, 68) 80px 80px
}

.azm-long-shadow.azm-css3 {
    text-shadow: rgb(2, 101, 168) 1px 1px, rgb(2, 101, 168) 2px 2px, rgb(2, 101, 168) 3px 3px, rgb(2, 101, 168) 4px 4px, rgb(2, 101, 169) 5px 5px, rgb(2, 101, 169) 6px 6px, rgb(2, 101, 169) 7px 7px, rgb(2, 102, 169) 8px 8px, rgb(2, 102, 170) 9px 9px, rgb(2, 102, 170) 10px 10px, rgb(2, 102, 170) 11px 11px, rgb(2, 102, 170) 12px 12px, rgb(2, 102, 171) 13px 13px, rgb(2, 102, 171) 14px 14px, rgb(2, 103, 171) 15px 15px, rgb(2, 103, 171) 16px 16px, rgb(2, 103, 172) 17px 17px, rgb(2, 103, 172) 18px 18px, rgb(2, 103, 172) 19px 19px, rgb(2, 103, 172) 20px 20px, rgb(2, 103, 172) 21px 21px, rgb(2, 104, 173) 22px 22px, rgb(2, 104, 173) 23px 23px, rgb(2, 104, 173) 24px 24px, rgb(2, 104, 173) 25px 25px, rgb(2, 104, 174) 26px 26px, rgb(2, 104, 174) 27px 27px, rgb(2, 104, 174) 28px 28px, rgb(2, 104, 174) 29px 29px, rgb(2, 105, 175) 30px 30px, rgb(2, 105, 175) 31px 31px, rgb(2, 105, 175) 32px 32px, rgb(2, 105, 175) 33px 33px, rgb(2, 105, 176) 34px 34px, rgb(2, 105, 176) 35px 35px, rgb(2, 105, 176) 36px 36px, rgb(2, 106, 176) 37px 37px, rgb(2, 106, 177) 38px 38px, rgb(2, 106, 177) 39px 39px, rgb(2, 106, 177) 40px 40px, rgb(2, 106, 177) 41px 41px, rgb(2, 106, 177) 42px 42px, rgb(2, 106, 178) 43px 43px, rgb(2, 107, 178) 44px 44px, rgb(2, 107, 178) 45px 45px, rgb(2, 107, 178) 46px 46px, rgb(2, 107, 179) 47px 47px, rgb(2, 107, 179) 48px 48px, rgb(2, 107, 179) 49px 49px, rgb(2, 107, 179) 50px 50px, rgb(2, 108, 180) 51px 51px, rgb(2, 108, 180) 52px 52px, rgb(2, 108, 180) 53px 53px, rgb(2, 108, 180) 54px 54px, rgb(2, 108, 181) 55px 55px, rgb(2, 108, 181) 56px 56px, rgb(2, 108, 181) 57px 57px, rgb(2, 108, 181) 58px 58px, rgb(2, 109, 182) 59px 59px, rgb(2, 109, 182) 60px 60px, rgb(2, 109, 182) 61px 61px, rgb(2, 109, 182) 62px 62px, rgb(2, 109, 182) 63px 63px, rgb(2, 109, 183) 64px 64px, rgb(2, 109, 183) 65px 65px, rgb(2, 110, 183) 66px 66px, rgb(2, 110, 183) 67px 67px, rgb(2, 110, 184) 68px 68px, rgb(2, 110, 184) 69px 69px, rgb(2, 110, 184) 70px 70px, rgb(2, 110, 184) 71px 71px, rgb(2, 110, 185) 72px 72px, rgb(2, 111, 185) 73px 73px, rgb(2, 111, 185) 74px 74px, rgb(2, 111, 185) 75px 75px, rgb(2, 111, 186) 76px 76px, rgb(2, 111, 186) 77px 77px, rgb(2, 111, 186) 78px 78px, rgb(2, 111, 186) 79px 79px, rgb(2, 112, 187) 80px 80px
}

.azm-long-shadow.azm-delicious {
    text-shadow: rgb(44, 152, 230) 1px 1px, rgb(44, 152, 230) 2px 2px, rgb(44, 152, 230) 3px 3px, rgb(44, 152, 231) 4px 4px, rgb(44, 153, 231) 5px 5px, rgb(44, 153, 231) 6px 6px, rgb(44, 153, 232) 7px 7px, rgb(44, 153, 232) 8px 8px, rgb(44, 153, 232) 9px 9px, rgb(44, 154, 233) 10px 10px, rgb(44, 154, 233) 11px 11px, rgb(44, 154, 233) 12px 12px, rgb(44, 154, 234) 13px 13px, rgb(44, 154, 234) 14px 14px, rgb(44, 155, 234) 15px 15px, rgb(45, 155, 235) 16px 16px, rgb(45, 155, 235) 17px 17px, rgb(45, 155, 235) 18px 18px, rgb(45, 156, 235) 19px 19px, rgb(45, 156, 236) 20px 20px, rgb(45, 156, 236) 21px 21px, rgb(45, 156, 236) 22px 22px, rgb(45, 156, 237) 23px 23px, rgb(45, 157, 237) 24px 24px, rgb(45, 157, 237) 25px 25px, rgb(45, 157, 238) 26px 26px, rgb(45, 157, 238) 27px 27px, rgb(45, 157, 238) 28px 28px, rgb(45, 158, 239) 29px 29px, rgb(45, 158, 239) 30px 30px, rgb(45, 158, 239) 31px 31px, rgb(46, 158, 240) 32px 32px, rgb(46, 159, 240) 33px 33px, rgb(46, 159, 240) 34px 34px, rgb(46, 159, 240) 35px 35px, rgb(46, 159, 241) 36px 36px, rgb(46, 159, 241) 37px 37px, rgb(46, 160, 241) 38px 38px, rgb(46, 160, 242) 39px 39px, rgb(46, 160, 242) 40px 40px, rgb(46, 160, 242) 41px 41px, rgb(46, 160, 243) 42px 42px, rgb(46, 161, 243) 43px 43px, rgb(46, 161, 243) 44px 44px, rgb(46, 161, 244) 45px 45px, rgb(46, 161, 244) 46px 46px, rgb(46, 161, 244) 47px 47px, rgb(47, 162, 245) 48px 48px, rgb(47, 162, 245) 49px 49px, rgb(47, 162, 245) 50px 50px, rgb(47, 162, 245) 51px 51px, rgb(47, 163, 246) 52px 52px, rgb(47, 163, 246) 53px 53px, rgb(47, 163, 246) 54px 54px, rgb(47, 163, 247) 55px 55px, rgb(47, 163, 247) 56px 56px, rgb(47, 164, 247) 57px 57px, rgb(47, 164, 248) 58px 58px, rgb(47, 164, 248) 59px 59px, rgb(47, 164, 248) 60px 60px, rgb(47, 164, 249) 61px 61px, rgb(47, 165, 249) 62px 62px, rgb(47, 165, 249) 63px 63px, rgb(48, 165, 250) 64px 64px, rgb(48, 165, 250) 65px 65px, rgb(48, 166, 250) 66px 66px, rgb(48, 166, 250) 67px 67px, rgb(48, 166, 251) 68px 68px, rgb(48, 166, 251) 69px 69px, rgb(48, 166, 251) 70px 70px, rgb(48, 167, 252) 71px 71px, rgb(48, 167, 252) 72px 72px, rgb(48, 167, 252) 73px 73px, rgb(48, 167, 253) 74px 74px, rgb(48, 167, 253) 75px 75px, rgb(48, 168, 253) 76px 76px, rgb(48, 168, 254) 77px 77px, rgb(48, 168, 254) 78px 78px, rgb(48, 168, 254) 79px 79px, rgb(49, 169, 255) 80px 80px
}

.azm-long-shadow.azm-deviantart {
    text-shadow: rgb(5, 184, 64) 1px 1px, rgb(5, 184, 64) 2px 2px, rgb(5, 184, 64) 3px 3px, rgb(5, 185, 64) 4px 4px, rgb(5, 185, 64) 5px 5px, rgb(5, 185, 64) 6px 6px, rgb(5, 185, 64) 7px 7px, rgb(5, 186, 64) 8px 8px, rgb(5, 186, 64) 9px 9px, rgb(5, 186, 64) 10px 10px, rgb(5, 186, 64) 11px 11px, rgb(5, 187, 65) 12px 12px, rgb(5, 187, 65) 13px 13px, rgb(5, 187, 65) 14px 14px, rgb(5, 187, 65) 15px 15px, rgb(5, 188, 65) 16px 16px, rgb(5, 188, 65) 17px 17px, rgb(5, 188, 65) 18px 18px, rgb(5, 188, 65) 19px 19px, rgb(5, 189, 65) 20px 20px, rgb(5, 189, 65) 21px 21px, rgb(5, 189, 65) 22px 22px, rgb(5, 189, 66) 23px 23px, rgb(5, 190, 66) 24px 24px, rgb(5, 190, 66) 25px 25px, rgb(5, 190, 66) 26px 26px, rgb(5, 190, 66) 27px 27px, rgb(5, 191, 66) 28px 28px, rgb(5, 191, 66) 29px 29px, rgb(5, 191, 66) 30px 30px, rgb(5, 191, 66) 31px 31px, rgb(5, 192, 66) 32px 32px, rgb(5, 192, 66) 33px 33px, rgb(5, 192, 66) 34px 34px, rgb(5, 192, 67) 35px 35px, rgb(5, 193, 67) 36px 36px, rgb(5, 193, 67) 37px 37px, rgb(5, 193, 67) 38px 38px, rgb(5, 193, 67) 39px 39px, rgb(5, 194, 67) 40px 40px, rgb(5, 194, 67) 41px 41px, rgb(5, 194, 67) 42px 42px, rgb(5, 194, 67) 43px 43px, rgb(5, 195, 67) 44px 44px, rgb(5, 195, 67) 45px 45px, rgb(5, 195, 68) 46px 46px, rgb(5, 195, 68) 47px 47px, rgb(5, 196, 68) 48px 48px, rgb(5, 196, 68) 49px 49px, rgb(5, 196, 68) 50px 50px, rgb(5, 196, 68) 51px 51px, rgb(5, 197, 68) 52px 52px, rgb(5, 197, 68) 53px 53px, rgb(5, 197, 68) 54px 54px, rgb(5, 197, 68) 55px 55px, rgb(5, 198, 68) 56px 56px, rgb(5, 198, 68) 57px 57px, rgb(5, 198, 69) 58px 58px, rgb(5, 198, 69) 59px 59px, rgb(5, 199, 69) 60px 60px, rgb(5, 199, 69) 61px 61px, rgb(5, 199, 69) 62px 62px, rgb(5, 199, 69) 63px 63px, rgb(5, 200, 69) 64px 64px, rgb(5, 200, 69) 65px 65px, rgb(5, 200, 69) 66px 66px, rgb(5, 200, 69) 67px 67px, rgb(5, 201, 69) 68px 68px, rgb(5, 201, 70) 69px 69px, rgb(5, 201, 70) 70px 70px, rgb(5, 201, 70) 71px 71px, rgb(5, 202, 70) 72px 72px, rgb(5, 202, 70) 73px 73px, rgb(5, 202, 70) 74px 74px, rgb(5, 202, 70) 75px 75px, rgb(5, 203, 70) 76px 76px, rgb(5, 203, 70) 77px 77px, rgb(5, 203, 70) 78px 78px, rgb(5, 203, 70) 79px 79px, rgb(5, 204, 71) 80px 80px
}

.azm-long-shadow.azm-digg {
    text-shadow: rgb(0, 132, 184) 1px 1px, rgb(0, 132, 184) 2px 2px, rgb(0, 132, 184) 3px 3px, rgb(0, 132, 185) 4px 4px, rgb(0, 132, 185) 5px 5px, rgb(0, 133, 185) 6px 6px, rgb(0, 133, 185) 7px 7px, rgb(0, 133, 186) 8px 8px, rgb(0, 133, 186) 9px 9px, rgb(0, 133, 186) 10px 10px, rgb(0, 134, 186) 11px 11px, rgb(0, 134, 187) 12px 12px, rgb(0, 134, 187) 13px 13px, rgb(0, 134, 187) 14px 14px, rgb(0, 134, 187) 15px 15px, rgb(0, 135, 188) 16px 16px, rgb(0, 135, 188) 17px 17px, rgb(0, 135, 188) 18px 18px, rgb(0, 135, 188) 19px 19px, rgb(0, 135, 189) 20px 20px, rgb(0, 135, 189) 21px 21px, rgb(0, 136, 189) 22px 22px, rgb(0, 136, 189) 23px 23px, rgb(0, 136, 190) 24px 24px, rgb(0, 136, 190) 25px 25px, rgb(0, 136, 190) 26px 26px, rgb(0, 137, 190) 27px 27px, rgb(0, 137, 191) 28px 28px, rgb(0, 137, 191) 29px 29px, rgb(0, 137, 191) 30px 30px, rgb(0, 137, 191) 31px 31px, rgb(0, 138, 192) 32px 32px, rgb(0, 138, 192) 33px 33px, rgb(0, 138, 192) 34px 34px, rgb(0, 138, 192) 35px 35px, rgb(0, 138, 193) 36px 36px, rgb(0, 138, 193) 37px 37px, rgb(0, 139, 193) 38px 38px, rgb(0, 139, 193) 39px 39px, rgb(0, 139, 194) 40px 40px, rgb(0, 139, 194) 41px 41px, rgb(0, 139, 194) 42px 42px, rgb(0, 140, 194) 43px 43px, rgb(0, 140, 195) 44px 44px, rgb(0, 140, 195) 45px 45px, rgb(0, 140, 195) 46px 46px, rgb(0, 140, 195) 47px 47px, rgb(0, 141, 196) 48px 48px, rgb(0, 141, 196) 49px 49px, rgb(0, 141, 196) 50px 50px, rgb(0, 141, 196) 51px 51px, rgb(0, 141, 197) 52px 52px, rgb(0, 141, 197) 53px 53px, rgb(0, 142, 197) 54px 54px, rgb(0, 142, 197) 55px 55px, rgb(0, 142, 198) 56px 56px, rgb(0, 142, 198) 57px 57px, rgb(0, 142, 198) 58px 58px, rgb(0, 143, 198) 59px 59px, rgb(0, 143, 199) 60px 60px, rgb(0, 143, 199) 61px 61px, rgb(0, 143, 199) 62px 62px, rgb(0, 143, 199) 63px 63px, rgb(0, 144, 200) 64px 64px, rgb(0, 144, 200) 65px 65px, rgb(0, 144, 200) 66px 66px, rgb(0, 144, 200) 67px 67px, rgb(0, 144, 201) 68px 68px, rgb(0, 144, 201) 69px 69px, rgb(0, 145, 201) 70px 70px, rgb(0, 145, 201) 71px 71px, rgb(0, 145, 202) 72px 72px, rgb(0, 145, 202) 73px 73px, rgb(0, 145, 202) 74px 74px, rgb(0, 146, 202) 75px 75px, rgb(0, 146, 203) 76px 76px, rgb(0, 146, 203) 77px 77px, rgb(0, 146, 203) 78px 78px, rgb(0, 146, 203) 79px 79px, rgb(0, 147, 204) 80px 80px
}

.azm-long-shadow.azm-dribbble {
    text-shadow: rgb(211, 68, 123) 1px 1px, rgb(211, 68, 123) 2px 2px, rgb(211, 68, 123) 3px 3px, rgb(212, 68, 123) 4px 4px, rgb(212, 68, 123) 5px 5px, rgb(212, 68, 124) 6px 6px, rgb(213, 68, 124) 7px 7px, rgb(213, 68, 124) 8px 8px, rgb(213, 68, 124) 9px 9px, rgb(213, 69, 124) 10px 10px, rgb(214, 69, 124) 11px 11px, rgb(214, 69, 125) 12px 12px, rgb(214, 69, 125) 13px 13px, rgb(215, 69, 125) 14px 14px, rgb(215, 69, 125) 15px 15px, rgb(215, 69, 125) 16px 16px, rgb(215, 69, 125) 17px 17px, rgb(216, 69, 126) 18px 18px, rgb(216, 69, 126) 19px 19px, rgb(216, 70, 126) 20px 20px, rgb(217, 70, 126) 21px 21px, rgb(217, 70, 126) 22px 22px, rgb(217, 70, 127) 23px 23px, rgb(217, 70, 127) 24px 24px, rgb(218, 70, 127) 25px 25px, rgb(218, 70, 127) 26px 26px, rgb(218, 70, 127) 27px 27px, rgb(219, 70, 127) 28px 28px, rgb(219, 70, 128) 29px 29px, rgb(219, 71, 128) 30px 30px, rgb(219, 71, 128) 31px 31px, rgb(220, 71, 128) 32px 32px, rgb(220, 71, 128) 33px 33px, rgb(220, 71, 128) 34px 34px, rgb(221, 71, 129) 35px 35px, rgb(221, 71, 129) 36px 36px, rgb(221, 71, 129) 37px 37px, rgb(221, 71, 129) 38px 38px, rgb(222, 71, 129) 39px 39px, rgb(222, 72, 130) 40px 40px, rgb(222, 72, 130) 41px 41px, rgb(223, 72, 130) 42px 42px, rgb(223, 72, 130) 43px 43px, rgb(223, 72, 130) 44px 44px, rgb(223, 72, 130) 45px 45px, rgb(224, 72, 131) 46px 46px, rgb(224, 72, 131) 47px 47px, rgb(224, 72, 131) 48px 48px, rgb(225, 72, 131) 49px 49px, rgb(225, 73, 131) 50px 50px, rgb(225, 73, 131) 51px 51px, rgb(225, 73, 132) 52px 52px, rgb(226, 73, 132) 53px 53px, rgb(226, 73, 132) 54px 54px, rgb(226, 73, 132) 55px 55px, rgb(227, 73, 132) 56px 56px, rgb(227, 73, 132) 57px 57px, rgb(227, 73, 133) 58px 58px, rgb(227, 73, 133) 59px 59px, rgb(228, 74, 133) 60px 60px, rgb(228, 74, 133) 61px 61px, rgb(228, 74, 133) 62px 62px, rgb(229, 74, 134) 63px 63px, rgb(229, 74, 134) 64px 64px, rgb(229, 74, 134) 65px 65px, rgb(229, 74, 134) 66px 66px, rgb(230, 74, 134) 67px 67px, rgb(230, 74, 134) 68px 68px, rgb(230, 74, 135) 69px 69px, rgb(231, 75, 135) 70px 70px, rgb(231, 75, 135) 71px 71px, rgb(231, 75, 135) 72px 72px, rgb(231, 75, 135) 73px 73px, rgb(232, 75, 135) 74px 74px, rgb(232, 75, 136) 75px 75px, rgb(232, 75, 136) 76px 76px, rgb(233, 75, 136) 77px 77px, rgb(233, 75, 136) 78px 78px, rgb(233, 75, 136) 79px 79px, rgb(234, 76, 137) 80px 80px
}

.azm-long-shadow.azm-dropbox {
    text-shadow: rgb(0, 113, 206) 1px 1px, rgb(0, 113, 206) 2px 2px, rgb(0, 113, 206) 3px 3px, rgb(0, 113, 207) 4px 4px, rgb(0, 113, 207) 5px 5px, rgb(0, 113, 207) 6px 6px, rgb(0, 114, 208) 7px 7px, rgb(0, 114, 208) 8px 8px, rgb(0, 114, 208) 9px 9px, rgb(0, 114, 208) 10px 10px, rgb(0, 114, 209) 11px 11px, rgb(0, 114, 209) 12px 12px, rgb(0, 115, 209) 13px 13px, rgb(0, 115, 210) 14px 14px, rgb(0, 115, 210) 15px 15px, rgb(0, 115, 210) 16px 16px, rgb(0, 115, 210) 17px 17px, rgb(0, 115, 211) 18px 18px, rgb(0, 116, 211) 19px 19px, rgb(0, 116, 211) 20px 20px, rgb(0, 116, 212) 21px 21px, rgb(0, 116, 212) 22px 22px, rgb(0, 116, 212) 23px 23px, rgb(0, 116, 212) 24px 24px, rgb(0, 117, 213) 25px 25px, rgb(0, 117, 213) 26px 26px, rgb(0, 117, 213) 27px 27px, rgb(0, 117, 214) 28px 28px, rgb(0, 117, 214) 29px 29px, rgb(0, 117, 214) 30px 30px, rgb(0, 118, 214) 31px 31px, rgb(0, 118, 215) 32px 32px, rgb(0, 118, 215) 33px 33px, rgb(0, 118, 215) 34px 34px, rgb(0, 118, 216) 35px 35px, rgb(0, 118, 216) 36px 36px, rgb(0, 119, 216) 37px 37px, rgb(0, 119, 216) 38px 38px, rgb(0, 119, 217) 39px 39px, rgb(0, 119, 217) 40px 40px, rgb(0, 119, 217) 41px 41px, rgb(0, 119, 218) 42px 42px, rgb(0, 119, 218) 43px 43px, rgb(0, 120, 218) 44px 44px, rgb(0, 120, 218) 45px 45px, rgb(0, 120, 219) 46px 46px, rgb(0, 120, 219) 47px 47px, rgb(0, 120, 219) 48px 48px, rgb(0, 120, 220) 49px 49px, rgb(0, 121, 220) 50px 50px, rgb(0, 121, 220) 51px 51px, rgb(0, 121, 220) 52px 52px, rgb(0, 121, 221) 53px 53px, rgb(0, 121, 221) 54px 54px, rgb(0, 121, 221) 55px 55px, rgb(0, 122, 222) 56px 56px, rgb(0, 122, 222) 57px 57px, rgb(0, 122, 222) 58px 58px, rgb(0, 122, 222) 59px 59px, rgb(0, 122, 223) 60px 60px, rgb(0, 122, 223) 61px 61px, rgb(0, 123, 223) 62px 62px, rgb(0, 123, 224) 63px 63px, rgb(0, 123, 224) 64px 64px, rgb(0, 123, 224) 65px 65px, rgb(0, 123, 224) 66px 66px, rgb(0, 123, 225) 67px 67px, rgb(0, 124, 225) 68px 68px, rgb(0, 124, 225) 69px 69px, rgb(0, 124, 226) 70px 70px, rgb(0, 124, 226) 71px 71px, rgb(0, 124, 226) 72px 72px, rgb(0, 124, 226) 73px 73px, rgb(0, 125, 227) 74px 74px, rgb(0, 125, 227) 75px 75px, rgb(0, 125, 227) 76px 76px, rgb(0, 125, 228) 77px 77px, rgb(0, 125, 228) 78px 78px, rgb(0, 125, 228) 79px 79px, rgb(0, 126, 229) 80px 80px
}

.azm-long-shadow.azm-drupal {
    text-shadow: rgb(0, 104, 167) 1px 1px, rgb(0, 104, 167) 2px 2px, rgb(0, 104, 167) 3px 3px, rgb(0, 104, 167) 4px 4px, rgb(0, 104, 168) 5px 5px, rgb(0, 104, 168) 6px 6px, rgb(0, 104, 168) 7px 7px, rgb(0, 105, 168) 8px 8px, rgb(0, 105, 169) 9px 9px, rgb(0, 105, 169) 10px 10px, rgb(0, 105, 169) 11px 11px, rgb(0, 105, 169) 12px 12px, rgb(0, 105, 170) 13px 13px, rgb(0, 105, 170) 14px 14px, rgb(0, 106, 170) 15px 15px, rgb(0, 106, 170) 16px 16px, rgb(0, 106, 171) 17px 17px, rgb(0, 106, 171) 18px 18px, rgb(0, 106, 171) 19px 19px, rgb(0, 106, 171) 20px 20px, rgb(0, 106, 171) 21px 21px, rgb(0, 107, 172) 22px 22px, rgb(0, 107, 172) 23px 23px, rgb(0, 107, 172) 24px 24px, rgb(0, 107, 172) 25px 25px, rgb(0, 107, 173) 26px 26px, rgb(0, 107, 173) 27px 27px, rgb(0, 107, 173) 28px 28px, rgb(0, 107, 173) 29px 29px, rgb(0, 108, 174) 30px 30px, rgb(0, 108, 174) 31px 31px, rgb(0, 108, 174) 32px 32px, rgb(0, 108, 174) 33px 33px, rgb(0, 108, 175) 34px 34px, rgb(0, 108, 175) 35px 35px, rgb(0, 108, 175) 36px 36px, rgb(0, 109, 175) 37px 37px, rgb(0, 109, 176) 38px 38px, rgb(0, 109, 176) 39px 39px, rgb(0, 109, 176) 40px 40px, rgb(0, 109, 176) 41px 41px, rgb(0, 109, 176) 42px 42px, rgb(0, 109, 177) 43px 43px, rgb(0, 110, 177) 44px 44px, rgb(0, 110, 177) 45px 45px, rgb(0, 110, 177) 46px 46px, rgb(0, 110, 178) 47px 47px, rgb(0, 110, 178) 48px 48px, rgb(0, 110, 178) 49px 49px, rgb(0, 110, 178) 50px 50px, rgb(0, 111, 179) 51px 51px, rgb(0, 111, 179) 52px 52px, rgb(0, 111, 179) 53px 53px, rgb(0, 111, 179) 54px 54px, rgb(0, 111, 180) 55px 55px, rgb(0, 111, 180) 56px 56px, rgb(0, 111, 180) 57px 57px, rgb(0, 111, 180) 58px 58px, rgb(0, 112, 181) 59px 59px, rgb(0, 112, 181) 60px 60px, rgb(0, 112, 181) 61px 61px, rgb(0, 112, 181) 62px 62px, rgb(0, 112, 181) 63px 63px, rgb(0, 112, 182) 64px 64px, rgb(0, 112, 182) 65px 65px, rgb(0, 113, 182) 66px 66px, rgb(0, 113, 182) 67px 67px, rgb(0, 113, 183) 68px 68px, rgb(0, 113, 183) 69px 69px, rgb(0, 113, 183) 70px 70px, rgb(0, 113, 183) 71px 71px, rgb(0, 113, 184) 72px 72px, rgb(0, 114, 184) 73px 73px, rgb(0, 114, 184) 74px 74px, rgb(0, 114, 184) 75px 75px, rgb(0, 114, 185) 76px 76px, rgb(0, 114, 185) 77px 77px, rgb(0, 114, 185) 78px 78px, rgb(0, 114, 185) 79px 79px, rgb(0, 115, 186) 80px 80px
}

.azm-long-shadow.azm-email-1,
.azm-long-shadow.azm-email-2 {
    text-shadow: rgb(48, 179, 213) 1px 1px, rgb(48, 179, 213) 2px 2px, rgb(48, 179, 213) 3px 3px, rgb(48, 180, 214) 4px 4px, rgb(48, 180, 214) 5px 5px, rgb(48, 180, 214) 6px 6px, rgb(48, 180, 215) 7px 7px, rgb(48, 181, 215) 8px 8px, rgb(48, 181, 215) 9px 9px, rgb(48, 181, 216) 10px 10px, rgb(48, 181, 216) 11px 11px, rgb(48, 182, 216) 12px 12px, rgb(48, 182, 216) 13px 13px, rgb(48, 182, 217) 14px 14px, rgb(48, 182, 217) 15px 15px, rgb(49, 183, 217) 16px 16px, rgb(49, 183, 218) 17px 17px, rgb(49, 183, 218) 18px 18px, rgb(49, 183, 218) 19px 19px, rgb(49, 184, 219) 20px 20px, rgb(49, 184, 219) 21px 21px, rgb(49, 184, 219) 22px 22px, rgb(49, 184, 219) 23px 23px, rgb(49, 185, 220) 24px 24px, rgb(49, 185, 220) 25px 25px, rgb(49, 185, 220) 26px 26px, rgb(49, 185, 221) 27px 27px, rgb(49, 186, 221) 28px 28px, rgb(49, 186, 221) 29px 29px, rgb(49, 186, 222) 30px 30px, rgb(49, 186, 222) 31px 31px, rgb(50, 187, 222) 32px 32px, rgb(50, 187, 222) 33px 33px, rgb(50, 187, 223) 34px 34px, rgb(50, 187, 223) 35px 35px, rgb(50, 188, 223) 36px 36px, rgb(50, 188, 224) 37px 37px, rgb(50, 188, 224) 38px 38px, rgb(50, 188, 224) 39px 39px, rgb(50, 189, 225) 40px 40px, rgb(50, 189, 225) 41px 41px, rgb(50, 189, 225) 42px 42px, rgb(50, 189, 225) 43px 43px, rgb(50, 190, 226) 44px 44px, rgb(50, 190, 226) 45px 45px, rgb(50, 190, 226) 46px 46px, rgb(50, 190, 227) 47px 47px, rgb(51, 191, 227) 48px 48px, rgb(51, 191, 227) 49px 49px, rgb(51, 191, 228) 50px 50px, rgb(51, 191, 228) 51px 51px, rgb(51, 192, 228) 52px 52px, rgb(51, 192, 228) 53px 53px, rgb(51, 192, 229) 54px 54px, rgb(51, 192, 229) 55px 55px, rgb(51, 193, 229) 56px 56px, rgb(51, 193, 230) 57px 57px, rgb(51, 193, 230) 58px 58px, rgb(51, 193, 230) 59px 59px, rgb(51, 194, 231) 60px 60px, rgb(51, 194, 231) 61px 61px, rgb(51, 194, 231) 62px 62px, rgb(51, 194, 231) 63px 63px, rgb(52, 195, 232) 64px 64px, rgb(52, 195, 232) 65px 65px, rgb(52, 195, 232) 66px 66px, rgb(52, 195, 233) 67px 67px, rgb(52, 196, 233) 68px 68px, rgb(52, 196, 233) 69px 69px, rgb(52, 196, 234) 70px 70px, rgb(52, 196, 234) 71px 71px, rgb(52, 197, 234) 72px 72px, rgb(52, 197, 234) 73px 73px, rgb(52, 197, 235) 74px 74px, rgb(52, 197, 235) 75px 75px, rgb(52, 198, 235) 76px 76px, rgb(52, 198, 236) 77px 77px, rgb(52, 198, 236) 78px 78px, rgb(52, 198, 236) 79px 79px, rgb(53, 199, 237) 80px 80px
}

.azm-long-shadow.azm-facebook {
    text-shadow: rgb(65, 88, 147) 1px 1px, rgb(65, 88, 147) 2px 2px, rgb(65, 88, 147) 3px 3px, rgb(65, 88, 147) 4px 4px, rgb(65, 88, 148) 5px 5px, rgb(65, 88, 148) 6px 6px, rgb(65, 88, 148) 7px 7px, rgb(65, 89, 148) 8px 8px, rgb(65, 89, 148) 9px 9px, rgb(65, 89, 149) 10px 10px, rgb(65, 89, 149) 11px 11px, rgb(66, 89, 149) 12px 12px, rgb(66, 89, 149) 13px 13px, rgb(66, 89, 149) 14px 14px, rgb(66, 89, 150) 15px 15px, rgb(66, 90, 150) 16px 16px, rgb(66, 90, 150) 17px 17px, rgb(66, 90, 150) 18px 18px, rgb(66, 90, 150) 19px 19px, rgb(66, 90, 151) 20px 20px, rgb(66, 90, 151) 21px 21px, rgb(66, 90, 151) 22px 22px, rgb(67, 90, 151) 23px 23px, rgb(67, 91, 151) 24px 24px, rgb(67, 91, 152) 25px 25px, rgb(67, 91, 152) 26px 26px, rgb(67, 91, 152) 27px 27px, rgb(67, 91, 152) 28px 28px, rgb(67, 91, 152) 29px 29px, rgb(67, 91, 153) 30px 30px, rgb(67, 91, 153) 31px 31px, rgb(67, 92, 153) 32px 32px, rgb(67, 92, 153) 33px 33px, rgb(67, 92, 153) 34px 34px, rgb(68, 92, 154) 35px 35px, rgb(68, 92, 154) 36px 36px, rgb(68, 92, 154) 37px 37px, rgb(68, 92, 154) 38px 38px, rgb(68, 92, 154) 39px 39px, rgb(68, 93, 155) 40px 40px, rgb(68, 93, 155) 41px 41px, rgb(68, 93, 155) 42px 42px, rgb(68, 93, 155) 43px 43px, rgb(68, 93, 155) 44px 44px, rgb(68, 93, 156) 45px 45px, rgb(69, 93, 156) 46px 46px, rgb(69, 93, 156) 47px 47px, rgb(69, 94, 156) 48px 48px, rgb(69, 94, 156) 49px 49px, rgb(69, 94, 157) 50px 50px, rgb(69, 94, 157) 51px 51px, rgb(69, 94, 157) 52px 52px, rgb(69, 94, 157) 53px 53px, rgb(69, 94, 157) 54px 54px, rgb(69, 94, 158) 55px 55px, rgb(69, 95, 158) 56px 56px, rgb(69, 95, 158) 57px 57px, rgb(70, 95, 158) 58px 58px, rgb(70, 95, 158) 59px 59px, rgb(70, 95, 159) 60px 60px, rgb(70, 95, 159) 61px 61px, rgb(70, 95, 159) 62px 62px, rgb(70, 95, 159) 63px 63px, rgb(70, 96, 159) 64px 64px, rgb(70, 96, 160) 65px 65px, rgb(70, 96, 160) 66px 66px, rgb(70, 96, 160) 67px 67px, rgb(70, 96, 160) 68px 68px, rgb(71, 96, 160) 69px 69px, rgb(71, 96, 161) 70px 70px, rgb(71, 96, 161) 71px 71px, rgb(71, 97, 161) 72px 72px, rgb(71, 97, 161) 73px 73px, rgb(71, 97, 161) 74px 74px, rgb(71, 97, 162) 75px 75px, rgb(71, 97, 162) 76px 76px, rgb(71, 97, 162) 77px 77px, rgb(71, 97, 162) 78px 78px, rgb(71, 97, 162) 79px 79px, rgb(72, 98, 163) 80px 80px
}

.azm-long-shadow.azm-flickr {
    text-shadow: rgb(230, 23, 116) 1px 1px, rgb(230, 23, 116) 2px 2px, rgb(230, 23, 116) 3px 3px, rgb(231, 23, 116) 4px 4px, rgb(231, 23, 116) 5px 5px, rgb(231, 23, 116) 6px 6px, rgb(232, 23, 117) 7px 7px, rgb(232, 23, 117) 8px 8px, rgb(232, 23, 117) 9px 9px, rgb(233, 23, 117) 10px 10px, rgb(233, 23, 117) 11px 11px, rgb(233, 23, 117) 12px 12px, rgb(234, 23, 118) 13px 13px, rgb(234, 23, 118) 14px 14px, rgb(234, 23, 118) 15px 15px, rgb(235, 23, 118) 16px 16px, rgb(235, 23, 118) 17px 17px, rgb(235, 23, 118) 18px 18px, rgb(235, 23, 119) 19px 19px, rgb(236, 23, 119) 20px 20px, rgb(236, 23, 119) 21px 21px, rgb(236, 23, 119) 22px 22px, rgb(237, 23, 119) 23px 23px, rgb(237, 23, 119) 24px 24px, rgb(237, 23, 120) 25px 25px, rgb(238, 23, 120) 26px 26px, rgb(238, 23, 120) 27px 27px, rgb(238, 23, 120) 28px 28px, rgb(239, 23, 120) 29px 29px, rgb(239, 23, 120) 30px 30px, rgb(239, 23, 121) 31px 31px, rgb(240, 23, 121) 32px 32px, rgb(240, 23, 121) 33px 33px, rgb(240, 23, 121) 34px 34px, rgb(240, 23, 121) 35px 35px, rgb(241, 23, 121) 36px 36px, rgb(241, 23, 122) 37px 37px, rgb(241, 23, 122) 38px 38px, rgb(242, 23, 122) 39px 39px, rgb(242, 24, 122) 40px 40px, rgb(242, 24, 122) 41px 41px, rgb(243, 24, 122) 42px 42px, rgb(243, 24, 122) 43px 43px, rgb(243, 24, 123) 44px 44px, rgb(244, 24, 123) 45px 45px, rgb(244, 24, 123) 46px 46px, rgb(244, 24, 123) 47px 47px, rgb(245, 24, 123) 48px 48px, rgb(245, 24, 123) 49px 49px, rgb(245, 24, 124) 50px 50px, rgb(245, 24, 124) 51px 51px, rgb(246, 24, 124) 52px 52px, rgb(246, 24, 124) 53px 53px, rgb(246, 24, 124) 54px 54px, rgb(247, 24, 124) 55px 55px, rgb(247, 24, 125) 56px 56px, rgb(247, 24, 125) 57px 57px, rgb(248, 24, 125) 58px 58px, rgb(248, 24, 125) 59px 59px, rgb(248, 24, 125) 60px 60px, rgb(249, 24, 125) 61px 61px, rgb(249, 24, 126) 62px 62px, rgb(249, 24, 126) 63px 63px, rgb(250, 24, 126) 64px 64px, rgb(250, 24, 126) 65px 65px, rgb(250, 24, 126) 66px 66px, rgb(250, 24, 126) 67px 67px, rgb(251, 24, 127) 68px 68px, rgb(251, 24, 127) 69px 69px, rgb(251, 24, 127) 70px 70px, rgb(252, 24, 127) 71px 71px, rgb(252, 24, 127) 72px 72px, rgb(252, 24, 127) 73px 73px, rgb(253, 24, 128) 74px 74px, rgb(253, 24, 128) 75px 75px, rgb(253, 24, 128) 76px 76px, rgb(254, 24, 128) 77px 77px, rgb(254, 24, 128) 78px 78px, rgb(254, 24, 128) 79px 79px, rgb(255, 25, 129) 80px 80px
}

.azm-long-shadow.azm-foursquare {
    text-shadow: rgb(216, 69, 110) 1px 1px, rgb(216, 69, 110) 2px 2px, rgb(216, 69, 110) 3px 3px, rgb(217, 69, 110) 4px 4px, rgb(217, 69, 110) 5px 5px, rgb(217, 69, 110) 6px 6px, rgb(218, 69, 111) 7px 7px, rgb(218, 69, 111) 8px 8px, rgb(218, 69, 111) 9px 9px, rgb(219, 70, 111) 10px 10px, rgb(219, 70, 111) 11px 11px, rgb(219, 70, 111) 12px 12px, rgb(219, 70, 111) 13px 13px, rgb(220, 70, 112) 14px 14px, rgb(220, 70, 112) 15px 15px, rgb(220, 70, 112) 16px 16px, rgb(221, 70, 112) 17px 17px, rgb(221, 70, 112) 18px 18px, rgb(221, 70, 112) 19px 19px, rgb(222, 71, 113) 20px 20px, rgb(222, 71, 113) 21px 21px, rgb(222, 71, 113) 22px 22px, rgb(222, 71, 113) 23px 23px, rgb(223, 71, 113) 24px 24px, rgb(223, 71, 113) 25px 25px, rgb(223, 71, 113) 26px 26px, rgb(224, 71, 114) 27px 27px, rgb(224, 71, 114) 28px 28px, rgb(224, 71, 114) 29px 29px, rgb(225, 72, 114) 30px 30px, rgb(225, 72, 114) 31px 31px, rgb(225, 72, 114) 32px 32px, rgb(225, 72, 114) 33px 33px, rgb(226, 72, 115) 34px 34px, rgb(226, 72, 115) 35px 35px, rgb(226, 72, 115) 36px 36px, rgb(227, 72, 115) 37px 37px, rgb(227, 72, 115) 38px 38px, rgb(227, 72, 115) 39px 39px, rgb(228, 73, 116) 40px 40px, rgb(228, 73, 116) 41px 41px, rgb(228, 73, 116) 42px 42px, rgb(228, 73, 116) 43px 43px, rgb(229, 73, 116) 44px 44px, rgb(229, 73, 116) 45px 45px, rgb(229, 73, 116) 46px 46px, rgb(230, 73, 117) 47px 47px, rgb(230, 73, 117) 48px 48px, rgb(230, 73, 117) 49px 49px, rgb(231, 74, 117) 50px 50px, rgb(231, 74, 117) 51px 51px, rgb(231, 74, 117) 52px 52px, rgb(231, 74, 117) 53px 53px, rgb(232, 74, 118) 54px 54px, rgb(232, 74, 118) 55px 55px, rgb(232, 74, 118) 56px 56px, rgb(233, 74, 118) 57px 57px, rgb(233, 74, 118) 58px 58px, rgb(233, 74, 118) 59px 59px, rgb(234, 75, 119) 60px 60px, rgb(234, 75, 119) 61px 61px, rgb(234, 75, 119) 62px 62px, rgb(234, 75, 119) 63px 63px, rgb(235, 75, 119) 64px 64px, rgb(235, 75, 119) 65px 65px, rgb(235, 75, 119) 66px 66px, rgb(236, 75, 120) 67px 67px, rgb(236, 75, 120) 68px 68px, rgb(236, 75, 120) 69px 69px, rgb(237, 76, 120) 70px 70px, rgb(237, 76, 120) 71px 71px, rgb(237, 76, 120) 72px 72px, rgb(237, 76, 120) 73px 73px, rgb(238, 76, 121) 74px 74px, rgb(238, 76, 121) 75px 75px, rgb(238, 76, 121) 76px 76px, rgb(239, 76, 121) 77px 77px, rgb(239, 76, 121) 78px 78px, rgb(239, 76, 121) 79px 79px, rgb(240, 77, 122) 80px 80px
}

.azm-long-shadow.azm-git {
    text-shadow: rgb(221, 69, 35) 1px 1px, rgb(221, 69, 35) 2px 2px, rgb(221, 69, 35) 3px 3px, rgb(222, 69, 35) 4px 4px, rgb(222, 69, 35) 5px 5px, rgb(222, 69, 35) 6px 6px, rgb(223, 69, 35) 7px 7px, rgb(223, 69, 35) 8px 8px, rgb(223, 69, 35) 9px 9px, rgb(224, 70, 35) 10px 10px, rgb(224, 70, 35) 11px 11px, rgb(224, 70, 35) 12px 12px, rgb(225, 70, 35) 13px 13px, rgb(225, 70, 35) 14px 14px, rgb(225, 70, 35) 15px 15px, rgb(226, 70, 35) 16px 16px, rgb(226, 70, 35) 17px 17px, rgb(226, 70, 35) 18px 18px, rgb(226, 70, 35) 19px 19px, rgb(227, 71, 36) 20px 20px, rgb(227, 71, 36) 21px 21px, rgb(227, 71, 36) 22px 22px, rgb(228, 71, 36) 23px 23px, rgb(228, 71, 36) 24px 24px, rgb(228, 71, 36) 25px 25px, rgb(229, 71, 36) 26px 26px, rgb(229, 71, 36) 27px 27px, rgb(229, 71, 36) 28px 28px, rgb(230, 71, 36) 29px 29px, rgb(230, 72, 36) 30px 30px, rgb(230, 72, 36) 31px 31px, rgb(231, 72, 36) 32px 32px, rgb(231, 72, 36) 33px 33px, rgb(231, 72, 36) 34px 34px, rgb(231, 72, 36) 35px 35px, rgb(232, 72, 36) 36px 36px, rgb(232, 72, 36) 37px 37px, rgb(232, 72, 36) 38px 38px, rgb(233, 72, 36) 39px 39px, rgb(233, 73, 37) 40px 40px, rgb(233, 73, 37) 41px 41px, rgb(234, 73, 37) 42px 42px, rgb(234, 73, 37) 43px 43px, rgb(234, 73, 37) 44px 44px, rgb(235, 73, 37) 45px 45px, rgb(235, 73, 37) 46px 46px, rgb(235, 73, 37) 47px 47px, rgb(236, 73, 37) 48px 48px, rgb(236, 73, 37) 49px 49px, rgb(236, 74, 37) 50px 50px, rgb(236, 74, 37) 51px 51px, rgb(237, 74, 37) 52px 52px, rgb(237, 74, 37) 53px 53px, rgb(237, 74, 37) 54px 54px, rgb(238, 74, 37) 55px 55px, rgb(238, 74, 37) 56px 56px, rgb(238, 74, 37) 57px 57px, rgb(239, 74, 37) 58px 58px, rgb(239, 74, 37) 59px 59px, rgb(239, 75, 38) 60px 60px, rgb(240, 75, 38) 61px 61px, rgb(240, 75, 38) 62px 62px, rgb(240, 75, 38) 63px 63px, rgb(241, 75, 38) 64px 64px, rgb(241, 75, 38) 65px 65px, rgb(241, 75, 38) 66px 66px, rgb(241, 75, 38) 67px 67px, rgb(242, 75, 38) 68px 68px, rgb(242, 75, 38) 69px 69px, rgb(242, 76, 38) 70px 70px, rgb(243, 76, 38) 71px 71px, rgb(243, 76, 38) 72px 72px, rgb(243, 76, 38) 73px 73px, rgb(244, 76, 38) 74px 74px, rgb(244, 76, 38) 75px 75px, rgb(244, 76, 38) 76px 76px, rgb(245, 76, 38) 77px 77px, rgb(245, 76, 38) 78px 78px, rgb(245, 76, 38) 79px 79px, rgb(246, 77, 39) 80px 80px
}

.azm-long-shadow.azm-github {
    text-shadow: rgb(138, 138, 138) 1px 1px, rgb(138, 138, 138) 2px 2px, rgb(138, 138, 138) 3px 3px, rgb(138, 138, 138) 4px 4px, rgb(138, 138, 138) 5px 5px, rgb(139, 139, 139) 6px 6px, rgb(139, 139, 139) 7px 7px, rgb(139, 139, 139) 8px 8px, rgb(139, 139, 139) 9px 9px, rgb(139, 139, 139) 10px 10px, rgb(140, 140, 140) 11px 11px, rgb(140, 140, 140) 12px 12px, rgb(140, 140, 140) 13px 13px, rgb(140, 140, 140) 14px 14px, rgb(140, 140, 140) 15px 15px, rgb(141, 141, 141) 16px 16px, rgb(141, 141, 141) 17px 17px, rgb(141, 141, 141) 18px 18px, rgb(141, 141, 141) 19px 19px, rgb(141, 141, 141) 20px 20px, rgb(141, 141, 141) 21px 21px, rgb(142, 142, 142) 22px 22px, rgb(142, 142, 142) 23px 23px, rgb(142, 142, 142) 24px 24px, rgb(142, 142, 142) 25px 25px, rgb(142, 142, 142) 26px 26px, rgb(143, 143, 143) 27px 27px, rgb(143, 143, 143) 28px 28px, rgb(143, 143, 143) 29px 29px, rgb(143, 143, 143) 30px 30px, rgb(143, 143, 143) 31px 31px, rgb(144, 144, 144) 32px 32px, rgb(144, 144, 144) 33px 33px, rgb(144, 144, 144) 34px 34px, rgb(144, 144, 144) 35px 35px, rgb(144, 144, 144) 36px 36px, rgb(144, 144, 144) 37px 37px, rgb(145, 145, 145) 38px 38px, rgb(145, 145, 145) 39px 39px, rgb(145, 145, 145) 40px 40px, rgb(145, 145, 145) 41px 41px, rgb(145, 145, 145) 42px 42px, rgb(146, 146, 146) 43px 43px, rgb(146, 146, 146) 44px 44px, rgb(146, 146, 146) 45px 45px, rgb(146, 146, 146) 46px 46px, rgb(146, 146, 146) 47px 47px, rgb(147, 147, 147) 48px 48px, rgb(147, 147, 147) 49px 49px, rgb(147, 147, 147) 50px 50px, rgb(147, 147, 147) 51px 51px, rgb(147, 147, 147) 52px 52px, rgb(147, 147, 147) 53px 53px, rgb(148, 148, 148) 54px 54px, rgb(148, 148, 148) 55px 55px, rgb(148, 148, 148) 56px 56px, rgb(148, 148, 148) 57px 57px, rgb(148, 148, 148) 58px 58px, rgb(149, 149, 149) 59px 59px, rgb(149, 149, 149) 60px 60px, rgb(149, 149, 149) 61px 61px, rgb(149, 149, 149) 62px 62px, rgb(149, 149, 149) 63px 63px, rgb(150, 150, 150) 64px 64px, rgb(150, 150, 150) 65px 65px, rgb(150, 150, 150) 66px 66px, rgb(150, 150, 150) 67px 67px, rgb(150, 150, 150) 68px 68px, rgb(150, 150, 150) 69px 69px, rgb(151, 151, 151) 70px 70px, rgb(151, 151, 151) 71px 71px, rgb(151, 151, 151) 72px 72px, rgb(151, 151, 151) 73px 73px, rgb(151, 151, 151) 74px 74px, rgb(152, 152, 152) 75px 75px, rgb(152, 152, 152) 76px 76px, rgb(152, 152, 152) 77px 77px, rgb(152, 152, 152) 78px 78px, rgb(152, 152, 152) 79px 79px, rgb(153, 153, 153) 80px 80px
}

.azm-long-shadow.azm-google {
    text-shadow: rgb(57, 120, 220) 1px 1px, rgb(57, 120, 220) 2px 2px, rgb(57, 120, 220) 3px 3px, rgb(57, 120, 221) 4px 4px, rgb(57, 120, 221) 5px 5px, rgb(57, 120, 221) 6px 6px, rgb(57, 121, 222) 7px 7px, rgb(57, 121, 222) 8px 8px, rgb(57, 121, 222) 9px 9px, rgb(57, 121, 223) 10px 10px, rgb(57, 121, 223) 11px 11px, rgb(57, 121, 223) 12px 12px, rgb(57, 122, 223) 13px 13px, rgb(58, 122, 224) 14px 14px, rgb(58, 122, 224) 15px 15px, rgb(58, 122, 224) 16px 16px, rgb(58, 122, 225) 17px 17px, rgb(58, 122, 225) 18px 18px, rgb(58, 123, 225) 19px 19px, rgb(58, 123, 226) 20px 20px, rgb(58, 123, 226) 21px 21px, rgb(58, 123, 226) 22px 22px, rgb(58, 123, 226) 23px 23px, rgb(58, 123, 227) 24px 24px, rgb(58, 124, 227) 25px 25px, rgb(58, 124, 227) 26px 26px, rgb(59, 124, 228) 27px 27px, rgb(59, 124, 228) 28px 28px, rgb(59, 124, 228) 29px 29px, rgb(59, 124, 229) 30px 30px, rgb(59, 125, 229) 31px 31px, rgb(59, 125, 229) 32px 32px, rgb(59, 125, 229) 33px 33px, rgb(59, 125, 230) 34px 34px, rgb(59, 125, 230) 35px 35px, rgb(59, 125, 230) 36px 36px, rgb(59, 126, 231) 37px 37px, rgb(59, 126, 231) 38px 38px, rgb(59, 126, 231) 39px 39px, rgb(60, 126, 232) 40px 40px, rgb(60, 126, 232) 41px 41px, rgb(60, 126, 232) 42px 42px, rgb(60, 126, 232) 43px 43px, rgb(60, 127, 233) 44px 44px, rgb(60, 127, 233) 45px 45px, rgb(60, 127, 233) 46px 46px, rgb(60, 127, 234) 47px 47px, rgb(60, 127, 234) 48px 48px, rgb(60, 127, 234) 49px 49px, rgb(60, 128, 235) 50px 50px, rgb(60, 128, 235) 51px 51px, rgb(60, 128, 235) 52px 52px, rgb(60, 128, 235) 53px 53px, rgb(61, 128, 236) 54px 54px, rgb(61, 128, 236) 55px 55px, rgb(61, 129, 236) 56px 56px, rgb(61, 129, 237) 57px 57px, rgb(61, 129, 237) 58px 58px, rgb(61, 129, 237) 59px 59px, rgb(61, 129, 238) 60px 60px, rgb(61, 129, 238) 61px 61px, rgb(61, 130, 238) 62px 62px, rgb(61, 130, 238) 63px 63px, rgb(61, 130, 239) 64px 64px, rgb(61, 130, 239) 65px 65px, rgb(61, 130, 239) 66px 66px, rgb(62, 130, 240) 67px 67px, rgb(62, 131, 240) 68px 68px, rgb(62, 131, 240) 69px 69px, rgb(62, 131, 241) 70px 70px, rgb(62, 131, 241) 71px 71px, rgb(62, 131, 241) 72px 72px, rgb(62, 131, 241) 73px 73px, rgb(62, 132, 242) 74px 74px, rgb(62, 132, 242) 75px 75px, rgb(62, 132, 242) 76px 76px, rgb(62, 132, 243) 77px 77px, rgb(62, 132, 243) 78px 78px, rgb(62, 132, 243) 79px 79px, rgb(63, 133, 244) 80px 80px
}

.azm-long-shadow.azm-google-plus {
    text-shadow: rgb(199, 68, 51) 1px 1px, rgb(199, 68, 51) 2px 2px, rgb(199, 68, 51) 3px 3px, rgb(200, 68, 51) 4px 4px, rgb(200, 68, 51) 5px 5px, rgb(200, 68, 51) 6px 6px, rgb(200, 68, 51) 7px 7px, rgb(201, 68, 51) 8px 8px, rgb(201, 68, 51) 9px 9px, rgb(201, 68, 51) 10px 10px, rgb(202, 68, 51) 11px 11px, rgb(202, 69, 51) 12px 12px, rgb(202, 69, 51) 13px 13px, rgb(202, 69, 52) 14px 14px, rgb(203, 69, 52) 15px 15px, rgb(203, 69, 52) 16px 16px, rgb(203, 69, 52) 17px 17px, rgb(203, 69, 52) 18px 18px, rgb(204, 69, 52) 19px 19px, rgb(204, 69, 52) 20px 20px, rgb(204, 69, 52) 21px 21px, rgb(205, 69, 52) 22px 22px, rgb(205, 70, 52) 23px 23px, rgb(205, 70, 52) 24px 24px, rgb(205, 70, 52) 25px 25px, rgb(206, 70, 52) 26px 26px, rgb(206, 70, 53) 27px 27px, rgb(206, 70, 53) 28px 28px, rgb(206, 70, 53) 29px 29px, rgb(207, 70, 53) 30px 30px, rgb(207, 70, 53) 31px 31px, rgb(207, 70, 53) 32px 32px, rgb(208, 70, 53) 33px 33px, rgb(208, 70, 53) 34px 34px, rgb(208, 71, 53) 35px 35px, rgb(208, 71, 53) 36px 36px, rgb(209, 71, 53) 37px 37px, rgb(209, 71, 53) 38px 38px, rgb(209, 71, 53) 39px 39px, rgb(210, 71, 54) 40px 40px, rgb(210, 71, 54) 41px 41px, rgb(210, 71, 54) 42px 42px, rgb(210, 71, 54) 43px 43px, rgb(211, 71, 54) 44px 44px, rgb(211, 71, 54) 45px 45px, rgb(211, 72, 54) 46px 46px, rgb(211, 72, 54) 47px 47px, rgb(212, 72, 54) 48px 48px, rgb(212, 72, 54) 49px 49px, rgb(212, 72, 54) 50px 50px, rgb(213, 72, 54) 51px 51px, rgb(213, 72, 54) 52px 52px, rgb(213, 72, 54) 53px 53px, rgb(213, 72, 55) 54px 54px, rgb(214, 72, 55) 55px 55px, rgb(214, 72, 55) 56px 56px, rgb(214, 72, 55) 57px 57px, rgb(214, 73, 55) 58px 58px, rgb(215, 73, 55) 59px 59px, rgb(215, 73, 55) 60px 60px, rgb(215, 73, 55) 61px 61px, rgb(216, 73, 55) 62px 62px, rgb(216, 73, 55) 63px 63px, rgb(216, 73, 55) 64px 64px, rgb(216, 73, 55) 65px 65px, rgb(217, 73, 55) 66px 66px, rgb(217, 73, 56) 67px 67px, rgb(217, 73, 56) 68px 68px, rgb(217, 74, 56) 69px 69px, rgb(218, 74, 56) 70px 70px, rgb(218, 74, 56) 71px 71px, rgb(218, 74, 56) 72px 72px, rgb(219, 74, 56) 73px 73px, rgb(219, 74, 56) 74px 74px, rgb(219, 74, 56) 75px 75px, rgb(219, 74, 56) 76px 76px, rgb(220, 74, 56) 77px 77px, rgb(220, 74, 56) 78px 78px, rgb(220, 74, 56) 79px 79px, rgb(221, 75, 57) 80px 80px
}

.azm-long-shadow.azm-html5 {
    text-shadow: rgb(206, 69, 34) 1px 1px, rgb(206, 69, 34) 2px 2px, rgb(206, 69, 34) 3px 3px, rgb(207, 69, 34) 4px 4px, rgb(207, 69, 34) 5px 5px, rgb(207, 69, 34) 6px 6px, rgb(208, 69, 34) 7px 7px, rgb(208, 69, 34) 8px 8px, rgb(208, 69, 34) 9px 9px, rgb(208, 70, 34) 10px 10px, rgb(209, 70, 34) 11px 11px, rgb(209, 70, 34) 12px 12px, rgb(209, 70, 34) 13px 13px, rgb(210, 70, 34) 14px 14px, rgb(210, 70, 34) 15px 15px, rgb(210, 70, 34) 16px 16px, rgb(210, 70, 34) 17px 17px, rgb(211, 70, 34) 18px 18px, rgb(211, 70, 34) 19px 19px, rgb(211, 71, 35) 20px 20px, rgb(212, 71, 35) 21px 21px, rgb(212, 71, 35) 22px 22px, rgb(212, 71, 35) 23px 23px, rgb(212, 71, 35) 24px 24px, rgb(213, 71, 35) 25px 25px, rgb(213, 71, 35) 26px 26px, rgb(213, 71, 35) 27px 27px, rgb(214, 71, 35) 28px 28px, rgb(214, 71, 35) 29px 29px, rgb(214, 72, 35) 30px 30px, rgb(214, 72, 35) 31px 31px, rgb(215, 72, 35) 32px 32px, rgb(215, 72, 35) 33px 33px, rgb(215, 72, 35) 34px 34px, rgb(216, 72, 35) 35px 35px, rgb(216, 72, 35) 36px 36px, rgb(216, 72, 35) 37px 37px, rgb(216, 72, 35) 38px 38px, rgb(217, 72, 35) 39px 39px, rgb(217, 73, 36) 40px 40px, rgb(217, 73, 36) 41px 41px, rgb(218, 73, 36) 42px 42px, rgb(218, 73, 36) 43px 43px, rgb(218, 73, 36) 44px 44px, rgb(218, 73, 36) 45px 45px, rgb(219, 73, 36) 46px 46px, rgb(219, 73, 36) 47px 47px, rgb(219, 73, 36) 48px 48px, rgb(220, 73, 36) 49px 49px, rgb(220, 74, 36) 50px 50px, rgb(220, 74, 36) 51px 51px, rgb(220, 74, 36) 52px 52px, rgb(221, 74, 36) 53px 53px, rgb(221, 74, 36) 54px 54px, rgb(221, 74, 36) 55px 55px, rgb(222, 74, 36) 56px 56px, rgb(222, 74, 36) 57px 57px, rgb(222, 74, 36) 58px 58px, rgb(222, 74, 36) 59px 59px, rgb(223, 75, 37) 60px 60px, rgb(223, 75, 37) 61px 61px, rgb(223, 75, 37) 62px 62px, rgb(224, 75, 37) 63px 63px, rgb(224, 75, 37) 64px 64px, rgb(224, 75, 37) 65px 65px, rgb(224, 75, 37) 66px 66px, rgb(225, 75, 37) 67px 67px, rgb(225, 75, 37) 68px 68px, rgb(225, 75, 37) 69px 69px, rgb(226, 76, 37) 70px 70px, rgb(226, 76, 37) 71px 71px, rgb(226, 76, 37) 72px 72px, rgb(226, 76, 37) 73px 73px, rgb(227, 76, 37) 74px 74px, rgb(227, 76, 37) 75px 75px, rgb(227, 76, 37) 76px 76px, rgb(228, 76, 37) 77px 77px, rgb(228, 76, 37) 78px 78px, rgb(228, 76, 37) 79px 79px, rgb(229, 77, 38) 80px 80px
}

.azm-long-shadow.azm-instagram {
    text-shadow: rgb(55, 96, 131) 1px 1px, rgb(55, 96, 131) 2px 2px, rgb(55, 96, 131) 3px 3px, rgb(55, 96, 131) 4px 4px, rgb(55, 96, 131) 5px 5px, rgb(55, 96, 132) 6px 6px, rgb(55, 96, 132) 7px 7px, rgb(55, 97, 132) 8px 8px, rgb(55, 97, 132) 9px 9px, rgb(55, 97, 132) 10px 10px, rgb(55, 97, 133) 11px 11px, rgb(55, 97, 133) 12px 12px, rgb(55, 97, 133) 13px 13px, rgb(56, 97, 133) 14px 14px, rgb(56, 98, 133) 15px 15px, rgb(56, 98, 134) 16px 16px, rgb(56, 98, 134) 17px 17px, rgb(56, 98, 134) 18px 18px, rgb(56, 98, 134) 19px 19px, rgb(56, 98, 134) 20px 20px, rgb(56, 98, 134) 21px 21px, rgb(56, 99, 135) 22px 22px, rgb(56, 99, 135) 23px 23px, rgb(56, 99, 135) 24px 24px, rgb(56, 99, 135) 25px 25px, rgb(56, 99, 135) 26px 26px, rgb(57, 99, 136) 27px 27px, rgb(57, 99, 136) 28px 28px, rgb(57, 99, 136) 29px 29px, rgb(57, 100, 136) 30px 30px, rgb(57, 100, 136) 31px 31px, rgb(57, 100, 137) 32px 32px, rgb(57, 100, 137) 33px 33px, rgb(57, 100, 137) 34px 34px, rgb(57, 100, 137) 35px 35px, rgb(57, 100, 137) 36px 36px, rgb(57, 101, 137) 37px 37px, rgb(57, 101, 138) 38px 38px, rgb(57, 101, 138) 39px 39px, rgb(58, 101, 138) 40px 40px, rgb(58, 101, 138) 41px 41px, rgb(58, 101, 138) 42px 42px, rgb(58, 101, 139) 43px 43px, rgb(58, 102, 139) 44px 44px, rgb(58, 102, 139) 45px 45px, rgb(58, 102, 139) 46px 46px, rgb(58, 102, 139) 47px 47px, rgb(58, 102, 140) 48px 48px, rgb(58, 102, 140) 49px 49px, rgb(58, 102, 140) 50px 50px, rgb(58, 103, 140) 51px 51px, rgb(58, 103, 140) 52px 52px, rgb(58, 103, 140) 53px 53px, rgb(59, 103, 141) 54px 54px, rgb(59, 103, 141) 55px 55px, rgb(59, 103, 141) 56px 56px, rgb(59, 103, 141) 57px 57px, rgb(59, 103, 141) 58px 58px, rgb(59, 104, 142) 59px 59px, rgb(59, 104, 142) 60px 60px, rgb(59, 104, 142) 61px 61px, rgb(59, 104, 142) 62px 62px, rgb(59, 104, 142) 63px 63px, rgb(59, 104, 143) 64px 64px, rgb(59, 104, 143) 65px 65px, rgb(59, 105, 143) 66px 66px, rgb(60, 105, 143) 67px 67px, rgb(60, 105, 143) 68px 68px, rgb(60, 105, 143) 69px 69px, rgb(60, 105, 144) 70px 70px, rgb(60, 105, 144) 71px 71px, rgb(60, 105, 144) 72px 72px, rgb(60, 106, 144) 73px 73px, rgb(60, 106, 144) 74px 74px, rgb(60, 106, 145) 75px 75px, rgb(60, 106, 145) 76px 76px, rgb(60, 106, 145) 77px 77px, rgb(60, 106, 145) 78px 78px, rgb(60, 106, 145) 79px 79px, rgb(61, 107, 146) 80px 80px
}

.azm-long-shadow.azm-joomla {
    text-shadow: rgb(227, 129, 43) 1px 1px, rgb(227, 129, 43) 2px 2px, rgb(227, 129, 43) 3px 3px, rgb(228, 129, 43) 4px 4px, rgb(228, 129, 43) 5px 5px, rgb(228, 130, 43) 6px 6px, rgb(229, 130, 43) 7px 7px, rgb(229, 130, 43) 8px 8px, rgb(229, 130, 43) 9px 9px, rgb(230, 130, 43) 10px 10px, rgb(230, 130, 43) 11px 11px, rgb(230, 131, 43) 12px 12px, rgb(231, 131, 43) 13px 13px, rgb(231, 131, 43) 14px 14px, rgb(231, 131, 43) 15px 15px, rgb(232, 131, 44) 16px 16px, rgb(232, 131, 44) 17px 17px, rgb(232, 132, 44) 18px 18px, rgb(232, 132, 44) 19px 19px, rgb(233, 132, 44) 20px 20px, rgb(233, 132, 44) 21px 21px, rgb(233, 132, 44) 22px 22px, rgb(234, 133, 44) 23px 23px, rgb(234, 133, 44) 24px 24px, rgb(234, 133, 44) 25px 25px, rgb(235, 133, 44) 26px 26px, rgb(235, 133, 44) 27px 27px, rgb(235, 133, 44) 28px 28px, rgb(236, 134, 44) 29px 29px, rgb(236, 134, 44) 30px 30px, rgb(236, 134, 44) 31px 31px, rgb(237, 134, 45) 32px 32px, rgb(237, 134, 45) 33px 33px, rgb(237, 134, 45) 34px 34px, rgb(237, 135, 45) 35px 35px, rgb(238, 135, 45) 36px 36px, rgb(238, 135, 45) 37px 37px, rgb(238, 135, 45) 38px 38px, rgb(239, 135, 45) 39px 39px, rgb(239, 136, 45) 40px 40px, rgb(239, 136, 45) 41px 41px, rgb(240, 136, 45) 42px 42px, rgb(240, 136, 45) 43px 43px, rgb(240, 136, 45) 44px 44px, rgb(241, 136, 45) 45px 45px, rgb(241, 137, 45) 46px 46px, rgb(241, 137, 45) 47px 47px, rgb(242, 137, 46) 48px 48px, rgb(242, 137, 46) 49px 49px, rgb(242, 137, 46) 50px 50px, rgb(242, 137, 46) 51px 51px, rgb(243, 138, 46) 52px 52px, rgb(243, 138, 46) 53px 53px, rgb(243, 138, 46) 54px 54px, rgb(244, 138, 46) 55px 55px, rgb(244, 138, 46) 56px 56px, rgb(244, 138, 46) 57px 57px, rgb(245, 139, 46) 58px 58px, rgb(245, 139, 46) 59px 59px, rgb(245, 139, 46) 60px 60px, rgb(246, 139, 46) 61px 61px, rgb(246, 139, 46) 62px 62px, rgb(246, 140, 46) 63px 63px, rgb(247, 140, 47) 64px 64px, rgb(247, 140, 47) 65px 65px, rgb(247, 140, 47) 66px 66px, rgb(247, 140, 47) 67px 67px, rgb(248, 140, 47) 68px 68px, rgb(248, 141, 47) 69px 69px, rgb(248, 141, 47) 70px 70px, rgb(249, 141, 47) 71px 71px, rgb(249, 141, 47) 72px 72px, rgb(249, 141, 47) 73px 73px, rgb(250, 141, 47) 74px 74px, rgb(250, 142, 47) 75px 75px, rgb(250, 142, 47) 76px 76px, rgb(251, 142, 47) 77px 77px, rgb(251, 142, 47) 78px 78px, rgb(251, 142, 47) 79px 79px, rgb(252, 143, 48) 80px 80px
}

.azm-long-shadow.azm-jsfiddle {
    text-shadow: rgb(63, 109, 170) 1px 1px, rgb(63, 109, 170) 2px 2px, rgb(63, 109, 170) 3px 3px, rgb(63, 109, 170) 4px 4px, rgb(63, 109, 171) 5px 5px, rgb(63, 109, 171) 6px 6px, rgb(63, 110, 171) 7px 7px, rgb(63, 110, 171) 8px 8px, rgb(63, 110, 172) 9px 9px, rgb(63, 110, 172) 10px 10px, rgb(63, 110, 172) 11px 11px, rgb(64, 110, 172) 12px 12px, rgb(64, 110, 173) 13px 13px, rgb(64, 111, 173) 14px 14px, rgb(64, 111, 173) 15px 15px, rgb(64, 111, 173) 16px 16px, rgb(64, 111, 174) 17px 17px, rgb(64, 111, 174) 18px 18px, rgb(64, 111, 174) 19px 19px, rgb(64, 112, 174) 20px 20px, rgb(64, 112, 174) 21px 21px, rgb(64, 112, 175) 22px 22px, rgb(65, 112, 175) 23px 23px, rgb(65, 112, 175) 24px 24px, rgb(65, 112, 175) 25px 25px, rgb(65, 112, 176) 26px 26px, rgb(65, 113, 176) 27px 27px, rgb(65, 113, 176) 28px 28px, rgb(65, 113, 176) 29px 29px, rgb(65, 113, 177) 30px 30px, rgb(65, 113, 177) 31px 31px, rgb(65, 113, 177) 32px 32px, rgb(65, 113, 177) 33px 33px, rgb(65, 114, 178) 34px 34px, rgb(66, 114, 178) 35px 35px, rgb(66, 114, 178) 36px 36px, rgb(66, 114, 178) 37px 37px, rgb(66, 114, 179) 38px 38px, rgb(66, 114, 179) 39px 39px, rgb(66, 115, 179) 40px 40px, rgb(66, 115, 179) 41px 41px, rgb(66, 115, 179) 42px 42px, rgb(66, 115, 180) 43px 43px, rgb(66, 115, 180) 44px 44px, rgb(66, 115, 180) 45px 45px, rgb(67, 115, 180) 46px 46px, rgb(67, 116, 181) 47px 47px, rgb(67, 116, 181) 48px 48px, rgb(67, 116, 181) 49px 49px, rgb(67, 116, 181) 50px 50px, rgb(67, 116, 182) 51px 51px, rgb(67, 116, 182) 52px 52px, rgb(67, 116, 182) 53px 53px, rgb(67, 117, 182) 54px 54px, rgb(67, 117, 183) 55px 55px, rgb(67, 117, 183) 56px 56px, rgb(67, 117, 183) 57px 57px, rgb(68, 117, 183) 58px 58px, rgb(68, 117, 184) 59px 59px, rgb(68, 118, 184) 60px 60px, rgb(68, 118, 184) 61px 61px, rgb(68, 118, 184) 62px 62px, rgb(68, 118, 184) 63px 63px, rgb(68, 118, 185) 64px 64px, rgb(68, 118, 185) 65px 65px, rgb(68, 118, 185) 66px 66px, rgb(68, 119, 185) 67px 67px, rgb(68, 119, 186) 68px 68px, rgb(69, 119, 186) 69px 69px, rgb(69, 119, 186) 70px 70px, rgb(69, 119, 186) 71px 71px, rgb(69, 119, 187) 72px 72px, rgb(69, 119, 187) 73px 73px, rgb(69, 120, 187) 74px 74px, rgb(69, 120, 187) 75px 75px, rgb(69, 120, 188) 76px 76px, rgb(69, 120, 188) 77px 77px, rgb(69, 120, 188) 78px 78px, rgb(69, 120, 188) 79px 79px, rgb(70, 121, 189) 80px 80px
}

.azm-long-shadow.azm-lastfm {
    text-shadow: rgb(201, 25, 32) 1px 1px, rgb(201, 25, 32) 2px 2px, rgb(201, 25, 32) 3px 3px, rgb(202, 25, 32) 4px 4px, rgb(202, 25, 32) 5px 5px, rgb(202, 25, 32) 6px 6px, rgb(202, 25, 32) 7px 7px, rgb(203, 25, 32) 8px 8px, rgb(203, 25, 32) 9px 9px, rgb(203, 25, 32) 10px 10px, rgb(204, 25, 32) 11px 11px, rgb(204, 25, 32) 12px 12px, rgb(204, 25, 32) 13px 13px, rgb(204, 25, 32) 14px 14px, rgb(205, 25, 32) 15px 15px, rgb(205, 25, 32) 16px 16px, rgb(205, 25, 32) 17px 17px, rgb(205, 25, 32) 18px 18px, rgb(206, 25, 32) 19px 19px, rgb(206, 25, 32) 20px 20px, rgb(206, 25, 32) 21px 21px, rgb(207, 25, 32) 22px 22px, rgb(207, 25, 32) 23px 23px, rgb(207, 25, 32) 24px 24px, rgb(207, 25, 32) 25px 25px, rgb(208, 25, 32) 26px 26px, rgb(208, 26, 33) 27px 27px, rgb(208, 26, 33) 28px 28px, rgb(208, 26, 33) 29px 29px, rgb(209, 26, 33) 30px 30px, rgb(209, 26, 33) 31px 31px, rgb(209, 26, 33) 32px 32px, rgb(210, 26, 33) 33px 33px, rgb(210, 26, 33) 34px 34px, rgb(210, 26, 33) 35px 35px, rgb(210, 26, 33) 36px 36px, rgb(211, 26, 33) 37px 37px, rgb(211, 26, 33) 38px 38px, rgb(211, 26, 33) 39px 39px, rgb(212, 26, 33) 40px 40px, rgb(212, 26, 33) 41px 41px, rgb(212, 26, 33) 42px 42px, rgb(212, 26, 33) 43px 43px, rgb(213, 26, 33) 44px 44px, rgb(213, 26, 33) 45px 45px, rgb(213, 26, 33) 46px 46px, rgb(213, 26, 33) 47px 47px, rgb(214, 26, 33) 48px 48px, rgb(214, 26, 33) 49px 49px, rgb(214, 26, 33) 50px 50px, rgb(215, 26, 33) 51px 51px, rgb(215, 26, 33) 52px 52px, rgb(215, 26, 33) 53px 53px, rgb(215, 27, 34) 54px 54px, rgb(216, 27, 34) 55px 55px, rgb(216, 27, 34) 56px 56px, rgb(216, 27, 34) 57px 57px, rgb(216, 27, 34) 58px 58px, rgb(217, 27, 34) 59px 59px, rgb(217, 27, 34) 60px 60px, rgb(217, 27, 34) 61px 61px, rgb(218, 27, 34) 62px 62px, rgb(218, 27, 34) 63px 63px, rgb(218, 27, 34) 64px 64px, rgb(218, 27, 34) 65px 65px, rgb(219, 27, 34) 66px 66px, rgb(219, 27, 34) 67px 67px, rgb(219, 27, 34) 68px 68px, rgb(219, 27, 34) 69px 69px, rgb(220, 27, 34) 70px 70px, rgb(220, 27, 34) 71px 71px, rgb(220, 27, 34) 72px 72px, rgb(221, 27, 34) 73px 73px, rgb(221, 27, 34) 74px 74px, rgb(221, 27, 34) 75px 75px, rgb(221, 27, 34) 76px 76px, rgb(222, 27, 34) 77px 77px, rgb(222, 27, 34) 78px 78px, rgb(222, 27, 34) 79px 79px, rgb(223, 28, 35) 80px 80px
}

.azm-long-shadow.azm-linkedin {
    text-shadow: rgb(1, 107, 163) 1px 1px, rgb(1, 107, 163) 2px 2px, rgb(1, 107, 163) 3px 3px, rgb(1, 107, 163) 4px 4px, rgb(1, 107, 164) 5px 5px, rgb(1, 107, 164) 6px 6px, rgb(1, 108, 164) 7px 7px, rgb(1, 108, 164) 8px 8px, rgb(1, 108, 165) 9px 9px, rgb(1, 108, 165) 10px 10px, rgb(1, 108, 165) 11px 11px, rgb(1, 108, 165) 12px 12px, rgb(1, 108, 165) 13px 13px, rgb(1, 109, 166) 14px 14px, rgb(1, 109, 166) 15px 15px, rgb(1, 109, 166) 16px 16px, rgb(1, 109, 166) 17px 17px, rgb(1, 109, 167) 18px 18px, rgb(1, 109, 167) 19px 19px, rgb(1, 110, 167) 20px 20px, rgb(1, 110, 167) 21px 21px, rgb(1, 110, 167) 22px 22px, rgb(1, 110, 168) 23px 23px, rgb(1, 110, 168) 24px 24px, rgb(1, 110, 168) 25px 25px, rgb(1, 110, 168) 26px 26px, rgb(1, 111, 169) 27px 27px, rgb(1, 111, 169) 28px 28px, rgb(1, 111, 169) 29px 29px, rgb(1, 111, 169) 30px 30px, rgb(1, 111, 169) 31px 31px, rgb(1, 111, 170) 32px 32px, rgb(1, 111, 170) 33px 33px, rgb(1, 112, 170) 34px 34px, rgb(1, 112, 170) 35px 35px, rgb(1, 112, 171) 36px 36px, rgb(1, 112, 171) 37px 37px, rgb(1, 112, 171) 38px 38px, rgb(1, 112, 171) 39px 39px, rgb(1, 113, 172) 40px 40px, rgb(1, 113, 172) 41px 41px, rgb(1, 113, 172) 42px 42px, rgb(1, 113, 172) 43px 43px, rgb(1, 113, 172) 44px 44px, rgb(1, 113, 173) 45px 45px, rgb(1, 113, 173) 46px 46px, rgb(1, 114, 173) 47px 47px, rgb(1, 114, 173) 48px 48px, rgb(1, 114, 174) 49px 49px, rgb(1, 114, 174) 50px 50px, rgb(1, 114, 174) 51px 51px, rgb(1, 114, 174) 52px 52px, rgb(1, 114, 174) 53px 53px, rgb(1, 115, 175) 54px 54px, rgb(1, 115, 175) 55px 55px, rgb(1, 115, 175) 56px 56px, rgb(1, 115, 175) 57px 57px, rgb(1, 115, 176) 58px 58px, rgb(1, 115, 176) 59px 59px, rgb(1, 116, 176) 60px 60px, rgb(1, 116, 176) 61px 61px, rgb(1, 116, 176) 62px 62px, rgb(1, 116, 177) 63px 63px, rgb(1, 116, 177) 64px 64px, rgb(1, 116, 177) 65px 65px, rgb(1, 116, 177) 66px 66px, rgb(1, 117, 178) 67px 67px, rgb(1, 117, 178) 68px 68px, rgb(1, 117, 178) 69px 69px, rgb(1, 117, 178) 70px 70px, rgb(1, 117, 178) 71px 71px, rgb(1, 117, 179) 72px 72px, rgb(1, 117, 179) 73px 73px, rgb(1, 118, 179) 74px 74px, rgb(1, 118, 179) 75px 75px, rgb(1, 118, 180) 76px 76px, rgb(1, 118, 180) 77px 77px, rgb(1, 118, 180) 78px 78px, rgb(1, 118, 180) 79px 79px, rgb(1, 119, 181) 80px 80px
}

.azm-long-shadow.azm-linux {
    text-shadow: rgb(51, 149, 201) 1px 1px, rgb(51, 149, 201) 2px 2px, rgb(51, 149, 201) 3px 3px, rgb(51, 149, 202) 4px 4px, rgb(51, 150, 202) 5px 5px, rgb(51, 150, 202) 6px 6px, rgb(51, 150, 202) 7px 7px, rgb(51, 150, 203) 8px 8px, rgb(51, 150, 203) 9px 9px, rgb(51, 151, 203) 10px 10px, rgb(51, 151, 204) 11px 11px, rgb(51, 151, 204) 12px 12px, rgb(51, 151, 204) 13px 13px, rgb(52, 151, 204) 14px 14px, rgb(52, 152, 205) 15px 15px, rgb(52, 152, 205) 16px 16px, rgb(52, 152, 205) 17px 17px, rgb(52, 152, 205) 18px 18px, rgb(52, 153, 206) 19px 19px, rgb(52, 153, 206) 20px 20px, rgb(52, 153, 206) 21px 21px, rgb(52, 153, 207) 22px 22px, rgb(52, 153, 207) 23px 23px, rgb(52, 154, 207) 24px 24px, rgb(52, 154, 207) 25px 25px, rgb(52, 154, 208) 26px 26px, rgb(53, 154, 208) 27px 27px, rgb(53, 154, 208) 28px 28px, rgb(53, 155, 208) 29px 29px, rgb(53, 155, 209) 30px 30px, rgb(53, 155, 209) 31px 31px, rgb(53, 155, 209) 32px 32px, rgb(53, 156, 210) 33px 33px, rgb(53, 156, 210) 34px 34px, rgb(53, 156, 210) 35px 35px, rgb(53, 156, 210) 36px 36px, rgb(53, 156, 211) 37px 37px, rgb(53, 157, 211) 38px 38px, rgb(53, 157, 211) 39px 39px, rgb(54, 157, 212) 40px 40px, rgb(54, 157, 212) 41px 41px, rgb(54, 157, 212) 42px 42px, rgb(54, 158, 212) 43px 43px, rgb(54, 158, 213) 44px 44px, rgb(54, 158, 213) 45px 45px, rgb(54, 158, 213) 46px 46px, rgb(54, 158, 213) 47px 47px, rgb(54, 159, 214) 48px 48px, rgb(54, 159, 214) 49px 49px, rgb(54, 159, 214) 50px 50px, rgb(54, 159, 215) 51px 51px, rgb(54, 160, 215) 52px 52px, rgb(54, 160, 215) 53px 53px, rgb(55, 160, 215) 54px 54px, rgb(55, 160, 216) 55px 55px, rgb(55, 160, 216) 56px 56px, rgb(55, 161, 216) 57px 57px, rgb(55, 161, 216) 58px 58px, rgb(55, 161, 217) 59px 59px, rgb(55, 161, 217) 60px 60px, rgb(55, 161, 217) 61px 61px, rgb(55, 162, 218) 62px 62px, rgb(55, 162, 218) 63px 63px, rgb(55, 162, 218) 64px 64px, rgb(55, 162, 218) 65px 65px, rgb(55, 163, 219) 66px 66px, rgb(56, 163, 219) 67px 67px, rgb(56, 163, 219) 68px 68px, rgb(56, 163, 219) 69px 69px, rgb(56, 163, 220) 70px 70px, rgb(56, 164, 220) 71px 71px, rgb(56, 164, 220) 72px 72px, rgb(56, 164, 221) 73px 73px, rgb(56, 164, 221) 74px 74px, rgb(56, 164, 221) 75px 75px, rgb(56, 165, 221) 76px 76px, rgb(56, 165, 222) 77px 77px, rgb(56, 165, 222) 78px 78px, rgb(56, 165, 222) 79px 79px, rgb(57, 166, 223) 80px 80px
}

.azm-long-shadow.azm-maxcdn {
    text-shadow: rgb(230, 82, 2) 1px 1px, rgb(230, 82, 2) 2px 2px, rgb(230, 82, 2) 3px 3px, rgb(231, 82, 2) 4px 4px, rgb(231, 82, 2) 5px 5px, rgb(231, 82, 2) 6px 6px, rgb(232, 82, 2) 7px 7px, rgb(232, 82, 2) 8px 8px, rgb(232, 83, 2) 9px 9px, rgb(233, 83, 2) 10px 10px, rgb(233, 83, 2) 11px 11px, rgb(233, 83, 2) 12px 12px, rgb(234, 83, 2) 13px 13px, rgb(234, 83, 2) 14px 14px, rgb(234, 83, 2) 15px 15px, rgb(235, 83, 2) 16px 16px, rgb(235, 83, 2) 17px 17px, rgb(235, 84, 2) 18px 18px, rgb(235, 84, 2) 19px 19px, rgb(236, 84, 2) 20px 20px, rgb(236, 84, 2) 21px 21px, rgb(236, 84, 2) 22px 22px, rgb(237, 84, 2) 23px 23px, rgb(237, 84, 2) 24px 24px, rgb(237, 84, 2) 25px 25px, rgb(238, 84, 2) 26px 26px, rgb(238, 85, 2) 27px 27px, rgb(238, 85, 2) 28px 28px, rgb(239, 85, 2) 29px 29px, rgb(239, 85, 2) 30px 30px, rgb(239, 85, 2) 31px 31px, rgb(240, 85, 2) 32px 32px, rgb(240, 85, 2) 33px 33px, rgb(240, 85, 2) 34px 34px, rgb(240, 85, 2) 35px 35px, rgb(241, 86, 2) 36px 36px, rgb(241, 86, 2) 37px 37px, rgb(241, 86, 2) 38px 38px, rgb(242, 86, 2) 39px 39px, rgb(242, 86, 2) 40px 40px, rgb(242, 86, 2) 41px 41px, rgb(243, 86, 2) 42px 42px, rgb(243, 86, 2) 43px 43px, rgb(243, 86, 2) 44px 44px, rgb(244, 87, 2) 45px 45px, rgb(244, 87, 2) 46px 46px, rgb(244, 87, 2) 47px 47px, rgb(245, 87, 2) 48px 48px, rgb(245, 87, 2) 49px 49px, rgb(245, 87, 2) 50px 50px, rgb(245, 87, 2) 51px 51px, rgb(246, 87, 2) 52px 52px, rgb(246, 87, 2) 53px 53px, rgb(246, 88, 2) 54px 54px, rgb(247, 88, 2) 55px 55px, rgb(247, 88, 2) 56px 56px, rgb(247, 88, 2) 57px 57px, rgb(248, 88, 2) 58px 58px, rgb(248, 88, 2) 59px 59px, rgb(248, 88, 2) 60px 60px, rgb(249, 88, 2) 61px 61px, rgb(249, 88, 2) 62px 62px, rgb(249, 89, 2) 63px 63px, rgb(250, 89, 2) 64px 64px, rgb(250, 89, 2) 65px 65px, rgb(250, 89, 2) 66px 66px, rgb(250, 89, 2) 67px 67px, rgb(251, 89, 2) 68px 68px, rgb(251, 89, 2) 69px 69px, rgb(251, 89, 2) 70px 70px, rgb(252, 89, 2) 71px 71px, rgb(252, 90, 2) 72px 72px, rgb(252, 90, 2) 73px 73px, rgb(253, 90, 2) 74px 74px, rgb(253, 90, 2) 75px 75px, rgb(253, 90, 2) 76px 76px, rgb(254, 90, 2) 77px 77px, rgb(254, 90, 2) 78px 78px, rgb(254, 90, 2) 79px 79px, rgb(255, 91, 2) 80px 80px
}

.azm-long-shadow.azm-medium {
    text-shadow: rgb(46, 46, 46) 1px 1px, rgb(46, 46, 46) 2px 2px, rgb(46, 46, 46) 3px 3px, rgb(46, 46, 46) 4px 4px, rgb(46, 46, 46) 5px 5px, rgb(46, 46, 46) 6px 6px, rgb(46, 46, 46) 7px 7px, rgb(46, 46, 46) 8px 8px, rgb(46, 46, 46) 9px 9px, rgb(46, 46, 46) 10px 10px, rgb(46, 46, 46) 11px 11px, rgb(46, 46, 46) 12px 12px, rgb(46, 46, 46) 13px 13px, rgb(46, 46, 46) 14px 14px, rgb(46, 46, 46) 15px 15px, rgb(47, 47, 47) 16px 16px, rgb(47, 47, 47) 17px 17px, rgb(47, 47, 47) 18px 18px, rgb(47, 47, 47) 19px 19px, rgb(47, 47, 47) 20px 20px, rgb(47, 47, 47) 21px 21px, rgb(47, 47, 47) 22px 22px, rgb(47, 47, 47) 23px 23px, rgb(47, 47, 47) 24px 24px, rgb(47, 47, 47) 25px 25px, rgb(47, 47, 47) 26px 26px, rgb(47, 47, 47) 27px 27px, rgb(47, 47, 47) 28px 28px, rgb(47, 47, 47) 29px 29px, rgb(47, 47, 47) 30px 30px, rgb(47, 47, 47) 31px 31px, rgb(48, 48, 48) 32px 32px, rgb(48, 48, 48) 33px 33px, rgb(48, 48, 48) 34px 34px, rgb(48, 48, 48) 35px 35px, rgb(48, 48, 48) 36px 36px, rgb(48, 48, 48) 37px 37px, rgb(48, 48, 48) 38px 38px, rgb(48, 48, 48) 39px 39px, rgb(48, 48, 48) 40px 40px, rgb(48, 48, 48) 41px 41px, rgb(48, 48, 48) 42px 42px, rgb(48, 48, 48) 43px 43px, rgb(48, 48, 48) 44px 44px, rgb(48, 48, 48) 45px 45px, rgb(48, 48, 48) 46px 46px, rgb(48, 48, 48) 47px 47px, rgb(49, 49, 49) 48px 48px, rgb(49, 49, 49) 49px 49px, rgb(49, 49, 49) 50px 50px, rgb(49, 49, 49) 51px 51px, rgb(49, 49, 49) 52px 52px, rgb(49, 49, 49) 53px 53px, rgb(49, 49, 49) 54px 54px, rgb(49, 49, 49) 55px 55px, rgb(49, 49, 49) 56px 56px, rgb(49, 49, 49) 57px 57px, rgb(49, 49, 49) 58px 58px, rgb(49, 49, 49) 59px 59px, rgb(49, 49, 49) 60px 60px, rgb(49, 49, 49) 61px 61px, rgb(49, 49, 49) 62px 62px, rgb(49, 49, 49) 63px 63px, rgb(50, 50, 50) 64px 64px, rgb(50, 50, 50) 65px 65px, rgb(50, 50, 50) 66px 66px, rgb(50, 50, 50) 67px 67px, rgb(50, 50, 50) 68px 68px, rgb(50, 50, 50) 69px 69px, rgb(50, 50, 50) 70px 70px, rgb(50, 50, 50) 71px 71px, rgb(50, 50, 50) 72px 72px, rgb(50, 50, 50) 73px 73px, rgb(50, 50, 50) 74px 74px, rgb(50, 50, 50) 75px 75px, rgb(50, 50, 50) 76px 76px, rgb(50, 50, 50) 77px 77px, rgb(50, 50, 50) 78px 78px, rgb(50, 50, 50) 79px 79px, rgb(51, 51, 51) 80px 80px
}

.azm-long-shadow.azm-pagelines {
    text-shadow: rgb(61, 61, 61) 1px 1px, rgb(61, 61, 61) 2px 2px, rgb(61, 61, 61) 3px 3px, rgb(61, 61, 61) 4px 4px, rgb(61, 61, 61) 5px 5px, rgb(61, 61, 61) 6px 6px, rgb(61, 61, 61) 7px 7px, rgb(61, 61, 61) 8px 8px, rgb(61, 61, 61) 9px 9px, rgb(61, 61, 61) 10px 10px, rgb(61, 61, 61) 11px 11px, rgb(62, 62, 62) 12px 12px, rgb(62, 62, 62) 13px 13px, rgb(62, 62, 62) 14px 14px, rgb(62, 62, 62) 15px 15px, rgb(62, 62, 62) 16px 16px, rgb(62, 62, 62) 17px 17px, rgb(62, 62, 62) 18px 18px, rgb(62, 62, 62) 19px 19px, rgb(62, 62, 62) 20px 20px, rgb(62, 62, 62) 21px 21px, rgb(62, 62, 62) 22px 22px, rgb(63, 63, 63) 23px 23px, rgb(63, 63, 63) 24px 24px, rgb(63, 63, 63) 25px 25px, rgb(63, 63, 63) 26px 26px, rgb(63, 63, 63) 27px 27px, rgb(63, 63, 63) 28px 28px, rgb(63, 63, 63) 29px 29px, rgb(63, 63, 63) 30px 30px, rgb(63, 63, 63) 31px 31px, rgb(63, 63, 63) 32px 32px, rgb(63, 63, 63) 33px 33px, rgb(63, 63, 63) 34px 34px, rgb(64, 64, 64) 35px 35px, rgb(64, 64, 64) 36px 36px, rgb(64, 64, 64) 37px 37px, rgb(64, 64, 64) 38px 38px, rgb(64, 64, 64) 39px 39px, rgb(64, 64, 64) 40px 40px, rgb(64, 64, 64) 41px 41px, rgb(64, 64, 64) 42px 42px, rgb(64, 64, 64) 43px 43px, rgb(64, 64, 64) 44px 44px, rgb(64, 64, 64) 45px 45px, rgb(65, 65, 65) 46px 46px, rgb(65, 65, 65) 47px 47px, rgb(65, 65, 65) 48px 48px, rgb(65, 65, 65) 49px 49px, rgb(65, 65, 65) 50px 50px, rgb(65, 65, 65) 51px 51px, rgb(65, 65, 65) 52px 52px, rgb(65, 65, 65) 53px 53px, rgb(65, 65, 65) 54px 54px, rgb(65, 65, 65) 55px 55px, rgb(65, 65, 65) 56px 56px, rgb(65, 65, 65) 57px 57px, rgb(66, 66, 66) 58px 58px, rgb(66, 66, 66) 59px 59px, rgb(66, 66, 66) 60px 60px, rgb(66, 66, 66) 61px 61px, rgb(66, 66, 66) 62px 62px, rgb(66, 66, 66) 63px 63px, rgb(66, 66, 66) 64px 64px, rgb(66, 66, 66) 65px 65px, rgb(66, 66, 66) 66px 66px, rgb(66, 66, 66) 67px 67px, rgb(66, 66, 66) 68px 68px, rgb(67, 67, 67) 69px 69px, rgb(67, 67, 67) 70px 70px, rgb(67, 67, 67) 71px 71px, rgb(67, 67, 67) 72px 72px, rgb(67, 67, 67) 73px 73px, rgb(67, 67, 67) 74px 74px, rgb(67, 67, 67) 75px 75px, rgb(67, 67, 67) 76px 76px, rgb(67, 67, 67) 77px 77px, rgb(67, 67, 67) 78px 78px, rgb(67, 67, 67) 79px 79px, rgb(68, 68, 68) 80px 80px
}

.azm-long-shadow.azm-paypal {
    text-shadow: rgb(0, 140, 200) 1px 1px, rgb(0, 140, 200) 2px 2px, rgb(0, 140, 200) 3px 3px, rgb(0, 140, 201) 4px 4px, rgb(0, 141, 201) 5px 5px, rgb(0, 141, 201) 6px 6px, rgb(0, 141, 201) 7px 7px, rgb(0, 141, 202) 8px 8px, rgb(0, 141, 202) 9px 9px, rgb(0, 142, 202) 10px 10px, rgb(0, 142, 203) 11px 11px, rgb(0, 142, 203) 12px 12px, rgb(0, 142, 203) 13px 13px, rgb(0, 142, 203) 14px 14px, rgb(0, 143, 204) 15px 15px, rgb(0, 143, 204) 16px 16px, rgb(0, 143, 204) 17px 17px, rgb(0, 143, 204) 18px 18px, rgb(0, 143, 205) 19px 19px, rgb(0, 144, 205) 20px 20px, rgb(0, 144, 205) 21px 21px, rgb(0, 144, 206) 22px 22px, rgb(0, 144, 206) 23px 23px, rgb(0, 144, 206) 24px 24px, rgb(0, 145, 206) 25px 25px, rgb(0, 145, 207) 26px 26px, rgb(0, 145, 207) 27px 27px, rgb(0, 145, 207) 28px 28px, rgb(0, 145, 207) 29px 29px, rgb(0, 146, 208) 30px 30px, rgb(0, 146, 208) 31px 31px, rgb(0, 146, 208) 32px 32px, rgb(0, 146, 209) 33px 33px, rgb(0, 146, 209) 34px 34px, rgb(0, 147, 209) 35px 35px, rgb(0, 147, 209) 36px 36px, rgb(0, 147, 210) 37px 37px, rgb(0, 147, 210) 38px 38px, rgb(0, 147, 210) 39px 39px, rgb(0, 148, 211) 40px 40px, rgb(0, 148, 211) 41px 41px, rgb(0, 148, 211) 42px 42px, rgb(0, 148, 211) 43px 43px, rgb(0, 148, 212) 44px 44px, rgb(0, 149, 212) 45px 45px, rgb(0, 149, 212) 46px 46px, rgb(0, 149, 212) 47px 47px, rgb(0, 149, 213) 48px 48px, rgb(0, 149, 213) 49px 49px, rgb(0, 150, 213) 50px 50px, rgb(0, 150, 214) 51px 51px, rgb(0, 150, 214) 52px 52px, rgb(0, 150, 214) 53px 53px, rgb(0, 150, 214) 54px 54px, rgb(0, 151, 215) 55px 55px, rgb(0, 151, 215) 56px 56px, rgb(0, 151, 215) 57px 57px, rgb(0, 151, 215) 58px 58px, rgb(0, 151, 216) 59px 59px, rgb(0, 152, 216) 60px 60px, rgb(0, 152, 216) 61px 61px, rgb(0, 152, 217) 62px 62px, rgb(0, 152, 217) 63px 63px, rgb(0, 152, 217) 64px 64px, rgb(0, 153, 217) 65px 65px, rgb(0, 153, 218) 66px 66px, rgb(0, 153, 218) 67px 67px, rgb(0, 153, 218) 68px 68px, rgb(0, 153, 218) 69px 69px, rgb(0, 154, 219) 70px 70px, rgb(0, 154, 219) 71px 71px, rgb(0, 154, 219) 72px 72px, rgb(0, 154, 220) 73px 73px, rgb(0, 154, 220) 74px 74px, rgb(0, 155, 220) 75px 75px, rgb(0, 155, 220) 76px 76px, rgb(0, 155, 221) 77px 77px, rgb(0, 155, 221) 78px 78px, rgb(0, 155, 221) 79px 79px, rgb(0, 156, 222) 80px 80px
}

.azm-long-shadow.azm-pinterest {
    text-shadow: rgb(197, 32, 40) 1px 1px, rgb(197, 32, 40) 2px 2px, rgb(197, 32, 40) 3px 3px, rgb(198, 32, 40) 4px 4px, rgb(198, 32, 40) 5px 5px, rgb(198, 32, 40) 6px 6px, rgb(198, 32, 40) 7px 7px, rgb(199, 32, 40) 8px 8px, rgb(199, 32, 40) 9px 9px, rgb(199, 32, 40) 10px 10px, rgb(200, 32, 40) 11px 11px, rgb(200, 32, 40) 12px 12px, rgb(200, 32, 40) 13px 13px, rgb(200, 32, 40) 14px 14px, rgb(201, 32, 40) 15px 15px, rgb(201, 32, 40) 16px 16px, rgb(201, 32, 40) 17px 17px, rgb(201, 32, 40) 18px 18px, rgb(202, 32, 40) 19px 19px, rgb(202, 33, 41) 20px 20px, rgb(202, 33, 41) 21px 21px, rgb(203, 33, 41) 22px 22px, rgb(203, 33, 41) 23px 23px, rgb(203, 33, 41) 24px 24px, rgb(203, 33, 41) 25px 25px, rgb(204, 33, 41) 26px 26px, rgb(204, 33, 41) 27px 27px, rgb(204, 33, 41) 28px 28px, rgb(204, 33, 41) 29px 29px, rgb(205, 33, 41) 30px 30px, rgb(205, 33, 41) 31px 31px, rgb(205, 33, 41) 32px 32px, rgb(206, 33, 41) 33px 33px, rgb(206, 33, 41) 34px 34px, rgb(206, 33, 41) 35px 35px, rgb(206, 33, 41) 36px 36px, rgb(207, 33, 41) 37px 37px, rgb(207, 33, 41) 38px 38px, rgb(207, 33, 41) 39px 39px, rgb(208, 34, 42) 40px 40px, rgb(208, 34, 42) 41px 41px, rgb(208, 34, 42) 42px 42px, rgb(208, 34, 42) 43px 43px, rgb(209, 34, 42) 44px 44px, rgb(209, 34, 42) 45px 45px, rgb(209, 34, 42) 46px 46px, rgb(209, 34, 42) 47px 47px, rgb(210, 34, 42) 48px 48px, rgb(210, 34, 42) 49px 49px, rgb(210, 34, 42) 50px 50px, rgb(211, 34, 42) 51px 51px, rgb(211, 34, 42) 52px 52px, rgb(211, 34, 42) 53px 53px, rgb(211, 34, 42) 54px 54px, rgb(212, 34, 42) 55px 55px, rgb(212, 34, 42) 56px 56px, rgb(212, 34, 42) 57px 57px, rgb(212, 34, 42) 58px 58px, rgb(213, 34, 42) 59px 59px, rgb(213, 35, 43) 60px 60px, rgb(213, 35, 43) 61px 61px, rgb(214, 35, 43) 62px 62px, rgb(214, 35, 43) 63px 63px, rgb(214, 35, 43) 64px 64px, rgb(214, 35, 43) 65px 65px, rgb(215, 35, 43) 66px 66px, rgb(215, 35, 43) 67px 67px, rgb(215, 35, 43) 68px 68px, rgb(215, 35, 43) 69px 69px, rgb(216, 35, 43) 70px 70px, rgb(216, 35, 43) 71px 71px, rgb(216, 35, 43) 72px 72px, rgb(217, 35, 43) 73px 73px, rgb(217, 35, 43) 74px 74px, rgb(217, 35, 43) 75px 75px, rgb(217, 35, 43) 76px 76px, rgb(218, 35, 43) 77px 77px, rgb(218, 35, 43) 78px 78px, rgb(218, 35, 43) 79px 79px, rgb(219, 36, 44) 80px 80px
}

.azm-long-shadow.azm-reddit {
    text-shadow: rgb(230, 62, 0) 1px 1px, rgb(230, 62, 0) 2px 2px, rgb(230, 62, 0) 3px 3px, rgb(231, 62, 0) 4px 4px, rgb(231, 62, 0) 5px 5px, rgb(231, 62, 0) 6px 6px, rgb(232, 62, 0) 7px 7px, rgb(232, 62, 0) 8px 8px, rgb(232, 62, 0) 9px 9px, rgb(233, 62, 0) 10px 10px, rgb(233, 62, 0) 11px 11px, rgb(233, 63, 0) 12px 12px, rgb(234, 63, 0) 13px 13px, rgb(234, 63, 0) 14px 14px, rgb(234, 63, 0) 15px 15px, rgb(235, 63, 0) 16px 16px, rgb(235, 63, 0) 17px 17px, rgb(235, 63, 0) 18px 18px, rgb(235, 63, 0) 19px 19px, rgb(236, 63, 0) 20px 20px, rgb(236, 63, 0) 21px 21px, rgb(236, 63, 0) 22px 22px, rgb(237, 64, 0) 23px 23px, rgb(237, 64, 0) 24px 24px, rgb(237, 64, 0) 25px 25px, rgb(238, 64, 0) 26px 26px, rgb(238, 64, 0) 27px 27px, rgb(238, 64, 0) 28px 28px, rgb(239, 64, 0) 29px 29px, rgb(239, 64, 0) 30px 30px, rgb(239, 64, 0) 31px 31px, rgb(240, 64, 0) 32px 32px, rgb(240, 64, 0) 33px 33px, rgb(240, 64, 0) 34px 34px, rgb(240, 65, 0) 35px 35px, rgb(241, 65, 0) 36px 36px, rgb(241, 65, 0) 37px 37px, rgb(241, 65, 0) 38px 38px, rgb(242, 65, 0) 39px 39px, rgb(242, 65, 0) 40px 40px, rgb(242, 65, 0) 41px 41px, rgb(243, 65, 0) 42px 42px, rgb(243, 65, 0) 43px 43px, rgb(243, 65, 0) 44px 44px, rgb(244, 65, 0) 45px 45px, rgb(244, 66, 0) 46px 46px, rgb(244, 66, 0) 47px 47px, rgb(245, 66, 0) 48px 48px, rgb(245, 66, 0) 49px 49px, rgb(245, 66, 0) 50px 50px, rgb(245, 66, 0) 51px 51px, rgb(246, 66, 0) 52px 52px, rgb(246, 66, 0) 53px 53px, rgb(246, 66, 0) 54px 54px, rgb(247, 66, 0) 55px 55px, rgb(247, 66, 0) 56px 56px, rgb(247, 66, 0) 57px 57px, rgb(248, 67, 0) 58px 58px, rgb(248, 67, 0) 59px 59px, rgb(248, 67, 0) 60px 60px, rgb(249, 67, 0) 61px 61px, rgb(249, 67, 0) 62px 62px, rgb(249, 67, 0) 63px 63px, rgb(250, 67, 0) 64px 64px, rgb(250, 67, 0) 65px 65px, rgb(250, 67, 0) 66px 66px, rgb(250, 67, 0) 67px 67px, rgb(251, 67, 0) 68px 68px, rgb(251, 68, 0) 69px 69px, rgb(251, 68, 0) 70px 70px, rgb(252, 68, 0) 71px 71px, rgb(252, 68, 0) 72px 72px, rgb(252, 68, 0) 73px 73px, rgb(253, 68, 0) 74px 74px, rgb(253, 68, 0) 75px 75px, rgb(253, 68, 0) 76px 76px, rgb(254, 68, 0) 77px 77px, rgb(254, 68, 0) 78px 78px, rgb(254, 68, 0) 79px 79px, rgb(255, 69, 0) 80px 80px
}

.azm-long-shadow.azm-rss {
    text-shadow: rgb(227, 129, 77) 1px 1px, rgb(227, 129, 77) 2px 2px, rgb(227, 129, 77) 3px 3px, rgb(227, 129, 77) 4px 4px, rgb(227, 129, 77) 5px 5px, rgb(227, 129, 77) 6px 6px, rgb(227, 129, 77) 7px 7px, rgb(227, 129, 77) 8px 8px, rgb(227, 129, 77) 9px 9px, rgb(227, 129, 77) 10px 10px, rgb(227, 129, 77) 11px 11px, rgb(227, 129, 77) 12px 12px, rgb(227, 129, 77) 13px 13px, rgb(227, 129, 77) 14px 14px, rgb(227, 129, 77) 15px 15px, rgb(227, 129, 77) 16px 16px, rgb(227, 129, 77) 17px 17px, rgb(227, 129, 77) 18px 18px, rgb(227, 129, 77) 19px 19px, rgb(227, 129, 77) 20px 20px, rgb(227, 129, 77) 21px 21px, rgb(227, 129, 77) 22px 22px, rgb(227, 129, 77) 23px 23px, rgb(227, 129, 77) 24px 24px, rgb(227, 129, 77) 25px 25px, rgb(227, 129, 77) 26px 26px, rgb(227, 129, 77) 27px 27px, rgb(227, 129, 77) 28px 28px, rgb(227, 129, 77) 29px 29px, rgb(227, 129, 77) 30px 30px, rgb(227, 129, 77) 31px 31px, rgb(227, 129, 77) 32px 32px, rgb(227, 129, 77) 33px 33px, rgb(228, 129, 77) 34px 34px, rgb(228, 129, 77) 35px 35px, rgb(229, 130, 77) 36px 36px, rgb(229, 130, 77) 37px 37px, rgb(230, 130, 78) 38px 38px, rgb(230, 131, 78) 39px 39px, rgb(231, 131, 78) 40px 40px, rgb(231, 131, 78) 41px 41px, rgb(232, 131, 78) 42px 42px, rgb(232, 132, 78) 43px 43px, rgb(233, 132, 79) 44px 44px, rgb(233, 132, 79) 45px 45px, rgb(234, 133, 79) 46px 46px, rgb(234, 133, 79) 47px 47px, rgb(235, 133, 79) 48px 48px, rgb(235, 133, 79) 49px 49px, rgb(236, 134, 80) 50px 50px, rgb(236, 134, 80) 51px 51px, rgb(237, 134, 80) 52px 52px, rgb(237, 135, 80) 53px 53px, rgb(238, 135, 80) 54px 54px, rgb(238, 135, 80) 55px 55px, rgb(239, 136, 81) 56px 56px, rgb(240, 136, 81) 57px 57px, rgb(240, 136, 81) 58px 58px, rgb(241, 136, 81) 59px 59px, rgb(241, 137, 81) 60px 60px, rgb(242, 137, 81) 61px 61px, rgb(242, 137, 82) 62px 62px, rgb(243, 138, 82) 63px 63px, rgb(243, 138, 82) 64px 64px, rgb(244, 138, 82) 65px 65px, rgb(244, 138, 82) 66px 66px, rgb(245, 139, 82) 67px 67px, rgb(245, 139, 83) 68px 68px, rgb(246, 139, 83) 69px 69px, rgb(246, 140, 83) 70px 70px, rgb(247, 140, 83) 71px 71px, rgb(247, 140, 83) 72px 72px, rgb(248, 140, 83) 73px 73px, rgb(248, 141, 84) 74px 74px, rgb(249, 141, 84) 75px 75px, rgb(249, 141, 84) 76px 76px, rgb(250, 142, 84) 77px 77px, rgb(250, 142, 84) 78px 78px, rgb(251, 142, 84) 79px 79px, rgb(252, 143, 85) 80px 80px
}

.azm-long-shadow.azm-share {
    text-shadow: rgb(1, 131, 68) 1px 1px, rgb(1, 131, 68) 2px 2px, rgb(1, 131, 68) 3px 3px, rgb(1, 131, 68) 4px 4px, rgb(1, 131, 68) 5px 5px, rgb(1, 132, 68) 6px 6px, rgb(1, 132, 68) 7px 7px, rgb(1, 132, 68) 8px 8px, rgb(1, 132, 68) 9px 9px, rgb(1, 132, 68) 10px 10px, rgb(1, 133, 68) 11px 11px, rgb(1, 133, 69) 12px 12px, rgb(1, 133, 69) 13px 13px, rgb(1, 133, 69) 14px 14px, rgb(1, 133, 69) 15px 15px, rgb(1, 134, 69) 16px 16px, rgb(1, 134, 69) 17px 17px, rgb(1, 134, 69) 18px 18px, rgb(1, 134, 69) 19px 19px, rgb(1, 134, 69) 20px 20px, rgb(1, 134, 69) 21px 21px, rgb(1, 135, 69) 22px 22px, rgb(1, 135, 70) 23px 23px, rgb(1, 135, 70) 24px 24px, rgb(1, 135, 70) 25px 25px, rgb(1, 135, 70) 26px 26px, rgb(1, 136, 70) 27px 27px, rgb(1, 136, 70) 28px 28px, rgb(1, 136, 70) 29px 29px, rgb(1, 136, 70) 30px 30px, rgb(1, 136, 70) 31px 31px, rgb(1, 137, 70) 32px 32px, rgb(1, 137, 70) 33px 33px, rgb(1, 137, 70) 34px 34px, rgb(1, 137, 71) 35px 35px, rgb(1, 137, 71) 36px 36px, rgb(1, 137, 71) 37px 37px, rgb(1, 138, 71) 38px 38px, rgb(1, 138, 71) 39px 39px, rgb(1, 138, 71) 40px 40px, rgb(1, 138, 71) 41px 41px, rgb(1, 138, 71) 42px 42px, rgb(1, 139, 71) 43px 43px, rgb(1, 139, 71) 44px 44px, rgb(1, 139, 71) 45px 45px, rgb(1, 139, 72) 46px 46px, rgb(1, 139, 72) 47px 47px, rgb(1, 140, 72) 48px 48px, rgb(1, 140, 72) 49px 49px, rgb(1, 140, 72) 50px 50px, rgb(1, 140, 72) 51px 51px, rgb(1, 140, 72) 52px 52px, rgb(1, 140, 72) 53px 53px, rgb(1, 141, 72) 54px 54px, rgb(1, 141, 72) 55px 55px, rgb(1, 141, 72) 56px 56px, rgb(1, 141, 72) 57px 57px, rgb(1, 141, 73) 58px 58px, rgb(1, 142, 73) 59px 59px, rgb(1, 142, 73) 60px 60px, rgb(1, 142, 73) 61px 61px, rgb(1, 142, 73) 62px 62px, rgb(1, 142, 73) 63px 63px, rgb(1, 143, 73) 64px 64px, rgb(1, 143, 73) 65px 65px, rgb(1, 143, 73) 66px 66px, rgb(1, 143, 73) 67px 67px, rgb(1, 143, 73) 68px 68px, rgb(1, 143, 74) 69px 69px, rgb(1, 144, 74) 70px 70px, rgb(1, 144, 74) 71px 71px, rgb(1, 144, 74) 72px 72px, rgb(1, 144, 74) 73px 73px, rgb(1, 144, 74) 74px 74px, rgb(1, 145, 74) 75px 75px, rgb(1, 145, 74) 76px 76px, rgb(1, 145, 74) 77px 77px, rgb(1, 145, 74) 78px 78px, rgb(1, 145, 74) 79px 79px, rgb(1, 146, 75) 80px 80px
}

.azm-long-shadow.azm-skype {
    text-shadow: rgb(0, 158, 216) 1px 1px, rgb(0, 158, 216) 2px 2px, rgb(0, 158, 216) 3px 3px, rgb(0, 158, 217) 4px 4px, rgb(0, 159, 217) 5px 5px, rgb(0, 159, 217) 6px 6px, rgb(0, 159, 218) 7px 7px, rgb(0, 159, 218) 8px 8px, rgb(0, 159, 218) 9px 9px, rgb(0, 160, 219) 10px 10px, rgb(0, 160, 219) 11px 11px, rgb(0, 160, 219) 12px 12px, rgb(0, 160, 219) 13px 13px, rgb(0, 160, 220) 14px 14px, rgb(0, 161, 220) 15px 15px, rgb(0, 161, 220) 16px 16px, rgb(0, 161, 221) 17px 17px, rgb(0, 161, 221) 18px 18px, rgb(0, 162, 221) 19px 19px, rgb(0, 162, 222) 20px 20px, rgb(0, 162, 222) 21px 21px, rgb(0, 162, 222) 22px 22px, rgb(0, 162, 222) 23px 23px, rgb(0, 163, 223) 24px 24px, rgb(0, 163, 223) 25px 25px, rgb(0, 163, 223) 26px 26px, rgb(0, 163, 224) 27px 27px, rgb(0, 163, 224) 28px 28px, rgb(0, 164, 224) 29px 29px, rgb(0, 164, 225) 30px 30px, rgb(0, 164, 225) 31px 31px, rgb(0, 164, 225) 32px 32px, rgb(0, 165, 225) 33px 33px, rgb(0, 165, 226) 34px 34px, rgb(0, 165, 226) 35px 35px, rgb(0, 165, 226) 36px 36px, rgb(0, 165, 227) 37px 37px, rgb(0, 166, 227) 38px 38px, rgb(0, 166, 227) 39px 39px, rgb(0, 166, 228) 40px 40px, rgb(0, 166, 228) 41px 41px, rgb(0, 166, 228) 42px 42px, rgb(0, 167, 228) 43px 43px, rgb(0, 167, 229) 44px 44px, rgb(0, 167, 229) 45px 45px, rgb(0, 167, 229) 46px 46px, rgb(0, 167, 230) 47px 47px, rgb(0, 168, 230) 48px 48px, rgb(0, 168, 230) 49px 49px, rgb(0, 168, 231) 50px 50px, rgb(0, 168, 231) 51px 51px, rgb(0, 169, 231) 52px 52px, rgb(0, 169, 231) 53px 53px, rgb(0, 169, 232) 54px 54px, rgb(0, 169, 232) 55px 55px, rgb(0, 169, 232) 56px 56px, rgb(0, 170, 233) 57px 57px, rgb(0, 170, 233) 58px 58px, rgb(0, 170, 233) 59px 59px, rgb(0, 170, 234) 60px 60px, rgb(0, 170, 234) 61px 61px, rgb(0, 171, 234) 62px 62px, rgb(0, 171, 234) 63px 63px, rgb(0, 171, 235) 64px 64px, rgb(0, 171, 235) 65px 65px, rgb(0, 172, 235) 66px 66px, rgb(0, 172, 236) 67px 67px, rgb(0, 172, 236) 68px 68px, rgb(0, 172, 236) 69px 69px, rgb(0, 172, 237) 70px 70px, rgb(0, 173, 237) 71px 71px, rgb(0, 173, 237) 72px 72px, rgb(0, 173, 237) 73px 73px, rgb(0, 173, 238) 74px 74px, rgb(0, 173, 238) 75px 75px, rgb(0, 174, 238) 76px 76px, rgb(0, 174, 239) 77px 77px, rgb(0, 174, 239) 78px 78px, rgb(0, 174, 239) 79px 79px, rgb(0, 175, 240) 80px 80px
}

.azm-long-shadow.azm-slideshare {
    text-shadow: rgb(5, 109, 163) 1px 1px, rgb(5, 109, 163) 2px 2px, rgb(5, 109, 163) 3px 3px, rgb(5, 109, 163) 4px 4px, rgb(5, 109, 164) 5px 5px, rgb(5, 109, 164) 6px 6px, rgb(5, 110, 164) 7px 7px, rgb(5, 110, 164) 8px 8px, rgb(5, 110, 165) 9px 9px, rgb(5, 110, 165) 10px 10px, rgb(5, 110, 165) 11px 11px, rgb(5, 110, 165) 12px 12px, rgb(5, 110, 165) 13px 13px, rgb(5, 111, 166) 14px 14px, rgb(5, 111, 166) 15px 15px, rgb(5, 111, 166) 16px 16px, rgb(5, 111, 166) 17px 17px, rgb(5, 111, 167) 18px 18px, rgb(5, 111, 167) 19px 19px, rgb(5, 112, 167) 20px 20px, rgb(5, 112, 167) 21px 21px, rgb(5, 112, 167) 22px 22px, rgb(5, 112, 168) 23px 23px, rgb(5, 112, 168) 24px 24px, rgb(5, 112, 168) 25px 25px, rgb(5, 112, 168) 26px 26px, rgb(5, 113, 169) 27px 27px, rgb(5, 113, 169) 28px 28px, rgb(5, 113, 169) 29px 29px, rgb(5, 113, 169) 30px 30px, rgb(5, 113, 169) 31px 31px, rgb(5, 113, 170) 32px 32px, rgb(5, 113, 170) 33px 33px, rgb(5, 114, 170) 34px 34px, rgb(5, 114, 170) 35px 35px, rgb(5, 114, 171) 36px 36px, rgb(5, 114, 171) 37px 37px, rgb(5, 114, 171) 38px 38px, rgb(5, 114, 171) 39px 39px, rgb(5, 115, 172) 40px 40px, rgb(5, 115, 172) 41px 41px, rgb(5, 115, 172) 42px 42px, rgb(5, 115, 172) 43px 43px, rgb(5, 115, 172) 44px 44px, rgb(5, 115, 173) 45px 45px, rgb(5, 115, 173) 46px 46px, rgb(5, 116, 173) 47px 47px, rgb(5, 116, 173) 48px 48px, rgb(5, 116, 174) 49px 49px, rgb(5, 116, 174) 50px 50px, rgb(5, 116, 174) 51px 51px, rgb(5, 116, 174) 52px 52px, rgb(5, 116, 174) 53px 53px, rgb(5, 117, 175) 54px 54px, rgb(5, 117, 175) 55px 55px, rgb(5, 117, 175) 56px 56px, rgb(5, 117, 175) 57px 57px, rgb(5, 117, 176) 58px 58px, rgb(5, 117, 176) 59px 59px, rgb(5, 118, 176) 60px 60px, rgb(5, 118, 176) 61px 61px, rgb(5, 118, 176) 62px 62px, rgb(5, 118, 177) 63px 63px, rgb(5, 118, 177) 64px 64px, rgb(5, 118, 177) 65px 65px, rgb(5, 118, 177) 66px 66px, rgb(5, 119, 178) 67px 67px, rgb(5, 119, 178) 68px 68px, rgb(5, 119, 178) 69px 69px, rgb(5, 119, 178) 70px 70px, rgb(5, 119, 178) 71px 71px, rgb(5, 119, 179) 72px 72px, rgb(5, 119, 179) 73px 73px, rgb(5, 120, 179) 74px 74px, rgb(5, 120, 179) 75px 75px, rgb(5, 120, 180) 76px 76px, rgb(5, 120, 180) 77px 77px, rgb(5, 120, 180) 78px 78px, rgb(5, 120, 180) 79px 79px, rgb(6, 121, 181) 80px 80px
}

.azm-long-shadow.azm-soundcloud {
    text-shadow: rgb(230, 70, 0) 1px 1px, rgb(230, 70, 0) 2px 2px, rgb(230, 70, 0) 3px 3px, rgb(231, 70, 0) 4px 4px, rgb(231, 70, 0) 5px 5px, rgb(231, 70, 0) 6px 6px, rgb(232, 70, 0) 7px 7px, rgb(232, 70, 0) 8px 8px, rgb(232, 70, 0) 9px 9px, rgb(233, 71, 0) 10px 10px, rgb(233, 71, 0) 11px 11px, rgb(233, 71, 0) 12px 12px, rgb(234, 71, 0) 13px 13px, rgb(234, 71, 0) 14px 14px, rgb(234, 71, 0) 15px 15px, rgb(235, 71, 0) 16px 16px, rgb(235, 71, 0) 17px 17px, rgb(235, 71, 0) 18px 18px, rgb(235, 71, 0) 19px 19px, rgb(236, 72, 0) 20px 20px, rgb(236, 72, 0) 21px 21px, rgb(236, 72, 0) 22px 22px, rgb(237, 72, 0) 23px 23px, rgb(237, 72, 0) 24px 24px, rgb(237, 72, 0) 25px 25px, rgb(238, 72, 0) 26px 26px, rgb(238, 72, 0) 27px 27px, rgb(238, 72, 0) 28px 28px, rgb(239, 72, 0) 29px 29px, rgb(239, 73, 0) 30px 30px, rgb(239, 73, 0) 31px 31px, rgb(240, 73, 0) 32px 32px, rgb(240, 73, 0) 33px 33px, rgb(240, 73, 0) 34px 34px, rgb(240, 73, 0) 35px 35px, rgb(241, 73, 0) 36px 36px, rgb(241, 73, 0) 37px 37px, rgb(241, 73, 0) 38px 38px, rgb(242, 73, 0) 39px 39px, rgb(242, 74, 0) 40px 40px, rgb(242, 74, 0) 41px 41px, rgb(243, 74, 0) 42px 42px, rgb(243, 74, 0) 43px 43px, rgb(243, 74, 0) 44px 44px, rgb(244, 74, 0) 45px 45px, rgb(244, 74, 0) 46px 46px, rgb(244, 74, 0) 47px 47px, rgb(245, 74, 0) 48px 48px, rgb(245, 74, 0) 49px 49px, rgb(245, 75, 0) 50px 50px, rgb(245, 75, 0) 51px 51px, rgb(246, 75, 0) 52px 52px, rgb(246, 75, 0) 53px 53px, rgb(246, 75, 0) 54px 54px, rgb(247, 75, 0) 55px 55px, rgb(247, 75, 0) 56px 56px, rgb(247, 75, 0) 57px 57px, rgb(248, 75, 0) 58px 58px, rgb(248, 75, 0) 59px 59px, rgb(248, 76, 0) 60px 60px, rgb(249, 76, 0) 61px 61px, rgb(249, 76, 0) 62px 62px, rgb(249, 76, 0) 63px 63px, rgb(250, 76, 0) 64px 64px, rgb(250, 76, 0) 65px 65px, rgb(250, 76, 0) 66px 66px, rgb(250, 76, 0) 67px 67px, rgb(251, 76, 0) 68px 68px, rgb(251, 76, 0) 69px 69px, rgb(251, 77, 0) 70px 70px, rgb(252, 77, 0) 71px 71px, rgb(252, 77, 0) 72px 72px, rgb(252, 77, 0) 73px 73px, rgb(253, 77, 0) 74px 74px, rgb(253, 77, 0) 75px 75px, rgb(253, 77, 0) 76px 76px, rgb(254, 77, 0) 77px 77px, rgb(254, 77, 0) 78px 78px, rgb(254, 77, 0) 79px 79px, rgb(255, 78, 0) 80px 80px
}

.azm-long-shadow.azm-spotify {
    text-shadow: rgb(119, 170, 0) 1px 1px, rgb(119, 170, 0) 2px 2px, rgb(119, 170, 0) 3px 3px, rgb(119, 170, 0) 4px 4px, rgb(119, 171, 0) 5px 5px, rgb(119, 171, 0) 6px 6px, rgb(120, 171, 0) 7px 7px, rgb(120, 171, 0) 8px 8px, rgb(120, 172, 0) 9px 9px, rgb(120, 172, 0) 10px 10px, rgb(120, 172, 0) 11px 11px, rgb(120, 172, 0) 12px 12px, rgb(121, 173, 0) 13px 13px, rgb(121, 173, 0) 14px 14px, rgb(121, 173, 0) 15px 15px, rgb(121, 173, 0) 16px 16px, rgb(121, 174, 0) 17px 17px, rgb(121, 174, 0) 18px 18px, rgb(122, 174, 0) 19px 19px, rgb(122, 174, 0) 20px 20px, rgb(122, 174, 0) 21px 21px, rgb(122, 175, 0) 22px 22px, rgb(122, 175, 0) 23px 23px, rgb(122, 175, 0) 24px 24px, rgb(123, 175, 0) 25px 25px, rgb(123, 176, 0) 26px 26px, rgb(123, 176, 0) 27px 27px, rgb(123, 176, 0) 28px 28px, rgb(123, 176, 0) 29px 29px, rgb(123, 177, 0) 30px 30px, rgb(124, 177, 0) 31px 31px, rgb(124, 177, 0) 32px 32px, rgb(124, 177, 0) 33px 33px, rgb(124, 178, 0) 34px 34px, rgb(124, 178, 0) 35px 35px, rgb(124, 178, 0) 36px 36px, rgb(125, 178, 0) 37px 37px, rgb(125, 179, 0) 38px 38px, rgb(125, 179, 0) 39px 39px, rgb(125, 179, 0) 40px 40px, rgb(125, 179, 0) 41px 41px, rgb(125, 179, 0) 42px 42px, rgb(125, 180, 0) 43px 43px, rgb(126, 180, 0) 44px 44px, rgb(126, 180, 0) 45px 45px, rgb(126, 180, 0) 46px 46px, rgb(126, 181, 0) 47px 47px, rgb(126, 181, 0) 48px 48px, rgb(126, 181, 0) 49px 49px, rgb(127, 181, 0) 50px 50px, rgb(127, 182, 0) 51px 51px, rgb(127, 182, 0) 52px 52px, rgb(127, 182, 0) 53px 53px, rgb(127, 182, 0) 54px 54px, rgb(127, 183, 0) 55px 55px, rgb(128, 183, 0) 56px 56px, rgb(128, 183, 0) 57px 57px, rgb(128, 183, 0) 58px 58px, rgb(128, 184, 0) 59px 59px, rgb(128, 184, 0) 60px 60px, rgb(128, 184, 0) 61px 61px, rgb(129, 184, 0) 62px 62px, rgb(129, 184, 0) 63px 63px, rgb(129, 185, 0) 64px 64px, rgb(129, 185, 0) 65px 65px, rgb(129, 185, 0) 66px 66px, rgb(129, 185, 0) 67px 67px, rgb(130, 186, 0) 68px 68px, rgb(130, 186, 0) 69px 69px, rgb(130, 186, 0) 70px 70px, rgb(130, 186, 0) 71px 71px, rgb(130, 187, 0) 72px 72px, rgb(130, 187, 0) 73px 73px, rgb(131, 187, 0) 74px 74px, rgb(131, 187, 0) 75px 75px, rgb(131, 188, 0) 76px 76px, rgb(131, 188, 0) 77px 77px, rgb(131, 188, 0) 78px 78px, rgb(131, 188, 0) 79px 79px, rgb(132, 189, 0) 80px 80px
}

.azm-long-shadow.azm-stack-exchange {
    text-shadow: rgb(49, 100, 161) 1px 1px, rgb(49, 100, 161) 2px 2px, rgb(49, 100, 161) 3px 3px, rgb(49, 100, 161) 4px 4px, rgb(49, 100, 162) 5px 5px, rgb(49, 100, 162) 6px 6px, rgb(49, 100, 162) 7px 7px, rgb(49, 101, 162) 8px 8px, rgb(49, 101, 163) 9px 9px, rgb(49, 101, 163) 10px 10px, rgb(49, 101, 163) 11px 11px, rgb(49, 101, 163) 12px 12px, rgb(49, 101, 163) 13px 13px, rgb(49, 101, 164) 14px 14px, rgb(49, 102, 164) 15px 15px, rgb(50, 102, 164) 16px 16px, rgb(50, 102, 164) 17px 17px, rgb(50, 102, 165) 18px 18px, rgb(50, 102, 165) 19px 19px, rgb(50, 102, 165) 20px 20px, rgb(50, 102, 165) 21px 21px, rgb(50, 103, 165) 22px 22px, rgb(50, 103, 166) 23px 23px, rgb(50, 103, 166) 24px 24px, rgb(50, 103, 166) 25px 25px, rgb(50, 103, 166) 26px 26px, rgb(50, 103, 167) 27px 27px, rgb(50, 103, 167) 28px 28px, rgb(50, 103, 167) 29px 29px, rgb(50, 104, 167) 30px 30px, rgb(50, 104, 167) 31px 31px, rgb(51, 104, 168) 32px 32px, rgb(51, 104, 168) 33px 33px, rgb(51, 104, 168) 34px 34px, rgb(51, 104, 168) 35px 35px, rgb(51, 104, 169) 36px 36px, rgb(51, 105, 169) 37px 37px, rgb(51, 105, 169) 38px 38px, rgb(51, 105, 169) 39px 39px, rgb(51, 105, 170) 40px 40px, rgb(51, 105, 170) 41px 41px, rgb(51, 105, 170) 42px 42px, rgb(51, 105, 170) 43px 43px, rgb(51, 106, 170) 44px 44px, rgb(51, 106, 171) 45px 45px, rgb(51, 106, 171) 46px 46px, rgb(51, 106, 171) 47px 47px, rgb(52, 106, 171) 48px 48px, rgb(52, 106, 172) 49px 49px, rgb(52, 106, 172) 50px 50px, rgb(52, 107, 172) 51px 51px, rgb(52, 107, 172) 52px 52px, rgb(52, 107, 172) 53px 53px, rgb(52, 107, 173) 54px 54px, rgb(52, 107, 173) 55px 55px, rgb(52, 107, 173) 56px 56px, rgb(52, 107, 173) 57px 57px, rgb(52, 107, 174) 58px 58px, rgb(52, 108, 174) 59px 59px, rgb(52, 108, 174) 60px 60px, rgb(52, 108, 174) 61px 61px, rgb(52, 108, 174) 62px 62px, rgb(52, 108, 175) 63px 63px, rgb(53, 108, 175) 64px 64px, rgb(53, 108, 175) 65px 65px, rgb(53, 109, 175) 66px 66px, rgb(53, 109, 176) 67px 67px, rgb(53, 109, 176) 68px 68px, rgb(53, 109, 176) 69px 69px, rgb(53, 109, 176) 70px 70px, rgb(53, 109, 176) 71px 71px, rgb(53, 109, 177) 72px 72px, rgb(53, 110, 177) 73px 73px, rgb(53, 110, 177) 74px 74px, rgb(53, 110, 177) 75px 75px, rgb(53, 110, 178) 76px 76px, rgb(53, 110, 178) 77px 77px, rgb(53, 110, 178) 78px 78px, rgb(53, 110, 178) 79px 79px, rgb(54, 111, 179) 80px 80px
}

.azm-long-shadow.azm-stack-overflow {
    text-shadow: rgb(0, 107, 184) 1px 1px, rgb(0, 107, 184) 2px 2px, rgb(0, 107, 184) 3px 3px, rgb(0, 107, 185) 4px 4px, rgb(0, 107, 185) 5px 5px, rgb(0, 107, 185) 6px 6px, rgb(0, 108, 185) 7px 7px, rgb(0, 108, 186) 8px 8px, rgb(0, 108, 186) 9px 9px, rgb(0, 108, 186) 10px 10px, rgb(0, 108, 186) 11px 11px, rgb(0, 108, 187) 12px 12px, rgb(0, 108, 187) 13px 13px, rgb(0, 109, 187) 14px 14px, rgb(0, 109, 187) 15px 15px, rgb(0, 109, 188) 16px 16px, rgb(0, 109, 188) 17px 17px, rgb(0, 109, 188) 18px 18px, rgb(0, 109, 188) 19px 19px, rgb(0, 110, 189) 20px 20px, rgb(0, 110, 189) 21px 21px, rgb(0, 110, 189) 22px 22px, rgb(0, 110, 189) 23px 23px, rgb(0, 110, 190) 24px 24px, rgb(0, 110, 190) 25px 25px, rgb(0, 110, 190) 26px 26px, rgb(0, 111, 190) 27px 27px, rgb(0, 111, 191) 28px 28px, rgb(0, 111, 191) 29px 29px, rgb(0, 111, 191) 30px 30px, rgb(0, 111, 191) 31px 31px, rgb(0, 111, 192) 32px 32px, rgb(0, 111, 192) 33px 33px, rgb(0, 112, 192) 34px 34px, rgb(0, 112, 192) 35px 35px, rgb(0, 112, 193) 36px 36px, rgb(0, 112, 193) 37px 37px, rgb(0, 112, 193) 38px 38px, rgb(0, 112, 193) 39px 39px, rgb(0, 113, 194) 40px 40px, rgb(0, 113, 194) 41px 41px, rgb(0, 113, 194) 42px 42px, rgb(0, 113, 194) 43px 43px, rgb(0, 113, 195) 44px 44px, rgb(0, 113, 195) 45px 45px, rgb(0, 113, 195) 46px 46px, rgb(0, 114, 195) 47px 47px, rgb(0, 114, 196) 48px 48px, rgb(0, 114, 196) 49px 49px, rgb(0, 114, 196) 50px 50px, rgb(0, 114, 196) 51px 51px, rgb(0, 114, 197) 52px 52px, rgb(0, 114, 197) 53px 53px, rgb(0, 115, 197) 54px 54px, rgb(0, 115, 197) 55px 55px, rgb(0, 115, 198) 56px 56px, rgb(0, 115, 198) 57px 57px, rgb(0, 115, 198) 58px 58px, rgb(0, 115, 198) 59px 59px, rgb(0, 116, 199) 60px 60px, rgb(0, 116, 199) 61px 61px, rgb(0, 116, 199) 62px 62px, rgb(0, 116, 199) 63px 63px, rgb(0, 116, 200) 64px 64px, rgb(0, 116, 200) 65px 65px, rgb(0, 116, 200) 66px 66px, rgb(0, 117, 200) 67px 67px, rgb(0, 117, 201) 68px 68px, rgb(0, 117, 201) 69px 69px, rgb(0, 117, 201) 70px 70px, rgb(0, 117, 201) 71px 71px, rgb(0, 117, 202) 72px 72px, rgb(0, 117, 202) 73px 73px, rgb(0, 118, 202) 74px 74px, rgb(0, 118, 202) 75px 75px, rgb(0, 118, 203) 76px 76px, rgb(0, 118, 203) 77px 77px, rgb(0, 118, 203) 78px 78px, rgb(0, 118, 203) 79px 79px, rgb(0, 119, 204) 80px 80px
}

.azm-long-shadow.azm-stumbleupon {
    text-shadow: rgb(211, 68, 32) 1px 1px, rgb(211, 68, 32) 2px 2px, rgb(211, 68, 32) 3px 3px, rgb(212, 68, 32) 4px 4px, rgb(212, 68, 32) 5px 5px, rgb(212, 68, 32) 6px 6px, rgb(213, 68, 32) 7px 7px, rgb(213, 68, 32) 8px 8px, rgb(213, 68, 32) 9px 9px, rgb(213, 68, 32) 10px 10px, rgb(214, 68, 32) 11px 11px, rgb(214, 69, 32) 12px 12px, rgb(214, 69, 32) 13px 13px, rgb(215, 69, 32) 14px 14px, rgb(215, 69, 32) 15px 15px, rgb(215, 69, 32) 16px 16px, rgb(215, 69, 32) 17px 17px, rgb(216, 69, 32) 18px 18px, rgb(216, 69, 32) 19px 19px, rgb(216, 69, 33) 20px 20px, rgb(217, 69, 33) 21px 21px, rgb(217, 69, 33) 22px 22px, rgb(217, 70, 33) 23px 23px, rgb(217, 70, 33) 24px 24px, rgb(218, 70, 33) 25px 25px, rgb(218, 70, 33) 26px 26px, rgb(218, 70, 33) 27px 27px, rgb(219, 70, 33) 28px 28px, rgb(219, 70, 33) 29px 29px, rgb(219, 70, 33) 30px 30px, rgb(219, 70, 33) 31px 31px, rgb(220, 70, 33) 32px 32px, rgb(220, 70, 33) 33px 33px, rgb(220, 70, 33) 34px 34px, rgb(221, 71, 33) 35px 35px, rgb(221, 71, 33) 36px 36px, rgb(221, 71, 33) 37px 37px, rgb(221, 71, 33) 38px 38px, rgb(222, 71, 33) 39px 39px, rgb(222, 71, 34) 40px 40px, rgb(222, 71, 34) 41px 41px, rgb(223, 71, 34) 42px 42px, rgb(223, 71, 34) 43px 43px, rgb(223, 71, 34) 44px 44px, rgb(223, 71, 34) 45px 45px, rgb(224, 72, 34) 46px 46px, rgb(224, 72, 34) 47px 47px, rgb(224, 72, 34) 48px 48px, rgb(225, 72, 34) 49px 49px, rgb(225, 72, 34) 50px 50px, rgb(225, 72, 34) 51px 51px, rgb(225, 72, 34) 52px 52px, rgb(226, 72, 34) 53px 53px, rgb(226, 72, 34) 54px 54px, rgb(226, 72, 34) 55px 55px, rgb(227, 72, 34) 56px 56px, rgb(227, 72, 34) 57px 57px, rgb(227, 73, 34) 58px 58px, rgb(227, 73, 34) 59px 59px, rgb(228, 73, 35) 60px 60px, rgb(228, 73, 35) 61px 61px, rgb(228, 73, 35) 62px 62px, rgb(229, 73, 35) 63px 63px, rgb(229, 73, 35) 64px 64px, rgb(229, 73, 35) 65px 65px, rgb(229, 73, 35) 66px 66px, rgb(230, 73, 35) 67px 67px, rgb(230, 73, 35) 68px 68px, rgb(230, 74, 35) 69px 69px, rgb(231, 74, 35) 70px 70px, rgb(231, 74, 35) 71px 71px, rgb(231, 74, 35) 72px 72px, rgb(231, 74, 35) 73px 73px, rgb(232, 74, 35) 74px 74px, rgb(232, 74, 35) 75px 75px, rgb(232, 74, 35) 76px 76px, rgb(233, 74, 35) 77px 77px, rgb(233, 74, 35) 78px 78px, rgb(233, 74, 35) 79px 79px, rgb(234, 75, 36) 80px 80px
}

.azm-long-shadow.azm-trello {
    text-shadow: rgb(2, 95, 150) 1px 1px, rgb(2, 95, 150) 2px 2px, rgb(2, 95, 150) 3px 3px, rgb(2, 95, 150) 4px 4px, rgb(2, 95, 151) 5px 5px, rgb(2, 95, 151) 6px 6px, rgb(2, 95, 151) 7px 7px, rgb(2, 96, 151) 8px 8px, rgb(2, 96, 151) 9px 9px, rgb(2, 96, 152) 10px 10px, rgb(2, 96, 152) 11px 11px, rgb(2, 96, 152) 12px 12px, rgb(2, 96, 152) 13px 13px, rgb(2, 96, 152) 14px 14px, rgb(2, 97, 153) 15px 15px, rgb(2, 97, 153) 16px 16px, rgb(2, 97, 153) 17px 17px, rgb(2, 97, 153) 18px 18px, rgb(2, 97, 154) 19px 19px, rgb(2, 97, 154) 20px 20px, rgb(2, 97, 154) 21px 21px, rgb(2, 98, 154) 22px 22px, rgb(2, 98, 154) 23px 23px, rgb(2, 98, 155) 24px 24px, rgb(2, 98, 155) 25px 25px, rgb(2, 98, 155) 26px 26px, rgb(2, 98, 155) 27px 27px, rgb(2, 98, 155) 28px 28px, rgb(2, 98, 156) 29px 29px, rgb(2, 99, 156) 30px 30px, rgb(2, 99, 156) 31px 31px, rgb(2, 99, 156) 32px 32px, rgb(2, 99, 157) 33px 33px, rgb(2, 99, 157) 34px 34px, rgb(2, 99, 157) 35px 35px, rgb(2, 99, 157) 36px 36px, rgb(2, 100, 157) 37px 37px, rgb(2, 100, 158) 38px 38px, rgb(2, 100, 158) 39px 39px, rgb(2, 100, 158) 40px 40px, rgb(2, 100, 158) 41px 41px, rgb(2, 100, 158) 42px 42px, rgb(2, 100, 159) 43px 43px, rgb(2, 101, 159) 44px 44px, rgb(2, 101, 159) 45px 45px, rgb(2, 101, 159) 46px 46px, rgb(2, 101, 159) 47px 47px, rgb(2, 101, 160) 48px 48px, rgb(2, 101, 160) 49px 49px, rgb(2, 101, 160) 50px 50px, rgb(2, 102, 160) 51px 51px, rgb(2, 102, 161) 52px 52px, rgb(2, 102, 161) 53px 53px, rgb(2, 102, 161) 54px 54px, rgb(2, 102, 161) 55px 55px, rgb(2, 102, 161) 56px 56px, rgb(2, 102, 162) 57px 57px, rgb(2, 102, 162) 58px 58px, rgb(2, 103, 162) 59px 59px, rgb(2, 103, 162) 60px 60px, rgb(2, 103, 162) 61px 61px, rgb(2, 103, 163) 62px 62px, rgb(2, 103, 163) 63px 63px, rgb(2, 103, 163) 64px 64px, rgb(2, 103, 163) 65px 65px, rgb(2, 104, 164) 66px 66px, rgb(2, 104, 164) 67px 67px, rgb(2, 104, 164) 68px 68px, rgb(2, 104, 164) 69px 69px, rgb(2, 104, 164) 70px 70px, rgb(2, 104, 165) 71px 71px, rgb(2, 104, 165) 72px 72px, rgb(2, 105, 165) 73px 73px, rgb(2, 105, 165) 74px 74px, rgb(2, 105, 165) 75px 75px, rgb(2, 105, 166) 76px 76px, rgb(2, 105, 166) 77px 77px, rgb(2, 105, 166) 78px 78px, rgb(2, 105, 166) 79px 79px, rgb(2, 106, 167) 80px 80px
}

.azm-long-shadow.azm-tumblr {
    text-shadow: rgb(40, 64, 88) 1px 1px, rgb(40, 64, 88) 2px 2px, rgb(40, 64, 88) 3px 3px, rgb(40, 64, 88) 4px 4px, rgb(40, 64, 88) 5px 5px, rgb(40, 64, 88) 6px 6px, rgb(40, 64, 88) 7px 7px, rgb(40, 64, 89) 8px 8px, rgb(40, 64, 89) 9px 9px, rgb(40, 64, 89) 10px 10px, rgb(40, 64, 89) 11px 11px, rgb(40, 65, 89) 12px 12px, rgb(40, 65, 89) 13px 13px, rgb(40, 65, 89) 14px 14px, rgb(40, 65, 89) 15px 15px, rgb(40, 65, 90) 16px 16px, rgb(40, 65, 90) 17px 17px, rgb(40, 65, 90) 18px 18px, rgb(40, 65, 90) 19px 19px, rgb(41, 65, 90) 20px 20px, rgb(41, 65, 90) 21px 21px, rgb(41, 65, 90) 22px 22px, rgb(41, 66, 90) 23px 23px, rgb(41, 66, 91) 24px 24px, rgb(41, 66, 91) 25px 25px, rgb(41, 66, 91) 26px 26px, rgb(41, 66, 91) 27px 27px, rgb(41, 66, 91) 28px 28px, rgb(41, 66, 91) 29px 29px, rgb(41, 66, 91) 30px 30px, rgb(41, 66, 91) 31px 31px, rgb(41, 66, 92) 32px 32px, rgb(41, 66, 92) 33px 33px, rgb(41, 66, 92) 34px 34px, rgb(41, 67, 92) 35px 35px, rgb(41, 67, 92) 36px 36px, rgb(41, 67, 92) 37px 37px, rgb(41, 67, 92) 38px 38px, rgb(41, 67, 92) 39px 39px, rgb(42, 67, 93) 40px 40px, rgb(42, 67, 93) 41px 41px, rgb(42, 67, 93) 42px 42px, rgb(42, 67, 93) 43px 43px, rgb(42, 67, 93) 44px 44px, rgb(42, 67, 93) 45px 45px, rgb(42, 68, 93) 46px 46px, rgb(42, 68, 93) 47px 47px, rgb(42, 68, 94) 48px 48px, rgb(42, 68, 94) 49px 49px, rgb(42, 68, 94) 50px 50px, rgb(42, 68, 94) 51px 51px, rgb(42, 68, 94) 52px 52px, rgb(42, 68, 94) 53px 53px, rgb(42, 68, 94) 54px 54px, rgb(42, 68, 94) 55px 55px, rgb(42, 68, 95) 56px 56px, rgb(42, 68, 95) 57px 57px, rgb(42, 69, 95) 58px 58px, rgb(42, 69, 95) 59px 59px, rgb(43, 69, 95) 60px 60px, rgb(43, 69, 95) 61px 61px, rgb(43, 69, 95) 62px 62px, rgb(43, 69, 95) 63px 63px, rgb(43, 69, 96) 64px 64px, rgb(43, 69, 96) 65px 65px, rgb(43, 69, 96) 66px 66px, rgb(43, 69, 96) 67px 67px, rgb(43, 69, 96) 68px 68px, rgb(43, 70, 96) 69px 69px, rgb(43, 70, 96) 70px 70px, rgb(43, 70, 96) 71px 71px, rgb(43, 70, 97) 72px 72px, rgb(43, 70, 97) 73px 73px, rgb(43, 70, 97) 74px 74px, rgb(43, 70, 97) 75px 75px, rgb(43, 70, 97) 76px 76px, rgb(43, 70, 97) 77px 77px, rgb(43, 70, 97) 78px 78px, rgb(43, 70, 97) 79px 79px, rgb(44, 71, 98) 80px 80px
}

.azm-long-shadow.azm-twitter {
    text-shadow: rgb(77, 155, 214) 1px 1px, rgb(77, 155, 214) 2px 2px, rgb(77, 155, 214) 3px 3px, rgb(77, 155, 215) 4px 4px, rgb(77, 156, 215) 5px 5px, rgb(77, 156, 215) 6px 6px, rgb(77, 156, 216) 7px 7px, rgb(77, 156, 216) 8px 8px, rgb(77, 156, 216) 9px 9px, rgb(78, 157, 217) 10px 10px, rgb(78, 157, 217) 11px 11px, rgb(78, 157, 217) 12px 12px, rgb(78, 157, 217) 13px 13px, rgb(78, 157, 218) 14px 14px, rgb(78, 158, 218) 15px 15px, rgb(78, 158, 218) 16px 16px, rgb(78, 158, 219) 17px 17px, rgb(78, 158, 219) 18px 18px, rgb(78, 159, 219) 19px 19px, rgb(79, 159, 220) 20px 20px, rgb(79, 159, 220) 21px 21px, rgb(79, 159, 220) 22px 22px, rgb(79, 159, 220) 23px 23px, rgb(79, 160, 221) 24px 24px, rgb(79, 160, 221) 25px 25px, rgb(79, 160, 221) 26px 26px, rgb(79, 160, 222) 27px 27px, rgb(79, 160, 222) 28px 28px, rgb(79, 161, 222) 29px 29px, rgb(80, 161, 223) 30px 30px, rgb(80, 161, 223) 31px 31px, rgb(80, 161, 223) 32px 32px, rgb(80, 162, 223) 33px 33px, rgb(80, 162, 224) 34px 34px, rgb(80, 162, 224) 35px 35px, rgb(80, 162, 224) 36px 36px, rgb(80, 162, 225) 37px 37px, rgb(80, 163, 225) 38px 38px, rgb(80, 163, 225) 39px 39px, rgb(81, 163, 226) 40px 40px, rgb(81, 163, 226) 41px 41px, rgb(81, 163, 226) 42px 42px, rgb(81, 164, 226) 43px 43px, rgb(81, 164, 227) 44px 44px, rgb(81, 164, 227) 45px 45px, rgb(81, 164, 227) 46px 46px, rgb(81, 164, 228) 47px 47px, rgb(81, 165, 228) 48px 48px, rgb(81, 165, 228) 49px 49px, rgb(82, 165, 229) 50px 50px, rgb(82, 165, 229) 51px 51px, rgb(82, 166, 229) 52px 52px, rgb(82, 166, 229) 53px 53px, rgb(82, 166, 230) 54px 54px, rgb(82, 166, 230) 55px 55px, rgb(82, 166, 230) 56px 56px, rgb(82, 167, 231) 57px 57px, rgb(82, 167, 231) 58px 58px, rgb(82, 167, 231) 59px 59px, rgb(83, 167, 232) 60px 60px, rgb(83, 167, 232) 61px 61px, rgb(83, 168, 232) 62px 62px, rgb(83, 168, 232) 63px 63px, rgb(83, 168, 233) 64px 64px, rgb(83, 168, 233) 65px 65px, rgb(83, 169, 233) 66px 66px, rgb(83, 169, 234) 67px 67px, rgb(83, 169, 234) 68px 68px, rgb(83, 169, 234) 69px 69px, rgb(84, 169, 235) 70px 70px, rgb(84, 170, 235) 71px 71px, rgb(84, 170, 235) 72px 72px, rgb(84, 170, 235) 73px 73px, rgb(84, 170, 236) 74px 74px, rgb(84, 170, 236) 75px 75px, rgb(84, 171, 236) 76px 76px, rgb(84, 171, 237) 77px 77px, rgb(84, 171, 237) 78px 78px, rgb(84, 171, 237) 79px 79px, rgb(85, 172, 238) 80px 80px
}

.azm-long-shadow.azm-vimeo {
    text-shadow: rgb(61, 168, 230) 1px 1px, rgb(61, 168, 230) 2px 2px, rgb(61, 168, 230) 3px 3px, rgb(61, 168, 231) 4px 4px, rgb(61, 169, 231) 5px 5px, rgb(61, 169, 231) 6px 6px, rgb(61, 169, 232) 7px 7px, rgb(61, 169, 232) 8px 8px, rgb(61, 170, 232) 9px 9px, rgb(61, 170, 233) 10px 10px, rgb(61, 170, 233) 11px 11px, rgb(62, 170, 233) 12px 12px, rgb(62, 171, 234) 13px 13px, rgb(62, 171, 234) 14px 14px, rgb(62, 171, 234) 15px 15px, rgb(62, 171, 235) 16px 16px, rgb(62, 172, 235) 17px 17px, rgb(62, 172, 235) 18px 18px, rgb(62, 172, 235) 19px 19px, rgb(62, 172, 236) 20px 20px, rgb(62, 172, 236) 21px 21px, rgb(62, 173, 236) 22px 22px, rgb(63, 173, 237) 23px 23px, rgb(63, 173, 237) 24px 24px, rgb(63, 173, 237) 25px 25px, rgb(63, 174, 238) 26px 26px, rgb(63, 174, 238) 27px 27px, rgb(63, 174, 238) 28px 28px, rgb(63, 174, 239) 29px 29px, rgb(63, 175, 239) 30px 30px, rgb(63, 175, 239) 31px 31px, rgb(63, 175, 240) 32px 32px, rgb(63, 175, 240) 33px 33px, rgb(63, 176, 240) 34px 34px, rgb(64, 176, 240) 35px 35px, rgb(64, 176, 241) 36px 36px, rgb(64, 176, 241) 37px 37px, rgb(64, 177, 241) 38px 38px, rgb(64, 177, 242) 39px 39px, rgb(64, 177, 242) 40px 40px, rgb(64, 177, 242) 41px 41px, rgb(64, 177, 243) 42px 42px, rgb(64, 178, 243) 43px 43px, rgb(64, 178, 243) 44px 44px, rgb(64, 178, 244) 45px 45px, rgb(65, 178, 244) 46px 46px, rgb(65, 179, 244) 47px 47px, rgb(65, 179, 245) 48px 48px, rgb(65, 179, 245) 49px 49px, rgb(65, 179, 245) 50px 50px, rgb(65, 180, 245) 51px 51px, rgb(65, 180, 246) 52px 52px, rgb(65, 180, 246) 53px 53px, rgb(65, 180, 246) 54px 54px, rgb(65, 181, 247) 55px 55px, rgb(65, 181, 247) 56px 56px, rgb(65, 181, 247) 57px 57px, rgb(66, 181, 248) 58px 58px, rgb(66, 182, 248) 59px 59px, rgb(66, 182, 248) 60px 60px, rgb(66, 182, 249) 61px 61px, rgb(66, 182, 249) 62px 62px, rgb(66, 182, 249) 63px 63px, rgb(66, 183, 250) 64px 64px, rgb(66, 183, 250) 65px 65px, rgb(66, 183, 250) 66px 66px, rgb(66, 183, 250) 67px 67px, rgb(66, 184, 251) 68px 68px, rgb(67, 184, 251) 69px 69px, rgb(67, 184, 251) 70px 70px, rgb(67, 184, 252) 71px 71px, rgb(67, 185, 252) 72px 72px, rgb(67, 185, 252) 73px 73px, rgb(67, 185, 253) 74px 74px, rgb(67, 185, 253) 75px 75px, rgb(67, 186, 253) 76px 76px, rgb(67, 186, 254) 77px 77px, rgb(67, 186, 254) 78px 78px, rgb(67, 186, 254) 79px 79px, rgb(68, 187, 255) 80px 80px
}

.azm-long-shadow.azm-vine {
    text-shadow: rgb(0, 172, 129) 1px 1px, rgb(0, 172, 129) 2px 2px, rgb(0, 172, 129) 3px 3px, rgb(0, 172, 129) 4px 4px, rgb(0, 173, 129) 5px 5px, rgb(0, 173, 130) 6px 6px, rgb(0, 173, 130) 7px 7px, rgb(0, 173, 130) 8px 8px, rgb(0, 174, 130) 9px 9px, rgb(0, 174, 130) 10px 10px, rgb(0, 174, 130) 11px 11px, rgb(0, 174, 131) 12px 12px, rgb(0, 175, 131) 13px 13px, rgb(0, 175, 131) 14px 14px, rgb(0, 175, 131) 15px 15px, rgb(0, 175, 131) 16px 16px, rgb(0, 176, 131) 17px 17px, rgb(0, 176, 132) 18px 18px, rgb(0, 176, 132) 19px 19px, rgb(0, 176, 132) 20px 20px, rgb(0, 176, 132) 21px 21px, rgb(0, 177, 132) 22px 22px, rgb(0, 177, 133) 23px 23px, rgb(0, 177, 133) 24px 24px, rgb(0, 177, 133) 25px 25px, rgb(0, 178, 133) 26px 26px, rgb(0, 178, 133) 27px 27px, rgb(0, 178, 133) 28px 28px, rgb(0, 178, 134) 29px 29px, rgb(0, 179, 134) 30px 30px, rgb(0, 179, 134) 31px 31px, rgb(0, 179, 134) 32px 32px, rgb(0, 179, 134) 33px 33px, rgb(0, 180, 134) 34px 34px, rgb(0, 180, 135) 35px 35px, rgb(0, 180, 135) 36px 36px, rgb(0, 180, 135) 37px 37px, rgb(0, 181, 135) 38px 38px, rgb(0, 181, 135) 39px 39px, rgb(0, 181, 136) 40px 40px, rgb(0, 181, 136) 41px 41px, rgb(0, 181, 136) 42px 42px, rgb(0, 182, 136) 43px 43px, rgb(0, 182, 136) 44px 44px, rgb(0, 182, 136) 45px 45px, rgb(0, 182, 137) 46px 46px, rgb(0, 183, 137) 47px 47px, rgb(0, 183, 137) 48px 48px, rgb(0, 183, 137) 49px 49px, rgb(0, 183, 137) 50px 50px, rgb(0, 184, 137) 51px 51px, rgb(0, 184, 138) 52px 52px, rgb(0, 184, 138) 53px 53px, rgb(0, 184, 138) 54px 54px, rgb(0, 185, 138) 55px 55px, rgb(0, 185, 138) 56px 56px, rgb(0, 185, 138) 57px 57px, rgb(0, 185, 139) 58px 58px, rgb(0, 186, 139) 59px 59px, rgb(0, 186, 139) 60px 60px, rgb(0, 186, 139) 61px 61px, rgb(0, 186, 139) 62px 62px, rgb(0, 186, 140) 63px 63px, rgb(0, 187, 140) 64px 64px, rgb(0, 187, 140) 65px 65px, rgb(0, 187, 140) 66px 66px, rgb(0, 187, 140) 67px 67px, rgb(0, 188, 140) 68px 68px, rgb(0, 188, 141) 69px 69px, rgb(0, 188, 141) 70px 70px, rgb(0, 188, 141) 71px 71px, rgb(0, 189, 141) 72px 72px, rgb(0, 189, 141) 73px 73px, rgb(0, 189, 141) 74px 74px, rgb(0, 189, 142) 75px 75px, rgb(0, 190, 142) 76px 76px, rgb(0, 190, 142) 77px 77px, rgb(0, 190, 142) 78px 78px, rgb(0, 190, 142) 79px 79px, rgb(0, 191, 143) 80px 80px
}

.azm-long-shadow.azm-vk {
    text-shadow: rgb(88, 116, 147) 1px 1px, rgb(88, 116, 147) 2px 2px, rgb(88, 116, 147) 3px 3px, rgb(88, 116, 147) 4px 4px, rgb(88, 116, 148) 5px 5px, rgb(88, 116, 148) 6px 6px, rgb(88, 117, 148) 7px 7px, rgb(89, 117, 148) 8px 8px, rgb(89, 117, 148) 9px 9px, rgb(89, 117, 149) 10px 10px, rgb(89, 117, 149) 11px 11px, rgb(89, 117, 149) 12px 12px, rgb(89, 118, 149) 13px 13px, rgb(89, 118, 149) 14px 14px, rgb(89, 118, 150) 15px 15px, rgb(90, 118, 150) 16px 16px, rgb(90, 118, 150) 17px 17px, rgb(90, 118, 150) 18px 18px, rgb(90, 119, 150) 19px 19px, rgb(90, 119, 151) 20px 20px, rgb(90, 119, 151) 21px 21px, rgb(90, 119, 151) 22px 22px, rgb(90, 119, 151) 23px 23px, rgb(91, 119, 151) 24px 24px, rgb(91, 120, 152) 25px 25px, rgb(91, 120, 152) 26px 26px, rgb(91, 120, 152) 27px 27px, rgb(91, 120, 152) 28px 28px, rgb(91, 120, 152) 29px 29px, rgb(91, 120, 153) 30px 30px, rgb(91, 121, 153) 31px 31px, rgb(92, 121, 153) 32px 32px, rgb(92, 121, 153) 33px 33px, rgb(92, 121, 153) 34px 34px, rgb(92, 121, 154) 35px 35px, rgb(92, 121, 154) 36px 36px, rgb(92, 122, 154) 37px 37px, rgb(92, 122, 154) 38px 38px, rgb(92, 122, 154) 39px 39px, rgb(93, 122, 155) 40px 40px, rgb(93, 122, 155) 41px 41px, rgb(93, 122, 155) 42px 42px, rgb(93, 122, 155) 43px 43px, rgb(93, 123, 155) 44px 44px, rgb(93, 123, 156) 45px 45px, rgb(93, 123, 156) 46px 46px, rgb(93, 123, 156) 47px 47px, rgb(94, 123, 156) 48px 48px, rgb(94, 123, 156) 49px 49px, rgb(94, 124, 157) 50px 50px, rgb(94, 124, 157) 51px 51px, rgb(94, 124, 157) 52px 52px, rgb(94, 124, 157) 53px 53px, rgb(94, 124, 157) 54px 54px, rgb(94, 124, 158) 55px 55px, rgb(95, 125, 158) 56px 56px, rgb(95, 125, 158) 57px 57px, rgb(95, 125, 158) 58px 58px, rgb(95, 125, 158) 59px 59px, rgb(95, 125, 159) 60px 60px, rgb(95, 125, 159) 61px 61px, rgb(95, 126, 159) 62px 62px, rgb(95, 126, 159) 63px 63px, rgb(96, 126, 159) 64px 64px, rgb(96, 126, 160) 65px 65px, rgb(96, 126, 160) 66px 66px, rgb(96, 126, 160) 67px 67px, rgb(96, 127, 160) 68px 68px, rgb(96, 127, 160) 69px 69px, rgb(96, 127, 161) 70px 70px, rgb(96, 127, 161) 71px 71px, rgb(97, 127, 161) 72px 72px, rgb(97, 127, 161) 73px 73px, rgb(97, 128, 161) 74px 74px, rgb(97, 128, 162) 75px 75px, rgb(97, 128, 162) 76px 76px, rgb(97, 128, 162) 77px 77px, rgb(97, 128, 162) 78px 78px, rgb(97, 128, 162) 79px 79px, rgb(98, 129, 163) 80px 80px
}

.azm-long-shadow.azm-whatsapp {
    text-shadow: rgb(80, 155, 32) 1px 1px, rgb(80, 155, 32) 2px 2px, rgb(80, 155, 32) 3px 3px, rgb(80, 155, 32) 4px 4px, rgb(80, 156, 32) 5px 5px, rgb(80, 156, 32) 6px 6px, rgb(80, 156, 32) 7px 7px, rgb(80, 156, 32) 8px 8px, rgb(81, 156, 32) 9px 9px, rgb(81, 157, 32) 10px 10px, rgb(81, 157, 32) 11px 11px, rgb(81, 157, 32) 12px 12px, rgb(81, 157, 32) 13px 13px, rgb(81, 157, 32) 14px 14px, rgb(81, 158, 32) 15px 15px, rgb(81, 158, 32) 16px 16px, rgb(81, 158, 32) 17px 17px, rgb(82, 158, 32) 18px 18px, rgb(82, 159, 32) 19px 19px, rgb(82, 159, 32) 20px 20px, rgb(82, 159, 32) 21px 21px, rgb(82, 159, 32) 22px 22px, rgb(82, 159, 32) 23px 23px, rgb(82, 160, 32) 24px 24px, rgb(82, 160, 32) 25px 25px, rgb(82, 160, 32) 26px 26px, rgb(83, 160, 33) 27px 27px, rgb(83, 160, 33) 28px 28px, rgb(83, 161, 33) 29px 29px, rgb(83, 161, 33) 30px 30px, rgb(83, 161, 33) 31px 31px, rgb(83, 161, 33) 32px 32px, rgb(83, 162, 33) 33px 33px, rgb(83, 162, 33) 34px 34px, rgb(83, 162, 33) 35px 35px, rgb(84, 162, 33) 36px 36px, rgb(84, 162, 33) 37px 37px, rgb(84, 163, 33) 38px 38px, rgb(84, 163, 33) 39px 39px, rgb(84, 163, 33) 40px 40px, rgb(84, 163, 33) 41px 41px, rgb(84, 163, 33) 42px 42px, rgb(84, 164, 33) 43px 43px, rgb(84, 164, 33) 44px 44px, rgb(85, 164, 33) 45px 45px, rgb(85, 164, 33) 46px 46px, rgb(85, 164, 33) 47px 47px, rgb(85, 165, 33) 48px 48px, rgb(85, 165, 33) 49px 49px, rgb(85, 165, 33) 50px 50px, rgb(85, 165, 33) 51px 51px, rgb(85, 166, 33) 52px 52px, rgb(85, 166, 33) 53px 53px, rgb(86, 166, 34) 54px 54px, rgb(86, 166, 34) 55px 55px, rgb(86, 166, 34) 56px 56px, rgb(86, 167, 34) 57px 57px, rgb(86, 167, 34) 58px 58px, rgb(86, 167, 34) 59px 59px, rgb(86, 167, 34) 60px 60px, rgb(86, 167, 34) 61px 61px, rgb(86, 168, 34) 62px 62px, rgb(87, 168, 34) 63px 63px, rgb(87, 168, 34) 64px 64px, rgb(87, 168, 34) 65px 65px, rgb(87, 169, 34) 66px 66px, rgb(87, 169, 34) 67px 67px, rgb(87, 169, 34) 68px 68px, rgb(87, 169, 34) 69px 69px, rgb(87, 169, 34) 70px 70px, rgb(87, 170, 34) 71px 71px, rgb(88, 170, 34) 72px 72px, rgb(88, 170, 34) 73px 73px, rgb(88, 170, 34) 74px 74px, rgb(88, 170, 34) 75px 75px, rgb(88, 171, 34) 76px 76px, rgb(88, 171, 34) 77px 77px, rgb(88, 171, 34) 78px 78px, rgb(88, 171, 34) 79px 79px, rgb(89, 172, 35) 80px 80px
}

.azm-long-shadow.azm-windows {
    text-shadow: rgb(0, 169, 218) 1px 1px, rgb(0, 169, 218) 2px 2px, rgb(0, 169, 218) 3px 3px, rgb(0, 169, 219) 4px 4px, rgb(0, 170, 219) 5px 5px, rgb(0, 170, 219) 6px 6px, rgb(0, 170, 220) 7px 7px, rgb(0, 170, 220) 8px 8px, rgb(0, 171, 220) 9px 9px, rgb(0, 171, 221) 10px 10px, rgb(0, 171, 221) 11px 11px, rgb(0, 171, 221) 12px 12px, rgb(0, 172, 221) 13px 13px, rgb(0, 172, 222) 14px 14px, rgb(0, 172, 222) 15px 15px, rgb(0, 172, 222) 16px 16px, rgb(0, 173, 223) 17px 17px, rgb(0, 173, 223) 18px 18px, rgb(0, 173, 223) 19px 19px, rgb(0, 173, 224) 20px 20px, rgb(0, 173, 224) 21px 21px, rgb(0, 174, 224) 22px 22px, rgb(0, 174, 224) 23px 23px, rgb(0, 174, 225) 24px 24px, rgb(0, 174, 225) 25px 25px, rgb(0, 175, 225) 26px 26px, rgb(0, 175, 226) 27px 27px, rgb(0, 175, 226) 28px 28px, rgb(0, 175, 226) 29px 29px, rgb(0, 176, 227) 30px 30px, rgb(0, 176, 227) 31px 31px, rgb(0, 176, 227) 32px 32px, rgb(0, 176, 227) 33px 33px, rgb(0, 177, 228) 34px 34px, rgb(0, 177, 228) 35px 35px, rgb(0, 177, 228) 36px 36px, rgb(0, 177, 229) 37px 37px, rgb(0, 178, 229) 38px 38px, rgb(0, 178, 229) 39px 39px, rgb(0, 178, 230) 40px 40px, rgb(0, 178, 230) 41px 41px, rgb(0, 178, 230) 42px 42px, rgb(0, 179, 230) 43px 43px, rgb(0, 179, 231) 44px 44px, rgb(0, 179, 231) 45px 45px, rgb(0, 179, 231) 46px 46px, rgb(0, 180, 232) 47px 47px, rgb(0, 180, 232) 48px 48px, rgb(0, 180, 232) 49px 49px, rgb(0, 180, 233) 50px 50px, rgb(0, 181, 233) 51px 51px, rgb(0, 181, 233) 52px 52px, rgb(0, 181, 233) 53px 53px, rgb(0, 181, 234) 54px 54px, rgb(0, 182, 234) 55px 55px, rgb(0, 182, 234) 56px 56px, rgb(0, 182, 235) 57px 57px, rgb(0, 182, 235) 58px 58px, rgb(0, 183, 235) 59px 59px, rgb(0, 183, 236) 60px 60px, rgb(0, 183, 236) 61px 61px, rgb(0, 183, 236) 62px 62px, rgb(0, 183, 236) 63px 63px, rgb(0, 184, 237) 64px 64px, rgb(0, 184, 237) 65px 65px, rgb(0, 184, 237) 66px 66px, rgb(0, 184, 238) 67px 67px, rgb(0, 185, 238) 68px 68px, rgb(0, 185, 238) 69px 69px, rgb(0, 185, 239) 70px 70px, rgb(0, 185, 239) 71px 71px, rgb(0, 186, 239) 72px 72px, rgb(0, 186, 239) 73px 73px, rgb(0, 186, 240) 74px 74px, rgb(0, 186, 240) 75px 75px, rgb(0, 187, 240) 76px 76px, rgb(0, 187, 241) 77px 77px, rgb(0, 187, 241) 78px 78px, rgb(0, 187, 241) 79px 79px, rgb(0, 188, 242) 80px 80px
}

.azm-long-shadow.azm-wordpress {
    text-shadow: rgb(27, 126, 171) 1px 1px, rgb(27, 126, 171) 2px 2px, rgb(27, 126, 171) 3px 3px, rgb(27, 126, 171) 4px 4px, rgb(27, 126, 172) 5px 5px, rgb(27, 127, 172) 6px 6px, rgb(27, 127, 172) 7px 7px, rgb(27, 127, 172) 8px 8px, rgb(27, 127, 173) 9px 9px, rgb(27, 127, 173) 10px 10px, rgb(27, 127, 173) 11px 11px, rgb(27, 128, 173) 12px 12px, rgb(27, 128, 174) 13px 13px, rgb(27, 128, 174) 14px 14px, rgb(27, 128, 174) 15px 15px, rgb(27, 128, 174) 16px 16px, rgb(27, 128, 175) 17px 17px, rgb(27, 129, 175) 18px 18px, rgb(27, 129, 175) 19px 19px, rgb(27, 129, 175) 20px 20px, rgb(27, 129, 175) 21px 21px, rgb(27, 129, 176) 22px 22px, rgb(27, 130, 176) 23px 23px, rgb(27, 130, 176) 24px 24px, rgb(27, 130, 176) 25px 25px, rgb(27, 130, 177) 26px 26px, rgb(28, 130, 177) 27px 27px, rgb(28, 130, 177) 28px 28px, rgb(28, 131, 177) 29px 29px, rgb(28, 131, 178) 30px 30px, rgb(28, 131, 178) 31px 31px, rgb(28, 131, 178) 32px 32px, rgb(28, 131, 178) 33px 33px, rgb(28, 131, 179) 34px 34px, rgb(28, 132, 179) 35px 35px, rgb(28, 132, 179) 36px 36px, rgb(28, 132, 179) 37px 37px, rgb(28, 132, 180) 38px 38px, rgb(28, 132, 180) 39px 39px, rgb(28, 133, 180) 40px 40px, rgb(28, 133, 180) 41px 41px, rgb(28, 133, 180) 42px 42px, rgb(28, 133, 181) 43px 43px, rgb(28, 133, 181) 44px 44px, rgb(28, 133, 181) 45px 45px, rgb(28, 134, 181) 46px 46px, rgb(28, 134, 182) 47px 47px, rgb(28, 134, 182) 48px 48px, rgb(28, 134, 182) 49px 49px, rgb(28, 134, 182) 50px 50px, rgb(28, 134, 183) 51px 51px, rgb(28, 135, 183) 52px 52px, rgb(28, 135, 183) 53px 53px, rgb(29, 135, 183) 54px 54px, rgb(29, 135, 184) 55px 55px, rgb(29, 135, 184) 56px 56px, rgb(29, 135, 184) 57px 57px, rgb(29, 136, 184) 58px 58px, rgb(29, 136, 185) 59px 59px, rgb(29, 136, 185) 60px 60px, rgb(29, 136, 185) 61px 61px, rgb(29, 136, 185) 62px 62px, rgb(29, 137, 185) 63px 63px, rgb(29, 137, 186) 64px 64px, rgb(29, 137, 186) 65px 65px, rgb(29, 137, 186) 66px 66px, rgb(29, 137, 186) 67px 67px, rgb(29, 137, 187) 68px 68px, rgb(29, 138, 187) 69px 69px, rgb(29, 138, 187) 70px 70px, rgb(29, 138, 187) 71px 71px, rgb(29, 138, 188) 72px 72px, rgb(29, 138, 188) 73px 73px, rgb(29, 138, 188) 74px 74px, rgb(29, 139, 188) 75px 75px, rgb(29, 139, 189) 76px 76px, rgb(29, 139, 189) 77px 77px, rgb(29, 139, 189) 78px 78px, rgb(29, 139, 189) 79px 79px, rgb(30, 140, 190) 80px 80px
}

.azm-long-shadow.azm-xing {
    text-shadow: rgb(0, 90, 90) 1px 1px, rgb(0, 90, 90) 2px 2px, rgb(0, 90, 90) 3px 3px, rgb(0, 90, 90) 4px 4px, rgb(0, 90, 90) 5px 5px, rgb(0, 90, 90) 6px 6px, rgb(0, 90, 90) 7px 7px, rgb(0, 91, 91) 8px 8px, rgb(0, 91, 91) 9px 9px, rgb(0, 91, 91) 10px 10px, rgb(0, 91, 91) 11px 11px, rgb(0, 91, 91) 12px 12px, rgb(0, 91, 91) 13px 13px, rgb(0, 91, 91) 14px 14px, rgb(0, 91, 91) 15px 15px, rgb(0, 92, 92) 16px 16px, rgb(0, 92, 92) 17px 17px, rgb(0, 92, 92) 18px 18px, rgb(0, 92, 92) 19px 19px, rgb(0, 92, 92) 20px 20px, rgb(0, 92, 92) 21px 21px, rgb(0, 92, 92) 22px 22px, rgb(0, 92, 92) 23px 23px, rgb(0, 93, 93) 24px 24px, rgb(0, 93, 93) 25px 25px, rgb(0, 93, 93) 26px 26px, rgb(0, 93, 93) 27px 27px, rgb(0, 93, 93) 28px 28px, rgb(0, 93, 93) 29px 29px, rgb(0, 93, 93) 30px 30px, rgb(0, 93, 93) 31px 31px, rgb(0, 94, 94) 32px 32px, rgb(0, 94, 94) 33px 33px, rgb(0, 94, 94) 34px 34px, rgb(0, 94, 94) 35px 35px, rgb(0, 94, 94) 36px 36px, rgb(0, 94, 94) 37px 37px, rgb(0, 94, 94) 38px 38px, rgb(0, 94, 94) 39px 39px, rgb(0, 95, 95) 40px 40px, rgb(0, 95, 95) 41px 41px, rgb(0, 95, 95) 42px 42px, rgb(0, 95, 95) 43px 43px, rgb(0, 95, 95) 44px 44px, rgb(0, 95, 95) 45px 45px, rgb(0, 95, 95) 46px 46px, rgb(0, 95, 95) 47px 47px, rgb(0, 96, 96) 48px 48px, rgb(0, 96, 96) 49px 49px, rgb(0, 96, 96) 50px 50px, rgb(0, 96, 96) 51px 51px, rgb(0, 96, 96) 52px 52px, rgb(0, 96, 96) 53px 53px, rgb(0, 96, 96) 54px 54px, rgb(0, 96, 96) 55px 55px, rgb(0, 97, 97) 56px 56px, rgb(0, 97, 97) 57px 57px, rgb(0, 97, 97) 58px 58px, rgb(0, 97, 97) 59px 59px, rgb(0, 97, 97) 60px 60px, rgb(0, 97, 97) 61px 61px, rgb(0, 97, 97) 62px 62px, rgb(0, 97, 97) 63px 63px, rgb(0, 98, 98) 64px 64px, rgb(0, 98, 98) 65px 65px, rgb(0, 98, 98) 66px 66px, rgb(0, 98, 98) 67px 67px, rgb(0, 98, 98) 68px 68px, rgb(0, 98, 98) 69px 69px, rgb(0, 98, 98) 70px 70px, rgb(0, 98, 98) 71px 71px, rgb(0, 99, 99) 72px 72px, rgb(0, 99, 99) 73px 73px, rgb(0, 99, 99) 74px 74px, rgb(0, 99, 99) 75px 75px, rgb(0, 99, 99) 76px 76px, rgb(0, 99, 99) 77px 77px, rgb(0, 99, 99) 78px 78px, rgb(0, 99, 99) 79px 79px, rgb(0, 100, 100) 80px 80px
}

.azm-long-shadow.azm-yahoo {
    text-shadow: rgb(74, 14, 176) 1px 1px, rgb(74, 14, 176) 2px 2px, rgb(74, 14, 176) 3px 3px, rgb(74, 14, 177) 4px 4px, rgb(74, 14, 177) 5px 5px, rgb(74, 14, 177) 6px 6px, rgb(74, 14, 177) 7px 7px, rgb(74, 14, 178) 8px 8px, rgb(74, 14, 178) 9px 9px, rgb(75, 14, 178) 10px 10px, rgb(75, 14, 178) 11px 11px, rgb(75, 14, 179) 12px 12px, rgb(75, 14, 179) 13px 13px, rgb(75, 14, 179) 14px 14px, rgb(75, 14, 179) 15px 15px, rgb(75, 14, 180) 16px 16px, rgb(75, 14, 180) 17px 17px, rgb(75, 14, 180) 18px 18px, rgb(75, 14, 180) 19px 19px, rgb(76, 14, 181) 20px 20px, rgb(76, 14, 181) 21px 21px, rgb(76, 14, 181) 22px 22px, rgb(76, 14, 181) 23px 23px, rgb(76, 14, 182) 24px 24px, rgb(76, 14, 182) 25px 25px, rgb(76, 14, 182) 26px 26px, rgb(76, 14, 182) 27px 27px, rgb(76, 14, 183) 28px 28px, rgb(76, 14, 183) 29px 29px, rgb(77, 14, 183) 30px 30px, rgb(77, 14, 183) 31px 31px, rgb(77, 14, 184) 32px 32px, rgb(77, 14, 184) 33px 33px, rgb(77, 14, 184) 34px 34px, rgb(77, 14, 184) 35px 35px, rgb(77, 14, 185) 36px 36px, rgb(77, 14, 185) 37px 37px, rgb(77, 14, 185) 38px 38px, rgb(77, 14, 185) 39px 39px, rgb(78, 15, 186) 40px 40px, rgb(78, 15, 186) 41px 41px, rgb(78, 15, 186) 42px 42px, rgb(78, 15, 186) 43px 43px, rgb(78, 15, 187) 44px 44px, rgb(78, 15, 187) 45px 45px, rgb(78, 15, 187) 46px 46px, rgb(78, 15, 187) 47px 47px, rgb(78, 15, 188) 48px 48px, rgb(78, 15, 188) 49px 49px, rgb(79, 15, 188) 50px 50px, rgb(79, 15, 188) 51px 51px, rgb(79, 15, 189) 52px 52px, rgb(79, 15, 189) 53px 53px, rgb(79, 15, 189) 54px 54px, rgb(79, 15, 189) 55px 55px, rgb(79, 15, 190) 56px 56px, rgb(79, 15, 190) 57px 57px, rgb(79, 15, 190) 58px 58px, rgb(79, 15, 190) 59px 59px, rgb(80, 15, 191) 60px 60px, rgb(80, 15, 191) 61px 61px, rgb(80, 15, 191) 62px 62px, rgb(80, 15, 191) 63px 63px, rgb(80, 15, 192) 64px 64px, rgb(80, 15, 192) 65px 65px, rgb(80, 15, 192) 66px 66px, rgb(80, 15, 192) 67px 67px, rgb(80, 15, 193) 68px 68px, rgb(80, 15, 193) 69px 69px, rgb(81, 15, 193) 70px 70px, rgb(81, 15, 193) 71px 71px, rgb(81, 15, 194) 72px 72px, rgb(81, 15, 194) 73px 73px, rgb(81, 15, 194) 74px 74px, rgb(81, 15, 194) 75px 75px, rgb(81, 15, 195) 76px 76px, rgb(81, 15, 195) 77px 77px, rgb(81, 15, 195) 78px 78px, rgb(81, 15, 195) 79px 79px, rgb(82, 16, 196) 80px 80px
}

.azm-long-shadow.azm-yelp {
    text-shadow: rgb(176, 16, 0) 1px 1px, rgb(176, 16, 0) 2px 2px, rgb(176, 16, 0) 3px 3px, rgb(177, 16, 0) 4px 4px, rgb(177, 16, 0) 5px 5px, rgb(177, 16, 0) 6px 6px, rgb(177, 16, 0) 7px 7px, rgb(178, 16, 0) 8px 8px, rgb(178, 16, 0) 9px 9px, rgb(178, 16, 0) 10px 10px, rgb(178, 16, 0) 11px 11px, rgb(179, 16, 0) 12px 12px, rgb(179, 16, 0) 13px 13px, rgb(179, 16, 0) 14px 14px, rgb(179, 16, 0) 15px 15px, rgb(180, 16, 0) 16px 16px, rgb(180, 16, 0) 17px 17px, rgb(180, 16, 0) 18px 18px, rgb(180, 16, 0) 19px 19px, rgb(181, 16, 0) 20px 20px, rgb(181, 16, 0) 21px 21px, rgb(181, 16, 0) 22px 22px, rgb(181, 16, 0) 23px 23px, rgb(182, 16, 0) 24px 24px, rgb(182, 16, 0) 25px 25px, rgb(182, 16, 0) 26px 26px, rgb(182, 16, 0) 27px 27px, rgb(183, 16, 0) 28px 28px, rgb(183, 16, 0) 29px 29px, rgb(183, 16, 0) 30px 30px, rgb(183, 16, 0) 31px 31px, rgb(184, 16, 0) 32px 32px, rgb(184, 16, 0) 33px 33px, rgb(184, 16, 0) 34px 34px, rgb(184, 16, 0) 35px 35px, rgb(185, 16, 0) 36px 36px, rgb(185, 16, 0) 37px 37px, rgb(185, 16, 0) 38px 38px, rgb(185, 16, 0) 39px 39px, rgb(186, 17, 0) 40px 40px, rgb(186, 17, 0) 41px 41px, rgb(186, 17, 0) 42px 42px, rgb(186, 17, 0) 43px 43px, rgb(187, 17, 0) 44px 44px, rgb(187, 17, 0) 45px 45px, rgb(187, 17, 0) 46px 46px, rgb(187, 17, 0) 47px 47px, rgb(188, 17, 0) 48px 48px, rgb(188, 17, 0) 49px 49px, rgb(188, 17, 0) 50px 50px, rgb(188, 17, 0) 51px 51px, rgb(189, 17, 0) 52px 52px, rgb(189, 17, 0) 53px 53px, rgb(189, 17, 0) 54px 54px, rgb(189, 17, 0) 55px 55px, rgb(190, 17, 0) 56px 56px, rgb(190, 17, 0) 57px 57px, rgb(190, 17, 0) 58px 58px, rgb(190, 17, 0) 59px 59px, rgb(191, 17, 0) 60px 60px, rgb(191, 17, 0) 61px 61px, rgb(191, 17, 0) 62px 62px, rgb(191, 17, 0) 63px 63px, rgb(192, 17, 0) 64px 64px, rgb(192, 17, 0) 65px 65px, rgb(192, 17, 0) 66px 66px, rgb(192, 17, 0) 67px 67px, rgb(193, 17, 0) 68px 68px, rgb(193, 17, 0) 69px 69px, rgb(193, 17, 0) 70px 70px, rgb(193, 17, 0) 71px 71px, rgb(194, 17, 0) 72px 72px, rgb(194, 17, 0) 73px 73px, rgb(194, 17, 0) 74px 74px, rgb(194, 17, 0) 75px 75px, rgb(195, 17, 0) 76px 76px, rgb(195, 17, 0) 77px 77px, rgb(195, 17, 0) 78px 78px, rgb(195, 17, 0) 79px 79px, rgb(196, 18, 0) 80px 80px
}

.azm-long-shadow.azm-youtube,
.azm-long-shadow.azm-youtube-play {
    text-shadow: rgb(187, 29, 31) 1px 1px, rgb(187, 29, 31) 2px 2px, rgb(187, 29, 31) 3px 3px, rgb(188, 29, 31) 4px 4px, rgb(188, 29, 31) 5px 5px, rgb(188, 29, 31) 6px 6px, rgb(188, 29, 31) 7px 7px, rgb(189, 29, 31) 8px 8px, rgb(189, 29, 31) 9px 9px, rgb(189, 29, 31) 10px 10px, rgb(189, 29, 31) 11px 11px, rgb(190, 29, 31) 12px 12px, rgb(190, 29, 31) 13px 13px, rgb(190, 29, 31) 14px 14px, rgb(190, 29, 31) 15px 15px, rgb(191, 29, 31) 16px 16px, rgb(191, 29, 31) 17px 17px, rgb(191, 29, 31) 18px 18px, rgb(191, 29, 31) 19px 19px, rgb(192, 29, 31) 20px 20px, rgb(192, 29, 31) 21px 21px, rgb(192, 29, 31) 22px 22px, rgb(193, 29, 31) 23px 23px, rgb(193, 29, 31) 24px 24px, rgb(193, 29, 31) 25px 25px, rgb(193, 29, 31) 26px 26px, rgb(194, 30, 32) 27px 27px, rgb(194, 30, 32) 28px 28px, rgb(194, 30, 32) 29px 29px, rgb(194, 30, 32) 30px 30px, rgb(195, 30, 32) 31px 31px, rgb(195, 30, 32) 32px 32px, rgb(195, 30, 32) 33px 33px, rgb(195, 30, 32) 34px 34px, rgb(196, 30, 32) 35px 35px, rgb(196, 30, 32) 36px 36px, rgb(196, 30, 32) 37px 37px, rgb(196, 30, 32) 38px 38px, rgb(197, 30, 32) 39px 39px, rgb(197, 30, 32) 40px 40px, rgb(197, 30, 32) 41px 41px, rgb(198, 30, 32) 42px 42px, rgb(198, 30, 32) 43px 43px, rgb(198, 30, 32) 44px 44px, rgb(198, 30, 32) 45px 45px, rgb(199, 30, 32) 46px 46px, rgb(199, 30, 32) 47px 47px, rgb(199, 30, 32) 48px 48px, rgb(199, 30, 32) 49px 49px, rgb(200, 30, 32) 50px 50px, rgb(200, 30, 32) 51px 51px, rgb(200, 30, 32) 52px 52px, rgb(200, 30, 32) 53px 53px, rgb(201, 31, 33) 54px 54px, rgb(201, 31, 33) 55px 55px, rgb(201, 31, 33) 56px 56px, rgb(201, 31, 33) 57px 57px, rgb(202, 31, 33) 58px 58px, rgb(202, 31, 33) 59px 59px, rgb(202, 31, 33) 60px 60px, rgb(203, 31, 33) 61px 61px, rgb(203, 31, 33) 62px 62px, rgb(203, 31, 33) 63px 63px, rgb(203, 31, 33) 64px 64px, rgb(204, 31, 33) 65px 65px, rgb(204, 31, 33) 66px 66px, rgb(204, 31, 33) 67px 67px, rgb(204, 31, 33) 68px 68px, rgb(205, 31, 33) 69px 69px, rgb(205, 31, 33) 70px 70px, rgb(205, 31, 33) 71px 71px, rgb(205, 31, 33) 72px 72px, rgb(206, 31, 33) 73px 73px, rgb(206, 31, 33) 74px 74px, rgb(206, 31, 33) 75px 75px, rgb(206, 31, 33) 76px 76px, rgb(207, 31, 33) 77px 77px, rgb(207, 31, 33) 78px 78px, rgb(207, 31, 33) 79px 79px, rgb(208, 32, 34) 80px 80px
}

.section {
    position: relative;
}

.border-bottom-white {
    border-bottom: 1px solid #FFF;
}

.section.section-blue {
    background-color: #003b6a;
}

.section.section-blue-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b7391+0,0f446f+52,103d66+100 */
    background: #4b7391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b7391), color-stop(52%, #0f446f), color-stop(100%, #103d66));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4b7391 0%, #0f446f 52%, #103d66 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b7391', endColorstr='#103d66', GradientType=0);
    /* IE6-9 */
}

.section.section-grey-gradient {
    background: #4b7391;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c4), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3c3c4 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c3c3c4 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c4', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
}

.section.with-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section.first {
    padding-top: 178px;
}

.nav-h2 {
    max-width: 380px;
}

.header-subnavigation {
    transition: none;
}

.header-subnavigation.fixed {
    background: white none repeat scroll 0 0;
    height: 53px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.4s;
}

.header-subnavigation.fixed ul {
    margin: 0 auto;
    width: 1002px;
    transition: all 0.4s;
}

.header-subnavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.4s;
}

.header-subnavigation ul li {
    display: block;
    float: left;
    padding: 17px 10px 9px;
}

.header-subnavigation ul li:last-of-type {
    padding-right: 0;
}

.header-subnavigation ul li a {
    color: #818286;
    font-size: 14px;
    font-weight: 700;
}

.header-subnavigation ul li a:hover {
    color: #205f8b;
}

.header-subnavigation ul li.active a,
.header-subnavigation ul li a:hover {
    color: #205f8b;
    border-bottom: 4px solid #215f8b;
    padding-bottom: 15px;
}

.teaser {
    padding: 25px 20px 35px 20px;
}

.teaser h3,
.teaser .hlt-c {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
}

.teaser h4,
.teaser .hlt-d {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
}

.teaser p,
.teaser .hlt-p,
.teaser li {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
}

.teaser.white {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    position: relative;
    color: #215f8b;
}

.teaser.blue {
    background-color: rgba(0, 59, 106, 0.9);
    color: #FFFFFF;
}

.teaser.white p {
    color: #404245;
}

.ls-scroller {
    bottom: 0;
    position: absolute;
}

.ls-scroller a .glyphicon {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 3em;
    padding: 5px 20px;
    color: #215f8b;
}

.ls-scroller a:hover .glyphicon {
    background-color: rgba(255, 255, 255, 1);
    color: #003b6a;
}

.social-media-wrapper p {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
}

.social-media-wrapper ul {
    list-style-type: none;
    padding: 0;
    width: auto;
    text-align: center;
}

.social-media-wrapper li {
    float: none;
    display: inline-block;
}

#header > .wrapper.wrapper-no-padding {
    padding: 0;
    background-color: transparent;
}

#header-subnavigation-level-2.fixed nav {
    background: white none repeat scroll 0 0;
    height: 37px;
    left: 0;
    position: fixed;
    top: 53px;
    width: 100%;
    transition: all 0.4s;
}

#header-subnavigation-level-2.fixed nav ul {
    margin: 0 auto;
    width: 1002px;
    transition: all 0.4s;
}

#header-subnavigation-level-2 nav {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
}

#header-subnavigation-level-2 nav.active {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    margin-top: 0;
}

#header-subnavigation-level-2 nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#header-subnavigation-level-2 nav ul li {
    display: block;
    float: left;
    padding: 0 20px 0 0;
}

#header-subnavigation-level-2 nav ul li:last-of-type {
    padding-right: 0;
}

#header-subnavigation-level-2 nav ul li a {
    color: #818286;
    font-size: 12px;
    font-weight: 700;
}

#header-subnavigation-level-2 nav ul li a:hover {
    color: #205f8b;
}

#header-subnavigation-level-2 nav ul li.active a,
#header-subnavigation-level-2 nav ul li a:hover {
    color: #205f8b;
}

.carousel-control .glyphicon {
    font-size: 3em;
}

.table-grey {
    background-color: #c3c3c4;
}

.table-striped.table-grey > tbody > tr:nth-child(2n+1) > td,
.table-striped.table-grey > tbody > tr:nth-child(2n+1) > th {
    background-color: #f1f1f1;
}


/* faq */

.faq-section-listing, .faq-section-listing-2 {
    list-style-type: none;
    font-size: 1.3em;
}

.faq-section-listing li, .faq-section-listing-2 li {
    background: rgb(255, 255, 255);
    /* The Fallback */
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    margin-bottom: 4px;
    cursor: pointer;
    font-weight: bold;
    opacity: .6;
    transition: all 0.1s;
}

.faq-section-listing li.active,
.faq-section-listing-2 li.active,
.faq-section-listing li:hover,
.faq-section-listing-2 li:hover {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    transition: all 0.1s;
}

#faq-answer {
    font-size: 1.3em;
}

#faq-answer .faq-answer-wrapper {
    display: none;
    transition: all 0.1s;
}

#faq-answer .faq-answer-wrapper.active {
    display: block;
    transition: all 0.1s;
}

#faq-answer .faq-answer-wrapper p {
    padding-top: 5px;
}

#faq-answer .panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

#faq-answer .panel a {
    font-weight: bold;
}

#faq-answer .panel-heading {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 0 0 0;
}

#faq-answer .panel-heading .glyphicon.glyphicon-chevron-down {
    font-size: .8em;
}

#faq-answer .panel-heading .collapsed .glyphicon.glyphicon-chevron-down:before {
    content: "\e080";
}


/*carousel*/

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators.blue .active {
    background: #215f8a;
}

.carousel-indicators.blue li {
    border-color: #215f8a;
}


/*subnavigation mobile */

.quicknavigation .scroll-nav__wrapper {
    padding: 15px 10px;
}

.quicknavigation .scroll-nav__list {
    display: none;
    padding: 0;
    margin-bottom: 0;
}

.quicknavigation .scroll-nav__list.open {
    display: block;
}

.quicknavigation .scroll-nav li {
    padding: 10px 0 10px 0;
    list-style-type: none;
}

.quicknavigation .scroll-nav a {
    color: #818286;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.quicknavigation .scroll-nav a.active {
    color: #205f8b;
}

.quicknavigation .scroll-nav .scroll-nav__heading:before {
    content: ' ';
    position: absolute;
    top: 1px;
    right: -48px;
    width: 16px;
    height: 16px;
    background-color: #205f8b;
    -webkit-mask: url("../img/to-top-arrow.svg") no-repeat 50% 50%;
    mask: url("../img/to-top-arrow.svg") no-repeat 50% 50%;
    transform: rotate(180deg);
}

.quicknavigation .scroll-nav .scroll-nav__heading.active:before {
    transform: rotate(0);
}

.scroll-nav__heading {
    position: relative;
    color: #205f8b;
    border-bottom: 4px solid #215f8b;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.download-link {
    background-image: url(arrowBlue-ltr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
}

.download-icon {
    padding-left: 10px;
    padding-top: 3px;
    float: right;
}

.download-icon:before {
    content: " ";
    background-image: url(icon_download.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 14px;
    display: block;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #cccccc;
}

#startpage #section-1 {
    background-image: url(../img/startpage/startseite_mainvisual_01.jpg);
    background-size: cover;
    height: 1080px;
}

#startpage #section-2 {
    background-image: url(../img/neuheiten/neuheiten_03.jpg);
    background-size: cover;
    height: 890px;
}

#startpage #section-3 {
    background-image: url(../img/startpage/startseite_04.jpg);
    background-size: cover;
    height: 890px;
}

#startpage #section-4 {
    background-image: url(../img/startpage/startseite_02.jpg);
    background-size: cover;
    height: 890px;
}

#startpage #section-5 {
    background-image: url(../img/startpage/startseite_01.jpg);
    background-size: cover;
    height: 890px;
}

#neuheiten #section-1 {
    background-image: url(../img/neuheiten/neuheiten_mainvisual_01.jpg);
    background-size: cover;
    height: 1080px;
}

#neuheiten #section-2 {
    background-image: url(../img/neuheiten/neuheiten_02.jpg);
    background-size: cover;
    height: 890px;
}

#neuheiten #section-3 {
    background-image: url(../img/neuheiten/neuheiten_01.jpg);
    background-size: cover;
    height: 890px;
}

#product #section-1 {
    background-image: url(../img/produkt1/product_mainvisual_03.jpg);
    background-size: cover;
    height: 890px;
}

#product #section-1-gb {
    background-image: url(../img/produkt1/product_mainvisual_01.jpg);
    background-size: cover;
    height: 890px;
}

#product #section-2 {
    background-image: url(../img/produkt1/video_01.jpg);
    background-size: cover;
    height: 790px;
}

#product #section-2-gb {
    background-image: url(../img/produkt1/product_01_gb.jpg);
    background-size: cover;
    height: 790px;
}

#product #section-3,
#product #section-3-gb,

/*#product #section-4,*/

#product #section-6,
#product #section-7 {
    height: 790px;
}

#product #section-3-gb .item:nth-child(1) {
    background-image: url(../img/produkt1/video_02_gb.jpg);
    height: 790px;
}

#product #section-3 .item:nth-child(1) {
    background-image: url(../img/produkt1/product_02.jpg);
    height: 790px;
}

#product #section-3 .item:nth-child(2) {
    background-image: url(../img/produkt1/video_02.jpg);
    height: 790px;
}

#product #section-3 .item:nth-child(3) {
    background-image: url(../img/produkt1/video_03.jpg);
    height: 790px;
}

#product #section-3 .item:nth-child(4) {
    background-image: url(../img/produkt1/video_04.jpg);
    height: 790px;
}

#product #section-3 .item:nth-child(5) {
    background-image: url(../img/produkt1/video_05.jpg);
    height: 790px;
}

#product #section-4 .item {
    height: 790px;
}

#product #section-5-gb .item:nth-child(1) {
    background-image: url(../img/produkt1/product_01.jpg);
    height: 790px;
}

#product #section-5 .item:nth-child(1) {
    background-image: url(../img/produkt1/product_05.jpg);
    height: 790px;
}

#product #section-5 .item:nth-child(2) {
    background-image: url(../img/produkt1/product_03.jpg);
    height: 790px;
}

#product #section-5-gb .item:nth-child(2) {
    background-image: url(../img/produkt1/product_01_gb.jpg);
    height: 790px;
}

#product #section-9 {
    background-image: url(../img/neuheiten/neuheiten_01.jpg);
    background-size: cover;
    height: 890px;
}

#produktberater #section-1 {
    background-image: url(../img/produktberater/produktberater_mainvisual_02.jpg);
    background-size: cover;
    height: 1080px;
}

#produktberater #section-2 {
    background-image: url(../img/neuheiten/neuheiten_01.jpg);
    background-size: cover;
    height: 890px;
}

#produktberater #section-3 {
    background-image: url(../img/produktberater/produktberater_02.jpg);
    background-size: cover;
    height: 890px;
}

.video-icon {
    margin-top: 150px;
}

@media only screen and (min-width: 992px) {
    .item > .container,
    #product #section-2 > .container {
        position: relative;
        height: 100%;
    }
    .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -60px;
    }
}


/* TOOLTIPS */

#tooltip {
    text-align: left;
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

li[rel="tooltip"]:nth-child(1) {
    left: 30%;
    top: 16%;
}

li[rel="tooltip"]:nth-child(2) {
    left: 41%;
    top: 35%;
}

li[rel="tooltip"]:nth-child(3) {
    left: 55%;
    top: 53%;
}

li[rel="tooltip"]:nth-child(4) {
    left: 80%;
    top: 17%;
}

li[rel="tooltip"]:nth-child(5) {
    left: 85%;
    top: 63%;
}

li[rel="tooltip"]:nth-child(6) {
    left: 64%;
    top: 87%;
}

#social-visual {
    padding-top: 100px;
}

.social-media-wrapper {
    height: 280px;
}


/*START Icons in FAQ Darstellung */

#faq-answer .panel span img {
    max-height: 25px;
}

#answer-3-7 ul {
    list-style: none;
    line-height: 2em;
}


/*END Icons in FAQ Darstellung */


/*Productfinder*/

.productfinder {}

.productfinder .navi {
    background-color: #eee;
}

.productfinder .details {
    background-color: #ddd;
}

.productfinder .btn.selected {
    font-weight: bold;
}

.productfinder .btn.btn-back {
    color: #fff;
}

.productfinder .btn.btn-nextstep {
    color: red;
}

.productfinder .btn.btn-stepdetail {
    color: blue;
}

.productfinder .navi {
    background-color: transparent;
}

.productfinder .topbox {
    margin-bottom: 20px;
}

.productfinder h2,
.productfinder .hlt-b {
    color: #215f8b;
    margin-top: 0;
    line-height: 1.1;
    font-size: 2.8rem;
}

.productfinder h3,
.productfinder .hlt-c {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 0;
    color: #fff;
}

.productfinder.teaser.white {
    margin-top: 60px;
}

.productfinder .btn.btn-default {
    color: #215f8b;
}

.productfinder .details > * {
    padding: 0 20px;
}

.productfinder .details .row:nth-child(1) {
    padding-top: 20px;
}

.productfinder .details .row:last-child {
    padding-top: 10px;
    padding-bottom: 20px;
}

.productfinder .details a {
    display: block;
}

.productfinder .details {
    background-color: #f1f1f1;
    height: auto !important;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .productfinder h3,
    .productfinder .hlt-c {
        color: #215f8b;
    }
    li[rel="tooltip"]:nth-child(1) {
        left: 15%;
        top: 12%;
    }
    li[rel="tooltip"]:nth-child(2) {
        left: 24%;
        top: 35%;
    }
    li[rel="tooltip"]:nth-child(3) {
        left: 34%;
        top: 53%;
    }
    li[rel="tooltip"]:nth-child(4) {
        left: 50%;
        top: 17%;
    }
    li[rel="tooltip"]:nth-child(5) {
        left: 50%;
        top: 63%;
    }
    li[rel="tooltip"]:nth-child(6) {
        left: 36%;
        top: 87%;
    }
    .section h3.margin-left-40,
    .section .hlt-c.margin-left-40 {
        margin-left: 10px !important;
        margin-bottom: 10px;
    }
    .video-icon {
        margin-top: -60px;
        margin-left: -60px;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .section.with-background-image,
    .section .item,
    #product #section-6,
    #product #section-7 {
        background-size: contain !important;
        background-position: top left;
        background-repeat: no-repeat;
        height: auto !important;
    }
    #product #section-3,
    #product #section-3-gb,
    {
        height: auto !important;
    }
    #product #section-3 .carousel-indicators,
    #product #section-3-gb .carousel-indicators,
    #product #section-4 .carousel-indicators,
    #product #section-5 .carousel-indicators,
    #product #section-5-gb .carousel-indicators {
        bottom: 0;
    }
    #product #section-3 .carousel-indicators li,
    #product #section-3-gb .carousel-indicators li,
    #product #section-5 .carousel-indicators li,
    #product #section-5-gb .carousel-indicators li {
        border-color: #215f8a;
    }
    #product #section-3 .carousel-indicators .active,
    #product #section-3-gb .carousel-indicators .active,
    #product #section-5 .carousel-indicators .active,
    #product #section-5-gb .carousel-indicators .active {
        background-color: #215f8a;
    }
    /*#product #section-3 .teaser {
        min-height: 450px;
    }
    #product #section-4 .item:nth-child(1) {
        height: 650px !important;
    }*/
    #product #section-4 .item:nth-child(2) {
        height: 920px !important;
    }
    #startpage #section-1 {
        background-image: url(../img/startpage/startseite_mainvisual_01_sm.jpg);
    }
    #startpage #section-2 {
        background-image: url(../img/neuheiten/neuheiten_03_sm.jpg);
    }
    #startpage #section-3 {
        background-image: url(../img/startpage/startseite_04_sm.jpg);
    }
    #startpage #section-4 {
        background-image: url(../img/startpage/startseite_02_sm.jpg);
    }
    #startpage #section-5 {
        background-image: url(../img/startpage/startseite_01_sm.jpg);
    }
    #neuheiten #section-1 {
        background-image: url(../img/neuheiten/neuheiten_mainvisual_01_sm.jpg);
    }
    #neuheiten #section-2 {
        background-image: url(../img/neuheiten/neuheiten_02_sm.jpg);
    }
    #neuheiten #section-3 {
        background-image: url(../img/neuheiten/neuheiten_03_sm.jpg);
    }
    #product #section-1 {
        background-image: url(../img/produkt1/product_mainvisual_01_sm.jpg);
    }
    #product #section-1-gb {
        background-image: url(../img/produkt1/product_mainvisual_01_gb_sm.jpg);
    }
    #product #section-2 {
        background-image: url(../img/produkt1/video_01_sm.jpg);
    }
    #product #section-2-gb {
        background-image: url(../img/produkt1/product_01_gb_sm.jpg);
    }
    #product #section-3-gb .item:nth-child(1) {
        background-image: url(../img/produkt1/video_02_gb_sm.jpg);
    }
    #product #section-3 .item:nth-child(1) {
        background-image: url(../img/produkt1/product_02_sm.jpg);
    }
    #product #section-3 .item:nth-child(2) {
        background-image: url(../img/produkt1/video_02_sm.jpg);
    }
    #product #section-3 .item:nth-child(3) {
        background-image: url(../img/produkt1/video_03_sm.jpg);
    }
    #product #section-3 .item:nth-child(4) {
        background-image: url(../img/produkt1/video_04_sm.jpg);
    }
    #product #section-3 .item:nth-child(5) {
        background-image: url(../img/produkt1/video_05_sm.jpg);
    }
    #product #section-5 .item:nth-child(1) {
        background-image: url(../img/produkt1/product_03_sm.jpg);
    }
    #product #section-5-gb .item:nth-child(1) {
        background-image: url(../img/produkt1/product_01_sm.jpg);
    }
    #product #section-5 .item:nth-child(2) {
        background-image: url(../img/produkt1/product_03_sm.jpg);
    }
    #product #section-5-gb .item:nth-child(2) {
        background-image: url(../img/produkt1/product_01_gb_sm.jpg);
    }
    #product #section-9 {
        background-image: url(../img/neuheiten/neuheiten_01_sm.jpg);
    }
    #produktberater #section-1 {
        background-image: url(../img/produktberater/produktberater_mainvisual_01_sm.jpg);
    }
    #produktberater #section-2 {
        background-image: url(../img/neuheiten/neuheiten_01_sm.jpg);
    }
    #produktberater #section-3 {
        background-image: url(../img/produktberater/produktberater_02_sm.jpg);
    }
    .social-media-wrapper {
        height: 110px;
    }
    /*.section:not(.social-media-wrapper):not(.hotspot-item):not(#section-6):not(#section-7):not(#section-8) > .container > .row > div {
        margin-top: 60%;
    }*/
    #produktberater .finder .col-sm-10,
    #produktberater .finder .margin-top-100 {
        margin-top: 0 !important;
    }
    /*#product #section-5 .teaser.vertical-middle,
    #product #section-7 .teaser.vertical-middle {
        top: 0px;
        margin-top: 0 !important;
    }*/
    .hotspot-item .padding-top-100,
    .hotspot-item .padding-top-70,
    #section-6 .padding-top-100,
    #section-6 .padding-top-30,
    #section-6 .padding-top-60 {
        padding-top: 0 !important;
    }
    #section-6 .padding-top-60 {
        padding: 15px;
    }
    .hotspot-item .img-responsive,
    #section-7 .img-responsive,
    {
        max-width: 70% !important;
    }
    .section.first {
        padding-top: 0;
    }
    .ls-scroller {
        display: none;
    }
    .hidden-tablet-desktop .mobile-navigation {
        background: #fff;
    }
    .header-subnavigation ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #social-visual {
        padding-top: 20px;
    }
    .xs-p-60p {
        padding: 60% !important;
    }
    .xs-pt-60p {
        padding-top: 60% !important;
    }
    .xs-pl-60p {
        padding-left: 60% !important;
    }
    .xs-pr-60p {
        padding-right: 60% !important;
    }
    .xs-pb-60p {
        padding-bottom: 60% !important;
    }
    .xs-m-60p {
        margin: 60% !important;
    }
    .xs-mt-60p {
        margin-top: 60% !important;
    }
    .xs-ml-60p {
        margin-left: 60% !important;
    }
    .xs-mr-60p {
        margin-right: 60% !important;
    }
    .xs-mb-60p {
        margin-bottom: 60% !important;
    }
    .productfinder h2,
    .productfinder .hlt-b {
        font-size: 2.0rem;
    }
    #faq-answer .panel #answer-3-7 span img {
        margin-left: -28px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 760px) {
    .teaser h3,
    .teaser h4,
    .teaser .hlt-c,
    .teaser .hlt-d {
        font-size: 2.6rem;
    }
    .wow {
        animation-name: none !important;
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .teaser h3,
    .teaser h4,
    .teaser .hlt-c,
    .teaser .hlt-e {
        font-size: 2.3rem;
    }
    .video-icon {
        margin-top: 40px;
        margin-left: -60px;
        position: absolute;
        top: 0;
        left: 50%;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .teaser h3,
    .teaser .hlt-c {
        font-size: 2.2rem;
    }
    .video-icon {
        margin-top: 40px;
        margin-left: -60px;
        position: absolute;
        top: 0;
        left: 50%;
    }
}

.nav > li > a:focus {
    background-color: transparent;
}

.faq-section-heading {
    margin-bottom: 0;
}

.faq-section-heading li {
    background: none;
    padding: 10px;
    margin-bottom: 0;
    cursor: default;
    font-weight: bold;
    opacity: 1;
    list-style-type: none;
    font-size: 1.3em;
}


/*Triman-Logo*/

.triman-wrapper {
    border: 1px solid #e8e8e8;
    padding: 10px 10px 15px 10px;
    margin: 20px 0;
    margin-top: 50px;
}

.triman-wrapper h6,
.triman-wrapper .hlt-f {
    font-size: 1.5em;
    font-family: 'Lato', Verdana, sans-serif;
    color: #FFF;
}

.triman-wrapper p {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4em;
}

.triman-wrapper .col-sm-1 {
    margin-top: 25px;
    margin-left: 2%;
    margin-right: 2%;
}

.triman-wrapper .btn {
    background: #e1e1e2;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e1e1e2), to(#c3c3c4));
    background: -webkit-linear-gradient(#e1e1e2, #c3c3c4);
    background: -moz-linear-gradient(#e1e1e2, #c3c3c4);
    background: -ms-linear-gradient(#e1e1e2, #c3c3c4);
    background: -o-linear-gradient(#e1e1e2, #c3c3c4);
    background: linear-gradient(#e1e1e2, #c3c3c4);
    color: #404245;
}

.triman-wrapper .btn:hover,
.triman-wrapper .btn:focus {
    color: #404245;
    background: #c3c3c4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c3c3c4), to(#a5a6a7));
    background: -webkit-linear-gradient(#c3c3c4, #a5a6a7);
    background: -moz-linear-gradient(#c3c3c4, #a5a6a7);
    background: -ms-linear-gradient(#c3c3c4, #a5a6a7);
    background: -o-linear-gradient(#c3c3c4, #a5a6a7);
    background: linear-gradient(#c3c3c4, #a5a6a7);
}


/*Triman-Logo-Ende*/


/* remove prodadvisor menu link */

.header-subnavigation ul li:nth-child(3) {
    display: none;
}


/*ODSUPPORT-2170 /pho /02-02-2016: sections-gb hinzugefügt (zum Austausch von Bildern in gb-en)*/


/*Positionierung Hotspots*/

@media only screen and (max-width: 768px) {
    li[rel="tooltip"]:nth-child(1) {
        left: 27%;
        top: 16%;
    }
    li[rel="tooltip"]:nth-child(2) {
        left: 37%;
        top: 35%;
    }
    li[rel="tooltip"]:nth-child(3) {
        left: 52%;
        top: 53%;
    }
    li[rel="tooltip"]:nth-child(4) {
        left: 79%;
        top: 17%;
    }
    li[rel="tooltip"]:nth-child(5) {
        left: 82%;
        top: 63%;
    }
    li[rel="tooltip"]:nth-child(6) {
        left: 59%;
        top: 87%;
    }
}


/*Section zu lang in portrait mode fix*/

@media only screen and (min-width: 430px) and (max-width: 768px) {
    #product #section-3,
    #product #section-3-gb {
        height: 850px;
    }
}


/* 20160204 pko kri  */

@media only screen and (min-width: 768px) {
    html[lang='it-IT'] .bottom-box .btn,
    html[lang='el-GR'] .bottom-box .btn {
        width: auto !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* 20160210 Social Media kri  */

.social-media-wrapper .shariff .fa {
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 2em;
    margin: 5px;
}

.social-media-wrapper .shariff .share_text,
.social-media-wrapper .shariff .shariff-button.info {
    display: none;
}

.social-media-wrapper .shariff .fa.fa-twitter {
    background-color: #55acee;
}

.social-media-wrapper .shariff .fa.fa-facebook {
    background-color: #4862a3;
}

.social-media-wrapper .shariff .fa.fa-google-plus {
    background-color: #dd4b39;
}

.social-media-wrapper .shariff .fa.fa-twitter:hover {
    background-color: #449bdd;
}

.social-media-wrapper .shariff .fa.fa-facebook:hover {
    background-color: #375192;
}

.social-media-wrapper .shariff .fa.fa-google-plus:hover {
    background-color: #cc3a28;
}

.shariff-button a {
    color: #fff;
}

.teaser.blue h1.hlt-c,
.teaser.blue h2.hlt-d {
    color: #FFFFFF !important;
}

.reddot-img {
    float: right;
    max-width: 15%;
    margin-top: 80px;
}

.mobile-reddot {
    float: right;
    max-width: 20%;
    margin-right: 5%;
}


/*20160420 START KWE*/

.hlt-c-blue {
    color: #215f8b!important;
}

.hlt-c-white {
    color: #FFFFFF!important;
}
.hlt-d-blue {
    color: #215f8b!important;
}

.faq{
    color: #404245!important;
}

/*20160420 END KWE*/

/* START UPDATE E-SHOP HEADER und FOOTER UK pko */
@media screen and (max-width: 430px) {
    #header .wrapper.box-sizing {
        position: absolute;
        top: 120px;
    }
    #header-subnavigation-level-2 {
        position: absolute;
        top: 186px;
    }
}

.pt-eshop-pro-header-footer-slider-menu .pt-eshop-pro-footer .links ul,
.pt-eshop-pro-header-footer-slider-menu .pt-eshop-pro-footer .links h3 {
    text-align: left;
}
/* END UPDATE E-SHOP HEADER und FOOTER UK pko */


/* START UPDATE ERWEITERUNG LANDINGPAGE */

.kit-sl .m-teasers_teasergrid_2col{
    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    border-bottom: none;
}

.kit-sl .btn.btn-primary.button{
    margin-top: 30px;
}

.kit-sl .m-teaser_cards_3col--whiteBg{
    padding-top: 20px;
    padding-bottom: 70px;
}

.kit-sl .m-teaser_cards_3col{
    padding-bottom: 70px;
}

.kit-sl .m-teaser_cards_3col.fix{
    padding-top: 20px;
}

.kit-sl .m-teaser_cards_3col__header .headline{
    margin-top: 10px;
}

.kit-sl .m-stage__content .large{
    margin-top: 33px;
}

.kit-sl .subheadline{
    margin-bottom: 30px;
}

/* END UPDATE ERWEITERUNG LANDINGPAGE */
