@import url("http://fonts.googleapis.com/css?family=Ubuntu:300,700");
/************************************************************************************/
/* !FONTS */
/************************************************************************************/
/************************************************************************************/
/* !COLORS */
/************************************************************************************/
/************************************************************************************/
/* !MEASUREMENTS */
/************************************************************************************/
/************************************************************************************/
/* !MIXINS */
/************************************************************************************/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal; }

input:focus, textarea:focus {
  outline: none; }

article, aside, canvas, details, figcaption, figure, footer, header, nav, section, summary, time {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

strong {
  font-weight: bold; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

html {
  background-color: white;
  font: 300 16px/21px Ubuntu, sans-serif;
  color: #606060;
  overflow-y: scroll; }

a {
  text-decoration: underline;
  color: black; }

a:hover {
  color: #ff7409; }

.how_to_buy_mobile {
  display: none; }

/************************************************************************************/
/* !HEADER */
/************************************************************************************/
#logo {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 300px;
  height: 40px;
  z-index: 100000; }

#menu {
  display: none;
  position: absolute;
  z-index: 1000000; }

#sidr, .sidr {
  display: none; }

.promo_mobile {
  display: none; }

header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #1c1d22;
  z-index: 50; }
  header .inner_header {
    position: relative;
    height: 100%;
    margin: 0 auto; }
  header nav {
    padding-top: 25px; }
    header nav p {
      min-width: 1024px;
      font: 300 18px/18px Ubuntu, sans-serif;
      text-align: center; }
      header nav p a {
        margin: 0 35px;
        vertical-align: middle;
        color: #808082;
        text-decoration: none; }
        header nav p a:hover, header nav p a.active {
          color: white; }

/************************************************************************************/
/* !TAM PLAYER */
/************************************************************************************/
#tam_player {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border: 10px solid white;
  background: #e4e4e4;
  z-index: 1000; }
  #tam_player .player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    margin-top: -300px;
    margin-left: -400px; }
    #tam_player .player iframe {
      width: 100%;
      height: 100%; }

#close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 55px;
  height: 60px;
  background: url("images/sprites.png") no-repeat -110px 0px; }
  #close:hover {
    background: url("images/sprites.png") no-repeat -110px -60px;
    cursor: pointer; }

/************************************************************************************/
/* !HOME */
/************************************************************************************/
.inner_wrapper .panel:first-child {
  padding-top: 70px; }

.player_in_page {
  position: absolute;
  top: 165px;
  left: 50%;
  margin-left: -280px;
  width: 570px;
  height: 345px;
  overflow: hidden;
  z-index: 10; }
  .player_in_page iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    height: 345px;
    overflow-y: noscroll; }

.btn_player, .player_text {
  z-index: 20; }
  .btn_player a, .player_text a {
    text-decoration: none;
    font-size: 22px; }

h4 a {
  text-decoration: none; }

.panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  overflow: hidden;
  	/*
  #vimeoplayer
  	{
  		padding-top: 70px;
  	}
  */ }
  .panel figure {
    color: white;
    text-align: center;
    background: no-repeat center center; }
  .panel .is_vimeo {
    width: 100%; }
    .panel .is_vimeo iframe {
      display: none;
      position: absolute;
      top: 0;
      left: 0; }
    .panel .is_vimeo div, .panel .is_vimeo .btn_player {
      position: relative;
      z-index: 1; }
  .panel .center, .panel .right {
    color: #606060; }
  .panel .right {
    padding-left: 65%;
    padding-right: 5%;
    text-align: left; }
    .panel .right div li {
      float: left; }
  .panel .carrousel_wrapper {
    overflow: hidden; }
  .panel .carrousel {
    position: relative;
    width: 100000000px;
    overflow: hidden; }
    .panel .carrousel li {
      float: left; }
    .panel .carrousel figure {
      background-position: right center !important; }
  .panel .carrousel_nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 150px;
    margin-left: -50px; }
    .panel .carrousel_nav li {
      float: left;
      width: 20px;
      height: 20px;
      margin-right: 20px;
      background: url("images/sprites.png") no-repeat -240px -5px; }
      .panel .carrousel_nav li:hover {
        background: url("images/sprites.png") no-repeat -240px -25px;
        cursor: pointer; }
      .panel .carrousel_nav li.active {
        background: url("images/sprites.png") no-repeat -240px -45px; }

.promo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 454px;
  height: 115px;
  color: #858789;
  padding-top: 45px;
  padding-left: 13px;
  background: url("images/bg-promo.png") no-repeat 0 0;
  z-index: 5; }
  .promo p {
    font: 300 17px/18px Ubuntu, sans-serif;
    font-family: Ubuntu, sans-serif; }
  .promo strong {
    font: 300 22px/35px Ubuntu, sans-serif;
    font-family: Ubuntu, sans-serif; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.btn_cta {
  display: block;
  color: white;
  font: 300 16px/36px Ubuntu, sans-serif;
  height: 36px;
  padding: 0 15px 0 18px;
  background: #ff7409;
  margin-top: 20px;
  border-radius: 20px; }
  .btn_cta span {
    display: block;
    float: right;
    width: 12px;
    height: 20px;
    margin-top: 9px;
    margin-left: 7px;
    background: url("images/sprites.png") no-repeat -165px 0px; }
  .btn_cta:hover {
    background-color: #363636;
    cursor: pointer; }

.notify, #notify, #notify_mobile {
  position: absolute;
  bottom: 25px;
  right: 10px;
  z-index: 30;
  width: 140px; }
  .notify a, #notify a, #notify_mobile a {
    display: block;
    color: white;
    font: 300 16px/36px Ubuntu, sans-serif;
    height: 36px;
    padding: 0 15px 0 20px;
    background: #ff7409;
    border-radius: 20px;
    text-decoration: none; }
    .notify a span, #notify a span, #notify_mobile a span {
      display: block;
      float: right;
      width: 12px;
      height: 20px;
      margin-top: 9px;
      margin-left: 7px;
      background: url("images/sprites.png") no-repeat -165px 0px; }

#home_subscribe {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%; }
  #home_subscribe .name {
    display: none; }
  #home_subscribe form {
    width: 470px;
    margin: 0 auto; }
    #home_subscribe form input {
      float: left;
      width: 360px;
      height: 45px;
      padding: 10px;
      font-size: 16px;
      color: #c2c2c2;
      border: 1px solid #c2c2c2;
      margin-top: -5px; }
      #home_subscribe form input:focus {
        border: 1px solid black;
        color: black; }
  #home_subscribe .confirm {
    text-align: center;
    padding: 0 20px;
    margin-top: 10px; }

#notify {
  top: -50px;
  bottom: auto; }

#notify_mobile {
  bottom: -7px;
  width: 110px; }
  #notify_mobile a {
    font: 300 13px/30px Ubuntu, sans-serif;
    height: 30px;
    padding: 0 10px 0 15px; }
    #notify_mobile a span {
      width: 8px;
      height: 14px;
      background: url("images/sprites.png") no-repeat -165px -25px; }

#notify_form .name {
  display: none; }
#notify_form .btn_cta a {
  color: white;
  text-decoration: none; }

.reviews {
  position: relative;
  height: 150px;
  overflow: hidden;
  text-align: center;
  background: white; }
  .reviews a {
    margin: 0 40px; }
  .reviews .hover {
    position: absolute;
    left: -9000px; }

.panel_content_text_left {
  position: relative; }
  .panel_content_text_left h1, .panel_content_text_left h2 {
    text-shadow: none;
    color: #606060; }
  .panel_content_text_left h4 {
    line-height: 52px; }
    .panel_content_text_left h4:hover a span {
      background: url("../images/sprites_svg.svg") no-repeat 0px -118px; }
  .panel_content_text_left p {
    font: 300 18px/24px Ubuntu, sans-serif; }
  .panel_content_text_left a {
    color: #9a0000; }
    .panel_content_text_left a span {
      display: block;
      float: right;
      width: 44px;
      height: 50px;
      margin-left: 12px;
      background: url("../images/sprites_svg.svg") no-repeat 0px -68px; }

.panel_content_images {
  position: relative; }
  .panel_content_images img {
    position: absolute; }
  .panel_content_images .img_hover {
    display: none; }

.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e4e4e4;
  border: 10px solid white;
  padding: 20px;
  box-shadow: 3px 3px 6px #555;
  z-index: 100; }

.popup_close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 55px;
  height: 60px;
  background: url("images/sprites.png") no-repeat -110px 0px; }
  .popup_close:hover {
    background: url("images/sprites.png") no-repeat -110px -60px;
    cursor: pointer; }

/************************************************************************************/
/* !CONTENT */
/************************************************************************************/
#map {
  float: left;
  width: 640px;
  height: 480px;
  background: grey; }

#contact .main {
  float: left;
  width: 35%; }

#contact .inner_content div {
  margin-bottom: 0 !important;
  overflow: visible; }

#home .panel:last-child {
  padding-bottom: 30px; }

.wrapper {
	padding-bottom: 30px;
}

#home .wrapper, #apps .wrapper {
  padding-bottom: 0px; }

#gallery .wrapper {
  padding-top: 115px; }

.gallery_categories {
  overflow: hidden;
  font: 300 20px/20px Ubuntu, sans-serif; }
  .gallery_categories p {
    text-align: center;
    font-family: Ubuntu, sans-serif; }
    .gallery_categories p a {
      margin: 0 20px;
      text-decoration: none;
      color: #606060; }
      .gallery_categories p a.active, .gallery_categories p a:hover {
        color: #adadad; }

.gallery {
  overflow: hidden;
  min-height: 600px; }
  .gallery a {
    text-decoration: none; }
    .gallery a:hover {
      color: inherit; }
  .gallery li {
    float: left; }
  .gallery figure {
    position: relative; }

.is_video {
  position: absolute;
  top: 50%;
  left: 50%; }

.inner_content {
  margin: 0 auto; }
  .inner_content div {
    overflow: hidden;
    margin-bottom: 30px; }
  .inner_content h1 {
    margin-bottom: 20px; }
  .inner_content .main ul {
    margin-left: 20px;
    margin-bottom: 20px; }
    .inner_content .main ul li {
      list-style: disc !important;
      margin-bottom: 10px; }

.float_left {
  float: left;
  margin: 0 20px 20px 0; }

.float_right {
  float: right;
  margin: 0 0 20px 20px; }

.lead h2 {
  margin-bottom: 5px; }
.lead h3 {
  margin-bottom: 15px; }

.social_share {
  margin-top: 40px;
  overflow: hidden; }
  .social_share li {
    float: left; }
  .social_share .facebook {
    margin-right: 35px;
    margin-top: -1px; }

/************************************************************************************/
/* !FOOTER */
/************************************************************************************/
footer {
  background: black;
  color: white; }
  footer nav p {
    float: left; }
  footer nav a {
    font-family: Ubuntu, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 18px !important;
    color: #808082; }
    footer nav a:hover, footer nav a.active {
      text-decoration: none !important;
      color: white; }
  footer .social {
    float: left;
    margin-left: 10px; }
    footer .social li {
      float: left; }
  footer .lang {
    /* 		display: none; */
    color: #808082; }
    footer .lang ul {
      display: none;
      position: absolute;
      top: -250px;
      left: -80px;
      width: 210px;
      height: 250px;
      padding: 10px 5px 10px 5px;
      background: url("images/bg-lang-selector.png") no-repeat 0 0;
      font-size: 20px; }
      footer .lang ul p {
        color: black;
        text-align: left;
        font-size: 16px;
        font-family: Ubuntu, sans-serif; }
      footer .lang ul a {
        text-decoration: none; }
      footer .lang ul li {
        height: 49px;
        line-height: 49px;
        padding: 0 20px; }
        footer .lang ul li:hover {
          background: #cccccc;
          cursor: pointer; }
        footer .lang ul li:first-child {
          line-height: 20px; }
          footer .lang ul li:first-child:hover {
            background: none; }
        footer .lang ul li.active {
          background: url("images/bg-lang-selector-active.png") no-repeat 0 0; }

.contact ul {
  margin-bottom: 30px; }
  .contact ul li {
    margin-bottom: 0 !important; }
.contact h4 {
  font-size: 1em; }
.contact p {
  font-size: 14px; }

.sidebar {
  margin-right: 20px; }

.sidebar .play_video_please a {
  text-decoration: none; }

.sidebar {
  color: #606060; }

#apps {
  color: #606060; }

#gallery_details .player {
  width: 590px;
  margin: 0 auto; }
  #gallery_details .player h4 {
    margin-top: -15px; }
  #gallery_details .player h4, #gallery_details .player h5 {
    margin-left: 15px; }
  #gallery_details .player figure {
    display: none; }
#gallery_details iframe {
  width: 590px;
  height: 345px; }

#share {
  background: #e4e4e4; }
  #share .inner_content {
	min-height: 600px;
	min-width: 600px;
}
    #share .inner_content .player {
	width: 600px;
	height: 340px;
	margin: 0 auto;
}

/************************************************************************************/
/* !IMPORTS */
/************************************************************************************/
@media only screen and (min-width: 20em) and (max-width: 29.999em) {
  /************************************************************************************/
  /* !TYPO */
  /************************************************************************************/
  h1 {
    font: 300 1.4em/1.2em Ubuntu, sans-serif;
    margin-bottom: 5px; }

  h2 {
    font: 300 1.2em/1.2em Ubuntu, sans-serif;
    margin-bottom: 15px; }

  #home .center h2 {
    padding: 0 10%; }

  h3 {
    font: 300 1.3em/1.2em Ubuntu, sans-serif; }

  h4 {
    font: 300 1em/1.2em Ubuntu, sans-serif; }

  h5 {
    font: 300 0.85em/1.2em Ubuntu, sans-serif; }

  p {
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
    font-size: 14px; }

  .promo, #notify {
    display: none; }

  .promo_mobile {
    position: relative;
    width: 320px;
    height: 80px;
    margin: 20px auto; }
    .promo_mobile p {
      font-size: 18px;
      font-family: Ubuntu, sans-serif;
      text-align: center; }
    .promo_mobile .hack_margin_left {
      margin-left: 90px; }

  .is_vimeo .btn_player {
    /* display: none; */ }

  #tam_player .player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 160px;
    margin-top: -80px;
    margin-left: -150px; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  .how_to_buy_mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 55px;
    background: white; }
    .how_to_buy_mobile .text {
      font-size: 20px;
      font-family: Ubuntu, sans-serif;
      line-height: 55px;
      color: #585858;
      padding-left: 10px; }

  .player_in_page {
    display: none; }

  .fixed_height_585 {
    height: 240px !important; }

  .fixed_height_600 {
    min-height: 640px !important; }

  .fixed_height_620 {
    height: 410px !important; }

  .fixed_height_720 {
    height: 180px !important; }

  .carrousel li figure {
    height: 410px !important; }

  .panel {
    max-width: 320px;
    border-bottom: 1px solid #d4d4d0; }
    .panel .player_text {
      position: absolute;
      top: 38%;
      width: 100%; }
    .panel .is_vimeo .player_text {
      top: 10%; }
    .panel h1 {
      padding: 0 15%; }
    .panel h2 {
      display: none; }
    .panel .center h1 {
      padding-top: 30px; }
    .panel .center h2 {
      display: block;
      font-size: 16px; }
    .panel .center h4 {
      padding: 0 20px; }
    .panel .right {
      padding: 0 5%;
      text-align: center; }
      .panel .right h1 {
        padding-top: 10px; }
      .panel .right p {
        font: 300 15px/20px Ubuntu, sans-serif; }
      .panel .right div {
        display: none; }
    .panel .btn_player {
      position: absolute !important;
      bottom: 65px;
      left: 0;
      width: 100%;
      color: white;
      text-align: center;
      font: 300 16px/25px Ubuntu, sans-serif; }
      .panel .btn_player a {
        display: inline-block;
        color: white;
        padding-left: 30px;
        height: 25px;
        background: url("../images/sprites_svg.svg") no-repeat -160px -120px;
        			/*
        &:hover {
        				@include bg_sprites_svg(-160, -150);
        			}
        */ }
    .panel .btn_player a, .panel .player_text a {
      text-decoration: none;
      font-size: 16px; }
    .panel .carrousel li {
      width: 320px; }
      .panel .carrousel li h2 {
        padding-left: 100px; }
    .panel .carrousel_content {
      text-align: center;
      padding: 5%;
      padding-top: 25px; }
      .panel .carrousel_content h1 {
        padding: 0; }
      .panel .carrousel_content p {
        display: none; }
    .panel .carrousel_nav {
      bottom: 30px;
      margin-left: -47px; }

  .panel_content {
    overflow: hidden; }
    .panel_content .panel_content_text_left {
      width: 100%;
      text-align: center;
      padding: 0 10%; }
      .panel_content .panel_content_text_left h1 {
        padding-top: 20px; }
      .panel_content .panel_content_text_left h2 {
        margin-bottom: 10px; }
      .panel_content .panel_content_text_left h4 {
        display: none; }
      .panel_content .panel_content_text_left p {
        font-size: 15px;
        line-height: 20px; }
    .panel_content .panel_content_images {
      width: 100%; }
      .panel_content .panel_content_images .img {
        display: none !important; }
      .panel_content .panel_content_images .img_hover {
        display: inline !important; }
      .panel_content .panel_content_images img {
        position: relative; }

  .popup {
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px; }

  .right div li {
    position: relative;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
    .right div li img {
      position: absolute;
      top: 0;
      left: 0; }
    .right div li:hover img {
      top: -75px; }

  .panel_notify {
    max-width: 320px;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden; }
    .panel_notify .panel_notify_image {
      float: left;
      margin-left: 40px;
      margin-top: 60px; }
    .panel_notify .cta_notify {
      float: left;
      margin-top: 100px; }
    .panel_notify .panel_notify_sidebar {
      display: none; }

  header nav p {
    min-width: 320px; }
    header nav p a {
      margin: 0 20px; }

  #home_subscribe {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%; }
    #home_subscribe .name {
      display: none; }
    #home_subscribe form {
      width: 300px;
      margin: 0 auto; }
      #home_subscribe form input {
        float: left;
        width: 300px;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: 0;
        margin-bottom: 20px; }
      #home_subscribe form .float_right {
        float: none;
        margin-left: 105px; }

  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  #logo {
    top: 0;
    left: 0; }
    #logo a {
      display: block;
      width: 320px;
      height: 70px;
      margin-left: 90px;
      margin-top: 17px; }

  #menu {
    display: block;
    top: 13px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: url("../images/sprites_svg.svg") no-repeat 0px -170px; }

  .wrapper {
    padding-top: 100px; }

  .inner_header {
    max-width: 320px; }
    .inner_header nav {
      display: none; }

  #home .wrapper {
    padding-top: 0; }

  #news .inner_content, #news_entry .inner_content, #generic .inner_content {
    padding-left: 0px; }

  .gallery_categories {
    font: 300 20px/20px Ubuntu, sans-serif;
    margin-bottom: 20px;
    width: 320px;
    margin: 0 auto; }
    .gallery_categories p a {
      margin: 0 10px; }

  .gallery {
    max-width: 290px;
    margin: 0 auto; }
    .gallery li {
      float: none;
      width: 100%;
      margin: 0 1%;
      margin-bottom: 30px; }
    .gallery img {
      max-width: 100%; }
    .gallery h4 {
      margin-top: 10px; }
    .gallery .date {
      margin-top: 5px;
      font: 300 14px/16px Ubuntu, sans-serif; }
    .gallery figure:hover .is_video {
      background: url("images/sprites.png") no-repeat -270px -50px; }

  .is_video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url("images/sprites.png") no-repeat -270px 0px; }

  .inner_content {
    max-width: 290px;
    overflow: hidden; }

  .main {
    float: none;
    width: 100%; }

  .sidebar {
    display: none; }

  .news, .news_entry {
    margin-bottom: 0 !important; }
    .news h2, .news_entry h2 {
      padding-right: 15%;
      margin-bottom: 0; }
    .news figure, .news_entry figure {
      width: 100%;
      margin: 20px 0; }
      .news figure img, .news_entry figure img {
        max-width: 100%; }
    .news p, .news_entry p {
      font-family: Verdana, sans-serif;
      font-size: 16px; }

  .lead p {
    margin-bottom: 20px; }

  #notify_form .inner_content {
    margin-bottom: 150px; }
    #notify_form .inner_content h1 {
      margin-bottom: 0; }
    #notify_form .inner_content h3 {
      margin-bottom: 20px; }
  #notify_form .col_left {
    float: none;
    margin-left: 20px;
    width: 280px; }
    #notify_form .col_left figure {
      float: right; }
      #notify_form .col_left figure img {
        max-width: 100%; }
  #notify_form .col_right {
    position: relative;
    float: none;
    width: 100%; }
    #notify_form .col_right div {
      margin-left: 10px; }
    #notify_form .col_right .padding_right {
      padding-right: 50%; }
    #notify_form .col_right .buffer {
      margin-bottom: -10px; }
    #notify_form .col_right .order_now {
      position: absolute;
      top: 20px;
      right: -15px;
      padding-right: 20px; }
      #notify_form .col_right .order_now h1 {
        text-align: right;
        font-size: 46px; }
      #notify_form .col_right .order_now h1 span {
        font-size: 22px;
        vertical-align: top;
        line-height: 40px; }
      #notify_form .col_right .order_now p {
        font-size: 10px;
        margin-top: -10px;
        text-align: right;
        margin-right: 3px; }
    #notify_form .col_right form {
      width: 270px;
      margin-top: 30px; }
      #notify_form .col_right form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: -16px; }
        #notify_form .col_right form input:focus {
          border: 1px solid black;
          color: black; }

  /*
  #notify_form
  {
  	.inner_content
  	{
  		margin-bottom: 150px;
  		
  		h1
  		{
  			margin-bottom: 0;
  		}
  		
  		h3 {
  			margin-bottom: 20px;
  		}
  	}
  		
  	.col_left
  	{
  		float: none;
  		width: 100%;
  		
  		figure
  		{
  			float: none;
  			
  			img
  			{
  				max-width: 60%;
  				margin-left: 60px;
  			}
  		}
  	}
  	
  	.col_right
  	{
  		float: none;
  		width: 100%;
  		
  		div
  		{
  			margin: 20px;
  			text-align: center;
  			
  			&>p
  			{
  				display: none;
  			}
  		}
  		
  		h3 
  		{
  			font-size: 18px;
  			margin-top: 5px;
  		}
  		
  		form
  		{
  			margin-top: 30px;
  			
  			p
  			{
  				border-bottom: 1px solid #aaaaaa;
  				text-align: left;
  			}
  			
  			label
  			{
  				line-height: 35px;
  			}
  			
  			input
  			{
  				width: 160px;
  				height: 30px;
  				padding: 10px;
  			}
  		}
  	}
  
  }
  */
  /************************************************************************************/
  /* !APPS */
  /************************************************************************************/
  #apps .wrapper {
    background: url("images/bg-apps-mobile.jpg") no-repeat center 70px;
    max-width: 320px;
    min-height: 700px;
    margin: 0 auto; }
    #apps .wrapper .content_wrapper, #apps .wrapper .apps_links {
      text-align: center; }
      #apps .wrapper .content_wrapper p, #apps .wrapper .apps_links p {
        display: none; }
    #apps .wrapper .apps_links {
      width: 100%;
      margin-left: 25px; }
      #apps .wrapper .apps_links li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 110px; }
        #apps .wrapper .apps_links li img {
          max-width: 100%; }
    #apps .wrapper .inner_content div {
      margin-bottom: 10px; }

  .social_share li {
    display: block;
    float: none;
    margin-bottom: 20px; }

  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  footer {
    padding-top: 10px; }
    footer .inner_footer, footer .copyrights {
      max-width: 320px;
      margin: 0 auto;
      padding: 0 20px; }
    footer nav {
      float: none; }
      footer nav p {
        float: none;
        margin-top: 13px;
        text-align: center; }
      footer nav a {
        display: block;
        margin-bottom: 10px;
        font-size: 14px; }
        footer nav a:hover {
          text-decoration: underline; }
    footer .social {
      float: none;
      margin-top: 8px;
      margin-left: 72px; }
      footer .social li {
        margin-right: 5px; }
      footer .social a {
        display: block;
        width: 30px;
        height: 30px; }
      footer .social .facebook {
        background: url("../images/sprites_svg.svg") no-repeat -30px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-30, -30);
        			}
        */ }
      footer .social .twitter {
        background: url("../images/sprites_svg.svg") no-repeat -60px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-60, -30);
        			}
        */ }
      footer .social .googleplus {
        background: url("../images/sprites_svg.svg") no-repeat -90px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-90, -30);
        			}
        */ }
      footer .social .youtube {
        background: url("../images/sprites_svg.svg") no-repeat -120px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-120, -30);
        			}
        */ }
    footer .lang {
      position: relative;
      float: none;
      height: 50px; }
      footer .lang p {
        text-align: center;
        margin-left: 15px; }
        footer .lang p:hover {
          cursor: pointer; }
        footer .lang p:hover span {
          background: url("../images/sprites_svg.svg") no-repeat 0px -14px; }
        footer .lang p span {
          display: inline-block;
          width: 25px;
          height: 20px;
          margin-left: 10px;
          background: url("../images/sprites_svg.svg") no-repeat 0px 6px; }
      footer .lang ul {
        top: -245px;
        left: 60px; }
        footer .lang ul li:first-child {
          line-height: 49px;
          padding-left: 5px; }
    footer .copyrights {
      padding-bottom: 10px; }
      footer .copyrights p {
        text-align: center;
        font-size: 10px;
        padding-right: 8px; }
      footer .copyrights figure {
        width: 180px;
        margin: 0 auto; }
        footer .copyrights figure img {
          max-width: 100%; }

  .inner_content div img {
    max-width: 100%; }

  #gallery_details .player figure {
    display: block; }
  #gallery_details .player iframe {
    display: none; }
  #gallery_details .player h4 {
    margin-top: 15px !important; }
  #gallery_details .player h4, #gallery_details .player h5 {
    margin-left: 0 !important; } }
@media only screen and (min-width: 30em) and (max-width: 47.999em) {
  /************************************************************************************/
  /* !TYPO */
  /************************************************************************************/
  h1 {
    font: 300 1.4em/1.2em Ubuntu, sans-serif;
    margin-bottom: 5px; }

  h2 {
    font: 300 1.2em/1.2em Ubuntu, sans-serif;
    margin-bottom: 15px; }

  #home .center h2 {
    padding: 0 10%; }

  h3 {
    font: 300 1.3em/1.2em Ubuntu, sans-serif; }

  h4 {
    font: 300 1em/1.2em Ubuntu, sans-serif; }

  h5 {
    font: 300 0.85em/1.2em Ubuntu, sans-serif; }

  p {
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
    font-size: 14px; }

  .promo, #notify {
    display: none; }

  .promo_mobile {
    position: relative;
    width: 320px;
    height: 80px;
    margin: 20px auto; }
    .promo_mobile p {
      font-size: 18px;
      font-family: Ubuntu, sans-serif;
      text-align: center; }
    .promo_mobile .hack_margin_left {
      margin-left: 90px; }

  .is_vimeo .btn_player {
    /* display: none; */ }

  #tam_player .player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 160px;
    margin-top: -80px;
    margin-left: -150px; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  .how_to_buy_mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 55px;
    background: white; }
    .how_to_buy_mobile .text {
      font-size: 20px;
      font-family: Ubuntu, sans-serif;
      line-height: 55px;
      color: #585858;
      padding-left: 10px; }

  .player_in_page {
    display: none; }

  .fixed_height_585 {
    height: 240px !important; }

  .fixed_height_600 {
    min-height: 640px !important; }

  .fixed_height_620 {
    height: 410px !important; }

  .fixed_height_720 {
    height: 180px !important; }

  .carrousel li figure {
    height: 410px !important; }

  .panel {
    max-width: 320px;
    border-bottom: 1px solid #d4d4d0; }
    .panel .player_text {
      position: absolute;
      top: 38%;
      width: 100%; }
    .panel .is_vimeo .player_text {
      top: 10%; }
    .panel h1 {
      padding: 0 15%; }
    .panel h2 {
      display: none; }
    .panel .center h1 {
      padding-top: 30px; }
    .panel .center h2 {
      display: block;
      font-size: 16px; }
    .panel .center h4 {
      padding: 0 20px; }
    .panel .right {
      padding: 0 5%;
      text-align: center; }
      .panel .right h1 {
        padding-top: 10px; }
      .panel .right p {
        font: 300 15px/20px Ubuntu, sans-serif; }
      .panel .right div {
        display: none; }
    .panel .btn_player {
      position: absolute !important;
      bottom: 65px;
      left: 0;
      width: 100%;
      color: white;
      text-align: center;
      font: 300 16px/25px Ubuntu, sans-serif; }
      .panel .btn_player a {
        display: inline-block;
        color: white;
        padding-left: 30px;
        height: 25px;
        background: url("../images/sprites_svg.svg") no-repeat -160px -120px;
        			/*
        &:hover {
        				@include bg_sprites_svg(-160, -150);
        			}
        */ }
    .panel .btn_player a, .panel .player_text a {
      text-decoration: none;
      font-size: 16px; }
    .panel .carrousel li {
      width: 320px; }
      .panel .carrousel li h2 {
        padding-left: 100px; }
    .panel .carrousel_content {
      text-align: center;
      padding: 5%;
      padding-top: 25px; }
      .panel .carrousel_content h1 {
        padding: 0; }
      .panel .carrousel_content p {
        display: none; }
    .panel .carrousel_nav {
      bottom: 30px;
      margin-left: -47px; }

  .panel_content {
    overflow: hidden; }
    .panel_content .panel_content_text_left {
      width: 100%;
      text-align: center;
      padding: 0 10%; }
      .panel_content .panel_content_text_left h1 {
        padding-top: 20px; }
      .panel_content .panel_content_text_left h2 {
        margin-bottom: 10px; }
      .panel_content .panel_content_text_left h4 {
        display: none; }
      .panel_content .panel_content_text_left p {
        font-size: 15px;
        line-height: 20px; }
    .panel_content .panel_content_images {
      width: 100%; }
      .panel_content .panel_content_images .img {
        display: none !important; }
      .panel_content .panel_content_images .img_hover {
        display: inline !important; }
      .panel_content .panel_content_images img {
        position: relative; }

  .popup {
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px; }

  .right div li {
    position: relative;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
    .right div li img {
      position: absolute;
      top: 0;
      left: 0; }
    .right div li:hover img {
      top: -75px; }

  .panel_notify {
    max-width: 320px;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden; }
    .panel_notify .panel_notify_image {
      float: left;
      margin-left: 40px;
      margin-top: 60px; }
    .panel_notify .cta_notify {
      float: left;
      margin-top: 100px; }
    .panel_notify .panel_notify_sidebar {
      display: none; }

  header nav p {
    min-width: 320px; }
    header nav p a {
      margin: 0 20px; }

  #home_subscribe {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%; }
    #home_subscribe .name {
      display: none; }
    #home_subscribe form {
      width: 300px;
      margin: 0 auto; }
      #home_subscribe form input {
        float: left;
        width: 300px;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: 0;
        margin-bottom: 20px; }
      #home_subscribe form .float_right {
        float: none;
        margin-left: 105px; }

  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  #logo {
    top: 0;
    left: 0; }
    #logo a {
      display: block;
      width: 320px;
      height: 70px;
      margin-left: 90px;
      margin-top: 17px; }

  #menu {
    display: block;
    top: 13px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: url("../images/sprites_svg.svg") no-repeat 0px -170px; }

  .wrapper {
    padding-top: 100px; }

  .inner_header {
    max-width: 320px; }
    .inner_header nav {
      display: none; }

  #home .wrapper {
    padding-top: 0; }

  #news .inner_content, #news_entry .inner_content, #generic .inner_content {
    padding-left: 0px; }

  .gallery_categories {
    font: 300 20px/20px Ubuntu, sans-serif;
    margin-bottom: 20px;
    width: 320px;
    margin: 0 auto; }
    .gallery_categories p a {
      margin: 0 10px; }

  .gallery {
    max-width: 290px;
    margin: 0 auto; }
    .gallery li {
      float: none;
      width: 100%;
      margin: 0 1%;
      margin-bottom: 30px; }
    .gallery img {
      max-width: 100%; }
    .gallery h4 {
      margin-top: 10px; }
    .gallery .date {
      margin-top: 5px;
      font: 300 14px/16px Ubuntu, sans-serif; }
    .gallery figure:hover .is_video {
      background: url("images/sprites.png") no-repeat -270px -50px; }

  .is_video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url("images/sprites.png") no-repeat -270px 0px; }

  .inner_content {
    max-width: 290px;
    overflow: hidden; }

  .main {
    float: none;
    width: 100%; }

  .sidebar {
    display: none; }

  .news, .news_entry {
    margin-bottom: 0 !important; }
    .news h2, .news_entry h2 {
      padding-right: 15%;
      margin-bottom: 0; }
    .news figure, .news_entry figure {
      width: 100%;
      margin: 20px 0; }
      .news figure img, .news_entry figure img {
        max-width: 100%; }
    .news p, .news_entry p {
      font-family: Verdana, sans-serif;
      font-size: 16px; }

  .lead p {
    margin-bottom: 20px; }

  #notify_form .inner_content {
    margin-bottom: 150px; }
    #notify_form .inner_content h1 {
      margin-bottom: 0; }
    #notify_form .inner_content h3 {
      margin-bottom: 20px; }
  #notify_form .col_left {
    float: none;
    margin-left: 20px;
    width: 280px; }
    #notify_form .col_left figure {
      float: right; }
      #notify_form .col_left figure img {
        max-width: 100%; }
  #notify_form .col_right {
    position: relative;
    float: none;
    width: 100%; }
    #notify_form .col_right div {
      margin-left: 10px; }
    #notify_form .col_right .padding_right {
      padding-right: 50%; }
    #notify_form .col_right .buffer {
      margin-bottom: -10px; }
    #notify_form .col_right .order_now {
      position: absolute;
      top: 20px;
      right: -15px;
      padding-right: 20px; }
      #notify_form .col_right .order_now h1 {
        text-align: right;
        font-size: 46px; }
      #notify_form .col_right .order_now h1 span {
        font-size: 22px;
        vertical-align: top;
        line-height: 40px; }
      #notify_form .col_right .order_now p {
        font-size: 10px;
        margin-top: -10px;
        text-align: right;
        margin-right: 3px; }
    #notify_form .col_right form {
      width: 270px;
      margin-top: 30px; }
      #notify_form .col_right form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: -16px; }
        #notify_form .col_right form input:focus {
          border: 1px solid black;
          color: black; }

  /*
  #notify_form
  {
  	.inner_content
  	{
  		margin-bottom: 150px;
  		
  		h1
  		{
  			margin-bottom: 0;
  		}
  		
  		h3 {
  			margin-bottom: 20px;
  		}
  	}
  		
  	.col_left
  	{
  		float: none;
  		width: 100%;
  		
  		figure
  		{
  			float: none;
  			
  			img
  			{
  				max-width: 60%;
  				margin-left: 60px;
  			}
  		}
  	}
  	
  	.col_right
  	{
  		float: none;
  		width: 100%;
  		
  		div
  		{
  			margin: 20px;
  			text-align: center;
  			
  			&>p
  			{
  				display: none;
  			}
  		}
  		
  		h3 
  		{
  			font-size: 18px;
  			margin-top: 5px;
  		}
  		
  		form
  		{
  			margin-top: 30px;
  			
  			p
  			{
  				border-bottom: 1px solid #aaaaaa;
  				text-align: left;
  			}
  			
  			label
  			{
  				line-height: 35px;
  			}
  			
  			input
  			{
  				width: 160px;
  				height: 30px;
  				padding: 10px;
  			}
  		}
  	}
  
  }
  */
  /************************************************************************************/
  /* !APPS */
  /************************************************************************************/
  #apps .wrapper {
    background: url("images/bg-apps-mobile.jpg") no-repeat center 70px;
    max-width: 320px;
    min-height: 700px;
    margin: 0 auto; }
    #apps .wrapper .content_wrapper, #apps .wrapper .apps_links {
      text-align: center; }
      #apps .wrapper .content_wrapper p, #apps .wrapper .apps_links p {
        display: none; }
    #apps .wrapper .apps_links {
      width: 100%;
      margin-left: 25px; }
      #apps .wrapper .apps_links li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 110px; }
        #apps .wrapper .apps_links li img {
          max-width: 100%; }
    #apps .wrapper .inner_content div {
      margin-bottom: 10px; }

  .social_share li {
    display: block;
    float: none;
    margin-bottom: 20px; }

  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  footer {
    padding-top: 10px; }
    footer .inner_footer, footer .copyrights {
      max-width: 320px;
      margin: 0 auto;
      padding: 0 20px; }
    footer nav {
      float: none; }
      footer nav p {
        float: none;
        margin-top: 13px;
        text-align: center; }
      footer nav a {
        display: block;
        margin-bottom: 10px;
        font-size: 14px; }
        footer nav a:hover {
          text-decoration: underline; }
    footer .social {
      float: none;
      margin-top: 8px;
      margin-left: 72px; }
      footer .social li {
        margin-right: 5px; }
      footer .social a {
        display: block;
        width: 30px;
        height: 30px; }
      footer .social .facebook {
        background: url("../images/sprites_svg.svg") no-repeat -30px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-30, -30);
        			}
        */ }
      footer .social .twitter {
        background: url("../images/sprites_svg.svg") no-repeat -60px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-60, -30);
        			}
        */ }
      footer .social .googleplus {
        background: url("../images/sprites_svg.svg") no-repeat -90px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-90, -30);
        			}
        */ }
      footer .social .youtube {
        background: url("../images/sprites_svg.svg") no-repeat -120px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-120, -30);
        			}
        */ }
    footer .lang {
      position: relative;
      float: none;
      height: 50px; }
      footer .lang p {
        text-align: center;
        margin-left: 15px; }
        footer .lang p:hover {
          cursor: pointer; }
        footer .lang p:hover span {
          background: url("../images/sprites_svg.svg") no-repeat 0px -14px; }
        footer .lang p span {
          display: inline-block;
          width: 25px;
          height: 20px;
          margin-left: 10px;
          background: url("../images/sprites_svg.svg") no-repeat 0px 6px; }
      footer .lang ul {
        top: -245px;
        left: 60px; }
        footer .lang ul li:first-child {
          line-height: 49px;
          padding-left: 5px; }
    footer .copyrights {
      padding-bottom: 10px; }
      footer .copyrights p {
        text-align: center;
        font-size: 10px;
        padding-right: 8px; }
      footer .copyrights figure {
        width: 180px;
        margin: 0 auto; }
        footer .copyrights figure img {
          max-width: 100%; }

  .inner_content div img {
    max-width: 100%; }

  #gallery_details .player figure {
    display: block; }
  #gallery_details .player iframe {
    display: none; }
  #gallery_details .player h4 {
    margin-top: 15px !important; }
  #gallery_details .player h4, #gallery_details .player h5 {
    margin-left: 0 !important; } }
@media only screen and (min-width: 48em) and (max-width: 63.999em) {
  /************************************************************************************/
  /* !TYPO */
  /************************************************************************************/
  h1 {
    font: 300 2em/1.2em Ubuntu, sans-serif;
    margin-bottom: 5px; }

  h2 {
    font: 300 1.3em/1.2em Ubuntu, sans-serif;
    margin-bottom: 15px; }

  #home .center h2 {
    padding: 0 10%; }

  h3 {
    font: 300 1.45em/1.2em Ubuntu, sans-serif; }

  h4 {
    font: 300 1.1em/1.2em Ubuntu, sans-serif; }

  h5 {
    font: 300 0.95em/1.2em Ubuntu, sans-serif; }

  p {
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
    font-size: 14px; }

  .promo p {
    margin-bottom: 0; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #home_subscribe {
    top: 120px; }

  .fixed_height_585 {
    height: 395px !important; }

  .fixed_height_600 {
    height: 600px !important; }

  .fixed_height_620 {
    height: 450px !important; }

  .fixed_height_630 {
    height: 486px !important; }

  .fixed_height_720 {
    height: 432px !important; }

  .carrousel li figure {
    height: 450px !important; }

  .player_in_page {
    display: none; }

  .panel {
    max-width: 768px; }
    .panel .player_text {
      position: absolute;
      top: 30%;
      width: 100%; }
    .panel .center h1 {
      padding-top: 30px; }
    .panel .right {
      padding-left: 60%; }
      .panel .right h1 {
        padding-top: 20px; }
      .panel .right p {
        font: 300 15px/20px Ubuntu, sans-serif; }
    .panel .btn_player {
      position: absolute !important;
      bottom: 140px;
      left: 0;
      width: 100%;
      color: white;
      text-align: center;
      font: 300 22px/40px Ubuntu, sans-serif; }
      .panel .btn_player a {
        display: inline-block;
        color: white;
        padding-left: 50px;
        height: 40px;
        background: url("../images/sprites_svg.svg") no-repeat -160px 0px;
        			/*
        &:hover {
        				@include bg_sprites_svg(-160, -60);
        			}
        */ }
    .panel .carrousel li {
      width: 768px; }
      .panel .carrousel li h2 {
        padding-left: 100px; }
    .panel .carrousel_content {
      text-align: right;
      padding-right: 45%;
      padding-left: 5%;
      padding-top: 5%; }
      .panel .carrousel_content p {
        padding-left: 30%; }
    .panel .carrousel_nav {
      bottom: 20px; }

  .panel_content .panel_content_text_left {
    width: 40%;
    float: left;
    text-align: right;
    padding-left: 5%; }
    .panel_content .panel_content_text_left h1 {
      padding-top: 50px;
      padding-left: 100px; }
    .panel_content .panel_content_text_left h2 {
      margin-bottom: 10px; }
    .panel_content .panel_content_text_left h4 {
      font-size: 20px;
      margin-top: 30px; }
    .panel_content .panel_content_text_left p {
      font-size: 15px;
      line-height: 20px; }
  .panel_content .panel_content_images {
    position: relative;
    float: left;
    width: 60%; }

  .popup {
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px; }

  .right div li {
    position: relative;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
    .right div li img {
      position: absolute;
      top: 0;
      left: 0; }
    .right div li:hover img {
      top: -75px; }

  .panel_notify {
    max-width: 768px;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden; }
    .panel_notify .panel_notify_image {
      float: left;
      margin-left: 40px;
      margin-top: 60px; }
    .panel_notify .cta_notify {
      float: left;
      margin-top: 100px; }
    .panel_notify .panel_notify_sidebar {
      display: none; }

  header nav p {
    min-width: 768px; }
    header nav p a {
      margin: 0 20px; }

  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .wrapper {
    padding-top: 150px; }

  .inner_header {
    max-width: 768px; }

  #home .wrapper {
    padding-top: 0; }

  #news .inner_content, #news_entry .inner_content, #generic .inner_content {
    padding-left: 20px; }

  .gallery_categories {
    font: 300 20px/20px Ubuntu, sans-serif;
    margin-bottom: 20px; }

  .gallery {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px; }
    .gallery li {
      float: left;
      width: 31.25%;
      margin: 0 1%;
      margin-bottom: 30px; }
    .gallery img {
      max-width: 100%; }
    .gallery h4 {
      margin-top: 10px; }
    .gallery .date {
      margin-top: 5px;
      font: 300 14px/16px Ubuntu, sans-serif; }
    .gallery figure:hover .is_video {
      background: url("images/sprites.png") no-repeat -270px -50px; }

  .is_video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url("images/sprites.png") no-repeat -270px 0px; }

  .inner_content {
    max-width: 768px;
    overflow: hidden; }

  .main {
    float: left;
    width: 68%; }

  .sidebar {
    float: right;
    width: 24%;
    margin-right: 20px; }
    .sidebar figure {
      position: relative; }
      .sidebar figure img {
        max-width: 100%; }
    .sidebar h3 {
      margin-bottom: 16px; }
    .sidebar h4 {
      margin-top: 8px; }
    .sidebar li {
      margin-bottom: 20px; }

  .news, .news_entry {
    margin-bottom: 0 !important; }
    .news h2, .news_entry h2 {
      padding-right: 15%;
      margin-bottom: 0; }
    .news figure, .news_entry figure {
      width: 100%;
      margin: 20px 0; }
      .news figure img, .news_entry figure img {
        max-width: 100%; }
    .news p, .news_entry p {
      font-family: Verdana, sans-serif;
      font-size: 16px; }

  .lead p {
    margin-bottom: 0; }

  #notify_form .inner_content {
    margin-bottom: 150px; }
    #notify_form .inner_content h1 {
      margin-bottom: 0; }
    #notify_form .inner_content h3 {
      margin-bottom: 20px; }
  #notify_form .col_left {
    float: left;
    margin-left: 10px;
    width: 270px; }
    #notify_form .col_left figure {
      float: right; }
      #notify_form .col_left figure img {
        max-width: 100%; }
  #notify_form .col_right {
    position: relative;
    float: left;
    width: 60%; }
    #notify_form .col_right div {
      margin-left: 30px;
      margin-top: 35px;
      padding-right: 10%; }
    #notify_form .col_right .padding_right {
      padding-right: 30%; }
    #notify_form .col_right .buffer {
      margin-bottom: 50px; }
    #notify_form .col_right .order_now {
      position: absolute;
      top: 40px;
      right: 0;
      padding-right: 20px; }
      #notify_form .col_right .order_now h1 {
        text-align: right;
        font-size: 46px; }
      #notify_form .col_right .order_now h1 span {
        font-size: 22px;
        vertical-align: top;
        line-height: 40px; }
      #notify_form .col_right .order_now p {
        font-size: 10px;
        margin-top: -10px;
        text-align: right;
        margin-right: 3px; }
    #notify_form .col_right form {
      width: 408px;
      margin-top: 30px; }
      #notify_form .col_right form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: -16px; }
        #notify_form .col_right form input:focus {
          border: 1px solid black;
          color: black; }

  /*
  #notify_form
  {
  	.inner_content
  	{
  		margin-bottom: 150px;
  		
  		h1
  		{
  			margin-bottom: 0;
  		}
  		
  		h3 {
  			margin-bottom: 20px;
  		}
  	}
  		
  	.col_left
  	{
  		float: left;
  		width: 50%;
  		
  		figure
  		{
  			float: right;
  			
  			img
  			{
  				max-width: 100%;
  			}
  		}
  	}
  	
  	.col_right
  	{
  		float: right;
  		width: 50%;
  		
  		div
  		{
  			margin-left: 70px;
  			margin-top: 100px;
  			padding-right: 30%;
  		}
  		
  		form
  		{
  			margin-top: 30px;
  			
  			p
  			{
  				border-bottom: 1px solid #aaaaaa;
  			}
  			
  			label
  			{
  				line-height: 35px;
  			}
  			
  			input
  			{
  				width: 230px;
  				height: 30px;
  				padding: 10px;
  			}
  			
  			
  		}
  		
  	}
  
  }
  */
  /************************************************************************************/
  /* !APPS */
  /************************************************************************************/
  #apps .wrapper {
    background: url("images/bg-apps-tablet.jpg") no-repeat center 70px;
    max-width: 768px;
    min-height: 750px;
    margin: 0 auto;
    padding-top: 115px; }
    #apps .wrapper .content_wrapper, #apps .wrapper .apps_links {
      width: 420px;
      margin-left: 340px; }
      #apps .wrapper .content_wrapper p, #apps .wrapper .apps_links p {
        padding-right: 20px; }
    #apps .wrapper .apps_links {
      width: 60%; }
      #apps .wrapper .apps_links li {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px; }
    #apps .wrapper .inner_content div {
      margin-bottom: 10px; }

  .social_share li {
    display: block;
    float: none;
    margin-bottom: 20px; }

  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  footer {
    height: 90px;
    padding-top: 20px; }
    footer .inner_footer, footer .copyrights {
      max-width: 768px;
      margin: 0 auto;
      padding: 0 20px; }
    footer nav a {
      font-size: 14px !important; }
    footer nav {
      float: left; }
      footer nav p {
        margin-top: 13px; }
      footer nav a {
        margin-right: 20px;
        font-size: 14px; }
        footer nav a:hover {
          text-decoration: underline; }
    footer .social {
      float: right;
      margin-top: 8px; }
      footer .social li {
        margin-right: 5px; }
      footer .social a {
        display: block;
        width: 30px;
        height: 30px; }
      footer .social .facebook {
        background: url("../images/sprites_svg.svg") no-repeat -30px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-30, -30);
        			}
        */ }
      footer .social .twitter {
        background: url("../images/sprites_svg.svg") no-repeat -60px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-60, -30);
        			}
        */ }
      footer .social .googleplus {
        background: url("../images/sprites_svg.svg") no-repeat -90px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-90, -30);
        			}
        */ }
      footer .social .youtube {
        background: url("../images/sprites_svg.svg") no-repeat -120px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-120, -30);
        			}
        */ }
    footer .lang {
      position: relative;
      float: right;
      height: 50px;
      padding-left: 25px;
      border-left: 1px solid black; }
      footer .lang p {
        padding-top: 15px;
        text-align: right; }
        footer .lang p:hover {
          cursor: pointer; }
        footer .lang p:hover span {
          background: url("../images/sprites_svg.svg") no-repeat 0px -14px; }
        footer .lang p span {
          display: inline-block;
          width: 25px;
          height: 20px;
          margin-left: 10px;
          background: url("../images/sprites_svg.svg") no-repeat 0px 6px; }
    footer .copyrights {
      padding-bottom: 10px; }
      footer .copyrights p {
        text-align: center;
        font-size: 13px;
        padding-right: 8px; }
      footer .copyrights figure {
        width: 180px;
        margin: 0 auto; }
        footer .copyrights figure img {
          max-width: 100%; } }
@media only screen and (min-width: 64em) and (max-width: 79.999em) {
  /************************************************************************************/
  /* !TYPO */
  /************************************************************************************/
  h1 {
    font: 300 2.2em/1.2em Ubuntu, sans-serif;
    margin-bottom: 5px; }

  h2 {
    font: 300 1.5em/1.2em Ubuntu, sans-serif;
    margin-bottom: 15px; }

  #home .center h2 {
    padding: 0 20%; }

  h3 {
    font: 300 1.45em/1.2em Ubuntu, sans-serif; }

  h4 {
    font: 300 1.1em/1.2em Ubuntu, sans-serif; }

  h5 {
    font: 300 0.95em/1.2em Ubuntu, sans-serif; }

  p {
    margin-bottom: 20px;
    font-family: Verdana, sans-serif; }

  .promo p {
    margin-bottom: 0; }

  .is_carrousel {
    height: 620px !important; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #home_subscribe {
    top: 140px; }

  .fixed_height_585 {
    height: 585px !important; }

  .fixed_height_600 {
    height: 600px !important; }

  .fixed_height_620 {
    height: 620px !important; }

  .fixed_height_630 {
    height: 630px !important; }

  .fixed_height_720 {
    height: 576px !important; }

  .panel {
    max-width: 1024px; }
    .panel .player_text {
      position: absolute;
      top: 30%;
      width: 100%; }
    .panel .center h1 {
      padding-top: 40px; }
    .panel .right h1 {
      padding-top: 50px; }
    .panel .right p {
      font: 300 18px/24px Ubuntu, sans-serif; }
    .panel .btn_player {
      position: absolute !important;
      bottom: 230px;
      left: 0;
      width: 100%;
      color: white;
      text-align: center;
      font: 300 22px/40px Ubuntu, sans-serif; }
      .panel .btn_player a {
        display: inline-block;
        color: white;
        padding-left: 50px;
        height: 40px;
        background: url("../images/sprites_svg.svg") no-repeat -160px 0px;
        			/*
        &:hover {
        				@include bg_sprites_svg(-160, -60);
        			}
        */ }
    .panel .carrousel li {
      width: 1024px; }
      .panel .carrousel li h2 {
        padding-left: 160px; }
    .panel .carrousel_content {
      text-align: right;
      padding-right: 55%;
      padding-top: 15%; }
      .panel .carrousel_content p {
        padding-left: 20%; }

  .panel_content .panel_content_text_left {
    width: 40%;
    float: left;
    text-align: right;
    padding-left: 10%; }
    .panel_content .panel_content_text_left h1 {
      padding-top: 100px; }
    .panel_content .panel_content_text_left h2 {
      margin-bottom: 30px; }
    .panel_content .panel_content_text_left h4 {
      font-size: 23px;
      margin-top: 60px; }
  .panel_content .panel_content_images {
    position: relative;
    float: left;
    width: 60%; }

  .popup {
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px; }

  .right div li {
    position: relative;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden; }
    .right div li img {
      position: absolute;
      top: 0;
      left: 0; }
    .right div li:hover img {
      top: -75px; }

  .panel_notify {
    max-width: 1024px;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden; }
    .panel_notify .panel_notify_image {
      float: left;
      margin-left: 40px;
      margin-top: 60px; }
    .panel_notify .cta_notify {
      float: left;
      margin-top: 100px; }
    .panel_notify .panel_notify_sidebar {
      float: right;
      margin-top: 60px;
      margin-right: 30px; }
      .panel_notify .panel_notify_sidebar h4 {
        margin-bottom: 4px; }
      .panel_notify .panel_notify_sidebar .placeholder {
        margin-bottom: 20px; }
        .panel_notify .panel_notify_sidebar .placeholder a {
          display: block;
          width: 220px;
          height: 100px;
          background: grey; }

  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .wrapper {
    padding-top: 150px; }

  .inner_header {
    max-width: 1024px; }

  #home .wrapper {
    padding-top: 0; }

  #news .inner_content, #news_entry .inner_content, #generic .inner_content {
    padding-left: 20px; }

  .gallery_categories {
    font: 300 20px/20px Ubuntu, sans-serif;
    margin-bottom: 20px; }

  .gallery {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px; }
    .gallery li {
      float: left;
      width: 31.25%;
      margin: 0 1%;
      margin-bottom: 30px; }
    .gallery img {
      max-width: 100%; }
    .gallery h4 {
      margin-top: 10px; }
    .gallery .date {
      margin-top: 5px;
      font: 300 14px/16px Ubuntu, sans-serif; }
    .gallery figure:hover .is_video {
      background: url("images/sprites.png") no-repeat -270px -50px; }

  .is_video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url("images/sprites.png") no-repeat -270px 0px; }

  .inner_content {
    max-width: 1024px;
    overflow: hidden; }

  .main {
    float: left;
    width: 68%; }

  .sidebar {
    float: right;
    width: 24%;
    margin-right: 20px; }
    .sidebar figure {
      position: relative; }
      .sidebar figure img {
        max-width: 100%; }
    .sidebar h3 {
      margin-bottom: 16px; }
    .sidebar h4 {
      margin-top: 8px; }
    .sidebar li {
      margin-bottom: 20px; }

  .news, .news_entry {
    margin-bottom: 0 !important; }
    .news h2, .news_entry h2 {
      padding-right: 15%;
      margin-bottom: 0; }
    .news figure, .news_entry figure {
      width: 100%;
      margin: 20px 0; }
      .news figure img, .news_entry figure img {
        max-width: 100%; }
    .news p, .news_entry p {
      font-family: Verdana, sans-serif;
      font-size: 16px; }

  .lead p {
    margin-bottom: 0; }

  #notify_form .inner_content {
    margin-bottom: 150px; }
    #notify_form .inner_content h1 {
      margin-bottom: 0; }
    #notify_form .inner_content h3 {
      margin-bottom: 20px; }
  #notify_form .col_left {
    float: left;
    width: 45%; }
    #notify_form .col_left figure {
      float: right; }
      #notify_form .col_left figure img {
        max-width: 100%; }
  #notify_form .col_right {
    position: relative;
    float: left;
    width: 50%; }
    #notify_form .col_right div {
      margin-left: 70px;
      margin-top: 35px;
      padding-right: 10%; }
    #notify_form .col_right .padding_right {
      padding-right: 20%; }
    #notify_form .col_right .buffer {
      margin-bottom: 50px; }
    #notify_form .col_right .order_now {
      position: absolute;
      top: 40px;
      right: 0;
      padding-right: 20px; }
      #notify_form .col_right .order_now h1 {
        text-align: right;
        font-size: 46px; }
      #notify_form .col_right .order_now h1 span {
        font-size: 22px;
        vertical-align: top;
        line-height: 40px; }
      #notify_form .col_right .order_now p {
        font-size: 10px;
        margin-top: -10px;
        text-align: right;
        margin-right: 3px; }
    #notify_form .col_right form {
      width: 416px;
      margin-top: 30px; }
      #notify_form .col_right form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: -16px; }
        #notify_form .col_right form input:focus {
          border: 1px solid black;
          color: black; }

  /*
  #notify_form
  {
  	.inner_content
  	{
  		margin-bottom: 150px;
  		
  		h1
  		{
  			margin-bottom: 0;
  		}
  		
  		h3 {
  			margin-bottom: 20px;
  		}
  	}
  		
  	.col_left
  	{
  		float: left;
  		width: 45%;
  		
  		figure
  		{
  			float: right;
  			
  			img
  			{
  				max-width: 100%;
  			}
  		}
  	}
  	
  	.col_right
  	{
  		float: right;
  		width: 55%;
  		
  		div
  		{
  			margin-left: 70px;
  			margin-top: 100px;
  			padding-right: 30%;
  		}
  		
  		form
  		{
  			margin-top: 30px;
  			
  			p
  			{
  				border-bottom: 1px solid #aaaaaa;
  			}
  			
  			label
  			{
  				line-height: 35px;
  			}
  			
  			input
  			{
  				width: 200px;
  				height: 30px;
  				padding: 10px;
  			}
  			
  			
  		}
  		
  	}
  
  }
  */
  /************************************************************************************/
  /* !APPS */
  /************************************************************************************/
  #apps .wrapper {
    background: url("images/bg-apps.jpg") no-repeat center 70px;
    max-width: 1024px;
    min-height: 750px;
    margin: 0 auto;
    padding-top: 115px; }
    #apps .wrapper .content_wrapper, #apps .wrapper .apps_links {
      width: 500px;
      margin-left: 500px; }
    #apps .wrapper .apps_links {
      width: 40%; }
      #apps .wrapper .apps_links li {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px; }
    #apps .wrapper .inner_content div {
      margin-bottom: 10px; }

  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  footer {
    height: 90px;
    padding-top: 20px; }
    footer .inner_footer, footer .copyrights {
      max-width: 1024px;
      margin: 0 auto;
      padding: 0 20px; }
    footer nav {
      float: left; }
      footer nav p {
        margin-top: 13px; }
      footer nav a {
        margin-right: 20px;
        font-size: 14px; }
        footer nav a:hover {
          text-decoration: underline; }
    footer .social {
      float: right;
      margin-top: 8px; }
      footer .social li {
        margin-right: 5px; }
      footer .social a {
        display: block;
        width: 30px;
        height: 30px; }
      footer .social .facebook {
        background: url("../images/sprites_svg.svg") no-repeat -30px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-30, -30);
        			}
        */ }
      footer .social .twitter {
        background: url("../images/sprites_svg.svg") no-repeat -60px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-60, -30);
        			}
        */ }
      footer .social .googleplus {
        background: url("../images/sprites_svg.svg") no-repeat -90px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-90, -30);
        			}
        */ }
      footer .social .youtube {
        background: url("../images/sprites_svg.svg") no-repeat -120px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-120, -30);
        			}
        */ }
    footer .lang {
      position: relative;
      float: right;
      height: 50px;
      padding-left: 25px;
      border-left: 1px solid black; }
      footer .lang p {
        padding-top: 15px;
        text-align: right; }
        footer .lang p:hover {
          cursor: pointer; }
        footer .lang p:hover span {
          background: url("../images/sprites_svg.svg") no-repeat 0px -14px; }
        footer .lang p span {
          display: inline-block;
          width: 25px;
          height: 20px;
          margin-left: 10px;
          background: url("../images/sprites_svg.svg") no-repeat 0px 6px; }
    footer .copyrights {
      padding-bottom: 10px; }
      footer .copyrights p {
        text-align: center;
        font-size: 13px;
        padding-right: 8px; }
      footer .copyrights figure {
        width: 180px;
        margin: 0 auto; }
        footer .copyrights figure img {
          max-width: 100%; } }
@media only screen and (min-width: 80em) {
  /************************************************************************************/
  /* !TYPO */
  /************************************************************************************/
  h1 {
    font: 300 2.4em/1.2em Ubuntu, sans-serif;
    margin-bottom: 5px; }

  h2 {
    font: 300 1.8em/1.2em Ubuntu, sans-serif;
    margin-bottom: 15px; }

  #home .center h2 {
    padding: 0 20%; }

  h3 {
    font: 300 1.45em/1.2em Ubuntu, sans-serif; }

  h4 {
    font: 300 1.1em/1.2em Ubuntu, sans-serif; }

  h5 {
    font: 300 0.95em/1.2em Ubuntu, sans-serif; }

  p {
    margin-bottom: 20px;
    font-family: Verdana, sans-serif; }

  .promo p {
    margin-bottom: 0; }

  .is_carrousel {
    height: 620px !important; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  .fixed_height_585 {
    height: 585px !important; }

  .fixed_height_600 {
    height: 600px !important; }

  .fixed_height_620 {
    height: 620px !important; }

  .fixed_height_630 {
    height: 630px !important; }

  .fixed_height_720 {
    height: 720px !important; }

  .panel {
    max-width: 1280px; }
    .panel .player_text {
      position: absolute;
      top: 30%;
      width: 100%; }
    .panel .center h1 {
      padding-top: 50px; }
    .panel .right h1 {
      padding-top: 100px; }
    .panel .right p {
      font: 300 18px/24px Ubuntu, sans-serif; }
    .panel .btn_player {
      position: absolute !important;
      bottom: 230px;
      left: 0;
      width: 100%;
      color: white;
      text-align: center;
      font: 300 22px/40px Ubuntu, sans-serif; }
      .panel .btn_player a {
        display: inline-block;
        color: white;
        padding-left: 50px;
        height: 40px;
        font-weight: 300 !important;
        background: url("../images/sprites_svg.svg") no-repeat -160px 0px;
        			/*
        
        			&:hover {
        				@include bg_sprites_svg(-160, -60);
        			}
        */ }
    .panel .carrousel li {
      width: 1280px; }
    .panel .carrousel_content {
      text-align: right;
      padding-right: 50%;
      padding-top: 100px;
      padding-left: 150px; }

  .panel_content .panel_content_text_left {
    width: 50%;
    float: left;
    text-align: right;
    padding-left: 10%; }
    .panel_content .panel_content_text_left h1 {
      padding-top: 100px; }
    .panel_content .panel_content_text_left h2 {
      margin-bottom: 30px; }
    .panel_content .panel_content_text_left h4 {
      font-size: 23px;
      margin-top: 60px; }
  .panel_content .panel_content_images {
    position: relative;
    float: left;
    width: 50%; }

  .popup {
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px; }

  .right div li {
    position: relative;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    	/*
    	&:hover img
    		{
    			top: -75px;
    		}
    */ }
    .right div li img {
      position: absolute;
      top: 0;
      left: 0; }

  .panel_notify {
    max-width: 1280px;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden; }
    .panel_notify .panel_notify_image {
      float: left;
      margin-left: 120px;
      margin-top: 60px; }
    .panel_notify .cta_notify {
      float: left;
      margin-top: 100px;
      margin-left: 30px; }
    .panel_notify .panel_notify_sidebar {
      float: right;
      margin-top: 60px;
      margin-right: 50px; }
      .panel_notify .panel_notify_sidebar h4 {
        margin-bottom: 4px; }
      .panel_notify .panel_notify_sidebar .placeholder {
        margin-bottom: 20px; }
        .panel_notify .panel_notify_sidebar .placeholder a {
          display: block;
          width: 220px;
          height: 100px;
          background: grey; }

  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .wrapper {
    padding-top: 150px;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    background: url("images/bg-wrapper.png") repeat-y; }

  .inner_header {
    max-width: 1280px; }

  #home .wrapper {
    padding-top: 0; }

  #news .inner_content, #news_entry .inner_content, #generic .inner_content {
    padding-left: 20px; }

  .gallery_categories {
    font: 300 20px/20px Ubuntu, sans-serif;
    margin-bottom: 27px; }

  .gallery {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px; }
    .gallery li {
      float: left;
      width: 31.25%;
      margin: 0 1%;
      margin-bottom: 30px; }
    .gallery img {
      max-width: 100%; }
    .gallery h4 {
      margin-top: 10px; }
    .gallery .date {
      margin-top: 5px;
      font: 300 14px/16px Ubuntu, sans-serif; }
    .gallery figure:hover .is_video {
      background: url("images/sprites.png") no-repeat -270px -50px; }

  .is_video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: url("images/sprites.png") no-repeat -270px 0px; }

  .inner_content {
    max-width: 1280px;
    overflow: hidden; }

  .main {
    float: left;
    width: 68%; }

  .sidebar {
    float: right;
    width: 24%; }
    .sidebar figure {
      position: relative; }
      .sidebar figure img {
        max-width: 100%; }
    .sidebar h3 {
      margin-bottom: 16px; }
    .sidebar h4 {
      margin-top: 8px; }
    .sidebar li {
      margin-bottom: 20px;
      list-style: none !important; }

  .news, .news_entry {
    margin-bottom: 0 !important; }
    .news h2, .news_entry h2 {
      padding-right: 15%;
      margin-bottom: 0; }
    .news figure, .news_entry figure {
      width: 100%;
      margin: 20px 0; }
      .news figure img, .news_entry figure img {
        max-width: 100%; }
    .news p, .news_entry p {
      font-family: Verdana, sans-serif;
      font-size: 16px; }

  .lead p {
    margin-bottom: 0; }

  #notify_form .inner_content {
    margin-bottom: 150px; }
    #notify_form .inner_content h1 {
      margin-bottom: 0; }
    #notify_form .inner_content h3 {
      margin-bottom: 20px; }
  #notify_form .col_left {
    float: left;
    width: 45%; }
    #notify_form .col_left figure {
      float: right; }
      #notify_form .col_left figure img {
        max-width: 100%; }
  #notify_form .col_right {
    position: relative;
    float: left;
    width: 50%; }
    #notify_form .col_right div {
      margin-left: 70px;
      margin-top: 35px;
      padding-right: 10%; }
    #notify_form .col_right .padding_right {
      padding-right: 30%; }
    #notify_form .col_right .buffer {
      margin-bottom: 50px; }
    #notify_form .col_right .order_now {
      position: absolute;
      top: 40px;
      right: 0;
      padding-right: 20px; }
      #notify_form .col_right .order_now h1 {
        text-align: right;
        font-size: 46px; }
      #notify_form .col_right .order_now h1 span {
        font-size: 22px;
        vertical-align: top;
        line-height: 40px; }
      #notify_form .col_right .order_now p {
        font-size: 10px;
        margin-top: -10px;
        text-align: right;
        margin-right: 3px; }
    #notify_form .col_right form {
      width: 546px;
      margin-top: 30px; }
      #notify_form .col_right form input {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        color: #c2c2c2;
        border: 1px solid #c2c2c2;
        margin-top: -16px; }
        #notify_form .col_right form input:focus {
          border: 1px solid black;
          color: black; }

  /************************************************************************************/
  /* !APPS */
  /************************************************************************************/
  #apps .wrapper {
    padding-top: 0; }

  #apps .inner_wrapper {
    background: url("images/bg-apps.jpg") no-repeat center 70px;
    max-width: 1280px;
    min-height: 750px;
    margin: 0 auto;
    padding-top: 115px; }
    #apps .inner_wrapper .content_wrapper, #apps .inner_wrapper .apps_links {
      width: 520px;
      margin-left: 660px; }
    #apps .inner_wrapper .apps_links {
      width: 40%; }
      #apps .inner_wrapper .apps_links li {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px; }
    #apps .inner_wrapper .inner_content div {
      margin-bottom: 10px; }

  #contact .inner_content {
    margin-left: 40px; }

  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  footer {
    height: 90px;
    padding-top: 20px; }
    footer .inner_footer, footer .copyrights {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px; }
    footer nav {
      float: left; }
      footer nav p {
        margin-top: 13px; }
      footer nav a {
        margin-right: 20px;
        font-size: 14px; }
        footer nav a:hover {
          text-decoration: underline; }
    footer .social {
      float: right;
      margin-top: 8px; }
      footer .social li {
        margin-right: 5px; }
      footer .social a {
        display: block;
        width: 30px;
        height: 30px; }
      footer .social .facebook {
        background: url("../images/sprites_svg.svg") no-repeat -30px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-30, -30);
        			}
        */ }
      footer .social .twitter {
        background: url("../images/sprites_svg.svg") no-repeat -60px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-60, -30);
        			}
        */ }
      footer .social .googleplus {
        background: url("../images/sprites_svg.svg") no-repeat -90px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-90, -30);
        			}
        */ }
      footer .social .youtube {
        background: url("../images/sprites_svg.svg") no-repeat -120px 0px;
        			/*
        &:hover
        			{
        				@include bg_sprites_svg(-120, -30);
        			}
        */ }
    footer .lang {
      position: relative;
      float: right;
      height: 50px;
      padding-left: 25px;
      border-left: 1px solid black; }
      footer .lang p {
        padding-top: 15px;
        text-align: right; }
        footer .lang p:hover {
          cursor: pointer; }
        footer .lang p:hover span {
          background: url("../images/sprites_svg.svg") no-repeat 0px -14px; }
        footer .lang p span {
          display: inline-block;
          width: 25px;
          height: 20px;
          margin-left: 10px;
          background: url("../images/sprites_svg.svg") no-repeat 0px 6px; }
    footer .copyrights {
      margin-top: -30px !important; }
      footer .copyrights p {
        text-align: left;
        font-size: 13px;
        padding-right: 8px;
        color: #434347; }
      footer .copyrights figure {
        width: 180px;
        margin: 0 auto; }
        footer .copyrights figure img {
          max-width: 100%; } }
