/** NEW LAYOUT */

/**
* The following media query is to fix the vertical bars that don't display
* correctly on an iPod (iPhone), the problem is position fixed that doesn't 
* work as expected on Safari viewport. Sal authorized removing the bars altogether
* when rendering on iPod/iPhone
*/

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #bar-left {
        display: none !important;
    }

    #bar-right {
        display: none !important;
    }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    #bar-left {
        display: none !important;
    }

    #bar-right {
        display: none !important;
    }

}

/** GENERICS */
body {
    font-family: "lucida grande", arial;
    font-size: 13px;
    background-attachment: fixed;
}

p {
    line-height: 20px;
}

a {
    color: #1080BD;
    text-decoration: none;
}

hr {
    background: url('/css/img/dot.png');
    height: 4px;
    border: 0;
    width: 80%;
}

.dialog {
    overflow: visible !important;
}

.embedDialog {
    overflow: visible !important;
    text-align: center;
}

.embedDialog .ui-dialog-content {
    padding: 0 !important;
}

.embedDialog textarea {
    font-family: monospace !important;
    padding:5px;
    margin-left:20px;
}

.embedDialog .checkbox, .embedDialog textarea {
    width:510px;
}

.embedDialog .checkbox {
    text-align: left;
    padding-left:18px;
}

.embedDialog .checkbox input, .embedDialog .checkbox label {
    cursor: pointer;
}

.tooltippable {
    cursor: pointer;
}

.embedDialog p {
    padding: 15px;
    text-align: left;
    margin-left: 5px;
}

.embedDialog table {
    width: 540px;
    margin: 0 0px 10px 60px;
    text-align: left;
}

.embedDialog table span.type {
    font-size: 14px;
    font-weight: bold;
}

.embedDialog table input {
    position: relative;
    top: 8px;
}

.embedDialog table span.size {
    margin-left: 24px;
}

.box {
    background-color: #f0f0f1;
    border: 1px solid #cccccc;
}

.box.filedrop {
    padding:15px;
    margin-bottom: 15px;
}

.box.filedrop .button {
    border-radius: 5px;
    padding:10px 30px;
}

p.permalink {
    background: #AC0;
    padding: 10px;
    font-size: 14px;
    position: relative;
    z-index: 99999;
}

.spacer {
    margin-bottom: 17px;
    overflow: hidden;
}

.ui-widget-overlay {
    opacity: 0.6 !important;
    background: black !important;
}

.dummy-padding {
    padding-left: 50px;
}

ul.vertical {

}

ul.vertical, ul.vertical li, ul.vertical li a {
    float: left;
    text-align: center;
}

ul.vertical li a span.title {
    display: block;
    position: absolute;
    top: 120px;
    overflow: hidden;
    padding: 0 10px;
    width: 130px;
    color: #707070;
    line-height: 15px;
    font-size: 11px;
}

ul.grid li a span.title {
    position: static;
    margin-top: -25px;
}

ul.vertical li {
    padding: 0 10px;
}

ul.vertical li.first {
    padding-left: 0px;
}

ul.vertical.spacer li {
    border-right: 2px solid #ccc;
    padding-bottom: 4px;
}

ul.vertical.spacer li.last {
    border-right: none;
}

/** TWO BARS ON THE LEFT **/

#bar-left {
    width: 24px;
    background-color: #2775b3;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1
}

#bar-right {
    width: 24px;
    background-color: #57c2ff;
    position: fixed;
    left: 24px;
    height: 100%;
    top: 0;
    z-index: -1;
}


/** FOOTER */

#footer {
    padding: 17px;
    margin-bottom: 15px;
}

#footer a {
    color: #7d7d7d;
    text-decoration: none;
    float: right;
}

#footer .logo {
    padding: 5px;
}

#footer ul {
    position: relative;
    top: 12px;
    left: 12px;
}

#footer ul li {
    margin-right: 15px;
}

/** OUR SPECIAL ISEBOX FRONTEND BUTTONS */
a.button {

    /** generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9f9f9 51%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #f9f9f9), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9f9f9 51%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9f9f9 51%, #f9f9f9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9f9f9 51%, #f9f9f9 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9f9f9 51%, #f9f9f9 100%); /* W3C */

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    padding: 5px 3px;
    height: 30px;
    float: left;
    text-decoration: none;

    border: 1px solid #ddd;
}

a.button, a.button span {
    cursor: pointer;
}

a.button span.text {
    color: #6c6c6c;
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: left;
    padding: 7px 7px 0 7px;
}

div.button-wrapper {
    float: left;
}

div.button-wrapper span.type {
    display: block;
    float: left;

}

a.button span.spacer {
    border-left: 2px solid #e4e4e4;
    display: block;
    float: left;
    margin: 0;
    padding: 7px 4px 0 0;
    position: relative;
    top: 5px;
}

a.button span.image {
    display: block;
    float: left;
    padding: 3px 5px 0 0;
}

a.button:hover {
    background: #57c2ff;
}

a.button:hover span.text {
    color: white;
}

/** HEADER */
#header {
    padding-top: 17px;
    position: relative;
    min-height: 70px;
    z-index: 2;
}

#header-logo {
    float: left;
    width: 400px;
    position: relative;
}

#header-logo h1 {
    font-size: 28px;
}

#header-logout {
    float: right;
}

/** HEADLINE */
#headline {
    padding: 17px;
    text-align: right;
    float: left;
    width: 904px;
}

#headline h1 {
    font-size: 22px;
    float: left;
    text-align: left;

}

#headline h1.short {
    width: 600px;
}

#social-icons {
}

#social-icons li {
    padding: 0;
    margin-right: 5px;
}

/** INTRO **/

#intro {
    padding: 17px;
}

#intro-left, #intro-right {
    float: left;
}

#intro-left {
    width: 640px;
}

#intro-right {
    width: 244px;
    margin-left: 20px;
}

#intro-right ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 25px;
}

#intro-right ul li {
    margin-bottom: 5px;
}

#intro-buttons {
    margin-top: 17px;
    width: 640px;
    position: relative;
}

#intro-buttons .video {
    float: left;

}

#intro-buttons .package {
    float: right;

}

#intro-buttons .embed {
    margin: 0 auto;
    width: 150px;
}

#intro-buttons .embed .clear {
    display: none;
}

#intro-buttons .embed .button-description {
    padding: 49px 0 0 0;
    margin-left: -25px;
}

#intro-right h2 {
    color: #1080bd;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

#intro-right h3.quote {
    margin-bottom: 15px;
    font-weight: normal;
}

#intro-right p.author {
    font-style: italic;
    margin-bottom: 5px;
}

.button-description {
    padding: 7px 0 0 0px;
    font-size: 12px;
    text-align: center;
}

.button-description span.title, .button-description span.value {
    color: #3e3e3e;
}

#video-overlay {
    display: none;
    width: 640px;
    height: 360px;
}

#intro .terms {
    font-size: 0.8em;
    margin-top: 20px;
    bottom:30px;
}

/** CAROUSELS **/
/** In here I mainly overwrite default css styles coming from jcarousel plugin */
#carousels {
    z-index: 999;
    position: relative;
    padding: 17px 0;
    background: white;
    height: 150px;
}

/*#carousels ul {    
    width:99999px !important;
}

.jcarousel-container {
    overflow: hidden;
}

.jcarousel-item {
    width:auto !important;
}

.jcarousel-skin-tango {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 880px !important;
    padding: 10px 35px  !important;      
}



.jcarousel-next-disabled,.jcarousel-prev-disabled {
    display:none !important;     

}

.jcarousel-clip.jcarousel-clip-horizontal {
    overflow:hidden !important;
    width:870px;
}*/

.jcarousel-prev, .jcarousel-next {
    position: absolute;
    height: 37px;
    width: 25px;
    top: 48px;
    text-indent: -99999px;
}

.jcarousel-prev {
    left: 0px;
    background: url('/css/img/prev.png');
}

.jcarousel-next {
    right: 3px;
    background: url('/css/img/next.png');
}

.jcarousel {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.jcarousel .carousel-wrapper {
    width: 875px;
    position: relative;
    float: left;
    height: 150px;
    overflow: hidden;
    left: 30px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel ul li.first {
    padding-left: 8px;
}

/** CAROUSEL TRANSFORMED TO GRID */
.carousel.grid {
    position: static !important;
    overflow: auto !important;
    height: 498px;
    overflow-x: hidden ! important;
}

.carousel-wrapper.grid {
    position: static !important;
    height: auto !important;
    overflow: auto !important;
    width: 925px;
}

.carousel.grid ul.grid {
    width: 925px;
    position: static;
}

.carousel.grid ul.grid li {
    height: 150px;
    padding: 0px 0 15px 30px;
    position: static;
}

.carousel.grid ul.grid li.first {

}

#carousels.grid {
    height: auto;
    padding: 15px 0 0 0;
}

/** TABS **/
#tabs {
    float: left;
    width: 938px;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #eaeaea 51%, #e5e5e5 51%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(51%, #eaeaea), color-stop(51%, #e5e5e5), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%, #eaeaea 51%, #e5e5e5 51%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%, #eaeaea 51%, #e5e5e5 51%, #e5e5e5 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%, #eaeaea 51%, #e5e5e5 51%, #e5e5e5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #eaeaea 0%, #eaeaea 51%, #e5e5e5 51%, #e5e5e5 100%); /* W3C */
    position: relative;
    margin: 17px 0 0 0;
    overflow: visible;
}

#tabs.library {
    margin-bottom: 15px;
}

#tabs ul {
    border-top: 1px solid white;
    width: 870px;
    padding: 13px 35px;
}

#active-tab-indicator {
    position: absolute;
    left: 80px;
    top: 60px;
}

#active-tab-indicator.top {
    top: -5px;
}

a.active {
    background: #2775B3;
}

a.active span.text {
    color: white;
}

#view-as-list-container {
    float: right;
    margin-right: -25px;
}

#media-list {
    background: white;
    padding: 0 15px 15px 15px;
    clear: both;
    position: absolute;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 250px;
    z-index: 999;
}

#media-list ul, #media-list ul li, #media-list ul li a {
    float: none;
}

#media-list ul {
    padding: 0;
    margin: 0;
}

#media-list li.header {
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

#media-list li {
    margin-bottom: 5px;
}

/** MEDIA RELEASE PART **/
#media-release {
    float: left;
    background: white;
}

#info-bar {
    width: 280px;
    padding: 17px;
    float: left;
}

#media-release-content {
    float: left;
    padding: 17px;
    background: #f0f0f1;
    width: 905px;
}

#media-release-content h1 {
    font-size: 20px;
    color: #1080bd;
}

#media-release-content p.release-date {
    font-size: 110%;
    margin-bottom: 15px;
}

#media-release-content ul, #press-release-content ol {
    margin: 10px 20px;
    list-style-position: inside !important;
}

#media-release-content li {
    margin-bottom: 5px;
    line-height: 20px;
}

#media-release-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

#media-release-content ul ul {
    list-style-type: circle;
}

#media-release-content ol {
    list-style: decimal;
    list-style-position: inside;
}

#media-release-content p {
    margin-top: 1em
}

/** LOGIN CONTAINER*/

#frontend-login {
    display: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#frontend-login h4 {
    font-size: 36px;
    color: #939494;
    margin: 55px 0 30px 0;
    font-weight: normal;
}

#frontend-login h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#frontend-login h6 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 22px;
}

#frontend-login h6.privacy {
    margin: -20px 0 20px 0;
}

#frontend-login h6 a {
    color: #0d63ab;
}

#frontend-login .buttons {
    width: 100%;
}

#frontend-login .button_row img {
    margin: 0 55px 45px 0;
}

#frontend-login .button_row img.last {
    margin-right: 0;
}

#frontend-login-container {
    background-color: white;
    padding: 20px;
}

#frontend-login-container p {
    font-size: 13px;
    line-height: 18px;
    width: 373px;
    float: left;
}

#frontend-login-container label small {
    margin-top: 5px;
    font-size: 11px;
    color: #ccc;
    font-style: italic;
    float: right
}

.ui-dialog {
    border: 5px solid #858585 !important;
}

#lightbox-close {
    position: absolute;
    top: -15px;
    right: -23px;
}

#isebox-login-info, #isebox-login {
    float: left;
    width: 900px;
}

#isebox-login {
    border-top: 0;
    padding: 15px;
    position: absolute;
    left: -870px;
    margin: 65px 0 0 45px;
}

#isebox-login-info {
    position: absolute;
}

#isebox-login input[type="text"] {
    width: 200px;
    height: 27px;
    border-radius: 4px;
    border: 1px solid #e7dfde;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0 30px 20px 0;
}

#isebox-login .last_row {
    padding-top: 30px;
}

#isebox-login input[type="text"].website {
    margin-bottom: 0;
}

#isebox-login td.last input {
    margin-right: 0;
}

#login-left, #login-right {
    float: left;
}

#login-left {
    margin-right: 70px;
}

#login-left img {
    max-width: 235px;
}

#login-right p {
    text-align: left;
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 16px;
}

#login-right a {
    color: #6bbbe2;
    font-size: 14px;
    text-decoration: underline;
}

#login-right p strong {
    color: black;
}

#login-left h1 {
    color: black !important;
    font-size: 30px;
    margin-bottom: 35px;
}

#isebox-login small {
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-left: 20px;
}

#isebox-login label {
    font-size: 14px;
}

#isebox-login p {
    margin-bottom: 15px;
}

/** LIGHTBOX STYLING */
div.title {
    background: white;
    padding: 15px 15px 20px 15px;
    clear: both;
}

div.title span.info {
    color: black;
    display: block;
    float: left;
    clear: both;
    line-height: 17px;
}

div.title a.button {
    margin: 0 0px 5px 0;
}

div.title h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

div.title p.description {
    margin-bottom: 15px;
}

.fancybox-title-float {
    position: static;
}

/** CAMPAIGNS AND PRESS RELEASES LIST STYLES */
div.landing {
    border: 1px solid #cbcdcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 455px;
    width: 198px;
    float: left;
    margin: 0 5px 15px 0;
    padding: 15px;
    text-align: center;
    position: relative;
    background: white;
    color: #545454;
}

div.landing:before, div.landing:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

div.landing:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

div.landing.last {
    margin-right: 0px;
}

div.landing.campaign {
    height: 320px;
}

div.landing img.logo {
    margin-bottom: 15px;
    height: 150px;
}

div.landing h2 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
    color: black;
}

div.landing h3 {
    line-height: 18px;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
}

div.landing p.date {
    font-size: 11px;
    margin-bottom: 15px;
}

div.landing a.button span.image {
    position: relative;
    top: 5px;
}

div.landing a.button {
    display: inline-block;
    float: none;
    position: absolute;
    bottom: 15px;
    left: 40px;
    overflow: hidden;
}

div.landing a.button img.o {
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=3);
}

div.landing.isebox a.button {
    left: 50px;
}

div.landing p.content-available {
    opacity: 0.7;
}

/** TOOLTIPS **/
.tooltip {
    display: none;
    background: url(/css/img/tooltip/white_arrow.png) no-repeat;
    z-index: 999;
    height: 82px;
    padding: 20px;
    font-size: 11px;
    color: black;
    width: 169px;
}

.tooltip p {
    line-height: 16px;
    margin-bottom: 5px;
}

#photos {
    float: left;
}

/** MEDIA LIBRARY **/
#media-library, #media-library div.media-type {
    float: left;
}

#media-library div.media {
    width: 211px;
    border: 1px solid #c0c0c0;
    margin: 0 16px 16px 0;
    height: 400px;
    padding: 5px;
    float: left;
    position: relative;
}

#media-library div.media.last {
    margin-right: 0;
}

#media-library div.media div.thumbnail {
    text-align: center;
}

#media-library div.media div.content, #media-library div.media div.info {
    padding: 5px;
}

#media-library div.media div.content h2 {
    font-size: 14px;
    margin: 5px 0;
}

#media-library div.media div.content h3 {
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

#media-library div.media div.info div {
    float: left;
}

#media-library div.media div.info {
    position: relative;
}

#media-library div.media div.info div.size {
    position: absolute;
    right: 10px;
}

#media-library div.media div.links {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 1px;
    font-size: 14px;
    line-height: 24px;
}

#grid-search {
    margin: -12px 0 0 30px;
}

#grid-search img {
    position: relative;
    top: 11px;
    left: 4px;
}

#search-box input.text, #grid-search input, #search-box-landing input.text {
    color: #939393;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 5px;
    font-size: 16px;
    width: 350px;
    margin-bottom: 15px;
}

.library-button.single {
    display: block;
    margin: 7px 0 7px 52px;
    width: 100px;
}

.library-button {
    font-size: 13px;
    color: #050505;
    padding: 3px 10px;
    background: -moz-linear-gradient(top, #ffffff 0%, #b5b5b5);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b5b5b5));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
    float: none;
    height: auto;
}

#header-buttons {
    float: right;
}

#header-buttons a {
    float: left;
    margin-right:5px;
}

#header-buttons a:last-child {
    margin-right:0;
}

.landing .button:hover {
    background-color: #b5b5b5;
}

div.landing h3.landing-quote {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 18px;
}

h1.landing {
    font-size: 28px;
    margin-bottom: 10px;
}

#protected-content {
    font-style: italic;
    position: absolute;
    right: 0;
    top: 27px;

}

#protected-content label {
    cursor: pointer;
}

#library-social ul {
}

#library-social {
    text-align: right;
/*    padding-right: 5px;*/
}

#social-icons {

}

div.no-background {
    background-image: none;
}

#background-shim {
    float: left;
}

#mainVideoTitle {
    font-size: 12pt;
    margin: 5px 0 20px 0;
}

#mainVideoTitle span.description {
    display: block;
    font-size: 13px;
    margin: 5px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 17px;
}

#mainVideoTitle a {
    font-size: 13px;
    float: right;
    position: relative;
    top: -14px;
}

.new-bubble {
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #444444;
    padding: 10px;
    background: white;
    float: left;
    position: absolute;
    z-index: 1200;
    font-size: 13px;
}

.new-bubble ul li {
    list-style-image: url('/css/img/new-bubble-arrow.png');
    margin: 0 0 10px 10px;
    font-weight: bold;
}

.new-bubble ul li a {
    color: #444444;
    display: block;
    background: #ecf0f3;
    padding: 7px;
}

.new-bubble ul li a:hover {
    background: #d9e0e3;
}

.new-bubble.arrow:after, .new-bubble.arrow:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: solid transparent;
    margin: 50px 0 0 -10px;
}

.new-bubble.arrow:after {
    border-right-color: white;
    border-width: 10px;
    top: 16px;
    left: -10px;
}

.new-bubble.arrow:before {
    border-width: 12px;
    border-right-color: #9A9A9A;
    top: 14px;
    left: -14px;
}

.new-bubble.arrow-down:after, .new-bubble.arrow-down:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: solid transparent;
    margin-left: 50%;
}

.new-bubble.arrow-down:after {
    border-top-color: white;
    border-width: 10px;
    bottom: -20px;
    left: -10px;
}

.new-bubble.arrow-down:before {
    border-width: 12px;
    border-top-color: #9A9A9A;
    bottom: -24px;
    left: -12px;
}

.new-bubble ul li span.original {
    font-weight: normal;
    margin: 5px 10px 0 0px;
    display: block;
}

.new-bubble ul li.last {
    margin-bottom: 0;
}

.new-bubble p.title {
    font-weight: bold;
    background: #ecf0f3;
    padding: 7px;
}

.new-bubble p {
    padding: 0 7px;
}

#carouselTooltip {
    width: 200px;
}

.lightbox-download-wrapper {
    position: relative;
}

ul.vertical.grid li {
    position: relative;
}

#search-box-landing {
    margin-bottom: 10px;
}

#search-box-landing img {
    position: relative;
    top: 11px;
}

#order-iseboxes {
    margin: -10px 0 15px 0;
}

#order-iseboxes a.selected {
    background: #1080BD;
    color: white;
    padding: 3px;
}

.permalink {
    vertical-align: bottom;
    position: relative;
}

.permalink .copy {
    height: 15px;
    font-weight: bold;
    background: none;
    border: none;
    float: none;
}

.direct_url .button-wrapper {
    margin-left: 13px;
}

.permalink .preview-toggle {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: black;
    text-decoration: underline;
}

#defaultVideo {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
    background-color: #EB757B;
    z-index: 99999;
}

#defaultVideo p {
    width: 890px;
    font-weight: bold;
    margin: 0px auto 0px auto;
}

#defaultVideo b {
    font-size: 115%;
}

#defaultVideo a {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../img/close2.png') top left no-repeat;
    margin: 5px 5px 0px 0px;
    top: 0;
    right: 0;
}

.direct_url a.zeroclipboard-is-hover span.text {
    color: white;
}

.ui-widget {
    font-family: inherit !important;
}

#library-welcome {
    width: 100%;
    height: 200px;
    background: url('../img/choose_content.png') 280px 0 no-repeat;
}

#library-throbber h1 {
    font-size: 24px;
}

#library-throbber img {
    margin: 0 10px 0 0;
}

#cp_container_1 {
    margin: auto;
}

#isebar {
    background: white;
    position: fixed;
    top: 0;
    left: 0px;
    padding: 6px 15px;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 2px rgba(71, 50, 50, 0.37);
    -moz-box-shadow: 0px 1px 2px rgba(71, 50, 50, 0.37);
    box-shadow: 0px 1px 2px rgba(71, 50, 50, 0.37);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=270,Color='#000000')";
}

#isebar.preview {
    top: 40px;
}

#isebar .grid_12 {
    width: 2000px;
}

.isebar-button {
    margin-right: 25px;
}

.isebar-button, .isebar-button .icon, .isebar-button .content, .isebar-button .closure {
    float: left;
    height: 42px;
    box-sizing: border-box;
}

.isebar-button .wrapper {
    height: 100%;
    text-align: center;
    display: block;
}

.isebar-button .muted {
    color: gray;
    font-size: 12px;
    display: block;
}

.isebar-button .dynamic {
    font-size: 14px;
    color: black;
    display: block;
    margin-top: 2px;
}

.isebar-button .wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.isebar-button .icon {
    width: 45px;
    background: url('/css/img/isebar-icon.png');
    display: block;
}

.isebar-button .icon img {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.isebar-button .content {
    background: url('/css/img/isebar-back.png');
    background-repeat: repeat-x;
    padding: 6px;
    display: block;
}

.isebar-button .wrapper img {
    max-height: 21px;
    max-width: 25px;
}

.isebar-button .closure {
    width: 7px;
    background: url('/css/img/isebar-closure.png');
    display: block;
}

#isebar-popup {
    position: absolute;
    padding: 10px;
    background-color: white;

    -webkit-box-shadow: 4px 4px 8px rgba(71, 50, 50, 0.37);
    -moz-box-shadow: 4px 4px 8px rgba(71, 50, 50, 0.37);
    box-shadow: 4px 4px 8px rgba(71, 50, 50, 0.37);

    border: 1px solid #d6d6d6;
    float: left;
}

#isebar-popup ul {
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

#isebar-popup ul li {
    display: block;
}

#isebar-popup ul li a {
    color: black;
    display: block;
    padding: 11px 34px 11px 17px;
    border-right: 17px solid white;

    background: url('/css/img/isebar-popup-arrow.png') no-repeat right center;
    width: 350px;
}

#isebar-popup ul li a:hover, #isebar-popup ul li.alt a:hover {
    background-color: #f8fafb !important;
    border-right: 17px solid #f8fafb;
}

#isebar-popup ul li a:hover {

}

#isebar-popup ul li.alt {
    background-color: #f2f9fd;

}

#isebar-popup ul li.alt a {
    border-right: 17px solid #f2f9fd;
}

#isebar-popup .image {
    width: 150px;
    height: 150px;
    border: 1px solid #d6d6d6;
    float: left;
}

#isebar-popup img {
}

.isebar-padding {
    margin-top: 54px;
}

.global-zeroclipboard-container {
    z-index: 99999 !important;
}

#login-box {

}

.embed-doc{
    margin-left:23px !important;
}

div.landing.isebox img.logo,
#carousels .photos a img,
#carousels .video a img,
#media-library .video a img,
#media-library .photos a img
{
    border:1px solid #cccccc
}

#embed-clip {
    border:0;
    background: none;
    position: relative;
    left:-7px;
    cursor:pointer;
}

#filedrop-uploader {
    margin:15px 0;
}

#filedrop-uploader .plupload_logo {
    background: url('/css/img/upload-arrow.png');
}

.filedrop p.info {
    font-size:16px;
    font-style: italic;
    color: lightslategray;
    margin-bottom:-15px;
}

.filedrop form label {
    width:150px;

    float:left;
    font-size:14px;
    margin:7px 15px 0 0;
}

.filedrop form input[type=text], .filedrop form select, .filedrop form textarea {
    font-size:16px;
    padding:10px 10px;
    width:400px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.filedrop form input[type=text], .filedrop form textarea {
    border-style:solid;
    border:1px solid #eaeaea;
}



.filedrop .form-wrapper {
    margin-bottom:15px;
}

.flash {
    margin:0;
}

small.error {
    color:red;
    display: none;
}

#filedrop-uploader_container.ui-widget-content,
#filedrop-uploader_container .ui-widget-header,
#filedrop-uploader_container .ui-widget-header .ui-state-default,
#filedrop-uploader_container .plupload_file
{
    background: none !important;
}

#filedrop-uploader_container.ui-widget-content, #filedrop-uploader_container .ui-widget-header {
    border:1px solid #aaaaaa;
}

#filedrop-uploader_container .plupload_filelist {
    border-left: medium none;
    border-right: medium none;
    border-bottom: medium none;
}

#filedrop-uploader_container .plupload_file {
    border-bottom:1px dashed #aaaaaa;
}

#filedrop-uploader_container .plupload_file_namespan, #filedrop-uploader_container .plupload_file_size {
    color: #3f3f3f;
    font-style: normal;
}

#filedrop-uploader_container .plupload_header {
    border:0;
}


#filedrop-uploader_container .plupload_filelist_header,#filedrop-uploader_container .plupload_filelist_footer, #filedrop-uploader_container .plupload_header_content {
    color:black;
}


#filedrop-uploader_container .plupload_start {
    display: none;
}

#filedrop-uploader_container .plupload_add {
    color:black;
    border:1px solid #aaaaaa;
}

#fancybox-wrap {
    z-index: 1202 !important;
}

.placeholder { color: #aaa; }

.icon {
    display: block;
    width:32px;
    height:32px;
}

.icon.fb-share {
    background: url('/css/img/fb-share.png') 0 0 no-repeat;
}

.icon.pinterest-share {
    background: url('/css/img/pinterest-share.png') 0 0 no-repeat;
}

.icon.twitter-share {
    background: url('/css/img/twitter-share.png') 0 0 no-repeat;
}

.share-buttons {
    float:right;
}

.share-buttons .pull-left {
    margin-right:5px;
}

.share-buttons .pull-left:last-child {
    margin:0;
}

.inside-border {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #cccccc;
}
.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.pull-left {
    float:left;
}

.invisible {
    visibility: hidden;
}
