/* To make Responsive
---------------------------------------------------------------------- /
*
*  1 - media screen and (max-width: 992px)
*  2 - media screen and (max-width: 800px)
*  3 - media screen and (max-width: 768px)
*  4 - media screen and (max-width: 640px)
*  5 - media screen and (max-width: 500px)
*  6 - media screen and (max-width: 480px)
*  7 - media screen and (max-width: 320px)
*  8 - media screen and (max-width: 1170px)
*
---------------------------------------------------------------------- */


/* 1 - media screen and (max-width: 992px)
---------------------------------------------------------------------- */
@media screen and (max-width: 992px){
	.container {
		width: 100%;
	}
	.main-container{
		width: 100%;
	}
	.left-sidebar {
		width: 100%;
		float: none !important;
		height: auto !important; 
	}
	.nav-tabs>li>a,
	.vertical .nav-tabs>li>a  {
		padding:0 15px;
	}
	.vertical .nav-tabs {
		width: inherit;
		float: inherit;
	}
	.vertical .nav-tabs>li {
		float: left;
	}
	.vertical .tab-content {
		margin-left: inherit;
	}
	.navbar-collapse {
		padding: 0;
	}
}

@media (min-width: 992px){
	.container {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.navbar-default{
		background-color: transparent;
	}
    .navbar-header { 
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .main-menu-continer .menubar-toggle,
    .navbar-toggle {
        display: block;
    }
    .main-menu-continer.opne-menu .menubar-toggle {
		left: 280px;
		z-index: 100;
	}
    .main-menu-continer {
    	left: -280px !important;;
    	-webkit-transition: all .25s ease;
    	   -moz-transition: all .25s ease;
    	    -ms-transition: all .25s ease;
    	     -o-transition: all .25s ease;
    	        transition: all .25s ease;
    }
    body.v2 .main-menu-continer,
    .main-menu-continer.opne-menu {
    	left: 0 !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form{
    	border-color:transparent;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav{
    	background-color: #9bce5b; 
		margin: 0!important;
    	padding: 2px 0;
	}
	.navbar-nav>li {
        float: none;
        border-bottom: 1px solid transparent;
    }
    .navbar-nav>li:last-child {
    	border-bottom: 0px solid transparent;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav>li>a:after {
    	height: 0 !important;
    }
    .collapse.in {
  		display:block !important;
	}
	.navbar-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.container>.navbar-header, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container-fluid>.navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
		margin-left:0;
	}
	.navbar-default .navbar-toggle, 
	.navbar-default .navbar-toggle {
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
		color: #1fb5ac;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		font-size: 2em;
		line-height: 25px;
	}
	.navbar-collapse.in {
		overflow-y: auto!important;
		background:#ffffff;
	}
	
	.navbar-nav>li .sub-menu,
	.navbar-nav>li .sub-menu>li .sub-menu {
		overflow: visible;
		position: relative;
		display: none;
		padding-left: 20px;
		top: inherit;
		left: inherit;
		min-width: 100%;
		height:auto;
		opacity: 1;
		z-index: 1;
	}
	.navbar-nav>li:hover .sub-menu,
	.navbar-nav>li .sub-menu>li:hover .sub-menu{
		width: 100%;
		left: inherit;
		top: inherit;
	}
	.navbar-nav>li.menu-item-has-children:before ,
	.sub-menu>li.menu-item-has-children:before{
		content: ""!important;
	} 
	.left-sidebar {
		padding-right: 60px;
	}
	
}

/* 1 - media screen and (max-width: 992px)  End
---------------------------------------------------------------------- */


/* 2 - media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.top-heading-1 {
		font-size: 2.5em;
		margin-bottom: 10px;
		line-height: 60px;
	}
	.top-heading-2 {
		font-size: 1.75em;
		line-height: 25px;
	}
	.top-heading-3 {
		font-size: 1.25em;
	}
}

/* 2 - media screen and (max-width: 800px) End 
---------------------------------------------------------------------- */


/* 3 - media screen and (max-width: 768px)
---------------------------------------------------------------------- */
@media screen and (max-width: 768px){ 
	.mobile-app .mobile-container .mobile-img {
		position:inherit;
		display: table;
		margin: auto;
		top: 0;
		padding-bottom: 40px;
	}
	.best-deal {
		border:none;
	}
	.best-deal-content {
		padding: 20px 0;
		background: -webkit-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.8), #ffffff 50%, #ffffff);
		background: -moz-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.8), #ffffff 50%, #ffffff);
		background: -ms-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.8), #ffffff 50%, #ffffff);
		background: -o-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.8), #ffffff 50%, #ffffff);
		background: linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.8), #ffffff 50%, #ffffff);
		}
	.tweet-description {
		padding: 0 25px;
	}
	.subscribe-details .subscribe-description {
		padding: 15px 15px 0 15px;
	}
	blockquote.post-blockquote {
		font-size: 2em;
		padding: 25px 40px;
		line-height: 40px;
	}

	#scroll-to-top {
		display: none!important;
	}

}

/* 3 - media screen and (max-width: 768px) End
---------------------------------------------------------------------- */


/* 4 - media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width: 640px){
	.top-section .top-heading-2 {
		font-size: 4em;
	}
	.post-meta .social-share {
		margin-top: 25px;
		float: left !important;
	}
	.author-bio .author-details {
		margin-left: 0;
		margin-top: 160px;
	}
	.post .post-content,
	.author-bio {
		padding: 25px 0;
	}
	.continue-reading.pull-left {
		margin-bottom: 10px;
		width: 100%;
	}
	.entry-meta.pull-right {
		float: left!important;
	}
	.post-content .entry-meta span {
		padding-left:0;
		padding-right: 20px;
	}
	.author-bio-container {
		margin: 0 25px 25px 25px; 
	}
	.comments-area {
		padding: 25px 0 10px 0;
	}
	.comments-area .comment-meta {
		display: none;
	}
	.comment-metadata, .comment-content {
		margin-left: 0;
	}
	.comments-area .parent:before {
		left:-25px;
	}
	.comments-area .comment-body {
		position: relative;
		padding-bottom: 35px;
	}
	.reply.pull-right {
		float: none!important;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.testimonial-section  .client-says {
		padding: 10px 15px 20px 15px;
	}
	.testimonial-section  .client-says:after,
	.testimonial-section  .client-says:before {
		content: "";
	}

}

/* 4 - media screen and (max-width: 640px) End
---------------------------------------------------------------------- */


/* 5 - media screen and (max-width: 500px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px){
	
	
}

/* 5 - media screen and (max-width: 500px)  End
--------------------------------------------------------------------- */


/* 6 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width: 480px){
	 .section-padding,
	 .left-sidebar {
	 	padding-left: 20px;
	 	padding-right: 20px;
	 }
	 body.v2 .main-menu-continer.opne-menu .menubar-toggle,
	 .main-menu-continer.opne-menu .menubar-toggle  {
	 	left: 218px;
	 	z-index: 100;
	 }
}

/* 6 - media screen and (max-width: 480px) End
---------------------------------------------------------------------- */


/* 7 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media screen and (max-width: 320px){


}

/* 7 - media screen and (max-width: 320px) End 
---------------------------------------------------------------------- */



/* 8 - media screen and (max-width: 1170px)
---------------------------------------------------------------------- */

@media screen and (max-width: 1170px){

	
}


@media (min-width: 1170px){
	.container {
		width: 1170px;
	}
}

/* 8 - media screen and (max-width: 1170px) End
---------------------------------------------------------------------- */


/* 9 - media screen and (max-width: 1050px)
---------------------------------------------------------------------- */
@media screen and (max-width: 1050px){
	 
	
}


/* 9 - media screen and (max-width: 1050px) End End
---------------------------------------------------------------------- */










