@charset "UTF-8";
body {
  background: #f0e0c8;
  margin: 0px;
  padding: 0px;
  color: #303030;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}

p {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  font-weight: bold;
  padding: 5px;
}

h1 {
  color: #FEBE2B;
  font-size: 32px;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: -1px -1px 2px #FFFFFF, 1px 1px 2px #303030;
}

h2 {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 8px;
  padding-top: 2px;
}

h3 {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 8px;
  padding-top: 2px;
}

h4,h5 {
  position: relative;
  width: 80%;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

h4:before, h4:after, h5:before, h5:after {
  width: 25%;
  height: 1px;
  background-color: #808080;
  display: inline-block;
  content: "";
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 2%;
  margin-right: 2%;
  box-shadow: 1px 1px 0px 0px #F0F0F0;
}

h5:before {
  width: 7%;
}
  
h5:after {
  width: 63%;
}

.line200 {
  width: 200px;
  height: 1px;
  background-color: #808080;
  box-shadow: 1px 1px 0px 0px #F0F0F0;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.line400 {
  width: 40%;
  max-width: 400px;
  height: 1px;
  background-color: #808080;
  box-shadow: 1px 1px 0px 0px #F0F0F0;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}


/*Baseline*/

a:link, a:visited, a:active {
  text-decoration: none;
  color: #0066FF;
}

a:hover {
  text-decoration: underline;
}

.baselinebox {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: 90px;
  background: #396876;
  background-image: linear-gradient(#004050, #007091), linear-gradient(#639DAD, #639DAD), linear-gradient(#508495, #508495), linear-gradient(#487B88, #487B88), linear-gradient(#396876, #396876);
  background-position: 0px 0px, 0px 60px, 0px 61px, 0px 75px, 0px 89px;
  background-size: 100% 60px, 100% 1px, 100% 14px, 100% 14px, 100% 1px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  box-shadow: 0px 0px 4px 1px #222222;
}

@keyframes animatedtopadd { from { background-position: 0px 0px; } to { background-position: 0px -600px;} }

.topadd, .topadden {
  position: relative;
  top: 0px;
  width: 468px;
  height: 60px;
  margin: 0px auto;
  overflow: hidden;
  background-image: url("photoway-logo-468-captain-bumper.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedtopadd 35s steps(10) infinite;
}

.topadden {
  background-image: url("photoway-logo-468-captain-bumper-en.png");
}

.english, .francais {
  position: absolute;
  opacity: 0.6;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 18px;
  margin: 0px;
  background-image: url("english.png");
}

.francais {
  background-image: url("francais.png");
}

.english:hover, .francais:hover {
  opacity: 1;
}

.menubar {
  position: relative;
  top: 1px;
  width: 732px;
  height: 28px;
  margin: 0px auto;
  text-align: left;
  border-width: 0px 1px;
  border-style: solid;
  border-left-color: #3D6B7A;
  border-right-color: #709EAD;
}

.btn, .btnon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 28px;
  color: #222222;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  border-width: 0px 1px;
  border-style: solid;
  border-left-color: #709EAD;
  border-right-color: #3D6B7A;
}

.btnon {
  color: #FFDE00;
  border-left-color: #3F6069;
  border-right-color: #5A8798;
  text-shadow: 0px 0px 5px #D0D0D0;
  background-color: #447786;
  box-shadow: 0px -1px 0px 0px #518796, 0px 1px 0px 0px #386777;
}

.btn:link, .btn:visited {
  text-decoration: none;
  color: #222222;
}

.btn:hover, .btn:focus, .btn:active, .btnon:hover, .btnon:focus, .btnon:active {
  text-decoration: none;
  color: #FFDE00;
  text-shadow: 0px 0px 7px #FFFFFF;
}

.btnon:link, .btnon:visited {
  text-decoration: none;
  color: #FFDE00;
}


/*Generic*/

.mainframe {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.fullblockleft {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
}

/*home index*/

@keyframes slidy {
  0% {
    left: 0%;
  }
  
  20% {
    left: 0%;
  }

  25% {
    left: -200%;
  }

  45% {
    left: -200%;
  }

  50% {
    left: -400%;
  }

  70% {
    left: -400%;
  }

  75% {
    left: -600%;
  }

  95% {
     left: -600%;
  }

  100% {
    left: -800%;
  }
}
  
.slider {
  overflow: hidden;
  position: relative;
  display: block;
  width: 980px;
  height: 430px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 2px;
}
  
.slider figure {
  position: relative;
  width: 1000%;
  margin: 0px;
  animation: 20s slidy infinite;
}
  /*#slider figure:hover { -webkit-animation-play-state: paused; animation-play-state: paused; } */
  
.sliderimg {
  position: relative;
  float: left;
  width: 960px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 980px;
  border: 10px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #f0e0c8;
  box-shadow: 0px 0px 1px 0px #808080;
}

/*index dest*/

.desthome {
  background-image: url("home-40.png");
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 5px;
  width: 40px;
  height: 40px;
  margin: 0px;
  opacity: 0.5;
  transition: opacity .3s ease;
}

.desthome:hover {
  opacity: 1.0;
  transition: opacity .3s ease;
}

.desthome:active {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.nextpage {
  position: relative;
  top: 0px;
  height: auto;
  margin-top: 100px;
  margin-bottom: 400px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #0066ff;
  text-align: center;
}

.pulsedown {
  animation: pulsedownOpacity 1s ease-in-out infinite;
  margin-top: 40px;
  font-size: 48px;
  letter-spacing: 20px;
}

.pulsedown:after {
  content:"\2193\2193\2193\2193\2193\2193\2193\2193";
}

@keyframes pulsedownOpacity { 0%, 100% { opacity: 0.1;} 50% { opacity: 1;} }


/*Fonds Desk*/

.destblock, .deskblock {
  position: relative;
  display: inline-block;
  width: 240px;
  height: auto;
  border: 0px;
  margin: 0px;
  padding: 8px;
  vertical-align: top;
}

.destblock p {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
}

.destblock h3, .deskblock p {
  font-size: 14px;
  line-height: 18px;
  padding: 2px;
}

.destphotobtn {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 120px;
  margin: 10px auto;
  padding: 0px;
  border: 5px;
  border-style: solid;
  border-color: #FFFFFF;
  box-shadow: 1px 1px 5px 3px #909090;
}

.deskframebtn {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 120px;
  margin: 10px auto;
  padding: 0px;
  background-color: #303030;
  box-shadow: 1px 1px 5px 2px #707070;
  border-top: 5px solid #E0E0E8;
  border-bottom: 7px solid #E0E0E8;
  border-left: 5px solid #E0E0E8;
  border-right: 5px solid #E0E0E8;
  border-radius: 3px;
}

.destphotobtn:hover, .deskframebtn:hover  {
  left: 1px;
  top: 1px;
  box-shadow: 1px 1px 4px 2px #909090;
}

.destphotobtn:active, .deskframebtn:active {
  left: 2px;
  top: 2px;
  box-shadow: 1px 1px 2px 1px #808080;
}

/*pays dest*/
.photoh , .photov, .photop {
  position: relative;
  display: block;
  width: auto;
  max-width: 960px;
  height: auto;
  aspect-ratio: 3 / 2;
  max-height: 640px;
  margin: 20px auto;
  padding: 0px;
  border: 10px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #f0e0c8;
  box-shadow: 0px 0px 1px 0px #808080;
}

.photov {
  max-width: 640px;
  max-height: 960px;
  aspect-ratio: 2 / 3; 
}

@media screen and (orientation: landscape) {
   
  .photov {
    display: inline-block;
  }

  .photov img {
    display: block;
    height: 95vh;
    max-height: 960px;
    max-width: 640px;
  }
}

.photop {
  height: 400px;
  max-height: 400px;
  aspect-ratio: 12 / 5;
}

.photoh:before, .photoh:after, .photov:before, .photov:after, .photop:before, .photop:after, .sliderimg:before, .sliderimg:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #707070;
  box-shadow: 0 15px 10px #707070;
  transform: rotate(-3deg);
}

.photoh:after, .photov:after, .photop:after, .sliderimg:after {
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}

.photoh:link:hover, .photov:link:hover, .photop:link:hover, .sliderimg:hover {
  top: 1px;
  left: 1px;
}
  
.photoh:link:active, .photov:link:active, .photop:link:active, .sliderimg:active {
  top: 2px;
  left: 2px;
}
  
.photoh:link:hover::before, .photov:link:hover::before, .photop:link:hover::before, .photoh:link:hover::after, .photov:link:hover::after, .photop:link:hover::after, .sliderimg:hover::before, .sliderimg:hover::after {
  bottom: 7px;
} 

.photoh:link:active::before, .photov:link:active::before, .photop:link:active::before, .photoh:link:active::after, .photov:link:active::after, .photop:link:active::after, .sliderimg:active::before, .sliderimg:active::after {
  bottom: 9px;
} 

/*TDM*/
.tdmupmenu {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  margin: 0px;
}

.tdmupmenu:hover {
  margin-top: 1px;
  margin-left: 1px;
}

.tdmupmenu:active {
  margin-top: 2px;
  margin-left: 2px;
}

.tdmblock {
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 30px;
  width: 300px;
  height: 220px;
  border: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}

.tdmblock a:link, .tdmblock a:visited, .tdmblock a:active {
  text-decoration: none;
  color: #FFFFFF;
}

.tdmblock p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px 3px #303030, 0px 0px 3px #303030, 1px 1px 3px #303030;
}

.tdmblock h3 {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  text-shadow: 1px 1px 3px #303030, 0px 0px 3px #303030, 1px 1px 3px #303030;
}

.tdmbtn {
  position: relative;
  top: 0px;
  left: 0px;
  width: 106px;
  height: 74px;
  padding: 0px;
  border: 0px;
  margin: 0px auto;
  box-shadow: 2px 2px 5px 0px #808080;
}

.tdmbtn:hover {
  top: 1px;
  left: 1px;
  box-shadow: 2px 2px 4px 0px #808080;
}
  
.tdmbtn:active {
  top: 2px;
  left: 2px;
  box-shadow: 1px 1px 1px 0px #808080;
}
  
.tdmfullblock {
  position: relative;
  height: auto;
  width: 100%;
}

.tdmfullblock p {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #303030, 0px 0px 3px #303030, 1px 1px 3px #303030;
}

.tdmbtnszone { 
  position: relative;
  display: block;
  width: 560px;
  height: 408px;
  padding : 0px;
  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../../images/tour-du-monde/TDM96_0_anim.gif");
}
  
.tdmbtn0 {
  position: absolute;
  top: 165px; 
  left: 214px; 
  width: 132px; 
  height: 132px; 
  padding: 0px;
  border: 0px;
  margin: 0px;
}
  
.tdmbtn0:hover {
  margin-top: 1px;
  margin-left: 1px;
}

.tdmbtn0:active {
  margin-top: 2px;
   margin-left: 2px;
}
  
.tdmbtn1, .tdmbtn2, .tdmbtn3, .tdmbtn4, .tdmbtn5, .tdmbtn6, .tdmbtn7, .tdmbtn8 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 106px;
  height: 74px;
  padding: 0px;
  border: 0px;
  margin: 0px;
  box-shadow: 2px 2px 5px 0px #808080;
}

.tdmbtn1 { top: 54px; left: 227px; }
.tdmbtn2 { top: 82px; left: 394px; }
.tdmbtn3 { top: 194px; left: 444px; }
.tdmbtn4 { top: 306px; left: 394px; }
.tdmbtn5 { top: 334px; left: 227px; }
.tdmbtn6 { top: 306px; left: 60px; }
.tdmbtn7 { top: 194px; left: 10px; }
.tdmbtn8 { top: 82px; left: 60px; }

.tdmbtn1:hover, .tdmbtn2:hover, .tdmbtn3:hover, .tdmbtn4:hover, .tdmbtn5:hover, .tdmbtn6:hover, .tdmbtn7:hover, .tdmbtn8:hover {
  margin-top: 1px;
  margin-left: 1px;
  box-shadow: 2px 2px 4px 0px #808080;
}
  
.tdmbtn1:active, .tdmbtn2:active, .tdmbtn3:active, .tdmbtn4:active, .tdmbtn5:active, .tdmbtn6:active, .tdmbtn7:active, .tdmbtn8:active {
  margin-top: 2px;
  margin-left: 2px;
  box-shadow: 1px 1px 1px 0px #808080;
}
  
@media screen and (min-width: 0px) and (max-width: 560px) {
  .tdmbtnszone { 
    transform: scale(0.6);
    left: 50%;
    margin-left: -280px;
    margin-top: -90px;
    margin-bottom: -60px;
  }
}


/*Cartes postales*/
.postcardframe, .postcardframe1000 {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 0px;
  margin: 20px auto;
  box-shadow: 1px 1px 5px 2px #707070;
}

.postcardframe1000 {
  max-width: 1000px;
}

/*Galerie*/


.photoframebtn, .photovframebtn {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  border: 6px;
  border-style: solid;
  border-color: #FFFFFF;
  margin: 20px;
  box-shadow: 1px 1px 5px 2px #707070;
}

.photovframebtn {
  width: 120px;
  height: 180px;
}
  
.photoframebtn:hover, .photovframebtn:hover {
  box-shadow: 1px 1px 4px 2px #909090;
  left: 1px;
  top: 1px;
}

.photoframebtn:active, .photovframebtn:active {
  box-shadow: 1px 1px 2px 1px #808080;
  left: 2px;
  top: 2px;
}


/*Fonds Desk*/

.redblock p {
  color: #FF0000;
}

.deskscreen {
  display: block;
  position: relative;
  width: 960px;
  height: 640px;
  background-color: #303030;
  max-width: 960px;
  max-height: 640px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border-top: 10px solid #D8D8E0;
  border-bottom: 20px solid #C8C8D0;
  border-right: 10px solid #D0D0D8;
  border-left: 10px solid #D0D0D8;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 4px #909090;
}

.deskscreen:hover {
  box-shadow: 1px 1px 4px 2px #909090;
  left: 1px;
  top: 1px;
 }
  
.deskscreen:active {
  box-shadow: 1px 1px 2px 1px #808080;
  left: 2px;
  top: 2px;
}

.screenled {
  position: absolute;
  bottom: -12px;
  right : 5%;
  width: 14px;
  height: 4px;
  margin: 0px;
  background-color: #00F000;
  padding: 0px;
  border: 0px;
}

.screentext {
  position: absolute;
  width: 100%;
  bottom: -24px;
  margin: 0px;
  height: 20px;
  padding: 0px;
  text-align: center;
  color: #9090A0;
  font-size: 10px;
  font-weight: bold;
}

.deskdownloadinfo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 460px;
  height: 60px;
  padding: 0px;
  text-align: left;
  background-color: #E0CBA8;
  margin: 2px 0px;
}

.deskdownloadlink {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 460px;
  height: 20px;
  padding: 20px 0px;
  font-weight: bold;
  color: #0066FF;
  background-color: #E0CBA8;
  margin: 2px 0px;
}

.deskdownloadlink a:hover {
  color: #0000FF;
  text-decoration: underline;
}

.deskdownloadlink:hover {
  background-color: #D8C3A0;
}

/*Liens*/
.linkgroupetitle {
  position: relative;
  width: 98%;
  max-width: 720px;
  height: 25px;
  padding: 0px;
  text-align: center;
  background-color: #D0BB98;
  margin: 4px auto;
}

.linkurl {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  max-width: 240px;
  height: 18px;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0066FF;
  background-color: #E0CBA8;
  margin: 3px 0px;
}

.linkurl a:hover {
  color: #0000FF;
  text-decoration: underline;
}

.linkurl:hover {
  background-color: #D8C3A0;
}

.sitedescription {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  max-width: 640px;
  height: 18px;
  padding: 4px;
  text-align: left;
  background-color: #E0CBA8;
  margin: 3px 0px;
  color: #303030;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

/*tests*/
.testblock {
  position: relative;
  width: 276px;
  height: 250px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

table.gridtable {
  width: auto;
  font-size: 10px;
  line-height: 13px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  box-shadow: 2px 2px 9px 2px #707070;
}

table.gridtable th {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: #666666;
  background-color: #D0D0D0;
  min-width: 20px;
}

table.gridtable td {
  border-width: 1px;
  border-style: solid;
  height: 16px;
  border-color: #666666;
  background-color: #ffffff;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 6px;
}

table.gridtable td.backg1 {
  background-color: #F0F0F0;
}

table.gridtable td.backg2 {
  background-color: #E0E0E0;
  font-weight: bold;
}

table.gridtable td.nikonmodel {
  font-weight: bold;
  width: 68px;
}

table.gridtable td.nikonmodel2 {
  font-weight: bold;
  width: 68px;
  background-color: #F0F0F0;
}

/*refs*/
.refblock {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 130px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.refblock p {
  padding-top: 10px;
  font-size: 12px;
}

.reflogobtn {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 60px;
  background-color: #303030;
  padding: 1px;
  border: 5px;
  margin: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  box-shadow: 1px 1px 5px 2px #808080;
}


/*info*/

.infoblocktext {
  position: relative;
  display: inline-block;
  bottom: 40px;
  padding: 0px;
  margin: 0px;  
  text-align: left;
  width: 55%;
  min-width: 291px;
  max-width: 600px;
}

.rssign {
  position: relative;
  width : 100px;
  left: 60%;
  text-align: left;
}

.emailrs{
  position: relative;
  display: inline-block;
  width : 188px;
  height : 20px;
  margin-bottom: -7px; 
  background-image: url("email.png");
}

@media screen and (min-width: 492px) and (max-width: 979px) {
 
  body {
    font-size: 12px;
    line-height: 14px;
  }

  p {
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
  }
 
  h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }

  h2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
  
  h3 {
    font-size: 12px;
    line-height: 14px;
  }

  h4, h5 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 5px;
    }


  .line200, .line400 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .menubar {
    width: 492px;
  }

  .btn, .btnon {
    width: 80px;
    font-size: 14px;
  }

  .slider {
    width: 496px;
    height: 220px;
  }

  .sliderimg {
    width: 480px;
    margin-right: 496px;
    border: 8px;
    border-style: solid;
    border-color: #FFFFFF;
  }
  
  .desthome {
    top: 96px;
  }
  
  .nextpage {
    margin-top: 80px;
    margin-bottom: 320px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
    line-height: 22px;
  }
  
  .pulsedown {
    margin-top: 30px;
    font-size: 40px;
    letter-spacing: 16px;
  }

  .photoh, .photov, .photop {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 8px;
    border-style: solid;
    border-color: #FFFFFF;
  }
  
  .photoh:before, .photov:before,  .photop:before, .sliderimg:before {
    bottom: 8px;
    left: 3px;
  }
  
  .photoh:after, .photov:after, .photop:after, .sliderimg:after {
    bottom: 8px;
    right: 3px;
  }
  
  .photoh:link:hover::before, .photov:link:hover::before, .photop:link:hover::before, .photoh:link:hover::after, .photov:link:hover::after, .photop:link:hover::after, .sliderimg:hover::before, .sliderimg:hover::after {
    bottom: 10px;
  } 
  
  .photoh:link:active::before, .photov:link:active::before, .photop:link:active::before, .photoh:link:active::after, .photov:link:active::after, .photop:link:active::after, .sliderimg:active::before, .sliderimg:active::after {
    bottom: 12px;
  }

  .deskscreen, .deskscreen:link, .deskscreen:visited {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 8px solid #D8D8E0;
    border-bottom: 16px solid #C8C8D0;
    border-right: 8px solid #D0D0D8;
    border-left: 8px solid #D0D0D8;
    border-radius: 4px;
    box-shadow: 1px 2px 6px 3px #909090;
  }
  
  .screenled {
    bottom: -10px;
    width: 10px;
    height: 3px;
  }
  
  .screentext {
    bottom: -21px;
    font-size: 9px;
  }
  
  .tdmblock {
    padding-top: 10px;
     height: 200px;
  }
  
  .deskdownloadinfo {
    max-width: 48%;
    height: 60px;
    padding: 0px;
  }
  
  .deskdownloadlink {
    max-width: 48%;
    height: 20px;
    padding: 20px 0px;
  }
  
  .linkurl {
    max-width: 190px;
    height: 22px;
    padding: 2px;
    font-size: 12px;
    margin: 2px 0px;
  }

  .sitedescription {
    max-width: 480px;
    width: 55%;
    height: 22px;
    padding: 2px;
    margin: 2px 0px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
  }
    
  .emailrs{
    transform: scale(0.85);
    margin-left: -15px; 
    margin-right: -15px;
  }
}




@media screen and (min-width: 0px) and (max-width: 492px) {
  
  body {
    font-size: 10px;
    line-height: 12px;
  }

  p {
    font-size: 10px;
    line-height: 12px;
    padding: 3px;
  }
 
  h1 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  h2 {
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }
  
  h3 {
    font-size: 10px;
    line-height: 12px;
  }
  
  h4, h5 {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .line200, .line400 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .baselinebox {
    min-width: 360px;
    height: 80px;
    background-position: 0px 0px, 0px 50px, 0px 51px, 0px 65px, 0px 79px;
    background-size: 100% 50px, 100% 1px, 100% 14px, 100% 14px, 100% 1px;
  }

  @keyframes animatedtopadd { from { background-position: 0px 0px; } to { background-position: 0px -500px;} }

  .topadd, .topadden {
    width: 320px;
    height: 50px;
    background-image: url("photoway-logo-320-captain-bumper.png");
  }
  
  .topadden {
    background-image: url("photoway-logo-320-captain-bumper-en.png");
  }

  .menubar {
    width: 360px;
  }
  
  @media screen and (min-width: 0px) and (max-width: 362px) {
    .menubar {
      border-left: 0px;
      border-right: 0px;
    }
    .slider {
      padding-right: 0px;
    }
  }

  .btn, .btnon {
    width: 58px;
    font-size: 12px;
  }

  .slider {
    width: 360px;
    height: 160px;
  }
  
  .sliderimg {
    width: 350px;
    margin-right: 360px;
    border: 5px;
    border-style: solid;
    border-color: #FFFFFF;
  }
  
  .desthome {
    background-image: url("home.png");
    top: 88px;
    left: 3px;
    width: 30px;
    height: 30px;
  }
  
  .nextpage {
    margin-top: 50px;
    margin-bottom: 200px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  
  .pulsedown {
    margin-top: 20px;
    font-size: 28px;
    letter-spacing: 12px;
  }

  .photoh, .photov, .photop {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 5px;
    border-style: solid;
    border-color: #FFFFFF;
  }

  .photoh:before, .photov:before, .photop:before, .sliderimg:before {
    bottom: 12px;
    left: 1px;
  }
    
  .photoh:after, .photov:after, .photop:after, .sliderimg:after {
    bottom: 12px;
    right: 1px;
  }

  .photoh:link:hover::before, .photov:link:hover::before, .photop:link:hover::before, .photoh:link:hover::after, .photov:link:hover::after, .photop:link:hover::after, .sliderimg:hover::before, .sliderimg:hover::after {
    bottom: 13px;
  } 
  
  .photoh:link:active::before, .photov:link:active::before, .photop:link:active::before, .photoh:link:active::after, .photov:link:active::after, .photop:link:active::after, .sliderimg:active::before, .sliderimg:active::after {
    bottom: 15px;
  }
  
  .tdmupmenu {
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
  }
    
  .deskscreen, .deskscreen:link, .deskscreen:visited {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 5px solid #D8D8E0;
    border-bottom: 10px solid #C8C8D0;
    border-right: 5px solid #D0D0D8;
    border-left: 5px solid #D0D0D8;
    padding: 1px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px 2px #909090;
  }
  
  .screenled {
    bottom: -6px;
    width: 8px;
    height: 2px;
  }
  
  .screentext {
    bottom: -19px;
    font-size: 7px;
  }
  
  .tdmblock {
    padding-top: 10px;
    height: 180px;
  }

  .deskdownloadinfo {
    max-width: 48%;
    height: 60px;
    padding: 0px;
  }
  
  .deskdownloadlink {
    max-width: 48%;
    height: 20px;
    padding: 20px 0px;
  }
  
  table.gridtable {
    font-size: 8px;
    line-height: 10px;
  }

  .linkurl {
    max-width: 140px;
    height: 22px;
    padding: 2px;
    font-size: 10px;
    margin: 2px 0px;
  }
  
  .sitedescription {
    max-width: 640px;
    height: 22px;
    width: 55%;
    padding: 2px;
    margin: 2px 0px;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
  }
  
  .infoblocktext {
    bottom: 10px;
  }
  
  .emailrs{
    transform: scale(0.7);
    margin-left: -28px; 
    margin-right: -28px;
    margin-bottom: -8px; 
  }
}
