body {
    margin: 0;
    padding: 0;
    font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #111;
    background-color: #f2f2f2;
}

a {
    color: #2251A6;
}

a img {
    border: none;
}

p {
    margin: 10px 0;
    padding: 0;
    line-height: 1.5em;
}

h3 {
    margin: 10px 0 20px 0;
    padding: 0;
    /*font-size: 18px;*/
    font: 23px "Lucida Grande", Arial, Helvetica, sans-serif;
    color: green;
}

h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
}

h4 a {
    text-decoration: none;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5em;
}

strong.highlight {
    background-color: #ffc;
    padding: 2px;
}

/* Building Blocks
-------------------------------- */
#wrapper {
    width: 100%;
    background: #fff;
}

#header {
    background: #f2f2f2;
    border-bottom: 5px solid #333;
}

#masthead {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#content {
    padding: 20px;
    width: 980px;
    margin: 0 auto;
}

#main {
    width: 600px;
    float: left;
}

#sidebar {
    width: 300px;
    float: right;
}

#footer {
    padding: 20px;
    text-align: center;
    border-top: 5px solid #333;
    color: #999;
    background: #f2f2f2;
}

/* Header
-------------------------------- */
#header h1 {
    font: 36px Georgia, "Times New Roman", serif;
    background: url("img/logo.png") no-repeat center left;
    color: #666;
    letter-spacing: -1px;
    margin: 0;
    width: 200px;
    height: 25px;
    float: left;
    padding: 20px 0;
    position: relative;
    text-indent: -9999em;
    z-index: 1;
}

* html #header h1 {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/img/logo.png', sizingMethod='crop');
    padding: 5px 0;
    margin-top: 20px;
}

#header h1 a {
    display: block;
    width: 120px;
    height: 40px;
    outline: none;
    position: absolute;
    top: 10px;
    left: 0;
}

* html #header h1 a {
    margin-top: -20px;
    z-index: 9999;
}

#header h2 {
    margin: 40px 0 20px 20px;
    padding: 0;
    font: 21px Georgia, "Times New Roman", serif;
    letter-spacing: -0.3px;
    color: #999;
    float: left;
    font-style: italic;
}

/* Menu
-------------------------------- */
#menu {
    font-size: 14px;
    /*width: 645px;*/
    position: absolute;
    right: 0;
    bottom: 0;
    _bottom: -1px;
}

#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    margin-right: 2px;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
    z-index: 10;
}

#menu li a {
    outline: none;
    text-decoration: none;
}

#menu li a:hover span {
    text-decoration: underline;
}

#menu li span {
    display: block;
    padding: 5px 12px;
    color: #333;
    position: relative;
}

#menu li.active {
    background: #333;
    color: #fff;
    border-bottom: 2px solid #333;
}

#menu li.active span {
    color: #fff;
}

#menu li#menu-login {
    float: right;
    background: none;
}

#menu li#menu-login span {
    background: none;
    color: #2251A6;
    text-decoration: underline;
}

#menu li#menu-viewability {
    z-index: 999;
}

/*#menu li#menu-contact { margin-left: 30px; }*/
#menu li sup {
    position: absolute;
    right: -8px;
    top: -5px;
}

#menu li a:hover sup {
    text-decoration: none;
}

/* Page: Home
-------------------------------- */
#page-home h2 {
    color: green;
    font: 28px Georgia, "Times New Roman", serif;
    margin: 10px 0 20px;
    padding: 0;
}

#page-home #sidebar h3 {
    margin-top: 30px;
}

#page-home #intro {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#page-home #main .clr {
    margin-bottom: 20px;
}

#page-home #main .clr div {
    width: 280px;
}

#page-home #main ul,
#page-home #main li {
    margin: 0;
    padding: 0;
}

#page-home #main li {
    margin: 15px 0 15px 20px;
}

#page-home #main .left li {
    padding-left: 20px;
    margin-left: 0;
    background: url("img/dot.gif") no-repeat center left;
    list-style: none;
}

#page-home #main .right li {
    list-style: none;
    float: left;
    width: 138px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-right: none;
    padding: 10px 0;
    text-align: center;
}

#page-home #main .right li.last {
    border-right: 1px solid #ddd;
}

.full {
    width: 600px;
    margin-top: 40px;
}

/* Homepage partners */
#page-home #sidebar blockquote {
    margin-top: 100px;
}

#page-home #sidebar h3 {
    margin-top: 60px;
    margin-bottom: 0;
}

#page-home .clients li {
    border: none;
    width: 148px !important;
}

/* Page: Features
-------------------------------- */
#page-features #main {
    width: 960px;
}

#page-features h4 {
    margin-top: 30px;
    font-size: 15px;
    color: #000;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#page-features #main ul {
    margin: 0;
    padding: 0;
}

#page-features #main li {
    margin-left: 0 !important;
    margin-top: 0 !important;
    background-position: top left !important;
}

#page-features #main .showcase,
#page-viewability .showcase,
#page-targeting #main .showcase {
    padding: 10px;
    background: #eee;
    margin: 10px 0;
    border: 1px solid #ccc;
}

#page-features #main .showcase ul,
#page-viewability .showcase ul {
    margin: 20px 0 0;
    padding: 0;
}

#page-features #main .showcase li {
    margin: 0 30px 30px 0;
    padding: 0;
    width: 280px;
    background: none;
    float: left;
}

#page-features #main .showcase li.last {
    margin-right: 0;
}

#page-features #main .showcase li img,
#page-blog #main img,
#page-viewability .showcase li img {
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 10px;
}

.points {
    margin-top: 20px;
}

.points ul {
    width: 300px;
    margin-right: 30px !important;
}

.points ul.last {
    margin-right: 0 !important;
}

/* Page: Reports
-------------------------------- */
#page-reports #main ul {
    padding: 0;
}

#page-reports #main li,
#page-features #main li {
    padding-left: 20px;
    margin-left: 20px;
    background: url("img/dot.gif") no-repeat center left;
    list-style: none;
}

#page-blog #sidebar h4,
#page-reports #sidebar h4 {
    font: normal 18px Georgia, "Times New Roman", serif;
    color: green;
    margin-top: 13px;
    line-height: 23px;
}

/* Page: Targeting
-------------------------------- */
#page-targeting #main {
    width: 960px;
}

#page-targeting table {
    width: 100%;
    margin: 0 0 10px 0;
}

#page-targeting thead th {
    padding: 20px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

#page-targeting th,
#page-targeting td {
    padding: 10px;
    border-top: 1px solid #ddd;
}

#page-targeting .last th,
#page-targeting .last td {
    border-bottom: 1px solid #ddd;
}

#page-targeting tbody th {
    text-align: left;
    background: #f2f2f2;
    border-right: 1px solid #ddd;
}

#page-targeting tbody td {
    color: #6f6f6f;
}


/* Page: Privacy
-------------------------------- */
#page-privacy h4 {
    margin-top: 20px;
    border-bottom: none;
}

.buttons {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    background: #eee;
}

.buttons input {
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.buttons #optin {
    color: green;
}

.buttons #optout {
    color: red;
}

.sidebox {
    padding: 20px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.sidebox dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.sidebox dd {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5em;
}

.sidebox dd.img {
    margin: 0px 0 5px;
}

.sidebox dd.img img {
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
}

/* Page: Clients
-------------------------------- */
#page-clients #main {
    width: 960px;
}

#page-clients .clients sup {
    position: absolute;
    top: -5px;
    background: #ff0000;
    left: 10px;
}

#page-clients h4 {
    margin-top: 30px;
    font-size: 15px;
    color: #000;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.clients,
.clients li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients li {
    float: left;
    position: relative;
    width: 150px;
    margin-top: 20px;
    text-align: center;
    border-right: none;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-right: none;
}

.clients li.last {
    border-right: 1px solid #ddd;
}

.clients li a {
    display: block;
}

.clients li h5 {
    font-weight: normal;
    padding-top: 10px;
    font-size: 12px;
}

#page-home #sidebar .clients li img,
#page-home #sidebar a {
    opacity: 0.9;
}

#page-home #sidebar .clients li:hover img,
#page-home #sidebar a:hover {
    opacity: 1;
}


/* Page: Changelog
-------------------------------- */
#page-changelog #main {
    width: 960px;
}

#page-changelog h3 {
    margin: 0px;
}

#page-changelog p {
    color: #898989;
    font-size: 14px;
    margin-bottom: 40px;
}

#page-changelog ul.changelog {
    border-left: 2px solid #D8D8D8;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: 118px;
}

#page-changelog ul.changelog ul {
    margin-bottom: 64px;
    margin-left: -10px;
    margin-top: -25px;
}

#page-changelog .changelog li {
    list-style-type: none;
    color: #110007;
    font-size: 14px;
    font-weight: bold;
}

#page-changelog .changelog li time {
    position: relative;
    left: -120px;
}

#page-changelog .changelog li li {
    font-weight: normal;
}

#page-changelog .changelog li li span {
    text-transform: uppercase;
    margin-right: 20px;
    color: #FFF;
    width: 30px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#page-changelog .changelog li.new span {
    background: #61C500;
}

#page-changelog .changelog li.fix span {
    background: #0082DF;
    padding: 3px 16px;
}

#page-changelog ul.changelog li time:before {
    background-color: #FCFBFB;
    content: "";
    position: absolute;
    left: 112px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #CCC;
    z-index: 2;
}


/**
 * Page: Viewability
 * ---------------------------
 */

#page-viewability .main {
    width: 100%;
}

#page-viewability .main .left {
    width: 640px !important;
}

#page-viewability .main h4 {
    margin-top: 10px;
}

#viewability-container {
    width: 298px;
    z-index: 9999;
    padding-bottom: 25px;
    padding-top: 25px;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
}

#viewability-container.fixed {
    position: fixed;
    top: 100px;
    right: 20px;
}

#viewability-container.floater-floating {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .1);
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 298px;
}

#page-viewability .showcase {
    list-style-type: none;
}

#page-dgpr .main p,
#page-dgpr .main ul,
#page-viewability .main p,
#page-viewability .main ul {
    margin-bottom: 1em;
    font-size: 14px;
}

#page-viewability .main p.disclaimer {
    font-size: 10px;
    color: #999;
    /* width: 100%; */
    text-align: left;
    word-wrap: normal;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    /* margin-top: -30px; */
    line-height: 1.4em;
    height: 30px;
}

#page-viewability .main ul li {
    margin-bottom: 20px;
}

#page-viewability #content .right {
    position: relative;
    width: 300px;
}

#page-viewability #research-container {
    background: #EEEEEE;
    color: #8D8D8D;
    height: 120px;
    padding: 20px 0px 5px 20px;
    margin-top: 28px;
}

#page-viewability #research-container p {
    font-size: 13px !important;
}

#page-viewability #research-container h5 {
    font-size: 15px;
    color: #707070;
    margin-bottom: 10px;
}

#research-container .research-container-img,
#research-container .research-container-legend {
    float: left;
}

#research-container .research-container-img {
    width: 104px;
    margin-right: 15px;
}

#research-container .research-container-legend {
    width: 490px;
}

#research-container a img {
    margin-left: 5px;
}

#page-viewability #demo {
    margin-bottom: 40px;
}

#page-viewability #banner300 {
    padding-top: 5px;
    border: 1px solid #ccc;
    border-bottom: none;
}

#viewability-container table {
    border-collapse: collapse;
    padding: 10px;
    color: #666;
}

#viewability-container td span {
    border: 2px solid #000;
    display: block;
    color: white;
}

#viewability-container th {
    font-weight: normal;
    font-size: 15px;
    color: #606060;
}

#viewability-container th div {
    cursor: help;
    border-bottom: 1px dotted #606060;
}

#viewability-container th,
#viewability-container td {
    width: 75px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ccc;
    padding: 0px 10px;
}

#viewability-container td {
    padding-top: 10px;
}

#viewability-container th:last-child,
#viewability-container td:last-child {
    border-right: none;
}

#viewability-container td.red {
    color: #C7170C;
}

#viewability-container td.green {
    color: #61AC06;
}

#viewability-container td.visible span {
    border: none;
}

#viewability-container td.visible span:before {
    content: '\2713';
    font-family: 'standard';
    font-size: 19px;
    font-weight: 100;
}

#viewability-container td span.yes {
    color: #61AC06;
}

#viewability-container td span.no {
    color: #C7170C;
}

@-moz-keyframes slide {
    0% {
        -moz-transform: translate3D(0, 0, 0);
    }

    50% {
        -moz-transform: translate3D(0, -4px, 0);
    }

    100% {
        -moz-transform: translate3D(0, 4px, 0);
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translate3D(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3D(0, -4px, 0);
    }

    100% {
        -webkit-transform: translate3D(0, 4px, 0);
    }
}

@-o-keyframes slide {
    0% {
        -o-transform: translate3D(0, 0, 0);
    }

    50% {
        -o-transform: translate3D(0, -4px, 0);
    }

    100% {
        -o-transform: translate3D(0, 4px, 0);
    }
}

@-ms-keyframes slide {
    0% {
        ms-transform: translate3D(0, 0, 0);
    }

    50% {
        -ms-transform: translate3D(0, -4px, 0);
    }

    100% {
        -ms-transform: translate3D(0, 4px, 0);
    }
}

@-keyframes slide {

    0% {
        transform: translate3D(0, 0, 0);
    }

    50% {
        transform: translate3D(0, -4px, 0);
    }

    100% {
        transform: translate3D(0, 4px, 0);
    }
}

#viewability-container td span.submitted,
#viewability-container td span.not-submitted {
    border: none;
}

#viewability-container td span.not-submitted:before,
#viewability-container td span.submitted:before {

    content: '\2713';
    font-family: 'standard';
    color: #61AC06;
    margin-top: -20px;
    position: relative;
    top: -1px;
    font-size: 19px;
    font-weight: 100;
    text-shadow: 2px 1px 1px #FFF;
    left: 3px;
}

#viewability-container td span.not-submitted:before {
    color: #C7170C;
}

#viewability-container td span.submitted {
    -webkit-animation-name: slide;
    -webkit-animation-duration: 0.2s;
    -moz-animation-name: slide;
    -moz-animation-duration: 0.2s;
    -o-animation-name: slide;
    -o-animation-duration: 0.2s;
    -ms-animation-name: slide;
    -ms-animation-duration: 0.2s;
    animation-name: slide;
    animation-duration: 0.2s;
}

#viewability-container td.pause {
    position: relative;
}

#viewability-container td.pause:after {
    content: '\E8A0';
    color: #C7170C;
    font-family: 'standard';
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: -14px;
}

#viewability-container tbody {
    font-size: 20px;
    font-weight: bold;
}


#page-viewability {
    overflow: hidden;
}

#page-viewability h6 {
    font-size: 18px;
    color: #bbb;
    font-weight: normal;
    padding: 0;
    margin: -15px 0 18px 2px;
}

#page-viewability .showcase {
    border: none;
}

#page-viewability ul.showcase p {
    color: #777;
    font-size: 12px;
    margin-top: 5px;
}

#page-viewability .intro {
    font-size: 15px !important;
    color: #777;
    line-height: 22px;
    margin-bottom: 40px;
}

#faq-container {
    clear: both;
    display: none;
}

#faq-container .faq-section {
    overflow: hidden;
    height: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
    opacity: 0;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transition: all .2s linear;
}

#faq-container .faq-section.open {
    opacity: 1;
}

#page-gdpr h4,
#page-privacy h4,
#faq-container h2,
#page-viewability .right h2 {
    margin: 40px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
    color: #414549;
    position: relative;
}

#page-viewability .right h2:first-child {
    margin: 82px 0 20px 0;
}

#page-viewability .right h2 a {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    right: 6px;
    position: absolute;
    top: 7px;
}

#page-viewability .right h2 a img {
    margin-left: 6px;
}

#page-viewability .right h2 {
    clear: both;
}

#faq-container h4 {
    -webkit-transition: all .2s linear;
    font-weight: normal;
    cursor: pointer;
    color: #606060;

}

#faq-container h4 span {
    padding-bottom: 4px;
    padding: 8px 10px;
    background: #e3e3e3;
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 40px;
}

#faq-container h4:hover span {
    background: #ddd;
}

#faq-container h4 span:before {
    content: "\002B";
    font-family: 'standard';
    display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 10px;
}

#faq-container h4.open {
    color: #fff;
}

#faq-container h4.open span {
    background: #606060;
    color: white;

}

#faq-container h4.open span:before {
    content: "\002D";
}


#page-viewability .tt {
    font: normal 12px tahoma;
    background: #222 !important;
    color: #E3E3E3;
    padding: 8px 5px;
    width: 200px;
    margin-left: -100px !important;
    text-align: center !important;
    display: block !important;
    position: absolute !important;
    left: 50%;
    z-index: 99999999 !important;
    box-shadow: 0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0px 1px 0px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, .2);
    display: none;
    line-height: 1.3em;
}

#page-viewability .tt.to-down {
    top: 130%;
}

#page-viewability .tt.to-up {
    bottom: 93%;
    z-index: 0;
}

#page-viewability .tt.legacy:after {
    width: 0px;
    height: 0px;
    background: none;
    border: 4px solid #222;
    border-color: #222 transparent transparent transparent;
    margin-top: 0px;

}

#page-viewability .tt:after {
    content: "";
    position: absolute;
    top: 0%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    width: 1px\9;
    height: 1px\9;
    background: #222;
    left: 50%;
    margin-left: -4px;

    box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: none\9;

    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#page-viewability .tt.to-up:after {

    top: 100%;
    content: "";
    position: absolute;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    width: 1px\9;
    height: 1px\9;

    background: #222;
    left: 50%;
    margin-left: -4px;

    box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 0px 0px #fff, 1px 1px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: none\9;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

#page-viewability #social {
    clear: both;
    margin-top: 10px;
}

#page-viewability #social ul,
#page-viewability #social li {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

#page-viewability #social li {
    float: right;
    margin-right: 50px;
    width: 60px;
    margin-bottom: 20px;
}


#vreport-header {
    color: #fff;
    padding: 0px 0 0 20px;
    background: #606060;
    background: #606060;
    background-color: #606060;
    background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}

#vreport-header h4 {
    background: url('img/greece.png') no-repeat left center;
    padding-left: 40px;
}

#page-viewability .main #vreport-header .right .new {
    background: url('img/new.png') no-repeat center center;

    padding-left: 0px;
    position: absolute;

    right: 26px;

    top: 6px;

    width: 37px;
    display: inline-block;

    height: 17px;
}

#page-viewability .main #vreport-header .right {
    float: left;
    height: 28px;
    width: 240px;
    margin: 4px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #636363;
    background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}

#page-viewability .main #vreport-header .right.new {
    width: 298px;
}

#page-viewability .main #vreport-header .right .date,
#page-viewability .main #vreport-header .right .date-ranges {
    float: right;
    padding: 0px;
    padding: 5px 5px;
    cursor: pointer;

    display: inline-block;
    /* border: 1px solid; */
    margin: 0;
    max-height: 215px;
    overflow: auto;
}

#page-viewability .main #vreport-header .right .date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    display: inline-block;
}

#page-viewability .main #vreport-header .right .date label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 86%; */
    display: inline-block;
    margin: 0 0px 0 0px;
    font-size: 15px;
    font-weight: bold;
}

#page-viewability .main #vreport-header .right .date-ranges {
    list-style-type: none;
    margin: 0px 0 0 0;
    width: 243px;
    left: 2px;
    z-index: 9;
    position: relative;
    display: none;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 0;
    background: #FFFFFF;
    border: 1px solid #666666;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);

}

#page-viewability .main #vreport-header .right .date-ranges li {
    padding: 4px 10px 4px 10px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    color: #444;
    margin-top: 4px;
    text-align: left;
    position: relative;
}

#page-viewability .main #vreport-header .right .date-ranges li:hover {
    color: #fff;
    background: #636363;
    cursor: pointer;
}

#page-viewability .main #vreport-header .right .date-ranges li span {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 5px;
    display: none;
    color: #999;
}

#page-viewability .main #vreport-header .right .date-ranges li:hover span {
    color: #DDD;
}

#page-viewability .main #vreport-header .right .date-ranges li.active span {
    display: inline-block;
}

#page-viewability .main #vreport-header .right .date-ranges li span:after {
    font-family: standard;
    content: '\2713';
    font-size: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #636363;
    color: white;
    margin-left: 8px;

    display: inline-block;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

#page-viewability .main #vreport-header .right .date-ranges li:hover span:after {
    color: #444;
    background: #fff;
}

#page-viewability .main #vreport-header .right .date-ranges li label:hover,
#page-viewability .main #vreport-header .right .date-ranges label:hover {
    cursor: pointer !important;
}

/*
#page-viewability .main #vreport-header .right .date:before {
    content: '\1F4C5';
    font-family: standard;
    font-weight: normal;
    position: relative;
    top: 2px;
    right: 2px;
}
*/
#page-viewability .main #vreport-header .right .date-ranges li.active:hover,
#page-viewability .main #vreport-header .right .date-ranges li.active:hover label {
    cursor: default !important;
}

#page-viewability .main #vreport-header .right:after {
    content: '\25BE';
    font-family: standard;
    font-weight: normal;
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 11px;
}

#vreport-main-top {
    padding: 5px 20px 10px;
    background-color: #DFDFDF;
    color: #444;
    font-size: 12px;
    position: relative;
    z-index: 1;

}

#vreport-main-top.updated {
    background-color: #FBFFD0;
}


#page-viewability .main .left #vreport-container .left {
    width: 180px !important;
}

#vreport-main-top em {
    color: #478016;
    font-size: 75px;
    font-weight: bold;
    font-style: normal;
    position: relative;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0 2px;

}

#vreport-main-top sup {
    position: relative;
    font-size: 55px;
    bottom: 4px;
    font-weight: bolder;
    vertical-align: bottom;
}

#page-viewability #content #vreport-main-top .right {
    width: 351px;
    text-align: center;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

#page-viewability #content #vreport-main-top .right p {
    font-size: 12px;
    color: #555;
    margin: 23px 0 0 0;
    text-align: center;
}

#page-viewability .main #vreport-main-top ul {
    list-style-type: none;
    padding-left: 0px;
}

#page-viewability .main #vreport-main-top ul li {
    float: left;
    width: 44%;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    padding: 9px;
    white-space: nowrap;
    font-size: 15px;
    color: #9C9C9C;
    margin-top: 1px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #aaa;
}

#page-viewability .main #vreport-main-top ul li:first-child {
    border-right: none;
}

#page-viewability .main #vreport-main-top .right ul li span {
    font-size: 16px;
    display: block;
    margin-top: 7px;
    color: #858585;
    font-weight: bold;
}

.vreport-progress {
    background-color: #fff;
    height: 18px;
    margin: 15px 4px 0 0;
    width: 230px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vreport-progress span {
    color: #fff;
    font-size: 9px;
    text-align: center;
    width: 112px;
    padding-top: 3px;
    display: block;
    height: 18px;
    background-color: #478016;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#vreport-main-top .vreport-progress span {
    border-right: 4px solid #DFDFDF;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

#vreport-main-body {
    padding: 20px;
    background-color: #F0F0F0;
}

#vreport-container h5 {
    font-weight: normal;
    font-size: 15px;
    color: #111;
}

#vreport-main-body dl {
    width: 100%;
}

#vreport-main-body dl dt,
#vreport-main-body dl dd {
    float: left;
    width: 170px;
    min-height: 27px;
    margin: 4px 0;
}

#vreport-main-body dl dd {
    width: 400px;
    float: right;
    margin-left: 0;
}

#vreport-main-body dl dd .vreport-progress {
    width: 400px;
    padding: 0px;
    height: 23px;
    margin: 0px;
    background-color: #DDD;
    position: relative;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#vreport-main-body dl dd .vreport-progress span {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    margin: 0px;
    height: 22px;
    padding-left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    margin-top: 1px;
    display: inline-block;
    background: #478016;
    background-image: -o-linear-gradient(90deg, #DA370C 0%, #83C812 100%);
    background-image: -moz-linear-gradient(90deg, #DA370C 0%, #83C812 100%);
    background-image: -webkit-linear-gradient(90deg, #DA370C 0%, #83C812 100%);
    background-image: -ms-linear-gradient(90deg, #DA370C 0%, #83C812 100%);
    background-image: linear-gradient(90deg, #DA370C 0%, #83C812 100%);
    top: -1px;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}

/*#vreport-main-body dl dd .vreport-progress span:hover {
    background: #969696
}*/
#vreport-main-body dl dd .vreport-progress div {
    position: absolute;
    height: 20px;
    text-align: center;
    margin-left: -3px;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}

#vreport-main-body dl dd .vreport-progress em {
    position: absolute;
    margin: 3px 3px 0 -25px;
    font-style: normal;
    display: inline-block;
    left: 0;
    color: #757575;
    font-weight: normal;
}

#vreport-main-body dl dd .vreport-progress em.max {
    margin-left: -3px;
    margin: 3px 0px 0 0px;
    right: -25px;
    left: auto;
}

#vreport-main-body dl dd .vreport-progress div label {
    z-index: 9999999;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: 7px;
    right: 11px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#vreport-main-body dl dd .vreport-progress div em {
    background-color: #F0F0F0;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-width: 9px;
    margin: -5px 0 0 0;
    box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.2);
}

#vreport-main-body dl dt span {
    margin-top: 4px;
    display: block;
    color: #555;
}

#vreport-footer {
    background-color: #F9F9F9;
    padding: 10px 20px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #F5F5F5;
    height: 20px;
}

#page-viewability #content #vreport-footer .left {
    width: 150px !important;
}

#page-viewability #content #vreport-footer .right {
    width: 420px;
}

#page-viewability #vreport-footer #social {
    float: left;
    margin-top: 0px;
    padding-left: 0;
}

#vreport-main-body .axis {
    list-style-type: none;
    width: 400px;
    float: right;
    padding: 0;
    height: 4px;
    margin-bottom: 0 !important;
}

#vreport-main-body .axis li {
    float: left;
    width: 98px;
    font-size: 11px;
    color: #aaa;
    margin: 0 !important;
    padding-left: 1px;
}

#vreport-main-body .axis li:first-child {
    width: 91px;
}

#vreport-main-body .axis li:last-child {
    text-align: right;
    width: 0px;
    position: relative;
    left: -17px;
}

#page-viewability .vreport-progress .tt,
#page-viewability .vreport-progress .tt:after {
    background: #478016 !important;
}

#vreport-main-body dl dd .vreport-progress:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(left, transparent 99%, #fff 100%);
    background-image: -webkit-linear-gradient(left, transparent 99%, #FFF 100%);
    background-image: -o-linear-gradient(left, transparent 99%, #fff 100%);
    background-image: -moz-linear-gradient(left, transparent 99%, #fff 100%);
    background-image: -ms-linear-gradient(left, transparent 99%, #fff 100%);

    background-size: 25%;
    -moz-background-size: 25%;
    -o-background-size: 25%;
    -webkit-background-size: 25%;
    opacity: 0.65;
}


#vmonths-dashboard {
    clear: both;
    position: relative;
}

#vmonths-dashboard p {
    font-size: 11px !important;
    color: #ccc;
    top: 10px;
    margin: 0.6em 0;
}

#vmonths-dashboard ul {
    position: relative;
    margin: 0 !important;
    padding: 0;
    bottom: 0;
    height: 150px;
}

#vmonths-dashboard ul li {
    list-style-type: none;
    float: left;
    width: 40px;
    margin-right: 14.5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    cursor: pointer;
    text-align: center;
    top: 0;
    height: 150px;
}

#vmonths-dashboard ul li:last-child {
    margin-right: 0;
}

#vmonths-dashboard ul li span {
    bottom: 0;
    position: absolute;
    background-color: #F0F0F0;
    display: inline-block;
    width: 100%;
    left: 0;
    pointer-events: none;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#vmonths-dashboard ul li.active span {
    background-color: #478016;
}

#vmonths-dashboard ul li em {
    font-style: normal;
    bottom: 5px;
    position: absolute;
    left: 28%;
    font-size: 11px;
    color: #ACACAC;
    pointer-events: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

#vmonths-dashboard ul li.active em {
    color: #fff;
}

/* Page: Contact
-------------------------------- */
#page-contact #main {
    width: 960px;
}

label {
    font-size: 12px;
}

#contact-info {
    width: 300px;
    float: right;
    margin-top: 30px;
    padding-top: 50px;
    background: url("img/logo.gif") no-repeat top left;
}

#contact-info div {
    margin-bottom: 30px;
}

#contact-info p {
    margin: 5px 0;
}

#contact-form {
    float: left;
    margin-top: 10px;
    width: 600px;
}

#contact-form table {
    width: 100%;
}

#contact-form th,
#contact-form td {
    padding: 6px 4px;
}

#contact-form th {
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

#contact-form .field {
    width: 97%;
}

#contact-form .field-small {
    width: 50%;
}

#contact-form #field-captcha {
    width: 10em;
    float: left;
    margin-right: 10px;
}

#captcha {
    float: left;
    margin-left: 10px;
}

#contact-disclaimer {
    color: #6f6f6f;
    margin-left: 10px;
    font-size: 11px;
}


/* Page: Features
-------------------------------- */
#page-docs #main {
    width: 960px;
}

#page-docs small {
    color: #999;
}




/* Sidebar
-------------------------------- */
#sidebar .adformats-promo {
    background-image: url('../img/newformatspromo.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 113px;
    margin-top: 10px;
    width: 100%;
}

#sidebar .viewability-promo {
    background-image: url('../img/viewability/viewability_4.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 75px;
    margin-top: 10px;
    width: 100%;
}

#sidebar .viewability-promo:hover {
    background-position: 0 -75px;
}

#sidebar .mood-promo {
    background-image: url('img/homeMood.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 60px;
    margin-top: 20px;
    width: 100%;
}

#sidebar-screens,
#sidebar-screens li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-screens li {
    float: left;
    padding: 0 10px 20px 0;
}

#sidebar-screens li img {
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
    background: #fff;
    padding: 2px;
}

#sidebar blockquote {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-style: italic;
    color: #666;
    line-height: 1.5em;
}

/* Lists
--------------------------------------- */
.list-col {
    width: 300px;
    margin: 0;
    float: left;
}

.list-col li {
    background: url("img/dot.gif") no-repeat center left;
    padding-left: 20px;
    margin: 10px 0 !important;
}


/* Zoomer
--------------------------------------- */
.zoomer {
    padding: 2px;
    background: white;
    -moz-box-shadow: 0 10px 30px 3px #999999;
    -webkit-box-shadow: #999999 0px 0px 30px;
}

.zoomer img {
    display: block;
}

.zoomer-loader {
    background: black no-repeat url("img/zoomerloader.gif") center center;
    opacity: 0.4;
}

.zoomer-close {
    background: url("img/close.png");
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 9999999;

}

/* Validation
-------------------------------- */
.messenger {
    color: #fff;
    width: 400px;
    padding: 5px 10px 5px 30px;
    border: 5px solid #006c00;
    border-top: none;
    background: green url("img/ok.gif") no-repeat 8px 5px;
}

.errorer,
.errorer-single {
    background: #ED1C24 url("img/no.gif") no-repeat 8px 5px;
    height: 1%;
    border: 5px solid #bf171d;
    border-top: none;
    padding: 5px 10px 5px 30px;
    color: white;
    width: 400px;
    position: relative;
}

.errorer li {
    margin: 5px 0;
}

.errorer span {
    position: absolute;
    top: 5px;
    right: 5px;
}

.errorer-single {
    background-position: 8px 5px;
}

p.errorer-single {
    width: 100%;
    border: none;
    margin: 0 0 10px;
}

.field-error {
    border-color: #ED1C24 !important;
}

/* Tele-Services
-------------------------------- */
#tele {
    text-align: center;
    font-size: 11px;
    width: 450px;
    margin: 0 auto;
    background-color: #F2F2F2;
    padding: 5px 0;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}

#tele strong {
    background: url('img/tele.png') left center no-repeat;
    ;
    padding-left: 15px;
}

/* Gallery
-------------------------------- */
#page-gallery #content {
    width: 960px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

#page-gallery #main,
#page-campaign #main {
    /*position: relative;*/
    width: 980px;
    float: none;
}

#banner {
    float: left;
    width: 300px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin-right: 20px;
    padding: 20px;
}

#banner img {
    display: block;
    margin-bottom: 20px;
}

#banner-details ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#promo-gallery {
    float: right;
    width: 598px;
}

#promo-gallery .box {
    float: left;
    width: 186px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#promo-gallery .box.last {
    margin-right: 0;
}

#promo-gallery .box img {
    display: block;
    margin-bottom: 8px;
}

#promo-gallery .box ul {
    list-style-type: none;
    border-top: 1px solid #eee;
    margin: 20px 0 0 0;
    padding: 0;
}

#promo-gallery .box ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

#promo-gallery .box img {
    border: 1px solid #ddd;
    background-color: white;
    padding: 1px;
}


/* Footer
-------------------------------- */
#footer a {
    color: #999;
}


/* Misc classes
-------------------------------- */
.sub {
    background-color: #F59D21;
    line-height: normal !important;
    height: auto !important;
    color: white;
    font-size: 9px;
    font-weight: bold !important;
    padding: 1px 4px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 1px;
    -border-radius: 1px;
}

.sub.dark {
    background-color: #333;
}

.clr {
    _height: 1%;
    min-height: 1px;
}

.clr:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.field,
.field-small {
    border: 1px solid #ccc;
    background: #eee;
    color: #555;
    padding: 4px;
    font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
}

.field-focus,
.field:focus,
.field-small:focus {
    background: white;
    border-color: #999;
    color: #333;
}

.button {
    padding: 3px 6px;
    font-weight: bold;
}

.optin,
.optout {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
}

.optin {
    color: green;
}

.optout {
    color: red;
}

/* Blog */
#page-blog h3 {
    margin-bottom: 8px;
}

#page-blog h3 a {
    color: inherit;
}

#page-blog h2 {
    font-size: 16px;
}

.blog-content {
    font-size: 13px;
    margin-top: 30px;
}

address {
    font-style: normal;
    display: block;
    color: #999;
    font-size: 13px;
}

.blog-content p {
    margin: 1.2em 0;
}

.blog-img {
    margin: 20px 0;
}

.blog-img-left {
    margin: 0 20px 0px 0;
    float: left;
}

.blog-img img {
    border: none;
    margin: 0 !important;
}

.blog-img p {
    margin: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    color: #6f6f6f;
    text-align: center;
}

.blog-content p,
.blog-content li {
    line-height: 1.4em;
}

#page-blog #main article {
    margin-bottom: 40px;
    display: block;
}

#page-blog #main article h3:hover {
    text-decoration: underline;
}

#page-blog #main ul {
    list-style: none;
    padding-left: 0px;
}

#page-blog #main ul {
    list-style-type: ellipsis;
    padding-left: 10px;
}

#page-blog #main li {
    list-style-type: ellipsis;
    margin-left: 10px;
    background: url("img/dot.gif") no-repeat scroll left 3px transparent;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

#follow ul,
#follow li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#follow li {
    text-align: center;
    font-size: 15px;
    width: 50%;
    float: left;
}

#follow li a {
    background: #fff url("img/follow.png") no-repeat 44px 20px;
    border: 1px solid #ddd;
    display: block;
    padding: 90px 0 20px;
}

#follow li#follow-rss a {
    margin-right: 5px;
}

#follow li#follow-twitter a {
    background: url("img/follow.png") no-repeat -135px 20px;
    margin-left: 5px;
}

#follow li#follow-twitter a:hover {
    background: whitesmoke url("img/follow.png") no-repeat -135px -160px;
}

#follow li#follow-rss a:hover {
    background: whitesmoke url("img/follow.png") no-repeat 44px -160px;
}

* html #follow li a {
    background-image: none !important;
    padding-top: 20px !important;
}

/* Gallery
---------------------- */

/* Select
--------------------------------------- */
.select {
    position: relative;
    display: inline;
    /*display: inline-block;*/
    text-align: left;
    z-index: 1;
    float: right;
    top: 0px;
    padding: 0px 0 20px 0;
}

.select-trigger {
    display: inline-block;
    padding: 7px 25px 2px 9px;
    position: relative;
    z-index: 1000001;
    background: transparent url("img/select-down.gif") no-repeat 99% 14px;
    float: none !important;
    border-bottom: 1px dotted #ccc;
}

body div.select .select-content {
    position: absolute;
    top: 23px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    z-index: 100000;
    background: white;
    /* must for ie */
    width: 158px;
    margin-top: -1px;
    border-right-color: #999;
    border-bottom-color: #999;
    padding: 5px 5px;
    display: none;
    float: none;
    letter-spacing: 0 !important;
    min-width: 158px;
    margin-top: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.126094) 1px 1px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.126094) 1px 1px 6px;
    box-shadow: rgba(0, 0, 0, 0.126094) 1px 1px 6px;
    border-top: none;

}

*+html div.select .select-content {
    margin-top: -1px;
}

/* IE 7 */
* html div.select .select-content {
    top: 28px;
    z-index: -1;
    margin-top: -1px;
    margin-left: -5px;
}

/* IE 6 */

.select ul {
    margin: 0;
    padding: 0;
    height: expression(this.scrollHeight > "160"? "160px": "auto");
    overflow: auto;
}

.select ul li {
    list-style-type: none;
    margin: 0 !important;
    display: block;
    font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #2251A6;
    border-bottom: 1px solid #eee;
    padding: 5px;
    min-height: 0;
}

.select li.last {
    border-bottom: none;
}

.select li:hover {
    background-color: #3399FF;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.select li:hover a {
    color: white;
}

.select li a strong {
    text-decoration: underline;
}

/* Hover */
.select.hover .select-trigger {
    background: #fff url("img/select-up.gif") no-repeat 98% 12px;
    padding: 6px 25px 3px 8px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right-color: #999;
}

/* For ie6 we have to set the block to !important */
.select.hover .select-content {
    display: block !important;
}

.select ul li {
    text-align: left !important;
}

h3 span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background-color: #F59D21;
    color: #FFFFFF;
    padding: 0 5px;
    text-shadow: 1px 1px 1px #999;
}

#twitter {
    margin-top: 20px;
}

#twitter a {
    background: url("img/twitter.png") no-repeat scroll 5px 5px transparent;
    padding: 5px 5px 5px 25px;
}

#twitter a:hover {
    background: url("img/twitter.png") no-repeat scroll 5px 5px whitesmoke;
}

#featured {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px;
    position: relative;
    margin-top: 25px;
    -moz-box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.2);
    1px 1px 3px rgba(51, 51, 51, 0.2);
}

#featured h4 {
    background-color: #fff;
    position: absolute;
    top: -10px;
    padding: 0 4px;

}

*+html #featured h4 {
    left: 20px;
}

#featured .campaign {
    float: left;
    border: 1px solid #333;
    width: 450px;
}

#featured .info {
    float: right;
    width: 445px;
    text-align: center;
}

#featured .info table {
    width: 100%;
    margin: 60px 0 10px 0;
}

#featured table tbody td,
#featured table tbody th {
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

#featured table tr.last td,
#featured table tr.last th {
    border-bottom: none;
}

#featured table thead td {
    font-weight: bold;
    border-bottom: 2px solid #888;
}

#featured table tbody th {
    text-align: left;
    padding-right: 10px;
}

.campaign,
.creative {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 16px 0;
}

.campaign {
    margin-right: 33px;
    width: 220px;
    float: left;
}

.creative {
    -moz-box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.2);
    1px 1px 3px rgba(51, 51, 51, 0.2);
    border: 1px solid #333;
}

.last.campaign {
    margin-right: 0px;
}

#latest .campaign {
    max-height: 150px;
}

#latest .campaign img {
    border: 1px solid #DDD;
    background-color: white;
    padding: 1px;
    margin-bottom: 5px;
}

.creative-header {
    padding: 5px 5px 10px;
    position: absolute;
    width: 968px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
}

.creative-header a,
.creative-header {
    color: #fff;
}

.creative-header p {
    margin: 2px 0;
}

.creative-header .tags {
    float: right;
    margin-top: -18px;
}

.creative-header .tags a {
    text-decoration: none;
    background-color: #fafafa;
    color: #111;
    margin: 5px;
    padding: 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.creative-header .tags a:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-color: #F59D21;

}

#gallery-creatives {
    margin: 20px 0;
}

.loading {
    background: #fff url("http://c.pstatic.gr/img/loaders/default-large.gif") no-repeat center center;
    height: 800px;
    width: 100%;
}

#share-buttons {
    padding: 10px 0;
}

.creative {
    margin-bottom: 30px;
}

.button {
    float: right;
    margin-top: 10px;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ddd));
    display: inline-block;
    padding: 6px 10px !important;
    text-decoration: none;
    font-weight: bold !important;
    line-height: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
    text-decoration: none;
}

#gallery-back {
    margin-top: 0px;
}

#featured .button {
    float: none;
}

*+html #page-campaign .button {
    width: 220px;
}

#featured .button a,
#page-campaign .button a {
    color: #666;
    text-decoration: none;
}

/* Vertical Menu */
.verticalMenuGallery {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 800px;
    overflow: hidden;
    overflow-y: auto;
    transform: translate3D(-200px, 0, 0);
    transition: transform 2s;

}

.verticalMenuGallery.mySticky {
    transition: 1s;
}

.verticalMenuGallery ul {
    /*disable default margin and padding in ul's*/
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.verticalMenuGallery ul {
    background-color: #ada3a3;
}

.verticalMenuGallery ul li {
    width: 200px;
    height: 50px;
    /*padding-top: 20px;*/
}

.verticalMenuGallery ul li a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: white;
    text-decoration: none;
}

.verticalMenuGallery ul li a:hover {
    background-color: #928888;
}

.active-menu-btn {
    background-color: #777575;
}

#page-gallery #content {
    transform: translate3D(0px, 0, 0);
    transition: transform 2s;
}

#page-gallery #content.slided {
    transform: translate3D(218px, 0, 0);
}

#showMenuButton {
    float: left;
    position: fixed;
    left: 20px;
    top: 75px;
    cursor: pointer;
    font-size: 200%;
    color: #928888;
    z-index: 10000000;
}

#showMenuButton.visible {
    visibility: visible;
}

#showMenuButton.hidden {
    visibility: hidden;
}

#showMenuButton:after {
    content: '\E9A1';
    font-family: 'standard';
}

#closeButton {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 150%;
    cursor: pointer;
    margin-bottom: 15px;
    display: none;
    color: #f3efef;
}

#closeButton:after {
    content: '\2421';
    font-family: 'standard';
}

#adman-left-menu.visible {
    visibility: visible;
}

#adman-left-menu.hidden {
    visibility: hidden;
}

/*  GDPR page
--------------------*/
#page-gdpr .main,
#page-privacy #main {
    font-size: 18px;
    line-height: 1.8em;
    color: #444;
    width: 100%;
}

#page-gdpr li,
#page-privacy li {
    margin: 20px 0;
}

#page-privacy code {
    font-weight: bold;
}

/* ME page */
.href {
    color: #F65666;
    cursor: pointer;
}

.container-me {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.main-me {
    display: flex;
    padding: 10px;
    height: 100%;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.intro-me {
    padding: 20px;
    text-align: justify;
}

.codes-me {
    display: flex;
    align-items: flex-end;
    border: 1px solid #ccc;
    flex-direction: column;
    background-color: #fff;
    color: #483D8B;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    white-space: normal;
    transition: 240ms;
    border-radius: 4px;
}

.code-me {
    align-self: center;
    padding: 10px;
}

.toast {
    position: fixed;
    left: 30px;
    padding: 10px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    pointer-events: none;
    background-color: #353535;
    color: #fff;
    animation: show 3000ms;
    animation-fill-mode: forwards;
}

.button-me {
    justify-self: flex-end;
    text-align: center;
    padding: 16px;
    font-size: 12px;
    background-color: #F65666;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: bold;
}

.button-me:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.button-me:active {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.shimmer {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #EBEBEB 8%, #ddd 18%, #EBEBEB 33%);
    background-size: 900px 20px;
    height: 100%;
    margin: 10px;
    position: relative;
    width: 60%;
    border-radius: 4px;
}

@keyframes show {
    0% {
        opacity: 0;
        bottom: -65px;
    }

    20%,
    80% {
        opacity: 1;
        bottom: 30px;
    }

    100% {
        opacity: 0;
        bottom: -65px;
    }
}

@media screen and (max-width: 40em) {
    @keyframes show {
        0% {
            opacity: 0;
            bottom: -41px;
        }

        20%,
        80% {
            opacity: 1;
            bottom: 0;
        }

        100% {
            opacity: 1;
            bottom: -45px;
        }
    }

    .toast {
        left: 0;
        border-radius: 0;
        padding: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 910px) {
    .main {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}