/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'WYekan';
    src: url('fonts/yekan-webfont.eot');
    src: url('fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {font-family:"IRANSansWeb"; color:#444; font-size: 14px;}
/* clear */
.clear:before,
.clear:after {content:' '; display:table;}

.clear:after {clear:both;}
.clear {*zoom:1;}
img {max-width:100%; vertical-align:bottom;}
a {color:#444; text-decoration:none;}
a:hover {color:#444;}
a:focus {outline:0;}
a:hover, a:active {outline:0;}
input:focus {outline:0; border:1px solid #04A4CC;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*header*/
.back-header1{
	width: 100%;
	background: #da0a0a;
}

.address{
	color: #fff;
	padding-top: 9px;
}

.address .textwidget :before {
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
    content: "\f041"; 
    padding-left: 8px;
    
}

.tel{
	color: #fff;
	text-align: left;
	padding-top: 8px;
}

.tel .widget_text{
	font-family: 'WYekan';
	font-size: 18px;
}

.tel .textwidget :before {
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
    content: "\f095"; 
    padding-right: 6px;
    position: relative;
    top: 3px;
}

.back-header2{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.logo{
	text-align: center;
}

.logo .alignnone{
	margin: 0px !important;
}

.logo .textwidget img{
	padding-top: 10px;
}

.back-manu {
	width: 100%;
    background:#fff;
}

.main-menu {padding: 13px 0px 0px 0px; }
.main-menu ul{padding:0;}
.main-menu li a{
    font-size: 16px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #3e3e3e;
    text-decoration: none; 
    padding-left: 18px;
    padding-right: 22px; 
    border-right: 1px solid #ccc;
    font-weight: bold;   
}
.main-menu li{
	display:inline-block;        
}

.main-menu li a:hover {
    color: #da0a0a;
}

.main-menu ul ul{position:absolute; width:250px; padding:10px 0px; display:none; z-index:100;}
.main-menu li:hover> ul{
    display:block;
	float:left;
	width:140px;
	margin-top:0px;
    background: #da0a0a;
	margin-left: 4px;
	padding: 0;
}
.main-menu li li{background: none !important; padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border: none;
    width:100%;
    padding-right: 10px;
    float:left;
    list-style-type:none; 
    margin-right: 0; 
    margin-left: 0;
    border-bottom: 1px solid #ffffff;}
.main-menu li li:last-child{border-bottom: none;}
.main-menu li li a{
	border: none;
	color:#fff !important; 
	font-size: 14px; 
	text-decoration:none; 
	width: 100%; 
	text-align: right; 
	padding: 5px;
}
.main-menu li li a:hover {
    color: #3e3e3e !important;
}
.main-menu li li{ }
.main-menu ul ul ul{  margin:-30px 130px 0px 141px !important;}

.main-menu .widget_nav_menu {
	text-align: center;
}

.main-menu #menu-item-28 a {
	border-right: none;
	/*color: #da0a0a;*/
}

.seriousslider-light .seriousslider-caption-buttons a:hover:nth-child(2n+1) {
    background-color: #da0a0a !important;
    border-color: #da0a0a !important;
}

.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1), .seriousslider-light .seriousslider-caption-buttons a:hover:nth-child(2n) {
    color: #ffffff !important;
}

.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1) {
    background-color: #fff0 !important;
}

.seriousslider-light .seriousslider-caption-buttons a{
	border-radius:0px !important;
}


.back-content1{
	background: #fff;
	width: 100%;
}

.content1-1{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cont1 , .cont2 , .cont3 , .cont4 {
	border: 1px solid #ccc;
}

.cont1 .alignnone , .cont2 .alignnone , .cont3 .alignnone , .cont4 .alignnone{
	margin: 0px !important;
}

.cont1 .textwidget p:nth-child(1) , .cont2 .textwidget p:nth-child(1) , .cont3 .textwidget p:nth-child(1) ,
.cont4 .textwidget p:nth-child(1){
	text-align: center;
}

.cont1 .textwidget p:nth-child(2) , .cont2 .textwidget p:nth-child(2) , .cont3 .textwidget p:nth-child(2) ,
.cont4 .textwidget p:nth-child(2){
	padding: 18px;
    text-align: justify;line-height: 30px;
}

.content1-2{
	padding-bottom: 35px;
}

.back-content2{
	width: 100%;
	background-image: url(../..//uploads/bg-1.jpg);
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

.content2{
	color: #fff;
	padding-top: 70px;
}

.content2 .widget_text{
    text-align: center;
}

.content2 .widget_text h3{
	height: 80px;
    background: rgba(0,0,0, .5);
    text-align: center;
    display: inline-block;
    padding: 27px 50px 1px 50px;
    font-weight: bold;
    font-size: 30px;
}

.content2 .textwidget p:nth-child(1){
	padding-top: 30px;
    font-size: 20px;
}

.content2 .textwidget p:nth-child(2){
	padding-top: 30px;
}

.content2 .textwidget p:nth-child(2) a{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 30px 10px 30px;
}

.content2 .textwidget p:nth-child(2) a:hover{
	background: #da0a0a;
	border: 2px solid #da0a0a;
}

a:hover {
	text-decoration: none;
}

.back-content3{
	background: #fff;
	width: 100%;
}
.content3-1{
	text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.cont3-1 .alignnone , .cont3-2 .alignnone , .cont3-3 .alignnone , .cont3-4 .alignnone{
	margin: 0px !important;
}

.cont3-1 .textwidget , .cont3-2 .textwidget , .cont3-3 .textwidget , .cont3-4 .textwidget{
    text-align: center;
}

.cont3-1 .textwidget a:hover , .cont3-2 .textwidget a:hover , .cont3-3 .textwidget a:hover , 
.cont3-4 .textwidget a:hover{
	color: #da0a0a;
}

.content3-2{
	padding-bottom: 35px;
}

.back-content4{
	width: 100%;
	background-image: url(../../uploads/bg-2.jpg);
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

.content4{
	color: #fff;
	padding-top: 70px;
}

.content4 .widget_text{
    text-align: center;
}

.content4 .widget_text h3{
	height: 80px;
    background: rgba(0,0,0, .5);
    text-align: center;
    display: inline-block;
    padding: 27px 50px 1px 50px;
    font-weight: bold;
    font-size: 30px;
}

.content4 .textwidget p:nth-child(1){
	padding-top: 30px;
    font-size: 20px;
}

.content4 .textwidget p:nth-child(2){
	padding-top: 30px;
}

.content4 .textwidget p:nth-child(2) a{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 30px 10px 30px;
}

.content4 .textwidget p:nth-child(2) a:hover{
	background: #da0a0a;
	border: 2px solid #da0a0a;
}

.back-content5{
	background: #fff;
	width: 100%;
}

.content5-1{
	text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.cont5-1 .alignnone , .cont5-2 .alignnone , .cont5-3 .alignnone , .cont5-4 .alignnone{
	margin: 0px !important;
}

.cont5-1 .textwidget , .cont5-2 .textwidget , .cont5-3 .textwidget , .cont5-4 .textwidget{
    text-align: center;
}

.cont5-1 .textwidget a:hover , .cont5-2 .textwidget a:hover , .cont5-3 .textwidget a:hover , 
.cont5-4 .textwidget a:hover{
	color: #da0a0a;
}

.cont5-1 .textwidget p:nth-child(2) , .cont5-2 .textwidget p:nth-child(2) , .cont5-3 .textwidget p:nth-child(2) , 
.cont5-4 .textwidget p:nth-child(2){
	padding-top: 10px;
}

.cont5-1 .textwidget img , .cont5-2 .textwidget img , .cont5-3 .textwidget img , 
.cont5-4 .textwidget img{
	border-radius: 50%;
}

.content5-2{
	padding-bottom: 35px;
}

.content5-3{
	text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.content5-3 .textwidget a{
	background: #da0a0a;
    color: #fff;
    padding: 15px 30px 15px 30px;
}

.content5-3 .textwidget a:hover{
	background: #ccc;
	color: #fff; 
}

.back-footer1{
	background: #242424;
	width: 100%;
}

.footer1-1 .widget_text h3 , .footer1-2 .widget_text h3 , .footer1-3 .widget_text h3{
    color: #eee;
}

.footer1-1 .textwidget , .footer1-2 .textwidget , .footer1-3 .textwidget{
    color: #ccc;
    text-align: justify;line-height: 30px;
}

.footer1{
	padding-top: 20px;
	padding-bottom: 20px;
}

.back-footer2{
	width: 100%;
	background: #242424;
	border-top: 1px solid;
}

.social .widget_nav_menu {
    padding-top: 17px;
    text-align: center;
}
.social #menu-social {margin : 0;padding: 0;
    }
.social li {list-style: none; padding :9px 4px 8px 4px; border-radius: 50%;  display: inline-block;
 background-color:#36363c;}
.social li a{color: #555; font-size: 0;}
.social li a:before{font-family: "FontAwesome"; font-size: 12px; padding: 10px; color:  #fff;}
.social li.menu-item-60 a:before{content: "\f1d8"; font-size: 14px; }
.social li.menu-item-61 a:before{content: "\f16d"; font-size: 15px;}
.social li.menu-item-62 a:before{content: "\f0e1"; font-size: 15px;}
.social li.menu-item-63 a:before{content: "\f082"; font-size: 15px;}

.social li.menu-item-60 {
    padding: 10px 4px 8px 4px;
}

.social li:hover {
     background-color:#da0a0a;
}

.back-footer2 p {
	margin: 0px;
	color: #989898;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

.innerpage {
    border-top: 1px solid #ccc;
}

#input_1_1 , #input_1_2 , #input_1_3 , #input_1_4 , #input_1_5{
	border: 1px solid #ccc;
    border-radius: 7px;
}

.gfield_label{
	color: #5d5d5d;
}

#gform_submit_button_1 {
	background: #da0a0a;
    border: none;
    color: #fff;
    border-radius: 7px;
    padding: 10px 25px 10px 25px;
    margin-bottom: 10px;
}

#post-11 .tab2{
	padding-top: 70px;
}

.darkoobcontent h1{
    text-align: center;
    padding-top: 50px;
    color: #ff2f2f;

}

.darkoobcontent{
	line-height: 40px;
	text-align: justify;
	background: #fff4f9;
    border: solid 1px #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px;padding-left: 15px;
    padding-right: 15px;
}

.darkoob1 {
    border-top: 1px solid #ccc;
    background: #fff4f9;
    border: solid 1px #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.joomir-posts {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 5px 10px;
    text-align: justify;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 23%;
    margin: 0 1% 30px;
    float: right;
}
.joomir-posts h2 a {
    padding-bottom: 20px;
    font-size: 12px;
   
}

.joomir-posts a img {
    margin: 0 auto;
    display: block;
    }

.joomir-posts p {
    font-size: 14px;

}

 .joomir-posts .view-article {
    color: #fff;
    position: absolute;
    bottom: 7px;
    padding: 8px 8px;
    background:#da0a0a;
    text-align: center;
    right: 26%;
    box-shadow: 0 2px 5px #999;
    left: 34%;
 }

 .joomir-posts h2 {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.darkoob3{
	line-height: 30px;
    text-align: justify;
}

.darkoob2{
	border-top: 1px solid #ccc;
    padding-top: 30px;
}

#post-9{
	padding: 20px;
}
.DK .wpcf7-form-control{font-weight: 400;
	border: 1px solid #bfbfbfad;height: 50px;padding: 5px;width: 100%;}	
.DK .wpcf7-form-control.wpcf7-textarea{height: 150px;width: 100%;}
.DK label{width: 100% !important;}
.DK .wpcf7-form-control.wpcf7-submit{background-color: #da0a0a;font-weight: bold;
	border: 1px solid #da0a0a;padding: 10px 50px;color: #fff;margin-top: 20px;    width: 12%;}
	/* .DKcaptcha{color: #f1f1f1;} */
.DKcaptcha .wpcf7-form-control.wpcf7-captchar{margin-top: 10px;background: #ffffff9e;color: #000;border: 1px solid;}

.woocommerce .woocommerce-breadcrumb {/*margin: 25px 20px 1em;*/padding: 10px;border: 1px solid #ccc;margin-right: 30px;
		margin-left: 30px;}
.woocommerce-products-header__title.page-title {padding-left: 30px;padding-right: 30px;font-weight: bold;}
.woocommerce .woocommerce-result-count {padding-right: 30px;}
.woocommerce .woocommerce-ordering {padding-left: 30px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0 5px 32px rgb(103 122 141 / 17%);text-align: center;padding: 25px;}
.woocommerce .products ul, .woocommerce ul.products {padding-left: 30px;padding-right: 30px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #ffffff;background-color:#fd0003;}
.product_title.entry-title {font-size: 1.8em;font-weight: bold;}
.woocommerce div.product {
    line-height: 35px;
    text-align: justify;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #ff7a7f;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #ff7a7f;}
.woocommerce div.product div.images{border: 5px solid #ff7a7f;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	color: #000;font-weight: bold;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:991px) and (min-width: 768px){
.address{
	font-size: 11px;
}
	.content4 .widget_text h3 {
    font-size: 22px;
}
	.content2 .widget_text h3 {
    font-size: 22px;
}
}

@media (max-width:991px){
	.joomir-posts {
        width: 48%;
    }
}

@media (max-width:767px) {
	.content4 .widget_text h3{
	font-weight: normal !important;
    font-size: 18px !important;
}

	.content2 .widget_text h3{
	font-weight: normal !important;
    font-size: 18px !important;
}
}
@media (max-width:768px){
	.main-menu{
    display: none;
}

}

@media (max-width:486px){
.address{
	font-size: 11px;
}

   .joomir-posts {
        width:98%;
    }
}



@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
