/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}
@media (min-width: 768px) {
  .mobile-only {position:absolute;
  left:9999px;
  display:none;}
  
}
/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }

  .desktop-only { display:none; }
  #footer .module {
    display:inline-block;
    float:right;
    width:40%;
    padding:0 10px;
  }
  

  
  #footer h3 {text-align:center;}
  
  iframe.fb_ltr {
   width:100%; 
  }
  
  .container {
    width:100%!important;
  }
  
  .module.mod-box.deepest img {
    max-width:100%;
    height: auto;
  }
  
  .content img {
    max-width:100%;
    height: auto;
  }
  
  
  iframe {
    max-width:100%;
    
  }
  
  .fb_iframe_widget iframe {
    max-width:100%;
    position:static!important;
  }
  .fb_iframe_widget > span,
  .fb_iframe_widget span{
    width:100%!important;
    position:static!important;
  }
  
  .fb_iframe_widget {
    max-width:100%;
  }
  
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
.avPlayerContainer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.avPlayerContainer iframe {
	width: 100% !important;
}
object#flashObj {
	width: 100% !important;
	height: auto !important;
}
