/**
 * @version     1.0
 * @package     template com_jcssestate
 * @copyright   Copyright (c) 2014 Joomla CSS. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Joomla CSS <info@joomla-css.nl> - http://www.joomla-css.nl
 */

@charset "utf-8";

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	================================================================================== 
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
@media (max-width: 979px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
*/

/*	-------------------------
	Custom styles
	------------------------- */
.leftblock,
.rightblock {
	float: left;
	width: 45%;
}

.rightblock {
	margin-left: 5%;
}

@media (max-width: 979px) {
	.leftblock,
	.rightblock {
		text-align: center;
		float: none;
		width: 100%;
	}
	.rightblock {
		margin-left: 0;
	}
}

.borderblock {
	background-color: rgba(200, 200, 200, 0.2);
	border: 1px solid rgba(200, 200, 200, 0.3);
	margin-bottom: 25px;
	padding: 10px 10px 0;
	text-align: center;
}
