/* Control Strip */
/*****************************************************************/
.pf-controls
{
	position: relative;
	left: 0;
	right: 0;
	height: 36px;
	width: 100%;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.zoom65 .pf-controls {
    
}
.pf-controls.pf-controls-overlay
{
	position: absolute;
	top: auto;
	bottom: 0; 
	opacity: 0.8;
    z-index:1;
}
.pf-button:focus {
    outline:0;
}
.pf-button
{
	background-color: transparent;
	border: 0;
	width: 100%;
	height: 100%;    
    cursor:pointer;
}
/* Autoplay Control and Setup */
/*****************************************************************/

.pf-autoplay-control
{
    position: absolute;
    right: 135px;
    bottom: 11px;
    width: 90px;
    }
    
    .pf-autoplay-control button 
    {
        font-size: 10px;
        color: #ffffff;
        width: auto;
        }
    .pf-autoplay-control button span {
        position: absolute;
        width: 33px;
        font-weight: bold;
    }
.hide {
    display: none;
}

/* PopUp Timeline Control */
/*****************************************************************/

.tilePreview
{
    /*width: 80px;
    height: 45px;
    background-image: url(http://i2.ytimg.com/sb/5bPU47Z-SY4/storyboard3_L1/M0.jpg?sigh=RDBRs4ryTgNfWrPkesigImwZE8w); 
    background-size: 800px 360px; 
    background-position: 0px 0px;
    margin: 2px;*/
    border: solid 2px;
}

.pf-magento-popup-container {
    position: absolute;
    left: 31px;
    right: 0;
    width: 50%
}

.magento.popUp.hideall 
 {
    display:none;
    }
    
.popBoxTile 
{   
	text-align: center;
	z-index: 2;
	/*border: 1px solid gray;*/
	color: black;
    background-color:white;
	font-size: 0.8em;
	font-size:13.25px;
	position: absolute;
	width:100%;
    padding-bottom: 3px;
}

.popBox 
{   
        font-weight: normal;
        font-family: Arial, Times New Roman;
		text-align: center;
		z-index: 2;
		/*border: 1px solid gray;*/
		color: #000000;
		font-size: 0.8em;
		position: absolute;
		bottom: 1px;
		width:98%;
}

.lt-ie9.lt-ie8 #popBox
{
    display: none;
    }
	
.magento 
{
    display: none;       
	background: #f6f6f6;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    top: -32px;
    width:50px;
    height:19px;
    /*
    top: -80px;
    width:84px;
    height:68px;*/
}
.magentoTilePreview 
{     
    top: -70px;
    width:112px;
    height: 110px;
}

.triangolinoTilePreview 
{
    display: block;
    position: absolute;
    top: 79px;
    width: 0;
    height: 0;
    border-top: 5px solid #f6f6f6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.triangolino 
{
    position: absolute;
    top: 19px;
    /*top: 68px;*/
    width: 0;
    height: 0;
    border-top: 5px solid #f6f6f6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    }

.popUp 
{
    position: absolute;
    }
   

/* Control Positioning and Sizing */
/*****************************************************************/
.pf-play-control
{
	position: absolute;	
	left: 0;
	top: 0;	
	width: 30px;
	height: 36px;	
}
.pf-timeline-control
{
	position: absolute;
	left: 92px;
	top: 12px;		
	right: 350px;
}
.pf-time-elapsed-control
{
	position: absolute;
	left: 23px;
	top: 7px;
	width: 60px;
}
.pf-time-remaining-control
{
	position: absolute;
	right: 240px;
	top: 7px;
	width: 50px;	
    margin-left: 8px;
}
.pf-mute-control
{
	position: absolute;
	right: 105px;
	top: 0;		
	width: 30px;
	height: 36px;	
}
.pf-volume-control
{
	position: absolute;
	right: 40px;
	top: 12px;		
	width: 64px;
}
.pf-full-browser-control
{
	position: absolute;
	right: 6px;
	top: 0;	
	width: 35px;
	height: 36px;	
}

/* Remove Volume Control */
/*****************************************************************/
.pf-no-volume .pf-volume-control
{
	display: none;
}
.pf-no-volume .pf-mute-control
{
	display: none;
}
.pf-no-volume .pf-time-elapsed-control
{
	right: 83px;
}
.pf-no-volume .pf-time-remaining-control
{
	right: 30px;
}
.pf-no-volume .pf-timeline-control
{
	right: 155px;
}


/* Poster Control */
/*****************************************************************/
.pf-poster
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
    z-index:2;
    cursor:pointer;
    border:0;
    padding:0;
    margin:0;
}

/* Play Overlay Control */
/*****************************************************************/
.pf-play-overlay-control
{
	display: none;
	background-color: transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    z-index:3;
}
.pf-play-overlay-control span
{
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-left: 30px solid #fff;
	border-right: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.zoom65 .pf-play-overlay-control span {
    top: calc(50% - 10px);
	left: calc(50% - 20px);
}
.pf-play-overlay-control button
{
	cursor: pointer !important;
}
.pf-play-overlay-control
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;	
	margin: -40px 0 0 -40px;
}
.zoom65 .pf-play-overlay-control {
    width: 60px;
	height: 60px;	
	margin: -30px 0 0 -30px;
}

@media screen and (max-width:740px)
{
    .zoom65 .pf-play-overlay-control, .pf-play-overlay-control {
        width: 120px;
	    height: 120px;	
	    margin: -60px 0 0 -60px;
    }
    .zoom65 .pf-play-overlay-control span, .pf-play-overlay-control span
    {
	    top: calc(50% - 40px);
	    left: calc(50% - 20px);
	    border-left: 60px solid #fff;
	    border-right: 0;
	    border-top: 40px solid transparent;
	    border-bottom: 40px solid transparent;
    }
}

/*.pf-play-overlay-control.pf-replay span{
    border: none;
    background-image: url("../img/replay.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 43%;
    left: 48%;
    cursor: pointer;
}*/


/* Social and Info Control */
/*****************************************************************/
.pf-social-and-info {
    width: 100%;
    height: 150px;
    position: absolute;
    margin: 0;
    z-index: 2;
    padding: 0;
    top: 25px;
    left:0;
    opacity: 1;
    pointer-events:none;
}
.zoom65 .pf-social-and-info {
    top:10px;
}
    .pf-social-and-info .pf-box {
        display: inline-block;
        padding: 15px 20px;
        background-color: rgba(0, 0, 0, 0.7);
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 15px;
    }
    .zoom65 .pf-social-and-info .pf-box {
        padding: 8px;
        margin-bottom: 5px;
    }

    .pf-social-and-info .pf-title, .pf-social-and-info .date-and-views{
        margin-left: 15px;
    }
    .zoom65 .pf-social-and-info .pf-title, .zoom65 .pf-social-and-info .date-and-views{
        margin-left: 10px;
    }
    .pf-social-and-info .pf-title {    
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        max-width:55%;
        color: white;
    }
    .pf-social-and-info .pf-title h1 
    {
        color: #ffffff;
        font-size: 20px;
        line-height: 25px;
        display: inline;
        font-weight: normal;        
    }
.zoom65 .pf-social-and-info .pf-title h1 {
    font-size: 13px;
    line-height: 24px;
}
    .pf-social-and-info .date-and-views {
        float: left;
        color: #ffffff;
        text-indent: 25px;
        font-size: 13px;
        padding: 8px 20px;
        line-height: 15px;
    }
.zoom65 .pf-social-and-info .date-and-views {
    font-size: 10px;
    padding: 8px 10px;
    line-height: 14px;
}
    .pf-social-and-info .date-and-views .views {
        background: url(../img/views.png) no-repeat left;
        float: left;
        margin-right: 20px;
    }
    .pf-social-and-info .date-and-views .date {
        background: url(../img/calendar.png) no-repeat left;
        float: left;
    }
    .pf-social-and-info .logo {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .zoom65 .pf-social-and-info .logo {
        width: 39px;
        height: 39px;
        right: 10px;
    }
    .pf-social-and-info a, .pf-social-and-info .share-toggle-button {
        pointer-events:visible;
    }
    .pf-social-and-info .share-toggle-button{
        position: absolute;
        right: 15px;
    }
    .zoom65 .pf-social-and-info .share-toggle-button{
        position: absolute;
        right: 10px;
    }
        .pf-social-and-info .share-toggle-button.top45 {
            top:70px;
        }
        .zoom65 .pf-social-and-info .share-toggle-button.top45 {
            top:48px;
        }
.pf-social-and-info .share-toggle-button.active {
    background-color: rgba(0, 119, 163, 0.7);
}
    .pf-social-and-info .share-toggle-button button{            
        color: white;
        border: 0;
        background: url(../img/share.png) no-repeat right;
        padding-right: 30px;
        height: 25px;
        font-family: 'ProximaNova-Regular', 'Segoe UI', Arial, sans-serif;
    }
    .zoom65 .pf-social-and-info .share-toggle-button button {
        font-size: 10px;
        padding-right: 25px;
    }
.pf-share-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 5;
    display: none;
    opacity: 1;
}
.pf-share-container ul{
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 35%;
}
.zoom65 .pf-share-container ul {
    width:280px;
    top: 55%;
}
.pf-share-container li{
    list-style: none;
    clear: both;
    color: white
}
    .pf-share-container li:not(:first-child) {    
        margin-top: 35px;
    }
    .zoom65 .pf-share-container li:not(:first-child) {    
        margin-top: 15px;
    }
.pf-share-container li label{
    /*width: 110px;*/
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 45px;
}
    .zoom65 .pf-share-container li label {
        font-size: 11px;
        margin-right: 17px;
    }
    .pf-share-container li label.social-label {
        margin-right: 77px;
    }
    .zoom65 .pf-share-container li label.social-label {
        margin-right: 40px;
    }
.pf-share-container li .share-link{
    background-color: #0077a3;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
}
.zoom65 .pf-share-container li .share-link {
    padding: 8px;
}
.pf-share-container li .share-link .url{
    vertical-align: middle;
    font-size: 15px;
}
.zoom65 .pf-share-container li .share-link .url {
    font-size: 13px;
}
.pf-share-container li .share-link .copy-message{
    padding-left: 20px;
    border-left: 1px solid #298db2;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    font-size: 14px;
    width: 95px;
    cursor:pointer;
}
.zoom65 .pf-share-container li .share-link .copy-message {
    display:none;
}
    .pf-share-container li .share-link .copy-message.button {
        text-align: center;
        vertical-align: middle;
        line-height: 32px;
    }
.pf-share-container li .embed-label {
    float: left;
    line-height: 54px;
    margin-right: 34px;
}
.pf-share-container li .select {
    padding: 10px;
    height: 34px;
    float: left;
    background: #fff;
}
.pf-share-container li .select select{
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
}
.pf-share-container li .code{
    height: 42px;
    border: 1px solid #fff;
    float: left;
    margin-left: 10px;
    padding: 5px;
    width: 280px;
    font-size: 12px;
    overflow: auto;
    display: none;
}
.pf-share-container a{
    padding: 16px 25px;
    background-color: rgba(0,0,0,0.9);
    margin: 0;
    margin-right: 10px;
    cursor: pointer;    
    background-position: center center;
    background-repeat: no-repeat;
}
.zoom65 .pf-share-container a {
    padding: 10px 20px;
}
.pf-share-container a.fb{
    background-image: url(../img/facebook.png);
}
.pf-share-container a.twitter{
    background-image: url(../img/twitter.png);
}
.pf-share-container a.gplus{
    background-image: url(../img/googleplus.png);
}
.pf-share-container a.email{
    background-image: url(../img/email.png);
}

.pf-social-and-info.block {
    display: block !important;
    opacity: 1 !important;
    z-index: 6;
}

/* Related Control */
/*****************************************************************/
.pf-related
{
	position: absolute;	
	left: 0;
	right: 0;
	top: 0; 
	width: 100%;
	height: 100%; /* Change to a percentage (e.g. 25%) for variable sizing depending on video dimensions. */
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	overflow: hidden;
    z-index: 2;
}

.lt-ie9 .pf-related {
    background-image: url(../img/bg-black-70.png);
}

.pf-related-container
{
    position: absolute;	
    bottom: 0;
    width: 50.5%;
    left: 26%;
    height: 34%; /* Change to a percentage (e.g. 25%) for variable sizing depending on video dimensions. */
}
.zoom65 .pf-related-container {
    font-size: 13px;
}
.pf-related-current-container
{
    /*position: absolute;	
    top: 0;
	width: 100%;
	height: 66%;  Change to a percentage (e.g. 25%) for variable sizing depending on video dimensions. 
	background-color: rgba(7, 7, 6, 0.8);*/
}

.pf-related-current-container img
{
    height: 94%;    
}

.pf-button-current 
{
    background-color: transparent;
	border: 0;
	/*position:absolute;*/
	text-align:center;
	/*padding-top: 16px;*/
	width: 100%;
    height: 100%;
}

/*.test
{
    width: 100%;
    height:100%;
    background-color: Red;
}*/

.pf-related img, .pf-related-arrow
{
    cursor: pointer;
}
    
.pf-button-play
{
    border: none;
    background-image: url("../img/replay.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 30%;
    height: 30%;
    position: absolute;
    top: 35%;
    left: 36%;
    cursor: pointer;
}

.zoom65 .pf-button-play
{
    top: 26%;
}

.pf-button-current span {
    position: relative;
    top: 57%;
    left:1%;
}

.zoom65 .pf-button-current span {
    font-size: 13px;
    top: 54%;
}
/* Related Arrows */
/*****************************************************************/
.pf-related-arrow-control
{
	position: absolute;
    top: 0;
}
.pf-related-arrow-control-left
{
	right: 20px;
}
.pf-related-arrow-control-right
{
	right: 5px;
}
.pf-related-arrow
{
	position: absolute;
    color: white;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 20px;
    z-index: 9;
}
.zoom65 .pf-related-arrow {
    font-size: 13px;
}

/* Related Items */
/*****************************************************************/
.pf-related-item .pf-button
{
    padding:    0;    
}

.pf-related-items-container
{
	position: absolute;	
	left: 0px;
	right: 0px;
	height: 100%;
	margin: 0 0 0 -2px;		
	overflow: hidden;
}
.pf-related-items
{
	position: absolute;
	top: 10%;
	height: 100%;
	display: block;
    width:100%;
}

.pf-related-item-over 
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.8;
    display: block;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    }

.lt-ie9 .pf-related-item-over {
    background-image: url(../img/bg-black-30.png);
}
 
.pf-related-item-over p 
{
    position: absolute;
    bottom: 5px; 
    left: 5px;
    font-size: 13px;
}

.zoom65 .pf-related-item-over p 
{
    font-size: 8px;
}
 
.pf-related-item
{
	position: absolute;
	height: 50%;
	display: inline;
    width:32%;
}
.pf-related-item-selected
{
	margin: 0;
	border: 2px solid #76cde8;
}

.pf-play-related {
    margin: 0 auto;
    width: 30%;
    display: block;
    position: relative;
    top: 25%;
}

.zoom65 .pf-play-related {
    width: 40%;
    height: auto;
    top: 17%;
}
.pf-related-title {
    width: 90%
}

.fullscreen .pf-related {
    z-index: 2147483648 !important;
}
/*div#customerBox {
	z-index: 2;
}*/

/*.pf-controls.pf-controls-overlay.toppies {
	z-index: 1;
}*/

/* Play/Pause Controls */
/*****************************************************************/
.pf-play-control span
{
	position: absolute;
	top: 12px;
	left: 10px;
	padding: 0;
    font-size: 0;
    line-height: 0;
}
.pf-play span
{
	width: 0;
	height: 0;
	border-left: 11px solid #fff;
	border-right: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.pf-pause span
{
	width: 3px;
	height: 10px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
/*.pf-replay span 
{   
    top: 2px;
    width: 13px;
    height: 15px;
    background: url(../img/replay.png) no-repeat;
}*/

/* Ads Controls */
/*****************************************************************/
.pf-timeADS 
{
    position: absolute; 
    top: 25px;
    color: #ffffff;
    z-index: 15000;
    padding: 15px 20px;
    background: rgba(0,0,0,0.7);
    font-size: 13px;
    left: 15px;
    text-transform: uppercase;
    }

.zoom65 .pf-timeADS {
    font-size: 9px;
    top: 10px;
    left: 10px;
    padding: 10px;
}

.lt-ie9 .pf-timeADS {
    background-image: url(../img/bg-black-30.png); 
}

.pf-ads-track-images, .pf-webtrekk-image-container {
    display: none;
    height: 0px !important;
    width: 0px !important;
    position:absolute;
    top:0;
    left:0;
}
    .pf-ads-track-images img, .pf-webtrekk-image-container img {
        padding:0;
        margin:0;
        border:0;
        display:block;
        height: 0px !important;
        width: 0px !important;
    }

/* Timeline/Volume Controls */
/*****************************************************************/
.pf-slider-container
{
	position: absolute;
	width: 100%;
	padding: 0;
	height: 12px;
	
}
.pf-slider-range
{
	position: absolute;
	width: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 3px;
	height: 6px;
	opacity: 0.6;
	background-color: #999;
    left: 0;
}
.pf-slider-fill
{
	position: absolute;
	width: 0;
	margin: 0;
	padding: 0;
	top: 3px;
	height: 6px;
	background: #76cde8;
    left: 0;
}
.pf-slider-empty
{
	position: absolute;
	right:0;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 3px;
	height: 6px;
}
.pf-slider-load
{
	position: absolute;
	width: 0;
	margin: 0;
	padding: 0;
	top: 3px;
	height: 6px;
	opacity: 0.6;
	background-color: #aaa;
    left: 0;
}
.pf-slider-head-container
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 12px;
}
.pf-slider-head
{
	position: absolute;
	left: 0%;
	width: 18px;
	height: 18px;
	margin: 0;
    margin-top: -4px;
	padding: 0;
	border: 1px solid rgba(0,0,0,.8);
	background: #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}


/* Timeline Control */
/*****************************************************************/
.pf-timeline-control .pf-button
{
	position:absolute;
	top: 0;
}


/* Volume Control */
/*****************************************************************/
.pf-volume-control .pf-button
{
	position:absolute;
	top: 0;
	left: 0;
}
.pf-volume-control .pf-slider-fill
{
	background: #ccc;
}


/* Time Controls */
/*****************************************************************/
.pf-time-display
{
	text-align: center;
	cursor: default !important;
	color: #fff;
	font-size: 13.25px;
	font-weight: normal;
	font-family: Arial, Times New Roman;
}
.pf-time-display div
{
	line-height: 24px;
}
.pf-time-elapsed-control div
{
	position: absolute;
	left: 9px;	
}


/* Mute Control */
/*****************************************************************/
.pf-mute-icon
{
	position: absolute;
	top: 12px;
	left: 8px;
}
.pf-mute-icon span
{
	position: absolute;
	font-size: 0;
	line-height: 0;
}
.pf-speaker-base
{
	top: 3px;
	width: 0;
	height: 6px;
	border-left: 1px solid #fff; 
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.pf-speaker
{
	left: 2px;
	width: 0;
	height: 6px;
	border-right: 4px solid #fff; 
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.pf-sound .pf-sound-waves
{
	left: 5px;
	width: 0;
	height: 0;
}
.pf-sound-waves .pf-sound-wave
{
	border-right: 2px solid #fff;
}
.pf-sound-wave-1
{
	left: 1px;
	top: 4.5px;
	width: 1px;
	height: 3px;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}
.pf-sound-wave-2
{
	left: 2px;
	top: 2px;
	width: 3px;
	height: 8px;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}
.pf-sound-wave-3
{
	left: 2px;
	width: 6px;
	height: 12px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.pf-mute .pf-sound-waves
{
	display: none;
}


/* Full Browser Control and Setup */
/*****************************************************************/
.pf-full-browser-control span
{
	position: absolute;	
	font-size: 0;
	line-height: 0;
}
.pf-full-browser-box
{
	top: 13px;
	left: 11px;
	height: 6px;
	width: 8px;
	border-width: 3px 5px 1px 1px;
	border-style: solid;
	border-color: #fff;
}
.pf-full-browser .pf-full-browser-box
{
	height: 9px;
	width: 13px;
	border-width: 1px 1px 1px 1px;
}
.pf-container.pf-full-browser
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;	
}