/* Designed by Levani Qotolashvili*/ 
@font-face {
    font-family: 'BPG';
    src: url('../fonts/bpg_nino_mtavruli_normal.ttf');
}

html {
    margin: 0;
    padding: 0;
}

body{
    font-family: BPG;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #303030;
}

a {
    text-decoration: none;
    color: #464646;
}

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

li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

a img {
    border: 0 none;
}

textarea {
    resize: vertical;
}

input, textarea, select, button {
    font: normal 12px BPG;
}

input, textarea, select, button, a {
    outline: none;
}

p {
    margin-bottom: 0.4em;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

table.userstop, table.pm, table.tableform, table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.lcol, .rcol, form {
    display: inline;
}

.lcol {
    float: left;
}

 .rcol {
    float: right;
}

.small {
    font-size: 0.85em;
}

/*BANNERS*/
.banners {
    width: 976px;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 12px;
}

.banners img {
    margin: 0 7px 0 0;
}

/* Main level */
.menu {
    background: rgb(111,140,163); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(111,140,163,1) 0%, rgba(135,163,182,1) 83%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,140,163,1)), color-stop(83%,rgba(135,163,182,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f8ca3', endColorstr='#87a3b6',GradientType=0 ); /* IE6-9 */
    float: left;
    width: 100%;
    border-top: 1px solid #6f8ea4;
    border-bottom: 1px solid #4a5d6c;
}

.menu ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.menu ul > li {
    float: left;
    position: relative;
    border-right: 0.5px solid #88b0cd;
    border-left: 0.5px solid #62849f;
   text-shadow: 0px 1px 1px #707070;
}

.menu ul li a {
    display: block;
    color: #FFF;
    font-size: 14px;
}

.menu ul li:hover {
    background: #7995ab;
    -webkit-box-shadow: inset 0px 0px 300px 56px rgba(0,0,0,0.03);
    -moz-box-shadow: inset 0px 0px 300px 56px rgba(0,0,0,0.03);
    box-shadow: inset 0px 0px 300px 56px rgba(0,0,0,0.03);
    transition: 0.5s;
}

.menu ul > li > a {
    -webkit-transform: skewX(16deg);
     padding: 21px 25px 18px 25px;
}

.menu ul > li:first-child {
    border-left: none;
}

.menu ul > li:last-child {
    border-right: none;
}

.first {
    margin-left: -14px;
    padding-left: 14px;
}


/* SEARCH*/
.column {
    position: relative;
    margin-right: 21px;
    margin-top: 1px;
}

.sb-search {
	position: absolute;
	min-width: 32px;
	height: 32px;
    overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
    margin-top: 13px;
    right: 0;
    max-width: 270px;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 76%;
	height: 30px;
    border-radius: 50px;
	margin: 0;
	z-index: 10;
	padding: 2px 12px 0px 12px;
	font-family: inherit;
	color: #2c3e50;
    font-size: 14px;
    font-family: BPG;
    right: 40px;
}

.sb-icon-search,
.sb-search-submit  {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
    right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: url("../images/search.png")no-repeat;
	z-index: 90;
	font-size: 22px;
}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	opacity: 0.8;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*****WALL*****/
.wall {
    width: 1000px;
    margin: 0 auto;
    background: #f1f1f1;
    overflow: hidden;
}

/*CATALOG*/
.catalog {
    overflow: hidden;
    width: 985px;
    margin: 12px;
}

.cat {
    overflow: hidden;
    float: left;
    margin: 0 7px 7px 0;
    position: relative;
    width: 190px;
}

.cat img {
    float: left;
    width: 190px;
    border-bottom: 3px solid #51728c;
    border-radius: 0px 0px 5px 5px;
}

.catnumberbg {
    position: absolute;
    float: right;
    background: #000;
    width: 32px;
    height: 32px;
    right: 0;
    top: 12px;
    opacity: 0.6;
    border-radius: 3px 0px 0px 3px;
}

.catnumber {
    position: absolute;
    color: #FFF;
    font-size: 14px;
    padding: 9px 11px 9px 11px;
    right: 0;
    top: 12px;
}

.catnamebg {
    position: absolute;
    color: #FFF;
    font-size: 14px;
    background: #0d0d0d;
    border-top: 2px solid #000;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    width: 180px;
    text-align: center;
    padding-top: 34px;
    opacity: 0.6;
    bottom: 7px;
}

.catname {
    position: absolute;
    color: #FFF;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    width: 181px;
    text-align: center;
    bottom: 14px;
    text-shadow: 0px 1px 0px #000;
}

.cat:hover {
    opacity: 0.9;
    -webkit-transition-duration: 0.7s;
}

/*SRULAD*/
.srulad {
    margin-top: 10px;
}

.cattitlebg {
    background: rgb(111,140,163); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(111,140,163,1) 0%, rgba(135,163,182,1) 83%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,140,163,1)), color-stop(83%,rgba(135,163,182,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(111,140,163,1) 0%,rgba(135,163,182,1) 83%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f8ca3', endColorstr='#87a3b6',GradientType=0 ); /* IE6-9 */
    border-bottom: 4px solid #51728c;
    padding: 10px 10px 8px 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.catalog .cattitlebg {
    width: 956px;
}

.cattitle {
    background: #637888;
    border-top: 1px solid #586974;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
    padding: 5px 13px 4px 13px;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
}

.cattitle2 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-left: 4px;
    padding: 6px 13px 2px 13px;
    border-radius: 4px;
    color: #FFF;
}

.sitenumber {
    float: right;
    color: #FFF;
    margin-right: 4px;
}

.sitenumber li {
    float: left;
    margin: 0 8px 0 0;
    font-size: 14px;
}

.sitenumber li:last-child {
    margin: 3px 0 0 0;
}

.sitenumber li:first-child {
    padding-top: 9px;
}

.number {
    background: #637888;
    border-top: 1px solid #586974;
    border-radius: 4px;
    padding: 6px 11px 5px 11px;
}


.categories {
    background: #809cb1;
    float: left;
    width: 300px;
    border-bottom: 3px solid #51728c;
}

.light {
    background: url("../images/light.png")no-repeat;
    width: 300px;
    height: 115px;
    position: absolute;
}

.categories ul li a {
    color: #FFF;
    padding: 11px 23px 7px 23px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #b7cddc;
    border-top: 1px solid #69859c;
    text-shadow: 0px 1px 0px #888888;
    position: relative;
}

.categories ul li a:hover {
    background: #687e8c;
    border-top: 1px solid #3e5262;
}


.sites {
    overflow: hidden;
    width: 664px;
}

.webpages {
    margin-left: 10px;
    float: left;
    overflow: hidden;
    width: 664px;
}

.wptitle {
    float: left;
    width: 700px;
    background: #e4e8ea;
    margin: 0 0 8px 0;
    border-radius: 3px;
}

.wptitle h2 {
    margin: 0;
    padding: 13px 10px 8px 10px;
    font-size: 16px;
    color: #51728c;
}

.site {
    float: left;
    margin-bottom: 5px;
    width: 166px;
}

.site img {
    border: 3px solid #a7bbc9;
    border-radius: 4px;
}

.site a {
    background: #51728c;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    color: #FFF;
}

.site a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.site li {
    padding: 5px 7px 3px 7px;
    font-size: 14px;
}


/*ADS*/
.adsinfo {
    float: left;
    overflow: hidden;
    margin: 0 10px 5px 0;
    background: #bababa;
}

.adsinfo1 {
    overflow: hidden;
    border-top: 1px solid #a0a0a0;
}

.adsinfo1 li {
    color: #FFF;
    float: left;
    padding: 12px 10px 8px 9px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 101px;
    text-align: center;
    font-size: 15px;
}

.adsinfo1 li:first-child {
    text-align: left;
}

.adsinfo1 li:last-child {
    border-right: none;
}

.adsinfo2 {
    float: left;
}

.adsinfo2 li {
    color: #51728c;
    font-size: 13px;
    width: 106px;
    border-bottom: 1px solid #FFF;
    padding: 8px;
}

.adsinfo3 {
    float: left;
}

.adsinfo3 li {
    color: #FFF;
    font-size: 13px;
    width: 106px;
    border-bottom: 1px solid #FFF;
    padding: 8px 14px 8px 0px;
    text-align: center;
}

.adsinfo4 {
    float: left;
}

.adsinfo4 li {
    color: #FFF;
    font-size: 13px;
    width: 106px;
    border-bottom: 1px solid #FFF;
    padding: 8px 7px 8px 6px;
    text-align: center;
}

.adsinfo5 {
    float: left;
}

.adsinfo5 li {
    color: #FFF;
    font-size: 13px;
    width: 106px;
    border-bottom: 1px solid #FFF;
    padding: 8px 10px 8px 6px;
    text-align: center;
}

.adsimage img {
    width: 975px;
    margin-top: 10px;
}


/*REKLAMA*/
.reklamebi {
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    float: left;
}

.reklama {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 7px 7px 0;
}

.reklma img {
    float: left;
}

.shekveta a {
    position: absolute;
    color: #000;
    font-size: 14px;
    background: #FFF;
    border-radius: 4px;
    text-align: center;
    right: 8px;
    bottom: 8px;
    padding: 8px 8px 5px 8px;
}


/*FOOTER*/
.footborder {
    background: #728ea5;
    width: 100%;
    height: 10px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.counts {
    float: left;
    margin: 12px 18px 12px 18px;
}

.counts img {
    float: left;
    margin-right: 5px;
}

.designauthor {
    float: right;
    margin: 0px 18px 12px 18px;
}

.designauthor a {
    background: #718ea5;
    padding: 5px 6px 5px 6px;
    float: left;
    color: #FFF;
    border-radius: 0px 0px 3px 3px;
    font-size: 13px;
}



