/* CSS Document for Webcams Abroad */
/* Copyright 2017 Hoogma Webdesign www.hoogmawebdesign.com all rights reserved */

@font-face {
    font-family: 'asapbold';
    src: url('../fonts/asap-bold-webfont.eot');
    src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #e3e5e3 url('../images/body-bg.gif') repeat-x;
}
a {
    color: #318cef;
}
a:hover {
    color: #63bd6b;
}
input,
select,
textarea {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}
img {
    border: 0px;
    display: block;
}
a {
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
input {
    outline: none;
}
html, body {
    font-family: Arial;
    font-size: 15px;
    color: #333;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
#main {
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
    box-sizing: border-box;
    position: relative;
    background-color: white;
}
#main:before {
    content: '';
    width: 9px;
    height: 100%;
    background-image: url(../images/main-bg-left.png);
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    left: -9px;
    top: 0;
}
#main:after {
    content: '';
    width: 9px;
    height: 100%;
    background-image: url(../images/main-bg-right.png);
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    right: -9px;
    top: 0;
}
#header {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#header .logo {
    position: relative;
    float: left;
    margin: 10px;
}
#header .logo a {
    display: block;
}
.ads-top {
    position: relative;
    float: right;
    width: 100%;
    max-width: 715px;
    m
    margin: 5px 0;
    text-align: right;
}
.ads-top img {
    width: 100%;
    height: auto;
}
.sections {
    width: 100%;
    padding: 0px;
}
.sections:before,
.sections:after {
    display: table;
    content: " ";
}
.sections:after {
    clear: both;
}
/* ---------------------------------------------------------------------- */
/*	Navigation
/* ---------------------------------------------------------------------- */

.navholder {
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    background-image: url('../images/nav_bg.jpg');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
#menu-tog {
    display: none;
    position: relative;
    background-color: transparent;
    padding: 20px 8px;
    margin: 0 auto;
    outline: none;
    width: 100%;
    max-width: 25px;
    float: left;
    margin-left: 10px;
}
#menu-tog span {
    display: block;
    position: relative;
    width: 24px;
    height: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#menu-tog.active span {
    background-color: transparent;
}
#menu-tog span:before,
#menu-tog span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#menu-tog span:before {
    top: -8px;
}
#menu-tog span:after {
    bottom: -8px;
}
#menu-tog.active span:before,
#menu-tog.active span:after {
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#menu-tog.active span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
#menu-tog.active span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
#navigation {
    height: 100%;
    line-height: 0;
    white-space: nowrap;
    display: inline-block;
}
#navigation ul {
    display: inline-block;
    vertical-align: middle;
}
#navigation .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 47px;
    width: 200px;
    text-align: left;
    visibility: hidden;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, padding-top 200ms ease-in-out, visibility 200ms ease-in-out;
}
#navigation li:hover .submenu {
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#navigation .submenu ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #6ac172;
    border: solid 1px #6ac172;
}
#navigation li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#navigation .submenu li {
    display: block;
    margin: 0;
    border-right: 0;
}
#navigation a {
    display: block;
    text-transform: uppercase;
    font-family: 'asapbold';
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    color: #bde7a5;
    padding: 0 17px;
    -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
#navigation li.flag a {
    padding: 10px 10px;
}
#navigation li.cat-menu {
    display: none;
}
#navigation li.has-submenu a:after,
#navigation .submenu a:after {
    display: none;
}
#navigation .submenu li:after {
    display: none;
}
#navigation li:hover a:after,
#navigation li.current a:after {
    left: 0;
    margin-left: 0;
    opacity: 1;
    width: 100%;
}
#navigation .submenu a {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    font-family: Arial;
    text-transform: capitalize;
    color: white;
    padding: 3px 10px;
    margin: 0;
    white-space: normal;
}
#navigation .submenu a:hover,
#navigation .submenu a.current {
    background-color: #4cad50;
    color: white;
}
#navigation li.current > a,
#navigation li:hover > a,
.link-wrap a:hover i {
    color: white;
    background-color: #6ac172;
}
#navigation li.flag:hover > a {
    background-color: transparent;
}
.base-bg-color,
#menu-tog span::before,
#menu-tog span::after,
#navigation a::after {
    background-color: white;
}
.base-border-color {
    border-color: #144ca0;
}
.navholder .search {
    float: right;
}
.navholder fieldset {
    border: 0px;
    margin-top: 5px;
    margin-right: 5px;
}
.navholder label {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'asapbold';
    font-size: 14px;
    color: #bde7a5;
    padding: 5px;
    line-height: 20px;
}
.navholder input.field {
    padding: 7px 5px;
    margin-right: 5px;
    line-height: 16px;
    display: inline-block;
    border: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.navholder input.btn {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #63bd6b;
    padding: 4px 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'asapbold';
    border: 0px;
    background-color: #bde7a5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.navholder input.btn:hover {
    background-color: #d0ffb5;
}
#content {
    padding-bottom: 24px;
    padding-top: 24px;
    overflow: hidden;
    width: 100%;
}
#box-left {
    float: left;
    width: 23%;
    margin-right: 2%;
    }
#box-right {
    width: 75%;
    float: right;
    overflow: hidden;
    }
.categories {
display: block;
overflow: hidden;
border: solid 1px #dcdcda;
padding: 17px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.categories h2 {
    padding: 0px 0px 11px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #318cef;
    font-weight: normal;
    font-family: 'asapbold';
}
.categories ul {
    list-style: none;
}
.categories li {
    width: 100%;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
}
.categories li a {
    text-decoration: none;
    color: #474747;
}
.categories li a:hover {
    color: #63bd6b;
}
.ads-left {
margin-top: 20px;
width: 100%;
text-align: center;
/*height: 350px;*/
/*overflow: hidden;*/
}
.featured {
display: block;
overflow: hidden;
border: solid 1px #dcdcda;
padding: 17px;
width: 100%;
margin-top: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.featured h2 {
    padding: 0px 0px 14px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: #318cef;
    font-weight: normal;
    font-family: 'asapbold';
}
.featured img {
    width: 100%;
    height: auto;
}
.text {
    padding: 20px 0px 35px 0px;
    width: 100%;
    overflow: hidden;
}
.text .left {
    float: left;
    width: 70%;
}
.text .right {
    float: right;
    width: 100%;
    max-width: 200px;
}
.text .right img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.logos {
    display: block;
}
.logos a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
}
.logos img {
    display: inline-block;
}
.text h1 {
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #63bd6b;
    font-weight: normal;
    font-family: 'asapbold';
}
.text p {
    padding: 15px 0px 0px 0px;
    font-size: 15px;
    color: #505248;
    line-height: 24px;
}
.text p a {
    color: #318cef;
}
.text p a:hover {
    color: #63bd6b;
}
.last-added {
    padding: 0px 0px 40px 0px;
    width: 100%;
    overflow: hidden;
}
.last-added h2 {
    padding: 0px 0px 6px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: #318cef;
    font-weight: normal;
    font-family: 'asapbold';
}
.last-added ul {
list-style: none;
width: 100%;
padding: 0;
padding: 0;
}
.last-added li {
padding: 10px 20px;
display: inline-block;
width: 100%;
max-width: 32.5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-right: solid 2px #e4e5e3;
}
.last-added li img.lastimg {
width: 100%;
height: 200px;
/*height: auto;*/
}
.last-added li.last {
padding-right: 0px;
border: none;
}
.last-added li.first {
padding-left: 0px;
}
.text-box-left {
    padding: 20px;
    overflow: hidden;
    border: solid 1px #dcdcda;
    width: 100%;
    max-width: 49%;
    min-height: 195px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.text-box-left h2 {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #318cef;
    font-weight: normal;
    font-family: 'asapbold';
}
.text-box-left p {
    padding: 15px 0px 0px 0px;
    font-size: 15px;
    color: #505248;
    line-height: 24px;
}
.text-box-right {
    vertical-align: top;
    padding: 20px;
    overflow: hidden;
    border: solid 1px #dcdcda;
    width: 100%;
    max-width: 49%;
    min-height: 195px;
    box-sizing: border-box;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.text-box-right h2 {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #318cef;
    font-weight: normal;
    font-family: 'asapbold';
}
.text-box-right p {
    padding: 15px 0px 10px 0px;
    font-size: 15px;
    color: #505248;
    line-height: 24px;
}
.ads-bottom {
    padding: 15px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.ads-bottom img {
    margin: 0px auto;
    max-width: 100%;
}
#footer {
    width: 100%;
    display: block;
}
.footer-top {
    overflow: hidden;
    padding: 23px 8px 20px 8px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ebf8e4;
}
.footer-bottom {
    overflow: hidden;
    padding: 5px 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.footer-link {
    float: left;
    max-width: 15%;
    overflow: hidden;
    padding: 0 10px 0 0;
    width: 100%;
    box-sizing: border-box;
}
.footer-link h3 {
    padding: 0px 0px 3px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #63bd6b;
    font-weight: normal;
    font-family: 'asapbold';
}
.footer-link ul {
    list-style: none;
}
.footer-link li {
    padding-left: 13px;
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 13px;
    background: url('../images/footer-icon.png') left 13px no-repeat;
}
.footer-link li a {
    text-decoration: none;
    color: #505248;
}
.footer-link li a:hover {
    text-decoration: underline;
}
.ads-footer {
    padding: 0px 10px 10px 0px;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    height: 140px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.ads-footer img {
    max-width: 100%;
    height: auto;
}
.social {
    width: 100%;
    max-width: 20%;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
}
.social h3 {
    padding: 0px 0px 21px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #63bd6b;
    font-weight: normal;
    font-family: 'asapbold';
}
.social ul {
    list-style: none;
}
.social li {
    padding: 0px 12px 0px 0px;
    float: left;
}
img.hoogma_webdesign {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 3px;
    display: inline;
}
img.flag {
    width: 20px;
    height: 20px;
}

.webcam-box {
height: 150px;
overflow: hidden;
border-bottom: 1px solid #63bd6b;
width: 100%;
margin-top: 15px;
padding-bottom: 15px;
font-size: 13px;
color: #505248;
line-height: 24px;
}
.webcam-box a {
color: #318cef;
}
.webcam-box a:hover {
color: #63bd6b;
}
.webcam-box h3 {
padding: 0px 0px 0px 0px;
font-size: 14px;
color: #63bd6b;
font-weight: normal;
font-family: 'asapbold';
}
img.webcam-list {
width: 195px;
height: 150px;
float: right;
}
.db-lijst {
width: 100%;
border-bottom: 1px solid #63bd6b;
margin-bottom: 0px;
padding-bottom: 0px;
}
.db-lijst h2 {
padding: 0px 0px 0px 0px;
margin: 0;
font-size: 16px;
color: #63bd6b;
font-weight: normal;
font-family: 'asapbold';
}
img.thumb-lijst {
width: 20%;
float: right;
margin-left: 20px;
margin-bottom: 17px;
}
img.fotogr-content {
width: 30%;
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.show {
display: none;
}
.antispam {
display: none;
}
.show {
display: none;
}
div.toonemail:hover {
color: #373737;
text-decoration: underline;
}
div.g-recaptcha.show {
display: none;
}
.alert {
color: red;
font-size: 13px;
line-height: 24px;
}
form#contentform input[type="text"], input[type="password"], input[type="email"], input[type="url"], select, textarea {
/*color: #999999;*/
color: #333;
width: 100%;
max-width: 100%;
display: block;
margin: 0px 0px 0px 0px;
padding: 7px 8px;
height: inherit;
z-index: 1;
font-size: 14px;
font-weight: 400;
direction: ltr;
position: relative;
border: solid 1px #b3b3b3;
background-color: #f0f0f0;
font-family: 'Open Sans', sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="text"].red, input[type="password"].red {
border: 1px solid red;
}
/* Date Picker */
.input input[type="text"].datum {
background: #f0f0f0 url('../images/calender.png') no-repeat left;
padding-left: 40px;
}
.highlighted a {
border: 1px solid Green !important;
color: Green !important;
}
img.imgcaptcha {
float: left;
height: 40px;
width: 152px;
}
img.refreshcaptcha {
float: right;
height: 34px;
width: 34px;
cursor: pointer;
margin-right: 10px;
}
.content-links {
float: left;
width: 49%;
margin-right: 1%;
}
.content-rechts {
float: right;
width: 49%;
margin-left: 1%;
}
.label {
clear: both;
float: left;
width: 35%;
line-height: 23px;
padding: 15px 0 0 0;
margin-top: 0px;
}
.input {
float: right;
width: 60%;
margin: 5px 0;
padding-right: 0px;
line-height: 23px;
}
p.nopad, .nopad {
padding: 0 0 0 0;
margin: 0;
}
form .captchabox {
width: 57%;
margin: 10px 0 10px 3%;
display: inline-block;
}
form#contentform input[type="text"]#captcha {
max-width: 152px;
float: left;
}
form#contentform .button {
text-align: right;
max-width: 220px;
float: right;
margin-top: 10px;
}
form#contentform .button input[type="button"], form#contentform .button input[type="submit"] {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: white;
line-height: 20px;
padding: 15px 10px;
width: 100%;
max-width: 250px;
display: inline-block;
border: none;
box-sizing: border-box;
background-color: #00984d;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
form#contentform .button input[type="button"]:hover, form#contentform .button input[type="submit"]:hover {
background-color: #fba42c;
cursor: pointer;
}
div.half ul {
padding: 15px 0px 0px 0px;
}
div.half ul li {
width: 50%;
float: left;
display: inline-block;
font-size: 15px;
color: #505248;
line-height: 24px;
list-style: none;
}
.countries-half li a {
color: #318cef;
}
.countries-half li a:hover{
color: #63bd6b;
}
img.webcam {
width: 100%;
}



@media screen and (max-width: 1180px) {
    #navigation a {
        padding: 0 12px;
    }
}
@media screen and (max-width: 1100px) {
    #main {
        max-width: 95%;
    }
}
@media only screen and (max-width: 991px),
screen and (max-device-width: 991px) {
    #menu-tog {
        display: block;
    }
    #navigation {
        display: none;
        float: none;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        width: 100%;
        text-align: left;
        margin-right: 0;
        z-index: 9;
    }
    #navigation ul,
    #navigation li {
        display: block;
        overflow: hidden;
        border-right: none;
        background-color: #6ac172;
    }
    #navigation li {
        background-color: #6ac172;
    }
    #navigation li {
        margin: 0;
        border-bottom: 1px solid #4cad50;
    }
    #navigation li.flag {
        display: inline-block;
        border-bottom: none;
    }
    #navigation li.cat-menu {
        display: block;
    }
    #navigation li:first-child {} #navigation > ul > li:first-child {} #navigation a {
        padding: 0 20px 0 20px;
        line-height: 40px;
        font-size: 14px;
        color: white;
    }
    #navigation a:after {
        display: none;
    }
    #navigation .has-submenu > a:before {
        content: '';
        background-image: url(../images/menu_arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        width: 9px;
        height: 16px;
        font-size: 28px;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-align: center;
        speak: none;
        position: absolute;
        right: 20px;
        top: 10px;
        -webkit-transition: -webkit-transform 300ms ease-in-out;
        -o-transition: -o-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
    }
    #navigation .has-submenu > a.drop_active:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #navigation .submenu {
        display: none;
        position: relative;
        left: 0;
        width: 100%;
        margin-left: 0;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    #navigation .submenu,
    #navigation li:hover .submenu {
        padding-top: 0px;
    }
    #navigation .submenu ul {
        padding: 0;
        background-color: red;
        border: none;
        border-radius: 0px;
    }
    #navigation .submenu ul:before,
    #navigation .submenu ul:after {
        display: none;
    }
    #navigation .submenu a,
    #navigation .submenu a.current {
        font-size: 13px;
        padding: 5px 25px;
        /*color:#828282;*/
    }
    #navigation .submenu a:hover {
        color: white;
    }
    #navigation li.current > a,
    #navigation li a:hover,
    #navigation .submenu a:hover,
    #navigation .submenu a.current {
        color: white;
        background-color: #5fab66;
    }
    
    #header {
        text-align: center;
    }
    #header .logo {
        float: none;
        margin: 10px;
        display: inline-block;
    }
    .ads-top {
        float: none;
        margin: 20px 0;
        text-align: center;
        display: inline-block;
    }
    #box-left {
        width: 27%;
        margin-right: 3%;
    }
    #box-right {
        width: 70%;
    }
    .text {
        padding-top: 0px;
    }
    .text .left {
        float: none;
        width: 100%;
    }
    .text .right {
        float: none;
        padding-top: 28px;
        width: 100%;
        max-width: 100%;
    }
    /*
    .last-added li {
        max-width: 140px;
        padding: 10px;
    }
    */
    .last-added li img.lastimg {
	width: 100%;
	height: 120px;
	/*height: auto;*/
	}
    .last-added {
        padding-bottom: 25px;
    }
    .categories {
        padding: 10px;
    }
}
@media only screen and (max-width: 767px),
screen and (max-device-width: 767px) {
    .navholder label {
        display: none;
    }
    .navholder input.field {
        padding: 4px;
        margin-right: 0px;
    }
    .navholder input.btn {
        font-size: 12px;
        line-height: 16px;
        padding: 3px;
        vertical-align: top;
    }
    .navholder fieldset {
        margin-top: 8px;
    }
    .ads-top {
        margin: 10px 0;
    }
    #content {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #box-left {
        margin-right: 0%;
        width: 100%;
        float: none;
        margin-top: 35px;
    }
    #box-right {
        width: 100%;
        float: none;
    }
    .categories {
        max-width: 100%;
    }
    .ads-left {
        display: inline-block;
        padding: 20px 10px 0 0;
        vertical-align: top;
    }
    .featured {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        margin-left: 0;
    }
    .footer-top {
        padding: 20px;
    }
    .footer-link {
        float: none;
        display: inline-block;
        max-width: 49%;
    }
    .ads-footer {
        display: block;
        float: none;
        max-width: 100%;
        padding: 25px 10px 30px 0;
        height: auto;
    }
    .social {
        display: block;
        float: none;
        max-width: 100%;
    }
    .social h3 {
        padding-bottom: 10px;
    }
    #main:before {
        display: none;
    }
    #main:after {
        display: none;
    }
}
@media only screen and (max-width: 600px),
screen and (max-device-width: 600px) {
    .text-box-left {
        display: block;
        max-width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        min-height: inherit;
    }
    .text-box-right {
        display: block;
        max-width: 100%;
        padding: 10px;
        min-height: inherit;
    }
    .text-box-left p,
    .text-box-right p {
        padding: 10px 0 0 0;
    }
    .last-added li {
        max-width: 100%;
        padding: 10px 0;
        border: none;
    }
    .last-added li img.lastimg {
	height: inherit;
	/*height: auto;*/
	}
    .navholder {
        text-align: right;
    }
    .navholder .search {
        float: none;
        display: inline-block;
    }
    .webcam-box {
	height: inherit;
	overflow: inherit;
	}
	img.webcam-list {
	width: 195px;
	height: inherit;
	float: none;
	margin: 10px 0 20px 0;
	}
}