@import url(//avadon.sx7.hu/assets/webfonts/cinzel.css);
@import url(//avadon.sx7.hu/assets/webfonts/open-sans.css);
@import url(//avadon.sx7.hu/assets/webfonts/dosis.css);
@import url(//avadon.sx7.hu/assets/webfonts/marcellussc.css);
@import url(//avadon.sx7.hu/assets/css/cormorant_garamond.css);

<!-- @font-face {
  font-family: 'quattrocento_sansregular';
  src: url('../fonts/quattrocentosans-regular-webfont.woff2') format('woff2'),
  url('../fonts/quattrocentosans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}         -->

:root {
         --min-font: 10;
         --max-font: 20;
--space-around: 2%;
       --space-in: 4vh;
  --space-out: 2%;
    --space-top: 9vh;
    --space-around: 2%;
    --logo-def: url('../images/logo.png');
    --logo-inv: url('../images/logo-hover.png');
    --no-txt-deco: none;
    --navbar-height: 8vh;
    --nav-h: var(--space-top);
}

* {
  /* Typography 
  --main-font: 'Marcellus SC'; */
  --main-font: 'Cormorant Garamond'; 
  /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}

@media screen and (min-width: 992px) {
  h5.lead {
    font-size: 3em;
    text-align: right;
  }
}
p {
  font-family: sans-serif;
  margin: auto;
  width: fit-content;
  line-height: 1.3em;
  
  /* Set max and min font sizes    */
  --max-font: 20;
  --min-font: 8;                
  font-size: 100%;
}

@media (min-width: 1200px) {
  h1 {
  --max-font: 30;
  --min-font: 14;
    font-size: calc(var(--max-font) * 1px);
  }
}

@media (max-width: 461px) {
  h1 {
  --max-font: 20;
  --min-font: 14;
    font-size: calc(var(--min-font) * 1px);
  }
  
  .vopo > h5 {
    text-align: left;
  }
}

@media screen and (min-width: 461px) and (max-width: 769px) {  
  .vopo > h5 {
    text-align: center;
  }
}

  h4.text-center {
      /*margin-left: 2%;   */
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2em;
    line-height:1.4;
    }
/*  -------------------------------- */

.sp { 
padding: var(--space-in);
margin: var(--space-out);
vertical-align: middle;
}

.block-text {
    font-family: 'Marcellus SC';
    padding: var(--space-around);
    font-variant: small-caps;
    font-size: 150%;
    line-height: 3em;
    font-weight: 600; 
    letter-spacing: 1px;
}

.panel-l {
    /* background-image: linear-gradient(to top, #cfcfcf, #d8d8d8, #e1e1e1, #eaeaea, #f3f3f3, #f5f5f5, #f8f8f8, #fafafa, #f7f6f7, #f4f3f3, #f1efef, #eeebeb); 
    -webkit-box-shadow: 0px 0px 16px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 16px -3px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 16px -3px rgba(50, 50, 50, 0.75);                                                                                              */
}

.mpx {
    margin: 2vh 4vw;
}



   /*
section[id] {
  min-height: 100vh;
  max-height: 100%;
  max-width: 100vw;
  min-width: 100%;
  background: linear-gradient(rgb(206,202,202), white 48%, rgb(190,188,188) 100%);
}
            */
 h4 strong {
    font-weight: 600;
}
.row.center-card {
  float: none;
  margin: 0 auto;
  padding-top: var(--space-out);
  padding-bottom: var(--space-out);
}

@media (max-width: 769px) {
  .col-lg-4.col-md-4.col-sm-6.center-block {
    float: none;
  }
}

h6 {
 font-family: 'Cormorant Garamond', serif;
  font-size: 1.3em;
  text-transform: uppercase;
}
                    /*
section[id] div.container-fluid {
  min-height: 100vh;
  max-height: 100%;
}                 */

.padding-medium-top-bottom {
  padding: 60px;
}

.link-all-btn {
  max-width: 250px;
  margin: 20px auto;
}

.jumbotron.page-heading-hero.banner {
    min-height: 100vh;
    max-height: calc(100vh - (var(--navbar-height)));
    background: radial-gradient(rgba(0,0,0,0.1), rgb(0,0,0)), url('/assets/images/mainpage3.jpg') center / cover no-repeat, #000000;
}

.page-heading-hero {
  height: 62vh;
  min-height: 300px;
  background: #4183D7;
  color: #fff;
  position: relative;
}

.jumbotron h1, .jumbotron .page-heading-title-group h1 {
  color: #fff !important;
  font-family: 'Cormorant Garamond', serif;
  padding: 3vh;
  font-weight: 400;
}

.page-heading-title-group, .page-heading-title-group p {
  color: #fff;
}

.page-heading-title-group {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
}

.page-heading-title-group p {
  max-width: 640px;
  margin: 20px auto;
}

p.lead.text-center.page-subheading {
  font-family: 'Open Sans';
}

a:active, a:hover {
  outline: 0;
}

a:focus, img:focus, button:focus, .btn:focus {
  outline: none;
}

a {
  background-color: transparent;  
  text-decoration: none;
  outline: none;
  color: #010101;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


[role="button"] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.button {
  position: relative;
  padding: 1em 1.5em;
  border: inset;
  border-width: 1px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
}

.button.type3 {
  color: rgba(0,0,0,0.7);
}

.button.type3.type3::after, .button.type3.type3::before {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 25%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 5px;
}

.button.type3.type3::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: rgba(186,251,0,0.54);
  border-right-color: rgba(156,73,4,0.52);
}

.button.type3.type3::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(156,73,4,0.52);
  border-left-color: rgba(186,251,0,0.54);
}

.button.type3.type3:hover:after, .button.type3.type3:hover:before {
  border-bottom-color: rgba(22,160,133,0.62);
  border-right-color: rgba(22,160,133,0.62);
  border-top-color: rgba(22,160,133,0.62);
  border-left-color: rgba(22,160,133,0.62);
  width: 100%;
  height: 100%;
}



.btn-fog:hover {
  /*background-color: darkBlue;*/
  opacity: 1;
}

.highlight-blue .buttons {
  text-align: center;
}

.highlight-blue .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.highlight-blue .buttons .btn:hover {
  opacity: 1;
}

.highlight-blue .buttons .btn:active {
  transform: translateY(1px);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0,100px,0);
}

[data-aos=fade-down] {
  transform: translate3d(0,-100px,0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px,0,0);
}

[data-aos=fade-left] {
  transform: translate3d(100px,0,0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.text-center {
  text-align: center;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* @media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
}    */

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: calc((1.5rem - 1.25rem) + 1.5rem*2);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

@media (min-width: 481px) and (max-width: 991px) {
  .projects-images ul li {
    width: 26vw;
    margin: 0 2% 0 2%;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .projects-images ul li img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .service_details p, .fun-facts, .latest-projects-pan, .latest-projects-top section ul {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .logoes-pan ul {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .logoes-pan ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .footer, .testimonial_pan, .about_pan_home, .fun-facts, .latest-projects-pan {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .projects-images ul li {
    width: 96%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .projects-images ul li img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

* {
  padding: 0;
  margin: 0;
}

a:focus, img:focus, button:focus, .btn:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #010101;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  border: none;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

body, img {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, .header nav ul > li > a {
  text-transform: capitalize;
  font-variant: small-caps;
}

h3 {
  font-family: 'Cormorant Garamond';
    font-size: 27px;
    line-height: 26px;
    font-weight: 400;
}
h4 {
    text-transform: capitalize;
    font-variant: small-caps;
    font-family: 'Cormorant Garamond';
    line-height:3em;
    font-size: 2em;
    font-weight: 600;
}
h6.text-center {
    margin-top: var(--space-around);
}

h6 {
   font-family: 'Cormorant Garamond';
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.about_pan_home {
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 106px;
  padding-bottom: 120px;
}

.about_pan_home a {
  font-size: 12px;
  line-height: 49px;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  width: 178px;
  letter-spacing: 6px;
  /*background-color: #000;*/
  margin-top: 47px;
}

.about_pan_home a:hover {
  /*background-color: #777777;*/
  color: white;
}

.latest-projects-pan {
  padding-top: 122px;
}

.projects-images {
  padding-top: 59px;
}

.projects-images ul {
  text-align: center;
}

.projects-images ul li {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
  list-style: none;
}

.projects-images ul li a {
  overflow: hidden;
}

.projects-images ul li .figcaption {
  background: rgba(255, 244, 69, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.projects-images ul li section {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projects-images ul li h5, .projects-images ul li p, .projects-images ul li img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.projects-images ul li a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.projects-images ul li a:hover .figcaption, .logoes-pan .figcaption {
  opacity: 1;
}

.view_button {
    font-family: 'Marcellus SC';
    /* font-variant: small-caps; */
    text-transform: capitalize;
    font-size: 1.4em;
    line-height: 2em;
    display: block;
    margin: 70px auto;
    text-align: center;
    color: #232024;
    letter-spacing: 3px;
    width: 300px;
    border-left: 2px solid #a3a4ab;
    border-right: 2px solid #a3a4ab;
    margin-bottom: 48px;
    padding: 0 1%;
}

.view_button:hover {
    background-color: rgba(0,0,0,0.3);
    color: #fefefe;
    border-radius: 3px;
   /* text-transform: uppercase;*/
    transition: all, 2.5s;
}

.logoes-pan {
  position: relative;
  padding-top: 48px;
  padding-bottom: 53px;
}

.logoes-pan ul {
  margin: 0 auto;
  padding: 0 10%;
}

.logoes-pan ul li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

.logoes-pan ul li img {
  margin: 0 auto;
  display: block;
}

.logoes-pan .owl-buttons div {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  cursor: pointer;
  width: 68px;
  height: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.logoes-pan .owl-buttons div.owl-prev {
  left: 0;
  background-image: url(../images/prev.png);
}

.logoes-pan .owl-buttons div.owl-next {
  right: 0;
  background-image: url(../images/next.png);
}

.main-block-text {
  position: relative;
  top: 25px !important;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #232024;
  letter-spacing: 5px;
  /*cursor: all-scroll;*/
}
.work {
  padding: calc(var(--space-around) * 2);
}
    /*
@media (max-width: 990px) {
  .work {
    width: 30vw;
    height: auto;
    float: none;
    padding: calc(var(--space-around) * 2);
    
  } 
}      */
@media (max-width: 480px) {
  .work {    
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin: 0 auto;
    }
}

@media (max-width: 420px) {
  .work:hover {
    cursor: pointer;
  }
}

.work:hover {
  cursor: pointer;
}

.all_view_link {
  top: 50px;
  position: relative;
}

.logo_hove, .center-block {
  align-items: center!important;
  float: none!important;
  margin: 0 auto!important;
}

#topcontrol {
    -webkit-text-size-adjust: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #4e4a4f;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    width: 10vw;
    height: 10vh;
    display: block;
    bottom: 5px !important;
    right: 20px !important;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    position: fixed;
    opacity: 1;
    cursor: pointer;
    background-color: rgba(0,0,0,0)!important;
    z-index: 999;
}

#topcontrol:hover {
    background-color: rgba(0,0,0,0)!important;
}

#topcontrol:before {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    font-size: 16px;
}

a.btn.btn-fog.btn-lg {
    box-shadow: 1px 1px 3px 1px rgb(48,62,68);
    border-radius: 3px;
    color: #303e44;
    margin: 0 auto;
}

a.btn.btn-fog.btn-lg.aos-init.aos-animate {
      box-shadow: 1px 1px 3px 1px rgb(48,62,68);
    border-radius: 3px;
    color: #303e44;
    margin: 0 auto;
}

p.aos-init.aos-animate {
    padding: 0 1vh;
}

  .pt {
    padding-top: var(--navbar-height);
  }   
  
  .item {
    padding: 2%;
}

.item a:hover img {
    opacity: 0.5;
}

div#alrt {
     margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.panel.panel-warning.fade.show {
    /* color: black; */
    /* font-size: 23px; 
    font-family: Raleway, sans-serif;*/
    background: rgba(255,255,255,0);
    border-style: solid;
    box-shadow: 0px 0px 2px 0px;
    padding: 2vh 2vw;
    background: rgba(211,211,211,0.47);
}

button.close {
    float: right;
}

ul [role="tabélist"] {
  padding-top: 5vh;
}

a[role="button"].btn {
    border-radius: 3px;
    font-family: 'Marcellus SC';
    font-size: 16px;
    line-height: 28.8px;
    font-variant: small-caps;
    height: 49px;
    width: 192px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    opacity: 0.6;
    
}
a[role="button"].btn:hover {
  opacity: 1;
  color: white;
  background-color: rgba(0,0,0,0.3);
  box-shadow: none;
}

.foglalas {
  -moz-border-radius: 3px;
  -moz-box-shadow: #ababab 1px 3px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #4a5032;
  box-shadow: #ababab 1px 3px 10px;
  color: #7a7a7a;
  display: inline-block;
  font-family: Verdana;
  font-size: 1.6em;
  margin: auto;
  padding: 17px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 50%;
}
.foglalas:hover {
  background-color: #a1a1a1;
  border: 1px solid #4a5032;
  color: #f5f5f5;
  font-size: 1.6em;
  padding: 17px;
  width: 50%;
}