.gge_header_L h1,.gge_header_S h1,.gge_header_M h1{
	font-size: 1.7em;
}

img,
.tab a{
    user-drag: none; 
    -moz-user-select: none;  
    -webkit-user-drag: none;
}

.btn-hover:hover{
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.content{
    width: 1245px;
    height: 616px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.icon_close_button{
    position: absolute;
    top: -19px;
    right: -24px;
}

input:focus, button:focus{
    outline: 0px;
}

.home{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
textarea{
    background: transparent;
    border: none;
    resize: none;
    font-size: 1.75em;
    color: #333333;
    line-height: 1.2em;
    overflow-y: auto;
    position: relative;
}
.boton_efect{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    cursor: pointer;
}
.boton_efect:active{
-ms-transform: scale(1.2,1.2); /* IE 9 */
   -webkit-transform: scale(1.2,1.2); /* Safari */
   transform: scale(1.2,1.2);
}
.boton_efect:hover{ box-shadow: 0px 0px 15px rgba(0,0,0,0.7); }

p.cite_video {
    font-size: 1.13em !important;
    color: #333333 !important;
    background-color: #DFDFDF;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 853px;
    display: inline-block;
    position: absolute;
    top: 550px;
    left: 195px;
    line-height: 1.43em;
}
p.cite_video a{
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-decoration: none;
  color: #333333;
}
.activity_tag .subtitle{
    text-transform: uppercase;
}