/*
Theme Name: Kindertandarts Lelystad
Theme URI: https://www.kindertandartslelystad.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Erik Niessen
Author URI: https://www.iclicks.nl
*/

@font-face {
	font-family: 'Nawabiat';
	src: url('fonts/Nawabiat.otf') format('opentype'),
		url('fonts/Nawabiat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: 0!important;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	line-height:2.0em;
	background:#fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #ededed;
	width: 100%;
	padding:5px 8px;
	margin-bottom:1.0em;	
	font-family: 'Khula', sans-serif;
	font-size:13px;
	box-sizing:border-box;
	min-height: 46px;
}
.search input[type="text"] {
    height: 20px;
    min-height: inherit;
    border: none;
    border-bottom: 1px solid #ededed;
    color: #1e9cd7;
    width: 180px;
    font-size: 17px;
}
.search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ededed;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ededed;
   opacity:  1;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ededed;
   opacity:  1;
}
.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ededed;
}
.search ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ededed;
}

.search ::placeholder { /* Most modern browsers support this now. */
   color:    #ededed;
}
input[type="submit"]{
  	-webkit-appearance: none;
 	-webkit-border-radius:2px;
}
#beacon {
    position: fixed;
    top: 0;
}
body{
	font-family: 'Khula', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:17px;
	font-weight:400;
	/* line-height: 1; */
	margin:0;
	color:#868686;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	-moz-transition: padding-left 0.3s ease;
	-webkit-transition: padding-left 0.3s ease;
	transition: padding-left 0.3s ease;
}

p
{
	margin: 0 0 1.75em 0;
	line-height:1.90em;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Nawabiat', sans-serif;
    clear: both;
	font-weight:500;
	color: #2b2b2b;
	line-height:1.3em;
	margin-bottom:0.6em;
}
h1 {
    clear: both;
	color: #477f76;
	margin-bottom:0.4em;
	line-height:1.2em;
    font-size: 2.1em;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2, h3 {
    clear: both;
    color: #477f76;
    margin-bottom: 0.4em;
    line-height: 1.2em;
    font-size: 1.6em;
    font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 {
    font-size: 1.4em;	
}

.slide-title  {
	font-weight:normal;	
	font-size: 3em;
}
blockquote {
	position: relative;
    margin: 32px 0;
    padding: 16px;
    color: #868686;
    font-size: 1.25em;
    text-align: center;
}
blockquote p
{
	margin-bottom:0.25em;	
	padding: 0 25px;
}
blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/

	/*Font*/
	font-family: 'Khula', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #868686;

	/*Positioning*/
	position: absolute;
	left: 50px;
	top:25px;
}

blockquote::after{
	/*Reset to make sure*/
	content: "\201D";

	/*Font*/
	font-family: 'Khula', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #868686;

	/*Positioning*/
	position: absolute;
	right: 50px;
	bottom:-12px;
}

.small
{
	font-size:90%;
	color:#999;
}
.smaller
{
	font-size:80%;
}
.uppercase {
	text-transform: uppercase;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* BEGIN POP-UP Style */

#dialog h4 {
	font-size: 18px;
	color: #4a4a4a;
}

#dialog p {
	font-size: 14px;
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
	width: 100% !important;
}
#boxes .window {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 0;
	width: 800px;
	height: auto !important;
	display: none;
	z-index: 9999;
	padding: 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 3px;
}
#popupfoot a.readmore {
	background: #898989 !important;
	color: #fff;
	border-radius: 3px;
	padding: 6px;
	/* margin-left: -3px; */
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 50%;
}
.productImage .pinit img {
	width: auto !important;
}

.height-200 img {
	height: 200px !important;
	width: 300px !important;
}

/* Begin POP-UP RESPONSIVE*/
@media (max-width: 620px) {
	#popupfoot a.readmore {
		width: 100%;
	}

	#boxes .window {
		margin-left: -190px;
		width: 380px;
	}
}

@media (max-width: 420px) {
	#boxes .window {
		margin-left: -150px;
		width: 300px;
	}
}
/* Einde POP-UP RESPONSIVE*/
/* Einde POP-UP Style */



/* BEGIN RESPONSIVE PRIJSTABEL */

.prijstable {
  margin: 3em 0;
  width: 100%;
}
.prijstable tr {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.prijstable th {
  display: none;
}
.prijstable td {
  display: block;
}
.prijstable td:last-child {
  padding-bottom: .5em;
}
.prijstable td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.prijstable a {
  color:#4e4e4e;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px;
}

.prijstable a:hover {
	color:#0c3646;
	text-align:left;
  background-color: none;;	
}
@media (min-width: 768px) {
  .prijstable td:before {
    display: none;
  }
  .prijstable a {
  	 padding: 0px;
  }
}
.prijstable th, .prijstable td {
  text-align: left;
}
@media (min-width: 768px) {
  .prijstable th, .prijstable td {
    display: table-cell;
	padding: 10px 0px;
    width:41%;
  }
  .prijstable.mhp th, .prijstable.mhp td {
    width:76%;
  }
  .prijstable th {  
	color: #4c4c4c;
  }
}
.prijstable {
  border-radius: .4em;
  /*overflow: hidden;*/
}
.prijstable tr {
  border-color: #f1f1f1;
}
.prijstable th, .prijstable td {
  margin: .5em 0em;
}
@media (min-width: 768px) {
}

@media (max-width: 767px) {
.prijstable th, .prijstable td:before {
  color: #0c3646;
  width:100%;
}
.prijstable td:before {
  padding-bottom:0px;
}
.prijstable tr {
  border-color: #477f76;
}

}
/*EINDE RESPONSIVE PRIJSTABEL*/
img
{
	max-width:100%;
	height:auto;
	margin-bottom:1.75em;
	vertical-align:top;	
}
a img
{
    border: none;
}
a:link,
a:visited,
a:active
{
	color:#477f76;
	text-decoration:none;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;	
}
a.readmore:link,
a.reamore:visited,
a.readmore:active
{
	text-transform: uppercase;
}
a:hover
{
	color:#4c4c4c;
}
.icon-phone
{
	font-family: 'Khula', sans-serif;
    font-weight: normal;
}
.icon-wa:before,
.icon-phone:before,
.icon-mail:before
{
    font-family: "Font Awesome 5 Free";
    content: "\f075";
	margin-right:10px;
	font-weight:400;
}
.icon-phone:before {
    font-family: "FontAwesome";
    content: "\f095";
	margin-right:10px;
	font-weight:400;	
}
.most-top-header .icon-phone:before {
	color: #477f76;
}
.icon-mail:before
{
	content:'\f0e0';
	color: #477f76;
}
.phone a:link,
.icon-phone a:link,
.icon-phone a:visited,
.icon-phone a:active,
.icon-mail a:link,
.icon-mail a:visited,
.icon-mail a:active
{
	color:#477f76;
	
}
/*template sheet*/
.section
{
	width:100%;	
}
.wrap-sm{
	max-width:800px;
	padding:0 30px;
	margin:0 auto;	
}
.wrap{
	padding:0 0;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}
.container .text-center
{
	padding: 0 12.5%;
}
@media (min-width: 670px) {
	
	header 
	{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.down header
	{
		top: 0;
		position:fixed;
		-webkit-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		z-index:11;
		background-color: #fff;
		width:100%;
		height:65px;
	}
	.down .main-menu {
		margin-top:-36px;
	}
	.down .nav > ul li a:link, 
	.down .nav > ul li a:visited, 
	.down .nav > ul li a:active {
		color: #4c4c4c;
	}
	.down .nav > ul li ul li a:link, 
	.down .nav > ul li ul li a:visited, 
	.down .nav > ul li ul li a:active {
		color: #fff;
	}
	.down .nav > ul li.current a {
		color: #fff;
	}
	.down .nav ul li.haschild:after {
		color: #4c4c4c;
	}
	.down .nav ul li.haschild.current-parent:after {
		color: #fff;
	}
	.down .logo {
		margin-top: 8px;
	}
	.down .logo img {
		margin-bottom: 0;
		width: 135px;
	}
	.down .search {
		margin-top: 7px;	
	}
	.down .down-hidden {
		display: none;
	}
}
@media (max-width: 1024px) {
	.down .top-header {
		top: 0;
		position:fixed;
		-webkit-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.35);
		z-index:15;
		background-color: #fff;	
		width:100%;		
	}
	
}
.section-padding
{
	padding: 4.0em 0;
	
}
.logo {
    margin-top: 33px;
}
.logo img
{
	margin-bottom:0;
	width: 270px;
}
.information{
	margin-left: auto;
	margin-right: auto;
}
/*SLIDER*/
.slider,
.slider .slide
{
	color:#fff;
	height: 300px;
}
.home .slider,
.home .slider .slide
{
	height: 650px;
}
.slider-wrapper {

}
.information .pull-left{
	margin: 0 10px;
}
.slider .slide-title {
    clear: both;
	font-weight:500;
	margin-bottom:0.4em;
	line-height:1.1em;
	font-size:35px;
	color:#fff;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slide-description
{
}
.slide-description p {
	font-weight:500;
	margin-bottom:0.4em;
	line-height:50px;
	font-size:50px;
	color:#fff;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider-wrap {
	line-height: 650px;
	padding-top: 170px;
}
.slider-middle
{
	/*background-image: url('images/diensten-bk.jpg');*/
	background-color: #868686;
	color: #fff;
	overflow:hidden;
}
.slider h1 {
	font-weight: 400;	
}
.slider p {
	font-family: 'Nawabiat', sans-serif;
	color: #477f76;
	line-height:1.6em;
	font-size:20px;
}
/*END SLIDER*/
#slider-footer
{
	/*background-image: url('images/contact-bg-2.jpg');*/
	background-position:center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -182px;
	padding-top: 125px;
}
.default #slider-footer
{
	margin-top: 0px;
	padding-top: 40px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
iframe {
    margin-top:-2px;
    left: 0;
}
/*HEADER*/
header {
	height:135px;
}
.most-top-header {
	background-color: #e0eeec;
	height:55px;
}
.stars {
	padding-top: 14px;	
}
.top-header-right {
	padding-top:14px;
}
#mainmenu {
	float:right;
}
/* MENU */
div.menu
{
	z-index:999;	
}
div.menu .wrap
{
	
}
.top-nav.nav {
	margin-top:31px;
}
.nav > ul{
	margin:0;
	padding:0
}
.header .nav > ul
{
	text-align:left;
	width:100%;
}
.nav > ul li
{
	list-style:none;
	margin-bottom: 0;
	float: left;
	position:relative;
}
.nav > ul li.current a:link, 
.nav > ul li.current a:visited, 
.nav > ul li.current a:active
{
    color: #477f76;
}

.nav > ul li.current ul li a {
	color:#fff !important;
}
.nav > ul li ul li.current {
    height: 30px;
}
.header .nav > ul li
{
	display: inline-block;
	float:inherit;	
}
.nav > ul li a:link, 
.nav > ul li a:visited, 
.nav > ul li a:active {
	color: #477f76;
    line-height: 3.5em;
    padding: 0 18px;
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.nav > ul li.page-11 a
{
	background-color: #477f76;
    line-height: 2.5em;
    display: inline-block;
    padding: 0px 40px;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    -webkit-appearance: none;
	margin-top: 5px;
    margin-right: 17px;
    padding-top: 3px;
}
.phone-in-menu a {
	background-color: transparant;
    line-height: 2.4em;
    display: inline-block;
    padding: 0px 15px;
    color: #477f76 !important;
    text-decoration: none;
    cursor: pointer;
	border:1px solid #477f76;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    -webkit-appearance: none;
	margin-top: 5px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 400;
}
.header .nav > ul ul li
{
	float:left;
	text-align: left;	
}
.top-nav.nav > ul li a:link,
.top-nav.nav > ul li a:visited,
.top-nav.nav > ul li a:active
{
	text-transform:inherit;
	padding: 0 13px;
}
.nav > ul li a:hover
{
	color: #FA278A;
}
.nav > ul li.last-child a:link,
.nav > ul li.last-child a:visited,
.nav > ul li.last-child a:active
{
	ppadding-right: 0;
}

.top-nav.nav > ul li.last-child a:link,
.top-nav.nav > ul li.last-child a:visited,
.top-nav.nav > ul li.last-child a:active {
	background: #868686;
	line-height: 2.7em;
	display: inline-block;
	padding: 5px 26px;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0.4em;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	position: relative;
	-webkit-appearance: none;
	margin-top: -7px;
}
.top-nav.nav > ul li.last-child a span {
	color: #fff !important;
}

.nav > ul ul
{
	display:none;
}
.nav > ul li:hover ul
{
	display:block;
}
.nav > ul li ul {
    position: absolute;
    left: 20px;
    text-align: left;
    top: 45px;
    background: #FA278A;
    z-index: 3;
	margin-left:0px;
	padding-bottom:15px;
}

.nav > ul li:hover ul {
    display: block;
}

.nav > ul li:hover ul,
.nav > ul li:hover ul li
{
	width:355px;
}
.nav > ul ul li a:link,
.nav > ul ul li a:visited,
.nav > ul ul li a:active
{
	line-height:32px;
	font-weight:normal;
	padding-top: 6px;
	padding-bottom: 10px;
	text-shadow: none;
	color:#fff;
	height:30px;
}
.nav > ul ul li a:hover
{
	background-color: #FA278A;
}
.nav > ul ul .cube
{
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    border-bottom: 5px solid #868686;
    top: -4px;
    left: 3%;
    width: 10px !important;
}
.nav ul li.haschild:after {
    position: absolute;
    font-family: FontAwesome;
    top: 17px;
    right: 2px;
    content: "\f107";
    color: #FA278A;
    font-size: 1em;
}

.logo-black img
{
	height: 90px;
	
}
/* COMMON BODY STYLES */
/*-----------*/
/* GREEN ROW FRONTPAGE */
section#block-1 {
	background-color:#477f76;
	font-family: 'Nawabiat', sans-serif;
	text-align:center;
}
section#block-1 .col4 {
    padding-top: 45px;
    padding-bottom: 24px;	
}
#widgetBar-4 .widget {
	font-family: 'Nawabiat', sans-serif;
	float:left;
	width:33.33333333333333333%;
	color:#fff;
	font-size:23px;
}
section#block-1 .widget a {
	color:#fff;
	font-size:23px;
}
section#block-1 #widget_12.widget a {
    color: #FA278A;
    font-weight: bold;
    font-size: 27px;
}
section#block-1 a:before {
	font-family: "FontAwesome";
    content: "\f073";
    font-size: 23px;
    position: relative;
	padding-right:20px;
}
section#block-1 a.inschrijven:before {
    content: "\f14b";
	display:none;
}
section#block-1 a.telefoon:before {
    content: "\f095";
}
/*-----------*/
/* FRONTPAGE ROW 1*/

/*-----------*/
/* FRONTPAGE ROW 2*/
.row-2 h2 {
	ccolor:#0590ae;
}
/*-----------*/
/* FRONTPAGE ROW 3*/

/*-----------*/
/*LOGO SLIDER*/
ul.logos-homepage {
	list-style:none;
	margin-left:0px;
}
ul.logos-homepage li {
	float:left;
	width:17.6%;
	margin-right:3%;
}
ul.logos-homepage li img {
	width:120px;
}
ul.logos-homepage li.last-child {
	margin-right:0%;
}
ul.logos-homepage li.last-child img{
	margin-top: 30px;
}
.logos .logo-owl{
	display:inline-block;	
	padding:0 40px;
    line-height: 78px;
}
.logos .logo-owl img{
	vertical-align:middle;	
}
.logos .owl-controls{
	display:none!important;	
}
/*--------------*/
/*MAP*/
#map {
	width: 100%;
	bottom: 0;
	height: 400px;

}
.widget-22 {
    position: absolute !important;
    right: 120px;
    top: 8%;
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.widget-22 h3 {
    padding-left: 30px;
    height: 60px;
    margin-left: -30px;
    padding-top: 15px;
    margin-bottom: 20px;
    margin-top: -30px;
    margin-right: -30px;
    background-color: #477f76;
	color:#fff;
	font-size:26px;
	font-weight:400;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-22 ul {
	margin-left:0px;
}
/*--------------*/
/* FOOTER */
.footerbg {
	background-color: #fff;
}
.secondfooterbg {
	background-color: #477f76;
	color:#fff;
}
.secondfooterbg a {
	color: #fff !important
}
footer {
	line-height: 40px;
}
footer.footer h3 {
    color: #477f76;
    font-size: 28px;
    margin-bottom: 0.6em;
    font-weight: 400;
}
footer li {
	font-size:16px;
}
.widget-footer {
	width: 18.25%;
	float: left;
	box-sizing:border-box;
	margin-right:5%;
}
.widget-footer.widget-18 {
	width: 25%;
	margin-right:8%;
}
.widget-footer.widget-21 {
	margin-right:0%;	
}
.footer .widget p {
	margin-bottom: 20px;
}
.footer .widget img {
	margin-bottom: 0;
}
.footer  .widget_footer{
	display: none
}
.footer .widget_content,
.footer .font-sm {

}
.footer .widget.last-child
{
	padding-right: 0px;
}
span.openingstijden {
    display: inline-block;
    width: 165px;
}
/*-----------*/
/* BTN */
.btn{
	height:42px;
	line-height:42px;
	background-color:#111;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}

.btn-lg{
	width:100%;	
}
/* FORMS */


.input,
.select select,
textarea.input
{
	height:40px;
	line-height:40px;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:100%;
	border:1px solid #d3d3d3;
	padding:0 5px;	
	color:#5d5d5d;
	font-family: 'Khula', sans-serif;
	font-size:15px;
}
textarea.input{
	resize:vertical;
	min-height:108px !important;
	padding:15px 5px;
	width: 100%;
}
.select{
	position:relative;	
}
.select:after{
	content:'\f0d7';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;	
	position:absolute;
	right:10px;
	top:0;
	line-height:40px;
	pointer-events: none;
}
.select select{
	padding:0 10px;	
}

input[type="che.owl-navigationox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="radio"]{
	border-radius: 50px;	
}
input[type="che.owl-navigationox"]:checked:before{
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #868686;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #868686;
	font-size:11px;
	text-align:center;
}
.clear
{
	clear: both;	
}
ol, ul {
	list-style-position:outside;
 	list-style-type: square;
	margin:0;
	padding:0;
	margin-bottom:2.0em;
	margin-left:20px;
}
ol {
	margin-left:17px;
}
ol.nolist,
ul.nolist,
.departments-icons ul
{
	list-style:none;	
}
.mobile-menu-container ul.nolist {
	margin-left:0px;
}
.mobile-menu-container,
.mobile-menu-container .icon-mail:before {
    color: #fff; 	
}	
ol
{
	list-style-type:decimal;	
}
ul li,
ol li {
	margin-bottom:0.5em;

}
ol li {
	line-height:1.75em;	
}
ul#sitemap li.id-15 {
	display:none;
}
.arrow li:before
{
	content: "\f105";
}

.nolist ul,
footer ul,
.departments-icons ul
{
	margin-left: 0;
	list-style:none;	
}
.nolist li,
footer ul li
{
	display:block; 
	margin-left: 0;
}
footer ul
{
	margin-bottom:2.0em;	
}
footer ul li
{
	margin-bottom:0.9em;
	line-height:1;	
}
.logo-footer
{
	float:left;
	width:70px;
}
.logo-footer img
{
	margin-bottom:0;	
}
.nolist li 
{

}
ul.logos,
ul.route {
	list-style: none;
	padding-left:0px;
	margin-left: 0px;
}
ul.logos li {
	min-height: 110px;
}
ul.arrow,
.check,
.arrow,
.sidebar .menu
{
	list-style:none;
	margin-left: 0px;
}
.check li,
.arrow li,
.sidebar .menu li
{
    position:relative;
	margin-left:0;
	margin-bottom:0.2em;
    padding-left: 33px;
}
.arrow li,
.sidebar .menu li {
    padding-left: 15px;	
}
.arrow li {
	padding-left:0px;
}
.check li:before,
.arrow li:before,
.sidebar .menu li:before
{
	font-family: "FontAwesome";
	content: '\f26e';
	color:#477f76;
	padding-right:10px;
}
.arrow li:before {
	content: '\f105';
}
ul.check li:before {
    content: "\f046";
    padding-right: 5px;
    color: #1e9cd7;
    width: 20px;
    position: absolute;
	top:4px;
}
.cols2,
.cols3,
.cols4
{
	display:inline-block;
	width:100%	
}
.cols2 > li,
.cols3 > li,
.cols4 > li
{
	float: left;
	width:46%;
	margin-right:4%;
}
.cols3 > li
{
	width:29%;
}
.cols4 > li
{
	width:21%;
}
li.icon-marker
{
	text-align:left;
	padding-left: 28px;
	
}
li.icon-marker:before
{
	position:absolute;
	font-family: FontAwesome;
	top:0.6em;
	left:0;
	content: "\f041";
	color:#868686;
	font-size: 30px;
}
li.icon-marker.middle-marker
{
	text-align:center;
	padding-left: 0px;
}
li.icon-marker.middle-marker:before
{
    position: relative;
    font-family: FontAwesome;
    top: -0.4em;
    content: "\f041";
    color: #868686;
    font-size: 30px;
    text-align: center;
}
.widget-form
{
	background-color: #fff;
	background-color:#f6f6f6;
	box-sizing:border-box;
	margin-top: -119px;
	padding-bottom:20px;
	margin-bottom:50px;
	-webkit-border-radius: 3px 3px 3px 3px;
	z-index:99;
}
.widget-form .form-input
{
	margin-bottom:0.5em;
	border: 1px solid #e6e6e6;
}
.widget-form form
{
	padding:15px 15px 40px 15px;
}
.widget-form h3
{
	margin-bottom:0.4em;
	color:#868686;
	padding:18px 20px 18px 20px;
	-webkit-border-radius: 3px 3px 0 0;
	background-color: #fff;
	font-size:1.2em;
}
.widget-form h3:before
{
	font-family: fontAwesome;
    content: '\f2b7';
	margin-right:10px;
	font-weight:400;
}
#breadcrumb
{
	margin: 0 0 1em 0;
	font-size: 0.8em;
}
#breadcrumb ul {
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
}
#breadcrumb ul li {
	float: inherit;
	display: inline;
	margin: 0;
	margin-right: 0.5em;
}
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active
{

}
#breadcrumb ul li.first-child
{
	width:22px;
}    
#breadcrumb ul li a:after
{
	font-family: FontAwesome;
	content: "\f105";
	margin-left:10px;
	font-size:13px;
	color:#868686;
}
#breadcrumb ul li.last-child:after
{
	display:none;	
}
.menu-sidebar
{
	list-style:none;	
}
.menu-sidebar li
{
	margin-bottom:0;
}
.menu-sidebar a:link,
.menu-sidebar a:visited,
.menu-sidebar a:active
{
	border-bottom:1px solid #ededed;
	padding: 15px 0;
	float: left;
	width:100%;
}
/*SIDEBAR*/
#widgetBar-1 .widget {
	border:1px solid #477f76;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    color: #477f76;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
#widgetBar-1 .widget h3 {
    color: #477f76;
}
#widgetBar-1 #widget_23.widget {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #477f76;
    color: #fff;
	border:none;
}
#widgetBar-1 #widget_23.widget h3{
    color: #fff;
}
#widgetBar-1 .widget ul {
	margin-left:0px;
}
#widgetBar-1 #widget_23.widget a:link,
#widgetBar-1 #widget_23.widget a:visited,
#widgetBar-1 #widget_23.widget a:active,
#widgetBar-1 #widget_23.widget h3 {
    color: #fff;	
}
#widgetBar-1 h3,
#widgetBar-1 h2 {
	font-size:27px;
	color: #477f76;
	font-weight:400;
}
#widgetBar-1 a.button, #widgetBar-1 .button {
    min-width: 220px;
}
ul.sidebar {
	list-style:none;
	margin-left:0px;
}
ul.sidebar li:before {
	font-family: "FontAwesome";
    content: '\f105';
    color: #fff;
    padding-right: 10px;	
}
.information
{
	margin-bottom:2.0em;	
}
.slider .information
{
	margin-top:-12px;	
}
a.button,
.button,
span.button,
a.buttonwhite,
.buttonwhite,
span.buttonwhite,
a.button-transparant,
.button-transparant,
span.button-transparant,
a.button-outline,
.button-outline,
span.button-outline
{
	
	background:#477f76;
	line-height:2.4em;
	display:inline-block;
	padding:6px 40px;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:0.4em;
	margin-right: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing:border-box;
	font-size:14px;
	position:relative;
	font-weight:400;
	-webkit-appearance: none;
	border: 2px solid #477f76;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
a.button.blue,
.button.blue,
span.button.blue
{
	background:#0590ae;
	color: #fff!important;
	border: 2px solid #FA278A;
}
a.button.blue:hover,
.button.blue:hover,
span.button.blue:hover
{
	background:#477f76;
	color: #fff!important;
	border: 2px solid #477f76;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a.buttonwhite,
.buttonwhite,
span.buttonwhite
{
	background:#fff;
	color: #868686!important;
	border: 2px solid #fff;
}
a.button-transparant,
.button-transparant,
span.button-transparant
{
	background:none;
	border: 2px solid #fff;
}

a.button-outline,
.button-outline,
span.button-outline
{
	background: none;
	color: #868686 !important;
	border: 2px solid #868686;
}
a.button:hover,
.button:hover,
span.button:hover,
a.button-outline:hover,
.button-outline:hover,
span.button-outline:hover,
a.button-transparant:hover,
.button-transparant:hover,
span.button-transparant:hover
{
	background-color: #477f76;
	border: 2px solid #477f76;
	color:#fff !important;
}

.button-phone:before,
.button-mail:before
{
	font-family: "FontAwesome";
	content:"\f095";
	margin-right:10px;
	font-weight:400;
}
.footer .button-phone:before
{
	font-family: "FontAwesome";
	content:"";
	margin-right:0px;
	font-weight:400;
}
.button-mail:before
{
    content: '\f2b7';
}
/* COLS */
.row{
	min-height:20px;
	box-sizing:border-box;
}
.row:after{
	clear: both;
}

.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s,.logos li,.logolist li,.departments-icons ul li,.learnmore ul li {
    float: left;
	min-height: 1px;
	box-sizing:border-box;
	
	position:relative;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.33333333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.33333333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4, .departments-icons ul li,.learnmore ul li {
    width: 33.33333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1
{
    width: 8.33333333%
}
.col3-m-l
{
	margin-left: 25%;	
}
/*MIN HEIGHT*/
.min-height-lg {
	min-height: 250px;
}
/* VISIBILITY */
.hidden{
	display:none !important;	
}
/*TEXT TRANSFORM*/
.text-transform-uppercase {
	text-transform: uppercase;
}
/*HEADER COLORS*/
.h-white {
	color: #fff;
}
.h-dark {
	color: #2b2b2b;
}
/* BG COLORS */
.bg-primary{
	
}
.bg-dk{
	background-color:#111	
}
.bg-lt{
	background-color:#fff;	
}
.bg-grey{
	background-color:#f1f9fb;	
}
.bg-grey-lt{
    background-color: #fefefe;
}
.bg-purple{
	background-color: rgba(75,70,112,0.8);	
}
.bg-lt-blue
{
	background-color:#868686;		
}
.bg-dark-blue
{
	background-color:#273444;		
}
.bg-cover
{
	background-size: cover;
}

/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}
.r-2x {
    border-radius: 4px;
}
.r-3x {
    border-radius: 6px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}
.p-xs {
    padding: 5px;
}
.p-sm {
    padding: 10px;
}
.p {
    padding: 15px;
}
.p-md {
    padding: 20px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 50px;
}
.p-n {
    padding: 0!important;
}
.p-l-none {
    padding-left: 0!important;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l {
    padding-left: 15px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 60px;
}
.p-l-xl {
    padding-left: 80px;
}
.p-l-xxl {
    padding-left: 100px;
}
.p-l-xxxl
{
	padding-left: 25%;	
}
.p-l-n-xxs {
    padding-left: -1px;
}
.p-l-n-xs {
    padding-left: -5px;
}
.p-l-n-sm {
    padding-left: -10px;
}
.p-l-n {
    padding-left: -15px;
}
.p-l-n-md {
    padding-left: -20px;
}
.p-l-n-lg {
    padding-left: -30px;
}
.p-l-n-xl {
    padding-left: -40px;
}
.p-l-n-xxl {
    padding-left: -50px;
}
.p-t-none {
    padding-top: 0!important;
}
.p-t-xxs {
    padding-top: 1px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-md-30 {
    padding-top: 30px;
}
.p-t-lg {
    padding-top: 40px;
}
.p-t-lgr {
    padding-top: 50px;
}
.p-t-lgr-60 {
    padding-top: 60px;
}
.p-t-lgrr{
    padding-top: 65px;
}
.p-t-xl {
    padding-top: 80px;
}
.p-t-xxl {
    padding-top: 100px;
}
.p-t-xxl-110 {
    padding-top: 110px;
}
.counters  .col3 .p-t-xxl
{
	padding-top:125px;	
}
.p-t-n-xxs {
    padding-top: -1px;
}
.p-t-n-xs {
    padding-top: -5px;
}
.p-t-n-sm {
    padding-top: -10px;
}
.p-t-n {
    padding-top: -15px;
}
.p-t-n-md {
    padding-top: -20px;
}
.p-t-n-lg {
    padding-top: -30px;
}
.p-t-n-xl {
    padding-top: -40px;
}
.p-t-n-xxl {
    padding-top: -50px;
}
.p-r-none {
    padding-right: 0!important;
}
.p-r-xxs {
    padding-right: 1px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r {
    padding-right: 15px;
}
.p-r-md {
    padding-right: 20px;
}
.p-r-md-30 {
    padding-right: 30px;
}
.p-r-md-40 {
    padding-right: 40px;
}
.p-r-lg {
    padding-right: 60px;
}
.p-r-xl {
    padding-right: 80px;
}
.p-r-xxl {
    padding-right: 100px;
}
.p-r-xxxl
{
	padding-right: 25%;	
}
.p-r-xxxxl {
    padding-right: 70px;
}
.p-r-n-xxs {
    padding-right: -1px;
}
.p-r-n-xs {
    padding-right: -5px;
}
.p-r-n-sm {
    padding-right: -10px;
}
.p-r-n {
    padding-right: -15px;
}
.p-r-n-md {
    padding-right: -20px;
}
.p-r-n-lg {
    padding-right: -30px;
}
.p-r-n-xl {
    padding-right: -40px;
}
.p-r-n-xxl {
    padding-right: -50px;
}
.p-b-none {
    padding-bottom: 0!important;
}
.p-b-xxs {
    padding-bottom: 1px;
}
.p-b-xxs-2 {
    padding-bottom: 2px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 20px;
}
.p-b-md {
    padding-bottom: 30px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-mdd {
    padding-bottom: 55px;
}
.p-b-lg {
    padding-bottom: 60px;
}
.p-b-xl {
    padding-bottom: 80px;
}
.p-b-xl-100 {
    padding-bottom: 100px;
}
.p-b-xxl {
    padding-bottom: 50px;
}
.p-b-n-xxs {
    padding-bottom: -1px;
}
.p-b-n-xs {
    padding-bottom: -5px;
}
.p-b-n-sm {
    padding-bottom: -10px;
}
.p-b-n {
    padding-bottom: -15px;
}
.p-b-n-md {
    padding-bottom: -20px;
}
.p-b-n-lg {
    padding-bottom: -30px;
}
.p-b-lgr {
    padding-bottom: 50px;
}
.p-b-n-xl {
    padding-bottom: -40px;
}
.p-b-n-xxl {
    padding-bottom: -50px;
}


/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0!important;
}
.m-l-none {
    margin-left: 0!important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0!important;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-xxl-70 {
    margin-top: 70px;
}
.m-t-xxl-100 {
    margin-top: 100px;
}
.m-t-xxl-170 {
    margin-top: 170px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl-35 {
    margin-top: -35px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0!important;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-xxl-60 {
    margin-right: 60px;
}
.m-r-xxl-70 {
    margin-right: 70px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0!important;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-lg-35 {
    margin-bottom: 35px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-xxxl {
    margin-bottom: 100px;
}
.m-b-xxxl-110 {
    margin-bottom: 110px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}

/* TEXT */
.text-italic{
	font-style:italic;	
}
.text-center{
	text-align:center;	
}
.text-l{
	font-size:120%	
}
.text-xxl
{
	font-size:60px;	
}
.text-lt,
.text-lt *,
.text-lt a:link,
.text-lt a:visited,
.text-lt a:active
{
	color:#fff;	
}
.text-shadow-dark
{
    text-shadow: 1px 1px 12px rgba(0,0,0,0.5);	
}
.text-shadow-lt
{
    text-shadow: 1px 1px 12px rgba(255,255,255,0.5);	
}
.visible-xs
{
	display: none;	
}
.pull-center{
	display:inline-block;
	float:none;
	vertical-align:middle;
}

.pull-left{
	float:left;	
}

.pull-right{
	float:right;	
}
#animation_container,
#animation_container *
{
	width: 100% !important;
	height: inherit !important;
	
}
.animation
{
    text-align: center;
    width: 750px;
    margin: 0 auto;	
}
.section-inner
{
	background-color: #f6f6f6;
	box-sizing:border-box;
	padding: 100px 50px 50px 50px;
	
}
.section-inner .widget
{
	float:left;
	width:33%;
	min-height: 330px;
	margin-bottom:2.0em;
}
.section-check .widget .widget-inner
{
	float: left;
	width: 73%;	
}
.section-check .widget:before
{
    content: '';
    position: relative;
    /*background-image: url(images/icon-check.svg);*/
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
	width:14%;
    min-height: 80px;
    display: block;
    float: left;
    margin-right: 3%;
}
.section-benefits .widget
{
	text-align:center;
	padding-left: 5%;
	padding-right: 5%;
}
.section-benefits .widget img
{
	margin-bottom:1.0em;
	max-width:120px;
}
.blog-thumb
{
	position:absolute;
	left: -190px;
	border-radius: 90px;
	top: 25px;
	border:1px solid #f6f6f6;
}
.detail-thumb
{
	border-radius: 150px;
	margin-top: 50px;
	float: left;
	border:1px solid #f6f6f6;
}
#post-bottom .post
{
	display: inline-block;
	margin-bottom:1.25em;
}
#post-bottom .entry-content 
{
	float: right;
	width:75%;	
}
.custom_title
{
	margin-bottom:1.0em;
	font-size:1.8em;
}
.custom_title,
#post-bottom .tablenav
{
	margin-left:25%;
}
#post-bottom .thumb
{
	width:21%;	
}
#post-bottom .detail-thumb
{
	margin-top:0;	
}
.post
{
	position: relative;
	cursor:pointer;	
}
.post h2
{
	margin-bottom:0.6em;
	font-size:2.1em;
}
#post_time
{
	margin-bottom:0.6em;	
}
#post_navigation a
{
	margin-bottom:0.5em;
	display: inline-block;	
	float: left;
}
#post_navigation a.post_next
{
	float: right;
}
.news-image {
	border-radius: 150px;
    border: 1px solid #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    height:200px;
    width: 200px;
}
.entry-meta {
	margin-bottom:15px;
}

.tablenav
{
	padding: 1em 0;
}
.displaying-num
{
	padding-right: 1em;
}
.page-numbers
{
	padding: 0 0.2em;
}
.addthis_sharing_toolbox
{
	float: right;	
}
.pointer
{
	cursor:pointer;
}
footer .wrap
{

}
footer .inside
{

}
footer a:link,
footer a:visited,
footer a:active
{
	color:#868686;
}
footer .button a,
footer .button-outline a:hover
{
	color:#fff;
}
footer .social-icons a:link,
footer .social-icons a:visited,
footer .social-icons a:active
{
	color:#606875;
	margin-right:10px;
	float: left;
	box-sizing:border-box;
	margin-bottom:0.75em;
}
footer .social-icons a:hover
{
	color:#868686;
}
footer .social-icons .fa
{
    font-size: 35px;
}
.border-lgt-b
{
    border-bottom: 1px solid #e9e9e9;	
}
.border-lgt-t
{
    border-top: 1px solid #e9e9e9;	
}
.border-dark-b
{
    border-bottom: 1px solid rgba(0,0,0,0.15);	
}
moredown #back {
    right: 20px;
}
#back {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    z-index: 99999999;
    text-align: center;
    line-height: 2.3em;
    font-size: 20px;
    border: 2px solid #fff;
	background-color: #868686;
    overflow: hidden;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    cursor: pointer;
    right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: normal;
}
.back-hide {
    opacity: 0;
	display: none;
}
.back-show {
    opacity: 1 !important;
	display: block;
}
#back .fa {
	color: #fff;
}
/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
#widgetBar-6 img {
	min-width:100%;
}
.caption
{
	background-color: #f6f6f6;
   	border: 1px solid #e7e7e7;
    max-width: 100%;
    padding: 15px 15px 15px 15px;
	margin: 0 0 2.0em 0;
    box-sizing: border-box;
    text-align: center;
	border-radius:2px;
}
.caption.alignnone {
    margin: 5px 20px 20px 0;
}
.caption.alignleft {
    margin: 5px 20px 20px 0;
}
.caption.alignright {
    margin: 5px 0 20px 20px;
}
.caption img {
    border: 0 none;
    height: auto;
    margin:0;
	margin-bottom:2em;
    max-width: 100%;
    padding:0;
    width: auto;
}
.caption-dd
{
	margin-bottom:0.75em;	
}
.caption p.caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative	
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear:both;	
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}

.mceContentBody {}

/*CUSTOM CSS*/
.photo-widget {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:67%;
}
.widget-height-100 {
    height: 100%;
}
.display-flex {
    display: flex;
    flex-direction: row;
}
.text-right {
	text-align:right;
}
input[type="checkbox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}
input[type="radio"]{
	border-radius: 50px;
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #FA278A;
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
    width: 14px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 5px 0 0 0;
    line-height: 3px;
}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #FA278A;
	font-size:11px;
	text-align:center;
}
.keo {
	width:275px;
}