/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body{
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
a{
	text-decoration: none;
}
h2{
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	text-transform: uppercase;
	/*color:#030202;*/

	font-weight: 400;
	font-size:1.6em;
	letter-spacing:1.7px;
	margin-top:0px!important;
	margin-bottom:0px!important;
	padding:0px;
	line-height: 1.33!important;
}

h2 a{	color:#9e9b9b!important;}

p{
		text-transform: uppercase;
	font-size:1.45em;
}

header p{
	margin:8px 0!important;
}

#banners .two-third{
	text-align: right;
}

#banners{
	background: #e4e0d7;
}

#banners div{text-align:right!important;}

.bx-viewport{
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
}

.bx-controls-direction, .bx-pager {
	display:none;
}

#gramola{margin-top:30px;}
#menu{margin-top:39px;z-index: 3;}



#menu li {margin-top:-13px!important;margin-bottom:20px!important;font-size:.7em;}

article p{font-size:1em;margin-top:-10px!important;}

#gramola{overflow: visible!important;}

.bx-wrapper .disc img{
	width:auto!important;
	margin-left:90px;
	overflow:visible!important
}

.disc{
	margin-top:0;
	margin-left:103px;
	z-index: 1;
	
	
}

.disc img{
	padding-top:3px;
	width:394px;
	height:394px;
}


.cover{
	max-width:400px;
	position:absolute;
	top:0;
	border-left:5px solid white;
	z-index: 2;
	
}

.selected a{
	color:black!important;
	font-size:1.2em;
	
}

.selected{
	margin-top:-.4em!important;
}

#menu p{
	display:none;
}

#menu a:hover{
	color:black!important;
}

#menu a:hover span{
	color:#9e9b9b!important;
}

.selected p{
	display:table!important;
}

.selected p{
	padding-top: 10px;
}

a{
	outline: 0!important;
}

#slider-prev{
	position:absolute;
	left:1px;
	top:245px;
}
#slider-next{
	position:absolute;
	right:-11px;
	top:245px;
}

#slider-next img, #slider-prev img{
	max-width:80%;
}

.player img{
	max-width: 100%;
	max-height:320px;
	cursor: pointer;
}

.player {
	text-align:right!important;
}

.imagen img{
	margin-left:10px;
	border-left:40px solid #e4e0d7;
	border-right:40px solid #e4e0d7;
}

audio{
	width:400px;
}

.video-container {
    position: relative;
    padding-bottom: 220px;
    padding-top: 0px; height: 0; overflow: hidden;
    height:220px;
}


h4{
	
	margin-top: 20px;
	margin-bottom:0px;
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-size:28px;
	margin-left:14px;
	
}
h4 a{
	padding-left:11px;
}

h5{
	margin-top: -79px;
	margin-bottom:40px;
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-size:28px;
}

#campaignInfo p{
	font-family: "adobe-garamond-pro", serif;
	text-transform: none!important;
	line-height: 31px;
}

h1{
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-weight: 400;
	
	padding-top:30px;
	font-size:35px;
	margin-bottom:0px;
}

.moreCampaignInfo p{
	font-size:1.1em;
}

.push{
	cursor: pointer;
}

.excerpt{
	font-size:1.1em;
}

.readMore{
	font-size:16px;
	color:#252121
}








/* #Page Styles
================================================== */

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	

}

.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 1; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 1; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 1; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 1; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    50% {
		opacity: 1;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    50% {
		opacity: 1;
		-moz-transform: translateX(-100%) rotate(-120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    50% {
		opacity: 1;
		-o-transform: translateX(-100%) rotate(-120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    50% {
		opacity: 1;
		transform: translateX(-100%) rotate(-120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

#f1_container {
  position: relative;
  margin: 0;
  width: 879px;
  height: 879px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
  -webkit-perspective:1000;
  -moz-perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style:preserve-3d;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
}
.face.back {
  display: block;
  
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
  text-align: center;
}

header{margin-bottom:0!important;}


.displayMobile{display:none;}
#gramola li, #gramola article{height:400px!important;margin-bottom:100px;}
#audioWrapper{
	position:absolute;
	top:702px;
	left:0px;
}

#gramola{margin-bottom:20px;}


.social {
	width:205px;
	float:right;
	z-index: 9999999;
	margin-top:-30px;
	margin-bottom:-10px;
	margin-right:38px;
	
}

.social li{width:25px;float:left;margin-left:15px;}
.social li a{height:20px;float:left;margin-bottom:6px;cursor:pointer;margin-right:0px;}


.fb, .tw, .pn, .yt, .vm, .rss{margin-left:0px;height:20px;background-image: url('../img/assets/SMI.PNG') }

	.fb       {width:20px;background-position:  0px   0px}
	.fb:hover {           background-position:  0px -20px}
	
	.tw       {width:20px;background-position:-20px   0px}
	.tw:hover {			  background-position:-20px -20px}
	
	.rss       {width:20px;background-position:-40px   0px; margin-left:17px!important;}
	.rss:hover {           background-position:-40px -20px}
	
	.pn       {width:20px;background-position:-60px   0px}
	.pn:hover {           background-position:-60px -20px}
	
	.yt       {width:20px;background-position:-80px   0px}
	.yt:hover {           background-position:-80px -20px}
	
	.vm       {width:20px;background-position:-100px   0px;  margin-left:0px!important;}
	.vm:hover {           background-position:-100px -20px}

#campaignInfo{margin-top:-110px!important;}

div.ui-tooltip {
    text-align: center;
    max-width: 275px;
}


@-moz-keyframes spin {
  from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    from{
        -o-transform: rotate(0deg);
    }
    to{
        -o-transform: rotate(360deg);
    }
}
@keyframes spin {
  	from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.spin {
    -webkit-animation: spin 4s linear infinite;
       -moz-animation: spin 4s linear infinite;
    	 -o-animation: spin 4s linear infinite;
    		animation: spin 4s linear infinite;
}

@-moz-keyframes spon {
  from{
        -moz-transform: rotate(0deg);
    }
    
    to{
        -moz-transform: rotate(-360deg);
    }
}
@-o-keyframes spon {
  from{
        -moz-transform: rotate(0deg);
    }
    
    to{
        -moz-transform: rotate(20deg);
    }
}
@keyframes spon {
  from{
        -moz-transform: rotate(0deg);
    }
    
    to{
        -moz-transform: rotate(20deg);
    }
}

@-webkit-keyframes spon {
      from{
        -moz-transform: rotate(0deg);
    }
    
    to{
        -moz-transform: rotate(-20deg);
    }
}

.spon {
    -webkit-animation: spon 4s linear infinite;
       -moz-animation: spon 4s linear infinite;
    	 -o-animation: spon 4s linear infinite;
    		animation: spon 4s linear infinite;
}

.especular{
	position:absolute;
	top:0;
	left:0;
	z-index:333;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.bx-viewport li{height:414px!important;}
		
		.hiddenMobile{display:table!important;}
		.displayMobile{display:none!important;}
		
		#gramola li, #gramola article{height:400px!important;margin-bottom:100px;}
		
		#audioWrapper{
			position:absolute;
			top:702px;
			left:0px;
		}
		
		.player img{max-height:255px;}
		.imagen img{max-height:255px;max-width:255px;}
		
		.video-container{padding-bottom:160px!important;}
		.video-container iframe{
			width:520px;
			height:320px;
			
			margin-left:100px;
		}
		
		.imagen img{border-left-width: 72px;border-right-width: 72px;}
		

		
		
	}
	
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.bx-viewport li{height:414px!important;}
		
		.hiddenMobile{display:table!important;}
		.displayMobile{display:none!important;}
		
		#gramola li, #gramola article{height:400px!important;margin-bottom:100px;}
		
		#gramola .disc{display: none!important;}
		
		header .omega{display:none!important;}
		
		#audioWrapper{
			position:absolute;
			top:702px;
			left:0px;
		}
		.video-container{padding-bottom:45px!important;}
		.video-container iframe{
			width:330px;
			height:255px;
			
			margin-left:47px;
		}
		
		
		#campaignInfo{margin-top:0px!important;}
		
		
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.bx-viewport li{height:414px!important;overflow:visible!important}
		
		.hiddenMobile{display:none!important;}
		.displayMobile{display:table!important;}
		
		#banners img{max-width:100px;}
		body{font-size:.7em;}
		header p{margin:2px 0!important;padding:0!important;}
		.row{margin-bottom:0!important;}
		#gramola{margin-top:-15px;}
		#gramola img{max-width:80%;margin:20px auto;}
		
		#audioWrapper{
			position:absolute;
			top:420px!important;
			left:10px;
			
		}
		
		#campaignInfo{margin-top:0px!important;}
		
		h1{font-size:34.1px; text-align: center;padding-top:0;}
		audio{width:400px;}
		.reduce{margin-top:11px;}
		.reduce .imagen{width:145px!important;float:left;}
		.reduce .player{width:233px!important;float:right;}
		.player img{max-width:100%;}
		.imagen img{max-width:100%;max-height:145px;}
		
		
		#gramola{margin-bottom:-45px;}
		
		.video-container{padding-bottom:0px!important;}
		.video-container iframe{
			width:223px!important;
			height:145px!important;
			margin-left:7px!important;
			
		}
		.imagen img{
			border-left-width:12px;border-right-width:12px;
		}
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.bx-viewport li{height:414px!important;}
		h1{font-size:25px; text-align: center}
		h1{letter-spacing: normal !important;}
		.hiddenMobile{display:none!important;}
		.displayMobile{display:table!important;}
		
		#campaignInfo{margin-top:0px!important;}
		
		#banners img{max-width:100px;}
		body{font-size:.7em;}
		header p{margin:2px 0!important;padding:0!important;}
		.row{margin-bottom:0!important;}
		#gramola{margin-top:5px;}
		#gramola img{max-width:80%;margin:20px auto;}
		
		#audioWrapper{
	position:absolute;
	top:470px;
	left:10px;
}
	audio{width:410px}
	.reduce{margin-top:-20px;}
	.video-container{padding-bottom:0px!important;}
	.video-container iframe{
	width:223px!important;
	height:145px!important;
	margin-left:7px;
	}
	.imagen img{
		border-left-width:12px;border-right-width:12px;
	}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.bx-viewport li{height:414px!important;}
		h1{font-size:25px; text-align: center;padding-top:0;}
		h1{letter-spacing: normal !important;}
		.hiddenMobile{display:none!important;}
		.displayMobile{display:table!important;}
		
		#banners img{max-width:100px;}
		body{font-size:.7em;}
		header p{margin:2px 0!important;padding:0!important;}
		.row{margin-bottom:0!important}
		#gramola{margin-top:-15px;}
		#gramola img{max-width:80%;margin:20px auto;}
		
		#campaignInfo{margin-top:0px!important;}
		
		.reduce .one-third{width:100px!important;height:100px!important;float:left!important;margin-left:-2px!important;}
		.reduce .one-third img{max-width: 100%;height: auto;}
		.reduce .two-thirds{width:162px!important;height:100px!important;float:left!important;margin-left:31px!important;}
		
		.bx-viwport, .bx-viwport li{height:260px!important;}	
		.tweek{
			height: 260px;
			overflow: hidden;
			margin-bottom: 20px;
		}
		
		#audioWrapper {
position: absolute;
top: 381px;
left: 22px;
width: 236px;
height:32px;
overflow: hidden!important;
padding-top: 4px;

}
audio{width:260px;}
	.reduce{}
	.reduce div{padding-top:10px;}
	
	.imagen img{
		border-left-width:2px;border-right-width:2px;
	}
	.video-container{
		padding-bottom:0px!important;
	}
	.video-container iframe{
		width:155px!important;
		height:100px!important;
		margin-top:-10px;
		padding-bottom:0px!important;
	}
	
	h1{letter-spacing: normal !important;}
	
	}






#reddot div {
	margin-bottom: 10px;
}

#reddot h5{
	font-family: "franklin-gothic-ext-comp-urw",sans-serif!important;
	font-size: 21px;
	color:#ff0000!important;
	margin-top:0!important;
	margin-bottom:10px!important;
}

#reddot p {
	font-size: 19px;
	text-transform: capitalize;
	margin-top:5px;
	margin-bottom: 10px;
}

#reddot p:nth-child(3) {
	margin-bottom: 0!important;
}

#reddot span{
	font-size: 16px;
}

.no-0 p {
	margin-bottom: 0!important;
	line-height: 16px;
}

.no-1 {
	margin-top:0;
}









/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }*/