/*
Üdvözöljük az Egyedi CSS világában!

Ha szeretnénk megtudni, hogyan is működik, látogassunk el ide:
http://wp.me/PEmnE-Bt
*/
.panel.widget,
.panel-grid-cell section {
	padding-top: 0;
	padding-bottom: 0;
}

/* Progress Bar
-------------------------------------------------------------- */
.roll-progress {
	position: relative;
	margin-bottom: 20px;
}

.roll-progress .name {
	position: absolute;
	left: 0;
	top: 0;
}

.roll-progress .name,
	.roll-progress .perc {
	font-weight: 500;
	font-size: 18px;
}

.roll-progress .progress-animate {
	height: 15px;
	width: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.roll-progress .progress-bar {
	background: #f3f3f3;
	width: 100%;
	margin-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.roll-progress .perc {
	width: 0;
	text-align: right;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.roll-progress .perc.show {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
*,
	:before,
	:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 15px/24px "PT Sans", sans-serif;
	background: #fff;
	color: #000000;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
	a:focus {
	color: #443f3f;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

.widget ul {
	list-style: none;
	padding: 0;
}

.widget .children {
	padding-left: 15px;
}

.img-left {
	margin: 0 33px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 33px !important;
	float: right;
}

strong {
	font-weight: 600;
}

h1 {
	font: 52px/1.1 "Raleway", sans-serif;
}

h2 {
	font: 42px/1.1 "Raleway", sans-serif;
}

h3 {
	font: 32px/1.1 "Raleway", sans-serif;
}

h4 {
	font: 25px/1.1 "Raleway", sans-serif;
}

h5 {
	font: 20px/1.1 "Raleway", sans-serif;
}

h6 {
	font: 18px/1.1 "Raleway", sans-serif;
	line-height: 1.3em;
}

h7 {
	font: 20px "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #443f3f;
	font-weight: 600;
	margin: 10px 0 24px;
}

.text-white {
	color: #fff !important;
}

.text-dark {
	color: #443f3f !important;
}

button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 34px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
	background-color: transparent;
}

select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
	color: #767676;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 50px;
	padding: 4px 20px;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	color: #a3a2a2;
}

input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	color: #c3c3c3;
}

input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	color: #cacaca;
}

.orches-animation {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.orches-animation.animated {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

@-webkit-keyframes pop-scale {
	0% {
		-webkit-transform: scale(0.7);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes pop-scale {
	0% {
		-moz-transform: scale(0.7);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes pop-scale {
	0% {
		transform: scale(0.7);
	}
	
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes pop-scale2 {
	0% {
		-webkit-transform: scale(0.5);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes pop-scale2 {
	0% {
		-moz-transform: scale(0.5);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes pop-scale2 {
	0% {
		transform: scale(0.5);
	}
	
	100% {
		transform: scale(1);
	}
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

table {
	width: 100%;
}

th,td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

#mainnav .sub-menu {
	z-index: 99999;
}

#mainnav .sub-menu li a {
	color: #fff;
	display: block;
	line-height: 30px;
	background: #1c1c1c;
}

#mainnav ul li a {
    font-size: 16px;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-title {
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-title a,
	.site-title a:hover {
	color: #fff;
}

.site-logo {
	max-height: 100px;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #000;
}

a.roll-button.border {
	color: #ffffff;
	background-color: #1e73be;
	border: 1px solid #000000;
}

a.roll-button.border:hover {
	color: #1e73be;
	background-color: #ffffff;
	border: 1px solid #1e73be;
}

.header-image {
	padding: 300px 1px 50px;
	height: 300px;
}

.hentry .title-post {
	font: "PT Sans", sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: normal;
	padding-bottom: 10px;
        padding-top: 10px;
	margin: 0;
}

.page-wrap {
	padding: 110px 0 1px;
	clear: both;
}

.header-slider {
    position: relative;
    max-width: 100%;
    /*max-height: 650px;*/
}

/*.site-info.container {
    display: none;
}*/

.roll-list li {
    line-height: 32px;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
}

.jp-carousel-wrap a.jp-carousel-image-download {
display:none;
}

.tiled-gallery-item .tiled-gallery img {
image-title: hide !important;
}

.footer-widgets {
    padding: 20px 0 10px;
}

.nav-link {
    display: block;
    padding: .5em 1em;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0;
}

._51mz {
    border: 0;
    border-collapse: collapse;
    border-spacing: 5;
}

#pg-42125-0 .panel-grid-cell {
padding-top: 80px;
padding-left: 15px;
padding-right: 15px;
}

.jp-carousel-info h2 {
display:none !important;
}

.panel-grid-cell {
   padding-left: 0px !important;
   padding-right: 0px !important;
}

.project-item.item img {
    height: 170px;
    width: 300px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
