#adminmenu .menu-icon-youtube-gallery div.wp-menu-image:before {
    font-family:FontAwesome!important;
    content:"\f16a";
} 

h2.title-ysg{
	padding-top: 4px;
	padding-left: 60px;
	background-image: url('./../../images/icon-youtube-64.png');
	background-position: left center;
	background-repeat: no-repeat;
}

h4.title-ysg{
	background-image: url('./../../images/icon-youtube-32.png');
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 15px;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-top: 3px;
    text-transform: uppercase;
}

input[type=radio].ysg-radio-button {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].ysg-radio-button + label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
}

input[type=radio].ysg-radio-button:checked + label:before {
    content: "\f192";
    font-size: 1.2em;
    color: #DB4337;
}

input[type=radio].ysg-radio-button:focus + label:before {
    color: #9B241B;
}

.ysg-select-style {
    border: 1px solid #ccc;
    width: 20%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}

.ysg-select-style select {
    padding: 5px 8px;
    width: 130%;
    max-width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.ysg-select-style select:focus {
    outline: none;
}

h3.title-ysg-red{
	color: #DB4337;
}

td.figure-ysg, td.figure-ysg figure{
	margin: 0;
	padding: 0;
}

td.figure-ysg figure img{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.27);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.27);
}

td.figure-ysg figure figcaption{
	font-size: 10px;
	color: #969696;
}

#meta_box_video .handlediv, #meta_box_video .hndle{
	display: none;
}