@font-face {
   font-family: HelveticaLTStdLight;
   src: url(sansation_light.woff);
}

html { 
  overflow-y: scroll;
}

body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

p{
	text-align: left;
  color: #888;
  font-size: 0.9em;
  line-height: 1.9em;
}

h1{

}

h2{

}

h3{
  padding-top: 20px;
  text-align: left;
}

a{
	color: #2B71C7;
}



.navbar-default{
  background-color:white;
}

.navbar-default .navbar-nav > li > a {
color:#BDBDBD;
font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
color: #2B71C7;
}


.active{
	color: #2B71C7 !important;
}
.tittle{
	text-align: left;
	color: #2B71C7;
  margin-bottom: 10px;
  margin-top: 0;
}

.about_title > div > div> div> a:hover{
color: transparent;
}
a.external:focus{
  color: #BDBDBD !important;
}



/***********************************
index page
***********************************/
.banner{
	background:url(../images/banner.jpg) no-repeat center center;
	background-size:100% auto;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 730px;
}

.banner-info{
	margin-top: 250px;

}

.banner-info h3{
color: #d9d9db;
}

.banner-info p{
color: #E6E6E6;
font-variant: 1.2em;
font-weight: 200;
}

.btn{
  color: #d9d9db;
  background: transparent;
}

/***********************************
about page
***********************************/
.about_title{
	background-color: black;
	color: #2B71C7;
	font-size: 36;
  position:sticky;
}
.about_title h2{
	color: #6E6E6E;
  font-size: 25px;
  font-weight: bold;
      margin-top: 10px;
    margin-bottom: 5px;
}
.signature p{
    margin: 0 0 0px;
}

.signature{
    margin-top: 10px;
}

/***********************************
contact page
***********************************/
#contact{
	margin-top: 100px;
}
.contact-form {
  margin-bottom: 45px;
}
p.your-para {
  color: #888;
  font-size: 0.9em;
  margin:0 0 5px 0;
}
.contact-grid input[type="text"], .contact-grid textarea {
  width: 100%;
  padding:0.8em;
  margin: 0 0 0.8em 0;

  background: #fff;
  outline: none;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
}
.contact-grid textarea {
  resize: none;
  min-height:180px;
}
p.sed-para{
  color: #2B71C7;
  font-size: 20px;
  font-weight: 400;
    margin: 15px 0;
}
p.para1{
  color: #888;
  font-size: 0.9em;
  line-height: 1.8em;
}
.address-more,.address-left{
	float:left;
	width:40%;
}
.contact-grid {
  padding-left: 0;
}
.address-more p, .address-left p{
	  width: 100%;
  color: #888;
  font-size: 0.9em;
  line-height: 1.8em;
}
.address-left p a {
  color: #888;
  font-size: 0.95em;
}
.more-address{
	padding:2em 0;
}

.send input[type="submit"] {
  font-size: 1em;
  background: #242a2c;
  padding: 0.7em 2em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.send input[type="submit"]:hover {
  background:#2B71C7;
}

/************************************
Portfolio Page
************************************/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 860px;
  width: 48%;
  background: white;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;

/*  text-transform: uppercase;*/
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 1.2em;
  color: black;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  content: '';
  opacity: 0;
  /*-webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);*/
}

figure.effect-sadie h2 {
  position: absolute;
  top: 96%;
  font-size:24px;
  text-align:right;
  padding-right:5px;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.65) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.65) 75%);
  left: 0;
  width: 100%;
  color: #fff;  
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
figure.effect-sadie h5 {
  position: absolute;
  /*text-align:left;
  padding-left:12%;*/
  top: 75%;
  left: 0;
  width: 100%;
  color: #eee;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  /*-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);*/
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 0.5;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#projectGird figure {
background: white !important;
}
