/*
Theme Name: PixLine
Theme URI: http://www.themehunk.com
Description: PixLine
Author: ThemeHunk.com
Author URI: http://www.themehunk.com
Version: 2.0.2
License: GNU General Public License
License URI: license.txt
Tags: white
*/

@font-face {
	font-family: 'robotoslab-regular';
	src: url('fonts/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoslab-light';
	src: url('fonts/RobotoSlab-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-regular';
	src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body {
	font-family: 'robotoslab-light', sourcesanspro-regular;
	color: #666666;
	background: #fff;
}
a {
	font-family: 'robotoslab-light', sourcesanspro-regular;
	color: #666666;
	text-decoration: none!important;
   transition: all 0.25s linear;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'robotoslab-light', sourcesanspro-regular;
	color: #666666;
	line-height: 21px;
}
p {
	font-family: sourcesanspro-regular;
	color: #666666;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	font-size: 16px;
	line-height: 21px;
}
:focus {
	outline: none;
}
input[type="submit"] {
	cursor: pointer;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
td, th {
	border: none;
	padding: 3px;
}
th {
	background: #cccccc;
}
ul li {
	list-style-type: none;
}
/* =WordPress Core
-------------------------------------------------------------- */

.sticky {
}
.sticky h4 a:link, .sticky h4 a:visited{
    color:red;
    text-transform:Uppercase;
}
.sticky h4 a:hover{
    color:red;
    text-decoration:underline;
}
.gallery-caption {
} 
.bypostauthor{
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/** Top Wrapper Style Starts **/
.top-wrapper {
	background: #f3f7fe;
	padding: 18px 0 10px 0;
}
.top-wrapper ul {
	margin-bottom: 0px;
}
.top-wrapper .top-bar .social-icon ul {
	padding-left: 0px;
}
.top-wrapper .top-bar .social-icon ul li {
display:inline;
}
.top-wrapper .top-bar .social-icon li {
font-size:16px;
}
.top-wrapper .top-bar .social-icon li i {
width: 30px;
	line-height: 29px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: transparent;
	border-radius: 4px;
	transition: all 0.25s linear;
}
.top-wrapper .top-bar .social-icon .fa-twitter:hover {
background-color:#5EA9DD;
border:1px solid #5EA9DD;
color:#fff;
}
.top-wrapper .top-bar .social-icon .fa-facebook:hover{
background-color:#3B5998;
border:1px solid #3B5998;
color:#fff;
}
.top-wrapper .top-bar .social-icon .fa-google-plus:hover{
background-color:#DD4B39;
border:1px solid #DD4B39;
color:#fff;
}
.top-wrapper .top-bar .social-icon .fa-linkedin:hover{
background-color:#0177B5;
border:1px solid #0177B5;
color:#fff;
}
.top-wrapper .top-bar .social-icon .fa-skype:hover{
background-color:#00ACEC;
border:1px solid #00ACEC;
color:#fff;
}
.top-wrapper .top-bar .social-icon .fa-pinterest:hover{
background-color: #d01d15;
border: 1px solid #d01d15;
}
.top-wrapper .top-bar .social-icon .fa-instagram:hover{
background-color: #E19717;
border: 1px solid #E19717;
}
.top-wrapper .top-bar .social-icon i:hover {
	background: #51B4D3;
	border-color: #51B4D3;
	color: #fff;
}
/*.top-wrapper .top-bar .social-icon ul {
	padding-left: 0px;
}


.top-wrapper .top-bar .social-icon li {
	display: inline;
	margin-right: 3px;
}
.top-wrapper .top-bar .social-icon i {
	font-size: 16px;
	padding: 5px;
}
.top-wrapper .top-bar .social-icon i:hover {
	color: #fff;
}
.top-wrapper .top-bar .social-icon a:hover {
	background: #51B4D3;
	border-color: #51B4D3;
	color: #fff;
}
.top-wrapper .top-bar .social-icon a {
	display: inline-block;
	width: 30px;
	line-height: 29px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: transparent;
	border-radius: 4px;
	transition: all 0.25s linear;
}*/
.top-wrapper .top-bar .contact-info p {
	float: right;
	font-size: 16px;
}
/** Top Wrapper Style Ends **/
/* Header Wrapper Style Starts */
.header-wrapper .header .logo {
	text-align: center;
	padding: 25px 0;
}
.header-wrapper .header .menu {
	border-top: double #d6d6d6;
	border-bottom: double #d6d6d6;
	margin-bottom: 13px;
}
.header-wrapper .header .menu {
	text-align: center;
}
/*** ESSENTIAL STYLES FOR SUPERFISH MENU START***/
.menu ul li a {
	font-size: 20px;
	font-family: sourcesanspro-regular;
  cursor: pointer;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	display: inline-block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .25em 20px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu ul li a {
    font-size: 16px;
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(243, 247, 254, 1);
}
.sf-menu ul li a:hover {
	background: #f3f7fe;
}
.sf-menu a {
  color: #666666;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	line-height:33px;
	text-align: left;
	background: #fff;
}
.sf-menu ul ul li {
	background: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 20px;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
/*.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	/*border: 5px solid transparent;*/
	/*border-top-color: #dFeEFF;*/ /* edit this to suit design (no rgba in IE8) */
	/*border-top-color: rgba(255,255,255,.5);*/
}
/*.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
/* ESSENTIAL STYLES FOR SUPERFISH MENU ENDS */

/* Header Wrapper Style Ends */

/* Slider Style Starts Here */
.slider-wrapper a {
color: #282727;
font-size: 32px;
line-height: 45px;
font-weight: 600;
display: inline-block;
}
.slider-wrapper a::first-letter{
color:#2aaf8d;
font-size:200%;
}
.slider-wrapper p {
	line-height: 25px;
	 color: #151111;
	margin-bottom: 43px;
	margin-top: 30px;
	font-family: robotoslab-light;
	font-size:14px;
}
.slider-wrapper .slider-button a::first-letter{
color:#fff;
font-size:16px;
}
.slider-wrapper .slider-button a {
	font-size: 16px;
	background: #2aaf8d;
	padding: 0px 20px;
	color: #fff;
}
.jssorb01 div:nth-child(3){
left:45px!important;
}
div#sliderb_container {
    width: 100%!important;
}
/* Slider Style Ends Here */

/* Feature Area Style Starts */
.section-heading, .ads-inner-widget h1{
text-align: center;
font-size:35px;
letter-spacing:1px;
margin-top:70px;
line-height:40px;
}
.section-subheading{
text-align: center;
font-size:24px;
padding:0px 0 70px;
letter-spacing:1.2px;
line-height:35px;
}
.featured-area .feature .feature-image{
margin-bottom:23px;
}
.featured-area .feature .feature-image img {
height:200px;
	max-width: 100%;
	}
.feature-effect{
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.feature-effect img { display: block; }
.feature-effect-body .fa{
  position: absolute;
  top: 44%;
}
.feature-effect-body {
  background: rgba(0, 0, 0, 0.44);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.feature-effect-body:hover { opacity: 1; }

.feature-effect-body:after,
.feature-effect-body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.feature-effect-body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.feature-effect-body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.feature-effect-body:hover:after,
.feature-effect-body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.featured-area {
    margin-top: 70px;
}
.featured-area .feature .feature-image img {
    margin-bottom: 0px;
}
.featured-area .feature .feature-image {
    max-width: 320px;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.featured-area .feature h2 {
	margin-top: 0px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 16px;
	margin-bottom: 25px;
}
.featured-area .feature p {
	margin-bottom: 25px;
}
.featured-area .col-lg-4:nth-of-type(4n+1) {
clear:left;
}
/* Feature Area Style Ends */

/* Portfolio Wrapper Style Starts */
.portfolio-wrapper {
	background: #f3f7fe;
	padding-top: 43px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 36px;
}
.portfolio-wrapper .company-detail .company-heading h3, .portfolio-wrapper .portfolio .portfolio-heading h3 {
	margin-top: 0px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 8px;
	margin-bottom: 28px;
}
/* (^.^) Homepage Carousel ==============================================*/
/*.content .carousel-wrapper .carousel-heading-bg {
	background: url(images/heading-bg.png) 0px 7px repeat-x;
	text-align: center;
	min-height: 10px;
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 45px;
}*/

.carousel-wrapper .carousel-heading-bg .carousel-heading {
	background: #fff;
	display: inline-block;
}
.carousel-wrapper .carousel-heading-bg .carousel-heading h3 {
	margin: 0 10px;
}
.carousel-wrapper #carousel-full {
	margin: 0;
	position: relative;
	min-height: 150px;
}
.carousel-wrapper #carousel-full .carousel-portfolio {
	overflow: hidden;
	margin: 0px;
	margin-right: 0px;
	max-width: 100%;
	height: 130px;
}
.carousel-wrapper #carousel-full .carousel-portfolio ul {
	overflow: hidden;
}
.carousel-wrapper #carousel-full .carousel-portfolio li {
	width: 188px;
	height: auto!important;
	list-style: none;
	margin: 0;
	margin-right: 17px;
	float: left;
}
.carousel-wrapper #carousel-full .carousel-portfolio .thumbnail {
	border: none;
	padding: 0px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.carousel-wrapper #carousel-full .carousel-portfolio .thumbnail .carousel-title {
	color: #ffffff;
}
#carousel-full .carousel-portfolio .thumbnail .l-c-over {
	position: absolute;
	color: #fff;
	top: 89px;
	left: 10px;
	background: rgba(0, 0, 0, 0.45);
	min-width: 165px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#carousel-full .carousel-portfolio section {
	background-color: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 15px 15px 5px 15px;
	min-height: 150px;
}
#carousel-full .carousel-portfolio section:hover {
	border: 1px solid #98DCF5;
}
.carousel-address {
	font-size: 13px;
	text-align: center;
	line-height: 21px;
}
#carousel-full .carousel-portfolio .thumbnail .l-c-over .carousel-rating {
	display: inline-block;
}
#carousel-full .carousel-portfolio .thumbnail .l-c-over .carousel-rating i.fa.fa-star {
	color: #FCD238;
	font-size: 13px;
}
.carousel-portfolio section .carousel-portfolio-contact {
	bottom: 10px;
	left: 50px;
	position: absolute;
}
.carousel-portfolio section .carousel-portfolio-link {
	border-top: 1px solid #adadad;
	padding-top: 5px;
}
.carousel-portfolio section .carousel-portfolio-link a {
	text-decoration: none;
	font-size: 13px;
}
.carousel-portfolio section .carousel-portfolio-link a:hover {
	color: #00AEEF;
}
#carousel-full .carousel-portfolio .thumbnail i.fa.fa-map-marker, #carousel-full .carousel-portfolio .thumbnail i.fa.fa-phone {
	color: #757575;
}
#carousel-full .carousel-portfolio .thumbnail p.call-info {
	padding-bottom: 5px;
	text-align: center;
}
#carousel-full .carousel-portfolio img {
	width: 188px;
	height: 120px;
	margin-bottom: 18px;
	text-align: center;
	border: 1px solid #dddddd;
}
#carousel-full .carousel-nav {
	width: 80px;
	float: right;
}
#carousel-full .carousel-nav a {
	display: inline-block;
	cursor: pointer;
	bottom: -12px;
	color: #fafafa;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 0;
	opacity: .9;
	z-index: 1000;
	text-decoration: none!important;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
	margin-bottom: 15px;
}
#carousel-full .carousel-nav a.prev:before {
	font-family: FontAwesome;
	content: '\f104';
	color: #363636;
	font-size: 24px;
}
#carousel-full .carousel-nav a.next:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #363636;
	font-size: 24px;
}
/* (^.^) Homepage Carousel End
==============================================*/
/* Portfolio Wrapper Style Ends */

/* Widget Wrapper Style Starts */

.widget-wrapper .banner-widget {
margin:30px 0;
}
.recent-widget .recent-post .pixline-comment{
margin: 5px 0;
min-height:55px;
}
ul.recent-pixline-meta li:before {
  display: none;
}
 ul.recent-pixline-meta{
margin:0px;
}
 ul.recent-pixline-meta li{
 color: #666666;
  text-align: left;
font-size: 12px;
}
.recent-post img {
  margin-bottom: 0;
  width: 66px;
  float: left;
  height: 50px;
margin-right:10px;
}
.recent-post h5 {
  font-size: 14px;
  margin: 0px;
}
/* Widget Wrapper Style Ends */
/* Blog Wrapper Start */
.home-blog-wrapper {
	margin-bottom: 79px;
}
.home-blog-wrapper .blog-main-heading {
	text-align: center;
}
.home-blog-wrapper .blog-main-heading h2 {
	border: 1px solid #7d7d7d;
	display: inline-block;
	background: #fff;
	padding: 10px 60px;
}
.home-blog-wrapper .blog-heading-bg  {
	background: url(images/blog-bg-line.png) 0px 40px repeat-x;
}
.banner-widget .blog-heading-bg{
	background: url(images/blog-bg-line.png) 0px 31px repeat-x;
}
.home-blog-wrapper .blog-main-heading {
	margin-bottom: 45px;
}
li.home-blog {
    width: 30.6%;
    float: left;
margin-right:4%;
margin-bottom:40px;
}
li.home-blog:nth-of-type(3n+3) {
    margin-right: 0px;
}
li.home-blog:nth-child(3n+1){
clear:both;
}
.home-blog-wrapper .blog-post .blog-image img {
	max-width: 100%;
	height: 180px;
  -webkit-transition: all 1s ease;
}
.home-blog-wrapper .blog-section:hover > .blog-image img{
	-webkit-transition: all 1s ease;
  -webkit-filter: grayscale(1);
}
.home-blog-wrapper .blog-post {
	text-align: center;
	padding: 0px;
}
.home-blog-wrapper .blog-post .blog-content p {
	font-size: 16px;
}
.home-blog-wrapper .blog-post .blog-section .blog-heading h2 {
	margin-top: 18px;
	margin-bottom: 18px;
  line-height: 1.3em;
}
.home-blog-wrapper .blog-post .blog-section .blog-content p {
	margin-bottom: 29px;
}
.home-blog-wrapper .blog-post .blog-section .blog-button a {
	background: #2aaf8d;
	padding: 10px 25px;
	color: #fff;
	display: inline-block;
}
/* Blog Wrapper Ends */
/* Search In sidebar Style Start */
.searchform input#s {
    color: #000;
  width: 64%;
  max-width:225px;
  height:35px;
}
.searchform input[type="submit"]{
position:relative;
right:4px;
background:#2aaf8d;
border:none;
color:white;
height:35px;
padding: 0 15px;
}
.search-no-results .page-content, .error404 .site-content {
margin-bottom:70px;
}
/* Search In sidebar Style End */

/* Footer Style Starts */
.footer {
  margin-top: 38px;
  margin-bottom: 38px;
    overflow: hidden;
}
.footer-wrapper {
	background-color: #27313d;
}
.footer-widget{
color:#fff;
}
.footer-wrapper .footer h3 {
	color: white;
}
.footer-widget.footer-widget-one {
	margin-bottom: 28px;
}
.footer-wrapper .gallery-columns-3 img {
  border: 1px solid;
}
.footer-wrapper .footer .footer-widget  h3 {
border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.footer-wrapper .footer .footer-widget  a, .footer-wrapper .footer .footer-widget  p {
	color: #fff;
}
.footer-wrapper .footer .footer-widget  span {
	color: #5c7899;
}
.footer-wrapper .footer .footer-widget  ul {
	padding-left: 0px;
}
.footer-wrapper .footer .footer-widget  li:before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 20px;
	margin-right: 15px;
}
.footer-bottom-line p {
	text-align: center;
	margin-top: 19px;
	margin-bottom: 19px;
}
label.screen-reader-text {
  display: none;
}
/* Footer Style Ends */

/* Blog page Style Start */
.blog-wrapper .blog-loop .post-content-wrapper .post-content{
float:left;
} 
.breadcrumbs {
    font-size: 15px;
}
.breadcrumb {
  background-color:transparent;
	border-radius: 0px;
   margin-bottom: 50px;
  padding:1px 0;
  margin:0;
  }
.breadcrumb  ul{
padding-left:0px;
}
.breadcrumb h2 {
  font-size:28px;
	margin-top: 20px;
  margin-bottom: 30px;
}
#breadcrumbs{
    list-style:none;
    margin:15px 0 10px 0;
    overflow:hidden;
  padding-left:0px;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:15px;
    font-weight:100;
    color:#ccc;
}
.blog-wrapper {
	margin-right: 10px;
}
article.post {
    display: inline-block;
    margin: 40px 0;
}
.blog-wrapper .blog-loop .post-date {
float: left;
background: #2aaf8d;
border-radius: 50%;
padding: 18px 12px;
text-align: center;
color: #fff;
   text-align: center;
}

.blog-wrapper .blog-loop .post-date .date p{
font-size: 29px;
font-family: 'robotoslab-light';
 margin-bottom: 6px;
}

.blog-wrapper .blog-loop .post-date p {
	margin-bottom: 0px;
	color: #fff;
}
.blog-wrapper .blog-loop .post-content-wrapper {
	overflow: hidden;
	padding-left: 13px;
}
.blog-wrapper .blog-loop .post-content-wrapper .post-title h1 {
	margin-top: 0px;
	margin-bottom:15px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
}
.post-author:before {
  content: "\f007";
  font-family: fontawesome;
 padding-right:5px;
}
.post-category:before {
  content: "\f02c";
  font-family: fontawesome;
 padding-right:5px;
}

.post-comment:before{
content: "\f086";
  font-family: fontawesome;
 padding-right:5px;
 
}
.post-author, .post-category {
	margin-right: 15px;
}
.post-author, .post-category, .post-comment {
	display: inline-block;
  padding-bottom:12px;
}
.blog-wrapper .blog-loop .post-content-wrapper .post-image img {
	max-width: 100%;
	height: auto;
	margin:20px 0;
}
.blog-wrapper .blog-loop .post-content-wrapper a.read-more {
	padding: 12px 13px;
	background-color: #2aaf8d;
	margin-top: 10px;
	float: right;
	color: #fff;
}
 .post-content p{
float:left;
}
 .front-pagination {
float:right;
margin-bottom:30px;
  margin-right: 10px;
}
.front-pagination li {
  display: inline;
  float: left;
  margin-bottom: 5px;
  border-right: 1px solid #F1F1F1;
  box-shadow: 0 0 1px #DDD;
}
 .front-pagination li a {
  color: #000;
  margin: 0;
  display: inline-block;
  float: left;
  line-height: 1;
  text-decoration: none;
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 18px 15px 17px;
  background: #fff;
  text-align: center;
  transition: all 0.4s linear;
}
 .front-pagination li a:hover {
background: #51B4D3;
  border-color: #51B4D3;
  color: #fff;
}
.front-pagination li .current {
background:#51B4D3;
border-color: #51B4D3;
color:white
}
.tagcloud {
  overflow: hidden;
}
.tagcloud a {
  font-size: 14px!important;
  padding: 5px 10px;
  margin-bottom: 1px;
  float: left;
  margin-right: 1px;
  background: #2aaf8d;
  color: #FFFFFF!important;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  text-transform: uppercase;
}
.tagcloud a:hover {
 background:#000;   
}
/* Blog page Style End */

 /* Sidebar Style Starts */
.sidebar {
	padding-left: 10px;
	margin-bottom: 40px;
	color: #818181;
	font-weight: bold;
}
.container-wrapper  .sidebar h2{
	margin-bottom:12px;
}
.sidebar .sidebar-inner-widget {
	margin-bottom: 30px;
}
.sidebar .sidebar-tip {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #818181;
	position: relative;
	bottom: 10px;
	left: 20px;
	;
}
.sidebar   h4 {
	border-bottom: 2px solid #818181;
	padding-bottom: 5px;
	margin-top: 4px;
}
.sidebar  ul {
	padding-left: 0px;
}
.sidebar  ul li a {
	font-weight: 100;
}
.sidebar  li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 20px;
	margin-right: 10px;
}

/* Sidebar Style Ends */


/* Single Page Style Starts */

.single-wrapper {
	margin-right: 10px;
}
 .post-content-wrapper .post-content img{ 
max-width: 100%;
  height: auto;
}
.single-wrapper .post-content p{
float:left;
text-align: justify;
}
.single-wrapper .single-loop .post-date {
float: left;
background: #f55719;
border-radius: 50%;
padding: 18px 12px;
text-align: center;
color: #fff;
   text-align: center;
}
.single-wrapper .single-loop .post-date .date p{
font-size: 29px;
font-family:'robotoslab-light';
margin-bottom:6px;
}
.single-wrapper .single-loop .post-date p {
	margin-bottom: 0px;
	color: #fff;
}
.single-wrapper .single-loop .post-content-wrapper {
	overflow: hidden;
	padding-left: 13px;
	padding-bottom: 20px;
	
}
.single-wrapper .single-loop .post-content-wrapper .post-title h1 {
	margin-top: 0px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}
.single-wrapper .single-loop .post-content-wrapper .post-image img {
	width: 100%;
	height: auto;
	margin-top: 12px;
	margin-bottom: 32px;
}
.related-post {
	margin-bottom: 40px;
	overflow: hidden;
}
.related-post .related-one img, .related-post .related-two img, .related-post .related-three img {
	width: 100%;
	height: auto;
}
.related-post .related-heading {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.single-loop .single-tag {
  float: right;
}
.single-loop .single-tag a{
font-size:12px;
padding:3px 5px;
border-radius:3px;
background:#e7e2e2;
}
single page ki style hai, waha dekh lena
.cancel-comment-reply {
 float: right;
}
.cancel-comment-reply a{
color: red!important; 
}
.post-navigation{
margin-top:30px;
margin-bottom:60px;
}
.post-navigation h1 {
display:none;
}
.post-navigation .nav-links a:nth-child(1) {
  font-size: 18px;
}
.post-navigation .nav-links a:nth-child(2) {
  font-size: 18px;
  float:right;
}
.post-navigation .nav-links a:nth-child(1):before {
  font-size: 20px;
font-family:FontAwesome;
content:"\f104";
margin-right:10px
}
.post-navigation .nav-links a:nth-child(2):after {
  font-size: 20px;
font-family:FontAwesome;
content:"\f105";
margin-left:10px
}
/*==Comment Form===*/
#commentsbox {
	margin: 0;
}
ol.commentlist {
	clear: both;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0px;
}
ol.commentlist li {
	line-height: 18px;
	margin: 15px 0 15px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
ol.commentlist li .comment-body {
	margin-left: 80px;
	position: relative;
	border: 1px solid #e7e2e2;
	padding: 18px 10px 0px 15px;
	background: #f8f8f8;
	border-radius: 3px;
}
ol.commentlist li .comment-author a:link, ol.commentlist li .comment-author a:visited {
	color: #000;
	text-decoration: none !important;
}
.comment-author.vcard {
	display: inline;
}
.comment-author.vcard span.says {
	display: none;
}
cite.fn {
	color: #000;
	font-style: normal;
	margin-right: 8px;
}
ol.commentlist li .comment-author .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: -81px;
	top: -1px;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
	padding: 5px;
}
ol.commentlist li .comment-author .avatar:hover {
	-webkit-animation: bounceIn_single 0.7s ease-in-out;
	-moz-animation: bounceIn_single 0.7s ease-in-out;
	-o-animation: bounceIn_single 0.7s ease-in-out;
	animation: bounceIn_single 0.7s ease-in-out;
}
ol.commentlist li .comment-meta {
	display: inline;
}
ol.commentlist li .comment-meta a {
	color: #858484;
	text-decoration: none !important;
	display: inline-block;
}
ol.commentlist li p {
	line-height: 22px;
	margin-top: 5px;
	color: #666;
}
ol.commentlist li .reply {
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
	padding-bottom: 20px;
	display: block;
	margin-left: -25px;
	margin-right: -10px;
	padding-right: 10px;
}
ol.commentlist li .reply a {
	color: #2f516d;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 0px;
	padding-right: 20px;
}
ol.commentlist li ul.children {
	list-style: none;
	text-indent: 0;
	margin: 1em 0 0;
}
.comment-nav {
	height: 20px;
	padding: 5px;
}
.comment-nav a:link, .comment-nav a:visited {
	color: #f96e02;
}
#respond {
	margin: 10px 0;
	padding: 0;
}
#respond h3 {
	font-size: 18px;
	color: #555;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
#commentform {
}
#commentform p {
	color: #444;
}
#commentform a {
	color: #0454A8;
}
#respond label {
	color: #322903;
	padding: 5px 0;
}
#commentform #commentSubmit {
	background: #20b55b;
	color: #fff;
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 0px;
}
#respond input[type="text"] {
	background: #fff;
	border: 1px solid #ddd;
	color: #555;
	margin: 0 10px 10px 0;
	padding: 5px;
}
#commentform input[type="text"] {
	float: left;
	width: 32.3%;
	height: 30px;
	display: block;
	border-radius: 3px;
}
#respond input#submit {
	clear: both;
	width: 127px;
	height: 31px;
	border: 0;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
	margin-top: 20px;
	color: #FFF;
}
textarea#comment {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	color: #555;
	clear: both;
	display: block;
	margin: 10px 0 0;
	padding: 5px;
	border-radius: 3px;
}
.comment-section #commentsbox .post-info h1 {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px dashed #cecece;
	padding: 20px 0;
}
.comment-section #commentsbox .post-reply h1 {
	border-top: 0px;
	border-bottom: 1px dashed #cecece;
	margin-bottom: 25px;
	margin-top: 0px;
}
ol.commentlist li {
padding-bottom:0px
}
.single .comment-section .form-submit .submit{
background: #2AAF8D;
} 
/* Single Page Style Ends */

/*Fullwidth Page Style Start*/
.fullwidth {
	margin-bottom: 70px;
  overflow: hidden;
}
.fullwidth img {
max-width:100%;
}
/*Fullwidth Page Style Ends*/

/*Sample Page Style Start*/
.sample-page {
	margin-bottom: 70px;
}
/*Sample Page Style Ends*/


/*owl slider starts */

 #owl-demo .item{
        margin: .2px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
	    }
.owl-prev {
  position: absolute;
  top: 36%;
  left: 0%;
  background: url(images/prev.png) no-repeat;
  text-indent: -99999px;
  height: 40px;
  z-index: 9999999;
  width: 25px;
  background-color: #333;
  background-position: 30% 50%;
  transition: all 0.25s linear;
  
}
.owl-next {
  position: absolute;
  top: 36%;
  right: 0%;
  background: url(images/next.png) no-repeat;
  text-indent: -99999px;
  height: 40px;
  z-index: 9999999;
  width: 25px;
  background-color: #333;
  background-position: 70% 50%;
  transition: all 0.25s linear;
}
.owl-next:hover {
  background-color: rgba(0,0,0, 0.66);
  width: 30px;
  background-position: 60% 50%;
}
.owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.66);
  width: 30px;
  background-position: 40% 50%;
}
.owl-wrapper a {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.79)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 100%);
  line-height: 40px;
   color: #fff;
  text-transform: capitalize;
top:67%;
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.owl-carousel .owl-item .item:hover > a{
top:0;
height:250x;
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-carousel .blog-content h1{
font-size:15px;
}
.owl-carousel .blog-content h1, .owl-carousel .blog-content p{
color:#fff;
}

/*owl slider end */

/* Contact Form 7 Style Start */
.wpcf7 p{

font-family: 'robotoslab-light';
}
.wpcf7 .wpcf7-form p{
font-size:18px;
margin-bottom:30px;
color:#666666;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap{
top:10px;
width:100%;
}
.wpcf7 .wpcf7-form input[type="text"],.wpcf7 .wpcf7-form textarea,.wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="date"], .wpcf7 .wpcf7-form input[type="url"], .wpcf7 .wpcf7-form input[type="tel"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="range"], .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form input[type="checkbox"]{
border:1px solid #EFE8E8;
color:grey;
padding:2px 10px 2px 10px;
border-radius:2px;
}
.wpcf7 .wpcf7-form textarea {
padding-top:5px;
}
.wpcf7 .wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
height:35px;
}

.wpcf7 .wpcf7-form input[type="submit"]{
background:#2aaf8d;
border:none;
color:white;
padding: 12px 35px;
}
/* Contact Form 7 Style End */

/* Media Queries Starts Here */
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
.top-bar .contact-info {
	overflow: hidden;
}
/* Carousel Style Start  */
#carousel-full .carousel-portfolio img {
	width: 160px;
}
.carousel-wrapper #carousel-full .carousel-portfolio li {
	width: 160px;
}
/* Carousel Style End */

}
@media (min-width: 992px) {
}
@media (min-width: 865px) {

#owl-demo .item img {
  min-height: 140px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-bar .contact-info {
	overflow: hidden;
}
/* Feature Area Style Start */
.feature {
	text-align: center;
}
/* Feature Area Style Ends */

.company-detail, .blog-section {
	margin-bottom: 40px;
}
.blog-section-three {
	margin-bottom: 0px;
}
.footer-wrapper {
	padding-bottom: 30px;
}
#commentform input[type="text"] {
	width: 32.2%;
}
.container {
    width: 100%;
}
}
@media (min-width: 768px) {
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
}
@media (min-width: 640px) and (max-width: 767px) {
.sf-menu ul {
	position: initial;
}
.social-icon {
	text-align: center;
}
.top-bar .contact-info {
	overflow: hidden;
	margin-top: 20px;
}
.top-wrapper .top-bar .contact-info p {
	float: none!important;
	font-size: 16px;
	text-align: center;
}
.header-wrapper .header .menu {
	border: none;
}
.portfolio-wrapper .company-detail {
margin-bottom:40px;
}
.home-blog-wrapper .blog-section {
margin-bottom:40px;
}
.feature {
	text-align: center;
}

#commentform input[type="text"] {
	width: 31.9%;
}
}
@media (min-width: 481px) and (max-width: 639px) {
.sf-menu ul {
	position: initial;
}
.header-wrapper .header .menu {
	border: none;
}
.social-icon {
	text-align: center;
}
.top-bar .contact-info {
	overflow: hidden;
	margin-top: 20px;
}
.top-wrapper .top-bar .contact-info p {
	float: none;
	font-size: 16px;
	text-align: center;
}
.feature {
	text-align: center;
}
.company-detail, .blog-section {
	margin-bottom: 40px;
}
.blog-section-three {
	margin-bottom: 0px;
}
.footer-wrapper {
	padding-bottom: 30px;
}

#commentform input[type="text"] {
	width: 100%;
}
}
@media (min-width: 321px) and (max-width: 480px) {
.sf-menu ul {
	position: initial;
}
.header-wrapper .header .menu {
	border: none;
}
.social-icon {
	text-align: center;
}
.top-bar .contact-info {
	overflow: hidden;
	margin-top: 20px;
}
.top-wrapper .top-bar .contact-info p {
	float: none;
	font-size: 16px;
	text-align: center;
}
.slider-wrapper .sliderb-T {
	display: none;
}
.featured-area {
	margin-top: 55px;
}
.feature {
	text-align: center;
}
.home-blog-wrapper .blog-main-heading h2 {
	font-size: 18px;
	padding: 10px 15px;
}
.home-blog-wrapper .blog-post .blog-image img {
	height: 155px;
}
.company-detail, .blog-section {
	margin-bottom: 40px;
}
.blog-section-three {
	margin-bottom: 0px;
}
.footer-wrapper {
	padding-bottom: 30px;
}
.carousel-wrapper {
	width: 200px;
	margin: 0 auto;
}
#commentform input[type="text"] {
	width: 100%;
}
.blog-wrapper .blog-loop .post-content-wrapper {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
}
.single-wrapper .single-loop .post-content-wrapper {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
}
.related-post {
	display: none;
}
}
@media screen and (max-width: 320px) {
.sf-menu ul {
	position: initial;
}
.header-wrapper .header .menu {
	border: none;
}
.social-icon {
	text-align: center;
}
.top-bar .contact-info {
	overflow: hidden;
	margin-top: 20px;
}
.top-wrapper .top-bar .contact-info p {
	float: none;
	font-size: 16px;
	text-align: center;
}
.feature {
	text-align: center;
}
.company-detail, .blog-section {
	margin-bottom: 40px;
}
.slider-wrapper .sliderb-T {
	display: none;
}
.featured-area {
	margin-top: 40px;
}
.home-blog-wrapper .blog-main-heading h2 {
	font-size: 12px;
	padding: 9px 10px;
}
.home-blog-wrapper .blog-post .blog-image img {
	height: 120px;
}
.blog-section-three {
	margin-bottom: 0px;
}
.footer-wrapper {
	padding-bottom: 30px;
}
.carousel-wrapper {
	width: 190px;
	margin: 0 auto;
}
#commentform input[type="text"] {
	width: 100%;
}
.blog-wrapper .blog-loop .post-content-wrapper {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
}
.single-wrapper .single-loop .post-content-wrapper {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
}
.related-post {
	display: none;
}
}
 @media screen and (max-width: 767px) {
}
@media (max-device-width: 480px) and (orientation: landscape) {
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
 @media screen and (min-width: 768px) {
}
@media all and (transform-3d), (-webkit-transform-3d) {
}
@media print {
}


/* Media Queries Ends Here */
/***Gallery page CSS start here***/
.gallery-icon.landscape a img:hover{
opacity:0.6;
transition: all 0.25s linear
}
.gallery-icon.landscape a img{
transition: all 0.25s linear
}
.gallery .gallery-item h2 {
  margin: 0px;
}
.gallery .gallery-item{
padding:5px;
  margin:0px!important;
}
.gallery .gallery-item img{
max-width:100%
}
.gallery-columns-3 .gallery-item {
  width: 33.33333333%!important;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666666667%!important;
}
/***Gallery page CSS end here***/


/************************************************************************************
WooCommerce
*************************************************************************************/
/* WordPress Heading Generic Style */
.entry-header .entry-title {
	font-size: 2.188em;
	margin-bottom: 1.5em;
}
.woocommerce a,
.woocommerce-page a {
	color: #000;
}

/* layout */
.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after, .woocommerce .cart-collaterals:after, .woocommerce .col2-set:after,.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product #reviews .comment:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails:after, .woocommerce ul.products,.woocommerce ul.products li.first, .woocommerce ul.products:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, .woocommerce-page .related:after,.woocommerce-page .upsells.products:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products:after {
clear: both!important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 37%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 58%;
}

/* summary */
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 2em;
	margin: 0 0 .325em;
}

/* rating */
.woocommerce .woocommerce-product-rating a,
.woocommerce-page .woocommerce-product-rating a {
	color: #000;
	text-decoration: none;
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #000;
	font-size: 1.25em;
	margin-top: .5em;
	margin-bottom: .4em;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
	font-size: .6em;
	margin: 1.1em .5em 0 0;
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	color: inherit;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	width: 6.4em;
}

/* quantity */
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 2em;
  margin-top: 15px;
}
.woocommerce div.product form.cart .variations td.label label{
color:#666666;
font-size:16px;
padding-top:10px;
}
.woocommerce div.product form.cart .variations select, .woocommerce .woocommerce-ordering select{
vertical-align: top;
  padding: 6px 10px;
  border-color: #D8D8D8;
  max-width: 100%;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	margin: 0;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 3em;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
	position: static;
	float: left;
	margin-top: .88em;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 1.27em;
	font-weight: normal;
	outline: none;
	padding: 0 1.5em 0 .512em
}
.woocommerce #content .quantity .minus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover {
	background: none;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	font-size: 1em;
	font-weight: normal;
	background: #fff;
	color: #000;
	border: solid 1px #000;
	border-radius: 2px;
	padding: .2em;
	min-height: 2.2em;
	line-height: 110%;
	height: 2.55em;
	width: 2.75em;
}

/* star rating */
.woocommerce #review_form #respond p span,
.woocommerce-page #review_form #respond p span {
	font-size: .6em;
	letter-spacing: .085em;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
	border-right: 1px solid #000;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	border: 0;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	color: #fd614e;
	letter-spacing: .215em;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	letter-spacing: .215em;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	font-size: .6em;
	float: none;
	margin-bottom: .5em;
}

/* WooCommerce button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt, .woocommerce ul.products li.product a.button, .woocommerce.archive ul.products li.product a.button,
.woocommerce-page.archive ul.products li.product a.button  {
	background: #000;
	border: none;
	border-radius:0;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	padding: .65em .65em;
	line-height: 110%;
	letter-spacing: .04em;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover, .woocommerce ul.products li.product a.button:hover, .woocommerce.archive ul.products li.product a.button:hover,
.woocommerce-page.archive ul.products li.product a.button:hover  {
	background: #7f7f7f;
	color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	border: none;
	border-bottom: 1px solid #000;
}

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb, 
.woocommerce-page .woocommerce-breadcrumb {
	color: #000;
	font-style: italic;
	font-size: .8em;
	margin: 0 0 1.5em;
	text-transform: none;
}
.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a {
	color: inherit;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* product meta */
.woocommerce #content div.product div.product_meta,
.woocommerce div.product div.product_meta,
.woocommerce-page #content div.product div.product_meta,
.woocommerce-page div.product div.product_meta {
	font-size: .875em;
	line-height: 1.7em;
}
.woocommerce #content div.product div.product_meta .posted_in,
.woocommerce div.product div.product_meta .posted_in,
.woocommerce-page #content div.product div.product_meta .posted_in,
.woocommerce-page div.product div.product_meta .posted_in {
	text-transform: uppercase;
	font-weight: bold;
}
.woocommerce #content div.product div.product_meta .posted_in a,
.woocommerce div.product div.product_meta .posted_in a,
.woocommerce-page #content div.product div.product_meta .posted_in a,
.woocommerce-page div.product div.product_meta .posted_in a {
	text-transform: none;
	text-decoration: none;
}

/* review_form respond */
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
	margin: 1.5em 0;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
	min-height: 15em;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
	margin: 0 0 1.2em;
}

/* review title */
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	font-size: 2.05em;
	font-variant: small-caps;
	letter-spacing: .022em;
}

/* comment/review button */
.woocommerce-page #respond input#submit {
	background: #000;
	border: none;
	color: #fff;
  padding-bottom: 30px;
  padding-top: 16px;
}
.woocommerce-page #respond input#submit:hover {
	background: #666;
	color: #fff;
}

/* related/upsell */
.woocommerce .related h2,
.woocommerce .upsells.products h2,
.woocommerce-page .related h2,
.woocommerce-page .upsells.products h2 {
	font-size: 140%;
	font-variant: small-caps;
	letter-spacing: .01em;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	top: 15px;
	right: 15px;
	left: auto;
}

/* Product tabs */
.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
	font-size: 140%;
	letter-spacing: 0.01em;
	margin: 2em 0 1em;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	text-transform: uppercase;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	bottom: 3px;
	border-bottom: 1px solid #000000;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	border: none;
	box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	border: none;
	box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #000;
	border-bottom-color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	background: none;
	border: none;
	width: 88px;
}

/* Product review */
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: none;
	margin: 0;
	padding: .4em 0 0;
  margin-left: 20px;
}
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description{
margin-top:30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	color: #000;
	font-size: 1em;
	padding-left: 5.5em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-left: 9.5em;
}
.woocommerce .meta strong,
.woocommerce-page .meta strong {
	display: block;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.woocommerce .meta time,
.woocommerce-page .meta time {
	font-style: italic;
}

/* Cart style */
/* input text */
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: .4em .1em;
	width: 6.5em;
}
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
	margin-bottom: .5em;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: none;
}
.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
	font-weight: normal;
	padding: 1em .5em;
}
.woocommerce #content table.cart th,
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th {
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 140%;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	font-size: 0.865em;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 35%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	text-transform: none;
	text-align: right;
}

/* shipping_calculator */
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	font-size: 1.375em;
	text-align: right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display: none;
}
.woocommerce .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a {
	color: #654e9c;
}

/* Checkout style */
/* woocommerce-info */
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #000;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background-color: #000;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.woocommerce .col2-set .col-1 h3,
.woocommerce-page .col2-set .col-1 h3,
.woocommerce .col2-set .col-2 h3,
.woocommerce-page .col2-set .col-2 h3 {
	font-size: 1.4em;
	font-variant: small-caps;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	font-weight: normal;
}
.woocommerce .checkout h3,
.woocommerce-page .checkout h3 {
	font-size: 140%;
}
.woocommerce #payment,
.woocommerce-page #payment {
	background:#f8f8f8;
	-webkit-border-radius:0;
	border-radius:0;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: #f0f0f0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	bottom: 100%;
}

/* Product image */
.single-product .container-color {
margin-bottom:40px;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
}

.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
}

.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	box-shadow: none;
}

/* Sales tag */
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
min-height: 32px;
  min-width: 32px;
  width: 53px;
  height: 53px;
  padding: 0;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 53px;
  right: auto;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  background-color: #f47555;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Related Product */
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product {
	width: auto;
}

/* Product price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #000;
	font-size: 1.25em;
	margin-top: .5em;
	margin-bottom: .4em;
} 

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #000;
}

/* WooCommerce pagination */
.woocommerce #content nav.woocommerce-pagination, 
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
	margin-top: 2em;
}
.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a, 
.woocommerce #content nav.woocommerce-pagination ul li span, 
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce-page #content nav.woocommerce-pagination ul li a, 
.woocommerce-page #content nav.woocommerce-pagination ul li span, 
.woocommerce-page nav.woocommerce-pagination ul li a, 
.woocommerce-page nav.woocommerce-pagination ul li span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: .5em;
	margin: 0 .1em 0 0;
	min-height: .6em;
	min-width: .6em;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #000 !important;
	color: #fff;
}
nav.woocommerce-pagination .next {
	position: relative;
}

/* Archive product */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   margin: 0 2.8% 3% .1em;
 width: 31.3%;
  text-align: center;
  box-shadow: 0 0 1px #DDD;
  padding-bottom: 20px;
  clear: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 1px #f47555;
}
ul.products li.product.last, .woocommerce-page ul.products li.product.last {
   margin: 0 0% 1.6em 0!important;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	font-size: 1.5em;
	padding: .5em 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	font-size: .6em;
	margin: auto;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
	margin: 0 0 1.4em;
}
.woocommerce.archive ul.products li.product a.button,
.woocommerce-page.archive ul.products li.product a.button {
	
}
/* price filter widget style start */
.price_slider{ 
    margin-bottom: 1em;
}
.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.price_slider_amount .button {
    font-size:1.15em;
}
.price_slider_amount .button {
    float: left;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.ui-slider-horizontal {
    height:.5em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
/* price filter widget style end */
/* WOOCOMMERCE widget style start */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  width: 60px;
margin-right: 20px;
}
.woocommerce-product-search input[type=search]{
border:1px solid #D0D0D0;
height:35px;
max-width:70%;
padding-left:5px;
}
.woocommerce-product-search  input[type="submit"]{
background:none;
border:none;
background:#F47555;
color:#fff;
height:35px;
}
.banner-widget h4 {
  display: inline-block;
  background: #fff;
  padding: 10px 60px;
margin-bottom: 45px;
font-size:22px;
}
.banner-widget {
text-align:center;
}
/* WOOCOMMERCE widget style end */
/*WOOCOMMERCE column style*/
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
 width: 48.5%;
position: relative;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  width: 31.35%;
position: relative;
}
.woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
  width: 22.70%;
position: relative;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
  width: 17.6%;
position: relative;
}

/**WOOCOMMERCE Media style**/
@media screen and (max-width: 760px) {
	.woocommerce table.cart,
	.woocommerce-page table.cart {
		font-size: .8em;
	}
	.woocommerce table.cart .porduct-price,
	.woocommerce-page table.cart .product-price {
		display: none;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float:none;
		width:100%
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width:47%!important;
		float:left;
		clear:both;
		margin:0 0 2.992em
	}
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		float:right;
		clear:none!important
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float:none;
		width:100%
	}
	
	/* cart */
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display:none
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align:left
	}
	.woocommerce #content .quantity .minus,
	.woocommerce .quantity .minus,
	.woocommerce-page #content .quantity .minus,
	.woocommerce-page .quantity .minus,
	.woocommerce #content .quantity .plus,
	.woocommerce .quantity .plus,
	.woocommerce-page #content .quantity .plus,
	.woocommerce-page .quantity .plus {
		float: none;
		margin-top: .5em;
		margin-left: .5em;
	}
	.woocommerce #content .quantity input.qty,
	.woocommerce .quantity input.qty,
	.woocommerce-page #content .quantity input.qty,
	.woocommerce-page .quantity input.qty {
		float: none;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float:none;
		*zoom:1;
		padding-bottom:.5em
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce #content table.cart td.actions .coupon:before,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:before,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:before,
	.woocommerce-page table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:before {
		content:" ";
		display:table
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:after {
		clear:both
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width:100%;
		float:none;
		text-align:left
	}
	
	li.home-blog {
    width: 48%;
}
li.home-blog:nth-of-type(2n+2) {
    margin-right: 0px;
}
li.home-blog:nth-child(2n+1) {
    clear: both;
}
li.home-blog:nth-child(3n+1) {
    clear: none;
}
li.home-blog:nth-of-type(3n+3) {
    margin-right: 4%;
}
}
@media screen and (max-width: 480px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width:100%!important;
}
li.home-blog {
	width: 100%;
	margin:0 auto;
}
}
.sample-page img {
max-width:100%;
}
.container-wrapper .sample-page  h2, .container-wrapper h2 {
font-size:24px;
margin-bottom:30px;
}
.container-wrapper {
  overflow:hidden;
  margin-top:20px;
  margin-bottom:30px;
  }
  .sidebar form {
margin-bottom:20px;
}
.woocommerce-product-search input[type="submit"]{
padding:0 8px;
}

div.wpcf7 img.ajax-loader {
  display: none;
  }

/*slider*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;  
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;     
}
.flex-slider .slides {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
transition-delay: 1s;
}
.slides li{
margin-right:0px;
display: none;  
}
.flex-pauseplay span {
text-transform: capitalize;
}
.flexslider {
margin: 0;
padding: 0;
}

.flexslider .slides img {
width: 100%;
display: block;
margin: 0;
padding: 0;
background-size:cover !important;
background-position: center!important;
background-repeat: no-repeat!important; 
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
.flexslider {
margin: 0 0 0px;
background: #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.carousel li {
margin-right: 3px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
position: absolute;
display: inline-block;
position: absolute;
top: 40%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
position: absolute;
right:0;
bottom:0px;
z-index:999;
margin-right: 20px;
}
.flex-control-nav li {
margin: 0 4px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #fff;
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #808080;
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}

/*caption*/
.over-lay{
position: absolute;
bottom: 0px;
top: 0px;
right: 0px;
width: 400px;
}
.caption-container{
position: absolute;
display: block;
background-color: rgba(245,245,245,.8);
top: 0px;
right: 0px;
width: 100%;
height: 100%;
padding:20px;
}
@media screen and (max-width: 940px) {
.over-lay{
width:35%;	
}
.caption-container{
padding:15px;	
}	
.slider-wrapper a {
font-size: 24px;
line-height: 30px;
}
.slider-wrapper p {
line-height: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
h2{
    margin-top: 0px;
    margin-bottom:0px;
}
}
@media screen and (max-width: 800px) {
.slider-wrapper a {
font-size: 21px;
line-height: 30px;
}
.over-lay{
width:45%;	
}
.caption-container{
padding:10px;	
}	
.slider-wrapper a {
font-size: 22px;
line-height: 28px;
}
.slider-wrapper p {
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
}

}
@media screen and (max-width: 650px) {
.over-lay {
    display: none;
}
}