@charset "utf-8";
/* CSS Document */

ul.mPhotos{
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
	background:#f0eeee;
	border:1px solid #CCC;
	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.mPhotos li{
	position:relative;
	float:left;
	width:62px;
	height:44px;
	margin:5px 5px 15px;
	border:1px solid #CCC;
	background:#FFF;
	color:#999;
	text-align:center;
	line-height:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor:move;
}
ul.mPhotos li.BIG{
	width:280px;
	height:auto;
	margin-bottom:5px;
}
ul.mPhotos li img{
	width:100%;
	height:auto;
}
ul.mPhotos li:hover a{
	display:block;
}
ul.mPhotos li span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.mPhotos li a{
	display:none;
	position:absolute;
	z-index:10;
	top:-3px;
	right:-3px;
	width:16px;
	height:16px;
	background:url(img/icons/mPhotosClose.png) 0 0 no-repeat;
}
ul.mPhotos li a:hover{
	background-position:0 -26px;
}
ul.mPhotos li a.rotate{
	right:auto;
	left:-3px;
	background:url(img/icons/mPhotosRotate.png) 0 0 no-repeat;
}
ul.mPhotos li a.rotate:hover{
	background-position:0 -26px;
}

ul.mPhotos li a.moveLeft{
	display:inline-block;
	position:relative;
	float:left;
	width:20px;
	height:12px;
	margin-top:6px;
	margin-left:-3px;
	background:url(img/icons/mPhotosMove.png) 0 0 no-repeat;
}
ul.mPhotos li a.moveLeft:hover{
	background-position:0 -20px;
}
ul.mPhotos li a.moveRight{
	display:inline-block;
	position:relative;
	float:right;
	width:20px;
	height:12px;
	margin-top:6px;
	margin-left:-3px;
	background:url(img/icons/mPhotosMove.png) -40px 0 no-repeat;
}
ul.mPhotos li a.moveRight:hover{
	background-position:-40px -20px;
}





/* NEW 2018 */

.addPhotos{
	text-align:left;
	margin:30px 0 0;
}
.addPhotos ul{
	list-style:none;
	display:inline-block;
	max-width:100%;
	margin:0;
	padding: 0 10px;
}
.addPhotos li{
	position:relative;
	float:left;
	width:96px;
	height:72px;
	background:#e3ebf0;
	border-radius:4px;
	margin:5px;
	text-align: center;
	transition: background-color .2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.addPhotos li:hover{
	background-color:#d9e1e7;
}
.addPhotos li:hover a{
	display: block;
}
.addPhotos li span.num{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	width:20px;
	line-height:20px;
	background:#00adee;
	border-radius:15px;
	color:#FFF !important;
	font-size:16px;
}
.addPanel a.blue span.num {
	color:#FFF !important;
	font-size: 11px !important;
}
.addPhotos button{
	cursor: pointer;
}
.addPhotos li.hasPhoto button{
	cursor: move;
}
.addPhotos li.hasPhoto span.num{
	background: #00adee;
	display: none;
}
.addPhotos div.photo{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(img/bigphoto.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
}
.addPhotos button{
	position:absolute;
	z-index:100;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
}
.addPhotos img.first{
	margin: 0 0 5px 15px;
}


.addPhotos li a{
	display:none;
	position:absolute;
	z-index: 9999;
	top:-3px;
	right:-3px;
	width:16px;
	height:16px;
	background:url(img/icons/mPhotosClose.png) 0 0 no-repeat;
	cursor: pointer;
}
.addPhotos li a:hover{
	background-position:0 -26px;
}
.addPhotos li a.rotate{
	right:auto;
	left:-3px;
	background:url(img/icons/mPhotosRotate.png) 0 0 no-repeat;
}
.addPhotos li a.rotate:hover{
	background-position:0 -26px;
}
.addPhotos a.simple{
	display: inline-block;
	margin-top: 5px;
	color: #00adee;
	font-size: 13px;
}
.addPhotos a.simple:hover{
	text-decoration: none;
	color: #00adee;
}

.addPhotosSimple{
	display: none;
	text-align: center;
}
.addPhotosSimple ul{
	display: inline-block;
}
.addPhotosSimple li{
	position: relative;
	list-style: decimal;
	margin-bottom: 5px;
	padding-right: 26px;
}
.addPhotosSimple li a{
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	width:16px;
	height:16px;
	background:url(img/icons/mPhotosClose.png) 0 0 no-repeat;
	cursor: pointer;
}
.addPhotosSimple li a:hover{
	background-position:0 -26px;
}

.YT {
	position: relative;
	padding-left: 100px;
	padding-right: 15px;
	padding-top: 5px;
	height: 56px;
}
.YT img {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 42px;
}
.YT div {
	font-size: 14px;
}
.YT input[type="text"] {
	width: 678px;
	height: 24px;
	padding: 0 10px;
	margin-top: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.YT input[type="button"] {
	width: 150px;
	height: 24px;
	font-weight: bold;
	margin-left: 5px;
	box-sizing: border-box;
    background: #09F;
    border: 1px solid #09F;
    color: #FFF;
    cursor: pointer;
}

.videoTitle {
    margin-top: 25px;
    height: 25px;
    font-size:14px;
}
.videoTitle socIcon {
    display: inline-block;
}

.videoTitle socIcon img {
    vertical-align: -2px;
    margin-right: 5px;
}


.YT.UPLOADED {
	padding-left: 210px;
}

.YT.UPLOADED img {
    height: 105px;
}

.YT.UPLOADED input[type="button"] {
    margin-top: 9px;
}

.YT.UPLOADED .shareVideo {
    padding-left: 5px;
}


.YT.UPLOADED input.delete-video {
    background: #000;
    border: #000 1px solid;
    color: #FFF;
    float: right;
    width: 100px;
}