/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}





/* ==========================================================================
   KM FRAMEWORK STYLES:
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box; 
}

.ValidationSummery ul{
	padding-left:16px;
}

.ul_opt_wk { padding-left: 20px; margin-bottom: 0; }

a:link {
	color: #0066CC;
}

a.arrow {
	background-image: url('../img/icon_alink.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}


a:active {
	color: #0066CC;

}

a:visited {
	color: #0066CC;

}

a:hover {
	color: #3E4C57;
}

.container {
	
	width: 970px;
	max-height: 100%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	z-index: 1;
}






/* ==========================================================================
   HEADLINE & TEXT STYLES
   ========================================================================== */

.subheadline {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #0066CC;
	padding: 4px 0 4px 0;
	margin: 0;
}

.mainheadline {
	font-family: Arial, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #3E4C57;
	padding: 0 0 8px 0;
	margin: 0;
}

.subtopicheadline {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3E4C57;
	padding: 0 0 4px 0;
	margin: 0;
}

.contactheadline {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #0066CC;
	padding: 4px 0 4px 0;
	margin: 0;
}

.article p {
	font-family: Arial, sans-serif;
	color: #3E4C57;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 4px 0 14px 0;
}

em,italic {
	display: block;
	color: #0066CC;
	font-weight: bold;
	font-style: normal;
	margin-top: 12px!important;
}

.contacttext {
	font-family: Arial, sans-serif;
	color: #3E4C57;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 4px 4px 12px 0;
}

.article ul { margin: 0; margin-top: 12px; padding: 0px 0 0px 10px; color: #3E4C57; font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; list-style-image: url('../img/list_icon_2.png'); }

.article  li {
	margin-bottom: 13px;
}

.article li strong {
	font-size: 16px;
}

.article img {
	margin-bottom: 14px;
}




.article ol  {
	margin: 0;
	padding: 0px 0 0px 10px;
	color: #3E4C57;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	/*list-style-image: url('../img/list_icon_2.png');*/
}

.article  li {
	margin-bottom: 13px;
	
}

.article li strong {
	font-size: 16px;
}





/* ==========================================================================
   ARTICLES
   ========================================================================== */

.spacer {
	width: 970px;
	height: auto;
	min-height: 487px;
	padding: 0 0 40px 0;
	margin: 0;
	float: left;
	clear: both;
	z-index: 100;
	
	overflow-x: hidden;
}

.full650 {
	width: 650px;
	padding: 24px 54px 0 24px;
	float: left;
	
	
}

.full970 {
	width: 970px;
	padding: 24px 54px 0 24px; 
	float: left;
	
}

   
.left650 {
	width: 650px;
	padding: 24px 54px 0 32px; 
	float: left;
	
	
}

.left637 {
	width: 637px;
	padding: 24px 54px 0 32px; 
	float: left;
	
}


.right320 {
	width: 320px;
	float: left;
	padding: 24px 0 0 0;
	
	
}

.right333 {
	width: 333px;
	float: left;
	padding: 24px 0 0 0;
		
}


.left295 {
	width: 295px;
	float: left;
	padding: 24px 18px 0 0;
}
.left235 {
	width: 235px;
	float: left;
	padding: 24px 18px 0 0;
}

.right329 {
	width: 329px;
	float: left;
	padding: 24px 0 0 0;
}


.right269 {
	width: 269px;
	float: left;
	padding: 24px 0 0 0;
}

.pics_right {
	margin-top: 35px;
}

.pics_right img {
	margin-bottom: 24px;
}


/* ==========================================================================
   CONTACTBOX AND OVERLAY
   ========================================================================== */

.smallcontactbox {
	background-color: #FFFFFF;
	width: 289px;
	margin: 0 11px 0 0;
	padding: 16px 0 16px 20px;
	float: left;
	
	
	
}


.smallcontactbox img {
	margin-right: 14px;
}

.smallcontactbox p.contacttext {
	padding-bottom: 0;
}

.smallcontactbox a {
	line-height: 26px;
	
}


.contactbox {
	background-color: #FFFFFF;
	width: 289px;
	margin: 0 11px 20px 0;
	padding: 16px 0 16px 20px;
	float: left;
	
	
}

.hotline {
	
	margin-bottom: 12px;
	
}

.emailaddress {
	
	margin-bottom: 12px;
	
}

.emailaddress a {
	text-decoration: none;
}

.contact_overlay {
	position: absolute;
	width: 410px;
	
	z-index: 999;
	overflow: hidden;
	
}

.overlay_bg {
	position: relative;
	width: 410px;
	height: 100%;
	background-image: url('../img/contact_over_bg.png');
	background-repeat: repeat-y;
	margin-left: 370px;
	padding-left: 80px;
	padding-top: 40px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	z-index: 999;
	overflow-x: hidden;
	float: left;
	
	
}

.overlay_bg:hover {
	margin-left: 0px;
	z-index: 99999;
}




/* ==========================================================================
   FORMULAR
   ========================================================================== */

form {
	 -webkit-appearance: none;
}

.formfields {
	float: left;
	margin-top: 4px;
}

.darkbuttonfield {
	background-color: #3E4C57;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	
}

.halfbutton {
	width: 114px;
	height: 24px;
	margin: 0 12px 12px 0;
	padding: 0 2px 0 6px;
	float: left;
	
}

.halfbuttonlabel {
	width: 114px;
	height: 16px;
	margin: 0 12px 4px 0;
	
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	float: left;
	
}

.darkbuttoninput {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
}

.fullbutton {
	width: 240px;
	height: 24px;
	margin: 0 0 12px 0;
	padding: 0 2px 0 6px;
	float: left;
	
}

.fullbuttonlabel {
	width: 240px;
	height: 16px;
	margin: 0 12px 4px 0;
	
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	float: left;
	
}

.fullselectbutton {
	width: 240px;
	height: 24px;
	margin: 0 0 12px 0;
	padding: 0 2px 0 6px;
	float: left;
	overflow: hidden;
	background-image: url('../img/select_bg.png');
	
}

.fullselectbutton select {
	background: transparent;
		font-family: Arial;	
	  width: 270px;
	  height: 24px;
	  padding-left: 5px;
	  padding-right: 5px;
	  font-size: 14px;
	  line-height: 16px;
	  font-weight: bold;
	  color: #FFFFFF;
	  height: 24px;
	   -webkit-appearance: none;
	   
		outline: none;
	   border: none;
	   cursor: pointer;
	   
}

.fulltextarea {
	width: 240px;
	height: 100%;
	margin: 0 0 12px 0;
	padding: 0 2px 0 6px;
	float: left;
	
}


.fulltextarea textarea {
	float: left;
	width: 100%;
	height: 100px;
	background: none;
	border: none;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding: 6px;
	outline: none;
	
}

.bluebtn {
	width: 130px;
    color:white;
	height: 34px;
	float: left;
	cursor: pointer;
	
	
	background: #007dff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2RmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDViYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #007dff 0%, #005bb9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dff), color-stop(100%,#005bb9));
	background: -webkit-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: -o-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: -ms-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: linear-gradient(to bottom,  #007dff 0%,#005bb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dff', endColorstr='#005bb9',GradientType=0 );
	
}

.bluebtn:hover {

	background: #005bb9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #005bb9 0%, #007dff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005bb9), color-stop(100%,#007dff));
	background: -webkit-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: -o-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: -ms-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: linear-gradient(to bottom,  #005bb9 0%,#007dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bb9', endColorstr='#007dff',GradientType=0 );
	
}

.bluebtn p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	margin: 0;
	padding: 0;	
}

.bluebtn p img {
	margin: 0 4px 0 0;
	padding: 0;
}



/* ==========================================================================
   GRADIENTS, SHADOWS, CORNERS
   ========================================================================== */



.corner5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.corner10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.grey_gradient {
	background: #e4e6eb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTZlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e4e6eb 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e6eb), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e4e6eb 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e4e6eb 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e4e6eb 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e4e6eb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e6eb', endColorstr='#ffffff',GradientType=0 );
	
}

.dark_grey_gradient {
	background: #3e4c57; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNGM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjNlNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3e4c57 0%, #323e47 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e4c57), color-stop(100%,#323e47)); 
	background: -webkit-linear-gradient(top,  #3e4c57 0%,#323e47 100%); 
	background: -o-linear-gradient(top,  #3e4c57 0%,#323e47 100%);
	background: -ms-linear-gradient(top,  #3e4c57 0%,#323e47 100%); 
	background: linear-gradient(to bottom,  #3e4c57 0%,#323e47 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4c57', endColorstr='#323e47',GradientType=0 ); 
	
}

.blue_gradient {
	
	background: #005bb9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWJiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #005bb9 0%, #007dff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005bb9), color-stop(100%,#007dff));
	background: -webkit-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: -o-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: -ms-linear-gradient(top,  #005bb9 0%,#007dff 100%);
	background: linear-gradient(to bottom,  #005bb9 0%,#007dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bb9', endColorstr='#007dff',GradientType=0 );
	opacity: 0.9;
	
}

.blue_gradient_vv {
	background: #007dff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2RmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDViYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #007dff 0%, #005bb9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dff), color-stop(100%,#005bb9));
	background: -webkit-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: -o-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: -ms-linear-gradient(top,  #007dff 0%,#005bb9 100%);
	background: linear-gradient(to bottom,  #007dff 0%,#005bb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dff', endColorstr='#005bb9',GradientType=0 );
	
}

.innershadow {

   -moz-box-shadow:    inset 0 0 10px #999999;
   -webkit-box-shadow: inset 0 0 10px #999999;
   box-shadow:         inset 0 0 10px #999999;
   border: 1px solid #F5F6F7;

}

.outershadow {

   -moz-box-shadow:    0 0 10px #999999;
   -webkit-box-shadow: 0 0 10px #999999;
   box-shadow:         0 0 10px #999999;
  /* border: 1px solid #F5F6F7;*/

}


/* ==========================================================================
   HEADER STYLES:
   ========================================================================== */

.logos {
	width: 970px;
	height: 66px;
	margin: 0;
	padding: 0;
	z-index: 10;
	padding-right: 16px;
}


#km_logo {
	width: 236px;
	height: 33px;
	margin: 18px 0 15px 20px;
	z-index: 20;
	float: left;
	
}

#km_logo.black {
	background-image: url('../img/km_logo_black.png');
	background-repeat: no-repeat;
}

#km_logo.white {
	background-image: url('../img/km_logo_white.png');
	background-repeat: no-repeat;
}

#claim {
	float: right;
	font-family: Arial, sans-serif;
	color: #3E4C57;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	margin: 30px 0 0 0;
	padding: 0;
}

#claim strong {
	color: #0066CC;
}


.header_gfx {
	width: 970px;
	height: 546px;
	margin: 0;
	padding: 0;
	z-index: 10;
	
}

.header_kpl {
	display: block;
	width: 970px;
	height: 546px;
}

.header_small {
	position: relative;
	width: 970px;
	height: 60px;
}

.header_gfx {
	width: 100%;
	height: auto;
	z-index: 10;
}

.header_kpl {
	width: 100%;
	height: auto;
}


/* ==========================================================================
   NAVIGATION: STYLE SMARTPHONE
   ========================================================================== */
   
   .navigation_smartphone {
   	display: none;
   		z-index: 99999999!important;
   	
   }
   
   .navigation_smartphone li {
   	font-size: 14px;
   		z-index: 99999999!important;
   	
   }
   
   .navigation_smartphone .navielements {
   	
   	z-index: 99999999!important;
   	margin: 27px 0 0 0;
   	padding: 0;
   	list-style: none;
   /*	background-color: #0066cc;*/
   background-color: rgb(0, 102, 204);
   background-color: rgba(0, 102, 204, 1);
   
   	border-top: 1px solid #ffffff;
   }
   
   .navigation_smartphone .navielement {
   		z-index: 99999999!important;
   	
   	width: 100%;
   	margin: 0;
   	-webkit-transition: .3s;
   	-moz-transition: .3s;
   	transition: .3s;
   	border-bottom: 1px solid #FFFFFF;
   	border-bottom-color: rgba(255, 255, 255, 1);

   }
   
   
   .navigation_smartphone .navielement p {
   	font-family: Arial, sans-serif;
   	font-size: 14px;
   	font-weight: normal;
   	color: #FFFFFF;
   	line-height: 16px;
   	margin: 0;
   	padding: 14px 10px 14px 23px;
   	text-transform: uppercase;
   		z-index: 99999999!important;
   	
   }
   
   .navigation_smartphone .navielement img {
   	float: right;
   	margin-top: 3px;	
   		z-index: 99999999!important;
   	
   
   }
   
   
   .navigation_smartphone li a {
   	color: #FFFFFF;
   	text-decoration: none;
   	display: block;
   		z-index: 99999999!important;
   	
   	
   }
   
   .navigation_smartphone li ul li a {
   	color: #FFFFFF;
   	text-decoration: none;
   	display: block;
   		z-index: 99999999!important;
   	
   	
   }
   
.navigation_smartphone .navielements li ul {
	
	padding-left: 36px;
	
	list-style-image: url('../img/list_icon.png');
	width: 100%;
	margin-top: 0;
		z-index: 99999999!important;
	

	
}


.navigation_smartphone .navielements li ul li p {
	padding: 0;
	margin: 0px 23px 12px 3px;
	text-transform: uppercase;
	font-size: 12px;
		z-index: 99999999!important;
	
}


.navigation_smartphone >ul { display: none; }

.navigation_smartphone:hover {
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, 0.8);
		z-index: 99999999!important;
	
}

.navigation_smartphone:hover>ul{
    display: block;
   	z-index: 99999999!important;
   
   
}





/* ==========================================================================
   NAVIGATION: STYLE LEFT
   ========================================================================== */
   
.navigation_left {
	position: absolute;
	
	padding: 0;
	margin: 84px 0 0 0;
	z-index: 999999;
	
}

.navigation_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.navigation_left .navielements {
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style: none;
	

}

.navigation_left .navielement {
	
	width: 221px;
	margin: 0;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, .8);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid #FFFFFF;
	border-bottom-color: rgba(255, 255, 255, .5);

	
}

.navigation_left .navielement:last-child {
	border-bottom: none;
}

.navigation_left .navielement p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0;
	padding: 14px 10px 14px 23px;
	text-transform: uppercase;
}

.navigation_left .navielement img {
	float: right;
	margin-top: 3px;	

}


.navigation_left .navielement:hover {
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 102, 204, 1);
		
}

.navigation_left li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}

.navigation_left li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}
.navigation_left .navielements li ul {
	
	position: absolute;
	margin-left: 224px;
	margin-top: -44px;
	padding: 0;
	list-style: none;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, 0.9);
	min-width: 144px;
	
	
	
	
}

.navigation_left .navielements li ul li{
	
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block;
	
}


.navigation_left .navielements li ul li p {
	padding: 8px 23px 8px 23px;
}

.navigation_left .navielements li ul li:last-child {
	border-bottom: none;
}

.navigation_left .navielements li ul li:hover{
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 12, 24, 0.3);

}


.navigation_left li>ul { display: none; }
.navigation_left li:hover>ul{
    display: block;
   
}



/* ==========================================================================
   NAVIGATION: STYLE BOTTOM
   ========================================================================== */


.navigation_bottom {
	position: absolute;
	width: 970px;
	height: 60px;
	z-index: 999999;
	margin: 0;
	padding: 0;
	bottom: 0;
		
}

.floater{
position:fixed ;
top:0;

z-index:9999999!important;
/*height: 60px;*/
/*display:block;*/

box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	border-radius: .214em;


}

.navigation_bottom .navibg {
	position: absolute;
	width: 970px;
	height: 60px;
	z-index: 30;
	margin: 0;
	padding: 0;
	
	
}

.navigation_bottom .navielements {
	position: absolute;
	width: 970px;
	height: 60px;
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
}

.navigation_bottom .navielement {
	float: left;
	width: 177px;
	height: 60px;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, 1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	
	
	
}

.navigation_bottom .navielement p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0;
	padding: 23px 0 0 25px;
	float: left;
	height: 60px;
	width: 100%;
	
}



.navigation_bottom .navielement:hover {
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 102, 204, 0.9);
		
}

.navigation_bottom .aboutkm {
	width: 178px !important;
}

.navigation_bottom .aboutkm p {
	
	background-image: url('../img/about_bg.png');
	background-repeat: no-repeat;
	
	
}

.navigation_bottom .homeicon {
	width: 84px !important;
}

.navigation_bottom .homeicon p {
	padding: 0;
	padding-top: 19px;
	padding-left: 31px;
}

.navigation_bottom .homeicon:hover {
	
	background-color: #007dff !important;	
}


.navigation_bottom .twoline p {
	/*font-size: 12px;*/
	padding-top: 15px;
	padding-bottom: 0;
	float: left;
}


.navigation_bottom .navielements li ul {
	position: absolute;
	margin-left: 0;
	margin-top: 60px;
	padding: 0 0 12px 0;
	list-style: none;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, 0.9);
	width: 177px;
	
	
	
}

.navigation_bottom .navielements li ul li{
	float: none;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 25px;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
	
}



.navigation_bottom .navielements li ul li:hover{
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 12, 24, 0.3);
	
	
}


.navigation_bottom li>ul { display: none; }
.navigation_bottom li:hover>ul{
    display: block;
   
}

.navigation_bottom li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}



/* ==========================================================================
   NAVIGATION: STYLE ON SCREEN
   ========================================================================== */
   
.navigation_onscreen {
	position: absolute;
	
	padding: 0;
	margin: 84px 0 0 0;
	z-index: 999999;
	
}

.navigation_onscreen ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.navigation_onscreen .navielements {
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style: none;
	

}

.navigation_onscreen .navielement {
	
	/*width: 242px;*/
	margin: 0;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, .8);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	

	
}

/*.navigation_onscreen .navielement:last-child {
	border-bottom: none;
}*/

.navigation_onscreen .navielement p {
	font-family: Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	margin: 0;
	padding: 10px 20px;
	/*text-transform: uppercase;*/
}

.navigation_onscreen .navielement img {
	float: right;
	margin-top: 3px;	

}


.navigation_onscreen .navielement:hover {
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 102, 204, 1);
		
}

.navigation_onscreen li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}

.navigation_onscreen li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
	
}
.navigation_onscreen .navielements li ul {
	
	position: absolute;
	/*margin-left: 224px;*/
	margin-top: 0;
	padding: 0;
	list-style: none;
	background-color: rgb(0, 102, 204);
	background-color: rgba(0, 102, 204, 0.9);
	/*min-width: 221px;*/
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-top-color: rgba(255, 255, 255, .5);
	
	
}

.navigation_onscreen .navielements li ul li{
	
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block;
	
}


.navigation_onscreen .navielements li ul li p {
	padding: 8px 23px 8px 23px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

.navigation_onscreen .navielements li ul li:last-child {
	border-bottom: none;
}

.navigation_onscreen .navielements li ul li:hover{
	background-color: rgb(0, 79, 158);
	background-color: rgba(0, 12, 24, 0.3);

}


.navigation_onscreen li>ul { display: none; }
.navigation_onscreen li:hover>ul{
    display: block;
   
}


.navel1 {
	position: absolute;
	left: 60px;
	top: 100px;
}

.navel1 img {
	position: absolute;
	top: -20px;
	right: -45px;
}

.navel2 {
	position: absolute;
	left: 600px;
	top: 200px;
}

.navel2 img {
	position: absolute;
	top: -20px;
	left: -45px;
}



/*///////////////////////////////////////
//                                    ///
//           CSS ANIMATIONS           ///
//                                    ///
///////////////////////////////////////*/


@-webkit-keyframes spin {  
from {  
    margin-top:0px;  
}  
to {  
    margin-top:10px;   
    }  
}

@-moz-keyframes spin {  
from {  
    margin-top:0px;  
}  
to {  
    margin-top:10px;   
    }  
}  

@-ms-keyframes spin {  
from {  
    margin-top:0px;  
}  
to {  
    margin-top:10px;   
    }  
}



.navel1 {  
    -webkit-animation-name: spin;  
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;  
    -webkit-animation-duration: 1s;  

	-moz-animation-name: spin;  
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;  
    -moz-animation-duration: 1s;

	-ms-animation-name: spin;  
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-animation-timing-function: ease-in-out;  
    -ms-animation-duration: 1s;

} 

.navel1:hover {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-ms-animation-name: none; 
} 

.navel2 {  
    -webkit-animation-name: spin;  
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-timing-function: ease-in-out;  
    -webkit-animation-duration: 1s;

	-moz-animation-name: spin;  
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0.5s;
    -moz-animation-timing-function: ease-in-out;  
    -moz-animation-duration: 1s;  

	-ms-animation-name: spin;  
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -ms-animation-delay: 0.5s;
    -ms-animation-timing-function: ease-in-out;  
    -ms-animation-duration: 1s;
}

.navel2:hover {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-ms-animation-name: none; 
} 






/* ==========================================================================
   NAVIGATION: STYLE GREY
   ========================================================================== */






.navigation_grey {
	width: 970px;
	height: 46px;
	z-index: 9999!important;
	margin: 0;
	padding: 0;
	bottom: 0;
	margin-bottom: 30px;
	margin-top: 4px;
		
}

.floater{
position:fixed ;
top:0;

z-index:9999999!important;
/*height: 60px;*/
/*display:block;*/

box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	border-radius: .214em;


}

.navigation_grey .navibg {
	position: absolute;
	width: 100%;
	height: 46px;
	z-index: 30;
	margin: 0;
	padding: 0;
	top: 70px;
	left: 0;
	
	
	
}

.navigation_grey .navielements {
	position: absolute;
	width: 970px;
	height: 46px;
	z-index: 999999!important;
	
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: none;*/
	
	
	
}

.navigation_grey .navielement {
	float: left;
	/*width: 177px;*/
	height: 46px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	/*background-color: grey;*/
	/*margin-top: 12px;*/
	margin-right: 14px;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: Uppercase;*/
	color: #FFFFFF;
	line-height: 16px;
	
	
}

.navigation_grey .navielement p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: Uppercase;*/
	color: #FFFFFF;
	line-height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	height: 34px;
	width: 100%;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	
	padding-top: 9px;
	padding-bottom:6px;
	/*background-color: yellow;*/
	
	
}

	.navigation_grey .navielement p:hover {
		background-color: #616F7B;
	}
	
	.navigation_grey .navielement.gmpactive p {
	background-color: #ffffff;
	padding-top: 8px;
	color: #3E4C57;
}




#gmp1 p {
	background-image: url(images/gmp1_white.png);
	background-repeat: no-repeat;
	margin-top: 11px;
	padding-left: 30px !important;
	padding-top: 10px;
	height: 22px;
}

#gmp1.gmpactive p {
	background-image: url('../img/gmp1_black.png');
	background-repeat: no-repeat;

}



.gmpactive p {
	/*background-position-y: 7px;*/
	background-position: 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.navigation_grey .aboutkm {
	/*width: 157px !important;*/
	float: right;
	padding-left: 28px;
	/*background-image: url('../img/about_bg_grey.png');*/
	background-repeat: no-repeat;
	margin-right: 0;
}

.navigation_grey .aboutkm p {
	
	/*background-image: url('../img/about_bg.png');
	background-repeat: no-repeat;*/
	padding-left: 14px!important;
	padding-right: 14px!important;
	
	
}




.navigation_grey .twoline p {
	/*font-size: 12px;*/
	padding: 0;
	float: left;
	padding-top: 0;
	padding-left: 8px;
	margin-top: 8px;
	padding-right: 8px;
	/*background-color: yellow;*/
	/*background-position-y: 2px;*/
	background-position: 0 2px;
}

.navigation_grey .gmpactive.twoline p {
	background-color: #fffff;
	margin-top: 12px;
	padding-top: 2px;
	padding-right: 8px;
	color: #3E4C57;
	/*background-position-y: 5px;*/
	background-position: 0 5px;
}


.navigation_grey .navielements li ul {
	position: absolute;
	margin-left: 0;
	margin-top: 46px;
	padding: 0 0 12px 0;
	list-style: none;
	min-width: 167px;
	background-color: #3E4C57;
	
	
	
}

.navigation_grey .navielements li ul li{
	float: none;

  text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-image: url('../img/gmp_small_arrows.png');
	background-repeat: no-repeat;
	/*background-position-y: 10px;*/
	background-position: 0 10px;
}

.navigation_grey ul.gmpactive {
background-color: #FFFFFF!important;

}

.navigation_grey ul.gmpactive li a{
color: #3E4C57!important;

}

.navigation_grey ul.gmpactive li:hover{
	/*background-color: rgb(0, 79, 158);
	background-color: rgba(0, 12, 24, 0.3);*/
	background-color: #E7EAEB!important;
	
}


.navigation_grey .navielements li ul li:hover{
	/*background-color: rgb(0, 79, 158);
	background-color: rgba(0, 12, 24, 0.3);*/
	background-color: #616F7B;
	
}


.navigation_grey li>ul { display: none; }
.navigation_grey li:hover>ul{
    display: block;
   
}

.navigation_grey li a { 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


.navigation_grey ul li ul li a p {
	margin-left: 39px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 25px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}







/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */



.footer {
	width: 970px;
	height: 36px;
	margin-top: 12px;
}

.footer p {
	margin: 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
	color: #3E4C57;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	padding-top: 10px;
}

.footer img {
	margin-right: 12px;
}

.footer a {
	color: #3E4C57;
	text-decoration: none;
}



#gsti {
	float: left;
	width: 189px;
	height: 15px;
	z-index: 20;
	margin-top: 10px;
	margin-right: 5px;
	
}

#gsti.black {
	background-image: url('../img/gsti_black.png');
	background-repeat: no-repeat;
}

#gsti.white {
	background-image: url('../img/gsti_white.png');
	background-repeat: no-repeat;
}


.footer_left {
	float: left;
	
	height: 36px;
	width: 194px;
	padding-left: 5px;
	
}

.footer_left img {
	margin: 0;
	padding: 0;
	margin-right: 8px;
}

.footer_middle {
	float: left;
	height: 36px;
	width: 582px;
	text-align: center;
	
	
}







/* ==========================================================================
   VIDEO STYLES:
   ========================================================================== */

.videoiframe {
	position: relative;
	z-index: 10!important;
}

.videoiframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10!important;
}

.videoendpic {
	width: 800px;
	height: 450px;
	position: absolute;
	
	opacity: 1 !important;
	z-index: 10!important;
	display: none;
}

.videoendpic p {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	margin-top: 100px;
	padding: 60px 0 0 60px;
	line-height: 32px;
	width: 100%;
	
}

.videoendpic img {
	float: right;
	margin-right: 30px;
	margin-left:10px
}


.videoratio {
	display: block;
	width: 100%;
	height: auto;
}

#vimeoframe {
	position: relative;
	width: 800px;
	height: 450px;
	z-index: 99999!important;
}

#vimeoframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.playbtnkpl {
	position: absolute;
	bottom: 24px;
	right: 34px;
	height: 40px;
	
	background-color: rgba(62, 76, 87, .6);
	padding-left: 23px;
	cursor: pointer;
	display: none;
}

.playbtnkpl p {
	float: left;
	margin-right: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 14px;
}

.playbtn {
	width: 65px;
	height: 40px;
	background-color: rgba(0, 102, 204, .9);
	
	float: right;
	
}


.hidebtn {
	position: absolute;
	top: 292px;
	left: 0px;
	height: 40px;
	width: 75px;
	height: 40px;
	background-color: rgba(0, 102, 204, .7);
	z-index: 99999999999999;
	cursor: pointer;
	}


.onscreen {
	
	top: 8px!important;
	left: auto!important ;
	bottom: 0!important;
	right: 8px!important;
	width: 65px!important;
}

.hidebtn:hover {
	background-color: rgba(3, 126, 254, 1);
	
}

.hidebtn img {
	margin-top: 12px;
	margin-left: 22px;
}

.onscreen img {
	margin-left: 14px!important;
}

.showbtn {
	position: absolute;
	bottom: 130px;
	left: 0px;
	height: 40px;
	width: 65px;
	height: 40px;
	background-color: rgba(0, 102, 204, .7);
	z-index: 999999999999;
	display: none;
	cursor: pointer;	
	
}

.showbtn:hover {
	background-color: rgba(3, 126, 254, 1);
	
}

.showbtn img {
	margin-top: 12px;
	margin-left: 14px;
}



.playbtnkpl:hover {
	background-color: rgba(62, 76, 87, 1);
}
.playbtnkpl:hover>.playbtn {
	background-color: rgba(3, 126, 254, 1);
	
}

.playbtn img {
	margin-top: 10px;
	margin-left: 24px;
}

.ipadexit {
	width: 100%;
	height: 26px;
	background-color: rgba(0, 102, 204, 1);
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
	cursor: pointer;
}



.ipadexit p {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
	
	
	
}



#videoclose {
	width: 40px;
	height: 30px;
	background-color: rgba(0, 102, 204, .9);
	position: absolute;
	top: 8px;
	right: 8px;
	padding-left:16px;
	padding-top: 7px;
	cursor: pointer;
	z-index: 9999999999999999999999999999!important;
	display: none;
}

#videoclose p {
	margin: 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 14px;

}

#videoclose:hover {
	background-color: rgba(3, 126, 254, 1);
}

.ipadhack {
	position: absolute;
	left: -3000px;
}

/* ==========================================================================
   PUT YOUR CUSTOM CSS STYLES HERE:
   ========================================================================== */

/* ==========================================================================
   COLOURS
   YOU CAN USE IN YOUR DESIGN:
   
   Text dark grey: 	#3E4C57
   Text blue:		#0066CC
   
   grey gradient: 		#FFFFFF - #E4E6EB
   dark grey gradient:	#616F7B - #3E4C57
   blue gradient:		#007DFF - #005BB9
   
   
   ========================================================================== */








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.rfv-color {
	color: red;
}




