body {
    margin: 0;
    font-family: sans-serif;
}

body div {
    width: 100%;
    float: left;
}

div.container {
    width: 960px;
    margin: 0px auto;
    float: none;
    overflow: auto;
}
div#header_top {
    background-color: #0f0f11;
    color: #ffc13b;
}

div#header_top .text {
    color: #fff;
    width: initial;
    float: right;
    margin-left: 5px;
    font-size: .7em;
    padding: 3px;
}

.h_left {
    width: 50%;
}

.h_right {
    width: 50%;
}

.i_item {
    width: initial;
    padding: 10px;
    padding-left: 0px;
}

.h_left .i_item {
    margin-right: 20px;
}

div#circle_cont {
    width: initial;
    float: right;
    margin-top: 7px;
    background-color: #ffc13b;
    color: #0f0f11;
    padding: 2px 6px;
    padding-top: 4px;
    border-radius: 50%;
    padding-bottom: 0px;
}

div#header_bottom {
    background-color: #fff;
    transition: .5s ease all;
}

div#logo_main {
    width: initial;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#menu {
    width: initial;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

div#search_btn {
    float: right;
    position: relative;
    color: white;
    height: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #ffc13b;
    border-bottom: 32px solid #ffc13b;
    border-left: 8px solid transparent;
    border-top: 0;
    width: 28px;
}

.menuitem a {
    color: #454545;
    text-decoration: none;
}

.menuitem {
    width: initial;
    margin-right: 10px;
    padding: 10px;
    text-transform: uppercase;
    font-size: .7em;
    font-style: italic;
    font-weight: 600;
}
.menuitem.active {
    background-color: #ffc13b;
    color: white;
    font-style: normal;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}

.menuitem.active a {
    color: white;
}
div#search_button {
    position: absolute;
    color: #ffc13b;
    height: 0px;
    top: 2px;
    left: -6px;
    border: 2px solid #fff;
    border-bottom: 28px solid #fff;
    border-left: 8px solid transparent;
    border-top: 0;
    width: 24px;
}

div#search_button i {
    position: absolute;
    top: 8px;
    left: 6px;
    font-size: .8em;
    font-weight: normal;
}
.menuitem:hover {
    background-color: #ffc13b;
    color: white;
    font-style: normal;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    cursor:pointer;
}

.menuitem:hover a {
    color: white;
}
div#promo {
    height: calc(100vh / 100 * 70);
    background-image: url('../image/site/topimage.png');
    background-size: cover;
    min-height: 300px;
}
.b_left {
    width: 60%;
    overflow: visible;
}

.promo_text_1 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #ffc13b;
}

span.white {
    color: white;
}
.promo_text_2 {
    margin-top: 10px;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

span.small {
    font-size: .5em;
    margin-left: 10px;
    font-weight: normal;
}

a.cta {
    display: block;
    float: left;
    position: relative;
    margin-top: -30px;
    overflow: visible;
    margin-left: 40%;
}

.cta_text {
    width: initial;
    padding: 10px;
    padding-left: 8px;
    padding-right: 20px;
    display: inline-block;
    font-size: .9em;
    transition: .5s ease all;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 10px;
    background-color: #ffc13b;
    color: black;
    font-style: normal;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}

.cta_ico {
    width: initial;
    float: right;
    position: absolute;
    color: white;
    height: 0px;
    z-index: 0;
    left: 120px;
    border: 2px solid #202e31;
    border-bottom: 36px solid #202e31;
    border-left: 2px solid transparent;
    border-top: 0;
    width: 70px;
}
.cta_text span {
    display: block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.cta_ico>div {
    position: absolute;
    color: white;
    height: 0px;
    top: 0px;
    left: 0px;
    border: 2px solid #202e31;
    border-bottom: 36px solid #202e31;
    border-left: 8px solid transparent;
    border-top: 0;
    width: 45px;
}

.cta_ico i {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: .8em;
    font-weight: normal;
}
div#services .container {
    padding-top: 60px;
}

.services_title {
    width: initial;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px;
    padding-right: 25px;
    background-color: #202e31;
    color: white;
}

.services_desc {
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.services_title .highlighted {
    text-decoration: none;
    color: #ffc13b;
}

.services_title:after {
    position: absolute;
    color: white;
    height: 36px;
    right: -32px;
    top: 0;
    background-color: #ffc13b;
    content: "";
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    width: 38px;
}
div#services {
    background-color: #f9f9f9;
    border-bottom: 5px solid;
}
.service_cont {
    width: 24%;
    margin-right: 1.3%;
    overflow: visible;
    min-height: 280px;
    transition: .5s ease all;
    position: relative;
    margin-bottom: 20px;
}

.service_cont:nth-child(4) {
    margin-right: 0;
}

.service_cont img {
    width: 100%;
    z-index: 9;
    display: block;
    float: left;
}

.service_desc_box {
    width: calc(100% - 20px);
    background-color: white;
    border-top: 2px solid #ffc13b;
    margin-left: 10px;
    margin-top: -30px;
    z-index: 10;
    position: relative;
    font-weight: bold;
    min-height: 130px;
    padding-bottom: 10px;
    display: block;
}

.service_title {
    padding: 10px;
    width: calc(100% - 20px);
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
    color: darkorange;
}

.service_desc {
    padding: 10px;
    width: calc(100% - 20px);
    font-size: .7em;
    font-style: italic;
    font-weight: bold;
}

.readmore {
    font-size: .7em;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    padding: 0px 10px;
    width: calc(100% - 20px);
    bottom: 10px;
}

.readmore a {
    color: #ffc13b;
    text-decoration: none;
}

.service_cont:nth-child(8) {
    margin-right: 0;
}
div#about {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.a_left {
    width: calc(50% - 22px);
    background-color: #fff;
    margin-right: 40px;
    padding-top: 2px;
    padding-left: 2px;
}
div#about:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;display: block;background-image: url('../image/site/about_bg.png');background-size: cover;opacity: .2;width: 100%;height: 100%;-webkit-filter: blur(5px);-moz-filter: blur(5px);-o-filter: blur(5px);-ms-filter: blur(5px);filter: blur(5px);}

.a_right {
    width: calc(50% - 22px);
    background-color: #fff;
    padding-top: 2px;
    padding-left: 2px;
}

.about_title {
    width: initial;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px;
    padding-right: 25px;
    background-color: #202e31;
    color: white;
}

span.highlighted {
    color: #ffc13b;
}

.about_title:after {
    position: absolute;
    color: white;
    height: 36px;
    right: -32px;
    top: 0;
    background-color: #ffc13b;
    content: "";
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    width: 38px;
}

.about_leftblocks {
    padding: 20px;
    padding-top: 10px;
    width: calc(100% - 40px);
}

.about_elony {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 15px;
}

.about_bovebbelony {
    font-size: .8em;
    font-style: italic;
}

.about_elony:before {font-weight: bold;color: orange;margin-right: 10px;}

.a_kepek {
    width: 50%;
    margin-right: 10px;
}
img.aj_kep {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.a_ajanlatok {
    width: calc(50% - 10px);
    font-size: .8em;
    font-style: italic;
}

.about_testimonial {
    margin-bottom: 30px;
}

.about_text {
    padding: 10px;
    width: calc(100% - 20px);
}

.about_kimondta {
    padding: 10px;
    padding-top: 0px;
    width: calc(100% - 20px);
    text-align: right;
}
div#gallery {
    background-color: #0f0f11;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.gallery_title {
    width: initial;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px;
    padding-right: 25px;
    background-color: #202e31;
    color: white;
}

.gallery_title:after {
    position: absolute;
    color: white;
    height: 36px;
    right: -32px;
    top: 0;
    background-color: #ffc13b;
    content: "";
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    width: 38px;
}

.gallery_desc {
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.gallery_category_item {
    width: initial;
    margin-right: 10px;
    transition: .5s ease all;
    padding: 10px;
    text-transform: uppercase;
    font-size: .7em;
    font-style: italic;
    font-weight: 600;
}
.gallery_category_item.active {
    background-color: #ffc13b;
    color: white;
    font-style: normal;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}

.gallery_categories {
    margin-bottom: 30px;
}
.gallery_cat_cont {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    height: calc((100vw / 4 - 105px) * 2 + 4px);
    border-bottom: 5px solid #ffc13b;
}
.gallery_cat {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 5%;
    transition: .5s ease all;
}

.gallery_cat.active {
    visibility: visible;
    left: 2px;
    opacity: 1;
}

.gal_img_item {
    width: calc(100% / 4 - 7px);
    height: calc(100% / 4 - 7px);
    background-color: black;
    padding: 1px;
    overflow: hidden;
    position: relative;
}

.gal_img_item img {
    width: 100%;
    height: auto;
    transition: .5s ease all;
}

.gal_descbox {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15px;
    width: 50%;
    min-width: 180px;
    background-color: #0f0f11;
    padding: 10px;
    overflow: visible;
}

.gal_descbox:before {content: "";position: absolute;display: block;width: calc(130%);height: 100px;z-index: 1;background-color: #0f0f11;top: -41px;left: 8px;border-top: 3px solid #ffc13b;transform: rotateZ(-15deg);}

.gal_img_title {
    z-index: 2;
    position: absolute;
    top: -5px;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    color: orange;
    font-style: italic;
}

.gal_img_desc {
    z-index: 2;
    position: absolute;
    top: calc(1.5em + -6px);
    text-align: right;
    font-size: .7em;
    right: 20px;
    text-transform: uppercase;
    font-style: italic;
}
div#contact:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../image/site/about_bg.png);
    background-size: cover;
    opacity: .2;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

div#contact {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact_box {
    background-color: #fff;
    min-height: 350px;
    overflow: auto;
    display: block;
}

.cont_boxheader {
    width: initial;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px;
    padding-right: 25px;
    margin-right: 50%;
    background-color: #202e31;
    color: #ffc13b;
}

.cont_boxheader:after {
    position: absolute;
    color: white;
    height: 36px;
    right: -32px;
    top: 0;
    background-color: #ffc13b;
    content: "";
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    width: 38px;
}

.contact_left {
    width: calc(60% - 60px);
    margin-right: 20px;
    padding: 20px;
    padding-top: 0;
    position: relative;
}

.contact_right {
    width: calc(40% - 20px);
    padding: 20px;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    min-height: calc(350px - 36px - 40px);
}

.map_cont {
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    position: absolute;
}

.map_cont iframe {
    width: 100%;
    height: 100%;
}

.map_text {
    margin-bottom: 10px;
    position: absolute;
    top: 1px;
    z-index: 10;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
    font-style: italic;
}

.contact_text {
    padding-bottom: 10px;
    font-style: italic;
    width: initial;
}

input.s2 {
    width: calc(50% - 30px);
    padding: 10px;
    font-style: italic;
    margin-bottom: 5px;
}

input.s1 {
    width: calc(100% - 32px);
    margin-top: 10px;
    padding: 10px;
    font-style: italic;
}

textarea {
    font-family: inherit;
    padding: 10px;
    margin-top: 10px;
    font-style: italic;
    width: calc(100% - 30px);
    height: 90px;
    margin-bottom: 10px;
}

div#kuldes {
    width: 148px;
    overflow: visible;
    position: absolute;
    right: 74px;
    bottom: 22px;
    height: 36px;
}

.cta_text:before {position: absolute;background-color: #ffc13b;height: 36px;top: 0;left: 0;}

div#kuldes:before {
    content: "";
    position: absolute;
    background-color: #ffc13b;
    width: 25px;
    height: 36px;
    transition: .5s ease all;
    top: 0;
    left: 0;
}
div#footer {
    background-color: #0f0f11;
    color: white;
}

div#copy {
    background-color: #ffc13b;
    color: black;
    padding: 5px;
    width: calc(100% - 10px);
    text-align: center;
    font-size: .7em;
    font-weight: bold;
}
div#promo>div {
    overflow: visible;
}

#promo .cta_ico {
    left: 0;
    position: initial;
}

#promo .cta_text {
    position: initial!important;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    padding-left: 15px;
}

#promo .cta div {
    left: 90px;
    width: 60px;
}
div#newsletter {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: #ffc13b;
    width: calc(100% - 25px - 20%);
    padding: 15px;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 12px;
}

.newsl_ico {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    width: 40px;
    height: 30px;
    margin-right: 5px;
}

.newsl_texts {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    width: 50%;
    color: #202e31;
}

.newsl_form {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    width: 40%;
    position: relative;
}

.newl_t_top {
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 2px;
}

.newl_t_btm {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsl_form input {
    padding: 8px;
    font-size: .7em;
    border: 0;
    width: 80%;
}

.newsl_cta {
    height: 28px;
    position: absolute;
    width: 65px;
    background-color: #202e31;
    top: 0;
    transition: .5s ease all;
    right: 0;
}

.newsl_cta:before {
    height: 28px;
    width: 13px;
    content: "";
    background-color: #202e31;
    position: absolute;
    top: 0;
    transition: .5s ease all;
    left: -10px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
div#footblocks {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_block {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.footer_block:last-child {
    width: calc(25%);
    margin-right: 0;
}

.logo_footer {
    margin-bottom: 15px;
}

.logo_text {
    font-size: .8em;
}

.footer_tophead {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

a.fastlink {
    width: 100%;
    display: block;
    text-decoration: none;
    color: white;
    font-size: .8em;
    margin-bottom: 5px;
}

a.fastlink:before {content: ">";font-size: .9em;font-weight: bold;color: #ffc13b;margin-right: 5px;}

.contact_details {
    font-size: .8em;
    padding: 10px;
    width: calc(100% - 20px);
}

.last_work_img {
    width: calc(33.33% - 5px);
    margin-right: 5px;
    min-height: 75px;
    max-height: 75px;
    margin-bottom: 5px;
    overflow: hidden;
}

.last_work_img:nth-child(3), .last_work_img:nth-child(6) {
    margin-right: 0;
}

.last_work_img img {
    width: 100%;
    height: auto;
}
.readmore a:after {content: ">>";margin-left: 5px;}
.about_elony i {
    color: orange;
    margin-right: 5px;
}
div#kuldes i {
    left: 34px;
    top: 9px;
    font-size: 1em;
}

.newsl_cta i {
    left: 17px;
    position: absolute;
    top: 5px;
}
.newsl_ico i {
    color: #202e31;
    font-size: 2em;
}
.logo_footer img {
    width: 100%;
    height: auto;
}

.contact_ico {
    width: 15px;
    color: #ffc13b;
    margin-right: 5px;
}

.footer_block:nth-child(2) {
    width: calc(20% - 40px);
    padding-left: 20px;
}

.footer_block:nth-child(3) {
    width: calc(30% - 20px);
}

.contact_row #circle_cont {
    float: left;
}
section {display: block;float: left;width: 100%;}
div#header_bottom.fixit {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    height: 52px;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.fixit div#logo_main {
    height: calc(100% - 20px);
}

.fixit .container {
    height: 100%;
}

.fixit div#logo_main img {
    height: 100%;
}

.fixit div#search_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixit div#menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#header_bottom * {
    transition: .5s ease all;
    overflow: visible;
}
.gallery_category_item:hover {
    background-color: #ffc13b;
    color: white;
    font-style: normal;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    cursor: pointer;
}
#Kepgaleria{
    height: 600px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -800px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    width: calc(100vw - 80px);
    padding: 40px;
}
#Kepgaleria.active{
    height: 100vh;
    visibility: visible;
    position: fixed!important;
    top: 0;
    z-index: 15000;
    opacity: 1;
    background-color: rgba(0,0,0,.7);
}
body.fixedtop {
    padding-top: 100px;
}
.galleria-info-text {
    display: block!important;
    margin-top: 20px;
    max-width: 235px;
}
.sc {
  height: 100vh;
  overflow: hidden;
}
div#kepgal_bezar {
    position: fixed;
    top: 55px;
    right: 75px;
    z-index: 16000;
    width: initial;
    border: 1px solid;
    padding: 5px;
    font-size: .8em;
}

div#kepgal_bezar:hover {
    cursor: pointer;
    background-color: white;
    color: black;
}
.galleria-counter {
    width: calc(100% - 40px);
}

.galleria-stage {
    width: calc(100% - 20px);
}

.galleria-thumbnails-container.galleria-carousel {
    width: calc(100% - 20px);
}

.galleria-thumbnails-list {width: calc(100% - 60px);}
.gal_img_item:hover {
    cursor: pointer;
}

.gal_img_item:hover img {-webkit-filter: brightness(120%);filter: brightness(120%);}
.fb-like.fb_iframe_widget {
    width: initial;
    float: right;
    padding: 8px;
}
div#top_slider_cont img {
    width: 100%;
    margin-top: -25%;
    height: auto;
}

div#top_slider_cont {
    width: 60%;
    height: 150px;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(0,0,0,.4);
}
#top_slider_cont ul {
    margin: 0;
    padding:0;
    list-style-type:none;

}
.last_work_img:hover {
    cursor: pointer;
    border: 1px inset #fff;
    width: calc(33.33% - 7px);
    min-height: 73px;
    max-height: 73px;
}

div#kuldes:hover {
    cursor: pointer;
}

div#kuldes:hover div {
    background-color: orange;
}

div#kuldes:hover:before {
    background-color: orange;
}
.newsl_cta:hover {
    cursor: pointer;
    background-color: orange;
}

.newsl_cta:hover:before {
    background-color: orange;
}
div#service_detail_cont {
    display: none;
}

div#service_detail_cont.active {
    display: block!important;
    position: fixed;
    z-index: 150000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    padding: 50px;
    height: calc(100vh - 100px);
    width: calc(100vw - 117px);
    overflow: hidden;
}

div#service_detail_close {
    position: fixed;
    top: 60px;
    right: 80px;
    transition: .5s ease all;
    width: initial;
    z-index: 150001;
    border: 1px solid black;
    padding: 10px;
    color: black;
}

div#service_detail_close:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

div#service_details {
    background-color: white;
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    height: calc(100vh - 120px);
}

.s_det_left {
    width: calc(33% - 20px);
    margin-right: 20px;
    padding-top: 125px;
}

.main_img img {
    width: 100%;
}

.main_img {
    margin-bottom: 10px;
}

img.s_small_img {
    width: calc(33% - 3px);
    margin-right: 4px;
}

.s_det_right {
    width: 60%;
    padding-top: 20px;
}

.serv_d_title {
    font-size: 3em;
    margin-bottom: 20px;
}

.serv_d_details_1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.serv_d_details_2 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.serv_det_cta {
    width: initial;
    float: right;
    padding: 10px;
    transition: .5s ease all;
    border: 1px solid;
    color: orange;
}

.serv_det_cta:hover {
    cursor: pointer;
    background-color: orange;
    color: white;
}

#service_details .unslider-wrap.unslider-carousel>li {padding: 20px;width: calc(12.5% - 40px)!important;}

#service_details .unslider-wrap.unslider-carousel {
    width: calc(800%)!important;
}
.service_cont:hover {
    cursor: pointer;
    background-color: orange;
}
div#mobile_menu_open {
    display: none;
}
div#service_logo {
    position: absolute;
    z-index: 15;
    width: calc(30% - 40px);
    padding: 20px;
}

section#Szolgaltatasaink {
    position: relative;
}

div#service_logo img {
    width: 100%;
    height: auto;
}




























@media screen and (max-device-width: 480px) and (orientation: portrait){
    .h_left .i_item {
    padding: 5px;
    width: calc(100% - 10px);
}

div#header_top .text {
    float: left;
}

.i_item .fa {
    float: left;
}

div#logo_main {
    width: calc(60%);
}

div.container {
    width: calc(100% - 10px)!important;
    padding-left: 5px;
    padding-right: 5px;
}

div#menu {
    display: none;
}

div#logo_main img {
    width: 100%;
    height: auto;
}

.h_left {
    width: 70%;
}

.h_right {
    width: 30%;
}

.fb-like.fb_iframe_widget {
    display: none;
}

div#circle_cont {
    float: left;
    margin-top: 16px;
    margin-left: 30px;
}

div#menu_mobile {
    display: block!important;
    position: fixed;
    visibility: hidden;
    background-color: white;
    width: 0;
    transition: .5s ease all;
    right: 0;
    height: 100vh;
    top: 0;
    z-index: 20000;
}

div#promo {
    background-image: none;
    background-color: rgba(0,0,0,.8);
    min-height: 200px!important;
    height: calc(100vh / 100 * 60);
}

.b_left {
    width: 100%;
}

.promo_text_1 {
    font-size: 2em;
}

.promo_text_2 {
    font-size: 1.1em;
}

div#top_slider_cont {
    width: calc(100% - 60px);
}

div#services .container {
    padding-top: 20px;
}

.services_title {
    font-size: 1.2em;
    width: calc(100% - 10px);
    padding-right: 0;
}

.services_title:after {
    display: none;
}

.services_desc {
    margin-bottom: 20px;
    font-size: .9em;
    width: calc(100% - 10px);
}

.service_cont {
    width: calc(100% - 10px);
    margin: 0;
}

.service_desc {
    font-size: .8em;
}

div#about {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a_left {
    width: calc(100% - 10px);
    margin-right: 0;
}

.about_title:after {
    display: none;
}

.a_right {
    width: calc(100% - 10px);
}

.about_title {
    width: calc(100% - 32px);
}

.a_kepek {
    width: 100%;
}

img.aj_kep:nth-child(1) {display: none;}

img.aj_kep {
    width: calc(100% - 1px);
}

.a_ajanlatok {
    width: calc(100% - 10px);
}

div#gallery {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery_title {
    width: calc(100%);
}

.gallery_title:after {
    display: none;
}

.gallery_desc {
    font-size: .9em;
    width: calc(100% - 10px);
}

.gallery_category_item {
    padding: 15px;
    width: calc(50% - 60px);
    padding-left: 20px;
    padding-right: 20px;
    height: 2em;
}

.gallery_category_item:nth-child(1) {
    width: calc(100% - 75px);
    text-align: center;
    height: inherit;
}

.gal_img_item {
    width: calc(100vw - 10px);
    height: calc(100vw - 10px);
}

.gallery_cat_cont {
    overflow: visible;
    height: calc(8 * (100vw - 5px));
}

.cont_boxheader {
    margin-right: 0;
}

.contact_left {
    width: calc(100% - 10px);
    padding-bottom: 72px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.contact_text {
    font-size: .9em;
    margin-bottom: 5px;
}

.contact_right {
    width: calc(100% - 10px);
}

.newsl_texts {
    font-size: .8em;
    width: 100%;
    margin-bottom: 5px;
}

div#newsletter {
    padding: 10px;
    margin-left: 30px;
}

.newsl_ico {
    display: none;
}

.newl_t_top {
    letter-spacing: 0;
}

.newl_t_btm {
    letter-spacing: 0;
}

.newsl_form {
    width: 100%;
}

div#footblocks {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer_block {
    width: calc(100% - 60px)!important;
    margin: 0;
    padding: 20px;
}

.footer_block:nth-child(2) {
    width: calc(100% - 70px);
}

.contact_row #circle_cont {
    margin-left: 0;
    font-size: 1em;
}

.fixit div#logo_main img {
    width: auto!important;
    height: 100%;
}
div#service_detail_cont.active {
    padding: 5px;
    width: calc(100vw - 10px);
    height: calc(100vh - 10px);
}

div#service_detail_close {
    top: 26px;
    right: 30px;
}


.s_det_left {
    width: 100%!important;
    margin-right: 0;
}

.s_det_right {
    width: 100%;
    font-size: .65em;
}

div#service_details {
    height: calc(100vh - 10px);
}
div#menu_mobile.active {
    width: 80vw;
    visibility: visible;
}

#menu_mobile ul {
    list-style-type: none;
    padding: 0;
}

#menu_mobile ul li {
    padding: 10px;
}

#menu_mobile ul li a {
    text-decoration: none;
    color: black;
}

#menu_mobile ul li:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}
div#mobile_top_title {
    width: 40%;
    padding: 10px;
    font-size: 2em;
    color: gray;
}

div#mobilemenu_close {
    width: initial;
    padding: 10px;
    float: right;
    margin-top: 10px;
    border: 1px solid;
    font-size: .8em;
    margin-right: 30px;
}

div#mobilemenu_top {
    margin-bottom: 20px;
}
div#mobile_menu_open {
    display: block;
    width: initial;
    float: right;
    margin-right: 10px;
    margin-top: 13px;
    font-size: 2.5em;
    color: black;
}
.fixit div#mobile_menu_open {
    margin-top: 5px;
    margin-right: 35px;
}
div#service_logo {
    width: calc(75% - 65px);
    padding-top: 15px;
}

.s_det_left {
    padding-top: 65px;
}
}