@charset "utf-8";

@font-face {
    font-family: 'TahomaArmenianRegular';
    src: url url('fonts/tahomaa.eot');
    src: url('fonts/tahomaa.eot') format('embedded-opentype'),
         url('fonts/tahomaa.woff') format('woff'),
         url('fonts/tahomaa.ttf') format('truetype'),
         url('fonts/tahomaa.svg#TahomaArmenianRegular') format('svg');
}

@font-face {
    font-family: 'ghea_grapalatregular';
    src: url('fonts/gheagrpalatreg.eot');
    src: url('fonts/gheagrpalatreg.eot?#iefix') format('embedded-opentype'),
         url('fonts/gheagrpalatreg.woff') format('woff'),
         url('fonts/gheagrpalatreg.ttf') format('truetype'),
         url('fonts/gheagrpalatreg.svg#ghea_grapalatregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-style: normal;
	font-weight:300;
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color:#373737;
}

fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0
}
input:focus {
	outline: none
}
a {
	color: #F00;
	text-decoration:none;
}

a:hover {
	color:#C00;
}

a:hover {
	text-decoration:none;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;	
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
}


/********************************************************************************/
body {
	background-color:#f6f6f6;
	background-image: url(images/bg.png), url(images/site_back.png);
	background-position:center, top center;
	background-repeat:repeat, no-repeat;
}

#site-cont {
	margin:auto;
	min-height:800px;
}

	#header {
		height:170px;
		width:1000px;
		margin:0 auto;		
	}
	
		#logo {
			height:170px;
			background:url(images/logo.png) no-repeat center top;
		}
		
		#header-menu {
			position:relative;
			padding-top:55px;	
			padding-right:70px;
		}

				#header-menu a {
					float:left;
					display:block;
					font-size:1.6rem;
					margin:0 2px 2px 0;
					background:rgba(37,49,102, .5);
					color:#f5f5f5;
					padding:6px 10px;
				}
				
				#header-menu a:hover {
					background:rgba(37,49,102, 1);
				}
		
		#lang-search {
			position:relative;
			padding-top:40px;	
		}

			#lang-cont {
				text-align:right;
				margin-bottom:15px;
			}
			
				#lang-cont a {
					color:#253166;
					display:inline-block;
					margin-left:2px;	
					padding:5px 7px;
					font-size:13px;
				}
				
				#lang-cont a:hover, #lang-cont a.sel {
					color:#f0383e;
				}
			
			#searchcont {
				text-align:right;	
			}



		nav {
			display:block;
			background:#253166 url(images/footer_bg.png) ;
		}
		
		#nav-slider {
			margin:0 auto;
			background:#FFF;
			padding:10px;
			width:980px;
		}

		#menu-cont {
			/*font-family:'TahomaArmenianRegular';*/
			width:980px;
		}
			

#home-about-finance, #home-blocks {
	width:1000px;
	min-height:200px;
	margin:0 auto;
	padding:25px 0;
}	
	
	#home-about p {
		font-size:1.6rem;
		line-height:2rem;
		margin-bottom:15px;
		margin-top:5px;
	}
	
		#home-about p:first-child {
			background:url(images/quote.png) no-repeat left top;
			padding-left:105px;	
		}
	
		#home-about p:last-child {
			background:url(images/quote_.png) no-repeat right top;
			padding-right:105px;	
		}
	
	#home-about-finance h2, #home-blocks h2 {
		font-size:2.2rem;
	}
	
	#home-finance {
		padding-top:10px;	
	}
	
	#home-finance p {
		margin:5px 5px 5px 15px;
		padding:5px 15px 15px 15px;  
		background:url(images/fin.png) no-repeat top left;
		padding-left:85px;
		font-size:1.7rem;
		min-height: 40px;
	}
	
	#home-finance p a {
		text-decoration:underline;
		color:#252c50;	
	}
	
	#home-finance p a:hover {
		color:#f0383e;	
	}
	
#home-news {
	background:#2d365e url(images/footer_bg.png);
	min-height:250px;	
}
	
	#home-news-cont {
		width:1000px;
		margin:0 auto;
		padding:10px 0;
	}
	
	
	.home-block-title {
			padding-left:85px !important;
			min-height:60px;
	}
	
		#home-blocks .b1 { background:url(images/b1.png) no-repeat left center}
		#home-blocks .b2 { background:url(images/b2.png) no-repeat left center}
		#home-blocks .b3 { background:url(images/b3.png) no-repeat left center}
	
	.home-block-text a {
		color:#373737;	
	}
	
	.home-block-text ul {
		font-size:1.5rem;
		list-style:none;
		padding:10px 5px;	
	}
	
	.home-block-text ul li {
		background:url(images/ptich.png) no-repeat left top;
		padding-left:40px;
		padding-bottom:10px;
	}
	
	.home-block-text ul li a:hover {
		color:#f0383e;
		text-decoration:underline;
	}
	
	
	
#sitebody {
	min-height:700px;	
	width:960px;
	margin:20px auto;
	padding:20px; 
}



	/* news home page */
	.home-newsitem {
		position:relative;
		float:left;
		width:320px !important;
		min-height:280px;
		margin-right:12px;
	}
	.home-newsitem:hover {
		cursor:pointer;	
	}
	
	.home-newsitem:last-child {
		margin-right:0px;
	}
	
		.home-newsitem h2 {
			color:#5f5f5f;
			font-size:2.2rem;
			font-weight:300;
			text-transform:uppercase;
			padding:4px 8px 15px 8px;
			width:150px;
			line-height:26px;
		}
	
		.home-newsdet {
			position:absolute;
			right:3px;
			font-size:13px;
			text-transform:uppercase;
			padding:4px 6px;
			display:block;
			background:#999;	
			color:#FFF;		
		}
		
		.home-newtitledate {
			width:310px;
			font-size:12px;
			text-align:left;
			color:#FFF;
			transition: all .2s linear;
			-webkit-transition: all .2s linear;	
			-moz-transition: all .2s linear;
			-o-transition: all .2s linear;
		}
			
			.home-newtitledate a {
				color:#FFF;	
			}
			
			.home-newsitem:hover .home-newtitledate {
				opacity:1;
			}
			
			.home-newtitledate h3 {
				font-size:1.5rem;
				margin-bottom:10px;
			}
			
			.home-newtitledate .news-cat {
				font-size:1.3rem;
				display:inline-block;
				padding:4px 10px 5px 0;
				color:#f0383e;
			}
			
			.home-newtitledate .news-date {
				font-size:1.2rem;
				display:inline-block;				
				width:auto;
				margin:auto;
				background:url(images/cal-s.png) left no-repeat;
				padding-left:18px;
				color:#7f7f7f;
			}		
		
		.home-newsdet:hover {
			background:#DDD;
			color:#333;		
		}
		
		
		
		
		






#cont-form-big {
	margin-top:15px;	
}

	#cont-form-big input {
		margin-bottom:10px;
	}
		
	#cont-form-big textarea {
		margin-bottom:10px;
	}

	#cont-form-result {
		display:inline-block;
		font-weight:300;
		font-size:1.4rem;
		width:220px;
	}
	
	#cont-form-result .error {
		color:#FF3C3C;
	}
	
	#cont-form-result .sent {
		color:#00CC00;
	}

/* categories */
#categories {
	background:rgba(255,255,255, .7);
	border-top:5px solid #2180c1;
	min-height:100px;
	margin-top:15px;
	margin-bottom:20px;
	font-size:1.8rem;
	padding:20px 0 35px 0; 
	list-style:none;
}

	#categories li {
		line-height:3rem;
	}
	
	#categories li a {
		display:block;
		padding:2px 5px 2px 25px; 
		color:#2180c1;
		border-bottom:1px solid #EEE;		
	}

	#categories li a:hover, #categories li a.sel {
		background:#2180c1;
		color:#FFF;
	}


/* books */
#books {
	padding:15px 0 0 40px;	
}

	#books .firstbook {
		background:rgba(255,255,255, .7);
		border-top:5px solid #2180c1;
		padding:20px 25px;
		margin-bottom:30px;
	}

	.firstbook h1 {
		font-size:3rem;	
		font-weight:300;
		padding:10px 0;
	}
	
	.firstbook h3 {
		font-size:2rem;	
		font-weight:300;
		padding:0;
		color:#e8004c;
		
	}	
	
	.firstbook .downloadbtn {
		display:inline-block;
		background:#2180c1;
		padding:10px 20px;
		color:#FFF;
		font-size:2rem;
		margin-top:30px;
	}
	
			.downloadbtn:hover {
				background:#e8004c;
			}

	.book-item {
		width:158px;
		border:1px solid #DDD;
		background:rgba(255,255,255, .7);		
		margin:0 20px 30px 0 !important;	
		transition: all .2s linear;
		-webkit-transition: all .2s linear;	
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}
	
	.book-item:hover {
		background:rgba(255,255,255, 1);		
	}
		.book-item img { 
			width:140px;
			height:220px;
			padding:8px 10px;
		}
	
		.book-item:nth-child(4n+2) {
			margin-right:0px !important;	
		}

		.book-item h2 {
			font-size:1.3rem;
			font-weight:300;
			line-height:1.4rem;	
			padding:0 12px 15px 12px;
			color:#333
		}
		
		.book-item h3 {
			font-size:1.1rem;
			font-weight:600;
			line-height:1.4rem;	
			padding:0 12px 5px 12px;
			color:#e8004c
		}
		
/* legistation */		
#legislation {
	padding:15px 0 0 40px;	
}


	.leg-item {
		background:rgba(255,255,255, .7);
		border-top:5px solid #2180c1;
		padding:20px 25px;
		margin-bottom:30px !important;
	}
	
	.leg-item a {
		color:#2180c1;
	}
	
	.leg-item a:hover {
		color:rgba(232,0,76,1);
	}
	
	.leg-item p {
		padding:5px 0;
	}
	
	.leg-item h2 {
		font-size:2rem;	
		padding-bottom:10px;
	}
	
	.leg-item h2.open {
		font-size:2.4rem;
		text-align:center;
	}
	
	.leg-item .desc {
		color:#666;
		font-size:1.3rem;
		line-height:2rem;		
	}
	
	.leg-item .readmore {
		display:inline-block;
		background:#2180c1;
		padding:10px 20px;
		color:#FFF;
		font-size:1.8rem;
		margin-top:30px;
		margin-bottom:20px;
	}
	
	.readmore:hover {
		color:#FFF !important;
		background:#e8004c;
	}


/* news */
#latest-news {
	padding-top:15px;
	padding-left:15px;	
}


.latestnews-item {
	background:rgba(255,255,255, .7);
	height:67px;
	margin-bottom:20px !important;	
	transition: all .2s linear;
	-webkit-transition: all .2s linear;	
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;	
}

.latestnews-item:hover {
	background:rgba(240,56,62, .9);
}

	.latestnews-item img {
		-webkit-filter: grayscale(100%);  			
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease
	}
	
	.latestnews-item:hover img {
		-webkit-filter: grayscale(0%);  			
	}	
	
	.latestnews-item a:hover {
		color:#000;
	}	


	.latestnews-item:hover .homenewsdate {
		color:#FFF;
	}
	
	.latestnews-title {
		border-top:3px solid #f0383e;
		width:145px;
		font-size:1.2rem; 
		padding:5px 10px
	}




#newsbycatcontainer {
	padding-right:40px;	
}

.newsbycatitem {
   padding-bottom:20px;		
   margin:20px 0;
   border-bottom:1px dashed #CCC;
   min-height:140px;
}

.newsbycatitem img, .home-newsitem img {
	border:1px solid #CCC;
	padding:2px;
	-webkit-filter: grayscale(100%);  			
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsbycatitem img:hover, .home-newsitem img:hover {
	-webkit-filter: grayscale(0%);  			
}
.newsbycattitle {
	margin-bottom:0 0 0px 0;
	font-size:2rem;
	padding-bottom:10px;
}

.newsbycattitle a {
	color:#333;
	text-decoration:none;	
}

.newsbycattext a {
	color:#666;
	text-decoration:none;
	font-size:1.3rem;
	line-height:1.4em;
}

.opennewstitle {
	color:#333;
	font-size:22px;
	margin-top:5px;
}

.opennewstext {
	font-size:1.5rem;
	line-height:1.7em;
	text-align:justify	
}

.opennewstext p {
	margin-bottom:10px;
}

.opennewstext a {
	color:#F00;
	text-decoration:underline;
}

.opennewstext a:hover {
	text-decoration:none
}


#opennewscontainer {
	padding: 5px 20px 15px 0;	
}

#opennewscontainer h2 {
	font-size:2.4rem !important;
	font-weight:300;
	padding-bottom:16px;

}

.news-permalink {
	font-size:1.3rem;	
}

.news-permalink a { 
	color:#187bc0;
	
}

.news-permalink a:hover { 
	color:rgba(232,0,76,1);
}

.datetime {
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 10px;
	text-align: center;
	background: #253166;
	color: #FFF;
	margin-right: 10px;
	font-size: 14px;
	text-align: left;
}

#morenews-cont {
	height:45px;
}

#morenews {
	color:#333;
	font-size:20px;
	padding-top:2px;
	cursor:pointer;
}


/* footer */	
footer {
	background:rgba(0,0,0,.8)  url(images/footer_bg.png);
	min-width:1000px;
}

#footer {
	background:url(images/footer_top_bgr.png) repeat-x top left;
	min-width:1000px;
}

	#footer-cont {
		margin:auto;
		width:1000px;
		padding-top:40px;	
		min-width:1000px;			
	}
			
			#footer-cont a {
				color:#8e8d8d;
			}
			
			#footer-cont a:hover {
				color:#FFF;	
			}
	
		#footer-logo {
			background:url(images/f_logo.png) no-repeat 15px 30px;
			width:120px;
			height:150px;	
		}
		
		#footer-contacts {
			margin-right:50px;
			min-height:150px;	
		}
			
			#footer-contacts ul {
				padding:0;
				padding-left:3px;
				list-style:none;
				margin:0;
			}
			
			#footer-contacts ul li {
				padding:3px 0;	
				font-size:1.3rem;
				color:#b5b5b5;
			}
			
			#footer-contacts ul li strong {
				color:#EEE;	
			}
			
			
		#footer-menu {
			width:300px;
			font-size:1.3rem;
			margin:0;	
			text-align:right;
			padding-left:140px
		}
		
			#footer-menu ul {
				margin:0;
			}
			
			#footer-menu li {
				background:url(images/bul.png) no-repeat left center;
				padding:3px 0 3px 14px;
				margin-left:10px;
				display:inline-block;
			}
			
			
		#copy-cont {
			font-size:12px;
			border-top:1px solid #666666;
			padding:10px 0px;
			margin-top:15px;
			color:#b7b7b7	
		}
		
			#copy {
				float:left;
				width:400px;
				text-align:left;
			}
		
	
	
			#made-by {
				color:#CCC;
				font-size:1.3rem;
				text-align:right;
			}
	





			

		







#facebook-cont {
	height:150px;
	overflow:hidden;
	margin-bottom:10px;
}
		

#feedback-cont h1 {
	font-size:2rem;
	padding:4px 0;
	margin-bottom:15px;	
    text-align:right;
	color:#111;
	
}
		
#feedback {
	position:relative;
	margin-top:15px;
	background:#187bc0;
	min-height:100px;
	color:#FFF;
	padding:18px;
	font-size:14px;
	line-height:18px;
}

	#feedback-bgr {
		height:24px;
		background: url(images/feed_bgr.png) no-repeat bottom center;	
	}
	
	#feedback h2 {
		color:#000;
		font-size:1.5rem;
		padding:10px 0 10px 0;
		font-weight:400;
	}
	




#map-cont {
	z-index:9998;
	width:100%;
	height:320px;
}

#map-cont.fullscreen {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100% !important;		
}

#map-canvas {
	font-size:1.3rem;
	width:100%;
	height:100%;	
}

#map-fullscreen-ico {
	position:absolute;
	right:15px;
	top:15px;
	z-index:9999;
	width:32px;
	height:32px;
	background:#000;
	background:url(images/fullscreen_32.png) no-repeat center;
	opacity:.7;
}

#map-fullscreen-ico.full {
	background:url(images/fullscreen_32_full.png) no-repeat center;
}

#map-fullscreen-ico:hover {
	opacity:1;
	cursor:pointer;
}





/* contact page*/
#cont-info-loc, #cont-info-tel, #cont-info-email {
	font-size:20px;
	color:#828282;	
	margin:20px 0;
	padding:5px 10px 5px 50px;	
}

#cont-info-loc {
	background:url(images/loc_b.png) no-repeat center left;
}

#cont-info-tel {
	background:url(images/tel_b.png) no-repeat center left;
}

#cont-info-email {
	background:url(images/email_b.png) no-repeat center left;
}


#contact-branches {
	font-size:1.5rem;	
	color:#666;
	padding-top:5px;
}

#contact-branches h3 {
	margin:10px 0 5px 0;
	font-size:1.8rem;	
	color:#333
}


.workdays  {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:20px;	
}
.workdays li {
	float:left;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	padding:7px 10px 5px 10px;
	margin-right:10px;
	background:#217fc0;
}

.workdays li.hours {
	text-transform:none;
	background:#BBB;
}









	
/* classes */
.sitemessage {
	position:relative;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:300;
	font-size:2.2rem;
	color:#414141;	
}

.blockheader {
	position:relative;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:300;
	font-size:2.2rem;
	color:#414141;
}	
	.blockheader .white {
		color:#FFF;	
	}

	.blockheader a {
		right:5px;
		top:4px;
		position:absolute;
		display:inline-block;
		color:#FFF;
		padding:5px 10px;
		font-size:1.3rem;
		background:rgba(240,56,62,.8);
	}

		
	.blockheader a:hover {
		background:rgba(240,56,62,1);
	}

.shadow {
	-moz-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 0.4);	
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);	
	-o-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);	
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);	
}

.shadow_t {
	-moz-box-shadow:0 -5px 5px -5px rgba(0, 0, 0, 0.4);	
	-webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);	
	-o-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);	
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);	
}

.gradient {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.53)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.53) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}



.simple-page {
	font-size:1.5rem;
	padding:5px 20px 15px 0;
}


	.page-title {
		font-weight:300;
		font-size:3rem;
		margin-bottom:15px;
	}
	
	.page-text {
		line-height:2.9rem;
		font-size:1.6rem;
		color:#484848;
	}
	
		.simple-page p {
			padding:6px 0;	
		}

