/*______________________________________________________________________________
    CSS3 by qp
______________________________________________________________________________*/
HTML, BODY {
  top:0;
  left:0;
  margin:0;
  padding:0;
  text-align:center;
  font: 14pt "Arial";
}

BODY{
  background: #f7c589;
  overflow-x: hidden;
}

A {
  font: 14pt "Arial";
  color: #FFF1A6;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=45);
     -moz-text-shadow: 2px 2px 2px #000;
  -webkit-text-shadow: 2px 2px 2px #000;
          text-shadow: 2px 2px 2px #000;
}

.show-me {
  display:block;
}

.hide-me {
  display:none;
}

UL {
  margin:0 0 0 8px;
  padding:0 0 0 0;
}

LI, .linka {
    width:15%;
    position:relative;
    font: bold 20pt Miriam;
}

LI, .linka-chosen {
    width:15%;
    position:relative;
    font: bold 20pt Miriam;
}

.linka {
  color: #8b2803;
  text-decoration: none;
  font: bold 20pt Miriam;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFF1A6,direction=45);
     -moz-text-shadow: 2px 2px 2px #FFF1A6;
  -webkit-text-shadow: 2px 2px 2px #FFF1A6;
          text-shadow: 2px 2px 2px #FFF1A6;
}

.linka:hover {
  color:#FFFADD;
  text-decoration: underline;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#999,direction=45);
     -moz-text-shadow: 2px 2px 2px #999;
  -webkit-text-shadow: 2px 2px 2px #999;
          text-shadow: 2px 2px 2px #999;
}

.clickable{
	color: #8b2803;
	cursor:pointer;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFF1A6,direction=45);
     -moz-text-shadow: 2px 2px 2px #FFF1A6;
  -webkit-text-shadow: 2px 2px 2px #FFF1A6;
          text-shadow: 2px 2px 2px #FFF1A6;
}
.clickable:hover{
	color:#FFFADD;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFF1A6,direction=45);
     -moz-text-shadow: 2px 2px 2px #FFF1A6;
  -webkit-text-shadow: 2px 2px 2px #FFF1A6;
          text-shadow: 2px 2px 2px #FFF1A6;
}
/*____________________________________________________________________________*/
#clouds{
	position:relative;
	height:168px;
	background: #c9dbe9;
	background: -webkit-linear-gradient(top, #c9dbe9 0%, #f7c589 100%);
	background: -linear-gradient(top, #c9dbe9 0%, #f7c589 100%);
	background: -moz-linear-gradient(top, #c9dbe9 0%, #f7c589 100%);
	z-index:24;
}
.cloud {
	width: 150px;
	height: 55px;
	background: #fff;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	position: relative; 
}
.cloud:before, .cloud:after {
	content: '';
	position: absolute;
	background: #fff;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -15px;
	left: 10px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}
.x1 {
	-webkit-animation: moveclouds 40s linear infinite;
	-moz-animation: moveclouds 40s linear infinite;
	-o-animation: moveclouds 40s linear infinite;
}
.x2 {
	left: 200px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1.2;
	-webkit-animation: moveclouds 45s linear infinite;
	-moz-animation: moveclouds 45s linear infinite;
	-o-animation: moveclouds 45s linear infinite;
}
.x3 {
	left: -250px; top: -100px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8;
	-webkit-animation: moveclouds 80s linear infinite;
	-moz-animation: moveclouds 80s linear infinite;
	-o-animation: moveclouds 80s linear infinite;
}
.x4 {
	left: 470px; top: -50px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6;
	-webkit-animation: moveclouds 75s linear infinite;
	-moz-animation: moveclouds 75s linear infinite;
	-o-animation: moveclouds 75s linear infinite;
}
.x5 {
	left: -150px; top: -150px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: moveclouds 35s linear infinite;
	-moz-animation: moveclouds 35s linear infinite;
	-o-animation: moveclouds 35s linear infinite;
}
@-webkit-keyframes moveclouds {
	0% {margin-left: 2000px;}
	100% {margin-left: -2000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 2000px;}
	100% {margin-left: -2000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 2000px;}
	100% {margin-left: -2000px;}
}
/*____________________________________________________________________________*/
li:nth-child(2) {animation-delay: 0.1s;}
li:nth-child(3) {animation-delay: 0.15s;}
li:nth-child(4) {animation-delay: 0.2s;}
.seabody {
	position:relative;
	margin-top:-96px;
	background: #f7c589;
	background: -webkit-linear-gradient(top, #f7c589 0%, #66a6ff 80%, #f7c589 100%);
	background: -linear-gradient(top, #f7c589 0%, #66a6ff 80%, #f7c589 100%);
	background: -moz-linear-gradient(top, #f7c589 0%, #66a6ff 80%, #f7c589 100%);
	height: 15vh;
	z-index:20;
}
.seabody ul {
	margin: 0;
	width: 100%;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.seabody ul li {
	background: #f7c589;
	margin: -70px;
	height: 180px;
	border-radius: 51%;
	width: 100%;
	animation: spin 9s linear infinite;
}
@-moz-keyframes spin {
	0% {transform: rotate(0);}
	0% {transform: rotate(1turn);}
}
@-webkit-keyframes spin {
	0% {transform: rotate(0);}
	0% {transform: rotate(1turn);}
}
@-o-keyframes spin {
	0% {transform: rotate(0);}
	0% {transform: rotate(1turn);}
}
@keyframes spin {
	0% {transform: rotate(0);}
	0% {transform: rotate(1turn);}
}
/*____________________________________________________________________________*/
#contacts {
  position:fixed;
  bottom:5px;
  right:0px;
  font: bold 14pt Arial;
  background-color: orange;
  /*background-image: url(../images/contactos.png);   */
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
        -moz-box-shadow: 0 0 10px 10px orange;
     -webkit-box-shadow: 0 0 10px 10px orange;
             box-shadow: 0 0 10px 10px orange;
     -moz-border-radius: 20px 0px 0px 0px;
  -webkit-border-radius: 20px 0px 0px 0px;
   -khtml-border-radius: 20px 0px 0px 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  overflow:hidden;
  z-index:25;
}
	
  #gmail_ico:hover {
    /*background-color:#fff;*/
  }
/*____________________________________________________________________________*/
#page {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	-webkit-transition-duration: 0.6s;
	 -moz-transition-duration: 0.6s;
	   -o-transition-duration: 0.6s;
		  transition-duration: 0.6s;
}
  	#site-navi {
        position:relative;
        width:100%;
        height:60px;
        margin:-140px 0 0 0;
        padding:0 0 0 0;
		z-index:30;
  	}
        UL#menu {
          float:left;
          width:100%;
          list-style:none;
        }
            UL#menu LI {
              float:left;
              width:18%;
              margin:1px 0px 0px 0px;
              padding:10px 8px 4px 8px;
            }

    #content {
		position: absolute;
		width:100%;
		top:230px;
		margin:10px 10px 10px 10px;
		text-align:center;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=91)";
		filter: alpha(opacity=91);
		-moz-opacity: 0.91;
		-khtml-opacity: 0.91;
		opacity: 0.91;
		word-wrap: break-word;
		text-align:center;
		z-index:31;
    }

          #guides {
            float:left;
            width:100%;
            height:auto;
            text-align:center;
            overflow-y: hidden;
            /*overflow-x: scroll;*/
          }

          #tours {
            float:left;
            width:20%;
            text-align:right;
            margin:1% 0 0 0;
            padding:4px 1% 4px 1%;
            overflow:hidden;
          }

              .th-tours {
                float:left;
                width:99%;
                margin-top:20px;
                /* color:#FFF1A6; */
                font:bold 20pt Miriam;
              }

              .tr-tours {
                float:left;
                width:99%;
                height:20px;
                font:14pt Miriam;
                color:#52330E;
                margin:2px 4px 0 4px;
                padding-right:2px;
                border-bottom: solid 1px #FFCE9D;
                overflow:hidden;
              }

              .tours-chosen {
                float:left;
                width:99%;
                height:16px;
                margin-top:0px;
                padding:8px 12px 8px 0;
                overflow:hidden;
              }

          #home-content {
            float:left;
            width:65%;
            text-align:left;
            margin:1% 0 0 1%;
            padding:1%;
          }

              #buy-now, #sign-now {
                float:right;
                text-align:center;
                margin:10px 0 10px 0;
                padding:4px 10px 4px 10px;
                cursor:pointer;
              }

          #client_panel{
            float:right;
            width:100%;
            text-align:left;
            margin:10px 0px 10px 0px;
            padding:10px;
          }

		.best-tours {
			float:left;
			width:99%;
			margin:1% 1% 0 0;
			padding:4px;
			list-style:none;
			background:#f6c890;
		}
		.best-albums {
			float:left;
			width:18%;
			margin:1% 1% 0 0;
			padding:4px;
			list-style:none;
			background:#f6c890;
		}

            .best-tours-name {
              float:left;
              width:90%;
              color:#FFF1A6;
              padding:3px 0 10px 0;
              font:bold 20pt Miriam;
              filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=45);
                 -moz-text-shadow: 2px 2px 2px #000;
              -webkit-text-shadow: 2px 2px 2px #000;
                      text-shadow: 2px 2px 2px #000;
            }

            .best-tours-name:hover {
              cursor:pointer;
              text-decoration:underline;
            }

            .best-tours-duration{
              float:left;
              width:94%;
              color:#eee;
              padding-top:3px;
            }

            .best-tours-price{
              float:right;
              width:10%;
              color:#F53D07;
              text-align:left;
              font:bold 16pt 'Bookman Old Style';
              filter: progid:DXImageTransform.Microsoft.Shadow(color=#FBE904,direction=45);
                 -moz-text-shadow: 2px 2px 2px #FBE904;
              -webkit-text-shadow: 2px 2px 2px #FBE904;
                      text-shadow: 2px 2px 2px #FBE904;
            }

            .best-tours-desc {
                float:left;
                -webkit-transition-duration: 0.5s;
                 -moz-transition-duration: 0.5s;
                   -o-transition-duration: 0.5s;
                      transition-duration: 0.5s;
            }

            .best-tours-desc2 {
              float:left;
              margin:5px;
              padding:10px;
              word-spacing: 2px;
              letter-spacing: 1px;
              font: 14pt Miriam;
              background:#FAA550;
            }

            .best-tours-desc:hover {
              background:#FEC083;
            }

            .best-tours-desc P{
              position:absolute;
              float:right;
              height:136px;
              min-height:136px;
              margin:5px;
              padding:10px;
              font: 14pt Miriam;
              word-spacing: 2px;
              /*letter-spacing: 1px;*/
              background:#FAA550;
              overflow:hidden;
            }

            .best-tours-desc:hover P {
              height:auto;
            }

/*____________________________________________________________________________*/

    #social-plus{
      position:relative;
      top:30%;
      right:0;
      width:100%;
      text-align:left;
      z-index:20;
    }

    #social-google{
      /*background:url("/images/socials/gmail.gif") no-repeat; */
      background:url("/images/socials/gmail_1.gif") no-repeat;
    }

    #social-facebook{
      background:url("/images/socials/facebook.gif") no-repeat;
    }

    #social-mailru{
      background:url("/images/socials/mailru.gif") no-repeat;
    }

    #social-yandex{
      background:url("/images/socials/yandex.gif") no-repeat;
    }

    #social-vkontakte{
      background:url("/images/socials/vkontakte.gif") no-repeat;
    }

    #social-google, #social-facebook, #social-mailru, #social-yandex, #social-vkontakte{
      float:left;
      width:32px;
      height:32px;
      cursor:pointer;
      margin-right:6px;
      background-position:top;
    }

    #social-google:hover, #social-facebook:hover, #social-mailru:hover, #social-yandex:hover, #social-vkontakte:hover{
      background-position:bottom;
    }

/*____________________________________________________________________________*/

#darkpage {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  z-index:100;
  width:100%;
  height:100%;
  background:#000;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

  .darkform {
    float:left;
    width:33%;
    margin:0 32% 0 32%;
    padding:1%;
       -moz-box-shadow: 0 0 10px 10px gold;
    -webkit-box-shadow: 0 0 10px 10px gold;
            box-shadow: 0 0 10px 10px gold;
    background:gold;
      -moz-border-radius:  20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;  /* safari 3 */
    -khtml-border-radius:  20px 20px 20px 20px;   /* Konqueror */
  }



  #form-feedback {
    position:relative;
    width:100%;
    padding-top:10%;
    z-index:101;
  }

  #form-feedback LABEL, #form-qa LABEL {
    color:#333;
    font-size:16pt;
  }

  #form-feedback INPUT[type="text"], #form-qa INPUT[type="text"] {
    width:200px;
  }

  #form-qa {
    position:relative;
    width:100%;
    padding-top:10%;
    z-index:102;
  }
/*____________________________________________________________________________*/

  .tabl {
    text-align:center;
	font-size:18pt;
  }
	.tabl CAPTION {
		font-weight:bold;
	}
	.tabl TH {
		background: orange;
	}
	.tabl TD {
		padding:0px 5px 0px 5px;
		/*border: 1px gray solid;*/
	}
  .tabl TR TH {
    padding: 0 6px 0 6px;
    font-weight:normal;
  }

  .tabl TR TD {
    font-weight:normal;
  }
	
  #albums {
    float:left;
    width:98%;
	
  }

    .tr-albums{
      float:left;
      width:47%;
      height:280px;
      margin:1%;
      text-align:left;
    }

    .album-name{
      float:left;
      width:100%;
      font: bold 12pt 'Arial';
      color:#FFF1A6;
      text-align:center;
      margin:0 0 6px 0;
    }

    .album-desc{
      float:left;
      width:90%;
      font: 10pt Arial;
    }

    .pricelist {
        text-align:left;
        color:#8B4714;
        margin:0 0 0 0;
        padding:100px;
    }
        .pricelist LI {
            display: inline;
            font: 16pt Miriam;
        }

  .div-feedback {
    float:left;
    width:90%;
    border:1px outset #FEA449;
    margin:6px 0 6px 3%;
    padding:5px 15px 5px 15px;
  }

  #feedbacks{
	  margin:-6px 0 0 0;
  }
	#feedbacks LI {
		float:left;
		width:99%;
		margin:6px 0 0 0;
		font: 16pt Miriam;
	}

    .feedback-owner {
      float:left;
      width:50%;
	  background:#f6c890;
    }
    .feedback-date {
      float:right;
      width:50%;
      text-align:right;
	  background:#f6c890;
	  padding:0 0 4px 0;
    }
    .feedback-text {
      float:left;
      width:100%;
      text-align:left;
	  background:#f6c890;
	  margin:2px 0 0 0;
    }

	UL#topics {
		float:left;
		width:100%;
		margin-left:0;
		list-style:none;
	}
		#topics LI {
			font: 16pt Miriam;
			border-bottom:1px solid #FFCE9D;
		}
		.topic-pic{
			float:left;
			width:20%;
			
		}
		.album-pic{
			float:left;
			width:100%;
			text-align:center;
			margin-top:1px;
		}
		.album-data{
			float:left;
			width:100%;
		}
		.topic-data{
			float:left;
			width:80%;
		}			
			.topic-date{
				float:left;
				width:49%;
				font-size: 12pt;
			}
			.topic-guide{
				float:right;
				width:49%;
				font-size: 12pt;
			}
			.topic-name{
				float:left;
				width:100%;
				font: bold 20pt Miriam;
			}
			.topic-desc{
				float:left;
				width:100%;
			
			}
    .topics-tema {
      float:left;
      font-size:14pt;
      border-right:1px solid #C48E4D;
      padding:1px 3px 1px 3px;
    }

    .topics-owner {
      float:left;
      font-size:14pt;
      border-right:1px solid #C48E4D;
      padding:1px 3px 1px 3px;
    }

    .topics-answers {
      float:left;
      font-size:14pt;
      border-right:1px solid #C48E4D;
      padding:1px 3px 1px 2px;
    }

    .topics-visits {
      float:left;
      font-size:14pt;
      border-right:1px solid #C48E4D;
      padding:1px 2px 1px 2px;
    }

    .topics-date {
      float:left;
      font-size:14pt;
      padding:1px 2px 1px 1px;
    }

  .div-topics {
    float:left;
    width:100%;
  }

  .div-topics:hover {
  }

    .topic-tema {
      float:left;
      width:48%;
      overflow:hidden;
      text-align:center;
      padding:3px 4px 3px 3px;
    }

    .topic-owner {
      float:left;
      width:20%;
      overflow:hidden;
      text-align:center;
      padding:3px 4px 3px 3px;
    }

    .topic-answers {
      float:left;
      width:10%;
      overflow:hidden;
      text-align:center;
      padding:3px 3px 3px 3px;
    }

    .topic-visits {
      float:left;
      width:10%;
      overflow:hidden;
      text-align:center;
      padding:3px 2px 3px 2px;
    }
/*
    .topic-date {
      float:left;
      width:10%;
      overflow:hidden;
      text-align:center;
      padding:3px 2px 3px 2px;
    }*/

  #calendars{
    position:relative;
    width:100%;
    margin:-6px 0 0 0;
  }

  #calendar{
    margin:5px;
    padding:10px;
    text-align:center;
  }

  #calendar-frame {
	float:left;
    width:100%;
  }

    #top-side {
      float:left;
      width:100%;
    }

      #map_panel {
        float:left;
        width:25%;
        height:10%;
        text-align:right;
      }

        .panel-element {

        }

      #map_canvas {
        float:left;
        min-width:100%;
        min-height:900px;
      }

      #map_panel2 {
        float:left;
        width:100%;
      }

        #txttxt {
          width:98%;
          padding:5px;
          /*
          border:1px solid black;
          */
          text-align:left;
        }

/*____________________________________________________________________________*/
#left-side {
  float:left;
  margin-left: -10px;
  width:414px;
}
/*____________________________________________________________________________*/
  #footer {
    float: left;
    width: 100%;
    color:#FD6B00;
    margin:1% 0 0 0;
  }

    #footer-left {
      float: left;
      width: 20%;
    }

    #footer-center {
      float: left;
      width: 60%;
      color:#2E2E2E;
      font-weight: bold;
    }

    #footer-right {
      float: left;
      width: 20%;
    }

.zag-red {
    color:#F53D07;
    text-align:center;
}
/*____________________________________________________________________________*/
#add-panel {
  float:left;
  width:100%;
  text-align:left;
}

/*____________________________________________________________________________*/
.txt-edit {
  float:left;
  border:none;
  background: none;
  color:#7C0C22;
}
/*____________________________________________________________________________*/
.show-me {
  float:left;
  display:block;
}

.hide-me {
  display:none;
}
/*____________________________________________________________________________*/

.orderby {
  float:right;
  width:12px;
  height:12px;
  color:#7C0C22;
  font-size:9pt;
  cursor:pointer;
}

.orderby:hover {
  color:crimson;
}

.orderat {
  float:right;
  width:12px;
  height:12px;
  color:green;
  font-size:9pt;
  cursor:pointer;
}

.orderat:hover {
  color:#00F900;
}

.table-div{
    float:left;
    padding:0px 4px 0px 4px;
}
/*____________________________________________________________________________*/