/*start of Germany*/
/*Start Munich slider*/
#municSlider {
    background-color: goldenrod;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 20px #777;
}
/*End Munich slider*/
/*Start of second part of Munich informaiton*/
#munich-wrap {
    margin-top: 40px;
    box-shadow: inset 0 0 20px #777;
    overflow: auto;
}
#first-wrap {
    width: 303px;
    height: 450px;
    float: left;
    padding: 5px;
    background-color: black;
} 
#first-wrap p {
    background-color: goldenrod;
    width: 300px;
    text-align: center;
    color: black;
}
#second-wrap {
    width: 303px;
    height: 450px;
    float: right;
    padding:5px;
    background-color: black; 
} 
#second-wrap p {
    background-color: goldenrod;
    width: 300px;
    text-align: center;
    color: black;
}
#third-wrap {
    width: 620px;
    height: 460px;
    float: right;
    margin-right: 12px;
    background-color: #777;
    padding: 5px;
    box-shadow: inset 0 0 20px rgb(87, 64, 6);
}
.aboutDE {
    width: 85%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(41, 39, 39);
    padding: 15px;
    border-radius: 5px;
}
#powerDE {
    color: goldenrod;
    font-size: 2em;
}
#fraFacts {
    width: 80%;
    margin: auto;
    padding: 15px;
    -moz-box-shadow: inset 0 0 20px rgb(41, 39, 39);
    -webkit-box-shadow: Inset 0 0 20px rgb(41, 39, 39);
    box-shadow: inset 0 0 20px rgb(41, 39, 39);
    border-radius: 5px; 
    font-size: 1.3em;
    font-style: italic;

}
#airbus1, #airbus2, #airbus3, #airbus4, #airbus5, #airbus6, #romSquare, #catedra1, #fraFinancial {
    display: none;
}
#fraSlider {
    margin-top: 30px;
}
#romer {
    width: 30%;
    float: left;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    padding: 5px;
}

#catedrala {
    width: 30%;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    padding: 5px;
    float: right;
    margin-right: 50px;
}

#zeil {
    width: 30%;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    float: right;
    padding: 5px;
}
.moreFra {
    margin-top: 40px;
}
.romer-text {
    font-size: 1.1em;
    font-style: italic;
}
.fraCool {
    margin-top: 30px;
}/*
#viewMore {
    background-color: rgb(47, 8, 119);
    padding: 2px;
    border: 1px solid white;
    color: white;
}*/
#T-hall::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;
}
#T-hall.active::before {
    content: "View less";
}
#euPower::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;
}
#euPower.active::before {
    content: "View less";
}
#fraAbove::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;

}
#fraAbove.active::before {
    content: "View less";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;

}


/*End of Munich information*/
/*Start of Munich Accordition*/

.accord {
    width: 600px;
    float: right;
    margin: 5px 10px 0 0;
}
#accord-details dt {
    background: rgb(94, 89, 89);
    border-bottom: 1px solid rgb(128, 8, 14);
    border-radius: 7px 7px 0 0;
    color: white;
    font-size: 1.5em;
    margin-top: 0.222em;
    opacity: .8;
}
.jsOn #accord-details dt {
    border-radius: 7px;
    cursor: pointer;
}
.jsOn #accord-details dt:before {
    content: '+';
    margin: 1em;
}
#accord-details figure {
    float: left;
    padding: 10px;
}

#accord-details dt.open {
    background-color: goldenrod;
    border-bottom-color: rgb(4, 4, 27);
    border-radius: 7px 7px 0 0;
}
#accord-details dt.open:before {
    content: '\2013';
    margin-right: 1em;
}
#accord-details dd {
    border: 1px solid maroon;
    border-top: none;
    border-radius: 0 0 7px 7px;
    padding: 3px;
    background-color: rgb(233, 233, 220);
    opacity: .8;
}
#accord-details dd:after {
    content: "";
    display: table;
}
#over {
    color: rgb(58, 20, 20);
}
/*End of Germany*/

/*Start of Boston*/
/*Accordion on Boston page*/
.accord1 {
    width: 45%;
    float: left;
    margin-top: 20px;
}
#tabs {
    width: 53%;
    float: right;
    margin-top: 20px;   
}
#accord1-details dt {
    background: rgb(13, 83, 34);
    border-bottom: 1px solid rgb(128, 8, 14);
    border-radius: 7px 7px 0 0;
    color: white;
    font-size: 1.5em;
    margin-top: 0.222em;
}
.jsOn #accord1-details dt {
    border-radius: 7px;
    cursor: pointer;
}
.jsOn #accord1-details dt:before {
    content: '+';
    margin: 1em;
}
#accord1-details figure {
    float: left;
    padding: 10px;
}

#accord1-details dt.open {
    background-color: green;
    border-bottom-color: rgb(4, 4, 27);
    border-radius: 7px 7px 0 0;
}
#accord1-details dt.open:before {
    content: '\2013';
    margin-right: 1em;
}

#accord1-details dd {
    border: 1px solid maroon;
    border-top: none;
    border-radius: 0 0 7px 7px;
    padding: 3px;
    background-color: rgb(221, 241, 221);
}
#accord1-details dd:after {
    content: "";
    display: table;
}
#accord1-details p {
    color: rgb(31, 8, 92);
}
#accord1-details {
    /*opacity: .8;*/
    border-radius: 7px;
}
/*End of accordition*/
/*Start of tab widget section*/
.tabtext {
    background-color: rgba(13, 83, 34, 0.925);
    color: whitesmoke;
    border-radius: 7px;
    padding: 5px;
}
#tabs-1 img, #tabs-2 img, #tabs-3 img, #tabs-4 img, #tabs-5 img {
    float: left;
    padding: 10px;
}
#third-wrap {
    background-image: url(../Images/Germany/bavariansA.jpg);
    background-size: cover;
}
.firstWard {
    font-style: italic;
    font-weight: bold;
    color: maroon;
}
#bos {
    width: 70%;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(5, 94, 42);
    padding: 15px;
    border-radius: 5px;
}
.firstWardTab {
    font-style: italic;
    font-weight: bold;
    color: rgb(228, 197, 62);
}
/*End of tab widget*/
#bosSlider {
    margin-top: 40px;
}
.jssor_2 {
    border: 10px double rgb(18, 73, 4);
}
/*used for Munich*/
.jssor_3 {
    border: 5px dotted #000;
}

/*End of Boston*/
/*Start of Amsterdam*/
.jssor_4 {
    border: 5px solid rgb(255, 0, 0);
}
.jssor_5 {
    border: 5px solid rgb(255, 0, 0);
}
.jssor_5 img {
    border-style: solid;
    border-width: 0 2px;
    border-color: rgb(170, 216, 235);
}
.cannalBoat, .scrollingText {
    margin-top: 50px;
    text-align: center;
}
.houseBoats {
    width: 969px;
    height: 320px;
    margin: auto;
    margin-top: 15px;
}
.houseBoats img, .houseBoats p {
    padding: 4px;
}
.scrollingAmsPics, #cool-pic-container {
    margin-top: 25px;
}
#bosAms {
    width: 70%;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(236, 27, 27);
    padding: 15px;
    border-radius: 5px;
}
/*End of Amsterdam*/
/*Start of Hrvatska*/
#cro-text1 {
    width: 969px;
    margin: auto;
    margin-top: 15px;
    padding: 7px;
    background-color: whitesmoke;
    border-radius: 5px;
    font-style: italic;
    font-size: 1.1em;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
}
.cro-Imgset2 {
    width: 969px;
    margin: auto;
    margin-top: 15px;
}
#cro-pic1, #cro-pic2, #cro-pic3, #cro-pic4  {
    text-align: center;
    background-color: rgb(29, 19, 61);
    color: rgb(233, 242, 243);
    font-size: 1.1em;
    padding: 3px;
}
#cro-pic1 {
    width:23%;
    float: left;
    border: 1px solid rgba(128, 105, 0, 0.993);
}
#cro-pic2, #cro-pic3, #cro-pic4 {
    width: 23%;
    float: right;
    border: 1px solid rgba(128, 105, 0, 0.993);
    margin-left: 15px;
}
#cro-imgSet3 {
    width: 970px;
    margin: auto;
    margin-top: 50px;
    overflow: auto;
}
.one {
    width: 445px;
    float: left;
    padding: 10px;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    background-color: whitesmoke;
    border-radius: 5px; 
    font-size: 1.1em;
    font-style: italic;
}
.two {
    width: 490px;
    float: right;
}
.two img {
    border-radius: 5px;
}
#sub1, #sub2, #sub3, #sub4, #sub5, #sub6 {
    text-decoration: none;
}
#dbk-one, #pul, #plit, #dbk-two, #hvar, #plit-two {
    display: none;
}
#pictitle {
    color: maroon;
    background-color: whitesmoke;
    margin-left: 200px;
    border-radius: 8%;
    padding: 0 4px 0 4px;
}
#wine {
    text-align: center;
    font-weight: bold;
}
.moreCro {
    margin-top: 50px;
}
#carusel {
    margin-top: 30px;
}
.dubrovnik {
    margin-top: 50px;
}
.dubSlider {
    margin-top: 30px;
}
#dubIslands {
    margin-top: 30px;
}
/*End of Hrvatska*/
/*Start Houston lights*/
#lights {
    width: 70%;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px whitesmoke;
    padding: 15px;
    border-radius: 5px;
    margin-top: 40px;
}
#magicSlider {
    margin-top: 30px;
}
.withlove {
    margin-top: 30px;
}
.houMagic {
    width: 969px;
    margin: auto;
}

/*End Houston lights*/

/*Begining of new feedback form*/
#feedForm {
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 30px #777;
    width: 70%;
    margin: auto;
    /*background-image: url(../Images/sliderImg/trvl36A.jpg);
    background-size: contain;*/
    background-color: rgb(143, 179, 214);
}
#formtex {
    margin-top: 20px; 
    border-bottom: 1px solid black;
    padding: 20px;
    text-align: center;
}
#personalData {
    border-bottom: 1px solid black;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
}
#personalStuff {
    border-bottom: 1px solid black;
    padding: 20px;
}
#interest {
    width: 400px;
    line-height: 2em;
    padding: 10px;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    background-color: #e2ddd9;
    border-radius: 5px;
    margin: auto;
}
#encTrav {
    text-align: center;
}

#comments {
    padding-top: 10px;
    text-align: center;
}
#feedback {
    width: 420px;
    height: 100px;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    background-color: #e2ddd9;
    border-radius: 5px;
}
#agreeTo {
    padding: 20px;
    border-bottom: 1px solid black;
    text-align: center;
}
.submit {
    padding: 20px;
}
.send {
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    background-color: #e2ddd9;
    padding: 5px;
    border-radius: 5px;
 }
 .errorText {
    color: #f00;
    font-weight: bold;
}
.today, .tomorrow, .yesterday {
    width: 250px;
    height: 25px;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    background-color: #e2ddd9;
    border-radius: 5px;
}
.personalInfo {
    background-color: #9b4618;
    padding: 3px;
    color: white;
    border-radius: 5px;
}
#checkMe {
    text-align: center;
}
#charcount {
    background-color: #e2ddd9;
    border-radius: 5px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    color: maroon;
}
/*End of the form*/
/*Start of Florida*/
#palmBeach {
    width: 980px;
    margin-top: 40px;
    margin: auto;
}
#pb-sub1 img {
    float: left;
}
#pb-sub2 {
    float: right;
}
#pb-sub3 {
    width: 520px;
    float: right;
    padding-right: 5px;
}
#miami {
    width: 980px;
    height: 700px;
    margin: auto;
    -moz-box-shadow: inset 0 0 10px rgb(241, 103, 103);
    -webkit-box-shadow: Inset 0 0 10px rgb(241, 103, 103);
    box-shadow: inset 0 0 10px rgb(241, 103, 103);

}
#mi-sub1 img {
    float: left;
}
#mi-sub2 {
    width: 420px;
    float: right;
    background-color: rgb(46, 46, 59);
    padding-left: 3px;
}
#mia-sub3 {
    width: 410px;
    float: right;
    padding: 5px;
    background-color: rgb(46, 46, 59);
    color: white;
}
#mia-4s {
    margin-top: 40px;
}
#keyWest {
    width: 980px;
    margin-top: 40px;
    margin: auto;
    -moz-box-shadow: inset 0 0 10px rgb(51, 107, 37);
    -webkit-box-shadow: Inset 0 0 10px rgb(51, 107, 37);
    box-shadow: inset 0 0 10px rgb(51, 107, 37);

}
#key-sub1 {

}
#key-sub2 {
    margin-top: 30px;
}
#key-sub3 {
    width: 30%;
    font-style: italic;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    padding: 10px;
    background-color:whitesmoke; 
    float: left;
}
#key-sub4 {
    width: 64.4%;
    float: right;
}
#key-sub5 {
    margin-top: 30px;
}
#palmBeach {
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
}
.aboutFlorida {
    width: 50%;
    margin: auto;
    -moz-box-shadow: inset 0 0 10px #777;
    -webkit-box-shadow: Inset 0 0 10px #777;
    box-shadow: inset 0 0 10px #777;
    padding: 10px;
    font-style: italic;
    background-color: whitesmoke;
}


/*End of Florida*/
/*Start of colonial Mexico*/
#colMex {
    width: 90%;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    padding: 15px;
    border-radius: 5px;
}
.qroSlider {
    margin-top: 80px;
}
.smaller-letter {    
    text-align: center;
    font-size: 120%;
    color: #862c2c;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3% 0;
    margin-top: 15px;
}
.qroDesc {
    width: 990px;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.1em;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    padding: 15px;
    border-radius: 5px;
}
#qroCarusel {
    margin-top: 30px;
}
#sma1 {
    width: 1015px;
    margin: auto;
    margin-top: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.sma-pic6 {
    border-bottom-left-radius: 40px;
}
.sma-pic1 {
    border-top-left-radius: 40px;
}
.sma-pic10 {
    border-bottom-right-radius: 40px;
}
.sma-pic5 {
    border-top-right-radius: 40px;
}
.smallende {
    width: 980px;
}
.smallende img {
    transform: skewx(20deg) translatex(80px);
    transform-origin: bottom left;
    float: left;
    border: 1px solid white;
}
.smaBottom {
    width: 980px;
}
.bottom-img {
    transform: skewx(-17deg) translatex(40px);
    transform-origin: bottom left;
}
.Full_smallende {
    margin-top: 40px;
    background-color: rgb(118, 163, 201);
    border-radius: 40px;
}
.smaBoda {
    width: 990px;
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.1em;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    padding: 15px;
    border-radius: 5px;
    margin-top: 40px;
}
/*End of colonial Mexico*/

/*Start of Singapore*/
.sinOverlay {
    background-image: url(Images/Singapore/overLay.jpg);
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
.sinOverlay {
    position: relative;
    font-size: 4vw;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    text-align: center; 
    top: 30%;
}
#sinTile {
    width: 85%;
    margin: auto;
    margin-top: 30px;
    font-size: 1.8em;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    background-color: azure;
    padding: 10px;
}
.sinTileImg {
    float: left;
    padding-right: 10px;
}

#sinInfo {
    width: 90%;
    background-color: azure;
    margin: auto;
    margin-top: 30px;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    font-size: 1.5vw;
    padding: 5px 0 5px 0;
}
#sinInfo p {
    text-align: center;
}
.sinInfo1 {
    width: 90%;
    margin: auto;
}
.sinSafe {
    width: 49%;
    float: left;
}
#sinSafeText {
    float: right;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    width: 47.4%;
    padding: 10px;
    background-color: azure;
}
#sinSafeImg {
   float: left;
   width: 49%;
}
#clean {
    font-size: 1.5em;
    margin-left: 45px;
}
#developed {
    font-size: 1.5em;
    margin-left: 15px;
}

.sinWelth {
    width: 49%;
    float: right;
}
#sinWelthText {
    float: right;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    width: 47.4%;
    padding: 10px;
    background-color: azure;
}
#sinWelthImg {
   float: left;
   width: 49%;
}
#sinAtraction {
    width: 95%;
    margin: auto;
    padding: 5px 0 5px 0;
    background-color: azure;
    margin-top: 30px;
    box-shadow: inset 0 0 20px rgb(119, 72, 72);
    font-size: 1.5vw;
    text-align: center;
}
.moreSin {
    margin-top: 30px;
}
#marinaBay {
    width: 30%;
    float: left;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    padding: 5px;
}

#gardensBay {
    width: 30%;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    padding: 5px;
    float: right;
    margin-left: 45px;
}

#riverWalk {
    width: 30%;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    float: right;
    padding: 5px;
}
#marinaBayFun, #singaporeGardens, #sinCruise {
    display: none;
}
#sinBay::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;

}
#sinBay.active::before {
    content: "View less";
}

#marinaName {
    font-size: 1.5em;
    font-style: oblique;
}
.sinBayText, #tabsSin-2 p, #tabsSin-3 p, #tabsSin-4 p {
    font-size: 0.8em;
    font-style: oblique;
}
#garBay::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;

}
#garBay.active::before {
    content: "View less";
}
#sinWalk::before {
    content: "View more";
    background-color: blue;
    color: white;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid white;

}
#sinWalk.active::before {
    content: "View less";
}
.sinOther {
    margin-top: 40px;
}
#otherText {
    width: 278px;
    padding: 8px;
    float: left;
    background-color: azure;
    font-size: 1.15em;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);

}
#otherSlider {
    width: 980px;
    float: right;
}
.orchard, .changi {
    font-style: oblique;
}
#waterShow {
    margin-top: 50px;
}
#waterShowText {
    text-align: center;
    background-color: azure;
    padding: 8px;
    font-size: 1.5vw;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
}
#waterShowTextAdd {
    text-align: center;
    background-color: azure;
    padding: 8px;
    font-size: 1.2em;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
}
#wsOne {
    float: left;
}
#wsThree {
    float: right;
}
#wsTwo {
    float: right;
    margin-left: 40px;
}
#sinBye {
    margin-top: 30px;
}
/*End of Singapore*/

/*Begining of Jakarta*/

#jakartaAbout {
    margin: auto;
    margin-top: 50px;
    background-color: whitesmoke;
    font-size: 1.4em;
    padding: 8px;
}
#jakName {
    font-size: 1.8em;
}
#jakartaLandmarks {
    margin-top: 60px;
    background-color: whitesmoke;

}
.jakartaBusines {
    font-size: 1.5em;
    padding: 8px;
    text-align: center;
}
.jakartaBusPick img {
    margin: 1px;
}
.jakartaToDo {
    font-size: 1.5em;
    padding: 8px;
    text-align: center;
    margin-top: 30px;
}
#jakartaHotels {
    font-size: 1.5em;
    padding: 8px;
    text-align: center;
    margin-top: 30px;
}
.vertical {
    border-left: 2px solid rgb(95, 82, 9);
    height: 150px;
    float: right;
}
.vertical2 {
    border-left: 2px solid rgb(95, 82, 9);
    height: 150px;
    float: right;
    margin-top: 60px;
}
#jakartaVisit {
    width: 815px;
    padding: 2px;
    float: left;
}
#JakartaVistText {
    width: 430px;
    float: right;
    padding: 6px;
    font-size: 1.5em;
}
.jakCathedralText {
    width: 430px;
    padding: 6px;
    font-size: 1.5em;
    float: left;
    margin-top: 60px;
}
#jakartaCathedralImg {
    width: 820px;
    padding: 2px;
    float: right;
    margin-top: 60px;
}
#jakartaMosque {
    width: 815px;
    padding: 2px;
    float: left;
    margin-top: 60px;
}
#jakartaMosqueText {
    width: 430px;
    float: right;
    padding: 6px;
    font-size: 1.5em;
    margin-top: 60px;
}
.vertical3 {
    border-left: 2px solid rgb(95, 82, 9);
    height: 150px;
    float: right;
    margin-top: 60px;
}
.jakarta4Seas {
    margin-right: 0;
}
#jakartaClosing {
    margin: auto;
    margin-top: 80px;
    background-color: whitesmoke;
    font-size: 1.4em;
    padding: 8px;
}
#jakartaPostcard {
    background-color: whitesmoke;
}
#jakPostcard1 {
    width: 1280px;
}
.jakPostcard1 img  {
    padding-right: 4.4px;
}
.jakPostcard2 {
    width: 1280px;
}
.jakPostcard3 {
    width: 1280px;
}
.jakPostcard3 img {
    padding-right: 4.42px;
}

/*Start of Dubai*/

.dubai-text1, .dubai-text2 {
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 20px gold;
    -webkit-box-shadow: Inset 0 0 20px gold;
    box-shadow: inset 0 0 20px gold;

}

.dubai-postcard {
    margin-top: 100px;
    background-color: white;
}
.dubai-postcard-top {
    width: 1280px;
    height: 150px;
}
.dubai-postcard-center {
    width: 1280px;
    height: 300px;
    margin-top: 5px;
}
#dubai-left {
    width: 400px;
    height: 300px;
    float: left;
}
#dubai-middle {
    width: 470px;
    height: 300px;
    text-align: center;
    float: left;
    font-size: 1.5em;
    font-style: italic;
    background-image: url(../Images/Dubai/dxb4A.jpg);
    color: white;
}
#dubai-right {
    width: 400px;
    height: 300px;
    float: right;
}
.dubai-postcard-bottom {
    width: 1280px;
    height: 200px;
    margin-top: 5px;
}
.dxb-round {
    border-radius: 50px;
}
.dxbDes-postcard {
    margin-top: 50px;
}
.dubaiDes-Intro {
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 20px gold;
    -webkit-box-shadow: Inset 0 0 20px gold;
    box-shadow: inset 0 0 20px gold;
    margin-top: 100px;
}
#desert-title {
    text-align: center;
    padding-bottom: 8px;
    color: green;
}
#dxbDesert::before {
    content: "View more";
    background-color: rgb(236, 182, 95);
    color: rgb(29, 28, 28);
    padding: 2px;
    border-radius: 3px;
    border: 1px solid green;
}
#dxbDesert.active::before {
    content: "View less";
}
#dxbDes-pics {
    display: none;
}
.oldDubai {
    margin-top: 100px;
    background-color: whitesmoke;
    -moz-box-shadow: inset 0 0 20px gold;
    -webkit-box-shadow: Inset 0 0 20px gold;
    box-shadow: inset 0 0 20px gold;
    height: 770px;
}
.oldDubai-text {
   width: 48%;
   height: 600px;
   float: left;
   padding: 15px;
   font-size: 1.5em;
   font-style: italic;  

}
.oldDubai-photos {
  width: 49%;
  float: right;
  padding-top: 10px;
}
.oldDubaiSlider {
  width: 620px;
  float: right;
  margin-right: 7px;
}
.threeDubai {
    height: 630px;
}
.oldDubai-morePics {
    padding-left: 10px;
}
.dxbFourSeasons {
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 20px gold;
    -webkit-box-shadow: Inset 0 0 20px gold;
    box-shadow: inset 0 0 20px gold;
    margin-top: 100px;
    text-align: center;
}
/*The end of Dubai*/
/*Start of Just visited*/
#visitsText {
    width: 800px;
    margin: auto;
    font-size: 2em;
    text-align: center;
    margin-top: 100px;
    background-color: white;
    padding: 8px;
    border: 2px solid grey;
}
footer {
    background-color: grey;
    height: 20px;
    padding-left: 20px;
    padding-top: 10px;
    font-size: .75em;
    margin-top: 2%;
 }
 .visit1 {
     width: 600px;
     float: left;
     text-align: center;
     background-color: rgb(114, 110, 110);
     font-size: 1.5em;
     font-weight: bold;
     margin-top: 100px;
 }
 .visit2 {
     width: 600px;
     float: right;
     background-color: grey;
     text-align: center;
     font-size: 1.5em;
     font-weight: bold;
     margin-top: 100px;
 }
 .visit3 {
     width: 600px;
     margin-top: 100px;
     float:left;
     background-color: rgb(114, 110, 110);
     text-align: center;
     font-size: 1.5em;
     font-weight: bold;

 }
 .visit4 {
    width: 600px;
    float: right;
    background-color: grey;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 100px;
}

 .clearfix {
     clear: both;
 }
 #visitPic img {
     width: 100%;
 }
 #justinTextColor {
     color: white;
     text-decoration: none;
 }/*
  .visit4 {
     padding-top: 100px;
     float: right;
 }*/
 .backing {
     background-color: rgb(131, 125, 125);
     width: 400px;
     margin: auto;
     padding: 10px;
     margin-top: 30px;
     text-align: center;
     border: 2px double grey;
     font-size: 1.5em;
 }
 .jadranka {
     text-decoration: none;
 }
 .vedran {
     color: white;
 }

/*End of Just visited*/


@media only screen and (min-width: 150px) and (max-width: 600px) 
{
    #third-wrap {
        width: 100%;
        height: 280px;
    }
    .accord, #cro-Imgset1  {
        width: 100%;
        
    }
    #accord-details, #colMex, #qroText, .qroDesc {
        width: 100%;
    }
    .houseBoats {
        width: 100%;
        height: 100%;
    }
    .cro-Imgset2, .houMagic {
        width: 100%
    } 
    #cro-imgSet3 {
        width: 100%;
    }
    #cro-text1 {
        width: 100%;
    }
    #cro-pic1, #cro-pic2, #cro-pic3, #cro-pic4 {
        width: 100%;
    }
    #personalData {
        width: 100%;
    }
    #interest, #feedForm, #feedback {
        width: 100%;
    }
    .today, .tomorrow, .yesterday {
        width: 280px;
    }
    #charcount {
        width: 50px;
    }
    #palmBeach, #miami, #mia-4s, #keyWest, #key-sub3, #key-sub3, #key-sub4  {
        width: 100%;
    }
    #sma1, .smallende, .smaBoda {
        width: 100%;
    }
    .smallende img {
        transform: skewx(0deg) translatex(0px);
        float: left;
        border: 1px solid white;
    }
    .Full_smallende {
        margin-top: 20px;
    }
    .smaBottom {
        width: 100%;
    }
    .bottom-img {
        transform: skewx(0) translatex(0px);
    } 
    .sma-pic6 {
        border-bottom-left-radius: 0px;
    }
    .sma-pic1 {
        border-top-left-radius: 0px;
    }
    .sma-pic10 {
        border-bottom-right-radius: 0px;
    }
    .sma-pic5 {
        border-top-right-radius: 0px;
    }
    .motTopText p {
        width: 100%;
    }
    .aboutDE, #catedrala, #zeil, #romer {
        width: 100%;
        font-size: .8em;
    } 
    #catedrala {
        margin-right: 0px;
    }
    .fraCool img, #otherSlider, #otherText {
        width: 100%;
    }
    #marinaBay, .sinSafe, .sinWelth, #sinSafeText, #sinWelthText, #sinTile, #sinInfo, #gardensBay, #riverWalk {
        width: 100%;
    }
    #sinTile, #sinAtraction, #sinInfo {
        font-size: 1em;
    }
    .sinOverlay {
        font-size: 4em;
    }
    #wsTwo {
        margin: 0;
    }
    .vertical, .vertical2, .vertical3 {
        display: none;
    }
    #visitsText {
        font-size: 1em;
    }
    .visit1, .visit2, .visit3, .oldDubaiSlider, .oldDubai-text, .dubai-postcard-top, .dubai-postcard-center, .dubai-postcard-bottom {
        width: 100%;
    }
    .dubai-postcard-top, .dubai-postcard-center, .dubai-postcard-bottom {
        width: 100%;
        height: 100%;
    }
    .dubai-text1, .dubai-text2, .oldDubai-text, .dubaiDes-Intro, #dubai-middle {
        font-size: 1em;
    }
    .oldDubai-photos, .oldDubaiSlider, #dubai-middle, #dubai-right, #dubai-left {
        width: 100%;
    }
    .oldDubai {
        height: 100%;
    } 
    #visitsText, .visit1, .visit2, .visit3, .visit4, .backing {
        width: 100%;
    }
    #visitsText {
        font-size: 1 em;
    }
    #croFolkHistory {
        width: 100%;
    }
    .croCertificate {
        display: none;
    }
}