html {
	height: 100%;
}


body {
	background-color: #fff;
	height:100%;
	margin-top:0px;/
	font: 14px/24px "Source Sans Pro", sans-serif;
	min-height: 400px;
    color: #eaeaea;
    margin-left:auto;
    margin-right:auto;
	color: #333333;
    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    line-height: 20px;
    background-color: #fff;
    position:relative;
    max-width:100%;
    font-size:14px;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
 }
 
 * {
   outline: 0;
}

 ul {
 	list-style: none;
 }
 
 
 #panel {
 	display:none;
 }
 
 #map-canvas {
 	min-width:700px;
 	min-height:400px;
 	width:100%;
 	height:100%;
 }

#top-menu {
	height: 120px; 
	background-color: #212121;
}

#login-box {¨
	display:none !important;
	position: absolute;
	top:34px;
	left:0px;
	z-index: 99999;
	width:250px;
	background-color:#212121;
	border:0px solid #eaeaea;
	padding:15px;
}

#login-box input, #login-box btn {
	margin-top:5px;
	margin-bottom:10px;
}

#header {

    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 120px;
    position: relative;
    background-color: #262626;
    border-bottom:4px solid #bc0000;
	display: block;
}

#parkinfo {
	float:left;
	padding-right:10px;
	width: 100%;
}

#parkimages {


}

.img-item {
	width: 100%;
	height:100%;
	min-width:200px;
	min-height:100px;
	display:block;
	background-size: cover, cover;
	background-repeat:no-repeat;

}

.google-auto-placed {
	display:none;
}

.img-adm-bar {
	background-color:#ccc;
	padding:5px;
	border-top:1px solid #212121;
	width:100%;
	
}

.img-box {
	margin-bottom:60px;
}

#simage {
	position: absolute;
	right:30px;
	top:40px;

}


 .w50 { width: 50px;}
 .w80 { width: 80px;}
 .w100 { width: 100px; }
 .w150 { width: 150px;}
 .w200 { width: 200px; }
  .w300 { width: 300px; }
 .floatl {float: left;}
 .floatr { float:right; }
 .clearb {clear:both;}

 .ml20 {margin-left:20px;}
 .mr10 { margin-right:10px; }
 .redhr {
 	height: 1px background-color:#BC0000;
 	border:0px;
 	border-top:1px solid #BC0000;
 	position: relative;
 	clear: both;
 	}



.parkbox {
	height: 210px;

	border:0px solid #eaeaea;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
	overflow: hidden;
	position: relative;



}
.cat-parkimg {
	vertical-align: middle;
	height: 160px;
	float: left;
	width:100%;
	margin-right:10px;
	padding-top:10px;


}

.cat-parkbox {

	border:0px solid #eaeaea;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
	overflow: hidden;
	width: 200px;
	float:left;
	margin-right:30px;

}

.pos-f-t {
	margin-left:-15px;
	margin-right:-15px;
}

.pos-f-t ul li a {
	padding-left:15px;
	padding-right:15px;
}

.pos-f-t ul li a:hover {
	color:#eaeaea;
	text-decoration:none;
}

.cat-park-image-holder {
	width: 200px;
	margin-right:15px;
	height:100px;
	overflow: hidden;
}
.cat-name-holder {

	font-size: 11px;
}

.park-image-holder {
	width: 100%;
	max-height: 100%;

}

.park-image-holder img {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
}



#bigimg {
	padding-top:10px;
}


.citys {
	padding-top:10px;
	margin-left:0px;

	float:left;
	font-size: 11.5px;
	margin-right:70px;

}


#parktable td {
	height: 36px;
}

.parkimg {
	vertical-align: middle;
	float: left;
	position:relative;
	margin-right:10px;
	padding-top:10px;
}

.park-text {
	margin-top:5px;
	clear: both;
	display:block;
	line-height: 30px;
}

.myimage {
	width: 100%;


}

.myimage .gimg {
	width: 150px;
	height:100px;
	overflow:hidden;
	margin-right:10px;
	float:left;
	background-size: 150px 100px;

	background-repeat: no-repeat;
	margin-bottom:10px;
	display: inline-block;
}

.park-name {

	line-height: 22px;

	padding-top:5px;
	padding-bottom:5px;
}

.parkimg:last-child {
	margin-right:0px;

}
 .apple_overlay {
	    display:none;
	    background-color: #fff;

	    padding:20px;
	    font-size:11px;
	    z-index: 9000;
	    border:1px solid #000;
	    -webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
		 box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

/* default close button positioned on upper right corner */
	.apple_overlay .close {
	    background-image:url(/p/img/close.png);
	    position:absolute;
	    right:0px;
	    top:4px;
	    cursor:pointer;
	    height:35px;
	    width:35px;
	    z-index: 90001;
	    opacity: 100;
	    background-repeat: no-repeat;
	}

	#logo {
		float:left;
		padding-top:20px;
		margin-left:20px;
	}

	#logo a, nav#mainmenu ul li a, nav#mainmenu ul ul li a {
    color: #FFFFFF;
    text-decoration: none;
	}

	#headcont {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		height: 120px;
		border-bottom:1px solid #000;
		display: block;
		position: relative;

			}
	#subheader{
		background-color: #212121;
	}

	#subheader{
	    background-attachment: scroll;
	    background-clip: border-box;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    margin-bottom: 20px;

	    padding-left: 0;
	    padding-right: 0;

	    position: relative;
	    width: 100%;
	    background-color: #212121;
	    color:#fff;
   font-family: 'Yanone Kaffeesatz',Verdana,Geneva,sans-serif;
    font-size: 32px;
    font-weight: 300;
	}

	#subfooter {
		background-color: #191919;

	}


	 #subfooter {
	    background-attachment: scroll;
	    background-clip: border-box;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color:#111;


	    padding-bottom: 50px;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 50px;
	    position: relative;
	    width: 100%;
	    background-color: #191919;
	    color:#fff;
   font-family: 'Yanone Kaffeesatz',Verdana,Geneva,sans-serif;
    font-size: 32px;
    font-weight: 300;
    clear: both;
	}






	.content-adm {
		float:left;
		position: relative;
		padding-top:10px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:10px;


	}





	.contentimg p {
		padding:0px;
		margin:0px;

	}
	.contentimg img {
		max-width: 750px;
	}

	.contenttext {
		padding-right:20px;
		padding-top:20px;
	}


	#footer {
	    background-attachment: scroll;
	    background-clip: border-box;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    border-top-style: solid;
	    border-top-width: 4px;
	    border-top-color:#bc0000;
	    color: #fff;
	    min-height: 300px;
	    background-color: #262626;


	}

	#footer div {
		padding-bottom:20px;
	}

	#me {
		position: absolute;
		right: 50px;
		top:10px;
		width: 63px;
		height: 72px;
		border:2px solid #000;
	}


	#metext {
		position: absolute;
		right:76px;
		top:80px;
		color:#fff;
		font-size: 8px;
	}

	#blackline {
		position:relative;
		border-bottom: 1px solid #000000;
	    height: 1px;
	    width: 100%;
	    height: 100%;
	}
	.red {

		border-top:1px solid #bc0000;
		height: 1px;


	}

	.latest-holder {
		width: 600px;
	}



	.container-images {
		width: 770px;
		clear: both;

		min-height: 470px;
		height: auto;

	}
	.start-top{

	height: 30px;
	}
	.sep8 {
		height: 7px;
	}
	.upsubject {
		height: 20px;
	}

	.upholder {
		height: 120px;
	}

	#logo a {
	    font-family: 'Montez',Verdana,Geneva,sans-serif;
	    font-size: 55px;
	}

	#meny {
		 position:relative;


	      height: 40px;

          border-bottom: 0px solid #ccc;

          text-align: right;

	}


a {

	background-color: transparent;
	font-weight: normal;
	color:#262626;
	text-decoration: none;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

h2 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

h3 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

	
.user-container {
	margin-bottom:20px;
	padding-bottom:20px;
	
}


code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#alll {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    
}

#all {

	background-color: #fff;
	border-right:1px solid #000;
    border-left:1px solid #000;
    -webkit-box-shadow: 0px 2px 3px 1px #212121;
    box-shadow: 0px 2px 3px 1px #212121;
    position: relative;
   
}

#main-content {
	min-height: calc( 100vh - 470px );
}

#body{
	margin: 0 15px 0 15px;
}

#bigback-holder {

	background-image: url('/p/img/bigback/bigback4.jpg');
	width:100%;
    height:100%;
    position:fixed;
    z-index:-1;
    top:0px;
    left:0px;
    max-width:100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}


#img1, #img2, #img3, #img4, #img5 {
    width:100%;
    height:100%;
    position:fixed;
    z-index:-1;
    opacity:0;
    animation-iteration-count:infinite;
    animation-name: test;
    animation-duration: 15s;
}

#img1 {
	background-image: url('/p/img/bigback/bigback1.jpg');
    -webkit-animation-delay:5s;
     animation-delay: 5s;

}

#img2 {
	background-image: url('/p/img/bigback/bigback2.jpg');
    -webkit-animation-delay:15s;
     animation-delay: 15s;

}
#img3 {
	background-image: url('/p/img/bigback/bigback3.jpg');
    -webkit-animation-delay:25s;
     animation-delay: 25s;

}
#img4 {
	background-image: url('/p/img/bigback/bigback4.jpg');
    -webkit-animation-delay:35s;
     animation-delay: 35s;

}
#img5 {
	background-image: url('/p/img/bigback/bigback5.jpg');
    -webkit-animation-delay:35s;
     animation-delay: 35s;

}

@-webkit-keyframes test {
    0% {
        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100% {

    }
}
@keyframes test {
    0% {
        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100% {

    }
}


.insta-holder {
	clear: both;
	background-color: #eaeaea;
	min-height: 40px;

}




	.maincontainer {


		width:100%;
		float:left;
		margin-left:0px;

		padding-left:10px;
		padding-right:10px;
		background-color: #333;
		min-height: 450px;
	    background-attachment: scroll;
	    background-clip: border-box;
	    background-color: #FFFFFF;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    /*box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
	    color: #616161;
	    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
	    font-weight: 300;
	    line-height: 1.8em;
	    position: relative;


	}

	.maincontainer-sub {

		width:730px;
		float:left;
		margin-left:15px;


		padding-right:10px;
		background-color: #333;
		min-height: 450px;
	    background-attachment: scroll;
	    background-clip: border-box;
	    background-color: #FFFFFF;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    /*box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
	    color: #616161;
	    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
	    font-weight: 300;
	    line-height: 1.8em;
	    position: relative;


	}

		.maincontainer_books {

		width:730px;
		float:left;
		margin-left:20px;

		padding:10px;
		background-color: #333;

	    background-attachment: scroll;
	    background-clip: border-box;
	    background-color: #FFFFFF;
	    background-image: none;
	    background-origin: padding-box;
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: auto auto;
	    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	    color: #616161;
	    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
	    font-weight: 300;
	    line-height: 1.8em;
	    position: relative;


	}


		.book_contentimg {

		clear: both;
		margin-bottom:20px;



	}

	.crop-img {
		margin-right:3px;
	}
	.crop-img:nth-child(3n+0) {
		margin-right:0px !important;
	}

	.book_contentimg p {
		padding:0px;
		margin:0px;
	}

	.book_mini {
		font-size: 9px;
	}

		.book_medium {
		font-size: 12px;
	}


	.book_contentimg img {

			height: 200px;
	}


	.contentpostinfo {
		height: 30px
		line-height:30px;
	}

	#leftmenu-holder {

			float: left;
			width:200px;


	}

	.leftmenu {
	float: left;
	border-right:1px solid ccc;
	width:200px;
	background-color: #333;

    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    color: #616161;
    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    padding-left:0px;
    padding-top:15px;
    padding-bottom:10px;
    margin-bottom:20px;

	}


	.leftmenu-reg {
	float: left;


	background-color: #333;


    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;

    color: #616161;
    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    padding-left:0px;
    padding-top:15px;
    padding-bottom:10px;
    margin-bottom:20px;

	}
	.leftmenu-reg li {
		line-height: 30px;
	}



	.editorlink {

	}

	.link {
		cursor: pointer;
	}


.menuitem {
	display: block;
	float:left;
	padding-left:15px;
	padding-right:15px;

	margin-right:1px;
	color:#fff;
	height:40px;
	/*border-left: 0px solid #ccc;
	 background-color:#000;
	 * */
	line-height: 40px;


}


.nocurrent {
	color:#fff;
	 text-decoration: none;
	font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-size: 13px;

}
.current {
	color:#999999;

	font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-size: 13px;
    text-decoration: none;
}


.menuitem a:hover {
	color:#eaeaea;
	text-decoration: none;
	    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.leftmenyholder {
	padding-top:15px;

}

.leftmenyholder-sub {
	padding-top:15px;
	width: 250px;
	float:left;

}

.leftmenyholder ul {
	list-style: none;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;


}
.leftmenyholder li {
	line-height: 36px;
	padding-left:0px;
	border-bottom:1px solid #262626;
}

.leftmenyholder li a {
	line-height: 36px;
	padding-left:0px;



    background-attachment: scroll;
    background-clip: border-box;
    background-color: #212121;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #FFFFFF;
    display: block;
    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.leftmenyholder li a:hover {
	text-decoration: none;
	color:#ccc;
}

.editorlink  {
	clear: both;

	float: right;
	border-right:1px solid #666;
	width:730px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #333;

	margin-top:20px;
	margin-right:10px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    color: #000;
    font-family: 'Oxygen',Verdana,Geneva,sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    padding-left:0px;
    padding-bottom:10px;

}

.editorlink a {
	color: #000;
	font-size: 10px;
	text-decoration:none;
	float:right;

}



.space5 {
	height: 5px;
	display: block;

}

.long {
	width: 100%;
}


.insta-holder {

	padding-left:16px;

}

.instatumb {
	margin-right:2px;
	margin-bottom:2px;
}

.insta-rub {
	color:#000;
	font-size: 10px;
	 font-family:Geneva,sans-serif;
}


#inputholder input[type="text"]{
	width: 400px;
}

.mer {
	position: absolute;
	bottom:10px;
	right:30px;
}

.mer a {
	font-size: 11px;
	color: #000;
}

.likeme {
	position: absolute;
	left:20px;
	bottom:20px;
}


.leftmenyholder-adm, .leftmenyholder-dd  {
	float:left;
	width: 185px;
	margin-left:30px;
	margin-right:15px;
	padding-top:15px;
}

.leftmenyholder-site {
	float:left;
	width: 185px;
	margin-left:15px;
	margin-right:15px;
	padding-top:15px;
}


.dd-menu-head {
	line-height: 30px;
	border-bottom:1px solid #eaeaea;
	text-transform: uppercase;
	font-weight: bold;
}

#dd-leftmenu {
	list-style: none;
	padding:0px;
	margin:0px;
	margin-left:10px;
	
}

.dd-menu-item {
	line-height: 30px;
	border-bottom:1px solid #eaeaea;
	clear:both;
	padding-left:5px;
}

.dd-menu-item:hover {
	
}

.menu-item {
	line-height: 30px;
	border-bottom:1px solid #eaeaea;
	clear:both;

}

#login-holder {
	position: absolute;
	top:18px;
	right: 10px;
	width: 200px;
}

#login-holder input {
	height: 28px !important;
	line-height: 28px !important;
	margin-bottom:4px;
	padding-top:0px !important;
	font-size:12px;
}
.btn {

}

.login-sep {
	height: 5px;
	clear: both;
}

#login-err {
	color:#fff;
}


#pac-input {
    left: 120px !important;
    position: absolute !important;
    top: 15px !important;
    z-index: 0 !important;
    width: 200px !important;
}

.map-cont-holder {
	min-width: 130px;
	min-height:60px;
}

.map-cont-img {
	width: 50px;
}
.map-cont-name {
	clear: both;
}

.prev {
	position: absolute;
	bottom: 30%;
	left: 0px;
	cursor: pointer;
	z-index: 99000;
	text-decoration: none;
	font-size: 4rem;
	line-height: 4rem;
}
.next {
	position: absolute;
	bottom: 30%;
	right: 14px;
	cursor: pointer;
	z-index: 99000;
	text-decoration: none;
	font-size: 4rem;
	line-height: 4rem;
	
}
.next:hover, .prev:hover {
	text-decoration: none;
}

#settingsform input {
	margin-bottom:10px;
	width: 300px;
}

.park-name {
	float:left;
}

.by-user-name {

	position:relative;
	min-width: 120px;
	text-align: right;

}

.by-user-name .link {
	position:absolute;

	right:0px;
	top:10px;
}

.userimg {
	width: 160px;

}

.image-holder {
		float:left;
		width: 420px;
}

.my-images {

	float:left;
	width: 320px;
	margin-left:20px;
}

.my-img-list {
	float:left;
	width: 130px;
	margin-right:20px;
	margin-bottom:20px;
	height: 100%;
}

.my-img-set-as-profile {

	padding-top:0px;
	width: 100px;
	float:left;
}

.my-img-set-as-profile a {
	padding-top:0px;
	font-size: 9px;

}

.my-img-del {
	float:right;
	width: 20px;
	height: 20px;
	text-align: center;

}
.cropped img {
	margin-bottom:10px;
}


.admin-holder {
	position: absolute;
	right:0px;
	top:15px;
	z-index: 999;
}



/* PAGE*/

.page-head {

	height: 28px;
	line-height: 28px;
	background-color: #212121;

	margin-left:20px;
	margin-right:20px;
}

.page-head span {
	color: #eaeaea;
	margin-left:10px;
	font-size: 14px;

}

.page-content {

	margin-left:20px;
	padding-left:10px;
	padding-top:20px;
	font-size: 13px;
}



        .action
        {
            width: 400px;
            height: 30px;
            margin: 10px 0;
        }
        .cropped>img
        {
            margin-right: 10px;
        }


        .rotate {

		    color: #FFF;
		    width: 200px;
		    height: 200px;
		    text-align: center;
		    font: normal 1em Arial;

		}


@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}


@media screen and (max-width: 960px) {
    body {
       width: 100%;
    }
button:focus {
    outline: 0px;
    outline: 0px auto -webkit-focus-ring-color;
}


    #all {

		min-width:100%;
		background-color: #fff;
        position: relative;
	}

	.pos-f-t .nav-item {
		padding-left:5px;
		padding-right:15px;
		line-height: 36px;
		border-bottom:1px solid #515050;
	}
	
	.pos-f-t .nav-item:hover {
		background-color: #515050;
	}
	
	.pos-f-t .nav-item:last-child {
		border-bottom:0px;	
	}





	.parkbox {
		max-width:720px;
	}



}