body {
	font-family: 'Open Sans', sans-serif;
}
.brand {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #2F2F2F;
	font-size: 35px;
}
.colored {
	color: #FFC401;
}
a {
	color: #55acee;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

a:hover {
	color: #339BEB;
}
/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 900;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #FF8000;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #FF8000;
}

/* carousel */
#quote-carousel
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
.logo {
	margin: 10px 0px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.logo-section {
	float: left;

}

.bg-primary{
	position: relative;
	line-height: 30px;
}
.image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
/**
header
 */
header{
	background:url('/images/Paella-TV_01.jpg') no-repeat;
	background-size:100% 100%;
}
#logo{
	max-width: 60px;
}
.FB{
	margin-top: 36px;
	margin-left: 50px;
}
/**
two
 */
#two .two_container{
	position: absolute;
	top: 32%;
	left: 59%;
	width: 40%;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
#two .two_1_container{
	position: absolute;
	top: 40%;
	left: 59%;
	width: 40%;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
}
#two .two_2_container{
	position: absolute;
	top: 59%;
	left: 58%;
	width: 16%;
	color: #fff;
	font-size: 21px;
	line-height: 35px;
	text-align: center;
}

/**
three
 */
#three .three_container{
	position: absolute;
	top: 31%;
	left: 13%;
	width: 45%;
	color: #000;
	font-size: 25px;
	font-weight: 800;
}
/**
four
*/
#four .four_container{
	position: absolute;
	top: 42%;
	left: 56%;
	width: 40%;
	text-align: left;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	line-height: 35px;
}
/**
five
 */
#five .five_container{
	position: absolute;
	top: 43%;
	left: 8%;
	width: 47%;
	text-align: left;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
}
#five .five_1_container{
	position: absolute;
	top: 51%;
	left: 8%;
	width: 26%;
	text-align: left;
	font-size: 19px;
	line-height: 25px;
}
#five .five_2_container{
	position: absolute;
	top: 64%;
	left: 12%;
	width: 47%;
	text-align: left;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
}

/**
自适应
 */
@media (min-width:1600px){
	#two .two_2_container {
		line-height: 53px;
		font-size: 30px;
	}
	#five .five_2_container {
		top: 65%;
	}

}
@media (max-width:1200px) and (min-width:991px){
	#two .two_container {
		font-size: 14px;
	}
	#two .two_1_container {
		font-size: 24px;
	}
	#two .two_2_container {
		font-size: 18px;
	}
	#three .three_container {
		font-size: 22px;
	}
	#four .four_container {
		font-size: 18px;
		line-height: 32px;
	}
	#five .five_container {
		font-size: 18px;
		line-height: 28px;
	}
	#five .five_1_container {
		font-size: 17px;
		line-height: 23px;
	}
	#five .five_2_container {
		top: 63%;
		font-size: 18px;
	}
}
@media (max-width:991px) and (min-width:768px){
	#two .two_container {
		top: 29%;
		font-size: 14px;
	}
	#two .two_1_container {
		font-size: 20px;
		width: 37%;
		line-height: 29px;
	}
	#two .two_2_container {
		top: 58.5%;
		font-size: 14px;
		line-height: 25px;
	}
	#three .three_container {
		font-size: 20px;
		top: 29%;
	}
	#four .four_container {
		font-size: 14px;
		line-height: 25px;
	}
	#five .five_container {
		font-size: 16px;
		line-height: 25px;
	}
	#five .five_1_container {
		font-size: 14px;
		line-height: 20px;
	}
	#five .five_2_container {
		top: 63%;
		font-size: 16px;
	}
}
@media (max-width:768px){
	.TV_img{
		display: none;
	}
	.mobile_img{
		display: block !important;
	}
	.phone_class{
		display: none;
	}

}

/**
头部自适应
 */
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-bottom: 20px;
	}
}
@media (max-width:991px) and (min-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
	.header .container .row{
		position: relative;
		min-height: 70px;
	}
	.logo, .logo-section {
		float: left;
		margin-left: 20px;
	}
	.logo-section {
		margin-top: 20px!important;
	}
	.header .container .col-md-4{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 280px;
	}
	.header .container .col-md-8{
		padding-top: 10px;
	}
	.logo img{
		width: 45px;
	}
	footer{
		font-size: 13px;
	}
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
	.header .container .row{
		position: relative;
		min-height: 70px;
	}
	.logo, .logo-section {
		float: left;
		margin-left: 20px;
	}
	.logo-section {
		margin-top: 20px!important;
	}
	.header .container .col-md-4{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 280px;
	}
	.header .container .col-md-8{
		padding-top: 10px;
	}
	.logo img{
		width: 45px;
	}
	footer{
		font-size: 13px;
	}
}
/*
*置顶按钮
*/
#goToTop {
	position: fixed;
	right: 24px;
	bottom: 64px;
	background-color: #fff;
	width: 66px;
	border-radius: 32px;
	z-index: 3;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
#goToTop .top-feed {
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
#goToTop .icon-mask-wrapper {
	width: 100%;
	border-radius: 50%;
	padding: 15px 0;
	cursor: pointer;
}
#goToTop .icon-mask-wrapper .icon {
	height: 34px;
	width: 34px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
@media (max-width:768px) {
	#goToTop {
		bottom: 44px;
		width: 44px;
	}
	#goToTop .top-feed {
		width: 44px;
		height: 44px;
	}
	#goToTop .icon-mask-wrapper .icon {
		height: 27px;
		width: 27px;
	}
}