.sticky-header {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    /*border-bottom: 1px solid rgba(187, 187, 187, 0.5);*/
}

/*#header_left {
    width: 29%; 
    float: left; 
    margin-left: 3%;
    height: 55px;
    overflow: hidden;
}*/

#header_right {
    width: 98%; 
    float: right; 
    margin-right: 2%;
    text-align: right;
    /*height: 55px;*/
    overflow: hidden;
}

#menu_button {
    
	/*display: block;*/

    color: #33211d;
}

#menu_icon {
    display: none;
    font-size: 30px;
    margin-top: 3px;
    cursor: pointer;
/*   	color: #33211d;*/
}

.menu_btn {
    border: none;
    background: none;
    /*margin: 0;*/
    margin:	15px auto;
    cursor: pointer;
/*    padding: 15px 20px 15px 0;*/
    padding: 15px 20px;
    font-weight:900;
    color: #33211d;
    font-size: 20px;
    line-height: 17px;
    border-bottom: 2px solid rgba(1, 102, 177, 0);
}

.menu_btn:hover {
    /*border-bottom: 2px solid #0166b1;*/
    /*color: #ADDB1C;*/
	text-align:center;
    padding: 15px 20px;
	margin: 15px auto;
	font-size:21px;
	
    /*background:#fcf500;*/
	background:url(../image/buttonbg.jpg) center;
	
	}

ul.submenu {
    list-style-type: none;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 1);
    width: 30%;
    height: auto;
    text-align: left;
    float: left;
    position: fixed;
    color: #8e8e8e;
    border: 1px solid #eee;
    display: none;
}

ul.submenu li a {
    display: block;
    color: #8e8e8e;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    /*border-bottom: 1px solid #ddd;*/
}

ul.submenu li a:hover {
    /*color: #bbb;*/
    font-weight: bold;
}

#dropdown_menu {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 1005;
    width: 100%;
    min-width: 320px;
    height: 80%;
    margin-top: 0px;
    overflow: hidden;
}

ul.dropdown {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    margin-top: 0px;
    background-color: rgba(250, 250, 250, 1);
    width: 100%;
    height: 100%;
    text-align: left;
    float: left;
}

.sitemap ul.dropdown {
    font-size: 12px;
    background-color: #eee;
    width: 100%;
    height: auto;
    color: #bbb;
}

.sitemap ul.dropdown li {
    border-bottom: 1px solid #ddd;
}

.sitemap ul.dropdown li a {
    color: #333;
}

ul.dropdown li {
    padding: 3px 10px;
    margin-left: 2%;
}

ul.dropdown li p {
    font-size: 15px;
    line-height: 1;
    margin-left: 10%;
}

ul.dropdown li p img {
    width: 16px; 
    cursor: pointer;
}

ul.dropdown li a {
    display: block;
    color: #8e8e8e;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    cursor: pointer;
    /*border-bottom: 1px solid #ddd;*/
}

.sitemap ul.dropdown ul.dropdown_submenu li {
    color: #666;
    padding-left: 18px;
    border-bottom: none;
}

ul.dropdown li a:hover, ul.dropdown li a.active {
/*    border-bottom: 2px solid #0166b1;
    color: #ADDB1C;*/
    font-weight: bold;
}

ul.dropdown ul.dropdown_submenu {
    display: none;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

ul.dropdown ul.dropdown_submenu li {
    margin-left: 0;
}

ul.dropdown ul.dropdown_submenu li a {
    display: block;
    color: #8e8e8e;
    font-weight: bold;
    padding: 0px 15px;
    text-decoration: none;
    cursor: pointer;
}

ul.dropdown ul.dropdown_submenu li a:hover {
    color: #bbb;
}

.content-col-left-promo{
    width: calc(50% - 5px);
    float: left;
	margin-top:2%;
    margin-right: 5px;
    overflow: hidden;
}

.content-col-right-promo {
    width: calc(50% - 5px);
	margin-top:2%;
    float: right;
    margin-left: 5px;
    overflow: hidden;
}

.content-col-left-promo img{
	margin-left:0px;
	width:300px;
}

.content-col-right-promo img{
	margin-left:0px;
	width:300px;
}

.content-center-promo img{
	margin-top:2%;
    width:30%;
}


@media (max-width: 767px) {
    #menu_button {
        display: none;
    }
    
    #menu_icon {
        display: block;
    }

    .content-col-left-promo {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .content-col-right-promo {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
   }
	
   .content-col-right-promo {
	    padding-top:40px;
	    padding-bottom:20px;
   }

   .content-col-left-promo img{
	   margin-left:0px;
       width:75%;
   }
   
   .content-col-right-promo img{
	  margin-left:0px;
	  width:75%;
   }

   .content-center-promo img{
	  margin-top:4%;
      width:50%;
   }

}

