/*
theme name: k3.see-theme.com
version: 1.0
Author: سی تم
Author URI: http://see-theme.com
Desctiption:
*/
body {
	font-family: IRANSans-web, tahoma, sans-serif;
	background-color: #f7f8fa;
	color: #333;
	font-size: 14px;
}
:focus {
	outline: 0;
}
a {
	color: #333;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
a:hover,a:visited,a:focus {
	text-decoration: none;
	outline:0;
}
blockquote {
background: #eee;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
    border-right: 4px solid #ddd;
}
table {
width:100%;
}
table , table td {
border:1px solid #ddd;
}
table td {
vertical-align:middle;
padding:5px;
}
#navigation .navbar-nav {display:none;}
.wa__btn_popup .wa__btn_popup_txt {width:190px !important}
/*
=masthead
--------------------------------------*/
.masthead {
position: relative;
background-color: #414146;
/* overflow: hidden; */
}
/*
=nav
--------------------------------------*/
#navigation {
    border-radius: 0;
    min-height: auto;
	border: 0;
    margin-bottom: 0;
    background-color: rgba(16, 48, 70, .5);
    position: absolute;
    top: 50px;
    width: 1170px;
    margin: auto;
    left: 0;
    max-width: 100%;
    right: 0;
	z-index:999;
}
#navigation ul li {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#navigation ul li:hover a {
	background-color: #A6782B;
}
#navigation ul li:hover > a,#navigation ul li:hover > a:after,#navigation ul li a:hover {
    /*color: #333;*/
}
#navigation ul ul li:hover > a {
	/*color: #E74C3C;*/
}
#navigation li.dropdown.open {
	background-color: #A6782B;
}
#navigation ul li a {
	color: #fff;
	font-size: 14px;
	padding: 27px 15px;
    font-family: IRANSans-web, tahoma, sans-serif;
}
#navigation ul ul li a {
	font-size: 13px;
}
#navigation ul ul li a:hover { color:#000; }
#navigation .menu-item-has-children> a {
	position: relative;
	padding-left: 25px;
}

#navigation ul> .menu-item-has-children> a:after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	left: 13px;
	top: 24px;
	font-size: 8px;
	color: #fff;
}

#navigation ul ul> .menu-item-has-children> a:after {
	content: "\f053";
	left: 10px;
	top: 10px;
	color: #333;
}
#navigation .dropdown-menu {
	min-width: 200px;
	box-shadow: 0 0;
	background-color: #A6782B;
    border: 0;
	border-radius: 0;
}
#navigation ul ul li> a,#navigation ul ul ul li> a {
	padding: 10px;
	color: #fff;
}

.navbar-toggle {
	float: right;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	padding: 14px 10px;
}

.title_logo {
	float: right;
	position: relative;
}
.title_logo h1,.title_logo h2 {
	color: #fff;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.title_logo .logo_site {
	display: block;
}
.title_logo .logo_site img {
	max-width: 200px;
	max-height: 70px;
	margin:2px 4px 2px 15px;
}
.srch_Toggle {
	float: left;
	position: relative;
}
.srch_Toggle i {
    display:block;
	color: #eee;
	font-size: 30px;
	padding: 22px;
	cursor: pointer;
	background-color: #23292d;
    width: 75px;
    text-align: center;
}
.srch_Toggle #search-form {
    background-color: #23292d;
    position: absolute;
    top: 100%;
    width: 250px;
    left: 0;
	border-top: 1px solid #414146;
	display: none;
}
.srch_Toggle #search-form input {
	border: none;
	background: none;
}
.srch_Toggle #search-form #search-text {
    height: 35px;
    padding: 3px 4px;
    line-height: 30px;
    font-size: 12px;
    width: 215px;
    float: right;
    color: #fff;
}
.srch_Toggle #search-form #search-submit {
    background:#A6782B url(images/sch_icon.png) no-repeat center center;
    width: 35px;
    height: 36px;
    float: right;
    cursor: pointer;
}
/*
=services
------------------------------------------*/
#services .services_wrap {
	background-color: #fff;
	border-radius: 10px;
	margin-top: -20px;
	margin-bottom: 35px;
	padding: 10px 10px 30px;
	position: relative;
	box-shadow: 0 0 4px #999;
	
}
.sec_title {
	text-align: center;
	padding: 10px 0 20px;
}
.sec_title span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.sec_title span:after,.sec_title span:before {
	content: "";
	position: absolute;
	width: 134px;
	height: 12px;
	top:6px;
}
.sec_title span:after {
	right: 100%;
	background: url(images/line_sec_right.png) no-repeat;
}
.sec_title span:before {
    left: 100%;
	background: url(images/line_sec_left.png) no-repeat;
}
.box_services .thumb_bs {
	display: block;
	float: right;
	margin-left: 10px;
}
.box_services .thumb_bs img {
	width: 100px;
	height: 100px;
}
.box_services .wrap_bs {
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #a9a9a9;
    border-radius: 6px;
    padding: 10px;
	height: 130px;
	overflow: hidden;
}
.box_services .wrap_bs .cap_bs h4 {
	line-height: 30px;
}
.box_services .wrap_bs .cap_bs h4 a {
	position: relative;
	padding-right: 18px;
	font-size: 18px;
	color: #555;
}
.box_services .wrap_bs:hover .cap_bs h4 a {
	color: #ff6161;
}
.box_services .wrap_bs:hover {
	border-bottom-color: #ff6161;
}
.box_services .wrap_bs .cap_bs h4 a:before,.title_page:before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff6161;
}
.box_services .wrap_bs .cap_bs p {
	color: #666;
}
/*
= section_aboutUs
-----------------------------*/
.section_aboutUs {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    min-height: 400px;
    background: url(images/about_bg.jpg) no-repeat;
    background-size: cover !important;
    padding: 35px 0 25px;
}
.section_aboutUs .container {
    overflow: hidden;
}
#sectionTab {
    padding-right: 40px;
    border-bottom: 0;
}
#sectionTab li {
    position: relative;
    display: block;
    float: none;
    margin-bottom: 30px;
    padding: 4px 0;
}
#sectionTab li:after {
content: "---";
    position: absolute;
    right: 35px;
    font-size: 18px;
    letter-spacing: 4px;
    color: #aaa;
    transform: rotate(90deg);
    bottom: -29px;
    font-family: tahoma;
    
}
#sectionTab li:last-child:after {
    display: none;
}
#sectionTab li a {
    font-size: 22px;
    color: #777;
}
#sectionTab li a i{
    position: relative;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #999;
    text-align: center;
    background: #f8f8f8;
    border: 3px solid #f8f8f8;
    box-shadow: 0 0 2px #aaa;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .5s;
}
#sectionTab li.active a i {
    background: #19b5fe;
    color: #fff;
    border-color: #fff;
}
.blockText p {
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
    color: #666;
}
.title_blockText {
    font-size: 28px;
    margin-bottom: 15px;
    color: #666;
}
a.about_more_link{
    display: table;
    background: #6ea8c2;
    color: #fff !important;
    padding: 10px 45px;
    font-size: 20px;
    border-radius: 4px;
    margin: 25px auto 10px;
}
a.about_more_link:hover {
    opacity: .8;
}
.related.products h2 {
	border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
	margin: 10px !important;
    padding: 10px !important;
    width: 22% !important;
	border:1px solid #eee;
}
@media screen and (min-width:768px) {
	.woocommerce-page ul.products li.product {   
	    height: 350px;
		}
}
/*-------------------------------------------------------------
 6.  Products Section CSS
--------------------------------------------------------------*/

.web-products-section {
	padding: 40px 0
}
.web-products-section.background {
	background: #fff;
}
.web-products-section .web-section {
	text-align: right;
}
.web-products-section .web-section h2 {
	margin: 0 0 15px;
}
.web-products-section .web-section h2:before {
	left: auto;
	right: 5px;
}
.web-products-section .web-section h2:after {
	left: auto;
	right: 60px;
}
.web-products-section .web-tab-section ul {
	margin: 0 0 30px;
	float: left;
}
.web-products-section .web-tab-section ul li {
	display: inline-block;
}
.web-products-section .web-tab-section ul li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 2.5;
	background: #95A5A6;
	color: #fff;
	border-radius: 300px;
	box-shadow: 0 0 5px 0 rgba(30, 25, 30, .15);
}
.web-products-section .web-tab-section ul li a:hover {
	opacity: .9
}
.web-tab-section ul li a.active {
	background: #2e3d62
}
.web-products-section .item {
	width: 100%;
	float: right;
	margin: 0 0 30px;
	position: relative;
	background: #fff;
	border-radius: .25rem;
	box-shadow: 0 0 5px 0 rgba(30, 25, 30, .15);
	overflow: hidden;
	height: 525px;
}
.web-products-section .item figure {
	margin: 0;
	position: relative;
	border-bottom: 1px solid rgba(221, 221, 221, .35);
}
.web-products-section .item figure img {
/* 	width: 100%; */
	height:250px;
	margin:auto;
}
.woocommerce div.product div.images img {
	width:auto !important
}
.woocommerce div.product div.summary .woocommerce-Price-amount,.woocommerce div.product div.summary .amount {
	font-size: 22px;
    font-weight: 700;
}

.web-products-section .item .web-content-section {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 20px;
	box-shadow: none;
}
.web-products-section .item .web-content-section .web-price-section del {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: #bbb;
}
.web-products-section .item .web-content-section .web-price-section del bdi {
	font-size:16px
}
.web-products-section .item .web-content-section .web-price-section del span span {
	display: none;
}
.web-products-section .item .web-content-section .web-price-section ins {
	text-decoration: none;
}
.web-products-section .item .web-content-section h2 {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.web-products-section .item .web-content-section h2 a {
	color: #3e3e3e;
	transition:all .3s;
}

.web-products-section .item .web-content-section h2:hover,
.web-products-section .item .web-content-section h2 a:hover {
	color:#fa4d4d;
}
.web-products-section .item .web-content-section .web-feature-section {
	display: block;
	margin: 0 0 15px;
	font-size: 12px;
	color: #6c757d
}
.web-products-section .item .web-content-section .web-feature-section p {
	    height: 75px;
    overflow: hidden;
}
.web-products-section .item .web-content-section .web-feature-section strong {
	display: none;
}
.web-products-section .item .web-content-section .web-feature-section ul {
	margin: 0 !important;
	padding: 5px 0 0 !important;
}
.web-products-section .item .web-content-section .web-feature-section li {
	padding: 0 10px 0 0;
	position: relative;
	line-height: 1.75;
	white-space: nowrap;
	font-size: 13px;
    color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
}
.web-products-section .item .web-content-section .web-feature-section li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 7px;
	right: 0;
	background: #38d57a;
	border-radius: 50%;
}
.entry-summary .woocommerce-product-details__short-description ul { display:none; }
.woocommerce div.product p.price { margin-bottom:15px; }
@media screen and (min-width:768px) {
	.web-products-section .item .web-content-section .web-feature-section ul li 

{
		display:none;
	}
	.web-products-section .item .web-content-section .web-feature-section ul li:nth-child(1),
	.web-products-section .item .web-content-section .web-feature-section ul li:nth-child(2),
	.web-products-section .item .web-content-section .web-feature-section ul li:nth-child(3) {
		display:block;
	}
}
.web-products-section .item .web-content-section .web-price-section {
	margin: 0 0 20px;
	font-size: 1.25rem;
	color: #38d57a;
	text-align: center;
}
.web-products-section .item .web-content-section .web-price-section .price span span {
	    font-size: 15px;
    font-weight: 400;
}

.web-products-section .item .web-content-section .web-add-section a {
height: 45px;
    line-height: 45px;
    display: block;
    position: absolute;
    width: 90%;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 15px;
    padding: 0 15px 0 0;
    font-size: 14px;
    background: #fc4557;
    color: #fff;
    border-radius: 2px;
    transition: all .2s;
    text-align: center;
}
.web-products-section .item .web-content-section .web-add-section a:hover {
	opacity:.7
}
.web-products-section .web-more-section {
	display: table;
	margin: 0 auto;
	padding: 5px 45px;
	line-height: 2;
	background: #2e3d62;
	border: 2px solid #2e3d62;
	color: #fff;
	border-radius: 300px;
	box-shadow: 0 0 5px 0 rgba(30, 25, 30, .15);
	transition:all .3s;
}
.web-products-section .web-more-section:hover {
	opacity:.7;
}
.web-price-section span {
	font-size:20px;
	font-weight:700;
	font-family: iransans-number;
}
.web-section h1, .web-section h2 {
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 15px;
    position: relative;
    font-size: 2rem;
}
.web-section h1:before, .web-section h2:before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #fc4557;
}
.web-section h1:after, .web-section h2:after {
    content: '';
    width: 20px;
    height: 2px;
    margin: 0 0 0 -35px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #1c1a1f;
}
/*
=about_block
-------------------------------------------*/
#about_block {
	padding: 30px;
	background-color: #fdfdfd;
}
.about_content {
	padding-left: 70px;
}
.about_content p {
	text-align: justify;
}
.about_content .more_link {
	margin-top: 10px;
}
.more_link a .svg_icon {
    fill: #2d629a;
}
.more_link {
	float: left;
	position: relative;
    height: 27px;
	background-color: #23568b;
	border-radius: 4px 0 0 4px;
}
.more_link a {
	display: block;
	float: left;
    line-height: 28px;
    color: #fff;
    padding: 0 10px;
	transition:all .2s;
}
.more_link a:hover {
	opacity:.7;
}
.more_link a .svg_icon {
    fill: #18497c;
    float: right;
    margin: -4px -30px 0 7px;  
}
.more_link a i {   
    position: absolute;
    right: -4px;
    top: -5px;
    font-size: 34px;
    z-index: 9999;
	color: #fff;
}
.title_section {
	font-size: 26px;
	font-weight:700;
	color: #555;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.about_image img {
	margin: auto;
}
.about_image .image_wrap {
	background: #fdfdfd;
	position: relative;
	padding: 25px;
	border-radius: 1px;
}
.about_image .image_wrap:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    border: 55px solid #fdfdfd;
    border-top: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 38px solid transparent;
}
/*
=product_slide
-----------------------------------*/
.product_slide {
	width: 100%;
	position: relative;
	background:#fafafa url(images/bg_broducts.png) no-repeat right; 
    padding:20px 0;
}
.product_slide .product-item img {
	width: 200px;
	height: 170px;
	margin: auto;
}
.product_slide .product-item figure {
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 3px;
    margin: 20px;
    padding: 30px 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.product_slide .product-item h4 {
	text-align: center;
	color: #555;
	font-size: 16px;
}
.product_slide .product-item:hover h4 {
	color: #ff6161;
}
.product_slide .product-item:hover figure {
	    -webkit-box-shadow: 0 3px 4px #555;
	    -moz-box-shadow: 0 3px 4px #555;
	    -o-box-shadow: 0 3px 4px #555;
	    box-shadow: 0 3px 4px #555;
}
.product_slide .sec_title span {
	font-family: IRANSans-web-Medium, tahoma, sans-serif;
	font-size: 24px;
} 
.product_slide  .owl-buttons {
	position: absolute;
	top: 35%;
	width: 100%;;
}
.product_slide .owl-buttons div {
	position: absolute;
}
.product_slide .owl-buttons div:after {
		font-family: FontAwesome;
		position: absolute;
		font-size: 38px;
		color: #333;
}
.product_slide .owl-buttons div.owl-next:after {
	content: "\f105";
	right: -20px;
}
.product_slide .owl-buttons div.owl-prev {
	left: 0px;
}
.product_slide .owl-buttons div.owl-prev:after {
	content: "\f104";
	left: -20px;
	
}
/*
=section news
--------------------------------------*/
.section_news {
    width: 100%;
    background: url(images/pattern-news2.png);
    margin: auto;
    padding: 25px 0;
    position: relative;
}
.header_news {
margin-bottom:35px;
}
.section_news .sec_title {
padding-bottom:5px;
}
.section_news .sec_title span {
color:#222;
}
.section_news .subtitle {
    text-align: center;
    color: #333;
    font-size: 15px;
}
.section_news .article_box {
margin-bottom:25px;
}
.section_news .wrap_article {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ed1c24;
    height: 153px;
    overflow: hidden;
    box-sizing: border-box;
}
.section_news .article_box .thumb_news {
    float: right;
    margin-left: 10px;
}
.section_news .article_box .thumb_news img {
    width: 150px;
    height: 150px;
}
.section_news .article_box .caption_news {
    padding: 10px 0 0 0;
}
.section_news .article_box .caption_news h4 {
    line-height: 25px;
margin-bottom:7px;
}
.section_news .article_box .caption_news h4 a {
    font-size: 16px;
    color: #444;
    padding-left:10px;
}
.section_news .article_box .caption_news h4 a:hover {
  color:#ed1c24;
}
.section_news .article_box .caption_news p {
    color: #666;
    line-height: 20px;
    font-size: 13px;
border-bottom:1px solid #eee;
padding:0 0 4px 10px;
}
.section_news .article_box .caption_news .news_date {
    display: inline-block;
    padding-top: 8px;
    color: #444;
    font-size: 12px;
    letter-spacing: .6px;
    font-family: iransans-number,tahoma;
}
.section_news .article_box .caption_news .news_date i {
padding-left:4px;
}
a.news_archive {
    display:table;
    margin:15px auto;
    padding: 10px 30px;
    border-radius: 4px;
    border-bottom: solid 2px #7a1216;
    background-color: #ed1c24;
    color: #fff;
    font-size: 14px;
}
a.news_archive:hover {
background:#7a1216;
}
/*
= index section block (blog)
-------------------------------------*/
.index_content_block {
	padding: 25px 0;
}
.head_index_cnt {
margin-bottom: 40px;	
}
.head_index_cnt .thic {
	    font-size: 30px;
    color: green;
    font-weight: 700;
    margin-bottom: 15px;
}
.head_index_cnt p i {
	    color: #555;
    font-size: 22px;
    vertical-align: middle;
    padding-left: 4px;
}
.head_index_cnt p {
	    font-size: 15px;
    color: #aaa;
}
.head_index_cnt .archive_ic {
    display: block;
    float: left;
    background: #ddd;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    margin-top: -60px;
	transition:all .3s;
}
.head_index_cnt .archive_ic:hover {
	opacity:.7
}
.index_content_block .blg_itm, .index_content_block .prd_itm {
	padding:0 25px;
	margin-bottom: 25px;
}
.index_content_block .blg_itm .wrap_bi, .index_content_block .prd_itm .wrap_bi {
	border-radius:20px 20px 0 0;
	overflow:hidden;
	box-shadow:0 0 6px #eee;
	transition:all .2s;
	min-height: 520px;
}
.index_content_block .prd_itm .wrap_bi { min-height: 350px; }
.index_content_block .blg_itm .wrap_bi:hover, .index_content_block .prd_itm .wrap_bi:hover {
	box-shadow:0 0 6px #ddd;
}
.index_content_block .blg_itm .wrap_bi img, .index_content_block .prd_itm .wrap_bi img {
	transition:all .3s;
}
.index_content_block .blg_itm .wrap_bi img:hover {
	 filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
	opacity:.8;
}
.index_content_block .prd_itm .wrap_bi img:hover { opacity:.8; }
.index_content_block .blg_itm .wrap_bi .caption_bi, .index_content_block .prd_itm .wrap_bi .caption_bi {
	padding: 15px 25px;
}
.index_content_block .blg_itm .wrap_bi .caption_bi .title_bi, .index_content_block .prd_itm .wrap_bi .caption_bi .title_bi {
	    color: #f11331;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
		transition:all .3s;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_content_block .blg_itm .wrap_bi .caption_bi .title_bi:hover, .index_content_block .prd_itm .wrap_bi .caption_bi .title_bi:hover {
	color:#888;
}
.index_content_block .blg_itm .wrap_bi .caption_bi p, .index_content_block .prd_itm .wrap_bi .caption_bi p {
	    color: #aaa;
}
.index_content_block .blg_itm .wrap_bi .mLink, .index_content_block .prd_itm .wrap_bi .mLink {
    display: table;
    background: #ccc;
    color: #fff;
    margin: 10px auto 20px;
    padding: 8px 15px;
    border-radius: 15px 0 15px;
    transition: all .3s;
}
.index_content_block .blg_itm .wrap_bi .mLink:hover, .index_content_block .prd_itm .wrap_bi .mLink:hover  {
	opacity:.7
}
/*
= logo__list
-------------------------------------------*/
.index_logo {
    padding: 50px 0;
    background: #fdfdfd;
    margin-bottom: 20px;
}
.logo__list li img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
/*     opacity: .7; */
	transition:all .4s;
}
.logo__list li img:hover {
/* 	opacity:3; */
	  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.ph_un {float:left; padding: 10px 0 0 15px;}
.ph_un span {
	display:block;
	color:#fff;
	font-size:15px;
	letter-spacing:1px;
	padding-bottom: 5px;
}
#mobile_fix_bottom {
	position:fixed;
	z-index:999;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #eee;
	padding-top:4px;
}
#mobile_fix_bottom ul {
	text-align:center;
}
#mobile_fix_bottom ul li {
	display:inline-block;
}
#mobile_fix_bottom ul li i {
	font-size:25px;
	color:#555;
}
#mobile_fix_bottom ul li .cart_total {
	display:block;
	color:#666;
	font-size:12px;
}
#mobile_fix_bottom ul li .backet {
	position:relative;
}
#mobile_fix_bottom ul li .contents_count {
	display:block;
	position: absolute;
    width: 20px;
    height: 20px;
    right: 39%;
    top: -3px;
    border-radius: 20px;
    background: #24da32;
    color: #fff;
}
#mobile_fix_bottom ul li p {
	font-size:12px;
}
/*
=footer
-------------------------------------------*/
#footer {
	background-color: #fff;
	padding: 20px 0 0;
}
#footer .footer_box .title_ft {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;
}
#footer .footer_box .content_ft ul li {
	line-height: 25px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333;
}
#footer .footer_box .content_ft ul li a {
	display: block;
	line-height: 25px;
	font-size: 13px;
	color: #333;
}
#footer .footer_box .content_ft ul li a:hover {
	color: #ff6161;
}
#copyright {
	width: 100%;
	background-color: #f7f8fa;
	padding: 20px 0;
}
.ft_logo img {
	margin: auto;
}
.samandehi {
  position: fixed;
  left: 2px;
  bottom: 140px;
}
/*
=single
----------------------------------------------*/
.inner-page {
	margin-bottom: 20px;
}
.inner-page .container {
	position: relative;
	margin-top: -100px;
	min-height: 600px;
}
.main_content .wrap_main {
	background-color: #fff;
	padding: 15px;
	border-top: 3px solid #ff6161;
	border-bottom: 3px solid #ddd;

}
.page_head {
	margin-bottom: 10px;
}
.title_page {
    font-size: 22px;
    color: #666;
    padding-right: 20px;
    position: relative;
	margin-bottom: 5px;
}
.page_head .meta_post li {
    float: right;
    margin: 5px 10px;
    color: #555;
    font-size: 12px;
}
.meta_post li a {
	display: inline-block;
	font-size: 12px;
	color: #777;
}
.meta_post li a:hover {
	color:  #ff6161;
}
.meta_post li i {
	padding-left: 3px;
	color:  #ff6161;
}
.entry_content li {
	line-height: 25px;
}
.entry_content ul li {
    list-style: inside;
}
.social_post {
	width: 100%;
	background-color: #eee;
	padding: 20px;
	margin-top:10px;
}
.social_post ul li {
	float: right;
}
.social_post ul li strong {
	display: inline-block;
	padding:4px 0 0 4px;
}
.social_post ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	background-color: #777;
	color: #fff;
	border-radius: 4px;
	margin: 5px;
}
.social_post ul li a i {line-height:30px; }
.social_post ul li a:hover {
	opacity: .8;
}
.social_post ul li.facebook_icon a {
	background-color: #5779a8;
}
.social_post ul li.twitter_icon a {
	background-color: #0f9dd4;
}
.social_post ul li.linkdin_icon a {
	background-color: #4e7aa3;
}
.social_post ul li.instagram_icon a {
	background-color: #ed145b;
}
.social_post ul li.google_icon a {
	background-color: #ca4738;
}
.social_post ul li.telegram_icon a {
	background-color: #2ca5e0;
}
.social_post ul li.youtube_icon a {
	background-color: red;
}
.social_post ul li.aparat_icon a {
	background-color:#fff;
	border: 1px solid #eee;
}
.social_post ul li.aparat_icon a img {
	margin:0 auto;
	padding:3px;
}
.inner-sidebar {
	padding: 0;
}
.inner-sidebar .side_wrapper {
	background-color: #fff;
	border-top: 3px solid #ff6161;
	border-bottom: 3px solid #ddd;
	padding: 10px;
}
.widget {
	margin-bottom: 10px;
	padding-bottom: 10px;
	
}
.widget .widg_title {
    position: relative;
    padding-right: 20px;
    background: #f3f3f3;
	margin-bottom: 5px;
}
.widget .widg_title:before,.widget .widg_content ul li:before {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 20px;
    color: #ff6161;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.widget .widg_content ul li {
	position: relative;
	padding-right: 10px;
	font-size: 12px;
}
.widget .widg_content ul li:before {
	 content: "\f100";
	font-size: 12px;
	color: #777;
	top: 4px;
	right: 0;
}
.widget .widg_content ul li a {
	display: inline-block;
	line-height: 25px;
	padding:0 2px 4px 4px;
	font-size: 13px;
	color: #555;
}
.widget .widg_content ul li a:hover {
	color: #ff6161;
	margin-right: 2px;
}
.widget .widg_content ul li:hover:before {
	color: #ff6161;
	margin-right: 2px;
}
/*** serchform ***/
.inner-page #searchform {
    display: table;
    padding: 8px;
    width: 232px;
    margin: 10px auto;
    max-width: 100%;
}
.inner-page #searchform label {
    display: none;
}
.inner-page #searchform input[type="text"] {
    float: right;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 3px 4px;
	width: 176px;
    height: 30px;
    color: #555;
    font-size: 12px;
	border-left: 0;
	max-width: 100%;
}
.inner-page #searchform input[type="text"]:focus {
    border-color: #ff6161;
}
.inner-page #searchform input[type="submit"] {
    border: 0;
    border-radius: 1px;
    padding: 4px 10px;;
    background: #ff6161 url(images/search_icon2.png) no-repeat center;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 20px;
	text-indent: -9999px;
}
/*** calendar_wrap ***/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#ff6161;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
    	color: red;
}
div.tagcloud a {
	display: inline-block;
	padding: 4px 6px;
	border-radius: 2px;
	background-color: #f1f1f1;
	color: #666;
	font-size: 12px;
	margin: 3px;
}
div.tagcloud a:hover {
	color: #ff6161;
}
div.textwidget {
	font-size: 13px;
	line-height: 25px;
	color: #666;
	text-align: justify;
}
/*
=Archive
--------------------------------*/
.archive_post {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.archive_post .thumb_arch {
	display: block;
	float: right;
	margin-left: 10px;
}
.archive_post .thumb_arch img {
	width: 100px;
    height: 100px;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.archive_post .thumb_arch img:hover {
	opacity: .9;
	border-color: #ddd;
}
.archive_post .content_arch {
	padding-top: 25px;
}
.archive_post .content_arch .t_arch a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 28px;
	padding-bottom: 5px;
}
.archive_post .content_arch .t_arch a:hover {
	color: #ff6161;
}
.archive_post .content_arch p {
	color: #777;
}
a.more_link {
	display: block;
    float: left;
    padding: 4px 10px;
    border-radius: 2px;
	background-color: #f3f3f3;
	color: #fff;

}
a.more_link:hover {
opacity:.7
}
.title_arch {
	background-color: #f7f7f7;
	margin-bottom: 15px;
	padding:7px 25px 7px 5px;
}
.title_arch:before {
	right: 7px;
	top: 19px;
}
/*
=related posts
------------------------------*/
.rel_itm .wrap {
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.rel_itm .wrap .thumb_rel {
	display: block;
	float: right;
	margin-left: 10px;
}
.rel_itm .wrap .thumb_rel img {
    width: 120px;
    height: 100px;
	margin-bottom: 0;
	
}
.rel_itm .wrap .rel_title {
	line-height: 25px;
	padding-top: 15px;
}
.rel_itm .wrap .rel_title a {
	font-size: 14px;
	color: #666;
}
.rel_itm .wrap .rel_title a:hover {
	color: #ff6161;
}
#commentbox {
margin: 30px 0 20px 0;
	padding-top: 30px;
	border-top: 2px solid #eee;
}
.quantity {
  position: relative;
float:right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    width: 25px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: fantasy;
    line-height: 21px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
color:#2980B9;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 21px;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 21px;
    line-height: 18px;
}
.woocommerce .quantity .qty {
	text-align:right!important;
}
.woocommerce div.product form.cart .button {
	background: #027c2e !important;
	    padding: 14px 25px!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #027c2e !important;
	font-weight:normal !important;
	color:#fff !important
}
/*
= team styles
---------------------------------------------*/
.all_team {
    padding: 50px 0;
    margin-top: 60px;
}
.team_inner .all_team {
    margin-top: 0;
    padding-top: 25px
}
.team_inner .cnt__teem {
    margin-bottom: 45px;
}
.team_inner .cnt__teem .title__circle {
    margin-bottom: 25px;
}
.team_inner .cnt__teem p {
    line-height: 32px;
    color: #444;
    font-size: 14px;
}
.all_team .team_item {
    margin-bottom: 30px;
}
.all_team .team_item figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.all_team .team_item img {
    border-radius: 15px;
    transition: all .5s;
}
.all_team .team_item figure:hover img {
    transform: scale(1.1)
}
.all_team .team_item figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.3);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.all_team .team_item figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.all_team .team_item .tm_itite {
        font-size: 19px;
    color: #333;
    padding: 10px;
    transition: all .3s;
}
.all_team .team_item .tm_itite:hover {
    color: #EC2C58
}
.all_team .team_item p {
    color: #555
}
.team_inner .intry h1,.team_inner .intry h2,.team_inner .intry h3,.team_inner .intry h4,
.team_inner .intry h5,.team_inner .intry h6,.team_inner .intry strong {
    color: #333;
    margin-bottom: 10px;
}
.team_inner .intry h1 {font-size: 32px}
.team_inner .intry h2 {font-size: 28px}
.team_inner .intry h3 {font-size: 24px}
.team_inner .intry h4 {font-size: 18px}
.team_inner .intry h5 {font-size: 16px}
.team_inner .intry h6 {font-size: 13px}

/*** pagenavi ***/
#pagnavi {
	display: table;
	margin: auto;
}
.wp-pagenavi {
    margin: 15px;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    margin: 8px 0;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background:#ff6161;
    color: #fff;
    
}
.wp-pagenavi span.pages {
    background: #ff6161;;
    color: #fff;
    padding: 8px 10px;
    border-radius:3px;
    font-size: 11px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    background: #ff6161;
    font-size: 11px;
    border-radius: 3px;
}
#go-top {
position: fixed;
    right: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ff6161;
    border-radius: 40px 40px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: none;
}
#go-top:hover {
	background-color: #fa4d4d;
}
#go-top i {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: auto;
	cursor: pointer;
	top: 8px;
}
.woocommerce ul.products li.product .quantity {display:none}
.social_footer.social_post {
    background-color: transparent;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}
.social_footer.social_post ul {
    display: table;
    margin: -40px auto 0;
	background-color: #f7f8fa;
	padding: 0 20px;
}
p.ft_copytext {
	text-align: center;
	font-size: 12px;
	color: #333;
}
p.ft_copytext a,.tw_copyright a {
	color:  #fa4d4d;
	font-size: 12px;
}
p.ft_copytext a:hover,.tw_copyright a:hover {
	color: #777;
}
.tw_copyright {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.tw_copyright p {
	font-size: 12px;
	color: #666;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition:all .3s;
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 4px;
	background: #fff
}
.woocommerce-Price-amount,.amount,bdi {
	    font-family: iransans-number;
}
.woocommerce-page ul.products li.product {
	transition:all .3s;
}
.woocommerce-page ul.products li.product:hover {
	box-shadow:0 0 6px #eee;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color:#E74C3C
}
.woocommerce ul.products li.product .button {
	padding: 10px 10px !important
}
@media screen and (min-width:768px) {
	.masthead .container { width:100%; padding:0;}
	.woocommerce ul.products li.product .button {
		    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    margin-top: 0 !important;
	}
}

.woocommerce ul.products li.product .button:hover {
	opacity:.8
}
/*** gform ***/
.gform_wrapper form {
	text-align:right !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #bbb;
    border-radius: 35px;
	padding:5px 15px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,.gform_wrapper textarea:focus {
	box-shadow:0 0 12px #ccc
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	    padding: 10px 5px;
    border: 1px solid #bbb;
    border-radius: 35px;
}
.gform_wrapper textarea {
	    border: 1px solid #bbb;
    border-radius: 35px;
	padding:10px 15px !important;
} 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	    border: 0;
    background: #ec2c58;
    padding: 10px 35px;
    color: #fff;
	transition:all .3s;
    border-radius: 35px;
	cursor:pointer;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity:.7;
}
.mobile_footer_phone {display:none}
@media screen and (max-width:1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 3px !important;
width: 24% !important;
	}
	.index_content_block .blg_itm {
		padding: 0 10px;
	}
	.box_services .wrap_bs .cap_bs h4 a {
		font-size: 15px;
	}
	.inner-page .container {
		margin-top: -200px;
	}
}
@media screen and (min-width:992px) {
	#Navbar_tgl {
		float: right;
	}
	#navigation ul.dropdown-menu ul {
		top:0;
		right: 100%;
		z-index: 12;
	}
	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
	}
li.dropdown:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}
@media screen and (max-width:992px) {
	#navigation ul li a {padding:10px}
	#navigation {
		position: static;
	}
	 .navbar-header {
        float: none;
    }
	.navbar-nav {
		clear: both;
	}
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none !important;
/*        margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    .collapsing {
/*        overflow: hidden !important;*/
    }
	.products_list {
		background: #b2a7a3;
		height: auto;
	}
	.products_list .product_box {
		width: 30%;
		margin-bottom: 10px;
	}
	.box_services .wrap_bs {
		margin-bottom: 15px;
	}
	#navigation ul ul > .menu-item-has-children > a::after {
		content: "\f078";
	}
	#navigation .dropdown-menu {
		min-width: 100%;
	}
	.dropdown-menu .dropdown-menu {
		right: auto;
	}
	#services .services_wrap {
		margin-top: 10px;
	}
	.navbar-collapse {
    max-height: 340px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
}
@media screen and (max-width:768px) {
	.masthead .container { width:100%; padding:0;}
	.web-products-section .item {
		height:auto;
	}
	.web-products-section .item .web-content-section .web-add-section a {
		position: static;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		float:left;
		width:100%;
	}
	.shop_table .quantity {
		margin-right:15px;
	}
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 45% !important;
	}
	.web-products-section .item figure img {
		width:auto;
		margin:auto;
	}
	.index_content_block .blg_itm .wrap_bi img {margin:auto}
	.logo__list li img {
		width:50px;
		height:auto;
	}
	.web-products-section .item figure img {
		height:auto;
	}
	.about_content {
		padding-left:0
	}
	.web-products-section .web-section h2 {
		padding-right:15px;
	}
	.web-products-section .web-section h2:before {
		right:15px;
	}
	.web-products-section .web-section h2:after {
		right:70px;
	}
		#navigation {
		top: 0;
		position: static;
	}
	.product_slide .owl-buttons div.owl-prev::after {
		left: 0;
	}
	.product_slide .owl-buttons div.owl-next:after {
		right: 0;
	}
	.products_list .product_box {
		width: 45%;
	}
	.footer_box {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	#footer .footer_box .content_ft ul li a,#footer .footer_box .title_ft {
		text-align: center;
	}
	.sec_title span::after, .sec_title span::before {
		display: none;
	}
	.inner-page .container {
		margin-top: -100px;
	}
	.box_services .wrap_bs {
		height: auto;
	}
	.samandehi { display:none; }
	.enamad-logo-wrapper { display:none; }
	.footer_box .textwidget img {
	margin: 0 auto;
}
}
@media screen and (max-width:480px) {
	.masthead .container { width:100%; padding:0;}
	.entry_content iframe {
	width:auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
		margin:0 0 10px 0 !important;
	}
	.ph_un span {font-size:11px}
	.products_list .product_box {
		width: 100%;
	}
	#about_index .title_about span, #about_index .title_about span strong,.sec_title span,.product_slide .sec_title span {
		font-size: 18px;
	}
	#about_index .about_content .aboute_box h4 a {
		display: block;
		text-align: center;
	}
	#about_index .aboute_box.about_right .img_about,#about_index .aboute_box.about_left .img_about {
		float: none;
		margin: auto;
	}
	.title_page {
		font-size: 16px;
	}
	.archive_post .thumb_arch {
		float: none;
	}
	.archive_post .thumb_arch img {
		margin: auto;
	}
	.archive_post .content_arch .t_arch a {
		font-size: 16px;
		text-align: center;
	}
	.samandehi { display:none; }
	.enamad-logo-wrapper { display:none; }
	.footer_box .textwidget img {
	margin: 0 auto;
}
}
@media screen and (max-width: 370px) {
	.masthead .container { width:100%; padding:0;}
.ph_un span {
  font-size: 10px;
}
	.samandehi { display:none; }
	.enamad-logo-wrapper { display:none; }
.footer_box .textwidget img {
	margin: 0 auto;
}
}
@media screen and (min-width:1199px) {
	#navigation.fixnav {
		position:fixed;
		top:0;
	}
		.form_content .form_input .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
			 width:100%;
			  margin:10px auto;
		}
		.form_content .form_input .gform_wrapper ul.gform_fields li.gfield {
			float: right;
    clear: none;
    width: 50%;
    padding: 0 5px;
		}
		.form_content .form_input .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
			width:100%;
		}
		.form_content .form_input .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield.sel_full,.form_content .form_input .gform_wrapper ul.gform_fields li.sel_full {
	display: table !important;
    float: none !important;
    margin: 10px auto !important;
    width: 100% !important;
		}
	}
	.gform_confirmation_message {
    background: #0ec50e;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
	}
.gform_wrapper .gfield_required { color:red !important; }
body .gform_wrapper ul li.gfield {
	margin-top:0 !important;
}
.gform_wrapper .top_label .gfield_label {
	 color: #444;
    font-weight: normal;
    font-size: 13px;
}
.form_content .form_input .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,.gform_wrapper .top_label select.medium {
	color:#999;
	width:100% !important;
	border-radius:35px;
	background:#fff;
	box-shadow:0 0 3px #ccc;
	padding: 10px 15px !important;
	border: 1px solid #bbb;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	max-width:100% !important;
}
.form_content .gform_wrapper .top_label .gfield_label {
	display:none;
}
.gform_body ul li {
	margin-bottom:20px;
}
/*
= colors
----------------------------------*/
#sectionTab li.active a i,#go-top,.box_services .wrap_bs .cap_bs h4 a:before, .title_page:before,
.web-products-section .item .web-content-section .web-add-section a,.web-section h1:before, .web-section h2:before,.wpcf7 input[type="submit"]
{
	background:#fc4557;
}
.head_index_cnt .archive_ic,.web-products-section .web-more-section,a.about_more_link,.index_content_block .blg_itm .wrap_bi .mLink,a.more_link {
	background:#2e3d62;
}
.head_index_cnt .thic,.index_content_block .blg_itm .wrap_bi .caption_bi .title_bi,.title_blockText,.web-products-section .web-section h2 {
	color:#333;
}
