/* Primary style */

/*paul mod - resetare alte stiluri*/
/*@import url("reset.css");*/


*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-color: #ffffff;
  /*paul mod - se mareste distanta intre randuri*/
  line-height: 1.5;

}

body::after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: #1a93de;
  text-decoration: none;
}

a.bootstrap-button {
    border: 0 none;
    border-radius: 2px;
    color: white;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    background: #002D56;
    /*paul mod - butonul mai jos*/
    margin-top: 10px;
   
}

a.bootstrap-button:hover {
    background: #1a93de;
    text-decoration: none;
}


/*paul mod - buton modificat - asezat pe linie cu alte obiecte - centrat vertical*/
a.bootstrap-button_p {
    border: 0 none;
    border-radius: 2px;
    color: white;
    display: inline;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    background: #002D56;
    /*paul mod - butonul mai jos*/
    /*margin-top: 10px;*/
   
}

a.bootstrap-button_p:hover {
    background: #1a93de;
    text-decoration: none;
    
}


p {
	color: #333;
	margin: 10px 0;
	/*line-height: 1.35;*/
       /*paul mod - se mareste distanta intre randuri*/
       line-height: 1.5;
}

div {
	color: #333;
	/*line-height: 1.35;*/
       /*paul mod - se mareste distanta intre randuri*/
       line-height: 1.5;

}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
/* Home Page Carousel */
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item p {
    background-color: #333;
    bottom: 0;
    box-sizing: border-box;
    color: white;
    left: 0;
    margin: 0;
    opacity: 0.7;
    padding: 5px;
    position: absolute;
    width: 100%;
	cursor: pointer;
}

/* Widget list */
.widget-list li {
	overflow: hidden;
	padding: 4px 0;
	/*border-bottom: 1px solid #eee;*/
       /*paul mod - tragea linii orizontale*/
       border-bottom: 1px none #eee;
}

.widget-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}

.widget-list li a {
	display: block;
	width: 100%;
	overflow: hidden;
    color: #333;
    transition: all 0.2s linear 0s;
}

.widget-list li a:hover {
    color: #105cb6;
    text-decoration: none !important;
}

.widget-list li a img {
	border: 0 none;
	padding: 2px;
	background: white;
	border: 1px solid #d5d5d5;
    margin-right: 8px;
    vertical-align: middle;
	clear: both;
    float: left;
}

.widget-list li a span {
	display: block;
    overflow: hidden;
    white-space: normal;
	line-height: 1.35;
}

.widget-list li a div.data-comunicat {
    margin-right: 8px;
	clear: both;
    float: left;
    background: #002D56;
    color:  white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 4px 8px;
    line-height: 1;
}

.widget-list li a div.data-comunicat span {
    font-size: 14px;
    font-weight: normal;
}

/* Widget about */
.widget-about {
    background: #f0f0f0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    margin: 10px 0 5px 0;
    padding: 8px 0;
    line-height: 1.5;
}

.widget-form {
    background: #f0f0f0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    margin: 10px 0 5px 0;
    padding: 8px 0;
    line-height: 1.5;
}


/*foto*/
.autodim-card {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
        
.autodim-card-photo {
    background-position: 50% center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

/*paul mod - foto inalte*/
.autodim-card-photo_inalt {
    background-position: 50% center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
.autodim-card-photo_inalt {
    height:200px;
 }
}

        
.autodim-info {
    margin: 0;
    padding: 6px;
    font-size: 16px;
    line-height: 2;
    color: #808080;
}

.autodim-address {
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.autodim-price {
    background: #fc6355;
    color: white;
    border: 0 none;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    padding: 4px 8px;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.autodim-price sup {
    font-size:12px;
    font-weight: normal;
}

.autodim-rank {
    background: #003580;
    color: white;
    border: 0 none;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    padding: 4px 8px;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.autodim-rank sup {
    font-size:12px;
    font-weight: normal;
}

.autodim-footer {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #f6f7f8;
    border-top: 1px solid #e9eaed;
}

.autodim-footer a {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-color: #cccccc #c5c6c8 #b6b7b9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4e5665;
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}

.autodim-footer a:hover {
    background-color: #e5e5e5;
}

a.autodim-page {
    background: white;
    padding: 4px 12px;
    border-radius: 3px;
    margin: 3px;
    text-decoration: none;
    color: #444650;
    border: 1px solid #dedede;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
}

a.autodim-page:hover {
    background: #d5d5d5;
    border: 1px solid #999;
}

a.autodim-page-selected {
    background: #d5d5d5;
    border: 1px solid #999;
}

.feature-icon {
    margin-right: 8px;
    vertical-align: middle;
    width: 18px;
}

/*paul mod - data calendaristica - in patrat bleumarin*/
.pdate {
    background: #002D56 none repeat scroll 0 0;
    border: 0 none;
    top: 0;
    /*culoare scris*/
    color:  white;
    font-size: 24px;
    font-weight: bold;
    /*right: 20px;*/
    /*left:20px;*/
    padding: 4px 8px;
   position: absolute;
    text-align: right;
    width: auto;
    text-align: center;
    line-height: 1;
}

.pdate span {
            font-size: 14px;
            font-weight: normal;
}

a.negru {
    color: black;
}

audio {
    width: 100%;
}

/* CSS 2018 by Ovidiu Isac */
.so-container {
	width: 100%;
	padding: 0;
	display: inline-block;
}
.so-container .col3 {
	float: left;
	width: 33.33333%;
	padding: 10px;
	position: relative;
}
.so-container .col3:nth-child(3n+1) {
	clear: left;
}

.order {
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.order .date-order {
  clear: both;
  float: left;
  margin-right: 15px;
  background: #002D56;
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  border-radius: 2px;
}
.order .detail {
  display: block;
  overflow: hidden;
  white-space: normal;
}

.clearfix {
  margin-top: 0;
  margin-bottom: 0;
}

.tag {
    background: #002D56;
    color: white;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 13px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 640px) {
	.so-container .col3 {
    width: 100%;
		clear: both;
		padding: 10px 0;
	}
}