/*
Theme Name: FancyBox Theme
Theme URI: http://fancybox.net
Description: Custom Theme for the FancyBox Homepage
Version: 1.0
Author: Janis Skarnelis
Author URI: http://fancybox.net 
*/
html, body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}

body {
	color: #3e3e3e;
	font: normal 14px Verdana,"lucida console",sans-serif;
	background: #15081f url('bg.jpg') top center no-repeat;
	filter:gray;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

h2 {
	font-size: 16px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	color: #15081F;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #C73B7C;
}

#page {
	width: 860px;
	margin: 0 auto;
}

#header {
	height: 110px;position:relative;
}

#header h1 {
position:absolute; left:20px; top:15px; width:300px;
 
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}

#header ul {
	position:absolute; right:0;
	top:33px; width: auto;
}

#header ul li {
	/**display: inline;*/
	padding-left: 27px;
	padding-bottom: 10px;float:left; list-style:none;
}

#header ul li a {
	color: #FFF;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;   
}

#header ul li a.active, #header ul li a:hover {
	border-bottom: 1px solid #FFF;
}

#col_wrap {
	min-height: 610px;
	background: #F9F9F7 url('bg_col_right.gif') top right repeat-y;
	border-radius: 10px;
}
 

#col_sep {
	background: url('bg_col_sep.gif') bottom left no-repeat;
	padding: 17px 0;
}

#col_left {
    float: left;
	width: 570px;
	padding: 20px 0 20px 30px;
	word-wrap:break-word; word-break:normal; box-sizing: border-box;
}

#col_left h1 {
	font-family: Tahoma;	
	font-size: 26px;
	font-weight: normal;
	color: #872651;
	margin-top: 10px;
	margin-bottom: 15px;
}

#col_left h1 span {
	font-size: 20px;	
}

#col_left p {
	padding-bottom: 15px;
	margin: 0;
	line-height: 22px;
}

#col_left .img {
	padding: 5px;
	background: white;
	border: 1px solid #BBB;
	margin: 7px 14px 7px 0;
	/*width: 160px;*/
}

#col_left ul {
	padding: 0;
	margin: -10px 0 15px 30px;
}

#col_left ul li {
	line-height: 25px;
}

table.options {
	border-left: 1px solid #E2E2E2;
	margin-bottom: 15px;
}

table.options th {
	background: #15081F;
	color: #fff;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #3B224F;
	border-bottom: 1px solid #3B224F;
}

table.options td {
	padding: 7px 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 1.6;
}

table.options tr.even {
	background: #E9E9E9;
}

table.options tr.sep td {
	border-bottom: 1px solid #BBB;
}
.url{padding: 6px 12px;
display: inline-block;
background:#eee;
margin-bottom: 5px;
text-decoration: none;}
#col_right {
    float: right;
	width: 230px;
	text-align: center;
}

#col_right h2 {
	margin-bottom: 10px;	
}

#col_right p {
	text-align: left;
	padding-left: 20px;
	line-height: 24px;
	font-size: 12px;
}

#footer {
	color: #FFF;
	padding: 10px 30px 50px 30px;
}

#footer p {
	font-size: 11px;
	line-height: 20px;
}

#footer p a {
	color: #FFF; text-decoration:none
}

#footer p a:hover {
	color: #BBB;
}

#col_left pre {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 20px;
	background: #15081F;
	width: 570px;
	overflow: auto; 
	overflow-Y: hidden;
}

#col_left pre code {
	margin: 0 0 0 15px;
	padding: 16px 0;
	display: block;
	color: #FFF;
	font: normal 11px/18px Verdana,Sans-Serif;
}

#col_left pre code a {
	color: #FFF;	
}

#col_left .faq {
	padding: 10px 0;
}
#col_left p img{max-width:100%;}
#col_left .faq strong {
	display: block;
	padding: 10px;
	color: #FFF;
	background: #270B2B;
	font-weight: normal;
}

#col_left .faq p {
	padding: 10px;
	background: #FFF;
}

#col_left ul.list {
	list-style: none;
	margin-top: -10px;
	margin-left: 10px;
}

#col_left ul.list li {
	background: url('bullet.gif') 0 6px no-repeat;
	padding-left: 20px;
}

#col_left .list {
	margin-bottom: 25px;
}

#col_left .list .h {
	font-weight: bold;
	background: #F3F3F3;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 12px 7px;
	color: #555;
	margin-bottom: 15px;
}
.blogs p a{padding-right:10px;}
#col_left .list p {
	padding : 0 10px 10px 10px;
}

#faq .list .h {
	margin-bottom: 10px;	
}

#faq .list {
	margin-bottom: 5px;	
}

.right {
	float: right;
}

.note {
	padding: 20px 0 0 0;
}

small {
	font-size: 10px;
}

#social {
	float: right;
	padding-right: 20px;	
}

#social a {
	margin-left: 2px;	
}

#social a img {
	padding-top: 4px;
}

.warn {
	padding: 10px 10px 0 10px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCAA;
	margin-right: 30px;
	margin-bottom: 25px;
	-moz-border-radius: 5px;
}

#navbar-toggle {
  height: 33px;
  display: none;
  border: none;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
#navbar-toggle span {
  display: block;
  width: 2em;
  margin: 5px 0;
  border-bottom: 2px solid #76838f;
}

@media screen and (max-width:860px){
#header{height:60px;}
#page{width:100%;box-sizing:border-box;overflow:hidden}
#col_right{display:none}
#col_left{width:100%;padding:15px;box-sizing:}
#col_wrap{background: #F9F9F7;}
#navbar-toggle {display: block;position: absolute;top:14px;right:15px;}
#header ul{top:60px;width:100%;background:#15081f;box-sizing:border-box;}
#header ul li{box-sizing:border-box;float:none;display:block;width:100%;padding:8px 0 8px 30px;border-top:1px solid #999}
.collapse {display: none;} 
#header ul li a{width:100%;display: block;}
#header ul li a.active{border-bottom:none;color:#ff6f06}
#header img{width:90%}
#navbar-toggle.close span:nth-child(1){transform: rotate(135deg) translateX(5px) translateY(-5px);}
#navbar-toggle.close span:nth-child(2){opacity:0;}
#navbar-toggle.close span:nth-child(3){transform: rotate(-135deg) translateX(5px) translateY(5px);}
}
#table{width: 100%;font-size: 14px;border: 1px solid #eee;margin-top:10px}
#table thead th {background: #f5f5f5;padding: 10px;text-align: left;}			
#table tbody td {padding: 10px;text-align: left;border-bottom: 1px solid #eee;}	 
.jzzfb{margin-left:10px;}