@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

body {
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
	.navbar-nav{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

a:hover {
  text-decoration: none;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
}
#feature > div > div.section-heading{
	margin-bottom: 60px!important;
}

.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

h4.media-heading{
	color: #c7c740;
}
h2{
	font-weight: bold;
}

span.charstyle{
	position: relative;
	top: 6px;
	display: inline-block;
	font-size: 38px;
	text-transform: lowercase; 
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
span.charstyle:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 8px;
	width: 8px;
	background-color: #e5e44b;
	border-radius: 50%;
}

span.charstyle2{
	position: relative;
	top: -6px;
	display: inline-block;
	font-size: 38px;
	text-transform: lowercase; 
}
span.charstyle2:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 8px;
	width: 8px;
	background-color: #e5e44b;
	border-radius: 50%;
}

span.charstyle3{
	position: relative;
	top: -6px;
	display: inline-block;
	font-size: 30px;
	text-transform: lowercase; 
}
span.charstyle3:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 8px;
	width: 8px;
	background-color: #e5e44b;
	border-radius: 50%;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}

.social-share a {
  font-size: 20px;
  color: #fff;
  background: #c7c740;
  padding: 4px 10px;
  display: inline-block;
}

.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #c7c740;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #c7c740;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title {
  padding: 15px 8px;
}

.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

/*=== MEDIA QUERY ===*/
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 2px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
  z-index: 10;
}

.top-bar.animated-header {
  padding: 10px 0;
  background: #fff;
  box-shadow: none;
}

.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar.bg-light {
  background: #fff !important;
}

.navbar .nav-item .nav-link {
  color: #444 !important;
  font-size: 14px;
  font-weight: 500;
  transition: .3s all;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
}

.navbar .nav-item .nav-link:hover {
  color: #c7c740 !important;
}

.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

#hero-area {
  background: url("../images/bgcover.jpg") no-repeat 50%;
  background-size: cover;
  background-attachment: scroll; /* iPhone */
  padding: 25% 0;
  color: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 768px) {
	#hero-area {
		padding: 50% 0;
	}
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area {
  animation: flip-scale-down-diag 0.9s linear both;
  -webkit-animation: flip-scale-down-diag 0.9s linear both;
  /* animation: slide-in 250ms cubic-bezier(.36,.37,.55,1.40) forwards;
  -webkit-animation: slide-in 250ms cubic-bezier(.36,.37,.55,1.40) forwards; */
}

@keyframes flip-scale-down-diag {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slide-in {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

#hero-area .block {
  position: relative;
  z-index: 9;
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

.logo {
  width: auto;
  max-height: 60px;
}

#about {
  padding: 90px 0 0;
  text-align: center;
}

#about .block {
  padding: 20px 30px 0 30px;
}

/*
#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
*/

#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

#about .block img {
  max-width: 100%;
}

.about-feature {
  margin-top: 20px;
}

.about-feature .block {
  color: #fff;
  padding: 60px 65px;
  float: left;
}

.about-feature .block p {
  font-weight: 300;
}

.about-feature .about-feature-1 {
  background: #c7c740;
}

.about-feature .about-feature-2 {
  background: #969624;
}

.about-feature .about-feature-3 {
  background: #00A6BB;
}

.works {
  padding: 80px 0;
  background: #FCFCFC;
}

.works .block {
  position: relative;
  z-index: 99;
}

.works .block:hover .img-overly .overly {
  opacity: 1;
}

.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

.works .block .img-overly img {
  border-radius: 0;
}

.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all;
}

.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}

.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

figure:hover .overlay {
  opacity: 1;
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}

figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}

figure .overlay a:hover {
  text-decoration: none;
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .buttons {
  margin-top: 40%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

figure .buttons a:hover {
  background: #c7c740;
  border-color: #c7c740;
}

figure .buttons a:focus {
  text-decoration: none;
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}

figure figcaption h4 {
  margin: 0;
}

figure figcaption h4 a {
  color: #c7c740;
}

figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

#feature {
  padding: 80px 0 25px 0;
}

#feature .media {
  margin: 0px 0 70px 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
	#feature .media {
		display: block;
	}
	#feature .media .media-left {
	  padding-right: 0px;
	  padding-bottom: 20px;
	}
	#feature .media .media-left .icon{
	  margin: 0 auto;
	}
	.media-body .media-heading{
		text-align: center;
		padding: 10px;
	}
	.media-body p{
		padding-left: 10px;
		padding-right: 10px;
	}
}


#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}

#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #c7c740;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #969624 1px 1px, #969624 2px 2px, #969624 3px 3px, #969624 4px 4px, #969624 5px 5px, #969624 6px 6px, #969624 7px 7px, #969624 8px 8px, #969624 9px 9px, #969624 10px 10px, #969624 11px 11px, #969624 12px 12px, #969624 13px 13px, #969624 14px 14px, #969624 15px 15px, #969624 16px 16px, #969624 17px 17px, #969624 18px 18px, #969624 19px 19px, #969624 20px 20px, #969624 21px 21px, #969624 22px 22px, #969624 23px 23px, #969624 24px 24px, #969624 25px 25px, #969624 26px 26px, #969624 27px 27px, #969624 28px 28px, #969624 29px 29px, #969624 30px 30px, #969624 31px 31px, #969624 32px 32px, #969624 33px 33px, #969624 34px 34px, #969624 35px 35px, #969624 36px 36px, #969624 37px 37px, #969624 38px 38px, #969624 39px 39px, #969624 40px 40px, #969624 41px 41px, #969624 42px 42px, #969624 43px 43px, #969624 44px 44px, #969624 45px 45px, #969624 46px 46px, #969624 47px 47px, #969624 48px 48px, #969624 49px 49px, #969624 50px 50px, #969624 51px 51px, #969624 52px 52px, #969624 53px 53px, #969624 54px 54px, #969624 55px 55px, #969624 56px 56px, #969624 57px 57px, #969624 58px 58px, #969624 59px 59px, #969624 60px 60px, #969624 61px 61px, #969624 62px 62px, #969624 63px 63px, #969624 64px 64px, #969624 65px 65px, #969624 66px 66px, #969624 67px 67px, #969624 68px 68px, #969624 69px 69px, #969624 70px 70px, #969624 71px 71px, #969624 72px 72px, #969624 73px 73px, #969624 74px 74px, #969624 75px 75px, #969624 76px 76px, #969624 77px 77px, #969624 78px 78px, #969624 79px 79px, #969624 80px 80px, #969624 81px 81px, #969624 82px 82px, #969624 83px 83px, #969624 84px 84px, #969624 85px 85px, #969624 86px 86px, #969624 87px 87px, #969624 88px 88px, #969624 89px 89px, #969624 90px 90px, #969624 91px 91px, #969624 92px 92px, #969624 93px 93px, #969624 94px 94px, #969624 95px 95px, #969624 96px 96px, #969624 97px 97px, #969624 98px 98px, #969624 99px 99px, #969624 100px 100px;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #c7c740;
  line-height: 1;
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}

.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
  transition: all linear .2s;
}

#clients {
  padding: 30px 0 60px;
}

.slick-slide:focus {
  outline: 0;
}

#contact-section {
  padding: 120px 0 10px 0;
}

#contact-section .contact-form {
  margin-top: 42px;
}

#contact-section .contact-form .btn-send {
  color: #fff;
  outline: none;
  background: #c7c740;
  transition: all linear .2s;
  border-color: #c7c740;
  border-radius: 0;
}

#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
  color: #c7c740;
}

#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}

#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

a.tel{
	color: #212529!important;
}

.gallery {
  padding: 100px;
}

.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}

.portfolio-meta span a {
  color: #fff;
}

/* portfolio single */
.work-single {
  padding: 100px 0 20px;
}

.work-single h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.work-single-image {
  margin-bottom: 35px;
}

.work-single-content p {
  margin-bottom: 30px;
}

.work-single blockquote {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: #eae9ec;
  color: #848484;
}

.work-single-sidebar {
  background: #eae9ec;
  margin: 70px 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px 25px;
}

.work-single-sidebar h5 {
  margin-bottom: 8px;
}

.work-single-sidebar h6 {
  margin-bottom: 20px;
}

.btn-work {
  color: #fff;
  background: #c7c740;
  border-radius: 0;
}

.icons{
	color: #c7c740;
	font-size: large;
	padding-right: 5px;
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}

.service-page .service-parts .block i {
  font-size: 35px;
  color: #c7c740;
}

.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

#footer {
  background: #404040;
  padding: 25px 0;
  color: #ffffff;
}

#footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
}

#footer .copyright a {
  color: #c7c740;
}

#footer .social {
  text-align: right;
  margin-bottom: 0;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .social li a {
  font-size: 26px;
  color: #c7c740;
}

.modal-content p{
	font-size: 14px;
}

#adatkezelesi{
	z-index: 2147483650;
}

.cd-headline.slide .cd-words-wrapper {
  color: #c7c740;
}

.alphalist {
    list-style-type: lower-alpha;
    padding-left: 25px;
}
ul.alphalist li{
    list-style-type: lower-alpha;
	line-height: 25px;
	color: #505050;
}


ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}

#copyright a {
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: none;
}

/* CookieBot Style */
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredbyCybot,
a#CybotCookiebotDialogPoweredbyCybot,
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText {
	display: none!important;
}

button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #c7c740!important;
    border-color: #c7c740!important;
    color: #ffffff;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyButtonDecline {
	background-color: transparent;
    border-color: #c7c740!important;
    color: #141414;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
	background-color: #c7c740!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #c7c740!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #c7c740!important;
    color: #c7c740!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: #c7c740!important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: #c7c740!important;
}

a.CybotCookiebotDialogDetailBodyContentCookieLink{
	color: #c7c740!important;
}

#CybotCookiebotDialogDetailFooter a{
	color: #c7c740!important;
}

/*# sourceMappingURL=maps/style.css.map */
