/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015.11.24., 13:31:12
    Author     : Rimóczi Károly
*/


.subscribe_email {
	border: solid 1px #B8B8B8;
	border-radius: 6px;
	outline: none;
	height: 35px;
	padding-left: 10px;
	width: 100%;
	padding-right: 40px;
        margin-bottom: 8px;
}

.subscribe_email:focus {
	border-color: #1E77D2;
}

#subscribe {
	margin-top: -10px;
	margin-bottom: 2px;
	position: relative;
}

.news_submit {
	position: absolute;
	bottom: -5px;
        right: 5px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border: none;
	background-color: #1E77D2;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

#site header nav ul li a:before {
        left: 0px !important;
}

blockquote p {
    font-size: 17.5px;
}

.succesSubscribeMessage p {
    position: absolute;
}