body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	background-image:url(../images/bg.gif);
}

h3 {
	font-weight:normal;
	display:inline;
	font-size:12px;
}

.link {
	text-decoration:none;
	color:#777777;
}
.link:hover {
	text-decoration:underline;
}

.center{
	position:relative;
	
	width:960px;
	background-color:#111111;
	background-image:url(../images/center_bg.gif);
	background-repeat:repeat-y;
	
	top:0px;
	left:50%;
	margin-left:-480px;
	
	border:1px solid black;
}

.header {
	width:100%;
	height:360px;
	background-image:url(../images/header.jpg);
	
	border-bottom:1px solid black;
}

.navigation {
	position:relative;
	
	float:left;
	
	margin:7px 0px 10px 10px;
	
}

.navi_link {
	width:150px;
	color:#FFFFFF;
	
	text-decoration:none;
	font-variant:small-caps;
	
	background-image:url(../images/navi_bg.gif);
	background-repeat:no-repeat;
	
	display:block;
	
	padding:0px 0px 0px 15px;
	
	line-height:20px;
}

.navi_link:hover {
	background-image:url(../images/navi_hover.gif);
	background-repeat:no-repeat;
}

.navi_sub {
	width:140px;

	background-image:url(../images/navi_sub_bg.gif);
	padding:0px 0px 0px 25px;
	
	color:#CCC;
}

.navi_sub:hover {
	background-image:url(../images/navi_sub_hover.gif);
	background-repeat:no-repeat;
	
	color:#FFF;
}

.navi_sub2 {
	width:130px;

	background-image:url(../images/navi_sub2_bg.gif);
	padding:0px 0px 0px 35px;
	
	color:#999;
}

.navi_sub2:hover {
	background-image:url(../images/navi_sub2_hover.gif);
	background-repeat:no-repeat;
	
	color:#FFF;
}

.navi_sub3 {
	width:120px;

	background-image:url(../images/navi_sub3_bg.gif);
	padding:0px 0px 0px 45px;
	
	color:#666;
}

.navi_sub3:hover {
	background-image:url(../images/navi_sub3_hover.gif);
	background-repeat:no-repeat;
	
	color:#FFF;
}

.navi_mark {
	background-image:url(../images/navi_mark_bg.gif);
}

.sub_mark {
	background-image:url(../images/navi_sub_hover.gif);
}

.sub2_mark {
	background-image:url(../images/navi_sub2_hover.gif);
}

.sub3_mark {
	background-image:url(../images/navi_sub3_hover.gif);
}

.main {
	float:left;
	
	width:750px;
	
	margin:10px 0px 0px 15px;
	padding-bottom:20px;
}

.footer {
	width:99%;
	color:#555555;
	
	line-height:20px;
	
	border-top:1px solid #444444;
	background-color:#111111;
	
	padding-right:1%;
	
	text-align:right;
}

.footer_link {
	color:#555555;
	font-variant:small-caps;
	text-decoration:none;
}

.clear {
	clear:both;
}

hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:dotted 1px #777777;
	margin:3px 0px 13px 0px;
	display:block;
	height:1px;
}

.pic {
	margin-bottom:5px;
	border:1px solid black;
}

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

input {
	border:1px solid black;
}

.rating {
	margin-bottom: 30px;
}

.review_table {
    color: #ddd;
	width: 420px;
}

.review_table td {
    padding: 6px 0 0;
	color: #888;
}

.review_table tr:first-child td {
	color: inherit;
}

.review_table tr:last-child td {
    padding: 0;
}

.review_table tr:first-child {
    font-size: 20px;
    font-weight: bold;
}

.review_table td:first-child {
    width: 190px;
}

.review_star_big {
	background-image:url(../images/review_star_big.png);
	display: inline-block;
	width: 32px;
	height: 29px;
	margin-left: 2px;
	float: left;
}

.review_star_big.gray{
	background-position:0 -29px;
}

.review_star_small {
	background-image:url(../images/review_star_small.png);
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-left: 2px;
	float: left;
}

.review_star_small.gray{
	background-position:0 -18px;
}

.review_recommended {
	background-image:url(../images/review_recommended.png);
	background-position: 10px center;
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 40px;
	margin: 12px 0 0;
}

.review_project {
	font-weight: bold;
	 margin-top: 16px;
	 margin-bottom: 16px;
}

.review_comment {
	border-left: 4px solid #222;
    margin: 0px 0 8px;
    padding: 6px;
}

.review_name {
    color: #888;
    font-style: italic;
}

.review_name span {
    color: #ddd;
    font-style: normal;
}

.rating .control {
	background-color: #222;
    border-bottom: 2px solid #666666;
    margin-top: 12px;
    padding: 6px 8px;
	margin-bottom: 80px;
}

.rating .control .mail {
	color: #34daff;
    text-decoration: underline;
}

.rating .control button {
    background-color: #eee;
    margin-top: 6px;
}

.rating .control button.green {
    background-color: #70e877;
}

.rating .control button.orange {
    background-color: #e89c70;
}

.rating .control button.right {
    float: right;
	margin-left: 3px;
}

.rating .left_img {
	border: 1px solid #333;
    float: left;
    margin-right: 20px;
    padding: 2px;
    width: 300px;
}
.rating .right_block {
	float: left;	
}


.review_management {
    background-color: #222;
    margin-bottom: 20px;
    padding: 6px 10px;
}

.review_management span:first-child {
    border-bottom: 1px solid #333;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.review_management > div {
    line-height: 20px;
}

.review_management button {
    margin: 16px;
}

.review_management input {
    margin: 16px;
    padding: 3px;
    text-align: center;
    width: 500px;
}



.do_rating {
    color: #ddd;
}

#in_email {
	width:444px;	
}

.do_rating span:first-child {
    font-size: 20px;
    font-weight: bold;
}

.do_rating .table_first {
    margin-top: 10px;
	border-spacing: 0;
}

.do_rating .table_first tr td:first-child {
    width: 210px;
}
.do_rating .table_first td {
    padding: 4px 0;
}

.do_rating .table_second {
	border-spacing: 0;
}

.do_rating .table_second td {
    padding: 4px 8px 4px 0;
	font-style: italic;
}

.do_rating .review_star_big {
    margin-right: 4px;
}

.do_rating textarea, .do_rating input, .do_rating select {
	background-color: #555;
	color: #ddd;
	border: 1px solid #666;
}

.do_rating textarea {
    padding: 4px;
	width: 440px;
	height: 125px;
}

.do_rating .recommend {
	margin: 20px 0 26px;
}

.do_rating .recommend > input {
    margin-right: 14px;
}


.do_rating .table_second select {
    width: 221px;
	padding: 2px 0;
}

.do_rating .table_second input {
	padding: 2px;
	width: 215px;
}


.do_rating button {
    background-color: #ddd;
    border: 1px solid #666;
    color: #111;
    margin: 18px 0;
    padding: 4px 10px;
}

.do_rating .info {
	color:#666;	
}

#note {
	background-color: #bfbfbf;
    border: 1px solid #730000;
    color: #bf0000;
    margin-top: 16px;
    padding: 10px;
	display: none;
}



.do_rating .rated {
    background-color: #333;
    color: #ddd;
    line-height: 20px;
    padding: 12px;
}

.do_rating .rated b {
    display: block;
    font-size: 14px;
    padding-bottom: 8px;
}

#img_dialog {
	background-color: rgba(50, 50, 50, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	display:none;
}



#img_dialog form {
    background-color: #333;
    border: 1px solid #111;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    color: #ddd;
    left: 50%;
    margin-left: -310px;
    padding: 10px;
    position: absolute;
    top: 45%;
}

#img_dialog form b {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

#img_dialog form input[type="file"] {
   background-color: #ddd;
    color: #111;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 600px;
}

form input[type="button"], form input[type="submit"] {
    border: 2px solid gray;
    border-radius: 3px;
    padding: 1px;
    width: 100px;
}

#gotoDoRating {
    background-color: #b4b5a2;
	display:block;
    background-image: url("../images/btn_rating.png");
    background-repeat: repeat-x;
    border: 2px solid #d3ba95;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;
	text-decoration:none;
}

#gotoDoRating img {
    left: 10px;
    position: absolute;
    top: 7px;
	opacity: 0.5;
	border:0;
}

#gotoDoRating:hover img {
	opacity: 0.7;
}



#total_rating {
    background-color: #222;
    border: 1px solid #4d4d4d;
    color: #ddd;
    margin-bottom: 40px;
    padding: 16px 12px 12px;
}

#total_rating > span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 20px;
}

#total_rating > .stars{
	float:left;
	position:relative;
}

#total_rating > .stars > div {
	position:absolute;
	top:0;
	left:0;
}

#total_rating > .stars > div > div{
	margin-left: 4px;
}

#total_rating > .stars > span {
    color: gray;
    display: block;
    font-style: italic;
    margin-top: 34px;
}

.rev_set {
	background-color: #ddd;
    border: 1px solid gray;
    color: #222;
    margin-bottom: 20px;
    padding: 8px 12px;
}

.rev_set > input {
    width: 170px;
}

.rating-image-box {
	border:0;
	margin:0;
	padding:0;	
}

.head-element {
    height: 120px;
    position: absolute;
    width: 240px;
	
	-webkit-transition: opacity 140ms linear;
    -moz-transition: opacity 140ms linear;
    -o-transition: opacity 140ms linear;
    -ms-transition: opacity 140ms linear;
    transition: opacity 140ms linear;
}

.head-element.white {
	background-color: white;
	opacity: 0;
}

.head-element.logo {
    width: 480px;	
}

.head-element.col-a {
	left: 0;
}

.head-element.col-b {
	left: 240px;
}

.head-element.col-c {
	left: 480px;
}

.head-element.col-d {
	left: 720px;
}

.head-element.row-a {
	top: 0;
}

.head-element.row-b {
	top: 120px;
}

.head-element.row-c {
	top: 240px;
}

.head-divider-vertical {
	background-color: #333;
    height: 360px;
    opacity: 0.75;
    position: absolute;
    width: 2px;	
}

.head-divider-vertical.divider-v-a {
	left: 239px;
	top: 0;
}

.head-divider-vertical.divider-v-b {
	left: 479px;
	top: 0;
}

.head-divider-vertical.divider-v-c {
	left: 719px;
	top: 0;
}

.head-divider-horizontal {
	background-color: #333;
    height: 2px;
    opacity: 0.75;
    position: absolute;
    width: 100%;	
}

.head-divider-horizontal.divider-h-a {
	left: 0;
	top: 119px;
}

.head-divider-horizontal.divider-h-b {
	left: 0;
	top: 239px;
}

.head-element.brighten {
	background-color: white;
	opacity: 0.1;	
}

.head-element.darken {
	background-color: black;
	opacity: 0.1;	
}

#header:hover .head-slide-control {
	opacity: 0.7;
}

#header .head-slide-control {
	background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    color: black;
    display: block;
    font-size: 20px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    width: 40px;
	left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
	opacity: 0;
	cursor: pointer;
	
	-webkit-transition: opacity 140ms linear;
    -moz-transition: opacity 140ms linear;
    -o-transition: opacity 140ms linear;
    -ms-transition: opacity 140ms linear;
    transition: opacity 140ms linear;
}

#header:hover .head-slide-control:hover {
	opacity: 0.95;	
}

#header:hover #head-control-right {
	padding-left: 4px;
	width: 36px;	
}

/* * * * * * * * * */

.no-select {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#shop {
	display: block;
    padding: 0 10px;
}

#shop .shopHeadline {
    font-size: 1.5em;
    margin-bottom: 0.25em;
}

#shop .shopDescription {
    margin-bottom: 0.25em;
}

#shop .toggleBox > span {
	cursor: pointer;
    display: block;
    margin-bottom: 0.25em;
    padding: 0.3em 0 0;
}

#shop .toggleBox > div {
	border-left: 4px solid #333;
    display: block;
    margin-bottom: 0.5em;
    margin-left: 0;
    padding: 0.2em 0.5em;
}

#shop .toggleBox > span .fa {
	margin-right: 0.5em;
}
#articleList {
	margin-top: 2em;
}

#articleList > .article {
	float: left;
    position: relative;
    width: 340px;
    height: 420px;
    margin-bottom: 3em;
}

#articleList > .article:nth-child(2n) {
	margin-left: 6%;
}

#articleList > .article > .imageContainer {
	padding: 5px;
	background-color: white;
}

#articleList > .article > .imageContainer > img {
	width: 100%;
	display: block;
}

#articleList > .article > .name {
	font-size: 1.8em;
	font-variant: small-caps;
	margin: 0.75em 0 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#articleList > .article > .name a {
	text-decoration: none;
	color: white;
}

#articleList > .article > .description {
	text-align: justify;
	line-height: 1.5em;
	height: 6em;
}

#articleList > .article > .article-footer {
	margin-top: 1em;
}

#articleList > .article > .article-footer > .button, #articleDetails #details-container #details-sidebar .button {
	background-color: #997474;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 1em;
    text-decoration: none;
    cursor: pointer;
}

#articleList > .article > .article-footer > .button:hover, #articleDetails #details-container #details-sidebar .button:hover {
	background-color: #A79797;
}

#articleList > .article > .article-footer > .price {
	float: right;
    font-size: 1.5em;
    margin-top: 0.05em;
}

#articleDetails {
	width: 100%;
}

#articleDetails > .name {
	font-size: 1.8em;
	font-variant: small-caps;
	margin: 0.75em 0 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#articleDetails .description {
	text-align: justify;
	line-height: 1.5em;
	width: 60%;
	float: left;
}

#articleDetails .description b {
	font-weight: 800;
}

#articleDetails #main-image-container {
	width: 50%;
	float: left;
}

#articleDetails #side-image-container {
	width: 40%;
	float: right;
}

#articleDetails .imageContainer {
	padding: 5px;
	background-color: white;
	display: inline-block;
}

#articleDetails .imageContainer img {
	width: 100%;
	display: block;
}

#articleDetails #side-image-container .imageContainer {
	width: 40%;
	float: left;
	margin-bottom: 5%;
	position: relative;
}

#articleDetails #side-image-container .imageContainer:nth-child(2n+1) {
	margin-right: 10%;
}

#articleDetails #side-image-container .magnific-link {
	margin: 0;
	padding: 0;
	border: 0;
}

#articleDetails #details-container #details-sidebar {
	float: right;
	width: 30%;
	text-align: right;
}

#articleDetails #details-container #details-sidebar .key-value {
	font-size: 1.4em;
	margin-bottom: 0.1em;
}

#articleDetails #details-container #details-sidebar .key-value span {
	width: 50%;
	display: inline-block;
}

#articleDetails #details-container #details-sidebar .button {
    margin-top: 3em;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 50%;
	margin: 20px auto;
}

.white-popup .mfp-close {
	background-color: white;
	border-radius: 50%;
	opacity: 1;
}

.dummy-video-thumb {
	font-size: 3em !important;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	text-shadow: 0px 0px 2px black;
}

#articleContactModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(45, 45, 45, 0.67);
}

#articleContactModal .modal {
	display: block;
	position: absolute;
	top: 5%;
	width: 700px;
	background-color: white;
	left: 50%;
	margin-left: -350px;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0px #333;
}

#articleContactModal .modal>div:nth-child(1) {
	color: #333;
	font-size: 2em;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #888;
}

#articleContactModal .modal>div:nth-child(2) {
	padding: 12px 20px 8px;
}

#articleContactModal .modal>div:nth-child(3) {
	text-align: right;
	padding: 10px 20px;
	border-top: 1px solid #888;
}

#articleContactModal .info-text {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#articleContactModal .input-group {
	padding: 8px 0px;
}

#articleContactModal .input-group label {
	display: inline-block;
	width: 100px;
	color: #333;
	font-size: 16px;
	line-height: 29px;
}

#articleContactModal .input-group input, #articleContactModal .input-group textarea {
	width: 500px;
	float: right;
	padding: 4px;
	font-size: 16px;
	border-radius: 2px;
	border: 1px solid rgb(153, 153, 153);
	background-color: white;
	box-shadow: 0 1px 1px 0 #E1E1E1 inset;
	font-family: Helvetica, Arial;
}

#articleContactModal .input-group input:focus, #articleContactModal .input-group textarea:focus {
	border: 1px solid #5E5F81;
	box-shadow: 0px 1px 1px 0px #CCD3DE inset;
}

#articleContactModal .input-group>span {
	display: inline-block;
	width: 510px;
	float: right;
	font-size: 16px;
	line-height: 29px;
	color: #333;
}

#articleContactModal .input-group .help-text {
	color: #A94442;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	border-radius: 2px;
	padding: 6px;
	font-size: 14px;
	width: 496px;
	float: right;
	margin-top: 2px;
}

#articleContactModal .modal button  {
	font-size: 16px;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	margin-left: 10px;
}

#articleContactModal .modal button:hover  {
	color: #333;
	background-color: #E6E6E6;
	border-color: #ADADAD;
}

#articleContactModal .modal button.primary  {
	border: 1px solid #2E6DA4;
	background-color: #337AB7;
	color: white;
}

#articleContactModal .modal button.primary:hover  {
	color: #FFF;
	background-color: #286090;
	border-color: #204D74;
}

#articleContactModal .modal button[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
}
#articleContactModal .modal button[disabled].primary:hover {
	background-color: #337AB7;
}