/*
www.devsaran.com
*/

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);


/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
/*  vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.admin-menu .navbar-fixed-top {
top: 30px; }


/* Body & Main
================================================== */
html {
	height: 100%;
}

body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 14px/1.6 'Oxygen',sans-serif;
  color: #606060;
  height: 100%;
  width: 100%;
  margin: 0;
}

/* Links */
a {
  color: #007095;

}
/*a:visited {
  color: #007095;
}*/
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}

/* Commons
================================================== */

.btn {
  border-radius: 0px;
  font-weight: 300;
  line-height: normal;
}

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0 8px 6px -6px black;
}

.fixed {
	position: fixed;
}

#masthead .row .mainmenu {
	top: 8px;
}
/*.site-branding{
  margin-bottom: 20px;
}*/
#site-logo {
  float: left;
  padding: 5px 15px 5px 0;
}
#site-logo img {
	width: 100px;
}

@media screen and (max-width: 768px) {
	#site-logo img {
		width: 85px;
	}
}

h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  height:45px;
  border-bottom: none;
  float: right;
  margin-top: 15px;
}

@media screen and (max-width: 995px) {
	#main-menu {
		margin-top: 0;
	}
}

#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}

#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}

#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 19px 10px 19px 10px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #007095;
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}

#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}


#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #007095;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active {
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
  position: static;
}

#main-menu > ul > li > a {
  padding : 7px;
}

/* Layout */

#page {
	min-height: 100%;
}

#page-admin {
	min-height: 100%;
	padding-top: 58px;
}

.menu-padding {
	padding-top: 82px;
}

@media screen and (max-width: 995px) {
	.menu-padding {
		padding-top: 72px;
	}
}

.page-staticpage-quickpay #primary {
	margin-top: 50px;
}

.messages.status {
	margin: 10px 15%;
	background-color: #004961;
	color: #ffffff !important;
	border: 3px solid #5097B0;
	text-align: center;
	font-size: 15px;
	background-image: none;
}

/*.bg-container {
	background-image: url('/images/general-bg.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}*/

.overlay {
	position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.3);
}

#primary, #sidebar{
  padding: 35px;
  background-color: #ffffff;
  margin-bottom: 35px;
}

body.page-influencer- #primary {
	padding: 0px;
}

body.page-influencer- .page-title {
	visibility: hidden;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay{
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 10;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

body.node-type-page div.field-type-text-with-summary h2 a::before,
body.node-type-article div.field-type-text-with-summary h2 a::before {
	content: "";
	display: block;
	height: 90px; /* fixed header height*/
	margin: -90px 0 0; /* negative fixed header height */
}

.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
/*  background: none repeat scroll 0 0 #007095;
  border-bottom: 5px solid #4f97b6;
  border-top: 5px solid #4f97b6;*/
  padding: 40px 0 0 0;
  margin-top: -150px;
}

@media screen and (max-width: 768px) {
	#preface-area {
		margin-top: -50px;
	}
}

.preface-block{
  color: #000;
  text-align: center;
  width: 45%;
  z-index: 11;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #b3b3b3;
}

@media screen and (max-width: 768px) {
	.preface-block{
	  width: 100%;
	}
}

.preface-inner {
	border: 1px solid #4f97b6;
	min-height: 340px;
}


.preface-block .block > h2{
  font-size: 35px;
  font-weight: bold;
  padding: 15px;
}

@media screen and (max-width: 768px) {
	.preface-block .block > h2{
	  padding: 15px 50px;
	}
}

[id^="block-block"] .content {
    width: 75%;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
    //min-height: 222px;
}

[id^="block-block"] .content ul {
	list-style: none;
	text-align: left;
}

[id^="block-block"] .content ul li i {
	margin-right: 12px;
}

#ribbon {
  position: absolute;
  right: -5px; top: -5px;
  //z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
#ribbon span {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 198px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#007095 0%, #007095 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  text-transform: uppercase;
  top: 40px; right: -41px;
}
#ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #007095;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #007095;
}
#ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #007095;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #007095;
}

#action-btn {
	color: #ffffff;
	background-color: #004961;
	width: 90%;
	font-weight: 700;
	font-size: 16px;
	border-radius: 1px;
	margin-top: 15px;
}

#action-btn-full {
	color: #ffffff;
	background-color: #004961;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	border-radius: 1px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#front-action-btn {
		left: 25%;
	}
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0px 40px 0px;
  background: #3b3b3b;
  border-top:5px solid #007095;
}

.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

#header-logo {
	display: flex;
	justify-content: center;
}

#header-logo img {
	height: 200px;
	margin-top: 65px;
	margin-bottom: 25px;
}

#header-title {
	margin-top: 5%;
}

#header-title h1 {
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-size: 52px;
}

@media screen and (max-width: 768px) {
	#header-title h1 {
		margin: 75px 0;
		font-size: 24px;
	}

	#header-logo img {
		display: none;
	}
}

/* Footer */

.site-footer{
  clear: both;
  padding: 10px 0px;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #ffffff;
  font-size: 60px;
  margin: 65px 0;
  text-align: center;
  position: relative;
}

.node h2.title a, h1.page-title-front {
  color: #000000;
  font-size: 60px;
  margin: 85px 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
	.node h2.title a, h1.page-title {
	  font-size: 40px;
	}
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { /*margin: 2px 0;*/ padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; width: 100%; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; width: 100%; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Create profile form */

#edit-account {
	padding: 0 15px;
	display: inline-flex;
	flex-wrap: wrap;
}

#edit-account .form-item-mail {
	width: 50%;
	margin: 50px 0 0 0;
	padding-right: 15px;
}

#edit-account .form-item-pass {
	width: 50%;
	padding-left: 15px;
}

#edit-account .form-item-pass .password-parent {
	width: 100%;
}

#edit-account .form-item-pass .confirm-parent {
	width: 100%;
}

#edit-account .form-item-pass .confirm-parent .password-confirm {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	#edit-account #edit-mail {
		width: 100%;
	}
	#edit-account .form-item-mail {
		width: 100%;
		padding: 0;
	}

	#edit-account .form-item-pass {
		width: 100%;
		padding: 0;
	}
}

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Opera */
background-image: -o-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f97b6), color-stop(1, #4f97b6));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #4f97b6 0%, ##4f97b6 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f97b6', endColorstr='#4f97b6');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
color: #ffffff; position: relative; font-weight:normal; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Opera */
background-image: -o-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f97b6), color-stop(1, #4f97b6));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #4f97b6 0%, ##4f97b6 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f97b6', endColorstr='#4f97b6');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}

#edit-submit {
	float: right;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #007095;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

#profile-page .header {
	background-color: #4F97B6;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	color: #ffffff;
	min-height: 50px;
}

#profile-page .header h2 {
	font-size: 32px;
}

#profile-page .header .header-name {
	text-align: center;
	font-weight: 100;
}

#profile-page .header .header-btn {
	padding: 0;
	text-align: right;
	margin-top: 6px;
}

#profile-page .header .profile-img {
	height: 250px;
	width: 250px;
	position: absolute;
	border-radius: 50%;
	top: -180px;
	left: 75px;
	border: 4px solid #ffffff;
	background-size: cover;
	background-position: top;
	z-index: 10;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	#profile-page .header .profile-img {
		left: 60px;
	}
}

#profile-page .header .profile-img .profile-img-overlay {
	width: 100%;
	background-color: rgba(79,151,182, .8);
	padding: 13px;
	color: #ffffff;
	position: absolute;
	bottom: 15px;
	font-weight: 700;
	font-size: 16px;
}

#profile-page .sm-name {
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 992px){
	#profile-page .header .header-name {
		text-align: right;
	}
}

@media screen and (min-width: 768px){
	#profile-page .sm-name {
		display: none;
	}
}

#profile-page .info {
	padding: 15px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

#profile-page .info .item ul {
	list-style: none;
}

#profile-page .info .blur {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#profile-page .info .profile-action {
	position: absolute;
	padding: 10px;
	top: 75px;
	background-color: rgba(79,151,182, .5);
	right: 0;
	width: 100%;
}

#profile-page .info .profile-action p {
	margin: 0;
}

#profile-page .info .profile-action h5 {
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	#profile-page .info .profile-action {
		padding: 8px;
	}
}

@media screen and (max-width: 768px){

	#profile-page .info {
		flex-direction: row;
		overflow: visible;
	}

	#profile-page .info .item {
		width: 50%;
		text-align: center;
	}

	#profile-page .info .item h4 {
		margin: 10px;
	}

	#profile-page .info .item ul {
		margin: 0;
	}

	#profile-page .info .profile-action {
		top: -10px;
		left: 12%;
		width: 75%;
		padding: 5px;
	}
}

#profile-page .channels-heading {
	padding: 25px 0 0 25px;
	border-left: 1px solid #4F97B6;
}

#profile-page .description-heading {
	padding: 25px 25px 0 25px;
	border-left: 1px solid #4F97B6;
}

#profile-page .statistics-heading {
	padding: 0px 0px 25px 25px;
	border-left: 1px solid #4F97B6;
}
#profile-page .statistics {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-left: 1px solid #4F97B6;
}

#profile-page .channels {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 15px;
	border-left: 1px solid #4F97B6;
}

#profile-page .channels a {
	height: 150px;
	width: 40%;
	border-radius: 5px;
	padding: 15px;
	margin: 15px 25px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 10px 0px #b3b3b3;
	position: relative;
}

#profile-page .channels a .display-followers {
	background-color: #ffffff;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	left: 0;
	opacity: .8;
	text-align: center;
	font-weight: 700;
	color: #606060;
}

#profile-page .channels div {
	height: 150px;
	width: 40%;
	border-radius: 5px;
	padding: 15px;
	margin: 15px 25px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 10px 0px #b3b3b3;
}

@media screen and (max-width: 768px) {
	#profile-page .channels a {
		width: 100%;

	}

	#profile-page .channels div {
		width: 100%;
	}
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}

div.payment_icons {
	text-align: right;
}
body.page-messages section#content ul.action-links,
form#privatemsg-new div.form-item-recipient {
	display: none;
}

@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

/*  #site-logo {
    padding-top: 5px;
  }*/
/*  #site-logo img {
  	width: 120px;
  }*/

  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  div.payment_icons,
  div.fcred {
  	text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #main-menu {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  #main-menu {
    display:none;
    height: auto;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #4f97b6;
  }
  #main-menu ul { width: 100%; }
  #main-menu ul li {
    width: 100%;
    border-bottom: 1px solid #4f97b6;
  }
  .menu-toggle-btn {
    float: right;
    margin: 5px 0px 0px 0px;
  }
  .menu-toggle-btn .icon-bar {
    display: block;
    height: 4px;
    width: 24px;
    margin-top: 4px;
    background-color: #4f97b6;
    border-radius: 1px;
  }
}

/* Influencer */

#influencer-search h2.total_rows_header {
	margin:0px 0px 20px 10px;
}
#influencer-search h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

#influencer-search .filtercontainer {
	border-right: 1px solid #ccc;
}
#influencer-search .filtercontainer .filters {
	margin: 15px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#influencer-search .filtercontainer .filters #edit-submit {
	display: none;
}

#influencer-search .filtercontainer .filters a.submit {
	float: right;
	background-image: -ms-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
	background-image: -moz-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
	background-image: -o-linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f97b6), color-stop(1, #4f97b6));
	background-image: -webkit-linear-gradient(top, #4f97b6 0%, ##4f97b6 100%);
	background-image: linear-gradient(top, #4f97b6 0%, #4f97b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f97b6', endColorstr='#4f97b6');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-weight: normal;
	padding: 8px 12px;
	font-size: 13px;
}
#influencer-search .filtercontainer .filters h3 {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 25px;
    color: #2b7092;
}

#influencer-search .filtercontainer p.note {
	font-size: 12px;
	padding:0px 0px 10px 0px;
}

#influencer-search #button-job {
	padding: 10px 40px;
	font-size: 18px;
	margin-bottom: 20px;
}

#influencer-search .filtercontainer .filters .filter h2 {
	margin-bottom: 15px;
}

/*START HERE*/

/* SEARCH START */

#block-views-25a1f9449b7623d9d4c9fce68023209f .views-exposed-form #edit-search-api-views-fulltext-wrapper {
    width: 75%;
    padding: 0;
}

#block-views-25a1f9449b7623d9d4c9fce68023209f .views-exposed-form #edit-search-api-views-fulltext {
    border-radius: 5px;
    background: #f9f9f9;
}


#block-views-25a1f9449b7623d9d4c9fce68023209f .views-exposed-form .views-submit-button {
    padding: 0;
    margin-top: -1px;
}

#block-views-25a1f9449b7623d9d4c9fce68023209f .views-exposed-form .views-submit-button input {
    margin-top: 0;
}

/* SEARCH END */

/* KATEGORIER START */
#influencer-search .filtercontainer .filters .filter > #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    background: #f9f9f9;
}

#influencer-search .filtercontainer #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul#facetapi-facet-search-apisearch-influencers-block-field-influencer-category li.expanded {
    /*background: rgba(0, 0, 0, 0.05);*/
}

#influencer-search .filtercontainer #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul#facetapi-facet-search-apisearch-influencers-block-field-influencer-category li.expanded > input {
	visibility: hidden;
}
#influencer-search .filtercontainer #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul#facetapi-facet-search-apisearch-influencers-block-field-influencer-category li.expanded {
	color: #007095;
}

#influencer-search .filtercontainer #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul#facetapi-facet-search-apisearch-influencers-block-field-influencer-category li.expanded .item-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 0;
}

#influencer-search .filtercontainer .filters .filter > #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj .leaf.last {
    margin-bottom: 0;
}

#influencer-search .filtercontainer .filters .filter > #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul li.expanded {
    border: none;
}

#influencer-search .filtercontainer .filters .filter > #block-facetapi-d9vyidtihckup50loq8jtttud4pxlsyj ul.expanded {
    border: none;
    padding-left: 12px;
}

#influencer-search .filtercontainer .filters .filter > .block-facetapi ul .leaf {
    border: 0;
}
/*KATEGORIER END*/


/* KØN START */
#block-facetapi-zzyeuradwk1axveerjmxqfscokfyqkqo {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background: #f9f9f9;
}

#block-facetapi-zzyeuradwk1axveerjmxqfscokfyqkqo li.leaf.last {
    margin-bottom: 0;
}
/* KØN SLUT */



/* ALDER START */

#block-facetapi-cg03niby8kzealudwgokjtq7u2rlooge,
div.form-action-block {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background: #f9f9f9;
}

#block-facetapi-cg03niby8kzealudwgokjtq7u2rlooge .yui3-u.range-slider-box {
    margin: 0px 10px !important;
}



@media screen and (max-width: 768px) {
	#influencer-search .filtercontainer .filters {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

#influencer-search .search-results {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

#influencer-search .search-results .result {
	height: 225px;
	width: 225px;
	border-radius: 10px;
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 10px 0px #b3b3b3;
	margin: 15px 10px 15px 20px;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	#influencer-search .search-results .result {
		margin: 5px 5px 5px 10px;
	}
}

@media screen and (max-width: 768px) {
	#influencer-search .search-results {
		border-left: none;
		border-top: 1px solid #4f97b6;
		justify-content: space-around;
	}

	#influencer-search .filtercontainer .filters .filter {
		width: 100%;
	}

}

#influencer-search .search-results .result:before {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-image: linear-gradient(to bottom right,#4F97B6,#007095);
	opacity: .5;
	border-radius: 10px;
}

#influencer-search .search-results .result .category {
	position: absolute;
	top: 12px;
	padding: 5px 5px 5px 10px;
	z-index: 2;
	color: #000000;
	font-weight: 400;
	background-color: #ffffff;
}

#influencer-search .search-results .result .social {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 2;
}

#influencer-search .search-results .result .social img {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

#influencer-search .search-results .result .social img:last-child {
	margin-right: 0;
}

#influencer-search .search-results .result .name {
	position: absolute;
	bottom: 0px;
	font-weight: 100;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 5px;
}

#influencer-search .search-results .result .name h2 {
	color: #ffffff;
}

/*#facetapi-facet-search-apisearch-influencers-block-field-influencer-category, #facetapi-facet-search-apisearch-influencers-block-field-gender {*/
ul[id*=facetapi-facet-search-apisearch-influencers-block-field-] {
	padding: 0;
}

/*#facetapi-facet-search-apisearch-influencers-block-field-influencer-category li, #facetapi-facet-search-apisearch-influencers-block-field-gender li {*/
div#influencer-search ul[id*=facetapi-facet-search-apisearch-influencers-block-field-] li {
	list-style: none;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
}
div#influencer-search ul[id*=facetapi-facet-search-apisearch-influencers-block-field-] ul.expanded li {
	margin: 0px 30px 10px 0px;
}
div#influencer-search ul[id*=facetapi-facet-search-apisearch-influencers-block-field-] li input[type="checkbox"] {
	margin:0px 5px 0px 0px;
}

div#influencer-search div#facet-instagram li,
div#influencer-search div#facet-facebook li,
div#influencer-search div#facet-youtube li,
div#influencer-search div#facet-twitter li,
div#influencer-search div#facet-twitch li,
div#influencer-search div#facet-snapchat li {
	border: 0px solid;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
div#influencer-search div#facet-website li {
	padding: 5px 17px;
}

/*div#influencer-search div#facet-instagram .btn,
div#influencer-search div#facet-facebook .btn,
div#influencer-search div#facet-youtube .btn,
div#influencer-search div#facet-twitter .btn,
div#influencer-search div#facet-twitch .btn,
div#influencer-search div#facet-snapchat .btn,
div#influencer-search div#facet-website .btn {
	padding:5px;
}*/

div#influencer-search div.search-api-ranges-widget p.text-range {
	padding:0px 0px 10px 0px;
}
div#influencer-search div.search-api-ranges-widget div.range-slider-box {
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 10px;
	min-width: 150px;
}
/*div#influencer-search div.search-api-ranges-widget .range-box-right,
div#influencer-search div.search-api-ranges-widget .range-box-left {
	display: none;
}*/

/* Instagram facet style */
/*#block-facetapi-xrf1avg049ewzyxqy6y41b9isfmxzgoa{
	min-height: 0px;
}
#block-facetapi-xrf1avg049ewzyxqy6y41b9isfmxzgoa ul{
	padding:0px;
}
#block-facetapi-xrf1avg049ewzyxqy6y41b9isfmxzgoa ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}*/

/* Facebook facet style */
/*#block-facetapi-yusdl1wdecjimph28sro12vgta870n61{
	min-height: 0px;
}
#block-facetapi-yusdl1wdecjimph28sro12vgta870n61 ul{
	padding:0px;
}
#block-facetapi-yusdl1wdecjimph28sro12vgta870n61 ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}*/

/* YouTube facet style */
/*#block-facetapi-dowrtbd5eaba1tcj6uwuh0tkmbx2grn3{
	min-height: 0px;
}
#block-facetapi-dowrtbd5eaba1tcj6uwuh0tkmbx2grn3 ul{
	padding:0px;
}
#block-facetapi-dowrtbd5eaba1tcj6uwuh0tkmbx2grn3 ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}*/

/* Twitter facet style */
/*#block-facetapi-rkkrzyra9q1pdjvdisl8467gnpxaxc6b{
	min-height: 0px;
}
#block-facetapi-rkkrzyra9q1pdjvdisl8467gnpxaxc6b ul{
	padding:0px;
}
#block-facetapi-rkkrzyra9q1pdjvdisl8467gnpxaxc6b ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}*/

/* Snapchat facet style */
/*#block-facetapi-qan8fix0eajlhkdu19eqqragyhapzijk{
	min-height: 0px;
}
#block-facetapi-qan8fix0eajlhkdu19eqqragyhapzijk ul{
	padding:0px;
}
#block-facetapi-qan8fix0eajlhkdu19eqqragyhapzijk ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}*/

/* Website facet style */
#block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4{
	min-height: 0px;
}
#block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4 a {
	margin-left: 5px !important;
}
#block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4 li:text {
  display: none;
}
#block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4 ul{
	padding:0px;
}
#block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4 ul li {
	list-style: none;
	text-align: center;
	margin: 0 30px 10px 0;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	padding: 5px;
	min-width: 130px;
}

.facet-range-filter button {
	width: 100%;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #4F97B6;
	color: #007095;
	font-weight: normal;
	margin-bottom: 10px;

}
.facet-range-filter button .caret {
	border-top-color: #007095;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
}
.facet-range-filter:hover button {
	color: #000;
}
#boolean_facets li a {
	margin-left:25px;
}
.facet-range-filter .dropdown-menu {
	left: auto;
	min-width: 90%;
	top: 38px;
}
.facet-range-filter .dropdown-menu ul {
	padding: 0px 5px;
}
.facet-range-filter .dropdown-menu ul li {
	list-style: none;
}
.facet-range-filter .dropdown-menu ul li input {
	margin-right: 5px;
}
#boolean_facets .block-facetapi {
	min-height: auto;
	width: 100%;
}
#boolean_facets .facetapi-facetapi-links {
	padding: 0px;
	width: 100%;
}
#boolean_facets .facetapi-facetapi-links li {
	list-style: none;
	width: 100%;
	text-align: center;
}

#boolean_facets .facet-range-filter .button-group button, #boolean_facets .facet-range-filter #block-facetapi-dhqoycldav6zlrhjibg2lp0mmxpuxut4 ul li {
    border: 1px solid #ccc;
    background: #f9f9f9;
}

#boolean_facets .facet-range-filter button {
    background: #f9f9f9;
}


.filter .help {
	margin: -10px 0px 30px;
}

.ls-footer-menu{
	padding-top: 10px;
}

.ls-footer-menu ul li{
	list-style: none;
}

.ls-footer-menu .links li a{
	background: none;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
}


.view-rediger-influencer{
text-align: right;
}

.view-rediger-influencer ul li{
	list-style: none;
	margin-top: -56px;
}

.view-rediger-influencer a,
.btn.btn-purple {
	padding: 10px;
	color: #fff;
	background: #c4296f;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.view-rediger-influencer ul li a:hover,
.btn.btn-purple:hover {
	color: #fff;
	background-color: #9a1d55;
}
.webform-component--baggrund-for-din-anmeldelse {
  margin-top: 15px;
}
body.page-influencer .block-webform {
  display: none;
  background: #FFF;
  padding: 15px 30px;
  box-shadow: 0px 0px 10px 0px #4a4a4a;
}

@media screen and (min-width: 320px) {
  body.page-influencer .block-webform textarea {
    width: 560px;
    min-height: 200px;
    margin-top: 10px;
  }
}
.static-page .page-title {
  margin-top: 0px;
  color: #363636;
  line-height: normal;
}
.message-influencer > a {
  margin-right: -15px;
  margin-top: -5px;
  height: 51px;
  line-height: 51px;
  min-width: 130px;
  cursor: pointer;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

/* Invoice style */

.invoice-box {
    margin: auto;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    border: none !important;
}

.invoice-box table img {
	border: none !important;
	margin: 10px !important;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
    border: none !important;
}

.invoice-box table td h2{
	margin-bottom: 10px;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.invoice-box table tr.heading td:nth-child(3) {
	text-align: right;
}

.invoice-box table tr.item td:nth-child(3) {
	text-align: right;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td{
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

#article-img-1, #article-img-2, #article-img-3 {
	text-align: center;
}

#article-img-1 img, #article-img-2 img, #article-img-3 img {
	height: 220px !important;
}

#attention {
	border: 1px solid #007095;
	padding: 25px;
	text-align: center;
	width: 50%;
	margin: 25px auto;
	color: #000;
}

#attention:hover {
	cursor: pointer;
}

#attention h2 {
	font-size: 32px;
}

#attention a{
	color: #000;
}

#attention #action-btn {
	color: #fff;
}

@media screen and (max-width: 768px) {
	#attention {
		width: 100%;
	}
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #4F97B6 !important;
	background: #4F97B6 url("images/ui-bg_slider.png") 50% 50% repeat-x !important;
}





.available-languages strong {
  color: #FFF;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
 
.available-languages .inner-text {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    z-index: 3;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
 
.available-languages .wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  padding: 0px;
}
 
@media screen and (min-width: 992px) {
    .available-languages .wrapper img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
}
 
@media screen and (min-width: 521px) and (max-width: 991px) {
    .available-languages .wrapper img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}
 
@media screen and (max-width: 520px) {
    .available-languages .wrapper {
        display: block !important;
        flex-direction: none !important;
    }
 
    .available-languages .wrapper:nth-child(3) {
        padding: 0 !important;
    }
 
    .available-languages .wrapper > div {
        width: 12.5%;
        float: left;
    }
 
    .available-languages .wrapper > div img {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
}