/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #12a5b3;
}
a:hover,
a:focus {
  color: #12a5b3 !important; text-decoration:none;
}
hr {
  max-width: 100px;
  margin: 10px auto 0;
  border-width: 1px;
  border-color: rgba(255,255,255, 0.8);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 200;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

@media(min-width:768px) {
    body {
        padding-top: 80px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 5px 0;
    }
	.navbar-brand > img{width:130px;}
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../img/bg-pattern.png"), #7b4397;
  /* fallback for old browsers */
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: auto;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  padding: 0px 0;
}
section h2 {
  font-size: 30px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta.jpg');
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
#home > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.pad_l_r_30{
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
}
.strengths{
  padding: 0;
}
.vision{
  background: #469cac;
}
.mission{
  background: #3c9656;
}
/*.values{
  background: #2c5e76;
}*/
.values{
  background: #469cac;
}
.philosophy{
  background: #4bab87;
}
.no_lr_mar{
  margin-left: 0px;
  margin-right: 0px;
}
.bot_bor{
  border-bottom: 1px solid grey;
}
.mar_t_10{
  margin-top: 10px;
}
b{
  color: #000;
}
.no_pad{
 padding: 0;
}
#careers{
  background: #dfdfdf;
}
.black{
  color: #000;
}
.pad_t_b_30{
  padding-top: 50px;
  padding-bottom: 100px;
}
.form-btn{
  border-radius: 0;
  background: #8c8c8c;
}
#contact{
  background: #f3f0dd;
  /*background-image: url("../img/contact.jpg");*/
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  padding: 80px 0 0px 0;
  /*min-height: 350px;*/
}
.con{
  background: #4bab87;
  min-height: 350px;
}
.child{
  line-height: 100px;
}
.csr2{
  background: #e8e7dd;
}
.project{
  background: #f3f0dd;
  padding-top: 70px;
  padding-bottom: 70px;
}
.pro_links{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pro_links > ul {
  padding:0;
}
.pro_links > ul > li {
  list-style: none;
  padding-top: 10px;
}
.pro_links > ul > li > a {
color: #000;
text-decoration: none;
}

.pro_links hr{
  border-color: #000;
  max-width: 100%;
}
.pro_down { margin: 60px 0 50px 0;}
.pro_down a {
  text-decoration: none;
cursor: pointer;
background:#fff;
border: 2px solid #12a5b3;
color:#000;
font-size:18px;
font-weight:400;
padding: 10px 60px;
margin: 60px 0px 50px 0px;
top: 4px;
}
.pro_down a:hover { color:#fff !important; background:#12a5b3;}
.pro_down > a img {
  margin:60px 8px 50px 0px;
}

.pro_right{
  padding: 0;
}
#overview{
  background: #fff;
  padding: 80px 0 0;
}
#amenities{
  background: #f3f0dd;
  padding: 0px 0 70px;
}
#specifications{
  background: #f3f0dd;
  padding: 80px 0;
}
#location{
  background: #fff;
  padding: 80px 0 0;
  margin-bottom: 0px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.vission-area [class^="col-"] p{padding-bottom:30px;}
.vission-area [class^="col-"] .img100{max-width:70%; margin-top:80px; margin-bottom:30px; display:block;}

.value-area{background-color:#469cac; display:block; padding-bottom:35px;}
img.valueimg{display:block; margin:50px 0 0px;}
.value-area h2{color:#FFF;  display:block; margin-bottom:50px; margin-top:5px;}
.value-area [class^="col-"] div{display:block; margin-bottom:45px;}
.value-area [class^="col-"] div img{max-width:100%; display:block; margin-bottom:15px;}
.value-area [class^="col-"] div strong{display:block; margin-bottom:5px;}
.value-area [class^="col-"] div p{color:#FFF;} 

.mission-area{background-color:#4bab87; padding-top:50px;}
.innermission [class^="col-"] h3{color:#FFF; font-weight:400;} 
.innermission [class^="col-"] div{padding-top:65px;}

section#csr{padding-bottom:0;}
.navbar-inverse{    
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);}

@media(max-width:480px) {
.row-eq-height{display:block;}	

header{margin-top:50px;}
.navbar-inverse .navbar-toggle{background-color:#333;}
section{padding:0 0;}
.vission-area [class^="col-"] .img100{margin-top:30px;}
.pad_l_r_30{padding-left:20px; padding-right:20px;}
.value-area [class^="col-"] div img{width:100%;}
.value-area [class^="col-"] div strong{font-size:18px}
.innermission [class^="col-"] div{padding-top:20px;}
section#csr{padding:0 20px;}
#careers{padding:0 20px;}
#careers .btn{margin-bottom:20px;}
#careers input[type="file"]{height:auto;}
.con{min-height:auto;}
.vission-area [class^="col-"] .img100{max-width:100%;}

}

ul.spc { padding:0;}
ul.spc li.over { background:url(../img/blt-icon.png) no-repeat 0 5px; list-style: none; padding: 0 0 0 18px;}


@media (max-width: 767px){



}
