/* @override 
	http://127.0.0.1:8000/media/style.css
	http://ratybezspreadu.pl/media/style.css
*/

/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
    font-family: Arial;
	/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font-size: 14px;
    font-weight: normal;
}


html {
	min-width:980px;
} 

body {
    font-family: Arial;
	/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	color:#515151;
	min-width:980px;
	background-color: #000;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

.logo h1, .logo h2, h1, h3, h4, #header .menu-bar ul li, .title, .title-with-bracket {
	font-family:"Myriad Pro"
}

strong {
	font-weight: bold;
}


/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.header-bg {
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:32px;
}
#contacts-form input {
	width:230px; 
	padding:3px 0 3px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:230px; 
	height:196px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	padding:3px 0 3px 3px;
	margin-bottom:20px; 
}

/*========================== LISTS ============================*/

.list {
	margin-top:-10px;
}
.list li {
	padding-top:10px;
}
.list li.alt {
	padding-bottom:15px;
}
.list li a {
	color:#778e41;
	line-height:1.25em;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	padding-bottom:12px;
}
.list1 li.last {
	padding:0;
	margin-bottom:-10px;
}
.list1 li a {
	color:#3b3e35;
}

.icon-list li {
	background-repeat:no-repeat;
	background-position:0 0;
	padding:7px 0 23px 50px;
}
.icon-list li.last {
	padding-bottom:8px;
}
.icon-list li.style1 {
	background-image:url(images/linkedin.gif);
}
.icon-list li.style2 {
	background-image:url(images/delicious.gif);
}
.icon-list li.style3 {
	background-image:url(images/facebook.gif);
}
.icon-list li a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.icon-list li a:hover {
	text-decoration:underline;
}

.clients-list {
	width:100%;
	overflow:hidden;
	padding-top:20px;
}
.clients-list li {
	width:168px;
	margin-right:59px;
	float:left;
}
.clients-list li.last {
	margin-right:0;
}
.clients-list li img {
	display:block;
	margin-bottom:24px;
}
.clients-list li strong {
	display:block;
	color:#3b3e35;
}

/*========================== OTHER ============================*/

p {
	margin-bottom:10px;
	line-height:130%;
}
.p0 {
	margin-bottom:0;
}

.slogan {
	line-height:1.43em;
	margin-left:-1px;
	margin-bottom:50px;
	display: block;
}
.title {
	font-size:30px;
	text-align: center;
}

#page1 .title.recommend {
	float: right;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
}

dl {
	line-height:1.67em;
}
dl dt {
	font-weight:bold;
	color:#3b3e35;
}
dl dd {
	margin-bottom:18px;
}
dl dd.last {
	margin-bottom:0;
}
dl dd span {
	display:block;
	padding-top:10px;
}

.address {
	width:100%;
	overflow:hidden;
	padding-top:15px;
}
.address img {
	float:left;
	margin-right:37px;
}
.address span {
	float:right;
	margin-right:135px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {
	color:#333;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:20px;
	color:#069;
	padding-left:0px;
	font-weight:normal;
}

.logo h1 a{
	font-size: 46px;
    font-weight: bold;
}
h1 a {
	text-decoration:none;
	color:#fff;
}
h3 {
	font-size:19px;
	color:#73746e;
	font-size:27px;
	line-height:1.1em;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	line-height:1.2em;
	color:#069;
	margin-bottom:8px;
}
h5 {
	font-size:14px;
	line-height:1.29em;
	font-weight:normal;
}
h5.extra {
	margin-bottom:12px;
}
h6 {
	line-height:1.67em;
	margin-bottom:10px;
	color:#3b3e35;
}

.link {
	text-align:right;
}
.link a {
	color:#3b3e35;
}

.title-with-bracket {
	margin-bottom:20px;
	text-align:right;
	font-size:38px;
	line-height:1em;
	color:#069;
	padding:15px 66px 25px 0;
	background:url(/media/images/title-bg.gif) no-repeat right top;
	position:relative;
	top:37px;
	overflow:visible;
	height: 150px;
}

/*============================ BOXES ==========================*/

.box { 
	background:#e5e6e0; 
	width:100%;
}
.no-decoration{
		text-decoration: none;
}

.box.alt {
	margin-bottom:23px;
}
.box .inner {
	padding:24px 20px 30px 26px;
	height: 245px;
}
.box .link a,
.box .list1 li a {
	color:#767676;
}
.box h3 {
	margin-bottom:16px;
	font-size: 17px;
	color: #069;
}
.box .address {
	padding:0;
	margin-bottom:-14px;
}
.box .address span {
	margin-right:55px;
}

/*========================== HEADER ===========================*/

#header .logo h1 {
	font-size:48px;
	font-weight: bold;
}

#header .logo h2 {
	font-size:16px;
	position: relative;
	top: -8px;
	font-weight: normal;
	left: 3px;
}

#header .menu-bar li {
	float:left;
	line-height:1.2em;
	padding-left:38px;
}
#header .menu-bar ul li a {
	text-decoration:none;
	font-size:18px;
    font-weight: bold;
	color:#fff;
}
#header .menu-bar ul li a:hover {
	color:#000;
}

.grey {
	color: #CCC;
}
.black {
	color: #000;
}
.logo {
	position: relative;
	top: 20px;
	color: #999;
	font-size: 14px;
}
.menu-bar {
	position: absolute;
	min-width: 500px;
	right: 0px;
	top: 112px;
	font-weight: bold;
}

/*========================= CONTENT ===========================*/

#content .row-1 {
	background:#f8f8f8;
	padding-top: 40px;
}
#content .row-1 .list li a {
	color:#3b3e36;
}
#content .row-2 {
	padding:60px 0 40px 0;
	color:#e5e6e0;
}
#content .row-2 h4 {
	color:#069;
	font-size: 20px;
}
#content .indent {
	padding-bottom:62px;
}

/*========================= FOOTER ============================*/

#footer p,
#footer a {
	color:#fff;
}
#footer p {
	padding-top:62px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/
#calculator_form {
	padding-left: 50px;
	overflow:auto;
	padding-bottom: 30px;
}

#calculator_form div.field {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#calculator_form .clear {
	clear: left;
}

#calculator_form div {
	float: left;
}

#calculator_form div.borders {
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	padding: 0px 25px;
	margin: 0px 40px 0px 20px;
	height: 70px;
}

#calculator_form label {
	font-size: 14px;
	float: left;
	padding-bottom: 4px;
}

#calculator_form input, select {
	font-size: 16px;
	padding: 2px 5px;
	float: left;
	clear: left;
	border: 1px solid #5e5e5e;
}

#calculator_form input.submitButton {
	margin-top: 20px;
	background: #3088c8;
	border: none;
	color: #e6e9ec;
	padding: 8px 30px;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	
}

#calculator_form h2 {
	float: left;
	clear: left;
	font-weight: normal;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#calculator_form h3 {
	float: left;
	clear: left;
	font-weight: normal;
	font-size: 16px;
}



#calculator_form .blur {
	color: #c0c0c0;
}

#calculator_form #id_exchange_rate {
	width: 400px;
}

#calculator_form ul.errorlist {
	float: left;
	clear: left;
	font-size: 12px;
	color: #ff8e00;
	padding-top: 3px;
}

#calculator_summary b {
	/*font-family: "Myriad Pro";*/
	font-weight: bold;
	color: #000;
}

#calculator_summary {
	font-size: 20px;
}

#calculator_summary p{
	line-height: 150%;	
}

#content h1 {
	padding-top: 20px;
	padding-bottom: 10px;
}

#calculator_summary a{
	text-decoration: none;
}

#calculator_summary a:hover{
	text-decoration: underline;
}

#calculator_summary .wrapper {
	margin-top: 50px;
	margin-left: 0px;
}

#page1 #content #calculator_summary div.wrapper div.col-3 {
	width: 280px;
}

#page1 div.title * {
	font-size:30px;
}

#page1 div.title{
	float: right;
	clear: both;
	width: 350px;
	padding: 20px;
	padding-top: 0px;
	padding-right: 0px;
}


#page1 #content #calculator_summary .col-1 {
	width: 330px;	
}

#calculator_summary .title-with-bracket {
	padding-top: 15px;
}

#calculator_summary .box {
	font-size:16px;
}

#calculator_summary ol li {
	margin-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 150%;
}

#calculator_summary ol {
	margin-bottom:14px;	
}

#calculator_summary .small {
	font-size: 14px;
}

.citation {
	padding: 10px 30px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Myriad Pro";
	font-size: 16px;
}

#formalities ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 50px;
}

#formalities b{
	font-family: "Myriad Pro";
	color: #000;	
}


