body {
	background-image: url("/images/starries_bgnew.jpg") !important;
	background-size: 100% auto !important;
	background-position: center top !important;
	background-color: #f7e0e6 !important;
	font: 12px "Trebuchet MS",Trebuchet,Verdana,sans-serif;
	color: #909090;
	margin: 0;
	background-repeat: no-repeat !important;
}

.main_page {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
	margin: auto;
	max-width: 960px;
	min-height: 960px;
	backdrop-filter: blur(8px);
}

.inner_box {
    margin-top: 8px;
    padding: 10px 40px;
}

.page_title {
	font-size: 18px;
}

h3 {
	color: #666666;
    font: 22px "Trebuchet MS",Trebuchet,Verdana,sans-serif;
    margin: 0.75em 0 0;
}

a:link {
    color: #273f87;
    text-decoration: none;
}
a:visited {
    color:  #273f87;
    text-decoration: none;
}
a:hover {
    color: #FFFF99;
    text-decoration: underline;
}

.time_date {
    background-color: #ffd102;
    color: #ffffff;
    letter-spacing: 3px;
    margin: inherit;
    padding: 0.4em;
}

.nav {
  margin: 20px auto;
  max-width: 860px;
  padding-left: 2px;
}

.sub_menu_button {
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 4px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

.sub_menu_button:hover {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #627ac8;
    cursor: pointer;
    transition: all 0.5s ease 0s;
	text-decoration: none;
}

.center_content {
    margin: auto;
    width: 860px;
}

.right_content {
    width: 640px;
	float: left;
}

.left_content {
    float: right;
    width: 210px;
}

h4 {
    color: #4887b2;
    font: 18px "Trebuchet MS",Trebuchet,Verdana,sans-serif;
    margin-bottom: 2px;
    margin-top: 0;
}


input {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 100%;
}

.widget_box {
    margin-bottom: 2px;
    padding: 2px;
}

.blog_box {
    color: #666666;
    margin-bottom: 15px;
}

.blog_box > p {
    font-size: 14px;
}

.loadingdiv {
    border-color: rgb(202, 202, 202) rgb(187, 187, 187) rgb(160, 160, 160) rgb(255, 255, 255);
    border-radius: 31px;
    border-style: solid;
    border-width: 5px;
    height: 40px;
    margin: auto;
    width: 40px;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.item {
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #878787;
    float: left;
    height: 220px;
    margin: 5px;
    transition: all 0.2s ease 0s;
    width: 200px;
}
.item:hover {
	cursor: pointer;
    box-shadow: 0 0px 0px #878787
}
.item_image {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    height: 165px;
    margin: 2px auto auto;
    text-align: center;
    width: 190px;
}
.item_text {
    color: #4887b2;
    display: block;
    font-weight: bold;
    margin: 2px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
    width: 196px;
}

.item_button {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #363636;
    font-size: 17px;
    margin: auto;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    width: 190px;
}
.popup_window {
    background: #ffffff none repeat scroll 0 0;
    border: 5px solid #cccccc;
    border-radius: 5px;
    bottom: 0;
    height: 450px;
    left: 0;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 850px;
    z-index: 80;
}
.black_background {
    background: transparent url("https://killis.co/images/backgroundblack.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
}

.orangebox {
    background: #e77b22 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 2px 2px 3px #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.orangebox:hover {
    background: #e9a34a none repeat scroll 0 0;
    box-shadow: 0 0 3px #cccccc;
    text-decoration: underline;
}
.sub_header_button {
    transition: all 0.5s ease 0s;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 2px solid #627ac8;
    border-radius: 3px;
    color: #627ac8;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-shadow: 1px 1px 1px #cccccc;
}
.sub_header_button:hover {
    cursor: pointer;
    background: #627ac8 none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: 0 0 0 #cccccc;
	text-decoration: underline;
}
.sub_menu {
    border-bottom: 2px solid #627ac8;
    color: rgb(255, 255, 255);
    margin: 5px;
    padding: 0 10px 10px;
    text-align: left;
}
.blue_box {
    background: #627ac8 none repeat scroll 0 0;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    padding: 5px;
    width: 200px;
}
.hovertowhite:hover {
    color: #ffffff !important;
}
.footer_box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 25px 25px 0 0;
    margin: 10px auto -10px;
    max-width: 960px;
}
.minifreebox {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    float: left;
    height: 65px;
	width: 65px;
    margin-right: 1px;
    margin-top: 1px;
    text-align: center;
    width: 65px;
}
.minifreeinfo {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 10px;
    height: 58px;
    opacity: 0.8;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 58px;
}
blockquote {
    background: #f1e596 none repeat scroll 0 0;
    border-left: 2px solid #bfc20d;
}
.theme_iframe {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(161, 161, 161);
    height: 100px;
    margin: 5px;
    overflow: hidden;
    padding: 0 5px 8px 3px;
    width: 100px;
}
.theme_title{
    color: #FFFFFF !important;
	font-size: 18px;
	font-size: 18px;
}
.theme_title:hover{
    color: #FFFFFF;
}
.theme_title_box{
    margin: 5px 5px 5px 0;
}
.theme_button_links {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 3px;
	border: 2px solid #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	transition: all 0.2s ease 0s;
	margin-right: 4px;
	margin-bottom: 6px;
}
.theme_button_links:hover {
    background: #627ac8;
	color: #ffffff;
}
.theme_select_iframe {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: medium none;
    height: 125px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 125px;
}
.theme_select_whitebox {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
	color: #CCCCCC;
    overflow: hidden;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme_select_blueinfo {
    background: #627ac8 none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}
.theme_select_iframebox {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
}

.theme_select_themebox {
    border-radius: 0 0 4px 4px;
    float: left;
    margin: 0 2px 5px;
    text-align: center;
    width: 24%;
	transition: all 0.2s ease 0s;
}
.theme_select_themebox:hover {
    box-shadow: 0 0 3px #627ac8;
}
.themes_floatbox {
    background: transparent none repeat scroll 0 0;
    height: 125px;
    margin: auto;
    position: absolute;
    width: 155px;
}
.theme_menu_box {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 1px rgb(145, 145, 145);
    margin-top: -2px;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    transition: height 0.5s ease 0s;
    z-index: 30001;
}
.send_tp_button {
    background-color: #ffd102;
    border: 2px solid #ffd102;
    border-radius: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 180px;
	text-decoration: none !important;
}
.send_tp_button:hover {
    background-color: #ffffff;
	text-decoration: none !important;
    box-shadow: 0 0 2px #4c4c4c;
    color: #ffd102;
    text-shadow: 1px 1px 1px #4c4c4c;
}

.red_button {
    background-color: #dd0000;
    border: 2px solid #dd0000;
    border-radius: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease 0s;
    width: 180px;
}

.red_button:hover {
    background-color: #FFFFFF;
    border: 2px solid #dd0000;
	color: #dd0000;
}

.themes_left {
    border-bottom: 25px solid transparent;
    border-radius: 1px;
    border-right: 20px solid #FFD102;
    border-top: 25px solid transparent;
	cursor: pointer;
	transition: border 0.2s ease 0s;
    height: 0;
    margin: auto;
    width: 0;
}

.themes_left:hover {
    border-right: 20px solid #FFFFFF;
}

.themes_right {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #ffd102;
  border-radius: 1px;
  border-top: 25px solid transparent;
  cursor: pointer;
	transition: border 0.2s ease 0s;
  height: 0;
  margin: 0;
  width: 0;
}

.themes_right:hover {
  border-left: 20px solid #FFFFFF;
}


.themes_left_none {
    border-bottom: 25px solid transparent;
    border-radius: 1px;
    border-right: 20px solid #cccccc;
    border-top: 25px solid transparent;
    height: 0;
    margin: auto;
    opacity: 0.5;
    transition: border 0.2s ease 0s;
    width: 0;
}

.themes_right_none {
    border-bottom: 25px solid transparent;
    border-radius: 1px;
    border-left: 20px solid #cccccc;
    border-top: 25px solid transparent;
    height: 0;
    margin: auto;
    opacity: 0.5;
    transition: border 0.2s ease 0s;
    width: 0;
}

.theme_card {
background: rgb(129, 192, 235) none repeat scroll 0 0;
border: 2px solid rgb(255, 255, 255);
border-radius: 3px;
text-align: center;
width: 83px;
transition: box-shadow 0.2s ease 0s;
box-shadow: 0 0 transparent;
cursor: pointer;
}

.theme_card:hover {
box-shadow: 1px 1px 1px rgb(0, 0, 0);
border-bottom: 3px solid rgb(255, 255, 255);
border-right: 3px solid rgb(255, 255, 255);
border-top: 1px solid rgb(255, 255, 255);
border-left: 1px solid rgb(255, 255, 255);
}

.drop_down_nav_bar {
    background: #627ac8 none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px #575557;
    margin-left: 265px;
    margin-top: -2px;
    padding: 4px 0 4px 4px;
    position: absolute;
    width: 153px;
}

.cart_text {
background: rgb(255, 255, 255) none repeat scroll 0 0;
font-size: 11px;
margin-top: 5px;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}