@import "style320.css" screen and (max-width: 480px);
@import "style480.css" screen and (min-width: 481px);
@import "style768.css" screen and (min-width: 768px);
@import "style960.css" screen and (min-width: 960px);



/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face
{
    font-family: "LeagueGothic-Regular";
    src: url("../fonts/League-Gothic/LeagueGothic-Regular.otf   ");
}
@font-face {
    font-family: "MyriaPro_Regular";
    src: url("../fonts/MyriaPro_Regular.otf");
}
@font-face {
    font-family: OpenSans_Light;
    src: url("../fonts/OpenSans_Light.ttf");
}
@font-face {
    font-family: "OpenSans_Extrabold";
    src: url("../fonts/OpenSans_Extrabold.ttf");
}
p{
    font-family: OpenSans_Light;
    line-height: 25px;

}

.table_blur {
    background: #f5ffff;
    border-collapse: collapse;
    text-align: left;
    margin: auto;
    width: 98%;

}
.table_blur th {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
    background: linear-gradient(#9595b6, #5a567f);
    color: white;
    padding: 10px 15px;
    position: relative;
}
.table_blur th:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    height: 25%;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur tr:nth-child(odd) {
    background: #ebf3f9;
}
.table_blur th:first-child {
    border-left: 1px solid #777777;
    border-bottom:  1px solid #777777;
    box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur th:last-child {
    border-right: 1px solid #777777;
    border-bottom:  1px solid #777777;
    box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td {
    border: 1px solid #e3eef7;
    padding: 10px 15px;
    position: relative;
    transition: all 0.5s ease;
}

.table_blur tbody:hover td {
/*    color: transparent;
    text-shadow: 0 0 3px #a09f9d;*/
}
.table_blur tbody:hover tr:hover td {
    color: #444444;
    text-shadow: none;
    background: yellow;
}

.checkbox {
    background: #f5ffff;
    text-align: left;
    margin: auto;
    padding-right: 20px;
    width: 98%;
}


/*------------news------------*/

.mycardker {
    min-height: 210px;
	box-shadow: 0px 0px 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.mycard {
    min-height: 230px;
	box-shadow: 0px 0px 10px;
    margin-left: 50px;
    margin-right: 50px;
    
}
.mycard h6 {
	color: #005cbf;
    font-size: 22px;
	text-decoration-line: underline;
}

.mycard b {
    font-size: 18px;
	font-weight: bold;
}

.mycardimage img {
	border-radius: 8px;
	width: 150px; 
	max-height: 200px;
    margin-top: 15px;
    margin-left: 40px;
	box-shadow: 3px 3px 1px #005cbf;
}
h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 5px;
    padding-left: 50px;
    
}