@charset "UTF-8";

@import url(////fonts.googleapis.com/css?family=open+sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
.error{
	color: #d40404;
}
.clear {
	clear:both;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.hidden {
	display:none;
	overflow:hidden;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000000;
	background-color:#FFFFFF;
}
a {
	color:inherit;
	text-decoration:inherit;
}
a:hover {
	text-decoration:none;
	color:#d20d17;
}
form, ul, li, img, hr {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
.pointer{
	cursor: pointer;
}
.left {
	float:left;
}
.right {
	float:right;
}
.table {
	display:table-cell;
}
.submit {
	height:25px;
	padding:0 15px 0 15px;
	margin:0 0 0 10px;
	color:#FFFFFF;
	border:0;
	border-radius:3px;
	background-image:-ms-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-moz-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-o-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f00000), color-stop(1, #d30e18));
	background-image:-webkit-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:linear-gradient(to bottom, #f00000 0%, #d30e18 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00000', endColorstr='#d30e18');
	cursor:pointer;
	font-family:'Open Sans', sans-serif;
	font-weight:500;
}
.submit.tab{
	background:none;	
	font-size:13px;
}
.mt20{
	margin-top: 20px;
}
.submit.tab.active, .submit.tab:hover{
	background-image:-ms-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-moz-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-o-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f00000), color-stop(1, #d30e18));
	background-image:-webkit-linear-gradient(top, #f00000 0%, #d30e18 100%);
	background-image:linear-gradient(to bottom, #f00000 0%, #d30e18 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00000', endColorstr='#d30e18');
}
.background_input {
	background-image:-ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background-image:-moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background-image:-o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #FFFFFF));
	background-image:-webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background-image:linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#FFFFFF');
}
.venues > .top_bar {
    background: none repeat scroll 0 0 #000000;
    padding: 10px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:944px;
}
.red {
	color:#d20d17;
}
.gray {
	color:#494948;
}
.opensans {
	font-family:'Open Sans', sans-serif;
}
h1 , h2 , h3 {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	display:inline;
	color:inherit;
}
#content h1 {
	font-family:'Open Sans', sans-serif;
	font-size:28px;
	line-height:34px;
	color:#d20d17;
	font-weight:300;
	display:block;
}
#content h2 {
	font-family:'Open Sans', sans-serif;
	font-size:28px;
	line-height:34px;
	color:#000000;
	font-weight:300;
	display:block;
}
#content h3 {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#d20d17;
	font-weight:400;
	display:block;
}

#header_clients {
	width:974px;
	padding-top:40px;
	padding-bottom:20px;
	margin:0 auto 0 auto;
	position:relative;
}
#header_clients .bylogo {
	right:0;
	bottom:20px;
	position:absolute;
}
#header_clients .message {
	margin-top:10px;
	color:#656565;
	font-size:14px;
}

#header {
	width:974px;
	height:105px;
	margin:0 auto 0 auto;
}
#header .logo {
	width:281px;
	height:41px;
	margin-top:35px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#header .bottom {
	height:45px;
	vertical-align:bottom;
}
#header .link ul li , #header .icon ul li {
	height:23px;
	display:table-cell;
	vertical-align:middle;
}
#header .link {
	font-size:14px;
	color:#494948;
}
#header .link li {
	padding-left:21px;
	font-weight:bold;
}
#header .icon ul {
	padding-left:16px;
}
#header .icon ul li {
	padding-left:5px;
}

#footer {
	width:100%;
	min-width:974px;
	padding:20px 0 25px 0;
	background-color:#151515;
}
#footer .content {
	width:974px;
	margin:0 auto 0 auto;
}
#footer .content .size {
	width:320px;
}
#footer .link li {
	margin-right:5px;
	color:#7d7d7d;
	float:left;
}
#footer .logo , #footer .copyrights {
	text-align:right;
}
#footer .copyrights {
	color:#7d7d7d;
	font-size:11px;
	width:100% !important;
	float: left;
	text-align:left;
	margin-top:20px;
}
.copyrights.size > span {
    float: right;
}
#footer .copyrights .text {
	margin:15px 0 15px 0;
	font-size:12px;
}
#footer .email {
	line-height:25px;
	margin-top:-30px;
}
#footer .email .text {
	width:180px;
	padding:6px 12px 6px 12px;
	font-size:12px;
	border:0;
	border-radius:5px;
	color:#9b9b9b;
}

#showproduct .case {
	width:218px;
	margin:0 auto 0 auto;
}
#showproduct .case .img {
	width:216px;
}
#showproduct .case .name {
	width:216px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#494948;
	overflow:hidden;
}
#showproduct .case .type {
	font-size:12px;
	color:#999999;
}
#showproduct .case .data {
	width:100%;
	margin:15px 0 0 0;
}
#showproduct .case .data tr td {
	color:#494948;
	vertical-align:top;
}
#showproduct .case .data tr td.sm {
	width:80px;
}
#showproduct .case .data tr td span {
	color:#999999;
}
#showproduct .case .view {
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
}
#showproduct .case .view img {
	width:8px;
	margin-left:10px;
}

#home {
	width:974px;
	margin:0 auto 0 auto;
}
#home .venues {
	margin:35px 0 45px 0;
}
#home .venues .top .type .text {
	font-size:21px;
}
#home .venues .top .type .text img {
	margin-right:10px;
}
#home .venues .top .button input {
	cursor:pointer;
}
#home .venues .content {
	width:972px;
	margin:10px 0 0 0;
	padding:20px 10px 20px 10px;
	border:1px solid #d9d9d9;
	border-radius:5px;
}
#home .venues .content1, #home .venues .content2, #home .venues .content3 {
	width:972px;
	margin:0;
	padding:20px 10px 20px 10px;
	border:1px solid #d9d9d9;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.content2, .content3{
	display:none;	
}
#home .venues .content tr.phasetwo .case {
	padding-top:20px;
}
#home .venues .content tr td {
	--width:25%;
	vertical-align:top;
}
#home .venues tr td .case{
	margin-bottom:10px;
}
#home .information {
	width:974px;
}
#home .information table {
	width:100%;
}
#home .information table .icon {
	width:48px;
}
#home .information table .data {
	width:270px;
	vertical-align:top;
}
#home .information table .main_left {
	padding-left:10px;
}
#home .information table .main_right {
	padding-right:10px;
}
#home .information table .data .title {
	font-size:16px;
	font-weight:600;
	padding-bottom:5px;
}
#home .information table .data .content {
	font-size:12px;
	line-height:18px;
}
#home .main {
	margin:45px 0 45px 0;
}
#home .main .animate {
	width:319px;
}
#home .main .content {
	font-size:28px;
	line-height:30px;
	font-weight:300;
	color:#333333;
}
#home .main .content.left{
	float:left;
	width:550px;
	}
#home .main .content.right{
	width:400px;	
}
.content.left.opensans > p {
    font-size: 14px;
    line-height: 22px;
}
#home .main .content.right > p{
	margin:0;
	font-style: italic;	
	font-size:26px;
}
#home .banner {
	--margin-top:20px;
	border-top:1px solid #e2e2e2;
}
#home .banner .prevbutton {
	width:46px;
	height:46px;
	margin:175px 0 0 0px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/prev.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	z-index:99999;
}
#home .banner .nextbutton {
	width:46px;
	height:46px;
	margin:175px 0 0 940px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/next.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	z-index:99999;
}
#home .banner .search {
	width:440px;
	margin-top:50px;
	padding:10px 20px 10px 20px;
	background-color:#d20d17;
	border-radius:5px;
	position:absolute;
	z-index:9999;
	box-shadow:2px 2px 9px #333333;
}
#home .banner .search .title {
	padding-bottom:5px;
	border-bottom:1px solid #e71a90;
	font-size:28px;
	line-height:36px;
	color:#FFFFFF;
	box-shadow:0 1px 0px #be1174;
}
#home .banner .search table {
	width:100%;
}
#home .banner .search table tr td {
	height:32px;
}
#home .banner .search table tr td.frist {
	width:75px;
	text-align:right;
}
#home .banner .search table tr td.frist span {
	color:#c5c5c5;
	font-size:14px;
}
#home .banner .search table tr td.icon {
	width:40px;
	text-align:center;
}
#home .banner .search table tr td.icon img {
	vertical-align:middle;
}
#home .banner .search .text {
	margin-top:10px;
	font-size:17px;
	line-height:34px;
	color:#FFFFFF;
}
#home .banner .search .text .input {
	padding:0 10px 0 10px;
	margin:0 10px 0 0;
	font-size:18px;
	color:#777777;
	border:0;
	border-radius:5px;
}
#home .banner .search .text .people {
	width:60px;
	height:30px;
}
#home .banner .search .text .num {
	width:50px;
	height:25px;
	margin-top:5px;
	font-size:12px;
}
#home .banner .search .text .txt {
	margin-right:10px;
	color:#c5c5c5;
	font-size:14px;
}
#home .banner .search .text .districtselect {
	width:130px;
	height:25px;
	padding:0;
	margin:5px 10px 5px 0;
	background-color:#FFFFFF;
	border:0;
	border-radius:5px;
	overflow:hidden;
}
#home .banner .search .text .districtselect select {
	width:160px;
	height:25px;
	padding:2px 10px 0 10px;
	font-size:14px;
	line-height:25px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/sel_s.png);
	background-position:108px center;
}
#home .banner .search .text .select {
	width:200px;
	height:32px;
	margin:2px 0 2px 0;
	background-color:#FFFFFF;
	border:0;
	border-radius:5px;
	overflow:hidden;
}
#home .banner .search .text .select select {
	width:230px;
	height:32px;
	padding:5px 10px 0 10px;
	font-size:18px;
	line-height:25px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/sel_b.png);
	background-position:170px center;
}
#home .banner .search .text .selectstyle {
	margin:0;
	color:#777777;
	background:transparent;
	background-repeat:no-repeat;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border:0;
	outline:0px;
	vertical-align:top;
}
#home .banner .search .search_button {
	margin:168px 0 0 314px;
	padding:10px 30px 10px 30px;
	background-color:#4a4a49;
	background-image:-ms-linear-gradient(top, #7c7c7b 0%, #4a4a49 100%);
	background-image:-moz-linear-gradient(top, #7c7c7b 0%, #4a4a49 100%);
	background-image:-o-linear-gradient(top, #7c7c7b 0%, #4a4a49 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7b), color-stop(1, #4a4a49));
	background-image:-webkit-linear-gradient(top, #7c7c7b 0%, #4a4a49 100%);
	background-image:linear-gradient(to bottom, #7c7c7b 0%, #4a4a49 100%);
	border-radius:5px;
	font-size:18px;
	color:#FFFFFF;
	cursor:pointer;
	position:absolute;
	z-index:99999;
}
#home .banner .place .group .case .line {
	width:645px;
	height:7px;
	margin-top:390px;
	padding:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
	position:absolute;
}
#home .banner .place .group .case .line.gray_bg {
	background-color:#959493;
}
#home .banner .place .group .case .line.red_bg {
	background-color:#d20d17;
}
#home .banner .place .group .case .message , #home .banner .place .group .case .information {
	width:605px;
	height:60px;
	padding:6px 20px 0 20px;
	margin-top:320px;
	position:absolute;
	overflow:hidden;
	z-index:9999;
}
#home .banner .place .group .case .message .title , #home .banner .place .group .case .information .title {
	width:605px;
	font-size:21px;
	color:#FFFFFF;
	margin-bottom:2px;
	text-overflow:ellipsis;
    white-space:nowrap;
}
#home .banner .place .group .case .message .title a , #home .banner .place .group .case .information .title a {
	width:605px;
	font-size:21px;
	color:#FFFFFF;
	margin-bottom:2px;
	text-overflow:ellipsis;
    white-space:nowrap;
}
#home .banner .place .group .case .message .content {
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
}
#home .banner .place .group .case .background {
	width:645px;
	height:70px;
	margin-top:320px;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position:absolute;
	z-index:9998;
}
#home .banner .place .group .case .information .title , #home .banner .place .group .case .information table {
	width:435px;
}
#home .banner .place .group .case .information table {
	border-spacing:0;
	color:#FFFFFF;
}
#home .banner .place .group .case .information table tr.top {
	color:#959493;
}
#home .banner .place .group .case .box {
	height:30px;
	padding:0 10px 0 10px;
	margin-top:367px;
	background-color:#959493;
	font-size:18px;
	line-height:30px;
	color:#FFFFFF;
	position:absolute;
	z-index:10000;
}
#home .main .animate .animate_1 {
	width:319px;
	height:33px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/panel_bottom.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	display:none;
	margin-top:35px;
}
#home .main .animate .animate_2 {
	width:319px;
	height:22px;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/panel_top.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
	display:none;
	margin-top:10px;
}
#home .main .animate .animate_3 {
	width:319px;
	height:25px;
	--background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/pin_shadow.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	position:absolute;
	z-index:3;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	margin-top:18px;
	margin-left:-32px;
}
#home .main .animate .animate_4 {
	width:319px;
	height:48px;
	--background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/pin.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	position:absolute;
	z-index:4;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	margin-top:-25px;
}
#home .main .animate img {
	display:none;
}

#mainbody {
	width:auto;
	border-top:1px solid #e2e2e2;
	margin:0 0 40px 0;
}

#topmenu {
	width:auto;
	margin-top:5px;
	border-top:1px solid #e2e2e2;
}
#topmenu .menu {
	width:973px;
	height:45px;
	margin:0 auto 0 auto;
	position:relative;
}
#topmenu .menu .case {
	font-size:15px;
	line-height:45px;
	color:#494948;
	font-weight:bold;
	overflow:hidden;
}
#topmenu .menu .case.active > a{
	color:#d20d17;
}
#topmenu .menu .case .bk {
	width:auto;
	height:2px;
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
	display:none;
	position:absolute;
	z-index:99999999999;
}
#topmenu .menu .case a {
	width:auto;
	height:45px;
	padding:0 10px 0 10px;
	display:block;
}
#topmenu .menu .case .subtype {
	background-color:#f6f6f6;
	display:none;
	position:absolute;
	z-index:9999999999;
	margin:45px 0 0 -1px;
	padding:15px 0 15px 0;
	
}
#topmenu .menu .case .subtype a {
	width:auto;
	min-width:115px;
	height:25px;
	line-height:25px;
	padding:0 20px 0 20px;
	display:block;
	font-weight:300;
	font-size:12px;
	position:relative;
}
#header .search {
	width:600px;
	height:39px;
	margin-top:35px;
}
#header .search .text {
	width:180px;
	padding:6px 12px 6px 12px;
	font-size:12px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	color:#9b9b9b;
}
#topmenu .menu .case.right {
	width:100px;
	border-right:0;
	font-size:13px;
}
#topmenu .menu .case.caseR{
	margin-left:120px;	
}
#topmenu .menu .case.caseF{
	width: 148px;
	margin-left:20px;
}
#topmenu .menu .case.caseF:hover{
	background:none;
}
#topmenu .menu .case.right a {
	width:98px;
	padding:0;
	text-align:center;
	/*border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
}
#topmenu .menu .case.right.caseF a{
	width:128px;	
}
#topmenu .menu .case.right .aborder {
	/*border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;*/
}
#topmenu .menu .case.right a img {
	margin-left:5px;
}
#topmenu .menu .case .sublink {
	min-width:150px;
	padding:20px 20px 20px 20px;
	background-color:#f5f5f5;
	position:absolute;
	z-index:9999999;
	right:0;
	display:none;
}
.caseF a img{
	position:relative;
	top:5px;
}
#topmenu .menu .case .sublink#sublink-capacity {
	right:100px;
}
#topmenu .menu .case:hover {
	background-color:#f5f5f5;
}
#topmenu .menu .case .sublink ul {
	min-width:160px;
}
#topmenu .menu .case .sublink li {
	height:25px;
	line-height:25px;
	color:#494948;
}
#topmenu .menu .case .sublink li a , #topmenu .menu .case .sublink .text {
	width:auto;
	border-left:0;
	border-right:0;
	height:25px;
	line-height:25px;
	color:#494948;
	text-align:left;
	font-weight:300;
}
#topmenu .menu .case .sublink .text {
	color:#7d7d7d;
	height:25px;
	line-height:25px;
	font-weight:bold;
}
#topmenu .menu .case .sublink li a:hover {
	color:#d20d17;
}

#path {
	width:974px;
	margin:25px auto 0 auto;
	text-align:right;
	color:#494948;
}

#list {
	width:974px;
	margin:0 auto 0 auto;
}
#list .search {
	width:194px;
	margin-top:15px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
}
#list .search hr {
	width:194px;
	height:1px;
	margin:10px 0 10px 0;
	background-color:#FFFFFF;
	border-bottom:1px solid #d4d4d4;
}
#list .search .title {
	font-size:18px;
	color:#494948;
}
#list .search .name {
	font-size:14px;
	font-weight:bold;
}
#list .search .selectbackground {
	width:194px;
	margin:8px 0 14px 0;
	background-color:#FFFFFF;
	border-radius:5px;
	overflow:hidden;
}
#list .search .selectbackground select {
	width:224px;
	margin:0;
	padding:2px 10px 3px 10px;
	font-size:14px;
	line-height:25px;
	border:0;
	background:transparent;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/subsel.png);
	background-position:170px center;
	background-repeat:no-repeat;
	color:#646464;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline:0px;
	vertical-align:top;
}
#list .search .textcase {
	margin:8px 0 14px 0;
}
#list .search .textcase .case {
	width:80px;
}
#list .search .textcase .case.long {
	width:174px;
}
#list .search .textcase .case input {
	width:60px;
	height:14px;
	border:0;
	border-radius:5px;
	padding:7px 10px 7px 10px;
	font-size:14px;
	color:#646464;
}
#list .search .textcase .case.long input {
	width:174px;
}
#list .search .textcase .text {
	width:34px;
	line-height:28px;
	font-size:14px;
	text-align:center;
}
#list .search .checkboxcase {
	width:194px;
	margin:8px 0 14px 0;
}
#list .search .checkboxcase .text {
	width:130px;
	font-size:14px;
	color:#646464;
}
#list .search .checkboxcase .case input {
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	border:0;
	background-color:#FFFFFF;
	display:inline-block;
	box-sizing:border-box;
	/*
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	*/
}
#list .search .post .submit {
	width:174px;
	height:43px;
	font-size:18px;
}
#list .result {
	width:707px;
	margin-top:15px;
	padding:20px 1px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
}
#list .result .top .name {
	font-size:21px;
	line-height:24px;
	color:#d20d17;
}
#list .result .top .total {
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	color:#494948;
	padding-right:19px;
}
#list .result .data .case {
	width:216px;
	margin:20px 19px 0 0;
}

#details {
	width:974px;
	margin:20px auto 0 auto;
}
#details .data {
	width:646px;
	overflow:hidden;
}
#details .data .gallery {
	width:604px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background:none;
	margin:0;
}
#details .data .gallery .top .title {
	width:400px;
	--height:30px;
	padding:12px 0 12px 0;
	font-size:30px;
	color:#494948;
	vertical-align:bottom;
}
#details .data .gallery .top .title h1{
	background:none;
	color:#494948;
	font-size:24px;
	padding:0;
	margin:0;	
}
#details .data .gallery .top .contact {
	height:42px;
	font-size:18px;
	line-height:42px;
}
#details .data .gallery .top .contact .to {
	padding-bottom:2px;
}
#details .data .gallery .top .contact a:hover {
	color:#FFFFFF;
}
#details .data .gallery .photo .show {
	width:604px;
	height:auto;
	position:relative;
}
#details .data .gallery .photo .show img {
	width:604px;
	display:none;
}
#details .data .gallery .photo .show .pop {
	width:32px;
	height:32px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/pop.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:999;
}
#details .data .gallery .photo .other {
	width:612px;
}
#details .data .gallery .photo .other .case {
	width:145px;
	margin:8px 8px 0 0;
	cursor:pointer;
}
#details .data .gallery .photo .other .case img {
	width:145px;
}
#details .data .gallery .photo .description {
	margin-top:10px;
}
#details .data .gallery .photo .description .title {
	color:#919191;
}
#details .data .gallery .photo .description .content {
	margin-top:10px;
	color:#494948;
	line-height:18px;
}
#details .data .inspiration {
	width:604px;
	padding:20px 20px 20px 20px;
	margin-top:10px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
}
#details .data .inspiration .title {
	font-size:18px;
}
#details .data .inspiration .photo {
	margin-top:15px;
}
#details .data .inspiration .photo .img {
	width:461px;
	height:auto;
	border-right:1px solid #ffffff;
	box-shadow:1px 0 0px #c6c6c6;
	position:relative;
}
#details .data .inspiration .photo .img img {
	width:445px;
}
#details .data .inspiration .photo .img .pop {
	width:32px;
	height:32px;
	right:36px;
	bottom:20px;
	cursor:pointer;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/pop.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:999;
}
#details .data .inspiration .photo .menu {
	width:140px;
}
#details .data .inspiration .photo .menu div {
	margin:0 0 10px 15px;
	font-size:14px;
	color:#c3c3c3;
	cursor:pointer;
}
#details .information , #details .addthis {
	width:319px;
}
#details .information {
	width:319px;
	margin-top:0px;
}
#details .information .info {
	width:277px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
}
#details .information .info .box {
	padding-bottom:15px;
	border-bottom:1px solid #cecece;
	box-shadow:0 1px 0px #ffffff;
}
#details .information .info .box.none {
	border-bottom:0;
	box-shadow:0 0 0;
}
#details .information .info .box .title {
	font-size:18px;
	margin-bottom:15px;
}
#details .information .info .box table {
	border-spacing:0;
}
#details .information .info .box table .type {
	width:100px;
	color:#919191;
}
#details .information .info .box table td {
	vertical-align:top;
	line-height:18px;
}
#details .information .info .box .name {
	color:#919191;
	margin-top:15px;
}
#details .information .info .box ul {
	padding-top:5px;
}
#details .information .info .box li {
	margin-left:20px;
	list-style:disc outside none;
	line-height:18px;
}
#details .information .info .see {
	width:228px;
	height:42px;
	margin:15px auto 0 auto;
	font-size:18px;
	line-height:42px;
}
#details .information .info .see a:hover {
	color:#FFFFFF;
}
#details .information .info .see img {
	padding-top:5px;
}

#content {
	width:934px;
	margin:20px auto 0 auto;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	line-height:18px;
}
#content ul {
	padding-left:20px;
}
#content li {
	list-style:disc;
}

#contact {
	width:974px;
	margin:20px auto 0 auto;
}
#contact .form {
	width:604px;
	min-height:490px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
}
#contact .form .title {
	font-size:21px;
}
#contact .form table {
	width:100%;
	margin-top:20px;
	color:#4b4b4b;
	font-size:13px;
	line-height:21px;
	border-spacing:0;
}
#contact .form table td {
	vertical-align:top;
	padding-bottom:10px;
}
#contact .form table select , #contact .form table .text {
	width:260px;
}
#contact .form table .frist {
	width:320px;
}
#contact .form table .text {
	height:14px;
	padding:7px 10px 7px 10px;
	border:1px solid #dfdfdf;
	font-size:14px;
	color:#646464;
}
#contact .form table textarea {
	width:582px;
	height:108px;
	padding:10px 10px 10px 10px;
	border:1px solid #dfdfdf;
	font-size:14px;
	color:#646464;
}
#contact .form table .submit {
	width:88px;
	height:35px;
	font-size:14px;
}
#contact .data {
	width:277px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
	margin-bottom:20px;
}
#contact .data > div{
	margin-bottom:10px;
}
#contact .data .title {
	font-size:18px;
	color:#494948;
}
#contact .data .case {
	font-size:12px;
	color:#494948;
	line-height:18px;
}
#contact .data .case .red {
	font-size:14px;
	font-weight:bold;
}
.white{
	color: #fff;
}
#contact .paypal {
	width:604px;
	padding:20px 20px 20px 20px;
	margin-top:10px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
}

#actioncontactform {
	width:560px;
	padding:20px 20px 20px 20px;
	background-color:#f2f2f2;
}
#actioncontactform .close {
	text-decoration:underline;
	font-size:11px;
}
#actioncontactform .logo {
	padding:10px 0 10px 0;
}
#actioncontactform .information {
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
}
#actioncontactform .information .img {
	padding-right:10px;
}
#actioncontactform .information .img img {
	width:160px;
}
#actioncontactform .information .data {
	width:370px;
}
#actioncontactform .information .data .title {
	padding-bottom:10px;
	font-size:21px;
	color:#494948;
}
#actioncontactform .information .data table {
	width:100%;
}
#actioncontactform .information .data table .type {
	width:100px;
	color:#919191;
	vertical-align:top;
}
#actioncontactform .text_1 {
	padding:10px 0 10px 0;
	border-bottom:1px solid #cecece;
	box-shadow:0 1px 0px #ffffff;
	font-size:12px;
}
#actioncontactform .text_1 span {
	font-size:24px;
}
#actioncontactform .text_2 {
	padding:10px 0 5px 0;
	color:#a1a1a1;
	font-size:13px;
}
#actioncontactform .form table {
	width:100%;
	border-spacing:0;
}
#actioncontactform .form table td {
	width:180px;
}
#actioncontactform .form table .type {
	width:100px;
	height:35px;
	font-weight:bold;
}
#actioncontactform .form table .selectbackground {
	width:174px;
	margin:5px 0 5px 0;
	background-color:#FFFFFF;
	border-radius:5px;
	overflow:hidden;
}
#actioncontactform .form table .selectbackground.sort {
	width:84px;
	overflow:hidden;
}
#actioncontactform .form table .selectbackground select {
	width:214px;
	margin:0;
	padding:5px 10px 0 10px;
	font-size:12px;
	line-height:25px;
	border:0;
	background:transparent;
	background-image:url(https://www.casteloconcepts.com/files/source/frontend/images/arrow-down.jpg);
	background-position:150px center;
	background-repeat:no-repeat;
	color:#646464;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline:0px;
	vertical-align:top;
}
#actioncontactform .form table .selectbackground.sort select {
	width:114px;
	background-position:60px center;
}
#actioncontactform .form table .text {
	font-size:14px;
	line-height:35px;
	color:#646464;
}
#actioncontactform .form table input {
	width:155px;
	height:16px;
	border:0;
	border-radius:5px;
	padding:7px 10px 7px 10px;
	font-size:12px;
	line-height:14px;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
}
#actioncontactform .form table .case input {
	width:50px;
}
#actioncontactform .form table .to {
	width:35px;
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#646464;
}
#actioncontactform .form table .textarea {
	height:95px;
	vertical-align:top;
}
#actioncontactform .form table .textareacase {
	width:460px;
}
#actioncontactform .form table textarea {
	width:440px;
	height:95px;
	border:0;
	border-radius:5px;
	padding:7px 10px 7px 10px;
	font-size:12px;
	color:#646464;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
#actioncontactform .form table .submit {
	width:85px;
	height:35px;
	margin:10px 0 0 0;
	color:#FFFFFF;
	font-size:14px;
}
.caseF a{
	width:22px !important;
	padding:0 !important;
	float:right;
	margin-right:5px;
}
#map_canvas  {
	width:277px;
	height:200px;
	margin-top:20px;
	text-align:center;
	
}

#map_canvas2 {
	width:810px;
	height:810px;
}


#advertising {
	width:200px;
	height:200px;
	margin:10px auto 0 auto;
	text-align:center;
}

#advertising img {
	width:200px;
	height:200px;
}

#pager ul.pages {
	display:block;
	font-size:12px;
	margin:10px 0 10px;
	padding:0;
}
#pager ul.pages li  {
	list-style:none;
	float:left;
	text-decoration:none;
	margin:0 5px 0 0;
	height:15px;
	
}

#pager ul.pages li a , #pager ul.pages li.pgCurrent a{
	padding:5px 10px 5px 10px;
	border:1px solid #c0c0c0;
}
#pager ul.pages li.pgEmpty , #pager ul.pages li:hover {
	color:#CCC;
}
#pager ul.pages li.pgCurrent a{
	color:#FFFFFF;
	border:1px solid #a64686;
	background-color:#d20d17;
}
#pager {
	float:right;
}
table.venuecase {
	border-spacing:0;
}
table.venuecase, table.venuecase td {
	padding:0;
	border-spacing:0;
	line-height:18px;
}

#blog {
	width:974px;
	margin:0 auto 0 auto;
}
#blog .post {
	width:680px;
	margin-top:15px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
}
#blog .page {
	width:194px;
	margin-top:15px;
	padding:20px 20px 20px 20px;
	border:1px solid #d9d9d9;
	border-radius:5px;
	background-color:#eeeeee;
}
#blog .page .title {
	font-size:18px;
	color:#494948;
}
#blog .page hr {
	width:194px;
	height:1px;
	margin:10px 0 10px 0;
	background-color:#FFFFFF;
	border-bottom:1px solid #d4d4d4;
}
#blog .page .case {
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	color:#494948;
}
#blog .page .top {
	font-size:14px;
	line-height:20px;
	color:#494948;
}
#blog .page .top.active , #blog .page .case.active {
	color:#d20d17;
}
#blog .post .name {
	font-size:21px;
	line-height:24px;
	color:#d20d17;
}
#blog .post .case {
	margin:20px 0 20px 0;
	padding-top:20px;
	border-top:1px solid #d9d9d9;
}
#blog .post .case.top {
	border-top:0;
	padding-top:0;
}
#blog .post .case .date {
	width:80px;
	color:#999999;
	font-size:11px;
}
#blog .post .case .content {
	width:580px;
}
#blog .post .case .content .type , #blog .post .text .type {
	font-size:11px;
	color:#999999;
	margin-bottom:5px;
}
#blog .post .case .content .title {
	color:#d20d17;
	font-size:14px;
	line-height:24px;
}
#blog .post .case .content .intro {
	color:#333333;
	font-size:12px;
	line-height:18px;
}
#blog .post .text .date {
	color:#999999;
	font-size:11px;
}
#blog .post .text .title {
	margin-top:10px;
	color:#d20d17;
	font-size:21px;
	line-height:24px;
}
#blog .post .text .type {
	margin-top:5px;
}
#blog .post .text .content {
	margin-top:20px;
}
#blog .post .text .content img {
	max-width:680px;
}

#footer .footermenu {
	width:974px;
	margin:0 auto 20px auto;
}
#footer strong{
	color:#d20e18;
	font-size:14px;	
}
#footer .footermenu .case {
	width:154px;
	margin-right:10px;
}
#footer .footermenu .case2 {
	width:310px;
	margin-right:10px;	
}
#footer .footermenu .row2{
	width:308px;	
}
.case.left.row2 > ul {
    float: left;
    width: 50%;
}
.row2 li{
	float:left;
	width:140px;
}
#footer .footermenu .case.last {
	margin-right:0;
}
#footer .footermenu .text {
	font-weight:bold;
	line-height:20px;
	color:#494948;
}
#footer .footermenu li a {
	line-height:20px;
	color:#999999;
}
#footer .footermenu li a:hover {
	color:#d20d17;
}
#footer .footermenu .location .case .text , #footer .footermenu .texts {
	color:#d20e18;
}
#our_menu{
	margin-top:10px;	
}
#our_menu h2{
	font-size:20px;
	color:#D20D17;
}

/* about page */
.about{
	margin: 20px auto;
    width: 972px;
	border: 1px solid #D9D9D9;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about .top{
	padding:10px 20px;	
}
.about .top h1{
	color: #494948;
    font-size: 30px;	
}
.about p{
	padding:0 20px;
}
.about_media{
	width:915px;
	margin:0 auto;	
}
.about iframe{
	float:left;
}
.about img {
    float: right;
    margin-bottom: 5px;
}
.about .about_big{
	font-size: 24px;
    font-style: italic;
	color: #333333;	
}

/* job listing & detail */
.list, .list_detail{
    margin: 20px auto;
    width: 974px;
}
.list_sub{
	width:200px;
	border: 1px solid #D9D9D9;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eeeeee;
	padding:10px 20px;
}
.list_detail .list_sub{
	float:right;
}
.list_sub h2{
	font-size:16px;
	border-bottom:1px solid #CCC;
	box-shadow: 0 1px 0px #ffffff;	
	display:block;	
	margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
}
.list_sub a{
	display:block;	
	margin-bottom:8px;
}
.list_sub a.active{
	color:#d40404;	
}
.list_sub ul li{
	margin-bottom: 15px;
}
.list_sub ul li p{
	color:#D40404;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 0;
}
.list_sub ul li span{
	color:#494948;
	font-size:12px;
}
.list_con {
    float: right;
    padding: 10px 20px;
    width: 675px;
	border: 1px solid #D9D9D9;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list_detail .list_con{
	float:left;	
}
.list_con h1{
	color:#333333;
	font-size:22px;
}
.list_con h1.list_title{
	padding-left:20px;
	color:#D40404;
	background:url(https://www.casteloconcepts.com/files/source/frontend/images/castelo_to.png) no-repeat 0 10px;
}
.list_con > span{
	color:#333333;
	font-size:12px;
	display:block;
}
.list_con table, .detail_con{
	width:100%;	
	margin-top:15px;
}
.detail_con .touch_form{
	margin-top:20px;
}
.list_con table th{
	background:#2d2d2d;
	padding:10px 5px 10px 20px;
	color:#fff;	
	text-align:left;
}
.list_con table td{
	padding:10px 5px 10px 20px;
	text-align:left;
	border-bottom:1px solid #d9d9d9;
}
.list_con table tr:last-child td{
	border-bottom:none;
}
.list_con table a{
	font-size:15px;
	color:#d40404;	
}
.list_con table span{
	font-size:12px;
}
.touch_form{
	width:280px;
}
.touch_form h2{
	font-size:21px;
	color:#d40404;
	margin:10px 0;
	display:block;
}
.touch_form label{
	display:block;
	width:100%;
	font-size:12px;
	margin-bottom:4px;
}
.touch_form input, .touch_form textarea{
	border:1px solid #dfdfdf;
	margin-bottom:10px;
	padding:5px;
	width:100%;
}
.touch_form textarea{
	resize: none;
	height:100px;
}
.touch_form form > div{
	margin:10px 0;
}
.touch_form form .btn_upload, .touch_form form .form_sub{
	float:right;
	display:block;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#000;
	padding:5px 15px;
	color:#fff;
	margin-right: -12px;
    margin-top: -6px;
}
.touch_form form .form_sub{
	background:#d40404;
	border:none;
	margin-top:0;
}
.detail_con p{
	margin:5px 0;
}
.detail_con ul{
	margin:10px 0 10px 15px;
}
.detail_con ul li{
	list-style-type:disc;
}

/* gallery & gallery_detail */
.gallery, .gallery_detail{
	margin: 20px auto;
    width: 972px;
	border: 1px solid #D9D9D9;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#2d2d2d;
}
.gallery h1, .gallery_detail h1{
	padding-left:20px;
	background:url(https://www.casteloconcepts.com/files/source/frontend/images/to.png) no-repeat 0 center;	
	margin:20px 0 10px 20px;
	color:#fff;
	float:left;
	font-size:18px;
}
.gallery_con{
	float:left;
	margin-left: 20px;
    margin-top: 5px;
}
.gallery > span{
	float:right;
	color:#fff;;
	margin:20px 20px 10px 0;
}
.gallery_con li{
	float:left;
	margin:0 20px 20px 0;
	height:200px;
}
.gallery_con .gallery_time{
	color:#999999;
	font-size:12px;
	margin:5px 0 2px 0;
}
.gallery_con li a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
}
.gallery_con li a:hover{
	color:#d40404;
}
.detail_nav{
	width:974px	;
	margin:0 auto;
	height:60px;
}
.detail_nav li{
	cursor:pointer;
}
.gallery_detail p{
	float:left;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:40px;
	color:#fff;
}
.gallery_detail p .gallery_title{
	color:#999999;	
}

/* promotion */
.promo_detail{
	margin: 20px auto;
    width: 974px;
}
.promo_l{
	float:left;
}
#datepicker{
	margin-bottom:10px;
}
.promo_detail .type{
	background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D9D9D9;
    -webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
    float: left;
    padding: 10px 20px;
    width: 200px;
}
.promo_con{
	float: right;
    padding: 10px 20px;
    width: 675px;
	border: 1px solid #D9D9D9;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	color:#333333;
}
.promo_detail .type a{
	display:block;
	font-size:16px;
	color:#646464;
	line-height: 28px;
}
.promo_detail .type a.active, .promo_detail .type a:hover{
	color:#cd2200;	
}
.promo_con ul{
	margin-top: 10px;
}
.
.promo_con .date{
	color:#999999;
	display:block;	
	margin-bottom:10px;
}
.promo_con h1{
	font-size:24px;
	margin-bottom:0;	
}
.promo_con > p{
	margin-top:0;
	color:#737373;
}
.list_title{
	background: url("https://www.casteloconcepts.com/files/source/frontend/images/castelo_to.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #D40404;
    font-size: 22px;
    padding-left: 18px;	
	margin-right:5px;
}
.promo_con > ul{
	width:700px;
}
.promo_con > ul li{
	float:left;
	width:220px;
	margin-right: 10px;
	height:245px;
}
.promo_con > ul p{
	margin:2px 0 2px 0;
	color:#999999;
}
.promo_con > ul p a{
	color:#cd2201;
}
.promo_con > ul b{
	display:block;
	margin-bottom:20px;
	height: 20px;
}

.promo_more{
	color:#cd2200;
	font-size:14px;
	font-weight:bold;
}
.promo_more img{
	margin-left:4px;
	
}
.venuestab{
	width: 972px !important;
	margin: 0;
	padding: 0px !important;
	
	
}
.venuestab ul{
	padding: 20px 20px 20px 0px;
}
.venuestab ul li{
	width: 218px;
	height: 280px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	
	
}

.venuestab ul li .name {
	width: 216px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #494948;
	overflow: hidden;
}
.venuestab tr td {
	line-height: 18px;
	vertical-align: top;
}
.venuestab .sm{
	width: 80px;
}
.venuestab .sm span {
color: #999999;
}

.venuestab .view {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
}
.venuestab .view img {
width: 7px;
margin-left: 10px;
}
#multiLocation{
	width:810px;
	margin:20px 30px;
}
#multiLocation h2{
	font-size:22px;
	color:#d50604;	
}
.loc_multi{
	margin-top:20px;	
}
.loc_multi li{
	width:235px;
	height: 200px;
	float:left;
	border-top:1px solid #b2b2b2;
	padding-top:2px;
	margin:0 35px 20px 0;
}
.loc_multi li h3{
	font-family:'Open Sans', sans-serif;
	color:#d50604;
	font-size:18px;	
}

.venues_location_box{
	line-height: 18px;
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-webksit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.venues_location_box h2{
	font-size: 20px;
	color: #D20D17;
}
.venuesMenu .subtype ul{
	padding-right: 20px;
}
.venues_link{
	padding: 0px !important;
}

.menu .caseR , .menu .caseF{
	
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #555555;
}
/*
.ui-state-default{
	cursor:default !important;
}
*/

.is_events a{
	background: #cd2204 !important;
	border: 1px solid #d3d3d3 !important;
	color: #fff !important
}

a.ui-state-active{
	background: #000 !important;
	border: 1px solid #d3d3d3 !important;
	color: #fff !important
}


.ui-state-highlight{
	background: #666 !important;
	border: 1px solid #d3d3d3 !important;
	color: #fff !important;
}
/*
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border: 1px solid #d8dcdf;
	background: #eeeeee url(https://www.casteloconcepts.com/files/source/frontend/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;

}
*/
.event_category_name{
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
	box-shadow: 0 1px 0px #ffffff;	
	margin-bottom: 15px;
	
}

.event_category_name h2{
	font-size: 18px;
	color: #646464;
}
.ui-datepicker {
	width: 235px;
}
.hide{
	display:none;
}
/*
.search_result{
	padding: 0px;
	margin: 0 20px;
		
}

.search_result li{
	margin-bottom: 20px;
}

.search_result li .result_name{
	font-size: 16px;
	
}

.search_result li .result_contents{
	margin-top: 5px;
	line-height: 18px;
}
*/

.search_result ul{
	padding: 20px 20px 20px 0px;
}
.search_result ul li{
	width: 218px;
	margin-left: 20px;
	float: left;
	margin-bottom: 020px;
}

.search_result ul li .name {
	width: 216px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #494948;
	overflow: hidden;
}
.search_result tr td {
	line-height: 18px;
	vertical-align: top;
}
.search_result .sm{
	width: 80px;
}
.search_result .sm span {
color: #999999;
}

.search_result .view {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
}
.search_result .view img {
width: 7px;
margin-left: 10px;
}

.fancybox-desktop{
	padding-bottom: 20px !important;
}