/**
 * 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 */

h4{
    text-align: center;
}

h5{
    font-weight: bold;
    font-size: 16px;
}

.default-property{
    text-align: center;
}

.property{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.tables{
    margin-top: 20px;
}

.work-table tbody td{
    text-align: center;
}

.contact-table{
    margin-top: 45px;
}

figure {
    background: #828D8F;
    margin-top: 25% !important;
}

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;
}

.camera{
    position: absolute;
    bottom: 8px;
    right: 50px;
}

.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) {

}