@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i');

/**

    font-family: 'Source Sans Pro', sans-serif;

**/

body {
	background: #ffffff;
    font-family: 'Merriweather', serif;
    font-style: normal;
font-weight: 300;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#000;
}

p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
	margin-top:12px;
}

li {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
	margin-top:12px;
}

.menu-header-menu-container{display:inline-flex !important;}

.main-navigation a {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out 0s;	
    padding: 10px 22px;   
    font-weight: 300;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}

.main-navigation .current-menu-item > a,.main-navigation a:hover{
    color: #ffffff;
}

@media screen and (min-width: 768px)
.main-navigation ul ul {
	display: block;
	left: -999em;
	margin: 0;
	position: absolute;
	z-index: 99999;
	border-radius: 6px;
	background-color: #002482;
	box-shadow: 2px 2px 5px rgba(0,0,0,.9);
}

.to_top a div:hover {
	background-color: #ffdd00 !important;
}

.btn_default:hover{
	background: #ffffff;
	border-color: transparent;
	color: #ffffff !important;
}

.sharebtns > div > a > div:hover {	
	border: 2px solid #ffdd00 !important;
	border-radius: 50px !important;
	padding:25px !important;
}

.sharebtns > div > a > div:hover span{
	color: #ffdd00 !important;
}
