@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);



@font-face {
    font-family: CustomHeading;
    /*src: url(../fonts/TradeWinds-Regular.ttf);*/
    src: url(../fonts/Ubuntu-Regular.ttf);
}
body {
	font-family: 'CustomHeading', 'Duru Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'CustomHeading', 'Duru Sans', Open Sans Light;
}
header {
	background:url(https://friendsmaldives.com/img/bg-header.jpg) no-repeat;
	height:550px;
	width:100%;
	padding-top:50px;
	color: #fff;
	background-size:100% 100%;
}
header h1 {
	font-size: 60px;
	margin-top: 120px;
}
.skroler {
	margin-top: 80px;
	font-size: 18px;
	border: 1px solid #fff;
	width: 43px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-radius: 100%;
}
.skroler a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#service {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #777777;
}
#service .row {
	margin-bottom: 50px;
	text-align: center;
}
#about .row  {
	margin-bottom: 25px;
	text-align: center;
}
#service .glyphicon {
	font-size: 32px;
	color: #428bca;
	margin-bottom: 10px;
	border: 1px solid #AAA;
	width: 80px;
	border-radius: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}
#service h3 {
	margin-bottom: 20px;
}
#service .glyphicon {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;

}
#service .col-md-3:hover .glyphicon {
	border: 1px solid #428bca;
	background: #428bca;
	color: #fff;
}
#service2 {
	padding-top: 180px;
	padding-bottom: 50px;
	background: #eaeaea;
	text-align: right;

	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#service2 .glyphicon {
	font-size: 32px;
	color: #428bca;
	margin-bottom: 10px;
	border: 1px solid #AAA;
	width: 80px;
	border-radius: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}
/* Big Triangle */
svg#bigTriangleColor {
	margin-bottom: -100px;
	pointer-events: none;
}

#bigTriangleColor path {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 2;
}

#portfolio {
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 70px;
}
#portfolio .col-md-4 {
	margin-bottom: 30px;
}
#portfolio h4 {
	margin-bottom: 60px;
	padding-top: 20px;
	color: #777777;
}
.thumbnail {
    position:relative;
    overflow:hidden;
}
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(238, 238, 238, 0.90);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#777777 !important;
    font-weight: bold;
    z-index:2;
}
#about_us {
	background: url(https://friendsmaldives.com/img/bg-about.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
}
#about_us .glyphicon {
	font-size: 22px;
	margin-bottom: 10px;
	background-color: #004568;
	width: 80px;
	border-radius: 100%;
	padding:28px;
	text-align: center;
}
#about_us .row {
	margin-bottom: 40px;
}
#about_us .feature {
	padding-top: 50px;
}
#about_us h4 {
	font-weight: bold;
}
#sponsor {
	background: url(https://friendsmaldives.com/img/bg-sponsor.jpg);
	padding-top: 40px;
	padding-bottom: 60px;
	color: #ffffff;
	text-align: center;
}
#sponsor .row {
	margin-bottom: 40px;
}
#sponsor .space {
	margin-bottom: 40px;
}
footer {
	background: #333333;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
	font-weight: 100;
}
footer h4 {
	margin-bottom: 30px;
}
#copyright {
	padding-bottom: 20px;
	padding-top: 20px;
	background: #222222;
	color: #ffffff;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.btn-lg {
		margin-bottom: 10px;
	}
	#service .row .col-md-3 {
		margin-bottom: 30px;
	}
	#service2, #about_us .btn {
		width: 100%;
	}
	#about_us .img-mockup {
		display: none;
	}
	#about_us {
		text-align: center;
	}
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

/*image on services*/

/* relevant styles */
.img__wrap {
  position: relative;
  height: 210px;
  width: 350px;
}

.img__description {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding:10px;
  cursor:pointer;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

