
/* HTML ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

@font-face {
    font-family: 'baloo_bhainaregular';
    src: url('/fonts/baloobhain/baloobhaina-regular-webfont.eot');
    src: url('/fonts/baloobhain/baloobhaina-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/baloobhain/baloobhaina-regular-webfont.woff2') format('woff2'),
        url('/fonts/baloobhain/baloobhaina-regular-webfont.woff') format('woff'),
        url('/fonts/baloobhain/baloobhaina-regular-webfont.ttf') format('truetype'),
        url('/fonts/baloobhain/baloobhaina-regular-webfont.svg#baloo_bhainaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*FONT*/

/* font-family: 'Montserrat', sans-serif;*/
/* light: 300
regular: 400
medium: 500
semi-bold: 600
bold: 700
black: 900 */


* {margin: 0;padding: 0;}
body, p, ul, li, ul li p, ol li p, img, form, fieldset, input, text-area, select, button {margin:0; padding:0; border:0;}
body {
    font-family:'Montserrat', Arial,sans-serif; 
    font-size:14px; 
    line-height:140%; 
    color: #101010;
    overflow-x: hidden;
    overflow-y: auto;
}
form, input, textarea, select {color:#101010;font-size:14px;}
input, textarea, select {background-color:#FFFFFF;}

h1, h2, h3, h4, h5, h6 {color:#101010;font-weight:normal;line-height:120%;margin:0 0 15px; font-family:'Montserrat';}
h1 {font-size: 28px; font-weight: 600;}
h2 {font-size: 24px; font-weight: 600;}
h3 {font-size: 20px; font-weight: 500;}
h3.borderBottom {
    color: #01495E;
    border-bottom: 1px solid #01495E;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
h4 {font-size: 18px; font-weight: 600;}
h5 {font-size: 16px; font-weight: 600;}
h6 {font-size: 14px; font-weight: 700;}
p {padding-bottom:15px;}
ul, ol {margin: 0 0 15px 15px;}
ul li {margin:0 0 10px 20px;}
ol li {list-style-type: decimal; margin:0 0 10px 20px;}
.blue {
    color: #01495E;
}
.green {
    color: #238FAF;
}
.gridHolder {
    width: calc(100% + 50px);
    margin: 0 -25px;
    display: table;
}
.gridHolder .half,
.gridHolder .full {
    padding: 0 25px;
    box-sizing: border-box;
}
.gridHolder .half {
    width: 50%;
    float: left;
}
.gridHolder .half.centerHalf {
    clear: both;
    float: none;
    margin: 0 auto;
}
.gridHolder .full {
    width: 100%;
    float: none;
    clear: both;
    display: table;
}
.gridHolder .half.first {
    clear: left;
}
.ta-centar {
    text-align: center;
}

/*----- Link ------*/

a{
    color:#F10A61;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #CC0952;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.button {
    white-space:nowrap; 
    font-size: 16px; 
    font-weight: 700; 
    cursor:pointer; 
    padding:10px; 
    text-align:center; 
    outline:none; 
    line-height: 20px; 
    min-width: 134px; 
    border-radius: 20px;
    background-color: #F10A61;
    color: #fff;
    box-sizing: border-box;
}
a.button:hover {background-color: #CC0952;} 
button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.transparent {
    border: 1px solid #F10A61;
    padding:9px;
    border-radius: 20px;
    background-color: transparent;
    color: #F10A61;
    font-weight: 500;
    min-width: 134px;
    box-sizing: border-box;
    display: inline-block;
}
a.transparent:hover {
    color: #fff;
}

/*----- Table ------*/

table{
    border-collapse:collapse; 
    border: none;
    margin:0 0 30px;
    text-align:left;
    width:100%;
}

table thead tr td {
    background-color: #fff;
    border-bottom: none;
    color: #9B9B9B;
    font-weight: 700;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
}
table tbody tr td {
    background-color: #fff;
    border-bottom: 1px solid #D8D8D8;
    padding:20px 0; 
    font-size: 13px;
    vertical-align: middle;
}
table tbody tr td ul, 
table tbody tr td ol {
    margin:0;
}
