@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic,400italic,300,300italic);
html {
    /*background: url(../img/bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    background-color: #345C97;
    font-family: 'Roboto Condensed', sans-serif;
}

body {}

img[src=''] {
    display: none;
}

#mapDiv {
    width: 153%;
    height: 400px;
}

.container {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #81B12A;
    border-right: 2px solid #81B12A;
    box-shadow: 0px -10px 0px 10px white;
}

.ourlogo2 {
    width: 300px;
}

.ad {
    width: 100%;
}

.adaddress {
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.dottedline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dotted;
    border-color: inherit;
}

.rightsidebar {
    background-color: #E9EFF9;
    padding: 10px;
    color: #0773b3;
    height: 380px;
    display: none;
}

.rightsidebar a {
    color: inherit;
}

.adtitle {
    font-weight: 700;
}

.adcontainer {
    text-align: center;
}

.adcontainer a {
    color: #606060;
}

.featuredgallery {
    margin-left: 0;
}

.featuredadvertiser {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #0773b3;
    border-right: 1px solid #797979;
    border-left: 1px solid #797979;
    font-family: 'Roboto Condensed', sans-serif;
    height: 135px;
    overflow: hidden;
}

#Layer1 {
    display: none;
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 620px;
}

.mapparent {
    position: relative;
}

#scrolldown {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 620px;
    background-color: #0773B3;
    width: 120px;
    opacity: 0.95;
    padding: 5px;
    bottom: 0;
    font-style: italic;
    font-size: 13px;
    display: inline-block;
}

#scrolldown a {
    color: white;
}

.adframe {
    border: 2px solid black;
}

.featuredcontainer {
    border-bottom: 2px solid #1072B1;
}

.devider {
    height: 3px;
    width: 932px;
    margin-left: 2px;
    background-color: #0F72B1;
    margin-bottom: 10px;
}

.alphabg {
    height: 35px;
    margin-bottom: -38px;
    background-color: #CEEEFC;
}

.alpha {
    color: #606060;
    padding-top: 12px;
    padding-left: 7px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.alpha a {
    color: #606060;
    font-weight: 700;
    text-decoration: none;
}

.adaddress a {
    color: #0773b3;
}

.footerlogo {
    width: 75%;
    padding-top: 10px;
}

.footer {
    color: #bcbec0;
    font-size: 0.8em;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
}

.markerlist {
    margin: 0.5em auto;
    list-style-type: none;
    text-align: left;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 5px;
    padding-right: 5px
}


/*.markerlist li:first-child {
	background-color: yellow;
}*/

.markerlist li {
    border-bottom: 1px solid #0F72B1;
    color: #77787b;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: -20px;
    padding-left: 20px;
    font-size: 14px;
    list-style-type: none;
    line-height: 1em;
}

#capture {
    overflow: hidden;
    border-color: #0F72B1;
}

.locationlist input {
    vertical-align: baseline !important;
}

.markerlist a {
    text-decoration: none;
    color: #77787b;
}

.markerlist:first-child > a {
    width: 900px;
}

.markerlist:first-child >input {}

.featuredlistitem {
    background-color: #0773B3;
    color: #fff;
    padding: 2px;
}

.categorytab {
    color: white;
    background-color: #7c7c7c;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1px;
}

.accomodationactive {
    background-color: #0F72B1;
}

.categorylink {
    text-decoration: none;
}

.tabicon {
    float: left;
    width: 23px;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF THREE  */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

.listhover:hover {
    font-weight: bold;
}



.alpha input, .alpha a {
	display: none !important;
}


.slick-prev {
	z-index: 999 !important;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 480px) {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
    }

    .col {
        margin: 1% 0 1% 0%;
    }
    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }
    .ourlogo2 {
    	width: 100%;
    }
    #mapsel {
    	width: 100%;
    }

    .slick-arrow, .slick-prev{
		display: none !important;
    }
    .devider {
    	width: 100% !important;
    }
    .rightsidebar {
    	height: auto !important;
    }

    #mapDiv {
    	width: 100% !important;
    }
    .markerlist {
    	-webkit-columns: 1;
    	-moz-columns: 1;
    	columns: 1;
    }
    .markerlist a {
    	font-size: 1.5em !important;
    }
    .markerlist li {
    	line-height: 1.5em !important;
    }
}

