﻿/*Fonts*/
@font-face {
    font-family: 'modern_pictogramsnormal';
    src: url('modernpics.eot');
    src: url('modernpics.eot?#iefix') format('embedded-opentype'),
         url('modernpics.woff2') format('woff2'),
         url('modernpics.woff') format('woff'),
         url('modernpics.ttf') format('truetype'),
         url('modernpics.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Custom styles*/
body{
	font-family:"Open Sans", sans serif;
}
li{
    list-style-type: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.bg-blue{
    background: #2274ad;
    color: #fff;
}
#login-box {
    padding: 20px 10px;
}

#login-box a {
    color: #e0e0e0;
}

#login-box a:hover {
    text-decoration: none;
    color: #fff;
}
#divPageLogo {
    text-align: center;
    background: #2274ad;
    padding: 0px;
}
#divPageLogo img {
    width: 100%;
}

#ContentPlaceHolder1_ctl04_divPackages .carousel-indicators {
    bottom: -45px;
}

    #ContentPlaceHolder1_ctl04_divPackages .carousel-indicators li {
        background-color: #ffffff;
        border: 1px solid #2991C5;
        border-radius: 10px;
    }

        #ContentPlaceHolder1_ctl04_divPackages .carousel-indicators li.active {
            background-color: #2991C5;
        }

    #ContentPlaceHolder1_ctl04_divPackages .carousel-inner {
        margin-bottom: 40px;
    }

.slide a {
    height: 300px;
}
.slide img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.slide .feat-title {
    position: absolute;
    width: 90%;
    height: 33px;
    background: #2991c5;
    color: #fff;    
    /*opacity: 0.9;*/
    top: 0px;
    left: 0px;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    font-weight: bolder;
}
.slide .feat-price {
    position: absolute;
    width: 60%;
    height: 24px;
    background: #fff;
    color: #2991c5;
    /*opacity: 0.75;*/
    bottom: 0px;
    left: 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
}
.tab-packages .tab-pane {
    padding: 20px 0px;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-top: none;
}
.tab-packages ul li {
    width: 350px;
    display: inline-block;
    border: 1px solid #ddd;
    /*height: 500px;*/
    /*max-height: 500px;*/
}

.tab-packages ul li h4 {
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #1755a8;
}

.tab-packages ul li p {
    width: 350px;
    height: 74px;
    overflow: auto;
    padding: 0px 5px;
}

    .tab-packages .overflow-text {
        width: 340px;
        height: 74px;
        overflow: auto;
        padding: 0px 5px;
    }

.tab-packages ul li b {
    display: block;
    text-align: center;
    margin: 5px 0px;
}

.tab-packages ul li a {
    background: #2991c5;
    display: block;
    height: 40px;
    color: #d2d2d2;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0px;
    text-decoration: none;
}

.tab-packages ul li a:hover {
    color: #fff;
}

.btn-dark{
	background-color:#777;
	border:0;
	color:#fff;
	border-bottom:4px solid #555;
}
.btn-dark:hover,
.btn-dark:focus{
	background-color:#555;
	color:#fff;
	border-bottom:4px solid #111;
}
.btn-dark:active{
	background-color:#333;
	color:#fff;
	border-bottom:4px solid #000;
	outline:none;
}
.btn-go{  width: 200px;}
