/*
theme name: ti see-theme
version: 1.0
Author: سی تم
Author URI: http://see-theme.com
Desctiption:
*/
body {
	font-family: IRANSans, 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: #f5f5f5;
    font-size: 13px;
    font-weight: normal;
    display: table;
    color: #23568b;
    padding: 5px;
    line-height: 25px;
	margin: 5px 0;
}
.transition {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('images/page_preloader.gif') 50% 50% no-repeat rgb(255,255,255);
}
#introbar {
    background: #3A526A;
    line-height: 40px;
    min-height: 40px;
}
#introbar .phone_header {
    float: right;
}
#introbar .phone_header i {
    width: 25px;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#introbar .phone_header span {
	display: inline-block;
    font-size: 13px;
    color: #fff;
    font-family: is-number,tahoma;
}
.email_header {
    margin-right: 15px;
}
#intronav {
    float: left;
}
#intronav ul {
    display: table;
}
#intronav ul li {
    float: right;
}
#intronav ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
}
#intronav ul li a:hover {
    color: #F1C40F;
}
/*
= header
-----------------------------------*/
#masthead {
    background: #fff;
    padding-bottom: 25px;
    min-height: 100px;
    line-height: 100px;
    width: 100%;
}
#masthead .container {
	background: url(images/header-back.png) no-repeat right center;
}

#masthead .logo_site {
	display: block;
    float: right;
    position: relative;
}
#masthead .logo_site img {
	max-height: 100px;
    display: inline-block;
}

#masthead .title_site h1,#masthead .title_site h2,#masthead .title_site h3,#masthead .title_site h4 {
    text-indent: -9999px;
    position: absolute
}
#masthead .title_site h1 a,#masthead .title_site h2 a {
	font-size: 28px;
	color: #0a5d6d;
}
#masthead .title_site h2,#masthead .title_site h3 {
    color: #777;
    font-family: IRANSans;
    font-size: 18px
}
.social_networks {
    float: left;
}
.social_networks ul li {
	float: left;
}
.social_networks ul li a {
	display: block;
    margin: 2px;
}
.social_networks ul li a img {
    display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
    border: 1px solid #1EB8EA;
}
.social_networks ul li a i {
font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
    border: 1px solid #1EB8EA;
    width: 30px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social_networks ul li.facebook_icon a i {
	color: #3B5A9A;
}
.social_networks ul li.twitter_icon a i {
	color: #28A9E2;
}
.social_networks ul li.google_icon a i {
	color: #DE4B39;
}
.social_networks ul li.linkedin_icon a i {
	color: #1279BF;
}
.social_networks ul li.instagram_icon a i {
	color: #6C3696;
}
.social_networks ul li.telegram_icon a i {
	color: #1EB8EA;
}
.social_networks ul li a i:hover,.social_networks ul li a img:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
#navigation .nav-menu {
	display:none;
}
#search_nav {
    position: absolute;
    z-index: 99991;
    top: 15px;
    left: 30px;
}
#search_nav i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

#search_nav .search_wrapper{
   display: none;
    background: #fff;
    position: absolute;
    width: 250px;
    box-shadow: 0 0 3px #ccc;
    top: 100%;
    left: 0;
    padding: 15px;
    margin-top: 13px;
    -webkit-animation: showBox 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    animation: showBox 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
#search_nav .search_wrapper:after {
    content: "";
    position: absolute;
    left: 10px;
    top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

@keyframes showBox{0%{-webkit-transform:scale(0.8)}100%{-webkit-transform:scale(1)}}
@keyframes showBox{0%{transform:scale(0.8)}100%{transform:scale(1)}}

#search-form {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
}
#search-form input {
	border: none;
	background: none;
}
#search-form #search-text {
    height: 35px;
    padding: 0 4px;
    line-height: 35px;
    width: 183px;
    float: right;
    color: #444;
}
#search-form #search-submit {
	background: #333 url(images/search-icon2.png) no-repeat center center;
	width: 35px;
	height: 35px;
	float: left;
	cursor: pointer;
}
.wrap_phone_mail {
    float: right;
}
/*
= slider
---------------------------------------*/
.forcefullwidth_wrapper_tp_banner{
    margin-top: -25px !important;
    overflow: hidden;
}
.tp-bannertimer {
    display: none;
}
.block_title  {
	font-size: 24px;
    color: #444;
    margin-bottom: 6px;
}
.block_row .block_content p {
    line-height: 32px;
    color: #444;
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
}

.more_link {
	float: left;
	position: relative;
    height: 27px;
	border-radius: 4px 0 0 4px;
}
.more_link a {
	display: block;
	float: left;
    line-height: 28px;
    color: #fff;
    padding: 0 10px;
}
.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;
}
/*
=services
----------------------------------*/
#services {
	padding: 25px 0;
    background: #fff;
}
.title_section {
    color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-size: 26px;
	margin-bottom: 50px;
    position: relative;
}
.title_section:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #aaa;
    margin: auto;
}
.title_section:before {
content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    margin: auto;
    width: 12px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 9;
    height: 12px;
    border: 2px solid #888;
}
#services .title_section {
    margin-bottom: 70px;
}
#services .item_box {
    position: relative;
	margin-bottom: 50px;
}
#services .item_box .wrap_box {
	background: #fff;
    border: 1px solid #ddd;
    padding: 0 15px 0;
    text-align: center;
	position: relative;
	z-index: 10;
}

#services .item_box .wrap_box .thumb_box{
	display: inline-block;
	position: relative;
    margin-top: -65px;
	z-index: 10;
    padding: 20px;
    background: #fff;
}
#services .item_box .wrap_box .thumb_box img,#services .item_box .wrap_box .thumb_box i {
    width: 100px;
    height: 100px;
	margin: auto;
}
#services .item_box .wrap_box .thumb_box i {
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    vertical-align: middle;
    color: #777;
}
#services .item_box .wrap_box .content_box {
	height: 190px;
	overflow: hidden;
}
#services .item_box .wrap_box .content_box h3 a {
	display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#services .item_box .wrap_box .content_box p {
	text-align: justify;
    font-size: 13px;
    line-height: 25px;
    color: #666;
}
a.more_linkbox {
display: table;
    position: relative;
    margin: auto;
    color: #777;
    font-size: 14px;
    height: 22px;
    background: #fff;
    padding: 0 20px;
    line-height: 20px;
    font-weight: normal;
    bottom: -11px;
    font-family: IRANSans-m;
} 
a.more_linkbox:hover {
    color: #3498DB
}
/*
=projects
-------------------------------------------*/
#projects {
	background-color: #f5f5f5;
	padding: 25px 10px;
}

.projects_title {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 50px;
    margin-top: 72px;
}
.item_project {
    padding: 0 10px;
    margin-bottom: 10px;
}
.item_project .inner_project {
   position: relative;
    overflow: hidden;
}
.item_project .inner_project figure img {
    width: 163px;
    height: 125px;
    margin: auto;
}
.item_project .inner_project figcaption h4 {
    font-size: 12px;
    font-family: IRANSans;
    line-height: 20px;
    white-space: nowrap;
    color: #666;
    text-align: center;
    padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.overlay {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    background: rgba(72, 196, 233, 0.9);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay i {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    margin: auto;
    text-align: center;
    width: 35px;
    box-sizing: border-box;
    height: 35px;
    vertical-align: middle;
    line-height: 32px;
    color: #444;
    border: 2px solid #444;
    font-size: 15px;
}
.overlay i:hover {
    color: #fff;
    background: #444;
}
.item_project .inner_project:hover .overlay,.shop_products .p-item:hover  .overlay{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
a.btnmore {
	 display: block;
    float: left;
    border: 1px dashed;
    line-height: 18px;
    padding: 5px 15px;
}
a.btnmore:hover {
	background:#3498DB;
	color:#fff;
}
/*
=about_block
-------------------------------------------*/
#about_block {
	padding: 25px 15px;
}
.accordion_about {
        margin-top: 15px;
}
.about_content p {
	text-align: justify;
}
.about_content .more_link {
	margin-top: 10px;
}
.about_image img {
	margin: auto;
}
.about_image .image_wrap {
	background: #eef3f5;
	position: relative;
	padding: 25px;
	border-radius: 1px;
}

.accordion_about {
       border: 1px solid #ddd;
    background: #F5F5F5;
}
.accordion_about .panel {
    border-radius: 0;
}
.accordion_about .panel-body {
    background: #fff;
}
.accordion_about .panel-heading {
   border-bottom: 1px solid #eee;
}
.accordion_about .more-less {
    font-size: 14px;
    color: #888;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    margin-left: 4px;
    vertical-align: middle;
    border-radius: 50%;
}

.accordion_about .panel-title {
    font-family: IRANSans;
}
/*
=articles
----------------------------------*/
.articles {
    background: #F9F9F9;
    padding: 35px 0;	
}
.articles .blog_item {
    padding: 0 18px;
    margin-bottom: 15px;
}
.articles .blog_item .wrap_bitem {
    background: #fff;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f1f1f1;
}
.articles .blog_item .thumb_article {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #028484;
}
.articles .blog_item .thumb_article img {
    width: 100%;
    height: 250px;
    margin: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}
.articles .blog_item:hover .thumb_article img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.articles .blog_item .caption_article {
    background: #fff;
    margin: -40px 15px 15px;
    position: relative;
    z-index: 5;
    height: 200px;
    padding: 15px 10px;
}
.articles .blog_item .caption_article .article_date {
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
    font-family: is-number;
}

.articles .blog_item .caption_article h4 {
        line-height: 25px;
}
.articles .blog_item .caption_article h4 a {
    display: block;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px;
}
.articles .blog_item .caption_article p {
    color: #999;
    font-size: 13px;
}
.articles .btn_read_more {
    display: inline-block;
    position: relative;
    color: #2980B9;
    line-height: 25px;
    margin-top: 10px;
}
.articles .btn_read_more:before {
    content: "[";
    position: absolute;
    left: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-left: 5px;
}
.articles .btn_read_more:after {
    content: "]";
    font-size: 16px;
    margin-right: 2px;
    position: absolute;
    line-height: 25px;
    right: 100%;
}
a.btn_archive_link {
    display: table;
    margin: 15px auto;
    color: #fff;
    background: #2980B9;
    line-height: 25px;
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 4px;
}
a.btn_archive_link:hover {
    opacity: .8;
}
.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: inline-block;
}
/*
= section_contact
--------------------------------*/
.section_contact {
    width: 100%;
    height: 300px;
    padding: 20px 0;
    margin-bottom: 25px;
    background: url(images/contact-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover !important;
    text-align: center;
}
.section_contact .title_contact {
    color: #fff;
    position: relative;
    margin: 15px 0 30px;
    font-size: 28px;
    padding-bottom: 20px;
}
.section_contact .title_contact:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    background: #3498DB;
}
.section_contact .description_contact {
    color: #eee;
    font-size: 16px;
}
.section_contact .wpcf7 {
    margin-top: 35px;
}
.section_contact .wpcf7 .wpcf7-form {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.section_contact .wpcf7 .wpcf7-form > p {
    margin: 5px;
    width: 26%;
}
.section_contact .wpcf7 input:not([type="submit"]),.section_contact .wpcf7 select {
    background: rgba(255,255,255,0.9);
    border-radius: 0;
    height: 50px;
    padding: 0 5px;
    text-align: right;
    line-height: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.section_contact .wpcf7 input:not([type="submit"]):focus,.section_contact .wpcf7 select:focus {
    background: rgba(255,255,255,1);
    border-color: #3498DB;
} 
.section_contact .wpcf7 input[type="submit"] {
    background-color: #3498DB;
    border: 0;
    border-radius: 1px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    clear: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*
=logo_slider
----------------------------------*/
.logo_slider {
	margin-bottom: 50px;
}
.title_cblock {
	margin: 20px auto 40px;
	text-align: center;
}
.cirle_wrap {
display: table;
    margin: 10px auto;
    position: relative;
    padding: 0 10px;
}
.cirle_wrap span {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #D50000;
	border-radius: 50%;
	float: right;
	margin: 0 2px;
}
.cirle_wrap:before,.cirle_wrap:after {
	content: "";
	position: absolute;
	top: 2px;
	width: 50px;
	height: 1px;
	background: #D50000;
}
.cirle_wrap:before {
	right: 100%;
}
.cirle_wrap:after{
	left: 100%;
}
.logo_slider .logo_slide {
	margin: 0 15px;
}
.logo_slider .logo_slide img {
	margin: auto;
	max-height: 70px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.logo_slider .logo_slide img:hover {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
	opacity: .9;
}
.logo_slider .slick-prev,.logo_slider .slick-next {
	z-index: 5;
	background-color: transparent;
	bottom: 28%;
}
.logo_slider .slick-prev:before,.logo_slider .slick-next:before {
	font-size: 45px;
}
.logo_slider .slick-next {
	right: auto;
	left: -25px;
}
.logo_slider .slick-prev {
	right: -25px;
}
/*
=footer
-------------------------------------------*/
#footer {
	background:#273272;
	padding: 20px 0 0;
}
#footer .footer_title {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
#footer .footer_title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    border-radius: 3px;
    right: 0;
    width: 60px;
    height: 3px;
    background: #fff;
}
#footer .footer_links ul li a {
    display: inline-block;
    position: relative;
    color: #ddd;
    padding: 0 15px 5px 2px;
    font-size: 13px
}
#footer .footer_links ul li a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
#footer .footer_links ul li a:hover,#footer .footer_posts ul li .title_post_ft a:hover{
	color: #fff;
}
#footer .footer_contact ul li {
	color: #fff;
}
#footer .footer_contact ul li .contact_icon {
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 22px;
    text-align: center;
}
#footer .footer_contact ul li span {
    color: #ddd;
    font-size: 13px;
    vertical-align: text-bottom;
    line-height: 35px;
}
#footer .footer_map iframe {
    width: 100%;
    max-width: 100%;
    border: 1px solid #fff;
    height: 250px;
}
#copyright {
	background: #fff;
    padding: 15px 0;
}
#copyright .right_copyright {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#copyright p,#copyright a {
	color: #777;
	padding: 5px 0;
	font-size: 13px;
}
#copyright .thumb_footer {
    display: block;
    margin-left: 6px;
}
#copyright .thumb_footer img {
    max-height: 60px;
}
#copyright .left_copyright .social_networks {
    margin-top: 10px;
}
#copyright .left_copyright .social_networks ul li a {
    color: #fff;
}
#copyright .left_copyright .social_networks ul li a i {
    border-color: transparent;
    color: #fff
}
#copyright .left_copyright .social_networks ul li.facebook_icon a i {
	background: #3B5A9A;
}
#copyright .left_copyright .social_networks ul li.twitter_icon a i {
	background: #28A9E2;
}
#copyright .left_copyright .social_networks ul li.google_icon a i {
	background: #DE4B39;
}
#copyright .left_copyright .social_networks ul li.linkedin_icon a i {
	background: #1279BF;
}
#copyright .left_copyright .social_networks ul li.instagram_icon a i {
	background: #6C3696;
}
#copyright .left_copyright .social_networks ul li.telegram_icon a i {
	background: #1EB8EA;
}
/*
=inner_page
--------------------------------------------*/
.inner_page {
	width: 100%;
    background: #fff;
    margin-top: 15px;
}
.main_content .entry_content {
	padding: 15px;
}
.main_content .entry_content .page_thumbnail {
	float: right;
	margin-left: 10px;
	margin-bottom: 0;
	width: 150px;
	height: 150px;
}
.main_content .entry_content header {
}
.main_content .entry_content header .page_date {
	color: #777;
	font-size: 13px;
}
.main_content .entry_content header .page_date i {
	padding-left: 4px;
}
.main_content .entry_content header .page_title {
    color: #23568b;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin-bottom: 5px;
    font-size: 26px;	
}
.main_content .entry_content p,.main_content .entry_content span {
	font-size: 14px;
    text-align: justify;
	line-height: 32px;
}
.main_content .entry_content p {
	    color: #555;
}
.main_content .entry_content li {
	line-height: 30px;
}
.main_content .entry_content ul li {
	list-style: inside;
}
.main_content .entry_content ol {
	padding-right: 15px;
}
.main_content .entry_content .metabox strong {
	font-weight: normal;
}
.main_content .entry_content .metabox .cat_title {
	float: right;
    margin:2px 0 0 5px;
    margin-left: 5px;
}
.main_content .entry_content .metabox ul li {
	list-style: none;
	float: right;
}
.main_content .entry_content .metabox {
	margin: 10px 0;
    background: #f7f7f7;
    padding: 10px;
}
.main_content .entry_content .metabox a {
	display: inline-block;
	font-size: 13px;
	padding: 2px 6px;
	border-radius: 2px;
	margin: 2px;
	color: #fff;
	line-height: 25px;
}
/*
=inner_sidebar
-------------------------------------------*/
.inner_sidebar {
	padding: 15px 10px;
}
.widget {
	background: #fbfbfb;
	margin-bottom: 15px;
}
.widget .widg_title {
	background: #23568b;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	padding: 5px 32px 5px 5px;
	position: relative;
}
.widget .widg_title:before {
	content: "\f0c9";
	font-family: FontAwesome;
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 12px;
	color: #23568b;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}
.widget .widg_content {
	padding: 10px;
}
.widget .widg_content ul li {
	font-size: 12px;
	color: #666;
}
.widget .widg_content ul li a {
    display: inline-block;
    position: relative;
    color: #555;
    padding: 0 13px 10px 2px;
    font-size: 13px;
}
.widget .widg_content ul li a:before,.widget .widg_content ul li.recentcomments:before {
	content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #23568b;
    border-radius: 50%;
}
.widget .widg_content ul li.recentcomments:before {
	top: 11px;
}
.widget .widg_content ul li.recentcomments {
	line-height: 25px;
	padding-right: 13px;
	position: relative;
}
.widget .widg_content ul li.recentcomments span {
	color: #000;
	font-size: 13px;
}
.widget .widg_content ul li.recentcomments a {
	display: inline;
	padding-right: 2px;
}
.widget .widg_content ul li.recentcomments a:before {
	display: none;
}
div.textwidget {
	text-align: justify;
    font-size: 13px;
    line-height: 25px;
    color: #555;
}
div.tagcloud a {
	display: inline-block;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 2px;
	background: #23568b;
	border-radius: 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: #3498db;
}
.inner_page #searchform input[type="submit"] {
    border: 0;
    border-radius: 1px;
    padding: 4px 10px;;
    background: #3498db 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:#3498db;
	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;
}
.sec_title {
	margin-bottom: 25px;
    padding-right: 30px;
    position: relative;
    font-size: 22px;
}
.sec_title:before {
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 13px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}
/*
=archive
--------------------------------------------*/
.archive_post {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background: #f7f7f7;
}
.archive_post .archive_thumb {
	display: block;
	float: right;
	margin-left: 6px;
}
.archive_post .archive_thumb img {
	width: 100px;
	height: 80px;
	border: 1px solid;
}
.archive_post .archive_content h3 {
	line-height: 25px;
}
.archive_post .archive_content h3 a {
	font-size: 16px;
}
.archive_post .archive_content p {
	line-height: 25px;
	font-size: 13px;
}
.archive_post .more_archive_link {
	display: block;
	float: left;
	line-height: 25px;
	padding: 3px 10px;
	border-radius: 1px;
	background: #23568b;
	color: #fff;
}
/*
= pagenavi
--------------------------------------------------*/
.wp-pagenavi {
	display: table;
	margin:5px auto;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background:#428bca;
    color: #fff;  
}
.wp-pagenavi span.pages {
    background: #fff;
    color: #333;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 0 8px;
    margin:8px 2px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #428bca;
	border: 1px solid #428bca;
    font-size: 11px;
    border-radius: 2px;
	margin:8px 2px;
}
a.nextpostslink,a.previouspostslink {
	font-family: tahoma;
	display: inline-block;
	padding: 0 4px;
}
#go-top {
	position: fixed;
	right: -60px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #326295;
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 100;	
}
#go-top:hover {
	opacity:.8;
}
#go-top i {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: auto;
	cursor: pointer;
	top: 8px;
}
/*
= related posts
---------------------------*/
/*
=articles
----------------------------------*/
.related_posts {
	padding:25px 0;
}

.related_posts .blog_item {
	margin-bottom: 15px;
}
.related_posts .blog_item .wrap_bitem {
	background: #f8f8f8;
	height: 260px;
	overflow: hidden;
}
.related_posts .blog_item figure img {
	width: 263px;
    height: 200px;
	margin: auto;
}
.related_posts .blog_item figcaption h4 {
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    color: #555;
    padding: 10px 5px 0;
}
.related_posts .more_link {
	margin: 15px 0 0 15px;
}

/*
= responsive media query
--------------------------------------------*/
@media screen and (max-width:991px) {
    .nav_wrapper {
        margin-top: 0;
        height: 45px;
        background: #3A526A;
    }
    .forcefullwidth_wrapper_tp_banner {
        margin-top: 0 !important;
    }
	.about_image .image_wrap {
		margin-bottom:25px;
	}
	#masthead .container {
		width: 100%;
	}
	#langs {
		margin-left: 0;
		clear: both;
	}
	.social_networks {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	#navigation {
		width: 100%;
		background: transparent;
		position: absolute;
		top: 100%;
		margin-top: 0;
	}
	#navigation:after,#navigation:before {
		display: none;
	}
	.nav-menu .menu-link {
		color: #333;
	}
	.nav-menu > .has-dropdown:after {
		top: 12px;
		left: 5px;
	}
	.nav-menu > .menu-item:hover > .menu-link::before, .nav-menu > .menu-item:first-child > .menu-link::before { 
	display: none;
	}
	.nav-dropdown {
		background: #fff!important;
	}
	.svg_resp {
      margin: 0 auto;
      width:415px;
      height:415px;
	}
	.poligon {
	    display:table;
	    margin:auto;
	}
	
	.slick-prev, .slick-next {
		bottom: 100%;
	}
	.slick-prev {
		right: 0;
	}
	.slick-next {
		right: 25px;
	}
	#projects .container:after {
		right: 0;
		left: 0;
		margin: auto;
	}
	.projects_title {
		margin-bottom: 35px;
	}
	.about_content {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.about_image .image_wrap:after {
		display: none;
	}	
}
@media screen and (max-width:767px) {
	#masthead .title_site h1 a {
		font-size: 18px;
	}
	#masthead .title_site h2 {
		font-size: 16px;
	}
	#masthead .title_site h1 {
		margin-bottom: 10px;
	}
	#navigation {
		margin-top: 0;
		right: 0;
	}
	.nav-container {
		right: 0;
	}
	.logo_slider .slick-prev {
		right: 0;
	}
	.logo_slider .slick-next {
		left: 0;
	}
}
@media screen and (max-width:600px) {
	.right_header {
		width: 100%;
	}
	.left_header {
		width: 100%;
	}
	.social_networks,.phone_header,#langs {
		float: none;
		display: table;
		margin: 0 auto;
	}
	#langs:after, #langs:before {
		display:none;
     }
}
@media screen and (max-width:480px) {
	.projects_slides .item_slide figure {
		max-width:100%;
	}
	.projects_slides .item_slide figure img,.articles .blog_item figure img {
		width:auto;
		height:auto;
	}
	.poligon,.svg_resp {
	    width:315px;
	    height:315px;
	}
	#slider_top .slick-prev, #slider_top .slick-next {
	    bottom:41%;
	}
	.poligon img {
	    width:300px;
	    height:300px;
	}
#masthead .logo_site img {
max-height: 80px;
}
#go-top {
width:30px;
height:30px;
line-height:30px;
}
#go-top i {
font-size:22px;
top:2px;
}
	#langs {
		width:100%;
	}
	#masthead .logo_site {
		float: none;
	}
	#masthead .logo_site img {
		margin: auto;
	}
	.wrapper_logo_title {
		height: auto;
	}
	#masthead .title_site {
		margin-top: 0;
	}
	#masthead .title_site h1 {
		text-align: center;
		margin-bottom: 0;
	}
	#masthead .title_site h2 {
		text-align: center;
	}
	.title_section,.articles_title span {
		font-size: 22px;
		text-align: center;
	}
	.services_title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#footer .footer_posts ul li {
		width: 100%;
	}
	#services .item_box, .articles .blog_item {
	width: 100%;
	height: auto;
}
#services .item_box .wrap_box .content_box {
	height: auto;
}

}
@media screen and (max-width:340px) {
    	.poligon,.svg_resp {
	    width:280px;
	    height:280px;
	}
	#slider_top .slick-prev, #slider_top .slick-next {
	    bottom:41%;
	}
	.poligon img {
	    width:265px;
	    height:265px;
	}
}

/*
=shop products
-------------------------------------------------*/
.shop_products {
	width: 100%;
	padding: 40px 0;
    background: #f2f2f2;
}
.shop_single_rel {
	padding:15px 0;
}
.header_shop {
    position: relative;
    background-color: #f5f5f5;
    border-right: 3px solid #F1C40F;
}
.title_products {
float: right;
}
.title_products span {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 3px 20px;
	font-size: 17px;
	color: #888;
}
.shop_products #tmb_products {
	background-color: #fcfcfc;
	padding: 10px 40px;
}
.shop_products .slick-prev, .shop_products .slick-next {
    bottom: 50%;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    height: 50px;
    z-index: 10;
    border: none;
    -webkit-box-shadow: 0 2px 5px #ccc;
	-moz-box-shadow: 0 2px 5px #ccc;
	-o-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
    background: #fff;
}
.shop_products .slick-prev {
	right: auto;
    left: 0;
}
.shop_products .slick-prev:before {
	content:"\f104";
}
.shop_products .slick-next:before {
	content:"\f105";
}
.shop_products .slick-next {
	    right: 0;
}
@media screen and (min-width:1200px) {
.shop_products .slick-next {
	    right: -25px;
}
	.shop_products .slick-prev {
    left: -25px;
}
}
.shop_products .p-item {
	margin: 3px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	box-sizing: border-box;
	height: 315px;
	border-bottom: 2px solid #eee;
}
.shop_products .p-item img {
	width: 100%;
	height: 200px;
}
.shop_products .products_latest .p-item figure {
	position: relative;
	overflow: hidden;
}
.shop_products .products_latest .p-item figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;

}

.shop_products .products_latest .p-item .t_product a {
    display: block;
    text-align: center;
    padding: 10px 6px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
	background-color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop_products .products_latest .p-item .t_product a:hover {
	color: #f82c2c;
}
.shop_products .products_latest .p-item .price_pnl {
	padding:5px 0;
	text-align:center;
}
.shop_products .products_latest .p-item .price_pnl .title-price {
	display: block;
	text-align: center;
	color: #444;
	font-size: 14px;
	margin-bottom: 2px;
}
.price del,.price ins {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #555;
}
.price del {
	color: #FF4081;
	font-size:12px;
}
.price ins  {
	text-decoration: none;
}
.pcontent_single ul li {
	font-size: 14px;
	color: #666;
	line-height: 27px;
	position: relative;
	padding-right: 20px;
}
.pcontent_single ul li:before {
		content: "\f00c";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 14px;
		color: #8bc34a;
}
.pcontent_single form.cart {
	display: table;
	margin: 10px auto;
}
.pcontent_single form.cart .add-shopping-cart {
    border: 0;
    line-height: 25px;
    padding: 10px 30px;
    border-radius: 2px;
    color: #fff;
    background-color: #E74C3C;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.buy_product {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
	background-color: #f6f6f6;
}
.pcontent_single form.cart .add-shopping-cart:hover {
	background-color: #C0392B;
}
/*
= woocommerce styles
-------------------------------------------------*/
.single_title_product {
    position: relative;
    font-size: 18px;
    padding-right: 15px;
    color: #555;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #777;
}
.single_title_product:after {
	content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #777;
    vertical-align: middle;
}
/*
= woocommerce styles
-------------------------------------------------------*/
.product_thumb {
}
.product_thumb img {
max-height:500px;
    border: 1px solid #eee;
}
.container_block {
    width:100%;
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.container_block:last-child {
border-bottom:0;
}
.product_meta ul li {
list-style:none!important;
position:relative;
padding-right:15px;
}
.product_meta ul li:before {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    color: #27AE60;
}
.block_counter .count_title {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}
.product_information .quantity {
  position: relative;
float:right;
}

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

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

.product_information .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;
}
.product_information .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: 22px;
    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;
}

.single_add_to_cart_button {
    border: 0;
    padding: 10px 80px 10px 10px;
    line-height: 25px;
    background: #FF4081;
    height: 47px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 5px;
    display: table;
    position: relative;
    clear: both;
    margin-top: 15px;
    float: right;
}
.single_add_to_cart_button:hover {
background:#F50057;
}
.single_add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 44px;
    height: 100%;
	border-radius:0 5px 5px 0;
    text-align: center;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background: #F50057;
}
.product_price ins,.product_price .amount{
text-decoration:none;
color:#027c2e;
}
.product_price .title_price {
padding-left:3px;
}
.product_price del,.product_price del span {
color:#FF4081 !important;
font-size: 13px;
}
.single_description_products {
	 margin-top: 15px;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}
.price_label {
    text-align: center;
    padding: 0 5px;
}
.price_label ins,.price_label .amount {
    color: #027c2e;
    font-family: 'IRANSans-m', tahoma;
}
.price_label del,.price_label del span {
    color: red !important;
    font-size: 12px;
}
.price_label ins {
text-decoration:none;
}
/*
=archive products
----------------------------------------*/
.archive_products .item_pslide ,.related_products .item_pslide{
padding-top:0
}
.product_archive_item {
margin-bottom:15px;
}
@media screen and (max-width:600px) {
.product_archive_item {
width:100%;
}
}
.slick-track {
padding:15px 0;
}
.related_products {
background:transparent;
}
#commentbox {
float:right;
}
span.unavailable  {
    color: #C0392B;
    display: inline-block;
    font-family: 'IRANSans-m', tahoma;
    padding-right: 25px;
    font-size: 15px;
    position: relative;
}
span.unavailable:before {
    content: "\f2d3";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    color: #C0392B
}
/*
= woocommerce comment style
----------------------------------------*/
.woocommerce-Reviews {
	background: #f7f7f7;
    margin-bottom: 15px;
    padding: 15px;
}
#commentform {
	width: 100%;
}
#commentform label {
	display: block;
}
#commentform textarea {
	width: 500px;
	height: 150px;
	max-width: 100%;
	padding: 5px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	background: #fdfdfd;
}
#commentform input[type="text"],
#commentform input[type="email"] {
	width: 250px;
	max-width: 100%;
	padding: 5px;
	line-height: 25px;
}
#comments .woocommerce-Reviews-title {
	margin-bottom: 15px;
    font-size: 20px;
}
#comments .woocommerce-Reviews-title span {
	    color: #F39C12;
}
#comments ol li.comment  {
	list-style: none;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 10px;
}
#comments ol li.comment.odd {
	 border: 1px dashed #ddd;
	 background: #f7f7f7
}
#comments .avatar {
	float: right;
	margin-left: 12px;
}
#comments time {
	float: left;
}
/*
=rating star comment
---------------------------------*/
p.comment-form-rating { 
display:block;
margin-bottom:5px;
clear: both;
 }
p.stars:after{content:"";display:block;clear:both}

p.stars span{ margin-top:6px; width:80px;height:16px;position:relative;float:right;background:url(images/star.png) repeat-x left 0}

p.stars span a{
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}

p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px}

p.stars span a.active{background:url(images/star.png) repeat-x left -32px}

p.stars span a.star-1{width:16px;z-index:10}

p.stars span a.star-2{width:32px;z-index:9}

p.stars span a.star-3{width:48px;z-index:8}

p.stars span a.star-4{width:64px;z-index:7}

p.stars span a.star-5{width:80px;z-index:6} 

.star-rating span { 
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
 }
.star-rating span:before { 
content:"Ø§Ù…ØªÛŒØ§Ø² Ø´Ù…Ø§ :";
position:absolute;
right:0;
top:0;
font-size:12px;
}
/* archive products */
   .shop_products .pitem_archive {
    background-color: transparent;
    border: 0;
    margin: 0;
    height: auto;
    border-bottom: 0;
    margin-bottom: 15px;
}
.shop_products .pitem_archive .pitem_wrap {
	background-color: #f8f8f8;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
	height: 315px;
	overflow:hidden;
}
.main_content .entry_content .pitem_archive .pitem_wrap span {
	line-height:20px;
}
/*
=cart-page
-------------------------------------*/
.cart-page #box-shoping-cart {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
}
.entry_content .woocommerce table.shop_table {
    text-align: center !important;
    overflow: hidden;
    width: 100%;
}
.entry_content .woocommerce table.shop_table td {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.entry_content .woocommerce table.shop_table thead {
    background: #3498DB;

}
.entry_content .woocommerce table.shop_table th {
    text-align: center !important;
    font-weight: normal; 
    padding: 10px;
    color: #fff;
}
.entry_content .woocommerce .cart-collaterals table th {
	color:#777;
}
.entry_content .woocommerce table.shop_table img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin: auto;
}
.entry_content .woocommerce label {
    font-weight: normal;
    color: #888
}
div.woocommerce .product-remove a {
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    line-height: 17px;
    color: #fff!important;
    border-radius: 100%;
    font-size: 15px;
    background: #ef3f3e;
}
.td.actions, .woocommerce table.cart td.actions {
	padding-left:10px;
}
div.woocommerce ins {
	text-decoration:none;
}
del,del span.amount {
	color:red;
}
span.amount {
	color:green;
}
.product-remove a:hover {
    opacity: .7;
}
.title-cart h1 span {
    display: inline-block;
    background: #2980B9;
    color: #fff;
    font-weight: normal;
    padding:10px;
    font-family: toosweb-yekan;
    font-size: 16px;
}
.entry_content .woocommerce table.shop_table td.actions input[type="submit"] {
    border: 0;
    color: #555;
    box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -o-box-shadow: 0 0 2px #666;
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
	margin-left: 5px;
}
.entry_content .woocommerce table.shop_table td.actions input[type="submit"]:hover {
    background: #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
	width:100% !important;
}
.entry_content .woocommerce table.shop_table td.actions input[type="text"] {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    color: #aaa;
}
.entry_content .woocommerce .cart-collaterals {
    margin-top: 20px;
}
.entry_content .woocommerce .cart-collaterals h2 {
    font-family: toosweb-yekan;
    font-size: 16px;
    text-align: center;
}
.entry_content .woocommerce .cart-collaterals table {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;
    
}
.entry_content .woocommerce .cart-collaterals table tr {
    border-bottom: 1px solid #ccc;
}
.entry_content .woocommerce .cart-collaterals table td,.box-content .woocommerce .cart-collaterals table th {
    text-align: center;
    font-family: toosweb-yekan;
    padding: 8px;
    border-left: 1px solid #ccc;
}
.entry_content .woocommerce .cart-collaterals table tr:nth-child(even) {
    background: #eee;
}
div.wc-proceed-to-checkout a.checkout-button {
    text-align: center;
    display: block;
    background: #27AE60 !important;
    color: #fff;
    width: 200px;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    margin: auto;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
div.wc-proceed-to-checkout a.checkout-button:hover {
    opacity:.8;

}
/*
=checkout
------------------------------------------*/
.woocommerce {
    direction: rtl;
    text-align: right;
    overflow: hidden;
    
}
#customer_details {
    border: 1px solid #999;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background: #F5F5F5;
}
.woocommerce h3 {
	text-align: center;
    padding: 10px;
    color: #46A349;
}
div.woocommerce #payment #place_order {
	background: #46A349 !important;
    font-weight: normal !important;
    float: right !important;
    line-height: 25px !important;
    padding: 9px 25px !important;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
div.woocommerce #payment #place_order:hover {
	opacity:.8;
	background: #46A349 !important;
}

.woocommerce .col2-set form {
    margin-top: 25px;
}
.woocommerce .col2-set form label {
    font-weight: normal;
    color: #555;
}
.woocommerce .col2-set form input[type="submit"] {
    border: 0;
    border-radius: 2px;
    padding: 3px 20px;
    margin-top: 50px;
	line-height:30px;
    float: left;
    background: #2980B9;
    color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.woocommerce .col2-set form input[type="submit"]:hover {
    background: #3498DB;

}
.woocommerce .col2-set .col-1{
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-2 {
     float: right;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-1 input[type="text"],.woocommerce .col2-set .col-1 
input[type="password"],.col2-set .col-1 .woocommerce input[type="email"],
.woocommerce .col2-set .col-2 input[type="text"],.woocommerce .col2-set .col-2 
input[type="password"],.woocommerce .col2-set .col-2 input[type="email"],
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
    width: 100%;
    padding: 3px 10px;
    color: #919191;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 28px !important;
}
.select2-container--default .select2-selection--single {
	height:38px !important;
	border-radius:2px !important;
	color:#777 !important;
	border-color:#ddd !important;
}

.woocommerce .col2-set h2 {
    font-size: 17px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #666;
}
.woocommerce .col2-set h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 30%;
    height: 2px;
    background: #3498DB;

}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style:none;
}
.commentlist .avatar {
	float: right;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 15px;
}
@media screen and (min-width:992px) {
    .inner_page {
        margin-top: -25px;
        padding-top: 40px;
    }
}
@media screen and (max-width:1200px) {
    .section_contact .wpcf7 input:not([type="submit"]), .section_contact .wpcf7 select {
        width: 230px;
    }
}
@media screen and (max-width:992px) {
    .nav_wrapper .container,#introbar .container {
        width: 100%;
    }
    .section_contact .wpcf7 input:not([type="submit"]), .section_contact .wpcf7 select {
        width: 200px;
    }
    #copyright .right_copyright {
        justify-content: center;
    }
    #copyright .left_copyright .social_networks {
        float: none;
    }
    #copyright .left_copyright .social_networks ul {
        display: table;
        margin: auto;
    }
    .navigation {
        right: 0;
    }
    #masthead {
        padding-bottom: 0;
    }
	.product_thumb img {
    max-height: 100%;
    margin: 0 auto 10px;
	}
        .logo_slider .slick-next {
        left: 0;
    }
    .logo_slider .slick-prev {
        right: 0;
    }
}
@media screen and (max-width:768px) {
    .right_header,.left_header {
        width: 100%;
    }
    #masthead .logo_site {
        float: none;
    }
    #masthead .logo_site img {
        display: block;
        margin: 10px auto;
    }
    .social_networks {
        float: none;
        margin-top: 0;
    }
    .social_networks ul {
        display: table;
        margin: 0 auto 10px;
    }
    #masthead {
        min-height: auto;
        line-height: 25px;
    }
    .tp-caption a {
        font-size: 22px !important;
    }
    .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
        white-space: normal;
        width: 100%;
        line-height: 28px !important;
    }
    .section_contact .wpcf7 input:not([type="submit"]), .section_contact .wpcf7 select {
        width: 150px;
        font-size: 12px;
    }
}
@media screen and (max-width: 640px) {
    .section_contact {
        height: auto;
    }
    .section_contact .wpcf7 .wpcf7-form {
        display: block;
    }
	.section_contact .wpcf7 input:not([type="submit"]){
		text-align:right!important;
	}
    .section_contact .wpcf7 input:not([type="submit"]), .section_contact .wpcf7 select,
    .wpcf7-form-control-wrap,.section_contact .wpcf7 .wpcf7-form > p,.section_contact .wpcf7 input[type="submit"]{
    width: 95%;
    margin: 5px auto;
    text-align: center;
    }
    .section_contact .wpcf7 input[type="submit"] {
        display: block;
        margin: auto;
    }
    #services .item_box {
        width: 100%;
        margin-bottom: 80px;
    }
    #intronav {
        width: 100%;
    }
    #intronav ul {
        display: table;
        margin: 0 auto;
    }
    .wrap_phone_mail {
        float: none;
        display: table;
        margin: auto;
    }
    .articles .blog_item {
        width: 100%;
    }
    .articles .blog_item .wrap_bitem {
        width: 360px;
        max-width: 100%;
        margin: auto;
    }
    .articles .blog_item .thumb_article img,.articles .blog_item .caption_article {
        height: auto;
    }
    .tp-caption a {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 520px) {
	.shop_products .pitem_archive {
		width:100%;
	}
	.archive_pItem {
		width:100%;
	}
}
@media screen and (max-width:360px) {
    .item_project .inner_project figure img {
        height: 110px;
    }
}
.main_content .entry_content .archive_pItem span {
	line-height:20px;
}
/*
= woocommerce comment style
----------------------------------------*/
.woocommerce-Reviews {
	background: #f7f7f7;
    margin-bottom: 15px;
    padding: 15px;
}
#commentform {
	width: 100%;
}
#commentform label {
	display: block;
}
#commentform textarea {
	width: 500px;
	height: 150px;
	max-width: 100%;
	padding: 5px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	background: #fdfdfd;
}
#commentform input[type="text"],
#commentform input[type="email"] {
	width: 250px;
	max-width: 100%;
	padding: 5px;
	line-height: 25px;
}
#comments .woocommerce-Reviews-title {
	margin-bottom: 15px;
    font-size: 20px;
}
#comments .woocommerce-Reviews-title span {
	    color: #F39C12;
}
#comments ol li.comment  {
	list-style: none;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 10px;
}
#comments ol li.comment.odd {
	 border: 1px dashed #ddd;
	 background: #f7f7f7
}
#comments .avatar {
	float: right;
	margin-left: 12px;
}
#comments time {
	float: left;
}
/*
=rating star comment
---------------------------------*/
p.comment-form-rating { 
display:block;
margin-bottom:5px;
clear: both;
 }
p.stars:after{content:"";display:block;clear:both}

p.stars span{ margin-top:6px; width:80px;height:16px;position:relative;float:right;background:url(images/star.png) repeat-x left 0}

p.stars span a{
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}

p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px}

p.stars span a.active{background:url(images/star.png) repeat-x left -32px}

p.stars span a.star-1{width:16px;z-index:10}

p.stars span a.star-2{width:32px;z-index:9}

p.stars span a.star-3{width:48px;z-index:8}

p.stars span a.star-4{width:64px;z-index:7}

p.stars span a.star-5{width:80px;z-index:6} 

.star-rating span { 
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
 }
.star-rating span:before { 
content:"امتیاز شما :";
position:absolute;
right:0;
top:0;
font-size:12px;
}
