.contnerslid 
{
     position: relative;
     overflow:hidden;
     
     background-color:#fff;
    
    margin-bottom:25px;
 
    }

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 450px; /* Set height to be able to contain height of largest content shown*/
 overflow: hidden;
}
/*
    Total wrapper width: 350px+5px+5px=360px
    Or width of wrapper div itself plus any left and right CSS border and padding
    Adjust related containers below according to comments
*/


.glidecontentwrapper .glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
 
visibility: hidden;
width: 450px;    background-color: #fff;
width:100%
}

.glidecontentwrapper .glidecontent img 
{ 
     
     max-width: 100%;
     }
    .paddicontent 
    {
         padding:25px;
        } 
.contentdeiv 
{height: 400px;
     width:42%;
     float:right;
     
     background-color:#de0000;
     color:#fff
    }
    
  .contentdeiv  h3 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 36px;
    color: #fff;
    margin-bottom:7px;
         font-family: 'Droid Arabic Kufi';
}  
.contentdeiv .p1 {
        font-size: 18px;
        font-family: 'Droid Arabic Kufi';
        margin: 15px 0 13px;
}
.contentdeiv p {
        font-size: 15px;
    line-height: 6px;
    margin: 0 0 0px;
     font-family: 'Droid Arabic Kufi';
}

.contentdeiv .link-camera {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: bold;
    background: #fafafa;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 20px;
    border: solid 1px #b80303;
    position: absolute;
    bottom: 75px;
    border-radius: 5px;
}
.contentdeiv .link-camera:hover {
    background: #464646;
    color: #fff;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
    Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
bottom:25px; /*style for DIV used to contain toggler links. */
 z-index:9999999;
left:49%;
position:absolute;

  /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
    Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 2px solid #ff7900;
border-radius: 50%;
    height: 12px;
    width:12px;
     
margin-right: 3px;
font-weight: bold;
text-decoration: none;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ff7e09;
}

.glidecontenttoggler a:hover{
background: #fff;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{;
     display: none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.imgstarb 
{
     height:50px !important;
     width:auto !important;
     float:right !important;
     margin-bottom:6px
    }
   
     .imgstar2 
{
   
      height:40px;
      margin-bottom:6px
     
   
    } 
   .imgstar 
{
   border:0px !important;
     
     margin-bottom: 5px;
   
    } 
    
    
    
    
    
    
    
    
    
    
    
    
    
    .glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 80%;
float:left;
height: 430px;
  /* Set height to be able to contain height of largest content shown*/
 overflow: hidden;
}
/*
    Total wrapper width: 350px+5px+5px=360px
    Or width of wrapper div itself plus any left and right CSS border and padding
    Adjust related containers below according to comments
*/


.glidecontentwrapper2 .glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
 
visibility: hidden;
 height: 430px;
width:100%;
background-color:#fff;
}

.glidecontentwrapper2 .glidecontent img 
{ 
  width:auto;
  max-width:100%;
    max-height:430px
     }
     
     
     
     
     
     
     
     
.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
 position: relative;
 width:12%;
 float:right;

  /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
    Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
 
display:block;
border: 3px solid #cbcbcb;
margin-bottom:3px
}
.glidecontenttoggler2 a img
{
     width:100%;
    
    
    }
.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 3px solid #e8522f;
}

.glidecontenttoggler2 a:hover{
border: 3px solid #e8522f;
}

.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler2 a.prev, .glidecontenttoggler2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler2 a.prev:hover, .glidecontenttoggler2 a.next:hover{
 
}
     
 .backgroundcc 
 {
    
     }    
     
     
     @media (max-width: 767px) 
     {
         
         
         
         
         }