/**
 * View StyleSheet file.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Iván Károly <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.default-property {
    text-align: center;
}

.map_marker{
    font-size: 20px;
}

.second{
    margin-top: 30px;
}

table th{
    text-align: center;
}

table tbody td{
	text-align: center;
}

h5{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

figure {
	background: #828D8F;
}

figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

figure:hover img {
	/*background: rgba(130,141,143,0.5);*/
    cursor: pointer;
}

figure,
.port-img{
    width: 50%;
    display: block;
    margin: 0 auto;
}

.pictures{
    margin-top: 10%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}