/*
font-family: 'SinkinSans' | 400 , 600 , 700


Color: #340023


// Presun elementov na mobile
.ow-mobile-move-before
.ow-mobile-move-before-same-column


// Otacaci obrazok na nom text
.ow-info


// Grid na 6 boxov
.ow-sixcol


// Grid boxy 3x3 - Rovnaka vyzska
.ow-grid


// Rozdne Buttony - Tlacitka
.ow-button
.ow-button-alt
.ow-button-contact


// Gradiendy pre boxy - Prelinky
.ow-grad
.ow-box


// Efekt vystupenie boxu - Prelinku
.ow-link


// Obchodne Podmienky a Zmluvy - Čislovanie
.ow-zmluva


// Galeria s Buttnom Objednavka - poslat do mailu
.gallery-with-order


// Obrazky bez prechodu misou ciernobielo
.ow-grayscale


// Ciara pod nadpisom - H cka
.ow-line



// CSS pre CHILD Temy
p:first-child - prvy element
p:last-child - posledny element
p:nth-child(2) - volba ktory element v poradi
p:nth-child(2n) - kazdy druhy element
p::before - nieco pred elementom
p::after - neico za elementom
p::before { content: " "; display: block; } - CSS Mobil text na novy riadok


*/


/*** TEXT FONT ***/
@font-face {
    font-family: 'SinkinSans';
    src: local(''),
         url('/wp-content/themes/enfold-child/font/SinkinSans-400Regular.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/enfold-child/font/SinkinSans-400Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SinkinSans';
    src: local(''),
         url('/wp-content/themes/enfold-child/font/SinkinSans-600SemiBold.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/enfold-child/font/SinkinSans-600SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*** HEADING FONT ***/
@font-face {
    font-family: 'SinkinSans';
    src: local(''),
         url('/wp-content/themes/enfold-child/font/SinkinSans-700Bold.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/enfold-child/font/SinkinSans-700Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*** ICON FONT ***/
@font-face {
  font-family: 'IcoFont';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/wp-content/themes/enfold-child/font/icofont.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/enfold-child/font/icofont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/enfold-child/font/icofont.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/enfold-child/font/icofont.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/enfold-child/font/icofont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/enfold-child/font/icofont.svg#IcoFont') format('svg'); /* Legacy iOS */
}


img[src$=".svg"] {
    width: 7680px;
}

/*
.unselectable {
    -moz-user-select:none;
    -webkit-user-select:none;
    cursor: default;
}
html {
    -webkit-touch-callout: none;
    -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);
}
*/
/* COLOR Select Text */
::-moz-selection {
    color: #111111;
    background: #1ab6ea;
}
::selection {
    color: #111111;
    background: #1ab6ea;
}


/************************************************* MAIN CSS *************************************************/
html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, audio, video 
{   font-family: 'SinkinSans', sans-serif;
    font-weight: 400 !important;
}

#top .special_amp, #top input[type="text"], 
#top textarea, #top .button, 
#top .main_color input.wpcf7-text {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
	font-style: normal !important;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #340023 !important;
}

strong {
    font-family: 'SinkinSans', sans-serif;
    font-weight: 700 !important;
    color: #340023 !important;
}
.alternate_color strong {
    color: #ffffff !important;
}
span {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 400 !important;
}
strong span, 
span strong {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
} 
mark {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
}
strong mark,
mark strong {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
} 


h1, h1 a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
    text-transform: none !important;
    font-size: 40px;
    line-height: 1.5 !important;
}
h2, h2 a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
    text-transform: none !important;
    font-size: 34px;
    line-height: 1.3 !important;
}
h3, h3 a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
    text-transform: none !important;
    font-size: 26px;
    line-height: 1.3 !important;
}
h4, h4 a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 700 !important;
    text-transform: none !important;
    font-size: 22px;
    line-height: 1.3 !important;
}

.home h1, .home h1 a {
    font-size: 40px;
}
.home h2, .home h2 a {
    font-size: 34px;
}
.home h3, .home h3 a {
    font-size: 26px;
}

/*
.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2 {
    letter-spacing: 0px !important;
}
*/


.av-subheading p {
    font-family: 'SinkinSans', sans-serif;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}


/* MAIN Menu */
.av-main-nav > li > a > span {
    font-family: 'SinkinSans', sans-serif;
    font-weight: 600 !important;
    font-size: 18px;
}
.av-main-nav > li.current-menu-item > a > span {
    font-weight: 700 !important;
}
.av-main-nav ul {
    width: 310px;
    padding: 5px;
	margin-top: -5px;
}
.av-main-nav ul > li > a > span {
    font-size: 15px !important;
}
#top .av-main-nav ul ul {
    left: 350px;
}
.av-main-nav > li > a {
    padding: 0 25px;
}
 
#menu-item-xx > a > span, 
.menu-item-xx > a > span {
    font-weight: 700 !important;
    color: #340023;
}
#menu-item-xx {
    display: none !important;
}


.sub_menu li a::before {
  font-family: 'IcoFont';
  font-style: normal;
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin-right: 7px;
  margin-top: -2px;
}
.sub_menu li:nth-child(1) a::before {
  content: "\efbb";
}
.sub_menu li:nth-child(2) a::before {
  content: "\ec56";
}
.sub_menu li:nth-child(3) a::before {
  content: "\ec5e";
}

#header_meta {
  background-color: transparent;
  background-image: linear-gradient(270deg, #065185 0%, #05ABD8 100%);
  padding: 15px 0px;
}
#header_meta .container {
  min-height: 40px;
}
.sub_menu li {
  padding: 0 70px;
}
.header_color .sub_menu > ul > li > a {
  color: #ffffff !important;
  font-size: 16px;
  display: flex;
}


/*** MENU TRANSPARENT - BANNER TOP ***
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
}
#header {
    background: #340023;
}
#header.header-scrolled {
    background: #340023;
}
.av_minimal_header_shadow {
    box-shadow: 0 0 2px 1px #ffffff;
}
*/


/* SVG Logo */
.logo a svg {
    height: 100px;
    width: 250px;
}
.header-scrolled .logo a svg {
    height: 50px;
    width: 170px;
}
/* SVG Logo SCROLL *
.logo .subtext {
  display: block;
}
.header-scrolled .logo > a > svg { 
	display: none !important; 
}
*/


/* OFF Animated Slides */
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, 
.avia_transform .av_fullscreen .active-slide .avia-caption-title, 
.avia_transform .av_slideshow_full .avia-caption-content, 
.avia_transform .av_slideshow_full .avia-caption-title, 
.avia_transform .av_fullscreen .avia-caption-content, 
.avia_transform .av_fullscreen .avia-caption-title, 
.avia_transform .avia-slideshow-button {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    visibility: visible !important;
}

#top .avia-fullwidth-slider .avia-slideshow-arrows a::before {
    border-radius: 25px;
}


/* CheckBox */
input[type="checkbox"], 
input[type="radio"], 
.single_variation_wrap .wcpa_check {
    margin: 17px 17px 0px 6px !important;
    -ms-transform: scale(1.7) !important;
    -moz-transform: scale(1.7) !important;
    -webkit-transform: scale(1.7) !important;
    -o-transform: scale(1.7) !important;
}
.woocommerce-checkout input[type="checkbox"] {
    margin: 10px 17px 10px 6px !important;
}
.woocommerce-checkout #wi_as_company_field input[type="checkbox"] {
    margin: 17px 17px 20px 6px !important;
}


/* Button */
#top .ow-button .avia-button span, 
#top .ow-button-contact .button, 
#top .gallery-order-btn, 
#top .ow-button-contact .button, 
body .slide-right-window .win-body p.return-to-shop a, 
#top form.cart .button, 
#top .added_to_cart, 
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
}
#top .ow-button .avia-button, 
#top .ow-button-contact .button, 
#top .gallery-order-btn, 
#top .ow-button-contact .button, 
body .slide-right-window .win-body p.return-to-shop a, 
#top form.cart .button, 
#top .added_to_cart, 
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    color: #340023;
    background-color: transparent;
    border: 1px solid #340023;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 35px 10px;
    min-width: 225px;
}
#top #wrap_all .header_color.header-scrolled .av-menu-button-colored > a .avia-menu-text {
    padding: 9px 35px 8px;
}
#top .added_to_cart {
    padding: 6px 25px 9px;
    margin-left: 20px;
    display: inline-block;
    min-width: inherit;
}
#top .ow-button .avia-button:hover, 
#top .ow-button-contact .button:hover, 
#top .gallery-order-btn:hover, 
#top .ow-button-contact .button:hover, 
body .slide-right-window .win-body p.return-to-shop a:hover, 
#top form.cart .button:hover, 
#top .added_to_cart:hover, 
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
    background-color: #340023;
    color: #ffffff;
}


/* Button Alternativny */
#top .ow-button-alt .avia-button span, 
#top .slideshow_caption .avia-button, 
.woocommerce-checkout.woocommerce-page .button, 
.woocommerce-order-received .woocommerce-order form button {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
}
#top .ow-button-alt .avia-button, 
#top .slideshow_caption .avia-button, 
.woocommerce-checkout.woocommerce-page .button, 
.woocommerce-order-received .woocommerce-order form button {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 35px 10px;
    min-width: 225px;
}
#top .ow-button-alt .avia-button:hover, 
#top .slideshow_caption .avia-button:hover, 
.woocommerce-checkout.woocommerce-page .button:hover, 
.woocommerce-order-received .woocommerce-order form button:hover {
    background-color: #ffffff;
    color: #340023;
}


/* Multi Button */
.mfp-bottom-bar {
    margin-top: 0px;
}
.mfp-bottom-bar .mfp-title {
    text-align: center;
}



/* Button Padding TOP */
#top .ow-button-contact .button {
    padding: 13px 35px 10px !important;
}
#top .ow-button, 
#top .ow-button-alt, 
#top .ow-button-contact p:last-child, 
.product-template-default .single-product-summary .cart {
    padding-top: 25px;
}
.woocommerce-checkout.woocommerce-page .button {
    margin-top: 15px!important;
}
.woocommerce-checkout.woocommerce-page .lost_password {
    margin-top: 38px!important;
}





/************************************************* GRID CSS *************************************************/
#top .ow-slim .av-flex-placeholder {
    width: 4%;
}


.ow-sixcol .flex_column.av_one_fifth {
	width: 14.5%;
	margin-left: 2.6%;
}
.ow-sixcol .flex_column.av_one_fifth.first {
	margin-left: 0%;
}
.ow-sixcol .flex_column.av_one_fifth.first.el_before_av_hr {
	clear: none;
	margin-left: 2.6%;
}


#top .ow-grid .av-flex-placeholder {
    width: 10%;
}
#top .ow-grid .flex_column_table_cell {
    border-bottom: 1px solid #340023;
    padding-left: 3%;
    padding-right: 3%;
}
#top .ow-grid .av-flex-placeholder::after {
    border-left: 1px solid #340023;
    border-right: 1px solid #340023;
    content: "";
	position: absolute;
	height: 185px;
	left: 31.7%;
	right: 31.7%;
}
#top .ow-grid .flex_column_table:last-child .flex_column_table_cell {
    border-bottom: none;
}


.ow-grad {
    -webkit-box-shadow: 0px 25px 35px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 25px 35px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 25px 35px 10px rgba(0,0,0,0.25);
}
.ow-box {
	padding: 50px 40px 50px 40px !important;
  	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  	border: 1px solid #A5A5A5 !important;
  	border-radius: 15px !important;
  	background-color: #ffffff;
}


.ow-link .flex_cell, 
.flex_column.ow-link {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.ow-link .flex_cell:hover, 
.flex_column.ow-link:hover {
  position:relative;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  overflow: visible;
  z-index: 9999;
}


.ow-grayscale img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.ow-grayscale img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}


#top .ow-line .hr-inner {
    border-color: #340023;
    width: 600px !important;
    border-top-width: 2px;
}
#top .ow-line-alt .hr-inner {
    border-color: #ffffff;
    width: 600px !important;
    border-top-width: 2px;
}
#top .ow-line .av-special-heading-tag {
    border-bottom: 2px solid #340023;
    display: inline-block;
    line-height: 1.8 !important;
}


#top .ow-zmluva ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
#top .ow-zmluva ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
#top .ow-zmluva ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
#top .ow-zmluva li ol > li {
  margin: 0;
}
#top .ow-zmluva li ol > li:before {
  content: counters(item, ".") " ";
}


#main .ow-info .av-hotspot-container,
#main .ow-info .av-hotspot-container-inner-cell {
   display:block;
}

#main .ow-info .av-image-hotspot,
#main .ow-info .av-hotspot-fallback-tooltip-count{
  display:none !important;
}

#main .ow-info .av-hotspot-image-container {
  position:relative;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-container {
  z-index:20;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-container:before {
  background-color:black;
  position:absolute;
  z-index:22;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  content:"";
  opacity:.8;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip {
  color:white;
  position:absolute;
  z-index:25;
  top:40%;
  left:0px;
  width:100%;
  padding-top:0px;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner {
  margin:0px;
  background-color:transparent;
  color:white;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner h4 {
  font-size:22px;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner h4,
#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner p,
#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner p *{
  color:white;
  text-transform:none;
}

#main .ow-info .av-hotspot-image-container:hover {
  cursor:pointer;
}

#main .ow-info .av-hotspot-image-container:hover .av-hotspot-container:before {
  opacity:.7;
}

#main .ow-info .av-hotspot-image-container:hover .av-hotspot-fallback-tooltip {
	opacity:1;
}

#main .ow-info .av-hotspot-image-container .av-hotspot-container:before,
#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip {
  opacity:0;
  transition: opacity .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
}



#top .ow-podmienky ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
#top .ow-podmienky ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
#top .ow-podmienky ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
#top .ow-podmienky li ol > li {
  margin: 0;
}
#top .ow-podmienky li ol > li:before {
  content: counters(item, ".") " ";
}



/*
body.home #main #av-layout-grid-1::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url('/wp-content/themes/enfold-child/img/bg-onweb10.png');
    background-repeat: repeat;
}
*/




/************************************************* CUSTOM CSS *************************************************/
/*** HOME PAGE CSS ***/
#top .ow-home-banner .container {
  min-height: 800px;
}
#top .ow-home-banner .content {
  padding-top: 90px;
  padding-bottom: 90px;
}


#top .ow-home-rezervacia .container {
  max-width: 1200px;
}
#top #main .ow-home-rezervacia .content {
  margin-top: -60px;
  padding: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #fff;
}
#top #main .ow-home-rezervacia .content .post-entry {
  padding: 15px 70px;
}
#top .ow-home-rezervacia p {
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 45px;
}
#top .ow-home-rezervacia .ow-button {
  padding-top: 7px;
}


#top .ow-home-onas .content {
  padding-top: 90px;
  padding-bottom: 90px;
}
#top .ow-home-onas .av_font_icon span {
  font-size: 36px !important;
  line-height: 24px !important;
  color: #05ABD8;
}
#top .ow-home-onas .ow-home-onas-icon p {
	font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.8 !important;
}
#top .ow-home-onas .ow-home-onas-icon p span {
	font-weight: 600 !important;
}


#top .ow-home-sluzby .container {
  max-width: 1250px;
}
#top .ow-home-sluzby .content {
  padding-top: 60px;
  padding-bottom: 70px;
}
#top .ow-home-sluzby .avia-image-container-inner {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  padding: 22px 24px;
  transform: rotate(0deg);
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#top .ow-home-sluzby .avia-image-container-inner img {
  width: 90px;
}
#top .ow-home-sluzby .av-special-heading {
  margin-top: 35px;
}
#top .ow-home-sluzby .ow-sluzby-text p {
  min-height: 160px;
}
#top .ow-home-sluzby .ow-sluzby-top {
  margin-top: 140px;
}
#top .ow-home-sluzby .ow-button {
  padding-top: 15px;
}


#top .ow-home-objednaj .content {
  padding-top: 90px;
  padding-bottom: 90px;
}



/*** SUB PAGE CSS ***/
#top .ow-sub-text-left img {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 15px 15px 5px 0px rgba(5.000000000000022, 171, 216, 0.38823529411764707);
}
#top .ow-sub-text-right img {
  border-radius: 15px 15px 15px 15px;
  box-shadow: -15px 15px 5px 0px rgba(5.000000000000022, 171, 216, 0.38823529411764707);
}
#top .ow-sub-text-noborder img {
  border-radius: 0px;
  box-shadow: none;
}

#top .ow-sub-banner .container {
  min-height: 700px;
}
#top .ow-sub-banner .content {
  padding-top: 150px;
  padding-bottom: 180px;
}





/******************************************** FOOTER + SOCKET CSS ********************************************/
#footer {
    padding: 30px 0px 40px 0px;
}
#footer .widget {
    margin: 30px 0px 30px 0px;
}


#footer h3 {
	text-transform: uppercase !important;
	font-size: 18px;
}

#footer p, 
#footer a {
    font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
	text-transform: none !important;
	font-size: 16px;
}

#footer strong {
  color: #ffffff !important;
}

#footer img {
    width: 250px;
}


#footer #text-2 .textwidget a {
  font-size: 17px;
  display: flex;
}
#footer #text-2 .textwidget a:hover {
  font-weight: 600 !important;
  text-decoration: none;
}
#footer #text-2 p {
  margin: 22px 0 0;
}
#footer #text-2 p:nth-child(1) {
  margin: 14px 0 0;
}
#footer #text-2 .textwidget p a::before {
  font-family: 'IcoFont';
  font-style: normal;
  font-size: 30px;
  color: #05ABD8;
  display: inline-block;
  margin-right: 7px;
  margin-top: -2px;
}
#footer #text-2 .textwidget p:nth-child(1) a::before {
  content: "\efbb";
}
#footer #text-2 .textwidget p:nth-child(2) a::before {
  content: "\ec56";
}
#footer #text-2 .textwidget p:nth-child(3) a::before {
  content: "\ed37";
}
#footer #text-2 .textwidget p:nth-child(4) a::before {
  content: "\ed46";
}
#footer #text-2 .textwidget p:nth-child(5) a::before {
  content: "\ec5e";
}


#footer #text-4 .textwidget a::before {
  font-family: 'IcoFont';
  font-style: normal;
  font-size: 18px;
  content: "\ea72";
  color: #05ABD8;
  display: inline-block;
  margin-left: -3px;
  margin-right: 5px;
}



#socket .container {
    padding: 20px 0px 20px 0px;
}
#socket .copyright {
    text-align: center;
    width: 100%;
    line-height: 1.4;
}

#socket .copyright, 
#socket .copyright a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 600 !important;
	text-transform: none !important;
	font-size: 14px;
}

#socket .copyright em, 
#socket .copyright em a {
	font-family: 'SinkinSans', sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: none !important;
	font-size: 13px;
}
#socket .copyright img {
    width: 60px;
    margin-left: 4px;
    margin-bottom: -1px;
}
#socket .container {
    width: 100% !important;
    max-width: 100% !important;
}



html body #scroll-top-link {
	height: 55px;
	width: 55px;
	right: 48px;
    font-size: 30px;
    line-height: 48px;
}
html body #scroll-top-link::before {
    font-family: 'IcoFont';
  	font-style: normal;
  	content: "\ec5e";
}
#scroll-top-link.avia_pop_class {
    border-radius: 50%;
    color: #ffffff;
    background-color: #340023;
    border: 2px solid #340023;
    opacity: 0.7;
}
#scroll-top-link.avia_pop_class:hover {
	color: #ffffff;
    background-color: #340023;
    opacity: 0.9;
}



/************************************************* GRID MOBILE CSS *************************************************/
@media only screen and (max-width: 1600px) {
	.ow-right {
    	padding-right: 13% !important;
	}
	.ow-left {
    	padding-left: 13% !important;
	}	
}
@media only screen and (max-width: 1536px) {
	.ow-right {
    	padding-right: 11.5% !important;
	}
	.ow-left {
    	padding-left: 11.5% !important;
	}
	
	.responsive .container {
    	max-width: 1340px;
	}
	.av-flex-placeholder {
    	width: 4%;
	}
	#top .ow-slim .av-flex-placeholder {
    	width: 3%;
	}
	div .av_one_half {
    	margin-left: 4%;
    	width: 48%;
	}
	div .av_one_third {
    	margin-left: 4%;
    	width: 30.666666666666667%;
	}
	div .av_one_fourth {
    	margin-left: 4%;
    	width: 22%;
	}
	div .av_one_fifth {
    	margin-left: 4%;
    	width: 16.8%;
	}
}
@media only screen and (max-width: 1440px) {	
	.ow-right {
    	padding-right: 9% !important;
	}
	.ow-left {
    	padding-left: 9% !important;
	}	

	.responsive .container {
    	max-width: 1240px;
	}
	.av-flex-placeholder {
    	width: 3%;
	}
	#top .ow-slim .av-flex-placeholder {
    	width: 2%;
	}
	div .av_one_half {
    	margin-left: 3%;
    	width: 48.5%;
	}
	div .av_one_third {
    	margin-left: 3%;
    	width: 31.333333333333332%;
	}
	div .av_one_fourth {
    	margin-left: 3%;
    	width: 22.75%;
	}
	div .av_one_fifth {
    	margin-left: 3%;
    	width: 17.6%;
	}
}
@media only screen and (max-width: 1366px) {
	.ow-right {
    	padding-right: 7% !important;
	}
	.ow-left {
    	padding-left: 7% !important;
	}	
}
@media only screen and (max-width: 1280px) {
	.ow-right {
    	padding-right: 4% !important;
	}
	.ow-left {
    	padding-left: 4% !important;
	}	
}


/*MENU MOBIL*/
@media only screen and (max-width: 989px) {
	.av-burger-overlay-inner .sub-menu li span, 
	.av-logo-container .av-hamburger {
	    font-size: 15px;
	}
	.av-burger-overlay-inner .sub-menu {
    	margin-bottom: 20px !important;
  	}
	.av-burger-overlay-inner .sub-menu li {
	    margin: -20px 0px !important;
	}

	.responsive.html_header_top #top #wrap_all #header {
	    position: fixed !important;
	    height: 46px !important;
	}

	.responsive.html_header_top #top #wrap_all #main {
	    padding-top: 46px !important;
	}

	.responsive .logo svg, .responsive .logo a, .responsive #top .logo, .responsive #top #wrap_all .main_menu, .responsive #top #wrap_all .av-logo-container {
	    height: 46px !important;
	    max-height: 46px !important;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
	    height: 46px !important;
	    line-height: 46px !important;
	}

	.logo a svg {
	    width: 170px !important;
	}

	#top #av-burger-menu-ul {
	    vertical-align: top !important;
	}

	.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
	    color: #ffffff;
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
	    color: #ffffff;
	}
	.html_av-overlay-side #top .av-burger-overlay-scroll {
   	 	background: #340023;
	}
	.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
	    background-color: #340023;
	}
}


@media only screen and (max-width: 991px) {
  	#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip {
    	top:20%;
  	}
}
@media only screen and (max-width: 767px) {
  	#main .ow-info .av-hotspot-image-container .av-hotspot-container:before{
    	display:none !important;
  	}
  	#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip {
    	position:static !important;
    	opacity:1 !important;
  	}
  	#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner h4,
  	#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner p,
  	#main .ow-info .av-hotspot-image-container .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-inner p * {
    	color:black !important;
  	}
  	
  	#top .ow-grid .av-flex-placeholder {
    	display: none !important;
	}
	#top .ow-grid .flex_column_table_cell {
    	border-bottom: 1px solid #340023 !important;
	}
	#top .ow-grid .flex_column_table_cell:last-child {
    	border-bottom: none !important;
	}
  	
  	#top .ow-hline .av-special-heading-tag {
    	line-height: 1.3 !important;
	}
}


/* FOOTER + SOCKET CSS + Button */
@media only screen and (max-width: 480px) {
	#socket .copyright, 
	#socket .copyright a, 
	#socket .copyright em, 
	#socket .copyright em a {
    	font-size: 12px;
	}
	#socket .copyright img {
    	width: 55px;
	}
	
		
	.avia-button-wrap {
    	display: block;
    	text-align: center;
    	float: unset;
	}
	.avia-button-wrap .avia-button {
    	float: unset;
    	display: inline-block;
	}
	.avia-buttonrow-wrap {
    	text-align: center;
	}
	.avia-buttonrow-wrap .avia-button {
    	margin-left: 0px !important;
    	margin-right: 0px !important;
	}	
}





/************************************************* MOBILE CSS *************************************************/
/* PC + Tablet */
@media only screen and (min-width: 768px) {

}





@media only screen and (max-width: 1536px) {
	
}


@media only screen and (max-width: 1440px) {

}


@media only screen and (max-width: 1366px) {

}


@media only screen and (max-width: 1280px) {

}


@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 991px) {

}





/* Mobile */
@media only screen and (max-width: 767px) {

}


@media only screen and (max-width: 480px) {

}


@media only screen and (max-width: 414px) {

}


@media only screen and (max-width: 375px) {

}


@media only screen and (max-width: 320px) {	

}





/********************************************ONLY APPLE IPHONE IOS*********************************************/
@supports (-webkit-touch-callout: none) {

}





/* Mobile */
@supports (-webkit-touch-callout: none) {
	@media only screen and (max-width: 767px) {

	}
}




