body,
input,
button,
select,
textarea {
    font-family: 'Lato', 'Calibri', 'Microsoft JhengHei', sans-serif;
    /*font-size: 19px;

	font-weight: 400;

	line-height: 29px;*/
    
    font-size: 18px;
}
li {
    /*line-height: 29px;*/
}
a {
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}
.logo {
    height: 23px;
}
.jumbotron h1 {
    font-size: 52px;
    color: #fff;
}
.jumbotron h2 {
    color: #fff;
}
.hero-unit {
    padding: 20px;
}
.btn {
    /* background: #d54e21; */
}
.Button {
    border-radius: 3px;
    background: #6EA3E5;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    transition: .1s;
    box-shadow: none;
    border: none;
    text-decoration: none;
}
a.Button:hover {
    background: #F1A41A;
}
.btn-free {
    border-radius: 3px;
    background-color: #2685C1;
    padding: 10px;
    color: #FFFFFF;
    transition: .3s;
    box-shadow: none;
    border: none;
    text-decoration: none;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn-free:hover {
    color: #FFFFFF;
    background-color: #3F9FDA;
}
.btn-primary {
    padding-left: 1.875em;
    padding-right: 1.875em;
    font-size: 1.125em;
    background-color: #fff;
    border-color: #fa522a;
    color: #fa522a;
}
.btn-primary:hover {
    background-color: #fa522a;
    border-color: #fa522a;
    color: #fff;
}
.navbar-inverse {
    background-color: #2a94d6;
    border-color: #2a94d6;
    /* place your solid color here 

	

	background-color: rgb(14, 55, 75);

	background-image: -moz-linear-gradient(top, rgb(14, 55, 75), #111111);

	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(14, 55, 75)), to(#111111));

	background-image: -webkit-linear-gradient(top, rgb(14, 55, 75), #111111);

	background-image: -o-linear-gradient(top, rgb(14, 55, 75), #111111);

	background-image: linear-gradient(to bottom, rgb(14, 55, 75), #111111);

	background-repeat: repeat-x;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);*/
}
.navbar-inverse .navbar-brand {
    color: #ddd;
    font-weight: bold;
}
.navbar-nav>li>a {
    color: #ddd;
    font-weight: bold;
}
.navbar-brand:hover {} body {
    padding-top: 40px;
    /* 40px to make the container go all the way to the bottom of the topbar */
}
.navbar-nav h3, h4 {
	color: #344A5F;
	font-weight: bold;
}
.fixed {
    position: fixed;
}
.smaller-lead {
    font-size: 18px;
}
.lead {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 1.5;
}
.entry-content {
    padding-top: 28px;
}
.backstage {
    font-size: 18px;
    line-height: 1.5;
}
.backstage .tagline {
    color: #999;
    font-size: 20px;
    text-align: center;
}
.backstage p {} .backstage ul {
    text-align: left;
    line-height: 25px;
}
.backstage li {
    margin: 0 16px 16px 0;
}
.backstage .well {
    background: #fff;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    margin-right: 20px
}
.backstage-menu li {
    font-size: 18px;
}
.backstage-menu a {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}
.backstage .row {
    margin-top: 25px;
    margin-bottom: 50px;
}
.pricing td {
    padding: 25px;
}
td.price {
    padding: 30px;
    font-size: 25px;
    font-weight: bolder;
    text-align: justify;
}
.Thumbnail {
    width: 70px;
    height: 70px;
    background: #2c3e50;
    border-radius: 200px;
    text-align: center;
}
.Thumbnail img {
    width: 30px;
    height: 30px;
    margin-top: 20px;
}
.main-blue {
    background-color: #2a94d6;
    color: white;
}
.client {
    width: 800px;
    height: auto;
}
.tour-btn a {
    padding: 15px 0px 25px 30px;
    background-color: #efefef;
    display: block;
}
.tour-btn a:hover {
    text-decoration: none;
    background-color: #2a94d6;
    color: white;
}
.contact div {
    text-align: center;
    margin-top: 20px;
    padding-top: 0px;
    background-color: white;
}
h1.contact-header {
    color: #556270;
}
.contact-table {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    /*margin-left:5%;*/
}
td.contact-cell {
    padding-left: 20px;
    padding-right: 30px;
}
td.contact-left {
    border-right: 1px solid #FF6B6B;
    width: 50%;
}
img.resize {
    width: 100px;
    /* you can use % */
    
    height: auto;
}
img.resize-feature {
    width: 550px;
    height: auto;
    border: solid;
    border-color: #f2f2f2;
}
img.resize-drawing {
    width: 500px;
    height: auto;
    border: solid;
    border-color: #f2f2f2;
}
.navbar-default {
    background-color: #f2f2f2;
    border-top-color: #50b7ff;
}
.navbar-default .navbar-brand {
    color: #6382a1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #374a5d;
}
.navbar-default .navbar-text {
    color: #6382a1;
}
.navbar .navbar-nav > li > a {
    color: #ddd;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #374a5d;
    background-color: #50b7ff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #374a5d;
    background-color: #50b7ff;
}
.navbar-default .navbar-toggle {
    border-color: #50b7ff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #50b7ff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #6382a1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #6382a1;
}
.navbar-default .navbar-link {
    color: #6382a1;
}
.navbar-default .navbar-link:hover {
    color: #374a5d;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #6382a1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #374a5d;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #374a5d;
        background-color: #50b7ff;
    }
}
.row a:hover {
    opacity: 1;
    filter: alpha(opacity=100); 
	text-decoration: underline;
}

.footer {
    color: #777;
    background-color: #2A2A2A;
    padding-top: 50px;
}
footer {
    padding-top: 30px;
    padding-bottom: 70px;
}
footer ul {
	padding: 0;
}
footer li {
	list-style: none;
}
.footer a {
    color: #ddd;
}
.footer a:hover {
    opacity: 1;
    filter: alpha(opacity=100); 
	text-decoration: underline;
}
.footer a img {
    transition: 0.3s;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.footer a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
div#feedback {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    padding: 20px 25px 20px 15px;
    border-radius: 3px;
    float: left;
}
.schedule-form {
    margin-top: 30px;
    padding-bottom: 0px;
}
input,
textarea.demo-form {
    width: 50%;
    margin-bottom: 20px;
    padding: 5px;
    height: 30px;
    box-shadow: none;
}
textarea.demo-form {
    height: 80px;
    margin-top: 10px;
}
}