/*
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#vimeo_holder, #vimeo_holder .vimplayer ul.videovim li a, #vimeo_holder .vimplayer ul.videovim li a.currentvideo  {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
*/



/* vimeo css (needed)  */

#vimeo_holder {
    background: #f2f2f2;
    font: 12px/20px Arial, Helvetica, sans-serif;
    padding: 10px;
    border: 1px solid #D6D6D6;

	min-width: 300px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 2px 2px 10px #423942;
    -moz-box-shadow: 2px 2px 10px #423942;
    box-shadow: 2px 2px 10px #423942;
}

/** Only set for the page startup height*/
#vivideo {
}

#vimeo_holder p {
	margin: 0;
	padding: 0;
}

#vimeo_holder .vimplayer .vimtitle {
    clear: both;
    position: relative;
    height: 11px;
    width: 100%;
    margin: 0 0 -14px 107px;
    padding: 0;
    font-size: 11px;
    line-height: 1em;
    font-weight: bold;
    color: #dedede;
    z-index: 999;
}

#vimeo_holder .vimplayer .time {
    position: absolute;
	left: 10px;
	right: 10px;
    margin-top: -2px;
    font-size: 10px;
    color: #dedede;
    z-index: 999;
    text-align: right;
    float: right;
}

#vimeo_holder .vimplayer ul.videovim {
    position: relative;
    overflow: auto;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 230px;
}

#vimeo_holder .vimplayer ul.videovim li {
    list-style-type: none;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
}

#vimeo_holder .vimplayer ul.videovim li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 75px;
    margin: 0;
    padding: 0;
    border: none;
}

#vimeo_holder .vimplayer ul.videovim li a {
    position: relative;
    display: block;
    outline: none;
    height: 59px;
    margin: 0;
    padding: 16px 4px 0 107px;
    font-size: 11px;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    background: #666;
    color: #dedede;
}

#vimeo_holder .vimplayer ul.videovim li a.currentvideo {
    background: #333;
    color: #dedede;
}

#vimeo_holder .vimplayer ul.videovim li a:hover {
	background: #595959;
}

/* social icons  */
#vimeo_holder .yfacebook {
    background: transparent url(facebook.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 60px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}
#vimeo_holder .ytwitter {
    background: transparent url(twitter.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 100px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}
/* up down buttons  */
#vimeo_holder .you_up {
    border: 0px;
    float: left;
    padding: 0;
    margin: -13px 0 0 -17px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    display: none;
}
#vimeo_holder .you_down {
    border: 0px;
    float: left;
    padding: 0;
    margin: -13px 0 0 -17px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    display: none;
}

/* vimeo css END  */

/* target small screens (mobile devices or small desktop windows)*/
@media only screen and (max-width: 480px)
{
	#vimeo_holder, .videovim {
	    width: 300px!important;
	    min-width: 100px;
	}
	#vivideoiframe, .vivideo {
	    width: 100%!important;
	    height:225px!important;
	}
	.ytvideoright {
	    height:225px!important;
	}
	#vimeo_holder .vimplayer ul.videovim {
	    margin-top:4px!important;
	}
	#vimeo_holder .vimplayer ul.videovim li a {
        height:75px!important;
	    padding-top: 1px!important;
	    padding-left: 4px!important;
	}
	#vimeo_holder .vimplayer ul.videovim li {
        margin: 2px 0 0 0;
	}
	#vimeo_holder .vimplayer ul.videovim img {
	    display:none;
	}
	#vimeo_holder .vimplayer .vimtitle {
	    display:none;
	}
	#vimeo_holder .vimplayer .time {
	    display:none;
	}
	.vimplayerright {
    	display:none;
    }
    #vivideo {
        width: 100%!important;
    }

}
