/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Museum - Premium HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    16/08/2015
    Primary use:    Museum - Premium HTML5 Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	position: relative;
	letter-spacing: 0px;
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 65px;
}
h2 {
	font-size: 28px;
	font-weight: bold;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: 600;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.overlay {
	background: rgba(49,49,49,0.7);
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #333333;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-small {
	font-size: 10px;
}
.btn-dark {
	color: #272727;
	border-color: #272727;
}
.btn:hover {
	background: #FFCB08;
	color: #fff;
}
.btn-1 {
	background: #FFCB08;
	color: #fff;

}
.btn-1:hover {
	background: #333333;
	color: #fff;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
/*=======================================================
      MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
      MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px !important;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
      MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
      PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
.full-width {
	display: inline-block;
	width: 100%;
}
.no-border {
	border: none !important;
}
hr {
	height: 2px;
	width: 100px;
	background: #FFCB08;
	border: none;
}
/*=======================================================
      TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.tittle h2 {
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
.tittle hr {
	height: 3px;
	margin: 20px auto;
}
.tittle p {
	color: #777777;
}
.bg-white {
	background: #fff !important;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	position: relative;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	background: #0B9444;
	position: relative;
	overflow: hidden;
}

.top-bar .call p i {
    font-size: 20px;
}
.top-bar p {
	line-height: 40px;
	color: #fff;
	margin: 0px;
}
.top-bar .open-time {
	float: left;
	padding-left: 30%;
}
.top-bar:before {
	content: "";
	background: #fff;
	position: absolute;
	right: -63px;
	top: 0px;
	width: 80px;
	background: #fff;
	height: 40px;
	z-index: 9;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.top-bar .call {
    background: #ffcb08 none repeat scroll 0 0;
    float: right;
    height: 40px;
    margin-right: 50px;
    padding: 0 30px;
    position: relative;
    transform: skew(40deg);
}
.top-bar .call p {
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}
.top-bar .call p i {
	margin-right: 10px;
}
/*=======================================================
      Padding 100px
========================================================*/
.sec-100px {
	padding:60px 0 0px;
}
/*=======================================================
      HEADER
========================================================*/
header.top-header {
	display: inline-block;
	width: 100%;
	z-index: 999;
	line-height: 0px;
	top: 0px;
	background: #fff;
	position: relative;
	margin-bottom: -5px;
}
header.top-header:before {
	content: "";
	background: #fff;
	position: absolute;
	left: -12%;
	top: 0px;
	width: 40.3% !important;
	background: #fff;
	height: 125px;
	z-index: 9;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
header .logo {
	float: left;
	width: auto;
	margin: -34px 0 16px;
	position: relative;
	z-index: 99;
}
header nav {
	display: inline-block;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 20px;
}
header nav li a {
	padding: 10px 0px;
	margin: 0;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #616566;
	float: left;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
header nav li.active a:hover {
	color: #000;
}
header nav li.active a {
	color: #000;
	font-weight: 600;
}
header nav .ownmenu li {
	float: left;
	padding: 0 15px;
}
header nav li a:hover {
	color: #af5875;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #fff;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	padding:0px 20px;
	line-height: 38px;
	background: none;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
header .ownmenu ul.dropdown li a:hover {
	background: #FFCB08;
	color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
	background: #3dc5df;
	color: #fff;
}
header ul.dropdown {
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header nav .ownmenu .indicator {
	display: none;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	position: relative;
	overflow: hidden;
	max-height: 537px;
}
.home-slider .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.home-slider .btn {
	padding: 15px 30px;
	background: none;
	border-radius: 50px;
	border: 2px solid #fff;
}
.woocommerce-page .button:hover {
    background: #ffcb08  none repeat scroll 0 0 !important;
}
.home-slider .btn:hover {
	background: #fff;
	color: #333;
}
.home-slider .btn-1 {
	border: 2px solid #333333;
}
.home-slider .btn-1:hover {
	background: #333;
	color: #fff;
}
.home-slider .tp-bullets {
	background: url(../images/bullet-bg.png) center center no-repeat;
	width: 165px;
}
.home-slider .tp-bullets.preview4 {
	bottom: 0px !important;
	height: 23px;
	padding-left: 60px;
	padding-top: 5px;
}
.home-slider .tp-bullets.preview4 .bullet {
	width: 3px !important;
	height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet.selected {
	width: 3px !important;
	height: 3px !important;
}
.home-slider .tp-bullets.preview4 .bullet:hover {
	width: 3px !important;
	height: 3px !important;
}
/*=======================================================
      CONTENT
========================================================*/
.content {
	background: #ffffff;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	text-align: center;
	background: url(../images/bg/bnr-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-sponser {
	background: url(../images/bg/sub-sponser-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-contact {
	background: url(../images/bg/sub-contact-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-gallery {
	background: url(../images/bg/sub-gallery-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-event {
	background: url(../images/bg/sub-event-bg.jpg) center center no-repeat;
	background-size: cover;
}
.sub-event-single{
	background: url(../images/bg/sub-event-bg-single.jpg) center center no-repeat;
	background-size: cover;
}
.sub-404{
	background: url(../images/bg/sub-404.jpg) center center no-repeat;
	background-size: cover;
	
}
.sub-bnr .overlay-gr {
	padding: 100px 0;
	background: rgb(241,145,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,0.8)), color-stop(100%, rgba(199,64,64,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCB08', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
}
.sub-bnr h2 {
	font-weight: normal;
	color: #fff;
	margin: 0px;
	margin-bottom: 30px;
}
.sub-bnr p {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}
.breadcrumb {
	text-align: center;
	background: #130805;
	padding: 10px;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb>.active {
	color: #fff;
	font-weight: 600;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
}
/*=======================================================
      ABOUT
========================================================*/
.about {
}
.about h4 {
	text-transform: uppercase;
	line-height: 30px;
}
.about a {
	color: #FFCB08;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.about a i {
	margin-top: 2px;
	font-size: 18px;
	margin-left: 5px;
}
.about .hrs {
	background: rgb(241,145,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,1)), color-stop(100%, rgba(199,64,64,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCB08', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
	padding: 40px 20px;
	letter-spacing: 0px;
	display: inline-block;
	width: 100%;
	padding-right: 0px;
}
.about .hrs h3 {
	color: #fff;
	margin-top: 0px;
}
.about .hrs h3 i {
	font-size: 28px;
	margin-right: 10px;
	float: left;
	margin-top: -4px;
}
.about .hrs ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.about .hrs h5 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.about .hrs p {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 600;
}
.about .hrs .appoiment {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 12px 0;
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.history {
	background: #000000;
}
.history p {
	color: #fff;
}
.history .museum-img {
	background: url(../images/museum-img.jpg) center center no-repeat;
	max-height: 600px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 600px;
	margin-bottom: -10px;
}
.history .history-detail {
	padding: 80px;
	padding-right: 33%;
	padding-bottom: 0px;
}
.history .history-detail h4 {
	color: #fff;
}
.history .on-view {
	margin-top: 20px;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*=======================================================
      GALLERY
========================================================*/
.home .gallery {
	background: #f8f8f8;
}
.gallery ul li .inn-sec {
    background: #0b9444 none repeat scroll 0 0;
    border-radius: 8px;
    margin-bottom: 30px;
   max-height: 430px !important;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.sec-100px.gallery.section .inn-sec {
    padding-bottom: 15px;
}
.search-submit {
    background-color: transparent !important;
    background-image: url("../images/search.jpg") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    border: medium none !important;
    position: absolute;
    right: 1px;
    text-indent: -999px;
    top: 2px;
}
.ion-search {
    cursor: pointer;
}
.search-submit:hover {
    border: medium none !important;
    box-shadow: none !important;
}
.search-form {
    position: relative;
}


.gallery ul li img {
	width: 100%;
}
.gallery ul li .detail {
	padding: 30px 20px;
	position: relative;
	z-index: 2;
}
.gallery ul li span.tag {
	position: absolute;
	top: 30px;
	left: 30px;
	background: rgba(241,145,0,0.9);
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	padding: 7px 20px;
	font-size: 12px;
	letter-spacing: 0px;
	z-index: 9;
	font-family: 'Montserrat', sans-serif;
}
.gallery ul li .detail a {
	text-transform: uppercase;
	font-size: 14px;
	color: #FFCB08;
}
.gallery ul li .detail p {
    color: #fff;
    font-size: 29px;
    margin: 10px 0 0;
    font-weight: 600;
}
.open-time a {
    color: #fff;
}
.detail span i {
    margin-left: 10px;
    line-height: 32px;
}
.detail span {
    float: right;
}


.gallery ul li .detail p span {
	text-transform: uppercase;
}
.gallery ul li .hover-info {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery ul li .hover-info a {
	color: #918f90;
	font-size: 60px;
	margin-top: -200px;
	display: inline-block;
	position: relative;
	top: -20px;
}
.gallery ul li .hover-info a:hover {
	color: #fff;
}
.gallery ul li:hover .hover-info {
	opacity: 1;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	padding-top: 20px;
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 0px !important;
	padding: 0px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 35px;
	color: #272727;
	margin: 0 2px;
	font-size: 12px;
	padding: 0 15px;
}
.pagination>li>a:hover {
	background: #FFCB08;
	color: #fff;
	border-color: #FFCB08;
}
.sponser-page {
	padding: 50px 0;
}
.sponser-page li {
	text-align: center;
	margin: 50px 0;
}
/*=======================================================
      EVENT
========================================================*/
.event {
}
.event .event-detail {
	padding: 30px;
}
.event .event-detail h4 {
	color: #FFCB08;
	margin: 0px;
	line-height: 30px;
	margin-bottom: 15px;
}
.event .event-detail span {
	display: inline-block;
	width: 100%;
	line-height: 26px;
	font-weight: 600;
}
.event ul {
	display: inline-block;
	width: 100%;
	border: 2px solid #f8f8f8;
	border-left: none;
}
.event .event-detail p {
	margin-top: 15px;
}
.event .event-detail span i {
	width: 20px;
	font-size: 18px;
	display: inline-block;
}
.event .date {
	background: rgb(241,145,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,0.8)), color-stop(100%, rgba(199,64,64,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCB08', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
	width: 90px;
	height: 85px;
	float: left;
	position: absolute;
	top: 25px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.event .date p {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
.event .eve-img img {
	width: 100%;
	padding-right: 30px;
}
.event-page ul {
	margin-bottom: 30px;
}
.event-page .event-detail {
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.side-bar h5 {
	text-transform: none;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.side-bar {
	padding: 50px 30px;
	padding-right: 45px;
	background: #f8f8f8;
}
.event-page .event-detail span {
	width: 50%;
	float: left;
	color: #333333;
}
.event-page .event-detail p {
	display: inline-block;
	width: 100%;
}
.event-page .btn {
	margin-top: 30px;
}
.event-page .search {
	display: inline-block;
	width: 100%;
}
.event-page .search input {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	height: 40px;
	padding: 0 10px;
	font-size: 12px;
}
.event-page .search button {
	color: #202020;
	float: right;
	position: relative;
	margin-top: -32px;
	font-size: 16px;
	background: none;
	border: none;
	margin-right: 10px;
}
#commentform label {
    font-size: 16px;
    width: 130px;
}
.comment-form-comment label {
    clear: both;
    float: left;
}
.comment-form-comment textarea {
    width: 550px !important;
}
#comments {
    margin-top: 18px;
}
.comment-respond h3 {
    display: block;
    float: left;
    margin-bottom: 27px !important;
}
.comment-form {
    clear: both;
}

#commentform .submit {
    background: #0b9444 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: 19px !important;
    margin-bottom: 0;
    margin-left: 128px !important;
    margin-right: auto;
    margin-top: 0;
    width: 145px;
	font-weight:normal;
}
.comment-form input {
    padding-left: 7px;
}
.product_title.entry-title {
    font-size: 32px;
}

.cart button {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 11px !important;
    background-repeat: no-repeat !important;
    border: medium none;
    box-shadow: none;
    text-indent: -9999px;
    width: 37px;
	 outline: medium none;
}


.page-id-14 .header-title {
    display: block;
    float: left;
   
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}
.page-id-8 .content {
    min-height: 500px;
}


.page-id-14 .content {
    min-height: 500px;
}
.post-type-archive .hover-info h1 {
    font-size: 30px;
}
 .header-title {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
}
.page-id-27 .checkout.woocommerce-checkout input {
    border: 1px solid #ddd !important;
    padding: 7px 11px;
}

.page-id-6 .price {
    float: left !important;
    margin-top: 7px;
}
.page-id-6 .mainbutton {
    margin-right: -58px !important;
    width: 110px; float:left;
}

.price .amount {
    float: none;
    margin-right: 7px;
}

.mainbutton .yith-wcwl-add-to-wishlist {
    float: left;
    width: 48px;
}
.mainbutton {
    width: 110px;
}
.mainbutton .clear {
    clear: none !important;
    float: left;
}
.bx-wrapper .bx-controls-direction a {
    height: 43px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 26px;
    z-index: 9999;
}
.bx-pager.bx-default-pager {
    display: none;
}
.search-form {
    margin-top: 8px;
}

.search-form input {
    box-shadow: none;
    line-height: 17px;
    padding: 7px 10px;
}
.sec-100px.gallery .hover-info li .inn-sec {
  
    transition: all 0.4s ease-in-out 0s;
}
.hover-info li:hover .inn-sec {
    opacity: 0.7;
}
.products li {
    background: #0b9444 none repeat scroll 0 0;
    border-radius: 8px;
}
.slideshow .content {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1274px;
}
.slideshow .content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin-top: 168px;
}
.slideshow .content p {
    color: #fff;
    font-size: 16px;
}
.products li h3 {
    color: #ffcb08 !important;
}
.products .cart button {
    background: #45ba75 none repeat scroll 0 0 !important;
    margin-bottom: 12px;
}
.stars {
    float: left;
    width: 500px;
}
#reviews {
    padding-left: 50px;
}
.comment-form-rating label {
    float: left;
}
.side-bar ul {
	margin: 0px;
}
.side-bar .latest-post li {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.side-bar .latest-post li:nth-last-child(1) {
	border-bottom: none;
}
.side-bar .latest-post li a {
	padding: 0px !important;
	line-height: 20px;
	color: #222222;
	margin-top: -5px;
	display: inline-block;
	width: 100%;
}
.side-bar .latest-post li p {
	color: #FFCB08;
	margin: 0px;
	font-size: 13px;
}
.side-bar .coming-event {
	margin: 0 -10px;
}
.side-bar .coming-event li {
	padding: 5px 10px;
	display: inline-block;
	float: left;
	width: 33.3333%;
}
.side-bar .tags {
	display: inline-block;
	width: 100%;
}
.side-bar .tags li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.side-bar .tags li a {
	display: inline-block;
	border: 1px solid #ebebeb;
	color: #272727;
	float: left;
	font-size: 13px;
	padding: 5px 15px;
}
.side-bar .tags li a:hover {
	background: #FFCB08;
	color: #fff;
	border-color: #FFCB08;
}
.side-bar .cate li a {
	line-height: 45px;
	display: inline-block;
	width: 100%;
}
.side-bar .cate li a:hover {
	color: #FFCB08;
}
.side-bar .cate li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 10px;
}
.side-bar .conct-with {
	margin: 0 -5px;
}
.side-bar .conct-with li {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0 5px;
}
.side-bar .conct-with li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.side-bar .conct-with li a i {
	background: rgba(255,255,255,0.1);
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.side-bar .conct-with li a span {
	width: 100%;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.side-bar .conct-with .fb {
	background: #3b59a1;
}
.side-bar .conct-with .tw {
	background: #46b0e4;
}
.side-bar .conct-with .g-plus {
	background: #dd4c39;
}
#map {
	height: 520px;
}
.event-location{
	padding:30px;
	border:1px solid #f1f1f1;
}
.event-location h4{
	text-transform:none;
	margin-top:0px;
}
.event-location #map{
	height:400px;
	display:inline-block;
	width:100%;
}
.error-page{
	padding:100px 0;
}
.error-page h1{
	font-size:150px;
	color:#333333;
	font-weight:bolder;
	margin:50px 0;
}
.error-page h2{
	font-size:43px;
	color:#333333;
	font-weight:400;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
}
.error-page h3{
	font-size:24px;
	color:#333333;
	font-weight:400;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:50px;
}

/*=======================================================
			CONTACT FORM
========================================================*/
.contact-us {
}
.contact {
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 20px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 45px;
	font-size: 13px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 45px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#contact_form li textarea {
	height: 130px !important;
	font-size: 13px;
}
#contact_form li .btn {
	text-transform: uppercase;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #696969;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form {
}
/*=======================================================
      Testimonial
========================================================*/
.testimonial {
	text-align: center;
}
.testimonial .qou {
	font-size: 30px;
	color: #FFCB08;
}
.testimonial .testi {
	margin-top: 30px;
}
.testimonial .testi p {
	font-size: 28px;
	line-height: 48px;
	font-weight: 300;
	width: 85%;
	margin: 0 auto;
	font-style: italic;
}
/*=======================================================
      SPONSER
========================================================*/
.sponsors {
	background: url(../images/bg/sponser-bg.jpg) no-repeat;
	background-size: cover;
}
.sponsors .overlay {
	background: rgba(0,0,0,0.8);
	padding: 150px 0;
}
.sponsors .owl-item {
	text-align: center;
}
.sponsors .owl-carousel .owl-item img {
	width: auto;
}
/*=======================================================
      FOOTER
========================================================*/
footer {
	background: #000000;
	padding: 20px 0; margin-top:50px;
}
footer .foot-link {
	float: left;
	margin-top: 15px;
}
footer .foot-link li {
	display: inline-block;
	border-right: 1px solid #2b2b2b;
	padding-right: 15px;
	margin-right: 15px;
}
footer .foot-link li:nth-last-child(1) {
	border-right: none;
}
footer .foot-link a {
	font-size: 12px;
	color: #d8d8d8;
	text-transform: uppercase;
	font-weight: bold;
}
footer .foot-link a:hover {
	color: #fff;
}
footer .foot-logo {
	float: right;
}
footer .under-footer {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #2b2b2b;
	padding-top: 40px;
}
footer .under-footer .con-info li {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
footer .under-footer .con-info {
	display: inline-block;
}
footer .under-footer .con-info li p {
	color: #fff;
}
footer .under-footer .con-info li p i {
	margin-right: 10px;
	color: #999999
}
footer .social-link {
	float: right;
}
footer .social-link li {
	display: inline-block;
	padding-left: 20px;
}
footer .social-link a {
	font-size: 12px;
	color: #d8d8d8;
	text-transform: uppercase;
	font-weight: bold;
}
footer .social-link a:hover {
	color: #FFCB08;
}
/*=======================================================
      SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}

footer .social-link li a {
    font-size: 24px;
}

.top-bar .call p {
	text-transform:uppercase; color:#20409A;
   
}


.sec-100px.gallery .btn {
    display: block;
    margin: 0 auto;
    width: 145px;
    background: #0b9444 none repeat scroll 0 0;
}

.sec-100px.gallery.section .container {
    border-bottom: 3px solid #ddd;
    padding-bottom: 50px;
}

.sec-100px.gallery .btn:hover {background: #ffcb08 none repeat scroll 0 0;
    color: #fff;}
	
	
/******************************add css by iqbal on 26oct*************************************/



footer .menu {
    margin-left: 0;
}

footer .foot-link {
    margin-left: 0;
}

footer .under-footer .con-info {
    margin-left: 0;
}

.gallery .btn {
    color: #fff;
}

.tittle h2 {
    color: #000;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.add_to_wishlist::before {
    color: #fff;
    content: "\f387";
    font-family: "Ionicons";
    font-size: 29px;
}


 .yith-wcwl-wishlistaddedbrowse a:before {color: #fff;
    content: "\f133";
    font-family: "Ionicons";
    font-size: 29px;
	
	 display:block;
	
	}
	
	.page-id-26 .sec-100px.gallery {
    background: transparent none repeat scroll 0 0;
}
.page-id-26  .return-to-shop .button.wc-backward{  background: #0b9444 none repeat scroll 0 0 !important; }
	
	.yith-wcwl-wishlistexistsbrowse a {
    font-size: 0 !important;
}
.bx-wrapper .bx-viewport {
    background: #fff none repeat scroll 0 0;
    border: 0 none !important;
    box-shadow: 0 0 !important;
    left: 0;
    transform: translateZ(0px);
}
.page-id-46 .sec-100px.gallery {
    padding: 0;
}

 .page-id-26 .actions .button:hover{ box-shadow: none;}

.search  .header-title.col-md-12 h1 {
    font-size: 19px;
}
.search-no-results .header-title.col-md-12 {
    margin: 0;
    padding: 0;
}
.search-no-results .sec-100px.gallery header {
    border: medium none;
}
.search  .sec-100px.gallery h1 {
    font-size: 13px;
}
.products li:hover {
    opacity: 0.6;
}
.search-no-results .sec-100px.gallery {
    background: transparent none repeat scroll 0 0;
    min-height: 400px;
    padding: 0;
}



.page-id-46 .sec-100px.gallery .wishlist-title h2 {
    font-size: 15px;
    margin-left: 15px;
}
.page-id-46 .sec-100px.gallery .entry-content {
    margin: 0;
}
	
	 .yith-wcwl-wishlistexistsbrowse a:before {color: #fff;
    content: "\f133";
    font-family: "Ionicons";
    font-size: 26px;
	
	 display:block;
	
	}
	
	.single-product .yith-wcwl-wishlistexistsbrowse a:hover {
    opacity: 0.5;
}
	.woocommerce-ordering .orderby {
    border: 1px solid #ddd;
    padding: 3px 10px;
}

.products {
    width: 106%;
}
.products li {
    clear: none !important;
    float: left !important;
    width: 21% !important;
}
.post-type-archive .mainbutton button:hover {
    background-image: url("../images/add_to_cart.jpg") !important;}
	
	.tax-product_cat .mainbutton button:hover {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
	 background-position: left center !important;
	}
	
	/*.single-product .cart button:hover {
   background-color: transparent !important;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 2px !important;
    background-repeat: no-repeat !important;
    width: 30px;
	opacity: 0.5;
	
	}*/
	
	

	
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8% !important;
}
.page-id-46 .shop_table.cart.wishlist_table .product-price .amount {
    display: block;
    text-align: left;
}
.page-id-46 .shop_table.cart.wishlist_table .product-stock-status .wishlist-in-stock {
    display: block;
    text-align: left;
}

 .ownmenu li.current_page_item a {
    color: #0b9444 !important;
}
.ownmenu li a:hover {
    color: #0b9444 !important;
}
.woocommerce .header-title, .woocommerce-page .header-title {
    margin-top: 7px;
}
.wpcf7-validation-errors {
    clear: both;
}
.page-id-46 .cart button {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 1px !important;
    background-repeat: no-repeat !important;
    border: medium none;
    box-shadow: none;
    text-indent: -9999px;
    width: 37px;
	
}
.page-id-46 .quantity {
    float: left;
    width: 100px;
}
.page-id-46 .cart button {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 1px !important;
    background-repeat: no-repeat !important;
    border: medium none;
    box-shadow: none;
    height: 31px;
    text-indent: -9999px;
    width: 32px;
	float:left !important;
}
.page-id-12 .sec-100px.gallery {
    background: transparent none repeat scroll 0 0;
}
.page-id-8 .sec-100px.gallery {
    background: transparent none repeat scroll 0 0;
}
.ion-search.current {
    display: none;
}
	
.yith-wcwl-wishlistaddedbrowse a {
    font-size: 0 !important;
}


/*.single-product .cart button {
    background-color: transparent !important;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 2px !important;
    background-repeat: no-repeat !important;
    width: 30px;
}*/
.products .cart .mainbutton {
    float: right;
    width: 110px;
}
.post-type-archive .price {
    margin-left: 17px;
    margin-top: 0px; width:83%;
}
.post-type-archive .price .amount {
    color: #fff !important;
    font-size: 21px;
}

.post-type-archive .mainbutton {
    width: auto; float:right;
}

.post-type-archive .mainbutton button {
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 0 !important;
    background-repeat: no-repeat !important;
    width: 30px;
	height: 30px;
}

.products li img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tax-product_cat .hover-info h1 {
    font-size: 24px;
}
.tax-product_cat .price {
    margin-top: 10px;
}


.tax-product_cat .mainbutton button {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    height: 30px;
    width: 30px;
}

	
.tax-product_cat .price span {
    color: #fff !important;
    font-size: 25px;
    margin-left: 18px;
}
.post-type-archive .products .cart .mainbutton {
    float: right;
    width: 110px;
}


.search-form {
    display: none;
}
.add_to_wishlist {
    float: left;
    font-size: 0 !important;
    width: 39px !important;
}
.button.add_to_cart_button.product_type_simple {
    float: right;
    font-size: 0 !important;
    margin-top: -43px;
    width: 49px !important;
}
#top-bar {
    margin-bottom: 0;
}
.sec-100px.gallery {
    clear: both;
}

.page-id-14 .wpcf7-form {
    display: block;
    float: left;
    padding: 30px;
    width: 100%;
}
.page-id-14 .sec-100px.gallery {
    padding: 0;
}
.page-id-14 .wpcf7-form input {
    border: 1px solid #ddd;
	 padding-left: 10px;
}
.page-id-14 .wpcf7-form textarea {
    border: 1px solid #ddd;
    padding-left: 10px;
}
.page-id-14 .iocn i {
    margin-right: 8px;
}
.page-id-14 .wpcf7-form-control.wpcf7-submit {
    background: #0b9444 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    width: 126px;
}
.page-id-14 .wpcf7-form-control.wpcf7-submit:hover{
 background: #ffcb08 none repeat scroll 0 0;
    color: #fff;}
	
	.page-id-8 .sec-100px.gallery {
    padding: 0;
}

.header-title {
    margin-bottom: 25px;
    margin-top: 0;
}
 
 .page-id-12 .sec-100px.gallery {
    padding: 0;
}
 .page-id-12 .sec-100px.gallery .entry-content{ margin:0} 
.page-id-8 .sec-100px.gallery .entry-content {
    margin: 0;
}
.page-id-14 .contact.form {
    float: left;
    width: 70%;
}

.page-id-14 .iocn {
    float: right;
    width: 28%;
}
.button.add_to_cart_button.product_type_simple:before{content:"\f110"; font-family: "Ionicons"; font-size: 29px;  color: #fff;}
.home-slider ul {
    margin-left: 0;
}

.detail a {
    float: left;
    width: 100%;
}

.price {
    float: left !important;
}

.detail span {
    color: #fff;
    font-size: 29px;
}


.sec-100px.gallery .detail {
    min-height: 152px;
}

.sec-100px.gallery.section .detail {
    min-height: auto;
}


.page-id-27 .sec-100px.gallery {
    background: transparent none repeat scroll 0 0;
}

.page-id-27 .login input {
    border: 1px solid #ddd;
    padding: 6px 10px;
}


	
.page-id-27 .checkout_coupon input {
    border: 1px solid #ddd;
    padding: 7px 10px;
}	

.header-title::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-title {
    background-image: url("../images/about_us_barner.jpg") !important;
    height: 210px;
    margin-bottom: 25px;
    margin-left: -1px;
    margin-top: 0;
    position: relative;
}
.orderby {
    display: none;
}
.woocommerce-result-count {
    display: none;
}

.header-title .container::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -16px;
    content: "";
    height: 15px;
    left: 229px;
    position: absolute;
    width: 15px;
}

.header-title .container::before {
    border-bottom: 4px solid #fff;
    bottom: -11px;
    content: "";
    position: absolute;
    width: 226px;
}

.header-title .container {
    color: #fff;
    padding-top: 85px;
    position: relative;
    z-index: 9999;
}
.header-title .container h1 {
    color: #fff;
}
.page-id-14 .sec-100px.gallery {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.page-id-46 .cart button:hover {
    background-color: transparent;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: left 1px !important;
    opacity: 0.5;
	 height: 31px !important;
}

.coupon #coupon_code {
    width: 105px;
}
.sec-100px.gallery .hover-info li {
    width: 25%;
}

.hover-info h1.page-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 75px;
    position: relative;
    z-index: 999;
}

.post-type-archive .hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 208px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.post-type-archive .hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 208px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.hover-info h1.page-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 98px;
    padding-top: 35px;
    position: relative;
    z-index: 999;
}


.hover-info h1.page-title:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -11px;
    content: "";
    height: 15px;
    left: 181px;
    position: absolute;
    width: 15px;
}


.hover-info h1.page-title:before {
    border-bottom: 4px solid #fff;
    bottom: -6px;
    content: "";
    position: absolute;
    width: 179px;
}

.call a {
    color: #000;
    font-weight: 400;
}
.post-type-archive .hover-info::after {
    background-image: url("../images/about_us_barner.jpg") !important;
    content: "";
    font-size: 30px;
    height: 208px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-info p.woocommerce-result-count {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.woocommerce a.remove {
  
    margin-left: 16px;
   
}

.product-add-to-cart .remove_from_wishlist.button {
    background: transparent none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 70px;
}

.page-id-46 .yith-wcwl-wishlistexistsbrowse a::before {
    display: none;
}

.page-id-46 .remove_from_wishlist.button {
    font-size: 0 !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse a {
    font-size: 15px !important;
}

.single-product .hover-info::after {
    background-image: url("../images/about_us_barner.jpg") !important;
    content: "";
    font-size: 30px;
    height: 208px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-product .hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 208px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}


/*.page-id-51 .hover-info::after {
    background-image: url("../images/about_us_barner.jpg") !important;
    content: "";
    font-size: 30px;
    height: 208px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-id-51 .hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 208px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.page-id-51 .hover-info {
    padding-top: 200px;
}*/
.single-product .hover-info {
    padding-top: 200px;
}
.call span {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    left: 13px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 15px;
}

.page-id-51 .sec-100px.gallery .detail {
    min-height: 74px;
}
.sec-100px.gallery .hover-info .page-numbers li {
    width: 33%;
}
.tax-product_cat .hover-info::after {
    background-image: url("../images/about_us_barner.jpg") !important;
    content: "";
    font-size: 30px;
    height: 208px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tax-product_cat .hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 208px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.single-product .yith-wcwl-add-to-wishlist + div + .yith-wcwl-add-to-wishlist {
    display: none;
}

/*.single-product .yith-wcwl-add-to-wishlist.add-to-wishlist-38 {
    background-color: transparent !important;
    background-image: url("../images/heart.jpg") !important;
    background-position: left 3px !important;
    background-repeat: no-repeat !important;
    height: 32px;
    line-height: 0;
    margin-left: 100px;
    margin-top: -59px;
    width: 30px;
}*/
.single-product .yith-wcwl-add-to-wishlist.add-to-wishlist-38 a {
    font-size: 0 !important;
}
.single-product .summary.entry-summary p {
    clear: both;
}
.input-text.qty.text {
    border: 1px solid #ddd;
    height: 27px;
}
#commentform input {
    border: 1px solid #ddd;
}
#commentform textarea {
    border: 1px solid #ddd;
    padding-left: 7px;
}
.price .amount {
    margin-right: 7px;
}
.search-results .sec-100px.gallery article {
    background: green none repeat scroll 0 0;
    border-radius: 8px;
    margin-bottom: 37px;
    margin-left: 12px;
    margin-right: 12px;
    width: 22%;
}
.search-results #post-67 {
    display: none;
}

.search-results .sec-100px.gallery article h1 a{ color:#ffcb08;}

.search-results  .entry-excerpt {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

/*.yith-wcwl-wishlistexistsbrowse.show {
    background-color: transparent !important;
    background-image: url("../images/heart.jpg") !important;
    background-position: left 2px !important;
    background-repeat: no-repeat !important;
    margin-left: 103px !important;
    margin-top: -61px;
    width: 30px;
}*/


.yith-wcwl-add-to-wishlist .add_to_wishlist {
    background-color: #0b9444;
    height: 39px;
    padding-bottom: 0;
    text-align: center;
}

.single-product form.cart {
    float: left;
    margin-right: 24px;
}

.single-product .cart button {
    background-color: #0b9444 !important;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: center 2px !important;
    background-repeat: no-repeat !important;
    padding: 12px;
    width: 39px;margin-left: 25px;
}

.single-product .cart button:hover {
    background-color: #0b9444 !important;
    background-image: url("../images/add_to_cart.jpg") !important;
    background-position: center 2px !important;
    background-repeat: no-repeat !important;
    padding: 12px;opacity: 0.5;
    width: 39px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 7px 4px 0 0 !important;
}


.single-product .yith-wcwl-wishlistexistsbrowse a::before {
    background: #0b9444 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    content: "\f133";
    display: block;
    font-family: "Ionicons";
    font-size: 29px;
    text-align: center;
    width: 41px;
}
body.single-product .yith-wcwl-wishlistexistsbrowse a {
    font-size: 0 !important;
    position: relative;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show {
    float: left;
}

 .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 25px;
    width: auto;
}
 .woocommerce-tabs .panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: -24px !important;
}
.woocommerce-tabs .panel.entry-content {
    padding: 29px !important;
}

.single-product .yith-wcwl-add-to-wishlist.add-to-wishlist-38 a:hover {
    opacity: 0.5;
}
.single-product .cart {
    clear: both;
}
.single-product .add_to_wishlist:hover {
    opacity: 0.5;
}
.single-movies #primary-mono {
    padding-top: 40px;
}

.single-movies .entry-header .entry-meta {
    display: none;
}

.single-movies .entry-footer.footer-meta {
    display: none;
}

.single-movies #commentform .submit {
    background: #0b9444 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff !important;
    display: block !important;
    font-size: 19px !important;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 128px !important;
    margin-right: auto;
    margin-top: 0;
    padding: 9px 10px;
    width: 160px;
}

.single-movies #commentform .submit:hover {
      background: #ffcb08 none repeat scroll 0 0 !important;
    color: #fff !important ;
}

.woocommerce-page .login .button:hover {
    background: #0b9444 !important;
}


.woocommerce-page .checkout_coupon .button:hover {
    background: #0b9444 !important;
}


.woocommerce-checkout #payment .payment_method_paypal img {
    height: 80px !important;
    max-height: 100px;
    vertical-align: middle;
    width: 100%;
}

.page-id-26 .checkout-button.button.alt.wc-forward:hover {
    background: #0b9444  none repeat scroll 0 0 !important;
}
.page-id-26 .coupon .button:hover {
    background: #0b9444 none repeat scroll 0 0 !important;
}

.single-product .sec-100px.gallery .hover-info .summary.entry-summary li {
    background-image: url("images/arrow_icons.png");
    background-position: left -2px;
    background-repeat: no-repeat;
    background-size: 27px auto;
    clear: both;
    float: left;
    margin-bottom: 14px;
    padding-left: 24px;
    width: 100%;
}
.single-product #tab-description ul li {
    width: 100% !important;
}

.single-product .value {
    float: left;
    width: 260px;
}
.single-product .add_to_wishlist {
    clear: both;
    display: block;
    float: left;
    margin-left: 131px !important;
    margin-top: -67px !important;
}
.single-product .single_variation {
    float: left;
}
.single-product .value select {
    border: 1px solid #ccc;
    padding: 4px 10px;
}
.single-product .summary .product_meta {
    margin-top: 0;
}
a.reset_variations {
    display: none;
    height: 58px;
    line-height: 58px;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show {
    clear: both;
    margin-left: 131px;
    margin-top: -69px;
	  float: left !important;
}

.single-product.postid-145 .add_to_wishlist {
    clear: both;
    display: block;
    float: left;
    margin-left: 200px !important;
    margin-top: -67px !important;
}
.single-product .single_variation_wrap {
    clear: both;
}
.single-product a.reset_variations {
    display: block;
    height: 58px;
    line-height: 58px;
	clear:both;
}
.single-product .variations {
    display: block;
    float: left;
    width: 100%;
}
.single-product .reset_variations {
    visibility: visible !important;
}

.single-product .variations_form.cart {
    width: 100%;
}

.single-product .quantity {
    display: block !important;
}
.home .quantity {
    display: none !important;
}
.home .variations {
    display: none;
}
.home .yith-wcwl-add-to-wishlist {
    float: right;
    margin-top: 9px;
}

.home .variations_button {
    float: right;
}

.home .variations_form {
    clear: none;
    display: block;
    float: left;
}

.post-type-archive .value {
    display: none;
}
.post-type-archive .quantity {
    display: none !important;
}
.post-type-archive .single_add_to_cart_button.button.alt {
    display: block;
}

.post-type-archive  .yith-wcwl-add-to-wishlist.add-to-wishlist-191 {
    float: right;
}

.post-type-archive .single_variation {
    margin-top: -25px;
}

.post-type-archive .mainbutton .yith-wcwl-add-to-wishlist {
    float: right;
    width: 48px;
}

.post-type-archive .price .amount {
    color: #000 !important;
    display: inline;
    font-size: 29px;
    font-weight: normal !important;
    margin-top: -16px;
}

.post-type-archive .products .cart button {
    background-image: url("images/add_to_cart.jpg") !important;
    background-position: 3px center !important;
    background-repeat: no-repeat !important;
    margin-right: 6px;
}
.post-type-archive .variations_button {
    float: right;
}

.post-type-archive .single_add_to_cart_button.button.alt {
    background-color: #0b9444 !important;
}
.post-type-archive .button.alt {
    display: block;
    float: left;
    margin-left: 14px !important;
}
.post-type-archive .single_add_to_cart_button.button.alt {
    margin-top: 9px !important;
}

.home .single_variation .price {
    display: block;
}

.home .single_variation .price{ display:none;}
.page-id-46 .single_variation_wrap {
    display: block !important;
}


.home .single_variation_wrap {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}
.home .button.add_to_cart_button.product_type_variable {
    display: none;
}

.page-id-46 .shop_table .product-add-to-cart {
    float: left;
    width: 270px;
}
.post-type-archive .single_variation .price {
    display: none !important;
}
.post-type-archive .price span {
    float: none;
    text-align: left !important;
}
.post-type-archive .products li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0b9444;
    border-radius: 8px;
    max-height: 432px;
    min-height: 432px;
}

.mainbutton{ float:left;}


.page-id-46 .product-add-to-cart #size {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.page-id-46 .shop_table .product-add-to-cart .variations .label {
    display: none;
}

.page-id-46 .shop_table .product-add-to-cart .variations {
    margin-bottom: 15px;
}

.single-product .single_variation {
    clear: both;
    float: left;
    width: 100%;
}




.single-product form.cart + .yith-wcwl-add-to-wishlist .show a {
    display: block;
    margin-top: 0;
}




.single-product form.variations_form.cart + .yith-wcwl-add-to-wishlist .show a {
    display: block;
    float: left;
    margin-left: 128px;
    margin-top: -67px;
}

.page-id-46 .shop_table .product-add-to-cart .value select {
    width: 235px;
}

.page-id-46 .shop_table .product-add-to-cart .value {
    float: left;
    width: 260px !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { .search-form input {
    padding: 7px 10px;
    line-height: 15px;
}.home .yith-wcwl-add-to-wishlist {
    float: right;
    margin-top: 11px;
	margin-right:0px;
} .home .yith-wcwl-wishlistexistsbrowse a{ margin-right:35px !important;} .home .yith-wcwl-wishlistaddedbrowse a{ margin-right:22px !important;} .post-type-archive .price .amount{ margin-top:0px !important;} .post-type-archive .single_variation{margin-top: -4px;} .post-type-archive .variations{ display:none;} .post-type-archive .single_add_to_cart_button.button.alt {
       margin-top: 15px !important;
} }




@media screen and (min-width:1025px) and (max-width:1200px)
{
.sec-100px.gallery .hover-info li {
    width: 33%;
}
}
@media screen and (min-width:768px) and (max-width:1024px)
{
.sec-100px.gallery .hover-info li {
    width: 50%;
}
.page-id-14 .contact.form {
    float: left;
    width: 63%;
}
.page-id-14 .iocn {
    float: right;
    width: 31%;
}
.search-results .sec-100px.gallery article {
    background: green none repeat scroll 0 0;
    border-radius: 8px;
    margin-bottom: 37px;
    margin-right: 23px;
    width: 46%;
}
.slideshow .content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin-top: 122px;
}
.slideshow .content {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.search-field {
    width: 104px;
}
.products li {
    clear: none !important;
    float: left !important;
    margin-right: 16px !important;
    width: 46% !important;
}
}
@media screen and (min-width:320px) and (max-width:767px)
{
	
	
header.top-header:before{ display:none;}

header.top-header:after{ display:none;}	
	
.sec-100px.gallery .hover-info li {
    width: 100%;
}
.slideshow .content h1 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-top: 33px;
}

.products li {
    clear: none !important;
    float: left !important;
    width: 93% !important;
}
.products {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.home-slider {
    max-height: 138px;
    overflow: hidden;
    position: relative;
}
.slideshow .content {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.shop_table {
    display: block;
    overflow-x: scroll;
    padding-bottom: 9px;
    width: 300px !important;
}
.page-id-14 .contact.form {
    display: block;
    float: left;
    width: 100%;
}
.search-results .sec-100px.gallery article {
    background: green none repeat scroll 0 0;
    border-radius: 8px;
    margin-bottom: 37px;
    margin-right: 23px;
    width: 100%;
}
.page-id-14 .wpcf7-form input {
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 100%;
}
.page-id-14 .iocn {
    float: left;
    width: 100%;
}

}
