/* Test and unsorted
----------------------------------------------------------------------------------------------------*/
.kblogo a.logo {
	display: block;
	text-indent: -9000px;
	background-image:url('../images/kblogo_250_x1.png');
	background-image: -webkit-image-set(url('../images/kblogo_250_x1.png') 1x,
										url('../images/kblogo_250_x2.png') 2x);
	background-image: -moz-image-set(url('../images/kblogo_250_x1.png') 1x,
										url('../images/kblogo_250_x2.png') 2x);
	background-image: -o-image-set(url('../images/kblogo_250_x1.png') 1x,
										url('../images/kblogo_250_x2.png') 2x);
	background-image: -ms-image-set(url('../images/kblogo_250_x1.png') 1x,
										url('../images/kblogo_250_x2.png') 2x);
	background-repeat: no-repeat;
	width: 160px;
	height: 25px;
}

.fob img {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.fob img:hover {
	opacity: 0.9;
}

.fob.active img {
	opacity: 0.9;
}

.contactdiv{
	display: none;
}
.contactdiv.active{
	display: block;
}
::selection{
	background: #1ABC9C;
	color: #FCFCFC
}

::-moz-selection{
	background: #1ABC9C;
	color: #FCFCFC
}
a.small_button.menubutton img {
  margin: 4px 6px;
}

.menubutton:hover{
	box-shadow: none !important;
	position: static !important;
}
.menubutton:active{
	position: relative !important;
}
.pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus {
  border-color: #129FEA;
}

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  border: 1px solid #CCCCCC;
  color: inherit;
}

div.error_container {
	display: none;
	border: 1px solid #e74c3c;
	padding: 5px 0 5px 15px;
	border-radius: 5px;
}

label.error {
	color: #C0392B;
	display: block;
}

.hidden_submitbutton {
	display: none;
}
.stand_alone {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.list{
	list-style-type: disc; 
	margin-left: 15px; 
	margin-bottom: 7px; 
	font-size: 0.875em;
	line-height: 18px;
}
.extra_list{
	list-style-type: none; 
	padding: 0 0 0 10px;
	line-height: 18px;
	font-size: 0.875em;
	margin-bottom: 7px; 
	margin-left: 15px;
}
#terms{
	text-align: justify;
	display: none;
	position: absolute;
	width: 100%;
}
.small_button_active{
	
}
.menu_button{
	display: none;
	width: 97px;
}

h5.contact_info{
	text-transform: none;
	margin: 0;
}
#contact h4, #aboutsparr h4{
	margin: 10px 0;
}
.section_wrapper{
	padding: 0 10px;
}
.contact_info{
	margin: 10px 0; 
}
#more{
	display: none;
}
.buy_button {
  max-width: 210px;
}
.contact_header{
	margin: 20px 0 0px 0;
}
.menu_contact_info {
  border-left: 1px solid #ECECEC;
  margin-top: 12px;
  padding-left: 20px;
}
.menu_contact_header {
  color: #AFAFAF;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  margin: 3px 0;
  text-transform: uppercase;
}
.menu_contact_number {
  color: #AFAFAF;
  font-size: 11px;
  line-height: 11px;
  margin-top: 0;
}
.right_menu{
	padding-right: 10px;
}
#map_canvas{
	height: 500px;
	max-width: none;
}
#map_canvas img{
	max-width: none;
}
/*Pricingtable*/

.pricing_card {
  background: none repeat scroll 0 0 #F5F5F5;
  border-radius: 2px 2px 2px 2px;
  display: block;
  float: left;
  margin: 10px;
}
.pricing_card_header {
  border-radius: 2px 2px 0 0;
  min-height: 100px;
  padding: 20px 10px;
}
.pricing_card_header.green {
  background: none repeat scroll 0 0 #48C9B0;
}
.pricing_card_header.red {
  background: none repeat scroll 0 0 #e74c3c;
  color: #FFFFFF;
}
.pricing_card_header.red p{
	color: #FFFFFF;
}

.pricing_card_header h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
}
.pricing_card_header p {
  font-family: serif;
  font-style: italic;
  text-align: center;
}

.pricing_card_pricecontainer {
  background: none repeat scroll 0 0 #F5F5F5;
  display: block;
  padding: 60px 0 20px 20px;
}
.pricing_card_price {
  font-family: sans-serif;
  font-size: 3.6em;
  font-weight: bold;
  text-align: center;
}
.pricing_card_price span {
  font-size: 0.6em;
  vertical-align: middle;
}
.pricing_card_orderbutton {
  background: none repeat scroll 0 0 #48C9B0;
  color: #FFFFFF;
  display: block;
  float: right;
  font-weight: bold;
  height: 31px;
  line-height: 32px;
  margin: 0 -2px 20px 0;
  opacity: 0.8;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s ease 0s;
  width: 105px;
}
.pricing_card_orderbutton:hover{
	opacity: 1;
	color: #FFFFFF;
}
.pricing_card_features {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 2px solid #F2F2F2;
  border-left: 2px solid #F2F2F2;
  border-radius: 0 0 2px 2px;
  border-right: 2px solid #F2F2F2;
  display: block;
  float: left;
  font-size: 0.875em;
  padding: 0 30px;
}
.pricing_card_features p{
	text-align: center;
}
.pricing_card_features ul {
  line-height: 25px;
  list-style: disc outside none;
  padding-left: 13px;
}

ul .extra {
  list-style: none outside none;
  margin-left: 12px;
}

.pricing_card_features a {
  font-size: 1.2em;
}
/*Pricingtable*/

.thank_u {
  background-image: url("flat_checkbox.png");
  background-repeat: no-repeat;
  margin-left: 85px;
  margin-right: auto;
  margin-bottom: 50px;
  padding-left: 125px;
  min-height: 103px;
}

#order_confirmation {
  display: none;
  padding: 50px 0 0 0;
}
.confirm_header {
  font-size: 3.5em;
  margin: 0 0 20px;
  line-height: 1em;
}
#order_confirmation span {
  color: #999999;
}
.confirm_header p{
  font-size: 3.5em;
  margin: 0 0 20px;
  line-height: 1em;
  color: #666666;
}
.total {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
	margin-bottom: 30px;
}
.title {
	background-color: rgba(0, 0, 0, 0.08);
	height: 2px;
	text-align: center;
	margin: 40px 0 30px 0;
	text-transform: uppercase;
}
.title span{
	background-color: #FDFDFD;
	position: relative; 
	top: -0.4em;
	padding: 0 15px;
}
#order_form{
	display: none;
}

.order_table{
	min-height: 150px;
	margin-bottom: 10px;
}
.order_table table{
	border: none;
	width: 100%;
	
}
.order_table td{
	border: none;
}

.order_table th{
	border-bottom: 1px solid;
	border-left:none; 
}

.order_table th, .order_table td{
	padding: 0;
}

.order_table .included {
  padding: 0 0 0 15px;
}

.order_table .main_product{
	font-size: 1em;
	font-weight: bold;
}
.main_product td{
	padding: 20px 0 10px 0;
}

.order_spec {
  background: none repeat scroll 0 0 #FDFDFD;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 20px;
}
.order_table thead {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  color: #666666;
  line-height: 26px;
}
#order_months{
	background-color: transparent ;
	border: medium none ;
	border-radius: 0 0 0 0 ;
	box-shadow: 0px 0px 0px ;
	font-size: 1em ;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0;
}
#order_months option{
	padding: 0;
}
.order_months label {
	position:relative;
}

.order_months label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

.order_months label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
.price{
	width: 100px;
}
.quantity{
	width: 110px;
}
.change_amount {
  opacity: 0.8;
  transition: opacity 0.3s ease 0s;
  -moz-user-select: none;
  background: none no-repeat scroll center center #1ABC9C;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  margin: 0 0 5px 5px;
  box-shadow: 0 2px #16826B;
  position: relative;
}
.change_amount:hover{
	opacity: 1;
	color: #FFFFFF;	
	box-shadow: 0 1px #16826B;
	top: 1px;
}
.change_amount:active{
	box-shadow: none !important;
    position: relative;
    top: 2px;
}
.quantity-value{
	margin-right: 10px;
}

.note{
	font-size: 0.8em;
	color: #999999;
}

.input_padding_right{
	padding-right: 20px;
}
.input_padding_left{
	padding-left: 20px;
}
input{
	margin-top: 10px !important;
	height: 40px;
	font-size: 1em;
}
input[type="checkbox"]{
	height: auto;
	margin-right: 10px;
}


legend{
	font-family: "Oswald",sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 1.17em;
	color: #666666 !important;
	border: none !important;
}
.
.header_text_green{
	color: #48C9B0 !important;
}
.stopscroll{
	margin-top: -110px !important;
}

.iconsss img{
	height: 90px;
	width: 90px;
}
a.button_split_left {
  border: 0 none;
  border-radius: 5px 5px 5px 5px;
  display: block;
  height: 76px;
  line-height: 80px;
  margin-top: 14px;
  padding: 0;
  width: auto;
  min-width: 193px;
}
a.small_button {
  border: 0 none;
  border-radius: 5px 5px 5px 5px;
  height: 37px;
  line-height: 40px;
  display: none;
  margin: 20px 0;
  padding: 0;
  width: 0;
  float: right;
}
.button_split_left{
	min-width: 180px;
}
.button_split_left.green span, .button_split_left.red span{
	text-align: center;
	float: none !important;
}
.small_button.green span{
	text-align: center;
	float: none !important;
}
a.small_button.green {
  background: none repeat scroll 0 0 #1ABC9C;
  box-shadow: 0px 3px #16826c;
  margin-left: 10px;
}
a.button_split_left.green {
  background: none repeat scroll 0 0 #1ABC9C;
  box-shadow: 0px 3px #16826c;
}
a.button_split_left.grey {
  background: none repeat scroll 0 0 #999999;
  box-shadow: 0px 3px #666666;
}
a.button_split_left.red {
  background: none repeat scroll 0 0 #E74C3C; /* #bdc3c7 */
  box-shadow: 0px 3px #a23023;
}


.button_split_left span {
  border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: helvetica;
  font-size: 19px;
  font-weight: 600;
  height: 76px;
  padding: 0 35px;
  text-transform: uppercase;
  width: auto;
}
.small_button span {
  border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: helvetica;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
  width: auto;
}

a.button_split_left span.button_split_right {
  float: right;
  padding: 0;
  text-align: center;
  width: 70px;
}

.button_split_right.green {
  background-color: #16A085;
  border-left: 1px solid #159178;
}
.button_split_right.grey {
  background-color: #888888;
  border-left: 1px solid #777777;
}

.button_split_right.red {
  background-color: #C0392B; /* #95a5a6 */
  border-left: 1px solid #c22f1f; /* #9d9d9d */
}
.button_split_left{
	opacity: 0.8;
	transition: opacity 0.3s ease 0s;
}


.button_split_left.green:hover, .small_button.green:hover{
  box-shadow: 0 2px #16826C;
  opacity: 1;
  position: relative;
  top: 1px;
}
.button_split_left:active, .small_button:active{
	transition: all 0.3s ease 0s;
}
.button_split_left.green:active, .small_button.green:active {
  box-shadow: none !important;
  position: relative;
  top: 4px;
}
.button_split_left.red:hover{
	opacity: 1;
	box-shadow: 0 2px #a23023 !important;
	position: relative;
	top: 1px;
}
.button_split_left.red:active {
  box-shadow: none !important;
  position: relative;
  top: 4px;
}
.button_split_left.grey:hover{
	opacity: 1;
	box-shadow: 0 2px #666666 !important;
	position: relative;
	top: 1px;
}
.button_split_left.blue:active {
  box-shadow: none !important;
  position: relative;
  top: 4px;
}
.button_split_left.grey.other_offer_button {
  margin: 0 auto;
  width: 375px;
}
.other_offer_button.button_split_left span {
  text-transform: none;
}
.button_split_left.order_button span{
	padding: 0 40px;
	width: auto;
}
#order_form .order_button{
	float: left;
}

.question {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  color: #AFAFAF;
  display: inline-block;
  font-family: "Carrois Gothic SC";
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
}
.center_text{
	text-align: center;
}
.justify_text{
	text-align: justify;
}
.center_div{
	margin: 0px auto;
}
.white_text{
	color: #FFFFFF;
}
.kblogo {
	float: left;
	margin:30px 15px 0 0;
}

.pure-button-primary {
	background-color: #117788 !important; 
}

.button_outline{
	color: #FFFFFF;
	border: 2px solid #BBBBBB;
	border-radius: 5px;
	padding: 10px 20px;
	float: left;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.button_outline:hover{
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.button_filled{
	border-radius: 5px;
	padding: 12px 20px;
	float: left;
	font-size: 14px;
	margin-top: 30px;
	background-color: #48c9b0;
	margin-left: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

.button_filled:hover{
	color: #FFFFFF;
}
.header_card_text span{
	float: left;
	width: 100%;
}

.punch_word{
	font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.8em;
    float: left;
    margin-bottom: 30px;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

.footer {
	font-family: "Istok Web", sans-serif;
	background: repeat scroll #2B2B2B; /* #2E3133; */
	color: #777E83;
	padding: 100px 0 120px;
	
}

.footer_container {
	width: 80%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.footer_row {
	
}

.footer_container:before, .footer_container:after, .footer_row:before, .footer_row:after {
	content:"";
	display: table;
	line-height: 0;
}

.footer_container:after, .footer_row:after {
	clear: both;
}

.navblock {
	margin-left: 3%;
	width: 20%;
	float: left;
}

.navblock.first {
	margin-left: 7%;
}

footer nav ul {
	overflow: hidden;
	list-style: none outside none;
	margin: 0;
}

.footer p{
	display: block;
	margin-top: 10px;
	line-height: 100%;
	color: #E2E3E4;
	font-size: 14px;
}
.black_section p, .black_section h5  {
	color: #E2E3E4;
}
.black_section h5  {
	color: #E2E3E4;
	border-bottom: none;
}
.footer a {
	color: #E2E3E4;
	transition: color 0.2s ease 0s;
	font-size: 14px;
}

.footer a:hover {
	text-decoration: none;
	color: #0078E7;
}
#terms a {
	color: #E2E3E4;
	transition: color 0.2s ease 0s;
	font-size: 14px;
}
#terms a:hover {
	text-decoration: none;
	color: #0078E7;
}

.footer_copy {
	border-top: 1px solid #3A3E40;
	font-size: 0.8125em;
	margin: 50px auto 0;
	max-width: 600px;
	padding-top: 48px;
	text-align: center;
}

.footer_copy p{
	color: #777E83;
	font-size: 14px;
}

/*--------------------------------------------------------*/


.devider_line {
	border-bottom: 1px solid #999999;
	height: 10px;
}

.devider_wrapper {
	padding: 3em 8em;
}

.circle_wrapper {
}

.circle {
	position: relative;
	width: 50%;
	height: 0;
	padding: 25% 0;
	margin: 1em auto;
	border-radius: 50%;
	background: #110066;
}

.circle_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.circle_content:before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 0;
	height: 100%;
}

.circle_content span {
	vertical-align: middle;
	display: inline-block;
	font-size: 1.5em;
	color: #FEFEFE;
	line-height: 1.3em;
}

.circle_caption {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.push_top {
	margin-top: 60px;
}

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:320px; background-color:#a0a0a0; font-size:10px; line-height:14px; position:absolute; z-index:999997; }
* html #searchresults { left:-50px; }
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:56px; text-decoration:none; z-index:999998; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px 5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }

menu, ol, ul {
	padding: 0;
}
nav ul {
	margin: 0;
}

.big_ul {
	font-size: 14px;
	line-height: 1.7;
	margin-left: 15px;
}

.big_ul li{
	list-style: disc;
	margin: 0 0 5px 5px;
}

.big_ul li.indent {
	list-style: none inside;
	padding: 0 0 0 10px;
}

ul.contact li {
	padding-left: 40px;	
	margin: 10px 0;
	font-size: 0.875em;
	line-height: 1.5;
}

#top_bar_logo{
	height: 36px;
	width: 200px;
	background-image:url('../images/kblogo_outline_162_x1.png');
	background-image: -webkit-image-set(url('../images/kblogo_outline_162_x1.png') 1x,
										url('../images/kblogo_outline_162_x2.png') 2x);
	background-image: -moz-image-set(url('../images/kblogo_outline_162_x1.png') 1x,
										url('../images/kblogo_outline_162_x2.png') 2x);
	background-image: -o-image-set(url('../images/kblogo_outline_162_x1.png') 1x,
										url('../images/kblogo_outline_162_x2.png') 2x);
	background-image: -ms-image-set(url('../images/ukblogo_outline_162_x1.png') 1x,
										url('../images/kblogo_outline_162_x2.png') 2x);
	background-repeat: no-repeat;
	margin-top: 10px;
}

.top_bar_scroll_show{
	display: none;
}
.top_bar_scroll_hide{
	display: block;
}
a.card:hover{
	background: #e5e5e5;
}
a.card{
	transition: background 0.5s ease 0s;
	color: #666666;
}

.fullwidth_dark_div{
	background-color: #666666;
	color: #FDFDFD;
	padding-top: 20px;
	padding-bottom: 20px;
}

.darkcard_devider{
	border-bottom: 1px solid #FDFDFD;
	height: 20px;
}

.client_type{
	color: #9DA0A2;
	height: 20px;
	padding: 5px 20px; 
}
.client_type.active{
	background-color: #204B90;
	color: #FFFFFF;
}

.kb-search-input-wrap {
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 32px;
    -webkit-transition:  width 200ms ease 0s;
    transition: width 200ms ease 0s;
    width: 0;
    background: #FFFFFF;
}

input.kb-search-input[type="text"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  height: 32px;
  margin: 0;
  opacity: 0;
  outline: medium none;
  padding: 0px 7px;
  width: 214px;
  font-size: 14px;
}

input.kb-search-submit[type="submit"] {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: transparent;
  outline: medium none;
  padding: 0;
  z-index: -1;
}

.kb-icon-search, input.kb-search-submit[type="submit"] {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 34px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 32px;
}

.kb-search.kb-search-open .kb-search-input-wrap {
  width: 220px;
}
.kb-search {
  height: 32px;
  position: relative;
  width: 32px;
  z-index: 100;
  margin-left: 30px;
  float:left;
}


.kb-search.kb-search-open input.kb-search-submit[type="submit"] {
  z-index: 90;
}
.kb-search.kb-search-open input.kb-search-input[type="text"] {
  opacity: 1;
}

.clear_devider {
	display: block;
	height: 1px;
	margin-bottom: 10px;
	clear:both;
}

.clear_devider_h20 {
	height: 10px;
	margin-bottom: 10px;
	clear:both;
}


body#index_page .header_image {
	background-image: url(../images/header/beach.jpg);
	width: 920px;
	height: 225px;
}

.center_da_grid{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.white_section {
	background: #FFFFFF;
	padding: 60px 0 60px 0;
	overflow: hidden;
}
.black_section {
	background: repeat scroll #2B2B2B; /* #2E3133; */
	color: #E2E3E4;
	padding: 60px 0 60px 0;
	overflow: hidden;
}

.grey_section {
	background: #F5F5F5;
	padding: 60px 0;
	overflow: hidden;
}
.blue_section {
	background: #3c5a99;
	padding: 60px 0;
}
.section_padding_left {
	padding-left: 60px;
}

.section_padding_right {
	padding-right: 60px;
}

.outer_card_margin_right{
	margin-right: 10px;
}

.outer_card_margin_left{
	margin-left: 10px;
}

.inner_card_margin_right {
	margin-right: 10px;
}

.inner_card_margin_left {
	margin-left: 10px;
}

.default_margin_both{
	margin-left: 10px;
	margin-right: 10px;
}

.outer_card {
	background: #FFFFFF;
}

.inner_card {
	background: #FFFFFF;
	border-radius: 2px;
	padding: 20px 0;
}

.inner_card_phone_centered {
	text-align: left;
}

.darkcard {
	background: #666666;
	border-radius: 2px;
	padding: 20px;
	margin-top: 20px;
}
.header_card{
	position: relative;
}
.header_card_text {
  color: #FFFFFF;
  font-family: sans-serif;
  position: absolute;
  top: 110px;
  font-weight: bold;
}
.erste {
	margin-left: 0px;
}

.letzte {
	margin-right: 0px;
}
.height_20 {
	height: 20px;
}

.top_bar{
	/* padding-top: 11px; */
}

.top_bar a{
  transition: opacity 1s ease 0s;
}
a.top_bar_text:hover{
	opacity: 0.4;
}
.top_bar_text{
	color: #9DA0A2;
	height: 20px;
	line-height: 1.8;
}
.top_bar_text.first{
	margin-left: 0px;
}


li.login {
	background-image:url('../images/icons/avatar-16_x1.png');
	background-image: -webkit-image-set(url('../images/icons/avatar-16_x1.png') 1x,
										url('../images/icons/avatar-16_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/avatar-16_x1.png') 1x,
										url('../images/icons/avatar-16_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/avatar-16_x1.png') 1x,
										url('../images/icons/avatar-16_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/avatar-16_x1.png') 1x,
										url('../images/icons/avatar-16_x2.png') 2x);
	background-repeat: no-repeat;
	background-position: left center;
}
li.settings {
	background-image:url('../images/icons/settings-22_x1.png');
	background-image: -webkit-image-set(url('../images/icons/settings-22_x1.png') 1x,
										url('../images/icons/settings-22_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/settings-22_x1.png') 1x,
										url('../images/icons/settings-22_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/settings-22_x1.png') 1x,
										url('../images/icons/settings-22_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/settings-22_x1.png') 1x,
										url('../images/icons/settings-22_x2.png') 2x);
	background-repeat: no-repeat;
	line-height: 1.8;
	background-position: left center;
}
li.menu {
	background-image:url('../images/icons/menu-22_x1.png');
	background-image: -webkit-image-set(url('../images/icons/menu-22_x1.png') 1x,
										url('../images/icons/menu-22_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/menu-22_x1.png') 1x,
										url('../images/icons/menu-22_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/menu-22_x1.png') 1x,
										url('../images/icons/menu-22_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/menu-22_x1.png') 1x,
										url('../images/icons/menu-22_x2.png') 2x);
	background-repeat: no-repeat;
	line-height: 1.8;
}
.top_bar_text.menu {
  padding-left: 30px;
}
.top_bar_text.settings {
  padding-left: 30px;
}

.top_bar_text.login {
  padding-left: 24px;
}
.top_bar_text.active{
	text-decoration: underline;
}


.float_left {
	float: left;
}

.float_right {
	float: right;
}
.text_right{
	text-align: right;
}

.search{
	transition: opacity 0.5s ease 0s;
	background-color: #204B90;
	background-image:url('../images/icons/search_white_24_x1.png');
	background-image: -webkit-image-set(url('../images/icons/search_white_24_x1.png') 1x,
										url('../images/icons/search_white_24_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/search_white_24_x1.png') 1x,
										url('../images/icons/search_white_24_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/search_white_24_x1.png') 1x,
										url('../images/icons/search_white_24_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/search_white_24_x1.png') 1x,
										url('../images/icons/search_white_24_x2.png') 2x);
	background-repeat: no-repeat;
	background-position: center center;
}

.search:hover{
	opacity: 0.75;
}

.social_icon{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
.social_icon:hover{
	opacity: 0.75;
}
.facebook {
	background-color: #3B5998;
	background-image:url('../images/social/facebook-32.png');
	background-image: -webkit-image-set(url('../images/social/facebook-32.png') 1x,
										url('../images/social/facebook-64.png') 2x);
	background-image: -moz-image-set(url('../images/social/facebook-32.png') 1x,
										url('../images/social/facebook-64.png') 2x);
	background-image: -o-image-set(url('../images/social/facebook-32.png') 1x,
										url('../images/social/facebook-64.png') 2x);
	background-image: -ms-image-set(url('../images/social/facebook-32.png') 1x,
										url('../images/social/facebook-64.png') 2x);
}
.gplus {
	background-color: #D14836;
	background-image:url('../images/social/googleplus-32.png');
	background-image: -webkit-image-set(url('../images/social/googleplus-32.png') 1x,
										url('../images/social/googleplus-64.png') 2x);
	background-image: -moz-image-set(url('../images/social/googleplus-32.png') 1x,
										url('../images/social/googleplus-64.png') 2x);
	background-image: -o-image-set(url('../images/social/googleplus-32.png') 1x,
										url('../images/social/googleplus-64.png') 2x);
	background-image: -ms-image-set(url('../images/social/googleplus-32.png') 1x,
										url('../images/social/googleplus-64.png') 2x);
}
.twitter {
	background-color: #00ACED;
	background-image:url('../images/social/twitter-32.png');
	background-image: -webkit-image-set(url('../images/social/twitter-32.png') 1x,
										url('../images/social/twitter-64.png') 2x);
	background-image: -moz-image-set(url('../images/social/twitter-32.png') 1x,
										url('../images/social/twitter-64.png') 2x);
	background-image: -o-image-set(url('../images/social/twitter-32.png') 1x,
										url('../images/social/twitter-64.png') 2x);
	background-image: -ms-image-set(url('../images/social/twitter-32.png') 1x,
										url('../images/social/twitter-64.png') 2x);
}

.linkedin {
	background-color: #007FB1;
	background-image:url('../images/social/linkedin-32.png');
	background-image: -webkit-image-set(url('../images/social/linkedin-32.png') 1x,
										url('../images/social/linkedin-64.png') 2x);
	background-image: -moz-image-set(url('../images/social/linkedin-32.png') 1x,
										url('../images/social/linkedin-64.png') 2x);
	background-image: -o-image-set(url('../images/social/linkedin-32.png') 1x,
										url('../images/social/linkedin-64.png') 2x);
	background-image: -ms-image-set(url('../images/social/linkedin-32.png') 1x,
										url('../images/social/linkedin-64.png') 2x);
}

ul.contact li.phone {
	background-image:url('../images/icons/phone-26_x1.png');
	background-image: -webkit-image-set(url('../images/icons/phone-26_x1.png') 1x,
										url('../images/icons/phone-26_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/phone-26_x1.png') 1x,
										url('../images/icons/phone-26_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/phone-26_x1.png') 1x,
										url('../images/icons/phone-26_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/phone-26_x1.png') 1x,
										url('../images/icons/phone-26_x2.png ') 2x);
	background-repeat: no-repeat;
}

ul.contact li.mail {
	background-image:url('../images/icons/mail-26_x1.png');
	background-image: -webkit-image-set(url('../images/icons/mail-26_x1.png') 1x,
										url('../images/icons/mail-26_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/mail-26_x1.png') 1x,
										url('../images/icons/mail-26_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/mail-26_x1.png') 1x,
										url('../images/icons/mail-26_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/mail-26_x1.png') 1x,
										url('../images/icons/mail-26_x2.png ') 2x);
	background-repeat: no-repeat;
}
ul.contact li.snailmail {
	background-image:url('../images/icons/snailmail-26_x1.png');
	background-image: -webkit-image-set(url('../images/icons/snailmail-26_x1.png') 1x,
										url('../images/icons/snailmail-26_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/snailmail-26_x1.png') 1x,
										url('../images/icons/snailmail-26_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/snailmail-26_x1.png') 1x,
										url('../images/icons/snailmail-26_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/snailmail-26_x1.png') 1x,
										url('../images/icons/snailmail-26_x2.png ') 2x);
	background-repeat: no-repeat;
}
ul.contact li.sparr {
	background-image:url('../images/icons/sparr-26_x1.png');
	background-image: -webkit-image-set(url('../images/icons/sparr-26_x1.png') 1x,
										url('../images/icons/sparr-26_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/sparr-26_x1.png') 1x,
										url('../images/icons/sparr-26_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/sparr-26_x1.png') 1x,
										url('../images/icons/sparr-26_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/sparr-26_x1.png') 1x,
										url('../images/icons/sparr-26_x2.png ') 2x);
	background-repeat: no-repeat;
}
li.mysite {
	background-image:url('../images/icons/avatar-23_x1.png');
	background-image: -webkit-image-set(url('../images/icons/avatar-23_x1.png') 1x,
										url('../images/icons/avatar-23_x2.png') 2x);
	background-image: -moz-image-set(url('../images/icons/avatar-23_x1.png') 1x,
										url('../images/icons/avatar-23_x2.png') 2x);
	background-image: -o-image-set(url('../images/icons/avatar-23_x1.png') 1x,
										url('../images/icons/avatar-23_x2.png') 2x);
	background-image: -ms-image-set(url('../images/icons/avatar-23_x1.png') 1x,
										url('../images/icons/avatar-23_x2.png ') 2x);
	background-repeat: no-repeat;
}

.keychain_vert_330 {
    background-image:url('../images/keychain_vert_330_x1.png');
	background-image: -webkit-image-set(url('../images/keychain_vert_330_x1.png') 1x,
										url('../images/keychain_vert_330_x2.png') 2x);
	background-image: -moz-image-set(url('../images/keychain_vert_330_x1.png') 1x,
										url('../images/keychain_vert_330_x2.png') 2x);
	background-image: -o-image-set(url('../images/keychain_vert_330_x1.png') 1x,
										url('../images/keychain_vert_330_x2.png') 2x);
	background-image: -ms-image-set(url('../images/keychain_vert_330_x1.png') 1x,
										url('../images/keychain_vert_330_x2.png ') 2x);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 80px;
	height: 330px;
}

@font-face {
	font-family:'Handwrite';
	src:url('../fonts/handwrite-webfont.eot');
	src:local('☺'),
	url('../fonts/handwrite-webfont.woff') format('woff'),
	url('../fonts/handwrite-webfont.ttf') format('truetype'),
	url('/ui/styles/fonts/handwrite-webfont.svg#webfontFS0F0thT') format('svg');
	font-weight:normal;
	font-style:normal;
}

.handwriting {
	font-family:'Handwrite',arial,serif;
	font-weight:lighter;
}

a.search_results {
	width: 540px;
	background-color: #666666;
	display: block;
	padding: 20px;
}

a.search_results p {
	padding: 0 20px;
	color: #FDFDFD;
}

/*

	Stilmall för keyback.se

*/

body {
	background:#FFFFFF; /* #F1F4F9 */
	margin: 0;
	padding: 0;
	color: #666666;
}

h1,h2,h3{
	font-family: "Oswald", sans-serif;
	margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
}
h3{
	letter-spacing:2px;
}
h4 {
	
}

h5 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
    font-weight: normal;
}

footer nav h5 {
	margin-bottom: 10px;
}

p {
	color: #666666;
	font-size: 14px;
	margin: 10px 0;
	line-height: 20px;
	font-family: "Istok Web", sans-serif;
	font-size: 0.875em;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #0078E7;
	transition: color 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #00396e;
}
a:hover, a:active, a:focus {
	outline: none;
}
a.contact_link{
	font-family: "Oswald",sans-serif;
    font-weight: 1.17em;
    letter-spacing: 2px;
    margin-right: 20px;
    color: #666666;
}
a.contact_link.active{
	text-decoration: underline;
}
img {
	vertical-align: bottom;
}

img.centered {
	margin: 0 auto;
	display: block;
}

.darkcard h2{
	color: #FDFDFD;
	text-shadow: none;
}
.darkcard p{
	color: #FDFDFD;
	text-shadow: none;
}
.darkcard li{
	color: #FDFDFD;
	text-shadow: none;
}

.white_text p{
	color: #FFFFFF;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.vertical_container {
	/* background: #036A9D; */
	/* background-image:url(../images/bg_stripe.png); */
	padding: 30px 0;
}

.vertical_container.start {
    background-image:url('../images/header/keyback_photos_projectheader_1100_x1.jpg');
	background-image: -webkit-image-set(url('../images/header/keyback_photos_projectheader_1100_x1.jpg') 1x,
										url('../images/header/keyback_photos_projectheader_1100_x2.jpg') 2x);
	background-image: -moz-image-set(url('../images/header/keyback_photos_projectheader_1100_x1.jpg') 1x,
										url('../images/header/keyback_photos_projectheader_1100_x2.jpg') 2x);
	background-image: -o-image-set(url('../images/header/keyback_photos_projectheader_1100_x1.jpg') 1x,
										url('../images/header/keyback_photos_projectheader_1100_x2.jpg') 2x);
	background-image: -ms-image-set(url('../images/header/keyback_photos_projectheader_1100_x1.jpg') 1x,
										url('../images/header/keyback_photos_projectheader_1100_x2.jpg') 2x);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	height: 250px;
	padding: 30px 0;
}
.header_top_bar{
	background: #FFFFFF;
	z-index: 500000;
	width: 100%;
	position: fixed;
	top:0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #E0E2E4;
}
.header_top_bar.fixed{
  position: fixed;
  top: 0;
  display: none;
}
.header_top_wrapper {
	float: right;
}
.header_image_container {
	margin: 0 auto;
	height: 225px;
	width: 920px;
	background: #FFF;
	padding: 10px;
}

.social_container {
	margin-top: 60px;
	float: right;
}

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/* overflow: hidden; */
}

/* COLORS */


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.selectnav {
	display: none;
}