@charset "utf-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-size: 0.9rem;
	line-height: 1.6;
	background: #fff;
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	margin: 0;
}
h2 {
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
a, a:visited, a:focus {
	color:#007CF9;
	text-decoration:none;
	outline:none;
	/*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
   	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	transition: none;
}
a:hover {
	color:#0058B0;
	text-decoration:none;
}
ul, ol, dl {
	font-size: 0.9rem;
}
ul {
	list-style-type:square;
}
p {
	font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: justify;
}

table {
	border: 0;
	background: none;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none;
}
table tbody tr th, table tbody tr td {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    vertical-align: top;
}
label {
	font-size: 0.8rem;
	color: #222;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	border-color: #ddd;
    box-shadow: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin: 0 0 0.6rem;
}
input[type="submit"].button {
	border-radius: 0 !important;
}
input[type="submit"].button:hover {
}
textarea {
	margin-bottom: 1rem;
}
.button, a.button {
	background: #02b89a none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans Condensed","Microsoft YaHei New","Microsoft Yahei","微软雅黑",宋体,SimSun,STXihei,"华文细黑",sans-serif;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0.3rem 2.5rem 0.4rem;
}

.button:hover, a.button:hover, .button:focus, a.button:focus {
	background: #04a389;
	
	/* Prevent outline in mobile view */
		outline: none;
		outline: 0;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
		box-shadow:none;
}
.button.tight {
	margin-bottom: 0.7rem;
}
.button:hover {
}
.label {
	font-size: 0.8rem;
	border-radius: 3px;
}
.section_separator {
	margin-bottom:1rem;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:1rem;
}
.disabled {
	background-color:#efefef;
}
.disappear {
	display: none;
}

/*
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'SourceSansProBold';
	display:block;
	font-weight:normal;
}
h1, .h1 {
	font-size:22px;
	margin:0 0 15px;
	padding:0;
	color:#0058B0;
}
h2, .h2 {
	font-size:17px;
	margin:0 0 7px;
	padding:0;
}
h3, .h3 {
	font-size:14px;
	margin:17px 0 7px;
	padding:0;
	color:#0058B0;
}
h4, .h4 {
	font-size:12px;
	margin:17px 0 7px;
	padding:0;
	color:#363636;
}
th, td {
	padding:3px;
}
th {
	text-align:left;
}
.error ul {
    margin: 5px 0;
    padding-left: 15px;
}
.error ul li {
	line-height: 18px;
    margin-bottom: 5px;
}*/

/* COMMON BLOCKS
----------------------------------------------------------------------------------------------------*/
.common_block {
	padding:0.8rem 1.6rem;
    background-color:#efefef;
    height: inherit;
    margin-bottom: 0.67rem;
}
.common_block h2 {
	font-weight: bold;
	font-size: 1.05rem;
}
.common_block ul li {
	margin-bottom: 0.33rem;
}

/* WIDGETS
----------------------------------------------------------------------------------------------------*/
.widget {
	background: transparent;
	padding: 1rem 2.9rem 1rem 1.33rem;
	display:block;
	margin-bottom:0.67rem;
}
.widget h1 {
	border-bottom: none !important;
    color: #222 !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    margin: 0 0 0.67rem !important;
    padding-bottom: 0.27rem !important;
    text-align: right;
    text-transform: capitalize !important;
}
.widget h1 a {
	color: #222 !important;
}
.widget ul:last-child {
	margin-bottom: 0;
}
.widget ul {
	text-align: right;
	border-right: 1px solid #ddd;
	list-style-type: none;
}
.widget ul li {
    font-size: 0.8rem;
    margin-bottom: 0.67rem;
}
.widget ul.simple_list li {
    margin-bottom: 0.33rem;
    padding-right: 0.9375rem;
}
.widget ul.simple_list li a {
    color: #222;
}
.widget ul li .subtitle {
	color: #999;
    display: block;
    font-size: 0.75rem;
}
.widget ul li li, .widget ol li li {
	margin: 0.33rem 0;
}
.widget .more_link {
	margin-top: 1.33rem;
}
.widget .more_link a {
    font-size: 0.75rem;
	color: #909090;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {
}
#header_wrapper .tab-bar h1 {
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-weight: normal;
	font-size: 0.9rem;
}
#header_wrapper ul.off-canvas-list li label {
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-weight: normal;
}
#header_wrapper ul.off-canvas-list li a {
	padding: 0.66667rem 0.9375rem;
}
#header {
	max-width: 1200px;
	padding:0.8rem 0 0.4rem;
	position: relative;
}
#header #top_links {
	margin-top:0.3rem;
}
#header #logo {
	padding-right: 0;
	padding-left: 2.5rem;
}
#header #logo img {
	/*position: absolute;
	z-index: 100;
	right: -2rem;*/
	padding: 0;
}
#header #language_bar {
	display: inline-block;
    margin-left: 1rem;
    text-align: left;
}
#header #language_bar .chzn-container {
	margin-bottom: 0 !important;
}
#header #language_bar .chzn-container-single .chzn-single {
	padding: 0.29rem 0.5rem 0.3rem !important;
}
#header #language_bar .chzn-container-single .chzn-single div b {
    background-position: 0 5px !important;
}
#header #welcome {
	display: inline-block;
    margin-right: 1.33rem;
}
#header .separator {
	margin: 0 0.35rem;
}
.sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
}
@media only screen and (max-width: 64em) {
	#header {
		padding:0.4rem 0 1rem;
	}
	#header #welcome {
		margin-right: 0;
	}
	/* sidebar */
	body.sidebar-show {
	    overflow: hidden;
	}
	.sidebar,
	.sidebar-btn,
	.menu-stripes,
	.content {
	    /*transition: transform .5s ease-in-out;*/
	}
	.content {
	    margin-top: 80px; /* height of sidebar-btn + 10 */
	}
	.content.sidebar-show:before {
	    content: "";
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, .5);
	    z-index: 5000;
	    overflow: hidden;
	}
	.sidebar {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #FFF;
	    color: #333;
	    transform: translate(-300px);
	    z-index: 5001;
	}
	.sidebar.show {
	    transform: translate(0);
	    overflow-y: auto;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.68);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.68);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.68);
	}
	.sidebar-btn {
	    position: absolute;
	    height: 0;
		width: 0;
		background-color: transparent;
	    border: 0;
	    border-radius: 99px;
	    top: 10px;
	    transform: translate(10px);
	    z-index: 5500;
	    padding: 1rem 1.3rem 1.0625rem;
	}
	.sidebar-btn:hover, .sidebar-btn:focus {
		background-color: transparent;
		
		/* Prevent outline in mobile view */
		outline: none;
		outline: 0;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
		box-shadow:none;
	}
	.sidebar-btn.sidebar-show {
	    transform: translate(220px);
	}
	.sidebar .pad-dbl h1 {
		margin: 1.6rem 0.5rem 2rem 0;
	}
	.menu-stripes {
	    background-color: #404040;
	    border-radius: 5px;
	    height: 2px;
	    margin-left: 0 !important;
	    margin-right: auto;
	    margin-top: 6px;
	    position: relative;
	    top: -1rem;
	    width: 25px;
	}
	.sidebar-btn.sidebar-show .menu-stripes {
		margin: -3px auto;
	}
	.sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 1rem;
	}
	.sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
		display: none;
	}
	.sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
		transform: rotate(-45deg);
	}
	.sidebar-btn:not(.sidebar-show):hover > .menu-stripes {
	    /*animation: hoverButton .4s infinite;*/
	}
	/*@keyframes hoverButton {
	    0%   {left: 0}
	    33%  {left: -1px}
	    66%  {left: 6px}
	    100% {left: 0}
	}*/
	/* Submenu */
	.menu {
	    border-bottom: 1px solid #EEE;
	}
	.menu ul {
		margin: 0;
		list-style-type: none;
		float: none;
	}
	.menu-btn,
	.menu-link {
	    outline: 0 !important;
	}
	.menu-link {
	    transition: color .2s;
	}
	.menu-link:hover {
	    color: #0DD1C4 ;
	}
	.menu-btn {
	    transition: background .2s, color .2s;
	}
	.menu-btn:hover {
	    background: transparent;
	    color: #333;
	}
	.menu-toggle-btns {
	    position: relative;
	}
	.menu-toggle-btns > .menu-link {
		width: 246px;
	}
	.menu-level1 a {
	    color: #333;
	}
	.menu-level1 > li {
	    border-top: 1px solid #EEE;
	    padding: 10px 20px !important;
	}
	.menu-level1 .menu-link {
	    /*padding: 10px 20px !important;*/
	}
	.menu-level2 {
	    background: #fff;
	}
	.menu-level2 .menu-link {
		/*padding: 15px 15px 15px 30px !important;*/
	}
	.menu-level2 > li + li {
		border-top: 1px solid #E9E9E9;
		/*padding: 10px 20px;*/
	}
	.menu-level2 .menu-btn {
		border-color: #E9E9E9;
	}
	.menu-level3 {
		background: #E5E8E8;
	}
	.menu-level3 .menu-link {
		padding: 15px 15px 15px 45px;
	}
	.menu-btn {
	    /*display: inline-block;*/
	   	display: none;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 54px;
	    height: 100%;
		/*padding: 19px 0;*/
	    border-left: 1px solid #EEE;
	    text-align: center;
	    line-height: 1;
	}
	.menu-btn > div {
		display: inline-block;
	    font-weight: bold;
	    transition: transform .2s ease-in-out;
	    margin-top: 0.2rem;
	}
	.menu-btn.active > div {
	    transform: rotate(45deg);
	}
	.submenu {
	    /*display: none;*/
	    padding: 5px 0;
	}
	.submenu li {
		padding: 10px 20px;
	}
	
	#lightcase-overlay {
	    z-index: 6000;
	}
	
	#lightcase-case, #lightcase-loading {
	    display: none;
	    position: fixed;
	    z-index: 6100;
	}
}
@media only screen and (max-width:40em) {
	#header #logo {
		padding-left: 0.9375rem;
	}
	#header #logo img {
		float: right;
		margin-top: 1.8rem;
	}
}

/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
/* Menu style */
nav ul {
	/*float: right;*/
    /*margin-right: 22.8rem;*/
    margin-top: -1rem;
    max-width: 1140px;
    margin-left: -1.7rem;
}
ul.wtf-menu{
	background: transparent;
	height: 50px;
	font-size: 0.9rem;
}

ul.wtf-menu li{
	list-style: none;
	float: left;
	padding: 0px 0.5rem;
	margin: 0px 0px;
	line-height: 50px;
	display: block;
	position: relative;
	text-transform: uppercase;
}
.wtf-menu #menu_about ul.submenu.active {
	display: block;
	width: 320px !important;
	left: 10px;
}
.wtf-menu #menu_media ul.submenu.active {
	display: block;
	z-index: 1000;
}
.wtf-menu #menu_project ul.submenu.active {
	display: block;
	z-index: 1000;
}
.wtf-menu #menu_festudio ul.submenu.active {
	display: block;
	z-index: 1000;
}
.wtf-menu #menu_guest ul.submenu.active {
	display: block;
	z-index: 1000;
}
ul.wtf-menu li a{
	color: #333;
    display: block;
    font-size: 0.9rem;
    margin: 0;
    padding: 0 1.2rem;
}

ul.wtf-menu li a:hover{
	color:#0DD1C4;
}
ul.wtf-menu .parent:before {
	position: absolute;
    top: 3rem;
	left: 2.4rem;
    width: 0px;
    height: 1px;
    background: #ddd;
    content: "";
    opacity: 1;
    z-index: 100;
    transition: all 0.8s;
}
ul.wtf-menu .parent .submenu li a {
	padding-left: 2.4rem;
}
ul.wtf-menu .parent_line.no-before:before {
	width: 0;
}
/*ul.wtf-menu .parent.hidden:before {
	display: none;
}*/
ul.wtf-menu .parent:hover:before {
	width: 282px;
}
ul.wtf-menu .parent_line:before {
	width: 263px;
	height: 1px;
	background: #ddd;
	transition: all 0.8s;
}

ul.wtf-menu .parent_line_media_animate:before {
	position: absolute;
    top: 3rem;
	left: 1.7rem;
    width: 0px;
    height: 1px;
    background: #ddd;
    content: "";
    opacity: 1;
    z-index: 100;
    transition: all 0.8s;
}
ul.wtf-menu .parent_line_media_animate:hover:before {
	width: 110px;
}
ul.wtf-menu .parent_line_media:before {
	width: 110px;
	height: 1px;
	background: #ddd;
	transition: all 0.8s;
}
ul.wtf-menu .parent_line_media.no-before:before {
	width: 0;
}
ul.wtf-menu .parent_line_festudio_animate:before {
	position: absolute;
    top: 3rem;
	left: 1.7rem;
    width: 0px;
    height: 1px;
    background: #ddd;
    content: "";
    opacity: 1;
    z-index: 100;
    transition: all 0.8s;
}
ul.wtf-menu .parent_line_festudio_animate:hover:before {
	width: 118px;
}
ul.wtf-menu .parent_line_festudio:before {
	width: 118px;
	height: 1px;
	background: #ddd;
	transition: all 0.8s;
}
ul.wtf-menu .parent_line_festudio.no-before:before {
	width: 0;
}
ul.wtf-menu .parent_project_animate:before {
	position: absolute;
    top: 3rem;
	left: 1.7rem;
    width: 0px;
    height: 1px;
    background: #ddd;
    content: "";
    opacity: 1;
    z-index: 100;
    transition: all 0.8s;
}
/*ul.wtf-menu .parent_project_animate.hidden:before {
	display: none;
}*/
ul.wtf-menu .parent_project_animate:hover:before {
	width: 598px;
}
ul.wtf-menu .parent_project_line:before {
	width: 598px;
	height: 1px;
	background: #ddd;
	transition: all 0.8s;
}
ul.wtf-menu .parent_project_line.no-before:before {
	width: 0;
}
.wtf-menu ul.submenu{
	width: 800px;
	padding: 0px 0px;
	margin: 0px !important;
	background: transparent;
	position: absolute;
	top:50px;
	left:0px;
	display:none;
}

.wtf-menu ul.submenu ul{
	left: 180px;
	top:0px;
}

.wtf-menu ul.submenu li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
	line-height: 40px;
	text-transform: none;
	z-index: 100;
}
.wtf-menu ul.submenu li a {
	padding: 0 1.2rem 0 1.8rem;
	float: left;
}
.wtf-menu ul.submenu li a:hover {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
/* Add arrows */

ul.wtf-menu li.parent a{
	padding: 0 1.2rem 0 2rem;
}
ul.wtf-menu li#menu_about .submenu a {
	padding: 0 1.2rem 0 1.8rem !important;
}
.contain-to-grid {
	background: transparent;
}

/* Magic happens here */


/* Menu-2 */

.menu-2 .wtf-menu li:hover > ul {
	display:block;
	-moz-animation: fadeInDown .5s ease-in ;
    -webkit-animation: fadeInDown .5s ease-in ;
    animation:fadeInDown .5s ease-in ;
}

.menu-2 .wtf-menu ul li:hover > ul{
	display:block;
	-moz-animation: fadeInLeft .5s ease-in ;
    -webkit-animation: fadeInLeft .5s ease-in ;
    animation:fadeInLeft .5s ease-in ;
}
#menu .active a {
	color: #0DD1C4;
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
	border: none;
	border-radius: 0;
    margin-bottom: 1rem;
    background: transparent;
    padding: 0px;
}
.breadcrumbs > * {
	text-transform: none;
    font-size: 0.7rem;
    line-height: 1rem;
}
.breadcrumbs > *:before {
	color: #777;
    content: ">";
    margin: 0 0.4rem;
    top: 1px;
}
.breadcrumbs > * a {
	color: #007CF9;
}
.breadcrumbs > * a:hover {
	color: #0058B0;
}
.breadcrumbs > .current a {
	color: #777;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
	text-decoration: none;
}

/* BACKGROUND FRAMES
----------------------------------------------------------------------------------------------------*/
#bg_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	/*background: #fff;*/
	min-height: 800px;
	background-image: url("../img/sketch_option.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center -3rem;
	background-size: cover;
}

#home_wrapper {
	/*min-height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;*/
	/*min-height: 800px;*/
	/*min-height: 750px;*/
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_wrapper {
	margin-bottom: 1.5rem;
    margin-top: 7.5rem;
    max-width: 1200px;
}
#main_wrapper #main_content_wrapper {
	margin-bottom: 1rem;
}
#main_wrapper #main_content_wrapper > h1 {
	border-bottom: none;
    margin: 0 0 0.6rem;
    padding-bottom: 0.4rem;
    text-transform: capitalize;
	font-size: 2rem;
	font-weight: bold;
}
#main_wrapper #main_content_wrapper h1 {
	border-bottom: medium none;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footer_wrapper {
	background-color: #262626;
	padding: 1.5rem 0;
	margin-top: 1rem;
	color: #fff;
	font-size: 0.75rem;
}
#footer_wrapper #footer {
	max-width: 1140px;
}
#footer_wrapper #footer h1 {
	color: #fff;
	margin:0 0 0.5rem;
	font-size: 1.2rem;
}
#footer_wrapper #footer ul {
	list-style: none;
	margin-left: 0;
}
#footer_wrapper #footer ul li {
	margin-bottom: 0.33rem;
}
#footer_wrapper #footer a {
	color: #4aa5ff;
}
#footer_wrapper #footer a:hover {
	color: #007cf9;
}
#footer_wrapper #footer_bottom {
	margin:1rem 0;
}

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_wrapper {
	display: inline-block;
	margin-top: 1rem;
}
.pagination_wrapper .pagination li.current a {
	background-color: transparent;
	color: #0DD1C4;
}
.pagination_wrapper ul.pagination {
	margin-bottom: 0.7rem;
}
.pagination_wrapper .pagination li {
}
.pagination_wrapper .pagination li > a {
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	font-size: 0.8rem;
	color: #303030;
	padding:0.1rem 0.52rem;
	background: transparent;
}
.pagination_wrapper .pagination li > a:hover {
	background: transparent;
	color: #0DD1C4;
}
.pagination_wrapper .pagination li.current a:hover, .pagination li a:hover {
	background: transparent;
	color: #0DD1C4;
}
.pagination_wrapper .pagination li.disabled {
	background-color: transparent;
}
.pagination_wrapper .pagination li.disabled > a {
  background: transparent;
  color: #909090;
  cursor: default;
}
.pagination_wrapper .pagination li.dots > a {
  background: transparent;
  color: #303030;
  cursor: default;
}

/* FORM
----------------------------------------------------------------------------------------------------*/
.common_form {
}
.common_form.common_block {
	padding:1.5rem 2rem;
}
.common_form textarea {
	height: 10rem;
}
.common_form hr {
	margin: 0 0 1rem;
}
.label_required {
	color: #CC0000;
    display: inline-block;
    margin-left: 0.2rem;
}
@media only screen and (max-width: 64em) {
	.common_form label.inline, .common_form label.inline-long {
		margin: 0 0 0.3rem;
		padding: 0;
	}
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}

/* CRUD SEACRH
----------------------------------------------------------------------------------------------------*/
#search_box {
	padding:1.1rem 1.6rem;
	border:2px solid #ddd;
	border-radius:6px;
	background-color:#eee;
	margin-bottom:1.55rem;
}
.search_initial {
	border: 3px solid #e9e9e9 !important;
	background-color:#f3f3f3 !important;
    border-radius: 0 0 0 0 !important;
}
#search_box h2 {
	display: inline-block;
	margin-bottom:0;
}
#search_box #search_trigger_box {
	display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}
#search_box #search_content {
	margin-top:5px;
}
#search_box table {
	width:100%;
}
#search_box input.button {
	margin-bottom: 0;
}
#search_total_results {
	margin-bottom: 0.7rem;
}

/* MEMBER
----------------------------------------------------------------------------------------------------*/
.member_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
}
.member_table a {
}
.member_table h1 {
	font-size: 0.8rem;
}
.member_table th {
	text-align:left;
	padding:0.7rem 1rem;
	background-color:#363636;
	color:#fff;
	border: 1px solid #363636;
	border-bottom: 0;
}
.member_table td {
	padding:0.7rem 1rem;
	border-left:1px solid #ddd;
}
.member_table_right {
	border-right:1px solid #ddd;
}
.member_table tr:nth-child(odd) {
}
.member_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}

/* MERCHANT
----------------------------------------------------------------------------------------------------*/
/*.merchant_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.merchant_table a {
}
.merchant_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.merchant_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.merchant_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.merchant_table_nocell td {
	padding:3px 5px;
}
.merchant_table_right {
	border-right:1px solid #ddd;
}
.merchant_table tr:nth-child(odd) {
}
.merchant_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.merchant_results {
}
.merchant_results .results_left {
	float:left;
}
.merchant_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.merchant_results .results_right a {
	margin-left:0;
}*/

/* CART
----------------------------------------------------------------------------------------------------*/
.cart_block {

}
.cart_block h1 {
	border-bottom: 1px dotted #C5C5C5;
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.cart_block ul {
}
.cart_block ul li {
	margin-bottom:5px;
}
.cart_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin:10px 0 20px;
}
.cart_table a {
}
.cart_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
	border: 1px solid #444;
	border-bottom: 0;
}
.cart_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.cart_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.cart_table_nocell td {
	padding:3px 5px;
}
.cart_table_right {
	border-right:1px solid #ddd;
}
.cart_table tr:nth-child(odd) {
}
.cart_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.cart_results {
}
.cart_results .results_left {
	float:left;
}
.cart_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.cart_results .results_right a {
	margin-left:0;
}

/* SORTABLE AND DRAGGABLE
----------------------------------------------------------------------------------------------------*/
.ui-sortable-helper {
	background: rgba(255,255,255,0.85) !important;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
	   -moz-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
			box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
}
.ui-sortable-space {
	background: #FFE7A3 !important;
}
.sortable_position {
	border-radius:3px;
    display: inline-block;
    height: 12px;
    line-height: 13px;
    padding: 5px;
    width: 12px;
}
.sortable_tip {
	color: #909090;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0;
    background: url('../img/ico_note.png') no-repeat 0 1px transparent;
    padding-left:20px;
}

/* VENDORS
----------------------------------------------------------------------------------------------------*/
/* Addthis */
.addthis_default_style {
	display: inline-block;
}

/* Chosen */
.chzn-container {
	margin-bottom: 1rem !important;
}
.chzn-container-single .chzn-single {
	padding: 0.5rem !important;
	height: auto !important;
	line-height: normal !important;
	color: rgba(0, 0, 0, 0.75) !important;
	font-size: 0.8rem !important;
}
.chzn-container-single .chzn-single div b {
	background-position: 0px 8px !important;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 8px !important;
}
/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug_box {
	width:960px;
	margin:1rem auto;
	font-size:0.85rem;
	font-family: 'Open Sans Condensed', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei,'华文细黑', sans-serif;
	padding:1rem 1.67rem;
	border:3px solid #0066FF;
	border-radius:0.9rem;
	overflow:scroll;
}
#debug_box h1 {
	padding:0;
	margin:0 0 1rem;
	font-size:1.2rem;
}
/* COMMON
----------------------------------------------------------------------------------------------------*/
.reveal-modal {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 0 0 15px rgba(13,209,196,0.4) !important;
}
#line {
	width: 80px;
	height: 2px;
	background: #333;
}
.content_project h1 {
	text-align: right;
	margin-top: 0 !important;
}
.content_project #line {
	float: right;
}
#project_list_box {
	margin-top: 1.4rem;
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 40em) {
	#project_list_box [class*="block-grid-"] {
	   margin: 0; 
	}
}
#project_list_box li {
	padding: 0 !important;
}
#project_list_box .project_list_content {
	position: relative;
}
#project_list_box .project_list_text {
	position: absolute;
	background-color: rgba(13,209,196,0.4);
	width: 100%;
	bottom: 0;
}
#project_list_box .project_list_text h2 {
	color: #fff;
	text-align: right;
	padding-right: 0.5rem;
	font-weight: normal !important;
	margin: 0;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
	#project_list_box .project_list_content img {
		width: 100%;
	}
}
