@font-face {
    font-family: Avenir;    
    src: url(../fonts/AvenirNextLTPro-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Next.ttc);
    font-weight: 600;
}
@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirNextLTPro-Bold.otf);
    font-weight: 900;
}

html, body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    font-family: 'Avenir', sans-serif;
}
h1 {
    font-size: 72px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}
h2 {
    font-size: 35px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}

h2 span.small {
    position: relative;
    font-size: 14px;
    font-weight: 900;
}
h2 span.small:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:-12px;
    margin:auto;
    width: 100%;
    height: 4px;
    background-color: #743c2c;
}
h3 {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
}
h4 {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}
h5 {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}
h6 {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}
p.small-text {
    font-size: 15px;
}
p.big-text {
    font-size: 25px;
}
.max-1400 {
    max-width: 1400px;
    margin:auto;
}
.pad-top-20 {
    padding-top: 20px;
}
.pad-top-30 {
    padding-top: 30px;
}
.pad-top-50 {
    padding-top: 50px;
}
.pad-top-80 {
    padding-top: 80px;
}
.sep-20 {
    height: 20px;
}
.sep-30 {
    height: 30px
}
.sep-50 {
    height: 50px;
}
.sep-70 {
    height: 70px;
}
.bg-blue {
    background-color: #0c549d;
}
.bg-lblue {
    background-color: #01a3e5;
}
.bg-green {
    background-color: #0d9845;
}
.bg-lgreen {
    background-color: #61b641;
}
.bg-orange {
    background-color: #ff6600;
}
.bg-red {
    background-color: #b61c1c;
}
.bg-grey {
    background-color: #eeeeee;
}

.color-blue {
    color: #0c549d;
}
.color-orange {
    color: #ff6600;
}
.color-green {
    color: #0d9845;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #333;
}
.color-red {
    color: #b61c1c;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #ccc;
}
/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/*HEADER*/
.header-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
	text-align: center;
	text-align: center;
/*	margin: 15px;*/
}
.header-banner-mobile {
    display: none;
}
header ul,
header ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#header-top {
    line-height: 45px;
    font-size: 13px;
	background-image:url(../images/bg_header.png);
	background-position:center;
	background-repeat:no-repeat;
    color: #fff;
    text-shadow: 0 0 30px #61b641;
}
@keyframes ticker {
    0%   {margin-top: 0}
    20%  {margin-top: -30px}
    40%  {margin-top: -60px}
    60%  {margin-top: -90px}
    80%  {margin-top: -120px}
    100% {margin-top: 0}
}
.ticker-news {
/*    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5); */
    width: 100%;
    height: 35px;
    margin: 4px 0px;
    overflow: hidden;
    border-radius: 0;
    padding: 0px 0;
    line-height: 19px;
    -webkit-user-select: none;
} 

.ticker-news span {
    float: left;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    border-radius: 4px;
/*    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4); */
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer;
    line-height: 25px;
}

.ticker-news ul {
  float: left;
  padding-left: 115px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.ticker-news ul li {line-height: 30px; list-style: none }

.ticker-news ul li a {
  color: #fff;
  text-decoration: none;
  font: 14px Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticker-news ul li a:hover {
  color: #fff;
  text-decoration: underline;
}


.ticker-news ul:hover { animation-play-state: paused }
.ticker-news span:hover+ul { animation-play-state: paused }

ul.nav-top {
    float: right;
}
ul.nav-top li a{
    line-height: 45px;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
}
ul.nav-top li a:hover {
    text-decoration: underline;
    color: #fff;
}

#header-main {
    position: relative;
    padding: 30px 0;
    background-color: #fff;
}
.logo-container {
    float: left;
    padding: 10px 0;
}
.icon-nav {
    float: right;
}
.icon-nav ul li {
    height: 80px;
    border-right: 1px solid #b2b2b2;
    padding: 10px 20px;
}
.icon-nav ul li:last-child {
    border-right: 0;
}
.icon-nav ul li a {
    text-align: center;
    text-transform: uppercase;
    color: #b2b2b2;
    font-size: 15px;
    margin-bottom: 0;
    text-decoration: none;
}
.icon-nav ul li a i {
    display: block;
    font-size: 50px;
    color: #0d9845;
}
#main-navigation {
    width: 100%;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 16px #999; 
    z-index: 100;
}
#main-navigation ul li {
    padding-left:15px;
    padding-right:15px;
}
#main-navigation ul li:first-child {
    padding-left: 0;
}
#main-navigation ul li a {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #999999;
}
#main-navigation ul li a:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background-color: #999999;
    display: none;
}
#main-navigation ul li a:hover,
#main-navigation ul li.active a {
    color: #0d9845;
}
#main-navigation ul li a:hover:before,
#main-navigation ul li.active a:before {
    background-color: #0d9845;
    display: block;
}
#main-navigation ul li:nth-child(2) a:hover,
#main-navigation ul li:nth-child(2).active a {
    color: #0c549d;
}
#main-navigation ul li:nth-child(2) a:hover:before,
#main-navigation ul li:nth-child(2).active a:before {
    background-color: #0c549d;
}
#main-navigation ul li:nth-child(3) a:hover,
#main-navigation ul li:nth-child(3).active a {
    color: #b61c1c;
}
#main-navigation ul li:nth-child(3) a:hover:before,
#main-navigation ul li:nth-child(3).active a:before {
    background-color: #b61c1c;
}
#main-navigation ul li:nth-child(4) a:hover,
#main-navigation ul li:nth-child(4).active a {
    color: #ff6600;
}
#main-navigation ul li:nth-child(4) a:hover:before,
#main-navigation ul li:nth-child(4).active a:before {
    background-color: #ff6600;
}
#main-navigation ul li:nth-child(5) a:hover,
#main-navigation ul li:nth-child(5).active a {
    color: #01a3e5;
}
#main-navigation ul li:nth-child(5) a:hover:before,
#main-navigation ul li:nth-child(5).active a:before {
    background-color: #01a3e5;
}
#main-navigation ul li:nth-child(6) a:hover,
#main-navigation ul li:nth-child(6).active a {
    color: #b61c1c;
}
#main-navigation ul li:nth-child(6) a:hover:before,
#main-navigation ul li:nth-child(6).active a:before {
    background-color: #b61c1c;
}
#login-box {
    position: absolute;
    width: 300px;
    top: 100px;
    height: 250px;
    right: 0;
    background: green;
    display: none;
    z-index: 10;
}
#login-box .login-box-body {
    padding: 20px;
}
#login-box .login-box-body a {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 15px;
}
#login-box .login-box-body button {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    float: right;
}
#login-box .login-box-footer {
    padding: 10px 20px;
}
#login-box .login-box-footer a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    color:#fff;
}
#login-box input[type="text"],
#login-box input[type="password"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px 15px 15px 35px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
#search-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
           -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
         -moz-transform: translate(0px, -100%) scale(0, 0);
          -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
              transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search-box.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
          -ms-transform: translate(0px, 0px) scale(1, 1);
           -o-transform: translate(0px, 0px) scale(1, 1);
               transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search-box input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
  
#search-box .close {
    visibility: hidden;
}
.fixed-logo {
    float: left;
    max-width: 50px;
    display: none;
    margin-right: 10px;
}
.fixed-icons {
    float: right;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 5px;
    display: none;
}
.fixed-icons a{
    padding-right: 10px;
    color: #0d9845;
}
.im-fixed #login-box.fixed{
    position: fixed;
    top: 55px;
    right: 10px;
}
/*CONTENT*/
.news-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 100%;
    height: 100%;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, transparent, rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, transparent, rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, transparent, rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, transparent, rgba(0,0,0,0.8)); /* Standard syntax */
}

.news-category {
    position: absolute;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    left: 15px;
    top:15px;
    font-weight: 600;
}
.news-title {
    position: absolute;
    padding:10px;
    left: 15px;
    bottom: 40px;
    max-width: 90%;
}

.news-title h3 {
    color: #fff;    
    text-align: left;
    line-height: 1.3;
    text-shadow: 0 0 16px #000;
    margin:0;
}

.full-height .news-title {
    padding: 30px 10px;
    max-width: 75%;
}

.full-height .news-title h3 {
    font-size: 35px;
}
.news-date {
    position: absolute;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    left: 15px;
    bottom: 15px;   
}
/*/////*/
.arrow-box {
    position: relative;
    padding: 30px;
	height: 175px;
    text-decoration: none;
    float: left;
    margin-bottom: 30px;
}
.arrow-box.eu-icon:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    margin:auto;
    background: url(../images/eu-ico.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.arrow-box:before {
    content: '\f061';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
a.arrow-box:hover {
    text-decoration: none;
    cursor:pointer;
    background: rgb(0,0,0,0.5); 
	opacity: 0.8;
}
.arrow-box .box-title {
    position: relative;
    text-align: left;
}
.arrow-box h4 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.arrow-box p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
/*//////////////*/
.news-box {
    position: relative;
    overflow:hidden;
}
.news-box .news-box-header {
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    margin-bottom: 30px;
}
.nav-tabs {
    border: 0 !important;
}
.news-box .news-box-header .news-box-title {
    text-align: left;
}
.news-box .news-box-header .news-box-title h2 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: bold;
    color: #0c529d;
}

.news-box .news-box-header .news-box-title a h2  {
    color: #0c529d;
    text-decoration: none;
}

.news-box .news-box-header .news-box-title a:hover h2  {
    color: #0c529d;
    text-decoration: underline;
}

.news-box .news-box-header .news-box-nav {
    text-align: right;
}
.news-box .news-box-header .news-box-nav ul,
.news-box .news-box-header .news-box-nav ul li {
    list-style: none;
    padding: 0;
    margin:0;
    display: inline-block;
}
.news-box .news-box-header .news-box-nav ul li {
    padding-left: 15px;
    padding-right: 15px;
}
.news-box .news-box-header .news-box-nav ul li a {
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 0;
    color: #cccccc;
}
.news-box .news-box-header .news-box-nav ul li a:hover,
.news-box .news-box-header .news-box-nav ul li.active a  {
    font-weight: bold;
    text-decoration: none;
}
.news-box article {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-box article a.fetured-image-link {
    float: left;
    width: 100%;
}
.news-box article .fetured-image {
    background-color: white;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-box article .meta-content a:hover {
    text-decoration: underline;
}
.news-box article .meta-content a h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0c549d;
    line-height: 1.3;
    margin-bottom: 10px;
}
.news-box .row .col-md-12.col-md-12.col-xs-12  article .meta-content a h3 {
    font-size: 30px;
}
.news-box article .meta-content .meta-data {
    margin-bottom: 15px;
}
.news-box article .meta-content .meta-data span {
    margin-bottom: 15px;
    font-size: 13px;
    margin-bottom: 0;
    color: #999;
}.news-box article .meta-content .meta-data span i {
    padding-right: 5px;
}
.news-box article .meta-data span i,
.news-box article .meta-content .meta-data span:last-child {
    display: none;
}
.news-box article .meta-content p {
    font-size: 20px;
    /*color: #333;*/
    display: none;
}
.news-box article.full-description .meta-data span i,
.news-box article.full-description .meta-content .meta-data span:last-child,
.news-box article.full-description .meta-content p {
    display: inline-block;
}

/*/////////*/
.side-box {
    position: relative;
    overflow:hidden;
    background-color: #f2f3f5;
    margin-bottom: 30px;
}
.side-box-header {
    text-transform: uppercase;
    padding:15px;
    position: relative;
}
.side-box h4 {
    margin-bottom:5px; 
}
.side-box-header.eu-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin:auto;
    background: url(../images/eu-ico.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.side-box-header h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
}

.side-box-header a h2  {
    color: #fff;
    text-decoration: none;
}

.side-box-header a:hover h2  {
    color: #fff;
    text-decoration: underline;
}


.side-box-body-banner {
    padding: 15px;
	text-align: center;	
}
.side-box-body {
    padding: 15px;
}
.side-box-body h3{
    margin-bottom: 20px;
}
.side-box-body article {
    margin-bottom: 20px;
}

/*//////*/
#Subscribe-section {
	background-image:url(../images/bg_newsletter.png);
	background-position:center;
	background-repeat:no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
#Subscribe-section input[type="text"],
#Subscribe-section input[type="email"]{
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
}
#Subscribe-section button{
    background: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 20px;
    line-height: 1;
    width: 50px;
    height: 54px;
    padding: 0;
}
/*/////////*/
.color-boxes .color-box {
    position: relative;
    overflow: hidden;
    padding: 30px;
    text-align: left;
}
.color-boxes .color-box:before {
    content: '';
    position: absolute;
    color: rgba(255,255,255,.3);
    font-size: 450px;
    bottom: -100px;
    right: -100px;
    font-weight: bold;
    line-height: 450px;
    margin: auto;
    text-align: right;
}
.color-boxes .color-box1:before {
    content: '1';
}
.color-boxes .color-box2:before {
    content: '2';
}
.color-boxes .color-box3:before {
    content: '3';
}
#tag-list ul,
#tag-list ul li,
#share-nav ul,
#share-nav ul li,
.gallery ul,
.gallery ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#tag-list ul li {
    padding-right: 10px;
    padding-bottom: 30px;
}
#tag-list ul li a{    
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    background-color: #0c549d;
}
#tag-list ul li a:hover{    
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    background-color: #0d9845;
}


.news-box .news-box-header .news-box-nav.news-box-big {
    text-align: left;
}
.news-box .news-box-header .news-box-nav.news-box-big ul li a {
    color: #ccc;
    font-weight: bold;
}
.news-box .news-box-header .news-box-nav.news-box-big ul li.active a {
    color: #0c549d;
}
.gallery ul li {
    margin-bottom: 10px;
    padding-right: 10px;
    max-width: 20%;
    position: relative;
}
.gallery ul li:first-child {
    max-width: 100%;
}
.gallery a.image-link {
    position: relative;
    float: left;
}
.gallery a.image-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 1;
}
.gallery a.image-link:after {
    content: '\f030';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 30px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0c549d;
    display: none;
    border-radius: 50%;
    z-index: 1;
}
.gallery a.image-link:hover:before,
.gallery a.image-link:hover:after {
    display: block;
}

.blue-bullets {
    color: #0c549d;
}
.blue-bullets li span {
    color:#333;
}
/*///////*/
#contact-form label{
    width: 100%;
    font-weight: bold;
    color: #888;
}
#contact-form p label {
    font-weight: normal;
}
#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="search"],
#contact-form select,
#contact-form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 0 15px;
    height: 40px;
    font-weight: normal;
    line-height: 40px;
    width: 100%;
    margin-bottom: 15px;
    background: #eeeeee;
}
#contact-form textarea {
    height: 150px;
}
#contact-form button {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 30px;
    border-radius: 0;
    text-transform: uppercase;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 15px;
  width: 30px; height: 30px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
input[type="checkbox"]:checked+label:before {
    content: '';
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

/*FOOTER*/
footer {
    position: relative;
    padding: 60px 0;
}
footer img {
    margin-bottom: 40px;
}
footer ul,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    float: none;
}
footer ul {
    width: 100%;
    margin-bottom: 20px;
}
footer ul li {
    padding-left: 10px;
    padding-right: 10px;
}
footer ul li a {
    line-height: 1.5;
    text-decoration: none !important;
    font-size: 17px;
}
footer .grey-nav ul li a {
    color: #999;
}
footer .social-nav ul li a {
    font-size: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1300px){
    .im-fixed #main-navigation ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .icon-nav ul li {
           padding: 10px 10px; 
    }
    #main-navigation ul li a {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .im-fixed #main-navigation {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        background: #fff;
        z-index: 999;
    }
    .im-fixed {
        margin-top: 52px;
    }
    .news-box article .meta-content p.big-text{
        font-size: 30px;
    }
    .news-box article .meta-content .meta-data span:first-child {
        padding-right: 20px;
    }
    .im-fixed .fixed-logo,
    .im-fixed .fixed-icons {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    #header-top,
    .news-box-header,
    .news-box-header .news-box-title {
        text-align: center !important;
    }
    .logo-container {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .icon-nav ul,
    .icon-nav,
    ul.nav-top,
    .news-box-nav ul {
        width: 100%;
        text-align: center;
        float: none;
    }
    .icon-nav ul li {
        padding: 10px 20px; 
        float: none;
    }
    article .fetured-image {
        margin-bottom: 20px;
    }
    #main-navigation {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background: rgba(255,255,255,.95);
        text-align: center;
        margin: auto !important;
        display: none;
    }
    #main-navigation ul li {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #main-navigation ul li a {
        float: none;
        line-height: 2;
        font-size: 30px;
    }
    #nav-icons {
        width: 50px;
        height: 35px;
        position: relative;
        margin: auto;  
    }
    .nav-in #nav-icons {
        position: fixed;
        top: 35px;
        right: 30px;
        z-index: 200;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icons span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #0d9845;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icons.invert-nav span {
     background: #222; 
    }
    #nav-icons span:nth-child(even) {
        left: 50%;
        border-radius: 0 2px 2px 0;
    }
    #nav-icons span:nth-child(odd) {
        left:0px;
        border-radius: 2px 0 0 2px;
    }
    #nav-icons span:nth-child(1), #nav-icons span:nth-child(2) {
        top: 0px;
    }
    #nav-icons span:nth-child(3), #nav-icons span:nth-child(4) {
        top: 13px;
    }
    #nav-icons span:nth-child(5), #nav-icons span:nth-child(6) {
        top: 26px;
    }
    #nav-icons.open span:nth-child(1),#nav-icons.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icons.open span:nth-child(2),#nav-icons.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icons.open span:nth-child(1) {
        left: 5px;
        top: 7px;
        background: #0d9845;
    }
    #nav-icons.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
        background: #0d9845;
    }
    #nav-icons.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #nav-icons.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #nav-icons.open span:nth-child(5) {
        left: 5px;
        top: 22px;
        background: #0d9845;
    }
    #nav-icons.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 22px;
        background: #0d9845;
    }
    .nav-in #main-navigation {
        display: block;
    }
.ticker-news {
    display: none;
}
}
@media screen and (max-width: 767px) {
    .icon-nav ul li {
        padding: 10px 5px;
    }
    footer ul li {
        display: block;
    }
    footer .social-nav ul li {
        display: inline-block;
    }
    .full-height .news-title h3 {
        font-size: 25px;
    }
    .full-height .news-title {
        padding:  10px;
        max-width: 80%;
    }
     .news-box .news-box-header .news-box-title h2 {
        margin-bottom: 10px;
     }
     .news-box .row .col-md-12.col-md-12.col-xs-12  article .meta-content a h3 {
        font-size: 20px;
    }
.ticker-news {
    display: none;
}
}
@media screen and (max-width: 480px) {
    #header-main {
        padding: 20px 0 0 0;        
    }
    #header {
        padding-bottom: 20px;
/*        border-bottom: 2px solid; */
    }
    #header-top {
        line-height: 25px;
        padding-top: 10px;
    }
    .icon-nav ul li a {
        font-size: 9px;
    }
    .icon-nav ul li a i {
        font-size: 30px;
    }
    .icon-nav ul li {
        border:0;
    }
    .news-box .news-box-header .news-box-nav ul li a {
        font-size: 18px;
    }
    .news-box .news-box-header .news-box-title h2 {
        line-height: 1.2;
    }
    #main-navigation ul li a {
        font-size: 20px;
    }
    #login-box {
        right: -7.5px;
    }
    #search-box input[type="search"] {
        font-size: 14px;
    }
    .color-boxes .color-box {
        padding: 30px 15px;
    }
.ticker-news {
    display: none;
}
.arrow-box p {
    font-size: 15px;
}
.header-banner {
    display: none;
}

}