﻿@font-face
{
    font-family: 'helvetic';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-light.ttf) format('truetype');
}
@font-face
{
    font-family: 'helvetic-bold';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-bold.ttf) format('truetype');
}
@font-face
{
    font-family: 'helvetic-roman';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-roman.ttf) format('truetype');
}

html body *
{
    font-family: 'helvetic' !important;
}

/* Master Page */

/*@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);*/

html body
{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #dadada;
    font-family: 'Noto Kufi Arabic' , serif;
    font-size: 100%;
    direction: rtl;    
   /* scroll color it will support only on ie */
    scrollbar-base-color: #FB6400; 
  scrollbar-3dlight-color: #7A4988; 
  scrollbar-highlight-color: #7A4988; 
  scrollbar-track-color: #EBEBEB; 
  scrollbar-arrow-color: #FB6400; 
  scrollbar-shadow-color: #FB6400; 
   /*end scrol color*/  
  }
/* scroll color it will support only on google chrome */
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background-color:#f0f0f0}
::-webkit-scrollbar-thumb{background-color:#FB6400;}
::-webkit-scrollbar-thumb:hover{background-color:#FE9B5C}
::-webkit-scrollbar-button{background-color:#808080;}
/*end scrol color*/


@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoKufiArabic-Regular.eot);
  src: url(/fonts/NotoKufiArabic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NotoKufiArabic-Regular.woff2) format('woff2'),
       url(/fonts/NotoKufiArabic-Regular.woff) format('woff'),
       url(/fonts/NotoKufiArabic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NotoKufiArabic-Bold.eot);
  src: url(/fonts/NotoKufiArabic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NotoKufiArabic-Bold.woff2) format('woff2'),
       url(/fonts/NotoKufiArabic-Bold.woff) format('woff'),
       url(/fonts/NotoKufiArabic-Bold.ttf) format('truetype');
}


img
{
    border: 0;
}
.language{cursor:pointer;}

.container
{
    /*width:90%;*/ /* margin-left: 0.5%;     margin-right: 0.5%;*/
    box-sizing: border-box;
    border: 0px solid red; /*width:99%;*/     
    padding: 1px;
}

.container-items
{    
    margin-left: auto;
    margin-right: auto; 
}
.header
{
    float: left;
    width: 100%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    box-sizing: border-box;
}

.social-icons
{
    float: left;
    width: 20%;
}

.social-icons ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons ul li
{
    float: left;
    width: 10%;
    margin-left: 4.8%;
}

.social-icons ul li:first-child
{
    margin-left: 0;
}

.social-icons ul li a
{
    border: 0;
    display: block;
}

.social-icons ul li a img
{
    width: 100%;
    opacity: 0.5;
    display:block;
    -webkit-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    -moz-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
}

.social-icons ul li a img:hover
{
    opacity: 1;
}

.header-right
{
    float: right;
    width : 28.8%;
}

.Language
{
    float: right;
    font-family: Myriad Pro;
    font-size: 1.2rem;
    padding-top: 1%;
    margin-right: 2.9%;
}
.TopbarArb {
    color: #fb5f00 !important;
    font-size: 18px;
}
.Language a
{    
    text-decoration: none;    
}
.loginerror{float:left;color:red;  font-size: 1.2rem;}
.Language a:hover
{
   /* color: #fd9a59;*/
   color:Gray;
   
}

.Login
{
    float: right;
    width: 8%;
    margin-right: 2%;
    margin-left: 2%;
    cursor:pointer;
}

.Login a img
{
    width: 100%;
    opacity: 0.5;
    display:block;
    -webkit-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    -moz-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
}

.Login a img:hover
{
    opacity: 1;
}

 

.LogoBox
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #978d8a;
    background-image: url(/gif/pattern.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    min-height: 1px;
}
.PatternBg
{
    float: left;
    width: 100%;
    background-image: url(gif/pattern.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Logo
{
    float: right;
    width: 18.6%;
    margin:0.5% 0.5% 0.5% auto;
}
.Logo a
{
    display: block;
}
.Logo img
{
    width: 100%;
    display:block;
}

.Menu
{
    width: 100%;
    float: left;
    margin-top: 0.9%;
    margin-bottom: 0.9%;
    border-top: 1px solid #adaeaf;
    border-bottom: 2px solid #656565;
    background: -moz-linear-gradient(top,  rgba(162,162,162,0.94) 0%, rgba(161,161,161,1) 2%, rgba(146,146,146,1) 37%, rgba(139,139,139,1) 46%, rgba(113,113,113,1) 98%, rgba(112,112,112,0.98) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,162,162,0.94)), color-stop(2%,rgba(161,161,161,1)), color-stop(37%,rgba(146,146,146,1)), color-stop(46%,rgba(139,139,139,1)), color-stop(98%,rgba(113,113,113,1)), color-stop(100%,rgba(112,112,112,0.98))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(162,162,162,0.94) 0%,rgba(161,161,161,1) 2%,rgba(146,146,146,1) 37%,rgba(139,139,139,1) 46%,rgba(113,113,113,1) 98%,rgba(112,112,112,0.98) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(162,162,162,0.94) 0%,rgba(161,161,161,1) 2%,rgba(146,146,146,1) 37%,rgba(139,139,139,1) 46%,rgba(113,113,113,1) 98%,rgba(112,112,112,0.98) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(162,162,162,0.94) 0%,rgba(161,161,161,1) 2%,rgba(146,146,146,1) 37%,rgba(139,139,139,1) 46%,rgba(113,113,113,1) 98%,rgba(112,112,112,0.98) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(162,162,162,0.94) 0%,rgba(161,161,161,1) 2%,rgba(146,146,146,1) 37%,rgba(139,139,139,1) 46%,rgba(113,113,113,1) 98%,rgba(112,112,112,0.98) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a2a2a2', endColorstr='#fa707070',GradientType=0 ); /* IE6-9 */
}

.Menu ul
{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Menu ul li.level-0
{
    float: right;
    padding: 0.4% 2%;
    font-size: 1.3rem;
    font-weight: bold;
    background-image: url(/gif/menu-seperator.png);
    background-repeat: no-repeat;
}

.Menu ul li:first-child
{
    /*   margin-right: 2.9%;     padding-right: 0.4%;*/
}

.Menu ul li a
{
    color: #ffffff;
    text-decoration: none;
}

.Menu-heighlight
{
    background: rgb(254,121,29); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,121,29,1) 0%, rgba(246,89,8,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,121,29,1)), color-stop(100%,rgba(246,89,8,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,121,29,1) 0%,rgba(246,89,8,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,121,29,1) 0%,rgba(246,89,8,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,121,29,1) 0%,rgba(246,89,8,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,121,29,1) 0%,rgba(246,89,8,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe791d', endColorstr='#f65908',GradientType=0 ); /* IE6-9 */
}
.Home
{
    float: left;
    width: 100%;
    border: 0px solid black;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.footer
{
    float: left;
    width: 100%;
    margin-top: 1.3%;
    border-top: 1px solid #ffffff;
    background-color: #6c757c;
}

.footer-left
{
    float: left;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: right;
    padding-left: 2.9%;
}
.footer-right
{
    float: right;
    background-color: #565d62;
    width: 13.5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-image: url(/gif/footer-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.Sitemap-icon
{
    float: right;
    margin-right: 10%;
    margin-top: 6%;
    width: 10%; cursor:pointer;
}

.Sitemap-icon img
{
    width: 100%;
    display:block;
}
.Sitemap-txt
{
    float: left;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 10%;    
}

/* Master Page End  */

/* General Subpage */

.Sub
{
    float: left;
    width: 100%;
    border: 1px solid black;
    box-sizing: border-box;
}

.Sub-Right
{
    float: right;
    width: 20.5%;
    background-color: #ffffff;
    border: 1px solid #a2a7ab;
    box-sizing: border-box;
}

.ContextMenu
{
    float: right;
    width: 100%;
    margin-top: 12%;
}

.ContextMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

.ContextMenu ul li
{
    /* list-style-image:url(gif/contextMenuArrow.png);*/
    background-image: url(/gif/contextMenuArrow.png);
    background-repeat: no-repeat;
    background-position: 91.5%;
    -webkit-background-size: 4.6%;
    -moz-background-size: 4.6%;
    -o-background-size: 4.6%;
    background-size: 4.6%;
    text-indent: 10.7%;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-right: 6%;
    box-sizing: border-box;
    font-size: 1.3rem;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}
.ContextMenu ul li:last-child
{
    border-bottom: 1px solid #dddddd;
}
.ContextMenu ul li a
{
    text-decoration: none;
    color: #404040;
}

.ContextMenu ul li a:hover
{
    color: #ef3b07;
}

/* Election Portal Main */

.Sub-Election-Left
{
    float: left;
    width: 78.5%;
}

.Sub-eHeader
{
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a2a7ab;
}
.PageTools
{
    float: left;
    width: 20%;
}
 

.Tool
{
float: left;
    margin: 2% 1%;
    width: 17%;
}
.Tool a
{
    cursor: pointer;
}

.Tool:first-child
{
    margin-left: 2%;
}

.Tool img
{
    width: 100%;
    border: 0;
    display: block;
}
.PageHeader
{
    float: right;
    width: 65%;
    color: #4e4b4b;
    font-size: 1.3rem;
    text-indent: 1.3%;
}
.PageHeader .A2 {
    color: #6c757c;
    padding-left: 0.3%;
    padding-right: 0.3%;
    text-decoration: none;
}
.PageHeader .currentpage {
    color: #ef3e0a;
}
.currentpage > a {
    color: #ef3e0a;
    text-decoration: none;
}
.LatestNews
{
    float: right;
    width: 100%;
    background-color: #cfcfcf;
    margin-top: 1.3%;
    border-bottom: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.LatestNewsHeader
{
    float: right;
    width: 12.8%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(/gif/latestNewsBg.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: right;
    text-indent: 0.8%;
    color: #ffffff;
    font-size: 1.3rem;
}

.LatestNewsAdded
{
    color: #ef3b07; /*margin-right:1.2%;*/    
    font-size: 1.2rem;
    cursor:pointer;
    text-decoration:none;
}

.ElectionMainSub
{
    float: left;
    width: 100%;
    margin-top: 1%;
   /* display: flex;*/
    justify-content: space-between;
    display:flex;
}

.ElectionMainSub-Left
{
    float: left;
    /*width: 27.8%;*/
     width:25.8%;
    border: 1px solid #a2a7ab;
    background-color: #ffffff;
}

.ElectionContent
{
    /* margin: 4% 6%;*/ margin: 0 6%;
    width:90%;
    float: right;
    color: #6c757c;
    font-size: 1.2rem;
    min-height:500px;
}

.ElectionMainSub-Right
{
    float: right;
  /*  width: 70.7%;*/
   width:72.7%;
    background-color: #ffffff;
    border: 1px solid #a2a7ab;
}

.BahrainMapSub
{
    float: left;
    margin-top: 5.9%;
    width:100%;
   /* margin-left: 4.9%;
    margin-right: 4.9%;*/
}

.BahrainMapSub img
{
       float: left;
    left: 44%;
    position: relative;
    top: 25%;    
}

.ElectionCalander
{
    float: left;
    margin: 3%;
}

.ElectionCalander img
{
    width: 100%;
}

.poll
{
    float: left;
    width: 94%;
    margin: 3%;
}

.pollHeader
{
    width: 100%;
    background-color: #d3d5d7;
    font-size: 1.3rem;
    color: #ef3e0a;
    font-weight: bold;
    text-indent: 4.1%;
}

.pollQ
{
    float: right;
    margin: 5% 10% 1% 1%;
    color: #404040;
    font-size: 1.1rem;
    
}

.pollOpt
{
    float: right;
    margin-right: 10%;
    margin-bottom: 5%;
}

.pollOpt label
{
    float: right;
    clear: right;
    color: #404040;
    
    font-size: 1.1rem;
}

.pollButton
{
    clear:both;
    width: 31.9%;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    background: #f4651b; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4651b 0%, #f55d12 34%, #f55402 70%, #f54e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4651b), color-stop(34%,#f55d12), color-stop(70%,#f55402), color-stop(100%,#f54e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4651b 0%,#f55d12 34%,#f55402 70%,#f54e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4651b 0%,#f55d12 34%,#f55402 70%,#f54e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4651b 0%,#f55d12 34%,#f55402 70%,#f54e00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4651b 0%,#f55d12 34%,#f55402 70%,#f54e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4651b', endColorstr='#f54e00',GradientType=0 ); /* IE6-9 */
    text-align:center;
    vertical-align:middle;
    margin: 0 auto;
}

.ElectionMainMapBox
{
    float: right;
    margin: 19px 2.2% 1.4% 4.8%;
    width: 93%;
}

.ElectionSearchDD
{
    float: right;
    width: 100%;
    /*margin-top: 0.5%;*/
    margin-bottom: 0.5%;
    background-color: #6c757c;
}

.SearchDD
{
    border: 0px solid;
    float: right;
    margin-left: 0;
    padding: 1%;
    /*width: 35%;*/
}
.SearchDD .circlesfilter,.SearchDD .electionType{
    border: 3px solid #b3b3b3;
    border-radius: 10px;
}
.SearchDD Select
{
    width: 100%;
    font-family: 'Noto Kufi Arabic' , serif !important;
    font-size: 1.1rem;
    border: 1px solid #999999;
}

.InteractiveMap
{
    float: right;
    width: 100%;
    margin-top: 1%;
}

.govmapSection img
{    
     float: left;
    left: 44%;
    position: relative;
    top: 25%;   
}

.SearchResults
{
    width: 100%;
    float: right;
   /* overflow: scroll;*/
}

/*.SearchResults table tbody
{
    -webkit-box-shadow: inset 5px 7px 10px 13px rgba(204, 206, 209, 0.75);
    -moz-box-shadow: inset 5px 7px 10px 13px rgba(204, 206, 209, 0.75);
    box-shadow: inset 5px 7px 10px 13px rgba(204, 206, 209, 0.75);
}
*/
.SearchResults table tr
{
    background-color: #dcdedf;
   /* text-indent: 3.2%;*/
}

.SearchResults table tr th
{text-indent: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    /*text-indent: 3.2%;*/
}

.SearchResults table tr td
{text-indent: .5%;
    color: #404040;
    font-weight: bold;
    font-size: 1rem;
}

/* Election Portal Main End */


/* font re-size*/

.jfontsize-button:hover
{
    text-decoration: none;
    background: #876896;
    color: #fff;
    border: solid 1px red;
}
.jfontsize-disabled, .jfontsize-disabled:hover
{
    cursor: not-allowed !important;
}
/* end font re-size*/


/*popup section goes here*/


/* === the dark full screen background, which appears on form pop-up === */
#background-on-popup
{
    z-index: 99999;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

/* === The X-mark from the top-right corner of the pop-up form, from which you can close the box === */
div.close
{
    background: url("/gif/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    top: 10px;
    left: 10px;
    position: relative;
    width: 16px;
}

/* ==== Wrapper of the forms ==== */
#suggestion-in-form
{
    max-width: 700px;
    min-width: 400px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    display: none;
    left: 47%;
    top: 20%;
    margin-left: -300px;
    border-radius: 4px;
    z-index: 99999;
    border-radius: 4px;
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.333);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    padding: 30px 16px 15px 30px;
    position: fixed;
}
#quotation-in-form
{
    top: 10% !important;
}
/* ==== The form section styling of elements ==== */
#form-section .error
{
    padding-left: 30px;
}

#form-section li, #thankyou li
{
    list-style: none;
}

#form-section label span
{
    cursor: pointer;
    color: #000000;
    display: block;
    margin: 5px 0;
    font-size: 1rem;
}

.left-column
{
    /* left column from the two column input row */
    float: right;
    width: 48%;
}

.right-column
{
    /* right column from the two column input row */
    width: 48%;
    float: right;
}
#form-section input[type="text"]:hover
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    transition: border-color 0.2s ease-in-out 0s;
}
#form-section input[type="text"]
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 1rem;
    margin: 0 0 5px;
    padding: 8px 8px 8px 25px;
    width: 100%;
}
#form-section textarea
{
    height: 200px;
    margin: 0 15px;
    width: 605px;
}
/* ==== Inputs and Buttons of the form, with hover and focus behavior ==== */
#form-section textarea
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    margin: 0 0 5px;
    padding: 8px;
    border-radius: 5px;
    padding-right: 25px;
    resize: none;
    overflow-y: auto;
    word-wrap: break-word;
}

#form-section textarea:hover
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}


.completesuggestion
{
    float: left;
    margin-left: 0px;
}

#form-section label.rem-me
{
    font-size: 1rem;
}

#form-section p
{
    padding-bottom: 15px;
    margin: 15px 0px;
    font-size: 1rem;
    font-weight: bold;
}

span.register-numbering
{
    padding: 3px 8px;
    background-color: #EBCB17;
    color: #333;
    margin-right: 10px;
    border-radius: 3px;
}

span.register-numbering-text
{
    color: #000000;
}



.modal-dialog-title
{
    background-image: url("/gif/comment-32.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 32px;
    padding-right: 50px;
}

.modal-dialog-title-text
{
    line-height: 32px;
    vertical-align: baseline;
    color: #000000;
    cursor: default;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 24px;
}
.result-box
{
    padding: 20px 0 40px;
}

/* end popup*/

 /*Sitemap*/
 
 .SitemapContainer
 {
     width:100%;
     clear:both;
     float:right;
     background-color:#575e63;
 }
 
 .SitemapColumn
 {
     float:right;
     margin-right:6.45%;
     margin-top:1.5%;
     margin-bottom:1.5%;
}
 
.SitemapColumn:first-child
{
    margin-right:4.5%;
}

.SitemapHeader
{
   font-size:1.25rem;
   font-weight:bold;
   color:#ffffff;
   border-bottom:2px solid #f74e08;
}

.SitemapColumn ul
{
    list-style-type:none;
    padding:0;
    /*margin:0;*/
}

.SitemapColumn ul li a, .SitemapHeader a
{
    text-decoration:none;
    color:#ffffff;
}

.SitemapColumn ul li a:hover, .SitemapHeader a:hover
{
    color:#f74e08;
}
.scrolls{display:none;}
/* end site map*/

/* top fixed menu*/
.f-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/*end top fixed menu*/
/* scroll Top*/

@keyframes nod {
0% {
    transform: translate(0px, 0px);
}
50% {
    transform: translate(0px, 5px);
}
100% {
    transform: translate(0px, 0px);
}
}
.scrollup {
    background: url("/gif/goto-top.png") no-repeat scroll 0 0 transparent;
    bottom: 75px;
    display: none;
   width: 70px;
 height  : 48px;
    position: fixed;    
    text-indent: -9999px;    
   /* z-index: 9992;*/
}
.scrollup:hover {
    animation: 0.3s linear 0s normal none infinite nod;
    opacity: 0.5;
}
/*end scroll TOp*/

.tablecaption
{
     
    color: #fe6f24 !important;
}    
.round
{
background-color: #eea383 !important;
color: #fe6f24 !important;
        
}
.caption2
{
    background-color: #eea383 !important;
}
.mapHeader {       
    height: 39px;   
        padding: 19px 4px 21px 0px;
  /*  width: 100%;*/
}
.maptext
{
    font-family: 'Noto Kufi Arabic' , serif !important;
    font-size:14px;
    color:#404040;
    text-align:center;
    margin:auto;
    }
.mapsubblock {
   background-color: #6c757c;    
    color: #ef3e0a;    
      height: 42px;     
    padding: 5px;
    width: 93%;
}
.mapsubblock .electionYear{ border-radius: 10px;border:3px solid #b3b3b3;}
.electionYear,.sbOptions{width:140px !important;}
.newsdrop .sbSelector{width:121px;}
.electionYear .sbSelector{width:125px;}
.circlesfilter .sbOptions,.electionType .sbOptions{width:200px !important}
.searchmenus{width:80%; margin:0 auto;}

/* paging */

  /* paging */
        .newsdrop
        {
             top: 6px;
    width: 140px !important;
        }
        .newsSectionLoader
        {
            position: absolute;
            right: 50%;
        }
     .paging
{
    border: 0 solid;
    float: right; /* margin: 14px 18px 13px;*/
    width: 100%;
}
.holder
{
    margin: 15px 0;
    float: right;
}
.holder a
{
    background-color: #FDFDFD;
    border: 1px solid #BDBDBD;
    color: #8F9297;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    line-height: 29px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 32px;
    transition: all 1s ease 0s;
}

.holder a:hover
{
    background-color: #c9c7c7;
    color: #FFFFFF; /*  transform: rotate(360deg);*/
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.4s ease-in-out 0s;
}
.holder a.jp-previous
{
    margin-right: 15px;
    background-image: url("/gif/nextpage.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FDFDFD;
}
.holder a.jp-next
{
    margin-left: 15px;
    background-image: url("/gif/prepage.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FDFDFD;
}
.holder a.jp-current, a.jp-current:hover
{
    background-color: #FB6400 !important;
    border: 1px solid rgba(255, 93, 94, 0.69) !important;
    color: #F6FCFF;
    float: right;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.holder a.jp-current, a.jp-current:hover
{
    background: none repeat scroll 0 0 transparent;
    cursor: default; /*animation: 0.6s linear 0s normal none infinite nod;     margin-top: -4px;*/
}
.holder a.jp-disabled, a.jp-disabled:hover
{
    background-color: #FDFDFD;
    opacity: 0.5;
    cursor: not-allowed;
}
.holder span
{
    background-color: #FDFDFD;
    border: 1px solid #BDBDBD;
    color: #8F9297;
    float: right;
    font-size: 1rem;
    font-weight: bold;
    height: 31px;
    line-height: 29px;
    margin-right: 5px;
    text-align: center;
    width: 32px;
}
        
        /*end paging*/
        
        /*listing pages*/
        .LandingPage
        {
            float: left;
            width: 100%;
            margin-top: 1%; /*display: flex;
            justify-content: space-between;*/
            background-color: #ffffff;
            border: 1px solid #a2a7ab;
        }
        
        .Filter
        {
            width: 96.2%;
            float: right;
            clear: both;
            background-color: #6c757c;
            margin: 1.9%;
            padding-left: 8.6%;
            padding-right: 8.6%;
            box-sizing: border-box;
        }
        
        
        .PressFilter
        {
            float: right;
            width: 24%;
            margin-left: 4.5%;
            margin-top: -0.5%;
            margin-bottom: 1%;
        }
        
        .PressFilter select
        {
            width: 100%;
            font-family: 'Noto Kufi Arabic' , serif !important;
            font-size: 1rem;
            border: 1px solid #999999;
        }
        
        .PressBox
        {
            float: right;
            margin: 1.9%;
            width: 96.2%;
        }
        .Press
        {
            width: 100%; /*  margin:1.9%;*/
            float: right;
            clear: both;
            padding-top: 1%;
            padding-bottom: 1%;
            border-bottom: 2px solid #d6d6d6;
        }
        .Press:first-child 
        {
        border: medium none;
        }
.PressThumb
{
    float: right;
    width: 19%;
    box-sizing: border-box; /*border:4px solid #ffffff;               -webkit-box-shadow: 3px 4px 3px 0px rgba(50, 50, 50, 0.33);               -moz-box-shadow:3px 4px 3px 0px rgba(50, 50, 50, 0.33);               box-shadow:3px 4px 3px 0px rgba(50, 50, 50, 0.33);*/
    margin-right: 3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0 ,0.36 );
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0 ,0.36 );
    box-shadow: 0 0 10px rgba(0, 0, 0 ,0.36 );
    border: 4px solid #ffffff;
}

.PressThumb img
{
    width: 100%;
}
.PressThumbbg
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
        
        .PressDate
        {
            float: right;
            margin-right: 3%;
            width: 64.7%;
            color: #272727;
            font-size: 1.2rem;
        }
        
        .PressTitle
        {
            float: right;
            margin-right: 3%;
            width: 64.7%;
            color: #ef3e0a;
            font-size: 1.2rem;
            cursor:pointer;
        }
        
        .PressAbstract
        {
            float: right;
            margin-right: 3%;
            width: 64.7%;
            color: #272727;
            font-size: 1.2rem;
        }
        
        
        /* video gallery*/
       .LatestVideos
        {
            float: right;
            width: 100%;
            margin-right: 2.7%;
            border: 1px solid #f3f3f3;
            margin-top: 3%;
            margin-bottom: 1%;
        }
        
        .Video
        {
            float: left;
            width: 100%;
           /* margin-right: 2.3%;
            margin-top: 3%;
            margin-bottom: 1%;
            margin-left: 7.5%;*/
            background-color: #929292;
        }
        
        .VideoPlayer
        {
            margin: 3%;
            width: 793px;
            height: 512px;
        }
        
        .VideoPlayer img
        {
            width: 100%;
            display: block;
        }
        
        
        .PlayerControls
        {
            float: left;
            width: 37.5%;
           /* margin-top: -1%;
            margin-left: 7.5%;*/
            margin-bottom: 1%;
        }
        
        .PlayerControls img
        {
            float: left;
            display: block;
        }
        
        .VideoElement
        {
            background-color: #7d7d7d;
    cursor: pointer;
    float: left;
   margin:2%;
    width: 96%;
        }
        .videosList a{border:2px solid red;}
        .videosList a:hover{border:2px solid yellow;}
        .VideoElement:nth-child(2)
        {
            margin-top: 0;
            margin-bottom: 0;
        }
        
        .VideoThumb
        {
            float: right;
            width: 38.4%;
            margin: 3% 3% 0.5% 1%;
        }
        
        .VideoThumb img
        {
            width: 100%;
        }
        
        .VideoTitle
        {
            float: left;
            color: #ffffff;
            font-size: 0.8rem;
            width: 48.7%;
            margin-top: 3%;
            margin-left: 3%;
        }
        
        .MoreVideos
        {
           /* margin: 2%;
            float: left;
            width: 96%;
            background-color: #fb6500;
            padding-top: 1.5%;
            padding-bottom: 1.5%;*/
        }
        
        .MoreVideosText
        {
            float: left;
            margin-left: 6.9%;
            width: 40%;
            font-size: 0.7rem;
            color: #ffffff;
            margin-top: 1%;
        }
        .MoreVideosPaging span
        {            
            color: #fb6400;
        }
        .MoreVideosPaging
        {
            float: right;
           /* margin-right: 5.5%;
            width: 85.5%;*/
        }
       
        .MoreVideosPaging a img
        {
            display: block;
            width: 100%;
        }
        #gallery-image
        {
            margin: 4% 2.8% 3% 4%;
            visibility: hidden;
        }
        .icon-playunselected
        {
            background: url("/gif/video-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        }
        .icon-playselected
        {
            background: url("/gif/video-iconselected.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        }
        .icon-play
        {
            color: #ffffff;
            cursor: pointer;
            font-size: 16px;
            height: 9px;
            margin-right: 38px;
            margin-top: 29px;
            padding: 5px 5px 5px 6px;
            position: absolute;
            width: 18px;
            z-index: 10;
        }
        
        element.style
        {
            display: block;
        }
        #gallery-buttons
        {
            background-image: url("/gif/bg-buttons.png");
            background-repeat: no-repeat;
            display: none;
            height: 37px;
            padding-left: 10px;
            padding-top: 9px;
            text-align: left;
        }
        /*end video gallery*/
        

/* login box*/
.loginBox
{
    width: 32%;
    background-color: #e1e3e5;
    border: 2px solid #a1a2a3;
    z-index: 9999;
    position: absolute;
    top: 4%;
}

.LoginBoxHeader
{
    width: 100%;
    background-image: url('/BIPD/gif/loginboxheader.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 2%;
    box-sizing: border-box;
}
.LoginBoxHeader h1
{
  /*  margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1.2rem;
    text-indent: 2%;*/
}

.LoginRow
{
    margin: 2%;
    float: right;
    width: 94%;
}

.LoginRow a
{
    text-decoration: none;
    color: #ef3d0a;
    font-size: 1.1rem;
}


.LoginRow a:hover
{
    text-decoration: none;
    color: #5b5b5b;
}
.LoginLabel
{
    width: 30%;
    float: right;
    color: #5b5b5b;
    font-size: 1.2rem;
    padding-top: 1%;
}

.LoginInput
{
    width: 70%;
    float: left;
}

.LoginPassword
{
    width: 70%;
    float: left;
    background-color: #ffffff; /*border: 1px solid #d2d2d2;                          box-sizing:border-box;*/
}

.LoginInput input[type="text"]
{
    /* width: 100%;             border: 1px solid #d2d2d2;             padding: 2.5%;             font-family: 'Noto Kufi Arabic';             color: #aeadad;             font-size: 1vw;*/
    border: 1px solid #d2d2d2;
    color: #aeadad;
    font-family: 'Noto Kufi Arabic';
    font-size: 1rem;
    padding: 2.5%;
    width: 95%;
}

.LoginPassword input[type="password"]
{
    /*  width: 80%;             border:0;             border: 1px solid #d2d2d2;             padding: 2.5%;             font-family: 'Noto Kufi Arabic';             color: #aeadad;             font-size: 1vw;*/
    border: 0 none;
    color: #aeadad;
    font-family: 'Noto Kufi Arabic';
    font-size: 1rem;
    padding: 2.5%;
    width: 79%;
}


.LoginButton
{
    float: left;
    width: 14%;
    margin: 1%;
}

div.LoginPassword div.LoginButton input#uc_LoginBox1_ImgLogin
{
    float: left;
    margin-top: 2%;
    width: 99.5%;
}

.LoginClose
{
    left: 2%;
    position: absolute;
    top: 5%;
    width: 4%;
    cursor: pointer;
}
.LoginClose img
{
    width: 100%;
    display: block;
}
.LoginButton img
{
    width: 100%;
    display: block;
}
.openLoginBox
{
    float: left;
}
/*end login box*/

/* search button */


.searchtext
{
  float: left;
    margin-left: 2%;
    width: 83%;
}
.searchbutton
{
     float: right;
    width: 10%;
    margin-right: 2%;
    margin-top: 1.3%;
}
.Search
{
   float: right;
    width: 60%;
    margin-left: 10%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    background-color: #eea383;
    -webkit-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    -moz-box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
    box-shadow: 2px 9px 6px -3px rgba(234,234,234,1);
}

.Search:hover
{
    background-color: #f54906;
}

.Search input[type=text]
{
    float: left;
    border: 0;
    width: 100%; /*padding: 3.2%;*/
    background-color: #eea383;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    padding: 1%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-background-size: 10%;
    -moz-background-size: 10%;
    -o-background-size: 10%;
    background-size: 10%;
    background-position: 99% 50%;
    text-indent: 15%;
    color: White; /*font-family: 'Noto Kufi Arabic' , serif;*/
}
.Search input[type=text]:focus
{
    background-color: #f54906;
}
.Search-icon
{
    float: right;
    width: 10%;
    margin-right: 3%;
}

.Search-icon img
{
    width: 100%;
}

div.searchbutton input#ImgSearch
{
       display: block;
    width: 100%;}

/* end */

.EventTitle {
color: #ef3e0a;
    float: right;
    font-size: 1rem;
    margin-bottom: 2%;
    width: 100%;

}
.bb
{
   border-bottom: 1px solid #ebebeb;
margin-bottom:1%;

}
.paddingbtm
{
     margin-bottom: 10px;
    padding-bottom: 10px;
}
.clearfix{clear:both;}
.articledesc
{
    float: right;
    width: 100%;
}
.sharing-icons
{
width:100%;
float:right;  border:0px solid red;  
}
.context-menu-list
    {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);        
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 2px 0 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
        display: none;
    }
          .context-menu-list .Tool:nth-of-type(5n)
{
     padding-left: 3%;    
}
    .Tool > .open
    {
        display: block;
    }
    .more-social-icons
    {
        display: block;
        position: relative;
    }
    .more-social-icons .Tool
    {
        padding-left: 2%;
    }
    .sectionmapfullnoWidth {   
    width: 100% !important;
}
/*Load Shura under Bank Information*/
.bottom-content-right-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("/AGForum/gif/art1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-color: red #eeeeee red red;
    border-image: none;
    border-style: solid;
    border-width: 0 4px 0 0;
    float: right;
    height: auto;
    position: relative;
    right: 0;
    width: 100%;
}
.content-article-sub-new {
    border: 0 solid red;
    color: #f78e3d;
    float: right;
    font-size: 1.4rem;
    line-height: 5rem;
    overflow: hidden;
    position: relative;
    right: 8.5%;
    text-align: right;
    top: 3.1%;
    width: 40%;
    z-index: 1;
}
.MemberName {
    color: #f95d16;
    float: left;
    font-size: 1rem;
    text-align: right;
    width: 100%;
}
.MemberPosition {
    color: #72738c;
    direction: rtl;
    float: left;
    font-size: 1rem;
    margin-bottom: 3%;
    width: 100%;
}
.MemberAbstract {
    float: left;
    margin: 1%;
    width: 69.8%;
}
.BODMember {
    background-color: #eeeeee;
    border: 6px solid #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
    float: right;
    margin: 0.3% 1%;
    position: relative;
    width: 98%;
}
.MemberPhoto {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    margin: 1%;
    width: 25%;
}
.MemberPhoto img {
    display: block;
    width: 100%;
}
.MemberReadMore {
    bottom: 0;
    float: left;
    margin-right: 30%;
    position: absolute;
    width: 69.8%;
}
.ReadMoreIcon {
    float: left;
    width: 7.3%;
}
.ReadMoreIcon, .ReadMoreText {
    cursor: pointer;
}
.ReadMoreIcon img {
    display: block;
    width: 100%;
}
.ReadMoreText {
    float: left;
    font-size: 0.9rem;
    margin-top: 2.8%;
}
.ReadMoreText a {
    color: #f95d16;
    text-decoration: none;
}
.ProfileBlockselected {
    border: 6px solid #f8600c !important;
}
.profile1
   {
      color: #72738c;
      font-family: "Noto Kufi Arabic" ,serif;
      padding-bottom: 2%;
   }
   .BODBox .ProfileBlockselected .bodselectTit
    {
     display: none;
    }
   #tab2 > p:first-child
    {
      border: 1px solid red;
      display: none;
    }
    .closeitem .MemberPosition .bopen 
    {
    display: none !important;
}
.ElectionMainSub-shuraRight
{
    background-color: #ffffff;
    border: 1px solid #a2a7ab;
    float: right;
    width: 100%;
}


/* Changes made in 02-03-2020 */

.header 
{
    background: white;
}

.social-icons {
    float: left;
    width: 203px;
}

.social {
    margin-left: 15px;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons ul li {
    float: left;
    width: 42px;
    margin-left: 1px;
}

.social ul li {
    margin-right: 3px;
    width: 30px;
    font-size: 18px;
}

.social-icons ul li:first-child {
    margin-left: 0;
}

.social ul li a {
    color: #656565;
    background: rgba(87, 94, 99, 0.5);
    background: transparent;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    position: relative;
    transition: 250ms;
    overflow: hidden;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social ul li a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(87, 94, 99, 0.5);
    content: "";
    z-index: 1;
    transition: 250ms;
    transform: translateY(-102%);
}

.social ul li a.twitter:before {
    background: #55acee;
}

.social ul li a .svg-inline--fa {
    position: relative !important;
    z-index: 10 !important;
}

.social ul li:hover a {
    color: #fff;
    box-shadow: 2px 9px 6px -3px rgba(234, 234, 234, 1);
}

.social ul li a:hover:before {
    transform: translateY(0%);
}

.social ul li a.facebook:before {
    background: #42599e;
}

.social ul li a.instagram:before {
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}

.social ul li a.rss:before {
    background: #eb6122;
}

.social ul li a.youtube:before {
    background: #d42622;
}

.social ul li a.phone:before {
    background: #41b01e;
}

.search-Btn {
    float: left;
    background: transparent;
    text-align: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    color: #656565;
    cursor: pointer;
    opacity: 0.8;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    font-size: 18px;
}

.open-search-btn {
    padding: 3px;
}

.search-Btn:hover {
    opacity: 1;
    color: #fff;
    background: #575e63;
    box-shadow: 2px 9px 6px -3px rgba(234, 234, 234, 1);
}

.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(45deg, #f26629, rgba(244, 67, 54, 0.7)); */
    background: linear-gradient(45deg, #8a8a8d, rgba(138, 138, 141, 0.6));
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
}

.search-popup.open {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-close {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 30px;
    height: 30px;
    padding: 20px;
    cursor: pointer;
}

.search-box {
    width: 100%;
    max-width: 700px;
    padding: 15px;
    display: flex;
}

.search-bar {
    background: white;
    border: none;
    outline: none;
    padding: 12px;
    font-size: 20px;
    width: 100%;
}

.ImgSearch {
    background: #f26729;
    display: flex;
    cursor: pointer;
    padding: 15px;
    color: white;
    width: auto;
}

.m-d-viewimg {
    border: 0 solid #00f;
    float: left;
    height: auto;
    opacity: .8;
    display: block;
}

._topMenu {
    display: flex;
    width: 100%;
}

._topMenu {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.LogoBox {
    border: none;
    background-image: none;
    width: auto;
    margin-left: 6em;
}

.Logo {
    float: right;
    width: 18.6%;
    margin: .5% .5% .5% auto;
}

.Logo {
    width: auto;
    max-width: 100%;
}

.Logo {
    margin-right: 15px;
    /* margin-bottom: 5px; */
    width: 110px;
    width: 260px;
}

.Logo a, .Logo img {
    display: block;
}

.Menu {
    margin-top: 4.9%;
    align-self: baseline;
    background: #fff;
    border: none;
}

.Menu {
    margin-top: 1%;
    margin-bottom: 0;
    align-self: center;
}

.Menu ul li.level-0 {
    background-image: none;
}

.Menu ul.mnmenu li.level-0 a {
    color: #656565;
    color: #87878a;
}

.Menu ul li a {
    text-decoration: none;
    color: #656565;
    color: #87878a;
    font-weight: normal;
}

.Menu * {
    font-size: 18px;
}

.Logo {
    margin-bottom: 12px;
}