/*
Theme Name: Financeservice | ფინანსსერვისი
Theme URI: http://blog.financeservice.ge
Author: Gia Antadze
Author URI: http://financeservice.ge
Description: ბუღალტერია, აუდიტი, იურიდიული მომსახურება
*/

@charset "utf-8";

/*---------Layot---------*/


body {
	background-image: url(../_images/pattern.png);
	-o-backroubd-size: cover;
	margin: 0;
	padding: 0;
	/* [disabled]color: #000; */
	background-attachment: fixed;
	font-family: sylfaen, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #F2F2F2;
}

/* ~~ This fixed width container surrounds all other blocks (the other divs >HTML5) ~~ */
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	/* [disabled]background-color: rgb(255,255,217); */
	min-height: 127px;
}

.afterheader {
	min-height: 12px;
	background-color: #F1F1F1;
}
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 40px;
}

	
.content {
	padding: 10px 0;
	width: 780px;
	float: right;
}
.aside_right {
	float: right;
	width: 180px;
	background-color: #99CCFF;
	padding: 10px 0;}

aside {
	/* [disabled]float: left; */
	/* [disabled]width: 180px; */
	background-color: #FCFCFC;
	/* [disabled]padding: 10px 0; */
	/* [disabled]background-image: url(../_images/DSC00ssss.jpg); */
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: #C0362C;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/*---------ნავიგაცია*---------/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #F5F5F5; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #F5F5F5; /* this creates the button separation */
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: sylfaen, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #D83129;
}
ul.nav a:link {
	color: #A7251F;
}
ul.nav a:visited {
	color: #A7251F;
}
ul.nav a:hover {
	color: #FFFFFF;
}
/*---------ტექსტი---------*/

/* ფონტები */

@font-face {
font-family: "mtavruli";
src: url("../_fonts/bpg_mrgvlovani_2010-webfont.eot"); /* IE9 Compat Modes */
src: url("../_fonts/bpg_mrgvlovani_2010-webfont.eot?iefix") format("eot"), /* IE6-IE8 */
url("../_fonts/bpg_mrgvlovani_2010-webfont.woff") format("woff"), /* Modern Browsers */
url("../_fonts/bpg_mrgvlovani_2010-webfont.ttf") format("truetype"), /* Safari, Android, iOS */
url("fonts/bpg_mrgvlovani_2010-webfont.svg#mtavruli") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 10, 2013 */

@font-face {
    font-family: extra;
    src: url('extra/bpg_extrasquare_mtavruli-webfont.eot');
    src: url('extra/bpg_extrasquare_mtavruli-webfont.eot?#iefix') format('embedded-opentype'),
url('../_fonts/bpg_extrasquare_mtavruli-webfont.woff') format('woff'),
url('extra/bpg_extrasquare_mtavruli-webfont.ttf') format('truetype'),
url('extra/bpg_extrasquare_mtavruli-webfont.svg#BPGExtraSquareMtavruliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
.backround-yellow {
	background-color: #FFFFB9;}

.hidden {
	color: #FFF;
}

.tittle_normal {
	color: #000000;
	font-size: 15px;
	padding-bottom: 10px;
	font-family: mtavruli;
	padding-top: 20px;
	font-weight: bold;
}
.sylfaen-gold-bold{
	font-size: 16px;
	font-family: Sylfaen;
	color: #CC9900;
	font-weight: bold;
}
.hidden {
	color: #FFF;
}
.gold-tm {
	color: rgb(148, 126, 79);
}
.line-height
{
line-height: 25px;
}

strong, b {
font-weight: bold;
}

.justify {
	text-align: justify;
	
}


/*---------Text size---------*/
.p-standart  {
	font-size: 14px;
	line-height: 23px;
	/* [disabled]background-color: #EADCAE; */
}

/*---px---*/
.size-24px {font-size: 24px;}
.size-22px {font-size: 22px;}
.size-20px {font-size: 20px;}
.size-18px {font-size: 18px;}
.size-16px {font-size: 16px;}
.size-14px {font-size: 14px;}
.size-13px {font-size: 13px;}
.size-12px {font-size: 12px;}
.size-11px {font-size: 11px;}
.size-10px {font-size: 10px;}
.size-9px {font-size: 9px;}
.size-8px {font-size: 8px;}


/* OTHERS */


.textbody{
color: #616161;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.6;
}


.arial {
	font-family: Arial;
	margin: auto;}






	


.gray
{color: rgb(102,102,102);}

.text-center {
	text-align: center;
	/* [disabled]font-family: mtavruli; */
}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/*---------ლინკი---------*/
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #1B84B5;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #E1A84B;
	text-decoration: underline;
}


a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.color-link-blue {
	color: rgb(0, 112, 192);
	font-weight: bold;
}
.mail a {
color: #1B84B5;
}
mail a, mail a:hover {
text-decoration: none;
}
mail a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
a:hover {
color: #E1A84B;
}

/*---------Aligment---------*/
.logoposition {
	margin-left: 9px;
	margin-top: 5px;


}
.banposition {
	margin-left: 204px;
	margin-bottom: 14px;
}


.flashposition {
	margin-left: 130px;
	margin-top: 7px;
}

img.align-left {
	float: left;
	margin-right: 10px;
}

img.align-right {
	float: right;
	margin-left: 10px;
}


.container .sidebar1 aside p .logoposition {
	margin-top: 85px;
}
.mapposition {
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 50px;
}
.door {
	float: left;
	margin-right: 45px;
	margin-left: 35px;
}

.couter{
	position: relative;
	margin-top: auto;
	width: 84px;
	height: 31px;
	z-index: 207;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margin20px-left {
	margin-left: 20px;
}

/*---------Helper---------*/

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.center-marginally {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding-left: auto; */
	/* [disabled]padding-right: auto; */
	display: block;
}
.margin-middly {
	margin-right: 15px;
	margin-left: 15px;
}
.margin-right {
	margin-right: 15px;
	/* [disabled]margin-left: 5px; */
}

/*---------NEWS---------*/
.separator-h
{
	float: left;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-left: 15px;
}

.separator-liner
{
	width: 700px;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	min-height: 35px;
	margin-left: 25px;
	position: relative;
}



.separator-h-right
{
	float: left;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-right: 1px;
}

.separator-h-single
{
	float: left;
	width: 700px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: inset; */
	/* [disabled]border-bottom-color: #CCC; */
	padding-bottom: 5px;
}


.partners-cube
{
	float: left;
	width: 170px;
	height: 150px;
	margin-left: 10px;
}
.partners_logo
{
	float: left;
	width: 130px;
	height: auto;
	padding: 10px;
}

/*---------NEWS---------*/

.status_top
{
	/*---for div and text---*/	
	
	width: 680px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	font-family: extra;
	border-bottom-width: thin;
	border-bottom-style: inset;
	margin-top: 27px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 4px; /*reserts default text padding (noti in divs)*/
	padding-right: 0px;
	border-bottom-color: #CCC;
}

.status_top2
{
	/*---first text and also divs---*/	
	width: 680px; /*text line; border;div width*/
	height: 35px;
	color: #1d1c1b;
	font-size: 18px;
	font-weight: bold;
	font-family: extra;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;/*reserts default text padding (noti in divs)*/
	
}


.status_top3
{/*---for text only---*/
	color: #1d1c1b;
	font-size: 15px;
	font-weight: bold;
	font-family: mtavruli;
	padding-top: 15px;
	/* [disabled]font-style: italic; */
	/* [disabled]padding-right: 35px; */
	padding-bottom: 30px;
	/* [disabled]height: 35px; */
	margin-top: 27px;
	margin-right: 60px;
/*---not needed for single text heigh 35 = padding bottom 10---*/
}

/*---fs---*/

.red {
	color: rgb(255,0,0);
}
.textborder {
	border: medium solid rgb(204,204,204);
}

.container .content section ul {
	/* [disabled]margin-left: 50px; */
}
.container .content section ul li img {
	float: right;
}
.afterheader2 {
	min-height: 7px;
	background-color: #F9F9F9;

}
.partners-logo-separator {
	float: left;
	width: 120px;
	height: 150px;
	margin-left: 10px;
}


.beforeheader {
	min-height: 4px;
	background-color: #D83129;
}
.midheader
{
	/* [disabled]padding: 22px 0; */
	height: 100px;
	overflow: visible;
	width: 930px;
	margin: auto;
	/* [disabled]border-top: 1px solid #F5F5F5; */
	/* [disabled]border-bottom: 1px solid #F5F5F5; */
	/* [disabled]margin-top: 10px; */
}

.line {
	background-color: #F5F5F5;
	background-position: initial initial;
	background-repeat: initial initial;
	height: 1px;
	width: 100%;
	/* [disabled]float: left; */
}
.separator {
	height: 40px;
	width: 100%;
	float: left;
}





/* ინფორმაცია2 */	
#info2 {
	/* [disabled]width: auto; */
	/* [disabled]margin: auto; */
	/* [disabled]padding-right: 5px; */
	/* [disabled]margin-left: 5px; */
	overflow: hidden;
}

#offer2 {
	width: 400px;
	float: left;
	border: solid 0px #000;
}
#offer2 h2 {font-family:mtavruli;  font-size:1em; color:#272727; margin-bottom:25px; background:url(images/o.png) no-repeat; height:22px; padding-left:30px;}
.offer_info2 h1.offer_h1 a {
	text-decoration: none;
	color: #00AAEE;
	font-weight: normal;
	font-size: 15px;
	/* [disabled]background: url(images/h3_icon.png) no-repeat; */
	padding-left: 30px;
	margin-left: 2px;
}
.offer_info2 h1.offer_h1 a:hover {text-decoration:underline;}
.offer_info2 ul {
	/* [disabled]list-style-image: url(images/service_li.png); */
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-right: 0; */
	/* [disabled]margin-bottom: 20px; */
	margin-left: 10px;
}
.offer_info2 ul li {
	color: #858585;
	font-size: 15px;
	line-height: 23px;
}
.offer_info2 ul li a {color:#ef4e39; text-decoration:none;}
.offer_info2 ul li a:hover {text-decoration:underline;}
.offer_info2 ul li span {color:#ef4e39;}


#service2 {
	width: 330px;
	float: left;
	/* [disabled]margin-left: 12px; */
}
#service2 h2 {font-family:mtavruli;  font-size:1em; color:#272727; margin-bottom:25px; background:url(images/o.png) no-repeat; height:22px; padding-left:30px;}
.service_info2 h1.service_h1 a {
	text-decoration: none;
	color: #00AAEE;
	font-weight: normal;
	font-size: 15px;
	/* [disabled]background: url(images/h3_icon.png) no-repeat; */
	padding-left: 35px;
	margin-left: 2px;
}
.service_info2 h1.service_h1 a:hover {text-decoration:underline;}
.service_info2 ul {
	list-style-image: url(images/service_li.png);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
}
.service_info2 ul li { color:#858585; font-size:0.9em;}
.service_info2 ul li a {color:#ef4e39; text-decoration:none;}
.service_info2 ul li a:hover {text-decoration:underline;}
.service_info2 ul li span {color:#ef4e39;}

.fb-sharer {
	width: auto;
	height: 60px;
	min-height: 50px;
	padding-top: 8px;
	/* [disabled]border-top-color: #F5F5F5; */
	/* [disabled]border-top-width: 1px; */
	padding-left: 510px;
	/* [disabled]border-top-style: solid; */
}
.separator-7 {
	height: 7px;
}
.separator-20 {
	height: 20px;
}
.separator-35 {
	height: 35px;
}
.separator-50 {
	height: 50px;
}
