/*
Typography
=========================== */
body {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;   
    color: #333;
}
.welcome {
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height:33px;
    color: #333;
	width:80%;
}

.p-link {	
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height:22px;
    color: #333;
	text-transform:uppercase;
	margin-bottom:10px;
	
}
.p {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height:30px;
    color: #333;
	
}

.h2 {
	 font-family: 'Oswald', sans-serif;
	 color:#151515;
	 font-weight:bold;
	 text-transform:uppercase;
	 
}
.h3{
	 font-family: 'Oswald', sans-serif;
	 color:#151515;
	 font-weight:bold;
	 font-size:24px;
	 text-transform:uppercase; 
	 
}

h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color:#151515; 
    
    line-height: 32PX;
    
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }


#top {
	background-color:#313131;
	padding:10px;
}
.top {
	font-family: 'Montserrat', sans-serif;
	color:#F6F7FB;		
	font-size:14px;	
	padding-top:10px;	
}
#subtitle {
	background-image:url(../images/bg-subtitle.jpg);
	padding:10px;	
	height:200px;
}
/* NAVBAR */
.navbar-brand > img {
    display: block;
	vertical-align: top;
	padding-top:-10px;
} 
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}
/***** parallax *****/
.parallax {
    /* The image used */
    background-image: url(../images/bg-activity.jpg);

    /* Set a specific height */
    min-height: 350px; 
	padding:10px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/***** TOUR PACKAGES *****/

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.h5 {
	font-family: 'Open Sans', sans-serif;
    color: #012141;
    margin-top: 8px;;
    font-size: 15px;
    text-transform: uppercase;   
	font-weight:bold;
	line-height:33px;
	
}	

.p-tours {
	font-family: 'Open Sans', sans-serif;
    color: #949292;
	margin-top:2px;
	margin-bottom:2px;    
    font-size: 13px;	 
}	

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    transition: .5s
}

.text-box {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: ;
    transition: 0.5s
}

.text-box h4 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	text-transform:uppercase;
    color: #F9DA06;
    font-family: arial;
    transform: translateX(-50%) translateY(-50%);
}

.text-box p {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    color: #FFF;
    font-family: arial;
    transform: translateX(-50%) translateY(-50%);
}



.image-box:hover .text-box {
    left: 0%;
}

.image-box:hover img {
    transform: scale(1.2)
}

/*****BUTTON*****/
.button {
    background: #E60000;
    color: #fff;
	width:170px;
   font-family: 'Montserrat', sans-serif;
    font-size: 14px;  
    line-height: 40px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
.button:hover {
  background: #E60000;
}

.button-fleet {
    background: #FFB517;
    color: #fff;
	width:120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;  
    line-height: 40px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
.button-fleet:hover {
  background: #4B4B4B;
}

.button-more {
    background: #FFB517;
    color: #fff;
	width:160px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;  
    line-height: 40px;
	margin-top:0px;
	margin-bottom:10px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
.button-more:hover {
  background: #E60000;
}

/***** FOOTER *****/

#footer {
	background-color:#FFB517;	
	padding:10px;
}
.footer {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height:30px;
    color: #04192F;
	line-height:30px;
	
}
/***** copyright *****/
#copyright {
	background-color:#121212;		
	padding:10px;
}
.copy {	
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height:25px;
    color: #fff;
	margin-top:10px;
}
/***** HYPERLINK *****/

A.bgtop {color:#fff;}
A.bgwhit:link {text-decoration: none; color:#fff;}
A.bgwhit:visited {text-decoration: none; color:#fff;}
A.bgwhit:hover {text-decoration: none; color:#fff;}
A.bgwhit:active {text-decoration: none; color:#fff;}


A.foot {color:#FEF1FE;}
A.bggray:link  {text-decoration: none; color:#FEF1FE;}
A.bggray:visited {text-decoration: none; color:#FEF1FE;}
A.bggray:hover {text-decoration: none; color:#FEF1FE;}
A.bggray:active {text-decoration: none; color:#FEF1FE;}

A.bglight {color:#5C0E96;}
A.bggray:link  {text-decoration: none; color:#5C0E96;}
A.bggray:visited {text-decoration: none; color:#5C0E96;}
A.bggray:hover {text-decoration: none; color:#5C0E96;}
A.bggray:active {text-decoration: none; color:#5C0E96;}


/***** content *****/
#content {
	background-color:#fff;
	padding:0px;
}

#content-gray {
	background-color:#E6E6E6;
	padding:0px;
}
.panel-body {
    padding: 15px;
	
}
.panel-heading {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/***** map*****/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.kbd { 
  background-color:#F00;
  border: 1px solid #900;  
  border-radius:4px;
}

/*=============== Reservation Form ===================*/

.booking {
	 background-image: url('../images/bg-booking.png');		   
    overflow: hidden;
	padding-top:20px;
	padding-bottom:30px;	
}
.h3-call{
	font-family: 'Bree Serif', serif;
	font-size:24px;
	color:#039;
	font-weight:bold;
}

.field,
.form-field {
    float: left;
    width: 100%;
    position: relative;
}
.field input {
    background: none repeat scroll 0 0 #313131;
    border: 0 none;
    color: #808080;
    float: left;
    font-family: arimo;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 14px 30px 14px 20px;
    text-transform: uppercase;
    width: 100%;
}
.field i, .form-field i {
    bottom: 16px;
    color: #ffffff;
    font-size: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    width: 16px;
}
.field input.userincr-btn-dec, 
.field input.userincr-btn-inc, 
.form-field input.userincr-btn-dec, 
.form-field input.userincr-btn-inc {
    background: url("../images/incr.png") no-repeat scroll 0 -6px rgba(0, 0, 0, 0);
    bottom: 15px;
    height: 6px;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 9px;
}
.field input.userincr-btn-inc,
.form-field input.userincr-btn-inc{
    background-position: 0px 1px;
    bottom: auto;
    top: 15px;
}
.userincr-container {
    float: left;
    position: relative;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
	color:#ffffff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-para {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form{font-family: Arial, Helvetica, sans-serif; color: black}.bootstrap-iso form button, .bootstrap-iso form button:hover{color: white !important;} .asteriskField{color: red;}

/*****  GRID CUTTAR *****/

.row.no-gutter {
  margin-left: -10;
  margin-right: -10;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

* {
    margin: 0;
    padding: 0;
}
.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

