
.body-innerwrapper {
    display: inherit!important;
}

.imdbg {
	height: 300px;
	background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-image:url("/images/mainpage/background.jpg")!important;
}

.sp-page-builder .page-content #section-id-1539879404558 {
	background-attachment:fixed;!important;
	 background-size: cover;
	background-image:url("/images/mainpage/background.jpg") !important;
}

.imageopac {
  opacity: .55;
  transition: 0.7s;
	-webkit-transition: 0.7s;
}


.imageopac:hover {opacity: 1}


.sppb-addon-gallery li:hover img {
    opacity: .6 !important;
}
	
	
.ceocontainer {
    position: relative;
    text-align: center;
    color: white;
}


.ceocentered {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.view {
   width: 269px;
   height: 269px;
   margin: 5px;
   float: left;
   border: 2px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #c6c6c6;
   -moz-box-shadow: 1px 1px 2px #c6c6c6;
   box-shadow: 1px 1px 2px #c6c6c6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 269px;
   height: 269px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(50,115,220, 0.6);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/*
آماده سازی اورلی ساده برای تصاویر محصولات
*/



.ovcontainer {
background-color:#44aae4;
    position: relative;
    width: 100%;
}

.ovimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.ovmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.ovcontainer:hover .ovimage {
  opacity: 0.3;
}

.ovcontainer:hover .ovmiddle {
  opacity: 1;
}

.ovtext {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*
پایان اورلی ساده برای تصاویر محصولات
*/

.headerlogo {
 position: relative;
    left: 0px;
    top: -75px;
   
}


/*
پایان اورلی ساده برای تصاویر محصولات
*/



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {  

.sp-page-builder .page-content .noparallax {

    background-attachment: unset !important;

    background-position: center top !important; }

}




@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {   

.sp-page-builder .page-content .noparallax {

    background-attachment: unset !important;

    background-position: center top !important; }

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 

.sp-page-builder .page-content .noparallax {

    background-attachment: unset !important;

    background-position: center top !important; }

}


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

.sp-page-builder .page-content .noparallax {

    background-attachment: unset !important;

    background-position: center top !important; }

}

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

.sp-page-builder .page-content .noparallax {

    background-attachment: unset !important;

    background-position: center top !important; }

}

.centext 
{
text-align:center;
   
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 991px) {  
 #panevis
	{
    color:green;
		width: 50%;
	float: right;
	}
}

