/*
Camera jQuery slideshow by Pixedelic

demo: http://www.pixedelic.com/plugins/camera
author: Manuel Masia | Pixedelic by Consorzio Creativo

*/

* {
	outline: none;
	-moz-outline-style: none;
    .positione: relative;
}
*:active {
	outline: none;
	-moz-outline-style: none;
}
*:focus {
	outline: none;
	-moz-outline-style: none;
}
html, body {
	margin: 0;
	padding: 0;
}
image {
	border: 0;
}
fieldset {
	border: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0;
    .position: relative;
}
p {
	line-height: 22px;
}
table, td {
	border-collapse: collapse;
	padding: 0;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a {
	color: #53a5a5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


body {
	background: #e6e6e6 url(images/header_bg.png) repeat;
	color: #373737;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
}
.pix_1280 {
	float: left;
}
#resize {
	background: url(images/resize.png) no-repeat;
	bottom: 0;
	height: 66px;
	position: fixed;
	right: 0;
	width: 66px;
	z-index: 100;
}
header {
	background: #e6e6e6 url(images/header_bg.png) repeat;
	background: rgba(230, 230, 230, 0.95) url(images/header_bg.png) repeat;
	border-top: 4px solid #b7b7b7;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	height: 100px;
	left: 0;
	position: fixed;
	right: 0;
	text-shadow: 0px 1px 0px #fff;
	top: 0;
	width: 100%;
	z-index: 2;
}
header > div {
	height: 100px;
	position: relative;
	z-index: 1;
}
header #logo {
	background: url(images/camera_logo.png) no-repeat 20px 15px;
	display: block;
	float: left;
	height: 126px;
	margin: 0;
	padding: 15px 0 0 20px;
	width: 168px;
}
header #logo a {
	display: block;
	height: 126px;
	text-decoration: none;
	text-indent: -9999px;
	width: 168px;
}
header a {
	color: #373737;
	display: block;
	float: left;
	text-decoration: none;
}
header #subtitle {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 73px 0 0 10px;
}
#header_border {
	background: url(images/header_border.png) repeat-x;
	bottom: 0;
	height: 7px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}
#top_link_wrap {
	padding: 0 4px;
	position: absolute;
	right: 120px;
	top: 0;
}
#top_link_wrap a {
	display: block;
	font-family: 'Asap', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	padding: 0 3px;
	text-transform: uppercase;
}
#social_wrap {
	background: #b7b7b7;
	padding: 0 4px;
	position: absolute;
	right: 0;
	top: 0;
}
#social_wrap a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
}
#social_wrap #dribbble {
	background: url(images/dribbble_icon.png) no-repeat center 2px;
	width: 23px;
}
#social_wrap #forrst {
	background: url(images/forrst_icon.png) no-repeat center 0;
	width: 21px;
}
#social_wrap #twitter {
	background: url(images/twitter_icon.png) no-repeat center 2px;
	width: 26px;
}
#social_wrap #facebook {
	background: url(images/facebook_icon.png) no-repeat center 1px;
	width: 17px;
}
nav {
	float: right;
	margin-top: 72px;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav > ul.nav_min {
	display: none;
}
nav ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	position: relative;
}
nav ul li a {
	border-bottom: 5px solid transparent;
	padding: 0 2px 6px;
}
nav > ul > li > a.current, nav > ul > li > a:hover {
	border-bottom-color: #12dada;
}
nav > ul > li > a.pix_hover {
	border-bottom-color: #3c3c3c!important;
	border-bottom-width: 6px;
}
nav > ul.nav_max > li > ul {
	background: #3c3c3c;
	font-size: 12px;
	left: -9999px;
	padding: 15px 0;
	position: absolute;
	top: -9999px;
	width: 210px;
}
nav > ul.nav_min > li > ul {
	background: #3c3c3c;
	display: none;
	font-size: 12px;
	overflow: hidden;
	padding: 15px 0;
	position: absolute;
	right: 0;
	top: 28px;
	width: 210px;
}
nav > ul.nav_min > li > a, nav > ul.unique_nav > li > a {
	border-bottom: 6px solid #3c3c3c;
}
nav > ul.nav_min > li ul {
	display: none;
}
nav > ul > li > ul li {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0 15px;
}
nav > ul > li > ul li a {
	clear: both;
	color: #fff;
	display: block;
	float: none;
	line-height: 20px;
	padding: 5px 0;
	text-align: right;
	text-shadow: none;
}
nav > ul.nav_max > li > ul li a {
	border-bottom: 1px solid #000;
	border-top: 1px solid #5f5f5f;
}
nav > ul > li > ul li a:hover {
	color: #d7d7d7;
}
nav ul.nav_min ul ul {
	background: #252525!important;
	margin: 0 -15px;
	padding: 0 15px 0 0;
	position: relative;
	width: auto!important;
}
span.close_x {
	background: #3c3c3c!important;
	-webkit-border-top-left-radius: 4px!important;
	-webkit-border-bottom-left-radius: 4px!important;
	-moz-border-radius-topleft: 4px!important;
	-moz-border-radius-bottomleft: 4px!important;
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	color: #fff!important;
	font-family: sans-serif!important;
	font-size: 11px!important;
	font-style: normal!important;
	height: 20px!important;
	left: -18px!important;
	line-height: 18px!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute!important;
	text-align: center!important;
	top: 6px!important;
	width: 18px!important;
}
.pix_1280 {
	width: 1280px;
}
.pix_540 {
	float: left;
	margin: 20px 0 20px 40px;
	width: 540px;
}
.pix_250 {
	float: left;
	margin: 20px 0 20px 40px;
	width: 250px;
}
section {
	padding-top: 104px;
	position: relative;
	z-index: 1;
}
hr {
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	display: block;
	float: left;
	height: 3px;
	margin: 40px 0;
	width: 100%;
}
h2 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 30px;
}
.h2 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: none;
}
h3 {
	font-family: 'Droid Serif', serif;
	font-size: 28px;
	font-weight: 400;
}
.h3 {
	font-family: 'Droid Serif', serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: none;
}
h4 {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.h4 {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
h5 {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
.h5 {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.paragraph {
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none!important;
}
.border_title {
	border-left: 10px solid #b7b7b7;
	display: block;
	padding-left: 10px;
}
.it_depends {
	display: none;
}
.pre_wrap {
	background: url(images/pre_bg.png) repeat;
	border: 8px solid #eee;
	margin-bottom: 13px;
	overflow: auto;
	padding: 15px 15px 0;
}
pre {
	color: #888;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 25px;
	margin: 0;
	overflow: auto;
	padding: 8px 0 22px;
	width: 100%;
}
code {
	background: #f6f6f6;
	color: #888;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 2px;
}
dl {
	border: 8px solid #eee;
	line-height: 18px;
}
dt {
	background: #f6f6f6;
	font-weight: bold;
	padding: 5px 10px;
}
dd {
	background: #eee;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding: 5px 10px 5px 40px;
}
ul {
	margin: 10px 0;
}
li {
	font-style: italic;
	margin: 5px 0;
}
#paypal_hide {
	position: relative;
}
.paypal_form {
	background: #484848;
	background: rgba(72, 72, 72, 0.95);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #d7d7d7;
	display: none;
	font-size: 13px!important;
	font-style: italic;
	margin: 100px 0 0;
	position: absolute;
	text-align: center;
	text-shadow: none!important;
}
.paypal_form > div {
	float: left;
	margin: 5px 15px 15px;
	position: relative;
}
.paypal_arrow {
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-top: 10px solid #484848; 
	bottom: -25px;
	height: 0;
	left: 50%;
	margin-left: -10px;
	opacity: .95;
	position: absolute;
	width: 0;
}
.pp_pix_donation {
	display: block;
	float: left;
	width: 100%;
}
.pp_pix_donation .dollar_span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	text-align: center;
}
.pp_pix_donation input[type=text] {
	background: #eee;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #484848;
	display: inline-block;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align: center;
	width: 40px;
}
.pix_button {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	position: relative;
}
.pix_button > span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
.pix_button > span > a, .pix_button > span > input[type=submit], a.pix_button {
	background: none;
	border: 0;
	color: #d7d7d7;
	cursor: pointer;
	display: inline-block;
	font-family: 'Droid Serif', serif;
	font-size: 1em;
	font-style: italic;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.pix_button > span > a, .pix_button > span > input[type=submit] {
	height: 24px;
	line-height: 24px;
}
.pix_button > span, a.pix_button {
	background: -moz-linear-gradient(
		top,
		#666 0%,
		#333);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#666666),
		to(#333333));
	background: -o-linear-gradient(
		top,
		#666666 0%,
		#333333);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	border: 1px solid #222;
	-moz-box-shadow:
		inset 0px 0px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		inset 0px 0px 1px rgba(255,255,255,0.2);
	box-shadow:
		inset 0px 0px 1px rgba(255,255,255,0.2);
}
.pix_button > span:active, a.pix_button:active {
	background: -moz-linear-gradient(
		top,
		#333333 0%,
		#666666);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#333333),
		to(#666666));
	background: -o-gradient(
		linear, left top, left bottom, 
		from(#333333),
		to(#666666));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 );
}
.p_download {
	background: #ddd url(images/header_bg.png) repeat;
	border: 8px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-style: italic;
	line-height: 22px;
	margin: 13px 0;
	padding: 10px;
	position: relative;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
}
#download_pack_version {
	font-size: 120%;
}
.fake_pay_link {
	display: none;
}
.camera_caption a {
	color: #12dada;
}
.adapt_image {
	width: 100%!important;
}
@media only screen and (min-width : 1401px) {
	.pix_1280 {
		width: 1280px;
	}
	.pix_1160 {
		width: 1160px;
	}
	.pix_540 {
		float: left;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:1281px) and (max-width:1400px) {
	.pix_1280 {
		width: 1280px;
	}
	.pix_1160 {
		width: 1160px;
	}
	.pix_540 {
		float: left;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:1200px) and (max-width:1280px) {
	.pix_1280 {
		width: 1200px;
	}
	.pix_1160 {
		width: 1160px;
	}
	.pix_540 {
		float: left;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:1100px) and (max-width:1199px) {
	.pix_1280 {
		width: 1100px;
	}
	.pix_1160 {
		width: 1100px;
	}
	.pix_540 {
		float: left;
		width: 510px;
	}
	.pix_250 {
		width: 235px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:1024px) and (max-width:1100px) {
	.pix_1280 {
		width: 1000px;
	}
	.pix_1160 {
		width: 1000px;
	}
	.pix_540 {
		float: left;
		width: 460px;
	}
	.pix_250 {
		width: 210px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:901px) and (max-width:1023px) {
	.pix_1280 {
		width: 900px;
	}
	.pix_1160 {
		width: 900px;
	}
	.pix_540 {
		float: left;
		width: 410px;
	}
	.pix_250 {
		width: 185px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:768px) and (max-width:900px) {
	.pix_1280 {
		width: 750px;
	}
	.pix_1160 {
		width: 580px;
	}
	.pix_540 {
		float: right;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: block;
	}
}
@media only screen and (min-width:701px) and (max-width:767px) {
	.pix_1280 {
		width: 700px;
	}
	.pix_1160 {
		width: 580px;
	}
	.pix_540 {
		float: right;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: 100px;
		position: fixed;
	}
	header > div {
		height: 100px;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 104px;
	}
	.it_depends {
		display: block;
	}
}
@media only screen and (min-width:601px) and (max-width:700px) {
	.pix_1280 {
		width: 600px;
	}
	.pix_1160 {
		width: 580px;
	}
	.pix_540 {
		float: right;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: block;
	}
}
@media only screen and (min-width:580px) and (max-width:600px) {
	.pix_1280 {
		width: 580px;
	}
	.pix_1160 {
		width: 100%;
	}
	.pix_540 {
		float: right;
		width: 540px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:501px) and (max-width:579px) {
	.pix_1280 {
		width: 500px;
	}
	.pix_1160 {
		width: 290px;
	}
	.pix_540 {
		float: right;
		width: 460px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:480px) and (max-width:500px) {
	.pix_1280 {
		width: 480px;
	}
	.pix_1160 {
		width: 290px;
	}
	.pix_540 {
		float: right;
		width: 440px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:380px) and (max-width:479px) {
	.pix_1280 {
		width: 380px;
	}
	.pix_1160 {
		width: 290px;
	}
	.pix_540 {
		float: right;
		width: 340px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: none;
	}
}
@media only screen and (min-width:320px) and (max-width:379px) {
	.pix_1280 {
		width: 320px;
	}
	.pix_1160 {
		width: 290px;
	}
	.pix_540 {
		float: right;
		width: 250px;
	}
	.pix_250 {
		width: 250px;
	}
	header {
		height: auto;
		position: relative;
	}
	header > div {
		height: auto;
	}
	nav {
		margin-top: 72px;
	}
	section {
		padding-top: 0;
	}
	.it_depends {
		display: none;
	}
}