/* general styles */
html, body {
  height: 100%;
  width: 100%;
}
/*
.navbar-header {
    height: 100px;
}*/
.navbar-right {
    padding-right: 100px;
}
.navbar-right li a {
        font-weight: bold;
        vertical-align: central !important;
        text-align: center !important;
        text-transform: uppercase;
    }
    .navbar-right li a:hover {
        /*color: #fff800 !important;*/
        color: #319731 !important;
    }

.form-group.req {
    position: relative;
}
.form-group.req .col-sm-9:after {
    position: absolute;
    content: "Required";
    right: 16px;
    top: -26px;
    /*background: rgba(49, 151, 49, 0.7);*/
    color: white;
    font-size: 11px;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
    /*b
.form-group.req.has-error .col-sm-9:after {
    ackground: orangered;
}*/
.form-group.req.Email .col-sm-9:after,
.form-group.req.EnquiryOwnerCategory .col-sm-9:after {
    display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.form-group.req .col-sm-9:after {
    right: 24px;
    top: 9px;
}
}
/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 300px) {
.text-vcenter h1 {
    font-size: 1.5em;
}
.text-vcenter h3 {
    font-size: 1.2em;
}
.text-vcenter ul {
    font-size: 1.0em;
}
#mainlogo {
    content: url(../images/logo/logo01.png);
}
#home .homepanel {
    width: 80%;
}
.partnerlist {
    height: 10% !important;
}
.partnerlist li img {
    width: 70px !important;
    }
    #services p {
        font-size: 0.8em;
    }
    #about h2 {
        font-size: 1.2em;
    }
    #about p {
        font-size: 1.0em;
    }
    #services h4 {
        font-size: 1.0em;
    }
    #services img {
        width: 80px;
        height: 80px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .text-vcenter h1 {
        font-size: 2.5em;
    }
    .text-vcenter h3 {
        font-size: 1.8em;
    }
    .text-vcenter ul {
        font-size: 1.2em;
    }
    #mainlogo {
        content: url(../images/logo/logo02.png);
    }
    #home .homepanel {
        width: 70%;
    }
    .partnerlist {
        height: 15% !important;
    }
    .partnerlist li img {
        width: 110px !important;
    }
    #about h2 {
        font-size: 1.6em;
    }
    #about p {
        font-size: 1.2em;
    }
    #services p {
        font-size: 1.0em;
    }
    #services h4 {
        font-size: 1.2em;
    }
    #services img {
        width: 120px;
        height: 120px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-vcenter h1 {
        font-size: 3.5em;
    }
    .text-vcenter h3 {
        font-size: 1.8em;
    }
    .text-vcenter ul {
        font-size: 1.2em;
    }
    #mainlogo {
        content: url(../images/logo/logo02.png);
    }
    #home .homepanel {
        width: 60%;
    }
    .partnerlist {
        height: 20% !important;
    }
    .partnerlist li img {
        width: 150px !important;
    }
    #about h2 {
        font-size: 1.6em;
    }
    #about p {
        font-size: 1.2em;
    }
    #services p {
        font-size: 1.0em;
    }
    #services h4 {
        font-size: 1.2em;
    }
    #services img {
        width: 150px;
        height: 150px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-vcenter h1 {
        font-size: 4.5em;
    }
    .text-vcenter h3 {
        font-size: 1.8em;
    }
    .text-vcenter ul {
        font-size: 1.4em;
    }
    #mainlogo {
        content: url(../images/logo/logo02.png);
    }
    #home .homepanel {
        width: 60%;
    }
    .partnerlist {
        height: 20% !important;
    }
    .partnerlist li img {
        width: 150px !important;
    }
    #about h2 {
        font-size: 1.6em;
    }
    #about p {
        font-size: 1.4em;
    }
    #services p {
        font-size: 1.2em;
    }
    #services h4 {
        font-size: 1.4em;
    }
    #services img {
        width: 150px;
        height: 150px;
    }
}
.text-vcenter h1 {
  /*font-size: 4.5em;*/
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
.mainlogo {
    position: absolute !important;
    left: 0px;
    padding: 4px !important;
    margin: 0px !important;
}
#home {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/backgrounds/home.jpg) no-repeat center center fixed !important; /*fixed;*/
}
#home .homepanel {
    position: relative;
    text-align: center !important;
    align-items: center !important;
    display: inline-block !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.lead {
    list-style: none;
    list-style-type: none;
}
.partnerlist {
    display: table-row;
    list-style: none;
    list-style-type: none;
    /*height: 20% !important;*/
    width: 100% !important;
    background-color: rgba(255, 255, 255, 1) !important;
    text-align: center !important;
    align-items: center !important;
    vertical-align: bottom !important;
}
.partnerlist li {
    display: inline !important;
    width: 150px !important;
    padding: 10px !important;
    vertical-align: bottom !important;
    /*margin: 0px !important;*/
}
#about {
    background: url(../images/backgrounds/about.jpg) no-repeat center center;
}
#about .panel {
    position: relative;
    height: 100%;
    background-color: rgba(49, 151, 49, 0.8);
    color: #fff;
}
#services {
    background-color: #319731 /*#f33 fff800 #319731*/;
    color: #ffffff;
    position: relative;
    height: 100%;
    width: 100%;
}
#services img {
    border:2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#services .glyphicon {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
/*
#contact {
}*/
#trp {
    display: none;
}
#contact .telpanel {
    color: #333; /*#fff;*/
    background-color: #fff; /* #319731;*/
    padding: 12px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contact .msgpanel {
    color: #000; /*#fff;*/
    background-color: #fff; /* #319731;*/
    padding: 12px 5px;
    margin-top: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 400px;
}
#contact .form-group {
    background-color: #fff;
}
#contact .formheader {
    padding-left:10px;
} 
#google_map {
    height: 500px;
    width: 100%;
}
.map-responsive {
    /*overflow: hidden;*/
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: auto;
    border: solid 2px #f00;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
footer {
    padding: 20px 0;
    color: white;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
    color: #306d9f;
}