/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);*/
@font-face {
	font-family: 'Prometo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/fonnts.com-Prometo.woff') format('woff');
}
@font-face {
	font-family: 'Prometo';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../fonts/fonnts.com-Prometo_Bold.woff') format('woff');
}
@font-face {
	font-family: 'Prometo';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/fonnts.com-Prometo_Italic.woff') format('woff');
}
@font-face {
	font-family: 'Prometo';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../fonts/fonnts.com-Prometo_Medium.woff') format('woff');
}

/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/
body {
	font-family: "Prometo", Sans-serif;
    font-size: 16px;
	font-weight: 400;
	color:#595959;
	line-height: 1.6;
}

a {color: #00009D;text-decoration:none;}

a:hover { color: #00009D;text-decoration:underline;}

.irbutton, .btn-primary, .ClsButton, .size
{  
    border-radius: 50px;
    background: #00009D;
    color: #fff !important;
    min-width: 120px;    
    justify-content: center;
    align-items: center;
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all .5s ease-out;
    font-family: "Prometo", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 12px 24px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin-top: 24px;border: none;height:auto !important;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
    background-position: left bottom;text-decoration:none !important;
}
.z-tabs
{
	color:#595959 !important
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
    border-color: #00009D !important;font-weight: 500 !important;
}
.z-tabs.underlined.horizontal > ul > li > a {   
    color: #595959 !important;  
    font-weight: 500 !important;
}