.logo{
	margin:0 0px auto;
}

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

.chargeback {
	font-family: 'Lora', serif;
	color:#006600;
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
	text-shadow: 2px 3px 2px #bcbcbc;
}


#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: #006600; /* Old browsers */
background: -moz-linear-gradient(top, #006600 0%, #006600 33%, #0e7d0e 67%, #1e931e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006600), color-stop(33%,#006600), color-stop(67%,#0e7d0e), color-stop(100%,#1e931e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #006600 0%,#006600 33%,#0e7d0e 67%,#1e931e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #006600 0%,#006600 33%,#0e7d0e 67%,#1e931e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #006600 0%,#006600 33%,#0e7d0e 67%,#1e931e 100%); /* IE10+ */
background: linear-gradient(to bottom, #006600 0%,#006600 33%,#0e7d0e 67%,#1e931e 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; }
}
