﻿@charset "utf-8";
/* CSS Document */

/*========== Header-Top-Start =========*/

#top-row{ display:inline-block; background-color:#000; padding:12px 0 0;width:100%;  }
#top-row-wrapper{ width:100%; margin:auto; text-align:right;display:inline-block;}
#top-row-wrapper *{ box-sizing:border-box; }
#top-row-wrapper form{ position:relative; display:inline-block;width: 202px;}
#top-row-wrapper form input[type="Submit"]{
    position: absolute;
    background: #fff url(../images/saerch-icon.png)no-repeat 3px 0;
    border: 0px;
    height: 17px;
    right: 5px;
    top: 7px;
    cursor: pointer;
    font-size:0; 
    width: 21px;
}

.saerch-box{ position:relative}

/*used for template weblink*/

.saerch-box-weblink{ position:relative; display:inline-block;width: 202px; position:relative}
#top-row-wrapper .saerch-box-weblink input[type="Submit"]{
    position: absolute;
    background: #fff url(../images/saerch-icon.png)no-repeat 3px 0;
    border: 0px;
    height: 17px;
    right: 5px;
    top: 7px;
    cursor: pointer;
    font-size:0; 
    width: 21px;
}


/*========== Header-Top-End =========*/


/*========== Header-Start =========*/
header {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom:1px solid #aeaeae;
    padding:5px 0 0 0;
    background-color:rgba(0, 0, 0, 0.5)
}
#main {
  padding-top: 97px;
}

/*========== Header-End =========*/

/*========== Adeverstisement-Start =========*/
.advertisement-wrapper{ position:relative;text-align:center;z-index:995; }

/*========== Adeverstisement-Start =========*/
