/**
* @author Design & Accessible Team (Sumy State University)
* @package Joomla
* @subpackage Accessible-Template-SSU
* @copyright Copyright (C) 2010 - 2019 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/

/* Module style */
.module--copyright {
	color: #a7a7a7;
}

.module--text-grey {
	color: #a7a7a7;
}
.module--bg-gray {
	background-color: #f1f1f1;
}
.module--bg-darkgray {
	background-color: #e8e8e8;
}
.module--bg-lines {
	background-color: #f1f1f1;
	background-image: url(../images/bg-pattern.png);
}
.module--bg-circles {
	background-color: #fff;
	background-image: url(../images/bg-circles.jpg);
	background-repeat: no-repeat;
}
.module--padding-no {
	padding: 0;
}
.module--padding-top {
	padding-top: 40px;
}
.module--padding-bottom {
	padding-bottom: 40px;
}
.module--border {
	border: 1px solid #ccc;
	padding: 20px;
}
.module--border-top {
	border-top: 1px dashed #ccc;
}


@media (max-width: 767px) {

}

