/*Custom CSS
============ */
#home-version-2 #title  { background-image: url('../img/title-background-home-version-2-small.jpg') }
#blog-version-1 #title  { background-image: url('../img/title-background-blog-version-1-small.jpg') }
#blog-version-2 #title  { background-image: url('../img/title-background-blog-version-2-small.jpg') }
#blog-detail #title     { background-image: url('../img/title-background-blog-detail-small.jpg') }
#gallery-page #title    { background-image: url('../img/title-background-gallery-page-small.jpg') }

@media(min-width: 769px) {
        #home-version-2 #title  { background-image: url('../img/title-background-home-version-2-medium.jpg') }
        #blog-version-1 #title  { background-image: url('../img/title-background-blog-version-1-medium.jpg') }
        #blog-version-2 #title  { background-image: url('../img/title-background-blog-version-2-medium.jpg') }
        #blog-detail #title     { background-image: url('../img/title-background-blog-detail-medium.jpg') }
        #gallery-page #title    { background-image: url('../img/title-background-gallery-page-medium.jpg') }
}

@media(min-width: 1367px) {
        #home-version-2 #title  { background-image: url('../img/title-background-home-version-2-large.jpg') }
        #blog-version-1 #title  { background-image: url('../img/title-background-blog-version-1-large.jpg') }
        #blog-version-2 #title  { background-image: url('../img/title-background-blog-version-2-large.jpg') }
        #blog-detail #title     { background-image: url('../img/title-background-blog-detail-large.jpg') }
        #gallery-page #title    { background-image: url('../img/title-background-gallery-page-large.jpg') }
}
.haschild{
	
}
@media(min-width:992px){
	.haschild ul{
		display: none;
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 1000;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 13px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 1px 1px 0 rgba(0, 0, 0, 0.12);
		background-clip: padding-box;
	}
	.haschild:hover ul{
		display:block;
	}
}
.haschild ul li{
	float: left;
	width: 100%;
	position: relative;
}
.haschild ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.53846154;
	color: #333333;
}
.haschild ul li a:hover{
	text-decoration: none;
	color: #f0f0f8;
	background-color: #bf7b65;
}
.dropdown li{
	border-bottom: 1px solid #ddd;
}
.dropdown li:last-child{
	border:0;
}
#lang-current{
	cursor:not-allowed;
	color:#fff;
}
.language img{
	margin-top: -4px;
    margin-right: 4px;
}
.aboutfooter{
	font-size: 12px;
}
.aboutfooter th{
	color: #c9907d;
	padding-top: 5px;
	text-transform: uppercase;
}
.aboutfooter th i{
	padding-right: 5px;
}
.aboutfooter td{
	padding: 10px 0px;
	color: #cbcbce;
	padding-bottom: 10px;
}
.menufooter{
	list-style: none;
	padding: 0;
}
.menufooter li{
	box-shadow: rgba(255,255,255,0.1) 0 -1px 0 inset;
	padding: 15px 0;
}
.menufooter li a{
	text-transform: uppercase;
}
#footer-main .title{
	border-color: #9595a0;
}
#footer-main .title h4{
	color: #eee;
	border-color: #9595a0;
}
/* carousel */
#quote-carousel 
{
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
	padding:0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
	{
      margin-bottom: 0;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

#quote-carousel .carousel-control{
	position: absolute;
	background: #73737a;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	opacity: 1;
	width: 30px;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	cursor: pointer;
	border-radius: 1000px;
	height: 30px;
	line-height: 30px;
	padding-top: 8px;
}
#quote-carousel .carousel-control.left {
    right: 30px;
	margin-right: 10px;
}
.img-testi{
	width: 82px;
    height: 82px;
    overflow: hidden;
    margin-top: 20px;
	border-radius: 1000px;
    border: 5px solid #fff;
}
.img-testi img{
	width:100%;
	object-fit: cover;
    height: 100%;
}
.testicontent{
	background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 10px;
}
.testicontent:after{
	content:"";
	width: 0;
    height: 0;
    left: 20%;
    bottom: -15px;
    content: " ";
    display: block;
    position: absolute;
    border-top: 15px solid #fff;
    border-right: 30px solid transparent;
    border-left: 10px solid transparent;
}  
.footer-top{background: #e4e4ec;padding: 30px 0px;}
.footer-top h3{
	margin-bottom: -1px;
	padding: 0 10px;
	line-height: 30px;
	color: #f0f0f8;
	background-color: #606068;
	-webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,0.12);
	-moz-box-shadow: inset 0 15px 0 0 rgba(255,255,255,0.12);
	box-shadow: inset 0 15px 0 0 rgba(255,255,255,0.12);
	display: inline-block;
	margin-bottom: 20px;
	position:relative;
}
.zoomgal{
	color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
}
.bannerhome a{
	cursor:pointer;
}
.bannerhome img{
	transition:all 0.5s ease-out;
}
.bannerhome:hover img{
	opacity:0.7;
}
.closepop{
	position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 1000px;
}
button:focus{
	outline:0;
}
@media(max-width: 991px){
	.hassubmenu .submenu{
		width: 100%;
		border: 0;
		position: initial;
		box-shadow: none;
		list-style: none;
		padding: 0;
		background: none;
	}
	.hassubmenu .submenu li a{
		padding: 5px 15px 5px 25px;
		line-height: 19px;
		color: #777;
	}
	.hassubmenu .submenu li a:hover{
		color:#fff;
	}
	.hassubmenu .submenu li{
		border: 0;
	}
	.hassubmenu .submenu li.haschild ul{
		display:none;
		list-style:none;
		padding: 0 20px;
		margin:0;
	}
	.haschild a{
		position:relative;
	}
	.haschild>a:after{
		content:"";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 5px;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	.modal-dialog{
		width:95% !important;
		margin:0 auto;
		margin-top:30px;
	}
	.fb_iframe_widget span,.fb_iframe_widget{
		width:100% !important;
	}
}

.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}