                                    
        ontainer_wrapper {
    overflow: hidden;
}
@font-face {
  font-family: 'IRANSansWeb_FaNum';
  src: url("/Content/fonts/IRANSansWeb(FaNum)/IRANSansWeb(FaNum).eot"), url("/Content/fonts/IRANSansWeb(FaNum)/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("/Content/fonts/IRANSansWeb(FaNum)/IRANSansWeb(FaNum).woff2") format("woff2"), url("/Content/fonts/IRANSansWeb(FaNum)/IRANSansWeb(FaNum).woff") format("woff"), url("/Content/fonts/IRANSansWeb(FaNum)/IRANSansWeb(FaNum).ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal; }

 body {
    margin: 0;
    font-family:'IRANSansWeb_FaNum';
    direction: rtl;
    overflow-x: hidden;
    transition: all .3s ease-in-out;
    right: 0;
    text-transform:capitalize;
    position: relative;

}
ul{
    list-style-type: none;
}
* {
    margin: 0px;
    padding: 7;
    outline: none;
    border: none;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    color:inherit;
}
div#container_wrapper {
    min-height: 400px;
    /* margin-top: 103px !important; */
}

     #loading-img {
    text-align: center;
    padding-top: 300px;
    width: 100%;
    direction: rtl;
    height: 100%;
    z-index: 10000;
    background-color: rgba(107,107,107,.31);
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 300px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    #loading-img > div {
        z-index: 1000;
        position: relative;
        width: 0px;
        height: 32px;
        border-radius: 13px;
        margin: 0 auto;
        background-color: #FFF;
        padding: 14px 38px;
        border: none;
        color: white;
        font-size: 17px;
     
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.span_loaddingImg {
    height: 100px;
    position: absolute;
    right: -23px;
    background: url(/Content/base/dynamic/shopping519/loading-2.gif);
    width: 79px;
    background-repeat: no-repeat;
}

div#container_wrapper, div#container, div#mainContent, .textContent, .resizable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    height: auto !important;
    position: relative;
}
.resizable {
    background: white;
    width: 100%;
}
.col-lg-1 {
    width: 100%;
}

.col-lg-2 {
    width: 50%;
}

.col-lg-3 {
    width: 33.333333%;
}

.col-lg-4 {
    width: 25%;
}

.col-lg-5 {
    width: 20%;
}

.col-lg-6 {
    width: 16.666666%;
}

.col-lg-7 {
    width: 14.28%;
}

.col-lg-8 {
    width: 12.5%;
}

.col-lg-9 {
    width: 11.111111%;
}

.col-lg-10 {
    width: 10%;
}
/* ###########------- START ---------############ */

/* -- */
#headerContainer
{
  width:100%;
  background-color:whitesmoke;
}
#mainNavigation li
{
  display:inline-block;
  padding: 22px 0;
  margin-left: 18px;
  position:  relative;
  color: #888888;
  transition: all .5s;
}
#mainNavigation li:after
{
  content:"";
  width: 120%;
  height:30px;
  display:inline-block;
  position:absolute;
  top: 78%;
}
#mainNavigation li a 
{
  position:relative;
}
#mainNavigation li a.arrow
{
  margin-right:5px
}
#mainNavigation li a.arrow:before
{
  content:"";
  width: 3px;
  position: absolute;
  height: 3px;
  border: 2px solid red;
  border-color: transparent transparent #888888 #888888;
  transform: rotate(-45deg);
  right: -10px;
  bottom: 10px;
}
#mainNavigation 
{
  max-width:1200px;
  width:90%;
  margin:0 auto;
  padding:0;
  text-align:right;
  padding: 0;
}div#layout-logo
{
  height: 75px;
  width: 139px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image: url(/Content/base/dynamic/shopping867/img/93288.jpg);
  display:inline-block;
  /* top:50%; */
  position:absolute;
  left:0;
}
#layout-header-top
{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  max-width:1200px;
  width:90%;

}

.subSecondNavigation
{
  position:absolute;
  top: 68px;
  right: -14px;
  min-width: 180px;
  padding: 10px 20px;
  text-align:center;
  background-color: #f5f5f5;
  color:white;
  /* border-top-right-radius: 10px; */
  border-radius: 5px;
  z-index: 1;
  -webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-align: right;
}
#mainNavigation .subSecondNavigation > li
{
  padding: 4px 0;
}
#mainNavigation li:hover, #mainNavigation li a.selected
{
   color: #485cc7;
}
#mainNavigation .subSecondNavigation > li:hover
{
  margin-right: 9px;
}
#mainNavigation .subSecondNavigation > li:hover:before
{
  content:"";
  width: 3px;
  height: 3px;
  border: 2px solid #485cc7;
  border-color: #485cc7 transparent transparent #485cc7;
  position:absolute;
  /* top:0; */
  bottom: 11px;
  right: -12px;
  transform: rotate(-45deg);
}
/* -- */

h4[data-title="Slideshow Location"]
{
    position:absolute;
    font-size:30px;
    text-shadow:0px 0px 2px whitesmoke;
    text-transform:capitalize;
    right:30px;
    top:20px;
    color:#a29e9e;
    opacity:0.4;
    animation-name:soon;
    animation-duration:2s;
    animation-iteration-count:infinite;
}
@keyframes soon
{
  0%
  {
    opacity:0.4;
  }
  50%{
    opacity:1;
  }
  100%
  {
    opacity:0.4;
  }
}
@keyframes subsn
{
    from
    {
        line-height:5px;
    }
    to{
        line-height:20px;

    }
}


@keyframes bd
{
  0%
  {
    width:90px;
  }

  100%
  {
    width:100%;
  }
}
        /* slide show*/
.resizable[data-tmplname="slideshow"] {
    height: 0 !important;
    overflow: hidden;
    padding-bottom: 41%;
    position: relative;
}


    .resizable[data-tmplname="slideshow"] .frontpage-gallery {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }

        .resizable[data-tmplname="slideshow"] .frontpage-gallery div {
            width: 100% !important;
            height: 100% !important;
        }

.resizable[data-tmplname="slideshow"] .frontpage-gallery div img{
    width: 100%;
}




.slidesjs-control {
    height: auto !important;
}

    .slidesjs-control img {
        width: 100%;
    }


.resizable[data-tmplname="slideshow"] .slidesjs-previous, .resizable[data-tmplname="slideshow"] .slidesjs-next {
    background: url('/Content/base/dynamic/shopping512/picCarouselArrows3.svg') no-repeat;
    -webkit-transition: all .6s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: all .6s cubic-bezier(0.23,1,0.32,1);
    -o-transition: all .6s cubic-bezier(0.23,1,0.32,1);
    transition: all .6s cubic-bezier(0.23,1,0.32,1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* margin-top: -141px; */
    z-index: 999;
    width: 29px;
    height: 53px;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.resizable[data-tmplname="slideshow"] .slidesjs-previous {
    background-position: left top;
    left: 7%;
}

.resizable[data-tmplname="slideshow"] .slidesjs-next {
    background-position: left bottom;
    right: 7%;
    /* top: 50%; */
}

.resizable[data-tmplname="slideshow"] .frontpage-gallery .slides-front > div {
 
position: absolute;
 
top: 0;
 
right: 0;
 
width: 100%;
 
height: 100%;
 
-webkit-animation: slideFadeOut linear .5s both;
 
animation: slideFadeOut linear .5s both;
}
.resizable[data-tmplname="slideshow"] .frontpage-gallery .slides-front > div.active {

-webkit-animation: slideFadeIn linear .5s both;

animation: slideFadeIn linear .5s both;
}




@-webkit-keyframes slideFadeOut {
   from{
 opacity:1;
   }
   to
   {
       opacity:0;
   }
}
@keyframes slideFadeOut {
    from{
 opacity:1;
   }
   to
   {
       opacity:0;
   }
}

@-webkit-keyframes slideFadeIn {
   from{
 opacity:0;
   }
   to
   {
       opacity:1;
   }
}

@keyframes slideFadeIn {
    from{
 opacity:0;
   }
   to
   {
       opacity:1;
   }
}
section[data-boxstyle="tabStyle1"]
{
  width:100% !important;
  height:350px !important;
  background-color: #485cc7;
  text-align:center;
  color:white;
}
section[data-boxstyle="tabStyle1"] p
{
  max-width: 250px;
  min-height:60px;
  font-size:14px;
  margin-top:15px !important;
  line-height:20px;
  margin:auto;
}

section[data-boxstyle="tabStyle1"] .blurbs
{
  /* height:320px; */
  height:  auto;
  width: 90% !important;
  max-width: 1200px;
  margin:0 auto;
}

section[data-boxstyle="tabStyle1"] .catblurb
{
  float:right;
  margin-top:70px;
}

section[data-boxstyle="tabStyle1"] h4
{
  display:none;
}

section[data-boxstyle="tabStyle1"] .catblurb > img
{
 
  max-width:90px;
  max-height:90px;
}

div.slideShowContent
{
  position:absolute;
  top:0;
  right:0px;
  color:white;
  background-color:#4e4b4b0f;
  text-align:center;
  padding-top: 13%;
}

div.slideShowContent>h2
{
  font-size:40px;
  width: 600px;
  margin:auto;
}
div.slideShowContent>h2::after
{
 content:"";
 display:block;
 height:3.5px;
 width:14%;
 background-color:white;
 margin:auto;
 margin-top:20px;
 margin-bottom:30px;
 border:transparent 10px;
 border-radius:10px;
}
div.slideShowContent>p
{
 font-size:14px;
 width: 350px;
 margin:auto;
}

@keyframes slide
{
  from
  {
    transform:translateX(0px)   
  }
  to{
    transform:translateX(-5%)

  }

}
a[href="http://haftsetare.com"]
{
  display:none;
}

@keyframes underline2
{
  from
  {
   width:12px; 
  }
  to
  {
    width:100%;
  }
}

/* --------------------------PIC 1 START-------------------------------   */
section[data-boxstyle="pic1"] img
{
  width: 100%;
  height: 378px;
  position:  relative;
}        
section[data-boxstyle="pic1"]
{
  background:none;
  clear:both;
  height: 378px !important;
}

section[data-boxstyle="pic1"]::before
{
  content: "";
  display:inline-block;
  position:absolute;
  left:0;
  width:100%;
  height: 100%;
  z-index:1;
  background-color: #00000040;
}
section[data-boxstyle="pic1"] > h3
{
  margin:0 auto;
  margin-top:70px;
  display:block !important;
  position:absolute;
  width: 469px;
  left: 0;
  right:  0;
  text-align:center;
  color:whitesmoke;
  font-size: 40px;
  z-index: 2;
}

section[data-boxstyle="pic1"] >h3::first-line
{
  font-size:25px;
  font-weight:100;
}

@keyframes bg
{
  from
  {
    background-color:transparent;
  }
  to{
    background-color:#0506813d;
}
}
section[data-boxstyle="pic1"] > h3::after
{
content:"";
display:block;
height: 4px;
border:  transparent 10px;
border-radius:30px;
background-color:whitesmoke;
width: 100px;
margin: 25px auto;
}

/* |--> THIS BUTTON CREATED WITH JAVASCRIPT  <--| */
button.pic1-btn
{
  position:absolute;
  bottom: 0;
  left:  0;
  right:  0;
  width:  190px;
  margin: 80px auto;
  height: 48px;
  border:transparent solid 10px;
  border-radius:5px;
  background-color:#485cc7;
  color:white;
  font-size:19px;
  font-family:'IRANSansWeb_FaNum';
  transition:background-color 1s;
  text-align:center;
  z-index:  2;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  display: none;
}

.pic1-btn:hover
{
  background-color:black;

}
/* |--> THIS BUTTON CREATED WITH JAVASCRIPT  <--| */

/* --------------------------PIC 1 END---------------------------------- */

/* ---------------------TAB STYLE 3 START------------------------------- */
section[data-boxstyle="tabStyle3"] 
{
  width: 100%;
  text-align:center;
  background-color: #ececec;
  padding: 70px 0;
}

section[data-boxstyle="tabStyle3"] .catblurb
{
 
display: inline-block!important;
 
width: 31%;
 
padding: 5% 3%;
 
border: solid 0.5px rgba(0, 0, 0, 0.14);
 
box-shadow: 0px 0px 0.1px 0px rgba(0, 0, 0, 0.2);
 
transition:all 0.3s;
 
height: 330px;
 
margin-left: 3.2%;
 
margin-bottom: 3.2%;
 
overflow:  hidden;
}
section[data-boxstyle="tabStyle3"] .catblurb:hover img 
{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
section[data-boxstyle="tabStyle3"] .catblurb:hover .catblurb-info p
{
  color:#fff;
}
section[data-boxstyle="tabStyle3"] .catblurb:nth-child(3n +3)
{
  margin-left:0;
}

section[data-boxstyle="tabStyle3"] .catblurb:hover
{
  background-color: #485cc7;
  color: #fff;
  box-shadow: 0px 0px 4px 0px #00000033;
}

section[data-boxstyle="tabStyle3"] h3
{
  display:none;
}
section[data-boxstyle="tabStyle3"] .blurbs
{
  width: 90%;
  max-width: 1222px;
  /* height: 852px; */
  margin-top: 61px;
  margin:0 auto;
  padding: 0px;
  position:relative;
  display: block;
  font-size: 0;
}
section[data-boxstyle="tabStyle3"] .catblurb-info
{
  margin-top:20px;
}

section[data-boxstyle="tabStyle3"] p
{
  font-size:14px;
  color: #00000087;
  line-height:20px;
  margin: 0 auto;
  text-align:justify;
  text-align-last:center;
  margin-top:20px;
  overflow:hidden;
  width: 100%;
  text-overflow:clip;
}
section[data-boxstyle="tabStyle3"] .catblurb-info h4
{
  font-size:17px
}

section[data-boxstyle="tabStyle3"] > h4
{
  font-size: 17px;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}


/* ---------------------TABTAB STYLE 3 END---------------------------------- */

/*  ---------------------TAB STYLE 2 START------------------------------- */
    section[data-boxstyle="tabStyle2"] 
    {
      width:100%;
      padding: 100px 0;
    }
    section[data-boxstyle="tabStyle2"] .blurbs
    {
      width: 90%;
      max-width: 1200px;
      margin:0 auto;
      font-size: 0;
    }
    section[data-boxstyle="tabStyle2"] .catblurb:first-child
    {
      vertical-align: top;
      padding-left: 4%;
      width: 33%;
    }
    section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2)
    {
      overflow:  hidden;
      /* float:left; */
      /* width: 30.3%; */
      /* margin-right: 3%; */
    }
    section[data-boxstyle="tabStyle2"] .catblurb:nth-child(3n+3)
    {
      margin-left:0;
    }
    section[data-boxstyle="tabStyle2"] .catblurb
    {
      /* float:right; */
      width: 29.9%;
      margin-left: 3.5%;
      display: inline-block;
      position:relative;
      margin-bottom: 25px !important;
    }
    section[data-boxstyle="tabStyle2"] img
    {
      width: 100%;
}
section[data-boxstyle="tabStyle2"] .catblurb:first-child p
{
  text-align:justify;
  font-size:14px;
  line-height: 25px;
  overflow:hidden;
  color: #00000078;
  text-overflow:  clip;
  word-wrap:  break-word;
  padding: 35px 0;
}
section[data-boxstyle="tabStyle2"] .catblurb:first-child h4::after
{
  content:"";
  height:3px;
  width:30%;
  background-color: #485bc7;
  display:block;
  margin-top:20px;
}
section[data-boxstyle="tabStyle2"] h4
{
  text-align:justify;
  font-size: 20px;
}
section[data-boxstyle="tabStyle2"] h3
{
  display:none;
}

section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2) .catblurb-info
{
  position:absolute;
  bottom: 0;
  width:100%;
  height: 100%;
  /* padding-top:  10px; */
  color:#ffffffb8;
  background-color:rgba(56,56,56,0.6);
  overflow:hidden;
  animation-name:showstart;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-timing-function:cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
@keyframes showstart
{
  0%
  {
    height:100%;
  }
  100%
  {
    height:0;
    visibility:hidden
  }
}
@keyframes show
{
  0%
  {
    visibility:hidden;
    height:0;
  }
  30%
  {
    visibility:visible;
    height:20%;
  }
  100%
  {
    height:100%;
  }
}
section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2):hover .catblurb-info
{
  animation-name:show;
  animation-duration:0.3s;
  animation-fill-mode:forwards;
  animation-timing-function:cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* |--> THIS BUTTON CREATED WITH JAVASCRIPT<--| */
button.tab2-btn
{
  width:  70%;
  padding: 10p;
  margin-bottom:0;
  height: 48px;
  border:transparent solid 10px;
  border-radius:5px;
  background-color:#485cc7;
  color:white;
  font-size:19px;
  font-family:'IRANSansWeb_FaNum';
  transition:background-color 1s;
  text-align:center;
  z-index:  2;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  display: none;
}
button.tab2-btn:hover
{
  background-color:black;
}
/* |--> THIS BUTTON CREATED WITH JAVASCRIPT<--| */

section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2) p{
 
width:90%;
 
font-size:  14px;
 
line-height: 21px;
 
text-align:justify;
 
text-align-last:center;
 
margin:10px auto;
}
section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2) h4
{

width:90%;

text-align:justify;

text-align-last:center;

margin:0 auto;

padding-top: 35%;

}

section[data-boxstyle="tabStyle2"] .catblurb:first-child .catblurb-info
{
  overflow:hidden;
  max-height: 350px;
}
/* ---------------------TABTAB STYLE 2 END---------------------------------- */

/* ----------------------------PIC2 START------------------------------------ */
section[data-boxstyle="pic2"]
{
  position:relative;
  width:100%;
  float:right;
  height:480px;
  overflow:hidden;
}

section[data-boxstyle="pic2"] > div
{
  position:relative;
}
section[data-boxstyle="pic2"] img
{
  position:relative;
  bottom:0px;
  left:20%;
  width:130%;
  height:480px;
}
/* ----------------------------PIC2 END---------------------------------- */

/* ---------------------TAB COUNT START------------------------------- */

section[data-boxstyle="tabCount"]
{
  width:100%;
  /* float:right; */
  background-position:center;
  background-repeat:no-repeat;
  color:white;
  height: 475px !important;
} 

section[data-boxstyle="tabCount"]::before
{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-color:#0000003d;
}
section[data-boxstyle="tabCount"] .blurbs
{
  width: 90%;
  margin:0 auto;
  position:  absolute;
  left:  0;
  right:  0;
  top: 50%;
  transform: translateY(-50%);
}
section[data-boxstyle="tabCount"] .catblurb
{
  white-space:pre-line;
  float:left;
  width:18%;
  text-align:center;
}
section[data-boxstyle="tabCount"] .catblurb:nth-last-child(n+2)
{
  font-size:18px;
  padding-top:6px;
}

section[data-boxstyle="tabCount"] .catblurb:last-child
{
  font-size:25px;
  px; */
  width:25%;
  text-align:right;
}
section[data-boxstyle="tabCount"] .catblurb:last-child p
{
  max-height:100px;
}
section[data-boxstyle="tabCount"] .catblurb:last-child::after
{
  content:"";
  width:10%;
  height:3px;
  background-color:white;
  position:absolute;
  bottom: 11px;
}


/* THIS SPAN CREATED WITH JAVASCRIPT FOR SHOWING DEFRENCE SIZE OF FONT IN COUNTER */
span.innerc 
{
  font-size:50px;
}
/* THIS SPAN CREATED WITH JAVASCRIPT FOR SHOWING DEFRENCE SIZE OF FONT IN COUNTER */


section[data-boxstyle="tabCount"] .catblurb:last-of-type img
{
    display: none;
}

/* ---------------------TAB COUNT END---------------------------------- */

/*................................................Content.................................................*/
 .resizable[data-tmplname="content"] {
    text-align: center;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    padding: 100px 0;
    /* overflow-x: hidden; */
}
 .resizable[data-tmplname="content"] > h4,  .resizable[data-tmplname="content"] h3
 {
   display:block;
   font-size: 18px;
   margin-bottom: 26px;
   position:relative;
   font-weight: normal;
 }
 .resizable[data-tmplname="content"] > h4
 {
   font-size:26px;
   padding-bottom: 25px;
   font-weight: bold;
 }
 .resizable[data-tmplname="content"] > h4:after
 {
   content: " ";
   display: block;
   width: 100px;
   height: 3px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color: #7390f1;
 }
.resizable[data-tmplname="content"] > div {
    text-align: right;
    line-height: 30px;
}

    .resizable[data-tmplname="content"] > div * {
        font-size: 15px;
        /* color: black; */
        text-align: justify;
        /* line-height: 1; */
    }

    .resizable[data-tmplname="content"] > div img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 12px;
    }

    .resizable[data-tmplname="content"] > div tbody {
        /* width: 100%; */
        /* display: inline-table; */
    }

    .resizable[data-tmplname="content"] > div table {
        max-width: 100%;
        display: block;
        width: auto !important;
        margin-top: 10px;
        border: none;
    }

        .resizable[data-tmplname="content"] > div table td {
            padding: 0 10px;
            padding: 7px 15px;
            position: relative;
            transition: all 300ms;
            text-overflow: ellipsis;
            white-space: unset;
            overflow: hidden;
            max-width: 326px;
            text-align: right;
            line-height: 1.4;
        }

    .resizable[data-tmplname="content"] > div img[style *="float:left"], .resizable[data-tmplname="content"] > div img[style *="float: left"] {
        margin-right: 20px;
    }

    .resizable[data-tmplname="content"] > div img[style *="float:right"], .resizable[data-tmplname="content"] > div img[style *="float: right"] {
        margin-left: 20px;
    }

.resizable[data-tmplname="content"] ul {
    padding-right: 28px;
    padding-top: 9px;
}

.resizable[data-tmplname="content"] li {
    position: relative;
    margin-bottom: 10px;
    line-height: normal;
}

.resizable[data-tmplname="content"] ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -2px;
    background: #161515;
} 

.resizable[data-boxstyle="title-right"] h4 , .resizable[data-boxstyle="title-right"] h3
{
  width:30%;
  text-align: right;
  position: absolute;
  float: right;
}
.resizable[data-boxstyle="title-right"] h4:after
{
  left:auto;
}
 .resizable[data-boxstyle="title-right"] h3
 {
   font-size:15px;
   top: 225px;
 }
 .resizable[data-boxstyle="title-right"] > div
 {
   width:70%;
   /* float: left; */
   margin-right: 30%;
   padding: 0 4%;
 }
 /*Start................................News ......................................................*/
.resizable[data-tmplname="news"] {
    
width: 90%;
    
max-width: 1200px;
    
margin: 0 auto;
    
padding: 93px 0;
}
.resizable[data-tmplname="news"] >h4
{
  font-size: 27px;
  margin-bottom: 40px;
}
.resizable[data-tmplname="news"] >h4:after{
  content: '';
  width: 10%;
  height: 3px;
  background-color: #7482cf;
  display: block;
  margin-top: 24px;
}

#newsWidget {
   display:inline-block;
   font-size: 0;
}

div#newsWidget div:nth-child(3n+3) {
    
margin-left: 0;
}

div#newsWidget > div {
    
width: 31%;
    
/* float: right; */
    
display: inline-block;
    
margin-left: 3%;
    
padding-top: 23%;
    
position: relative;
    
margin-bottom: 30px;
    

   //
    
max-width:348px;
    
overflow:hidden;
   //
    
margin:0 15px;
   //
    
clear:both;
   //
    
content:"";
   //
    
text-align:left;
   //
    
display:block;
    //
    
visibility:visible;
    
border: 1px solid #eeeeee;
    
color: #5c6873;
    
vertical-align: top;
    
padding-bottom: 20px;
}
div#newsWidget div > a 
{
  
position: absolute;
  
top: 0;
  
width: 100% !important;
  
overflow: hidden;
  
height: 0;
  
padding-bottom: 73%;
}
div#newsWidget div > a > span 
{
	line-height:0;
}

.showMoreNews:hover,.wrapper_Col .ajax-form .btnBlack:hover
{
	box-shadow: 0 0 4px 0 #ccc;
}

div#newsWidget div > a > span:after
{
	content:'';
	opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.4);
}
div#newsWidget div > a > span:hover:after
{
	opacity:1;
	top:0

}
#newsInfo {
   
/* min-height: 207px; */
   
display: block;
   
overflow: hidden;
   
padding: 22px;
   
width: 100%;
   
/* margin-top:  50%; */
}
#newsInfo h3
{
  padding-bottom: 7px;
  color: #485cc7;
  margin-bottom: 10px;
  font-size: 18px;
}

#newsInfo .moreNewsContent
{
  display:none;
}
 .newsDate
{
  font-size: 15px;
  /* color: #999; */
  position: absolute;
  bottom: 40px;
  px; */
}

div#newsWidget div p {
    
font-size: 15px;
    
color: #888888;
}

div#newsWidget div img {
    
width: 100%;
}
#dialogContent div#newsWidget {
    
width: 70%;
    
float: left;
    
font-size: 14px;
}
div#dialogContent {
    width: 86%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 50px;
}

#dialogContent div#newsWidget 
{position: relative;width: 30%;float: right;}
#dialogContent:after
{
  content:" ";
  width:100%;
  display:table;
  clear:both;
}

 #dialogContent div#newsWidget > div {
        
width: 90%;
        
padding-top: 67%;
    }

#newsWidget .info_wrapper > span {
    
padding: 10px;
}

#newsWidget .info_wrapper  {
   color: #1a1818;
   /* display: inline-block!important; */
   
   
    14px 10px
   font-size: 15px;
   float: left;
   display: none;
}
#newsWidget .info_wrapper_wrapper {
    /* border-top: 1px solid #EBEBEB; */
    height: 53px;
    padding: 17px 10px;
}
.ah7socialMedia, .printPage
{
  display:none
}
.pagination-wrapper {
    display: block;
    width: 100%;
}
.newscontent {
    padding: 0 10%;
    font-size: 18px;
}

    .newscontent .pagenavi div {
        padding: 1px;
        text-align: center;
        font-size: 0;
    }

    .newscontent .pagenavi a,
    .newscontent .pagenavi a:link,
    .newscontent .pagenavi a:visited,
    .newscontent .pagenavi a:active,
    .newscontent .pagenavi span.pages,
    .newscontent .pagenavi span.current,
    .newscontent .pagenavi span.extend {
        color: #525252;
        cursor: pointer;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 5px 13px 1px;
        text-decoration: none;
        font-size: 16px;
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18);
        border-radius: 5px;
        min-width: 40px;
    }

        .newscontent .pagenavi a,
        .newscontent .pagenavi a:link,
        .newscontent .pagenavi a:visited,
        .newscontent .pagenavi a:active,
        .newscontent .pagenavi span.current,
        .newscontent .pagenavi span.extend {
            background: #f0f0f0;
        }

    .newscontent .pagenavi div.liic {
        cursor: text;
        float: right;
        padding-right: 0;
        margin: -33px 0 0 5px;
        font-size: 16px;
    }

    .newscontent .pagenavi a:hover,
    .newscontent .pagenavi a.sel {
        background: #304ffe;
        color: #fff !important;
    }

    .newscontent .pagenavi .ps {
        display: none;
    }
/************** comment *******************/

div#body-content-comments-wrapper {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    padding-bottom: 40px;
    float: left;
    background: #485cc7;
    padding: 20px;
}

#body-content-comments {
    padding: 0px 27px;
    border: 5px solid rgb(218, 220, 222);
    /* text-align: justify; */
    font-size: 15px;
    padding-top: 24px;
    padding: 4px;
    border-radius: 6px;
}

    #body-content-comments img {
        width: 60px;
        border: 1px solid rgb(218, 220, 222);
    }

.comments-header {
    background-color: #eaeaea;
    font-size: 12px !important;
    display: inline-block;
    height: auto;
    line-height: 28px;
    padding: 0px 0px 0px 17px;
    top: -47px;
    right: -8px;
    position: relative;
    width: auto !important;
}



    .comments-header span:first-child {
        background-color: #52a5dd;
        padding: 2px 12px;
        font-size: 12px;
        color: white;
    }

    .comments-header span:nth-child(2n) {
        margin: 0 6px 0 37px;
    }

.comments-likes {
    float: left;
    position: relative;
    margin-top: -23px;
    margin-left: -62px;
    color: #10dc10;
    direction: ltr;
}

.likeValue {
    direction: rtl;
}

.comments-likes.Liked {
    margin-top: 3px;
    margin-left: 2px;
}

.comments-likes .like {
    background: url('/content/bamdad/Icon_set/png/arrow_up.png') no-repeat;
    width: 20px;
    height: 13px;
    position: relative;
    margin-right: 63px;
    top: 30px;
    left: 87px;
    cursor: pointer;
}

.comments-likes .dislike {
    background: url('/content/bamdad/Icon_set/png/arrow_down.png') no-repeat;
    width: 21px;
    height: 14px;
    position: relative;
    margin-right: 63px;
    top: 16px;
    left: 106px;
    cursor: pointer;
}

.comments-body {
    margin-right: 80px;
    font-size: 13px;
    margin-top: -31px;
    line-height: 22px;
    white-space: pre-line;
}

.comment-reply {
    width: 89%;
    margin-top: 35px;
    /*margin-bottom: 50px;*/
    border-top: 2px solid #4486f7;
    padding-top: 5px;
    margin-right: 68px;
}

    .comment-reply .comment-reply {
        border-top: 2px solid #4486f7;
        padding-top: 5px;
        margin-right: 68px;
    }



#content .context {
    text-align: right;
}

.btn-comment-reply {
    background-color: #52a5dd;
    color: white;
    padding: 1px 29px;
    font-size: 14px;
    float: left;
    margin-top: 16px;
    cursor: pointer;
}

.comment-relationShip {
    border-right: 2px dashed #dadcde;
    border-bottom: 2px dashed #dadcde;
    padding-right: 19px;
    width: 10px;
    position: absolute;
    height: 169px;
    margin-right: -39px;
    margin-top: -109px;
}

#commment-add-wrapper {
    /* border-bottom: none !important; */
    /* padding: 40px 40px 40px; */
    background: #dadcde;
    border: 4px solid #dadcde;
}

    #commment-add-wrapper > span {
        font-size: 13px;
        color: #0a4c89;
        font-weight: bold;
    }

#hr-header-comment {
    width: 81%;
    margin-right: 8px;
    float: left;
    display: inline-block;
    border: 1px solid #dadcde;
    margin-top: 8px;
}

#addcomment-box {
    float: right;
    width: 101%;
    /* padding-left: 1%; */
    margin-top: 20px;
}
#commment-add-wrapper input
{
  width: 48%!important;
  display: inline;
  float: right;
}

#commment-add-wrapper input, #main input[type=text], #main input[type=password], select, textarea, #register-container input,
.wrapper_Col .ajax-form input, .wrapper_Col .ajax-form textarea, .wrapper_Col .ajax-form select {
    font-size: 14px;
    line-height: 1.33333;
    min-width: 200px;
    margin-right: 0;
    width: 100%;
    border: 1px solid #d0d7de;
    color: #fff;
    padding: 10px 16px;
    background: none;
    font-family: 'IRANSansWeb_FaNum';
    margin: 5px;
    border-radius: 5px;
}

.wrapper_Col .ajax-form input, .wrapper_Col .ajax-form select {height: 46px;}

#commment-add-wrapper input[type="submit"], .wrapper_Col .ajax-form .btnBlack {
    border-width: 1px;
    -webkit-appearance: none;
    position: relative;
    color: #ffffff;
    background: #fff;
    color: #485cc7;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 26px 11px 26px;
}

#main .form-group label {
    min-width: 114px;
    display: inline-block;
    font-size: 13px;
    line-height: 34px;
}


#commment-add-wrapper textarea {
    padding: 3px 10px;
    width: 99%;
    height: 133px;
    margin-bottom: 5px;
}

.userComment textarea {
    width: 100% !important;
    margin: 11px 0 0;
}

#main-banner-wrapper-news {
    width: 73%;
    float: left;
}

    #main-banner-wrapper-news > div {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #main-banner-wrapper-news div {
        /*display: inline-block;*/
        display: inline-table;
    }

.mainContent-wrapper > .topicList, .mainContent-wrapper > .topicContent, .mainContent-wrapper > #body-content-comments-wrapper {
    margin: 0 10%;
    padding-right: 0;
}

.mainContent-wrapper > .topicContent {
    padding: 20px 0 60px;
}

.mainContent-wrapper > .topicList {
    margin-top: 40px;
}

/***********end comment ************/

/*........................................End-news.............................................................*/
/*....................................................Opinion.........................................*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.resizable[data-boxstyle="opinion"]
{
  margin: 0;
  background-color: #485cc7;
  background-repeat:no-repeat;
}
.resizable[data-boxstyle="opinion"] .resizable
{
 background:none
}
.resizable[data-boxstyle="opinion"] .containerTabContent 
{
    margin:0 auto;
    width: 86%;
    padding-top: 120px;
    padding-bottom: 20px;
    max-width: 1200px;
}
.resizable[data-boxstyle="opinion"] .containerTabTitles
{
    display:none;
}
.resizable[data-boxstyle="opinion"] .containerTabContent:after
{
  content:"";
  width: 100%;
  display: block;
  clear:both;
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"]
{
  width: 40%!important;
  float: right;
  padding: 0 0 20px 80px!important;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"] > h4:after
{
  background-color: #fff!important;
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"] > div *
{
  color: #fff;
  font-size:14px;
}

.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"] h4:after
{
  
left: auto;
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="form"]
{
  width: 60%!important;
  float: right;
  font-size: 15px;
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="form"] > h4, .resizable[data-boxstyle="opinion"] .resizable[data-tmplname="form"]  h2
{
  display:none;
}
.resizable[data-boxstyle="opinion"] > h4
{
  display:none
}
.resizable[data-boxstyle="opinion"] h4:after, .resizable[data-boxstyle="opinion"] h4:before
{
  display:none;
}
/*.................................................Form....................................*/
.ajax-form > div 
{
  width: 46%;
  margin: 10px 2% 2%;
  float: right;
  /* margin-bottom: 24px; */
  background-color: transparent;
  color: #ffffff;
  /* border: 1px solid #ffffff; */
  border-radius: 5px;
}
.ajax-form button
{
  min-width: 165px;
  font-family: 'IRANSansWeb_FaNum';
  background-color: white;
  border-radius: 7px;
  right: 3%;
}

button.btnBlack {} 
 .ajax-form > div.textarea 
 {
   width:98%;
 }
.ajax-form > div > label
{
  display:block;
  margin-bottom: 7px;
  display: none;
}

.ajax-form > div > textarea
{
  height:150px;
  width: 98%!important;
}

/* --------------------- form payam  ------------------- */

.errprAjaxForm, .successAjaxForm, .validation-error {
    border: none;
    font-size: 16px !important;
  
}

.errprAjaxForm, .successAjaxForm, .validation-error {
    color: #f06e23;
    display: block;
    font-size: 13px;
    margin: .2em 0 .2em;
    text-align: center;
  
    display: none;
}

.validation-error, .errprAjaxForm {
    color: #ff0000;
    border: 1px solid #ff0000;
    margin-right: -7px;
    margin-top: 5px;
    font-size: 12px;
    padding: 4px;
    display: inline-block;
    margin: 9px 0;
    width: 95%;
    text-align: center;
}

.ajax-form > div:last-child {
    margin-top: 69px;
    border: none;
}

.errprAjaxForm, .successAjaxForm, .validation-error {
    /* border: none; */
    font-size: 16px !important;
}

.successAjaxForm {
    color: green;
}

.errprAjaxForm, .successAjaxForm, .validation-error {
    color: #ff0000;
    display: block;
    font-size: 13px;
    margin: .2em 0 .2em;
    text-align: center;
    display: none;
}
.validation-error {
    display: block;
}
.successAjaxForm {
    display: none;
    color: #3c8a04;
    width: 97% !important;
    float: right;
    background-color: #eee;
    border: none;
    margin: 5px 0;
    padding: 4px 3px;
   
    border: 1px solid #3c8a04;
}
.wrapper_Col .ajax-form input.dynamicFormError,.wrapper_Col  .ajax-form textarea.dynamicFormError {
    border-right: 2px solid #ff0000 !important;
}

/*.......................................................Google Map................................*/
.resizable[data-tmplname="GoogleMap"] {
    width: 100% !important;
    height: 250px !important;
    height: 20vw !important;
    overflow: hidden;
    min-height: 300px;
    border: none;
    position: relative;
    margin: 0 auto;
}
/*.......................................Gallery........................................*/

.resizable[data-tmplname="gallery"]
{
  /* padding: 75px 0; */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 60px 30px;
  margin-bottom: 60px;
}
.resizable[data-tmplname="gallery"] > h4, .resizable[data-tmplname="news"] > h4, .resizable[data-tmplname="AQ"] > h4, #mainContent .resizable[data-tmplname="content"] > h4, .resizable[data-tmplname="form"] h2, .resizable[data-tmplname="tabs"] > h4
{
	font-size:24px;
	text-align:right;
	display: block;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 25px;
}
.resizable[data-tmplname="gallery"] > h4:after, .resizable[data-tmplname="news"] > h4:after, .resizable[data-tmplname="AQ"] > h4:after, #mainContent .resizable[data-tmplname="content"] > h4:after, .resizable[data-tmplname="form"] h2:after, .resizable[data-tmplname="tabs"] > h4:after
{
	content:"";
	width: 100px;
	height:3px;
	/* position:absolute; */
	background-color:#6b7cd2;
	display:block;
	/* bottom: 0; */
	margin-top: 20px;
}
.resizable[data-tmplname="gallery"] > div
{
  width: 100%;
  height: auto;
  text-align: center;
}
#galleryContent ul
{
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

#galleryContent ul li {
    display: inline-block;
    nt; */
    width: 30%;
    position: relative;
    overflow: hidden;
    text-align: center;
    /* -webkit-box-shadow: 0 0 8px -1px #000; */
    /* box-shadow: 0 0 8px -1px #000; */
}
#galleryContent li a {
            
display: block;
            
width: 100%;
            
position: absolute;
 }
#galleryContent li a:hover .galleryImgText
{
	color:#fff;
	top: 0;
	transition: 350ms linear all;
}


#galleryContent ul li img
{
    width: 100%!important;
    height: auto;
}
#galleryContent ul li .galleryImgText
{
	width:100%;
	height:100%;
	position: absolute;
	top: 103%;
	right: 0;
	color: transparent;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
}
#galleryContent ul li .galleryImgText > p 
{
	display:block;
	width: 80%;
	font-size: 17px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20%;
}

div.noSearch:after 
{
	display:none;
}

#galleryContent ul li .galleryImgText i 
{
	/* color: #fff; */
	font-size: 30px;
}

.resizable .MovieGalleryAlbum{display:block;cursor:pointer;margin-top: 21px;text-align: center;width: 100%;margin: 0 auto;font-size: 0;} 
.resizable #galleryContent iframe, .resizable #galleryContent video {
    display: none;
    width: 100%;
    height: 34vw!important;
}

.backToMovieList{
    content: "";
    background: transparent url("/Content/base/dynamic/shopping238/img/60612.jpg") repeat scroll -27px 0px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -27px;
    left: -8px;
    cursor: pointer;
}
span.backToMovieList:hover {
    background-position: 0px 0;
}
       .MovieGalleryAlbum  .screenshot img{margin-top:0;-moz-transform: none;-webkit-transform: none !important;-o-transform: none !important;-ms-transform: none !important;transform: none !important;-moz-box-shadow: none;width: 100%;right: 0px;}
        

.MovieGalleryAlbum .screenshot figure {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -65%;
}

 .screenshot .buttons {
        display: block;
        background: rgba(0, 0, 0, 0.7) url(/Content/base/dynamic/shopping238/img/60587.jpg) no-repeat center; 
        background-size: 17%;
        width: 100%;
        height: 100%;
        padding: 0px;
        border: none;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
    }
    .AlmName {
    color: white;
    font-size: 19px;
    line-height: 20px;
    position: absolute;
    bottom: 17%;
    width: 100%;
    font-family: HelveticaNeueLight;
}
    .screenshot:hover .buttons {
        opacity: 0.9;
    }

.MovieGalleryAlbum .screenshot {
    border: none;
    position: relative;
    padding: 0;
    text-align: center;
    /* margin: 4px; */
    margin-left: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    padding-top: 21.2%;
    width: 32.6%;
    display: inline-block;
}

.MovieGalleryAlbum .screenshot:nth-child(3n+3)
{
	margin-left:0
}
.MovieGalleryAlbum .screenshot:hover {
    /* opacity: 0.8; */
}
     
#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
    opacity: 0.7 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

div#pageCover {
    display: none;
    opacity: .65;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 65550;
    width: 100%;
    height: 4294px;
    background-color: #000;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: fixed;
    /* width: 89% !important; */
    height: 100%!important;
    width: 100% !important;
    padding: 0;
    z-index: 1101;
    top: 0 !important;
    left: 0 !important;
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#fancybox-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(/Content/base/dynamic/shopping653/img/92612.jpg)#000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 31px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #3A3A3A; */
}

#fancybox-inner {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0 auto!important;
    outline: none;
    overflow: hidden;
    top: 50% !important;
    left: 50% !important;
    margin: 0;
    transform: translate(-50%, -50%);
}
#fancybox-title
{
	display: none!important;
}

#fancybox-inner img{

		height:100%;
}

div#galleryContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.showMoreNews {
    background-color: #485cc7;
    color: #fff;
    padding: 5px 29px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s;
    padding: 12px 20px;
}
.showMoreNews img {
    display: none;
}
/*...................................Isotop Gallery........................*/
.resizable[data-tmplname="gallery"] #galleryContent li a {
   //
   position: relative;
   height: auto;
   position: relative;
}
.resizable[data-tmplname="gallery"] #galleryContent ul li {
    height: auto !important;
   //
    padding: 4px !important;
    padding: 3px!important;
    margin-bottom: 3px;
}
#fancybox-left, #fancybox-right {
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 1102;
    top: 36%;
    top: calc(50% - 50px);
    text-align: center;
    right: 0;
    position: fixed !important;
}
  
#fancybox-left {
    left: 0;
    right: auto;
}

span.fancy-ico {
    border: 15px solid;
    display: inline-block;
    border-color: transparent #bababa transparent transparent;
    /* margin-top: 32px; */
}
span#fancybox-right-ico
{border-color: transparent transparent transparent #bababa;}
#fancybox-left:hover span.fancy-ico
{
   border-color: transparent #fff transparent transparent;
}
#fancybox-right:hover span.fancy-ico
{
 border-color: transparent transparent transparent #fff; 
}

/*Start -------- footer ------------- */
div#footer {
    height: auto;
    position: relative;
    z-index: 100;
    background-color: #ececec;
    color: #000;
    padding-top: 35px;
}

.contact_icon1 {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    right: -22px;
}
.footer-list-top > li *{
    
display: inline-block;
    
line-height: 25px;
    
font-size: 15px;
    
/* white-space: pre-line; */
    
/* margin: 0 !important; */
}
.footer-list-top img{
  
margin-top: 0px;
  
float: left;
  
width: 160px;
  
max-width:100%;
  
height: auto;
}
.bttop_style1{
    /* display: none!important; */
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 91px;
    right: 4px;
    margin: 0 auto;
    z-index: 103;
    text-align: center;
    background-color: #485cc7;
    cursor: pointer;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    text-align: center;
}
.bttop_style1 > span
{
  width: 14px;
  height: 14px;
  margin-top: 18px;
  display:inline-block;
  border2px solid red;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
.bttop_style1 .icon1{
    font-size:2rem;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #BEBEBE;
    bottom: 4px;
    position: relative;
}
.bttop_style1 .icon2{
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 17px;
}
.fa-chevron-up:before, .fa-chevron-up:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fa-chevron-up:after{
    position:relative;
    bottom: 10px;
}

.bttop_style1:hover .icon1{
    color: #ffffff;
}
.bttop_style1:hover .icon2{
    color: #fff;
}

.footer-list-top > li a
{
    transition: .2s ease-in-out;
}
.generic-anchor {
}

    .generic-anchor:visited {
    }

    .footer-list-top > li:hover a {
        color: #485cc7;
    }

.flex-rw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #000;
    position:relative;
    /* margin-top: 35px; */
    padding: 30px 20px;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 10em;
    color: #9b9b9b;
    line-height: 1;
}

footer {
    color: #ffffff;
    margin-top: auto;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    min-height: 120px;
}

.footer-list-top,.footerForm {
    width: 25%;
    margin-bottom: 30px;
    margin-left: 2%;
    padding: 0;
    list-style: none;
    height: auto;
    display: inline-block;
    float:right;
    font-size: 15px;
}
.footer-list-top .footer-list-top
{
    width:100%;
}

#footerMenuList{width: 28%;position: relative;margin-left: 3%;}
.footerForm{
    margin-left: 0;
}

    .footer-list-top > li {
        text-align: right;
        padding-bottom: 5px;
        position: relative;
        display: block;
        color: #000!important;
    }


.footer_social{margin-top: 11px;}
.footer_social .each_item {
    border:1px solid rgba(167,156,153,0.5);
    float: right;
    height: 30px;
    margin-left: 15px;
    width: 30px;
    transition: all 0.3s linear;
}
.footer_social .each_item:hover{
    box-shadow: 0 0 0 2px #fff,0 0 0 6px rgba(167,156,153,0.4);
    border-color:rgba(167,156,153,0.4);
}
.footer_social .each_item > a{
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: center center;
    height: 28px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
}
.footer-list-header, #footerMenuList li:first-child a {
    padding: 0;
    margin: 0;
    font-size: 17px !important;
    margin-bottom: 23px;
    text-align: right;
    display: inline-block !important;
    position: relative;
}

.footer-list-anchor {
    font-size: 1.3em;
}

.footer-social-section {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
}

    .footer-social-section::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 10px;
        border-top: 1px solid #ccc;
        width: calc(100% - 20px);
    }

.footer-social-overlap {
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    padding: 0 20px;
}

.footer-social-connect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
}

.footer-social-small {
    font-size: 0.6em;
    padding: 0px 20px;
}

.footer-social-overlap > a {
    font-size: 1.5em;
    color: #909090;
}

    .footer-social-overlap > a:not(:first-child) {
        margin-left: 0.38em;
    }
.footer-bottom-section {
    width: 100%;
    background-color: #383838;
    height: auto;
    font-size: 10px;
    line-height: 26px;
    /* border-top: 1px dashed #e8f0f5; */
    padding: 0;
    color: #fff;
}

    .footer-bottom-section > div:first-child {
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    max-width: 1170px;
    position: relative;
    display: block;
    padding: 14px;
    }
.footer-bottom-wrapper a{
    text-align: right;
    height: 28px;
    padding: 0px 0;
    display: block;
    color: white;
    z-index: 10000000;
    float: right;
    font-size: 14px;
}
.footer-bottom-wrapper img{
    
width: 25px;
    
vertical-align: middle;
    
margin-left: 10px;
    
float: right;
}
.footer-bottom-wrapper {
    font-size: 1.1em;
    color: #fff!important;
    display: inline-block;
    position: absolute;
    left: 0;
    direction: ltr;
}


.footer-address {
    display: inline;
    font-style: normal;
}

.bulletList li {
    display: inline-block;
    font-size: 1.2em;
    position: relative;
    height: 27px;
    overflow: hidden;
    padding-right: 18px;
    right:0;
    box-sizing: border-box;
    float: right;
    width: 100%;
    transition: .2s ease-in-out;
    overflow: visible;
}
#footerMenuList li{
    width:50%;
}
.bulletList li:first-child
{
    
position: relative;
    
overflow: visible;
    
width: 100% !important;
    
margin-bottom: 14px;
    
line-height: 6px;
}
.bulletList   li:before {
    content: "";
    position: absolute;
    top: 9px;
    right: -2px;
    width: 10px;
    height: 4px;
    border: 2px solid;
    border-color: transparent transparent #485cc7 #485cc7;
    transform: rotate(-46deg);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.bulletList li:hover {
    right: 5px;
}

#footerMenuList li:hover:before{/* background-color: #ffffff; */}

.bulletList li:first-child:before
{
    display:none;
}
/*End........................................Footer............................................................*/

/* ------------- AQ ---------------------- */
section[data-tmplname="AQ"]
{
  width:90%;
  max-width:1200px;
  margin: 64px auto;
  transition:all 0.3s;
}        

.aQ_Title span
{
  display:none;
}
.aQ_wrapper > div
{
  margin-bottom:1%;
  background-color:#485cc7;
  padding: 2%;
  font-size:17px;
  color:#e4e4e4;
  transition:all 0.3s;
  position:relative;
}
.aQ_wrapper > div.hide
{
  background-color: #ececec;
  color: #101327a3;
  font-weight:bold;
  transition:all 0.3s;
}
.aQ_ContentWrapper > div:first-child
{
  font-weight:bold;
  margin:2% 0;
  font-size:15px;
}
.aQ_ContentWrapper > div:nth-child(2)
{
  font-size:15px;
  ma
}
.aQ_wrapper .arrow
{
  position:absolute;
  left:2%;
  top:30px;
  width:10px;
  height:10px;
  border-top:2px solid white;
  border-right:2px solid white;
  transition:transform 0.2s;
  transform:rotate(-45deg);
}
.hide .arrow
{
  transform:rotate(135deg);
  border-color:black;
}

.aQ_wrapper > div > .aQ_ContentWrapper
{
  display:block !important; 
}
.aQ_wrapper > div > .hide
{
  display:none !important;
}
/* ----- responsive ------*/


@media only screen and (max-width:769px) 
{
  #galleryContent ul li
  {
    width:48%
  }
  #wrapper-main-page
  {
    margin-top:80px;
  }
   div#headerContainer
  {
    background-color:black;
    width:100%;
    height:80px;
    position:fixed;
    display:block;
    z-index:10000;
    top: 0;
  }
  #mainNavigation 
  {
    width:250px;
    padding:0 3%;
    position: fixed;
    z-index:1;
    background-color:black;
    right:-250px;
    transition:all 0.5s;
    top:80px;
    height: 100%;
  }
  #mainNavigation li
  {
    display:block;
    margin:0 !important;
    padding: 10px 0;
  }
  #mainNavigation .subSecondNavigation {
    position: relative;
    right: 0;
    top: 8px;
    display: block;
    margin: 0;
    margin-top: 0 !important;
    text-align: right;
    margin-bottom: 9px;
    border-radius: 0;
}
  #mainNavigation li a.arrow:before
  {
    right:200px;
    z-index: -1;
  }
  .burgerMenu
  {
    max-width:1200px;
    width:90%;
    margin:0 auto;
    position:absolute;
    right:0;
    left:0;
    top:50%;
    padding:1px 0 ;
    transform:translateY(-50%);
  }
  div#headerContainer .active
  {
    right:0;
  }
  .burgerMenu span
  {
    width: 44px;
    height:2px;
    background-color:#4254b6;
    display:block;
    margin:7px 0;
    transition:all 0.3s;
  }
  .active>span
  {
    margin:0;
    padding:0;
    height:2px;
    display:block;

  }
  .active>span:first-child
  {
    transform:rotate(45deg)
  }
  .active>span:nth-child(2)
  {
    transform:rotate(-45deg);
    margin-top:-1.5px;
  }
  .active>span:last-child
  {
    opacity:0;
  }
  .resizable[data-boxstyle="title-right"] h3
  {
    top:270px;
  }
  .slideShowContent
  {
    padding-top:10% !important;
    bottom:0 !important;
    max-width:1200px;
    width:90%;
  }
  .slideShowContent>h2
  {
    font-size: 20px !important;
      width:70% !important;
  }
  .slideShowContent>p
  {
  font-size:17px !important;
     width:65% !important;
  }
  div.slideShowContent>h2::after
  {
    margin-bottom:4%;
  }
  section[data-tmplname="slideshow"]
  {
    padding-bottom: 67% !important;
  }
  section[data-tmplname="slideshow"] img 
  { 
  width:100%;
}
.slidesjs-navigation
{
  margin-top:0 !important;
  top:50% !important;
  transform:translateY(-50%);
}
section[data-boxstyle="tabStyle1"] .catblurb
{
  width:100%
}
section[data-boxstyle="tabStyle1"] 
{
  height:900px !important;
}
section[data-boxstyle="pic1"]
{
  padding:30% !important;
  height:0 !important;
  position:relative;

}
section[data-boxstyle="pic1"] img
{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:215%;
  height:auto;
}
section[data-boxstyle="pic1"] > h3
{

  width:90%;
  top:50%;
  transform:translateY(-50%);
  margin:0 auto;
  font-size:40px;
}
section[data-boxstyle="pic1"] > h3::first-line
{
  font-size:30px;
}
section[data-boxstyle="pic1"]::before
{
  top:0;
}
section[data-boxstyle="tabStyle2"] .catblurb:first-child
{
  width:100%;
  text-align:center !important;
}
section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2)
{
  width:47%;
  margin-right:1%
}
section[data-boxstyle="tabStyle2"] .catblurb:first-child
{
  padding:0;
}
section[data-boxstyle="tabStyle3"] .catblurb
{
  width:48%;
  margin: 1%!important;
  height:300px;
}
section[data-boxstyle="tabStyle3"] > h4
{
  width:88%;
  margin:0 auto;
}
section[data-boxstyle="tabCount"] .catblurb:last-child::before
{
  content:"";
  width:30%;
  height:3px;
  background-color:#4254b6;
  display:block;
  margin:1% 0 5% 0;
}
section[data-boxstyle="tabCount"] .catblurb:last-child
{
  max-width:1200px;
  width:90%;
  font-weight:bold;
  color:white;
  margin:5% auto !important;
  text-align:right;
}
section[data-boxstyle="tabCount"] .catblurb
{
  width:50%;
}
section[data-boxstyle="tabCount"] .catblurb:last-child::after
{
  display:none;
}
div#newsWidget > div 
{
  width:48%;
  margin-left: 1%!important;
  margin-right: 1%;
}
#newsInfo
{
  margin-top: 26%;
  text-align:justify;
}
.containerTabContent
{
  /* width: 100% !important; */
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"]
{
  width:100% !important;
  padding:0 !important; 
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="form"]
{
  width:100% !important;
  padding:0 !important;
  margin:10% 0 !important;
}

.footer-list-top, .footerForm
{
  width:100% !important;
}
.footer_social ul
{
  padding:0;
}
.MovieGalleryAlbum .screenshot
{
  width:47%;
  padding-top: 28%;
}
#dialogContent div#newsWidget, #dialogContent div#newsWidget
{
  width:100%
}
#dialogContent div#newsWidget #newsInfo
{
  margin-top:1%;
}
div#dialogContent
{
  margin-top:130px
}
}
@media only screen and (max-width: 480px)
{
  #galleryContent ul li
  {
    width:100%;
  }
  
  #wrapper-main-page
  {
    margin-top:80px;
  }
   .burgerMenu
  {
    max-width:1200px;
    width:90%;
    margin:0 auto;
    position:absolute;
    right:0;
    left:0;
    top:50%;
    padding:1px 0 ;
    transform:translateY(-50%);
  }
 
  .ajax-form > div
  {
    width:100%
  }
 
  .slideShowContent
  {
    padding-top:20% !important;
    bottom:0 !important;
    max-width:1200px;
    width:90%;
  }
  .slideShowContent>h2
  {
    font-size: 15px !important;
      width:70% !important;
  }
  .slideShowContent>p
  {
  font-size:13px !important;
     width:65% !important;
  }
  div.slideShowContent>h2::after
  {
    margin-bottom:4%;
  }
  section[data-tmplname="slideshow"]
  {
    padding-bottom:67% !important;
  }
  section[data-tmplname="slideshow"] img 
  { 
  width:100%;
}
.slidesjs-navigation
{
  margin-top:0 !important;
  top:50% !important;
  transform:translateY(-50%);
}
.resizable[data-tmplname="content"] h4
{
  width:100%;  
  text-align:justify;
}
.resizable[data-tmplname="content"] h3
{
  width:100%; 
  text-align:justify;
}
.resizable[data-boxstyle="title-right"] > div
{
  width:100%;
  margin:0;
  padding:0;
  margin-top:243px;
}
section[data-boxstyle="tabStyle1"]
{
  height:900px !important;
}
section[data-boxstyle="tabStyle1"] .catblurb
{
  width:100% !important;
}
section[data-boxstyle="pic1"]
{
  padding:30% !important;
  height:0 !important;
  position:relative;

}
section[data-boxstyle="pic1"] img
{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:215%;
  height:auto;
}
section[data-boxstyle="pic1"] > h3
{

  width:90%;
  top:50%;
  transform:translateY(-50%);
  margin:0 auto;
  font-size:20px;
}
section[data-boxstyle="pic1"] > h3::first-line
{
  font-size:18px
}
section[data-boxstyle="pic1"]::before
{
  top:0;
}
section[data-boxstyle="tabStyle2"] .catblurb:first-child
{
  width:100%;
  text-align:center !important;
}
section[data-boxstyle="tabStyle2"] .catblurb:nth-child(n+2)
{
  width: 100%!important;
}
section[data-boxstyle="tabStyle3"] .catblurb
{
  width:100%;
  margin:1% auto;
  height:300px;
}
section[data-boxstyle="tabStyle3"] > h4
{
  width:90%;
  margin:0 auto;
}
section[data-boxstyle="tabCount"] .catblurb:last-child::before
{
  content:"";
  width:30%;
  height:3px;
  background-color:#4254b6;
  display:block;
  margin:1% 0 5% 0;
}
section[data-boxstyle="tabCount"] .catblurb:last-child
{
  max-width:1200px;
  width:90%;
  font-weight:bold;
  color:white;
  margin:5% auto !important;
  text-align:right;
}
section[data-boxstyle="tabCount"] .catblurb
{
  width:50%;
}
section[data-boxstyle="tabCount"] .catblurb:last-child::after
{
  display:none;
}
div#newsWidget > div 
{
  width:100%;
}
#newsInfo
{
  margin-top:50%;
  text-align:justify;
}
.containerTabContent
{
  /* width: 100% !important; */
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="content"]
{
  width:100% !important;
  padding:0 !important; 
}
.resizable[data-boxstyle="opinion"] .resizable[data-tmplname="form"]
{
  width:100% !important;
  padding:0 !important;
  margin:10% 0 !important;
}
#footerMenuList
{
  width:100%;
}
.footer-list-top, .footerForm
{
  width:100% !important;
}
.footer_social ul
{
  padding:0;
}
.MovieGalleryAlbum .screenshot
{
  width:100%;
  padding-top: 65%;
}
}

section[data-boxstyle="tst"] 
{
    
    width: 80% !important;
    margin: auto;
    margin-top:100px;
    height: 200px !important;
    overflow: hidden;
    white-space: nowrap;
}
section[data-boxstyle="tst"] li
{
    display: inline-block;
    width: 30%;
    max-height:200px !important;
    margin: 0 1.7%;
    margin-top:0 !important;
    margin-bottom: 0 !important;
 
}
section[data-boxstyle="tst"] li img
{
    width: 100%;
    
}
.next
{
    position: absolute;
    top:0;
    right:30px;
    width: 10px !important;;
}
 .prv
{
   
    width: 10px !important;
    position: absolute;
    top:0;
    left:30px;
}      
section[data-boxstyle="tst"] #galleryContent ul
{
    position:relative;
    left:33.7%;
    padding: 0 !important;
    width:100%;
}
section[data-boxstyle="tst"] #galleryContent 
{
    overflow: hidden;
}

/*....................................................Change Color Style................................*/
.resizable[data-tmplname="gallery"] > h4:after, .resizable[data-tmplname="news"] > h4:after, .resizable[data-tmplname="AQ"] h4:after,
 #mainContent .resizable[data-tmplname="content"] > h4:after , .resizable[data-tmplname="form"] h2:after, .resizable[data-tmplname="tabs"] > h4:after,
 section[data-boxstyle="tabStyle1"] , section[data-boxstyle="tabStyle2"] .catblurb:first-child h4::after,
 section[data-boxstyle="tabStyle3"] .catblurb:hover, .showMoreNews , .resizable[data-boxstyle="opinion"], .bttop_style1,
 .aQ_wrapper > div, div#body-content-comments-wrapper
{
	background-color:#485cc7;
}

#newsInfo h3, #commment-add-wrapper input[type="submit"], .wrapper_Col .ajax-form .btnBlack , .footer-list-top > li:hover a,
#mainNavigation li:hover, #mainNavigation li a.selected
{
  color: #485cc7;
}

.bulletList li:before {
    border-color: transparent transparent #485cc7 #485cc7;
}
#mainNavigation .subSecondNavigation > li:hover:before
{
  border-color: #485cc7 transparent transparent #485cc7;
  
}


        
        
        