@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
h1 {
color: #333;
font-size: 50px;
font-weight: 600;
margin-bottom: 10px;
}
h2 {
color: #06C;
font-size: 28px;
margin-bottom: 20px;
font-weight: 300;
text-transform: uppercase;
}
h3 {
color: #333;
font-size: 35px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h4 {
color: #06C;
font-size: 28px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h5 {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h6 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999;
font-size: 20px;
padding-bottom: 5px;
margin-top: 20px;
}
p {
font-size: 16px;
color: #888;
line-height: 24px;
margin-bottom: 10px;
}
p a, p a:visited  {
color: #06C;
}
p a:hover {
color: #06C;
text-decoration: underline;
}
.bold {
font-weight: bold;
color: #333;
}


.thin_font {
font-weight: 200;
}
.bluebold {
color: #999999;
font-weight: 900;
font-size: larger;
}
.blacklimiter {
background-color: #000;
width: 50%;
margin: 0px;
padding: 0px;
height: 5px;
position: relative;
top: -10px;
}
.blacklimiter_b {
background-color: #000;
width: 50%;
margin: 0px;
padding: 0px;
height: 10px;
position: relative;
top: -10px;
}
.blueklimiter_b {
background-color: #0066CC;
width: 50%;
margin: 0px;
padding: 0px;
height: 10px;
position: relative;
top: -10px;
}
#logo {
width: 270px;
float: left;
}
#logo a img {
width: 100%;
}
nav {
float: left;
height: 42px;
margin-left: 20px;
overflow: hidden;
margin-top: 10px;
width: auto;
padding: 0px;
}
nav ul li {
float: left;
color: #FFF;
font-size: 13px;
width: auto;
text-align: center;
vertical-align: middle;
font-weight: 700;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding-right: 8px;
padding-left: 8px;
}

nav ul li a {
color: #000;
line-height: 32px;
}
nav ul li:hover a{
color: #F00;
}
#nav_button {
float: right;
color: #666;
font-size: 28px;
border: 2px solid #999;
height: 30px;
width: 28px;
text-align: center;
vertical-align: middle;
line-height: 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 3px;
}
#nav_button:hover {
border: 2px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #FFF;
}
#nav_button a {
color: #666;
text-decoration: none;
}

#nav_button a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#main_open {
display: none;
font-size: 40px;
}
#signup {
float: right;
color: #FFF;
font-size: 13px;
height: 34px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 34px;
background-color: #000000;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 2px;
padding-right: 15px;
padding-left: 15px;
}
#signup:hover {
background-color: #00AEEF;
}
#signup a {
color: #FFF;
}
.user {
text-align: right;
color: #036;
font-size: 13px;
}
.user a {
color: #036;
}
.user a:hover {
color: #036;
text-decoration: underline;
}
#usermenu {
}
#usermenu ul {
}
#usermenu ul li {
color: #666;
font-size: 14px;
display: block;
margin: 0px;
margin: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
padding: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #0C3;
}
#usermenu ul li:hover {
background-color: #EEE;
}
#usermenu ul .liheading, #usermenu ul .liheading:hover {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
}



#usermenu ul li a {
color: #036;
font-weight: 900;
font-size: 15px;
line-height: 17px;
}
#usermenu ul li a span {
font-size: 10px;
color: #333;
display: block;
font-weight: 300;
text-transform: none;
}
#usermenu p {
font-size: 13px;
}
#usermenu .txt_con form input {
padding: 0px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 25px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
#usermenu .txt_con form .fbp {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 70px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 10px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}


.articlelist {
width: 100%;
overflow: hidden;
}
.articlelist tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}

.articlelist tr th {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #036;
border: 1px solid #036;
padding: 10px;
}

.articlelist tr td {
vertical-align: top;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
}
.articlelist tr td h2 {
color: #036;
font-size: 16px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td h3 {
color: #C00;
font-size: 12px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.articlelist tr td h6 {
color: #036;
font-size: 13px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td p {
font-size: 12px;
color: #036;
margin: 0px;
padding: 0px;
}
.articlelist tr td p .color_o {
color: #FFF;
font-weight: 500;
background-color: #FC0;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_g {
color: #FFF;
font-weight: 500;
background-color: #3C3;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_r {
color: #FFF;
font-weight: 500;
background-color: #F00;
padding-right: 3px;
padding-left: 3px;
}

.articlelist tr td img {
width: 100px;
margin: 0px;
padding: 0px;
}
.articlelist tr td .delbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 5px;
margin-left: 2px;
}
.articlelist tr td .delbtn:hover {
background-color: #F00;
}
.articlelist tr td .editbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #036;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #036;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 5px;
margin-left: 2px;
}
.articlelist tr td .editbtn:hover {
background-color: #039;
}
article ul li strong {
font-weight: bolder;
}

.cmsform_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #000;
padding: 10px;
display: block;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #00AEEF;
}
.cmsform {
padding: 15px;
margin: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
background-color: #F6F6F6;
}
.cmsform form {
font-size: 12px;
color: #000;
margin: 0px;
padding: 0px;
}
.cmsform form label {
color: #000;
font-size: 14px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
display: block;
}
.cmsform form label small {
font-size: 12px;
font-weight: 300;
}

.cmsform form input, .cmsform form textarea, .cmsform form select {
padding: 10px;
border: 1px solid #CCC;
margin-bottom: 15px;
font-size: 14px;
font-weight: 300;
width: 96%;
height: 25px;
}
.cmsform form select {
height: 45px;
}

.cmsform form textarea {
height: 100px;
}
.cmsform form .textarea_h {
height: 200px;
}


.cmsform form .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #00AEEF;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}
.cmsform form .form_button:hover {
background-color: #00AEEF;
}
.cmsform form .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #000;
margin-bottom: 20px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform form .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.cmsform form .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform form .checkbox_lbl {
display: block;
margin-bottom: 5px;
}
.cmsform form input:focus, .cmsform form textarea:focus {
border: 1px solid #C30;
background-color: #FFF;
}

/********************************************************************************/
.cmsform_flex_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #000;
border: 1px solid #036;
padding: 10px;
display: block;
}
.cmsform_flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 15px;
margin: 0px;
background-color: #FFFFFF;
font-size: 12px;
color: #000;
margin: 0px;
padding: 10px;
border: 1px solid #CCC;
}
.few100 {
width: 100%;
}
.few50 {
width: 50%;
}
.few33 {
width: 33%;
}
.cmsform_flex label {
color: #000;
font-size: 14px;
font-weight: 900;
line-height: 18px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: block;
}
.cmsform_flex label small {
font-size: 12px;
font-weight: 300;
}

.cmsform_flex input, .cmsform_flex textarea, .cmsform_flex select {
margin-bottom: 0px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 45px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.cmsform_flex select {
height: 45px;
}

.cmsform_flex textarea {
height: 100px;
border: 1px solid #CCC;
}
.cmsform_fle .textarea_h {
height: 200px;
}
.cmsform_flex .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #00AEEF;
height: auto;
width: 70px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #00AEEF;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}
.cmsform_flex .form_button:hover {
background-color: #0CF;
}
.cmsform_flex .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #036;
margin-bottom: 0px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform_flex .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.cmsform_flex .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform_flex .checkbox_lbl {
display: block;
margin-bottom: 5px;
}
.cmsform_flex input:focus, .cmsform_flex textarea:focus {
background-color: #FFF;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #C30;
}
.back_forth {
}
.back_forth a {
display: block;
background-color: #0085F7;
text-align: center;
height: 40px;
width: 40px;
font-size: 18px;
line-height: 40px;
color: #FFF;
float: left;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.back_forth a:hover, .back_forth .active {
background-color: #004293;
}
/*********************************************************************************/



.catheading {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000;
}
.catheading .all {
float: right;
color: #FFF;
background-color: #036;
display: inline-block;
font-size: 12px;
text-transform: none;
line-height: 16px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.catheading .all:hover {
background-color: #c20017;
}
.img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.txt_con {
margin-bottom: 20px;
}
.txt_con h3 {
color: #06C;
font-size: 12px;
display: inline-block;
font-weight: 500;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.txt_con h2 {
color: #000;
font-size: 22px;
font-weight: 600;
line-height: 26px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-transform: none;
}
.txt_con p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 20px;
margin-bottom: 20px;
}
.txt_con .h2big {
font-size: 24px;
line-height: 28px;
font-weight: 900;
}
.txt_con .h3big {
color: #C00;
font-size: 14px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}




.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 150px;
margin-bottom: 30px;
}
.cover_text h1 {
font-weight: 800;
color: #FFF;
margin-bottom: 15px;
letter-spacing: -.05em;
text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
font-size: 40px;
}
.cover_text h5 {
color: #FFF;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
background-color: #F00;
display: inline-block;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
font-weight: 500;
}
.cover_text h6 {
color: #FFF;
font-size: 14px;
font-weight: 600;
text-decoration: none;
display: inline-block;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 4px;
margin-right: 30px;
margin-bottom: 4px;
margin-left: 5px;
}
.cover_text h6 .wlink {
color: #FFF;
float: right;
}

.cover_text h6 i {
margin-right: 10px;
padding: 5px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFF;
color: #000;
}



.cover_text p {
color: #FFF;
font-size: 14px;
line-height: 27px;
margin-bottom: 10px;
padding: 7px;
}
.img_con {

}
.img_con2 img {
width: 100%;
}

.text_con1 {
}
.text_con1 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: center;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con1 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con1 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: center;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.text_con2 {
letter-spacing: -.05em;
}
.text_con2 i {
float: left;
color: #0079E4;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con2 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #333;
}

.text_con2 h3 {
font-size: 20px;
font-weight: 700;
color: #333;
line-height: 26px;
margin-left: 50px;
}
.text_con2 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -.01em;
}
.text_con3 {
letter-spacing: -.05em;
}
.text_con3 h3 {
font-size: 24px;
font-weight: 700;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con3 h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: -.01em;
font-weight: 200;
color: #333;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con3 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}

.text_con4 {
letter-spacing: -.05em;
}
.text_con4 h3 {
font-size: 26px;
font-weight: 600;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con4 h4 {
font-size: 22px;
font-weight: 600;
color: #333;
line-height: 28px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-align: center;
}
.text_con4 i {
text-align: center;
display: block;
font-size: 50px;
}
.text_con4 a i {
color: #000;
}

.text_con4 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}

.text_con5 {
}
.text_con5 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: left;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con5 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con5 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: left;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con5 .btn {
padding-top: 15px;
padding-right: 22px;
padding-bottom: 15px;
padding-left: 22px;
display: inline-block;
font-size: 14px;
font-weight: 800;
color: #FFF;
background-color: #333;
text-transform: uppercase;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-bottom: 5px;
}
.text_con5 .btn:hover {
background-color: #666666;
}
.text_con5 .btn_s1 {
background-color: #0079E4;
} 
.text_con5 .btn_s1:hover {
background-color: #333;
}

.text_con6 {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.text_con6 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #FFF;
text-transform: none;
padding: 0px;
letter-spacing: -0.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con6 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #06C;

padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con6 h6 {
font-size: 15px;
line-height: 27px;
font-weight: 400;
text-transform: none;
color: #FFF;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
}
.text_con6 p {
padding: 0px;
font-size: 15px;
letter-spacing: -0.03em;
line-height: 26px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #888;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con6 i {
color: #FFFFFF;
font-size: 30px;
display: block;
padding: 10px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
float: left;
}
.text_con7 {
letter-spacing: -.05em;
}
.text_con7 i {
float: left;
color: #FFFFFF;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con7 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #FFF;
}

.text_con7 h3 {
font-size: 20px;
font-weight: 700;
color: #FFF;
line-height: 26px;
margin-left: 50px;
}
.text_con7 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -.01em;
color: #6FF;
}




























.sub_t {
display: block;
height: auto;
width: 100%;
margin-bottom: 15px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.sub_t .txt_con {
width: 67%;
float: right;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
margin: 0px;
}
.sub_t .img_con {
width: 28%;
float: left;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
position: relative;
padding-bottom: 17%;
}
.sub_t .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner {
height: auto;
width: 100%;
margin-bottom: 15px;
}
.banner img {
width: 100%;
}
.footnav {
margin-bottom: 20px;
}
.footnav img{
margin-bottom: 10px;
width: 80%;
}
.footnav h5 {
font-size: 20px;
line-height: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #EEE;
}
.footnav h5 a {
color: #EEE;
}
.footnav h5 a:hover {
color: #00AEEF;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.footnav ul li {
color: #FFF;
font-size: 13px;
line-height: 18px;
margin-bottom: 6px;
padding-bottom: 5px;
}
.footnav ul li a {
color: #CCC;
font-size: 13px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.footnav ul li a:hover {
color: #00AEEF;

}
.footnav p {
color: #CCCCCC;
font-size: 13px;
line-height: 20px;
margin-bottom: 10px;
}
#searchbar {
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 15px;
padding-right: 0px;
padding-left: 0px;
}
#searchbar form {
margin-right: auto;
margin-left: auto;
width: 80%;
}
#searchbar form input {
font-size: 13px;
border: 0px none #09F;
height: 50px;
width: 68%;
text-align: center;
vertical-align: middle;
line-height: 50px;
background-color: #FFF;
font-weight: 700;
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
color: #333;
}

#searchbar form .fb1 {
color: #FFF;
font-size: 13px;
border: 2px solid #009DD9;
height: 50px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #00AEEF;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
float: none;
display: inline-block;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
#searchbar form .fb1:hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #00CCFF;
cursor: pointer;
}

#copyright {
color: #CCCCCC;
font-size: 13px;
line-height: 16px;
margin-bottom: 6px;
text-align: center;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 30px;
}
#copyright p {
margin-bottom: 10px;
}
#copyright p a {
color: #CCCCCC;
font-size: 13px;
}
.ontop {
display: block;
height: 43px;
width: 50px;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 99;
background-color: #00AEEF;
border: 2px solid #000;
overflow: hidden;
color: #FFF;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
font-weight: 700;
text-align: center;
vertical-align: middle;
padding-top: 7px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ontop:hover {
background-color: #0066CC;
color: #FFF;
}
article {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 0px;
}

article .share {
float: right;
height: 40px;
width: auto;
margin-bottom: 10px;
}
article .share a img {
height: 40px;
width: 40px;
}
article .info {
color: #036;
display: block;
font-weight: 500;
margin: 0px;
vertical-align: middle;
}
article .pphoto{
height: 40px;
width: 40px;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
float: left;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
article .pphoto img{
width: 100%;
}
article h1 {
font-size: 38px;
  font-weight: 700;
  color: #333;
  line-height: 46px;
  text-transform: none;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h2 {
font-size: 34px;
font-weight: 700;
color: #333;
line-height: 42px;
text-transform: none;
padding: 0px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
article h3 {
font-size: 24px;
font-weight: 700;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
article h4 {
font-size: 18px;
font-weight: 700;
color: #333;
line-height: 25px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
article h5 {
font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 18px;
  text-transform: none;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h6 {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 24px;
text-transform: none;
padding: 10px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
border: 1px solid #CCC;
background-color: #ECECEC;
}
article .thinfont {
font-weight: 200;
}
article .upperfont {
text-transform: uppercase;
}
article .color1font {
color: #06C;
}
article .bg1font {
background-color: #00AEEF;
color: #FFF;
padding-right: 2px;
padding-left: 2px;
}
article p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 20px;
}
article p strong {
font-weight: bolder;
color: #06C;
}
article a {
color: #00AEEF;
}
article a:hover {
color: #008DC4;
text-decoration: underline;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
article ul {
margin-left: 30px;
margin-bottom: 15px;
}
article ul li {
margin-bottom: 8px;
list-style-type: square;
}
article ol {
margin-left: 30px;
margin-bottom: 15px;
}
article ol li {
margin-bottom: 8px;
list-style-type: square;
}
article .img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 20px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
article .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article table {
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
}
article table tr th {
background-color: #00AEEF;
border: 1px solid #00AEEF;
color: #FFF;
font-size: 20px;
text-align: center;
line-height: 28px;
padding: 7px;
}
article table tr td {
padding-top: 15px;
padding-right: 8px;
padding-bottom: 15px;
padding-left: 8px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
article table tr td img {
width: 30px;
vertical-align: top;
display: inline-block;
padding: 0px;
margin-top: -5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
article table tr td h2 {
font-size: 18px;
font-weight: 700;
color: #00AEEF;
margin-bottom: 5px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
line-height: normal;
}
article table tr td p {
color: #666;
font-size: 14px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
}
article table tr .t_right {
font-size: 26px;
line-height: 28px;
font-weight: 600;
color: #00AEEF;
text-align: right;
}
article table tr .t_right:after {
content: '.00';
font-size: 16px;
}
article .embed-container {
margin-bottom: 20px;
}
article .article_link {
display: block;
margin-bottom: 15px;
clear: both;
padding: 10px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #09F;
}
article .article_link:hover {
display: block;
margin-bottom: 15px;
clear: both;
padding: 10px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #000;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
article .article_link img {
float: left;
width: 20%;
margin-right: 15px;
}
article .article_link a h5 {
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: 200;
line-height: 33px;
color: #999;
text-decoration: none;
}
article .article_link a:hover{
margin: 0px;
padding: 0px;
font-size: 30px;
font-weight: 200;
line-height: 38px;
color: #999;
text-decoration: none;
}
.prev_next {
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
color: #FFF;
margin-right: 1px;
background-color: #000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.prev_next:hover{
background-color: #0066CC;
}
.prev_active {
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
color: #FFF;
margin-right: 1px;
background-color: #09F;
}

.end {
}
 @media screen and (max-width: 1200px) {
nav {
width: 60%;
}
}
 @media screen and (max-width: 980px) {
nav {
width: auto;
}
article .article_link img {
float: left;
width: 25%;
margin-right: 15px;
}

}
 @media screen and (max-width: 800px) {
nav {
display: none;
visibility: hidden;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}
article h1 {
font-size: 40px;
line-height: 44px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
article .article_link img {
float: left;
width: 50%;
margin-right: 15px;
}
.footnav {
text-align: center;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
}
 @media screen and (max-width: 500px) {

#signup {
display: none;
visibility: hidden;	
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
 @media screen and (max-width: 400px) {

#signup {
display: none;
visibility: hidden;	
}
nav {
display: none;
visibility: hidden;
}
#logo {
width: 210px;
float: left;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}
.cover_text h1 {
font-size: 35px;
}
.cover_text h5 {
font-size: 15px;
}
.cover_text p {
font-size: 13px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px;
}

article h1 {
font-size: 40px;
line-height: 44px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
article .share {
display: flex;
flex-wrap: wrap;
justify-content: center;
float: none;
height: auto;
width: 100%;
margin-bottom: 15px;
}
article .share a img {
height: 35px;
width: 35px;
padding: 2px;
}
article .article_link img {
float: left;
width: 100%;
margin-right: 15px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
}
 @media screen and (max-width: 350px) {
nav {
display: none;
visibility: hidden;
}
#logo {
max-width: 210px;
width: 80%;
float: left;
}
#signup {
padding-right: 7px;
padding-left: 7px;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}
.cover_text h1 {
font-size: 35px;
}
.cover_text h5 {
font-size: 15px;
}
.cover_text p {
font-size: 13px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px;
}

article h1 {
font-size: 34px;
line-height: 37px;
font-weight: 300;
margin-bottom: 10px;
color: #036;
}
article .article_link img {
float: left;
width: 100%;
margin-right: 15px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
.few33 {
width: 100%;
}
}
