@charset "utf-8";
/* CSS Document */
/* Culori
rosu logo: #e61d25
gri logo: #7a7c7f
gri navbar: #eae9e9
gri navbar-text: #777777
gri navbar-text:hover: #333333
*/

/*.thumbnail{
background: #181818;
display: block;
padding:0px;
}*/

body {
	padding-top:70px;	
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
	color:#676767;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', 'Open Sans', Helvetica, Arial, sans-serif;
}

.carousel-caption {
	padding-bottom:0px;
	margin-bottom:0px;
}

.carousel-control.right:hover {
	background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.1) 100%);
}

.carousel-control.left:hover {
	background-image:linear-gradient(to right,rgba(0,0,0,0.1) 0,rgba(0,0,0,0.0001) 100%);
}

.carousel-control.left, .carousel-control.right {
	background-image:none;
	font-size:2em;
}

.carousel .item {
	-webkit-transition: opacity 2s; 
	-moz-transition: opacity 2s; 
	-ms-transition: opacity 2s; 
	-o-transition: opacity 2s; 
	transition: opacity 2s;
}


.carousel .active.left, .carousel .active.right {
	left:0;
	opacity:0;	
	z-index:2;
}
	
.carousel .next, .carousel .prev {
	left:0;
	opacity:1;
	z-index:1;
}

.btn {
	margin-bottom:0.5em;
}

.btn-success {
	background-color:#eae9e9;
	border-color:#7a7c7f;
	color:#777777;
	font-weight:bold;
}

.btn-success:active, .btn-success:focus {
	background-color:#eae9e9;
	border-color:#7a7c7f;
	color:#333333;
}

.btn-success:hover {
	color:#333333;
	background-color:#eae9e9;
	border-color:#7a7c7f;
}

.activ, .activ:focus, .activ:active, .activ:hover {
background-color:#e61d25; border-color:#e61d25; color:#ffffff; font-weight:bold;
}

.col-lg-3 {
	-webkit-transition: opacity 1.9s; 
	-moz-transition: opacity 1.9s; 
	-ms-transition: opacity 1.9s; 
	-o-transition: opacity 1.9s; 
	transition: opacity 1.9s;
}

@media(max-width:500px) {
.carousel-caption h3 {
	font-size:1.2em;	
	bottom:0px;
	margin-bottom:0px;
}
.carousel-indicators {
    display: none;
	visibility:hidden;
}
}

.carousel-indicators {
	bottom:5px;
	margin-bottom:0px;
}

.carousel-indicators li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
	
.responsive-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}

.responsive-container iframe { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
	z-index:1;
}

h1 {
margin-top:	0.4em;
margin-bottom:0.4em;
color:#e61d25;
font-size:1.7em;
}

h3 {
margin-top:	0.4em;
margin-bottom:0.4em;
color:#fff;
}

h2 {
margin-top:	0.4em;
margin-bottom:0.4em;
color:#e61d25;
border-bottom:dashed;
border-color:#eae9e9;
border-bottom-width:thin;
}

h4 {
margin-top:	0.4em;
margin-bottom:0.4em;
color:#777;
font-size:1.5em;
}

.jumbotron ~ div h4 {
	color: #e61d25;
}

h4 > a img {
	opacity: 0.7;	
}

.jumbotron {
	padding-top:1.5em;
	padding-bottom:2em;
	margin-bottom:0.5em;
}

.jumbotron img {
	margin-left: 1em;
}

.jumbotron + div div:first-child, .jumbotron + div div:nth-child(2)  {
	padding-top:1.3em;
}

.container.main {
	min-height: 800px;	
}
.container .jumbotron {
	padding-right:1.3em;
	padding-left:1.3em;
}

footer {
	background-color:#e61d25;
	color:#fff;
}

/*p {
	text-align:justify;
}*/

a {
	text-decoration:none;
	color:inherit;	
}

a:hover {
	text-decoration:none;
	color:inherit;	
}

li a[href="aplicatii.html"] {
	padding-left:30px; 
	padding-right:30px;
}

.navbar-brand {
  float: left;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
  padding-top:1px;
}

.navbar-default {
  background-color: #eae9e9;
  border-color:grey;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:2.4em;
  padding-right:2.4em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #e61d25;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.panel-default > .panel-heading {
	  background-color:#e61d25;
}

.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-body {
	padding:5px 5px;	
}

.panel:hover {
	background-color:#eae9e9;
}

ul.custom {
	padding-left:0.7em;
}
li.custom {
	list-style-type:none;
	text-align:justify;
	margin-bottom:0.5em;
}

.contact a:link {
	color:#e61d25;
}

::-moz-selection {
       background-color: #FF4040;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #FF4040;
       color: #fff;
}

ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
ul li {     
    list-style:none;
    margin-bottom:0px;           
}
ul li img {
    cursor: pointer;
}
ul li .thumbnail:hover {
    border-color:red;
}
.panel.galerie {
	background-color:#eee;
	margin-bottom:0px;
}

i span {
	color:#307be2;
}