/** 
 * Holiday Template
 * http://www.templatemo.com/tm-475-holiday
 *
 * COLOR CODES
 * Yellow	#25BF39
 *
 */

/* CSS Resets */ 
ul,p {
	margin: 0; 
	padding: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h1,h2,h3,a,p { font-family: 'Open Sans', sans-serif; }
a:hover,
a:focus {
	text-decoration: none;
}

/* Header & Nav */
body { overflow-x: hidden; }
.tm-header {
	background: #000000;
	height: 80px;
	position: relative;
	z-index: 100;
}
.tm-site-name-container { /*padding-top: 20px;*/ 	
	position: relative;
 }
.tm-site-name {
	color: #25BF39;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
}
.tm-site-name img {
	height:80px;
}
@media screen and (min-width: 992px) {
	.tm-site-name{
		/*left:18%;*/
	}
}
.tm-site-name:hover,
.tm-site-name:focus {
	color: #FF720B;
}
.mobile-menu-icon { display: none; }
.tm-nav {
	display: block;
	overflow: hidden;
	float: right;
}
.tm-nav li {
	list-style: none;
	float: left;
}
.tm-nav li a {
	color: #CCC /*#838383*/;
	display: block;
	padding: 45px 34px 15px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tm-nav li a.active,
.tm-nav li a:focus,
.tm-nav li a:hover {
	background: #25BF39;
	color: #000;
}

/* Banner */
.tm-banner-inner {
    height: auto;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tm-banner-title,
.tm-banner-subtitle,
.tm-banner-link {
	text-transform: uppercase;
}
.tm-banner-title,
.tm-banner-subtitle {
	color: white;
}
.tm-banner-title {	
	font-size: 74px;
	font-weight: 600;
}
.tm-banner-subtitle { font-size: 34px; }
.tm-yellow-text { color: #25BF39; }
.tm-banner-link {
	background: rgba(132, 194, 37, 0.39) none repeat scroll 0% 0%;
	border: 1px solid #6CA01F;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
	padding: 18px 40px;
	margin-top: 30px;
	transition: all 0.3s ease;
}
.tm-banner-link:hover,
.tm-banner-link:focus {
	background: rgba(132, 194, 37, 1);
	color: #000;
}
.flexslider.flexslider-banner {
	max-width: 100%;
	height: 100%;
	z-index: 0;
}
.flexslider.flexslider-banner .slides > li {
	text-align: center;
}
.flexslider.flexslider-banner .flex-direction-nav a:before {
	color: #25BF39;
}
.flex-direction-nav a {
	height: 50px;
}

/* Section 1, index.html */
.tm-gray-bg { background-color: #E5E5E5; }
.tm-home-section-1 {
	position: relative;
	/*top: -50px;*/
}
.form-control {	border-radius: 0; }
.form-control:focus {
	border-color: #FCDD44;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);
}
.tm-yellow-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */
	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */
}
.tm-green-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */
	background: #2ec66b; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #2ec66b 0%,#2dc970 1%,#2ac96c 2%,#2bc76e 4%,#2bc869 5%,#2ac871 6%,#29c86c 7%,#28c76b 15%,#2bc76c 16%,#21bb61 73%,#1eb860 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec66b', endColorstr='#1eb860',GradientType=0 ); /* IE6-9 */
}
.tm-red-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */
	background: #e97262; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #e97262 0%,#ef6865 1%,#ed6c5f 2%,#f07162 4%,#f17062 5%,#eb6f67 6%,#ec6c5f 7%,#ec6b5e 18%,#eb5d4f 56%,#e95242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97262', endColorstr='#e95242',GradientType=0 ); /* IE6-9 */
}
.tm-yellow-gradient-bg,
.tm-green-gradient-bg,
.tm-red-gradient-bg {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 88px;
}
.tm-city-price-container {
	padding: 30px 0;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
.tm-city-price-container:hover { font-weight: 600; }
.tm-yellow-btn {
	width: 130px;
	height: 40px;
	background-color: #F5D338;
	border: medium none;
	color: #5C4905;
	font-size: 12px;
	margin: 24px auto;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.tm-yellow-btn:hover,
.tm-yellow-btn:focus {
	background-color: #F9E58B;
}
.tm-form-inner { padding: 35px 30px 5px; }

/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:160px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tm-white-bg {
	background-color: #fff;
}
.tm-home-box-1 {
	width: 346px;
	height: 436px;
}
.tm-home-box-1-center {
	margin: 0 auto;
}
.tm-home-box-1-right,
.tm-home-box-2-right {
	margin-left: auto;
}
.input-group-addon { border-radius: 0; }
#hotelCarTabs {
	border-bottom: none;
	height: 52px;
}
#hotelCarTabs li {
	width: 50%;
	height: 100%;
}
#hotelCarTabs > li > a {
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	background: transparent linear-gradient(to bottom, #F5D11D 0%, #F3D10E 1%, #EFCF1C 2%, #FCCD0D 4%, #F7CA0D 5%, #F9CB1E 6%, #F7CB10 7%, #F8CC14 8%, #F0C40C 54%, #EDC50C 55%, #E9C108 71%, #ECC008 78%, #E6BE06 91%, #E9BD06 93%, #E8BC06 100%) repeat scroll 0% 0%;
	border: none;
	border-radius: 0;
	color: #5C4905;
	font-weight: 600;
}
#hotelCarTabs > li > a:hover,
#hotelCarTabs > li > a:focus {
	border: none;
	background: #F9E58B;
}
#hotelCarTabs > li.active > a, 
#hotelCarTabs > li.active > a:focus, 
#hotelCarTabs > li.active > a:hover
{
	background: transparent;
	border: none;	
}
/* Footer */
.tm-black-bg { background-color: #000; }
.tm-copyright-text {
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tm-copyright-text a {
	color: #25BF39;
}

.tm-copyright-text a:hover {
	color: white;
}

.hotel-search-form .form-group { margin-bottom: 30px; }

/*Section 2, index.html */
.section-margin-top { margin-top: 100px; }
hr { border-top: 1px solid #111010; }
.tm-section-header {
	margin-bottom: 70px;
	overflow: hidden;
}
.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
}
.tm-home-box-2 {
	background-color: white;
	max-width: 254px;
}
.tm-home-box-2 h3 {
	font-size: 14px;
	padding: 30px 25px;
	text-transform: uppercase;
}
.tm-date {
	color: #c3c3c3;
	padding: 10px 25px;
	text-transform: uppercase;
}
.tm-home-box-2-container {
	border-top: 1px solid #DDD;
	overflow: hidden;
}
.tm-home-box-2-link {
	display: inline-block;
	height: 100%;
	color: black;	
	transition: all 0.3s ease;
	text-align: center;
}
.tm-home-box-2-link:hover,
.tm-home-box-2-link:focus {
	color: #25BF39;
}
.border-left { border-left: 1px solid #DDD; }
.border-right {	border-right: 1px solid #DDD; }
.tm-home-box-2-icon {
	padding: 20px;
	width: 60px;
	height: 60px;
	font-size: 1.4em;
}
.tm-home-box-2-description {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 125px;
	padding-bottom: 18px;
}
.tm-home-box-2-description.box-3 { width: 175px; }
.home-description {
	margin: 50px auto;
	padding: 0 30px;
	text-align: center;
}

.tm-home-box-3 {
	margin-bottom: 50px;
	max-width: 555px;
	overflow: hidden;
}
.tm-home-box-3-img-container { float: left; }
.tm-home-box-3-info {
    height: 225px;
    max-width: 305px;
    float: right;
    border: 1px solid #CCC;
	border-left: none;
}
.tm-home-box-3-description { padding: 40px 30px 44px; }
.section-padding-bottom { padding-bottom: 60px; }

/* Tours */
.tm-tours-box-1 {
	width: 100%;
	/*max-width: 532px;*/
	margin-bottom: 50px;
}
.tm-tours-box-1 img {
	width: 100%; /* mist */
}
.tm-tours-box-1-info {
	background: white;
	padding: 40px;
	overflow: hidden;
}
.tm-tours-box-1-info-left,
.tm-tours-box-1-info-right {
	float: left;
	width: 50%;
}
.tm-tours-box-1-info-left {
	border-right: 1px solid #B1B1B1;
	padding-right: 30px;
}
.tm-tours-box-1-info-right { padding-left: 30px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.gray-text { color: #000000; /*color: #B1B1B1;*/ }
.tours-1-description { line-height: 1.8; }
.tm-tours-box-1-link { overflow: hidden }
.tm-tours-box-1-link-left { 
	background-color: #1CA7C8;
	padding: 20px 30px;
	float: left;
	width: 50%;
	text-transform: uppercase;
}
.tm-tours-box-1-link-right {
	float: left;
	background-color: #1687A6;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 17px 5px;
	width: 25%;
	transition: all 0.3s;
	text-align: center;
}
.tm-tours-box-1-link-right:hover,
.tm-tours-box-1-link-right:focus {
	color: white;
	background-color: #1D98B9;
}
.tm-tours-box-1-link-left,
.tm-tours-box-1-link-right {
	color: white;
	height: 60px;
}
.tm-tours-box-2 {
	max-width: 254px;
	width: 100%;
}
.tm-tours-box-2-info h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
}
.tm-tours-box-2-info {
    padding: 20px;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.tm-tours-box-2-link {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #8C8C8C;
	color: white;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tm-tours-box-2-link:hover,
.tm-tours-box-2-link:focus {
	color: white;
	background-color: #28D23E;
}

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-5 { margin-bottom: 5px; }

/* About */
.about-section { margin-top: 150px; }
.tm-about-box-1 {
	background-color: white;
	width: 255px;
	height: 380px;
	padding: 30px;
	text-align: center;
}
.tm-about-box-1-img {
	display: block;
	margin: 0 auto 30px;
	border-radius: 50%;
	border: 5px solid #d4d4d4;
	transition: all 0.3s ease;
}
.tm-about-box-1-img:hover,
.tm-about-box-1-img:focus {
	border: 5px solid #28D23E;	
}
.tm-about-box-1-title {
	font-size: 17px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tm-about-box-1-title span {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
}
.tm-social-icon {
	color: #B1B1B1;
	font-size: 18px;
	padding: 0 10px;
}
.tm-social-icon:hover {	color: #28D23E; }
.tm-testimonials-box {
	width: 272px;
	/*height: 530px;*/
	background-color: #28D23E;
	float: left;
}
.tm-testimonials-title {
	background-color: rgb(96, 104, 116);
	color: white;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.tm-testimonials-content {
	padding: 30px;
	text-align: center;
	/*font-style: italic;*/
	font-weight: 700;
	text-transform: uppercase;
}
.tm-testimonial {
	padding-top: 20px;
	padding-bottom: 15px;
}
.tm-what-we-do-right {
	float: right;
	margin-left: 30px;
	max-width: 820px;
	width: 100%;
}
.tm-about-box-2 { overflow: hidden; }
.tm-about-box-2-img,
.tm-about-box-2-text {
	float: left;
}
.tm-about-box-2-text {
	margin-left: 40px;
	max-width: 440px;
	width: 100%;
}
.tm-about-box-2-title {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
}
.tm-about-box-2-description {
	text-align: left;
	margin-bottom: 20px;
}
.tm-about-box-2-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Flexslider */
.flex-caption,
.flexslider.flexslider .slides img {
	float: left;
}
.flex-caption {
  width: 572px;
  padding: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.flexslider.flexslider-banner .slides img { 
	display: block;
	width: 100%; 
	max-height: 440px;
}
.flexslider {
	border: none;
	border-radius: 0;
	margin: 0 auto;	
	width: 100%;
}
.flexslider.flexslider-about {
	max-width: 1100px;
}
.flexslider.flexslider-about img {
	max-width: 528px;
}
.slider-title {
	font-style: italic;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.slider-subtitle {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
}
.slider-description {
	color: #000000; /*#B1B1B1;*/
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: justify;
}
.slider-social { text-align: right; }

/* Contact */
.tm-contact-box-1 {
	background-color: #F4F4F4;
	padding: 40px;
}
.contact-image { 
	float: left; 
	widthh: 100%;
	max-width: 494px;
}
.contact-text {
	float: left;
	margin-left: 40px;
	max-width: 550px;
	width: 100%;
}
.effect2-contact::before, 
.effect2-contact::after {
	max-width: 550px;
}
#google-map {
	height: 335px;
	width: 100%;
}
.tm-submit-btn {
	background: #abff30; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #abff30 0%,#a7f92f 1%,#a4f42e 2%,#a3f22e 4%,#a1f02d 5%,#9fec2c 6%,#9ce82c 7%,#9ae52b 8%,#98e22b 54%,#96df2a 55%,#93da29 71%,#8ed328 78%,#89cc26 91%,#84c425 93%,#7DBA23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abff30', endColorstr='#7DBA23',GradientType=0 ); /* IE6-9 */
	width: 100%;
	border: none;
	height: 40px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
}
.tm-submit-btn:hover { background: #abff30; }
.contact-social { margin-top: 20px; }
.contact-social .fa { color: white; }
.tm-social-facebook { background-color: #4A7DBB; }
.tm-social-dribbble { background-color: #E4588E; }
.tm-social-twitter { background-color: #77D1EE; }
.tm-social-instagram { background-color: #527AA1; }
.tm-social-google-plus { background-color: #CE5754; }
.contact-social .tm-social-icon {
    padding: 5px 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.contact-social .tm-social-icon:last-child { margin-right: 0; }

@media screen and (max-width: 1199px) {
	.tm-banner-title { font-size: 50px; }
	.tm-banner-subtitle { font-size: 30px; }
	.tm-home-section-1 { top: -20px; }
	.tm-home-box-1 {
		width: 300px;
		height: 388px;
	}
	.hotel-search-form .form-group { margin-bottom: 18px; }
	.tm-home-box-2-description { padding-bottom: 15px; }
	.tm-home-box-3 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-home-box-2-description.box-3 { width: 185px; }
	.tm-about-box-1 {
		width: 215px;
		padding: 24px 15px;
	}
	.tm-testimonials-box { width: 220px; }
	.tm-testimonials-content { padding: 20px; }
	.tm-what-we-do-right { max-width: 685px; }
	.tm-about-box-2-img {
		max-width: 280px;
		height: auto;
	}
	.tm-about-box-2-text { max-width: 360px; }
	.flex-caption {	
		padding: 25px; 
		max-width: 500px;
	}
	.flexslider.flexslider-about .slides img {
		max-width: 450px;
	}
	.slider-title {
		margin-bottom: 15px; 
	}
	.slider-subtitle { 
		margin-bottom: 20px;	
	}
	.slider-description {
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.tm-contact-box-1 {	padding: 30px; }
	.contact-image { max-width: 450px; }
	.contact-text {	max-width: 400px; }
	.flexslider.flexslider-about .slides img { width: 450px;	}	
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.tm-home-box-2-description { width: 94px; }
	.tm-home-box-2-icon {
		padding: 18px;
		width: 55px;
		height: 55px;
	}
	.tm-home-box-3-description { padding-bottom: 47px; }
}

@media screen and (max-width: 991px) {
	.tm-home-box-1 {
		margin-bottom: 50px;
		width: 346px;
		height: 436px;
	}
	.tm-home-box-2 { margin: 0 auto 30px; }
	.tm-home-box-2-description {
		width: 125px;
		vertical-align: top;
	}
	.tm-home-box-2-description.box-3 { width: 175px; }
	.hotel-search-form .form-group { margin-bottom: 30px; }
	.home-description {	margin: 40px auto 40px;	}
	.tm-tours-box-1-link-left {	width: 50%;	}
	.tm-tours-box-1-link-right { width: 25%; }
	.tm-tours-box-2 { margin: 0 auto 30px; }
	.tm-about-box-1 {
		margin: 0 auto 30px;
		width: 100%;
	}
	.tm-what-we-do-right {
		float: none;
		margin-left: 0;
		max-width: 100%;
	}
	.tm-about-box-2-img { max-width: 100%; }
	.tm-about-box-2-text { max-width: 340px; }
	.tm-testimonials-box {
	    max-width: 340px;
	    width: 100%;
	    margin: 30px auto 0;
	    float: none;
	    height: auto;
	}
	.flexslider.flexslider-about,
	.flexslider.flexslider-about .slides img, 
	.flex-caption {
		max-width: 528px;
		width: 100%;
	}
	.flexslider .slides img, 
	.flex-caption {
		width: 100%;
	}
	.contact-text {
		margin-left: 0;
		margin-top: 50px;
		max-width: 100%;
	}
	.tm-contact-form-input { margin-top: 50px; }
}

@media screen and (max-width: 767px) {
	
	/* http://www.impressivewebs.com/animate-display-block-none/
	 * Comment by Jon Christensen
	 */
	.tm-nav.show {
		opacity: 1;
		height: auto;
		transition: opacity 1s, height 0;
	}
	.tm-nav {
	    opacity: 0;
		transition: opacity 1s, height 0 1s;
		height: 0;
	    position: fixed;
	    z-index: 1000;
	    top: 69px;
	    right: 15px;
	    background: rgba(15,15,15,0.7);
	    transition: all 0.3s ease;
	}
	.tm-nav li { float: none; }
	.tm-nav li a {
		color: white;
	    display: block;
	    padding: 20px 30px 20px;
	}
	.mobile-menu-icon {
	    display: block;
	    cursor: pointer;
	    color: #25BF39;
	    font-size: 30px;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    background-color: rgba(15, 15, 15, 0.7);
	    padding: 6px 15px;
	    z-index: 1000;
	}
	.- { height: 400px;	}
	.tm-banner-title { font-size: 40px;	}
	.tm-banner-subtitle { font-size: 24px; }
	.tm-banner-inner { top: 0; }
	.tm-banner-link {
		padding: 12px 30px;
		margin-top: 10px;
	}
/* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */
	.tm-home-box-1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.tm-home-box-1-2 { height: auto; }
	.tm-tours-box-1 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-what-we-do-right { text-align: center; }
	.section-margin-top.about-section {	margin-top: 120px; }
	.tm-section-header { margin-bottom: 40px; }
	.tm-about-box-1 {
		width: 100%;
		max-width: 300px;
		padding: 30px;
	}
	.tm-about-box-2-img, 
	.tm-about-box-2-text {
		float: none;
	}
	.tm-about-box-2-text { margin: 30px auto; }
}

@media screen and (max-width: 600px) {
	.col-xxs-12 { width: 100%; }
	.section-margin-top { margin-top: 50px;	}
	.tm-banner-title {
    	font-size: 30px;
	}
	.tm-banner-subtitle { font-size: 16px; }
	.tm-banner-link { 
		padding: 10px 25px;
	}
	.tm-home-section-1 { top: 0; }
	.tm-home-box-3-img-container,
	.tm-home-box-3-info {
		float: none;
	}
	.tm-home-box-3-info {
		max-width: 250px;
		border: 1px solid #CCC;
		border-top: none;
	}
	.tm-home-box-3-description {
	    padding-top: 30px;
	    padding-bottom: 34px;
	}
	.tm-home-box-3 { max-width: 250px; }
	.tm-home-box-2-description.box-3 { width: 120px; }
}

@media screen and (max-width: 420px) {
	.tm-banner-title { font-size: 20px;	}
	.tm-banner-subtitle { font-size: 12px; }
	.tm-banner-link { padding: 5px 10px; }
	.tm-tours-box-1-info-left,
	.tm-tours-box-1-info-right {
		float: none;
		width: 100%;
	}
	.tm-tours-box-1-info-left {
		border-right: none;
		border-bottom: 1px solid #B1B1B1;
		padding-right: 0;
		padding-bottom: 30px;	
	}
	.tm-tours-box-1-info-right {
		padding-left: 0;
		padding-top: 30px;		
	}
	.tm-tours-box-1-link-left,
	.tm-tours-box-1-link-right {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	.tm-section-title {	font-size: 28px; }
}




.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #818181 /*#ec523f*/;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px /*26px*/;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  line-height:1em;
}
.portfolio-item .portfolio-thumb .portfolio-overlay ul {
 /* list-style: disc outside none;*/
  text-align: left;
}
.portfolio-item .portfolio-thumb .portfolio-overlay li {
    margin-left: 10px;
    list-style-type: disc !important;
}


.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

#portfolio  h2 {
	text-align: center;
}

#portfolio  h2 {
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 4px;
}
 

.portfolio-container  {
	padding:10px;
	background-color: #FFFFFF /*#EEEEEE*/;
    border: 1px solid #A7A7A7;
}
.portfolio-item .portfolio-thumb {
	background-color: #FFFFFF;
} 

.portfolio-container:hover {
	cursor: pointer;
    border: 1px solid #25BF39;
}
 
 .tm-item-bottom-box {
	padding: 5px;
	background-color: #FFFFFF /*#EEEEEE*/;
	/*min-height:195px;*/
 }
 
 .tm-item-description-wrapper {
	min-height:85px/*75px*/ /*120px*/;
 }
 
/* Gallery Content */
.tm-gallery-title { 
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}
.tm-item-container {
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  padding: 9px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(224,224,224,1);
  box-shadow: 0 2px 5px 0 rgba(224,224,224,1);
  max-width: 220px;
}
.tm-item-description,
.tm-item-price {
  font-weight: 700;
  
  text-align: center;
  padding: 10px 0px;
}

.tm-item-price-old {
    /*color: #E5C347;*/
  color: #4C4C4C;
    text-transform: uppercase;
	text-decoration: line-through;
	font-size: 12px; 
  text-align: center;
  padding: 12px 0px;
  font-weight: 700;
}



.tm-item-action {  
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 700;
  padding-top: 2px;
}
.tm-item-add-icon {
  margin-left: 5px;
  display:inline;
}
.tm-item-link:hover .tm-item-action {
  color: #b53636;
}
.tm-item-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tm-price {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: #333;
  padding: 12px 3px 12px 3px;
  font-size: 18px /*13px*/;
  /*font-weight: bold;*/
  transition: all 0.4s ease-in;
  
  background: #25BF39 /*#E5C347*/ /*#e54747*/;
  font-weight: 700;
}

p.tm-sold {
	margin:0px;
	font-weight: 700;
	text-align: right;
	padding-right:4px;
}

/* ----------------- */


/* Gallery */
.tm-gallery { float: right; }
.tm-gallery-aside { float: left; margin-bottom: 30px;}
.tm-gallery-nav {
  /*background-color: black;*/
  color: white;
}
.tm-gallery-nav-title {
 background-color: #E84C3D;
 padding: 15px;
 margin: 0;
}
.tm-gallery-nav ul {
 list-style: none;
 padding: 15px;
}
h2.tm-gallery-nav-title {
 color: #FFFFFF;
}
.tm-gallery-nav li a {
 color: #333;;
 display: block;
 padding: 5px;
}
.tm-gallery-nav li a:hover,
.tm-gallery-nav li.active a {
 color: #000;
}
.tm-gallery-nav li a:hover .tm-gallery-list-fa,
.tm-gallery-nav li.active .tm-gallery-list-fa {
  color: #000;
}

.tm-gallery-list-img {
  margin-right: 5px;
}
.tm-gallery-list-fa {
  color: transparent;
  float: right;
  margin-top: 3px;
}
.tm-gallery-nav-title {
  position: relative;
}
.tm-gallery-nav-title .fa {
  position: absolute;
  bottom: -10px;
  left: 23px;
  color: black;
}
.tm-call-us {
  background: url(../img/call-us-bg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 209px;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.tm-call-us-title,
.tm-call-us-link {
  font-size: 20px;
}
.tm-call-us-link {
  color: #E84C3D;    
  font-weight: 700;
}
h3.tm-call-us-title {
 color: #FFFFFF;
}

/* button section */
.btn {
  /*background: transparent;*/
  background: #4C4C4C;
  /*background: transparent;*/
  /*border: 2px solid #000;*/
  border: 1px solid #25BF39 /*#EB1852*/ /*#A7A7A7*/;
  border-radius: 0px /*8px*/;
  box-shadow: none;
  color: #25BF39 /*#000*/;
  padding: 12px 14px;
  /*padding: 12px 18px;*/
  font-size: 18px;
  /*font-weight: bold;*/
  transition: all 0.4s ease-in;
  font-weight: 700;
}
.btn:hover {
  background: #818181;
  color: #ffffff;
  border-color: transparent;
}
a.btn:hover {
  color: #ffffff;
}

.tm-item-price-old , .tm-sold {
	display: none;
}



.top-header .social-icons ul{
  padding: 0;
  margin: 0;
  list-style: none;
}


/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.top-header {
  border-bottom: 1px solid #4A4948;
  /*background: rgba(114,112,111,1);*/
  background-color: rgba(114,112,111,1);
  background-image: url(../img/top-header-bkg.png);
  background-repeat: repeat;
}
.top-header .top-header-left a {
  border-left: 1px solid #4A4948;
  padding: 2px 15px;
  display: inline-block;
}
.top-header .top-header-left a:last-child {
  border-right: 1px solid #4A4948;
}
.top-header .social-icons {
  float: right;
  text-align: right;
}
.top-header .social-icons ul li {
  float: left;
  border-left: 1px solid #4A4948;
}
.top-header .social-icons ul li:last-child {
  border-right: 1px solid #4A4948;
}
.top-header .social-icons ul li a {

  padding: 2px 15px;

  /*width: 42px;*/
  /*height: 21px;*/
  line-height: 21px;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .top-header {
    border-bottom: 0;
  }

  .top-header-left {
    border-bottom: 1px solid #4A4948;
  }

  .social-icons {
    width: 100%;
    text-align: center;
    float: none !important;
    border-bottom: 1px solid #4A4948;
  }
  .social-icons ul {
    text-align: center;
  }

}

.top-header a {
  /*color:#ccc;
  font-size: 12px;*/
  color: #F3FBE7;
  font-size: 15px;
  font-weight: 600;  
}

.red {
	background-color: #E95343;
}
.red:hover,
.red:focus {
	color: white;
	background-color: #ED6A64;
}

.pd0 {
	padding: 0;
}

.bgwhite {
	background-color: #fff;
}

.bggray {
	background-color: #CACACA;
}

.baner3 {
  /*background: url('../img/header-banner/templatemo_header_4.jpg') no-repeat;*/
  background: url('../img/baner/New_9947.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}

.baner4 {
  background: url('../img/baner/outlet-center1-1440651-1919x1283.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner5 {
  background: url('../img/baner/credit-card-gold-platinum-1512626.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner6 {
  background: url('../img/baner/colorful-price-label-1152060-1918x1352.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner7 {
  background: url('../img/baner/about-finding-the-right-words-1241357-1919x1279.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner8 {
  background: url('../img/baner/awaiting-for-customers-1525498.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner9 {
  background: url('../img/baner/red-signal-against-sky-1307085-1920x1280.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner10{
  background: url('../img/baner/cargo-delivery-1543705.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner11{
  background: url('../img/baner/data-protection-cd-rom-v3-1462086.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner12{
  background: url('../img/baner/together-1-1162470-1919x1356.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner13{
  background: url('../img/baner/open-book-1424269-1919x1511.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner14{
  background: url('../img/baner/colorful-price-label-1152060-1918x1352.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}
.baner15{
  background: url('../img/baner/waiting-for-customers-1525498.jpg') no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 200px;
  padding-top: 160px;
}



@media screen and (min-width: 992px) {
	.tm-testimonials-box {
		margin-bottom: 30px;
	}
}


/* footer section */
footer {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
  color: #25BF39 /*#999*/;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  padding-bottom: 10px;
}

footer .form-control:focus,
footer .form-control:hover {
	color: #fff;
  	background: #806040;
  	border-color: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer.tm-black-bg {
  padding-top: 0px;
  padding-bottom: 0px;
}

.informations {
  display: none;
}


/* media 960 */
@media ( max-width: 980px ) {
  footer h3 {
    padding-top: 30px;
  }
}

.strokeme-black
{
    /*color: white;*/
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    
}

/*body {*/
.tm-gray-bg{
  background: url('../img/dots.png') repeat;
}

section.container{
  /*background: rgba(255, 255, 255, 0.80) none repeat scroll 0px 50px;*/
  background: url('../img/bg-white.png') no-repeat;
  background-size: cover;
  background-position: 0px 50px; 
}

/*
div.content-section{
  background: rgba(255, 255, 255, 0.80) none repeat scroll 0 50;
}
*/

section#gallery .tm-section-header {
	margin-top: 100px;
}

/*section#gallery .img-fluid {*/
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-qty {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.btop {
    border-top: 1px solid #B1B1B1;
}

.fa-bkg {
	background-color: #1E098E;
}

.cart-bkg {
    background-color: #3288A2 /*#B7050D*/;
}


p.slider-description img {
	width: 200px;
	height: auto;
}