@charset "utf-8";
/* CSS Document */
/* COLOR 

#EBF5FF
#D3DCE6
#B0B8BF
#333333
#575757

font-family: 'Montserrat Alternates', sans-serif;		szöveg
font-family: 'Dancing Script', cursive;					inézet
font-family: 'Barlow Semi Condensed', sans-serif; 		magyarázat
font-family: 'Rajdhani', sans-serif;					vékony magyarázat
font-family: 'Caveat', cursive;

*/

*{font-family:  'Montserrat Alternates', sans-serif; user-select:none}
html{}
body{
	height:100%;
	width:100%;
	/*
	background:url(../img/bg_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	*/
	background-color:#FFF;
	color: #333333;
    text-align: justify;
    font-size: 16px;
	}
header{
	width:100%;
	max-height:100%;
	display:inline-block;
	}



.palyazat_logo{
    position: fixed;
    top:85px;
    right: 0;
    float: right;
    display: inline-block;
    z-index: 1000;
}.palyazat_logo img{
    width: auto;
    height: 200px;
    }
.img_fb {
    max-width: 25px;
    margin-left: 5px;
}
.img_fb:hover {
    opacity: 0.8;
    transition:0.3s;
}
#header_title{
	width:100%;
	height: 100%;
	text-align: center;
	margin-top: 200px;
}
#header_title h1{
	font-size:80px;
	color: #fff;
	font-family:'Dancing Script', cursive;
}
#header_title p{
	font-size: 30px;
	letter-spacing: 3px;
	color: #fff;
	font-family:'Dancing Script', cursive;
}


img{
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	
}


.border_p {
	border-left:4px solid #b20b08
}



#nav_head{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:25px;
	background-color:#fff;
	display:inline-block;
	z-index:500;
	}
	.nav_head_left{
		float:left;
		padding-top:1px;
		}
		.nav_head_left a{
			color:#575757 ;
			font-size:12px;
			text-decoration:none;
            float: left;
            padding: 3px 2px;
			font-family: 'Barlow Semi Condensed', sans-serif;
			}
	.nav_head_right{
		float:right;
		display:inline-block;			
		padding-top:2px;
        margin-right:5px;
		}
		.nav_head_right a{
			float:right;
			color:#1a478a ;
			padding-right:3px;
			font-size:22px;
			}
.head_slide {
	width:100%;
	height:300px;
	overflow:hidden
	}
#nav{
    position: fixed;
    margin-top: 24px;
	background-color:#fff;
	width:100%;
	height:50px;
	box-shadow:0px 0px 3px #999;
	transition: 0.3s;
    z-index:400;

}
nav{
	display:inline-block;
	width:100%;
	}
#nav_logo{float:left; display:inline-block;}
#nav_logo img{
	float:left; 
	display:inline-block; 
	max-height:60px;    
	max-width: 300px;
    padding-top: 15px;
}
.text_logo{
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
    padding: 0px;
    margin-top: 5px;
	cursor:pointer;
}
.title_logo {max-width:300px;  border-radius:5px; padding: 30px 0px 0px 0px;}
.icon-menu-1 {
    font-size:40px;
    color:#333333
}
.navbar-toggle {
    margin:0;
    padding-top: 10px;
    position: relative;
    float: right;
    padding: 3px 3px;
    margin-bottom: 5px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
	margin-right: -20px;
	
	
}
nav ul{
	display:inline-block;
	padding:15px 10px 5px 10px; 
	float:right;
	margin:0;
	}
nav ul li{
	float:left;
	padding:0px;
	margin-top:0px;
	margin-left:20px;
	cursor:pointer;
	color:#575757;
    list-style: none;
	}
	nav ul li:first-child{
		list-style-type:none;
	}

nav ul li a{
	font-size:16px;
	color:#575757;
	text-decoration:none;
	transition:0.3s;
	padding: 13px 3px;
	border-bottom:2px solid #fff;
	font-family: 'Montserrat Alternates', sans-serif;
	letter-spacing: 0px;
	}
	nav ul li a:hover{color:#000000;text-decoration:none;border-bottom:2px solid #575757}



.overlay-content button, .overlay-content2 button {
  background-color: #fff;
    color: #575757;
    padding: 0px;
  border: none;
  cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
	
}

.dropbtn, .dropbtn2 {
	background-color: #fff;
    color: #575757;
    padding: 5px;
	border: none;
	cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;

	
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus, .dropbtn2:hover, .dropbtn2:focus {
  color:#000000;text-decoration:none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown, .dropdown2 {
  position: relative;
  display: inline-block;padding: 5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content{

  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	
}
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a, .dropdown-content2 a {
  padding: 10px;
  text-decoration: none;
  display: block;
	background-color: #fff
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #F5F5F5; color: #0D0D0D}
.dropdown-content2 a:hover {background-color: #F5F5F5; color: #0D0D0D}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;

  border: 1px solid #888;

    overflow: scroll;
    scroll-behavior: auto;
    overflow-x: auto;
    height: auto;

}
.modal-body {
    padding:15px 0px;
}

	div#modal-content::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(228,228,228,0.5)
		}
	
	div#modal-content::-webkit-scrollbar { 
		width: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	div#modal-content::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(56,56,56,0.2)
		}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;

  font-size: 24px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close_2 {
	color: #ddd;
    opacity: 0.9;
    font-size: 40px;
    margin: -3px 0px 0px -9px;	
}

.slideshow{
    position: relative;
    width:100%;
    height: 100%;
    display:inline-block;
}
.slide_cont{
    text-align: center;
    padding-top:150px;;
}
.slide_cont_img{
    
}
.slide_cont_img img{
    max-width: 120%;
    margin-top:30px;
}
.slide_cont h1{
    font-size:45px; 
    color:#fff ;
    margin:20px 0px 0px 0px;
}
.slide_cont h2{
    font-size:25px;
    color:#fff ;
    margin:0;
    padding: 10px 0px;
}
.slide_cont h3{
    font-size:28px;
     color:#575757
}
.slide_cont p{
    font-size:20px;
    color:#fff ;
}
.slide_cont a{
    font-size:18px;
    color:#fff;
    width: auto;
    margin-right: 10px;
    padding: 10px 20px;
}
.slide_cont a i{
    font-size: 20px;
}
section{
    
}
.sec_1{

	}
 #resz4, #resz7, #resz10, #resz12{
    margin-top: 50px;
    margin-bottom:50px;
}
#resz14, #resz2  {margin-bottom:50px;}
.parallax_logo_box{
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0px;

    }
    .parallax_logo{
        margin-top: 0px;
        max-width: 300px;
        border-radius: 5px;

        
    }
.teljesalak{

    width:300px;
}
.col_hr {
	float:left;
	width:100%;
	border:0.5px solid #575757;
	}
		


.wrapper{
	padding: 10px 0px 0px 0px;
	}
	.wrapper_head_afsz {
		float:left;
		margin-top:100px;
		width:100%;
		}
	.wrapper_head_afsz h3{
		text-align:center;
	}
	.wrapper_head{
		padding-top: 10px;
		padding-bottom:20px;
		}
		.wrapper_head h3{
            max-width: 100%;
			text-align:center;
			padding:10px 0px 30px 0px;
            margin-bottom:30px;
			color:#575757;
            border-bottom: 2px solid #333333;
			font-family: 'Montserrat Alternates', sans-serif;
			
			}
		.wrapper_head h4{
			text-align:center;
			font-family:'Dancing Script', cursive;	
			font-size: 36px;
			margin:0;
		}
		.wrapper_head p{
			font-size: 20px;
			margin:0;
			text-align:center;
			font-family: 'Rajdhani', sans-serif;
		}
	.wrapper_content_afsz {
		display:inline-block;
		}
	.wrapper_content{
		width: 100%;
		display: inline-block;		
		}
	.wrapper_content_afsz p{
			float:left;
            width: 100%;
            font-size: 12px;
			padding:5px 0px;
		}
		.wrapper_content p{
			float:left;
            width: 100%;
            font-size: 18px;
			padding:5px 0px;
			}
			.wrapper_content p a{
				color:#333333;
				}
				.wrapper_content p a:hover{
					color:#333333;
				}
			.wrapper_content p i{
				font-size:22px;
				float:left;
				padding:0px 10px;
				color:#575757;
				}
		.wrapper_content_afsz h4{
			float:left;
			width:100%;
			padding-left:5px;
			border-left:3px solid #333333;
			color:#575757;
            font-size: 20px;
			}
		.wrapper_content h4{
			float:left;
			width:100%;
			padding-left:5px;
			border-left:3px solid #333333;
			color:#575757;
            font-size: 20px;
			}
		.wrapper_content ul{
			float:left;
            padding-left:40px;
			}
			.wrapper_content ul li{
				}
		.wrapper_content span{
			}
            .wrapper_content span i{
                }
		.wrapper_content img{
            width: 100%;
			}
.sep{
	width:100%;
	float:left;
	display: grid;
	padding:30px 0px;
	}
	.sep img{
		margin:0 auto;
		max-width:100%;
		}


.szolg_box{
    width:100%;
    float: left;
    display: block;
    padding-bottom:50px; 

    }
.szolg_box h4{
    font-size: 24px;
    margin-top: 0px;
}
.szolg_box h5{
    font-size: 12px;
}    
.szolg_box a{}
.szolg_box a i{}
.szolg_box_header{
    
}
.szolg_box_img{}
.szolg_box_img img{
    max-width: 100%;
    width: 100%;
}
.content_img {
    width:100%;
}

.szolg_box_content{}
.szolg_box_content p{
    height: 90px;

    overflow: hidden;
}
.szolg_box_contentbox {
    padding:5px;
}












.list_box{
	position: relative;
	padding:10px ;
	display: inline-block;
}
.list_box a{
	cursor: pointer;
	display: inline-block;
	
}
.list_img{
	display: inline-block;
	min-width: 100%;
	margin: 0px 5px;
	transition: 0.2s;
}
.list_img:hover{
	box-shadow: 2px 2px 5px #666;
}
.list_img img{
min-width:100%;
	
}
.list_title{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #222;
	opacity: 0.2;

	
}
.list_title h3{
	text-align:left;
	float: left;
	font-size: 18px;
	color:#fff;
	padding-left: 10px;
	margin: 10px 0px;
}
.shape {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	color: #000;
	opacity: 0.5;
	z-index: 100;
}













.contact_box {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}
.contact {
	display:inline-block;
	width:700px;
	max-width:100%;
	padding:5px;
	background-color: rgba(255,255,255,0.8);
	border-radius:7px;
	box-shadow:1px 1px 3px #999;
	margin:0px;
	}
.contact h2{
    margin:10px 0px;
}
.contact h3 {
    margin:0;
    padding:10px;
	font-size:20px;
	letter-spacing: 2px;
	
}

.contact h4{
	color:#333333;
	font-size:26px;
}

.contact h3{
	color:#575757

}
.contact_content{
	float:left;
	width:100%;
	padding:10px;
	}
	.contact_content p{
		float:left;
		padding-top:2px;
		width: 100%;
		text-align: left;
		}
	.contact_content p i{
		float:left;
		text-align: center;
		color: #333333 
		}
	.contact_content a{
		width:100%;
		float:left
		}
	.contact_content i{
		float:right;
		color: #333333}
	.contact_img{
		width:25%;
		float:left
		}
		.contact_img img{
			width:100%;
			border-radius:1000px;
			border:3px solid #fff;
			}
	.timi_content{
		width:75%;
		float:left;
		
		}
	.timi_content p{
        font-size: 22px;
}

    .timi_contact{
        margin-top:150px;
        }
			
			
	
	
	

			
.social_icon {
	width:20%;
	float:left;
	}
.social_icon a {
	font-size:80px;
	cursor:pointer;
	color:#333333;
	transition:0.3s;
	}
	.social_icon a:hover {
        color:#91969B;
	}
.social_word {
	width:80%;
	float:left;
	display:inline-block
	}
.social_word p {
	width:100%;
	float:left;
	color:#333333;
	margin:0;
	padding:0;
	}
.social_word p i{
	font-size:26px;
    letter-spacing: 1.3px;
	}
.social_word p i a{
	color:#333333;
	cursor:pointer;
	transition:0.3s;text-align: left
	}
	.social_word p i a:hover{
		color: #91969B;
		}
	
	
.user_ref {
}	
.owl-prev, .owl-next{
    width:100px;
    min-width: 100px;
}
.user_ref_header{
    margin-top:100px;
	}
.user_ref_header h4{
	text-align:center;
	font-family: 'Dancing Script', cursive; 
	color:#fff;
	padding:20px 0px;
	font-size:30px;
	}
.user_ref_content {
	display:block;
	}

.marketing {
	width:800px;
	max-width:100%;
	margin:0 auto;
	padding-top:150px;
	text-align:center;
	}
.marketing h3{
	color:#575757;
	font-size:22px;
}
.item {
	background-color: rgba(255,255,255,0.7);
	border-radius:20px;
	padding:20px;
	}

		
.contact_kapcsolat {
	display:inline-block;
	width:600px;
	max-width:100%;
	padding:10px;
	background-color:#fff;
	border-radius:15px;
	box-shadow:2px 2px 5px #f2f2f2;
	border: 2px solid #ddd;
	margin:30px auto;
	}
.contact_kapcsolat img {
	width:30%;
	height:100%;
	border:3px solid #fff;
	box-shadow:1px 1px 3px #999;
	float:left;
	border-radius:150px;
	}
	.contact_content_kapcsolat {
		width:70%;
		float:left;
		text-align:left;
		display:inline-block
		}
		.contact_content_kapcsolat p{
			padding-left:10px;
			margin-top:5px;
			float:left;
            font-size: 24px;
            color: #333333;
		}
		.contact_content_kapcsolat p a{
			text-align:left;
			color:#333333;
			display:inline-block;
            padding-left:10px;
            font-size:22px;

		}

		.contact_content_kapcsolat span {}
		.contact_content_kapcsolat span a{
			color:rgba(122,122,122,1);
			cursor:pointer;
			text-decoration:none;
			}

/* GALÉRIA.PHP */
.portfolio_header {
    text-align: center;
    padding-top: 30px;
}


.galery1-section{
	width:100%;
	min-height:500px;
	height:100%;
	padding:20px 0px;
	}
	

.galery2-section{
	width:100%;
	min-height:300px;
	height:100%;
	background:#FFF;
	padding:50px 0px;
	}

/*----------------------------------------------------------------*/	
.circle_img{
    border-radius: 1000px;
    border: 3px solid #fff;
    box-shadow: 1px 3px 10px #333333;
    margin: 20px auto;
    display:block;
    
}
.btn {
	color:#b20b08;
	border:2px solid #fff;
	transition:0.3s;
    font-size: 18px;
    padding: 6px 18px;
    border-radius: 5px;font-weight: bold;
	}
	.btn:hover {
		color:#fff;
		background-color:#b20b08;

        transition:0.3s;
		}
.btn_1 {
	color:#b20b08;
	border:2px solid #b20b08;
	border-radius:5px;
	transition:0.3s;
	background: #fff;
    font-size: 18px;
    padding: 7px 18px;
	cursor:pointer
	}
	.btn_1:hover {
		color:#fff;
		background-color:#b20b08;
        border-color: #b20b08;
		}
.wrapper_content_btn{
	width:100%;
	padding: 10px;
	text-align: center;
	display: inline-block;
}
		
button.close {
    position:absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
}
/* FELUGRÓ */
#button-up {
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:1500;
	border-radius:100px
	}
	#button-up i {
		font-size:40px;
        color: #333333;
        opacity: 0.6;
		transition:0.3s;
		cursor:pointer
	}
	#button-up i:hover {
		color:#575757 ;
        opacity: 0.8;
		transition:0.2s;
	}
/*Felhasználási feltételek*/
.user_info {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	background: rgba(255,255,255,1);
	color:#777;
	display: inline-block;
	z-index:2000;
	transition:1s;
	box-shadow:0px 0px 1px #999;
	}
	.user_info a {
		padding-left:10px;
		float:left;
		margin-top:8px;
		color:#777;
		font-size:14px;
	}
	.user_info p {
		padding:5px 10px 5px 40px;
		margin:5px;
		float:left;
		font-size:12px;
	}
	.user_info form {
		float:left
	}
	.user_info button {
	}









.form-group{
	padding: 10px;
}
.form-group input{

	border-radius:5px;
}

.form-group label{
	
}


.form-group_box1{}
.form-group_box1 label{
	margin-top: 10px;
	
}
.form-group_box1 input{
	width:100%;
	padding: 7px 5px;
}


.form-group_box2{}
.form-group_box2 input{}


.form-group_box3{
	width:100%; 
	float: left;
	padding: 10px;
	display: inline-block;
	text-align:center;
}
.form-group_box3 a{
	color:#111	
}

.form-group_box3 a:hover{
	color:#575757;
	text-decoration: underline;
	cursor:pointer
}
.form-group_box3 label{
	float: left;
	text-align: left;
}
.form-group_box3 p{
	text-align: left;
	padding: 8px;
	font-size: 12px;

}
.form-group_box3 input{
	margin: 10px;
	padding: 5px 15px;
	background-color:#fff;
	border:1px solid #575757;
	color: #575757;


	
}
.form-group_box3 input:hover{
	cursor:pointer;
	background-color:#575757;
	color: #fff
}
.form-group_box3 textarea{
	padding: 10px;
}


.jovahagy{
	min-width:100%; 
	height: 100%;
	display: inline; 
	
}


.checkbox{
	padding:1px;
}










.btn_cookie {
	margin:5px;
	padding:3px;
	float:left;
	margin-left:10px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,0.5);
	border-radius:5px;
	transition:0.2s;
	font-size:14px;
	}
	.btn_cookie:hover {
		color:#fff;
		background-color:#333333;
		}
.info_span{
	position:fixed;
	left:0;
	bottom:0;
	width:25px;
	height:25px;
	margin-bottom:5px;
	z-index:2200;
	opacity:0.8;
	}
	.info_span:hover{
		opacity:1;
	}
.info_span span{
	font-size:25px;
	color:#333333;
	cursor:pointer;
	z-index:1100;
	}

.info_body{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	background-color:rgba(255,255,255,0.9);
	transition:1s;
	display:none;
	z-index:1500;
	box-shadow:0px -1px 3px #999;
	}
	.info_body a{
		float:left;
		margin:5px;
		font-size:12px;
        color: #333333;
        padding:5px;
        }
        .info_body a:hover{
            color: #575757;
        }

	.info_body p{
		font-size:12px;
		padding:5px;
		margin:5px;
		float:left;
		padding-left:40px;
		}
		
		

		
	.carousel {
		width:100%;
		height:100%;
		margin:0 auto;
		float:left;
		}
	.carousel-inner {
		width:100%;
		height:100%;
		margin:0 auto;		
		}
	.carousel-inner > .item img {
		width:100%;
		height:100%
		}
	.carousel-control ol {
		margin-top:50px;
		}
	.carousel-control {
		font-size:36px
		}
	.carousel-control span{
		position:absolute;
		top:50%;

		}
	.carousel-indicators .active {
		margin: 5px;
		width: 20px;
		height: 20px;
		background-color:#575757;
		}	
		
	.carousel-indicators li {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 5px;
		text-indent: -999px;
		border-radius: 20px;
		cursor: pointer;
		background-color: rgba(153,153,153,0.7);
		border:none;
		}
	.carousel-indicators {
		bottom: -50px;
		}
	
	.carousel-caption {
		position:absolute;
		top:60%;
		margin:120px auto;
		}

footer {
	margin-top:50px;
	background-color:#333333;
}
.footer_map{margin-top:-50px;padding-bottom:20px;}
.footer_social{
	background-color:#575757;
	width: 100%;
    height: 100%;
    display: flex;
}


.social_box {
	width:100%;
	height:100px;
	float:left;
	display:inline-block;
	
	}
	.social{
		display: inline-block;
		padding-top:20px;
		width:100%;
		margin:0 auto;
        text-align: center;
		}
		.social a{
			color:#fff;
			font-size:26px;
			text-align:center;
			cursor:pointer;
			}
		.social p{
			color:#fff;
			font-size:12px;
			text-align:center;
			cursor:pointer;
			}
		



/*========================*/

.error{
	Width:100%;
	height: 100%;
	display: inline;
}
.error_p{
	font-size: 14px;
	color: red;
	margin: 0px;
}
.succes_p {
	font-size: 14px;
	color: green;
	margin: 0px;
	
}
/*========================*/

.map {
	position:relative;
	}
.map:hover{
	cursor:pointer;
}
.map img{
	width: 100%;
	height: auto;
}
.destination {
	position: absolute;
	top:0%;
	left:0%;
	
	width:16px;
	height: 16px;
	background-color: red;
	border-radius: 16px;
}
.num_box {
	position:relative;
	text-align: center;
}
.destination p{
	color:#fff;
	top:-2px;
	left:3px;
	margin: 0;
	padding: 0;
	display: block;
	margin-top:-1px;
	font-size: 12px;
}

#window_wrapper{
	text-align: center;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: contents;
}
#window_wrapper p{
	font-size:18px;
	width: 100%;
	padding:10px 0px;

}

#window_wrapper img{
	max-width: 100%;cursor: pointer;
}
.shade{
	width:100%;
	background-color: rgba(0,0,0,0.60);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	z-index: 4000;
}

.magyarazat {
	font-family: 'Rajdhani', sans-serif;
	font-size: 14px;
}

.date_text {
	padding:10px 0px;
	
}




/*MODAL*/
.modal-header{
	padding:0px;
	background-color: #f2f2f2;
	color: #545454;
}

.modal-header h2{
	padding:15px ;
	margin:0px;
	color: #777777;
	font-size:18px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  max-width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}



#InfoModal {z-index:6000;}
/* Modal Content */
.modal-content{
	background-color: #fefefe;
	margin: auto;
    height: auto;
	border: 1px solid #888;
	padding: 0px;
	scroll-behavior: auto;
    overflow: hidden;

}

.modal-body {
    padding:15px 30px;
}
.modal-body ul{
    padding-left:10px;
}
.modal-body ul li{
    margin-left:10px;
}
.modal-body h4 {
	width: 100%;
    height: 100%;
    text-align: left;
    padding-left:5px;
}
.modal-body a {
	width: 100%;
    height: 100%;
    text-align: left;
    font-size: 13px;
}
.modal-body p{
	padding: 3px 5px;
	margin: 0px;
	font-size:14px;
	text-align: left;
	line-height: 1.5;
}
.modal-body .btn{
	margin:0px;
	outline: none;
}
.modal-footer{
	padding: 10px 30px;
	text-align: center
}
.modal-footer .input-container{
	text-align: center
}
.modal-footer .input-container a{
	width: 100%;
	text-align: center
}

nopadding{
	padding:0px;
}
.boxpadding {
	padding:10px 0px;
}

.welcome_box{}
.welcome_box h3{font-size: 17px; margin:5px 0px;}
.welcome_box h4{font-size: 16px;}



.modal {
    padding-top: 14px;
}





















