body{
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../images/bg02.gif");
}
.content {
    width: 100%;
    padding: 20px 0px;
    font: normal 14pt "Calibri";
    background-color: white;
}

.maincontent {
    width: 90%;
    padding: 10px 0;
    display: table;
    margin: 0 auto;
    text-align: justify;
}

.reviews {
    padding: 20px;
}

.tutorial_link {
    font-size: 8px !important;
    visibility: hidden;
}

@media screen and (max-width: 680px) {
    .content {
        font: normal 12pt "Calibri";
    }

}

/* MAIN PAGE CSS - START */
.slider1 {
    width: 620px;
    float: left; 
}

.slide {
    border: solid orange medium; 
    border-radius:10px;
}

@media screen and (max-width: 680px) {
    .slider1 {
        width: 320px;
        padding-bottom: 15px;
    }

    .slide {
        width: 300px;
        height: auto;
    }
}

#tourtype{
    color: orange;
    font-weight: bold;
}

#footer{
    padding-top: 10px;
}

#footer span a{
    font-weight: bold;
    color:antiquewhite;
}

@media screen and (max-width: 680px) {
  #footer span a{
    font-size: 14px;
}
}
/* MAIN PAGE CSS - END */


/* PACKAGES PAGE CSS - START */

.g-recaptcha {
    padding-left:10px;
}
    
@media screen and (max-width: 1050px) {
    #packages{
        float: left;
    }
}

@media screen and (max-width: 680px) {
    #packages{
        width:98%;
        padding-top: 20px;
    }
}

#packages h4 {
    color: orange;
    font-weight:normal;
}

#packages table h4 {
	padding-left: 5px;
}

#packages table p {
	padding-left: 5px;
}

#packages table tr td {
	vertical-align: middle;
}

#lblSendStatus {
    color: red;
    text-align: center;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.customer_package_details {
    float: left;
    width: 425px;
    padding-left: 5px;
}

#tourplan {
    border: medium solid orange;
    border-radius: 10px;
}

th {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

td {
    vertical-align: top;
    font: normal 12pt "Calibri";
}

span {
    font-size: 10px;
}

span span {
    font-size: 12px;
    font-weight: bold;
}

.pkheader {
    color: orange;
    font-weight: bold;
    font-style: italic;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.customer_package_details textarea {
    width: 18em;
    height: 10em;
}

@media screen and (max-width: 680px) {
    th {
        font-size: 18px;
    }

    .customer_package_details {
        width: 100%;
        padding: 0px;
    }

    .customer_package_details textarea {
        width: auto;
    }
}

input.capitalize {text-transform: capitalize}
/* PACKAGES PAGE CSS - END */

/* GALLERY PAGE CSS - START */
img.imageShow {
    position: absolute;
    width: 600px;
    height: 400px;
    left: 0;
    vertical-align: middle;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
}

div.galleryDivOut {
    width: 700px;
    border: solid thick darkgrey;
    margin: 0px auto;
}

div.galleryDivOut div a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

div.galleryDiv {
    width: 600px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}

div.divarrow {
    text-align: center;
    width: 50px;
    height: 400px;
    display: table;
    background: grey; /* For browsers that do not support gradients */
}

#divleft {
    float: left;
    background: -webkit-linear-gradient(-270deg, darkgrey, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-270deg, darkgrey, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-270deg, darkgrey, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-270deg, darkgrey, white); /* Standard syntax */
}

#divright {
    float: right;
    background: -webkit-linear-gradient(-90deg, darkgrey, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, darkgrey, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, darkgrey, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, darkgrey, white); /* Standard syntax */
}

span.arrow {
    font-size: 30pt;
    color: darkgrey;
}

#mainDiv {
    margin: 15px auto;
    vertical-align: middle;
    display: table;
    margin-bottom: 100px;
}

div.divplace {
    width: 147px;
    text-align: center;
    height: 400px;
    display: table-cell;
}

#divPlaceLeft {
    float: left;
}

#divPlaceRight {
    float: right;
}

a.place {
    text-decoration: none;
    color: black;
}

#mainDiv div p {
    width: 93%;
    border: medium green;
    border-style: ridge;
    border-radius: 10px;
    font: bold 14pt "Arial";
    vertical-align: middle;
    padding: 5px 0;
}

ul.ulplace {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

ul.ulplace li {
    display: none;
    list-style: none;
    border: thick green;
    border-style: ridge;
    border-radius: 10px;
    margin-bottom: 5px;
    width: 20%;
}

ul.ulplace li a {
    font: bold 80% "Arial";
    color: green;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    img.imageShow {
        width: 80vw;
        height: 35vh;
    }

    #divleft {
        width: 5vw;
        height: 35vh;
    }

    #divright {
        width: 5vw;
        height: 35vh;
    }

    div.galleryDiv {
        width: 80vw;
        height: 35vh;
    }

    div.galleryDivOut {
        width: 92vw;
    }

    #mainDiv {
        width: 95vw;
        margin: 10px auto;
        padding: 0px;
        margin-bottom: 50px;
    }

    #divPlaceLeft {
        display: none;
    }

    #divPlaceRight {
        display: none;
    }

    ul.ulplace li {
        display: inline-block;
    }
}


.row-fluid {
    display: table;
    width: 100%;
}

.cells {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-top: solid thin gray;
}

.cells table tr td {
    width: 25%;
}

.cells table tr td ul {
    padding-left: 20px;
}

.img-text {
    padding-left: 15px;
    text-align: justify;
}

img.attractions {
    width: 350px;
    height: 200px;
    text-align: center;
    padding-left: 15px;
}

@media screen and (max-width: 1050px) {
    img.attractions {
        width: 45vw;
        height: 20vh;
    }
}

@media screen and (max-width: 900px) {
    .cells {
        float: left;
        width: 100%;
    }
}    
/* GALLERY PAGE CSS - END */

/* CONTACT US PAGE CSS - START */

#contact {
    float: right;
}

#feedback {
    float: left;
}

#cmdSend {
    margin-top: 1%;
    padding: 0.5%;
    border-radius: 5px;
    width: 20%;
    background-color: #272727;
    color: #ffffff;
    font-size: 14px;
}

.contact-row {
    display: table;
}

.cols {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-bottom: 50px;
}

.col2 {
    padding-left: 100px;
}

.cols table {
	width: 100%;
}



.cols a {
	color: black;
}

.cols a:hover {
	color: orange;
}


@media screen and (max-width: 680px) {

    .contact-row {
  	display: block;
    }

    .cols {
        display: block;
        width: 100%;
    }
    
    .col2 {
    padding-left: 0;
    }    
}
@media screen and (max-width: 1150px) {   
    #contact {
        float: left;
    }

    .cols {
        float: left;
    }
}

/* CONTACT US PAGE CSS - END */

/* OUR STORY PAGE CSS - START */

.photo {
    width: 300px;
    float: left;
}

.photo img {
	width: 250px;
	height: 250px;	
}

@media screen and (max-width: 680px) {
	.photo {
		width: 210px;
	}
	
	.photo img {
		width: 180px;
		height: 180px;	
	}
}
/* OUR STORY PAGE CSS - END */


p{ 
    font: normal 14pt "Calibri";
}

h5{   
    font: bold 13pt "Calibri";
}

h4{
    font: bold 14pt "Calibri";
    margin-top: 0;
    margin-bottom: 0;
}

h3{
    font: bold 18pt "Calibri";
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    p{ 
    font: normal 12pt "Calibri";
}

h5{   
    font: bold 12pt "Calibri";
}

h4{
    font: bold 12pt "Calibri";
    margin-top: 0;
    margin-bottom: 0;
}

h3{
    font: bold 16pt "Calibri";
    margin-top: 0;
    margin-bottom: 0;
}
}