body {
	font-family: Georgia, Helvetica, serif;
	font-weight: 300;
	font-style: normal;
	color: #000066;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
	min-width: 1024px;
}

html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
}

.lato-style{
	font-family: 'Lato', Helvetica Neue, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.roboto-style{
	font-family: 'Roboto', Helvetica Neue, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
}


.titlu {
	background: url('../img/header_bkg_w.jpg') top center / cover no-repeat;
	height: 412px;
	padding: 0;
/* 	background: linear-gradient( #F80C0C 0%, #FF8C00 20%, #FFFF33 40%, #228B22 60%, #0000FF 80%, #4B0082 100%); */
}

.header_inaltul_ideal{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	border-radius: 0;
}

@keyframes showPage {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}

img {
  border-radius: 12px;
}

.page-contents{
	animation-name: showPage;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.3s;
}

.content{
	margin: 60px 0;
	padding: 0 120px;
	letter-spacing: 0.9px;
	font-size: 20px;
	line-height: 26px;
}

a {
	color: #3300ff;
	text-decoration: none;
}

.disclaimer {
	font-size: 16px;
	color: rgb(70,0,152);
	line-height: 26px;
	border: 0px solid transparent;
    border-top: 5px solid rgb(70,0,152);
    border-image: linear-gradient(to right, #F80C0C 0%, #FF8C00 20%, #FFFF33 40%,  #66ffff 60%, #9966ff 80%, #5900b3 100%);
	border-image-slice: 1;
}

.disclaimer a:hover{
	background-color: rgba(240,248,255,0.9);
}

.top-menu{
	top: 412px;
	background-color: white;
/* 	rgb(252,238,152); */
	letter-spacing: 1px;
	border: 0px solid transparent;
    border-bottom: 5px solid rgb(70,0,152);
    border-image: linear-gradient(to right, #F80C0C 0%, #FF8C00 20%, #FFFF33 40%, #66ffff 60%, #9966ff 80%, #5900b3 100%);
  
	border-image-slice: 1;
/*     box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12); */
}

.menu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	display: table;
}

.menu li {
    float: left !important;
}

.menu li a, .dropbtn {
    display: inline-block;
    color: rgb(70,0,152);
    font-weight: 500;
    text-align: center;
    padding: 14px 9px;
    text-decoration: none;
    
    border: 0px solid transparent;
    border-bottom: 1px solid transparent;

}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a:hover {
    border-bottom: 1px solid rgb(70,0,152);
    border-image: linear-gradient(to right, #F80C0C 0%, #FF8C00 20%, #FFFF33 40%, #228B22 60%, #0000FF 80%, #4B0082 100%);
	border-image-slice: 1;
}


li.dropdown .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu li a:hover, 
.dropdown-content a:hover {
	background-color: rgba(70,0,152,0.05);
}

.img_list_header{
	width: 80%;
	height: 80%;
}

.img_list_header_wide{
	width: 100%;
	height: 80%;
}

.show {display:block;}


/* MailChimp */
#mc_embed_signup{
	background:#fff; 
	clear:left; 
	font-size:30px; 
}
#mc_embed_signup .mc-subscribe{
	background: #6600cc !important;
	font-size:30px !important; 
}

#mc_embed_signup .mc-subscribe:hover{
	background: #9933ff !important; 
	
}

#mc_embed_signup input.email {
	font-size: 25px !important;
}

/*Accordion*/

.transition, .panel {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, .panel {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ac_titlu {
color: #000066;
box-shadow:0px 1px 2px 1px rgba(248, 176, 74, 0.75);
  font-size: 23px;
  line-height: 34px;
  font-weight: 550;
  letter-spacing: 1.6px;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.6s;
  background: linear-gradient(to bottom right, rgba(250,238,5,0.26) 20.86%, yellow 70.86%);
   }
 

.panel {
  color: #000066;
  background-color: rgba(248, 248, 255, 0.2);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 3000px;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  padding-left: 10px;
}

.ac_list {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.ac_list li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  text-align:justify;
}

.ac_list li:nth-of-type(1) {
  animation-delay: 0.75s;
}
.ac_list li:nth-of-type(2) {
  animation-delay: 1s;
}
.ac_list li:last-of-type {
  padding-bottom: 0;
}

.ac_list li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.ac_list li input[type=checkbox]:checked ~ .panel {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.ac_list li:hover input[type=checkbox] + .ac_titlu {
  background: #FFE14D;
}

div.galerry-contents {
	display: inline-table
} 

div.gallery, 
div.gallery-clear {
  margin: 10px;
  border: 1px solid rgba(117,  28,  199, 0.3);
  border-radius: 6px;
  float: left;
  width: 340px;
  padding:  6px;
}

div.gallery-clear {
  border: 1px solid transparent;
}

div.gallery:hover {
  border: 1px solid rgba(117,  28,  199, 0.62);
}

div.gallery img {
  width: 100%;
  height:210px;
}

div.desc {
  padding: 15px;
  text-align:center;
}

.img-addr-left {
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  vertical-align: top;
  width: 66%;
}
.img-addr-right {
  border-radius: 0px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  vertical-align: top;
  width: 33%;
}









