﻿.playerHolder {
    background-color: #fdfdfd;
    margin-left: 0;
    margin-right: 0;
    margin-top: 13px;
}

        .box-solid{
            width:100%;
            overflow:hidden;
            background:#ffffff;
        }

        .box-solid h4 {
text-align:right;
margin-right:10px;
        }


        .box-head {
            background: #97ce68;
            color: #ffffff;
            font-size: 18px;
            height: 36px;
            padding-right: 20px;
            padding-top: 5px;
            text-align:right;
        }

        .box-body {
        }

        .subster {
            text-align: justify;
            direction:rtl;
            color:#808080;
            margin:10px 10px 10px 10px
        }

            .box-body img {
                float: left;
                /*padding:3px;*/
            }

        .hide {
            display: none;
        }

        .box-footer {
            padding:0px 10px 10px 10px;
        }

                .readmore-open {
            text-align: center;
            width: auto;
            height: 10px;
            background-color: #f9f9f9;
        }

            .readmore-open:hover {
                background-color: #e8e8e8;
            } 
            
            .readmore-open:after {
                content: " ";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #adadad transparent transparent transparent;
                line-height: 0;
                _border-color: #adadad #000000 #000000 #000000;
                _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
                position: relative;
                top: 13px;
            }


        .readmore-close:after {
            content: " ";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #adadad transparent;
            line-height: 0;
            _border-color: #000000 #000000 #adadad #000000;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
            position: relative;
            top: -30px;
        }



        .readmore-close {
            text-align: center;
            width: auto;
            background-color: #adadad;
            height: 5px;
        }

        .box-Comment{
            width:100%;
            overflow:hidden;
            background:#ffffff;
        }

        .box-Comment h5 {
text-align:right;
margin-right:10px;
        }


        .box-comment-head {
            background: #18b889;
            color: #ffffff;
            font-size: 18px;
            height: 36px;
            padding-right: 20px;
            padding-top: 5px;
            text-align: right;
        }

        .box-body {
            /*height: 73px;
            overflow:hidden;*/
        }


        .image-holder {
            padding: 1px;
            background: #eeeeee;
            border: thin solid #d7d7d7;
            float: right;
            margin:0px 10px 5px 10px;
        } 
        
        .hide {
            display: none;
        }

        .box-footer {
            padding:0px 10px 10px 10px;
        }

        .box-body-p {
            text-align: justify;
            direction: rtl;
            color: #808080;
            margin: 10px 10px 10px 10px;
            padding: 0px 5px 5px 5px;
            border-top: thin solid #eeeeee;
            font-size:12px;
            min-height:30px;
        }

        .box-body h5 {
            text-align:right;
        }
  .caption-holder {
            text-align: right;
            position: relative;
            bottom: 30px;
            
            width:100%;
            opacity:0.8;
        }


        .caption-holder h4 {
            margin-right:20px;
        }


        .box-area-head {
            background: #0089ad;
            color: #ffffff;
            font-size: 18px;
            height: 36px;
            padding-right: 20px;
            padding-top: 5px;
            text-align: right;
        }

        .box-area-body {
        }


            .box-area-body img {
                float: left;
            }

        .hide {
            display: none;
        }

        .box-area-footer {
            padding: 0px 10px 10px 10px;
        }

                    .special-issue-container{
                background:#f4f4f4;
                width:100%;
                padding:10px;
            }

                        .special-issue-container img {
                            width: 200px;
                            height: 150px;
                            -webkit-box-shadow: 0 10px 6px -6px #777;
                            -moz-box-shadow: 0 10px 6px -6px #777;
                            box-shadow: 0 10px 6px -6px #777;
                        }

            .pecial-issue-header {
                background: #ffcd19;
                width: 100%;
                padding: 10px;
                text-align:right;
                font-size:18px;
                color:#545454;
            }

            .element-animation:hover{
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}

      .blog-box{
            background:#ffffff;
        }

        .blog-box-header {
            height: 40px;
            background: #24aca2;
        }

            .blog-box-header::after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #24aca2 transparent transparent transparent;
                line-height: 0;
                _border-color: #24aca2 #000000 #000000 #000000;
                _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
                position: relative;
                top: 10px;
                left: 90%;
                z-index: 2;
            }

        .blog-box-header h4 {
            color:#ffffff;
            text-align:right;
        }

            .blog-box-header a {
                font-size: 24px;
                color: #1b766f;
                padding: 0px;
                margin-right: 10px;
                padding-right: 10px;
                border-right: thin solid #2ba097;
                border-radius: 0;
            }

            .blog-box-header i {
                margin-top:5px;
            }
                .blog-box-body{
            
        }

        .blog-box-body img{
            width:150px;
            height:150px;
            float:right;
        }

                    .blog-box-body P {
                        color: #5a5a5a;
                        text-align: right;
                        padding: 10px 0px 10px 10px;
                        margin-bottom:40px;
                    }


        .blog-link{
            text-align:right;
        }

        .blog-link a{
            color:#46b5d2;
            font-size:20px;
        }

            .blog-link a:hover {
                color: #3a97af;
                text-decoration: none;
            }

        .blog-info{
            height:30px;
            border-top:thin solid #f1f1f1;
            /*background:#f5f5f5;*/
            width:100%;
            position:absolute;
            bottom:0;
            margin-bottom:5px;
        }

        .blog-info a{
            float:right;
            color:#9e9e9e
        }


                .box-product{
            width:100%;
            overflow:hidden;
            background:#ffffff;
        }

            .box-product h4 {
                text-align: right;
                margin-right: 10px;
            }


        .box-producthead {
            background: #8a6f44;
            color: #ffffff;
            font-size: 18px;
            height: 36px;
            padding-right: 20px;
            padding-top: 5px;
            text-align: right;
        }

        .box-productbody {
        }

        .subster {
            text-align: justify;
            direction:rtl;
            color:#808080;
            margin:10px 10px 10px 10px
        }

        .product-image-holder img {
        }


        .product-image-holder img {
        }

        .hide {
            display: none;
        }

        .box-product-footer {
            padding:0px 10px 10px 10px;
        }

        .riseh{
            background-image:url(/uploads/riseh.png);
            background-repeat:repeat-x;
        }

                .footer {
            background-color: #16b1b5 !important;
            bottom: 0;
            clear: both;
            color: #207e89 !important;
            font-size: 12px;
            font-weight: bold;
            line-height: 20px;
            margin: 0 auto !important;
            overflow: hidden;
            padding: 0px 0;
            position: relative;
            text-shadow: none;
            width: 100% !important;
            
        }

            .footer h5 {
                text-align: right;
                border-bottom: thin solid #15a7ab;
            }

            .footer h4 {
                text-align: right;
                color:#ffffff;
            }

            .footer a {
                color: #207e89;
            }

            .footer a:hover {
                text-decoration:none;
                color: #ffffff;
            }


            .footer i {
                text-align: right;
                color:#ffffff;
                padding-top:20px;
                padding-left:10px;
            }


        .copyright-container {
            background: none repeat scroll 0 0 #207e89;
            bottom: 0;
            margin: 0 auto;
            position: relative;
            width: 100%;
            height:40px;
        }

            .copyright-container{
                text-align:center;
                font-size:16px;
                color:#ffffff;
                padding-top:10px;
            } 
            
            #map-canvas img {
                width: 100%;
                height: 200px;
            }

        #map-canvas {
            overflow: hidden;
        }

        .answer {
            border: thin solid #eeeeee;
            margin:5px;
            color:#808080;
            line-height:1.7;
            font-size:12px;
        }

            .answer span {
                font-size: 16px;
                background-color: #18b889;
                color: #ffffff;
                padding: 2px;
                margin: 5px;
            }


