/*
Theme Name: Tech Pulse
Author: Octagram Creative
Author URI: http://octagram.ro/
Description: 2016
Version: 1
*/

/*
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('https://www.techpulse.be/wp-content/uploads/fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}




html {
  font-size: 16px;
}

body { font-size:62.5%; }  /* =10px */
h1   { font-size: 1.5rem;line-height: 1.65rem; } /* =24px */
h2   { font-size: 1.25rem;line-height: 1.35rem; }   /* =20px */
h3   { font-size: 1.125rem;line-height: 1.25rem; } /* =18px */
h4   { font-size: 1rem;line-height: 1.125rem; } /* =16px */


h1   { font-size: 3.75rem;line-height: 1.15;font-weight: bold;letter-spacing: -0.8px; }
h2   { font-size: 2.31rem;line-height: 1;font-weight: bold;letter-spacing: -0.8px; }
h3   { font-size: 2rem;line-height: 1;font-weight: bold;letter-spacing: -0.8px; }
h4   { font-size: 1.75rem;line-height: 1;font-weight: bold;letter-spacing: -0.8px; }

p, li, a   { font-size: 1rem; } /* =14px */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color:#000;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 120px;
}
.container {  background: #fff;}
/* General */
h1, h2, h3, h4{ margin: 0; }
[class^="col-md-"] {
    box-sizing: border-box;
}


a{ color: #4a4a4a;transition: color 0.5s ease;}
a:hover,a:focus { color: #0050cc;text-decoration: none;outline: 0;}

.clear0{ clear: both;height: 0;}
.clear:before ,.clear:after {
    clear: both;
    height: 0;
    content: '';
    display: table;
}
.adhese_728x90 a,
.adhese_728x90 img,
.adhese_300x250 img {
    max-width: 99%;
    height: auto;
    display: block;
    margin: 0 auto;
}
header[role="banner"]{
    display: block;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 110;
}
input{ border: 1px solid #002a5a;outline: none;
    border-radius: 1px;
    padding: 0;
    padding-left: 10px;
    line-height: 33px;
}
/*POPUP DIGITAL*/
/* BMIT seminar popup*/
#bmit-seminar-event-bg{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	opacity: 0.8;
	position: fixed;
    top: 0;
	z-index: 7019;
}
#bmit-seminar-event{
	display: none;
	position: fixed;
    top: 50%;
    background: #0097a0;
	border: 5px solid #fff;
    left: 50%;
	transform: translateX(-50%) translateY(-50%);
    width: 600px;
	max-width: 90%;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	z-index: 7020;
}
#bmit-seminar-event a.bmit-go-to-ad { display: block;}
#bmit-seminar-event a.bmit-go-to-ad img {
    max-height: 290px;
    min-width: 100%;
    width: 100%;
}
#bmit-seminar-event h1{
	font-weight: 400;
    line-height: 30px;
    font-size: 30px;
	margin: 20px 20px 10px;
}

#bmit-seminar-event h3{
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 17px;
}
#bmit-seminar-event p{
	font-size: 13px;
}
#bmit-seminar-event .bmit-seminar-btn{
	    color: #0097a0;
    padding: 10px 30px;
    background-color: #fff;
     border: 2px solid #fff;
    font-size: 16px;
    margin: 25px auto;
    text-transform: uppercase;
    font-weight: bold;
    /* margin-bottom: 26px; */
    /* position: relative; */
    display: inline-block;
}
#bmit-seminar-event .bmit-seminar-btn:hover{
    background: #0097a0;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
}
#bmit-seminar-event input{
    -webkit-appearance: none;
    -moz-appearance: none;
	border: 0;
    outline: 0;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    top: 1px;
}

#bmit-seminar-event input:checked{
    background: white;
}
#bmit-seminar-event label{ cursor: pointer; margin-bottom: 20px;display: inline-block;}
#bmit-seminar-event .mobile-close-ad{display: none;}
#bmit-seminar-event .desk-close-ad{
	color: black;
    position: absolute;
    top: 0px;
    right: 0px;
	cursor: pointer;
	background: url(http://www.smartbiz.be/wp-content/themes/Smartbiz/images_matrix/X_close.svg) center no-repeat;
	width: 45px;
    height: 45px;
    padding: 10px;
    background-size: 50%;
	text-indent: -100px;
	overflow: hidden;
    background-color: white;
    top: -1px;

}
.more-info-txt{padding-left: 20px;padding-right: 20px;}
#bmit-seminar-event a.bmit-go-to-ad img.firstimg{

    min-width: 100px;
    width: 150px;
    padding-bottom: 20px;
    padding-top: 20px;
    left: 0;
    position: relative;

}
.logo-arrow{
    width: 0;
    height: 0;
    border-left: 132px solid transparent;
    border-right: 132px solid transparent;
    border-top: 30px solid #fff;
    margin-top: 7px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0px;
    margin-left: -2px;
}
.sam-place form > .row{
   margin-left: 10px;
   margin-right: 10px;
}
.sam-place .fb-button-add, .sam-place .tw-button-add{
    font-size: 14px;
    color: white;
    padding: 13px 15px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 167px;

}
.sam-place .fb-button-add{
    background-color: #375995;
    }
.sam-place .tw-button-add{
    background-color: #1bb5e4;
}
.sam-place .fb-button-add:hover, .sam-place .tw-button-add:hover{
    text-decoration: none;
    color: white;
}
.sam-place .fb-button-add:hover{
       background-color: rgba(55, 89, 149, 0.8);
}
.sam-place .tw-button-add:hover{
       background-color: rgba(27, 181, 228, 0.8);
}
.storyBody .sam-place img{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.sam-place p{
        -webkit-font-smoothing: antialiased;
}
.boxwhite{
    width: 260px;
    margin: 0 auto;
    background: white;
    height: 109px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 640px) {
	/*#bmit-seminar-event{
		border: 0;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	*/
    #bmit-seminar-event-bg,
#bmit-seminar-event{
	display: none !important;
}
    .boxwhite{
        width: 200px;
    }
    .logo-arrow{
         border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 20px solid #fff;
    }
	#bmit-seminar-event .mobile-close-ad{
		display: block;
		background: #fff;
		text-align: center;
		color: #999;
		padding: 5px;
	}
	#bmit-seminar-event h3{
		margin-bottom: 0;
	}
	.more-info-txt {display: none}

}
/* end popup*/




input[type="checkbox"],
ul.wp-tag-cloud li { display: inline-block;}
input:focus,
input:active{ border: 1px solid #008467;outline: none; }
input[type='button'],
input[type='submit'],
button[type='submit']{
    font: 1.125rem/1 'Roboto Condensed';
    background: #0050cc;
    background-color: #0050cc !important;
    transition: all .5s ease;
}
ul.wp-tag-cloud {padding-left: 15px;}
body.error404  button[type='submit']{
    background-color: #fff !important;
    border:0;
    outline: 0
}
body.error404  button[type='submit']:focus{outline: 0;}
body.error404  button[type='submit']:hover { font-size: 19px;color:#0050cc}
input[type='button']:hover,
input[type='submit']:hover,
button[type='submit']:hover{
    background: #002A5A;
    background-color: #002A5A !important;
}
#back_up {
    display: none;
    position: fixed;
    bottom: 25px;
    margin-left: 0px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    text-align: center;
    color: #008467;
    font-weight: 700;
    font-family: 'Roboto', sans-serif, arial;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    background: rgba(0,42,90,.7);
    background: -moz-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -moz-linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -o-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -ms-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(124deg, rgba(0,132,103,.2), rgba(0,42,90,.2)), linear-gradient(#ffffff, #ffffff);
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.home #back_up,
.archive #back_up,
body.tag #back_up{ margin-left: -45px; }
#back_up:hover { color: #002a5a; }

#mobile-menu { display: none; }
.initial { position: initial;}
.relative { position: relative;    overflow: hidden;}
.black { color: #000;}
.red { color: #008467; }
.blue { color: #002a52; }
.green { color: #417505;}
.fixedTop {
    position: fixed;
    top: 60px;
}
.ad-container { margin-bottom: 25px;text-align: center}

h2.heading {
    font: bold 1.375rem/1  'Titillium Web', sans-serif;
    color: #002a52;
    padding: 0 15px 5px;
    border-bottom: 2px solid #008467;
    margin-bottom: 15px;
}
h2.heading span { font-family: 'Titillium Web', sans-serif;letter-spacing: -0.06rem;}
.pad-0 { padding:0 !important }
.pad-left-0 { padding-left: 0; }
.pad-right-0 { padding-right: 0; }
.margin-0{ margin: 0;}
.border-top { border-top: 1px solid #002A5A; }
.border-bottom { padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #002A5A; }
.bold { font-weight: 700; }

.morebox { text-align: center; }
.fixed { position: fixed; top:0;width:100%;z-index: 20;}
.breadcrumb{ border-radius: 1px;padding: 4px 15px;}

.advertisement { width: 100% !important;overflow: hidden; }

#eucookie {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2010;
    width: 100% !important;
    display: none;
}
#eucookie + header[role="banner"]{
    top:71px;
}
#eucookie .container,
#eucookie, #eucookie .eucookiewrap {
    background: #000;color: #fff;
    font-size: 0.875rem;
    font-weight: 500;

}
#eucookie .eucookiewrap{
    padding-right: 145px;
    position: relative;
}
#eucookie a { color: #f8e71c; }
#eucookie a.close{
    background: #fff;
    opacity: 1;
    color: #000;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 31px;
    font-size: 18px;
    padding: 0 30px 0 10px;
    text-shadow: none;
    position: absolute;
    float: none;
    top: 0px;
    right: 0px;
    display: inline-block;

}
#eucookie svg{
    display: inline-block;
    margin-top: -5px;
    position: absolute;
    top: 5px;
    right: 0px;
}
/* Header */

.main-menu-wrapper { background: #fff; }
.main-menu-wrapper.scrolled{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.main-menu-wrapper:hover { background: #f7f7f7;}
.siteLogo { background: url("images_matrix/tech-pulse.png") center center no-repeat; background-size: contain;display:block;height:80px;width:100%;text-indent:-9999px; transition: height .5s ease;}
.logo:hover { background: #fff; }
/*
.siteLogo.small{
    display: none;
    height: 60px;
    -moz-transform: translateX(-106px);
    -ms-transform: translateX(-106px);
    -webkit-transform: translateX(-106px);
    transform: translateX(-106px);
}
.siteLogo.scrolled{ display: none;}
.siteLogo.small.scrolled {
    display: block;
    -moz-transform: translateX(-0);
    -ms-transform: translateX(-0);
    -webkit-transform: translateX(-0);
    transform: translateX(-0);
}*/
.scrolled  .siteLogo{ height: 60px; }
#menu-top-secondary-menu { padding-right: 10px;}
.siteLogo:hover{
    -webkit-box-shadow: 0 -3px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 2px 1px rgba(0, 0, 0, 0.2);
}
.primaryNav{ font-family: 'Roboto Condensed', sans-serif;padding-right: 40px;}

.primaryNav > ul > li { position: static; }
.primaryNav li a { font-size: 1.375rem; text-transform: uppercase; color:#4a4a4a}

.primaryNav > ul  > li:hover,
.primaryNav > ul  > li.hovered { box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, 0.2); }

.primaryNav > ul  > li.noSubmenu:hover,
.primaryNav > ul  > li.noSubmenu.hovered {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.primaryNav .sub-menu{
	padding: 0px;
	width: 100%;
	background: #fff;
    display: table;
    border-spacing: 20px;
    border-collapse: separate;
}
.main-menu-wrapper.scrolled .primaryNav .sub-menu{top: 42px;}

.primaryNav .sub-menu li {
    width: 150px;
	max-width: 20%;
	padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.primaryNav .sub-menu li {float: none;display: table-cell;border: 1px solid #fff;transition: border .5s ease;}
.primaryNav .sub-menu li a,
.primaryNav .sub-menu li a h5{
    font: 600 1rem/1 'Titillium Web',sans-serif;
	word-break: break-word;
    display: block;
    max-width: 100%;
    margin: 0;
    text-transform: none;
    transition: color 0.5s ease;
}
.primaryNav .sub-menu li:hover { border-color:  #002A5A;}
.primaryNav .sub-menu li a:hover,
.primaryNav .sub-menu li a .menu-post-thumb:hover + h5,
.primaryNav .sub-menu li a h5:hover{
    color: #008467;
}
.primaryNav .nav > li:hover{background: #fff}
.nav-pills>li+li {
    margin-left: 0px;
}
.secondaryNav,
.secondaryNav a{
    background: #002A5A;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.secondaryNav.scrolled {display: none;}
.primaryNav.scrolled { height: 45px;}

.primaryNav li.current-menu-item a {
	color:#008467;
}
.primaryNav > ul > li {
	display: block;
	float: left;
	transition: all 0.1s ease 0s;
}


.menu-wrapper {
	visibility: hidden;
	position: absolute;
	top: 79px;
    left: 0;
    width: 760px;
	z-index: 1200;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.scrolled .menu-wrapper{ top: 60px; }
.primaryNav .sub-menu li.nothumb {
    max-width: 180px;padding: 0;

    background-image: -moz-linear-gradient(to bottom, rgba(105, 151, 142, 0.2),rgba(42, 58, 73, 0.2));
    background-image: -webkit-linear-gradient( rgba(105, 151, 142, 0.2), rgba(105, 151, 142, 0.2));
    background-image: -o-linear-gradient(to bottom, rgba(105, 151, 142, 0.2),rgba(105, 151, 142, 0.2));
    background-image: -ms-linear-gradient(to bottom, rgba(105, 151, 142, 0.2),rgba(42, 58, 73, 0.2));
    background-image: linear-gradient(to bottom, rgba(105, 151, 142, 0.2),rgba(42, 58, 73, 0.2));
}
.primaryNav .sub-menu li.nothumb a{ padding: 10px;color: #000;}
.primaryNav .sub-menu li.nothumb a h3,
.sub-menu li a { color: #000 !important; }

.primaryNav .sub-menu li.has-thumb .menu-post-link {
    display: table;
    border-spacing: 0;
    width: 100%;
}
.primaryNav .sub-menu li.has-thumb {background: #f8f8f8;}
.primaryNav .sub-menu li.has-thumb h5 { padding: 10px 10px 10px  0 }
#more-item .sub-menu li a:hover{text-decoration: none;}
#more-item .sub-menu li a.octagram:hover{
	text-decoration: underline;
}
.sub-menu li a img {
	display: block;
	width: 100%;
    max-width: 300px;
    height: auto;
	/*
     *min-height: 100%;
     *max-height: 100%;
     *-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
     transition: all 0.5s ease;*/
}

.sub-menu .menu-post-thumb:not(:empty){
    width: 110px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.sub-menu .menu-post-thumb:not(:empty) + .menu-post-title{
    /*width: 55%;
    width: -moz-calc(60% - 10px);
    width: -webkit-calc(60% - 110px);
    width: -o-calc(60% - 10px);
    width: calc(60% - 10px); */
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.sub-menu li a:hover img{
	/*-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    */
}
.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

li.more-links {
    display: none;
    visibility: visible;
    line-height: 80px;
    font-size: 2rem;
    position: absolute !important;
    top: 0;
    right: 45px;
    width: 40px;
    text-align: center;
    z-index: 21;
    cursor: default;
}
li.more-links .menu-wrapper{
    right: 0;
    left: auto;
    width: 200px !important;
    box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.2);
}
.scrolled li.more-links{ line-height: 60px;}
ul.more-links-container {
    display: block;
    width: 100%;
    background: #fff;
    z-index: 203;
    padding: 15px;
}
ul.more-links-container:empty{display: none}
ul.more-links-container li {
    display: block;
    float: none;
    line-height: 35px;
    text-align: left;
}
ul.more-links-container li .menu-wrapper{ display: none;visibility: hidden !important;}


li.more-links:hover ul.more-links-container{  visibility: visible; }
ul.more-links-container li a:hover{ color: #008467}


.nav > li > a{ padding: 0 10px;line-height: 80px;}
.scrolled .nav > li > a { line-height: 60px; }
.secondaryNav .nav > li > a { line-height: 40px; }
.nav>li>a:focus, .nav > li > a:hover,
.primaryNav > ul  > li.hovered > a,
.primaryNav .nav > li.more-links:hover{
    text-decoration: none;
    background-color: #fff;
    color: #008467;
    border-radius: 0;
    z-index: 1300;
}
.secondaryNav .nav > li > a:hover { background-color: #008467;color: #fff; }

.primaryNav .nav > li.more-links:hover { z-index: 1303;}
.menu-top-primary-menu-container, .menu-top-primary-menu-container a{
    background: #fff;
    color: #002A5A;
}
.lvl-search {
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 22;
}

.lvl-search form{
    line-height: 40px;
    display: block;
    max-height: 50px;
    max-width: 200px;
    overflow: hidden;
}
.lvl-search button{
    position: absolute;
    top: 50%;
    right: 0px;
    background: transparent !important;
    border: 0;
    color: #000;
    line-height: 10px;
    margin-top: -8px;
    /*
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);*/
    outline: 0;
}
.error404 .lvl-search button[type='submit'],
.error404 .lvl-search button[type='submit']:hover,
.lvl-search button:hover{background: transparent !important;}
.lvl-search input{
    background: #fff;
    width: 175px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 2px 25px 2px 10px !important;
    border-radius: 1px;
    color: #000;
     -webkit-appearance: none;
    @include border-radius(0);
    -webkit-transition: width 0.5s ease 0s;  /* Chrome 1-25, Safari 3.2+ */

    outline: 0;
    border: 0;
    border-bottom: 1px solid #008467;
}
.menu-dropdown-search { display: none; }
.primaryNav .nav > li.search-wrapper:hover { background: transparent; }
.scrolled .lvl-search{ top: 0px;right: 0px;height: 60px; line-height: 60px;padding-left: 15px; padding-right: 10px; }
.scrolled .lvl-search form{ line-height: 60px;}
.scrolled .lvl-search input { width: 0; border-width: 0; background: transparent;transition: width .3s ease;}
.scrolled .lvl-search button { right: 10px; }
.scrolled .lvl-search:hover { background: #fff; }
.scrolled .lvl-search:hover input{ width: 175px;height: 40px;border-width: 1px;}

.header-ads:not(:empty) {
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0px 0 30px;
    overflow: hidden;
}
.breakingNews {
    padding-top: 5px;
    padding-bottom: 40px;
    background: #fff;
}
.breakingNews div {
    font: 1.375rem/1  'Titillium Web', sans-serif;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: rgba(0,42,90,1);
    background: -moz-linear-gradient(left, rgba(0,42,90,1) 0%, rgba(0,132,103,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,42,90,1) 0%, rgba(0,132,103,1) 100%);
    background: -o-linear-gradient(left, rgba(0,42,90,1) 0%, rgba(0,132,103,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,42,90,1) 0%, rgba(0,132,103,1) 100%);
    background: linear-gradient(to right, rgba(0,42,90,1) 0%, rgba(0,132,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a5a', endColorstr='#008467', GradientType=1 );
}
.breakingNews span { font-weight: 700;}
.breakingNews a { color: #fff;font-size: 1.375rem; text-transform: uppercase}
/* Main slider */
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container.primary .swiper-button-next,
.swiper-container.primary .swiper-button-prev{
    width: 30px;
    height: 30px;
    padding-left: 2px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    line-height: 30px;
    right: 15px;
    top: 50%;
    bottom: 0;
    background: rgba(0, 131, 102, 0.7);
    color:#fff;
    z-index: 20;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.25);
    border-radius: 50%;
    /*
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    */
}
.swiper-container.primary .swiper-button-next:hover{
    background:  #fff;
    color: #4a4a4a;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.5);
}
.swiper-container.secondary{margin-bottom: 50px;}
.swiper-container.secondary .swiper-wrapper{
    height: 350px;
}

.swiper-container.secondary .swiper-button-prev,
.swiper-container.secondary .swiper-container-rtl .swiper-button-next,
.swiper-container.secondary .swiper-button-next, .swiper-container.secondary .swiper-container-rtl .swiper-button-prev{
    background: none;
    left: auto;
    right: -4px;
    font-size: 1rem;
    color: #fff;
}
.swiper-container.secondary .swiper-pagination{
    height: 40px;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    top: 43%;
    right: 11px;
}
.swiper-container.secondary .swiper-button-prev{top: 43%;}
.swiper-container.secondary .swiper-button-next{top: 60%;}
.swiper-container.secondary .swiper-pagination-bullet{ background: #fff;opacity: 0.8 }
.swiper-container.secondary .swiper-pagination-bullet-active{ background: #000;}
/*

.vertical-pagination {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);

}
.vertical-pagination .swiper-pagination{
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/
.greenish {
    background: -webkit-linear-gradient(161deg, rgba(0, 131, 102, 0.4), rgba(0, 42, 89, 0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(161deg, rgba(0, 131, 102, 0.4), rgba(0, 42, 89, 0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(161deg, rgba(0, 131, 102, 0.4), rgba(0, 42, 89, 0.5)); /*Fx 3.6-15*/
    background: linear-gradient(161deg, rgba(0, 131, 102, 0.4), rgba(0, 42, 89, 0.5));
}
.blueish {
    background: -webkit-linear-gradient(149deg, rgba(83, 160, 253, 0.2), rgba(180, 236, 81, 0.4)); /*Safari 5.1-6*/
    background: -o-linear-gradient(149deg, rgba(83, 160, 253, 0.2), rgba(180, 236, 81, 0.4)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(149deg, rgba(83, 160, 253, 0.2), rgba(180, 236, 81, 0.4)); /*Fx 3.6-15*/
    background: linear-gradient(149deg, rgba(83, 160, 253, 0.2), rgba(180, 236, 81, 0.4));
}
.yellish {
    background: -webkit-linear-gradient(122deg, rgba(250,217,97, .2), rgba(250,217,97, .4)); /*Safari 5.1-6*/
    background: -o-linear-gradient(122deg, rgba(250,217,97, .2), rgba(250,217,97, .4)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(122deg, rgba(250,217,97, .2), rgba(250,217,97, .4)); /*Fx 3.6-15*/
    background: linear-gradient(122deg, rgba(250,217,97, .2), rgba(250,217,97, .4));
}
.purplish {
    background: -webkit-linear-gradient(124deg, rgba(48, 34, 174, 0.2), rgba(250,217,97, .4)); /*Safari 5.1-6*/
    background: -o-linear-gradient(124deg, rgba(48, 34, 174, 0.2), rgba(250,217,97, .4)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(124deg, rgba(48, 34, 174, 0.2), rgba(250,217,97, .4)); /*Fx 3.6-15*/
    background: linear-gradient(124deg, rgba(48, 34, 174, 0.2), rgba(250,217,97, .4));
}

.slider-item .row { margin: 0;width: 100%; }
.swiper-wrapper a{ display: block;padding: 0px;position: relative; }
.swiper-wrapper a  .slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.swiper-wrapper a .slide-title h1,
.swiper-wrapper a .slide-title h2,
.swiper-wrapper a .slide-title h3,
.swiper-wrapper a .slide-title h4{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 35px 25px 25px;
    text-align: left;
    margin: 0;
    color: #fff;
    background: rgba(0,0,0, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/

}

.swiper-wrapper a  .slide-title h1 { padding-right: 30%;}
.swiper-wrapper a  .slide-title h2 { padding-right: 20%; }
.slide-title h4 { right: 25px;}
.first-item a{
    border-right: 1px solid #fff;
}


.swiper-wrapper a .slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-wrapper a .slide-title:hover{
    background: none;
}

.second + .thirth, .full-item + .full-item { border-left: 1px solid #fff; }
.fourth a{ border-top: 1px solid #fff;}
span.post-time {
    font-size: 0.75rem;
}

/* Home featured story */
.featuredStories { margin-bottom: 0px; }
.featuredStories article.item a{
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.1),rgba(0,0,0,0.7)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.7)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.7)); /*Fx 3.6-15*/
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    transition: background 0.5s ease;
}
.featuredStories article.item  a.thumb{ position: relative; }
.featuredStories img{ max-width: 100%;height: auto;}
.featuredStories p { color: #4a4a4a; }
.featuredStories h2{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding-right: 30px;
    width: 100%;
    color:#fff;
    font: bold 1.75rem/1 'Titillium Web', sans-serif;

}
.featuredStories article.item a:hover{
    background: rgba(0,0,0, 0.7);
    background: -webkit-linear-gradient(161deg, rgba(0, 131, 102, 0.7), rgba(0, 42, 89, 0.8));
    background: -o-linear-gradient(161deg, rgba(0, 131, 102, 0.7), rgba(0, 42, 89, 0.8));
    background: -moz-linear-gradient(161deg, rgba(0, 131, 102, 0.7), rgba(0, 42, 89, 0.8));
    background: linear-gradient(161deg, rgba(0, 131, 102, 0.7), rgba(0, 42, 89, 0.8));
}
.featuredStories h2 a{ position: absolute; bottom: 0;left: 0;width: 100%;padding: 15px;line-height: 1;
  letter-spacing: -0.3px;}
.featuredStories article:nth-child(2n+1){

}
.featuredStories .relative{
  min-height: 250px;
}
/* posts feed */
#articleRiver { font-family: 'Roboto', sans-serif;}
#articleRiver .heading{ font-weight: 700;line-height: 2rem; color: #002A5A; }
article.item{ margin-bottom: 40px; }
article.item a { display: block;color: #000;font-weight: 700; }
article.item a.summary { color: #4a4a4a;margin-bottom: 20px;font-weight: 400; }
article.item a.thumb{
    overflow: hidden;
}
article.item a.thumb img{
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

#articleRiver article.item h1 a{
    font: bold 2.31rem/1.08  'Titillium Web', sans-serif;
    letter-spacing: -0.6px;margin-bottom: 15px;}
/*article.item h1 a{ padding-top: 15px; border-top: 1px solid #002A5A;}*/
article.item a img { max-width: 100%;width: 100%;height: auto;}
article.item.category-top-feed-articles,
article.item .category-top-feed-articles{
    background: rgba(0,0,0, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(0, 131, 102, 0.1),rgba(0, 42, 89, 0.2)),
                        -webkit-linear-gradient(#ffffff, #ffffff); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0, 131, 102, 0.1),rgba(0, 42, 89, 0.2)),
                        -o-linear-linear-gradient(#ffffff, #ffffff); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0, 131, 102, 0.1),rgba(0, 42, 89, 0.2)),
                        -moz-linear-linear-gradient(#ffffff, #ffffff); /*Fx 3.6-15*/
    background-image: linear-gradient(to bottom, rgba(0, 131, 102, 0.1), rgba(0, 42, 89, 0.2)),
                        linear-gradient(#ffffff, #ffffff); padding: 15px;margin: 0 0 30px -15px;}
article.item.category-top-feed-articles h1 a{border: 0;}
article.item.category-partners a.thumb:after,
article.item.category-smartbiz a.thumb:after,
article.item.category-premium a.thumb:after,
article.item.category-twinkle a.thumb:after{
    content:'PARTNER';
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 1.25;
    padding: 0px 6px;
    right: 15px;
    top: 0px;
    background: #fff;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    border-top: 0;
    border-right: 0;
    font-family: 'Roboto Condensed',sans-serif;

}
article.item.category-smartbiz a.thumb:after{ content: 'SMARTBIZ'; }
article.item.category-twinkle a.thumb:after{ content: 'TWINKLE'; }
article.item.category-premium a.thumb:after{ content: 'PREMIUM'; }
article.item.category-partners .thumb,
article.item .category-partners .thumb,
article.item.category-smartbiz a.thumb,
article.item .category-smartbiz .thumb,
article.item.category-twinkle a.thumb,
article.item .category-twinkle .thumb{ border: 1px solid #4a4a4a;overflow: hidden;}
article.item .category-partners .thumb img,
article.item.category-smartbiz .thumb img,
article.item.category-twinkle .thumb img{ margin: 0; }

article.item .content {  line-height: 1; }
p.meta, p.meta a{ display: inline-block;font-size: 0.875rem;line-height: 1;margin: 0; color: #4a4a4a; }

a.summary{
    font: 1.25rem/1.2 'Roboto Condensed', sans-serif;
    color: #2c2c2c;
}
#articleRiver article.item:hover h1 a,
p.meta a:hover{ color:#008467 }
#articleRiver article.item:hover a.summary { color: #000; }
#articleRiver article.item:hover .thumb img{
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
/* Sidebar widgets */
.adIMUTop { text-align: center; }
div#stepstone-holder iframe {
    max-width: 100%;
}
section .tagcloud { padding: 0 15px}
.module .box li{ margin-bottom: 10px; }
.module .box li a,
.module li a{ font-family: 'Titillium Web',sans-serif;color: #000;display: block;font-weight: 600; }
.module.discounts .box li a,
.module.discounts li a{ font-family: 'Roboto';font-weight: 500;}
.module .box li a:hover,
.module li a:hover{ color: #0050cc}
.module .box .thumb{margin:0 20px 0 0;float:left;height:68px;width:90px;overflow: hidden}
.module .box .thumb img{ width: 100%;height: auto;}
.module .box .content{
    width: 68%;
    width: -moz-calc(100% - 110px);/* Firefox */
    width: -webkit-calc(100% - 110px);/* WebKit */
    width: -o-calc(100% - 110px);/* Opera */
    width: calc(100% - 110px);/* Standard */
    float: right;
}
.module .box .content a {
    word-break: break-word;
}
.module .box .content span.sub {
    font: .75rem/1 'Roboto Condensed', sans-serif;
}
.moreLink { text-align: center;}

.module .box li.moreLink a
{
    font: 500 0.75rem/0.94 'Roboto Condensed';
    text-align: left;
    color: #0050cc;
}
.module .box li.moreLink a:after {
    content: ' >';
}
.module .i-links  li a { display: inline; }
.module .i-links ul,
.module.discounts ul{
    padding: 0 10px;
    margin: 0;
}
.module .box li.moreLink a:hover {
    text-decoration: underline;
}
.wp-polls{ padding: 0 15px; }
.wp-polls label { font-weight: normal;color: #4a4a4a;display: inline;margin-bottom: 5px;}
.wp-polls label:hover{ color: #0050cc}
.wp-polls ul.wp-polls-ul { margin: 0 0 10px;}
.wp-polls .vote-btn input { color: #fff; font-size: 1.125rem;padding: 4px 17px;
    border-radius: 1px; display: inline-block;border: 0;}
.wp-polls .vote-results a{ color: #0050cc;font-size: 1.125rem; }
.wp-polls .vote-results a:hover {color: #002A5A;}
.wp-polls-ul input {
    /* width: 16px; */
    /* height: 16px; */
    display: inline;
    margin-right: 5px;
}
aside section{
    padding: 15px 0px;
    margin-bottom: 10px;
}
aside section.keepUp,
aside section.adIMUTop{
    background: transparent;
    border: 0;
    width: 100%;
    overflow: hidden;
}
aside section.widget_agenda { background: #fff; }
aside section.adIMUTop{ padding: 0;}
aside section .box{ padding: 0 5px;}
/* aside section.keepUp h2{ padding-top: 15px; } */
aside section.keepUp .box{ padding: 0;}
aside ul{ list-style: none;padding: 0;}
aside section.widget_recent_entries ul,
aside section.widget_top_stories ul,
aside section.popular-posts ul {
    counter-reset: li;/* Set the section counter to 0 */
}
aside section.widget_recent_entries ul li,
aside section.widget_top_stories ul li,
aside section.popular-posts ul li{
    padding-left: 45px;
    margin-bottom: 10px;
    position: relative;
    min-height: 25px;
}

aside section.widget_recent_entries ul li:before,
aside section.widget_top_stories ul li:before,
aside section.popular-posts ul li:before{
    counter-increment: li;                /* Increment the section counter*/
    content: counter(li); /* Display the counter */
    position: absolute;
    left: 8px;
    top:-3px;
    padding: 1px 5px 0px 5px;
    border: 1px solid #0050cc;
    border-radius: 50%;
    font-size: 1rem;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}
aside section.widget_recent_entries ul li:hover:before,
aside section.widget_top_stories ul li:hover:before,
aside section.popular-posts ul li:hover:before{
    border: 1px solid #002a52;
    background: #002a52;
    color: #fff;
}

section.tech-pulse {background: transparent;border: 0;}
section.tech-pulse h2{ padding-left: 0;}
ul.site-footer-menu{ display: block;margin: 0 0 15px;}
ul.site-footer-menu li { display: inline-block;width: 50%;padding: 0;}
.module ul.site-footer-menu li {
    margin-bottom: 0;
}
.module ul.site-footer-menu li a{ font: 400 1rem/1.56rem 'Roboto',sans-serif;margin-bottom: 10px; }
.hosts a {
    font-size: 0.75rem;
    color: #4a4a4a;
    display: block;
    text-align: center;
}
.hosts a.hosts-octagram{ background: #f8f8f8;padding: 10px 0; }
.storyBody .sam-place,
.article-ad-inside { font-size: 16px;
    font-family: Arial; background-color: #d8d8d8; text-align: center;margin-bottom: 35px;    display: inline-block; width: 100%;}
.storyBody .in-article-code .sam-place {background: transparent;}
.storyBody .sam-place:not(:empty) {border: solid 1px #979797;padding: 15px 0;}
.storyBody iframe {
    width: 100% !important;
}
.storyBody .storyHeader p.meta a,
.storyBody .storyHeader p.meta span{ display: block;margin-left: 10px;}
.storyBody .twitter-account iframe {
    width: auto !important;
    max-width: 200px;
}
.storyBody #articleRiver article.item h1 a{ font-size: 1.5rem; }
.storyBody #articleRiver article.item a.summary { font-size: 0.9rem;margin-bottom: 15px; }
.storyBody #articleRiver article.item h1 a:hover,
.storyBody #articleRiver article.item a.summary:hover{ text-decoration: none; }

.storyBody .sam-place:before,
.storyBody .sam-place:after{ clear: both;display: table;content: ''; }
.storyBody .ad-container .sam-place,
.simple_ads_manager_widget{ border: 0;background: none; overflow: hidden;}

/* Newsletters */
form#subscribeNL {
    margin: 15px 0;
}
.sidebar-btn { margin-left: -15px; padding-right: 0;}
#subscribeNL input[type="email"],
.subscribeNL input[type="email"] {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    font-size: .9rem;
    margin-bottom: 10px;
}

.subscribeBtn {
    font: 0.875rem/1 'Roboto Condensed', sans-serif;
    padding: 8.5px;
    border: 0;
    background: #008467;
    transition: border-color 0.5s ease;
    width: 100%;
    color: #fff;
    border-radius: 1px;
	max-height: 36px;
	line-height: 0 !important;
}
.socialBlock ul { list-style: none; padding: 0;}
.socialBlock ul li { display: block;width: 15%;margin-right: 1%;float: left;background: #f7f7f7;text-align: center;color: #fff;}
.socialBlock ul li a {display: block;padding: 7px 15px;border-radius: 1px;color: #fff;}
.socialBlock ul li a:hover { opacity: 0.8}
.socialBlock ul li:last-child{ margin-right: 0;}
.btn-share.facebook{
    background-color: #365995;
}
.btn-share.twitter{
    background-color: #00a0ee;
}
.btn-share.email{
    background-color: #000;
}
.btn-share.google{
    background-color: #db4437;
}
.btn-share.whatsapp{
    background-color: #0dc143;
}
.btn-share.linkedin{
    background-color: #1482bb;
}
/* Agenda */

.agenda ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}
.agenda li a{ display: block;margin-bottom: 10px; }
.agenda li:last-child a{ margin-bottom: 0px; }
.agenda li .date {
    display: inline-block;
    text-align: center;
    border: 1px solid #c7c7c7;
    line-height: 24px;
    height: 26px;
    float: left;
}
.agenda li .date span {
    width: 49px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #2c2c2c;
    display: inline-block;
    padding: 0px 2px;
    text-transform: uppercase;
    color: #fff;
}
.agenda li.firstAgenda .date{height: auto;}
.agenda li.firstAgenda .date span {
    background: #f00000;
    color: #fff;
    border:1px solid #bf4545;
}
.agenda li .date em {
    /*font: 1.375rem 'Roboto Condensed', sans-serif;  */
    width: 29px;
    display: inline-block;
    background: #fff;
    font-style: normal;
    font-size: 1.375rem;
}

.agenda li .desc {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    color: #000;
    float: left;
    width: 74%;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
}
.agenda li .desc .first-word { font-weight: bold; }


.agenda li a:hover .desc {
    color: #0050cc;
}
.agenda li.firstAgenda .first_title .date span {
    width: 75px;
    background: #f00000;
    display: block;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border:1px solid #bf4545;
}
.agenda li.firstAgenda{
    font-family: 'Titillium Web',sans-serif;
    display: block;
    margin: -15px -10px 10px;
    margin-top: -15px;
     background:rgba(0,42,90,.7);
    background: -moz-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -moz-linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -o-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -ms-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(124deg, rgba(0,132,103,.2), rgba(0,42,90,.2)), linear-gradient(#ffffff, #ffffff);

    padding: 10px;
}
.agenda li.firstAgenda .date em {
    font-size: 3.375rem;
    line-height: 1;
    width: 100%;
    padding: 0;
    color: #4a4a4a;
}

.agenda li.firstAgenda .desc {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    padding-top: 5px;
    color: #000;
}
/* Poll */
.vote-btn, .vote-results { display: inline-block;margin-right: 25px;}


#IGsocialslide{
    display:none;
    width: 480px;
    background:rgba(0,42,90,.7);
    background: -moz-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -moz-linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -o-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(124deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -ms-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(124deg, rgba(0,132,103,.2), rgba(0,42,90,.2)), linear-gradient(#ffffff, #ffffff);

    -moz-border-radius: 1px;
    -webkit-border-radius:1px;
    -moz-box-shadow:-2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:-2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow:-2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    padding:15px 0px 15px 0px;
    position:fixed;
    bottom:15px;
    right:15px;
    z-index: 12;
}
#IGsocialslide input[type=checkbox]{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    margin: 0;
}
#IGsocialslide .subscribeEmail,
#IGsocialslide label{
    font: 400 1rem/1 'Roboto Condensed', sans-serif;
    margin: 0;width: 100%;
    display: block;
    margin-bottom: 15px;
}
#IGsocialslide .subscribeEmail{ padding: 6px; }
#IGsocialslide .closeIG{
    position:absolute;top:5px;right:5px;color:#fff;font-size:20px;font-weight:bold;cursor:pointer;
}
#IGsocialslide img{max-height: 68px;}

#IGsocialslide section {margin: 0;border:0;padding: 0 15px;    background: transparent;}
#IGsocialslide ul{ margin: 0;}
#IGsocialslide h2.heading {
    background: transparent;margin-bottom: 25px;
    font: bold 1.375rem/1.27 'Titillium Web', sans-serif;
    letter-spacing: -0.2px;
    padding-right: 23px;
    padding-left: 0;
}
#IGsocialslide ul li:last-child {margin: 0;}
/* clear elements */

#IGsocialslide ul:after,
#IGsocialslide ul li:after,
.socialBlock ul:after,
.agenda li a:after{ content: '';clear: both;display: table;height: 0;}

#IGsocialslide  .subscribeBtn { font-size: 1.125rem;width: 160px; margin: 0 auto;display: block; height: 60px;}
/* The team*/

#tabEditorial .item h4,
#tabSalesMarketing .item h4 {margin: 15px 0 5px;}
#tabOtherContacts  h4 {margin: 0px 0 5px;}
#tabEditorial  h2,
#tabSalesMarketing h2,
#tabOtherContacts  h2 { padding-left: 0;}

#tabEditorial  a,
#tabSalesMarketing a,
#tabOtherContacts  a,
.meetTheTeamProfile a{ color: #0050cc;}

#tabEditorial  a:hover,
#tabSalesMarketing a:hover,
#tabOtherContacts  a:hover,
.meetTheTeamProfile a:hover{ text-decoration: underline;}


.meetTheTeamProfile img {max-width: 100%;}
.meetTheTeamProfile h2 { margin-top: 30px;}
/* Single article page */
.byline .author-box {
   /* max-width: 40%;*/
}
.byline .post-date {
    font: 0.875rem/1rem 'Roboto condensed',sans-serif;
    color: #4a4a4a;
    line-height: 20px;
}

.byline .author img{height: 40px;width: auto;margin-top: 0;margin-bottom: 0;}
.byline .author .twitter-account {
    max-width: 200px;
    overflow: hidden;
    display: block;
}
.featured_caption{
    margin-top: -30px;
    margin-bottom: 30px;
    color: #4a4a4a;
}
.storyBody h2,
.storyBody h3 { margin-bottom: 15px;margin-top: 35px; }
.storyBody a{ color:#008467;}
.storyBody a.downloadBtn{ color:#fff;}
.storyBody a:hover{ color:#0050cc;text-decoration: underline;}
.storyBody img { max-width: 100% !important;height: auto;    margin-top: 20px;margin-bottom: 30px; }
.storyBody #articleRiver img { margin-top: 0px;margin-bottom: 0px; }
.storyBody .shareBar a:hover{ color: inherit;}
.storyBody .socialBlock.shareBar { max-width: 370px; margin: 30px auto 30px; }
.storyBody .pros li,
.storyBody .cons li{ padding-left: 20px;list-style: none;}
.storyBody ul.score-price li{list-style: none}
.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.alignleft { float: left; margin: 10px 20px 20px 0;}
.alignright { float: right; margin: 10px 0px 20px 20px;}
body.single.single-post #leaderTop,
body.single.single-post .breakingNews,
.post-title-wrapper { margin-left: 5.55%;}

body.single.single-post .breakingNews div{
    background: -moz-linear-gradient(90deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -moz-linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(90deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(90deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -o-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(90deg, rgba(0,42,90,.2) 0%, rgba(0,132,103,.2) 100%), -ms-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(90deg, rgba(0,132,103,.2), rgba(0,42,90,.2)), linear-gradient(#ffffff, #ffffff);
    color: #4a4a4a;
}
body.single.single-post .breakingNews a{ color: #008467}

.single-post .storyBody h2{
  font-size: 1.5rem;
}

.the_post_title {
    margin-bottom: 18px;
    margin-left: -4px;
    color: #2c2c2c;
}
.single-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.river #pebbleMMR { margin-bottom: 20px;}
.storyHeader {
    margin-bottom: 30px;
}

.moduleLatestEvents ul { list-style: none;padding: 0;}
.thumb.authorThumb {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 10px;
}
.thumb.authorThumb img { width: 100%;height:auto }
.fancybox{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.fancybox img {
    margin: 0 auto;
}
p.relatedTopics{display: block; margin-top: 12px;}
p.relatedTopics,
p.relatedTopics a {
    color: #979797;
    font: bold 0.75rem/0.8rem 'Roboto Condensed', sans-serif;
        text-align: center;
}
.reeks-artikel-head {
    font: 1.75rem/1 'Titillium Web',sans-serif;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
}
.reeks-artikel li a{
    font: 600 1rem/1.25 'Titillium Web',sans-serif;
    color: #000000;
}

/* Review pros cons */
#review h2{
    font-size: 1.75rem;
    line-height: 1;
    font-weight: bold;
    border-bottom: 2px solid #002a52;
    padding-bottom: 5px;
}
.score-price {display: block;padding: 0;margin-bottom: 0;}
.overview li { font-size: 1.44rem;line-height: 2.5rem; }
.overview.elem-bg{
	background: #e5e5e5;
    color: #4a4a4a;
	margin-bottom: 35px;
}
.price-bg{
    font-family: 'Titillium Web', sans-serif;
    background: #4a4a4a;
    color: #fff;
    padding: 0px 10px;
}
.score-price li .elem-bg > span {
    display: block;
    float: left;
}
.score-price span{ 	display: inline-block; }
.score-price .field{
	width: 75px;
    margin-left: 10px;
}
.ratingsBar{
	background-color: #008467;
	height: 18px;
}
.score-price .score{ margin-left: 10px;font-weight: bold;color: #000;}
.score-price .value{
	background: #666;
	width: 65%;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
	height: 18px;
    line-height: 18px;
	margin-top: 11px;
}
.pros, .cons {
	padding: 0 10px;
	/*background: #d8e5cc;*/
}
.cons{
	/*background: #f9e9eb;*/
}
.good.module,
.bad.module{
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.good h2 span, .bad h2 span{
	font-size: 1rem;
    font-weight: 700;
}
.rotate {
    font-size: 1.375rem;
    font-weight: 300;
    background: #f7cad0;
    padding: 4px 9px 3px;
    position: absolute;
    top: 0px;
    left: -34px;

    -webkit-transform: rotate(-90deg); /* Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    -ms-transform: rotate(-90deg); /* IE */
    -o-transform: rotate(-90deg);/* Opera */

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.good.module .rotate {
    background: #d8e5cc;
    padding: 3px 9px 3px;
    top: -20px;
    left: -13px;
}

.pros li:before,
.cons li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #508501;
    padding-right: 9px;
    display: inline-block;
	margin-left: -22px;
	width: 22px;
}
.cons li:before {content: '\f00d';color: #d0021b;}
.post-content a.downloadBtn{
	background: #f8e71c;
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 5px;
    font-weight: 700;
	margin-right: 5px;
}

.wp-caption { max-width: 100%;margin-top: 50px;}
.wp-caption img { margin-bottom: 20px;}
.wp-caption-text {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
    color: #4a4a4a;
    font-size: 0.9rem;
    line-height: 1.3;
    font-style: italic;
}

.close-related-articles {margin-bottom: 45px;}
.close-related-articles >div:first-child{ border-right: 1px solid #d8d8d8; }
.single-prev-article{ text-align: right;}
.single-prev-article span,
.single-next-article span { display: block; font-size: 1rem;margin-bottom: 5px;color: #0050cc }
.single-prev-article > a,
.single-next-article > a{ font: bold 1.75rem/1 'Titillium Web', sans-serif;color: #000; text-align: right;}
.single-next-article a{ text-align: left; }
.single-prev-article > a:hover,
.single-next-article > a:hover{ color: #008467;text-decoration: none;}
.single-prev-article > a:hover span,
.single-next-article > a:hover span { text-decoration: underline;}
#downloadintext {margin: 20px 0;}
#downloadintext a{
    color: #fff;
    font: 500 0.875rem 'Roboto';
    margin-bottom: 10px;
    margin-right: 10px;
}
.downloadBtn{
	background: #008467;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-weight: 700;
}
#downloadintext a.download-text {
    font: bold 1.5rem/1.04  'Roboto Condensed', sans-serif;
    color: #2c2c2c;
	padding: 10px;
    display: inline-block;
}
.downloadBtn i{ font-size: 37px;}
.post-content a.download-text { display: inline-block;color: #4a4a4a; font-size: 23px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}

#downloads {margin-bottom: 40px;}
#downloads h2{
	border-bottom: 2px solid #4a4a4a;
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.downloads-content {
	background: #eaeaea;
    padding: 15px;
}
.downloads-content a{ line-height: 40px;display: block;}
#toprealdownloadimg{
	line-height: 22px;
	clear:left;float:left;
	margin:0 10px 0px 0;
}
#toprealdownloadimg{
    color: #fff;
    background: #008467;
    padding: 0 10px;
    display: inline-block;
    font-weight: 500;
	line-height: 40px;
}
#toprealdownloadimg i{
	font-size: 22px;
}
.downloads-content a, .downloads-content a:hover{ color: #000;}

.page-links {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-links .post-page-item,
.page-links a .post-page-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #008467;
    padding: 3px 8px;
    font-weight: bold;
    transition: all .5s ease;
}
.page-links a .post-page-item{ background: #b2b2ae; }
.page-links a:hover .post-page-item  { background: #008467; }
blockquote,
blockquote p,
.quote_text{
    font: 300 1.375rem/1.25 'Titillium Web', sans-serif;
    text-align: center;
    color: #008467;
    margin-bottom: 40px;
    font-style: italic;
    padding:0;
    border:0;
    position: relative;
    width: 90%;
    margin: 25px auto 40px;
}
/*
blockquote:before,
.quote_text:before{
    content: '\f10d';

}

blockquote:before,
.quote_text:before,
blockquote:after,
.quote_text:after{
    font-family: 'FontAwesome';
    display: table;
    clear: both;
    position: absolute;
    top: -5px;
    left: -18px;
}
blockquote:after,
.quote_text:after{
    content: '\f10e';
    left:auto;
    top: auto;
    bottom: 0;
    right: -18px;
}
*/
.quoteLeft{
    float:left;
    margin: 10px 10px 10px 0;
}
.quoteright,.quoteRight{
    float:right;
    margin: 10px 0px 10px 10px;
}

/* Related article shortcode */
.relatedContent {
    max-width: 300px;
    margin: 15px 0 15px 15px;
    float: right;
}
.relatedContent h3 { border-bottom: 2px solid #4a4a4a;margin-top: 0; margin-bottom: 13px;font-size: 1.75rem;font-family: 'Titillium Web', sans-serif;}
.relatedContent .related-title {
    font: 600 1.25rem/1  'Titillium Web', sans-serif;
	color: #000;
}
.relatedContent a {width: 100%;display: block;}
.relatedContent a:hover,
.relatedContent a.related-title:hover span{ text-decoration: none; }
.relatedContent a.related-title span:hover{ text-decoration: underline; }
.related-image img {
    width: 100%;
    max-width: 100%;
	margin-bottom: 5px;
    margin-top: 0;
}
.relatedContent span{
    font: bold 0.68rem/1.5  'Roboto Condensed', sans-serif;
    color: #0050cc;
    display: block;
}
/* Posts gallery */
/* The Gallery container (div) */
.gallery { }

/* A Gallery item container,
 for 3, 2 and 4 column galleries */
.gallery .gallery-item { }
.gallery-columns-2 .gallery-item { }
.gallery-columns-4 .gallery-item { }

/* The actual image inside a container
for 3, 2 and 4 column galleries */
.gallery img { }
.gallery-columns-2 .attachment-medium { }
.gallery-columns-4 .attachment-thumbnail { }

/* A gallery image caption */
.gallery .gallery-caption { }

/* Definition lists elements */
.gallery dl, .gallery dt { }

/* Pick the second line break if two
line breaks are adjacent */
.gallery br+br { }
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	margin-bottom: 15px;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/* Image gallery*/
.image-gallery.photoGallery {margin-bottom: 30px;margin-top: 30px;}
.photoGallery .hidefromview {display: none;}
.photoGallery .bodyimage{ max-height: 350px;overflow: hidden;}
.photoGallery .photoDetails{color:#6c7376}
.photoGallery .photoDetails{
    font-size: 0.8rem;
	line-height: 1rem;
	margin: 0 0 10px;
}
.photoGallery .photoDetails a.prev_slide,
.photoGallery .photoDetails a.next_slide{
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    color: #0050cc;
}
.image-gallery.photoGallery figure h3 {margin: 10px 0 0;}
.photoGallery .photoDetails a.prev_slide.disabled,
.photoGallery .photoDetails a.next_slide.disabled,
.photoGallery .photoDetails .disabled{color:#252525;cursor:text;outline:0}
.photoGallery .photoDetails .disabled:hover{text-decoration:none}
.photoGallery .images {list-style: none;margin: 0;padding: 0 !important;}
.photoGallery .images .selected { display: block;}

.photoGallery .images li {display: none;text-align: center;}
.photoGallery .images li:first-child{display: block;}
.photoGallery .images li img{display: inline-block;height: auto;max-height: 500px;max-width: 100%;margin: 0 auto;}

.thumbnailSlider .thumb-wrapper {
    overflow: hidden;
}
.thumbnailSlider{zoom:1;background:#4a4a4a;margin:5px 0 0px;overflow:hidden;padding:10px 50px;position:relative}
.thumbnailSlider:before,.thumbnailSlider:after{display:table;content:"";zoom:1;*display:inline}
.thumbnailSlider:after{clear:both}
.thumbnailSlider ul{list-style:none;margin:0}
.thumbnailSlider .thumbnails {position: relative;padding: 0;height: 60px; overflow: hidden; width: 2000px;}
.thumbnailSlider .thumbnails:after {
    content: '';
    clear: both;
    display: table;
}
.thumbnailSlider li{background: #9b9b9b;border:4px solid #9b9b9b;float:left;margin:0 5px 0 0;display: table;height:60px;width:60px;overflow: hidden;}
.thumbnailSlider li.selected{border-color:#008467;background: #008467;}
.thumbnailSlider li a{display: table-cell;vertical-align: middle;text-align: center;}
.thumbnailSlider li img{margin:0; max-height: 50px;    max-width: 100%;}
.thumbnailSlider .next,
.thumbnailSlider .prev{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;margin-top:-15px;
	position:absolute;top:50%;
	left: 10px;
    color: #9b9b9b;
    font-size: 25px;
	width: 30px;
    height: 30px;
    padding: 0px;
}
.thumbnailSlider .next:hover,
.thumbnailSlider .prev:hover{
	color: #008467;
}
.thumbnailSlider .next{right: 10px;left:auto;padding-left: 8px;}
.slider-image-description { padding: 30px 15px 10px;background:#eaeaea; }
.slider-image-description.figure h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font: bold 1.375rem/1  'Titillium Web', sans-serif;
}
.slider-image-description.figure p,
.slider-image-description.figure a{
    font-size: 0.75rem;
}
.thumbnailSlider .next.disabled,
.thumbnailSlider .prev.disabled,
.thumbnailSlider .next.disabled:hover,
.thumbnailSlider .prev.disabled:hover{
	color: #a0acb5;
	opacity: 0.4;
	cursor: default;
}


/* end single page */
p.taxonomy-description {
    margin-bottom: 30px;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px){
    html{font-size: 14px;}
    .slide-title h1   { font-size: 2.75rem; }
    .slide-title h2   { font-size: 1.7rem; }
    .slide-title h3   { font-size: 1.5rem; }
    .slide-title h4   { font-size: 1.2rem; }
    #menu-top-primary-menu {
        height: 80px;
        overflow: hidden;
    }

    .scrolled #menu-top-primary-menu {
        height: 60px;
    }
    .thumbnailSlider .next:hover,
	.thumbnailSlider .prev:hover{
		text-decoration: inherit
	}
   /* .rotate{
        left: -19px;
        top: 9.5px;
    }
    .good.module .rotate { top: 9px; }
    */
}
@media only screen and (max-width: 992px){
    body.single.single-post  #leaderTop,
    body.single.single-post .breakingNews,
    .post-title-wrapper { margin-left: 0; }
}
@media only screen and (max-width: 769px) {
    #IGsocialslide{  max-width: 90%;right: 0;}
    body{ margin-top: 60px; }
    #mobile-primary-nav { margin: 22.5px -15px 7.5px; }
    .navbar-nav > li { float: none;width: 49%; display: inline-block;vertical-align: top;}
    .navbar-default .navbar-nav > li > a { color: #000; }
    .scrolled .nav > li > a {
        line-height: 1.14;
    }
    .nav > li > a { font: 1.57rem/1.14 'Roboto Condensed', sans-serif;padding: 0 15px;margin-bottom: 10px;}
    .nav.menu-top-secondary-menu  > li > a{ font-family: 'Roboto';padding: 0 10px 0 0; color: #002a5a;}
    header[role="banner"] { display: none; }
    #mobile-menu{
        display: block;
        background: #fff;
        z-index: 2000;position: fixed;top:0;left:0;right:0;
        width: 100%;border: 0;
        max-height: 99%;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.6);
    }
    #mobile-menu .navbar-collapse.collapse {display: none !important; }
    #mobile-menu .navbar-collapse.collapse.in { display: block !important;border: 0;    border-radius: 0;padding-bottom: 30px; }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover{
        background: transparent;
    }

    #mobile-secondary-nav {
        background-color: #f0f6f6;
        border-left: 2px solid #002a5a;
        margin: 0 -15px;
        padding: 0 15px;
        display: block;
    }
    #mobile-secondary-nav li {
        float: none;
    }
    .siteLogo {
        background-size: contain;
        height: 50px;
    }
    .menu-dropdown-search{
        position: relative;
        display: none;
        -webkit-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        width: 100%;
        padding: 20px 20px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .menu-dropdown-search span{
        cursor: pointer;
        display: block;
        width: 30px;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    body.show-search,
    body.show-menu{
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        flex-direction: column;
    }
    body.show-search .menu-dropdown-search{ display: -webkit-flex;display: inline-flex;zoom:100%; }
    .menu-dropdown-search form{ padding: 10px 0px;margin: 0;position: relative;}
    .menu-dropdown-search input{ width: 100%; line-height: 60px;font-size: 2rem;padding: 0 15px;border: 1px solid #000;border-radius: 1px;}
    .menu-dropdown-search button[type='submit']{ position: absolute; background: transparent !important;background-color: transparent;border: 0;font-size: 1.5rem;top:25px;right: 2px;outline: 0;}
    .menu-dropdown-search button i { display: none; }
    .menu-dropdown-search button:after{
        content: '\f061';
        line-height: 33px;
        font-size: 1rem;
        font-family: FontAwesome;
        display: block;
        color: #4a4a4a;
    }
    .site-ident{ line-height: 50px;height: 50px;}
    .search-menu {
        font-size: 1.3rem;
        float: right;
        cursor: pointer;
        background: transparent;
        border: 0;
        outline: 0;
    }

    .tcon {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 25px;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 30px;
        background: transparent;
        outline: none;

        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
    }


    .tcon > * { display: block; }
	.tcon:hover, .tcon:focus { outline: none; }
	.tcon::-moz-focus-inner { border: 0; }

	.tcon-menu__lines {
		display: inline-block;
		height: 3px;
		width: 20px;
		border-radius: 1px;
		transition: 0.3s;
		background: #000;
		position: relative;

	}


    .tcon-menu__lines::before,
    .tcon-menu__lines::after {
		display: inline-block;
		height: 3px;
		width: 25px;
		border-radius: 1px;
		transition: 0.3s;
		background: black;
		content: '';

        position: absolute;
		left: 0;
		-webkit-transform-origin: 2.85714px center;
		transform-origin: 2.85714px center;
		width: 100%;
	}

    .tcon-menu__lines::before { top: 6px; }
	.tcon-menu__lines::after {  top: -6px; }
	.tcon-transform .tcon-menu__lines {
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	.tcon-menu--xbutterfly { display: inline;margin: 0; padding: 0; float: none;}
	.tcon-menu--xbutterfly .tcon-menu__lines::before,
    .tcon-menu--xbutterfly .tcon-menu__lines::after {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		transition: top .3s .6s ease, -webkit-transform .3s ease;
		transition: top .3s .6s ease, transform .3s ease;
		background: #000;
	}


    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines { background: transparent; }
	.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before,
    .tcon-menu--xbutterfly.tcon-transform 	.tcon-menu__lines::after {
		top: 2px;
        left: -7px;
		transition: top .3s ease, -webkit-transform .3s .5s ease;
		transition: top .3s ease, transform .3s .5s ease;
		width: 25px;
		background: #002a52;
	}
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		background: #002a52;
	}

    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		background: #002a52;
	}

	.tcon-visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.tcon-visuallyhidden:active,
    .tcon-visuallyhidden:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

    .morebox a{ text-align: center; font-size: 16px; line-height: 35px;color: #fff; position: relative;  cursor: pointer; display: block; border-radius: 1px;background: #008467;}
    .morebox a:hover,
    .morebox a:active,
    .morebox a:focus{
        background: #002a52;
    }

}
@media only screen and (max-width: 767px) {
    form.in-article-form .row {margin: 0;}
    .home #back_up, .archive #back_up, body.tag #back_up {
        margin-left: 0px;
    }
    #eucookie { padding: 15px 0 30px;}
    #eucookie .eucookiewrap { padding-right: 15px;}
    #eucookie a.close {
        position: relative;
        top: 15px;
        margin: 0 auto;
        width: 125px;
        display: block;
    }

    .breakingNews div {
        text-align: left;
        line-height: 1.1;
        padding: 5px 15px;
    }
    h1 { font-size: 3rem; }
    .navbar{min-height: 40px;}
    #mobile-secondary-nav { border-left: 0;border-top: 2px solid #002a5a;padding-top: 10px; }
    #mobile-secondary-nav li {
        float: left;
    }
    #mobile-menu .navbar-collapse.collapse.in { padding-bottom: 0; }
    .siteLogo { line-height: 60px;height: 60px; transition: height 0.5s ease;}

    .site-ident {
        line-height: 60px;
        height: 60px;
    }
    .scrolled .siteLogo,
    .scrolled .site-ident{ height: 40px;line-height: 40px; }

    .rotate {
        left: -29px;
        top: -4px;
    }
    .good.module .rotate {
        top: 20px;
    }
    article.item { margin-bottom: 60px; }
    article.item.category-top-feed-articles,
    article.item .category-top-feed-articles{
        margin: 0 -15px 30px -15px;
    }

    aside section .box,
    .module .i-links ul,

    section.tech-pulse > div,
    section.widget_recent_entries ul{ padding: 0 15px; }
    aside section.widget_recent_entries ul li:before, aside section.widget_top_stories ul li:before, aside section.popular-posts ul li:before{ padding: 3px 5px 0px 5px }
    section.tech-pulse h2 { padding: 0 0 5px 15px; }
    .module.discounts ul { padding: 0; }
    .socialBlock,form#subscribeNL {
        padding: 0 15px;
    }
    .sidebar-btn { padding:  0 15px;margin-left: 0;}
    aside section.widget_recent_entries ul li, aside section.widget_top_stories ul li, aside section.popular-posts ul li { padding-left: 37px;}
    aside section.widget_recent_entries ul li:before, aside section.widget_top_stories ul li:before, aside section.popular-posts ul li:before { left: 0;}
    #secondary,
    .featuredStories{
        margin-left: -15px;
        margin-right: -15px;
    }
    .featuredStories article.item {margin-bottom: 0;}
    .featuredStories article.item:last-child {margin-bottom: 40px;}
    .swiper-wrapper a .slide-title { padding: 15px; }

    .pebbleMMR{ margin-bottom: 40px !important}
    .the_post-title { word-break: break-all; }
    .swiper-container.primary { margin-bottom: 15px; }
    .swiper-wrapper a .slide-title h1 {
        padding-right: 20%;
        font-size: 18px;
    }
    .slide-title h2,.slide-title h3{
        font-size:2rem;
    }
    .slide-title h4{ font-size: 1rem;}
    .slide-title .post-time {display: none;} /*,p.summary*/

    #articleRiver article.item h1 { margin-top: 18px;}
    #articleRiver article.item h1 a{ font-size: 2rem;}
    #articleRiver article.item  .thumb{ max-height: 200px; overflow: hidden;}
    article.item.category-top-feed-articles h1 a:before{ left: 15px; }
    article.item.category-top-feed-articles h1 a { padding-top: 25px; }

    .byline .author-box {
        max-width: 100%;
        /*width: 100%;*/

    }
    /*.byline .author {margin-left: 0;}*/
    .byline .post-date { text-align: left; }
    .good.module,
    .bad.module {
        margin-top: 40px;
        min-height: 60px;
    }

    .close-related-articles > div:first-child { border-right: 0; }
    .storyBody p { line-height: 1.7rem; }
    .storyBody p.wp-caption-text  { line-height: 1.3rem;max-width: 100%;}
    .single-prev-article,
    .single-prev-article > a{
        text-align: left;
        margin-bottom: 25px;
        float: none;
    }
    .close-related-articles { margin-top: 45px; }
    .relatedContent {
        margin: 15px -15px;
        max-width: 110%;
        float: none;
    }
    .relatedContent .related-image { padding-right: 15px; }

    .twitter-account {
        max-width: 200px;
        overflow: hidden;
        display: block;
    }
    .meetTheTeamProfile h2 {
        margin-top: 10px;
    }
    .meetTheTeamProfile img {
        max-width: 30%;
    }
    .sam-pro-container.sam-pro-place {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 414px){
	.byline .author {
        margin-left: 0px;
    }
    /*.author-box,
    .byline .post-date {float: none !important;}

    .byline .author-box{max-width: 100%}*/
}
@media only screen and (max-width: 375px){
    #articleRiver article.item h1 a,
    .swiper-wrapper a .slide-title h1{ font-size: 16px; }
}


@media only screen and (min-width: 320px) {
    .swiper-container.primary { display: block; }

    .swiper-container.primary .swiper-wrapper,
    .swiper-wrapper article a,
    .first-item .article, .full-item .article
    {
        font-family: 'Titillium Web',sans-serif;
        height: 250px;
    }
    .second .article, .thirth .article, .fourth .article {
        height: 125px;

    }
}
@media only screen and (min-width: 768px) {

    #menu-top-primary-menu { width: 2000px;}
    .swiper-container.primary .swiper-wrapper{
        height: 330px;
    }

    .swiper-container.primary { display: block; }
    .first-item .article, .full-item .article{ height: 330px; }
    .second .article, .thirth .article, .fourth .article { height: 165px; }
    .swiper-container.secondary .full-item .article{ height: 300px; }
    .author-page-details > div {
        display: table-cell;
        float: none;
        vertical-align: bottom;
    }
}
@media only screen and (min-width: 769px){
    .morebox { text-indent: -9999px; display: block; }
}
@media only screen and (min-width: 1025px) {


    .primaryNav > ul > li.hovered div.menu-wrapper {
		visibility: visible !important;
	}

    .swiper-container.primary .swiper-wrapper{
        height: 450px;
    }
    .first-item .article, .full-item .article{ height: 450px; }
    .second .article, .thirth .article, .fourth .article { height: 225px; }
    .swiper-container.secondary .full-item .article{ height: 350px; }
}

.leader span { text-align: center; }
 .leader span iframe { max-height: none!important; }
 .page-template-page-hetteam article.item a img {
    max-width: 100%;
    width: auto;
    height: 220px;
    display: inline-block;
}

/* TechPulse Premium RSS widget */
.widget_rss ul li{
	margin-bottom: 15px;
}

.homepageAd{
  margin-top: 10px;
  margin-bottom: 8px;
  text-align: center;
}

/* Hide sam ads on posts on the homepage and archive page */
.home #articleRiver .articles article .sam-pro-container{
  display: none;
}

.archive #articleRiver article .sam-pro-container{
  display: none;
}

/* styling ads homepage */
#zone872484091{
  margin-bottom: 30px;
}

/* knop adverteren */
.btnAdverteren{
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #002A5A;
  border-radius: 2px;
  margin-bottom: 10px;
  color: black;
}

.btnAdverteren:hover{
 text-decoration: none;
 background-color: #002A5A;
 color: white;
}
