.logo{
	margin:0 0px auto;
}

.red {color:#ff0000; font-weight: bold; font-size: 18px;
background-color:#FF0;
}

.highlight {
	font-weight: bold;
	color: #000000;
	font-size: 24px;
}
.ad2{
	background-color: #ed1b24;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center; 
    margin: auto;
	text-align: center;
}

#first-block, #second-block, #third-block, #fourth-block {
	text-align:center;
	padding:3.5em 0;
}
#carousel {
text-align:center;
background:#e5e5e5;
}
#first-block {
background:#fff;
}
#second-block {
background:#f5f5f5;
}
#third-block {
background:#fff;
}
#fourth-block {
background:#e5e5e5;
}
footer {
background: #103d67; /* Old browsers */
background: -moz-linear-gradient(top, #103d67 0%, #164e7b 33%, #1b5e90 67%, #1b5e90 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103d67), color-stop(33%,#164e7b), color-stop(67%,#1b5e90), color-stop(100%,#1b5e90)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #103d67 0%,#164e7b 33%,#1b5e90 67%,#1b5e90 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #103d67 0%,#164e7b 33%,#1b5e90 67%,#1b5e90 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #103d67 0%,#164e7b 33%,#1b5e90 67%,#1b5e90 100%); /* IE10+ */
background: linear-gradient(to bottom, #103d67 0%,#164e7b 33%,#1b5e90 67%,#1b5e90 100%); /* W3C */
padding:3.5em 0;
font-color: #FFFFFF
}

@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}