@font-face {
    font-family: 'TheMixArab';
    src: url('../blue/fonts/subset-TheMixArab.eot');
    src: url('../blue/fonts/subset-TheMixArab.eot?#iefix') format('embedded-opentype'),
        url('../blue/fonts/subset-TheMixArab.woff') format('woff'),
        url('../blue/fonts/subset-TheMixArab.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheMixArab';
    src: url('../blue/fonts/subset-TheMixArab-Black.eot');
    src: url('../blue/fonts/subset-TheMixArab-Black.eot?#iefix') format('embedded-opentype'),
        url('../blue/fonts/subset-TheMixArab-Black.woff') format('woff'),
        url('../blue/fonts/subset-TheMixArab-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TheMixArab';
    src: url('../blue/fonts/subset-TheMixArab-Bold.eot');
    src: url('../blue/fonts/subset-TheMixArab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../blue/fonts/subset-TheMixArab-Bold.woff') format('woff'),
        url('../blue/fonts/subset-TheMixArab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
    font-family: 'TheMixArab';
}
section{
    margin-bottom: 40px;    
}
section.no-margin{
    margin-bottom: 0px;
}
section h3{
    color: #1f3448;
    font-weight: bold;
}

header .top-nav {
    background: #122533; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#122533, #203a55); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#122533, #203a55); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#122533, #203a55); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#122533, #203a55); /* Standard syntax */
    padding: 18px;
}
header .top-nav a{
    color:#fff;
    text-decoration: none;
    font-size: 16px;
}
header .top-nav ul{
    margin: 0;
}
header .top-nav .date{
    color: #fff;
    font-size: 16px;
}
header .top-nav .menu li{
    padding: 0 10px;
}
header .top-nav .menu li:not(:last-child)::after{
    content: "|";
    margin-right: 20px;
    color: #fff;
}
header .container-fluid{
    max-width:1200px;
}
 .social{
    list-style-type: none;
    display: -webkit-inline-box;
    float: left;
}
 .social li{
    padding: 0 10px;
}
 .social li>a{
    font-size: 20px;
    color: #fff;
}
header .top-nav  li>a:hover,footer li>a:hover{
    color:#01101b;
}
header .main-nav {
    background: url(../blue/images/nav-background.jpg) #d5d5d5;
    background-size: cover;
}
header .main-nav .navbar-default{
    background-color: unset;
    border:0px;
}
header .main-nav #main-menu{
    float: left;
    margin-top: 75px;
}

header .main-nav .navbar-brand{
    height: fit-content;
}
header .main-nav #main-menu>li:first-child{
    background: #142537;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
header .main-nav #main-menu>li:first-child a,header .main-nav #main-menu>li:last-child a{
    color: #fff;
    font-size: 20px;
}
header .main-nav #main-menu>li:last-child{
    background: #142537;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
header .main-nav #main-menu>li:last-child:hover,header .main-nav #main-menu>li:first-child:hover{
    background: #3e5d7c;
}
header .main-nav #main-menu>li{
    background: #edece9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fefcf4, #edece9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fefcf4, #edece9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fefcf4, #edece9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fefcf4, #edece9); /* Standard syntax */
    height: 50px;
    border-left: 1px solid #c6c5c5;
    border-right: 1px solid #fff;
}
header .main-nav #main-menu>li:hover{
    background: #fefcf4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#edece9, #fefcf4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#edece9, #fefcf4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#edece9, #fefcf4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#edece9, #fefcf4); /* Standard syntax */
}

header .main-nav #main-menu>li>a{    
    color: #142537;
    font-weight: bold;
    text-decoration: none;
}
.main-content .main-slider .owl-item img{
    max-height: 430px;
}
.Publications .owl-item img{
    min-height: 230px;
}
.Publications .owl-nav{
    margin-top: 0px;
}
.main-slider .owl-nav{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    margin: auto;
    width: 90%;
    height: 12%;
}
.main-slider  .owl-nav [class*='owl-']{
    color: #FFF;
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 30px!important;
    margin: 0px;
    padding: 4px 0px;
    width: 42px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.main-slider .caption a{
    text-decoration: none;
}
.main-slider .caption h1{
    width: 75%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    color: #fff;
}
.main-slider .caption p{
    width: 75%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

.main-slider .owl-nav .owl-prev{
    float: right;
}
.main-slider .owl-nav .owl-next{
    float: left;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: #1f3448;
}
.main-slider .owl-dots{
    position: absolute;
    bottom: 40px;
    left: 270;
}
.main-slider  .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: #949393;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.main-slider .caption{
    color: #FFF;
    text-align: justify;
    padding-top: 50px;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 58%;
    bottom: 0;    
    font-size: 14px;
    padding-bottom: 20px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
.scrollbar
{
	margin-left: 30px;
	float: left;
	max-height: 490px;		
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #3b5d7c;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


.categories .category{
      float: right;
    width: 100%;
    margin: 2px 10px 10px 10px;
    min-height: 50px;
    text-align: center;
    background: #f8f6f0;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0px;
}
    .categories .category img {
            max-width: 40px;
    max-height: 40px;
    float: right;
    }
.main-content .categories{     
    width: 96%;
}


.horizontal-only
{
	height: auto;
	max-height: 200px;
}

.categories .category h4{
padding-top: 3px;
    font-size: 14px;
    text-align: right;
    padding-right: 60px;}


.fixed-title{
    float: right;
    padding-left: 15px;
}
 .fixed-arrow{
    display: -webkit-box;
}

.blue-arrow{
    width: 100%;
    display: block;
    margin-top: 33px;    
    border-top: 1px solid #1f3448;
}
.blue-arrow::before{
    content: url('../blue/images/blue-arrow.png');
    position: relative;
    top: -13px;
}
.white-arrow{
    width: 100%;
    display: block;
    margin-top: 33px;    
    border-top: 1px solid #fff;
}
.white-arrow::before{
    content: url('../blue/images/white-arrow.png');
    position: relative;
    top: -13px;
}

.new-articles .article,.tabbed-articles .article{
    background: #f9f8f5;
    border:1px solid #dceaf9;
    margin: 5px;
    height: 208px;
}
.new-articles .article img ,.tabbed-articles .article img{
    width: 100%;
    height: 130px;

}
.tabbed-articles .nav-tabs{
    border-bottom: 2px solid #1f3448;
    margin-bottom: 10px;
}
.tabbed-articles .article img{
    max-height: 160px;
}
.new-articles a ,.tabbed-articles a{
    text-decoration: none;
}
.new-articles{
max-height: 500px;
overflow: hidden;
}
.new-articles .article h5 ,.tabbed-articles .article h5{
    border-top: 2px solid #1e3548;
    padding: 12px 10px 4px;
    margin-top: 2px;
    color: #1e3548;
}
.new-articles .article .meta ,.tabbed-articles .article .meta{
    padding: 5px 10px 0px;
}
.new-articles .article .meta span:first-child, .tabbed-articles .article .meta span:first-child{
    margin-left: 80px;
}
.tabbed-articles .nav-tabs>li>a ,.tabbed-sliders .nav-tabs>li>a {
    border:0;
    border-radius: 0px;
    text-decoration: none;
}

.tabbed-articles .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.tabbed-sliders .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: #1e3548;    
    border: 0px;
}
.tabbed-articles .nav-tabs>li.active>a>h3, .tabbed-sliders .nav-tabs>li.active>a>h3{
    color:#fff;
}
.tabbed-articles .nav-tabs>li>a>h3, .tabbed-sliders .nav-tabs>li>a>h3{
    font-size: 18px;
    margin: 0px;    
}

.Publications .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}

.Publications .owl-next{
    left: -30;
    position: absolute;
}
.Publications .owl-prev{
    right: -30;
    position: absolute;
}

.Publications .owl-nav [class*=owl-]{
    background: unset;
}
.Publications .owl-nav [class*='owl-']:hover{
    background: unset;
}


.main-content .media {
    background: #1c344c;
    color: #fff;
}
.main-content .media h3{
    color: #fff;
}
.main-content .media-slider {
    margin-top: 20px;
    margin-bottom: 60px;
}
.media-slider .item img{
    min-height: 255px;
}
.media-slider .item .media-caption{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 15px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.55) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
.media-slider .media-caption h4{
    bottom: 20px;
    position: absolute;
    font-weight: bold;
}
.media-slider .media-caption i{
    float: left;
    font-size: 1cm;
}
.media-slider .owl-dots .owl-dot.active span,.media-slider  .owl-dots .owl-dot:hover span{
    background: #edfce7;
}
.media-slider .owl-nav.disabled+.owl-dots{margin-top: 30px;}
.media-slider  .owl-dots{
    margin-top: 30px;
    margin: 30px;
}
.media-slider  .owl-dots .owl-dot span{
    background: #949393;
    width:18px;
    height: 18px;
}

footer{
    background: #3e5d7c;
    color: #fff;
    padding: 14px;
}



/* Other Pages */

/* Other pages */

.archive-header{
    background-color: #142537;
    padding: 20px;
    color:#fff;
    }
    .archive-header img{
        max-width: 100px;
            display: block;
    margin: 0 auto;
    }
    .archive-header .caption::before{
content: "";
    height: 45%;
    width: 2px;
    border-right: 2px solid #fff;
    position: absolute;
    }
    .archive-header .caption h1{
        margin-right: 15px;        
        padding-bottom: 30px;
        font-size:28px;
        margin-top: 35px;
    }
    
    .archive-header .caption p{
        margin: 15px;
    }
    .path {
        background-color: #3e5d7c;
    }
    .path ul{
        list-style-type: none;
        display: block;
        padding:10px;
        margin-right: 10%;
        margin: 5px 10%;
        width: 55%;
    }
    .path ul>li{
            float: right;
    margin-bottom: 15px;
    }
    .path ul>li>a>i{
        display: unset;
    }
    .path ul>li>a,.path ul>li .without-link{
        color: #fff;
        text-decoration: none;
        background-color: #142537;
        padding: 8px 12px;
        font-size: 18px;
        font-weight: bold;
        margin: 6px;
        border-radius: 5px;
    }
    .the-content .row{
        margin: 0px;
    }
    .the-content .line-image{
            margin: 30 auto;
        display: block;
    }
    .the-content .lbl_item_header{
    width:70%;
    display: block;
    text-align: right;
    float: right;
    
    }
    .the-content .articles{
        width:98%;
    }
    .the-content .articles .head {
        margin-top: 15px;
        width: 96%;
    }
    .the-content .articles .head h3{
        font-weight: bold;
        color:#142537;
    }
    
    .the-content .articles-items{
        list-style-type: none;    
    }
    .the-content .articles-items li{
        display: inline-flex;
        width: 96%;
        padding: 20px 0px;
        border-bottom: 1px solid #3e5d7c;
    }
    .the-content .articles-items li img{
        float: right;
        margin-left: 10px;
        max-width:100px;
    }
    .the-content .articles-items a{
        text-decoration: none;
        color:#000;
    }
    .the-content .articles-items h4{
        font-weight: bold;
    }
    .the-content .articles-items p{
        color:#18364e;
        font-weight: bold;
    }
    .the-content .articles-items .meta span:first-child{
        margin-right: 0px;
    }
    .the-content .articles-items span{
        color:#142537;
        margin: 0 15px;
    }
     .fixed-title{
        float: right;
        padding-left: 15px;
    }
     .fixed-arrow{
        display: -webkit-box;
    }
    .the-content .articles-items .caption{
        position: relative;
        width:100%;
    }
    .the-content .articles-items .caption .meta{
        position: absolute;
        bottom: 0;
    }
    
    .the-content .sections-items {
        list-style-type: none;
        width: 92%;
    }
    .the-content .sections-items li{
        width: 50%;
        float: right;
        padding: 20px;
        max-height: 240px;
    }
    .the-content .sections-items li a{
        border: 1px solid #d4e5d2;
        display: block;
        text-decoration: none;
    }
    .the-content .sections-items li a h4{
        padding-right: 5px;
        color: #000;
        font-weight: bold;
    }
    .the-content .sections-items li img{
        height: 162px;
        width: 100%;
    }
    
    .item>a{
        text-decoration: none;
        color:#fff;
    }
    .sidebar{
        top: -75px;
    }
    .sidebar .head {
        padding: 15px;
    }
    .sidebar .item img {
        width:100%;
        min-height: 140px;
    }
    .sidebar {
        background-color: #18364e;
        color:#fff;
        border-radius: 10px;
        border-top: 5px solid #fff;
        position: relative;
        top: -80px;
    }
    .sidebar .item{
        position: relative;
    }
    .sidebar .before-item {
        padding:15px;
    }
    .banner {
        background-color: #18364e;
        padding: 15px;
        position: relative;
        top: -65px;
        border-radius: 10px;
    }
    .banner img{
        width:100%;
    }
    
    .article-image img{
        display: block;
        margin: 0 auto;
    }
    .share-article{
        background-color: #3e5d7c;
        padding: 10px;
        color: #fff;
        border-radius: 6px;
        margin: 15px 0;
        display: inline-block;
        width:100%;
    }
    .share-article span{
        font-size: 18px;
        float:left;
    }
    .the-content .single{
        width: 96%;
    }
    .the-content .article-content{
        font-size: 18px;
        margin-bottom: 50px;
        text-align: justify;
        line-height: 10mm;
    }
    [class*='col-md-6'] .media-caption i{
        font-size: 18px;
    }
    [class*='col-md-6'] .media-caption h4{
        font-size: 14px;
    }


     .item .media-caption{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        padding: 15px;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.55) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.55) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    }
    .media-caption h4{
        bottom: 20px;
        position: absolute;
        font-weight: bold;
    }
     .media-caption i{
        float: left;
        font-size: 1cm;
    }

.comments .comments-title{
    background-color: #3e5d7c;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    margin: 15px 0;
    margin-left: 5px;
}
.comments .comments-title span{
    font-size: 18px;
}
.comments a{
    background-color: #142537;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    margin: 15px 0;
    display: block;
    text-align: center;
    text-decoration: none;    
}
.comments a>span{
    font-size: 18px;
}
.comments a.submit{
    width: 100px;
    display: block;
    float: left;
    margin-left: 10px;
}

.comments .comments-form{
    background: #d5ebff;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.comments .comments-form .row{
    margin: 10px;
}
.comments .comments-form span{
    font-size: 18px;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #132737;
}
.navbar-default .navbar-toggle{
    border-color: #132737;
}
.navbar-fixed-top{
    background: url(../blue/images/nav-background.jpg) #d5d5d5;
    background-size: cover;
    z-index: 99;
    border-bottom: 2px solid #3b5d7c!important;
}
.navbar-fixed-top .navbar-brand>img{
    max-width: 180px;
}
.navbar-brand>img{
    max-width:200px;
    display:inline-block;
}
.navbar-brand{
    padding:15px 0;
}
.navbar-brand>img.logo-new{
    width:180px;
}
.navbar-brand>img.logo-old{
    width:200px;
}
   .navbar-fixed-top .navbar-brand > img.logo-new {
       width:82px;
    }
.navbar-fixed-top #main-menu{
    margin-top: 30px!important;
}
.nav-wrapper{
    height: 195px;
}
.navbar-collapse{    
    position: relative;
    z-index: 99;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 450px;
}
.input-group{
    margin:16px 0;
}
.btn-primary{
        background-color: #132838;
    border-color: #132838;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    background-color: #3b5d7c;
    border-color: #3b5d7c;
}
.main-content form{
    margin-bottom: 0px;
}
.article-content img{
    max-width: 100%!important;
}
@media screen and (max-width: 640px){
    header .top-nav{
        text-align: center;
    }
    .social{
        display: block;
        float: unset;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;        
    }
    .social li{
        display: inline-block;
        padding: 10 10px 0 10;
    }   
    .navbar-toggle{
        margin: 0 auto;
        display: block;
        text-align: center;
        float: unset;
    }
    header .main-nav #main-menu{
        float: unset;
        margin-top: 15px;
    }
    
    header .main-nav #main-menu>li:first-child{        
        border-top-left-radius: 7px;
        border-bottom-right-radius: 0px;
    }
    header .main-nav #main-menu>li:last-child{
        border-top-left-radius: 0px;
        border-bottom-right-radius: 7px;
    }
    .main-slider .owl-nav{
        height: 21%;
        top: -30px;
        width: 98%;
    }
    .main-content .main-slider .owl-item img{
        height: 200px;
    }
    .main-slider .caption{
        height: 74%;
    }
    .main-slider .caption h1{
        font-size: 18px;
    }
    .main-slider .caption p{
        font-size: 14px;
    }
    .main-slider .owl-dots{
        bottom: 10px;
        right: 270;
        left:unset;
    }
    .main-content .row{
        margin: 0;
    }    
    section{
        margin-bottom: 20px;
    }           
    .main-content .media-slider{
        margin-bottom: 30px;
    }
    footer {
        text-align: center;
    }
    footer span{
        display: block;
        margin: 0 auto;
    }
    .archive-header img{
        width: 100%;
        margin-top: 20px;
    }
    .archive-header .caption h1{
        padding-bottom: 10px;
        font-size: 18;
    }
    .archive-header .caption::before{
        height: 60%;
    }
    .path ul>li>a{
        font-size: 14px;
    }
    .the-content .sections-items li{
        width:100%;
    }
    .sidebar{
        top: 0px;
    }
    .article-image img{
        width: 100%;
    }
 
    .Publications .owl-nav [class*=owl-]{
        margin: 0 30px;
    }
    .the-content .articles-items{
        padding-right: 0px;
    }
    .the-content .articles{
        width: 100%;
    }
    .archive-header{
        display: none;
    }
    .navbar-brand>img{
        max-width: 230px;
    }
        .navbar-brand > img.logo-new {
            width:88px;
        }
    .main-nav .navbar-header{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .the-content .articles{
        width: 100%;
    }
    .the-content .articles .fixed-arrow{
        display: none;
    }
    .path ul{
        width: 100%;
        padding: 10px 0;
        margin-right: 10%;
        margin: 5px 0%;
    }
    header .main-nav .navbar-default{
        margin-bottom: 0px;
    }
    .navbar-default .navbar-toggle{
        left: 20px;
        position: absolute;
    }
    .article-content img{
        width: 100%;
    }
    .banner{
        top: 7px;
    }
    .nav-wrapper{
        height: 130px;
    }
  
}


#iFeatures {

  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #3e5d7c;
}
.ticker {
  
 line-height:30px;
  overflow: hidden;
}

.ticker p {
  position: relative;
  top: 0;
  white-space: nowrap;
  width: auto;
  color: white;
}

.ticker a {
  color: white;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(59, 93, 124, 0.85);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: right;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay .search_btn {
    float: left;
    background: #142537;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 20%;
    padding: 15px;
    font-size: 17px;
    border: none;
    height: 55px;
    cursor: pointer;
    color:#fff;
}

.overlay .search_btn:hover {

        background: #3b5d7c;

}

/*.search_btn{
        background: #142537;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}*/