/*
  Theme Name: Pithree Press - Construction Business HTML Template 
  Theme URL: http://eitthemes.com/html/pithree/
  Author: EitThemes.com
  Author URI: http://eitthemes.com
  Description: 
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
[1] Home One
    1.Top Bar
    2.Header Middle
    3.Header
    4.Slider
    5.Blog News
    6.Filter Project
    7.Call To Action
    8.Blog
    9.Testmonial
    9.Client
    10.Footer
[2] Home Two
    1.Breadcrumb
[3] About Page
    1.Breadcrumb
    2.About Content
    3.Team
[4] Services Page
    1.services nav
    2.services Content
[5] Services Details
[6] Blog Page
[7] Blog Details
[8] Error Page
[8] Project Single
==========================================================================*/

/*=======================================================================
// Home One
=========================================================================*/
@font-face {    font-family: "iransans";    src: local("IRANSansWeb"), local(IRANSansWeb), url(IRANSansWeb.woff);       font-style: normal;}
/**==================== Top Bar ======================**/
.headerTop{
    background: #f1f1f1;
    position: relative;
    direction: rtl;
}
.headerTop p {
    color: #2c3e50;
    font-size: 12px;
    line-height: 0.8;
    margin: 17px 0;
}
.headerTop p span{
    color: #ffa60a;
}
.topSec{
    font-size: 12px;
    line-height: .8;
    display: inline-block;
    margin-right: 12px;
}
.topSec a{
    color: #939393;
}
.topSec i {
    line-height: 0.8;
    margin-left: 3px;
}
.topSec span,
.singin i{
    color: #2c3e50;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.singin i{
    margin-right: 4px;
}
.singin i.fa.fa-caret-down{
    color: #939393;
}
.Top {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
}
section.headerTop {
    height: 40px;
}
.countryFlug img{
    margin-right: 5px;
    margin-top: -2px;
}
.flagList {
    position: absolute;
    background: #fff;
    top: 44px;
    z-index: 1;
    display: none;
    border: 1px solid #F1F1F1;
}
.topSec.countryFlug.active a.currentFlg{
    color: #ffa60a;
}
.flagList li{
   padding: 10px 20px;
}
.flagList li a{
    display: block;
}
.flagList li:hover{
    background: #ffa60a;
}
.flagList li:hover a{
    color: #fff;
}

.socialLink{
    float: right;
}
.socialLink a {
    border-right: 1px solid #dddddd;
    color: #2c3e50;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 0.8;
    padding: 16px 0;
    text-align: center;
    width: 41px;
    height: 40px;
}
.socialLink a:first-child{
    border-left: 1px solid #dddddd;
}
.socialLink a.fac:hover{
    background: #3B5998;
    color: #fff;
}
.socialLink a.twi:hover{
    background:#00ACED;
    color: #fff;
}
.socialLink a.goo:hover{
    background:#DD4B39;
    color: #fff;
}
.socialLink a.pin:hover{
    background: #CB2027;
    color: #fff;
}
.socialLink a.link:hover{
    background: #007BB6;
    color: #fff;
}

/**==================== Header Middle ======================**/
.headerMiddle {
	padding: 20px 0 10px;
    direction: rtl;
	background-color: #fff;
}
.logo{}
.logo a{
    display: block;
}
.singMiddInfo{
    position: relative;
    padding-right: 60px;
    float: right;
    padding-top: 13px;
    margin-right: 32px;
}
.singMiddInfo.phone{
    margin-right: 0;
}
.singMiddInfo i{
    font-size: 18px;
    color: #ffa60a;
    line-height: .8;
    width: 42px;
    height: 42px;
    border: 1px solid #dcdcdc;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    padding: 13px 10px;
}
.singMiddInfo i::after {
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    content: "";
    display: block;
    height: 46px;
    right: -3px;
    position: absolute;
    top: -3px;
    width: 46px;
}
.singMiddInfo h4{
    color: #2c3e50;
    font-size: 12px;
    margin-bottom: 7px;
}
.singMiddInfo p,
.singMiddInfo a{
    color: #ababab;
    font-size: 12px;
    margin: 0;
    line-height: .8;
    display: block;
}
.singMiddInfo a:hover{
    color: #ffa60a;
}
.headMiddBtn {
    margin: -2px 0;
}
.headMiddBtn a {
    background: #ffa60a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 21px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, .30);
}
.headMiddBtn a:hover{
    color: #2C3E50;
}

/**==================== Header ======================**/
.header{
    background: #1b2a47;
}
.header.fixedHeader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mainnav{font-family: iransans;direction:rtl;}
.mainnav ul{
    line-height: .8
}
.mainnav ul li {
	display: inline-block;
    margin-right: 36px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.mainnav ul li a{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 400;
}
.mainnav ul li:hover > a,
.mainnav ul li.active a{
    color: #ffa60a;
}
.mainnav ul ul.sub-menu {
   background: #1e2933;
    opacity: 0;
    position: absolute;
    color: #fff;
    top: 50px;
    visibility: hidden;
    width: 200px;
    z-index: 1;
    margin-left: -100px;

}
.mainnav ul li:hover ul.sub-menu{
    height: 208px;
    width: 450px;
    top: 37px;
    opacity: 1;
    visibility: visible;
}
.mainnav ul ul.sub-menu li {
	border-bottom: 1px solid #333;
    display: block;
    margin: 10px 10px 5px 5px;
    padding-bottom: 15px;
    width: 42%;
    display: inline;
    float: right;
}
.mainnav ul ul.sub-menu li:last-child{
    border-bottom: none;
}
.mainnav ul ul.sub-menu li a{
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: right;
}
.mainnav ul ul.sub-menu li a:hover{
    color: #ffa60a;
}
.searchForm{
    padding-right: 20px;
}
.searchForm input{
   font-size: 13px;
    color: #a5b4c3;
    background: #394a5c;
    border: none;
    width: 100%;
    position: relative;
    margin-top: 11px;
    padding: 5px 15px;
    direction: rtl;
}
.searchForm input::-webkit-input-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input:-moz-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input::-moz-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input:-ms-input-placeholder {
    color: #a5b4c3;
    opacity: 1;
}
.searchForm button {
    background: transparent;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 13px;
    right: auto;
    line-height: 0.8;
    margin: auto;
    position: absolute;
    left: 36px;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.searchForm button:hover{
    color: #ffa60a;
}

/**==================== Slider ======================**/
.sliderSection{
    position: relative;
    margin: auto;
    width: 100%;
}
.sliderSection .tp-banner{
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
}
.tp-bannertimer {
    display:none;
}
.tp-leftarrow.default{}
.tparrows.default.round{
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.tparrows.default.round:hover{
    background: #ffa60a;
}
.tp-leftarrow.default.round{
    position: relative;
}
.tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    right: 0;
    padding: 6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    right: 0;
    padding:6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-leftarrow.tparrows.default.round {
    left: 235px !important;
    top: 49% !important;
}
.tp-rightarrow.tparrows.default.round {
    right: 235px !important;
    top: 49% !important;
}
.tparrows.default.round.hidearrows, 
.tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}
.revCont{}
.revCont h1{
    color: #fff;
    font-size: 40px;
    padding-left: 900px;
}
.revCont h2{
    font-size: 18px;
    color: #ffa60a;
    margin-top: 50px;
    padding-left: 800px;
    text-align: right;
}
.revCont p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: right;
    padding-left: 490px;
}
.revBtn{
    padding-left: 750px;
}
a.pithreeBtn{
    margin-right: 10px;
}
/**==================== Blog News ======================**/
.blogNews{
    padding-bottom: 20px;
}
.newsBlogIn{
    position: relative;
    top: -40px;
}
.singleBlog{
    background: #fff;
}
.sbCont {
    padding: 0 16px 28px;
	direction: rtl;
	min-height: 360px;
}
.blImg img{
    width: 100%;
    height: 220px;
	padding: 5px;
}
.sbblogTit {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: right;
}
.sbCont p{
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    margin-bottom: 20px;
    text-align: justify !important;
	min-height: 270px;
}
.sbrm{
    font-size: 14px;
    font-style: italic;
    color: #000;
    position: relative;
    display: inline-block;
    font-weight: 400;
    float:right;
}
.sbrm:after{
    position: absolute;
    right: -9px;
    bottom: 2px;
    width: 113px;
    height: 2px;
    content: '';
    background: #ffa60a;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sbrm:before{
    position: absolute;
    right: -9px;
    bottom: 2px;
    width: 0;
    height: 2px;
    content: '';
    background: #000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.sbrm:hover:before{
    width: 113px;
}
.sbrm i{
    margin-right: 12px;
}
.newsBlogIn .singleBlog{
    margin-bottom: 0;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.morsbb{
    font-family: iransans;
}
/**==================== Filter Project ======================**/
.fillterNav {
    margin-bottom: 50px;
    margin-top: 5px;
    float: right;
}
.fillterNav li{
    font-size: 16px;
    line-height: .8;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 30px;
}
.fillterNav li:hover,
.fillterNav li.active{
    color: #ffa60a;
}
.mix{
    display: none;
}
.singleProject{
    position: relative;
    margin-bottom: 30px;
}
.singleProject:hover .projectImg:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}
.projectImg img{
    width: 100%;
    height: auto;
    position: relative;
}
.projectHover {
    position: absolute;
    text-align: center;
    height: 40px;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.singleProject:hover .projectHover{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.projectImg:after{
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 85%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.projectHover a{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 0.8;
    margin: auto;
    padding: 13px;
    width: 40px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.projectHover a:hover{
    color: #ffa60a;
    border-color: #ffa60a;
}
/**==================== Call To Action ======================**/
.callToaction{
    padding: 80px 0 100px;
    background: url(../images/bg/1.jpg)no-repeat fixed center center/cover;
}
/**==================== Blog ======================**/
.blogSec2{
    border: 1px solid #dfdfdf;
}
.meta {
    font-style: italic;
    line-height: 0.8;
    margin:7px 0 10px;
    font-size: 14px;
     text-align: right;
}
.meta a{
    color:#afafaf;
    margin-left: 5px;
}
.meta a:first-child{
    margin-left: 0;
}
.meta a:hover{
    color: #000;
}
.blogSec2 p{
    margin-bottom: 27px;
}
.siBlogThumb{
	position: relative;
    padding-right: 136px;
    min-height: 100px;
    direction: rtl;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.himin2 {
	    min-height: 310px !important;
}
.siBlogThumb img{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 94px;
	padding: 5px 5px 0px 0px;
}
.thumbBtitle{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: right;
	margin-top: 8px;
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meta.thumbBlog{
    font-size: 13px;
    margin-bottom: 4px;
     text-align: right;
}
.siBlogThumb p{
font-size: 11px;
    color: #848484;
    line-height: 24px;
    padding-left: 10px;
    margin: 0;
    text-align: justify;
}
/**==================== Testmonial ======================**/
.testmonial {
    padding: 74px 0 65px;
}
.singleTest {
    background: #fff;
    padding: 32px 20px 27px;
}
.singleTest p{
    font-size: 14px;
    color: #848484;
    line-height: 30px;
}
.testcarHeadding {
    margin-bottom: 36px;
}
.testDeg {
    margin-top: 38px;
}
.testDeg h2{
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
    position: relative;
}
.testDeg h2:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #ffa60a;
    content: '';
    top: -22px;
}
.testDeg p{
    color: #acacac;
    margin: 0;
}
.testCaro .owl-controls {
    margin-top: 50px;
}
.testCaro.owl-theme .owl-dots .owl-dot.active span, 
.testCaro.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa60a;
}
.testCaro.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    border: 1px solid #ffa60a;
    background: transparent;
}

/**==================== Client ======================**/
.clientSec{
	padding: 30px 0px 0px 0;
    background-color: #f5f5f5;
}
.singleClient:hover{
	opacity:1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.singleClient{
	opacity:0.5;
    border: 1px solid #e0e0e0;
    height: 91px;
    position: relative;
	transition:ease-in 0.5s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.singleClient img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
/**==================== Footer ======================**/
.footer{
    background: #1b2a47;
    padding: 35px 0 10px;
    direction: rtl;
}
.footer .widget{}
.fotterTitle{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer .widget{
    margin-bottom: 0;
}
.footer p {
	color: #979da4;
	line-height: 30px;
	text-align: justify;
}
.footer a{
    color: #979da4;
	margin-right: 10px;
    line-height: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fotinfo {
    margin-bottom: 44px;
}
.newsletter{
    position: relative;
}
.newsletter input {
    background: #253443;
    border: medium none;
    border-radius: 3px;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    padding: 13px 13px 6px;

}
.newsletter button {
    background: #3a4b5b;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 8px 18px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.newsletter button:hover{
    color: #ffa60a;
}
.newsletter input.reqError{
    color:#ffa60a;
}
.newslatp{
    margin-bottom: 26px;
}
.navigation{
    overflow: hidden;
}
.navigation > li {
    float: right;
    position: relative;
    padding-left: 15px;
}
.navigation > li:nth-of-type(odd){
    width: 63%;
}
.navigation > li:before{
    position: absolute;
    
    top: 0;
    content: '\f104';
    font-family: FontAwesome;
    font-size: 14px;
    color: #979da4;
}
.navigation > li a:hover{
    color: #ffa60a;
    padding-right: 5px;
}
.contactText{
    margin-bottom: 20px;
}
.address{
    margin-bottom: 30px;
}
.singleAdds{
    position: relative;
    padding-left: 22px;
    line-height: .8;
    margin-bottom: 20px;
}
.singleAdds i{
    position: absolute;
    right: 0;
    top: 0;
    color: #ffa60a;
    font-size: 14px;
}
.singleAdds p,
.singleAdds a{
    margin-bottom: 0;
    line-height: .8;
	margin-right: 25px;
}
.singleAdds a:hover{
    color: #ffa60a;
}
.footerSocial a{
    width: 29px;
    height: 29px;
    text-align: center;
    background: #3a4b5b;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    margin-right: 6px;
    line-height: .8;
    padding: 10px;
    display: inline-block;
}
.footerSocial a.fac:hover{
    background: #325C94;
}
.footerSocial a.twi:hover{
    background: #00ABDC;
}
.footerSocial a.goo:hover{
    background: #EA3032;
}
.footerSocial a.lin:hover{
    background:#0073B2;
}
.footerSocial a.pin:hover{
    background: #D9031F;
}
.copyright{
    background: #172737;
    padding: 12px 0;
	font-size: 11px;
    
}
.copyright p{
    margin: 0;
    line-height: .8;
    color: #979da4;
    text-align: right;
}
.copyright a{
    color: #ffffff;
    font-size: 11px;
}
.copyright a:hover{
    color: #ffa60a;
}
/*=======================================================================
// Home Two
=========================================================================*/
.teammatesSec{
    padding-top: 90px;
    padding-bottom: 70px;
}
.singleWedowra{
    background: #fff;
    padding:70px 30px 70px 48px;
    margin-bottom: 30px;
}
.singleWedo{
    position: relative;
    padding-left: 100px
}
.singleWedo i{
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 85px;
    color: #ffa60a;
}
.singleWedo .fa.fa-paint-brush{
    font-size: 68px;
}
.singleWedo h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
    text-align: right;
}
.singleWedo p{
    color: #848484;
    text-align: right;
}
/*=======================================================================
// About Page
=========================================================================*/
/**==================== Breadcrumb ======================**/
.breadcrumbSec{
    padding: 30px 0 20px;
    background: url(../images/bg/2.jpg) no-repeat scroll center center/cover;
    position: relative;
}
.breadcrumbSec:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    content: '';
}
.breadTitle{
    font-size: 28px;
    font-weight: 700;
	direction: rtl;
    margin-bottom: 3px;
}
.breadCumpNav{
    line-height: .8;
}
.breadCumpNav a{
    font-size: 16px;
    color: #2c3e50;
    font-weight: 400;
    text-transform: capitalize;
    line-height: .8;
}
.breadCumpNav i{
    font-size: 16px;
    margin: 0 5px;
}
.breadCumpNav a:hover{
    color: #ffa60a;
}
/**==================== About Content ======================**/
.abTitle{
    font-size: 28px;
    line-height: 30px;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: right;
}
.abCont {
    margin-top: 30px;
}
.abCont p{
    margin-bottom: 26px;
    text-align: right;
}
/**==================== Team ======================**/
.teamSec {
    padding-bottom: 70px;
    padding-top: 13px;
}
.teamImg{
    margin-bottom: 17px;
}
.teamImg img{
    width: 100%;
    height: auto;
}
.teamDec{
    margin-left: 15px;
    text-align: right;
}
.teambg{
    position: relative;
    margin-bottom: 11px;
}
.teambg:after{
    width: 60px;
    height: 2px;
    background: #ffa60a;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.teamTitle{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: right;
}
.teamDeg{
    font-size: 14px;
    color: #acacac;
    padding-bottom: 15px;
    text-align: right;
}


/*=======================================================================
// Services Page
=========================================================================*/
.servicesContent{
    padding-top: 90px;
    padding-bottom: 60px;
}
/**================ services nav ================== **/
.servicesNav{
    background: #f1f1f1;
    direction: rtl;
}
.servicesNav li:last-child{
    border-bottom: none;
}
.servicesNav li{
    line-height: .8;
    border-bottom: 1px solid #dfdfdf;
}
.servicesNav li.active{
    position: relative;
}
.servicesNav li.active:after{
    position: absolute;
    left: 13px;
    content: '\f104';
    top: 18px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: .8;
    color: #ffa60a;
}
.servicesNav li a{
    color: #2c3e50;
    line-height: .8;
    display: block;
    padding: 19.6px 16px;
}
.servicesNav li a:hover,
.servicesNav li.active a{
    background: #2c3e50;
    color: #ffa60a;
}
.pdfDownload {
    padding-left: 17px;
    padding-top: 40px;
}
.downloadTitle{
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: right;
}
.downloadpdflink{}
.downloadpdflink a{
    display: block;;
    color: #8a8a8a;
    line-height: .8;
    margin-bottom: 14px;
    text-align: right;
}
.downloadpdflink a:hover{
    color: #ffa60a;
}
.downloadpdflink a i{
    margin-right: 8px;
}

/**================ services Content ================== **/
.singleServices{
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.servicesImg {
    margin-bottom: 8px;
}
.servicesImg img{
    width: 100%;
    height: auto;
}
.servicesCont {
    padding: 0 10px;
}
.servicesCont p{
    color: #848484;
    text-align: right;
}
.servictitle{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: right;
}
.servicRead{
    font-style: italic;
    line-height: .8;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.servicRead:hover:after{
    width: 100px;
}
.servicRead::before {
    background: #ffa60a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 100px;
}
.servicRead::after{
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.servicRead i{
    margin-left: 15px;
}

/*=======================================================================
// Services Details
=========================================================================*/
.servicesDetails {
    padding-bottom: 50px;
    padding-top: 90px;
}
.servicesDetailsCont{
    margin-top: -10px;
}
.servicesDetailsCont p{
    color: #8a8a8a;
    margin-bottom: 30px;
    text-align: right;
}
.servicesdetaImg{}
.serdetaImg{
    margin-bottom: 30px;
}
.serdetaImg img{
    width: 100%;
    height: auto;
}
/*=======================================================================
// Blog
=========================================================================*/
.blogSection{
    padding: 20px 0;
}
.singleBlog{
    margin-bottom: 15px;
}
.sblogImg{
    margin-bottom: 28px;
}
.sblogImg img{
    width: 100%;
    height: auto;
}
.blogTitle{
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 13px;
    text-align: right;
}
.blogMeta,
.blogMeta a{
    line-height: 1.3;
    color: #8a8a8a;
    font-size: 12px;
}
.blogMeta a:hover{
    color: #ffa60a;
}
.blogMeta {
    margin-bottom: 17px;
    text-align: right;
	padding-left: 90px;
}
.blogMeta span {
    margin: 0 0 0 4px;
}
.sblogDec {
    margin-bottom: 30px;
    text-align: right;
	    direction: rtl !important;
}
.blogReadmore{
    background: #ffa60a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 30px;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.blogReadmore:hover{
    color: #fff;
    background: #333;
}
.search{
    position: relative;
}
.search input{
    width: 100%;
    background: #eeeeee;
    border: none;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    color: #797979;
    padding: 0 20px ;
    font-style: italic;
}
.search button{
    position: absolute;
    left: 0;
    top: 0;
    background: #ffa60a;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 57px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}
.search button:hover{
    color: #333;
}
.widget{
    margin-bottom: 30px;
    direction: rtl;
}
.widgetTitle{
    font-size: 20px;
    margin-bottom: 20px;
}
.widgetList{}
.widgetList li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}
.widgetList li:after{
    content: '\f0da';
    color: #ffa60a;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    position: absolute;
}
.widgetList li a{
    font-size: 14px;
    color: #393939;
}
.widgetList li a:hover{
    padding-left: 5px;
    color: #ffa60a;
}
.singleRecPost{
    position: relative;
    padding-left: 100px;
    height: 95px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    padding-top: 8px;
    border-radius: 3px;
}
.singleRecPost img{
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
	padding: 3px 0 0 3px;
}
.blogRightsidebar {
    direction: rtl;
}
.recPostTitle{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 9px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding-left:90px;
}
.singleRecPost:last-child {
    min-height: 83px;
}
.panel-primary {
    border-color: #ffa60a !important;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ffa60a !important;
    border-color: #ffa60a !important;
}
.captcha {
    font-size: 26px;
    position: relative;
    background-color: #ccc;
    padding: 4px 15px;
    top: 0px;
    float: right;
}
/*=======================================================================
// Blog Details
=========================================================================*/
.singleBlogDetails{
    margin-bottom: 31px;
}
.blogDetailsDec{}
.blogDetailsDec p{
    color: #848484;
    margin-bottom: 31px;
    text-align: right;
}
.blogDetailsDec blockquote{
    border: none;
    padding: 0;
    margin: 0 0 30px;
}
.blogDetailsDec blockquote p{
    font-size: 16px;
    color: #393939;
    font-weight: 700;
}
.socialShare{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 12px;
    margin-bottom: 30px;
}
.socialShare p{
    color: #a5a5a5;
    font-weight: 600;
}
.socialShare p,
.shareSocial{
    display: inline-block;
    margin: 0;
}
.shareSocial span{
    color: #303030;
    font-weight: 600;
    margin-right: 3px;
}
.shareSocial{
    float: right;
}
.shareSocial a{
    color: #a5a5a5;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}
.shareSocial a:last-child{
    margin-right: 0;
}
.shareSocial a:hover{
    color: #ffa60a;
}
.fullwidthAuthor{
    background: #f6f6f6;
    margin-bottom: 60px;
}
.fwaIn{
    position: relative;
    padding-left: 185px;
    min-height: 168px;
    padding-top: 32px;
    direction: rtl;
}
.fwaIn img{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 168px;
}
.fwaIn h2{
    font-size: 18px;
    line-height: .8;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.fwaIn p{
    line-height: 24px;
    color: #848484;
}
.fwaSocial{
    line-height:1.9;
}
.fwaSocial a{
    font-size: 12px;
    color: #c7c7c7;
    display: inline-block;
    margin-left: 10px;
}
.fwaSocial a:hover{
    color: #ffa60a;
}
.comment {
	margin-bottom: 10px;
    direction: rtl;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
}
.commentTitle{
    font-size: 20px;
    color: #1b2c3e;
    margin-bottom: 30px;
    text-align: right;
}
.singleComment {
    min-height: 95px;
    padding-right: 123px;
    padding-top: 4px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.singleComment img{
    width: 100px;
    height: 95px;
    position: absolute;
    right: 0;
    top: 0;
}
.author-name {
    background-color: #f9f9f9;
    padding: 0px 10px;
    border-radius: 3px;
}
.comment-text {
    font-size: 12px;
    padding: 0px 10px 0 0;
}
.singComTitle{
    font-size: 18px;
    margin-bottom: 12px;
}
.comdate{
    font-size: 13px;
    color: #1b2c3e;
    margin-bottom: 7px;
}
.singleComment p{
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.comreplay {
    line-height: 0.8;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: #1b2c3e;
    font-weight: 600;
}
.commentForm input{
       width: 100%;
    height: 37px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    border-radius: 2px;
}
.commentForm textarea{
    width: 100%;
    height: 195px;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 2px;
    direction: rtl;
}
.commentForm button{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.formmargin{
    margin-bottom: 15px;
    direction: rtl;
}
#contactForm .reqError{
    border-color: #ffa60a;
}
/*=======================================================================
// Contact Page
=========================================================================*/
.contactInfo{direction: rtl;}
.contAddress {
    margin-top: -6px;
}
.singleContadds{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.singleContadds i{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
    color: #ffa60a;
}
.singleContadds p{
    margin: 0;
    line-height: 24px;
}
.singleContadds a {
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #858585;
}
.singleContadds a:hover{
    color: #ffa60a;
}
.singleContadds.phone{}
.singleContadds.phone p{
    color: #272727;
}
.singleContadds.phone p span{
    color: #858585;
}
.contactSocial{
    padding-left: 33px;
}
.contactSocial a{
    display: inline-block;
    color: #1b2c3e;
    font-size: 12px;
    margin-right: 12px;
}

/*=======================================================================
// Error Page
=========================================================================*/
.errorPage {
    padding: 148px 0 133px;
}
.errorIn h1{
    font-size: 100px;
    color: #2c3e50;
    font-weight: 900;
    margin-bottom: 0px;
}
.errorIn {
    margin-bottom: 50px;
}
.errorIn h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.errorIn p{
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}
/*=======================================================================
// Project Single
=========================================================================*/
.projectSingleSec{
    padding-top: 90px;
    padding-bottom: 50px;
}
.singleProCaro {
    margin-bottom: 200px;
}
.singleProCaro ol.carousel-indicators {
    bottom: -138px;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}
.singleProCaro .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 108px;
    margin: 0 20px 0 0;
    text-indent: inherit;
    width: 169px;
}
.singleProCaro .carousel-indicators li img{
    width: 100%;
    height: 100%;
}
.singleProCaro .carousel-indicators li.active{
    border-color: #ffa60a;
}
.singleProCaro .carousel-control {
    background: #a9a7a2 none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    font-size: 20px;
    height: 43px;
    left: 0;
    line-height: 0.8;
    margin: auto;
    opacity: 1;
    padding: 12px 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 43px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.singleProCaro .carousel-control:hover i{
    color: #ffa60a;
}
.singleProCaro .carousel-control i{
    color: #fff;
}
.singleProCaro .carousel-control.right {
    left: auto;
    right: 20px;
}
.singleProCaro .carousel-control.left{
    left: 20px;
}
.proDetaTitle{
    font-size: 20px;
    margin-bottom: 26px;
    text-align: right;
}
.projectDetais p{
    font-size: 14px;
    line-height: 30px;
    color: #acacac;
    margin-bottom: 33px;
    text-align: right;
}
.projectSininTitle{
    font-size: 20px;
    color: #000;
    margin-bottom: 17px;
}
.projectSingleInfo{
    margin-bottom: 60px;
    direction: rtl;
}
.projectSingleInfo ul{}
.projectSingleInfo ul li{
    line-height: .8;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 19px 0;
}
.projectSingleInfo ul li span{
    color: #393939;
}
.projectSininTitle.two{
    margin-bottom: 25px;
    text-align: right;
}
.projectSingleText p{
    color: #acacac;
    text-align: right;
}

/*=======================================================================
// Color Preset
=========================================================================*/
.colorPresetArea {
    position: fixed;
    top: 5px;
    left: -290px;
    width: 290px;
    background: #282828;
    z-index: 9999;
    padding-bottom: 20px;
    height: 505px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.switchTittle {
    background: #ffa60a;
    padding: 0 0 0 50px;
    width: 340px;
    position: relative;
}
.colorPresetArea p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.switchTittle p{
    margin-top: 9px;
    font-size: 18px;
}
a.gearBtn{
    color: #fff;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    padding-top: 12px;
}
a.gearBtn:hover,
a.gearBtn.active{
    color: #4c4c4c;
}
.singleSwitch{
    padding-left: 50px;
}
.singleSwitch.light{
    background: #323232;
}
.singleSwitch {
    padding-top: 22px;
}
.switch {
    padding-bottom: 20px;
    padding-top: 0;
}
.switch a {
    float: left;
}
a.color1{
    width: 40px;
    height: 40px;
    background: #ffa60a;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color2{
    width: 40px;
    height: 40px;
    background: #E4344E;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color3{
    width: 40px;
    height: 40px;
    background: #c04baa;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
}
a.color4{
    width: 40px;
    height: 40px;
    background: #48929b ;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color5{
    width: 40px;
    height: 40px;
    background: #7a942e;
    border-radius: 50%;
    margin-right: 10px;
}
a.color6{
    width: 40px;
    height: 40px;
    background: #049372;
    border-radius: 50%;
    margin-right: 10px;
}
a.color7{
    width: 40px;
    height: 40px;
    background: #e07094;
    border-radius: 50%;
    margin-right: 10px;
}
a.color8{
    width: 40px;
    height: 40px;
    background: #16a4d6;
    border-radius: 50%;
    margin-right: 10px;
}
a[class*="pat"]:hover,
a[class*="color"]:hover{
    opacity: .5;
}
a.lightColor{
    background: #fff none repeat scroll 0 0;
    color: #4c4c4c;
    font-weight: 300;
    height: 50px;
    text-align: center;
    width: 90px;
    padding-top: 9px;
    margin-right: 10px;
}
a.darkColor{
    background: #4c4c4c;
    color: #fff;
    font-weight: 300;
    height: 50px;
    text-align: center;
    width: 90px;
    padding-top: 9px;
    border: 1px solid #fff;
}
a.lightColor:hover,
a.lightColor:focus,
a.darkColor:hover,
a.darkColor:focus{
    color: #f55e80;
}
a.wide{
    color: #b2b2b2;
    position: relative;
    margin-right: 10px;
    font-weight: 300;
}
a.wide span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    border: 6px solid #fff;
}
.switch a.active span{
    border: 3px solid #fff;
    background: #f55e80;
}
a.boxed{
    color: #b2b2b2;
    position: relative;
    font-weight: 300;
}
a.boxed span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
a.pat1{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p1.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat2{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p2.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat3{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p3.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat4{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p4.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.preloader img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.showit {
  background: #ffa60a;
  bottom: 100px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 0.8;
  padding: 10px 12px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.showit i{
    color: #fff;
}
.showit:hover{
    background: #333;
}
div.logo a img {
	width: 215px;
    height: 55px;
}
.tags_box a {
	border: 1px solid #ccc;
    padding: 1px 5px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 2;
    border-radius: 3px;
}

.tags_box {
    text-align: right;
    margin-bottom: 15px;
}
.tandis {
	display:block;
	    text-align: center;
    margin-top: 50px;
}
.tandisha {
	display:inline-block;
}
.tandisha img {
    width: 90px !important;
    margin: 0px 20px;
	transition:ease 0.5s;
	    box-shadow: 0px 21px 15px -19px #111;
}
.tandisha img:hover {
    transform: scale(1.1);
}

#bgan {
	width: 100%;
	height: auto;
	color: #000;
	background: linear-gradient(-45deg, #fff, #e6e6e6, #fff, #fff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.blImg {
    
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.sblogDec img {
    width: 100%;
    height: auto;
}
.pr_box {
    display: block;
    direction: rtl;
	margin-top: 25px;
}
.pr_box a {
    display: inline-block;
	background-color: #ffa60a;
	border-radius: 3px;
	margin: 0px 5px;
	padding:5px 10px;
	color:#fff !important;
	transition:ease 0.5s;
}
.pr_box a:hover {
    opacity:0.5;
	
}

.pr_cap {
    width: 635px;
    color: #b9b9b9;
    position: relative;
    margin: 0 auto;
    text-align: justify;
    margin-top: 30px;
    direction: rtl;
}
.pr_box_img {
    display: block;
    width: 100%;
	margin-top: 30px;
    color: #ababab;
}
.pr_img {
    display: inline-block;
	padding: 14px;

}
.pr_img img{
	width:60px;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s; /* Safari */
    transition: ease 0.8s;
	cursor:pointer;
	opacity: 0.3;
}
.pr_img img:hover{
	opacity: 1;
}
.cat_box_boby {
    text-align: justify;
	font-size: 11px;
}
h2.cat_box_title {
    margin: 15px 5px 10px 0;
    font-size: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
img.cat_box_img {
    width: 100%;
    height: 200px;
	border-radius: 3px;
}
.cat_box_res {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
	transition: ease 0.5s;
	min-height: 495px;
}
.cat_box_btn {
	position: absolute;
    bottom: 7px;
    background-color: #ffa60a;
    border-radius: 3px;
    padding: 0px 20px;
	transition: ease 0.6s;
}
.cat_box_btn a {
	color:#fff !important;
	transition: ease 0.6s;
}

.cat_box_res:hover {
	border:1px solid #000;
	
}

.cat_box_res:hover .cat_box_btn {
	background-color:#000;
	
}
	
@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right !important;
}


.productStage, .productImage, .overview
{
  float: left;
}

.overview h1, .overview h2, .overview h3
{
  padding: 0;
      text-align: right;
  margin: 0 0 10px 0;
}

.productStage
{
  background: #fff;
  width: 100%;
  margin-right: 20px;
}

.productImage
{
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.productImage span{
  float: right;
  padding-right: 30px;
}

span a{
  text-decoration: none;
}

.overview
{
	float: right;
    width: 50%;
    text-align: justify;
    padding: 0px 15px;
    direction: rtl;
}


.button
{
display: block;
color: #fff;
border-radius: 4px;
padding: 5px;
margin: auto;
margin-bottom: 10px;
text-decoration: none;
border-radius:3px;
text-align: center;
cursor: pointer;
}

.button a:hover
{
text-decoration: none;
}

.add{
  width: 150px;
  line-height: 2em;
  background: #59A80F;
}

.add:hover{
  background: #4B8E0D;
}

.wish{
  width: 150px;
  background: #45ADA8;
}

.wish:hover{
  background: #388B87;
}

.submit{
  background: #EAEAEA;
  color: #555;
  float: right;
  text-transform: uppercase;
  font: bold 10px Verdana;
}

.blueSubmit{
  background: #22697F;
  color: #fff;
  border: 1px solid #22697F;
}

.right{
  float: right;
}

.left{
  float: left;
}

.imageList { list-style: none; margin: 5px 0px 2px 0px; padding: 0; }
.imageList li { display: inline; padding: 0; margin: 0 2px;  }
.imageList a { text-decoration: none; }
.imageList img { border: 1px solid #D3D3D3; vertical-align: top; }

.prodSelect{
  width: 100%;
  border-radius: 4px;
  height: 2em;
  outline: none;
  margin-bottom: 15px;
}

.rating{
  color: #FC913A;
}

.info{
    float: right;
    width: 100%;
    text-align: right;
}

.info h3{
  background: #22697F;
  line-height: 36px;
  padding: 5px 0 5px 20px;
  border-radius: 4px;
  padding-right: 15px;
  color: #fff;
  text-shadow:1px 1px 3px rgba(0,0,0,0.5);
  font: 14pt iransans;
  text-transform: uppercase;
}

.description{
  display: inline-block;
  margin: 10px 0 20px 0;
  direction: rtl;
}

.specs{
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.specs li{
  padding: 0 0 5px 0;
}

.specs h5{
  display: inline;
  font: bold 10pt Verdana;
}


.product
{
width: 150px;
padding: 10px 0 0 10px;
display: inline-block;
text-align: center;
font-size: 11px;
line-height: 14px;
text-decoration: none;
margin-bottom: 20px;
overflow: hidden;
}

.product a{
  text-decoration: none;
}

.product a:hover{
  text-decoration: underline;
}

.product .smallBox
{
display: inline-block;
max-width: 92px;
max-height: 92px;
overflow: hidden;
}

.product span, .product div
{
display: block;
}

.soft
{
padding-left: 8px;
}

.hard
{
padding-left: 12px;
}

.slim
{
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  display: block;
}

.vtop
{
vertical-align: top;
}

.vbot
{
vertical-align: bottom;
}

.manuName
{
margin: 10px 0 5px 0;
font-weight: bold;
color: #464646;
}

.prodName
{
color: #464646;
margin: 0 0 5px 0;
}

.prodPrice
{
text-decoration: none;
}

.review{
  background: #E7F5FD;
  color: #555;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  float: left;
}

.review span{
  float: left;
}

.review:hover .vote{
  opacity: 1;
}

.vote{
  opacity: 0;
  float: right;
  font-weight: bold;
  padding: 15px 0 0 0;
}

span.title{
  text-align: left;
  font-weight: bold;
  padding: 0 0 10px 0;
}

span.author{
  text-align: right;
  float: left;
  padding: 15px 0 0 0;
}

.stars{
  padding: 10px 0;
  display: inline-block;
}

.botBorder{
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.folderTab {
background: #22697F;
text-shadow: 1px 1px 0 rgba(0,0,0, .8);
text-align: center;
color: #fff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #22697F;
}

.folderTab.sub{
  background: #5196A3;
  border: 1px solid #5196A3;
}

.folderTab h3{  
  margin: 0;
  padding: 5px 0 5px 20px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  letter-spacing: 1px;
  font: 10pt Verdana;
  line-height: 2em;
  max-width: 400px;
  text-transform: uppercase;
  text-align: left;
  float: left;
}

 .folderTab.sub h3{
   text-align: center;
   padding: 5px;
   float: none;
 }


.blueSubmit:hover{
  background: #184A5A;
  border: 1px solid #184A5A;
}
.productImage img {
	width: 100%;
    padding: 5px;
	height: 400px;
    margin: 0px;
    border: 1px solid #ccc;
}

.rating {
  display: inline-block;
  margin-top: 10px;
      margin-bottom: 10px;
}
.rating i {
  color: orange;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.rating i:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f006";
}
.rating.rated-1 i:nth-child(1):before {
  content: "\f005";
}
.rating.rated-2 i:nth-child(-n+2):before {
  content: "\f005";
}
.rating.rated-3 i:nth-child(-n+3):before {
  content: "\f005";
}
.rating.rated-4 i:nth-child(-n+4):before {
  content: "\f005";
}
.rating.rated-5 i:nth-child(-n+5):before {
  content: "\f005";
}
.prdetail {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.prtype{
	display:inline-block;
	width:35%;
	vertical-align: middle;
}
.prname{
	display:inline-block;
	width:60%;
	vertical-align: middle;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.prpricedet {
    background-color: #78a72f;    padding: 0px 15px;    color: #fff;    float: left;    font-size: 12px;    height: 22px;    line-height: 2;    border-radius: 3px;
}

.prpricedet:hover {
	background-color: #5e8029;
}

.carousel-wrap {
	margin: 25px auto;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 30px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.textanim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: 'iransans', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
}
.textanim__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}

.textanim__container__text:after, .textanim__container__text:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.textanim__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.textanim__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.textanim__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

.text_similar_title {
	    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#fff;
}

.owl-carousel .owl-item img {
    height: 150px;
}
.item {
    background-color: #22697f;
	transition:ease 0.5s;
    padding: 3px;
	
}
.item:hover {
    background-color: #ccc;
	color:#000;
}
.item:hover .text_similar_title {
	color:#000;
}
.color_box {
margin-top: 9px;
}

.color_box_white {
    background-color: white;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_red {
    background-color: red;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_green {
    background-color: green;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_kerem {
    background-color: #fffcb7;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_blue {
    background-color: blue;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_gray {
    background-color: gray;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_brown {
    background-color: brown;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.color_box_yellow {
    background-color: yellow;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #bbb;
	cursor: pointer;
	border: 1px solid #f3f3f3;
    border-radius: 3px;
}
.rate_star_num {
	margin-right: 30px;
    display: inline-block;
}

.pdt-80 {
  padding-top: 10px;
}

.pdb-80 {
  padding-bottom: 30px;
}

.checkbox {
  padding-left: 20px;
  margin-bottom: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.4;
  padding-left: 5px;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  font-family: "Ionicons";
  left: 0;
  margin-left: -20px;
  border: 1px solid #ececec;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  left: 0;
  top: 0;
  font-family: "Ionicons";
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 28px;
  color: #444;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Ionicons";
  content: "";
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  cursor: not-allowed;
  color: #c4c4c4;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  opacity: 0.5;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.checkbox.checkbox-circle label::after {
  font-size: 22px;
  margin-left: -18px;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  margin-left: 0rem;
  margin-right: 0.75rem;
}
.checkbox.checkbox-inline + .checkbox-inline {
  margin-right: 0.75rem;
  margin-left: 0rem;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #2196F3;
  border-color: #2196F3;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked:disabled,
.checkbox-primary input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked:disabled + label,
.checkbox-primary input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked:disabled + label:before,
.checkbox-primary input[type="radio"]:checked:disabled + label:before {
  background-color: #2196F3;
  border-color: #2196F3;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before,
.checkbox-secondary input[type="radio"]:checked + label::before {
  background-color: #323a45;
  border-color: #323a45;
}
.checkbox-secondary input[type="checkbox"]:checked + label::after,
.checkbox-secondary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked:disabled,
.checkbox-secondary input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-secondary input[type="checkbox"]:checked:disabled + label,
.checkbox-secondary input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-secondary input[type="checkbox"]:checked:disabled + label:before,
.checkbox-secondary input[type="radio"]:checked:disabled + label:before {
  background-color: #323a45;
  border-color: #323a45;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ef1c1c;
  border-color: #ef1c1c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked:disabled,
.checkbox-danger input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-danger input[type="checkbox"]:checked:disabled + label,
.checkbox-danger input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-danger input[type="checkbox"]:checked:disabled + label:before,
.checkbox-danger input[type="radio"]:checked:disabled + label:before {
  background-color: #ef1c1c;
  border-color: #ef1c1c;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked:disabled,
.checkbox-info input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-info input[type="checkbox"]:checked:disabled + label,
.checkbox-info input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-info input[type="checkbox"]:checked:disabled + label:before,
.checkbox-info input[type="radio"]:checked:disabled + label:before {
  background-color: #29B6F6;
  border-color: #29B6F6;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #FFD600;
  border-color: #FFD600;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked:disabled,
.checkbox-warning input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-warning input[type="checkbox"]:checked:disabled + label,
.checkbox-warning input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-warning input[type="checkbox"]:checked:disabled + label:before,
.checkbox-warning input[type="radio"]:checked:disabled + label:before {
  background-color: #FFD600;
  border-color: #FFD600;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #7EC855;
  border-color: #7EC855;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked:disabled,
.checkbox-success input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-success input[type="checkbox"]:checked:disabled + label,
.checkbox-success input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-success input[type="checkbox"]:checked:disabled + label:before,
.checkbox-success input[type="radio"]:checked:disabled + label:before {
  background-color: #7EC855;
  border-color: #7EC855;
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: 0rem;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Ionicons";
  content: "";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.select-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.select-group:before {
  font-family: 'Ionicons';
  content: "\f3d0";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.select-group select.form-control {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.uimax-block-section-26 .product-list {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.uimax-block-section-26 .product-list:before {
  display: table;
  content: "";
}
.uimax-block-section-26 .product-list:after {
  content: "";
  display: table;
  clear: both;
}
.uimax-block-section-26 .product-list .item11 {
  /* position: relative; */
  /* width: 33.33333333333333%; */
  /* padding-left: 15px; */
  /* padding-right: 15px; */
	direction: rtl;
	margin-bottom: 20px;
  /* margin-bottom: 30px; */
  /* float: left; */
}
.uimax-block-section-26 .product-list .product-item {
  position: relative;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  padding:5px;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .inner .pic {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 15px;
  z-index: 5;
  line-height: 0;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick {
  display: inline-block;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border: 1px solid #ececec;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick.active {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.uimax-block-section-26 .product-list .product-item .product-desc {
  padding: 0px 10px;
  text-align: right;
  margin-top: 10px;
}
.uimax-block-section-26 .product-list .product-item .product-desc .name {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500;
  color: #323a45;
  font-family: 'iransans', serif;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.uimax-block-section-26 .product-list .product-item .product-desc .name a {
  color: #323a45;
}
.uimax-block-section-26 .product-list .product-item .product-desc .name a:hover {
  color: #2196F3;
}
.uimax-block-section-26 .product-list .product-item .product-desc .price {
  display: inline-block;
  font-weight: 700;
  color: #ef1c1c;
  margin-right: 10px;
}
.uimax-block-section-26 .product-list .product-item .product-desc .old-price {
  display: inline-block;
  color: #475363;
  text-decoration: line-through;
}
.uimax-block-section-26 .product-list .product-item .sale {
  background: #ef1c1c;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px 0 0 2px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.uimax-block-section-26 .product-list .product-item .sale:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 6px;
  border-color: transparent transparent transparent #ef1c1c;
}
.uimax-block-section-26 .product-list .product-item .btn-add-cart {
  display: inline-block;
  font-size: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
  background: #FFF;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #323a45;
  color: #323a45;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.uimax-block-section-26 .product-list .product-item .btn-add-cart:before {
  content: "\f3f8";
  font-family: "Ionicons";
  font-size: 18px;
}
.uimax-block-section-26 .product-list .product-item .btn-add-cart:hover, .uimax-block-section-26 .product-list .product-item .btn-add-cart.active {
  border-color: #2196F3;
  color: #2196F3;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist {
  display: inline-block;
  font-size: 0px;
  width: 30px;
  height: 30px;
  background: #FFF;
  padding: 0px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 60px;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #323a45;
  color: #323a45;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist:before {
  content: "\f443";
  font-family: "Ionicons";
  font-size: 18px;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist:hover, .uimax-block-section-26 .product-list .product-item .btn-wishlist.active {
  color: #ef1c1c;
  border-color: #ef1c1c;
}
.uimax-block-section-26 .product-list .product-item:hover .pic-wrapper .inner {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.uimax-block-section-26 .product-list .product-item:hover .btn-add-cart,
.uimax-block-section-26 .product-list .product-item:hover .btn-wishlist {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
}
.uimax-block-section-26 .form-search {
  position: relative;
  margin-bottom: 15px;
}
.uimax-block-section-26 .form-search .form-control {
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-right: 35px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.uimax-block-section-26 .form-search .btn-search {
  padding: 0px;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
  background: transparent;
  color: #323a45;
}
.uimax-block-section-26 .form-search .btn-search:hover {
  color: #2196F3;
}
.uimax-block-section-26 .categories-list .list {
  margin-bottom: 0px;
}
.uimax-block-section-26 .categories-list .list > li > a {
  display: block;
  /* padding: 5px 0; */
  color: #323a45;
  border-bottom: 1px solid #fdfdfd;
}
.uimax-block-section-26 .categories-list .list > li > a:hover {
  color: #2196F3;
}
.uimax-block-section-26 .product-filter .block {
  margin-bottom: 40px;
  direction: rtl;
}
.uimax-block-section-26 .product-filter .block > .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #323a45;

}
.uimax-block-section-26 .product-filter .block + .block > .title {
  padding: 5px 0 5px;
  border-top: 1px solid #ececec;
}
.uimax-block-section-26 .color-list {
  display: block;
  text-align: left;
}
.uimax-block-section-26 .color-list > a.color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #2196F3;
}
.uimax-block-section-26 .color-list > a.color:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.uimax-block-section-26 .color-list > a.color.active {
  -webkit-box-shadow: 0px 0px 0px 2px #666666;
  -moz-box-shadow: 0px 0px 0px 2px #666666;
  box-shadow: 0px 0px 0px 2px #666666;
}
.uimax-block-section-26 .uimax-sidebar {
  background: #FFF;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
}
.sale a {
	color:#fff !important;
}
.all_product_d {
	padding-top:20px;
}
.all_product_btn {
    text-align: center;
    position: relative;
    margin: 0 auto;
    left: 41%;
    background-color: #ffa60a;
    border-radius: 5px;
    padding: 12px 34px;
    color: #000;
	transition:ease 0.5s;
}
.all_product_btn:hover {
    background-color: #ec9a04;
    color: #ffffff;
}

.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
}
.responstable tr {
  border: 1px solid #D9E4E6;
  font-size: 12px;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;

}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: right;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }
}
.ppric {
    color: #ffa60a;
    font-size: 12px;
}
.liral {
	display: inline-grid;
    font-size: 10px;
    text-align: center;
    padding: 3px;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}
#polina h1 {
	color: #ffa60a;
    text-align: center;
}
#polina p {
	text-align: justify;
    font-size: 16px;
    direction: rtl;
    margin-bottom: 50px;
    font-family: iransans;
}
.video_filter {
	position: relative;
    /* top: 0px; */
    /* margin-top: -648px; */
    background-image: url(http://mihanpanel.com/theme/shadow/video/bs-overlay.png);
    height: 650px;
    text-align: center;
    /* width: 100%; */
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
  font-family: iransans;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}
.news {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
    z-index: 999999;
    max-height: 40px;
    padding: 5px 0px;
  
}
.news-ban {
    position: absolute;
    padding: 0px;
    width: 150px;
    background-color: #bd2a2a;
    color: #fff;
    z-index: 999999999999;
	height: 40px;
}
.news-ban p {
    margin-top: 5px;
}
.news a {
	color:#000;
	display:inline-block;
	color: #000;
    display: inline-block;
    margin-left: 15px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
	font-family:iransans;
	font-size: 12px;
	direction: rtl;
}
#IranMap{display:block;position:relative;direction:rtl;text-align:right;padding:0;font-family:iransans;font-size:11px;width:90%;margin:50px auto}#IranMap .show-title{display:none;position:absolute;background-color:#333;color:#fff;margin:0!important;padding:0 5px;text-align:center;line-height:26px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;opacity:.8}#IranMap .map{display:block;float:left;width:100%;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#IranMap .map svg{height:500px;width:500px}#IranMap .map .border path,#IranMap .map .island path{fill:#fff}#IranMap .map .province path{fill:#999}#IranMap .map .sea path,#IranMap .map .lake path{fill:#6caed8}#IranMap .map .province path:hover,#IranMap .map .island path:hover,#IranMap .map .province path.hover,#IranMap .map .island path.hover{fill:#c33a2c!important;cursor:pointer}#IranMap .list{display:block;float:right;width:100%}#IranMap .list ul{padding:0}#IranMap .list>ul{margin-left:10px}#IranMap .list li{list-style:none}#IranMap .list span{background:#242424;color:#ecf0f1;display:block;margin:0 2px;padding:0 8px;line-height:26px;margin-top:10px;margin-bottom:2px}#IranMap .list li ul li{display:block;float:right;width:25%}#IranMap .list li ul li a{background:#34495e;color:#ecf0f1;display:block;padding:0 8px;line-height:26px;margin:2px 2px;text-decoration:none}#IranMap .list li ul li a:hover,#IranMap .list li ul li a.hover{background:#c33a2c}#IranMap .list ul:before,#IranMap .list ul:after{display:table;content:" "}#IranMap .list ul,#IranMap .list ul:after{clear:both}#IranMap .city{clear:both;padding:10px 0}@media(max-width:930px){#IranMap .list{width:100%}}@media(max-width:745px){#IranMap .list li ul li{width:50%}}@media(max-width:515px){#IranMap .list,#IranMap .map{width:100%}#IranMap .list li ul li{width:33.33333333333333%}#IranMap .list li ul li a{font-size:10px!important}}@media(max-width:515px){#IranMap .list li ul li{width:50%}}@media(max-width:250px){#IranMap .list li ul li{width:100%}}


.toggler {
  color: #A1A1A4;
  font-size: 1.25em;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
.toggler.active {
  color: #000;
}

.surveys {
  list-style: none;
  margin: 0;
  padding: 0;
}

.survey-item {
      display: block;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: white;
    box-shadow: 0 2px 1px rgba(170, 170, 170, 0.62);
}

.survey-name {
  font-weight: 400;
}

.list .survey-item {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
}
.list .survey-item .pull-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .list .survey-item .stage:not(.active) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .list .survey-item .survey-progress-bg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .list .survey-item .pull-right {
    position: static;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
.list .survey-country,
.list .survey-progress,
.list .survey-completes,
.list .survey-end-date {
  color: #A1A1A4;
}
.list .survey-country,
.list .survey-completes,
.list .survey-end-date,
.list .survey-name,
.list .survey-stage {
  margin: 0 10px;
}
.list .survey-country {
  margin-right: 0;
}
.list .survey-end-date,
.list .survey-completes,
.list .survey-country,
.list .survey-name {
  vertical-align: middle;
}
.list .survey-end-date {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}

.survey-stage .stage {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin: 0 2px;
  background: #f2f2f2;
  text-indent: -9999px;
  color: transparent;
  line-height: 16px;
}
.survey-stage .stage.active {
  background: #ffa60a;
}

.list .list-only {
  display: auto;
}
.list .grid-only {
  display: none !important;
}

.grid .grid-only {
  display: auto;
}
.grid .list-only {
  display: none !important;
}

.grid .survey-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 200px;
  width:30%;
  margin: 10px;
}
@media screen and (max-width: 600px) {
  .grid .survey-item {
    display: block;
    width: auto;
    height: 150px;
    margin: 10px auto;
  }
}
.grid .survey-name {
  display: block;
  max-width: 80%;
  font-size: 16px;
  line-height: 20px;
}
.grid .survey-country {
  font-size: 11px;
  line-height: 16px;
      float: right;
  text-transform: uppercase;
}
.grid .survey-country,
.grid .survey-end-date {
  color: #A1A1A4;
}

.grid .survey-progress {
  display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 3px;
}
.grid .survey-progress-bg {
  width: 40%;
  display: block;
}
@media screen and (max-width: 200px) {
  .grid .survey-progress-bg {
    display: none;
  }
}
.grid .survey-progress-labels {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}
@media screen and (max-width: 200px) {
  .grid .survey-progress-labels {
    right: auto;
    left: 10px;
  }
}
.grid .survey-progress-label {
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
}
.grid .survey-completes {
  line-height: 21px;
  font-size: 13px;
  vertical-align: middle;
}
.grid .survey-stage {
  position: absolute;
  top: 20px;
  left: 20px;
}
.grid .survey-stage .stage {
  display: none;
}
.grid .survey-stage .active {
  display: block;
}
.grid .survey-end-date {
      font-size: 10px;
    display: inline-block;
}

.survey-progress-label {
  vertical-align: middle;
  margin: 0 10px;
  color: #8DC63F;
}

.survey-progress-bg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #eee;
}

.survey-progress-fg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  background: #8DC63F;
}
.bread a {
	color:#808080;
}
ol.blue-circle li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #0303F7;
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 5px 10px;
    line-height: 23px;
    width: 20px;
    height: 20px;
}
ol.blue-circle {
    counter-reset: myCounter;
    list-style-type: none;
}
ol.blue-circle li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.bread {
    direction: rtl;
}

/* --- share --- */

.share_box {
	display: inline-block;
	-ms-transform: translate(-0%,-0%);
	-webkit-transform: translate(-0%,-0%);
	transform: translate(0%,0%);
	margin-bottom: 10px;
}

/* Icons */

.share_box a {
  color:#fff;
  background: #1b2a47;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
  padding-top:0px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.share_box a:hover {
  background: #ffa60a;
}

/* pop-up text */

.share_box a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.share_box a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.share_box a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

.share_box a:nth-of-type(1):before {
content:'\f09a';
}
.share_box a:nth-of-type(2):before {
content:'\f099';
}
.share_box a:nth-of-type(3):before {
content:'\f0d5';
}
.share_box a:nth-of-type(4):before {
content:'\f1e0';
}
.share_box a:nth-of-type(5):before {
content:'\f064 ';
}

.comp_bord {
    padding: 15px;
    border: 1px solid #bdbdbd;
    margin-top: 30px;
    background-color: #fbfbfb;
    border-radius: 5px;
}
.comp_img img {
	    border-radius: 5px;
    margin: 10px 0px;
	animation: pulse 1s ease infinite;
}
.comp_txt h4 {
	margin-bottom: 0px;
}
.comp_txt h6 {
	font-size: 12px;
    /* background-color: white; */
    color: #000;
}


/*Button Two*/
.button-two {
     border-radius: 4px;
    background-color: #d35400;
    border: none;
    padding: 0px;
    width:32%;
    transition: all 0.5s;
	color:#fff !important;
}


.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
.img-box {
	width: 100%;
    height: 110px;
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1), 0 0px 1px rgba(0,0,0,0.3);
    position: relative;
	margin-bottom: 8px;
	pointer:cursor;
}
.img {
	background-image: url('http://www.depopanel.com/images/blog/banner/wall-panel2.jpg');
	background-repeat: no-repeat;
	background-color:#c1c1c1;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: 99.94%;
	position: absolute;
	transition: all .4s ease;
}

.img.active {
	opacity:0.4;
	transition: all .4s ease;
}

.headline {
	width: 50%;
	height: 50%;
	position: absolute;
	-webkit-transform: translate(210%, 0px);
	transform: translate(210%, 0px);
	transition: all .4s ease;
}

.headline.active {
	-webkit-transform: translate(0%, 0px);
	transform: translate(0%, 0px);
	transition: all .4s ease;
}

.headline h2 {
	    font-weight: 300;
    color: #333;
    font-size: 1em;
    padding: 5px;
    width: 100%;
}

.text {
	width: 100%;
	height: 50%;
	/* background-color: #ECECEC; */
	display: block;
	margin-top: 100%;
	transition: all .4s ease;
}

.text.active {
	margin-top: 0%;
	transition: all .4s ease;
}

.text p {
	font-weight: 400;
    color: #333;
    font-size: 0.8em;
    width: 100%;
    line-height: 1.8;
    margin: 30px 10px 10px 5px;
}

.text a {
	    text-decoration: none;
    font-weight: 700;
    margin-left: 20px;
    float: left;
    color: #444;
}


.bangool ul {
	width: 969px;
	margin: 100px auto;	

}

.bangool ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	width: 320px;
	margin-bottom: 50px;
}
