@font-face {
    font-family: 'gabrielleregular';
    src: url('../fonts/gabrielle-webfont.woff2') format('woff2'),
         url('../fonts/gabrielle-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'frosting_for_breakfastregular';
    src: url('../fonts/frosting-for-breakfast_regular-webfont.woff2') format('woff2'),
         url('../fonts/frosting-for-breakfast_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body{
	height: 100%;
}
body{
	font-family: 'gabrielleregular';
	font-size: 24px;
	color: #000;
	line-height: 26px;
	/*font-weight: 300;*/
	font-style: normal;
	letter-spacing:1px;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
}
a:hover,a:focus{
	color: #000;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-family: 'frosting_for_breakfastregular';
	margin-bottom: 15px;
	color: #544147;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 38px;
}
h3{
	font-size: 34px;
}
.container-fluid{
	padding-right: 40px;
	padding-left: 40px;
}
.divider{
	background: #544147 none repeat scroll 0 0;
	height: 2px;
	width: 78px;
	position: relative;
	z-index: 1;
	margin:15px 0;
}
.divider:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #544147;
    border-radius: 50%;
    content: "";
}
.divider-white,
.divider-white:before{
	background-color: #ffffff;
}
.img-responsive{
	display: inline-block;
}
.img-thumbnail{
	border-radius: 0;
	margin-bottom: 15px;
}
.bg-color1{
	background-color: #544147;
}
.bg-color2{
	background-color: #eee;
}
.text-white{
	color: #ffffff;
}
.text-color1{
	color: #b8a9a0;
}
.font-italic{
	font-style: italic;
}
.no-margin{
	margin:0;
}
.section{
	padding:4em 0;
}
.padd-b-n{
	padding-bottom: 0;
}
.padd-t-n{
	padding-top: 0;
}
.padd-40{
	padding:40px;
}
.padd-t-b-20{
	padding:20px 0;
}
.padd-50{
	padding:50px;
}
.btn1{
	padding:12px 20px;
	color: #fff;
	background: #544147;
	cursor: pointer;
	border-radius: 0;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus{
	background: #000;
	color: #fff;
}
.btn1:hover i,
.btn1:focus i{
	margin-left: 5px;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
.header-top{
	background-color: #4e5459;
}
.header{
	background-color: #544147;
}
.header-fixed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	content: '';
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background-color: transparent!important;
}
#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: #544147!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.social-link{
	text-align: right;
}
.top-contact-list li,
.social-link li{
	display: inline-block;
	vertical-align: top;
	padding-top: 36px;
	padding-bottom: 36px;
}
.top-contact-list li{
	padding:10px;
	color: #ffffff;
	margin-left: 30px;
	font-size: 14px;
}
.top-contact-list.contact-right{
	text-align: right;
}
.top-contact-list li:first-child{
	margin-left: 0;
}
.top-contact-list li i{
	margin-right: 8px;
	font-size: 18px;
	vertical-align: middle;
}
.top-contact-list li a:hover{
	color: #000;
}
.header-fixed .social-link li{
	padding:15px 0;
}
.social-link li:first-child{
	padding-left: 0;
}
.social-link li a{
	background: #6d5c61;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.social-link li a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.logo{
	display: inline-block;
	margin:10px 50px 10px 0;
}
.logo .img-responsive{
	width: 90px;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	/*padding-top: 44px;*/
	display: inline-block;
	vertical-align: top;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:12px 15px;
	color:#000;
	white-space: normal;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	display: block;
	/*font-weight: 500;*/
	font-size: 20px;
	color: #ffffff;
	padding:40px 30px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.header-fixed .navigation a{
	padding:20px 30px;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	color: #fff;
	background-color: #7b3018;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #ffffff;
	background-color: #544147;
}

.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    min-height: 450px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-page .parallax-window{
	min-height: 100vh;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-parallax .container{
	position: relative;
	z-index: 9;
}
.brand{
	display: block;
	margin-top: 120px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}
.brand .img-responsive{
    /*max-width:200px;*/
}
.call-us-btn {
    left: auto;
    top: auto;
    bottom: 66%;
    right: 0;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a {
    color: #ffffff;
    background-color: #d5c5bc;
    font-size: 20px;
    display: block;
    padding: 15px;
}
#scroll-down {
    color: #6d5c61;
    border: 2px solid #6d5c61;
    width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}
.home-parallax .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.overflow-hidden{
	overflow: hidden;
}
.parallax{
	position: relative;
	padding:150px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1{
	background-image: url("../images/breadcrumb/breadcrumb-bg.jpg");
}
.home-parallax .breadcrumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:15px 40px;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li + li::before{
	content: '\eaa0';
	font-family:IcoFont;
}
.breadcrumb a:hover{
	color: #b8a9a0;
}
.breadcrumb>.active{
	color: #eee;
}
.sub-heading{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 140px;
}
.sub-heading:hover{
	transform: scale(1.1);
}
.single-service-item {
    margin: 20px 0;
    text-align: center;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
    border: 1px solid #dfdfdf;
    padding:5px;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.3) rotate(10deg);
    -moz-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h3 {
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
    color: #fff;
}
.services-wrap{
	text-align: center;
	margin:25px 0;
}
.services-wrap .service-title{
	font-size: 20px; 
}
.services-wrap .icon-box {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto 25px;
    transition: all 500ms ease;
}
.services-wrap:hover .icon-box,
.services-wrap:hover .icon-box .count{
    background: #544147;
}
.services-wrap .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #9a9a9a;
    font-size: 50px;
    transition: all 500ms ease;
    text-align: center;
	line-height: 160px;
	color: #9a9a9a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-wrap:hover .icon-box .icon{
    font-size: 56px;
    color: #544147;
}
.services-wrap .icon-box .count {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;
    transition: all 500ms ease;
    color: #000;
}
.services-wrap:hover .icon-box .count{
	color: #ffffff;
}
.list1 li{
	padding:0 0 0 20px;
	position: relative;
}
.list1 li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\ea69';
	font-family:IcoFont;
	font-size: 18px;
}
.list1 li:first-child:before,
.list1 li a{
	color: #000;
}
.address-box{
	margin-bottom: 12px;
}
.address-icon-holder{
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 22px;
}
.address-box .address-icon-holder{
	color: #fff;
}
.address-box:hover .address-icon-holder,
.address-box a:hover{
	color: #fff;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
	color: #fff;
}
.address-box .address-content strong{
	font-weight: 500;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #000;
}
textarea.form-control{
	height: 310px;
	resize: vertical;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
footer .social-link li{
    padding:10px 0;
}
.footer-social-links{
	text-align: right;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 20px;
	padding: 0!important;
}
.footer-links,.copyright{
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.footer-links,
.footer-links a{
	color: #9a9a9a;
}
.footer-social-links li a:hover,
.footer-links a:hover{
	color: #ffffff;
}
.footer-brand{
	padding:25px 0 0 0;
}
.copyright{
	padding-top: 12px;
}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:65px;
	right:10px;
	z-index: 1000;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/totop.gif')
	no-repeat left top;
}
#toTopHover {
	background:url('../images/totop.gif') no-repeat left bottom;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

@media(min-width: 220px) and (max-width: 990px){	
	.container-fluid{
	    padding-right: 25px;
	    padding-left: 25px;
	}	
	.section{
		padding:3.5em 0;
	}
	.mobile-menu{
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #544147;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px 0;
	}
	.isStuck .mobile-menu{
		background-color: #6d5c61;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.header-fixed .navigation li a,
	.navigation li a{
		padding:10px 20px;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #544147;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.footer-social-links{
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-social-links li:first-child{
		margin-left: 0;
	}
	.sub-heading{
	    padding: 0; 
	}
	.sub-heading:hover {
	    transform: scale(1);
	}
}
@media(min-width: 767px) and (max-width: 990px){

}
@media(min-width: 220px) and (max-width: 767px){
	h1{
		font-size: 26px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	.footer-social-link,
	.copyright{
		text-align: center;
	}
	.copyright{
		padding-bottom: 10px;
	}
}