/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/system.css);
@import url(../warp/systems/joomla/css/system.css);
@import url(system-all.css);


/* Items (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .items .leading .item {
	margin-bottom: 18px;
	padding-bottom: 12px;
}


/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border: none; }


/* Search
----------------------------------------------------------------------------------------------------*/
/* Video Responive code */
div.video-container3 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
div.video-container3 iframe,
div.video-container3 object,
div.video-container3 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
