a:hover, a:focus {
    text-decoration: none;
}
ul, ol {
	padding: 0;
	margin: 0;
}

.content_block h3 {	 
	font-size:25px;
	font-weight: bold;
	line-height: 37px;
}

.content_block h5 {	 
	font-size:20px;
	font-weight: bold;
	line-height: 32px;
}

.content_block a {
	font-weight: bold;
	font-size:20px;
	border-bottom: 1px solid;
}

.content_block h3, h5, ul > li, p, a{
	color:#fff;
}

.dis-table {
	display: table;
}

.dis-middle {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    z-index:1040;
    position: fixed;
    width: 100%;
    max-height: 50px;
    top: 0;
    border-radius: 0;
/*    border-bottom: 2px dashed #e7417a;*/
}

.navbar-inverse .navbar-fixed-top {
	text-align: center;
}

.navbar-nav {
	float: none;
	display: inline-block;
}

.navbar-nav > li {
	/*float: none;*/
	display: inline-block;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	color: #633c20;
    background-color: #ffd923;
}

.info_block {
	padding: 60px 0;
}

.circle_blue {
	background:#1fc0db;
}
.circle_green {
	background:#b4d333;
}
.circle_red {
	background:#e84136;
}

.circle_blue, .circle_green, .circle_red {
	width:300px;
	height:300px;
	border-radius:150px;
	font-size:20px;
	color:#fff;
	line-height:100px;
	text-align:center;
	margin: 20px auto;
}

.circle_blue img, .circle_green img, .circle_red img{
	width:300px;
}

.change .two{display:none}.change:hover .one{display:none}.change:hover .two{display:inline}
.textbg_blue{
	background:#1fc0db;
}
.textbg_green{
	text-indent: 40px;
	background:#05ce7b;
}
.textbg_red{
	text-indent: 40px;
	background:#e84136;
}

.textbg_blue, .textbg_green, .textbg_red {
	position: relative;
	width:300px;
	height:60px;
	border-radius:10px;
	line-height:60px;
	text-align:center;
	margin:35px auto;
	margin-left: 25px;
	font-size:20px; 
	color:#fff;
}

span.one, span.two {
	font-size: 25px;
	font-weight: bold;
}

span.one {
	color:#fff;
}

span.two {
	color:#58585b;
}

.textbg_blue img, .textbg_green img, .textbg_red img {
    position: absolute;
    top: -5px;
    left: -15px;
    height: 70px;
}

.letter_bg {
	width:50%;
	height:auto;
	border-radius:20px;
	border:4px solid #633c20;	
	color:#fff;	
	background:#2196F3;
	padding:20px 40px;
}

.kizfriend-info {
	position: absolute;
	display: none;
    padding: 30px;
    border: 4px solid;
    z-index: 99;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: url(images/newsletter_headline1.gif);
}

.kizfriend-info.blue {
	border-color: #40c7e0;
}

.kizfriend-info.green {
	border-color: #3fb978;
}

.kizfriend-info.red {
	border-color: #cc4c3a;
}

.kizfriend-info ol > li {
	font-size:18px;
	color:#888;
}

.kizfriend-info ol > li > strong {
	font-size:18px;
	color:#633c20;
}

.kizfriend-info img {
	width:300px;
	display: block;
	margin: 0 auto;
}

.form-control-name {
	width: 25%;
	border-radius: 5px;
	height: 35px;
}

.info-bg .contact-arrow img {
	transform: rotate(90deg);
	width:15px;
}
.info-arrow-up img{
	width: 30px;
    margin: -60px auto 35px;
}


/*letter*/

.letter_block {
	background-color: #ffd923;
	width:100%;
	padding: 60px;
	height:auto;
}

.content_block {
	background-color: #00a14b;
	width:100%;
	padding: 60px 15px;
	height:auto;
}

.video {
	position: relative;
}

.video img {
	position: absolute;
    z-index: 99;
    bottom: -10px;
    left: -15px;
    width: 80px;
}

.video-iframe {
	border-radius: 20px;
    border: 5px solid #633c20;
}

.video-iframe iframe {
	border-radius: 10px;
}

.coloringpic {
	border: 4px solid #633c20;
	width:100%;
	margin-top: 20px;
	border-radius: 10px;
}
.coloringpic img {
	width: 100%;
	border-radius: 5px;
}

.custom-label {
	max-width: 100%;
	/*margin:10px;*/
}

.letter-title-mobile {
	text-align: center;
}

.letter-title img {
	min-width: 400px;
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
}

.letter-title-mobile img {
	min-width: 400px;
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
}

.event_buy {
	background: #e7417a;
}

.navbar-nav > li.event_buy > a,
.navbar-nav > li.brand > a  {
	padding: 0;
}

.navbar-nav > li.event_buy {
	margin-top: -1px;
}

.event_buy img {
	height: 50px;
	/*width: 20px;*/
}



/*平板*/

@media screen and (max-width: 991px) {
	.textbg_blue, .textbg_green, .textbg_red {
		margin: 35px auto;
		width:255px;
	}
	.circle_blue, .circle_green, .circle_red {
		width: 250px;
		height: 250px;
	}
	.circle_blue img, .circle_green img, .circle_red img {
		width: 230px;
		height: 230px;
	}
	span.one, span.two {
		font-size: 18px;
	}
	.video img{
		bottom: -5px;
    	left: -6px;
    	width: 50px;
	}
	.kizfriend-info{
		margin: 0 5px;		
	}
	.letter_bg{
		width: 100%;
		padding: 35px 40px 0;
	}
	.letter-title img {
		min-width: auto;
		max-width: 100%;
	}

	.letter-title-mobile img {
		min-width: auto;
		max-width: 100%;
	}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.circle_blue, .circle_green, .circle_red {
		width: 280px;
		height: 280px;
	}
	.textbg_blue, .textbg_green, .textbg_red {
		width: 240px;
	}
	span.one, span.two {
		font-size: 20px;
	}
	.kizfriend-info{
		margin: 0 40px;
	}
	.kizfriend-info img{
		width: 220px;
	}
	.letter_bg{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.custom-label {
		max-width: 120px;
	}
	.letter_block {
		padding: 20px;
	}
	.kizfriend-info {
		position: relative;
	}
	.letter_bg {
		padding: 30px 15px 0;
	}
	.k2_cta_buy_box a.lightbluemd {
		padding: 15px 12px;
	}
	.video-iframe {
		border-radius: 10px;
	}

	.video-iframe iframe {
		border-radius: 5px;
	}
	.kizfriend-info img {
		width: 100%;
	}
	.kizfriend-info .info-arrow-up img {
		width: 30px;
	}

}

/*buy cta*/
.k2_cta_buy_box a {
	float: none; 
	display: inline-block; 
	margin: 10px 0;
}
.cta_buy_lg_info p {
	color: #ffd700; 
	font-size: 24px; 
	display: inline-block;
}

