/*Color palette*/
/*
BLACK  -  #000000
WHITE  -  #ffffff
ORANGE -  #F17F29  "Swan Bill"
GREY   -  #a7a2a9
BLUE   -  #083d77
RED    -  #d72638
*/

@media (min-width: 770px) {
	#localtopia {
		margin-top: 60px;
		margin-bottom: 10px;
	}
}

@media (min-width: 450px) and (max-width: 769px) {
	#localtopia {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (max-width: 450px) {
	#localtopia {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/*--- Global styles ---*/
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

header {
	background: #000000;
}

h1 {
	text-align: center;
}
#main-header {
	padding-top: 20px;
}

@media (max-width: 450px) {
	#main-header, h1 {
		text-align: center;
		font-size: 2em;
		/*margin-bottom: 0;*/
	}
}
@media (min-width: 1201px) {
	#main-header {
		display: none;
	}
}

h2 {
	padding-bottom: 20px;
}
@media (max-width: 450px) {
	.home-h2 {
		text-align: center;
		font-size: 1.8em;
	}
}

a {
	text-decoration: none;
	color: #F17F29;
}

.serviceModuleHeader {
	text-align: center;
}
.centered-text {
	text-align: center;
}

/* --- nav ---*/
.font-brand {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
}

.nav-item {
	padding: 0px 10px;
	color: #ffffff;
}

.nav-item:hover {
	color: #F17F29;
}

/* --- End nav ---*/

/* --- carousel ---*/
.carousel-caption {
	background: #000000;
	opacity: .5;
	top: 0;
    bottom: auto;
	max-width: 100%;
    width:100%;
    left: 0;
}
@media screen and (max-width: 1200px) {
	.carousel-caption {
		display: none;
	}
}

.banner-img {
	width: 100%;
}
/* --- End carousel ---*/


/* --- Jumbotron --- */
.jumbotron {
	background-color: #F17F29;
}

/* --- End Jumbotron --- */


/* --- sections ---*/
section {
	padding: 20px 0px;
}

#sec0 {
	background: #ffffff;
	padding-top: 0;
}
/* --- End sections ---*/


/*--- images ---*/
#servicesBanner {
	/*background: url("http://lorem-ipsum.perbang.dk/pbdk_logo.gif");*/
	
}

.custom-icon {
	width: 75px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clientImages {
	width: 100%;
	/*max-height: 300px;*/
	display: block;
	margin: auto;
}
/*--- end images ---*/

/* --- Book Style ---*/
.novelsMain {
	background: #F4FFF8;
}

.novelSingle {
	clear: both;
}

.bookCover {
	max-width: 180px;
	margin-bottom: 10px;
	overflow: auto;
}.bookCover:hover {
	border: 1px solid #1C3738;
}

.imgSoon {
	filter: blur(5px);
}

.bookCoverBlock {
	float: left;
	padding-right: 10px;
}

.bookData {
	margin-bottom: 10px;
}



.scriptCoverBlock a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

.scriptData {
	clear: both;
	text-align: center;
	margin-bottom: 10px;

}

/* --- End Book Style ---*/



/*---- Gallery Styles ----*/
#gallery-nav {
	text-align: center;
	padding: 0;
}

#gallery-nav ul {
	list-style-type: none;
	/*float: left;*/
}

#gallery-nav ul li {
	display: inline-block; 
	padding: 0px 30px;
}

#first-item {
	padding-left: 0;
}
#second-item {
	border-left: 1px solid black; 
	border-right: 1px solid black;
}
@media (max-width: 450px) {
	#gallery-nav ul li {
	display: block; 
	padding: 10px 40px 10px 0px;
	}
	#second-item {
	border-left: 0px; 
	border-right: 0px;
	border-top: 1px solid black; 
	border-bottom: 1px solid black;
	}
}

#gallery-nav ul li a {
	text-decoration: none;
	color: #000000;
}


.gallery-cta {
	margin: 0px auto;
}
.cta {
	background-color: #F17F29;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 450px) {
	.button-cta {
		text-align: center;
	}
}

#realLink {
	padding-left: 0;
}

/*---- End Gallery Styles ----*/


/* --- Badge --- */

#badge {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.badge-logo {
	width: 100px;
}
.badge-rule {
	display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 5px;
    margin-right: 5px;
    border-style: inset;
    border-width: 1px;
    width: 200px;
}
@media (max-width: 768px) {

	.badge-logo {
		width: 75px;
	}
	.badge-rule {
	    width: 125px;
	}
}

@media (max-width: 450px) {
	.badge-logo {
		width: 50px;
	}
	.badge-rule {
	    width: 75px;
	}
}

/* --- End Badge --- */


/*--- Footer ---*/

footer {
	width: 100%;
	background: #000000;
	padding: 30px 0px;
	font-size: 1em;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color:#F17F29;
	text-decoration: none;
}

.icons {
	font-size: 2em;
}

.spacer {
	padding: 0px 20px;
}

#contact, #relatedSites, #disclaimer {
	padding-top: 20px;
}

#disclaimer {
	font-size: .8em;
}

/*--- End Footer ---*/
