/*------ Normalise CSS ------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*------ fonts ------*/

/*------ Main CSS ------*/

body {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #4a4a4a;
    background: #E9ECEE;
    overflow: hidden;
}
a, a:hover{
    text-decoration: none;
}
input:focus, textarea:focus, select:focus, button:focus{
    outline: none;
}

.header-block {
    float:  left;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.header-block-wrapper {
    float:  left;
    width:  100%;
    height: 70px;
    display:  flex;
    align-items:  center;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.brand-logo h1 {
    font-size: 24px;
    font-weight: 100;
    color: #333;
}
.content-area {
    float:  left;
    width:  100%;
    height: calc(100vh - 70px);
    padding: 30px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.grid-wrapper {
    float:  left;
    width:  100%;
    display:  flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:  wrap;
}
.ind-grid {
    float:  left;
    width: calc((100% / 4) - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    position:  relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    transition: .3s linear;
}
.ind-grid:nth-child(4n) {
    margin-right: 0;
}
.pin-img {
    float:  left;
    width: 100%;
    position:  relative;
}
.pin-img img {
    width: 100%;
    height: 100%;
    float:  left;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 5px;
}
.pin-text {
    float:  left;
    width:  100%;
    height: 100%;
    position: absolute;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: .3s linear;
}
.ind-grid:hover .pin-text {
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s linear;
}
.pin-text .subheader {
    float:  left;
    width:  100%;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-transform:  uppercase;
    transition: .3s linear;
    text-align: center;
}
.ind-grid:hover {
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.2);
    transition: .3s linear;
}
.ind-grid:hover .pin-text .subheader {
    color: #ffffff;
    transition: .3s linear;
}
.ind-grid .pin-img:before {
    /* content: "\f06e"; */
    font-family: 'FontAwesome';
    width:  100%;
    color: #fff;
    font-size: 35px;
    height: 100%;
    position:  absolute;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.45);
    transition: .3s linear;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ind-grid:hover .pin-img:before {
    opacity: 1;
}
.mail-link span {
    color: #666;
    font-size: 12px;
}
.mail-link {
     color: #237688;
    font-size: 13px;
}
.footer-note {
	display: none;
}





/* Media Queries */

@media screen and (max-width: 1439px) and (min-width: 1221px) {

}

@media screen and (max-width: 1220px) and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .ind-grid {
        width: calc((100% / 2) - 10px);
    }
    .ind-grid:nth-child(4n) {
        margin-right: 20px;
    }
    .ind-grid:nth-child(2n) {
        margin-right: 0;
    }

}

@media(max-width: 767px){
    .ind-grid {
        width: 100%;
        margin-right: 0;
    }
    .mail-link{
    	display: none;
    }
    .footer-note {
    	display: block;
	    float:  left;
	    width: 100%;
	    text-align: center;
	}
	.footer-note p {
		float:  left;
		width: 100%;
		line-height: 18px;
	}
	.footer-note .mail-link {
	    display: block;
	}
}

/* Media Queries End */

.ind-grid .share-a{
    position: absolute;
    right: 0px;
    bottom: 0px;
    }
.ind-grid .share-img{
    
    }