/*******************************************/
/****** CSS for Drupal 10 d10-modely *******/
/*******************************************/


/* ICONS IN ADMIN TOOL BAR */
.toolbar .toolbar-icon::before {
	width: 20px;
}

/* Vyska boxu Search */
form#search-block-form {
    height: 5px;
}


/*******************************************/
/***************** FONTS *******************/
/*******************************************/


/****** INDIE FLOWER ******/

/* latin */
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/indieflower/v17/m8JVjfNVeKWVnh3QMuKkFcZVaUuH.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* External link icon */
.fa.fa-external-link:before {
    font-size: 8px;
	position: relative;
    bottom: 2px;
    padding-left: 2px;
	color: #a7a7a7;
}

/* Links */
.region-content a {
	color: #c01700;
}

.region-content a:hover {
	text-decoration: underline;
}


/*******************************************/
/**************** HEADER *******************/
/*******************************************/

/* Logo */

#block-zircon-site-branding .site-logo img {
    background: transparent;
	width: auto;
    text-align: center;
    margin: 0 auto;
}

#block-zircon-site-branding {
	text-align: center;
	display: flex;
    flex-direction: column;
}

/* Nazov Stranky */

#block-zircon-site-branding a {
	font-family: 'Indie Flower';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    text-align: center;
}


/*******************************************/
/**************** MAIN MENU ****************/
/*******************************************/

#block-zircon-main-menu ul.menu li > a {
	padding-right: 19px !important;
}


/*******************************************/
/************* SEARCH BLOCK ****************/
/*******************************************/

span.form-search ~ span {
    visibility: hidden;
}

span.form-search input ~ span {
    visibility: hidden;
}

#header .search-block-form .form-item .form-search {
    font-size: 0.993em;
}


/*******************************************/
/***************** CRUMBS ******************/
/*******************************************/

#featured .container {
    background: #fff;
    /* padding: 13px 0 6px 0px; */
	padding: 0;
}

.container-padding {
	padding: 10px 1px 1px 8px !important;
}

.breadcrumb {
  background: #fff;
  /* border:1px solid #DEDEDE; */
  /* padding: 1px !important; */
  margin: 0;
  padding: 0;
}

.breadcrumb li a {
  padding: 14px 30px 10px 20px;
  background:url(images/crumbs.gif) no-repeat right center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.breadcrumb ol li:last-child {
  padding-left: 10px;
  font-weight: bold;
}

.breadcrumb li::before {
  content: '' !important;
}

.breadcrumb li a.fa-home {
    font-family: FontAwesome;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding: 10px 30px 10px 20px;
	margin-left: -8px;
    border-radius: 5px;
}

.breadcrumb li a.fa-home::before {
	content: "\f015";
}

#main-menu .container ul.menu .menu-item--expanded > a:before {
    right: 6px;
}

#main-menu .container {
    height: auto;
}


/*******************************************/
/********** Primary button styles **********/
/** Tlacidla ZOBRAZIT, UPRAVIT, ODSTRANIT **/
/*******************************************/

#block-zircon-primary-local-tasks ul.tabs.primary {
	margin-bottom: 30px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}

#block-zircon-primary-local-tasks .tabs a {
	width: 120px;
    padding: 20px 0;
	text-align: center;
	color: #232429;
	background-color: #d3d4d9;
	font-weight: 700;
    line-height: 1rem;
	border-radius: 3px;
}

#block-zircon-primary-local-tasks .tabs a:hover {
	background-color: #adaeb3;
}

#block-zircon-primary-local-tasks .tabs a.is-active {
	color: #fff;
	background-color: #003ecc;
}

#block-zircon-primary-local-tasks .tabs a.is-active:hover {
	color: #fff;
	background-color: #0036b1;
}

#block-zircon-primary-local-tasks .tabs a:not(:focus) {
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

#block-zircon-primary-local-tasks .tabs a[href*="delete"] {
	color: #dc2323;
    background: #fff;
	box-shadow: none;
}

#block-zircon-primary-local-tasks .tabs a[href*="delete"] {
	background-image: url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23C11F1F' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 5px;
}

#block-zircon-primary-local-tasks .tabs a[href*="delete"]:hover {
    background: #dc2323;
	color: #fff;
	/* background-image: url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23C11F1F' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e"); */
	background-repeat: no-repeat;
	background-position: 0;
}

#block-zircon-primary-local-tasks .tabs li:last-of-type {
    display: none;
}


/*******************************************/
/***************** TABLES ******************/
/*******************************************/


table {
  border: 0;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}

table table {
  font-size: 1em;
}

table tr th {
  border-bottom: 1px solid white;
  border-top: 1px solid #DDDDDD;
  font-weight: normal;
  color: #707070;
  text-shadow: white 1px 1px 0;
  background: #DDDDDD;
}

th {
  padding: 5px 15px;
  border: none;
}

td {
  padding: 5px 15px;
  border: none;
}

table tr th, 
table tr th a, 
table tr th a:hover {
  font-weight: bold;
}

table tr th a, 
table tr th a:hover {
  color: #444 !important;
}

table tbody tr th {
  vertical-align: top;
}

tr.odd, td.odd {
  background-color: #F4F4F4;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid white;
}

tr, tr.even, td.even {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid white;
}

/***** Views Tables *****/

.views-table tbody tr:nth-child(1n) {
  background-color: #F4F4F4;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid white;
}

.views-table tbody tr:nth-child(2n) {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid white;
}

.views-table th,
.views-table td {
  padding: 10px 15px;
}

/***** Invisible Table *****/
.invisible-table tr,
.invisible-table th,
.invisible-table td {
  background-color: inherit;
  border: 0;
}

/*******************************************/
/***************** LISTS ******************/
/*******************************************/

#block-zircon-content ul {
	list-style: none;
}

#block-zircon-content ul li:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #555555;
}


/*******************************************/
/**************** CONTENT ******************/
/*******************************************/

/***** Nadpis stranky H1 *****/

#main #block-zircon-page-title h1 {
    text-align: center;
	/* padding-bottom: 15px; */
	padding: 0 30px 15px 30px;
	border-bottom: 1px dotted #dadada;
	font-family: Itim;
	font-size: 3.571em;
	text-shadow: 0px 1px 0px #fff;
}

#main #block-zircon-content {
    /* padding: 20px 20px; */
	padding: 20px 50px 20px 50px;
}

/* Stranka s modelom */

.title-image-wrapper {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
}

.content-title-wrapper {
	min-width: 210px;
    font-size: 16px;
    padding-left: 20px;
}

.content-title-wrapper .field__label {
	font-weight: normal;
	width: 130px;
    text-align: right;
}

.content-title-wrapper .field__item {
	font-weight: bold;
}

.title-image-wrapper .field--name-field-manual {
	padding: 0 0 0 20px;
	width: 50%;
}

#edit-group-modely-galeria-tab-node,
#edit-group-modely-galeria-tab-node .details-wrapper,
#edit-group-modely-stavba-tab-node,
#edit-group-modely-stavba-tab-node .details-wrapper {
	padding: 0;
}

.field--name-field-galeria,
.field--name-field-stavba-modelu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
    padding: 15px;
}

.field--name-field-galeria:last-child,
.field--name-field-stavba-modelu:last-child {
	justify-content: flex-start;
}

.field--name-field-galeria .field__item,
.field--name-field-stavba-modelu .field__item {
	border: 1px solid #dadada;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
}

.modely-galeria-tabs-node ul li:before {
    content: "" !important;
	display: inherit !important;
}




/************ OSTATNE STRANKY *************/

.bold-text {
	font-weight: bold;
}

.img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.div-tags {
	border-top: 1px dotted #dadada;
    padding-top: 20px;
    margin-top: 30px;
}

.div-tags .field__item {
	display: inline;
}

.div-tags > div {
	padding-left: 20px;
}

.div-tags .field__item:after {
	content: "|";
	padding: 10px 10px;
}

.div-tags .field__item:last-of-type:after {
	content: "";
}

.field--name-field-suvisiace-clanky .field__label {
	font-size: 1.428em;
	margin: 0 0 15px;
    line-height: 1.3;
    font-family: "oswaldregular";
	font-weight: normal;
	text-decoration: underline;
}

.field--name-field-suvisiace-clanky .field__items {
	padding-left: 20px;
}

.field--name-field-suvisiace-clanky .field__item a:before {
	content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #555555;
}

.field--name-field-obrazky-pouzite-v-clanku {
	padding: 30px 0 50px 0;
    font-weight: bold;
}
.field--name-field-obrazky-pouzite-v-clanku .field__label {
	float: left;
	padding-right: 15px;
}
.field--name-field-obrazky-pouzite-v-clanku .field__item {
	display: inline;
}
.field--name-field-obrazky-pouzite-v-clanku .field__item:after {
	content: "|";
	padding: 10px 10px;
}
.field--name-field-obrazky-pouzite-v-clanku .field__item:last-of-type:after {
	content: "";
}

.field--name-field-manual {
	padding: 50px 0 10px 0;
}

.deliaca-ciara {
    margin: 30px 0;
    border-top: 1px dotted #DADADA;
}

/* --- MANUALY --- */



/* --- ELEKTRONIKA --- */

/* RX2SIM */
img.rx2sim-img1 {
    padding-bottom: 100px;
}

img.rx2sim-img2 {
    padding-right: 60px;
	padding-bottom: 60px;
	float: left;
}

.rx2sim-text {
    text-align: justify;
}

/* MICROBEAST */
.nanobeast-img {
    float: left;
}
.nanobeast-mini-img {
    display: flex;
    flex-wrap: wrap;
}


/* --- TYPY TRIKY --- */



/****************************/
/******* TYPY A TRIKY *******/
/****************************/

.node--type-tipy-a-triky .prevodniky-farieb h3 {
	border-radius: 3px;
	border: 1px solid #D6D4D4;
	background: #F5F5F5;
	padding: 5px 15px;
	width: 200px;
}

.node--type-tipy-a-triky .div-suvisiace-clanky {
	margin: 20px 0 0 40px;
	padding-top: 20px;
	border-top: 1px dotted #DADADA;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb {
	background: #FBFBFB;
	border: 1px solid #D6D4D4;
	padding: 14px 18px 13px;
	margin: 0 0 30px 0;
	line-height: 23px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	width: 100%;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb ul {
	float: left;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb li {
	list-style: none;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb li.vyhoda-farby:before {
	list-style: none !important;
	content: url(/themes/zircon/images/mark_plus.gif) !important;
	position: relative !important;
	top: 5px !important;
	padding: 0  !important;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb li.nevyhoda-farby:before {
	list-style: none !important;
	content: url(/themes/zircon/images/mark_minus.gif) !important;
	position: relative !important;
	top: 5px !important;
	padding: 0  !important;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb .vyrobca-farby {
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia;
	text-transform: uppercase;
	border-bottom: 1px solid #D6D4D4;
	margin-bottom: 15px;
	padding: 15px 0;
}

.node--type-tipy-a-triky .vyhody-nevyhody-farieb .img-farby {
	text-align: right;
	margin-top: 40px;
	padding-bottom: 60px;
}

.node--type-tipy-a-triky .alclad2 {
	float: left;
	margin-right: 40px;
	padding-top: 50px;
}

.node--type-tipy-a-triky .alclad2-navod {
	padding-top: 50px;
}




/*******************************************/
/********** VIEWS EXPOSED FILTERS **********/
/*******************************************/

.view-filters .views-exposed-form label {
	display: block !important;
    font-weight: bold !important;
}

.view-filters .views-exposed-form .chosen-container a:hover {
	text-decoration: none;
}

.view-filters .views-exposed-form .chosen-single:hover {
	border: 1px solid;
}

.view-filters .views-exposed-form .chosen-results li:before {
	content: "" !important;
    display: initial !important;
    padding-right: 0 !important;

}




/*******************************************/
/***************** VIEWS *******************/
/*******************************************/

.view-content a {
    color: #555;
}

.view-content a:hover, .view-content a:focus {
    outline: none;
    text-decoration: none;
    color: #c01700;
}

.views-exposed-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-style: italic;
  opacity: 1; /* Firefox */
}


/***** View Plastove Modely, RC Modely, 
Ostatne Modely, Plastove Modely Znacka *****/

.view-modely .views-view-responsive-grid .views-view-responsive-grid__item {
	text-align: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin: 5px;
    padding: 15px 5px;
}

.view-modely .views-view-responsive-grid .views-view-responsive-grid__item .views-field-title {
	font-weight: bold;
	padding-top: 5px;
}


/***** View Vyrobcovia *****/

.vyrobcovia-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vyrobcovia-wrapper > div {
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #fbfbfb;
    width: 25%;
    margin: 0 auto;
    padding: 15px;
}

.vyrobcovia-wrapper h3 {
	text-align: center;
    font-weight: bold;
	text-transform: uppercase;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}




/***** View Modelarske Obchody *****/

.modelarske-obchody-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modelarske-obchody-wrapper > div {
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #fbfbfb;
    width: 45%;
    margin: 0 auto;
    padding: 15px;
	margin-bottom: 30px;
}

.modelarske-obchody-wrapper h3 {
	font-size: 18px;
	text-align: center;
    font-weight: bold;
	text-transform: uppercase;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.modelarske-obchody-wrapper li {
	padding-left:40px;
}





/***** View Modelarske Fora *****/

.modelarske-fora-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modelarske-fora-wrapper > div {
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #fbfbfb;
    width: 45%;
    margin: 0 auto;
    padding: 15px;
	margin-bottom: 30px;
}

.modelarske-fora-wrapper h3 {
	font-size: 18px;
	text-align: center;
    font-weight: bold;
	text-transform: uppercase;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.modelarske-fora-wrapper li {
	padding-left:40px;
}





/**********************************/
/************ Site Map ************/
/**********************************/

.sitemap .sitemap-item h2 {
	display: none;
}

.sitemap .sitemap-item > div {
	margin-top: 20px;
	margin: auto;
	width: 70%;
	line-height: 23px;
}

.sitemap li:before {
	content: "" !important;
    display: inherit !important;
    padding-right: 0 !important;

}

.sitemap li a.fa-home {
    font-family: FontAwesome;
    font-size: 23px;
    font-style: normal;
    font-weight: normal;
	padding-left: 30px;
}

.sitemap .sitemap-item ul li:last-of-type {
	list-style: none;
}

.sitemap .sitemap-item ul li ul li {
	list-style: none;
	padding: 5px 0 5px 33px;
	border-left: 1px solid #D6D4D4;
	background: url(images/sitemap-horizontal.png) no-repeat left 15px transparent;
}

.sitemap .sitemap-item ul li ul li:last-of-type {
	border: medium none;
	background: url(images/sitemap-last.png) no-repeat 0 -4px transparent;
}

.sitemap .sitemap-item ul li ul li ul li ul {
	padding-left: 15px;
}





/*******************************************/
/************** BOTTOM MENUS ***************/
/*******************************************/

#panel_second .container {
	padding: 40px;
}

#panel_second .container .row > div {
	display: flex;
    justify-content: center;
}






/*******************************************/
/***************** FOOTER ******************/
/*******************************************/

#footer {
  /* background-color: #3c4043; */
  /* border-top: 1px solid #d6d6d6; */
  padding: 30px 0 20px 0;
  
}

#footer #block-copyright {
	text-align: center;
	width: 100%;
}



/**************************************************/
/************* DIFERENT WIDTH @media **************/
/**************************************************/

/* ------------------ STRANKY ------------------- */

/* --- ELEKTRONIKA --- */

/* RX2SIM */
@media (max-width: 991px) {
	img.rx2sim-img2 {
		float: none;
	}
}

/* MICROBEAST */
@media (max-width: 991px) {
	.nanobeast-img {
		float: none;
	}
}

/* ------------------ VIEWS ------------------- */

/* --- View obchody --- */
@media (max-width: 991px) {
	.modelarske-obchody-wrapper {
		display: inherit;
	}
	
	.modelarske-obchody-wrapper > div {
		width: auto;
		margin-bottom: 15px;
	}
}

/* --- View vyrobcovia --- */
@media (max-width: 991px) {
	.vyrobcovia-wrapper {
		display: inherit;
	}
	
	.vyrobcovia-wrapper > div {
		width: auto;
		margin-bottom: 15px;
	}
}

/* --- View Modelarske Fora --- */

@media (max-width: 991px) {
	.modelarske-fora-wrapper {
		display: inherit;
	}
	
	.modelarske-fora-wrapper > div {
		width: auto;
		margin-bottom: 15px;
	}
}


/* ------------------ MENUS ------------------- */

/* --- Bottom Menus --- */
@media (max-width: 991px) {
	#panel_second .container .row > div {
		display: inherit;
	}
}