﻿::selection{background-color:#b8000c; color:#fff;}
::-moz-selection{background-color:#b8000c; color:#fff;}
*{transition:all 0.3s;}
p{text-align:justify; font-family: 'PHAEDRI';src: url('../fonts/TIMES_.TTF');line-height:30px;color:#333;font-size:17px;line-height:28px;}
body{line-height:30px;color:#333;font-size:16px;line-height:28px; font-family: 'PHAEDRI';src: url('../fonts/TIMES_.TTF');}
@media screen and (min-width: 768px)
{
.dropdownMenu{visibility:hidden;display:block;top:51px;transition:all 0.5s;opacity:0;text-align:left;}
.dropMenu:hover .dropdownMenu{visibility:visible;top:50px;opacity:1;}
.navbar-default .navbar-nav > li > a{padding-left:23px;padding-right:23px;}
}
/****************************************/
@font-face {
  font-family: 'PHAEDRI';src: url('../fonts/TIMES_.TTF');
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  
}
.top{height:7px;background-color:#b8000c;}
.navigation{border-bottom:1px solid #888888; border-top :1px solid #888888;}
.navbar-default .navbar-nav > li > a{font-size:12px;font-weight:bold;text-transform:uppercase;}
.navbar-default .navbar-nav > li > a:hover{box-shadow:0 2px 0 #b8000c;color:#b8000c;}
.logo{padding:10px 0;display:inline-block;}
.logo span{display: inline-block;width: 100%;font-size: 11px;text-transform: capitalize;font-weight: bold;}
header{font-weight:bold;}
header .right-header a{color:#333;}
.banner{margin-top:10px;display:inline-block;width:100%;}
.welcome{border-top:7px solid #b8000c;}
h5{margin:20px 0 0 0; padding:0; font-size:16px; border-bottom:1px solid #102787; color: #102787; font-weight: bold;}

h2{margin:20px 0 0 0; padding:0;border-bottom:2px solid #b8000c;font-size:20px;}
h2 span{
	background-color:#b8000c;
	color:#fff;
	display:inline-block;
	font-family:'PHAEDRI';
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1{font-family:'PHAEDRI';}
.home-tour-pack{margin-bottom:30px;}
.home-tour-pack .box{border:1px solid #b8000c;margin-top:20px;position:relative;}
.home-tour-pack .box img{border:10px solid #fff;}
.home-tour-pack .box h3{background-color:#b8000c;color:#fff;padding:10px 20px;margin:0;font-size:18px;position:absolute;bottom:0%;width:100%;}
.home-tour-pack .box:hover h3{bottom:70%;background-color:#333;}
.home-tour-pack .box:hover img{transform:scale(0.9,0.9);}
footer{background:#424141;min-height:300px;color:#fff;padding:20px 0;}
footer ul{margin:0;padding:0;margin-top:15px;}
footer ul li{list-style:none;}
footer a{color:#fff;}
.thumbnails{list-style:none;margin:0;padding:0;}
#main_area{position:relative;}
#main_area #slider-thumbs{position:absolute;bottom:0;}
.content{margin-bottom:20px;}
.content .ul li{list-style-image:url(../images/ul.png);}
/*************************************/
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
}
/* End carousel */
/***************form****************/
/* USER PROFILE PAGE */
 .btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
