body {
	font-family: 'Exo 2',Arial;
	background: #fff url(/images/bg.jpg) fixed no-repeat center top!important;
}

h1, h2, h3, h4, h5 {

}

hr {
color: orange;
background: orange;
width: 100%;
height: 5px;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.navbar-brand {
	margin-top: -16px;
}

.navbar-text {
	margin-left: 14px;
	font-size: 16px!important;
}

.navbar-inverse {
	font-size: 18px!important;
	background: #f58f00;
}

.navbar-inverse a {
	background: #f58f00;
	color: white!important;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.logo {
		margin-top: 6px;
		max-height: 40px;	
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px!important;
		padding: 16px 8px 0px 8px;
	}
}

/*.glyphicon-signal {
line-height:50px;
font-size:38px;
vertical-align:middle;
-webkit-animation: pulse 2s infinite alternate;
}

@-webkit-keyframes pulse { 
0% {color: #000000;} 
20% {color: #ff0000;} 
40% {color: #b80000;} 
60% {color: #ef0000;} 
80% {color: #d40000;} 
100% {color: #b80000;} 

}*/

.dropdown-menu {
	font-size: 16px!important;
	background: #ffffff!important;
}
a.dropdown-toggle {
	font-size: 20px;
}

.dropdown-menu > li > a {
	background: #ffffff;
	color: #999!important;
}

.lead {
	font-size: 16px;
	font-weight: bold;
}

.slide-image {
  width: 100%;
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}

.thumbnail img {
  width: 100%;
}

.ratings {
  color: #d17581;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail {
  padding: 0;
  border:0;
  background: transparent!important;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

footer {
  margin: 50px 0;
}



#img {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 720px!important;
    border-radius: 30px;
}

