* {box-sizing: border-box;}
p {margin:0px; padding: 0px; }

.dmcWidget {
  position: relative;
}
.dmcWidget .ivb {
  margin: 0 auto;
  width: 300px;
  height: 250px;
  padding: 2px;
  overflow: hidden;
}
.dmcWidget .ivb .videoInView {
  background: #111;
}

.dmcWidget .ivb .branding {
	position: absolute;
  margin-top: 179px;
  margin-left: 0px;
  max-width: 150px;
  max-height: 45px;
  overflow: hidden;
  
}

.dmcWidget .ivb select {
margin-left: 152px;
width: 144px;
}

.dmcWidget .ivb .chzn-container {
  position: absolute;
  top: 2px;
  margin-left: 152px;
}
.dmcWidget .ivb .chzn-container .chzn-results {
  max-height: 150px;
}

.dmcWidget .ivb .listingTicker {
  position: absolute;
  top: 27px;
  margin-left: 152px;
  width: 144px;
  background: #eee;
  height: 197px;
  overflow: hidden;
}


.dmcWidget .ivb .advertiser-logo {
  position: absolute;
  margin-top:117px;
  max-width: 150px;
  max-height: 60px;
  overflow: hidden;
}






.dmcWidget .ivb .listingTicker ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dmcWidget .ivb .listingTicker .listing {
  background: #eee;
  height: 44px;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
  padding: 2px;
  position: relative;
}

.dmcWidget .ivb .listingTicker .listing:hover {
  background: #d5d5d5;
  cursor: pointer;
}


.dmcWidget .ivb .listingTicker .listing .listingInfo {
  padding-left: 2px;
  width: 100%;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}


.dmcWidget .ivb .listingTicker .listing .listingInfo p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-overflow: ellipsis;
}

.dmcWidget .ivb .listingTicker .listing .listingInfo p.headline {
  font-weight: bold;
  margin-top: 1px;
  font-size: 12px;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p.tagline {
  margin-top: 1px;
  font-size: 11px;
}






.dmcWidget .ivb .videoPlayerContainer {
  display: none;
  position: absolute;
  top: 2px;
  z-index: 100;
  background: #111;
  width: 296px;
  height: 222px;
}




.dmcWidget .ivb .qr {
  display: none;
  position: absolute;
  top: 2px;
  z-index: 100;
  background: #FFF;
  width: 296px;
  height: 222px;
}
.dmcWidget .ivb .qr img {
  width: 220px;
  margin-left: 38px;
}
.dmcWidget .ivb .endSlate {
  display: none;
  position: absolute;
  width: 296px;
  height: 222px;
  overflow: hidden;
  background: #FFF;
  top: 2px;
  z-index: 200;
}
.dmcWidget .ivb .endSlate img {
	display: block;
	height: 75px;
	padding: 5px;
	margin: auto;
}
.dmcWidget .ivb .endSlate p {
  text-align: center;
  font-size: 12px;
line-height: 13px;
	margin-bottom: 5px;
}
.dmcWidget .ivb .endSlate p.headline {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
	margin-top: 7px;
	
}
.dmcWidget .ivb .endSlate p.tagline {
  font-style: italic;
	max-height: 26px;
	overflow: hidden;
}
.dmcWidget .ivb .endSlate p.return-to-videos {
  text-transform: lowercase;
  font-style: italic;
  margin-top: 7px;
}
.dmcWidget .ivb .share {
  display: none;
  position: absolute;
  top: 2px;
  z-index: 300;
  background: #FFF;
  width: 296px;
  height: 222px;
}
.dmcWidget .ivb .share h1 {
  padding: 0;
  margin: 0;
  margin-top: 9px;
  font-size: 13px;
  padding-left: 4px;
  font-weight: bold;
  width: 90px;
  float: left;
  line-height: 1.6em;
}
.dmcWidget .ivb .share h1.shareThis {
  width: 200px;
  float: none;
  clear: both;
}
.dmcWidget .ivb .share button {
  margin-top: 8px;
  margin-bottom: 4px;
  float: left;
}
.dmcWidget .ivb .share textarea {
  font-size: 10px;
  width: 282px;
  background: #EEE;
  margin-left: 3px;
  padding: 2px;
  overflow: hidden;
  resize: none;
}
.dmcWidget .ivb .share img {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  margin-top: 3px;
  margin-right: 2px;
  margin-left: 4px;
}
.dmcWidget .ivb .footer {
  font-size: 10px;
  color: #EEE;
  height: 23px;
  position: absolute;
  top: 226px;
  width: 296px;
}
.dmcWidget .ivb .footer .footerActions {
  display: none;
  float: left;
  width: 120px;
  margin-left: 2px;
  height: 23px;
  overflow: hidden;
}
.dmcWidget .ivb .footer .footerActions i {
  margin-right: 3px;
  cursor: pointer;
}
.dmcWidget .ivb .footer p.poweredBy {
  cursor: pointer;
  overflow: hidden;
  width: 120px;
  float: left;
  font-style: italic;
  padding-top: 2px;
  padding-left: 2px;
}
.dmcWidget .ivb .footer button {
  float: right;
}
.dmcWidget .ivb .footer button.applyHere {
  display: none;
  margin-right: 5px;
}






/* OVERRIDES FOR 300x250 IVB*/
/*.dmcWidget .ivb .videoPlayerContainer {
  display: none;
  width: 150px;
  height: 113px;
}*/
.dmcWidget .ivb .videoPlayerContainer .vjs-volume-control {
  display: none;
}
.dmcWidget .ivb .videoPlayerContainer .vjs-mute-control {
  left: 9px;
}
.dmcWidget .ivb .videoPlayerContainer .vjs-big-play-button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dmcWidget .ivb .video-poster {
  position: absolute;
  width: 150px;
  height: 113px;
}

.clixie-player{
                min-width: 100px !important;
                margin-top: 27.5px !important;
            }




