
/*Font face generales*/

@font-face { 
font-family: Intro Bold;
src: url('../fonts/Intro Bold.otf') format('opentype');
}

@font-face { 
font-family: Intro Regular_1;
src: url('../fonts/Intro Regular_1.otf') format('opentype');
}

@font-face { 
font-family: Intro Regular Italic;
src: url('../fonts/Intro Regular Italic.otf') format('opentype');
}

@font-face { 
font-family: Intro Light Italic;
src: url('../fonts/Intro Light Italic.otf') format('opentype');
}

@font-face { 
font-family: Intro Light;
src: url('../fonts/Intro Light.otf') format('opentype');
}

@font-face { 
font-family: Intro Book;
src: url('../fonts/Intro Book.otf') format('opentype');
}

@font-face { 
font-family: Intro Bold Italic;
src: url('../fonts/Intro Bold Italic.otf') format('opentype');
}

@font-face { 
font-family: Intro Bold Caps;
src: url('../fonts/Intro Bold Caps.otf') format('opentype');
}

@font-face { 
font-family: Intro Book Caps;
src: url('../fonts/Intro Book Caps.otf') format('opentype');
}

@font-face { 
font-family: Intro Book Caps;
src: url('../fonts/Intro Regular Caps.otf') format('opentype');
}

/*Font face generales*/




.ms-videogallery-template {
	padding-bottom:185px;
	max-width: 850px;
	margin: 0 auto;
}

.ms-videogallery-template.ms-videogallery-vertical-template {
	max-width: 1030px;
	padding-right: 310px;
	padding-bottom:0 !important;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ms-videogallery-template .ms-layer { 
	font-family: "Proxima nova";
}

.ms-videogallery-template .ms-layer.video-name {
    font-weight: 800;
	font-size: 60px;
    color: white;
    padding: 11px;
}

.ms-videogallery-template .ms-layer.video-title {
    font-weight: 400;
    background: #fff;
    color: white;
    padding: 11px;
    border-radius: 5px;
}

.ms-videogallery-template .ms-layer.video-author {
    background: #FFFFFF;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h {
	bottom:auto;
	height:auto;
	width: 100%;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v {
	height: 100%;
	width: 330px;
	right: -340px;
	top: 0;
}

.ms-videogallery-template .ms-thumb-frame {
	cursor: pointer;
	float: left;

	font-family: "Intro Regular_1", sans-serif;
	text-shadow: 0 1px 1px white;
	color: #222;
	font-weight: 300;
	
	position: relative;
	overflow: visible;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
	width: 214px;
	height: auto;
	margin: 10px 10px 0 0;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
	width: 280px;
	height: 78px;
	margin-bottom: 10px;
}

.ms-thumb-list.ms-dir-v .ms-thumb-frame img {
    width: 140px;
    float: left;
}

.ms-videogallery-template .ms-thumb{text-align: center;}

.ms-videogallery-template .ms-thumb-frame h1 {
	font-weight: 800;
	font-size: 80px;
	margin:10px 0 0 0;
}

.ms-videogallery-template .ms-thumb-frame h3 {
	font-weight: 400;
	font-size: 10pt;
	margin:10px 0 0 0;
	text-transform: none;
}

.ms-videogallery-template .ms-thumb-frame p {
	font-size:10pt;
	margin: 4px 0;
}

.ms-videogallery-template .ms-thumb-frame-selected { opacity: 1; }
.ms-videogallery-template .ms-thumb-ol {
    width: 214px;
    background: black;
    opacity: 0.5;
    height: 119px;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
    width: 140px;
    height: 78px;
}

.ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {opacity: 0;}

.ms-videogallery-template .ms-ie7 .ms-thumb-ol,
.ms-videogallery-template .ms-ie8 .ms-thumb-ol{display:none;}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
    float: left;
    height: 68px;
    width: 100px;
    margin: 0 10px;
    text-align: left;
}

@media (max-width: 600px) {
	.ms-videogallery-template {padding-bottom:135px;}
	.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {width: 100px;}
	.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
		width: 100px;
	    height: 56px;
	}
	
	.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
		width: 240px;
		height: 58px;
	}

	.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {width: 100px;}
	.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
		width: 100px;
	    height: 56px;
	}
	
	.ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 250px;margin-bottom: 20px;}
	.ms-videogallery-template .ms-thumb-list.ms-dir-v {width: 240px; right: -250px;}

 }
 
 @media (max-width: 400px) {
	.ms-videogallery-template .ms-thumb-list.ms-dir-v {display:none;}
	.ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 0px;margin-bottom: 20px;}
 }

