/*
Theme Name: SaferInternet4Kids 2019
Description: SaferInterbet4Kids WordPress theme
Text Domain: saferinternet4kids_new
Version: 1
Author:Eleni Pasali
*/

/* == WordPress WYSIWYG Editor Styles == */

/* == END WordPress WYSIWYG Editor Styles == */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/OpenSans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,body{
	height: 100%;
}
.left
{
	float:left;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	width: 20%;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
/*blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}*/
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

html, body {
    margin: 0!important;
    height: 100%;
	font-family: 'open_sansregular';
	width: 100%;
	background-color: white;
}
div, p, a, span {
	font-family: 'open_sansregular';
}
.top_bar
{
	height:58px;
	font-family: 'open_sansregular';
	background-color:white;
	width:100%;
}
.site-inner
{
	overflow:hidden;
	position:relative;
}
.top_wrapper
{
	width:100%;
	max-width:1500px;
	margin:auto;
	padding-top:15px;
	padding-left: 20px;
}
.social_wrapper
{
	width:100%;
	max-width:1037px;
	margin: auto;
	padding-top:8px;
}
.site-content
{
	width:100%;
}
.right
{
	float:right;
}
.left {
	float:left;
}
.js-link
{
	pointer:cursor;
}
.social_icons a,.flags a {
	display: inline-block;
	margin-left: 0;
	padding-right: 25px;
}
.flags a
{
	padding-right: 10px;
}
.search_wrapper
{
	padding-right:10px;
}
.submit-button {
	background: url(images/search.png) no-repeat right;
	height: 21px;
	border: none;
	text-indent: 10px;
	vertical-align: middle;
	cursor:pointer;
	width: 25px;
}
.search-input
{
	background: url(images/search_input.png) no-repeat right;
	height: 26px;
	border: none;
	vertical-align: top;
	width:184px;
	padding-left:5px;
	font-family: 'open_sansregular';
	font-size:15px;
}
.social_icons  img, .flags  img
{
	vertical-align:middle;
}
.carousel-indicators {
	position: absolute;
	/* bottom: 10px; */
	left: 200px;
	z-index: 15;
	width: 15%;/*60%*/
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	top: 440px;
}
.carousel-indicators > li {
  width: 10px!important;
  height: 10px!important;
  border-radius: 100%!important;
}
.zoom_in
{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
}
/*.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.home-slider
{
	background: url(images/home_slider.png) no-repeat top  center ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	width: auto;
	height: 1488px
}
.carousel-caption {
	position: initial!important;
	/*right: 0%!important;*/
	bottom: 0px!important;
	/*left: 0%!important;*/
	z-index: 10!important; 
	padding-top: 0px!important;
	 padding-bottom: 0px!important;
	color: white;
	text-align: left!important;
	max-width: 100%;
	margin: 0px;
	margin-top: 235px!important;
	width: 100%;
	max-width:640px;
}
.carousel-caption  a, .carousel-caption  a:hover
{
	color: white;
	text-decoration:none;
	

}
.carousel-caption h5 a{
	font-size: 30px;
	font-weight: bold;

}
.carousel-caption p a
{
	font-size:20px;
}
.hide
{
	display:none!important;
}
.logo img
{
	max-width:95%;
}
.saferday {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	margin-top: 390px;
	color: #231f20;
	padding-left: 40px;
	/* margin-bottom: 400px; */
	padding-bottom: 52px;
}
.saferday .header {
	color: #369AFC;
	font-size: 30px;
	max-width: 544px;
	line-height: 45px;
	padding-bottom:20px;
	font-weight:bold;
}
.saferday .desc {
	padding-bottom: 50px;
	font-size: 18px;
	max-width:740px;
	text-align: justify;
}
.footer {
  background-image: url("images/bg_footer_new.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  margin-bottom:0px;
  margin-top: 40px;
}
.home .footer
{
	 margin-top: -18px;
}
.footer_bottom {
  background-image: url("images/footer_bottom.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 7px;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  position:relative
}
.container_footer {
	display: table;
	margin: auto;
	max-width: 1600px;
	padding-top: 80px;
	width: 100%;
	padding-bottom: 80px;
}
.bottom_line {
  display: table;
  margin: auto;
  max-width: 1570px;
  padding-bottom: 15px;
  padding-top: 0px;
  text-align: left;
  width: 100%;
}
.wrapper_footer
{
	bottom: -14px;
	position: relative;
}
.footer-menu
{
    max-width: 470px;
    width: 100%;
}
.copyright, .openit {
	color: white;
	font-size: 12px;
	padding-top: 20px;
	display: inline-block;
	float: none;
	padding-right: 10px;
}
.openit a
{
	color: white;
	

}


.footer-logo
{
	padding-left:180px;
	padding-right:50px;
}
.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:40px;
	display:none;
	background:none;
	z-index: 1;
}
.scrollToTop:hover{
	text-decoration:none;
}
.inhope
{
	padding-right:10px;
}
.en_cef
{
	padding-right:12px;
	padding-left: 30px;
}
.footer-menu {
	max-width: 1230px;
	width: 100%;
}
#menu-footer_menu, #menu-saferinternet4kids, #menu-saferinternet4kids_en ,#menu-footer_menu_en {
  list-style-type: none;
  padding-left: 30px;

}
#menu-footer_menu li,#menu-footer_menu_en li
{
	float:left;
}
#menu-footer_menu li, #menu-footer_menu_en li
{
	padding-right:20px;
}
#menu-footer_menu li:last-child, #menu-footer_menu_en li:last-child
{
	padding-right:0px;
}
#menu-footer_menu li a,  #menu-footer_menu_en li a {
  color: white;
 font-family: 'open_sanssemibold';
  font-size: 13px;
  text-decoration: none;
}
/*home*/
.home_wrapper
{
	width:100%;

	margin:auto;
}
.home_container
{
	width:100%;
	margin:auto;
}
.block
{
	display:inline-block;
	font-family: 'open_sansregular';
}
.hightlights, .videos
{
	vertical-align:top;
}
.hightlights
{
	padding-right:10px;
}
.hightlights .header, .videos .header
{
	font-size:28px;
	margin-top:5px;
	color:#000000;
}
.section_a
{
	width:100%;
	max-width:1180px;
	margin:auto;
	display: flex;
}
.section_b
{
	width:100%;
	max-width:1180px;
	margin:auto;
	margin-top:25px;
     /*
	background-color:#f0f4fa;
	*/
	margin-bottom:1.5rem;

}
.webinars, .entypa, .parousiaseis
{
	vertical-align:top;
	position: relative;
	height: 150px;
	max-width: 360px;
	background-color: #F1F5F9;
}
.webinars, .entypa
{
	max-width:390px;
	width:100%;
}


.text_img_home{
  position: absolute;
  top: 40%;
  left: 44%;
  color: #000000;
  
}
.section_article
{
	width:100%;
	background-color:#f0f4fa;
	/*
	margin-top:45px;
*/
}
.but_more{
  background-color: #1F60C5;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 30px;
  transition: 1s ease-in-out ;
  
}
.but_more:hover{
	background-color:#75EEDF; 

}
.but_more1{
  background-color: #1F60C5;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border-radius: 30px;
  transition: 1s ease-in-out ;
  
}
.but_more1:hover{
	background-color:#75EEDF; 

}
.section_article .header
{
	padding-top:40px;
	color:#000000;
	font-size:35px;
	text-align:center;
	padding-bottom:45px;
}

#mixedSlider {
	position: relative;
	margin-top: 40px;
	max-width: 1500px;
	margin: auto;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 25.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 8px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 8px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 15px;
  margin: 5px 10px 0 5px;
  /*text-indent: 15px;*/
  font-family: 'open_sansregular';
}
#mixedSlider .MS-content .item a {
 /*float: right;*/
  margin: 0 20px 0 0;
  font-size: 14px;
  color: rgba(0, 163, 227, 0.82);
  letter-spacing: 0px;
  transition: linear 0.1s;
  text-align:justify;
  font-family: 'open_sansregular';
}
#mixedSlider .MS-content .item a:hover {
  /*text-shadow: 0 0 1px grey;*/
}
#mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: white;
	outline: 0;
	font-size: 30px;
	top: 95px;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.15s linear;
	height: 45px;
	width: 45px;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
.helpline
{
	width:50%;
	background-color:#00a3e3;
	padding-left:30px;
}
.safeline
{
	width:50%;
	background-color:#a6d146;
	padding-left:30px;
	padding-bottom:1px;
}
.helpline img, .safeline img
{
	padding-top:45px;
	padding-bottom:45px;
	width: auto;
}
.container_img {
	display: inline-block;
}
.help_text
{
	display: inline-block;
	color: white;
	font-size: 14px;
	width: 100%;
	max-width: 365px;
	clear: both;
	font-family: 'open_sansregular';
}
.helpline_txt
{
	vertical-align: middle;
	padding-left: 30px;
}
.safeline_txt
{
	padding-left: 40px;
	vertical-align: middle;
}
.phone
{
	font-weight: bold;
}
.section_help_safe
{
	display: inline-block;
	width: 100%;
}
.section_cat
{
    max-width: 1650px;
    width: 100%;
	margin:auto;
	margin-top:57px;
	margin-bottom:57px;
}
.wrapper_cat {
	width: 100%;
	display: inline-block;
	float: none;
	max-width:397px;
	vertical-align:top;
	margin-right: 10px;
}
.cat_container
{
	border: 1px solid #dfdfdf;
	padding: 10px 3px;
}
	
.cat_image
{
	max-width:120px;
	vertical-align: top;
	width: 100%;
	padding-right: 10px;
}
.cat_info
{
	max-width:240px;
	width: 100%;
}
.cat_title
{
	color:#000000;
	font-size:20px;
	padding-top: 15px;
	padding-bottom:15px;
	text-align: center;
}
.cat_desc
{
	color:#000000;
	font-size:14px;
	padding-bottom:15px;
}
.bg_safe
{
	background: url(images/bg_safe.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	margin-top: 0px;
	width: 100%;
	background-size: cover;

}
.bg_safe1{
	visibility: hidden;
	display: none;

}
.container_safe
{
	max-width:1500px;
	width:100%;
	margin:auto;
}
.safe_title {
	color: #000000;
	font-size: 35px;
	width: 100%;
	max-width: 425px;
	line-height: 50px;
	padding-bottom: 30px;
	padding-top: 90px;
	padding-left: 25px;
}
.safe_more
{
	padding-bottom: 35px;
	padding-left: 25px;
}
.safe_more a img{
	max-width: 20%;
}
.newsletter {
	background-color:#1f60c5;
	width:100%;
	/*padding-bottom:30px;*/
}
.newsletter .container
{
	max-width:1300px;
	width:100%;
	margin:auto;
	padding-top:55px;
	padding-bottom:55px;
	text-align: center;
}
.newsletter_header {
	color: white;
	font-size: 35px;
	font-family: 'open_sansregular';
	float: left;
	width: 100%;
	max-width: 500px;
}
.newsletter_header p
{
	font-size: 27px;
}
.newsletter_content {
	padding-top: 0px;
	color: white;
	font-size: 17px;
	line-height:24px;
}
.newsletter_info
{
	max-width:735px;
	width:100%;
	margin:auto;
	vertical-align:middle;
}
.newsletter_input {
	width: 100%;
	display: inline-block;
	max-width: 336px;
	padding-top: 0px;
}
.newsletter_input input {
	background-color: white;
	width: 100%!important;
	height: 48px!important;
	max-width: 346px!important;
	border: none;
	outline: none;
	padding-left: 20px;
}
.newsletter_button {
	width: 100%;
	display: inline-block;
	max-width: 133px;
	vertical-align: top;
	margin-left: -4px;
	transition: 0.5s;
}
.newsletter_button div:hover input, .newsletter_button  div input:hover,.newsletter_button:hover div input,.newsletter_button div input:hover,.newsletter_button div:hover{
	background-color: #75EEDF;
	transition: 1s ease-in-out;
	background:#75EEDF;
}
.newsletter_button div {
	width: 100%;
	max-width: 132px;
	background-color: #000000;
	text-align: center;
	color: white;
	/* padding: 10px; */
	cursor: pointer;
	height: 48px;
	transition: 0.5s;
}
/*.newsletter_button div:hover, .newsletter_button div input:hover ,.newsletter_button  div input[type="submit"]:hover{
	background-color: #75EEDF;
	transition: 1s ease-in-out;
}*/
.newsletter_button div input {
	border: none;
	background-color: #000000;
	text-align: center;
	color: white;
	font-size: 21px;
	cursor: pointer;
	height: 42px;
	transition: 0.5s;
}

.newsletter_button input[type="submit"] {
	padding: 0px;
}
.newsletter .label_
{
	color:white;
	font-size:18px;
	padding-bottom:10px;
}
.newsletter_form
{
	width: 100%;
	max-width: 495px;
	vertical-align: middle;
}
.newsletter_form form
{
	margin-top:0px!important;
	padding-top:0px!important;
}
.sid
{
	width:100%;
}
.globalNav .blogPosts li {
	display: inline-block;
	font-size: 11px;
	padding-right: 9px;
	padding-top: 10px;
}
.globalNav  .blogPosts a::after {
	content: none!important;
}
.globalNav .blogPosts {
	width: 100%;
	margin: 0px 10px 5px 35px;
	padding-left: 10px;
}
.globalNav .blogPosts .title
{
	font-size:12px;
	line-height:15px;
	color: #6b7c93;
}
.globalNav .withIcon {
	padding-left: 15px;
}
.globalNav .blogPosts a {
	padding: 0px 0;
	display:inline-block;
}
.globalNav .linkContainer {
	padding: 9px 0px 0px 0;
}
.globalNav .withIcon {
	padding-left: 28px;
}

img
{
	max-width:100%;
	margin: auto;
}

.imgh{
	max-width: 20%;
}

.more a img{
	max-width: 100%;
}
.green
{
	color:#a6d146!important;
}
.blue
{
	color:#00a4e4!important;
}
.purple
{
	color:#6e6fda!important;
}
.blue_bold
{
	color:#1f61c5!important;
}
.blue_lighter
{
	color:#8ec2fe!important;
}
.green_bold
{
	color:#94b240!important;
}
.koinwnika-duktia .productsGroup > li {
	width:100%;
}
.koinwnika-duktia  .productLinkContent {

	min-height: 55px;
}
.koinwnika-duktia{
	width: 100%;
	max-width: 320px;
}
.themata .productLinkContent, .events .productLinkContent {

	min-height: 55px;
}
.bottom_
{
	margin-bottom:15px;
}
.yliko .linkSub
{
	padding-left: 19px;
}
.yliko .linkGroup {
	padding: 20px 25px;
}
/*end home*/
/*Single*/
.posts
{
	width:100%;
	max-width:1500px;
	margin:auto;
}

/*
.box_single
{
	background: url(images/bg_article_new.jpg) no-repeat top center ; 
	background-size: 100% 95%;
	position: relative;
	margin-top: 0px;
	width: 100%;
	height:1050px;
height:calc( 100vw * 0.4 );
	height:750px !important;
	background: url(images/Default.png) no-repeat top center ; 
	 background-size: cover;
	position: relative;
	margin-top: 0px;
	width: 100%;
	height:850px; 
	background-size: 100% 95%;
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: calc( 100vw * 0.4 );
	 
	 max-height: 1000px;
    height: 820px;
}*/



#breadcrumbs{
    list-style:none;
    overflow:hidden;
	padding-left:15px;
	text-decoration: none;
	margin-bottom:5px;
}
  
#breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
  /*
  text-transform: uppercase;
  */
}
#breadcrumbs li a
{
	/*text-decoration:none;*/
	color:#00a4e4;
	font-family: 'open_sanssemibold';
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
#breadcrumbs .item-current {
	color: #000000;
	font-family: 'open_sansregular';
	padding-top: 0px;
	font-size: 14px;
}
.single_wrapper {
	 position: relative;
	top: 180px;
	max-width: 1500px;
	width: 100%;
	margin: auto; 
 
}
.wrapper_single
{
	max-width: 1148px;
	width: 100%;
	margin: auto;
}
.single_title
{
	color:#606060;
	font-size: 30px;
	max-width: 670px;
	font-family: 'open_sansregular';
	font-weight:bold;
	text-align: center;
}
.box_single > .single-heading > .single_wrapper > .single_title {
	display:none;
	
}
.single_img
{
	text-align:center;
	margin-top:15px;
	overflow: hidden;
}
.single_img img{
	height: auto !important;

}
.container_title {
	max-width: 1067px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #00a2e3;
	font-size: 23px;
	background-color: white;
	display: inline-block;
	padding: 0px 10px 0px 20px;
	font-family: 'open_sansbold';
	/*24/04/2024*/
	padding-left:15px;
}
.single_content {
	/*color: #727272;*/
	color:#000;
	font-size: 16px;
	font-family: 'open_sansregular';
	text-align: justify;
	margin-top: 25px;
}
.posts a
{
	color:#a6d146;
	font-family: 'open_sansbold';
}
.size-full {
	max-width: 100%;
	height: auto;
}

blockquote::after {
	content: "";
	position: absolute;
	/* right: 0; */
	z-index: 100;
	top: 25%;
	width: 2px;
	height: 50%;
	background: #00a3e3;
	left: 0px;
}
blockquote {
	position: relative;
	padding: 10px 16px 10px 16px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
	width: 100%;
	color:#727272;
	font-family: 'open_sansbold';
	line-height:28px;
	margin-bottom: 20px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
  margin-top:50px;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: white;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  float: left; 
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

/*.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson; 
}
*/
.magic-tag-color-0
{
	background: #a6d146;
}
.magic-tag-color-0:after{
	border-left: 10px solid #a6d146;
}
.magic-tag-color-1
{
	background: #00a3e3;
}
.magic-tag-color-1:after{
	border-left: 10px solid #00a3e3;
}
.magic-tag-color-2
{
	background: #6d6eda;
}
.magic-tag-color-2:after{
	border-left: 10px solid #6d6eda;
}
.magic-tag-color-3
{
	background: #1f60c5;
}
.magic-tag-color-3:after{
	border-left: 10px solid #1f60c5;
}
.posts .single_item ul
{
	margin-top:35px;
}
.posts .single_item ul li {
	background: url('images/arrow.png') no-repeat left top;
	/* eva changes 10/2/2023 padding-left: 40px; */
	padding-left: 30px;
	/*margin-bottom: 25px; */
	margin-bottom: 15px;
	list-style: none;
	/*line-height: 30px;*/
	line-height: 25px;
}
.posts .single_item ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.posts .single_item ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size:16px;
  margin-bottom: 20px;
}
.posts .single_item ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 15px;
  margin-right: 8px;
  line-height: 1;
  width:100%;
  max-width: 55px;
  height: 42px;
  padding-left: 12px;
  padding-top: 12px;
  color: white;
}
.posts .single_item ol li:nth-child(3n+1):before{
 background: url('images/order_llist_blue.png') no-repeat left top;
}
.posts .single_item ol li:nth-child(3n):before{
 background: url('images/order_list_purple.png') no-repeat left top;
}
.posts .single_item ol li:nth-child(3n+2):before{
 background: url('images/order_list_green.png') no-repeat left top;
}
.se-social-share-wrapper {
	margin-bottom: 25px;
}
.wrapper_video_ {
	background-color: #f2f2f2;
	display: inline-block;
	margin-top: 0px;
	padding: 10px 10px;
	width: 100%;
	margin-top: 15px;
}
.single .wrapper_video_ {
	background-color: white;
	padding: 10px 0px;
}

.wrapper_video {
	margin-top: 15px;
	display: inline-block;
}
.cat_title {
	font-size: 18px;
	color: #000000;
	font-family: 'open_sanssemibold';
}
.line {
	line-height: 0px;
	margin-bottom:25px;
}
.wrapper_video_item {
	/*float: left;*/
	line-height: 0;
	margin-right: 0px;/*f11px;*/
	max-width: 248px;
	position: relative;
	width: 100%;
	min-height: 200px;
	display:inline-block;
	margin-bottom:15px;
	vertical-align: top;
}
.container_video {
	border-radius: 8px;
	box-shadow: 1px 0 4px 2px #e1e1e1;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	max-width: 240px;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	line-height: 0px;
}
a.video {
	float: left;
	position: relative;
}
.cat_video {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
.container_video:hover .video span {
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.video span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("images/play-btn.png") no-repeat;
	background-position: 50% 50%;
	background-size: 30%;
}
.single_container_video {
	margin-top: 40px;
}
.single_container_video iframe
{
	width:100%!important;
}
.single_wraper_video .cat_video {
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.cat_video p {
	color: #000000;
}
.single_wraper_video .cat_video {
	text-align: justify;
}
/**/
/*PAGE*/
.home-heading {
	max-width: 100%;
	padding-left: 30px;
	min-height: 220px;
}
.page_template,.video,  .page_video
{
	max-width:1500px;
	width:100%;
	margin:auto;
}
.container_page, .wrapper_video_single, .wrapper_page
{
	max-width:1148px;
	width:100%;
	margin:auto;
	padding-bottom:0px;
}
.page_template ul
{
	padding-left:40px;
	padding-top:14px;
}
.page_template p {
	margin: 13px 0px 13px 0px;
	text-align: justify;
	font-size: 1rem;
}
.cat_item ul li, .cat_item ol li {
	padding-bottom: 10px;
	text-align: justify;
	line-height: 25px;
	font-size: 1rem;
}

/**/
.bottom{
	margin-bottom:40px;
}
/*Header Deafult*/
.wrapper_header {
	position: relative;
	margin-top: 0px;
	width: 100%;
	min-height: 120px;
	height: 100%;
	background-color:#1f61c5;
}
/**/
/*videos*/
.videos {
	margin-top: 25px;
}
.home .videos
{
	margin-top: 0px;
}
.video_item {
	display: inline-block;
	width: 100%;
}
.video_ 
{
	max-width: 370px;
	width: 100%;
}

.video_text 
{
	color: #5ba1e0;
	max-width: 350px;
	width: 100%;
}
.cat_video {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
.navigation_p
{
	margin-top:10px;
	margin-bottom:20px;
}
.navigation_p li {
	display: inline;
}
.navigation_p li a:hover, .navigation_p li.active a {
	background-color: #a6d146;
}
.navigation_p li a, .navigation_p li a:hover, .navigation_p li.active a, .navigation_p li.disabled {
	background-color: #1f61c5;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 12px;
}
.navigation_p li a, .navigation_p li a:hover, .navigation_p li.active a, .navigation_p li.disabled {
	color: #fff;
	text-decoration: none;
}
/**Category*/
.cat
{
	max-width:1500px;
	width:100%;
	margin:auto;
	padding-bottom:20px;
}
.category_container {
	margin-top: 30px;
}
.sub_cat_wrapper {
	margin-bottom: 20px;
}
.category_wrapper .cat_title, .page_title {
	font-size: 20px;
	color: #1e9cd7;
}
.cat_item_title a {
	font-family: 'open_sansbold';
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding-right: 10px;
}
.ylika_wrapper {
	margin-top: 20px;
}
.sub_cattitle {
	color: #1e9cd7;
	font-size: 18px;
	margin-bottom: 18px;
}
.ylika_item {
	padding: 3px;
	width: 90%;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	margin-bottom: 5px;
	max-width: 780px;
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.ylika_title::before {
	content: url("images/hyperlink.png");
	left: 0;
	position: relative;
	top: 5px;
	z-index: 100000;
	padding-right: 2px;
}
.ylika_title a {
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
}
.cat_item .cat_desc {
	max-width: 681px;
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: justify;
}
.cat_item .read_more {
	float: left;
}
.read_more a {
	color: #a6d146;
	font-size: 15px;
	text-decoration: none;
}
.read_more a:hover
{
	color: #00a1e2;
}
.cat_item {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	/*max-width: 787px;*/
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	font-size:14px;
	margin-bottom:25px;
}
.read_more {
	margin-bottom: 5px;
	margin-top: 10px;
	max-width: 98px;
	text-align: right;
	width: 100%;
}
/*End category*/
.media_wrapper {
	margin-top: 20px;
	max-width: 785px;
	width: 100%;
}
.media_item {
	max-width: 200px;
	margin-bottom: 30px;
	margin-right: 60px;
}
.media_ {
	width: 100%;
}
.media_ a img {
	border: 5px solid #e8e7ed;
	padding: 5px;
	height: 200px;
	width: 200px;
}
.path {
	margin-bottom: 0px;
/*	margin-top: 10px;*/
	margin-top: 0px;
	display: inline-block;
}
.cat .wrapper_video_item {
	float: left;
	line-height: 0;
	margin-right: 11px;
	max-width: 180px;
	position: relative;
	width: 100%;
	min-height: 200px;
}
.banner_item {
	margin-top: 35px;
}
.banner_title {
	color: #000000;
	font-family: 'open_sanssemibold';
	font-size: 17px;
	line-height: 2px;
}
.line_big {
	margin-bottom: 15px;
}
.banner_wrapper {
	margin-top: 70px;
}
.clear
{
	clear:both;
	width:100%;
}
.usefulguide
{
	max-width: 1148px;
	width: 100%;
	margin: auto;
}
.ngg-album-compact
{
	margin-bottom:20px !important;
}
.events
{
	max-width:100%;
}
.cat_item h1 {
	font-size: 18px;
}
.sm-expand {
	background-color: #cccccc;
	cursor: pointer;
	padding: 18px;
	width: 95%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-family: 'open_sansbold';
	font-size: 20px;
	text-decoration: none;
}
.title-expand {
	background-color: #ccc;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-family: 'open_sansbold';
	text-decoration: none;
}
.container_video img {
	width: 100%;
	height: auto;
}
.single_content p img
{
	/*max-width:780px;*/
}
div.middle {
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -135px;
	padding: 0px 0px 20px 0px;
}
/************************************back to school 2018 *********************************************/
.cardbtsmall-container{
	  display: flex;
flex-wrap: wrap;	
}
@media (max-width: 1090px) {
  .cardbtsmall {
  
    flex: 40%;
  
  }
}
@media (max-width: 750px) {
  .cardbtsmall {
  
    flex: 60%;
  
  }
}

div.cardbts{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 44%;
    border-radius: 5px;
    float: left;

    margin: 16px 30px 16px 30px;
}

div.cardbts:hover{
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.3);
}
div.cardbtsmall{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 29%;
	min-width:250px;
    border-radius: 5px;
   /* float: left;*/
	display:inline-block;

    margin: 16px 22px 16px 22px;
}

div.cardbtsmall:hover{
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.3);
}

div.containercards{
    padding: 2px 16px;
}
div.containercardsmall{
    padding: 2px 16px;
	height:200px;
	 overflow: hidden; 
}


div.containercards-new{
    padding: 2px 16px;
	height:100px;
	overflow: hidden; 
}

div.containercardvsmall{
    padding: 2px 16px;
	height:80px;
	 overflow: hidden; 
}

.useful_guide {
  border-radius: 8px;
  display: inline-block;
  margin: auto;
  max-width: 720px;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 5px;
  margin-top:20px;
}
.ylika_wrapper
{
	margin-top:20px;
}
.useful_item {
  border: 2px groove #6aa7e0;
  border-radius: 2px;
  box-shadow: 2px 2px 2px;
  display: inline-block;
  margin: 10px 25px;
  padding: 10px;
  width: 90%;
}
.useful_img
{
	width:100%;
	max-width:160px;
	float:left;
}
.useful_text
{
	width:100%;
	max-width:450px;
	float:left;
}
.useful_title {
  
  font-size: 16px;
  color: #5ba1e0;
}
.useful_title a
{
	text-decoration:none;
	color: #5ba1e0;
}
.useful_desc
{
	 font-size: 13px;
    line-height: 16px;
	
}
.useful_desc p
{
	margin-top:1px;
	margin-bottom:2px;
}
/**************Search***************************************************/
.search_results li {
	list-style-type: none;
	line-height: 35px;
	margin-bottom: 15px;
	border-bottom:1px dotted #dde1e8;
}
.search_results li {
	list-style-type: none;
	line-height: 35px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #dde1e8;
	background-color: #00a3e3;
	color: white;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 2px #dfe8eb;
}
.search_results li a
{
	color:white;	
}
.search_results
{
	margin-bottom:40px;
}
.search_container
{
	max-width: 1148px;
	width: 100%;
	margin: auto;
	margin-top:60px;
}
.search_container h2
{
	margin-bottom:20px;
}
 .navigation_p li a
{
	background-color: #c8cacc;
}
.navigation_p li a:hover, .navigation_p li.active a, .navigation_p li.disabled, .navigation_p .current {
	background-color: #1f61c5;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 12px;
	color:white;
}
.category_nav  li
{
	padding: 2px;
}
/*************************Mobile Header ***************************************/
.mobile_header .logo {
	color: #fff;
	font-size: 33.6px;
	padding: .10.4px 16px;
	/* position: absolute; */
	width: 77%;
	display: inline-block;
	padding-left:20px;
}

.mobile_header .menu-button {
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	padding: 0px 10px;
	 position: relative; 
	/* right: 0; */
	display: inline-block;
	width: 30%;
	text-align: right;
	/*top: 1.5rem;*/
	top:16px;
}

.mobile_header .open-menu {
color:#fff;
cursor:pointer;
font-size:16px;
padding:16px;
position:absolute;
right:0;
top:0;
transition:transform 250ms ease;
}

.rotate { transform:rotate(135deg); }


/* Generated Overflow Element */

.overflow_ {
	margin-top:40px;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	/*max-height:700px;*/
	width: 100%;
	display: inline-block;
}


/* Menu Styles */

#mobile-nav {
	background-color: #475cfb; /*background-color: #1f61c5;*/
	width: 100%;
	z-index: 1000;
	padding:10px 10px 10px 10px;
	height:100%;
}

#mobile-nav ul {
	/*background-color:rgba(0,0,0,.1);*/
	display:none;
	margin:0 16px;
	padding:0;
	position:relative;
	margin-top: 0px;
}

#mobile-nav ul:first-child {
background-color:transparent;
}

#mobile-nav ul li {
border-top:1px solid rgba(255,255,255,.075);
list-style:none;
margin-bottom:0;
position:relative;
}

#mobile-nav ul li a {
color:#fff;
display:inline-block;
font-size:16px;
padding:16px 0;
text-decoration:none;
width:100%;
}

#mobile-nav ul ul {
margin:0;
}

#mobile-nav ul ul li {
border-top:none;
padding-left:16px;
}
.mobile_header
{
	display: inline-block;
}
.mobile
{
	display:none;
}
.page_404
{
	margin-top:50px;
}
.page_404 h2
{
	margin-bottom:30px;


}
/****************Category**************/

.header_category
{
		background: url(images/bg_news_new.jpg) no-repeat top center ; 
	background-size: 100% 95%;
	position: relative;
	margin-top: 0px;
	width: 100%;
	height:calc( 100vw * 838/1920 );
	/*max-height: calc(0.55 * 100vh ) !important;*/
	
}
 
.header_page , .box_single{
	background: url(images/Default.png) no-repeat top center ; 
	 background-size: 100% 98%;
	position: relative;
	margin-top: 0px;
	width: 100%; 
	 
    height:calc( 100vh - 100vh/4.8 );
	/*max-height: 1000px; 
	 height:calc( 100vw * 850/1920 );
	max-height: calc(0.55 * 100vh ) !important;
	height:calc( 100vw * 0.4 );*/
	
	 

}
.header_category .wrapper {
	position: relative;
	top: 250px;
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.header_category .cat_title {
	color:white;
	font-size: 26px;
	max-width: 670px;
	font-family: 'open_sanssemibold';
	font-weight: bold;
	padding-left: 20px;
	text-align: justify;
}
.cat .box {

}
.cat .article_title {
	display: inline-block;
}
.cat .article_title a
{
/*	font-family: 'open_sanssemibold';
	font-family: 'open_sansbold';*/
	font-family: 'segoe ui';
	font-weight:bold;
	color:#000000;
	font-size:14px;
	text-align:center;
	text-decoration:none
}
.category_wrapper .container {
	width: 100%;
	max-width:100%;
	padding-right: 0px;
	padding-left: 0px;
}
.category_wrapper
{
	width:100%;
	/*max-width:1265px;*/
	max-width:1148px;
	margin: auto;
	margin-top: 0px;
}
.category_wrapper .read_more
{
	color:white;
}
.magic_color_0
{
	background-color:#a6d146;
}
.magic_color_1
{
	background-color:#00a3e3;
}
.magic_color_2
{
	background-color:#6d6eda;
}
.magic_color_3
{
	background-color:#1f60c5;
}

.category_wrapper .read_more a {
	color: white;
	font-size: 11px;
	text-decoration: none;
	font-family: 'open_sanssemibold';
	display: inline-block;
	max-width: 120px;
	width: 100%;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
.category_wrapper .read_more {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	margin: auto;
	color: white;
	max-width:100%;
}


.item {
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 8px;
  margin: 0px -4px 0px 0;
  text-align: center;
	 
}

.items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1265px;
  padding: 0;
	
}

 

.category_wrapper .article_title  {
  flex: 1 1 auto;
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  text-align:center;
}

.category_wrapper .read_more  {
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.category_wrapper .article_img
{
	border: 1px solid #bbbbbb;
}
/*(.article_img img
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.home_container #mixedSlider .item   img{
    display: block;
    overflow: hidden;
    width: 400px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}*/
/* Contact form */



#fname{
	width: 100%; /* Full width */
  padding: 1rem; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */


}
#lname{
		width: 100%; /* Full width */
  padding: 1rem; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */




}
#lmail{
		width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */


}

#subject{
	width: 100%;
	padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */

}
#telephone{
  width: 100%;
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */


}
/*input[type=text], select, textarea {
  width: 30%; /* Full width 
  }*/



/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color:#3992FC;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Add a background color and some padding around the form */
.containerC {
	width: 100%;
  border-radius: 5px;
  background-color: white;
  padding-top: 20px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.info{

	padding: 5rem;
}
.top_bar
{
	display:none;
}
.primary .search {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 165px;
	color: white;
}
.primary .search .search_input, .search_mobile .search_input { 
  text-indent: 5px;
   font-family:  FontAwesome, sans-serif;
   outline:none;
   width:100%;

}
/*DIfferent search input per template*/
/*Home*/
.primary .search .home_search
{
	border: 2px solid white;
	background-color:#4270fb;
	color: white;
}
/*category*/
/* .primary .search .post_search
{
	border: 2px solid #000000;
	background-color:#eae9ee;
	color: black;
	 
	
}*/
.primary .search .default_search, .primary .search .cat_search , .primary .search .post_search
{
	border: 2px solid white !important;
	background-color:transparent;
	color: white;
}
.primary .search .post_search::placeholder{
	 color: white!important;
  opacity: 1; /* Firefox */
}

.primary .search .default_search::placeholder , .primary .search .cat_search::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white!important;
  opacity: 1; /* Firefox */
}

.search .default_search:-ms-input-placeholder, .primary .search .cat_search:-ms-input-placeholder, .home_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.search .default_search::-webkit-input-placeholder, .primary .search .cat_search::-webkit-input-placeholder,.home_search::-webkit-input-placeholder{ /* Internet Explorer 10-11 */
  color: white;
}
 .search .default_search::-ms-input-placeholder , .primary .search .cat_search::-ms-input-placeholder,.home_search::-ms-input-placeholder{ /* Microsoft Edge */
  color: white;
}
.search .default_search:moz-placeholder , .primary .search .cat_search:moz-placeholder,.home_search:moz-placeholder { /* Microsoft Edge */
  color: white!important;
}
.search .post_search::-webkit-input-placeholder {
	color: #000000;
}

.search .post_search:-moz-placeholder {
	color: #000000;
}
.search .post_search:-ms-input-placeholder {
	color: #000000;
}

.primary .search .post_search::placeholder {
	color: #000000;
}
/**/
.containerC input, .containerC select {
	width: 100%;
	padding: 12px;
	border: 1px solid
	#ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
.containerC textarea
{
	width: 100%;
	padding: 12px;
	border: 1px solid#ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
.containerC  input[type="submit"] {
	background-color: #3992FC;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
}
.containerC  input[type="submit"]:hover {
	background-color: #26CDFC;
}
.carousel {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
.newsletter-icon {
	float: left;
	max-width: 160px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.wrapper_checkbox label {
	display: inline-block;
	/* margin-bottom: .5rem; */
	width: 100%;
}
.wrapper_checkbox input[type="checkbox"], .wrapper_checkbox input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 26%;
	display: inline-block;
}
.wrapper_checkbox  span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	width: 100%;
	max-width: 180px;
}
.line_post img
{
	padding:10px 0px;
}
.has-search .form-control {
    padding-left: 40px;
	border: none;
	outline: none;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.mobile_header .social_icons {
	float: none;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.mobile_header .social_icons a {
	width: 100% !important;
	max-width: 60px;
}
.red
{
	color:#ff2828;
}
.wrapper_social
{
	border-bottom: 1px solid rgba(255,255,255,.075);
}
.wrapper_social div {
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	color:#e7eaf0;
}
.animated_link2 a {
  position: relative;
  color: white;
}
.animated_link2 a:hover {
  color: white;
}
.animated_link2 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.animated_link2 a:hover:before {
  visibility: visible;
  background-color: #f2f2f2;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.animated_link2 a:hover
{
	color:#00cdff;
	text-decoration:none;
	font-size:12px;
}
.medium_font
{
	font-size:15px;
}
.filter_box
{
	width: 48%;
	margin-bottom: 20px;
	padding: 10px;
	display:inline-block;
}
.search_wrapper1_text
{
	padding-bottom:5px;
}
.fa-filter::before {
	content: "\f0b0";
	padding-right: 5px;
}
.filter_icon
{
	margin-top: 5px;
	margin-bottom:5px;
}
.not_found
{
	margin-top:30px;
}
.font-sm
{
	font-size: 15px;
}
.font-m
{
	font-size: 17px;
}
.font-lg
{
	font-size: 19px;
}
.bg_gray {
	max-width: 342px;
	width: 100%;
	display: inline-block;
}
/* .effect-shine */
.article_title_mob a{
	 text-decoration:none;
}
.article_title_mob .effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  text-decoration:none;
}
.footer_bottom  .social_icons
{
	margin-top:15px;
}
.footer_bottom .footer_bottom2{
	width:100%;
	text-align:center;
	clear:both
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
.cat_teachers
{
	max-width:144px;
}
.wrapper_filter .card
{
	border:none;
}
.clear_filter div{
	
	padding: 12px 20px;
	display: inline-block;
	border: none;
	border: 0;
	border-radius: 4px;
	outline: none;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button.aicon_link
{
	top:65px;
}
.wrapper_post
{
	width:100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.post_info
{
	display: inline-block;
	width: 48%;	
}
.youth_image {
	display: inline-block;
	width: 51%;
	text-align: right;
	/* padding-right: 55px; */
	vertical-align: top;
	float: right;
}
.youth_image_left {
	display: inline-block;
	width: 51%;
	text-align: left;

	vertical-align: top;
	float: left;
}
.post_info .article_title a {
	font-family: 'open_sanssemibold';
	color: #000000;
	font-size: 18px;
	text-align: justify;
	text-decoration: none;
}
.post_info .article_title {
	flex: 1 1 auto;
	padding: 10px;
	border:none;
	text-align: justify;
}
.post_info .read_more
{
	border:none;
	text-align: left;
}
.post_info .article_content
{
	padding:0px 10px;
	text-align: justify;
}
.youth_image img
{
	height:auto;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}
.video .cat_video 
{
	text-align:justify;
}

.video .article_title
{
	width:100%;
}
.video .article_title, .video .read_more
{
	border:none;
}
.video .article_title a
{
	font-size:14px;
}
.video .cat_video p
{
	font-size:16px;
}
.video .items
{
	margin-top:5px;
}
.video_item
{
	position:relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.video_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hightlights  a, .videos a
{
	color:black;
}
@media only screen and (max-width: 800px) {
  .container {
  	display: inline-block;
  	margin: auto;
    width: auto;
    
  }
  .contact-form{
  	display: inline-block;
  	
  }
  #lname{
    width: 100%;

  }
  #fname{
     width: 100%;

  }
}

.middle-quest{font-size: 18px;}

.trial-bg {
	display: none;}
.article_img img
{
	width:100%;
	min-height:225px;
}


div.centered {
display: table;
  margin-left:auto;
  margin-right:auto;
 
}
.videoWrapper
{	 float: none;
   position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
   
}
.videoWrap
{	 float: none;
   position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
   
}
.videoWrapper iframe {
   position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
	right: 0;
    margin: auto;
	
}
 .videoWrap iframe {
   position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
	right: 0;
    margin: auto;
	
}
div.inlineblock-sm{
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 5px 5px 5px 5px;
  border: 1px groove gray;    
 }

.flex-container{
  display: flex;
   flex-wrap: wrap;
  justify-content: center; 
 }
.flex-container > div {
  width: 500px;
   margin: 10px;
  text-align: center;
}

.pdfem{
	max-width:800px;
	margin:auto; 
	padding: 15px;
}

.qp_quiz {
	overflow:visible!important;}

/* css button cf7 */
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: lightgray;
color: black;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: lightblue;
color: black;
}

/* για το calnedar*/

/*.col-md-4 {

    max-width: 0% !important;
}
*/
/*////////////////*/
 
.link-for-goo
{
	color:#a6d146;
	font-family: 'open_sansbold';
	decoration:none;
}


/*///////CALENDAR////////*/

.mec-event-image {

	width:100%!important;
}

.mec-totalcal-weeklyview{

	visibility:hidden !important;
	
}

.mec-totalcal-dailyview{

	visibility:hidden !important;
	
}
.mec-totalcal-gridview{
		visibility:hidden !important;
}
.mec-totalcal-tileview{
		visibility:hidden !important;
}


/*///////CALENDAR////////*/

a.nodecor{
	    text-decoration: none;
}

.font-size-18{
	font-size:18px;
}

/*css pistopoiitikwn*/
.redborder{
		 
		 border:3px solid red !important;
	 }

#post-26583 .post-password-form,#post-23796 .post-password-form,#post-23839 .post-password-form,#post-23863 .post-password-form,#post-24021 .post-password-form
{
	background-color: #696969;
     
    text-align: center;
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
	background-image: url("https://saferinternet4kids.gr/wp-content/themes/saferinternet4kids_new/images/logo.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto;
    background-position-y: 50px;
	flex-direction: column;

}

#post-26583 .post-password-form p ,#post-23796 .post-password-form p,#post-23839 .post-password-form p,#post-23863 .post-password-form p  ,#post-24021 .post-password-form p {
	font-size:24px;	
	color:#fff
}

#pwbox-26583,#pwbox-23796,#pwbox-23839,#pwbox-23863,#pwbox-24021{
	min-height: calc(1.5em + (.75rem + 23px));
    display: inline-block;
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
}

#post-26583 input[type=submit],#post-23796 input[type=submit],#post-23839 input[type=submit],#post-23863 input[type=submit],#post-24021 input[type=submit]
{
		min-height: calc(1.5em + (.75rem + 23px));
	font-size:large 

}

.wpcf7-response-output{text-align:left !important}
.wpcf7 form.invalid .wpcf7-response-output:after{
	content:" Η εγγραφή σας δεν καταχωρήθηκε."
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 1;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  * {
    zoom: 1;
  }
}


.filter_box {text-transform: capitalize; !important }

[data-id="ritmisous"] {
  width:100%
}


.colapsediv{
	  font-family: 'open_sansregular';align-content;
	font-size: 1rem;
}
label{
	display:block !important;
	text-align:left !important;
}

#playht-iframe-wrapper{margin:25px 0}
div.pdfemb-viewer {margin: 0px auto !important;}

.wpcf7 .cf7s-caspar .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .cf7s-caspar .wpcf7-radio .wpcf7-list-item {margin-left:0px !important}

.seminarinfobox {   text-align:center ;margin-top: 1rem;margin-bottom: 1rem;padding: 0; font-size: 1.2rem;;background-color: hsla(209, 42%, 47%, .1);border: 1px solid var(--blue);}
.seminarinfobox p{margin-top: 1rem;margin-bottom: 1rem;}
p:has(> img[src*="mainlogo_16_7_2019.jpg"]) { display:none     }

/*.posterborders{box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;margin:12px 0}*/
.posterborders{box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;margin:20px 0}

/*αφαιρεί τα tags απο τα post*/
.single_item .tags{display:none;}
    


    
