section.mil-network{
	padding-top: 104px;
}

section.mil-network .wrap{
	width: 1100px;
	margin: 0 auto;
}

section.mil-network .wrap h2{
	font-size: 30px;
	color: #3D3D3D;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 6px;
}

section.mil-network .wrap .google-map{
	height: 530px;
	margin-top: 27px;
}

section.mil-network .wrap .links{
	margin-top: 36px;
}

section.mil-network .wrap .links a{
	width: 122px;
	height: 48px;
	border-radius: 3px;
	border: 1px solid #7d7d7d;
	display: inline-block;
	margin-right: 16px;
	line-height: 48px;
	color: #7d7d7d;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	text-align: center;
	transition: border-color .3s, background-color .3s, color .3s;
}

section.mil-network .wrap .links a:lang(ka){
  text-transform: uppercase;
  -webkit-font-feature-settings: 'case'; 
     -moz-font-feature-settings: 'case'; 
          font-feature-settings: 'case' on;
	width: 194px;
}

section.mil-network .wrap .links a:lang(ar){
	width: 232px;
}

section.mil-network .wrap .links a:hover,
section.mil-network .wrap .links a.active{
	color: #fff;
}

section.mil-network .wrap .links a.schools-link:hover,
section.mil-network .wrap .links a.schools-link.active{
	background-color: #34b298;
	border: 1px solid #34b298;
}

section.mil-network .wrap .links a.youth-link:hover,
section.mil-network .wrap .links a.youth-link.active{
	background-color: #ff9584;
	border: 1px solid #ff9584;
}

section.mil-network .wrap .items{
	margin-top: 60px;
}

section.mil-network .wrap .items .item{
	margin-top: 34px;
}

section.mil-network .wrap .items .item .img{
	width: 122px;
	height: 122px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.mil-network .wrap .items .item h3{
	color: #272727;
	font-size: 18px;
	letter-spacing: 0.72px;
	text-transform: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 9px;
}

section.mil-network .wrap .items .item p{
	color: #7d7d7d;
	font-size: 18px;
	letter-spacing: 0.72px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.mil-network .wrap .items .item .view-more{
	height: 42px;
	border-radius: 3px;
	border: 1px solid #ececec;
	background-color: #f9f9f9;
	color: #7d7d7d;
	font-size: 17px;
	letter-spacing: 0.68px;
	line-height: 42px;
	margin-top: 24px;
	padding: 0 18px;
	transition: background-color .3s;
}

section.mil-network .wrap .items .item .view-more:hover{
	background-color: #eee;
}

section.mil-network .wrap .items .item .info{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

section.mil-network .wrap .items .item .info.visible{
	opacity: 1;
	visibility: visible;
}

section.mil-network .wrap .items .item .info .box{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 950px;
	transform: translateY(-50%);
	max-height: 94%;
	overflow: auto;
	padding: 46px 68px 68px 68px;
}

section.mil-network.schools .wrap .items .item .info .box{
	background-color: #cae5df;
}

section.mil-network.youth .wrap .items .item .info .box{
	background-color: #feebe5;
}

section.mil-network .wrap .items .item .info .box .close{
	width: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

section.mil-network .wrap .items .item .info .box .close img{
	display: block;
	width: 100%;
}

section.mil-network .wrap .items .item .info .box .text{
	color: #3d3d3d;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 26px;
}

section.mil-network .wrap .items .item .info .box .text img{
	width: 35%;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

section.mil-network .wrap .items .item .info .box .text .titles{
	margin-bottom: 10px;
	width: 60%;
	float: left;
}

section.mil-network .wrap .items .item .info .box .text .titles .name span,
section.mil-network .wrap .items .item .info .box .text .titles .organization span{
	font-weight: 700;
}

section.mil-network .wrap .items .item .info .box .text a{
	color: #3992B9 !important;
}

section.mil-network .wrap .items .item .info .box .text a span{
	color: #3992B9 !important;
}

section.mil-network .wrap .items .item .info .box .text a:hover,
section.mil-network .wrap .items .item .info .box .text a:hover span{
	text-decoration: underline;
}

section.mil-network .wrap .items .item .info .box .quicklinks{
	margin-top: 20px;
}

section.mil-network .wrap .items .item .info .box .quicklinks .head-title{
	color: #3d3d3d;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 700;
	margin-bottom: 5px;
}

section.mil-network .wrap .items .item .info .box .quicklinks a{
	position: relative;
	color: #3d3d3d;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin: 4px 0;
  padding-left: 15px;
}

section.mil-network .wrap .items .item .info .box .quicklinks a:hover{
	text-decoration: underline;
}

section.mil-network .wrap .items .item .info .box .quicklinks a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background-color: #3d3d3d;
	border-radius: 50%;
	transform: translateY(-50%);
}


/******************** Responsive ********************/

@media (max-width: 1700px){
	section.mil-network{
		padding-top: 90px;
	}

	section.mil-network .wrap .items {
    margin-top: 45px;
	}

	section.mil-network .wrap .items .item h3 {
    font-size: 16px;
	}

	section.mil-network .wrap .items .item p {
    font-size: 16px;
	}
}

@media (max-width: 1400px) {
	section.mil-network{
		padding-top: 70px;
	}

	section.mil-network .wrap{
		width: 960px;
	}

	section.mil-network .wrap h2 {
    font-size: 26px;
    letter-spacing: 4px;
	}

	section.mil-network .wrap .google-map {
    height: 470px;
    margin-top: 22px;
	}

	section.mil-network .wrap .links {
    margin-top: 32px;
	}

	section.mil-network .wrap .items {
    margin-top: 32px;
	}

	section.mil-network .wrap .items .item .info .box {
    width: 880px;
    padding: 46px 46px 46px 46px;
	}
}

@media (max-width: 1199.98px){
	section.mil-network {
    padding-top: 60px;
	}

	section.mil-network .wrap {
    width: 900px;
	}

	section.mil-network .wrap .links a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
	}

	section.mil-network .wrap .links a:lang(ka) {
    width: 170px;
	}

	section.mil-network .wrap .items {
    margin-top: 25px;
	}

	section.mil-network .wrap .items .item .info .box {
    width: 800px;
	}

	section.mil-network .wrap .items .item .info .box .text .titles {
    width: 59%;
	}
}

@media (max-width: 1023.98px){
	section.mil-network {
    padding-top: 48px;
	}

	section.mil-network .wrap {
    width: 690px;
	}

	section.mil-network .wrap h2 {
    font-size: 24px;
    letter-spacing: 3px;
	}

	section.mil-network .wrap .google-map {
    height: 420px;
    margin-top: 18px;
	}

	section.mil-network .wrap .links a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    width: 116px;
	}

	section.mil-network .wrap .items {
    margin-top: 15px;
	}

	section.mil-network .wrap .items .item .img {
    width: 100px;
    height: 100px;
	}

	section.mil-network .wrap .items .item h3 {
    font-size: 14px;
    letter-spacing: 0.12px;
	}

	section.mil-network .wrap .items .item p {
    font-size: 14px;
    letter-spacing: 0.12px;
	}

	section.mil-network .wrap .items .item .view-more {
    height: 36px;
    font-size: 14px;
    letter-spacing: 0.38px;
    line-height: 36px;
    margin-top: 20px;
    padding: 0 15px;
	}

	section.mil-network .wrap .items .item .info .box {
    width: 680px;
    padding: 40px 30px 40px 30px;
	}

	section.mil-network .wrap .items .item .info .box .close {
    width: 20px;
    top: 15px;
    right: 15px;
	}
}

@media (max-width: 767.98px){
	section.mil-network {
    padding-top: 30px;
	}

	section.mil-network .wrap {
    width: 510px;
	}

	section.mil-network .wrap h2 {
    font-size: 22px;
    letter-spacing: 2px;
	}

	section.mil-network .wrap .items .item .info .box {
    width: 530px;
    padding: 35px 20px 30px 20px;
	}

	section.mil-network .wrap .items .item .info .box .close {
    width: 16px;
    top: 10px;
    right: 10px;
	}

	section.mil-network .wrap .items .item .info .box .text img {
    margin-right: 20px;
	}

	section.mil-network .wrap .items .item .info .box .text {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
	}

	section.mil-network .wrap .items .item .info .box .quicklinks .head-title{
	  font-size: 14px;
	}

	section.mil-network .wrap .items .item .info .box .quicklinks a{
	  font-size: 14px;
	}
}

@media (max-width: 575.98px){
	section.mil-network {
    padding-top: 20px;
	}

	section.mil-network .wrap {
    width: auto;
    margin-left: 36px;
    margin-right: 36px;
	}

	section.mil-network .wrap .google-map {
    height: 360px;
	}

	section.mil-network .wrap .links{
		text-align: center;
	}

	section.mil-network .wrap .links a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 104px;
    margin: 0 8px;
	}

	section.mil-network .wrap .links a:lang(ka) {
    margin-bottom: 10px;
	}

	section.mil-network .wrap .links a:lang(ar){
    margin-bottom: 10px;
	}

	section.mil-network .wrap .items .item .img {
    width: 100%;
    height: 120px;
	}

	section.mil-network .wrap .items .item {
    margin-top: 26px;
	}

	section.mil-network .wrap .items .item h3 {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 7px;
	}

	section.mil-network .wrap .items .item p {
    font-size: 12px;
    letter-spacing: 0;
	}

	section.mil-network .wrap .items .item .view-more {
    height: 32px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 15px;
	}

	section.mil-network .wrap .items .item .info .box {
    width: 80%;
    padding: 35px 20px 30px 20px;
	}

	section.mil-network .wrap .items .item .info .box .text img {
		display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
	}

	section.mil-network .wrap .items .item .info .box .text .titles {
    width: 100%;
    display: block;
    float: none;
	}

	section.mil-network .wrap .items .item .info .box .quicklinks .quicklinks-box{
		margin-bottom: 20px;
	}
}