/**
 * @package   Dryer - Joomla Multipurpose Template
 * @version   2.6.2 - 15 August 2014
 * @author    Webthemer - Web Development Studio http://www.webthemer.com | Framework: YOOtheme http://www.yootheme.com
 * @copyright Copyright (C) 2012 - 2014 Webthemer | Framework: Copyright (C) YOOtheme GmbH
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6. DEPRECATED FUNCTIONS SINCE DRYER VERSION 3.0
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Follow Social*/
.follow-social
{
	display: block;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
.follow-social .facebook
{
	background: url(../images/social/facebook32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .facebook:hover
{
	background: url(../images/social/facebook32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .twitter
{
	background: url(../images/social/twitter32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .twitter:hover
{
	background: url(../images/social/twitter32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .google
{
	background: url(../images/social/google32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .google:hover
{
	background: url(../images/social/google32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .linkedin
{
	background: url(../images/social/linkedin32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .linkedin:hover
{
	background: url(../images/social/linkedin32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .pinterest
{
	background: url(../images/social/pinterest32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .pinterest:hover
{
	background: url(../images/social/pinterest32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .vimeo
{
	background: url(../images/social/vimeo32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .vimeo:hover
{
	background: url(../images/social/vimeo32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .youtube
{
	background: url(../images/social/youtube32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .youtube:hover
{
	background: url(../images/social/youtube32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .delicious
{
	background: url(../images/social/delicious32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .delicious:hover
{
	background: url(../images/social/delicious32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .rss
{
	background: url(../images/social/rss32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .rss:hover
{
	background: url(../images/social/rss32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .flickr
{
	background: url(../images/social/flickr32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .flickr:hover
{
	background: url(../images/social/flickr32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .skype
{
	background: url(../images/social/skype32.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.follow-social .skype:hover
{
	background: url(../images/social/skype32-hover.png) no-repeat center;
	width: 35px;
	height: 35px;
	display: inline-block;
}
/*Space*/
.space5
{
	height: 5px;
}
.space10
{
	height: 10px;
}
.space15
{
	height: 15px;
}
.space20
{
	height: 20px;
}
/*Columns*/
.p-column-1-2
{
	width: 48%;
}
.p-column-1-3
{
	width: 30.66%;
}
.p-column-2-3
{
	width: 65.33%;
}
.p-column-1-4
{
	width: 22%;
}
.p-column-3-4
{
	width: 74%;
}
.p-column-1-5
{
	width: 16.8%;
}
.p-column-2-5
{
	width: 37.6%;
}
.p-column-3-5
{
	width: 58.4%;
}
.p-column-4-5
{
	width: 67.2%;
}
.p-column-1-6
{
	width: 13.33%;
}
.p-column-5-6
{
	width: 82.67%;
}
.p-column
{
	position: relative;
	margin: 0 4% 0 0;
	float: left;
}
.p-column-last
{
	margin-right: 0;
	clear: right;
}
.clear
{
	clear: both;
}
