.req-box {
    box-shadow: 3px 3px 5px #888888;
}

.req-row-margin {
	margin-bottom: 25px;
}

.req-box:hover > .req-img {
	opacity: 0.90;
}

/* BLOCKQUOTE */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #fe9901;
}
/* BLOCKQUOTE */

/* PANEL */
.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1a3665;
    border-color: #1a3665;
    margin-top: 7px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-default {
    border-color: #dddddd;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading:first-child {
    margin-top: 0px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1a3665;
    border-color: #1a3665;
    margin-top: 0px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #872001;
    border-color: #dddddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.panel-title > a {
    color: inherit;
}
/* PANEL */

.own-email-link {
	color: #872001;	
}

.own-email-link:hover {
	color: #ad3612;	
}

.own-gallery-none {
	display: none;
}

.own-icon-m {
	float: left;
	margin-top: 4px;
	margin-right: 10px;		
}

.own-content-margin > .col-lg-12 > ul {
	font-size: 15px;	
}

#blog1 {
    padding: 34px 0px 40px 0px;
}

#blog3 {
    padding: 15px 0px 17px 0px;
}

#blog3 img {
    width: 100%;
}

#blog3 p {
    padding-top: 0px;
    margin: 0;
    font-size: 13px;
    text-align: center;
}

#title4 {
    padding: 10px 0px 10px 0px;
}

#title4 h1 {
    text-align: center;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title4 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #872001;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.img-center {
	margin: auto;
	box-shadow: 1px 1px 6px #888888;
	margin-bottom: 30px;
}

/* KAPCSOLODO FAJLOK */

.own-h2-attach {
    padding-bottom: 6px;
    border-bottom: 3px solid #872001;
    margin-bottom: 0px;
}

.own-ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    display: inline-flex;
}

.own-files-p {
    margin-top: 28px;
    margin-left: 10px;
}

.own-bottom-tr:hover {
	cursor: pointer;	
}

.own-upload-doc {
    background-image: url(icon/icon_doc.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-jpg {
    background-image: url(icon/icon_jpg.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-pdf {
    background-image: url(icon/icon_pdf.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-png {
    background-image: url(icon/icon_png.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-ppt {
    background-image: url(icon/icon_ppt.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-rtf {
    background-image: url(icon/icon_rtf.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-xls {
    background-image: url(icon/icon_xls.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}

.own-upload-zip {
    background-image: url(icon/icon_zip.png);
    width: 57px;
    height: 72px;
    margin: 0;
    padding: 0;
    display: block;
}


.no-padding-l {
    padding-left: 0px !important;
}
/* KAPCSOLODO FAJLOK VEGE */

.own-content-margin {
	padding-bottom: 20px;	
}

.clearfix {
	clear: both;	
}

.img-bg img {
	width: 100%;	
}

.req-img {
	width: 100%;	
}

.own-picto-size {
    width: 40px !important;
}

.own-icon-center {
    text-align: center;
}

.req-zoom {
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
}

.req-zoom:hover {
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.01);
}

.req-h4 {
	text-align: center;
	font-size: 23px;
}

.req-padding {
	padding-top: 20px;
	padding-bottom: 20px;	
}

.req-content-1 {
	padding: 0 !important;	
}

.req-content-3 {
	
}

.req-content-2-cont {
	padding-left: 0px;	
}

.req-content-2-cont-left > .req-box > .req-content {
	height: 396px;
}

.req-content-2-cont-right > .req-box > .req-content {
	height: 403px;
}

.req-content-2-left-pic {
	padding-right: 0px;
	padding-left: 0px;
}

.req-content-2-right-pic {
	padding-right: 0px;
	padding-left: 0px;
}

.req-content-2-cont-left {
	padding-right: 0px;
	padding-left: 0px;
}

.req-content-2-cont-right {
	padding-right: 0px;
	padding-left: 0px;	
}

.req-content-5-cont > .req-box > .req-content {
	height: 160px;
}

.req-content-6-cont > .req-box > .req-content {
	height: 513px;
}

.req-content-7-cont > .req-box > .req-content {
	height: 519px;
}


.req-content-8-cont > .req-box > .req-content {
	height: 186px;
}

.req-content-9-cont > .req-box > .req-content {
	height: 555px;
}

.req-content-10-cont > .req-box > .req-content {
	height: 211px;
}


.req-content {
	padding: 15px;
	color: #000;
}

.req-img {
	display: block;
  	height: auto;
    	max-width: 100%;
}

.req-num1-padding {
	padding-right: 0;
	padding-left: 0;	
}

.req-num1-padding {
	padding-right: 0;
	padding-left: 0;	
}

/*
.req-right-null {
	padding-right: 30px;	
}

.req-left-null {
	padding-left: 30px;	
}
*/

/*Media Query*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.req-content-9-cont > .req-box > .req-content {
	    height: 494px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 1px) {
	.req-content-9-cont > .req-box > .req-content {
		height: auto !important;
		margin-bottom: 30px !important;
	}
	
	.req-content--cont > .req-box > img {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1px) {
	.req-content-10-cont {
		margin-bottom: 30px;	
	}
	.req-content-10-cont > .req-box > .req-content p {
		font-size: 12px !important;
	}
	.req-content-10-cont > .req-box > .req-content h4 {
		font-size: 19px !important;
	}	
	.req-content-6-cont > .req-box > .req-content {
		height: auto;
	}	
	.req-content-8-cont {
		margin-bottom: 30px;	
	}
	.req-content-7-cont {
		margin-bottom: 30px;	
	}
	.req-content-6-cont {
		margin-bottom: 30px;	
	}
	.req-content-4-cont {
		margin-bottom: 30px;	
	}
}