
/*-- portfolio --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin: 4em 0 2em;
}
.simplefilter li {
    color: #3d130f;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 0 0.3em;font-weight: 700;
    border: 4px solid ;
	font-size:1em;
	border-color: # e2af25;
} 
.simplefilter li:hover {
        border-color: # 3d130f;
    background-color: #e2af25;
    color: #3d130f;
    font-weight: 700;
}
.simplefilter li.active {
    border-color: #e2af25;
    background-color: #3d130f;
    color: #e2af25;
    font-weight: 700;
}
.agileits-img a{ 
	display:block;
	overflow:hidden; 
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
/*--  Demo8 --*/
.agileits-img {
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
} 
.agileits-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.agileits-img:hover {
  cursor: pointer;
}
.agileits-img:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.agileits-img:hover .wthree-pcatn {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.agileits-img .wthree-pcatn {
    background-color: rgba(0, 0, 0, 0.54);
    bottom: 0;
    height: 28%;
    left: 0;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.agileits-img .wthree-pcatn h4 {
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    /* letter-spacing: 2px; */
} 
/*-- //portfolio --*/ 

/*-- responsive-design --*/ 
@media(max-width:1280px){
.cd-stretchy-nav { 
    right: 9%;
}
}
@media(max-width:1080px){

.agileits-img .wthree-pcatn { 
    height: 32%;
}
.blog-w3lgrids {
    margin-top: 3em;
}
.testimonials-grid {
    margin-top: 3em;
}
.flexslider {
    width: 63%; 
}

} 
@media(max-width:991px){
.cd-stretchy-nav {
    right: 11%;
}

.agileits-img .wthree-pcatn h4 {
    font-size: 1.8em; 
}
.agileits-img .wthree-pcatn {
    height: 40%;
}
.flexslider {
    width: 85%;
}
}
@media(max-width:900px){

h3.w3title {
    font-size: 3.4em; 
}
}
@media(max-width:800px){

}
@media(max-width:768px){

}
@media(max-width:736px){

.agileits-img .wthree-pcatn {
    height: 29%;
}

}
@media(max-width:667px){

}
@media(max-width:600px){

.place-grid:nth-child(4), .place-grid:nth-child(5) {
    margin-top: 1.5em;
}
.place-grid:nth-child(6) {
    margin-top: 3.4em;
}
.agileits-img .wthree-pcatn {
    height: 35%;
}
}
@media(max-width:568px){

}
@media(max-width:480px){

ul.simplefilter { 
    margin: 3em 0 1em;
}
.simplefilter li { 
    padding: 0.8em 1.4em; 
}
.filtr-item {
    padding: 0.5em;
}
.agileits-img .wthree-pcatn h4 {
    font-size: 1.6em;
    letter-spacing: 1px;
}
.agileits-img .wthree-pcatn {
    height: 40%;
}

.flexslider {
    width: 90%;
}

h3.w3title {
    font-size: 2.8em;
}
}
@media(max-width:414px){

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before { 
    width: 19px;
    height: 2px; 
}
.cd-stretchy-nav .stretchy-nav-bg ,.cd-nav-trigger{
    width: 45px;
    height: 45px;
}
.cd-stretchy-nav ul a {
    width: 45px;
    height: 35px;
}
.cd-stretchy-nav ul a::after { 
    font-size: 1.1em;
	right: 16px;
}
.cd-stretchy-nav {
    right: 5%;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after ,.cd-stretchy-nav ul li:nth-of-type(6) a::after,.cd-stretchy-nav ul li:nth-of-type(7) a::after{ 
    font-size: 0.9em;
}
.cd-stretchy-nav.edit-content ul span { 
    right: 53px;
}
}
@media(max-width:384px){

.place-grid {
    width: 50%;
    padding: 0 .5em;
}
.place-grid:nth-child(3){
    margin-top: 1.5em;
}
.place-grid:nth-child(6) {
    margin-top: 3.2em;
}
.services, .about, .testimonials, .news {
    padding: 2em 0;
}
h3.w3title {
    font-size:2.6em;
}
p.wthree-ttext {
    font-size: 0.9em; 
}
p.wthree-ttext {
    width: 100%;
}

.simplefilter li {
    padding: 0.7em 0.8em;
    font-size: 0.8em;
}
.filtr-item {
    padding: 0.5em;
    width: 100%;
    float: none;
}
.agileits-img .wthree-pcatn {
    height: 27%;
}

}
@media(max-width:375px){
.simplefilter li {
    padding: 0.7em 2em; 
	margin-top: 1em;
}
.flexslider {
    width: 100%;
}
.modal-body {
    padding: 0 1em 1.5em;
}
.modal-body h4 {
    font-size: 1.4em; 
}
}
@media(max-width:320px){

.cd-stretchy-nav {
    top: 18px;
}

.sel { 
    font-size: 0.9em; 
}
.place-grid:nth-child(3),.place-grid:nth-child(4),.place-grid:nth-child(4) {
    margin-top: 1em;
}
.place-grid input[type="submit"] { 
    font-size: 0.9em;
}
.place-grid:nth-child(6) {
    margin-top: 3.2em;
}
h3.w3title {
    font-size: 2.3em;
}
.about h4 {
    font-size: 1.1em;
}
.modal-dialog {
    margin: 1em auto; 
}
.agileits-img .wthree-pcatn {
    height: 31%;
}
#swipebox-title { 
    font-size: 13px !important; 
}
.blog h4 { 
    font-size: 1.3em; 
}
.wthree-btn {
    font-size: 0.8em;
}
a.wthree-btn.w3btn2.w3btn2a {
    padding: .5em 1.2em; 
}
.testimonials-grid h5 {
    font-size: 1.2em; 
}
}
/*-- //responsive-design --*/ 