/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {

	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;

}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-brand img {
	width:100%
  padding: 0px 5px 5px 0px;
 
}
}
@media(min-width:767px) {
    .navbar {
		padding-bottom:-10px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		
    }

    .top-nav-collapse {
        padding-bottom: -10px;
    }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .dropdown li{
  color: white;
  background: #2C3E50;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
/* Custom Login */
#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
.custom-login button:hover{
background-color:#18BC9C;
}
.custom-login {
background-color:#fff;
color:#000;
}

.help-block{
    font-size:12px    
}
.custom-login .form-group {
    margin-bottom: 10px;
	width:220px;
}
.navbar-custom .navbar-nav .custom-login .help-block a {
  color: #ddd;
}
.navbar-custom .navbar-nav .custom-login .help-block a:hover {
  color: #18BC9C;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.intro-section {
    
    padding-top: 120px;
    text-align: center;
    background: #fff;
}
.content-section {
	width:100%;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    background: #81ddcb;
}



.contact-section {
    height: 100%;
    padding-top: 60px;
    text-align: center;
    background: #eee;
}

div.card{
    height: 100%;
    padding-top: 15px;

}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
}
header {
  text-align: center;
  background: #18BC9C;
  color: white;
}
header .container {
  padding-top: 200px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

@media (min-width: 767px) {
   .content-box {
    margin: 0 0 30px;
  }
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.get-more {
padding-top:55px;
padding-bottom:55px;
text-align:center;
}

.form-group div{
width:300px;
}
.ewLabel{
width:180px;
}

.ewViewTable {
width:100px;
}

.content-box img{
    width: 100%;
    height: 100%;
}
div .content-main{
    width: 100%;
    height: 100%;
}
.content-box a{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.content-link{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width:  100%;
    height: 100%;
    padding: 25% 0;
    line-height: 45px;
    background: -moz-linear-gradient(top, #43e9c9 0%, #43e9c9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #43e9c9 0%, #43e9c9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #43e9c9 0%, #43e9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43e9c9', endColorstr='#43e9c9', GradientType=0); /* IE6-9 */
    transition: all 0.6s;
}
.content-link i{
    display: block;
    font-size: 25px;
}
.content-box a:hover .content-link{
    opacity: 0.9;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(149,225,211,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(149,225,211,1);
    box-shadow: 10px 10px 0px 0px rgba(149,225,211,1);
}
/* Cards */
.cards {
	background:#ececec;
	padding: 0px 0px 20px 0px;
	text-align:center;
    border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;


}
.card-row1 {
	padding: 0px;
	margin-left:10px;
	width:100%;

}

.content-main-row1 {
	padding: 0px;
	margin-bottom:0px;
	width:100%;

}
.cards img {
	border:1px;
	margin-bottom:0px;
}
.card-header {
	background:#18BC9C;
	margin-top:0px

}
.card-header h4{
	color:white;
	padding-left:10px;
}
.get-more{
padding-top:30px;
}
/*about */
@media (min-width: 1200px) {
  .about {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .about {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

@media (max-width: 600px) {
  .about {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
/*
.about-section{
  font-size: 12px;
  font-family: 'Georgia', serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  background: #ecf0f1;
  padding: 2em 1em 0;
}
*/
.about-section {
	width:100%;
    padding-top: 60px;
	padding-bottom:30px;
    text-align: center;
    background: #eee;
}
.about {
  padding-top: 30px;
}
.about .fa {
  font-size: 3em;
  text-align: center;
  margin-bottom: 0.5em;
  display: block;
  color: #2c3e50;
}

.about p {
  margin-bottom: 1.5em;
  text-align: justify;
}
.about p:first-line {
  font-variant: small-caps;
  font-size: 1.2em;
  
}
.about-section hr {
    height: 2px;
	background-color:#555;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
/*Places Section */
.places-section {
	width:100%;
    padding-top: 60px;
	padding-bottom:30px;
    text-align: center;
    background: #fff;
}
.content-box {
padding-top:10px;
}
/* Contact Section*/

.contact-sec {
    padding-top: 60px;
    text-align: center;
    background: #eee;
}
#success_message{ display: none;}
.adv-container {
    padding-top: 10px;
}
.grid-view {
    padding-top: 60px;
	width:100%;
	margin:0px 0px 0px 0px;
}
.temple-list{
    padding-top: 60px;
	background-color:#fff;
	width:100%;
}
@media (max-width: 600px) {
  .general-search {
	width:100%;
  }
}
  .general-adv {
	width:100%;
	padding-top: 30px;
	text-align:center;
  }
 .fa-button div {
 padding-top: 50px;
 padding-bottom:50px;
  margin-top:10px;
  margin-bottom:10px;
 margin-left:30px;
 }
