/*help*/
#help nav img{
	margin-top: 0 !important;
}
#help nav{
	height: 50px;
}
#screenshots{
	float: right;
}
#screenshots div{
	border: solid 1px black;
	margin: 10px;
	width: 30px;
	height: 30px;
	padding: 5px 0px 5px 9.6px;
	border-radius: 30px;

}
#screenshots div:hover{
	cursor: pointer;
	border: solid 1px #ccc;
}
#screenshots div.active{
	color: #ccc;
	border: solid 1px #ccc;
}
.explain > div{
	margin-top: 15px;
}
.explain div h4{
	margin-bottom: 0;
	font-weight: bold;
}
.explain div p{
	margin: 0;
}


.cards nav{
	padding-left: 0;
	margin-top: 10px;
}
.cards ul{
	margin: 0;
	padding: 0;
}
.cards nav li{
	list-style-type: none;
}
.cards nav li a{
	min-width: 220px;
	display: inline-block;
	text-decoration: none;
	color: black;
	background: #f5f5f5;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	padding: 7px;
}
.cards nav li a:hover{
	background: #f9f9f9;
}
.cards nav li a.select{
	background: white;
	border-right: solid 1px white;
}
.cards nav li a.game{
	border-left: solid 5px #04caed;
}
.cards nav li a.gps{
	border-left: solid 5px #93d925;
}
.cards nav li a.text{
	border-left: solid 5px #37474F;
}
/*other landings*/
.landing{
	height: 100%;
}

.landing .head{
	background: none !important;
}
.landing .screen img:hover{
	opacity: 0.9;
}
.landing .logo:hover{
	opacity: 0.7;
}

.landing .head h1{
    max-width: 800px;	
}

.landing .head p{
	font-size: 30px;
}


.logo{
	    display: inline-block;
    height: 60px;
    width: 280px;
    position: absolute;
    z-index: 30000000;
}
.pimlogo{
    height: 100px;
    width: 300px;
	padding-bottom: 20px;
}
#marcius_15{
	background: url("../img/landings/Than_Buda_ostroma.jpg") #fff no-repeat !important;
	background-size: 100% !important;
	background-position: top right !important;
}
@media only screen and (max-width: 970px){
	#marcius_15{
	background: url("../img/landings/Than_Buda_ostroma_mobile.jpg") #fff no-repeat !important;
	background-position: bottom !important;
}
} 

#liget{
	background: url("../img/landings/liget.jpg") #fff no-repeat !important;
	background-size: 100% !important;
	background-position: top right !important;
}
@media only screen and (max-width: 970px){
	#liget{
	background: url("../img/landings/liget_mobile.jpg") #fff no-repeat !important;
	background-position: bottom !important;
}
} 

/*other landings End*/
.row{
	margin-left: 0 !important;
	margin-right: 0 !important;

}
.row .grid,.partner, .story-creating, footer {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.stories img, .city img, .story-creating img{
	width: 100%;
}
.stories .col-md-3, .city .castle, .stories, .city{
	padding-right: 0;
	padding-left: 0;
}
body{
	color: black;
}
body.openModal{
	overflow: hidden !important;
}
h1,h2,h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
a{
	color: #03bddd;
}
/*popupok*/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	height: 80%;
	overflow-y: scroll;
	position: relative;
	margin: 5% auto 0 auto;
	background: #fff;

}
.story-description{
		padding: 15px 20px 15px 20px;
}

.closed {
	position: absolute;
	width: 100%;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0;
	opacity: 1 !important;
	display: block;
	color: white !important;
	line-height: 25px;


}

.close:hover {	opacity: 0.6!important; }
/*#default{
	background: url("../assets/header_bg_2.jpg") no-repeat !important;
	background-size: 100% !important;
	background-position: top right !important;
}*/
.head{
	/*background: url("../assets/city_points.png") no-repeat;
	background-size: 65% !important;*/
	background: url("../assets/header_bg.jpg") no-repeat !important;
	background-size: 100%;
	background-position: right bottom;
}
.head h1{
margin-top: 100px;
max-width: 500px;	
font-size: 68px;
}
.head p{
	font-size: 30px;
	margin-bottom: 30px;
}
.play{
	cursor: pointer;
	width: auto !important;
    display: inline-block;
	padding: 20px;
	border-radius: 10px;
	background: #1f1f1f;
	border: solid 3px #454545;
	transition: background .5s;
}
.play:hover{
	background: black;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
}
.facebookEvent{
	cursor: pointer;
	width: auto !important;
    display: inline-block;
	padding: 8px;
	border-radius: 0px;
	background: #3b5998;
	border: solid 3px #dfe3ee;
	transition: background .5s;
}
.facebookEvent:hover{
	background: #3b5998;
	-webkit-box-shadow: 0px 0px 17px -1px #8b9dc3;
	-moz-box-shadow: 0px 0px 17px -1px #8b9dc3;
	box-shadow: 0px 0px 17px -1px #8b9dc3;
}
nav{
	padding-top: 30px;
	padding:15px;
	height: 40px;
}
nav .lang{
	float: right;
	margin-top: 8px;
	border: solid 1px black;
	color: black;
	padding: 5px 10px 5px 10px;
}
nav .lang:hover{
	text-decoration: none;
	color: black;
	background: white;
}
nav img{
	margin-top: 20px;
}
.screen{
	text-align: center;
}
.points{
	background: url("../assets/brickwall_@2X.png");
	padding-top: 50px;
	padding-bottom: 50px;
}
.points div{
	text-align: center;
}
.point a{
	display: inline-block;
	position: static;
	height: 120px;
	width: 120px;
	border-radius: 100%;
	border: solid 2px white;
}
.point a:hover{
	background: white;
}
.point h3{
	font-size: 36px
}
.point p, .section h4, .city h4{
	font-family: 'Roboto Condensed', sans-serif;
}
.point{
	font-size: 24px;
}
.section{
	padding-right: 	0;
	padding-left: 0;
}

.section .screen{
	background: #f4f4f4;
}
.section .text{
	padding: 40px;
}
.section h2{
	color: black;
	font-size: 56px;
	margin-bottom: 30px;
}
.section h3, .city h3, .story-creating h3{
	font-size: 30px;
	color: black !important;
}
.section h4, .city h4{
	font-size: 24px;
	color: black !important;
}
.section, .city, .story-creating{
	font-size: 20px;
	color: #4f4f4f;
	line-height: 1.6em;
}
.text p{
	margin-top: 20px;
}
.section p, .city p{
	display: inline-block;
}
.pr-blue {
    text-align: left;
    float: left;
    margin-right: 20px;
    padding: 8px 30px 8px 30px;
    font-size: 18px;
    border-bottom: solid 3px #04a2be;
    background: #03bddd;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }

    .pr-blue:hover{
    	 background: #04caed;
    	 color: white;
    	 text-decoration: none;
    }

    .pr-green {
    text-align: left;
    float: left;
    padding: 8px 30px 8px 30px;
    font-size: 18px;
    border-bottom: solid 3px #7cb71f;
    background: #93d925;
    color: white;
    border-radius: 3px;
    cursor: pointer;
     transition: background .3s;
     font-family: 'Roboto', sans-serif;
    font-weight: 700;  }
    .pr-green:hover{
    	 background: #a1ec2b;
    	 color: white;
    	 text-decoration: none;
    }
    .city-wrapper{
    	background: url("../assets/line.png") repeat-x #fbfbfb;
    }
    .city{
    	    background: url("../assets/castle.png") no-repeat;
	background-size: 40%;
	background-position: bottom right;
    }
    .city .city-text{
    	padding-top: 20px;
    	padding-bottom: 30px;
    }

    .city h1, .story-creating h1{
    	font-size: 68px;
    	color: black;
    }
    .story{
    	background: #f7f7f7;
    	transition: background .5s;
    }
    .story:hover{
    	cursor: pointer;
    		-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.37);
background: #fbfbfb;
    }
    .story div{
    	height: 160px;
    }
    .story div a{
    	width: 100%;
    height: 160px;
    display: block;
    padding: 15px;
    text-decoration: none;

    }
    .story h2, .story-description h2{
    	line-height: 30px;
    	margin-top: 5px;
    }
    .story-description div{
    	margin-bottom: 10px;
    }
    .story h2, .story h3{
    	color: #546f7a;
    }

    .free{
    	color: #93d925;
    }
    .price{
    	color: #03bddd;

    }
    p.hu, p.en{
    	float: right;
    	width: 31px;
    	height: 21px;
    	margin-left: 8px;
    	display: inline-block;
    }
    p.hu{
    	background: url("../assets/lang_hu.png");
    }
     p.en{
    	background: url("../assets/lang_en.png");
    }
    .image-wrap:before{
    		content: '';
	position: absolute;
	top: 0;
	bottom: 160px;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255,.7);
	opacity: 0;
	transition: opacity .5s,
	background-color .4s; 

    }
    .story:hover .image-wrap:before{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#546f7a+0,03bcdd+100,f6f6f6+100 */
background: #546f7a; /* Old browsers */
background: -moz-linear-gradient(45deg,  #546f7a 0%, #03bcdd 100%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #546f7a 0%,#03bcdd 100%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #546f7a 0%,#03bcdd 100%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546f7a', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	opacity: 0.5;

}
.story-creating{
	padding: 30px;
}
.partner{
	padding: 50px 20px 50px 20px;
	background: #f7f7f7;
}
.story-creating b{
	color: #03bddd;

}
.shape{
	background: url("../assets/city_shape.png") repeat-x ;
	height: 49px;
}
.logos{
	text-align: center;
}
.logos p{
	padding: 20px 10px 20px 10px;
}
.logos a{
	padding-left: 10px;
	padding-right: 10px;
	transition: opacity .5s;
}
.logos a:hover{
	opacity: 0.5;
}
.qoute{
	color: #546f7a;
	font-size: 22px;
    padding-top: 28px;
}
.qoute div{
		font-style: italic;
		margin-right: 70px;
		  font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}
.qoute b{
	font-size: 18px !important;
	line-height: 50px;
	margin-top: 10px;
	  font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}
footer{
	background: #546f7a;
	color: #ccc;
	padding: 20px;
	
}
.copyright{
    text-align: center;
    
}
.copyright p{
	color: #788985;
}
footer a{
	color: white;
	transition: opacity .5s;
}
footer a:hover{
	color: white;
	opacity: 0.5;
}
.social a{
	width: 32px;
	height: 32px;
	margin: 10px;
	display: inline-block;
	float: right;
}
.face{
		background: url("../assets/social_icons.png");
	background-position: 0px 0px;
}
.twitter{
		background: url("../assets/social_icons.png");
	background-position: 0px -126px;
}
.youtube{
		background: url("../assets/social_icons.png");
	background-position: 0px -168px;
}
.gplus{
		background: url("../assets/social_icons.png");
	background-position: 0px -42px;
}
.pin{
		background: url("../assets/social_icons.png");
background-position: 0px -252px;
}
.insta{
		background: url("../assets/social_icons.png");
	background-position: 0px -210px;
}
.linkedin{
		background: url("../assets/social_icons.png");
	background-position: 0px -84px;
}

/*responsive*/

@media only screen and (max-width: 1200px) {
.section h2{
	font-size: 48px;
}
.section h3, .city h3, .story-creating h3{
	font-size: 24px;
}
.section h4, .city h4{
	font-size: 20px;
}
 .section, .city, .story-creating{
	font-size: 18px;
	line-height: 1.4em;
}
footer{
    	display: inline-block;
    	width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .head .screen img, .story-creating img{
    	margin-top: 40px;
    }
    .point p{
	margin-bottom: 20px;
}
    
    .qoute div{
		font-style: italic;
		margin-right: 0;
		  font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}
}
@media only screen and (max-width: 600px) {
	.head h1{
font-size: 36px;
}
.head p{
	font-size: 18px;
}
.point h3{
	font-size: 24px
}
.point{
	font-size: 16px;
}

.section h2{
	font-size: 36px;
}
.section h3, .city h3, .story-creating h3{
	font-size: 18px;
}
.section h4, .city h4{
	font-size: 16px;
}
 .section, .city, .story-creating{
	font-size: 16px;
	line-height: 1.4em;
}
 .city h1, .story-creating h1{
    	font-size: 36px;
    	color: black;
    }
  .qoute{
	font-size: 16px;
}
.modalDialog > div {
	width: 80%;
} 
.screen img{
	width: 100% !important;
}

}