/*
file:	Main Style Sheet
year:	2020
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .2s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Quicksand", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 500;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 20px;
	color: rgba(0,0,0,1);
	margin: 0;
	font-weight: 700;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
}
a {
	font-size: 18px;
	color: #fc5f6f;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background: url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background: url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
	position: relative;
}

header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -111px;
	width: 1080px;
	height: 111px;
	background: url("../img/shadow-line.png") no-repeat 0 0;
	z-index: 150;
}

/*logo*/

.logo {
	width: auto;
	float: left;
	margin: 0;
}

.logo img {
	max-height: 96px;
	display: flex;
}

/*main navigation*/

header nav {
	width: auto;
	float: right;
	margin: 0;
	padding: 25px 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	float: left;
	margin: 0;
	position: relative;
}

header nav ul li a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 15px 12px;
	display: block;
	background: transparent;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 18px;
	color: #000;
	background: #a9f9e2;
}

/*main navigation second level*/

header nav ul li ul {
	width: 270px;
	position: absolute;
	left: 0;
	top: 44px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	z-index: 500;
}

header nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

header nav ul li ul li {
	width: 100%;
	float: none;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

header nav ul li ul li:last-of-type {
	border: none;
}

header nav ul li ul li a {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: none;
	padding: 9px 20px 11px;
	background: #fff;
}

header nav ul li ul li a:hover, header nav ul li ul li a.active {
	font-size: 16px;
	color: #000;
	background: #adddf7;
}

/*main navigation third level*/

header nav ul li ul li ul,
header nav ul li:hover ul li ul {
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 270px;
}

header nav ul li ul li {
	position: relative;
}

header nav ul li ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

header nav ul li ul li ul li a:hover, header nav ul li ul li ul li a.active {
	font-size: 16px;
	color: #000;
	background: #fee4a5;
}

/*slider content*/

.slider_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
	/*height: 560px !important;*/
	height: 300px !important;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.bx-wrapper .bx-pager {
	padding: 0;
	width: auto;
}

.bx-controls {
	height: 0;
}

/*
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}
*/

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*featured programs cnt*/

.featured_programs_cnt {
	width: 1080px;
	/*margin: -120px auto 0;*/
	margin: -30px auto 0;
	padding: 0 0 80px;
	display: table;
	position: relative;
	z-index: 200;
}

/*
.featured_programs_cnt article {
	width: 340px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	background: #fff;
}

.featured_programs_cnt article:nth-of-type(3n) {
	margin-right: 0;
}
*/


/*Nove promjene*/

.featured_programs_cnt article {
	width: 192px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0px;
	background: #fff;
}

.featured_programs_cnt article:nth-of-type(5n) {
	margin-right: 0;
}

.featured_programs_cnt article h1 {
	margin: 24px 0 10px;
	padding: 0 10px;
	line-height: 31px;
	/*
	overflow: hidden;
	height: 68px;
	*/
	overflow: hidden;
	height: 96px;
	text-align: center;
}

.featured_programs_cnt article h1, .featured_programs_cnt article h1 a {
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.featured_programs_cnt article h1 a:hover {
	font-size: 24px;
	color: #000;
	text-decoration: underline;
}

.featured_programs_cnt article em,
.featured_programs_cnt article p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0 0 27px;
	padding: 0 30px;
	line-height: 19px;
	/*
	overflow: hidden;
	height: 59px;
	*/
	overflow: hidden;
	height: 96px;
	text-align: center;
}

.read_more_programs_btn {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
	margin: 0;
	padding: 26px 28px;
	display: block;
	border-top: 30px solid #a9f9e2;
	text-align: center;
}

.read_more_programs_btn:hover {
	font-size: 14px;
	color: #fc5f6f;
	text-decoration: underline;
}

.featured_programs_cnt article:nth-of-type(2) .read_more_programs_btn {
	border-color: #fee4a5;
}

.featured_programs_cnt article:nth-of-type(3) .read_more_programs_btn {
	border-color: #fcc5c5;
}

.featured_programs_cnt article:nth-of-type(4) .read_more_programs_btn {
	border-color: #e7e7fd;
}

.programs_send_request {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 12px 30px 13px;
	display: table;
	background: #fff234;
}

.programs_send_request:hover {
	font-size: 14px;
	color: #fff;
	background: #000;
	text-decoration: underline;
}

/*contact us featured*/

.contact_us_featured {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	display: table;
}

.contact_us_featured h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 19px 20px 18px;
	text-align: center;
	background: #fc5f6f;
}

.contact_us_featured h1 i {
	font-size: 48px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 15px;
}

.contact_us_featured article {
	width: 360px;
	float: left;
	margin: 0;
	padding: 25px 30px;
	border-right: 1px solid #d7d7d7;
}

.contact_us_featured article:first-of-type {
	border-left: 1px solid #d7d7d7;
}

.contact_us_featured article h1 {
	display: none;
}

.contact_us_featured article strong {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 7px;
	padding: 0;
	display: table;
}

.contact_us_featured article p {
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	margin: 0 0 2px;
	padding: 0;
}

.contact_us_featured article p:last-of-type {
	margin: 0;
}

.contact_us_featured article a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.contact_us_featured article a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}

/*other programs cnt*/

.other_programs_cnt {
	width: 1080px;
	margin: 0 auto 80px;
	padding: 0;
	display: table;
}

.other_programs_cnt article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.other_programs_cnt article figure,
.other_programs_cnt article aside {
	display: inline-block;
	vertical-align: middle;
}

.other_programs_cnt article figure {
	max-width: 540px;
	max-height: 300px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.other_programs_cnt article figure img {
	max-width: 540px;
	max-height: 300px;
	vertical-align: middle;
	text-align: center;
}

/*
.other_programs_cnt article aside {
	width: 535px;
	margin: 0;
	padding: 35px 40px 40px;
	background: #fff;
}
*/

.other_programs_cnt article h1 {
	display: none;
}

.other_programs_cnt article h2 {
	margin: 0 0 25px;
	padding: 0;
}

.other_programs_cnt article h2, .other_programs_cnt article h2 a {
	font-size: 32px;
	color: #000;
	font-weight: 700;
}

.other_programs_cnt article h2 a:hover {
	font-size: 32px;
	color: #fc5f6f;
}

.other_programs_cnt article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.other_programs_cnt article ul li {
	width: 100%;
	display: block;
	margin: 0 0 9px;
}

.other_programs_cnt article ul li:last-of-type {
	margin: 0;
}

.other_programs_cnt article ul li a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
}

.other_programs_cnt article ul li a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}

.other_programs_cnt article ul li a:after {
	content: "\f058";
}

.other_programs_cnt article ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	font-size: 22px;
	color: #fc5f6f;
	margin: -2px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}

/*about featured cnt*/

.about_featured_cnt {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: #e6e6e6;
}

.about_featured_cnt article {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.about_featured_cnt article h1 {
	margin: 0;
	padding: 27px 30px 28px;
	background: #fee4a5;
	float: left;
	position: relative;
}

.about_featured_cnt article h1, .about_featured_cnt article h1 a {
	font-size: 28px;
	color: #000;
	font-weight: 600;
}

.about_featured_cnt article h1 a:hover {
	font-size: 28px;
	color: #000;
	text-decoration: underline;
}

.about_featured_cnt article h1:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid #fee4a5;
	position: absolute;
	right: -30px;
	top: 0;
}

.about_featured_cnt article em,
.about_featured_cnt article p {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	float: right;
	width: 675px;
}

.about_featured_cnt article em {
	margin-top: 32px;
}

.about_featured_cnt article p {
	padding: 0;
}

/*numbers featured cnt*/

.numbers_featured_cnt {
	width: 100%;
	margin: 0;
	padding: 160px 0 80px;
	display: table;
	position: relative;
}

.header_img {
	width: 100%;
	position: absolute;
	top: 0;
}

.header_img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #ffffff);
	background: -webkit-linear-gradient(transparent, #ffffff);
	z-index: 30;
}

.header_img img {
	width: 100%;
	display: flex;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.numbers_cnt {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
	z-index: 50;
}

.numbers_cnt article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.numbers_cnt h1 {
	display: none;
}

.numbers_cnt ul {
	list-style: none;
	margin: 0 0 60px;
	padding: 0;
	width: 100%;
	display: table;
}

.numbers_cnt ul li {
	width: 360px;
	float: left;
	margin: 0;
	padding: 0;
}

.numbers_cnt ul li strong,
.numbers_cnt ul li b {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	padding: 14px 20px 19px;
	display: table;
	text-align: center;
	background: #009b97;
	width: 240px;
}

.numbers_cnt ul li:nth-of-type(2) strong,
.numbers_cnt ul li:nth-of-type(2) b {
	background: #006db9;
}

.numbers_cnt ul li:nth-of-type(3) strong,
.numbers_cnt ul li:nth-of-type(3) b {
	background: #a7368c;
}

.numbers_cnt ul li p {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	padding: 23px 0 0;
	text-align: center;
}

.numbers_cnt em {
	font-family: "Shadows Into Light Two", Arial, Tahoma, Calibri, Verdana, cursive;
	font-size: 36px;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding: 0 12%;
	line-height: 48px;
}

/*reviews cnt featured*/

.reviews_cnt_featured {
	width: 100%;
	margin: 0;
	padding: 240px 0 80px;
	display: table;
	position: relative;
}

.reviews_cnt_featured:before {
	content: "";
	position: absolute;
	bottom: 0;
	background: url("../img/background-reviews.png") no-repeat center center;
	width: 100%;
	height: 640px;
	z-index: -10;
}

.reviews_cnt_featured aside {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 0;
	display: table;
	border-top: 1px solid #d9d9d9;
}

.reviews_cnt_featured h1 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 23px;
	padding: 0;
}

.reviews_cnt_featured h1:after {
	content: "";
	width: 140px;
	height: 24px;
	background: url("../img/reviews_icon.png") no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
	margin: -7px 0 0 30px;
}

.reviews_cnt_featured article {
	width: 920px !important;
	margin: 0 auto 30px;
	padding: 55px 60px;
	background: #fff;
	/*display: table;*/
	
	display: block !important;
	height: 300px;
	overflow-y: scroll;
}

.reviews_cnt_featured article:last-of-type {
	margin-bottom: 0;
}

.reviews_cnt_featured article h1 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

.reviews_cnt_featured article h1:before,
.reviews_cnt_featured article h1:after {
	display: none;
}

.reviews_cnt_featured article em,
.reviews_cnt_featured article p {
	font-size: 16px;
	color: rgba(0,0,0,0.80);
	font-weight: 500;
	margin: 0;
	padding: 0;
}

/*reviews bxslider*/

.reviews_cnt_featured .bx-wrapper {
	padding-bottom: 45px;
}

.reviews_cnt_featured .bx-wrapper .bx-pager {
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.reviews_cnt_featured .bx-wrapper .bx-pager, 
.reviews_cnt_featured .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	right: inherit;
	left: inherit;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

.reviews_cnt_featured .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.reviews_cnt_featured .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333;
	border: 2px solid #333;
}

.reviews_cnt_featured .bx-wrapper .bx-pager.bx-default-pager a {
	background: #919191;
	border: 2px solid #919191;
	border-radius: 0;
	margin: 0 2.5px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
}

.reviews_cnt_featured .bx-wrapper .bx-prev {
	left: -30px;
}

.reviews_cnt_featured .bx-wrapper .bx-next {
	right: -30px;
}

/*footer*/

footer {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 80px;
	display: table;
}

/*footer top cnt*/

.footer_top_cnt {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	display: table;
}

.footer_logo,
.footer_top_cnt section {
	display: inline-block;
	vertical-align: middle;
}

.footer_logo {
	width: auto;
	margin: 0 40px 0 0;
}

.footer_logo img {
	max-width: 120px;
	display: flex;
}

.footer_top_cnt section {
	width: 330px;
	margin: 0 72px 0 0;
	padding: 0;
}

.footer_top_cnt section em,
.footer_top_cnt section p {
	font-size: 12px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	padding: 0 0 15px;
	text-align: center;
}

.footer_top_cnt section p:last-of-type {
	padding: 0;
}

/*footer contact*/

.footer_contact,
.footer_top_cnt section.footer_contact {
	width: 510px;
	margin: 0;
}

.footer_contact h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 0 0 25px;
	padding: 0;
}

.footer_contact .contact_form div {
	width: 250px;
	margin: 0 9px 10px 0;
}

.footer_contact .contact_form div:nth-of-type(2n) {
	margin-right: 0;
}

.footer_contact .contact_form div:nth-of-type(3n) {
	margin-right: 9px;
}

.footer_contact .contact_form dt {
	display: none;
}

.footer_contact .contact_form .consent_data dt {
	display: table;
}

.footer_contact .contact_form dd textarea {
	min-height: 90px;
	max-height: 90px;
}

.footer_contact .contact_form div.consent_data {
	padding-top: 10px !important;
}

.footer_top_cnt .footer_contact p {
	padding: 0 0 10px;
	text-align: left;
}

.footer_contact .contact_form dd.buttons_action {
	padding: 10px 0 0 !important;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.footer_copyright p {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin: 0 30px 0 0;
	padding: 3px 0;
	float: left;
}

.footer_copyright p a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.footer_copyright p a:hover {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.footer_copyright p:last-of-type {
	float: right;
}

.footer_copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_copyright ul li {
	float: left;
	margin: 0 10px 0 0;
}

.footer_copyright ul li:last-of-type {
	margin: 0;
}

.footer_copyright ul li a {
	display: flex;
}

.footer_copyright ul li img {
	max-height: 24px;
	display: flex;
	transition: all .3s linear;
}

.footer_copyright ul li img:hover {
	opacity: 0.75;
}

/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}

.main_container nav ul li a {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	margin: 0;
	padding: 10px 20px 11px;
	display: block;
	background: transparent;
	border-radius: 0;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 16px;
	color: #fff;
	background-color: #fc5f6f;
}

.main_container nav ul li i {
	font-size: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
}

.main_container nav ul li a:hover i,
.main_container nav ul li a.active i {
	color: #fff;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}

.contact_form div.service_name {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.contact_form div.contact_form_select_location {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 15px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px 10px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #919191 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #919191 !important;
	padding: 12px 20px 12px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: none !important;
	transition: all .2s linear !important;
	margin: 0 10px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #7d7d7d !important;
	border: 1px solid #7d7d7d !important;
}

.buttons_action input[type="submit"] {
	background: #fc5f6f !important;
	border: 1px solid #fc5f6f !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 12px 20px 12px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: none !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}
.buttons_action div:last-of-type{
	margin: 0px !important; 
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #e84b5b !important;
	border: 1px solid #e84b5b !important;
}

.contact_form dl a{
	color: #fc5f6f;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	padding: 12px 20px 13px;
	margin: 0 !important;

	background: #ebebeb !important;
	border-radius: 0 !important;
	border: 1px solid #ebebeb !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 14px !important;
	font-weight: 600;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #e1e1e1 !important;
	border: 1px solid #e1e1e1 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #e1e1e1 !important;
	border: 1px solid #e1e1e1 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #e1e1e1 !important;
	border: 1px solid #e1e1e1 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 160px;
	max-height: 160px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 11px 20px 12px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border-bottom: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border-bottom: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #333;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*input placeholder contact form*/

.contact_form input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.60);
	transition: all .3s linear;
}
.contact_form input:-moz-placeholder {
	color: rgba(0,0,0,0.60);
	opacity: 1;
	transition: all .3s linear;
}
.contact_form input::-moz-placeholder {
	color: rgba(0,0,0,0.60);
	opacity: 1;
	transition: all .3s linear;
}
.contact_form input:-ms-input-placeholder {
	color: rgba(0,0,0,0.60);
	transition: all .3s linear;
}
.contact_form input:focus::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.contact_form input:focus:-moz-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.contact_form input:focus::-moz-placeholder {
	color: transparent;
	transition: all .3s linear;
}
.contact_form input:focus:-ms-input-placeholder {
	color: transparent;
	transition: all .3s linear;
}

.contact_form select {
	color: rgba(0,0,0,0.60) !important;
}

.contact_form select:hover {
	color: #2d2d2d !important;
}

/*filter content*/

.filter_content {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.filter_content h1 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	width: auto;
	float: left;
	margin: 9px 20px 0 0;
	padding: 0;
}

.filter_content form {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div.filter_btns {
	padding-top: 0;
	padding-left: 20px;
}

.filter_content form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}

.filter_content form input,
.filter_content form select,
.filter_content form textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 220px;
	max-width: 220px;
	transition: all .3s linear;
	float: left;
}

.filter_content form input:hover,
.filter_content form select:hover,
.filter_content form textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.filter_content form input:focus,
.filter_content form select:focus,
.filter_content form textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.filter_content form input[type="reset"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 15px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="reset"]:hover,
.filter_content form input[type="reset"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

.filter_content form input[type="submit"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 11px 15px;
	display: block;
	background: #231f21;
	border: 1px solid #231f21;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="submit"]:hover,
.filter_content form input[type="submit"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

/*sorter*/

.sorter {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 12px;
	color: #414141;
	font-weight: 600;
	margin: 0 -1px 0 0;
	padding: 8px 15px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 90px;
}

.paging_content .paging .paging_right_cnt {
	float: left;
}

/*basic site inner content*/

.basic_site_inner_content {
    width: 100%;
    margin: 0;
    padding: 45px 0 0;
    display: table;
    border-top: 45px solid #fcc5c5;
}

.basic_site_inner_content article {
    width: 1080px;
    margin: 0 auto 45px;
    padding: 0 0 45px;
    display: table;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.basic_site_inner_content article:only-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/* H1 – ostaje kao do sada */
.basic_site_inner_content h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px;
}

/* H2 – plava traka pune širine artikla */
.basic_site_inner_content h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 15px;
    padding: 10px 20px;
    background: #adddf7;
    display: block;      /* uzima punu širinu unutar article-a (1080px) */
}

/* H3 – isto ponašanje, druga veličina */
.basic_site_inner_content h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 30px 0 15px;
    padding: 10px 20px;
    background: #adddf7;
    display: block;
}

/* H4 – odvojen blok, možeš mijenjati neovisno */
.basic_site_inner_content h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 30px 0 15px;
    padding: 10px 20px;
    background: #adddf7;
    display: block;
}

/* H5 – odvojen blok, možeš mijenjati neovisno */
.basic_site_inner_content h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 30px 0 15px;
    padding: 10px 20px;
    background: #adddf7;
    display: block;
}

.basic_site_inner_content figure {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    border-radius: 0;
    
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}

.basic_site_inner_content figure img {
    vertical-align: middle;
    text-align: center;
}

.basic_site_inner_content article ul {
    margin: 10px 0 30px;
    padding-left: 32px;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 100%;
	margin: 0;
	padding: 45px 0 0;
	display: table;
	border-top: 45px solid #fee4a5;
}

.basic_site_inner_content_contact aside {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 420px;
	float: left;
	margin: 0 0 60px;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_contact h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.right_column_contact {
	width: 580px;
	float: right;
	margin: 56px 0 60px;
	padding: 0;
}

.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 480px;
	margin: 0;
	padding: 0;
	border: none !important;
}

/*programs container*/

.programs_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

/*header image programs*/

.header_image_programs {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.header_image_programs:after {
	display: none;
}

.header_image_programs:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #ffffff);
	background: -webkit-linear-gradient(transparent, #ffffff);
	z-index: 30;
}

.header_image_programs img {
	width: 100%;
	display: flex;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*programs*/

.programs_container aside {
	width: 1080px;
	/*margin: 80px auto 0;*/
	/*margin: 330px auto 0;*/
	margin: 520px auto 0;
	display: table;
	position: relative;
	z-index: 135;
}
.programs_collapse_cnt .prog_coll aside{
	margin: 0 auto;
}
.programs_container article {
	width: 100%;
	margin: 0;
	padding: 20px 60px;
	background: #fff;
	display: table;
}

.programs_container article:first-of-type {
	padding: 55px 60px;
}

/* H1 – crvena traka, kao do sada */
.programs_container h1 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 20px 11px;
	background: #fc5f6f;
}

/* GLOBALNA pravila za H2/H3 unutar programs_container
   (za sve ostale situacije, npr. kolone, accordion itd.) */
.programs_container h2 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

.programs_container h3 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

/* === PLAVE TRAKE SAMO ZA GLAVNE NASLOVE U ARTICLE-IMA === */

/* H2 – plava traka u glavnim article-ima (logopedska, itd.) */
.programs_container > aside > article > h2 {
	font-size: 32px;          /* ista veličina kao H1, po želji */
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin: 30px 0px 15px;
	padding: 10px 20px;
	background: #adddf7;      /* plava traka */
	display: block;           /* preko cijele širine article-a */
}

/* H3 – plava traka samo ako je direktno u glavnom article-u */
.programs_container > aside > article > h3 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin: 30px 0px 15px;
	padding: 10px 20px;
	background: #adddf7;
	display: block;
}

/* H4 – spremno za kasnije */
.programs_container > aside > article > h4 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin: 30px 0px 15px;
	padding: 10px 20px;
	background: #adddf7;
	display: block;
}

/* H5 – spremno za kasnije */
.programs_container > aside > article > h5 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin: 30px 0px 15px;
	padding: 10px 20px;
	background: #adddf7;
	display: block;
}

.programs_container em {
	font-size: 20px;
}

.programs_container p {
	font-size: 18px;
	font-weight: 600;
}

.programs_container figure {
	max-width: 1040px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0;
}

.programs_container figure img {
	max-width: 1040px;
	vertical-align: middle;
	text-align: center;
}


/*programs columns cnt*/

.programs_columns_cnt {
	width: 100%;
	padding: 20px 0;
	display: table;
}

.programs_columns_cnt article,
.programs_columns_cnt article:first-of-type {
	width: 25%;
	height: 100%;
	display: table-cell;
	margin: 0;
	padding: 30px;
}

.programs_columns_cnt article:nth-of-type(1) {
	background: #a9f9e2;
}

.programs_columns_cnt article:nth-of-type(2) {
	background: #fee4a5;
}

.programs_columns_cnt article:nth-of-type(3) {
	background: #fcc5c5;
}

.programs_columns_cnt article:nth-of-type(4) {
	background: #adddf7;
}

.programs_container .programs_columns_cnt h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0 0 9px;
	padding: 0;
	min-height: 84px;
}

/*programs collapse cnt*/

.programs_collapse_cnt {
	width: 100%;
	margin: 0;
	padding: 20px 60px;
	display: table;
}

.prog_coll {
	width: 100%;
	display: table;
}

.prog_coll article {
	width: 100%;
	padding: 0;
	background: none;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.prog_coll article:first-of-type {
	padding: 0;
}

.programs_collapse_cnt article h1 {
	font-size: 22px;
	color: rgba(0,0,0,0.80);
	font-weight: 700;
	text-transform: none;
	margin: 0;
	padding: 15px 20px;
	background: none;
	display: block;
}

.programs_collapse_cnt article h1:after {
	content: "\f055";
}

.programs_collapse_cnt article h1:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fc5f6f;
	float: right;
	margin: 5px 0 0;
}

.prog_coll article:nth-of-type(2) em,
.prog_coll article:nth-of-type(2) p {
	border-color: #fcc5c5;
}

.prog_coll article:nth-of-type(3) em,
.prog_coll article:nth-of-type(3) p {
	border-color: #fee4a5;
}

.prog_coll article:nth-of-type(4) em,
.prog_coll article:nth-of-type(4) p {
	border-color: #a9f9e2;
}

.programs_collapse_cnt em,
.programs_collapse_cnt p {
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	display: none;
	padding: 30px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.125), 0 10px 10px rgba(0,0,0,0.11);
	border-left: 10px solid #adddf7;
}

.programs_container article ul {
	margin-left: 34px !important;
}

/*ourteam container*/

.ourteam_container {
	width: 100%;
	margin: 0;
	padding: 45px 0 0;
	display: table;
	border-top: 45px solid #adddf7;
}

.ourteam_container aside {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.ourteam_container h1 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.ourteam_container h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.ourteam_container h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.ourteam_top_cnt {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	display: table;
}

.ourteam_container .ourteam_top_cnt article {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.ourteam_container .ourteam_top_cnt article h1 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: none;
}

/*team cnt*/

.team_cnt {
	/*width: 510px;*/
	width: 320px;
	float: left;
	margin: 0 60px 60px 0;
	padding: 0;
}

/*
.team_cnt:nth-of-type(2n) {
	margin-right: 0;
}
*/

.team_cnt:nth-of-type(3n) {
	margin-right: 0;
}

.ourteam_container .team_cnt article {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: table;
}

.ourteam_container article h1 {
	font-size: 26px;
	color: #000;
	text-transform: none;
	padding: 0;
	margin: 0 0 8px;
	border-bottom: 5px solid #a7368c;
	display: block;
	line-height: 30px;
	overflow: hidden;
	height: 69px;
}

.ourteam_container figure {
	/*max-width: 510px;*/
	max-width: 320px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	border-radius: 0;
	
	float: none !important;
	margin: 0;
	padding: 0;
}

.ourteam_container figure img {
	/*max-width: 510px;*/
	max-width: 320px;
	vertical-align: middle;
	text-align: center;
}

/*ourteam collapse*/

.ourteam_collapse {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.ourteam_collapse i {
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 10px;
	background: #a9f9e2;
	display: block;
	cursor: pointer;
}

.ourteam_collapse i:hover {
	font-size: 24px;
	color: #000;
	background: #fff234;
}

.ourteam_collapse article,
.ourteam_container .ourteam_collapse article {
	display: none;
	margin: 0;
	padding: 25px 0 0;
}

/*news container*/

.news_container {
	width: 100%;
	margin: 0;
	padding: 45px 0 0;
	display: table;
	border-top: 45px solid #a9f9e2;
}

.news_container aside {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.news_container h1 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 22px;
	padding: 0;
}

.news_container article {
	width: 340px;
	float: left;
	margin: 0 30px 60px 0;
	padding: 0;
}

.news_container article:nth-of-type(3n) {
	margin-right: 0;
}

.news_container article figure {
	max-width: 340px;
	max-height: 190px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_container article figure img {
	max-width: 340px;
	max-height: 190px;
	vertical-align: middle;
	text-align: center;
}

.news_container article section {
	width: 100%;
	padding: 15px 20px;
	display: table;
}

.news_container article h1 {
	margin: 0 0 8px;
	padding: 0;
	line-height: 26px;
	overflow: hidden;
	height: 55px;
}

.news_container article h1, .news_container article h1 a {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-transform: none;
}

.news_container article h1 a:hover {
	font-size: 22px;
	color: #fc5f6f;
}

.news_container article em,
.news_container article p {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 500;
	margin: 0 0 23px;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	height: 112px;
}

.news_container article time {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 8px 15px 9px;
	display: table;
	background: #fc5f6f;
}

/*news container details*/

.news_container_details {
	width: 100%;
	margin: 0;
	padding: 45px 0 0;
	display: table;
	border-top: 45px solid #a9f9e2;
}

.news_container_details aside {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.news_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.news_container_details article time {
	font-size: 14px;
	color: #fc5f6f;
	font-weight: 700;
	margin: 0;
	padding: 0;
	display: table;
}

.news_container_details h1 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

.news_container_details h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.news_container_details h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.news_container_details figure {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
	border-radius: 0;
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.news_container_details figure img {
	vertical-align: middle;
	text-align: center;
}

.news_container_details article ul {
	margin: 10px 0 30px;
	padding-left: 32px;
}

.news_container_details article p em {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-style: italic;
	display: inherit;
}






/*ecms gallery box*/

.ecms_gallery_box {
	width: 1080px;
	float: none;
	display: table;
	margin: 30px auto 0;
	padding: 22px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.news_container_details aside.ecms_gallery_box {
	margin: 30px auto 0;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}

.ecms_gallery_box h1:after,
.ecms_gallery_box h2:after {
	content: "\f302";
}

.ecms_gallery_box h1:after,
.ecms_gallery_box h2:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #000;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
}

.ecms_gallery_box p {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 22.9%;
	float: left;
	margin: 30px 30px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(4n) {
	margin-right: 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.ecms_gallery_box em {
	font-size: 16px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin: 0;
	padding: 15px 0 0;
	line-height: 22px;
	overflow: hidden;
	height: 60px;
}

/*download*/

.document_category,
.programs_container aside.document_category {
	width: 1080px;
	margin: 40px auto 0;
	padding: 25px 20px 20px;
	clear: both;
	display: table;
	background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.document_category h1,
.document_category h2,
.programs_container .document_category h1,
.programs_container .document_category h2 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px;
	background: none;
}

.document_category h1:after,
.document_category h2:after {
	content: "\f07c";
}

.document_category h1:after,
.document_category h2:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #000;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31.4%;
	margin: 0 30px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}

.document_category ul li a:hover {
	font-size: 15px;
	color: #fc5f6f;
}

/*hist and social*/

.hist_and_social {
	width: 1080px !important;
	margin: 40px auto 0 !important;
	/*padding: 0 20px !important;*/
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 5px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 13px;
	color: #222;
	font-weight: 600;
	margin: 3px 10px 0 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .3s linear;
	border-radius: 0;
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	opacity: 0.75;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

#hist a {
	font-size: 15px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 8px 20px 9px;
	display: table;
	background: rgba(0,0,0,0.10);
}

#hist a:hover {
	font-size: 15px;
	color: #fff;
	background: #fc5f6f;
}


.fancybox-skin {
	background: #fff !important;
}

/*FANCYBOX LOCK*/

.fancybox-lock {
	overflow: inherit !important;
}

/*CONTACT US - code*/

.contact_us_ribbon_fixed {
	width: auto;
	position: fixed;
	top: 50%;
	left: -131px;
	transform: translateY(-50%);
	z-index: 9999;
}

.contact_us_ribbon_fixed a {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 30px 12px;
	display: block;
	background: #fff234;
	transform: rotate(-90deg);
}

.contact_us_ribbon_fixed i {
	font-size: 22px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0 0;
	transition: all .1s linear;
}

.contact_us_ribbon_fixed a:hover {
	font-size: 20px;
	color: #fff;
	background: #fc5f6f;
}

.contact_us_ribbon_fixed a:hover i {
	font-size: 22px;
	color: #fff;
}




/*WEB ACCESSIBILITY*/

#accessibility i, #accessibility i:before {
	transition: all .1s linear;
}

#accessibility {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
}

/*accessibility main btn*/

.accessibility_main_btn {
	width: 64px;
	display: flex;
	/*padding: 8px 11px;*/
	padding: 12px 12px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all .2s linear;
	position: fixed;
	top: 50%;
	/*left: 0;*/
	right: 0;
	transform: translateY(-50%);
}

.accessibility_main_btn i {
	/*font-size: 48px !important;*/
	font-size: 40px !important;
	color: #4e5051;
	/*font-weight: normal;*/
	transition: all .2s linear;
}

.accessibility_main_btn:hover {
	background: #fff234;
}

.accessibility_main_btn:hover i {
	/*font-size: 48px !important;*/
	font-size: 40px !important;
	color: #000;
}

/*accessible wrapper*/

.accessible_wrapper {
	width: 420px;
	position: fixed;
	/*left: 64px;*/
	right: 64px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff234;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: none;
}

.accessible_header {
	width: 100%;
	padding: 16px 20px 17px;
	display: table;
	position: relative;
}

.accessible_header h1 {
	font-size: 20px !important;
	color: rgba(0,0,0,0.75);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.close_accessible_dialog {
	position: absolute;
	right: 20px;
	top: 19px;
}

.close_accessible_dialog i {
	font-size: 20px !important;
	color: rgba(0,0,0,0.75);
}

.close_accessible_dialog:hover i {
	font-size: 20px !important;
	color: rgba(0,0,0,1);
}

/*accessible functions*/

.accessible_functions {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
	background: #fff;
}

.accessible_functions div {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(0,0,0,0.20);
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

.accessible_functions div:nth-of-type(2n) {
	border-right: none;
}

.accessible_functions div:nth-of-type(7),
.accessible_functions div:nth-of-type(8) {
	border-bottom: none;
}

.accessible_functions div a {
	font-size: 16px !important;
	color: #4e5051;
	font-weight: normal;
	display: block;
	text-align: center;
	padding: 15px 10px 10px;
	position: relative;
}

.accessible_functions div i {
	font-size: 24px !important;
	color: #000;
	display: table;
	margin: 0 auto;
}

.accessible_functions div a:hover,
.accessible_functions div a.active {
	font-size: 16px !important;
	color: #fff;
	background: #4e5051;
}

.accessible_functions div a:hover i,
.accessible_functions div a.active i {
	font-size: 24px !important;
	color: #fff;
}

/*accessible reset*/

.accessible_reset {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #fff;
}

.accessible_reset a,
#accessibility #reset_all_classes {
	font-size: 14px;
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: underline;
}

.accessible_reset a:hover,
#accessibility #reset_all_classes:hover {
	font-size: 14px;
	color: #fc5f6f !important;
	font-weight: bold;
}

/*accessibility footer*/

.accessibility_footer {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
	background: #e1e1e1;
}

.accessibility_footer a {
	font-size: 14px !important;
	color: #000;
	font-weight: bold;
}

.accessibility_footer a:hover {
	font-size: 14px !important;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.accessibility_footer p {
	font-size: 14px !important;
	color: rgba(0,0,0,0.75);
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
}

.accessibility_footer p:last-of-type a {
	font-size: 14px !important;
	color: rgba(0,0,0,1);
	font-weight: normal;
}

.accessibility_footer p:last-of-type {
	float: right;
}

/*WEB ACCESSIBILITY CSS FUNCTIONS*/

/*access font bigger*/

.access_font_bigger span,
.access_font_bigger p,
.access_font_bigger em,
.access_font_bigger a,
.access_font_bigger time,
.access_font_bigger tr,
.access_font_bigger th,
.access_font_bigger td,
.access_font_bigger dt,
.access_font_bigger dd,
.access_font_bigger label,
.access_font_bigger input,
.access_font_bigger select,
.access_font_bigger button,
.access_font_bigger textarea,
.access_font_bigger option,
.access_font_bigger ul,
.access_font_bigger li,
.access_font_bigger font,
.access_font_bigger h1,
.access_font_bigger h2,
.access_font_bigger h3,
.access_font_bigger h4,
.access_font_bigger h5,
.access_font_bigger h6 {
	font-size: 125% !important;
}

.access_font_bigger #accessibility h1 {
	font-size: 20px !important;
}

.access_font_bigger #accessibility a {
	font-size: 16px !important;
}

.access_font_bigger #accessibility a#reset_all_classes {
	font-size: 14px !important;
}

.access_font_bigger #accessibility em,
.access_font_bigger #accessibility p,
.access_font_bigger #accessibility span {
	font-size: 14px !important;
}

.access_font_bigger #accessibility p a,
.access_font_bigger #accessibility p a:hover {
	font-size: 14px !important;
}

/*access grayscale*/

.access_grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/*access letterspacing*/

.access_letterspacing span,
.access_letterspacing p,
.access_letterspacing em,
.access_letterspacing a,
.access_letterspacing time,
.access_letterspacing tr,
.access_letterspacing th,
.access_letterspacing td,
.access_letterspacing dt,
.access_letterspacing dd,
.access_letterspacing label,
.access_letterspacing input,
.access_letterspacing select,
.access_letterspacing button,
.access_letterspacing textarea,
.access_letterspacing option,
.access_letterspacing ul,
.access_letterspacing li,
.access_letterspacing font,
.access_letterspacing h1,
.access_letterspacing h2,
.access_letterspacing h3,
.access_letterspacing h4,
.access_letterspacing h5,
.access_letterspacing h6 {
	letter-spacing: 3px !important;
}

.access_letterspacing #accessibility a,
.access_letterspacing #accessibility h1,
.access_letterspacing #accessibility em,
.access_letterspacing #accessibility p,
.access_letterspacing #accessibility span {
	letter-spacing: inherit !important;
}

/*access linkunderline*/

.access_linkunderline a {
	text-decoration: underline !important;
}

.access_linkunderline #accessibility a {
	/*text-decoration: inherit !important;*/
}

/*access contrasthigh*/

.access_contrasthigh body {
	background: #000 !important;
}

.access_contrasthigh span,
.access_contrasthigh p,
.access_contrasthigh strong,
.access_contrasthigh em,
.access_contrasthigh a,
.access_contrasthigh time,
.access_contrasthigh tr,
.access_contrasthigh th,
.access_contrasthigh td,
.access_contrasthigh dt,
.access_contrasthigh dd,
.access_contrasthigh label,
.access_contrasthigh input,
.access_contrasthigh select,
.access_contrasthigh button,
.access_contrasthigh textarea,
.access_contrasthigh option,
.access_contrasthigh ul,
.access_contrasthigh li,
.access_contrasthigh font,
.access_contrasthigh h1,
.access_contrasthigh h2,
.access_contrasthigh h3,
.access_contrasthigh h4,
.access_contrasthigh h5,
.access_contrasthigh h6 {
	color: #fff !important;
}

.access_contrasthigh header nav ul li a:hover, 
.access_contrasthigh header nav ul li a.active {
	color: #000 !important;
}

.access_contrasthigh header nav ul li ul li a {
	color: #000 !important;
}

.access_contrasthigh header nav ul li ul li a:hover, 
.access_contrasthigh header nav ul li ul li a.active {
	color: #000 !important;
}

.access_contrasthigh header nav ul li ul li ul li a:hover,
.access_contrasthigh header nav ul li ul li ul li a.active {
	color: #000 !important;
}

.access_contrasthigh .featured_programs_cnt article {
	background: #000;
}

.access_contrasthigh .programs_send_request {
	color: #000 !important;
}

.access_contrasthigh .programs_send_request:hover {
	color: #000 !important;
	background: #fff;
}

.access_contrasthigh .about_featured_cnt {
	background: #333;
}

.access_contrasthigh .about_featured_cnt article h1, 
.access_contrasthigh .about_featured_cnt article h1 a {
	color: #000 !important;
}

.access_contrasthigh .header_img:before {
	background: linear-gradient(transparent, #000);
	background: -webkit-linear-gradient(transparent, #000);
}

.access_contrasthigh .reviews_cnt_featured:before {
	background: #000;
}

.access_contrasthigh .reviews_cnt_featured article {
	background: #333;
}

.access_contrasthigh .programs_container article {
	background: #000;
}

.access_contrasthigh .contact_us_ribbon_fixed a {
	color: #000 !important;
}

.access_contrasthigh .programs_collapse_cnt em,
.access_contrasthigh .programs_collapse_cnt p {
	background: #000;
}

.access_contrasthigh .basic_site_inner_content article {
	border-bottom: 1px solid rgba(255,255,255,0.40);
}

.access_contrasthigh #hist a {
	background: rgba(255,255,255,0.40);
}

.access_contrasthigh .news_container_details article p span span {
	background: inherit !important;
}

.access_contrasthigh input,
.access_contrasthigh select,
.access_contrasthigh textarea {
	color: #000 !important;
}

.access_contrasthigh .header_image_programs:before {
	background: linear-gradient(transparent, #000);
	background: -webkit-linear-gradient(transparent, #000);
}







.access_contrasthigh .accessible_header h1 {
	color: rgba(0,0,0,0.75) !important;
}

.access_contrasthigh #accessibility a,
.access_contrasthigh #accessibility p {
	color: #000 !important;
}

.access_contrasthigh #accessibility a:hover,
.access_contrasthigh #accessibility a.active {
	color: #fff !important;
}

/*access cursorlarger*/

.access_cursorlarger,
.access_cursorlarger a,
.access_cursorlarger a:hover,
.access_cursorlarger a:focus,
.access_cursorlarger a:active,
.access_cursorlarger a.active {
	cursor: url("../img/accessibility/cursor-accessibility.png"), auto !important;
}

/*access keyboardnavigation*/

.access_keyboardnavigation a:focus {
	outline: dashed 2px #fc5f6f !important;
}

.access_keyboardnavigation #accessibility a:focus {
	outline: none !important;
}





/*WEB ACCESSIBILITY RESPONSIVE*/

@media only screen and (min-width: 0px) and (max-width: 800px) {

.accessibility_main_btn {
	width: 48px;
}

.accessibility_main_btn i {
	font-size: 32px !important;
}

.accessibility_main_btn:hover i {
	font-size: 32px !important;
}

.accessible_wrapper {
	width: 85%;
	position: fixed;
	left: 0;
}

.accessible_wrapper h1 {
	margin: 0;
}

.accessible_header {
	padding-left: 10px;
	padding-right: 10px;
}

.accessible_functions {
	padding: 20px 10px;
}

.accessible_functions div {
	float: none;
	display: inline-block;
}

.accessibility_footer {
	padding: 20px 10px;
}

.accessibility_footer p {
	float: none;
	display: table;
}

.accessibility_footer p:last-of-type {
	float: none;
	padding-top: 5px;
}

}








