body{font-family: "Merriweather Sans",Arial,sans-serif;}
h3 {
    color: #444;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}

.big-img .index-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 75%; /* 4:5 aspect ratio */
    overflow: hidden;
}
.big-img .index-img > span {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 75%; /* 4:5 aspect ratio */
    overflow: hidden;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.big-img h3 {
    min-height: 30px;
}
.topbanners{
    display: inline-block;
    max-width: 98%;
    margin-left: 40px;
}
.inbaner {
    margin-right: 10px;
    position: relative;
    text-align: center;
    color: white;
    float: left;
    border: 1px solid #333;
    overflow: hidden;
    width: 42%;
	}
.right-banners{
  float: left;
  width: 56%;
}
.inbanersm {
    position: relative;
	float: left;
  border: 1px solid #333;
  margin: 0 10px 20px;
  overflow: hidden;
  width: 46%;
}
.inbanersm img {
	height:auto;
max-width: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
min-width: 100%;
}
.inbanersm a {
    display: grid;
	text-decoration: none;
}
.inbanersm:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inbaner a {
    display: grid;
	text-decoration: none;
}
.inbaner img {
	height:auto;
	width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inbaner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.atitlos{
  position: absolute;
    bottom: 48px;
    right: 0px;
  background-color: #9E3168;
  opacity:0.7;
  font-family: sans-serif;
  font-size: 25px;
  color: white;
  width:300px;
  font-weight:500;}

.titloi{
    font-family: sans-serif;
    font-size: 18px;
    position: absolute;
	bottom: 30px;
    left: 20px;
    bottom: 10px;
	color: white;
	}
.btitloi{
  position: absolute;
    bottom: 30px;
    right: 0px;
    width: 180px;
    background-color: #9E3168;
    opacity: 0.7;
	color: white;
	}

.container1{
    display: block;
    /* background-color: #f3f3f3; */
background-image: url("/img/ktimata.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding: 0px;
    margin:20px 0;
    width: 100%;
}
        
        .p0 {
            padding: 0;
        }
        
        .resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
            text-align: center;
        }
        
        .resCarousel-inner .item .tile div,
        .banner .item div {
            display: table;
            width: 100%;
            text-align: center;
			
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item h1 {
            display: table-cell;
            vertical-align: middle;
            color: white;
        }
        
        .banner .item div {
            background: url('demoImg.jpg') center top no-repeat;
            background-size: cover;
            min-height: 550px;
        }
        
        .item .tile div {
            background-size: cover;
            height: 170px;
width: 100%
            color: white;
        }
        
        .item div h1 {
            background: rgba(0, 0, 0, .4);
        }

 .arthra-left-col{
	 border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
	margin-left: 20px;
	width:30%; 
	float:left;
	padding:10px;}
 .arthra-left-col a{
     text-decoration: none;
	 font-size: 16px;
    color: #505050;
    line-height: 24px;
    display: block;
	}
 .arthra-left-col img {height: auto;   border-radius: 50%; width:60px; height:60px;float:left; padding:5px;}
 .arthra-left-col p { padding:0 20px 20px 70px;}
 .arthra-left-col h3 { padding-left:10px;} 
 .arthra-right-col {width:100%;}
 .big-img {
    position :relative;
    width: 19%;
    max-width: 100%;
    overflow: hidden;
    float: left;
    margin: 0 15px;
    padding-bottom: 50px;
	}
  .arthra-right-col a{
     text-decoration: none;
	 font-size: 16px;
    color: #505050;
    line-height: 24px;
    display: block;
	}

 .big-img img, .big-img .index-img > span {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.big-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.big-img:hover .index-img > span {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1050px) {

.inbanersm {
  max-width: 45%;
}	
.arthra-left-col {
    width: 48%;
}	
}
@media screen and (max-width: 840px) {
.topbanners{
    max-width: 100%;
    margin-left: 0px;
}
.inbaner {
	margin-bottom: 20px;
    width: 100%;
	}
.right-banners{
  float: none;
  width: 100%;
}	
.inbanersm {
  max-width: 49%;
}
.big-img {
    width: 25%;
}	
.arthra-left-col {
    width: 33%;
    margin-right: 10px;
}
}
@media screen and (max-width: 680px) {
.arthra-left-col {
    width: 90%;
    margin-right: 0px;
}
.big-img {
    margin-left: 4%;
    width: 43%;
    max-width: 100%;
}

}
@media screen and (max-width: 600px) {
.inbanersm {
	width: 100%;
	max-width: 96%;
	}	
}
@media screen and (max-width: 520px) {
.big-img {
    width: 92%;
}
}

