/*მთავარი დიზაინის დასაწყისი */

* {
 box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
 font-family: Arial;
 padding: 20px;
 background: #f1f1f1;
}

/* Header/Blog Title */
.header {
 padding: 30px;
 font-size: 40px;
 text-align: center;
 background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn { 
 float: left;
 width: 75%;
}

/* Right column */
.rightcolumn {
 float: left;
 width: 25%;
 padding-left: 20px;
}

/* Fake image */
.fakeimg {
 background-color: #aaa;
 width: 100%;
 padding: 20px;
}

/* Add a card effect for articles */
.card {
 background-color:white;
 padding: 20px;
 margin-top: 20px;
border-style: solid;
 border-color: grey;
 border-width: 2px;
border-radius: 5px;
}

/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
}

/* Footer */
.footer {
 padding: 20px;
 text-align: center;
 background: #ddd;
 margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
 .leftcolumn, .rightcolumn { 
 width: 100%;
 padding: 0;
 }
}

/* მთავარი დიზაინის დასასრული */



/* მენიუს დასაწყისი */

.topnav {
 overflow: hidden;
 background-color: #333;
}

.topnav a {
 float: left;
 display: block;
 color: #f2f2f2;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
 font-size: 17px;
}

.topnav a:hover {
 background-color: #ddd;
 color: black;
}

.topnav a.active {
 background-color: #4CAF50;
 color: white;
}

.topnav .icon {
 display: none;
}

@media screen and (max-width: 600px) {
 .topnav a:not(:first-child) {display: none;}
 .topnav a.icon {
 float: right;
 display: block;
 }
}

@media screen and (max-width: 600px) {
 .topnav.responsive {position: relative;}
 .topnav.responsive .icon {
 position: absolute;
 right: 0;
 top: 0;
 }
 .topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
 }
}


/* მენიუს დასასრული */



/* მასალების ვიდის განლაგების დასაწყისი */


* {
 box-sizing: border-box;
}

body {
 font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
 float: left;
 width: 33%;
 padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
 .column {
 width: 100%;
 display: block;
 margin-bottom: 20px;
 }
}

/* Style the counter cards */
.card {
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 padding: 16px;
 text-align: center;
 background-color: #f1f1f1;
}

/* მასალების ვიდის განლაგების დასასრული */

a,input {outline:none;}
a {text-decoration:none;}
/*სურათის კუთხეების დამრგვალება */
.img {
 max-width: 100%;
 height: auto;
 
 border-radius: 8px;
}
/*სურათის კუთხეების დამრგვალების დასასრული */


/*--------------------- FacebookCommStyle start ---------------------*/  
.aurComm {background:#edeff4;border-bottom:1px solid #d2d9e7;margin-bottom:1px;padding:5px;}  
.aurCommBody {margin:0 17 0 37px;font-size:11px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;color:#333;line-height:1.28;}  
.aurCommUser {color:#3b5998;font-weight:bold;text-decoration:none;}  
.aurCommLink {color:#3b5998;text-decoration:none;}  
.aurCommTime {color:#808080;text-decoration:none;}  
.aurCommUser:hover,.aurCommTime:hover,.aurCommLink:hover {text-decoration:underline;}  
.aurCommAva {float:left;width:37px;height:32px;}  
.aurCommAva img {width:32px;height:32px;}  
.aurCommDel {display:none;float:right;width:15px;height:15px;background:url(/aurComm/aurCommDel.png);background-position:0 0px;}  
.aurCommDel:hover {background:url(/aurComm/aurCommDel.png);background-position:0 16px;}  
.aurCommTopugol {width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #edeff4;margin-left:14px;}  
.aurCommInput {width:100%;height:22px;border:1px solid #bdc7d8 !important;}  
.aurCommText {font-size:9px;color:#808080;}  
.aurCommSecurity {padding-left:5px;}  
.aurCommSecurity .securityCode {width:78px;height:22px;color:#000;text-transform:uppercase;font-size:11px !important;padding:3 0 0 0px;position:absolute;border:1px solid #bdc7d8 !important;background:rgba(255,255,255,0.5)}  
.aurCommSecurity #secuImgC {height:22px;}  
.aurCommInputName {width:91px;height:22px;padding:3 0 0 0px;border:1px solid #bdc7d8 !important;}  
/*--------------------- FacebookCommStyle end ---------------------*/


