/* Uncomment for medium size layout */
/*
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
*/
/* STANDARD CSS */
img {
	max-width: 100%;
	height: auto;
}

.logo img {
	margin: 25px 0;
}

/* TYPOGRAHPY */
body {
	font-size: 13px;
	color: #777;
	font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

a {
	color: #ffaa0e;
}

a:hover {
	color: #da8d00;
	text-decoration: none;
}

.relative {
	position: relative;
}

hr {
	border-color: #ddd;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* SLIDER */
#slider {
	margin-bottom: 15px !important;
}

#slider .slide-holder img {
	width: 100%;
}

/* GALLERY */
.gallery-holder .gallery-overlay, .gallery-holder .gallery-overlay:before {
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.custom-thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.gallery-holder {
	position: relative;
}

.gallery-holder .gallery-overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery-holder .gallery-overlay:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #333;
	background-image: url(/images/expand.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery-holder:hover .gallery-overlay {
	opacity: 100;
	filter: alpha(opacity=100);
}

.gallery-folder .gallery-holder .gallery-overlay:before {
	background-image: url(/images/folder.png);
}

/* FB */
.fb-thumb {
	width: 100%;
	padding: 40% 0;
	background-size: cover;
	background-position: center center;
}

.fb-pager {
	text-align: center;
}

.fb-pager span {
	color: #ccc;
}

.fb-pager a span {
	color: #000;
}

.fb-pager .number-holder {
	display: inline-block;
	text-align: center;
	min-width: 60px;
}

/* MAP */
#map {
	height: 300px;
}

#map img {
	max-width: none;
}

/* RESPONSIVE OPT OUT */
.site-options {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	background-color: #333;
	padding: 5px 0;
	padding-bottom: 8px;
	font-size: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-options, .site-options a {
	color: #fff;
}

.site-options .redirct-knap {
	display: inline-block;
	float: left;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
}

.site-options .redirct-knap:before, .site-options .top:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 13px;
	margin-right: 8px;
}

.site-options .desk {
	margin-right: 15px;
}

.site-options .desk:before {
	content: "\f108";
}

.site-options .mob:before {
	content: "\f10b";
}

.site-options .top {
	display: inline-block;
	float: right;
}

.site-options .top:after {
	content: "\f102";
	margin-left: 8px;
	margin-right: 0;
}

/* CONTANCT FORM */
.form-control {
	border-color: #ddd;
	border-radius: 2px;
	box-shadow: none !important;
}

.form-control.code {
	background-color: #333;
	border-color: #000;
	color: #fff;
}

.form-control:focus {
	border-color: #ffaa0e;
}

.knap {
	background-color: #ffaa0e;
	padding: 7px 15px;
	display: inline-block;
	border: none;
	color: #fff;
	border-radius: 2px;
}

.knap:hover {
	background-color: #da8d00;
}

/* CUSTOM CSS */
h1, h2, h3, h4, h5, .header {
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding-bottom: 10px;
}

h1:after, h2:after, h3:after, h4:after, h5:after, .header:after {
	content: "";
	background-color: #ffbc41;
	width: 25px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

h1 a, h2 a, h3 a, h4 a, h5 a, .header a {
	color: #000;
	-moz-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	-webkit-transition: 200ms all ease;
	transition: 200ms all ease;
}

.heavy {
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	color: #000;
	margin-top: 60px;
	margin-bottom: 40px;
}

.user-icon {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

/* Search */
.search-holder div {
	position: relative;
}

.search-holder div input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.search-holder div input:focus, .search-holder div input:hover {
	border-color: #ffbc41;
}

.search-holder div button {
	position: absolute;
	background-color: #ffbc41;
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	-webkit-transition: 200ms all ease;
	transition: 200ms all ease;
}

.search-holder div button:hover {
	width: 70px;
}

.search-holder div button:before {
	content: "\f002";
	font-family: FontAwesome;
}

/* add snippet */
#SnippingForm .cross {
	background: none;
	border: none;
	color: red;
	padding: 0;
	margin: 0;
}

#SnippingForm .cross:before {
	content: "\f00d";
	font-family: FontAwesome;
	padding: 5px 10px;
}

#SnippingForm .txtarea-holder {
	position: relative;
	margin-bottom: 10px;
}

#SnippingForm .txtarea-holder textarea {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: 12px;
}

#SnippingForm .txtarea-holder .cross {
	position: absolute;
	top: 0;
	right: 0;
}

#SnippingForm .add-file {
	margin-top: 10px;
}

#SnippingForm button {
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	padding: 5px 15px;
}

#SnippingForm .submit-code {
	width: 100%;
	padding: 8px 15px;
	margin-top: 20px;
}

.form-control.code {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: 12px;
}

/* snippet partial */
.snippet-partial {
	margin-top: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 20px;
	height: 250px;
}

.snippet-partial h3 {
	margin-top: 0;
	height: auto;
}

.snippet-partial a {
	text-transform: uppercase;
}

/* snippet page */
.info-holder {
	margin-top: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 20px;
}

.info-holder a {
	text-transform: uppercase;
}

.info-holder h1 {
	margin-top: 0;
}

.response {
	margin-top: 5px;
}

.snippet-holder .hide-textarea {
	position: absolute;
	height: 1px;
	overflow: hidden;
	outline: none;
	border: none;
	padding: 0;
	opacity: 0;
}

.snippet-holder .copy {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}

.snippet-holder pre {
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border-radius: 0;
	white-space: pre-wrap;
	word-break: break-word;
}

.snippet-holder .code-holder {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	white-space: pre;
	border: 1px solid black;
	padding: 0 20px;
	border-radius: 0;
	margin-bottom: 10px;
}

.snippet-holder button {
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 5px;
	padding: 5px 15px;
}

.comment-holder b {
	margin-top: 10px;
	display: block;
}

.comment-holder p {
	margin-bottom: 0;
}

.comment-holder .respond {
	cursor: pointer;
	color: #ffaa0e;
}

/* Link page */
.link-holder .link-info {
	-moz-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	-webkit-transition: 200ms all ease;
	transition: 200ms all ease;
	background-color: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0 15px;
	margin: 0;
	max-height: 0;
}

.link-holder.active .link-info {
	max-height: 250px;
	border-color: #ddd;
	padding: 15px;
	margin-bottom: 10px;
}

.expand-link {
	font-size: 15px;
	cursor: pointer;
}

.submit-link {
	width: 100%;
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
}

/* Keyword mixer */
.keyword-mix .form textarea {
	min-height: 200px;
}

.keyword-mix .form .mix-btn {
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 20px;
}

.keyword-mix .results {
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border-radius: 0;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	border: 1px solid #ccc;
	position: relative;
}

.keyword-mix .results .hide-textarea {
	position: absolute;
	height: 1px;
	overflow: hidden;
	outline: none;
	border: none;
	padding: 0;
	opacity: 0;
}

.keyword-mix .results .copy {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #ffaa0e;
	color: #fff;
	outline: none;
	border: none;
	padding: 5px 15px;
	z-index: 10;
}

/* SERP */
.serp-holder .form .add {
	background-color: #ffaa0e;
	width: 100%;
	height: 102px;
	outline: none;
	border: none;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
}

.serp-holder .form .width-holder {
	background-color: #006621;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	-moz-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}

.serp-holder .form .width-holder.over {
	background-color: #a20000;
}

.serp-holder .form .inactive {
	background-color: #ddd;
	color: #999;
}

.serp-holder .measure-holder .measure-header {
	font-family: arial,sans-serif;
	font-size: 18px;
	white-space: nowrap;
	position: absolute;
	height: 0;
	overflow-y: hidden;
}

.serp-holder .measure-holder .measure-desc {
	font-size: small;
	position: absolute;
	height: 0;
	overflow-y: hidden;
	white-space: nowrap;
}

.serp-holder .google-holder {
	padding: 30px 0;
	margin-top: 20px;
	font-family: arial,sans-serif;
	line-height: 1.2;
}

.serp-holder .google-holder .g {
	margin-top: 0;
	margin-bottom: 23px;
}

.serp-holder .google-holder .g h3.r {
	font-family: arial,sans-serif;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
	width: 512px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.serp-holder .google-holder .g h3.r a {
	color: #1a0dab !important;
}

.serp-holder .google-holder .g h3.r:after {
	display: none;
}

.serp-holder .google-holder .g .s {
	width: 512px;
}

.serp-holder .google-holder .g .s .url {
	height: 17px;
	line-height: 16px;
}

.serp-holder .google-holder .g .s .url div {
	font-size: 14px;
	color: #006621;
}

.serp-holder .google-holder .g .s .url div span {
	font-size: 14px;
	color: #006621;
}

.serp-holder .google-holder .g .s .st {
	color: #545454;
	line-height: 1.4;
	font-size: small;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	cursor: pointer;
}

/* Search From */
.search-from-holder button {
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 20px;
}

/* Crawler */
.crawler-holder {
	-ms-word-break: break-word;
	word-break: break-word;
}

.crawler-holder .h-holder {
	margin: 10px 0;
}

.crawler-holder .h1-speed, .crawler-holder .h1-resp {
	cursor: pointer;
}

.crawler-holder .fold-out {
	height: 0;
	-moz-transition: 500ms all ease-in-out;
	-o-transition: 500ms all ease-in-out;
	-webkit-transition: 500ms all ease-in-out;
	transition: 500ms all ease-in-out;
	position: relative;
	overflow: hidden;
}

.crawler-holder .fold-out .iframe-holder {
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.crawler-holder .fold-out .iframe-holder iframe {
	width: 100%;
	border: none;
}

.crawler-holder .fold-out.speed .iframe {
	position: absolute;
	top: -190px;
}

.crawler-holder .fold-out.resp .iframe {
	position: absolute;
	top: -220px;
}

.crawler-holder .fold-out.speed.active {
	height: 560px;
}

.crawler-holder .fold-out.resp.active {
	height: 560px;
}

.crawler-holder button {
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 20px;
	-moz-transition: 200ms all ease;
	-o-transition: 200ms all ease;
	-webkit-transition: 200ms all ease;
	transition: 200ms all ease;
}

.crawler-holder button:disabled {
	background-color: #d1d1d1;
}

.crawler-holder h4.panel-title {
	text-align: left;
	padding: 5px 0;
}

.crawler-holder h4.panel-title:after {
	display: none;
}

.crawler-holder .external-toggle {
	cursor: pointer;
	color: #ffaa0e;
}

.crawler-holder .holder404 {
	margin: 10px 0;
}

.crawler-holder .holder404 a {
	color: red;
}

.errors {
	margin: 30px 0;
}

.errors .error {
	background-color: #E05654;
	border-left: 5px solid #6E0C01;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	position: relative;
}

.errors .error a {
	color: #fff;
	text-decoration: underline;
}

.errors .error .CloseThis {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
}

/* Which server */
.standard-btn {
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 20px;
}

.winning {
	margin-top: 20px;
}

/* Godkendelse */
.check-www label {
	font-weight: 400;
	margin-left: 5px;
}

/*Keyword count*/
.keyword-form textarea {
	width: 100%;
	display: block;
}

.keyword-form .mix-btn {
	padding: 8px 15px;
	background-color: #ffaa0e;
	color: #fff;
	border: 0;
	margin-top: 20px;
}

.keyword-count-results span {
	background-color: yellow;
}
