﻿body{
        font-family: 'Montserrat', sans-serif;
}
 #Site_Header{
    width:100%;
    height:auto;
      border-bottom:3px solid #c52327;
  border-top:0px solid #c52327;
  margin-bottom:5px;
  
 }
    #Sub_Header1{
       
    width:100%;
    height:65px;
    
     }
#Sub_Sub_Header_Left
{
	 height:64px; border:1px solid transparent; position:absolute; width:50%; 
}
#Sub_Sub_Header_Right
{
  height:64px; border:1px solid transparent; position:relative; width:auto;margin-left:55%;
}

    #Sub_Header2{
        width:100%;
        height:33px;
      
    }

#Sub_Sub_Header_Left > div {
        width:100%; min-width:500px;
        height:70px; max-height:70px;
        position:absolute;
        margin-left:0;
        top:-3%;
        border-radius:6px;
background: url(../Images/bsbedgeLogo.png) no-repeat; 
       
    }
 #Sub_Sub_Header_Left > span{
   font-size:40px;cursor:pointer; color:#c13c48; margin-left:1.5%; top:4px; font-weight:bolder;  position:absolute; display:none;
 }

   #Nav_Account{
          
          float:right;
          margin-right:2%;
  cursor:pointer;
    max-width:200px;
            width: 60%;
            height: 36px;
            margin-top:10px;
            background-color: #c13c48;
   
            border-radius: 2px;
            position:relative;
            padding: 0 5px 0 0;
          
      }
  
 #Nav_Account > ul > li
        {
            width: 100%;
            display: inline-block;
             float:left;
            font-size: 20px;
            margin-top: -10px;
            vertical-align: top;
            text-align: center;
            padding: 0 10px 0 10px;
            left: -10px;
             z-index:999;
             position:absolute;
        }
        #Nav_Account > ul > li > a
        {
            color: White;
            text-decoration: none;
            /*font-family: Lucida Console;*/
        }
        #Nav_Account > ul > li > a:hover
        {
            color: white;
        }
        
        
        #Nav_Account li:hover ul
        {
            display: block;
            width:auto;
        }
        
        /*sub menu */
        #Nav_Account li ul
        {
           
            padding: 0;
            display: none;
            width: inherit;
            background-color: #c13c48;
            width: auto;
            margin-top: 6px;
            position: relative;
           list-style: none;
            text-align:initial;
           
        }
        
        #Nav_Account li li
        {
            width: auto;
            height: 30px;
            line-height: 31px;
            border-bottom:1px solid #dc585b;
        }
         #Nav_Account li li:hover
        {
           background-color: #dc585b;
		   border-bottom:1px solid #c13c48;
        }
        #Nav_Account ul ul a
        {
            color: White;
            text-decoration: none;
            font-size: 14px;
            /*font-family: Lucida Console;*/
            margin-left:10px;
        }
        
        #Nav_Account ul ul a:hover
        {
            color: White;
            
        }


        i {
  border: solid White;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;

  margin-bottom:3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.icon{
    width:18px;
    height:14px;
	background: url("../Images/Acc_Icon.png") no-repeat; 
   border:0;
    padding:0 13px 0 0;
}

#Nav_Menu{
    float:right;
    margin-right:12px;
     margin-top:-10px;
    height:40px;
          
}
#Nav_Menu > ul > li{
    display:inline-block;
    font-size:22px;
     text-align: center;
            padding: 0 10px 0 10px;
}

#Nav_Menu > ul a{
    color:black;
    text-decoration:none;
        
}
#Nav_Menu > ul a:hover{
    color:#c52327;
}

#Nav_Menu_Mob{
     width: 0;
     border:1px solid red;
     height:80vh;
     position:absolute;
     background-color:#c13c48;
     overflow-x: hidden;
     overflow-y: auto;
     position: fixed;
     z-index: 999;
     top: 0;
     left: -10px;
     transition: 0.5s;
     padding-top: 30px;
     display:none;
}
#Nav_Menu_Mob a
        {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 18px;
            color: #fff;
            display: block;
            transition: 0.3s;
        }
        
        #Nav_Menu_Mob a:hover
        {
            color: #818181;
        }
#Nav_Menu_Mob > a:first-child {
    position: absolute;
            margin-top: -36px;
            right: 0px;
            font-size: 18px;
       
}

#Nav_Search{

    width:100%;
    height:auto;
    background-color:#c13c48;
     margin-top:30px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
    z-index:0;

}


#octagon {
	width: 12%;
	height: 27px;
   	background: #c13c48;
    margin-top:-27px;
    min-width:120px;
 position:absolute;

}

#octagon > span{
color:white;
   font-size:22px;
   font-weight:bold;
}

#octagon > i {
height: 27px;
   	background: #c13c48;
transform: skew(25deg);
width:20px;
right:-8px;
z-index:99;
 position:absolute;
 border:0;
}
#chkbxs{
    width:90%;
    margin-top:-25px;
}
.ie8 #chkbxs , .ie9 #chkbxs {
    width:90%;
    margin-top:-15px;
}
#chkbxs ul{
    width:90%;
height:20px !important;
margin-bottom :0px;

}

#chkbxs label{
    color:white;
    margin-left:2px;
}
#chkbxs label:hover{
    cursor:pointer;
}
#chkbxs ul li{
   display:inline-block;
    width:15% !important ;

}
@media screen and (max-width:1020px) {
    #chkbxs ul li{
    width:18% !important ;

}
}

@media screen and (max-width:750px){
    #chkbxs ul li{
    width:100% !important ;
    display:table;
}
}

#search{
    border:1px solid transparent;
    width:100%;
    height:auto;
    position:relative;
}
#search  ul{
    position:relative;
    display:inline-flex;
    list-style:none;
    width:95%;
 
}
#search ul  li {
    display:inline-block;
    width:25%;
    padding-right:10px;
    margin-top:-4px;

}


#search ul li:last-child   {
    width:8%;
   padding-left:0;

}

#Mob_icons{
	border:1px solid transparent; height:42px; margin-top:10px; position:relative; width:70px;float:right; right:10px;display:none;
}
.Mob_icons1
{
	 height:30px; border:1px solid transparent; position:absolute;
}
.Mob_icons2
{
  height:30px; border:1px solid transparent; position:relative; width:30px;margin-left:35px;
}
#Nav_Account_mob
{
	
	float:right;
	 background: url("../Images/Acc_Icon.png") no-repeat center;
	width:30px;
	height:30px;
	position:relative;
	background-color:#c13c48;
border-radius:4px;
}
#Nav_search_mob_toggle
{
	float:right;
	background: url("../Images/search_icon.png") no-repeat center;
	width:30px;
	height:30px;
	position:relative;
	background-color:#c13c48;
	border-radius:4px;
}

#Site_Footer{
    width:98%;
    height:25px;
    border-radius:4px;
  
    right:1%;
    left:1%;
    background-color:#c13c48;
    text-align:center;
    position:relative;
    margin-bottom:0em;
    bottom:3px;
line-height:24px;
   

}

#scroll_cover
{
    position: fixed; top:0px; height: 0px; z-index: 990; background-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #search {
        border: 1px solid transparent;
        width: 100%;
        height: auto;
        position: relative;
    }

        #search ul {
            position: relative;
            display: inline-flex;
            list-style: none;
            width: 100%;
            position: relative;
            margin-left: -20px;
        }

            #search ul li {
                display: inline-block;
                width: 17%;
                padding-right: 10px;
                margin-top: -4px;
                overflow: hidden;
                border: 2px solid transparent;
            }
}
    .ie8 #search , .ie9 #search  {
        border: 1px solid transparent;
        width: 100%;
        height: auto;
        position: relative;
    }

        .ie8 #search ul , .ie9 #search ul {
            position: relative;
            display: inline-flex;
            list-style: none;
            width: 100%;
            position: relative;
            margin-left: -20px;
        }

            .ie8 #search ul li  , .ie9 #search ul li {
                display: inline-block;
                width: 17%;
                padding-right: 10px;
                margin-top: -4px;
                overflow: hidden;
                border: 2px solid transparent;
            }

h4 {
    font-family: 'Lato', sans-serif; font-weight:300; font-size:22px;
}


.watermark{
    color:gray;
    font-size:medium !important
}
#SDOs{
   display:block;
     position: fixed;
    bottom:28%;
    left: -2px;
    z-index: 999;
    width: 38px;
    height: 234px;
    text-align: center;
    line-height: 30px;
    background-color: #B6B6B4;
    color: #fff;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
 text-align:center; 
 background: url(../Images/Catalogue_VERT.png) no-repeat; 
}
#SDOs:hover {
  background: url(../Images/Catalogue_VERT_Hover.png) no-repeat; 
      opacity: 1;
}

#Nav_Agency{
 width: 0;
   
     height:450px;
     position:absolute;
     background-color:#fff;
     overflow-x: hidden;
     overflow-y: auto;
     position: fixed;
     z-index: 999;
     bottom: 15%;
     left: -10px;
     transition: 0.5s;
     padding-top: 30px;
     display:block;
     border:1px solid #c13c48;
     border-radius:6px;
     margin-left:-12px;
}
#Nav_Agency a
        {
           text-decoration: none;
                   }
        
        #Nav_Agency a:hover
        {
            color: #818181;
        }
#Nav_Agency > a:first-child {
    position: absolute;
            margin-top: -36px;
            right: 0px;
            font-size: 18px;
             text-decoration: none;
            font-size: 18px;
              color:#c52327;
            display: block;
            transition: 0.3s;
}
#Nav_Agency > a:first-child:hover {
   color: #818181;
}
 #Nav_Agency > ul  img {
   width:80%;
   height:52px !important ;
    }
 #Nav_Agency > ul > li {
        display: inline-block;
    vertical-align: top;
    width: 17%;
    margin-right: 10px;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #c13c48;
    font-weight: bold;
    text-align:center;
    }
     #Nav_Agency > ul > li span{
        display: block;
        font-family: 'Hind', sans-serif;
        font-size: 12px;
        width:auto;
        max-width:260px;
        color: #000;
        font-weight: 600;
    }
#SDO_Mob{
 position: fixed;
  bottom:58%;
    left: -2px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: #B6B6B4;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0.8;
   padding:2px;
   border-radius:20px;
   display:none;
}
#SDO_Mob img{
      width:32px; 
      height:32px;
      border-radius:20px;
}
#SDO_Mob:hover {
    background-color: #357EC7;
    opacity:1;
}
/*#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: #B6B6B4;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    
}
#back-to-top.hover {
     background-color: #000;
}

#back-to-top.show {
    opacity: 1;
}
*/
.scrollBack {

        display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    color: #444;
      font-weight:bolder;
     transition: opacity 0.2s ease-out;
}

.scrollBack:hover {
    background-color: #000;
    color:#fff;
}

.BackHome{
    cursor:pointer;
     display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    color: #444;
      font-weight:bolder;
     transition: opacity 0.2s ease-out;
   height:20px;
    background: url(../Images/BackToHome.png) no-repeat center; 
}
.BackHome:hover {
    background-color: #000 !important ;
   background: url(../Images/BackToTop_hovr.png) no-repeat center; 
}

#Fixed_Controls{
    position: fixed;
    z-index: 999;
    top: 53%;
    margin-top: -100px;
    background-color :#c13c48;
    border: #ddd 0px solid;
    width: 40px;
    font-size: 20px;
    right: 0;
    height:auto;
}