@import "http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

html, body {
	height: 100%;
	width: 100%;
	
}
.navbar {
	  background-color: #23415c;
	  margin-bottom: 0;
      z-index: 9999;
      border: 0;
      font-size: 12px;
      line-height: 1.42857143;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, Monospace;	
}
ul li a:before {
	content:'';
	width:0px;
	height:2px;
	background:#00bcd4;
	position: absolute;
	top:70%;
	left:-10%;
	transition: .5s;	
}
ul li:hover a:before {
	width: 50%;
	transform: translatex(100%);
}
	
.navbar-brand {
	min-height: 55px;
	padding: 0 15px 5px;
}
.navbar-default .navbar-nav li a {
	color: #D5D5D5;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active {
	color: #FFF;
}
#Főoldal {
	background: url(img/hatter.jpeg) no-repeat center center fixed;
	display: table;
	height: 85%;
	position: relative;
	width: 100%;
	background-size: cover;
	filter:contrast(150%);

}
#Rólunk {
	background: url(img/background1.jpg) ;
	color:white;
}
#Szolgáltatásaink {
	background: url(img/motoros4.jpg);
	
}

.cash span{
	display: block;
	font-size: 50px;
	
}
.landing-text h1 {
	font-size: 500%;
	font-weight: 700;
}

.padding {
	padding: 80px 0;
}
.padding img {
	width: 100%;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
  background: #212527;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
}

.entry-title {
  background: #212527;
  height: 140px;
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.entry-title>h3 {
  background: #4caf50;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #4caf50;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: white;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid black;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
  background: #212527;
}
.basic .entry-title > h3 {
  background: #3772aa;
}
.basic .price {
  background: #3772aa;
}
.standard .entry-title {
  background: #212527;
}
.standard .entry-title > h3 {
  background: #ff9800;
}
.standard .price {
  background: #ff9800;
}
.ultimite .entry-title > h3 {
  background: #d50000;
}
.ultimite .entry-title {
  background: #212527;
}
.ultimite .price {
  background: #d50000;
}

	

.text-container h1{
	font-size:50px;
	color: white;
}

.row {
	color:white;
	
}
.thumbnail{
	background-color:#000000 ;
	border:0;
}
.container-fluid{
	color:white;
}
.form-control{
	background-color:#212121;
	color: white;
	
}
.btn{
	background-color:#bdbdbd ;
	color:black;
	width:100%;
}
.btn:hover{
	color:#CC0000;
	
}
	

footer {
	width: 100%;
	background-color: #23415c;
	padding: 5% 5% 10% 5%;
	color: #FFF;
	padding: 0 15px 5px;
	
}

.fa {
	padding: 15px;
	font-size: 25px;
	color:#FFF;
	
}

footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #CC0000;
	  
}
  
.fa:hover {
	color: #CC0000;
	text-decoration: none;
	
}
.icon {
	max-height: 20px;
}
 
	 .landing-text h1 {
		 font-size: 300%;
	 }
	 .fa {
		 font-size: 20px;
		 padding: 10px;
	 }
	 .icon {
		 padding-top: 5%;
		 max-height: 100px;
	 }

	 
 }
 
