/* BASIC css start */
#c_header{display:none}


#sbanner .searchArea {}
#sbanner .searchArea .search { position:relative;}
#sbanner .searchArea .search input {
    width: 845px;
    background: none !important;
    border-bottom: 1px solid #fff !important;
    height: 50px;
    border: 0;
    margin-left: 45px}
#sbanner .searchArea .search a { display:block; position:absolute; top: -5px; right: 80px;}
#sbanner .searchArea fieldset{border:0}

* {
    box-sizing: border-box;
	margin:0 auto;
}

.navbar {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
    /*padding: 14px 16px;*/
    margin:14px 43px;
    text-decoration: none;
}

.dropdown {
    float: left;
    font-size:1.5em;
    position: relative;
    height: 300px;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    background:none;
    color: #cdcdcd;
    /*padding: 14px 16px;*/
    margin:14px 0px;
    font: inherit;

}

.dropdown a {
    font-size: 16px;    
    border: none;
    outline: none;
    background:none;
    color: #cdcdcd;
    /*padding: 14px 16px;*/
    margin:14px 0px;
    font: inherit;

}

.navbar a:hover, .dropdown:hover .dropbtn {
   border-bottom:1px solid #cdcdcd;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: max-content;
    left: 0;
    top:45px;
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: #cdcdcd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar .top_menu {
    margin-right:17%;
    font-size:1.5em;
}

/* Create three equal columns that floats next to each other */
.row {_margin-left:53.4%; }

.column {
    padding: 16px 0px 25px;
    float: left;
    /*width: 33.33%;*/
    _height: 250px;
    _text-align:center;
}

.column h3 {
    letter-spacing: -1px;
    padding-bottom: 9px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 100;
    font-family: lato;}

.column a {
    text-align: left;
    float: none;
    color: #c7c7c7 !important;
    /*padding: 16px;*/
    margin-left:0;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 100;
    font-family: lato;
    margin-bottom: 0;
    margin-top: 10px;
}

.column a:hover {
    border-bottom:0;
}

.clearboth{
    clear: both;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}
/* BASIC css end */


.dropdown.mr{margin-right:17%}


.slide h2 a {
width:150px;
font-size: 16.5px;
font-weight: 200;
text-align: center;
/*border: 0.5px solid #e0e0e0;*/
/*padding: 10px 50px;*/
color: #fff;
/*margin-top: 5px;*/
margin-right: 20px;
}


/* BASIC css end */

