@import url('rwd_small.css');
@import url('rwd_medium.css');
@import url('rwd_large.css');

.clearBoth {
	clear: both;
}

@font-face{
	font-family:"MontserratR";
	src:url("../font/Montserrat-Regular.eot") format("embedded-opentype"),url("../font/Montserrat-Regular.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"DaxWebPro";
	src:url("../font/DaxWebPro.eot");
	src:url("../font/DaxWebPro.eot?#iefix") format("embedded-opentype"),url("../font/DaxWebPro.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"DaxWebPro-Light";
	src:url("../font/DaxWebPro-Light.eot");
	src:url("../font/DaxWebPro-Light.eot?#iefix") format("embedded-opentype"),url("../font/DaxWebPro-Light.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"DaxWebPro-Medi";
	src:url("../font/DaxWebPro-Medi.eot");
	src:url("../font/DaxWebPro-Medi.eot?#iefix") format("embedded-opentype"),url("../font/DaxWebPro-Medi.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"DaxWebPro-Xbold";
	src:url("../font/DaxWebPro-Xbold.eot");
	src:url("../font/DaxWebPro-Xbold.eot?#iefix") format("embedded-opentype"),url("../font/DaxWebPro-Xbold.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "DaxWebPro",Arial,sans-serif;*/
	font-family: "MontserratR", Arial, sans-serif;
}

#layout1, #layout2, #layout3 {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	z-index: 2200;
}
#layout1 {
	background-color: grey;	
}
#layout2 {
	background-color: lightblue;
}
#layout3 {
	background-color: yellow;
}

#header {
	/* background-image: url('../img/main_menu/bottom_shadow.png'); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom; */
}

.headerWrapper {
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15); 
	position: relative;
   	z-index: 99;
}

/* --------------------------------------------------------- */
.typeahead li a {
	text-align: left
}
.typeahead li a strong {
	color: green;
}
/* --------------------------------------------------------- */
.videoLayer,
.videoLayerV {
	display: none;
	background-color: black;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	opacity: .8
}
.videoLayerV {
	position: absolute;
/* 	top: 20px; */
	opacity: 1;
}
/* --------------------------------------------------------- */
.mainBox2h .dateLocation,
.mainBox2v .content.c2 .dateLocation,
.mainBox1 .dateLocation,
.mainBox2v .c1 .dateLocation {
	color: black;
}

.artTags {
	color: grey;
	font-size: 12px;
	margin-top: 20px;
}

.artTags a {
	text-decoration: none;
	color: grey;
}
.artTags a:hover {
	text-decoration: underline;
}

.modalLoader {
	/* display: none; */
	background-color: black;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 540;
	opacity: .8;
}
#modal {
	background: #FFF;
	width: 300px;
	height: 100px;
	text-align: center;
	padding: 1.5em;
	border: 0;
	border-top: 5px solid #69c773;
	box-shadow: 0 2px 10px rgba(0,0,0,0.8);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	z-index: 2041;
}

#modal button {
	display: inline-block;
	border-radius: 3px;
	border: none;
	font-size: 0.9rem;
	padding: 0.4rem 0.8em;
	background: #69c773;
	border-bottom: 1px solid #498b50;
	color: white;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	margin: 0 0.25rem;
	text-align: center;
}

#modal #close {
	cursor: pointer;
}

.art_main_text img {
	max-width: 100%;
	height: 100%
}

.companyCustomBtn span {
	display: none;
}

.companyCustomBtn {
	background-image: url("../img/aboutCompany/aboutCompanyBtnArrow.png");
	background-repeat: no-repeat;
	background-position: right 15px center
}

.srchResRight .linkTxtDecor:hover {
	text-decoration: underline;
}

.txt2html, .art_main_textTitle {
	display: none;
}

.smallButtons  {
	margin-bottom: -65px;
	cursor: default;
}

.smallButtons span {
	border-radius: 50%;
	width: 15px !important;
	height: 15px !important;
	display: block;
	border: 1px solid lightgrey
}

.shareBoxV2 > div {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 4px;
}

.share2FacebookV2 {
	background-size: 20px 20px;
}

.share2TwitterV2 {
	background-size: 20px 21px;
}

.share2Mail {
	background-size: 20px 21px;
}

.mainBox1 .descr,
.mainBox2v .descr,
.mainBox2h .descr {
	margin-bottom: 10px;
}