/*Epsilon Framework Version 2*/
/*Framework author: Enabled*/
/*License: This stylesheet cannot be resold by anyone else except Enabled and Cosmin Cotor*/
@charset "utf-8";
@import url(../<>);
@import url(../<>);
@import url(../<>);
@import url(../<>);
/* CSS Document */
/*////////////////*/
/*Stylesheet Reset*/
/*////////////////*/
* {
	appearance:normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
*:focus {
	outline: none;
}
*,*:after,*:before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 0;	margin: 0;}
body {
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration:none!important;
}
::selection {
	background-color:#CCC;
	color: #000;
}
div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	position:relative;
	overflow:hidden;
}
p {
	line-height: 30px;
	margin-bottom: 30px;
	font-size:13px;
	letter-spacing:0px;
}
p > a {
	display: inline;
	text-decoration: none;
}
p > a:hover {
	text-decoration: underline;
}
p > span {
	display: inline;
}
span > a {
	display: inline;
}
a > span {
	display: inline;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	display: inline;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}
thead {}
th {
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #f6f6f6;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}
tr:hover > td {
	background: #fff;
}
ul {
	margin-bottom: 20px;
}
ol {
	margin-bottom: 30px;
}
li {
	line-height: 18px;
	margin-bottom:5px;
	list-style:inside;
}
ol > li:last-child, ul > li:last-child {
    margin-bottom:0px;	
}
/*//////////////////////////////////////*/
/*Font Selection and General Font Colors*/
/*//////////////////////////////////////*/
body{
	font-family:'Roboto', sans-serif;
	color:#666;
	font-size:12px;
	line-height:20px;
}
.checkbox{
	color:#666;
}
h1{
	font-size:21px;
	margin-bottom:10px;
	font-weight:800;
	color:#292929;
}
h2{
	font-size:19px;
	margin-bottom:10px;
	font-weight:800;
	color:#292929;
}
h3{
	font-size:17px;
	margin-bottom:10px;
	font-weight:700;
	color:#292929
}
h4{
	font-size:12px;
	margin-bottom:10px;
	font-weight:800;
	color:#292929;
}
h5{
	color:#292929;
	font-size:13px;
	margin-bottom:5px;
	font-weight:800;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Roboto', sans-serif;
	color:#1f1f1f;	
}
a{
	color:#e34e47;
}
/*////////////////////////*/
/*Other Classes and Resets*/
/*////////////////////////*/
.overlay{
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:9999;
}
.content{
	margin-left:10px;
	margin-right:10px;
}
@media (min-width:768px){
	.content{
		margin-left:70px;
		margin-right:70px;	
	}
}
.container{
	margin-bottom:30px;
}
.no-bottom{
	margin-bottom:0px;
	padding-bottom:0px;
}
.half-bottom{
	margin-bottom:15px;
}
.full-bottom{
	margin-bottom:30px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.float-left{	 
	float:left;
	margin-right:10px;
}
.float-right{	
	float:right;
	margin-left:5px;
}
.right-text{	 
	text-align:right;
}
.left-text{	  
	text-align:left;
}
.center-text{	
	text-align:center;
}
.uppercase{
	text-transform:uppercase;
}
.capitalize{
	text-transform:capitalize;
}
.regular-anchor{
	color:inherit!important;	
}
.responsive-image{
	width:100%;
	margin-bottom:5px;
}
.round-image{
	border-radius:500px;	
}
.responsive-video{
	display:block;
	width:100%;
	margin-bottom:30px;
}
.decoration{ 
	height:1px;
	background-color:rgba(0,0,0,0.1);
	margin-bottom:30px;
	display:block;
	clear:both;
}
.decoration2{ 
	height:1px;
	background-color:rgba(0,0,0,0.1);
	margin-bottom:10px;
	display:block;
	clear:both;
}
/*//////////////*/
/*Data Preloader*/
/*//////////////*/
#preloader {
	position:fixed;
	z-index:2500;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:99999999; 
}
#status {
	position:fixed;
	z-index:99999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-image:url(../ky_img/status.gif); 
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 
}
#status p{
	top:60%;
}
#status em{
	font-size:10px!important;
	display:block;
	font-style:normal;
}
/*///////////////////*/
/*Typograhpy Features*/
/*///////////////////*/
.center-icon{
	width:70px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.last-column{
	margin-right:0%!important;
}
.one-third{
	width:28%;
	float:left;
	margin-right:8%;	
}
.one-half{
	width:45%;
	float:left;
	margin-right:10%;
}
@media (max-width:760px){
	
.hide-if-mobile{
	display:none;
}
}
@media (min-width:760px) { 
	.one-third-responsive{
		width:30%;
		float:left;
		margin-right:5%;	
	}
	
	.one-half-responsive{
		width:46%;
		float:left;
		margin-right:8%;
	}
	
	.sidebar-left-big{
		width:70%;
		float:left;
		margin-right:5%	
	}
	
	.sidebar-right-small{
		width:25%;
		float:right;	
	}
		
	.sidebar-right-big{
		width:70%;
		float:right;	
	}
	
	.sidebar-left-small{
		width:25%;
		float:left;
		margin-right:5%;	
	}
	
	.hide-if-responsive{
		display:none;
	}
}
/*///////////////*/
/*Text Highlights*/
/*///////////////*/
.text-highlight{
	color:#FFFFFF;
	padding:8px;
	margin-right:3px;	
}
.highlight-turqoise{	 background-color:#16a085;	}
.highlight-green{  	 	background-color:#27ae60;	}
.highlight-blue{   		 background-color:#2980b9;	}
.highlight-magenta{	  background-color:#8e44ad;	}
.highlight-dark{		 background-color:#2c3e50;	}
.highlight-yellow{	   background-color:#f1c40f;	}
.highlight-red{		  background-color:#c0392b;	}
.highlight-orange{	   background-color:#e67e22;	}
/*///////*/
/*Buttons*/
/*///////*/
.center-button{
	width:120px;
	margin-left:auto;
	margin-right:auto;	
	display:block!important;
	margin-top:10px;
	text-align:center;
}
.button{
	display:inline-block;
	padding:10px 20px;	
}
.button-3d{
	display:inline-block;
	padding:8px 20px;	
}
.button i{
	margin-right:10px;	
	font-size:12px;
	width:12px;
	text-align:center;
	margin-left:-5px;
}
.tea-3d{				border-bottom:solid 4px #117562;}
.button-tea{			background-color:#16a085; color:#FFFFFF;}
.button-tea:hover{		background-color:#1abc9c;}
.green-3d{				border-bottom:solid 4px #1e8248;}
.button-green{			background-color:#27ae60; color:#FFFFFF;}
.button-green:hover{	background-color:#2ecc71;}
.blue-3d{				border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#2980b9; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}
.magenta-3d{			border-bottom:solid 4px #602e75;}
.button-magenta{		background-color:#8e44ad; color:#FFFFFF;}
.button-magenta:hover{	background-color:#9b59b6;}
.dark-3d{				border-bottom:solid 4px #19232d;}
.button-dark{			background-color:#2c3e50; color:#FFFFFF;}
.button-dark:hover{		background-color:#34495e;}
.yellow-3d{				border-bottom:solid 4px #ba970b;}
.button-yellow{			background-color:#f1c40f; color:#1f1f1f;}
.button-yellow:hover{	background-color:#f39c12;}
.orange-3d{				border-bottom:solid 4px #9d3e00;}
.button-orange{			background-color:#d35400; color:#FFFFFF;}
.button-orange:hover{	background-color:#e67e22;}
.red-3d{				border-bottom:solid 4px #8a281e;}
.button-red{			background-color:#c0392b; color:#FFFFFF;}
.button-red:hover{		background-color:#e74c3c;}
.light-3d{				border-bottom:solid 4px #868a8c;}
.button-light{			background-color:#bdc3c7; color:#1f1f1f;}
.button-light:hover{	background-color:#ecf0f1;}
.grey-3d{				border-bottom:solid 4px #474d4e;}
.button-grey{			background-color:#7f8c8d; color:#FFFFFF;}
.button-grey:hover{		background-color:#95a5a6;}
/*/////////////*/
/*Buttons Icons*/
/*/////////////*/
.icon-home{background-image:url(../ky_img/home.png);}
.icon-setting{background-image:url(../ky_img/cog4.png);}
.icon-mail{background-image:url(../ky_img/mail.png);}
/*////////////////*/
/*Mobile Detectors*/
/*////////////////*/
.mobile-detector-button{
	color:#FFFFFF;
	background-color:#2c3e50;
	padding:10px 10px;
	display:block;
	width:121px;
	text-align:right;
	margin-bottom:5px;
}
.android-detected a{
	background-image:url(../ky_img/droid@2x.png);
	background-position:15px 15px;
	background-size:26px 30px;
	background-repeat:no-repeat;
}
.ipod-detected a{
	background-image:url(../ky_img/iphone@2x.png);
	background-position:15px 15px;
	background-size:26px 30px;
	background-repeat:no-repeat;
}
.ipad-detected a{
	background-image:url(../ky_img/ipad@2x.png);
	background-position:15px 15px;
	background-size:26px 30px;
	background-repeat:no-repeat;
}
.iphone-detected a{
	background-image:url(../ky_img/iphone@2x.png);
	background-position:15px 15px;
	background-size:26px 30px;
	background-repeat:no-repeat;
}
/*///////////////*/
/*Code Highlights*/
/*///////////////*/
.code{
	border:solid 1px #cacaca;
	font-size:12px;
	margin-bottom:30px;
}
.wline{
	font-size:11px;
	font-family:"Courier New", Courier, monospace!important;
	display:block;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
}
.code > span:last-child{
	border-bottom:none;
}
.gline{
	font-size:11px;
	font-family:"Courier New", Courier, monospace!important;
	border-top:solid 1px rgba(0,0,0,0.1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
	display:block;
	background-color:#f1f1f1;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
}	
/*////////////////*/
/*Lists with icons*/
/*////////////////*/
.number-list {}
.number-list li{
	line-height:26px;	
	list-style:decimal;
	overflow:visible!important;
	margin-left:0px;
	list-style:decimal;
	margin-left:20px;
	padding-left:0px;
}
.normal-list li{
	line-height:26px;	
	padding-left:5px;
}
.icon-list li{
	list-style:none;
	padding-left:30px;	
	background-repeat:no-repeat;
	background-size:18px 18px;
	background-position:0px 5px;
	margin-bottom:10px;
	line-height:26px;
}
.font-icon-list li{
	list-style:none;
	padding-left:0px;	
	color:#666666;
	line-height:26px;
}
.font-icon-list li a{
	color:#666666;	
}
.icon-list li a{
	color:#666666;	
}
.font-icon-list i{
	margin-right:10px;	
	width:12px;
}
.address-list{
	background-image:url(../ky_img/address_48.png);
}
.block-list{
	background-image:url(../ky_img/block_48.png);
}
.bookmark-list{
	background-image:url(../ky_img/bookmark_48.png);
}
.briefcase-list{
	background-image:url(../ky_img/briefcase_48.png);
}
.bubble-list{
	background-image:url(../ky_img/bubble_48.png);
}
.buy-list{
	background-image:url(../ky_img/buy_48.png);
}
.calendar-list{
	background-image:url(../ky_img/calendar_48.png);
}
.clipboard-list{
	background-image:url(../ky_img/clipboard_48.png);
}
.clock-list{
	background-image:url(../ky_img/clock_48.png);
}
.delete-list{
	background-image:url(../ky_img/delete_48.png);
}
.diagram-list{
	background-image:url(../ky_img/diagram_48.png);
}
.document-list{
	background-image:url(../ky_img/document_48.png);
}
.down-list{
	background-image:url(../ky_img/down_48.png);
}
.flag-list{
	background-image:url(../ky_img/flag_48.png);
}
.folder-list{
	background-image:url(../ky_img/folder_48.png);
}
.gear-list{
	background-image:url(../ky_img/gear_48.png);
}
.globe-list{
	background-image:url(../ky_img/globe_48.png);
}
.heart-list{
	background-image:url(../ky_img/heart_48.png);
}
.help-list{
	background-image:url(../ky_img/help_48.png);
}
.home-list{
	background-image:url(../ky_img/home_48.png);
}
.info-list{
	background-image:url(../ky_img/info_48.png);
}
.key-list{
	background-image:url(../ky_img/key_48.png);
}
.label-list{
	background-image:url(../ky_img/label_48.png);
}
.left-list{
	background-image:url(../ky_img/left_48.png);
}
.letter-list{
	background-image:url(../ky_img/letter_48.png);
}
.monitor-list{
	background-image:url(../ky_img/monitor_48.png);
}
.pencil-list{
	background-image:url(../ky_img/pencil_48.png);
}
.plus-list{
	background-image:url(../ky_img/plus_48.png);
}
.present-list{
	background-image:url(../ky_img/present_48.png);
}
.print-list{
	background-image:url(../ky_img/print_48.png);
}
.right-list{
	background-image:url(../ky_img/right_48.png);
}
.save-list{
	background-image:url(../ky_img/save_48.png);
}
.search-list{
	background-image:url(../ky_img/search_48.png);
}
.shield-list{
	background-image:url(../ky_img/shield_48.png);
}
.statistics-list{
	background-image:url(../ky_img/statistics_48.png);
}
.stop-list{
	background-image:url(../ky_img/stop_48.png);
}
.tick-list{
	background-image:url(../ky_img/tick_48.png);
}
.trash-list{
	background-image:url(../ky_img/trash_48.png);
}
.up-list{
	background-image:url(../ky_img/up_48.png);
}
.user-list{
	background-image:url(../ky_img/user_48.png);
}
.wallet-list{
	background-image:url(../ky_img/wallet_48.png);
}
	
.warning-list{
	background-image:url(../ky_img/warning_48.png);
}
/*/////////////*/
/*Table Styling*/
/*/////////////*/
.table{
	width:100%;
	margin-bottom:35px;
}
.table-title{
	font-family:'Dosis', sans-serif;
	font-size:12px;
}
.table-sub-title{
	font-family:'Dosis', sans-serif;
	font-weight:bold;
	font-size:12px;
}
.price{
	font-size:12px;
}
.small-price{
	position:absolute;
	margin-left:0px;
	font-size:10px;
	margin-top:-3px!important;
}
table {
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:25px;
}
table th {
	padding:21px 25px 22px 25px;
	border-bottom:1px solid #e0e0e0;
}
table th:first-child{
	text-align: center;
	padding-left:20px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:14px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 0px solid #e0e0e0;
}
table tr.even td{
	background: #efefef;
}
table tr:last-child td{
	border-bottom:0;
}
table tr:hover td{
	background: #f8f8f8;
}
.table-heading{
	padding-top:10px;
	padding-bottom:15px;
}
.table-text{
	color:#6f6f6f;
}
/*//////////////*/
/*Speach Bubbles*/
/*//////////////*/
.green-bubble{
	background-color:#33c922!important;
	color:#FFFFFF!important;
	border:none!important;
}
.blue-bubble{
	background-color:#0b84fe!important;
	color:#FFFFFF!important;
	border:none!important;
}
.speach-left{
	float:left;
	display:inline;
	text-align:left;
	max-width:75%;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px;
	background-color:#FFFFFF;	
	border:solid 1px #cacaca;
}
.speach-left-title{
	display:block;
	width:100%;
	font-size:10px;
	font-style:normal;
	padding-left:5px;
	color:#000000;	
	text-shadow:0px 1px 0px #FFFFFF;
}
.speach-right{
	float:right;
	text-align:right;
	text-align:left;
	max-width:75%;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px;
	background-color:#FFFFFF;	
	border:solid 1px #cacaca;
}
.speach-right-title{
	text-align:right;
	display:block;
	font-size:10px;
	font-style:normal;
	padding-right:5px;
	color:#000000;	
	text-shadow:0px 1px 0px #FFFFFF;
}
/*//////*/
/*Quotes*/
/*//////*/
.quote-style-one{
	margin-bottom:30px;
}
.quote-style-one img{
	float:left;
	width:25%;
}
.quote-style-one em{
	font-style:normal;
	float:left;
	width:70%;
	padding-left:4%;
}
.quote-style-one strong{
	font-style:italic;
	float:left;
	width:70%;
	padding-left:4%;
	padding-top:2%;
}
.quote-style-two{
	margin-bottom:30px;
}
.quote-style-two em{
	text-align:left;
	font-style:normal;
	display:block;
}
.quote-style-two strong{
	text-align:left;
	font-style:italic;	
	display:block;
}
.quote-style-three{
	margin-bottom:30px;
}
.quote-style-three em{
	text-align:right;
	font-style:normal;
	display:block;
}
.quote-style-three strong{
	text-align:right;
	font-style:italic;	
	display:block;
}
.quote-style-four em{
	text-align:center;
	font-style:normal;
	display:block;
}
.quote-style-four strong{
	text-align:center;
	font-style:italic;
	display:block;
}
.quote-style-four img{
	width:70px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
/*/////////////////////*/
/*Radios and Checkboxes*/
/*/////////////////////*/
.checkbox-one{
	background-image:url(../ky_img/checkbox1.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.checkbox-one-checked{
	background-image:url(../ky_img/checkbox1c.png);
}
.checkbox-two{
	background-image:url(../ky_img/checkbox2.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.checkbox-two-checked{
	background-image:url(../ky_img/checkbox2c.png);
}
.checkbox-three{
	background-image:url(../ky_img/checkbox3.png);
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 2px;
	margin-bottom:10px;
}
.checkbox-three-checked{
	background-image:url(../ky_img/checkbox3c.png);
}
.radio-one{
	background-image:url(../ky_img/radio1.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.radio-one-checked{
	background-image:url(../ky_img/radio1c.png);
}
.radio-two{
	background-image:url(../ky_img/radio2.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.radio-two-checked{
	background-image:url(../ky_img/radio2c.png);
}
/*//////*/
/*Charts*/
/*//////*/
.chart div{
	overflow:hidden!important;
}
.chart strong{
	font-size:13px;
	text-align:left;
	font-weight:600;
	font-family:'Source Sans Pro', sans-serif;
	padding-left:5px;
}
.chart em{
	font-size:13px;
	text-align:right;
	font-style:normal;
	display:block;
	margin-bottom:10px;
	margin-top:-20px;
	font-weight:300;
	font-family:'Source Sans Pro', sans-serif;
	padding-right:5px;
}
.chart-background{
	background-color:#CCC;
	width:100%;
	display:block;
	height:22px;
	margin-bottom:20px;
	margin-top:-5px;
}
.red-chart{
	background-color:#c0392b;
	margin:3px;
	height:16px;
	opacity:0.9;
}
.green-chart{
	background-color:#27ae60;
	margin:3px;
	height:16px;
	opacity:0.9;
}
.yellow-chart{
	background-color:#f39c12;
	margin:3px;
	height:16px;
	opacity:0.9;
}
.magenta-chart{
	background-color:#8e44ad;
	margin:3px;
	height:16px;
	opacity:0.9;
}
.blue-chart{
	background-color:#2980b9;
	margin:3px;
	height:16px;
	opacity:0.9;
}
.chart-round div{
	border-radius:20px;
}
.p100{width:100%;}
.p90{width:90%;}
.p80{width:80%;}
.p70{width:70%;}
.p60{width:60%;}
.p50{width:50%;}
.p40{width:40%;}
.p30{width:30%;}
.p20{width:20%;}
.p10{width:10%;}
.p0{width:0%;}
/*//////////////////*/
/*Notification Boxes*/
/*//////////////////*/
.red-notification{
	background-color:#c0392b;
	color:#FFFFFF;	
}
.green-notification{
	background-color:#27ae60;
	color:#FFFFFF;	
}
.yellow-notification{
	background-color:#f39c12;
	color:#FFFFFF;	
}
.blue-notification{
	background-color:#2980b9;
	color:#FFFFFF;	
}
.big-notification{
	margin-bottom:30px;
	padding:8px;
}
.big-notification h3{
	font-family:'Dosis', sans-serif;
	font-weight:400;
	color:#FFFFFF;
	margin-bottom:5px;
	margin:10px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.big-notification h4{
	font-family:'Dosis', sans-serif;
	font-weight:400;
	color:#FFFFFF;
	margin-bottom:5px;
	margin:10px;
	padding-bottom:10px;
	padding-top:0px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.close-big-notification{
	font-size:14px;
	color:#FFFFFF;
	float:right;
	margin-top:-41px;
	margin-right:12px;
}
.big-notification p{
	padding:10px;	
	padding-top:0px;
	margin-bottom:0px;
}
.static-notification-red{
	overflow:hidden;
	background-color:#c0392b;
	color:#FFFFFF;
	margin-bottom:30px;
}
.static-notification-red p{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
}
.static-notification-green{
	overflow:hidden;
	background-color:#27ae60;
	color:#FFFFFF;
	margin-bottom:30px;
}
.static-notification-green p{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
}
.static-notification-yellow{
	overflow:hidden;
	background-color:#f39c12;
	color:#FFFFFF;
	margin-bottom:30px;
}
.static-notification-yellow p{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
}
.static-notification-blue{
	overflow:hidden;
	background-color:#2980b9;
	color:#FFFFFF;
	margin-bottom:30px;
}
.static-notification-blue p{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:500;
}
/*////*/
/*Tabs*/
/*////*/
.tabs{
	margin:0px auto;
	text-align:center;
	margin-top:10px;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
}
.tabs div{
	overflow:hidden!important;
}
.tabs a{
	color:#343434;
	text-transform:uppercase;
}
.tab-content{
	overflow:hidden;
	display:none;
}
.tab-content img{
	margin-top:8px;	
}
.tab-content p{
	margin-bottom:0px;
}
.tab-content-1{
	display:block;
}
.tab-active{
	/*background-color:#bee7cf!important;*/
	color:#0080FF;
	border-bottom:2px solid #0080FF;
}
.actve-green{
	/*background-color:#67c68f!important;*/
	color:#0080FF;
}
.tabs tab-active a{
	color:#0080FF;
}
.tab-but{
	font-size:13px;
	float:left;
	background-color:#f9f9f9;
	margin-right:2px;
	margin-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.tab-content{
	background-color:#eeeeee;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
/*///////*/
/*Toggles*/
/*///////*/
.toggle-content{
	display:none;
	padding-top:0px;
}
.toggle-content p{
	border-top:solid 1px rgba(0,0,0,0.05);
	margin-bottom:0px;
	padding-top:10px;
	padding:15px;
}
.toggle-1, .toggle-2, .toggle-3{
	background-color:#eeeeee;   
}
.toggle-3{
}
.deploy-toggle-1{
	padding:15px;
	padding-left:50px;
	font-size:13px;
	color:#343434;
	text-transform:uppercase;
	background-image:url(../ky_img/plus.png);
	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:15px 19px;
}
.toggle-1-active{
	background-image:url(../ky_img/minus.png);
}
.deploy-toggle-2{
	padding:15px;
	padding-left:50px;
	font-size:13px;
	color:#343434;
	text-transform:uppercase;
	background-image:url(../ky_img/plus_48.png);
	background-repeat:no-repeat;
	background-size:14px 14px;
	background-position:15px 18px;
}
.toggle-2-active{
	background-image:url(../ky_img/delete_48.png);
}
.deploy-toggle-3{
	padding:15px;
	font-size:13px;
	color:#343434;
	text-transform:uppercase;
}
.deploy-toggle-3 em{
	background-color:#c0392b;
	position:absolute;
	transition: 0.1s ease-out;
	right:15px;
	width:50px;
	height:20px;
	border-radius:30px;
}
.deploy-toggle-3 em strong{
	top:2px;
	left:2px;
	height:16px;
	width:16px;
	border-radius:19px;
	background-color:#f6f6f6;
	position:absolute;
	z-index:999;
}
.toggle-3-active-background{
	background-color:#27ae60!important;
}
.toggle-3-active-ball{
	transition: 0.01s ease-out;
	left:32px!important;
}
/*///////*/
/*Submenu*/
/*///////*/
.submenu-navigation a{
	color:#343434;
}
.submenu-navigation{
	background-color:#eeeeee;
}
.submenu-nav-deploy{
	font-size:13px;
	padding:15px;
	padding-left:40px;
	text-transform:uppercase;
	background-image:url(/images/arrow-down.png);
	background-repeat:no-repeat;
	background-size:8px 5px;
	background-position:15px 23px;
}
.submenu-nav-deploy-active{
	background-image:url(/images/arrow-up.png);
}
.submenu-nav-items{
	display:none;
}
.submenu-nav-items a:first-child{
	border-top:solid 1px rgba(0,0,0,0.1);
}
.submenu-nav-items a{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
.submenu-nav-items a:last-child{
	padding-bottom:10px;
}
/*////////////*/
/*Sliding Door*/
/*////////////*/
.sliding-door{
	overflow:hidden;
	background-color:#FFFFFF;
	border:solid 1px #cacaca;
	height:40px;
	line-height:39px;
}
.sliding-door-bottom{
	border:solid 1px rgba(0,0,0,0.05);
}
.sliding-door-clear{
	height:20px;
	display:block;
	width:100%;
}
.sliding-door-top{
	position:absolute;
	background-color:#FFFFFF;
	display:block;
	width:101%;
	height:inherit;
	line-height:inherit;
	padding-top:3px;
	z-index:10;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
	border-left:solid 1px #cacaca;
	margin-left:-1px;
}
.sliding-door-top a{
	color:#333;
	text-transform:uppercase;
	background-position:0 13px;
}
.sliding-door-bottom{
	position:absolute;
	background-color:#fefefe;
	display:block;
	width:100%;
	height:inherit;
	line-height:inherit;
	padding-top:3px;
	font-size:12px;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}
.sliding-door-bottom a{
	color:#333;
	width:98%;
}
.sliding-door-bottom a strong{
	padding-right:10px;
	font-weight:normal;
	text-transform:uppercase;
}
.sliding-door-bottom a em{
	background-image:url(../ky_img/minus.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position:13px 13px;
	margin-right:20px;
	display:inline-block;
	float:left;
	width:40px;
	height:40px;
}
.sliding-door-top a em{
	background-image:url(../ky_img/plus.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position:13px 13px;
	margin-right:20px;
	display:inline-block;
	float:left;
	width:40px;
	height:40px;
}
/*Contact Form */
.contactField{
	background-color:rgba(255,255,255,0.4);
	font-size:12px;
	color:#666;
	border:solid 1px #cacaca;
}
.contactTextarea{
	background-color:rgba(255,255,255,0.4);
	font-size:12px;
	border:solid 1px #cacaca;
	color: #666;
}
.contactSubmitButton{
	line-height:19px!important;
	display:block!important;
	height:36px!important;
	margin-right:4px;
	width:100%;
}
.contact-form{
	margin-bottom:20px;
}
.contactNameField{
	padding-bottom:5px;	
	font-size:12px;
}
.contactNameField span{
	float:right;
	opacity:0.2;
}
.contactEmailField{
	padding-bottom:5px;
	font-size:12px;
}
.contactEmailField span{
	float:right;
	opacity:0.2;
}
.contactMessageTextarea{
	padding-bottom:5px;
	font-size:12px;
}
.contactMessageTextarea span{
	float:right;
	opacity:0.2;
}
/*Field Styles*/
.formFieldWrap{
	margin-top:-5px;	
}
#contactNameField{
	text-transform:capitalize;
}
.contactField{
	min-width:100%;	
	display:block;
	box-sizing:border-box;
}
.contactTextarea{
	min-width:100%;
	display:block;
	box-sizing:border-box;
}
.buttonWrap{
	line-height:20px;
	padding-bottom:24px;
	min-width:43%;
	display:inline-block;
}
.formSubmitButtonErrorsWrap a{
	width:25%;
	text-align:center;
	padding:8px 10px!important;
}
.formValidationError .red-notification p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
}
.contactField{
	height:40px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
.contactTextarea{
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	height: 80px;
}
/*Contact Bottom Icons*/
/*Contact Icons*/
@media (min-width:768px){
	.contact-information{
		padding-left:20px;	
	}
}
.contact-call{
	color:#666;
	height:25px;
	display:block;
}
.contact-call i{
	width:12px;
	diplay:block;
	margin-right:20px;	
}
.contact-text{
	color:#666;
	height:25px;
	display:block;
}
.contact-text i{
	width:12px;
	diplay:block;
	margin-right:20px;	
}
.contact-mail{
	color:#666;
	height:25px;
	display:block;
}
.contact-mail i{
	width:12px;
	diplay:block;
	margin-right:20px;	
}
.contact-facebook{
	color:#666;
	height:25px;
	display:block;
}
.contact-facebook i{
	width:12px;
	diplay:block;
	margin-right:20px;	
}
.contact-twitter{
	color:#666;
	height:25px;
	display:block;
}
.contact-twitter i{
	width:12px;
	diplay:block;
	margin-right:20px;	
}
/*////*/
/*Maps*/
/*////*/
.maps-container{
	display:block!important;
	padding-bottom:0px;	
	box-sizing:border-box;
	max-height:150px;
	overflow:hidden;
	margin-bottom:30px;
}
.maps{
	display:block!important;
	width:100%;
	overflow:hidden;
}
/*/////////*/
/*Blog Post*/
/*/////////*/
.blog-post p{
	margin-bottom:10px;
}
.blog-user{
	background-image:url(../ky_img/blog_user.png);
	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:0px 2px;
	list-style:none;
	padding-left:20px;
	float:left;
	margin-right:10px;
}
.blog-time{
	background-image:url(../ky_img/blog_time.png);
	background-repeat:no-repeat;
	background-size:12px 11px;
	background-position:0px 3px;
	list-style:none;
	padding-left:15px;
	float:left;
	margin-right:10px;
}
.blog-cat{
	background-image:url(../ky_img/blog_cat.png);
	background-repeat:no-repeat;
	background-size:12px 10px;
	background-position:0px 4px;
	list-style:none;
	padding-left:20px;
	float:left;
	margin-right:10px;
}
.blog-more{
	background-image:url(../ky_img/blog_more.png);
	background-repeat:no-repeat;
	background-size:14px 10px;
	background-position:0px 5px;
	list-style:none;
	padding-left:20px;
	float:left;
	padding-bottom:20px;
}
/*/////////////////////*/
/*Recent Blog Post Tabs*/
/*/////////////////////*/
.recent-post p a:hover{
	opacity:0.8;
}
.recent-post p img{
	float:left;
	margin-right:20px;
}
.recent-post p strong{
	display:block;
	color:#1f1f1f;
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	padding-top:5px;
}
.recent-post p em{
	font-style:normal;	
	color:#666;
}

//add 20150110
.productList{width:100%; padding:30px 0;}
.productList div{ float:left;width:30%;}
.productList ul{ float:right;width:68%; text-align:left}
.productList ul h4{text-align:left; font-weight:normal;}
.productList ul p{line-height:20px;margin:0px;}


.bg2{ background-color:#F6F6F6}
.submenu-nav-items ul{
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
.submenu-nav-items ul li{
	float:left;
	width:20%;
	min-width:100px;
	text-align:right;
	line-height:30px;	
	color:#0080FF;
}
ul, ol ,li{
    list-style: none;
	display: list-item;
}

/*线上购买*/
.olshopboxList{width:100%; padding:30px 0;}
.olshopboxList div{ float:left;width:30%;}
.olshopboxList div img{width:100%;}
.olshopboxList ul{ float:right;width:68%; text-align:left}
.olshopboxList ul h4{text-align:left; }
.olshopboxList ul p{line-height:20px;margin:0px;}
.go{color:#0080FF;}

.ol-shop { padding: 30px 0 60px;}
.ol-shop h1 { color: #4C4C4C; font-size: 16px;}
.olshopbox {border: 1px solid #e5e5e5; margin: 20px 3px;padding:10px;}
/*.olshopbox ul{width:100%}
.olshopbox .t { background: #0080ff; line-height: 34px; height: 34px; color: #fff;}
.olshopbox .t h1 { color: #fff; display: block; margin: 0 30px;}
.olshopbox .t h1 i { float: left; display: inline-block; width: 21px; height: 17px; background: url(../images/sp/ico-all.png) -38px -17px; margin: 8px 5px 0;}
.olshopbox .ct { margin: 0 0px; padding: 0px 0;}
.olshopbox .ct li { margin: 20px 0;}
.olshopbox .ct li .img { float: left; width: 185px; height: 100px; }
.olshopbox .ct li .img img { border: 1px solid #cdcfce;width: 100%;}
.olshopbox .ct li .msg { float: left; width: 568px; margin-left: 30px;}
.olshopbox .ct li .msg h2 { font-size: 14px;}
.olshopbox .ct li .msg h2 a { color: #666;}
.olshopbox .ct li .msg p { color: #4C4C4C; height: 76px;}
.olshopbox .ct li .msg a.go { color: #0080FF;}
.olshopbox .ct li .msg a:hover { color: #000;}
.ol-page { border-top: 1px dashed #c9c9c9; margin: 26px 0; padding: 20px 0; text-align: right;}
.ol-page a { font-size: 14px; color:  #7F7F7F; margin: 0 5px;}
.ol-page a.cur ,.ol-page a:hover { color: #0080FF;}*/


.artContent { background: #f9f9f9; padding: 10px 25px; margin-bottom: 20px;}
.artContent h3 { display: block; font-weight: bold; font-size: 22px;line-height: 40px;text-align:center;}
.artContent h3 a { color: #666;}
.artContent h3 a:hover { color: #000;}
.artContent .art-dz { color: #7F7F7F;text-align:center;}
.artContent .img {  overflow: hidden; margin: 10px auto; text-align:center}
.artContent .cy-art { color: #7F7F7F;font-size:12px;line-height:20px;}
.mainColor{color:#0080FF}
.h20{height:20px;}

.lst-menu{color:#666}
.lst-menu ul{width:100%; border-bottom:1px solid #E6E6E6;margin-top:20px;height:20px; float:left;}
.lst-menu ul li{ list-style: none;
	display: list-item;
	color:#999;
	float:left;
	margin-right:3%;
	}
.lst-menu a{color:#666;}
.lst-menu a.cur{color:#791e22; font-weight:bold;}
.lst-menu h2{
	font-size:13px;
	font-weight: bold;
	color: #791e22;
}

.ser-nav {   color: #fff; text-align: center; font-size: 12px; margin:0 auto; width:100%;}
.ser-nav ul {width:100%;margin:0 auto;text-align:center;}
.ser-nav li { float: left; line-height: 26px;height:26px;width:16.6%;min-width:56px; background: #4d4d4d; text-align:center;margin:0 auto;margin-top:3px; border-right:1px solid #FFF;}
.ser-nav li a {display: block; text-align: center; color: #fff;margin:0 3px; }
.ser-nav li:last-child a { border-right: none;}
.ser-nav li a:hover { text-shadow: 0 0 5px #fff;}

.cn-cont table{border:0px;}
table.noborder{border:0px;}
table.noborder td{border:0px;}

.cn-ser { text-align:center; margin: 0 auto; 
}
.cn-ser .cn-t { padding: 10px 30px; line-height: 30px; text-align:center}
.cn-ser .cn-t h1 { font-size: 24px; color: #000;}

table.chargeTable {
	font-size:10px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:25px;
}
table.chargeTable th {
	padding:5px;
	border-bottom:1px solid #e0e0e0;
}
table.chargeTable th:first-child{
	text-align: center;
	padding-left:20px;
}
table.chargeTable tr{
	text-align: center;
	padding-left:20px;
}
table.chargeTable tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table.chargeTable tr td {
	padding:4px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 0px solid #e0e0e0;
}

.baoxiu-yy2 .main ul{margin:10px;height:30px;}
.baoxiu-yy2 .main ul dl{width:30%;float:left;text-align:right;line-height:30px;font-size:12px;}
.baoxiu-yy2 .main ul dt{width:70%;float:left;text-align:left;text-indent:3em;}
.baoxiu-yy2 .main div .h10{height:4px;-webkit-text-size-adjust:none}
.baoxiu-yy2 .main ul select{    width: 363px;
    height: 30px;
    line-height: 30px;
    padding: 2px 12px;
    border: 1px solid #d6d6d6;
    font: 12px/1.5 "微软雅黑","黑体","宋体";}
.baoxiu-yy2 .main input{    width: 100%;
    height: 25px;
    padding: 2px 0px;
    border-bottom: 1px solid #d6d6d6;
    font: 12px/1.5 "微软雅黑","黑体","宋体";}
.baoxiu-yy2 .main div.anZhuan{list-style:none;line-height:36px;background: url(../images/install_9.png) no-repeat;width:95px;height:36px;float:left;margin-right:10px;text-align:center;}
.baoxiu-yy2 .main div a{color: #676767;}
.baoxiu-yy2 .main div a.cur{color:#01A2BE}

.fl{float:left;}


table.install {
	font-size:10px;
	text-shadow: 0px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 0px solid;
	margin-bottom:25px;
}
table.install th {
	padding:5px;
	border-bottom:1px solid #e0e0e0;
}
table.install th:first-child{
	text-align: center;
	padding-left:0px;
}
table.install tr{
	text-align: center;
	padding-left:20px;
}
table.install tr td:first-child{
	text-align: left;
	padding-left:0px;
	border-left: 0;
}
table.install tr td {
	padding:0px;
	border-left: 0px solid #e0e0e0;
}
table.question{border:0px;width:200px}
table.question td{text-align:center;padding-right:0px;border:0px;padding:0px; margin:0 auto;line-height:20px;height:20px;}
table.question td img{text-align:center;margin:0 auto;}


.life{width:100%; text-align:left; border:1px solid #8C8C8C; }
.life tbody tr th,.life tbody tr td{padding:10px;}
.life tbody tr th{/*height:30px;line-height:30px; background-color:#8C8C8C;color:#FFF; text-align:left;font-size:12px;*/}
.life tbody tr td{line-height:20px; font-size:12px;vertical-align: text-top; text-align:left}