/*
 * Copyright 2012 soundarapandian
 * Licensed under the Apache License, Version 2.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Start : Override Bootstrap navigation */
html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	background-color: #222222;
	background-image: url('/Images/stars.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

body.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
}
/*.container { width:400px; }*/

.navbar-inner, footer { border: none; padding: 15px 0; background-color: rgba(0,0,0,0.5); }
.navbar .brand-bootbus { font-size: 30px; cursor: pointer; text-shadow: none; color: white; font-weight: bold; }
.navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: white; border-bottom-color: white; }
.navbar .nav > li > a { text-shadow: none; color: white; font-size: 17px; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus { color: white !important; background: #2E3436 !important; }
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a { background: #2E3436; }
/* End : Override Bootstrap navigation */

/* Start : Override Bootstrap carousel */

#container-gallery { margin-top:30px; margin-bottom:30px; }
.carousel-control { border: none; background:none; top:50%; }
.slide {width: 100% !important; margin:auto;}
.slide .carousel-item img { width: 100%; }

.left { left: 0; }
.right { right: 0 !important; }
/* End : Override Bootstrap carousel */

/* Start: Override Bootstrap Accordian */

.accordion-group,
.accordion-inner { border: none; }

/* End: Override Bootstrap Accordian */

.map_canvas_large { width: 100%; height: 260px; margin: 0; padding:0;  }

.field-validation-error {color:Red; }

.description { width:315px; overflow-x:hidden; padding:0.5em 0; }

iframe.fb {
	margin: 0.5em 0;
}


.visitor-book-body textarea { width: 100%; box-sizing: border-box; }

.padtop6 {padding-top:6px; }

.text-center .price {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h1, h2, h3 {
    margin: 0px 0px 0.5em 0px;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 120%;
}

.hosted {
	font-size: 80%;
	font-style: italic;
	margin: 1em 0px;
}


@media (min-width: 400px) {
    .cgsm:nth-child(even) {
        float: left;
        width: 58%;
    }

    .cgsm:nth-child(odd) {
        float: right;
        width: 38%;
    }
}

.btnx {
    background-color: #6c8aa3;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    box-shadow:  1px 1px 6px rgba(0,0,0,0.5);
    background-image: none;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
}

.btn:hover, .btn:focus { background-color: #0041b3 !important; }

