
/**
 * @file
 * Contains user's custom CSS.
 *
 * Put your custom CSS and CSS overrides in this file.
 * By restricting your CSS changes to custom.css, your
 * changes will not be overwritten when upgrading to a
 * new version of this theme.
 */

/**
 * Steps to activate custom.css:
 *   1. Add your custom CSS to this file
 *   2. Rename this file to custom.css
 *   3. Enable "Customized Stylesheet" option in theme settings page
 */


/*--------------  Sitewide layout/style  ------------------*/
html {
	background: none;
	background-color: #fff;
}
body, div, p, span {
  font-family: Helvetica, "Arial Narrow", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 24px;
  background: none;
  background: transparent;
  -webkit-text-size-adjust: none;
  color: #555;
}
body.page-node #main-content .content-inner, body.page-blog #main-content .content-inner {
    background: none;
}
.width {
	width: 980px !important;
	padding: 0 10px 0 10px;
}
p {
	margin: 5px 0 5px 0;
}
a:link {
	color: #308fbf;
}
a:visited {
	color: #308fbf;
}
a:hover, .content a:hover {
	color: #e63;
        text-decoration: underline;
}
h1.title {
	font-size: 18px;
	color: #fff;
	width: 980px;
	padding: 0 10px 0 10px;
	margin: auto;
	font-weight: normal;
	line-height: 60px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #ccc;
}
li {
	list-style: square;
}
ul li {
	margin-left: 15px;
}
table {
	border:1px solid #ddd;
	border-width:0 0 1px 1px;
	border-collapse:collapse;
	color: #555
}
table tr th, table th {
	background:#ececec;
	color: #555;
	padding: 5px 5px 5px 10px !important;
}
table th, table td {
	height:14px;
	border:1px solid #ddd;
	border-width:1px 1px 0 0;
	vertical-align: middle;
}
img {
	/*border: 1px solid #CCCCCC;*/
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
}
input[type="submit"], input[type="reset"] {
	padding: 0;
	margin: 0;
	/*background: none;*/
}

.left {
    float: left;
}
.right {
    float: right;
}
.font_white {
	color: white !important;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.red {
    color: red;
}

.text_field_long {
    width: 282px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: url(/sites/all/themes/beach/images/sbg01.png) no-repeat 0 center;
    border: none;
    margin: 7px 10px 0 0;
}
.text_field_short {
    width: 130px;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: url(/sites/all/themes/beach/images/sbg02.png) no-repeat 0 center;
    border: none;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.button_normal {
    width: 70px;
    display: block;
    background: #e77818;
    line-height: 25px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    margin: 2px 0 0 0;
}
#hotline .button_normal {
    float: right;
}
.button_big {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    background: #e67817;
    border: none;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 19px;
}
.button_big:hover {
    background: #000;
}

#edit-submit, #edit-cancel, #edit-save-continue, #edit-preview, #edit-delete {
	padding: 4px 30px 0px 20px;
	margin: 0 10px 0 0 !important;
	color: #777;
	line-height: 24px !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	border: 0;
	border-top: 1px solid #eee;
	box-shadow: 0 1px 1px #888;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#edeced));
	background: -webkit-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -o-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -ms-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: linear-gradient(to bottom,#f4f4f4 0%,#edeced 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#edeced',GradientType=0);
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: normal !important;
}
#edit-submit {
    background: none;
    background-color: #e77818;
    color: #FFF;
}
.node {
    padding: 0;
    background: none;
}

.node .content {
	margin-top: 0px;
	float: left;
}

.page_message, .view-empty {
	font-size: 14px;
	position: relative;
	top: 50px;
	text-align: center;
}
.tabs {
	float: left;
}
.tabs ul, .tabs ul li, .tabs ul li a {
	float: left;
	padding: 0 10px 0 0 ;
	margin: 1px 0 5px 0;
	list-style: none;
	line-height: 16px;
}
.region {
	float: left;
	width: 100%;
}
a.tabledrag-handle .handle {
	height: 9px;
  	width: 9px;
}
.form-type-managed-file .description, .filter-guidelines {
	display: none;
}
#top-wrapper, #middle-wrapper {
	float: left;
	width: 100%;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
div.messages {
    border: 1px solid #ddd;
    text-align: center;
    line-height: 38px;
    padding: 20px;
    margin: 20px 0;
}
div.messages ul li {
    list-style-image: none;
    list-style: none;
}
.form-item, .form-actions {
    clear: both;
}
/*----- end of side wide -----*/

/********* side bar for all pages **********/
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}
.side img {
    padding: 0;
    margin: 0;
    float: left;
}
.side ul {
    padding: 0;
}
.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    padding: 0;
    margin: 0;
    list-style: none;
}
.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    overflow: hidden;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}
.side ul li .sidetop:hover{
    background:#ae1c1c;
    opacity:1;
    filter:Alpha(opacity=100);
}
/******* end of side bar*******/

/*--------------  Header and footer  ------------------*/
#top_header {
	/*border-bottom: 1px solid #006030;*/
  	/*background: #F1F1F1;*/
        /*float: left;*/
  	width: 100%;
        background: #e7e7e7 none repeat scroll 0 0;
        height: 32px;
}
#top_header_container {
    text-align: right;
}
#signin {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/beach/images/signin.png") no-repeat scroll 0 center;
    padding-left: 25px;
}
#signup {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/beach/images/signup.png") no-repeat scroll 20px center;
    padding-left: 40px;

}
#signin, #signup {
    line-height: 32px;
    color: #555;
}
#signin:hover, #signup:hover {
    color: #e63;
}
.mine_text {
	padding: 0 10px 0 10px;
	font-size: 12px;
}
#header {
    height: 75px;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
}
#branding {
    min-width: 230px !important;
}
#navigation {
    width: 500px;
    float: left;
    height: 60px;
    padding-top: 30px;
}
#navigation h2 {
	display: none;
}
img#logo, .slides img {
	border: none;
}
a:hover img#logo {
	background: none;
}
a img#logo {
	padding: 0;
	margin: 0;
	width: 200px;
}
#main-menu {
    font-size: 14px;
    font-weight: bold;
}
#main-menu li {
/*    margin: 0;
    background: url("/sites/all/themes/beach/images/white-trans-90.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    padding: 6px 5px 3px 5px;*/
    float: left;
    height: 60px;
    padding: 0 30px;
    margin: 0;
}
#main-menu a {
    display: block;
    height: 55px;
}
#main-menu a:link, #main-menu a:visited {
	color: #555;
	text-decoration: none;
}
#main-menu li a:hover {
	/*color: #e63;*/
        border-bottom: 5px solid #f8c300;
}
#main-menu a.active-trail {
    /*color: #FFFFFF;
    text-shadow: 0.05em 0.05em 0.1em #000000;*/
    border-bottom: 5px solid #f8c300;
}
#hotline {
	padding: 30px 0 0 0;
	width: 230px;
  	float: right;
}
#hotline a {
    width: 130px;
    display: block;
    background: #e77818;
    line-height: 25px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    font-size: 12px;
}
#hotline a:hover {
    background:#000;
}
.footer_goal {
    width: 100%;
    background: url(/sites/all/themes/beach/images/bg01.jpg) no-repeat center 0px;
    /*height: 135px;*/
    padding: 40px 0;
}
dd {
    margin-left: 0;
}
.mc-dl {
    width: 620px;
    margin: 0 auto;
    text-align: center;
}
.mc-dl dt {
    width: 250px;
    float: left;
    padding-top: 30px;
    /*height: 80px;*/
}
.mc-dl dd {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.mc-dl dd p {
    color: #fff;
    text-align: left;
}
.mc-dl dd b {
    line-height: 40px;
    font-size: 22px;
}
.footer_feature {
    width: 900px;
    margin: 50px auto;
}
.footer_feature img {
    padding: 0;
    margin: 0;
}
.md-dl {
    width: 160px;
    float: left;
    text-align: center;
    margin: 0 30px;
}
.md-dl dt {
    width: 100%;
    min-height: 110px;
    /*padding: 0 0 0 20px;*/
}
.md-dl dd p {
    font-size: 12px;
}
.md-dl dd b {
    font-size: 20px;
}
.footer_menu {
    width: 100%;
    background: #1d1d1d;
    padding: 30px 0;
}
.me {
    width: 980px;
    margin: 0 auto;
}
.me-a {
    width: 370px;
    float: left;
}
.me-a a {
    width: 50%;
    float: left;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}
.me-b {
    width: 350px;
    float: left;
    padding: 0 0 0 35px;
}
.me-dl {
    width: 81px;
    float: left;
    margin: 0 30px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
}
.me dt {
    height: 88px;
}
.me dd {
    margin: 0;
    padding: 0;
    padding: 0 0 0 11px;
}
.me-c {
    width: 220px;
    float: right;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}
.me-c p {
    color: #fff;
}
.footer_copyright {
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #000;
}
/*********** end of footer/header ***************/


/**************** node form  **********************/
.node-form .form-item {
	float: left;
	width: 100%;
}
.node-form label {
	float: left;
	padding: 3px 10px 3px 0;
	width: 10em;
        white-space: nowrap;
}
.node-form label.option {
	width: 600px;
  	line-height: 10px;
}
.node-form input.form-checkbox, .node-form input.form-radio {
	height: 10px;
}
.node-form input {
	width: initial !important;
	float: left;
}
.node-form .filter-wrapper {
	padding: 0;
}
.node-form .filter-help, .node-form .vertical-tabs {
	display: none;
}
.node-form .field-suffix {
	float: left;
	padding: 0 0 0 5px;
}
.node-form .field-prefix {
	float: left;
	padding: 0 5px 0 0;
        position: relative;
        left: -12px;
        margin: 0px -12px 0 0;
}
.node-form fieldset.collapsible .fieldset-legend {
	display: block;
	background: none !important;
	position: relative;
  	margin: 5px 0px -18px -16px;
  	top: -3px;
  	padding: 5px 0px 15px 0px;
}
.node-form .location-wrapper {
	display: none;
}
.node-form .form-managed-file .form-file, .form-managed-file {
	margin: 3px 0 0 0;
}
.node-form .resizable-textarea {
    width: 100%;
}
.node-form .fieldset-wrapper {
    overflow: hidden !important;
}
label[for=edit-field-application-requirement-und-0-value],
label[for=edit-field-description-und-0-value] {
    width: 100%;
    float: initial;
}
/*---- end of node form ----*/


/*--------------  user login / register / find password ---------*/
.not-front.not-logged-in.no-sidebars.page-user #main-content .tabs {
	display: none;
}
#user-login, #user-register-form {
	width: 500px;
  	margin: auto;
}
#edit-field-user-role {
	float: left;
	width: 100%;
}
#edit-field-user-role div {
	float: left;
	width: 150px;
}
.not-logged-in.page-user #user-login .description {
    /*display: none;*/
}
.not-logged-in.page-user .form-item-name {
    padding: 15px 0 0px 0;
}
.not-logged-in.page-user .form-type-password{
    padding: 10px 0 20px 0;
}
.not-logged-in.page-user  .form-actions {
    padding: 0 0 25px 0;
}


/*-----------  page taxonmy ----------*/
.page-taxonomy-term #menu-bar, .page-taxonomy-term .feed-icon {
	display: none;
}

/*--------------  comment ----------------*/
#comments {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
    border-top: 1px solid #e77818;
    padding: 20px 0 0 0;
}
.node ul.links {
	display: none;
}
.node #comments ul.links {
	top: 0;
}
.comment .content {
	width: 100%;
	float: left;
}
#comments .content {
	border: none;
}
div.comment {
	border-bottom: 1px dotted #e77818;
	padding: 10px 0 20px 0;
}
div.comment .comment_left_content img {
	border: none;
	padding: 0;
}
.comment_left_content {
	float: left;
	width: 80px;
}
.comment_right_content{
	float: left;
	width: 880px;
}
#comment-body-add-more-wrapper label {
	display: none;
}
#comments h2.comment-form {
	background-color: #eee;
	padding: 10px 10px 0 10px;
	margin: 0;
	float: left;
	width: 98%;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-bottom: none;
}
#comments form {
	background-color: #eee;
	padding: 0 10px 0 10px;
	float: left;
	width: 98%;
    margin: 0 0 40px 0;
    border: 1px solid #ddd;
    border-top: none;
}
.comment-form .resizable-textarea {
	width: 100%;
}
.comment-form .form-actions {
	float: right;
  	margin: 5px 0 11px 0;
}


/*--------------  shopping cart ------------------*/
#cart-form-pane {
	padding: 30px 0 0 0;
}
#hutrip-product-package-cart-form .form-submit {
	display: none;
}
#uc-cart-view-form img {
	border: none;
  	padding: 0;
  	margin: 5px 0 6px 6px;
}
.page-cart img {
	border: 0;
}
.view-uc-orders-user {
	margin: 25px 0 0 0;
}
.view-uc-orders-user img {
	border: 0;
	vertical-align: middle;
	margin: 0 0 10px 0;
}






/*-------------------*/

node a:link, .node a:visited {
	color: #308fbf;
}
.node a:hover {
	color: #e63;
}
.block .content {
	padding: 10px 0 0 0;
}


.top-breadcrumb, .breadcrumb {
	display: none;
}
#page_title {
	clear: both;
	height: 60px;
	/*background-color: #006030;*/
        background-color: #e77818;
}

.block .content {
	padding: 0;
}
tr:hover td {
  background: none;
}
.nav-list ul li {
	list-style-type: none;
}

/*--------------  home page 2015-08 ------------------*/
.front h1.title {
	display: none;
}
.msearch {
    width: 780px;
    height: 45px;
    margin: 50px auto 30px auto;
    clear: both;
}
.msearch b {
    font-size: 14px;
    color: #555;
    float: left;
    line-height: 45px;
    padding-right: 20px;
}
.home_product_type {
	width: 100%;
	margin: 20px 0 10px 0;
        padding-bottom: 80px;
}
.home_product_type .product_type_title {
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 12px;
    padding-bottom: 80px;
}
.home_product_type .product_type_title b {
    font-size: 30px;
}
.home_product_type.orange {
    background: #e67817;
    float: left;
}
.home_product_type.orange .product_type_title {
    color: #fff;
    background: url(/sites/all/themes/beach/images/ico05.png) no-repeat 2px 40px;
    width: 267px;
    margin: auto;
}
.home_product_type.orange .product_type_title b {
    color: #fff;
}
.home_product_type.white {
    float: left;
}
.home_product_type.white .product_type_title {
    color: #333;
    background: url(/sites/all/themes/beach/images/bg01.png) no-repeat 2px 40px;
    width: 267px;
    margin: auto;
}
.home_product_type.white .product_type_title b {
    color: #333;
}
.home_product_type.gray {
    background: #f6f6f6;
    float: left;
}
.home_product_type.gray .product_type_title {
    color: #333;
    background: url(/sites/all/themes/beach/images/bg02.png) no-repeat 2px 40px;
    width: 267px;
    margin: auto;
}
.home_product_type.gray .product_type_title b {
    color: #333;
}
.home_p_list_box {
    width: 980px;
    margin: auto;
}
#home_past_info {
	float: left;
	width: 100%;
        padding: 0 0 50px 0;
}
#video_2014 {
	width: 450px;
  	height: 320px;
  	padding: 60px 0 0 0;
  	float: left;
}
#video_index {
	background: url("/sites/all/themes/beach/images/home_2014_video.jpg");
	width: 450px;
	height: 300px;
  	cursor: pointer;
  	background-size: 450px 300px;
  	float: left;
        text-align: center;
}
#video_index img {
	border: none;
	position: relative;
	top: 50px;
}
.new_home_list_title {
	display: block;
	float: left;
	font-size: 22px;
	color: white;
	background: url("/sites/all/themes/beach/images/black-trans-50.png");
	width: 100%;
	text-align: left;
	height: 70px;
	line-height: 70px;
	text-indent: 30px;
}
#home_event_record {
	float: left;
  	width: 450px;
  	padding: 60px 0 0 40px;
}
#her_img {
	float: left;
}
#her_img img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
	width: 480px;
	height: 300px;
}
#her_title {
	position: relative;
  	top: 50px;
  	margin: -50px;
  	left: 50px;
}
/*----- end of home ------*/



/*********** slider in homepage ***********/
#slider {
    background-color: #000;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    float: left;
    /*position: relative;*/
    width: 100%;
}
#slider-wrap img {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#slider-wrap a:hover img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
#slider-wrap a {
    display: block;
    padding: 0;
}
#slider-wrap .featured-text {
    color: #ffffff;
    padding: 0 11px 10px;
}
#slider-wrap .featured-text a {
    display: inline;
    padding: 0;
}
#content #nav-slider {
    padding: 0;
}
#nav-slider {
	position: relative;
	top: -496px;
	width: 980px;
        margin: auto;
}
#nav-slider img {
    border: 0;
    max-width:none;
}
#nav-slider .nav-previous, #nav-slider .nav-next {
    cursor: pointer;
    display: block;
    max-width: 33px;
    opacity: 0.6;
    position: absolute;
    top: 222px;
    width: 6%;
    z-index: 99;
}
#nav-slider .nav-previous:hover, #nav-slider .nav-next:hover {
    opacity: 1;
}
#nav-slider .nav-previous {
    left: -30px;
}
#nav-slider .nav-next {
    right: 40px;
}
.nav-previous:hover, .nav-next:hover {
	opacity: 1;
}
#nav-slider .active, #nav-slider .active {
	opacity: 1;
	font-size: 18px
}
/*--------- end of home slider -----------*/

/*--------- homepage feature ---------*/
.feature {
	float: left;
  	width: 100%;
  	padding: 20px 0;
  	background: none repeat scroll 0 0 #f5f5f5;
  	margin: -10px 0 50px 0;
}
.feature .left {
    display: inline-block;
    height: 48px;
    position: relative;
    width: 238px;
}
.feature .title {
    font-size: 16px;
    font-weight: bold;
    left: 83px;
    line-height: 28px;
    top: 0;
}
.feature .subtitle {
    color: #666666;
    left: 83px;
    top: 26px;
}
.feature .left > * {
    display: inline-block;
    position: absolute;
}
.feature .icon {
    left: 20px;
    top: 0;
}
[icon-bg="icon_travel"] {
    background: url("/sites/all/themes/beach/images/service-icon.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
[icon-bg="icon_24h"] {
    background: url("/sites/all/themes/beach/images/24X7.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
[icon-bg="icon_ensure"] {
    background: url("/sites/all/themes/beach/images/diy-icon.png") no-repeat center;
    background-size: 55px 40px;
    height: 50px;
    width: 55px;
}
[icon-bg="icon_secure"] {
    background: url("/sites/all/themes/beach/images/usa-standard.png") no-repeat center;
    background-size: 55px 50px;
    height: 50px;
    width: 55px;
}
/*----- end of home feature ------*/


/*------------- node 6 style (/apply) ----------------*/
#node-6 .field-name-body {
	float: left;
	width: 400px;
}
#node-6 .form-item {
	height: 25px;
	float: left;
	width: 100%;
}
#webform-client-form-6 {
	float: left;
	width: 516px;
	padding: 15px 0 0 40px;
}
#node-6 #webform-component-title {
	margin-top: 0;
	padding: 0 0 28px 0;
}
#node-6 .webform-container-inline label {
	float: left;
	width: 70px;
	line-height: 28px;
	font-weight: normal;
}
#node-6 .webform-container-inline input {
	width: 422px;
	height: 20px;
	float: left;
	padding: 4px;
	line-height: 1.231;
	color: #666666;
	font-size: 93%;
	border: 1px solid #DEDDDD;
}
#node-6 .webform-container-inline select {
	width: 430px;
	height: 28px;
	color: #5a5a5a;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #DEDDDD;
}
#node-6 #edit-submitted-gender div{
	float: left;
	width: 55px;
	height: 20px;
	margin-top: 0;
	padding-top: 4px;
}
#node-6 #edit-submitted-gender div label {
	float: left;
	width: 20px;
	line-height: 28px;
}
#node-6 #edit-submitted-gender div input {
	float: left;
	width: 12px;
	line-height: 18px;
}
#node-6 #edit-submitted-age {
	width: 40px;
}
#node-6 #webform-component-memo {
	height: 222px;
}
#node-6 #webform-component-memo label {
	font-weight: normal;
}
#node-6 #edit-submitted-memo {
	width: 516px;
}
#node-6 #webform-component-memo .grippie {
	width: 514px;
}
#node-6  #edit-actions {
	float: left;
	/*background: url("/sites/all/themes/beach/images/sprite.png") no-repeat;*/
	background-position: 158px -3734px;
	width: 191px;
	height: 30px;
	float: right;
}


/*----- xxxx ------*/
.field-name-field-attached-image {
	float: left;
	padding-right: 30px;
}

#about_us {
	padding: 20px;
}
#about_us p {
	line-height: 30px;
}
#about_us_part2 {
	padding-top: 20px;
line-height: 23px;
}
#top-wrapper {
	padding-bottom: 0px;
	/*background: transparent url('http://www.hutrip.com/sites/all/themes/beach/images/black-trans-25.png') 0 0;*/
	background: none;
	background-color: #FFF;
	min-height: 0;
}
#middle-wrapper {
    background: none;
    background-color: #fff;
}
#middle-inner {
	background: none;
	background-color: #fff;
}
#bottom-wrapper {
	/*background: transparent url('http://www.hutrip.com/sites/all/themes/beach/images/black-trans-25.png') 0 0;*/
	/*background-color: #006030;*/
        /*background-color: #e77818;*/
        background: none;
}
#footer .column-wrapper {
	border: 0;
}
.content-inner {
padding: 0;
}

#route_img {
	float: left;
}
#top_middle {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
}
#bottom_left {
	float: left;
}
#sidebar-right {
	width: 268px;
}
#phone_400 {
	font-size: 18px;
	float: left;
}
.sidebar-second #main-content .content-inner {
	margin-right: 0;
}
.sidebar .block {
	margin: 0;
	background: none;
}
.sidebar .block .content {
	background: none;
	padding: 0;
	text-align: right;
}
#block-block-2 {
	position: relative;
	top: -155px;
	padding: 10px 5px 0 0;
}
.page-node-16 #block-block-2 {
	position: relative;
	top: -500px;
	/*padding: 10px 20px 0 0;*/
}

.page-node-30 #block-block-2{
	position: relative;
	top: -617px;
	/*padding: 10px 20px 0 0;*/
}




#page_schedule_bottom td img {
	max-width: none;
	width: 450px;
}
#page_schedule_bottom table {
	width: 950px;
}
#page_schedule_bottom td {
	padding: 0;
	height: 287px;
}


#first_day {
	padding: 7px 0 3px 15px;
}
#second_day {
	padding: 7px 0 3px 15px;
}
.tips {
	line-height: 19px;
	padding: 25px 30px 0 25px;
}
.footer-column {
	border: none;
}
#block-block-4 .content {
	text-align: left;
}
.page-node-8 div img {
	border: none;
	padding: 0;
	margin: 3px;
}
.page-node-8 .photo_column img {
	width: 311px
}
.photo_column {
	width: 306px;
	float: left;
}

#node-9 p {
	padding-top: 3px;
}

#page_schedule_bottom {
	float: left;
}
#footer .column-wrapper {
	border: 0;
}
#credit-wrap {
	border: 0;
}



/*------------  New homepage 2015-05 ---------------*/
.phone400 {
    background: url('/sites/all/themes/beach/images/phone.png') no-repeat scroll 20px center;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #e77818;
}
.product_type_title {
	width: 100%;
	padding: 10px 0 10px 0;
}
.product_type_title span{
	font-size: 18px;
}
.product_type_see_all {
	font-size: 14px !important;
	padding: 0 10px 0 0;
}
.one_product {
	padding: 0 6px 0 3px;
        overflow: hidden;
        height: 252px;
}
#home_product_type_list img {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.product_info {
	position: relative;
  	top: -76px;
  	font-size: 14px;
  	color: #fff;
  	background: url("/sites/all/themes/beach/images/black-trans-50.png");
  	line-height: 50px;
  	width: 100%;
  	margin: 6px;
  	overflow: hidden;
        z-index: 88;
}
.home_product_location {
    width: 100%;
}
.product_info_detail {
	display: none;
	width: 98%;
	line-height: 15px;
	float: left;
	height: 200px;
	overflow: hidden;
	text-align: left;
	padding: 0px 5px 0px 3px;
}
.product_info_detail div {
	text-align: left;
	line-height: 15px;
	color: #FFF;
	padding: 5px 8px 5px 8px;
}
.one_product .camp_home_v img {
	height: 478px;
	width: 317px;
}
.one_product .camp_home_b img {
	width: 640px;
	height: 478px;
}
.one_product .camp_home_s img {
	width: 300px;
	height: 235px;
}
.camp_home_v, .camp_home_s {
	width: 317px;
}
.camp_home_b {
	width: 640px;
}
.product_info.camp_home_s {
    width: 300px;
}





/**********************/
.page-node-17 {
	color: #555;
}
.page-node-17 strong {
	padding: 3px 3px 3px 0;
	font-size: 14px;
	background: none;
	line-height: 30px;
	color: #555;
	box-shadow: none;
}
#node-17 h1.title, #node-1 h1.title{
	color: #555;
	font-size: 22px;
	padding-top: 10px;
	display: block;
}

.page-node-17 .node, .page-node-1 .node {
 	padding: 8px 0 20px 0;
}

.ss_title {
	background: none repeat scroll 0 0 #006030;
	/* box-shadow: 0 3px 10px #000000; */
	color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0 20px 0 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#ss_desc table td {
	line-height: 14px;
}
/*#ss_desc div:last-child {
	position: relative;
	top: -6px;
}*/
#ss_anchors {
	width: 100%;
	background: lightgoldenrodyellow;
	float: left;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 99;
}
#ss_anchors div {
	width: 190px;
	float: left;
	text-align: center;
	border: 1px solid #555;
	border-left: 1px solid #ccc;
	font-weight: bold;
	/*box-shadow: 3px 5px 10px #333;*/
	box-shadow: 1px 1px 0px #333;
}
#ss_anchors .active {
	background: steelblue;
}
#ss_anchors .active a:link, #ss_anchors .active a:visited {
	color: #eee
}
#node-17 #ss_anchors div {
	width: 158px;
}
#ss_anchors div:first-child {
	border-left: 1px solid #555;
}
#ss_anchors a:link, #ss_anchors a:visited, #ss_intro_anchor {
	color: #555;
}
.sub_title {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background: none repeat scroll 0 0 #006030;*/
        background: none repeat scroll 0 0 #e77818;
	/* box-shadow: 0 3px 10px #000000; */
	color: #eee;
	line-height: 30px;
	padding: 2px 20px 2px 20px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#ss_price_content div {
	width: 300px;
	float: left;
}
#ss_price_content b {
	width: 900px;
	float: left;
}
#ss_intro div {
	float: left;
}
#ss_intro img {
	margin: 20px 0 0 0;
}
#ss_intro div:first-child {
	width: 525px;
	padding: 3px 20px 0 0;
}
#ss_sels, #ss_requirement, #ss_price, #ss_workflow, #ss_courses {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
#ss_sels_content div {
	float: left;
	width: 525px;
	padding: 12px 0 0 0;
}
#ss_sels_content div:first-child {
	width: 430px;
}
#ss_sels_content div:last-child {
	padding: 0 0 0 0;
	width: 100%;
	font-size: 13px;
}
#ss_sels_content em {
 	color: #e63;
}
#ss_backtop {
	float: left;
	width: 958px;
	text-align: right;
	padding: 3px 10px 5px 0;
}
#ss_backtop a:link, #ss_backtop a:visited {
	font-size: 12px;
	color: #0e90d2;
}
#ss_requirement table {
	font-size: 12px;
	line-height: 12px;
}
#ss_requirement table td {
	line-height: 12px;
	height: 12px;
}
#ss_requirement_content div:first-child {
	float: left;
  	width: 538px;
  	padding: 12px 30px 0 10px;
}
#ss_rq_img {
	float: left;
  	width: 380px;
  	padding: 12px 0 0 20px;
}
#ss_requirement img {
	margin: 0;
}
#ss_requirement_age {
	color: #a62315;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 13px 20px !important;
}
#sels_requirement {

}
#sels_requirement div {
	float: left;
	width: 110px;
	border: 1px solid #ddd;
	border-width: 1px 1px 1px 0;
	padding: 2px 10px 2px 28px;
	background: url("/sites/all/themes/beach/images/arrow.gif") no-repeat 0 0;
}
#sels_requirement div:first-child {
	width: 90px;
	padding: 2px 0 2px 28px;
	border-left: 1px solid #ddd;
}
#sels_requirement div:last-child {
	width: 368px;
}

.ss_list_price {
	font-size: 18px;
	color: #a62315;
	padding: 16px 0 0 0;
}
#ss_price_content li {
	line-height: 16px;
}
#ss_courses p {
	margin: 0;
}
#ss_courses_content {
	padding: 20px 0 0 0;
}
#ss_courses_content em {
	color: #e63;
}
.course_title {
	padding: 10px 0 10px 0;
	font-size: 18px;
	color: cadetblue;
}
#key_features {
	clear: both;
	padding: 20px 0 0 0;
}
.key_feature {
	float: left;
	width: 240px;
	height: 78px;
	padding-top: 122px;
}
.key_point_mask {
    width:198px;
    height:80px;
    background: transparent url('http://www.hutrip.com/sites/all/themes/beach/images/white-trans-90.png') repeat;
    margin: auto;
}
.key_point_text {
	padding: 13px 10px 0 10px;font-size: 12px;line-height: 18px;
}
.course {
	clear: both;
}
.course_desc, .course_teacher {
	font-size: 16px;
	padding: 5px 20px 5px 40px;
}
.course div img {
	float: left;
}
.course_teacher_desc {
	font-size: 16px;
	padding: 15px 10px 10px 10px;
	width: 650px;
}

/*--------- User registration form -----------*/
.page-user-register fieldset.group-chinese-business-info, .page-vendor-register fieldset.group-chinese-business-info {
    display: none;
}
.page-cb-apply #user-register-form legend {
    display: none;
}
.page-cb-apply #user-register-form fieldset {
    padding: 0 !important;
    margin: 0;
    border: none !important;
}
#user_login_message {
    font-size: 16px;
    font-weight: bold;
}


/*--------------  User profile page ------------------*/
.page-user #middle-wrapper #main-content .tabs {
	display: none;
}
.profile {
	float: left;
  	padding: 20px 0 0 0;
  	width: 100%;
}
.user_profile_picture {
	float: left;
}
.user_profile_fields {
	padding: 10px 0 0 0;
}
.user_profile_info {
	width: 66%;
	float: left;
}
.user_profile_fields {
	padding: 5px 0 0 20px;
  	float: left;
}
#my_menus {
    float: left;
}
#my_menus ul li {
    list-style: url('/sites/all/themes/beach/images/bullet_icon.png');
}
.my_actions li {
    list-style: url('/sites/all/themes/beach/images/bullet_icon_edit.png') !important;
}
.my_products, .my_articles, .my_comments, .my_favorites {
	width: 33%;
	float: left;
	margin: 10px 0 10px 0;
        min-height: 166px;
}
.user_profle_block_title {
	background-color: #e77818;
  	padding: 5px 0 5px 10px;
  	color: white;
  	margin: 0 5px  12px 5px;
}
.user_profile_block_link {
	float: right;
  	padding: 0 10px 0 0;
}
.user_profile_block_link a {
	color: #eee !important;
	text-decoration: underline;
}
#user_edit_link {
	position: relative;
	top: -20px;
	text-align: right;
  	padding: 0px 32px 0 0;
}
.page-user .view-my-favorite, .page-user .view-my-article, .page-user .view-my-comment,
.page-user .view-my-package-products ul,
.page-user .view-my-camp ul, .page-user .view-my-trip-products ul,
.page-user .view-my-service-products ul {
	padding: 0 10px 0 20px;
}

.is_others_profile .user_profle_block_title {
	background-color: #004060;
}

#tutor_program_help {
    position: fixed;
    width: 56%;
    z-index: 9999;
    height: auto;
    top: 6%;
    left: 22%;
    background: url('/sites/all/themes/beach/images/black-trans-50.png');
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
}
#tutor_program_help div, #tutor_program_help p {
    width: 100%;
    color: #FFF;
}
#tutor_program_help #title {
    text-align: center;
    font-size: 22px;
}
.cb_help {
    margin: 0px 0 0 50px;
    cursor: pointer;
    background: url("/sites/all/themes/beach/images/help-icon.png") no-repeat;
    background-size: 15px 15px;
    background-position: 3px 5px;
    display: inline-block;
    text-align: left;
    padding: 1px 6px 1px 20px;
    color: #308fbf;
}

/*--------------- new home page 2014-08 ---------------*/
.btn {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	vertical-align: middle;
	border: 0;
	border-top: 1px solid #eee;
	box-shadow: 0 1px 1px #888;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#edeced));
	background: -webkit-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -o-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: -ms-linear-gradient(top,#f4f4f4 0%,#edeced 100%);
	background: linear-gradient(to bottom,#f4f4f4 0%,#edeced 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#edeced',GradientType=0);
	border-radius: 3px;
	cursor: pointer;
}
.btn:hover span{
	background-color: #f8f8f8;
}
.btn span {
	padding: 4px 20px 0px 20px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	color: #777;
}
.clr-pink b {
	display: inline-block;
	padding: 6px 12px 7px 12px;
	border-radius: 0 3px 3px 0;
	vertical-align: top;
	background-color: #eb008b;
	/*background: #eb008b;*/
	/*background: -moz-linear-gradient(top,#eb008b 0%,#e2028b 34%,#cb0078 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eb008b),color-stop(34%,#e2028b),color-stop(100%,#cb0078));
	background: -webkit-linear-gradient(top,#eb008b 0%,#e2028b 34%,#cb0078 100%);
	background: -o-linear-gradient(top,#eb008b 0%,#e2028b 34%,#cb0078 100%);
	background: -ms-linear-gradient(top,#eb008b 0%,#e2028b 34%,#cb0078 100%);
	background: linear-gradient(to bottom,#eb008b 0%,#e2028b 34%,#cb0078 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb008b',endColorstr='#cb0078',GradientType=0);*/
}
.clr-blue b {
	display: inline-block;
	padding: 6px 12px 7px 12px;
	border-radius: 0 3px 3px 0;
	vertical-align: top;
	background-color: #004060;
}
.clr-red b {
	display: inline-block;
	padding: 6px 12px 7px 12px;
	border-radius: 0 3px 3px 0;
	vertical-align: top;
	background-color: #a62315;
}
/**** end of new home page 2014-08 *****/



#family_summary {
	float: left;
	padding: 5px 0 10px 0;
}
#family_intro {
	padding: 15px 0 0 0;
  	float: right;
}
#family_intro_left, #family_intro_right {
	float: left;
	width: 50%;
}
.family_intro_title {
	font-weight: bold;
	top: 0px !important;
}
#family_intro table td {
	color: #006030;
	font-weight: bold;
	font-size: 12px;
}
.online_apply_btn {
	text-align: right;
	margin: 30px 0 10px 0;
	float: right;
	width: 100%;
}

#ss_price_content p, #ss_price_content ul {
	float: left;
	width: 100%
}
.single_price {
	width: 100% !important;
	margin: 0 0 3px 0;
}
#contact_us_online, #contact_us_phone {
	padding: 16px 0 0 0;
	float: left;
	width: 100%
}
.small_title, strong {
	font-size: 14px;
	line-height: 40px;
	height: 36px;
	/*border-bottom: 3px solid #006030;*/
	font-weight: bold;
	/*color: #006030;*/
        color: #e77818;
	width: 100%;
}
#contact_us_online a, #contact_us_weixin {
	color: #a62315;
}
#contact_us_online_qq {
	padding: 25px 0 10px 0;
}
#contact_us_online #qq_online {
	padding: 0;
	position: relative;
	left: -10px;
}
.contact_us_social {
	padding: 20px 0 10px 0;
	float: left;
}
#contact_us_weibo {
	float: left;
	width: 30%;
	padding: 0 0 0 0;
}
#contact_us_weibo img {
	height: 88px;
}
#contact_us_tengxun, #contact_us_weixin {
	float: left;
	width: 30%;
}
#contact_us_phone_400 {
	padding: 20px 0 0 0;
}
#contact_us_phone_400 img {
	border: none;
	padding: 0 3px 0 0;
	margin: 0;
	position: relative;
	top: 1px;
}
#contact_us_phone_partner {
	padding: 20px 0 0 0;
}
#webform-client-form-25 {
	width: 515px;
	position: relative;
	left: 190px;
}
.faq {
	float: left;
	width: 430px;
	padding: 10px 30px 0 0;
}
.page-node-9 .field-item img {
	margin: 50px 10px 0 0;
}


.page-node-8 p {
	float: left;
	width: 100%;
}

#photos-upload-form .fieldset-wrapper {
	height: 318px;
}

#photos-upload-form #edit-submit {
	left: 100px;
    position: relative;
    top: -50px;
}

.page-photos-album-26 .photos_album_menu,
.page-photos-album-26 .photos_album_header,
.page-photos-album-26 .photos_list_view_info,
.page-photos-album-26 .photos_list_view_title,
.page-photos-album-26 .photos_album_links,
.page-photos-image .photos_view_title {
	display: none;
}
.photos_image_list_view {
	float: left;
	width: 240px;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	border-bottom: none;
}


.page-node-30 .video_1 {
	background: none !important;
	display: none;
}







#partner_desc {
	padding-bottom: 20px;
    width: 650px !important;
}
#ss_desc_text {
	padding: 23px 0 0 20px;
}
#abroad_service_list {
	width: 500px;
	float: left;
	padding: 30px 20px 0 25px;
}
.abroad_price_list {
	width: 415px !important;
	padding: 0 0 10px 40px !important;
	font-size: 13px;
	font-weight: bold;
}
#abroad_price_pic {
	width: 430px;
	float: left;
}
#abroad_price_text {
	width: 528px;
	float: left;
	padding: 10px 0 0 0;
}
#abroad_price_text .price_include {
	width: 245px !important;
	float: left;
	padding: 0 0 0 26px;
}
#abroad_price_text .price_include ul, #abroad_price_text .price_not_include ul{
	line-height: 16px;
}
#abroad_price_text .price_not_include {
	width: 200px !important;
	float: left;
	padding: 0 0 0 30px;
}
#abroad_price_note {
	width: 900px;
	float: left;
}
#taining_summary_part_1 {
	width: 460px;
	float: left;
}
#taining_summary_part_2 {
	width: 480px;
	float: left;
}
#block-menu-menu-footer-menu {
	width: 900px;
	float: left;
}
#block-menu-menu-footer-menu .content {
	width: 805px;
	margin: auto;
}
#block-menu-menu-footer-menu ul li {
	width: 98px;
	float: left;
	line-height: 26px;
	list-style:none;
	font-size: 14px;
}
#block-menu-menu-footer-menu ul li a {
	color: white;
}
#block-block-4 {
	padding: 29px 0 0 0;
}
.footer-column {
	width: 100% !important;
}
#block-block-3, #block-block-4 {
	width: 100%;
}
#block-block-4 .content {
	margin: auto;
	float: none;
	width: 560px;
}
#block-block-3 .content {
	margin: auto;
	float: none;
	width: 725px;
}
.title_td {
	background-color: ivory;
}
.home_product_intro {
	float: left;
	width: 300px;
	/*height: 235px;*/
	/*border: 2px solid #006030;*/
}
#home_p_1_img {
	/*background-color: #658092;*/
	display: block;
	height: 235px;
	width: 300px;
	background-color: #3f5ca9;
	background: url("/sites/all/themes/beach/images/basket-ball-homepage.png");
}
#home_p_2 {
	margin: 0 33px 0 33px;
}
#home_p_2_img {
	display: block;
	height: 235px;
	width: 300px;
	background-color: #ce5043;
	background: url("/sites/all/themes/beach/images/golf-6-home.png");
}
#home_p_3_img {
	display: block;
	height: 235px;
	width: 300px;
	background-color: #b3c833;
	background: url("/sites/all/themes/beach/images/hs-1-home.png");
}
.home_p_text {
	float: left;
	text-align: left;
	padding: 13px 0 0 0;
}
.home_p_text div {
	font-size: 16px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
}
.hpt_title {
	border-bottom: 2px solid #006030;
	font-size: 18px !important;
}
#home_bg_text_line1{
	padding: 118px 0 0 0;
	font-size: 26px;
	color: #eee;
        text-align: center;
}
#home_bg_text_line2{
	padding: 37px 0 0 0;
	font-size: 53px;
	color: #e77818;
        text-align: center;
}
#home_bg_text_line3{
	padding: 66px 0 0 0;
	font-size: 26px;
	color: #eee;
        text-align: center;
}
#know_more_button {
	padding: 5px 38px 3px 38px;
	background-color: #006030;
	font-size: 22px;
	color: #eee;
	display: inline-block;
	border-radius: 8px;
	cursor: pointer;
        margin: 0 0 20px 0;
}
#know_more_button:hover {
	background-color: #109910;
}
#know_more_button.slides3 {
    background-color: #ae1c1c;
}
#know_more_button.slides3:hover {
    background-color: #e63;
}
#arrow_in_button {
	background: url("/sites/all/themes/beach/images/arrow-in-btn.png") right center no-repeat;
	height: 24px;
	padding: 0 0 0 30px;
	position: relative;
	top: -3px;
}

.imce .width {
    width: inherit !important;
}
#weChat_image {
    position: relative;
    left: -158px;
    top: -15px;
    width: 100px;
}
.pager {
    float: right;
}
.page-site-search .item-list ul:not(.pager),
.page-site-search .item-list ul:not(.pager) li,
.page-all-camps .item-list ul:not(.pager),
.page-all-camps .item-list ul:not(.pager) li,
.page-winter-promotion .item-list ul:not(.pager),
.page-winter-promotion .item-list ul:not(.pager) li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-all-camps .item-list ul:not(.pager) li,
.page-site-search .item-list ul:not(.pager) li {
    float: left;
}
.footer_copyright_mobile {
    display: none;
}

/*@media screen and (max-width:740px)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px)
{f
    body, div, p, span {
      font-size: 14px;
      line-height: 30px;
      cursor: pointer;
    }
    .width {
        width: 100% !important;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
    }
    input[type="submit"], input[type="reset"], input[type="button"] {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
    input[type="submit"] {
        background-color: #e77818;
        color: white;
    }
    #top_header, .side, #slider, #footer_logo, #branding, #hotline {
        display: none;
    }
    #navigation, .mc-dl, #video_index, #video_2014, .home_p_list_box, .me-b, .faq,
    .me, #her_img img,#home_event_record, .product_img, .camp_home_s, .camp_home_s img,
    .one_product, .product_info.camp_home_s,#hotline, .camp_teaser_desc, h1.title,
    #camp_profile_info, #camp_trip_school_section, .detail_title nav, .camp_final_price,
    #camp_price_terms, #site_search_sumary, #ss_desc, #camp_base_info, #ss_logo img, #ss_rq_img,#ss_rq_img img,
    #ss_requirement_content div:first-child, .price_include, .price_not_include,.school_features,.school_features_img,
    .my_products,.my_articles,.my_comments,.my_favorites, .order_price_content {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    #mobile_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background:url("/sites/all/themes/beach/logo_mobile.png") no-repeat 50% 50%;
        background-color: #ddd;
        z-index: 1000;
        display: block !important;
        text-align: center;
    }
    #site_logo {
        display: inline-block;
        width: 40%;
    }
    #header {
        padding: 45px 0 0px 0px;
    }
    .text_field_long {
        width: 200px;
        background-size: 200px 30px;
    }
    #navigation {
        padding: 0 0 0 5px;
    }
    #main-menu li {
        border: 1px solid #999;
        background-color: #e7e7e7;
        width: 32%;
        padding: 0;
        text-align: center;
        height: 35px;
    }
    #main-menu li:last-child {
        width: 33%;
    }
    #main-menu a {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
    }
    #hotline input {
        float: left !important;
        line-height: 20px;
    }
    .text_field_long {
        margin: 0px 10px 0 10px;
    }
    h1.title {
        padding: 0 0 0 15px;
    }
    #top-wrapper {
        margin: 0 0 15px 0;
    }
    .home_product_type {
        padding-bottom: 0;
    }
    .home_product_type .product_type_title {
        padding-bottom: 25px;
    }
    .one_product {
        height: auto;
    }
    .camp_home_s img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .product_info {
        margin: 0 !important;
    }
    .product_info_detail {
        display: block;
        padding: 10px 0 0 0;
    }
    .product_info_detail div {
        line-height: 25px;
    }
    #her_img img {
        height: auto;
    }

    .footer_feature {
        width: 100%;
        margin: 50px auto 30px auto;
    }
    .md-dl {
        width: 50%;
        box-sizing: border-box;
        margin: 0;
    }
    .md-dl dt {
        padding: 0;
    }
    .mc-dl dd {
        margin: 0 auto;
        display: inline-block;
    }
    .footer_goal {
        padding: 20px 0 40px 0;
    }
    .footer_menu {
        text-align: center;
    }
    .me-dl {
        width: 50%;
        box-sizing: border-box;
        padding: 10px 0 0 0;
        margin: 0;
    }
    .me-dl img {
        width: 95px;
        padding: 0;
        margin: 0;
    }
    .me-a {
        width: 100%;
        box-sizing: border-box;
    }
    .me-c {
        width: 100%;
        text-align: center;
        float: left;
    }
    .footer_copyright {
        display: none;
    }
    .footer_copyright_mobile {
        width: 100%;
        text-align: center;
        background: #000;
    }
    .footer_copyright_mobile div {
        color: #fff;
    }

    .camp_desc {
        width: 98% !important;
        margin: 20px 0 0 3px;
    }
    .camp_teaser_logo, .camp_teaser_logo img {
        width: 100%;
    }
    .camp_teaser_desc_1 {
        height: auto;
        margin: 0 0 10px 0;
    }
    .camp_teaser_related_trips {
        width: 302px;
        margin: 0 0 10px 0;
    }
    .filter_title {
        width: 80px;
    }
    .filter_content {
        width: calc(100% - 80px);
    }
    .filter_item.disabled {
        display: none !important;
    }
    .page-school-search .view-filters {
        width: 100%;
    }
    .view-school-search .view-content {
        border: none;
        width: 100%;
    }
    .schools_teaser, .schools_teaser_desc, .schools_teaser_desc h2 {
        width: 100% !important;
        box-sizing: border-box;
    }
    .schools_teaser {
        padding: 15px 0 !important;
        margin: 0 0 0 5px !important;
    }
    .school_teaser_detail div {
        width: 50%;
        box-sizing: border-box;
        padding: 0;
    }
    .school_teaser_detail span {
        width: auto;
        padding: 0;
    }
    .school_features {
        padding: 0 0 0 10px;
    }
    .node-type-schools .grade_number {
        width: 100%;
        padding: 0 0 0 20px;
    }
    #camp_base_info {
        padding: 25px 0 0 0;
    }
    .camp_vendor {
        padding: 10px 0 20px 0;
    }
    .camp_teaser_types_item {
        display: none;
    }
    .detail_title nav a {
        padding: 0 15px 0 15px;
    }
    #camp_related_schools h2 a {
        max-width: 300px;
    }

    #ss_logo {
        width: 100%;
    }
    #product_picture_thum_list, #scrollbar, #track, #right_scroll, #left_scroll {
        display: none;
    }
    #school_profile_basic {
        width: 100% !important;
        box-sizing: border-box;
        padding: 15px 5px !important;
    }
    .group_desc {
        display: inline-block;
    }
    .camp_final_price {
        height: 38px;
        width: calc(100% + 22px);
    }
    .camp_final_price span {
        line-height: 38px;
    }
    .camp_order_now {
        top: 8px;
        left: -1px;
    }
    .daily_schedule_title {
        padding: 5px 0 10px 5px;
    }
    .daily_schedule_content {
        width: 100%;
        box-sizing: border-box;
        padding: 12px 0 10px 10px;
    }
    .daily_schedule img {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    .ranking_10 {
        background-position: 0 3px;
    }
    .daily_schedule_accommodation {
        padding: 10px 0 35px 10px;
    }
    #site_search_sumary {
        padding: 15px;
        margin: 10px 0 15px 0;
    }
    .detail_title {
        padding-top: 53px !important;
    }
    .detail_book_bt {
        float: right !important;
    }
    .page-school-search .schools_teaser_desc h2 a {
        max-width: 300px;
    }
    .price_include, .price_not_include {
        width: 100% !important;
    }
    .daily_schedule img {
        width: 100% !important;
        height: auto !important;
    }
    .camp_price_timeline, .camp_price_by_date {
        padding: 0 0 0 25px;
    }

    #user_login_pop {
        width: 60% !important;
        height: auto !important;
        top: 50px !important;
        left: 50% !important;
        margin-left: -35% !important;
        margin-top: 0 !important;
    }
    /*#user_login_pop input[type=text], #user_login_pop input[type=password] {
        width: 38%;
    }*/
    .confirm-parent, .password-parent {
        width: 100%;
    }
    #top_header_content, #top_header_container {
        position: fixed;
        background-color: #EEE;
        top: 35px;
        z-index: 10001;
        padding: 0;
        margin: 0;
    }
    .mine_text {
        width: 100%;
        border: 1px solid #ccc;
        display: inline-block;
        text-align: left;
        background: url('/sites/all/themes/beach/images/btn_next-old.png') no-repeat 90%;
        background-size: 25px 19px;
    }
    .user_profile_info {
        width: 100%;
    }
    .user_profile_picture {
        width: 100%;
        text-align: center;
    }
    .user-picture {
        width: 100%;
        margin: 0 auto !important;
    }
    .user_profle_block_title {
        width: 98%;
        box-sizing: border-box;
    }

    .node-form .form-text {
        width: 94% !important;
    }
    .description {
        float: left;
        line-height: 20px;
        padding: 0 0 20px 0;
    }
    #user_login_pop .description {
        float: none;
    }
    .order_step:not(.first) {
        border-left: 33px solid transparent;
        text-align: left;
    }
    .order_p_camp, .order_p_trip {
        max-width: 255px;
    }
    .order_content, .order_clients {
        box-sizing: border-box;
    }
    .comment_right_content {
        width: 100%;
    }
    .footer_copyright_mobile {
        display: block;
    }
    .page-all-camps .item-list,
    .page-site-search .item-list {
        clear: both;
    }
    .page-all-camps .item-list ul:not(.pager) li,
    .page-site-search .item-list ul:not(.pager) li {
        float: none;
    }
    .page-vendor #user-login div, .page-vendor #user-login label {
        float: left;
        width: 100%;
    }
    .page-vendor input {
        width: 280px;
    }
    .page-vendor #user-login, .page-vendor #user-register-form {
        width: 100%;
    }
    #bottom-wrapper {
        display: none;
    }
    #slogan {
        font-size: 19px !important;
        padding: 15px 15px 15px 0 !important;
    }
    .page-vendor #user-login a {
        display: inline-block;
    }

    #user-login, #user-register-form, .page-user-edit input[type='text'],
    .page-user-edit select, .page-user-edit .form-type-password,
    input[type='password'], #edit-name, #edit-mail, #edit-phone, #edit-name--2 {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .password-strength, .password-suggestions {
        display: none;
    }
    div.form-item div.password-suggestions {
        width: 100%;
        box-sizing: border-box;
    }
    #edit-captcha-response {
        margin: 0 0 0 10px;
    }
    .owned_coupon_usage {
        float: left;
    }
    .node-coupon.node-teaser {
        margin: 0;
    }
    #coupon_action {
        width: 100%;
    }
    #coupon_download {
        display: none;
    }
    #coupon_download_mobile {
        display: block !important;
    }
    .coupon_teaser {
        padding: 10px 0 5px 0px;
    }

    .coupon_teaser img {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .coupon_teaser div, .coupon_teaser span {
        line-height: 24px;
    }
    .pager .pager-current, .pager .pager-item, .pager .pager-ellipsis {
        display: none !important;
    }
    .pager .pager-last {
        content: '最后';
    }
}

@media screen and (max-width:1000px){

}

#edit-submitted-gender {
    float: left;
}

.daily_schedule_content, #ss_requirement_content, .camp_desc {
    text-indent: 2em;
}
#ss_requirement_content li, .daily_schedule_content li {
    text-indent: 0;
}
#ss_requirement_content img, .daily_schedule_content img {
    display: block;
    margin: 5px 0;
    float: left;
}
.daily_schedule_content p {
    width: 100%;
    float: left;
}
.no-indent {
    text-indent: 0;
}

.page-summer-promotion .content .item-list li {
  list-style: none;
}
