@import url('https://fonts.googleapis.com/css?family=Yrsa:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/reset.css');
@import url('assets/css/font-awesome.min.css');
/*  
	Theme Name: P-Holding Kft.
	Theme URI: http://
	Version: 1.0
	Description: P-Holding Kft. Társasházkezelő Divízió számára készített weboldal template.
	Author: Szalai Gábor
	Author URI: 
	Tags: 
*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  font-family: 'Yrsa', serif;
  color: #595959;
  background: #f2f2f2;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}
a {
  color: #45ba01;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: #328701;
}
p {
  margin: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  padding: 0;
}
header {
  padding: 40px 0;
  background: #fff;
}
header .col-xs-12 {
  padding: 0;
}
header .contacts {
  text-align: right;
}
header .contacts ul li {
  line-height: 20px;
}
header .contacts ul li .fa {
  font-size: 16px;
  float: left;
}
.nav {
  margin: 0 auto 50px;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.nav .row a {
  padding: 0 30px;
  position: relative;
  color: #666;
}
.nav .row a:before {
  position: absolute;
  top: 1px;
  left: 5px;
  display: block;
  content: '[';
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav .row a:after {
  position: absolute;
  top: 1px;
  right: 5px;
  display: block;
  content: ']';
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav .row a:hover {
  color: #45ba01;
}
.nav .row a:hover:before {
  left: 15px;
  opacity: 1;
}
.nav .row a:hover:after {
  right: 15px;
  opacity: 1;
}
.content {
  padding: 100px 0;
}
.content .col-sm-2 {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.content .col-sm-2 .col {
  height: 500px;
  margin: 0;
  padding: 350px 0 0;
  background: url('assets/images/home-bg.jpg') no-repeat;
}
.content .col-sm-2 .col h2 {
  height: 90px;
  padding: 40px 10px 0;
  color: #fff;
  background: #45ba01;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  float: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.content .col-sm-2 .col:hover h2 {
  background: #328701;
}
@media all and (max-width: 768px) {
  .content .col-sm-2 .col {
    height: 160px;
    margin: 0 0 20px;
    padding: 35px 0 0;
  }
}
.content .col-sm-2:nth-child(2) .col h2 {
  padding-top: 20px;
  line-height: 25px;
}
@media all and (max-width: 768px) {
  .content .col-sm-2:nth-child(2) .col h2 {
    padding: 40px 10px 0;
    line-height: inherit;
  }
}
.content .col-sm-2:nth-child(1) .col {
  background-position: 0%;
}
.content .col-sm-2:nth-child(2) .col {
  background-position: 21.5%;
}
.content .col-sm-2:nth-child(3) .col {
  background-position: 43%;
}
.content .col-sm-2:nth-child(4) .col {
  background-position: 65%;
}
.content .col-sm-2:nth-child(5) .col {
  background-position: 86.5%;
}
#Content {
  padding: 0 0 100px;
  background: #f4f4f4;
}
#Content h1 {
 font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
  text-transform: uppercase;
}
#Content hr {
  margin: 5px 0 20px;
  border-top: 1px solid #666;
}
#Content p {
  margin: 0 0 20px;
  text-align: justify;
}
#Content strong {
  font-weight: 700;
}
footer {
  padding: 40px 0;
  background: #fff;
}
footer strong {
  color: #000;
}
footer ul li {
  width: 50%;
  display: inline-block;
  float: left;
}

form.wpcf7-form div.row { margin-bottom: 10px; }
form.wpcf7-form div.row h3 { font-weight: bold; font-size: 17px; margin-bottom:10px; }
form.wpcf7-form label { min-width: 220px;float: left; line-height: 34px; }
form.wpcf7-form span { float: left; }