body {
    background-color: #f2f2f2;
    letter-spacing: 0;
}
body.affix .birdseye-header, body.no-header-page .birdseye-header, body.splash-banner-page .birdseye-header {
    background: #333 !important;
}
body.affix .birdseye-header, body.no-header-page .birdseye-header, body.splash-banner-page .birdseye-header {
    color: #ddd !important;
}
.wsite-multicol-table-wrap {
	margin:0 !important;
}
.header-page .main-wrap h2 {
    margin-top: 0 !important;
}
.main-wrap {
    background: transparent !important;
}
.main-wrap .wsite-image-border-none a img{
    border: 1px solid #ddd !important;
}
.wsite-page-index .wsite-image-border-none a img {
    border: none !important;
}
.wsite-background-10 {
	padding:100px 0 150px;
}
.wsite-page-index .main-wrap .container {
    padding: 0;
}
.wsite-page-index .wsite-search-element {
    width: 100%;
    max-width: 600px;
}
.wsite-page-index .wsite-search-element .wsite-search-element-input {
    height: 50px;
    width: 100%;
    max-width: 600px;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 18px;
	background-color: white;
	font-weight: 700;
	color: #555;
	border-radius: 30px;
}
.wsite-search-element-submit {
    background-image: url("//media.travsrv.com/appSkins/23833/v6/themes/standard/images/search-icon.png");
    width: 60px;
    height: 50px;
    margin-top: 0;
    right: 0px;
    background-color: #333;
    top: 0;
    border-radius: 0 30px 30px 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-page .main-wrap a {
    text-decoration: none;
}
.wsite-page-index .wsite-multicol-col {
    /* padding: 0 !important; */
}
.wsite-page-index .wsite-multicol-tr td:first-child{
    padding-left: 0px !important;
}
.wsite-page-index .wsite-multicol-tr td:nth-of-type(2){
    padding-right: 0px !important;
}
.wsite-page-index .paragraph {
    xmargin: 0 3%;
}
.wsite-page-index .wsite-background-10 .paragraph a {
    background-color: #fff;
    padding: 70px 40px;
    width: 74%;
    display: inline-block;
    margin: 0;
    font-size: 25px;
    text-decoration: none;
    border: 1px solid #ccc;
}
.wsite-background-10 img {
    display: block !important;
    margin: 0 auto !important;
}
.wsite-background-13 img {
    margin: -9px 10px 0 0 !important;
    height: 30px;
}
.footer-wrap {
    background-color: #333;
    color: white;
}
.footer-wrap h2,.footer-wrap .paragraph {
    color: #FFF;
}
.footer-wrap hr.styled-hr {
    background-color: rgba(255,255,255,.13);
}
.wsite-page-searchresults .birdseye-header{
    background-color: #3999c3;
}

.wsite-page-user-guide .main-wrap li,
.wsite-page-getting-started  .main-wrap li{
    padding: 8px;
    width: 30%;
    float: left;
    display: table;
    background-color: white;
    margin: 0 1% 1% 0 !important;
    text-align: center;
    border: 1px solid #ddd;
}
.wsite-page-user-guide .main-wrap li a,
.wsite-page-getting-started .main-wrap li a{
    vertical-align: middle;
    display: table-cell;
    height: 62px;
}
@media screen and (max-width:800px){
    .wsite-page-user-guide .main-wrap li,
    .wsite-page-getting-started .main-wrap li{
        width: 100%;
    }
    .wsite-page-user-guide .main-wrap ul,
    .wsite-page-getting-started .main-wrap ul{
        margin-right: 10% !important;
    }
}

