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

/**

    font-family: 'Lato', sans-serif;

**/
body, header, h1, h2, h3, h4, h5, h6, p, .sitetitle{ font-family: 'Lato', sans-serif; font-style: normal; font-weight: 300;}

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

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-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;
}

.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: 0px;
    text-align: center;
    text-decoration: none;
}

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

@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: #ec3339;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #34a0ad;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    line-height: 2;
	font-weight:bold;
	transition:all 0.4s ease-in-out 0s !important;
}

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

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

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

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