/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */
@font-face {

	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.woff') format('woff');

}
        @font-face {
            font-family: 'EcoWorldSerif';
            src: url('../fonts/EcoWorldSerif.woff')format("woff");
            /* IE9 Compat Modes */
        }
body {
 /* padding-top: 54px;*/
 font-family: 'Poppins-Regular', sans-serif;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 56px;*/

	}
	
}

@media (max-width: 992px) {
	 #tpopup{
  position:absolute;
  width:100%;
max-width: 900px;
  height:auto;
  background:#fff;
  left:37% !important;
  top:30%;
  border-radius:5px;
  padding:0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;

  }
}

@media (max-width: 576px) {
	 #tpopup{
  position:absolute;
  width:100%;
max-width: 900px;
  height:auto;
  background:#fff;
  left:58% !important;
  top:30%;
  border-radius:5px;
  padding:0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;

  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

#thover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6;
	top:0;
	left:0;
}

#tpopup{
  position:absolute;
  width:100%;
max-width: 900px;
  height:auto;
  background:#fff;
  left:40%;
  top:30%;
  border-radius:5px;
  padding:0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
}
#tclose{
  position:absolute;
  background:#c09d46;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

ul.basic-article-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 14px;
}

ul.basic-article-contact li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 10px;
}


.slidetop {
	margin-top: 50px;
	margin-bottom: 60px
}


.fullsizeimg img{
	width: 100%;
	height: auto;

	}
