﻿*{
	margin: 0px;
	padding: 0px;
	
}
html {
	overflow: hidden;
	-ms-overflow-style: scrollbar;
    background-color:#fff;
}

body {
    background-color:#fff;
	font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

.site-logo{
	position: relative;
	background: rgba(255, 250, 250, 0.3);
	padding: 11px 20px;
	text-align: center;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	display: table;
}
.site-logo img{
	
display: table-cell;

}
.logo_right{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
}
.logo_right h2{
    font-size: 22px;
    color: #4343C9;
    font-family: Arial;
    line-height: 22px;
}
.logo_right span{
    color: #333333;
    font-weight: bold;
    font-size: 11px;
}
.quate-site{
	background: rgba(255, 250, 250, 0.3);
	float: left;
	margin-left: 50px;
}
.quate-site2{
	background-color:rgba(0, 0, 0, 0.1);
	float: right;
	font-weight:bold;
	color:#ffdf93;
	padding:10px;
	width:830px;
	height:60px;
	font-size:15px;
	margin-top:50px;
	
	
}
.blink_me {
    color: rgb(17, 14, 115);
    white-space: nowrap;
    overflow: hidden;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 20px;
}
.blink_me span{
	margin: 0 15px;
	display: block !important;
}

.overlay-slid{
    background: rgba(29, 29, 29, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.hdr{
    position: absolute;
    z-index: 5;
    width: 100%;
}

.linked{
    position: relative;
    top: 49px;
    float: left;
}
.buttondd{
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}

#welcomenav{
	margin-left: 40px;
}
ul.welcomemenu{
	background: rgba(119, 119, 119, 0.2);
	margin-top: 5px;

}
.welcomemenu li {
    padding: 0 20px !important;
   }
.footer-edt{
    position: absolute;
    bottom: 15%;
    width: 100%;
    z-index: 3;
}