/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Stone
Version:     1.0
Last change: 20/11/2015
Primary use: Portfolio

------------------------------------------------------------------
[General Styles]
*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 28, 2017 */



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

}
body{
	background:#fff;
	font-family:'Humanist521BT-Light', sans-serif;
	line-height:1.8;
	font-size:12px;
	color:#787878;
	-ms-overflow-style:scrollbar;
	overflow-x:hidden;
}

img{
	max-width:100%;
	height:auto;
}

iframe{
	border:0;
}

.sidebar{
	position:fixed;
	width:250px;
	/*background-color:#111;*/
	background-image: url("../../images/pattern.png");
	height:100%;
	top:0;
	left:0;
	padding:50px 0 0px 20px;
	z-index:999;
	background-size: 100%;
	background-repeat: repeat;
	background-position:center center;
	/*-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}

.sidebar a{
	color:rgba(255, 255, 255, .7);
}

.sidebar a:hover{
	color:#fff;
}

.sidebar .copyright{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:15px 30px;
	font-size:11px;
}

.sidebar .social-icons a{
	font-size:18px;
	margin-right:10px;
}

.wrapper{
	position:relative;
	margin-left:250px;
}

@media (max-width: 991px){

	.sidebar{
		position:relative;
		z-index:999;
		height:auto;
		width:100%;
		padding:0;
	}

	.sidebar:after{
		content:normal;
	}

	.sidebar .copyright{
		display:none;
	}

	.wrapper{
		margin-left:0;
	}
}

.container-custom{
	max-width:1170px;
	margin:0 auto;
}
/*!------------------------------------------------------------------
[Typography]
*/

a{
	color: rgb(41,157,206);
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

a:hover, a:focus{
	text-decoration:none;
	outline:none;
	color:rgba(17, 17, 17, 0.8);
}

h1, h2, h3, h4, h5, h6{
	font-family: "Humanist777BT-LightB",Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	color:#111;
	margin:0 0 20px;
}

h1{
	font-size:20px;
}

h2{
	font-size:18px;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

h6{
	font-size:12px;
}

p, ul, ol{
	margin:0 0 30px;
}

pre{
	border:0;
	line-height:1.9;
	font-size:12px;
	padding:35px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

blockquote{
	border:0;
	font-family:Georgia, sans-serif;
	text-align:center;
	font-style:italic;
	font-size:28px;
	color:#111;
	padding:0;
	margin:0;
}

blockquote:before{
	display:block;
	content:"\f10d";
	margin:0 0 30px;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:24px;
	color:#BBB;
	-webkit-font-smoothing:antialiased;
	text-rendering:auto;
	opacity:0.3;
}

blockquote cite{
	display:block;
	font-size:17px;
	color:#BBB;
	margin:30px 0;
}

.lead{
	line-height:1.8;
	font-size:18px;
}

.font-alt{
	font-family:'HelveticaNeueLTPro-Md', Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}

.font-serif{
	font-family:Georgia, sans-serif;
	font-style:italic;
}

.text-light{
	color:#fff !important;

}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6{
	color:#fff !important;
}

.text-light a{
	color:rgba(255, 255, 255, 0.7);
}

.text-light a:hover{
	color:#fff;
}

/*!------------------------------------------------------------------
[Preloader]
*/

/*.page-loader{
	background:#fff;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9998;
}

.loader{
	position:absolute;
	top:35%;
	left:45%;
	margin:0px 0 0 0px;
	text-indent:-9999em;
	background-color:transparent;

}

.loader:after{
	background: url('../../images/Liplock-GIF.gif' ) center no-repeat;
	background-size: 100%; width: 100%;
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:150px;
	height:100px;
	padding:2px;
}
*/
.page-loader{
	background:#fff;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9998;
}

.loader{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	text-indent:-9999em;
	background-color:transparent;
	border:5px solid #ECEFF1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.loader:after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	padding:2px;
	border-width:2px;
	border-style:solid;
	border-color:#111 transparent transparent transparent;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
	-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}
@keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

@-webkit-keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}
@media (min-width: 768px) and (max-width: 991px){
	.loader{
		position:absolute;
		top: 30%!important;
		left: 40%!important;
	}
}
@media (min-width: 481px) and (max-width: 767px){
	.loader{
		position:absolute;
		top: 35%!important;
		left: 40%!important;
	}
}
@media (min-width: 361px) and (max-width: 480px){
	.loader{
		position:absolute;
		top: 35%!important;
		left: 40%!important;
	}
}
@media (min-width: 320px) and (max-width: 360px){
	.loader{
		position:absolute;
		top: 40%!important;
		left: 50%!important;
	}
}
/*!------------------------------------------------------------------
[Forms]
*/

.login-regiter .form-control{
	background:#D4BF94;
	border:0;
	height:40px;
	padding:13px 16px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	color:#ffffff!important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.login-regiter .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.login-regiter .form-control:focus{
	border-color:#CACACA;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.comments-form .control-label{
	font-weight:400;
	font-size:12px;
	color:#BBB;
}

@media (min-width: 768px){

	.comments-form .control-label{
		padding-top:12px;
	}

}
/*!------------------------------------------------------------------
[Buttons]
*/

.btn{
	font-family: "Humanist777BT-LightB",Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	font-size:11px;
	padding:11px 28px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:0;
}

.btn-dark, .btn-dark:focus{
	background:rgba(17, 17, 17, 1);
	color:#fff;
}
.btn-dark:hover{
	background:rgba(17, 17, 17, 0.8);
	color:#fff;
}

/*! Button types */

.btn.btn-round{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.btn.btn-circle{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
}

/*! Button sizes */

.btn.btn-lg{
	letter-spacing:3px;
	font-size:12px;
	padding:12px 45px;
}

.btn.btn-sm{
	letter-spacing:1px;
	font-size:10px;
	padding:6px 25px;
}

.btn.btn-xs{
	letter-spacing:1px;
	font-size:9px;
	padding:4px 19px;
}
/*!------------------------------------------------------------------
[Bars]
*/

.progress{
	overflow:visible;
	height:4px;
}

.progress-bar{
	position:relative;
	background:#111;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.progress-title{
	font-size:12px;
	margin:0 0 12px;
}

.progress-bar > span{
	position:absolute;
	background:#111;
	padding:2px 10px;
	top:-12px;
	right:0;
	font-size:11px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.progress-bar.progress-bar-success{
	background-color:#5cb85c;
}

.progress-bar.progress-bar-success > span{
	background-color:#5cb85c;
}

.progress-bar.progress-bar-info{
	background-color:#5bc0de;
}

.progress-bar.progress-bar-info > span{
	background-color:#5bc0de;
}

.progress-bar.progress-bar-warning{
	background-color:#f0ad4e;
}

.progress-bar.progress-bar-warning > span{
	background-color:#f0ad4e;
}

.progress-bar.progress-bar-danger{
	background-color:#d9534f;
}

.progress-bar.progress-bar-danger > span{
	background-color:#d9534f;
}
/*!------------------------------------------------------------------
[Counters]
*/

.counter{
	text-align:center;
}

.counter-icon{
	line-height:1;
	font-size:42px;
}

.counter-title{
	font-weight:700;
	font-size:28px;
	margin:40px 0 20px;
}

.counter-content p{
	font-size:14px;
	margin:0;
}
/*!------------------------------------------------------------------
[Clients]
*/

.client-item{
	opacity:0.7;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.client-item:hover{
	opacity:1;
}
/*!------------------------------------------------------------------
[Iconbox]
*/

.iconbox{
	text-align:center;
	margin:40px 0;
}

.iconbox-icon{
	font-size:48px;
	color:#111;
	margin:0 0 20px;
}

.iconbox-title{
	font-size:13px;
	margin:0 0 15px!important;
}

.iconbox-left{
	position:relative;
	padding-left:60px;
	text-align:left;
	margin:40px 0;
}

.iconbox-left .iconbox-icon{
	position:absolute;
	height:40px;
	width:40px;
	left:0;
	top:0;
	text-align:center;
	line-height:40px;
	font-size:28px;
}
/*!------------------------------------------------------------------
[Team]
*/

.team-item{
	text-align:center;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.team-item.js-fade{
	opacity:0.5;
}

.team-inner{
	padding:25px 0 0;
}

.team-name{
	font-size:13px;
	margin:0 0 10px;
}

.team-role{
	font-size:12px;
	color:#999;
}
/*!------------------------------------------------------------------
[Testimonials]
*/

.testimonial cite{
	color:#BBB;
	font-size:13px;
	font-style:normal;
	letter-spacing:4px;
	margin:0 auto;
	text-transform:uppercase;
	display:block;
}

.testimonial cite img{
	border-radius:100%;
	display:block;
	height:65px;
	margin:40px auto 20px;
	width:auto;
}

/*!------------------------------------------------------------------
[Owl slider]
*/

.owl-theme .owl-controls{
	margin-top:40px;
	text-align:center;
}

.owl-theme .owl-controls .owl-buttons div{
	background:#fff;
}
/*!------------------------------------------------------------------
[Pagination]
*/

.pagination > li > a, .pagination > li > span{
	background:#f5f5f5;
	border:0;
	color:#111;
	padding:9px 14px;
	margin:0 5px 0 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#111;
	color:#fff;
}
/*!------------------------------------------------------------------
[Tags]
*/

.tags a{
	position:relative;
	background:#f5f5f5;
	display:inline-block;
	padding:6px 20px 5px 10px;
	margin:0px 15px 10px 0;
	font-size:11px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	-o-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}

.tags a:before{
	border-top:13px solid rgba(0, 0, 0, 0);
	border-left:9px solid #f5f5f5;
	border-bottom:13px solid rgba(0, 0, 0, 0);
	position:absolute;
	content:"";
	right:-9px;
	top:2px;
	height:0;
	width:0;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.tags a:after{
	background:#fff;
	position:absolute;
	display:block;
	content:"";
	right:4px;
	top:12px;
	height:4px;
	width:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.tags a:hover{
	background:#eee;
}

.tags a:hover:before{
	border-left-color:#eee;
}
/*!------------------------------------------------------------------
[Tabs]
*/

.nav-tabs{
	border-color:#eee;
}

.nav-tabs > li > a{
	font-weight:400;
	font-size:13px;
	color:#111;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-color:#eee;
	border-bottom:1px solid transparent;
	color:#111;
}

.tab-content{
	padding:15px 0;
}
/*!------------------------------------------------------------------
[Accordions]
*/

.panel-title, .panel-title a{
	font-weight:400;
	font-size:13px;
	color:#111;
}

.panel-group{
	border:1px solid #eee;
	border-bottom:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.panel-group .panel{
	border-radius:0;
}

.panel{
	border:0;
	border-bottom:1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-color:#eee;
}

.panel-heading{
	padding:15px 20px;
}

.panel-default > .panel-heading{
	background:transparent;
	border-color:#eee;
}

.panel-heading a{
	position:relative;
	display:block;
}

.panel-heading a:after{
	position:absolute;
	content:"\f068";
	top:50%;
	right:0px;
	margin-top:-5px;
	font-family:"FontAwesome";
	font-size:11px;
	line-height:1;
}

.panel-heading a.collapsed:after{
	content:"\f067";
}

.panel-title{
	font-size:15px;
}

.panel-group .panel + .panel{
	border-top:0;
	margin-top:0;
}

.panel-arrow .panel-heading a:after{
	content:"\f106";
}

.panel-arrow .panel-heading a.collapsed:after{
	content:"\f107";
}
/*!------------------------------------------------------------------
[Gallery]
*/

.gallery{
	margin-left:-10%;
	margin-right:-10%;
	margin-bottom:30px;
}

.gallery-item{
	margin:0 0 15px;
}

.gallery .gallery-caption{
	background-color:rgba(255, 255, 255, .96);
	position:absolute;
	bottom:30px;
	left:30px;
	margin-right:30px;
	padding:8px 12px;
	text-align:left;
	font-size:11px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;
	opacity:0;
}

.gallery-item:hover .gallery-caption{
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
/*!------------------------------------------------------------------
[Sliders]
*/

.slider{
	margin-bottom: -1px;
}

.slider.owl-theme .owl-controls{
	margin:0;
}

.slider .owl-buttons{
	position:absolute;
	right:15px;
	bottom:15px;
}

.slider .owl-controls .owl-buttons .owl-prev, .slider .owl-controls .owl-buttons .owl-next{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	padding:6px 15px;
	margin:0;
	filter:Alpha(Opacity=100);
	opacity:1;
	color:#111;
}

.slider .owl-controls .owl-buttons .owl-prev:hover, .slider .owl-controls .owl-buttons .owl-next:hover{
	background:#f5f5f5;
}

.slider .owl-controls .owl-buttons .owl-prev{
	border-right:1px solid #eee;
	padding-right:16px;
}

.owl-wrapper-outer{
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
}

.slides-container .hero-caption{
	padding-right:50px;
}

@media (max-width: 991px){

	.slides-container .hero-caption{
		padding-right:0;
	}

}
/*!------------------------------------------------------------------
[Navbar]
*/

.navbar-custom{
	background:transparent;
	border:0;
	padding:0;
	margin:0;
}

.navbar-custom .navbar-brand{
	display:table-cell;
	vertical-align:middle;
	float:none;
	height:70px;
	padding-top:0;
	padding-bottom:0;
	letter-spacing:5px;
	font-weight:400;
	font-size:23px;
	color:#fff;
}

.navbar-custom li > a, .navbar-custom .dropdown-menu li > a{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	color:#713900;
	font-weight: bold;
	/*padding-top: 5px!important;
	padding-bottom: 5px!important;*/
}

.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:hover, .navbar-custom .nav .open > a:focus, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus{
	background:transparent;
	color:#713900;
}

.navbar-custom .dropdown-menu{
	background:rgba(26, 26, 26, .9);
	border:0;
	padding:5px 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.navbar-custom .navbar-toggle .icon-bar{
	background:#743D04;
}

.navbar-custom .navbar-toggle{
	padding:0;
	margin:31px 20px 0 0
}

.navbar-custom .navbar-nav{
	margin-top:0;
	margin-bottom:0;
}

.navbar-custom .navbar-collapse{
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 992px){

	.navbar-custom .navbar-header{
		float:none;
		margin:0 0 20px;
	}

	.navbar-custom .navbar-nav{
		float:none;
	}

	.navbar-custom .navbar-nav li{
		float:none;
		margin-bottom: 8px;
	}

	.navbar-custom li > a, .navbar-custom .dropdown-menu li > a{
		padding-top:0px;
		padding-bottom:0px;
		/*margin-top:9px;
		margin-bottom:9px;*/
	}

	.navbar-custom li.dropdown > a:after{
		position:absolute;
		display:block;
		right:35px;
		top:50%;
		margin-top:-6px;
		font:normal normal normal 14px/1 FontAwesome;
		font-size:10px;
		content:"\f105";
		text-rendering:auto;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.navbar-custom .dropdown-menu{
		top:-5px;
		left:100%;
		min-width:200px;
	}

	.navbar-custom .navbar-collapse{
		padding-left:0;
		padding-right:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		box-shadow:none;
	}
	.lip-pro-name, .lip-logout{
		padding-top: 0px;
	}

}

@media (max-width: 991px){

	.navbar-custom li > a{
		-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header{
		padding:10px 15px 10px 25px;
	}

	.navbar-nav>li>.dropdown-menu{
		padding-top:0;
		padding-bottom:0;
	}
	.lip-pro-name, .lip-logout{
		padding-top: 10px!important;
	}

}

/*!------------------------------------------------------------------
[Module Hero]
*/

.module-hero{
	position:relative;
	overflow:hidden;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height: 475px!important;
}

.hero-caption{
	position:relative;
	display:table;
	height:80%;
	width:80%;
	text-align:center;
	margin:0 auto;
	z-index:2;
}

.hero-text{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height:80%;
}

.hero-subtitle{
	font-size:16px;
	margin:0 0 40px;
}

.module-hero h1, .module-hero h2, .module-hero h3, .module-hero h4, .module-hero h5, .module-hero h6{
	line-height:1.4;
	margin:0 0 20px;
}

.module-hero h1{
	letter-spacing:20px;
	font-weight:300;
	font-size:54px;
}

.module-hero h2{
	letter-spacing:16px;
	font-weight:300;
	font-size:48px;
}

.module-hero h3{
	letter-spacing:12px;
	font-size:32px;
}

.module-hero h4{
	letter-spacing:10px;
	font-size:18px;
}

.module-hero h5{
	letter-spacing:8px;
	font-size:14px;
}

.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
}

@media (max-width: 767px){

	.module-hero h1{
		font-size:38px;
	}

	.module-hero h2{
		font-size:30px;
	}

	.module-hero h3{
		letter-spacing:12px;
		font-size:22px;
	}

}

@media (max-width: 667px){

	.module-hero h1{
		letter-spacing:10px;
		font-size:30px;
	}

	.module-hero h2{
		letter-spacing:8px;
		font-size:22px;
	}

	.module-hero h3{
		letter-spacing:6px;
		font-size:18px;
	}

	.module-hero h4{
		letter-spacing:4px;
		font-size:16px;
	}

	.module-hero h5{
		letter-spacing:2px;
		font-size:14px;
	}

	.module-hero h6{
		letter-spacing:2px;
		font-size:12px;
	}

}
/*!------------------------------------------------------------------
[Modules]
*/

.module, .module-sm, .module-xs{
	background-color:#fff;
	background-attachment:fixed;
	padding:140px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.module-sm{
	padding:70px 0;
}

.module-xs{
	padding:35px 0;
}

.module-title{
	letter-spacing:2px;
	text-align:center;
	line-height:1.4;
	font-weight:300;
	font-size:21px;
}

.module-subtitle{
	font-family:Georgia, serif;
	text-align:center;
	font-style:italic;
	line-height:1.8;
	font-weight:400;
	font-size:14px;
	color:#636363;
}

.module-title, .module-subtitle{
	margin:0 0 100px;
}

.module-title + .module-subtitle{
	margin-top:-70px;
}
/*!------------------------------------------------------------------
[Overlays]
*/

.bg-gray{
	background-color:#f5f5f5;
}

.bg-film:before, .bg-dark-30:before, .bg-dark-60:before, .bg-dark-90:before{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
}

.bg-dark-30:before{
	background:rgba(34, 34, 34, 0.3);
	content:"";
	left:0;
	top:0;
}

.bg-dark-60:before{
	background:rgba(34, 34, 34, 0.6);
	content:"";
	left:0;
	top:0;
}

.bg-dark-90:before{
	background:rgba(34, 34, 34, 0.9);
	content:"";
	left:0;
	top:0;
}

.bg-film:before{
	background-image:url(../images/dot.gif);
	opacity:0.15;
	content:"";
	left:0;
	top:0;
}

.bg-film, .bg-dark-30, .bg-dark-60, .bg-dark-90{
	color:#fff;
	height: 80%!important;

}

.bg-film h1, .bg-film h2, .bg-film h3, .bg-film h4, .bg-film h5, .bg-film h6, .bg-film .module-subtitle, .bg-dark-30 h1, .bg-dark-30 h2, .bg-dark-30 h3, .bg-dark-30 h4, .bg-dark-30 h5, .bg-dark-30 h6, .bg-dark-30 .module-subtitle, .bg-dark-60 h1, .bg-dark-60 h2, .bg-dark-60 h3, .bg-dark-60 h4, .bg-dark-60 h5, .bg-dark-60 h6, .bg-dark-60 .module-subtitle, .bg-dark-90 h1, .bg-dark-90 h2, .bg-dark-90 h3, .bg-dark-90 h4, .bg-dark-90 h5, .bg-dark-90 h6, .bg-dark-90 .module-subtitle{
	color:#fff;
}

.module-map{
	position:relative;
	overflow:hidden;
	width:100%;
	-webkit-transform:translateZ(0px);
	        transform:translateZ(0px);
}

#map{
	height:100% !important;
	width:100%;
}

.divider{
	border-color:#f5f5f5;
	margin:0;
}

@media (max-width: 1199px){

	.module, .module-sm, .module-xs, .footer{
		padding-left:20px;
		padding-right:20px;
	}

}
/*!------------------------------------------------------------------
[Blog]
*/

.post{
	margin-bottom:60px;
}

.post-header{
	margin:40px 0 30px;
}

.post-content{
	padding-bottom:20px;
}

.post-title, .post-title a{
	font-weight:700;
	font-size:16px;
	color:#111;
	margin:0 0 10px;
}

.post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child, .post h5:first-child, .post h6:first-child{
	margin-top:0px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
	margin-top:40px;
}

.post p > img, .post-thumbnail img{
	width:100%;
	max-width:none;
	/*margin-left:-10%;*/
	/*margin-right:-10%;*/
}

.post .slider img{
	margin-left:0;
	margin-right:0;
}

.post .slider.owl-carousel{
	width:100%;
	/*margin-left:-10%;*/
	/*margin-right:-10%;*/
}

.post .fluid-width-video-wrapper{
	width:120%;
	margin-left:-10%;
	margin-right:-10%;
}

.post .gallery{
	margin-left:-10%;
	margin-right:-10%;
}

.post pre{
	margin:40px -10% 40px;
}

.post blockquote{
	margin:60px -10%;
}

@media (max-width: 991px){

	.post p > img, .post-thumbnail img, .post .slider.owl-carousel, .post .fluid-width-video-wrapper{
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}

	.post pre, .post .gallery, .post blockquote{
		margin-left:0;
		margin-right:0;
	}

}
/*!------------------------------------------------------------------
[Post Navigation]
*/

.post-navigation{
	display:block;
	background-color:rgba(34, 34, 34, 0.5);
	text-align:center;
	padding:140px 20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.post-navigation:hover{
	background-color:rgba(34, 34, 34, 0.7);
}

.post-navigation{
	color:#fff;
}

.post-navigation h1, .post-navigation h2, .post-navigation h3, .post-navigation h4, .post-navigation h5, .post-navigation h6{
	color:#fff !important;
}

.post-nav-title{
	letter-spacing:6px;
	font-size:32px;
	margin-bottom:0;
}

.post-nav-subtitle{
	font-size:13px;
}
/*!------------------------------------------------------------------
[Comments and Comment form]
*/

.comment-avatar{
	float:left;
	max-width:50px;
}

.comment-avatar img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.comment-content{
	margin:0 0 40px 70px;
	padding:0 0 25px;
}

.comment-author{
	font-size:11px;
	margin:0 0 20px;
}

.comment-author a{
	color:#111;
}

.comment-meta{
	font-size:10px;
}

.post-author{
	margin:80px 0 0;
}

.comment-title, .comment-form-title, .post-author-title{
	font-size:15px;
	margin:0 0 20px;
}

.comments + .comment-form{
	margin:70px 0 0;
}

@media (min-width: 768px){

	.comment .comment{
		margin-left:70px;
	}

}
/*!------------------------------------------------------------------
[Portfolio]
*/
.liplock_main_head {
    border: 2px solid transparent;
	font-weight: 700;
	font-size: 18px;
	color: #dedede;
	padding: 15px 15px 0px;
	letter-spacing: 8px;
	margin-bottom: 10px !important;
}
.filters{
	text-align:center;
	list-style:none;
	padding:0;
	margin:0 0 20px;
}

.filters li{
	display:inline-block;
	margin:10px 3px 0 0;
}

.filters li > a{
	border:2px solid transparent;
	font-weight:700;
	font-size:11px;
	color:#111;
	padding:5px 15px;
}
.filters li > a:hover{
	background-color: #F6D69F;
	color: #ffffff;
	border-color:#F6D69F;
}

.filters li > a.current{
	background:#111;
	color:#fff;
	border-color:#111;
}

.works-grid-wrapper{
	margin-left:-8px;
	margin-right:-8px;
	padding:8px 0;
}

.work-item{
	position:relative;
	overflow:none;
	width:25%;
}

.work-grid-3 .work-item{
	width:33.3333%;
}

.works-grid-gutter .work-item{
	padding:0px;
}

.work-wrapper{
	position:relative;
}

.work-item .work-thumbnail:after{
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:1;
	/*-webkit-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);*/
}

.work-item:hover .work-thumbnail:after{
	background:rgba(255, 255, 255, 0.8);
}

.work-item img{
	height:auto;
	width:100%;
}

.work-caption{
	position:absolute;
	top:50%;
	width:100%;
	padding:0 20px;
	text-align:center;
	z-index:1;
	opacity:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.work-item:hover .work-caption{
	opacity:1;
}

.work-title{
	letter-spacing:4px;
	font-weight:700;
	font-size:13px;
	opacity:0;
	margin:0 0 15px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.work-item:hover .work-title{
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.work-category{
	font-style:italic;
	font-weight:400;
	font-size:12px;
	opacity:0;
	margin:0;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.work-category a{
	color:#999;
}

.work-item:hover .work-category{
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
}

.work-item:hover .work-title, .work-item:hover .work-category{
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}

.work-link{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:3;
}

@media (max-width: 1200px){

	.work-item{
		width:50%;
	}

}

@media (max-width: 767px){

	.work-item, .works-grid-3 .work-item{
		width:100%;
	}

}

.liplock_block .work-item{
	position:relative;
	overflow:none;
	width:25%;
}

.liplock_block .work-grid-3 .work-item{
	width:33.3333%;
}

.liplock_block .works-grid-gutter .work-item{
	padding:8px;
}

.liplock_block .work-wrapper{
	position:relative;
}

.liplock_block .work-item .work-thumbnail:after{
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:1;
	/*-webkit-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);*/
}

.liplock_block .work-item:hover .work-thumbnail:after{
	/*background:rgba(255, 255, 255, 0.8);*/
	background:transparent;
}

.liplock_block .work-item img{
	height:auto;
	width:100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.work-item .work-thumbnail:hover img.work-img{
	/*transform: scale(1.05);*/
	
	overflow: hidden;
}
.shadow-list{
	box-shadow: 0 8px 4px -7px #663300;
}
.shadow-list:hover
{
	box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.34), 0 6px 25px 0 rgba(0, 0, 0, 0.26);
	transition: box-shadow 0.6s linear;
	-webkit-transition: box-shadow 0.6s linear;
	-moz-transition: box-shadow 0.6s linear;
	-o-transition: box-shadow 0.6s linear;
}
.liplock_block .work-caption{
	position:absolute;
	top:50%;
	width:100%;
	padding:0 20px;
	text-align:center;
	z-index:1;
	opacity:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.liplock_block .work-item:hover .work-caption{
	opacity:1;
}

.liplock_block .work-title{
	letter-spacing:4px;
	font-weight:700;
	font-size:13px;
	opacity:0;
	margin:0 0 15px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.liplock_block .work-item:hover .work-title{
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.liplock_block .work-category{
	font-style:italic;
	font-weight:400;
	font-size:12px;
	opacity:0;
	margin:0;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.liplock_block .work-category a{
	color:#999;
}

.liplock_block .work-item:hover .work-category{
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
}

.liplock_block .work-item:hover .work-title, .liplock_block .work-item:hover .work-category{
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}

.liplock_block .work-link{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:3;
}

.ps-icon{
		margin-top: 17px;
}
.loplock_slides{
	position: relative; height: 100%; width: 100%; left: -125px;
}

.arrow_d{
	position: absolute; 
	margin-top: 18%;
	right: 46%;
	color: #ffffff;
}




/*---------dhasara----------*/

.lib-dhasara-context{
	background: #EED7AB;
	padding-top: 20px; 
	margin-left: 1px;
	margin-right: 1px;
	
}
.lib-dhasara-context h2{
	color: #6C3700;
	font-size: 20px;
}
.panel-fa-icons{
	border-left:1px dotted #cccccc;
	padding:5px 5px 0px 10px;
	margin:5px 0 5px 0;
}

.panel-fa-icons .fa{
	color: #999999;
	font-size: 14px;

}
.panel-fa-icons .fa:hover, .panel-fa-icons .fa:focus, .panel-fa-icons .fa:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.joy_box{
	background-color:#FBFBFA;
	padding:20px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom:5px solid #F6F6F5;
}
.joy_box h2{
	color: #62AE8D;
	font-size: 30px;
	line-height:30pt;
	margin: 10px 0 0 15px;
	
}
.joy_box h3{
	color: #62AE8D;
	font-size: 16px;
	margin: 0px;
	line-height: 18pt;
}
.joy_box p{
	margin-top:10px;
	font-size: 13px;
	line-height: 12pt;
}
.j_img{
	height:67px;
	margin-bottom:10px;
}
.pad_all_10 {
	padding: 0px 10px;
	line-height: 20px;
}
.b_l_t h2{
	margin-top: 24px;
	text-align: center;
	text-transform: uppercase;
}
.b_l_t h2 {
	width: 100%; 
	text-align: center; 
	border-bottom: 2px solid #62AE8D; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
	font-size: 16px;
} 

.b_l_t h2 span { 
	background:#FBFBFA; 
	padding:0 10px; 
}

/*---------end dhasara----------*/
/*banner icons*/
.owl-text-icon{
	position: absolute;
	bottom: 0px;
	right: 45px;
	font-size: 18px;
}
.banner-fa-icons .fa{
	 
	color: #fbdd89;
    background-color: #D92C25;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    margin: 0 1px;
    transition: all .5s;

}
.banner-fa-icons li{
	padding-left: 0px;
padding-right: 0px;
}

<<<<<<< HEAD

=======
/*-----------diwali----------*/
.diwali{
	margin-top: 0px!important;
	 font-family: 'just_tell_me_whatregular';
	background-image: url("../../images/diwali/background.png");
	background-size:cover;
}
.diwali-h-text{
	font-size: 22px!important;
	line-height:28px!important;
	color:#2B5F7D!important;
	padding: 30px 41px!important;
	
}
.diwali-slider{
	margin-bottom: 10px!important;
}
.arrow_r1{
	margin-top: -34% !important;
	margin-left: 100%;
	vertical-align: middle;

}
.arrow_r2{
	margin-top: -34% !important;
	margin-left: 87%;
	vertical-align: middle;

}
.arrow_r3{
	margin-top: -34% !important;
	margin-left: 104%;
	vertical-align: middle;

}
.c_btn{
 background-color: rgba(255, 255, 255, 0);
}
.about_sishu{
	padding-top: 30px;
 	text-align: center;
}
.about_sishu p{
	font-size: 18px
}

/*------------ten over ten-------------*/
.discount_ten{
	margin-bottom:0px !important;
	padding-bottom:10px !important;
	padding-left: 20px;
}
.discount_ten b{
	color:#FFF15E;font-size:14px;
}
.discount_text{
	color:#ffffff;font-size:14px;padding-top:3%;padding-bottom:0px;padding-right:2%;
}



/*-----------end diwali--------*/
@media (min-width: 1581px){
	.module-hero {
		height: 384px !important;
	}
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:16.66%;
	}
}
@media (min-width: 1481px) and (max-width: 1580px){
	.module-hero {
		height: 545px !important;
	}
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:16.66%;
	}
}
@media (min-width: 1581px) and (max-width: 1920px){
    .module-hero {
            height: 545px !important;
    }
}
@media (min-width: 1920px){
       .module-hero {
            height: 545px !important;
    }
}
/*@media (min-width: 1520px){
	.module-hero {
		height: 685px !important;
	}
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:16.66%;
	}
}
@media (min-width: 1390px) and (max-width: 1519px){
	.module-hero {
		height: 600px !important;
	}
}*/
@media (min-width: 1390px) and (max-width: 1480px){
	.module-hero {
		height: 600px !important;
	}
}
@media (max-width: 1200px){

	.liplock_block .work-item{
		width:50%;
	}
	.module-hero {
		height: 520px !important;
	}
	.loplock_slides{
		left: -20 !important;
	}
	#slides{
		height: 500px!important;
	}
	.module-hero {
	    height: 395px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 20%;
		right: 46%;
		color: #ffffff;
	}
	.diwali-img-3{
		margin-top: 13px;
	}
	
	
}

@media (min-width: 768px) and (max-width: 979px){
	.sidebar {
		background-size: auto;
	}
	.liplock_logo{
		width: 90px;
		padding-top: 10px!important;
	}
	.ps-icon{
		margin-top: 10px !important;
	}
	.lxs-icon{
        position: absolute;
        top: 0%;
        right: 45px;
        z-index: 1529;
        display: table-cell;
        vertical-align: middle;
        float: none;
        line-height: 52px;
    }
    .liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:33%;
	}
	.bg-dark-30 {
		height: 80% !important;
	}
	.slides-navigation {
		top: 50%;
	}
	.loplock_slides{
		left: 0 !important;
	}
	#slides{
		height: 500px!important;
	}
	.module-hero {
	    height: 400px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 20%;
		right: 46%;
		color: #ffffff;
	}
	/*dhasara page css*/
    .b_l_t h2 {
		width: 100%; 
		text-align: center; 
		border-bottom: 2px solid #62AE8D; 
		line-height: 0.1em;
		margin: 10px 0 10px; 
		font-size: 14px;
		margin-top: 20px;
	} 
	.owl-text-icon{
		
		bottom: -16px !important;
		right: 32px !important;
	}
	.diwali-img-4{
		margin-top: 20px;
	}
	.diwali-img-3{
		margin-top: 20px;
	}
	.diwali-img-1{
		margin-top: 10px;
	}
	.arrow_r2 {
    	margin-top: -48% !important;
    	margin-left: 94%;
	}
	.diwali-img-4{
		margin-top: 14px;
	}
	.arrow_r1 {
    	margin-top: -42% !important;
    	margin-left: 107%
	}
}
@media (min-width:521px) and (max-width: 767px){
	.sidebar {
		background-size: auto;
	}
	.liplock_logo{
		width: 90px!important;
		padding-top: 10px!important;
	}
	.ps-icon{
		margin-top: 10px !important;
	}
	.lxs-icon{
        position: absolute;
        top: 0%;
        right: 45px;
        z-index: 1529;
        display: table-cell;
        vertical-align: middle;
        float: none;
        line-height: 52px;
    }
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:50%;
	}

	.bg-dark-30 {
		height: 61% !important;
	}
	.slides-navigation {
		top: 35%;
	}
	.loplock_slides{
		left: 0 !important;
	}
	#slides{
		height: 460px!important;
	}
	.module-hero {
	    height: 300px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 15%;
		right: 46%;
		color: #ffffff;
	}
	/*product page css*/
	.lip-rmv-margin{
		margin: 0px 0px 5px 0px;
	}
	p, ul, ol {
    	margin: 0 0 5px;
	}
	.pro-description{
		margin-top: 10px	!important;
		margin-bottom: 10px !important;
	}
	.pro-info-hr{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.owl-theme .owl-controls {
    	margin-top: 0px !important;
	}
	.footer {
    	padding: 30px 0!important;
    }
    .contact-info {
        margin: 0 0 20px!important;
    }
    /* end product page css*/
    .banner-fa-icons .fa {
    	font-size: 16px;
		width: 20px;
		height: 20px;
		padding-top: 4px;
	}
	.owl-text-icon{
		
		bottom: -5px;
		right: 22px;
	}
	.arrow_r3 {
    	
    	margin-left: 226px;
    	
	}
	.diwali-img-3{
		margin-top: 20px;
	}
}



@media (min-width:421px) and (max-width: 520px){
	.sidebar {
		background-size: auto;
	}
	.liplock_logo{
		width: 90px!important;
		padding-top: 10px!important;
	}
	.ps-icon{
		margin-top: 10px !important;
	}
	.lxs-icon{
        position: absolute;
        top: 0%;
        right: 45px;
        z-index: 1529;
        display: table-cell;
        vertical-align: middle;
        float: none;
        line-height: 52px;
    }
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:50%;
	}

	.bg-dark-30 {
		height: 61% !important;
	}
	.slides-navigation {
		top: 35%;
	}
	.loplock_slides{
		left: 0 !important;
	}
	#slides{
		height: 360px!important;
	}
	.module-hero {
	    height: 250px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 15%;
		right: 46%;
		color: #ffffff;
	}
	/*product page css*/
	.lip-rmv-margin{
		margin: 0px 0px 5px 0px;
	}
	p, ul, ol {
    	margin: 0 0 5px;
	}
	.pro-description{
		margin-top: 10px	!important;
		margin-bottom: 10px !important;
	}
	.pro-info-hr{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.owl-theme .owl-controls {
    	margin-top: 0px !important;
	}
	.footer {
    	padding: 30px 0!important;
    }
    .contact-info {
        margin: 0 0 20px!important;
    }
    /*end product page css*/
    .banner-fa-icons .fa {
    	font-size: 14px;
		width: 18px;
		height: 18px;
		padding-top: 3px;
	}
	.owl-text-icon{
		
		bottom: -5px;
		right: 19px;
	}


}

@media (min-width:361px) and (max-width: 420px){
	.sidebar {
		background-size: auto;
	}
	.liplock_logo{
		width: 90px!important;
		padding-top: 10px!important;
	}
	.ps-icon{
		margin-top: 10px !important;
	}
	.lxs-icon{
        position: absolute;
        top: 0%;
        right: 45px;
        z-index: 1529;
        display: table-cell;
        vertical-align: middle;
        float: none;
        line-height: 52px;
    }
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:100%;
		padding: 3px 30px !important;
	}

	.bg-dark-30 {
		height: 61% !important;
	}
	.slides-navigation {
		top: 35%;
	}
	.loplock_slides{
		left: 0 !important;
	}
	#slides{
		height: 360px!important;
	}
	.module-hero {
    	height: 183px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 15%;
		right: 46%;
		color: #ffffff;
	}
	/*product page css*/
	.lip-rmv-margin{
		margin: 0px 0px 5px 0px;
	}
	p, ul, ol {
    	margin: 0 0 5px;
	}
	.pro-description{
		margin-top: 10px	!important;
		margin-bottom: 10px !important;
	}
	.pro-info-hr{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.owl-theme .owl-controls {
    	margin-top: 0px !important;
	}
	.footer {
    	padding: 30px 0!important;
    }
    .contact-info {
        margin: 0 0 20px!important;
    }
    /*end product page css*/

    /*dhasara page css*/
    .b_l_t h2 {
		width: 100%; 
		text-align: center; 
		border-bottom: 2px solid #62AE8D; 
		line-height: 0.1em;
		margin: 10px 0 10px; 
		font-size: 11px;
		margin-top: 20px;
	} 
	.banner-fa-icons .fa {
    	font-size: 12px;
		width: 16px;
		height: 16px;
		padding-top: 3px;
	}
	.owl-text-icon{
		
		bottom: -8px;
		right: 17px;
	}
}
@media (min-width:320px) and (max-width: 360px){
	.sidebar {
		background-size: auto;
	}
	.liplock_logo{
		width: 90px!important;
		padding-top: 10px!important;
	}
	.ps-icon{
		margin-top: 10px !important;
	}
	.lxs-icon{
        position: absolute;
        top: 0%;
        right: 45px;
        z-index: 1529;
        display: table-cell;
        vertical-align: middle;
        float: none;
        line-height: 52px;
    }
	.liplock_block .work-item, .liplock_block .works-grid-3 .work-item{
		width:100%;
		padding: 3px 38px !important;
	}

	.bg-dark-30 {
		height: 61% !important;
	}
	.slides-navigation {
		top: 35%;
	}
	.loplock_slides{
		left: 0 !important;
	}
	#slides{
		height: 300px!important;
	}
	.module-hero {
    	height: 183px !important;
	}
	.arrow_d{
		position: absolute; 
		margin-top: 10%;
		right: 46%;
		color: #ffffff;
	}

	/*product page css*/
	.lip-rmv-margin{
		margin: 0px 0px 5px 0px;
	}
	p, ul, ol {
    	margin: 0 0 5px;
	}
	.pro-description{
		margin-top: 10px	!important;
		margin-bottom: 10px !important;
	}
	.pro-info-hr{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.owl-theme .owl-controls {
    	margin-top: 0px !important;
	}
	.footer {
    	padding: 30px 0!important;
    }
    .contact-info {
        margin: 0 0 20px!important;
    }
    /*end product page css*/

    /*dhasara page css*/
    .b_l_t h2 {
		width: 100%; 
		text-align: center; 
		border-bottom: 2px solid #62AE8D; 
		line-height: 0.1em;
		margin: 10px 0 10px; 
		font-size: 11px;
		margin-top: 20px;
	} 
	.banner-fa-icons .fa {
    	font-size: 12px;
		width: 16px;
		height: 16px;
		padding-top: 3px;
	}
	.owl-text-icon{
		
		bottom: -8px;
		right: 17px;
	}
	.discount_text {
		line-height: 18px;
		font-size: 12px;
	}

}
@media (max-width: 320px){
	.lip-rmv-margin{
		margin: 0px 0px 5px 0px;
	}
	p, ul, ol {
    	margin: 0 0 5px;
	}
	.pro-description{
		margin-top: 10px	!important;
		margin-bottom: 10px !important;
	}
	.pro-info-hr{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.owl-theme .owl-controls {
    	margin-top: 0px !important;
	}
	.footer {
    	padding: 30px 0!important;
    }
    .contact-info {
        margin: 0 0 20px!important;
    }

    /*dhasara page css*/
    .b_l_t h2 {
		width: 100%; 
		text-align: center; 
		border-bottom: 2px solid #62AE8D; 
		line-height: 0.1em;
		margin: 10px 0 10px; 
		font-size: 8px;
		margin-top: 20px;
	} 
	.banner-fa-icons .fa {
    	font-size: 12px;
		width: 16px;
		height: 16px;
		padding-top: 3px;
	}
	.owl-text-icon{
		
		bottom: -8px;
		right: 15px;
	}
	/*-----------ten over ten-----------*/
	.discount_text {
		line-height: 18px;
		font-size: 12px;
	}
}
/*!------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-post blockquote{
	text-align:left;
	font-size:22px;
	margin:0 0 30px;
}

.portfolio-post blockquote:before{
	content:none;
}
/*!------------------------------------------------------------------
[Footer]
*/

.footer{
	background-color:#fff;
	padding:80px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:#BBB;
}

.contact-info{
	text-align:center;
	list-style:none;
	padding:0;
	margin:0 0 40px;
}

.contact-info li{
	display:inline-block;
	margin:5px 15px;
}

.to-top-link{
	position:absolute;
	bottom:0;
	left:50%;
	width:40px;
	height:40px;
	background:#f5f5f5;
	text-align:center;
	line-height:40px;
	margin-left:-20px;
}

.to-top-link:hover{
	background:#111;
	color:#fff;
}
/*!------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row{
	clear:left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:left; }

@media (min-width: 768px){

	.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:left; }
}

@media (min-width: 992px){

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:left; }
}

@media (min-width: 1200px){

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13){ clear:left; }

}