	/*
 Theme Name:     MC Child default
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:       Divi
 Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("../Divi/style.css");

/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1690px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}

	/* --------- Default Post List --------- */

	    .mc-posts-list {
	        overflow: hidden;
	        margin:-1%;
	    }
	    .mc-posts-list .mc-post-list-item {
	        position: relative;
	        float: left;
	        width: 100%;
	        min-height:500px;
	        box-sizing: border-box;
	        margin: 1% 1% 1% 1%;
	    }

	    .members-list .mc-post-list-item {
	        min-height:auto;
	    }

	    .mc-posts-list .mc-post-list-item .mc-post-list-item-wrapper {
	        box-sizing: border-box;
	    }
	    .mc-posts-list .mc-post-list-item .list-excerpt {
	        display: block;
	        margin-bottom: 15px;
	    }
	    .mc-posts-list .mc-post-list-item .read-more,
	    .mc-posts-list .mc-post-list-item .list-date {
	       display: inline-block;
	       text-transform: lowercase;
	       font-weight: 600;
	       font-size: 14px;
	       color: #333;
	    }

	    .mc-posts-list .mc-post-list-item .list-date,
	    .mc-posts-list .mc-post-list-item .list-location, {

	    }
	    .mc-posts-list .mc-post-list-item .list-date:before {

	    }
	    .mc-posts-list .mc-post-list-item .list-location.no-border {
	        border-bottom:none;
	        margin-bottom: 0 !important;
	    }
	    .mc-posts-list .mc-post-list-item .list-location {
	        border-bottom:1px solid #ccc;
	        padding:0 0 10px 0;
	        margin: 0 0 10px 0;
	    }
	    .mc-posts-list .mc-post-list-item .list-date {
	        font-size:14px;
	    }
	    .mc-posts-list .mc-post-list-item .list-title {
		    margin-top: 15px;
		    font-weight: 900;
		    font-size: 24px;
		    line-height: 1.2em;
	    }
	    .mc-posts-list .mc-post-list-item .list-title a {
	    }
	    .mc-posts-list .mc-post-list-item .list-thumbnail {
	        display: block;
	    }
	    .mc-posts-list .mc-post-list-item .list-thumbnail img {
	       width: 100%;
	    }
	    .mc-posts-list.mc-posts-list-2-col .mc-post-list-item {
	        width: 48%;
	    }
	    .mc-posts-list.mc-posts-list-3-col .mc-post-list-item {
	        width: 31.33%;
	    }
	    .mc-posts-list.mc-posts-list-4-col .mc-post-list-item {
	        width: 23%;
	    }

	    .events-list .mc-post-list-item .list-date {
	    	display: block;
	    	font-size: 18px;
	    	margin-bottom: 20px;
	    }
	    .events-list .list-title a,
	    .publications-list .list-title a {
	    	color: #05b2b2;
	    }
	    .publications-list .list-title a::before {
	    	font-family: "FontAwesome";
			content: "\f0ed";
			display: inline-block;
			margin-right: 5px;
	    }
		.events-list .mc-post-list-item .list-excerpt,
		.events-list .mc-post-list-item .read-more {
			display: inline;
		}

		.events-list .mc-post-list-item {
			min-height:240px;
		}
		.publications-list .mc-post-list-item {
			min-height:250px;
		}

		.mixed-feed {
			margin: 0 -20px;
			overflow: visible;
			display: flex;
			/*border-bottom: 1px solid #ebebeb;*/
		}
		.mixed-feed .mc-post-list-item {
			width: 100%;
			padding: 0;
			float: none;
			overflow: hidden;
			display: flex;
			flex-direction: column;
		}
		.mixed-feed .mc-post-list-content-wrapper {
			padding: 0 10px;
		}
		.mixed-feed .list-thumbnail {
			margin: 0 10px 20px 10px;
		}
		.mixed-feed .list-date {
			margin-bottom: 10px !important;
		}
		.mixed-feed .list-title {
			margin-top: 0 !important;
		}

		.mixed-feed .slick-prev,
		.mixed-feed .slick-next {
			top: auto;
			left: auto;
			right: auto;
			bottom: -50px;
		}
		.mixed-feed .slick-prev {
			left: calc(50% - 10px);

		}
		.mixed-feed .slick-next {
			left: calc(50% + 10px);

		}

		.mixed-feed .slick-prev::before,
		.mixed-feed .slick-next::before {
			color: #005480;
		}




	/* --------- Default Post detail --------- */

	    .mc-posts-detail {

	    }
	    .mc-posts-detail .mc-post-detail-item {

	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper {

	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper .mc-post-detail-content-wrapper {

	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper .mc-post-detail-content-wrapper .detail-date {
	        font-size: 18px;
	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper .mc-post-detail-content-wrapper .detail-location {
	        font-size: 24px;
	        text-transform: uppercase;
	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper .mc-post-detail-content-wrapper .detail-body {
	        margin: 50px 0;
	    }
	    .mc-posts-detail .mc-post-detail-item .mc-post-detail-item-wrapper .mc-post-detail-content-wrapper .detail-url {

	    }

	/* --------- Default pods-pagination-paginate --------- */

	    .pods-pagination-paginate {
	        font-size: 0;
	        padding: 30px 0;
	    }
	    .pods-pagination-paginate  .page-numbers {
	        display: inline-block;
	        background-color: #36a997;
	        color:#fff;
	        font-size:14px;
	        margin-right:1px;
	        width:40px;
	        height:40px;
	        text-align: center;
	        line-height: 40px;

	    }
	    .pods-pagination-paginate  .page-numbers.current {

	    }
	    .pods-pagination-paginate .next,
	    .pods-pagination-paginate .prev {
	        font-family: "FontAwesome";
	    }
/* videos template */

.mc-posts-list .list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.mc-posts-list .list-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 15px;
}

/* =Theme customization starts here
------------------------------------------------------- */



	body {
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-family: "Lato";
	    font-size: 16px;
	    line-height: 1.6em;
	}

	a {
		color: #29aae2;
	}

	strong {
	    font-weight: 900;
	    color: #05b2b2;
	}
/*
	h1 {
		text-transform: lowercase;
	}
*/
	sup {
		vertical-align: super;
    	font-size: smaller;
	}

	h2 {
		margin-bottom: 30px;
		color: #333;
		font-weight: 900;
	}

	h2.purple {
		color: #8f037d;

	}
	.turquoise {
		color: #05b2b2;
	}
	.dark-blue {
		color: #005480;
	}

	.white,
	.white * {
		color: #fff !important;
		border-color: #fff !important;
	}

	h3 {
		color: #05b2b2;
		font-weight: 900;
	}

	.et_pb_text ul,
	.detail-body ul,
	.mc-accordion .ui-accordion-content ul {
		list-style-type: none;
		overflow: hidden;
	}
	.et_pb_text ul ul
	.detail-body ul ul,
	.mc-accordion .ui-accordion-content ul ul {
		margin-top: 20px;
	}
	.et_pb_text ul li,
	.detail-body ul li,
	.mc-accordion .ui-accordion-content ul li {
		list-style-type: none;
		overflow: hidden;
	}
	.et_pb_text ul li:before,
	.detail-body ul li:before,
	.mc-accordion .ui-accordion-content ul li:before {
		font-family: "FontAwesome";
		display: block;
		content: "\f105";
		float: left;
		width: 15px;
	}
	.et_pb_text ul li li:before,
	.detail-body ul li li:before {
		content: "\f101";
	}

	.et_pb_text ul li .li-content,
	.detail-body ul li .li-content {
		display: block;
		float: left;
		width: calc(100% - 15px);
	}

	#main-header {
		box-shadow: none;
		padding: 40px 0;
	}
	#logo {
		max-height:100%;
	}
	#main-content {
		margin-top: 80px;
	}

	.et_header_style_left #et-top-navigation nav > ul > li > a {
		font-size: 16px;
		color: #333;
		padding-right: 0 !important;
	}
	.et_header_style_left #et-top-navigation nav > ul > li a  {
		text-transform: lowercase;
	}
	.et_header_style_left #et-top-navigation nav > ul > li > a::before {
		font-family: "FontAwesome" !important;
		content: "\f105" !important;
		display: inline-block;
		margin-right: 5px;
	}
	#top-menu .menu-item-has-children > a:first-child::after,
	#et-secondary-nav .menu-item-has-children > a:first-child::after {
		display: none;
	}
	.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a,
	 #top-menu li.current-menu-item > a {
		color: #005480;
	}
	#et_search_icon::before {
		color: #333;
	}


	.page-title {
		color: #fff;
		font-size: 56px;
		font-weight: 900;
	}
	.page-title::before {
		font-family: "FontAwesome" !important;
		content: "\f105" !important;
		display: inline-block;
		margin-right: 5px;
	}

	.page-intro {
		font-size: 50px;
		font-weight: 900;
		line-height: 1em;
		color: #333;

	}
	.page-intro strong {
		color: #05b2b2;
	}

/* -- Slider -- */

	.home-slider .slider {
		height: 500px;
	}
	.home-slider .slider .slick-list,
	.home-slider .slider .slick-track {
		height: 100%;
	}
	.home-slider .slider .slide {
	    background-position: center right;
	    background-repeat: no-repeat;
	    background-size: cover;
		height: 100%;
		position: relative;
	}


	.home-slider .slider .slide .slide-container {
		max-width: 1400px;
		width: 80%;
		margin:0 auto;
		height: 100%;
		position: relative;
	}

	.home-slider .slider .slick-arrow {
		background: rgba(0, 0, 0, 0.2);
		color:#fff;
		width:75px;
		height:75px;
		transition: all 0.2s ease-in-out;
		z-index: 9999;
		bottom: 0;
	}
	.home-slider .slider .slick-arrow:hover {
		background: rgba(0, 0, 0, 0.5);
	}
	.home-slider .slick-prev {
		left: 0;
	}
	.home-slider .slick-next {
		right: 0;
	}
	.home-slider .slick-prev::before,
	.home-slider .slick-next::before {
		font-family: "FontAwesome" !important;
	}
	.home-slider .slick-prev::before {
		content: "\f104" !important;
	}
	.home-slider .slick-next::before {
		content: "\f105" !important;
	}
	.home-slider .slider .slide .slide-content-wrapper {
		position: absolute;
		top: 49%;

		box-sizing: border-box;
		transform: translateY(-50%);
	}

	.home-slider .slider .slide .slide-title {
		font-size: 100px;
		line-height: 1em;
		font-weight: 900;
		color: #05b2b2;
		text-transform: lowercase !important;
		margin-bottom: 0px;
	}
	.home-slider .slider .slide .slide-title  span {
		display: block;
		font-size:46px;
		line-height: 1em;
		margin-top: 10px;
		color: #333;
	}
	.home-slider .slider .slide .slide-separator {
		display: block;
		border-top: 1px solid #000;
		width: 40%;
		margin: 20px 0 30px 0;
	}
	.home-slider .slider .slide .slide-text {
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		margin-bottom: 50px;
		width: 50%;
		color: #333;
	}

	.home-slider .slider .slide .button {
		font-weight: 600;
		background-color: #05b2b2;
		color: #fff;
		padding: 15px 20px;
		text-transform: lowercase;
		font-size: 18px;
	}
	/*.home-slider .slider .slide .button:before {
		font-family: "FontAwesome";
		content: "\f105";
		display: inline-block;
		margin-right: 5px;
	}
	*/

	#main-footer {
    background-color: #0d0d0d;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) {
    width: 80%;
    font-size: 14px;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(2) {
    width: 20%;
    float: right;
    margin-top: -30px;
    padding-bottom: 30px;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) .linkedin::before {
    content: "\f0e1";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    font-weight: normal;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) .twitter::before {
    content: "\f099";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    font-weight: normal;
}
.et_pb_gutters3 .footer-widget {
    margin: 0;
}

div#footer-bottom {
    display: none;
}

#footer-widgets {
    padding: 4% 0 1% 0;
}

.textwidget {
    color: #666;
}
	.gradient-split {
		background: #005480; /* Old browsers */
		background: -moz-linear-gradient(left,  #005480 0%, #005480 50%, #29aae2 50%, #29aae2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #005480 0%,#005480 50%,#29aae2 50%,#29aae2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #005480 0%,#005480 50%,#29aae2 50%,#29aae2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005480', endColorstr='#580865',GradientType=1 ); /* IE6-9 */
	}

	.gradient-split-3 {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580865+0,580865+33,6c147d+33,6c147d+66,8f037d+66 */
		background: #580865; /* Old browsers */
		background: -moz-linear-gradient(left,  #580865 0%, #580865 33.33%, #6c147d 33.33%, #6c147d 66.66%, #8f037d 66.66%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #580865 0%,#580865 33.33%,#6c147d 33.33%,#6c147d 66.66%,#8f037d 66.66%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #580865 0%,#580865 33.33%,#6c147d 33.33%,#6c147d 66.66%,#8f037d 66.66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580865', endColorstr='#8f037d',GradientType=1 ); /* IE6-9 */

	}
	.gradient-split-3-test {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580865+0,580865+52,8f037d+52 */
background: #580865; /* Old browsers */
background: -moz-linear-gradient(left,  #580865 0%, #580865 52%, #8f037d 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #580865 0%,#580865 52%,#8f037d 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #580865 0%,#580865 52%,#8f037d 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580865', endColorstr='#8f037d',GradientType=1 ); /* IE6-9 */


	}

	.gradient-split-3-vertical {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580865+0,580865+33,6c147d+33,6c147d+66,8f037d+66 */
		background: #580865; /* Old browsers */
		background: -moz-linear-gradient(top,  #580865 0%, #580865 33%, #6c147d 33%, #6c147d 66%, #8f037d 66%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #580865 0%,#580865 33%,#6c147d 33%,#6c147d 66%,#8f037d 66%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #580865 0%,#580865 33%,#6c147d 33%,#6c147d 66%,#8f037d 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580865', endColorstr='#8f037d',GradientType=0 ); /* IE6-9 */

	}

	.feature-block * {
		color: #fff;
	}
	.feature-block h3 {
		font-size: 56px;
		font-weight: 900;
	}
	.feature-block h3::before {
		font-family: "FontAwesome";
		content: "\f105";
		display: inline-block;
		margin-right: 5px;
	}
	.feature-block p {
		font-size: 18px;
		font-weight: 600;
	}

	.home-block-title {
		font-size: 30px;
		color: #333;
		font-weight: 900;
		margin-bottom: 30px;
	}

	.home-block-about {
		font-size: 56px;
		font-weight: 900;
		color: #333;
		line-height: 1em;
	}
	.home-block-about strong {
		font-weight: 900;
		color: #05b2b2;
	}

	.mc-separator {
		max-width: 100%;
		width: 400px;
		position: relative;
		height: 40px;
	}
	.mc-separator::before {
		content: "";
		position: absolute;
		top: 60%;
		display: block;
		width: 100%;
		border-top: 1px solid #000;
	}
	.mc-separator a {
		display: block;
		line-height: 1em;
		position: absolute;
		right: 0;
		top: 40%;
		background-color: #fff;
		padding-left: 10px;
		font-size: 18px;
		font-weight: 900;
		color: #333;
	}
	.mc-separator-turquoise a {
		color: #05b2b2;
	}
	.mc-separator-dark-blue a {
		color: #005480;
	}

	.mc-separator-small {
		width: 400px;
	}

	.members-list {
		margin: -1%;
	}
	.members-list.mc-posts-list-4-col .mc-post-list-item{
		width: 31%;
		margin: 1%;
	}
	.members-list .mc-post-list-item .list-thumbnail {
		display: block;
		border: 1px solid #ebebeb;
		text-align: center;
		position: relative;
	}
	.members-list .mc-post-list-item .list-thumbnail:after {
		display: block;
		content: "";
		padding-top: 100%;
	}
	.members-list .mc-post-list-item .list-thumbnail img {
		max-width: 60%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}


	body .gform_wrapper ul li.gfield,
	body .gform_wrapper div.ginput_container {
		margin: 0 !important;
		padding: 0 !important;
	}
	body .gform_wrapper ul li.gfield label {
		display: none !important;
	}
	body .gform_wrapper ul li#field_1_1.gfield,
	body .gform_wrapper ul li#field_1_2.gfield,
	body .gform_wrapper ul li#field_1_4.gfield {
		float: left;
		width: 31.33%;
		margin: 1% !important;
		clear: none;
	}
	body .gform_wrapper ul li#field_1_5.gfield,
	body .gform_wrapper ul li#field_1_3.gfield {
		margin: 1% !important;

	}
	body .gform_wrapper ul li .ginput_container {
		position: relative;
		border: 1px solid #fff;
	}
	body .gform_wrapper ul li .ginput_container::before {
		font-family: "FontAwesome";
		display: inline-block;
		position: absolute;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: block;
		height: 61px;
		line-height: 61px;
		width: 61px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: normal;
	}
	body .gform_wrapper ul li#field_1_1.gfield .ginput_container::before,
	body .gform_wrapper ul li#field_1_2.gfield .ginput_container::before  {
		content: "\f007";
	}
	body .gform_wrapper ul li#field_1_4.gfield .ginput_container::before  {
		content: "\f1ad";
	}
	body .gform_wrapper ul li#field_1_5.gfield .ginput_container::before  {
		content: "\f0e0";
	}
	body .gform_wrapper ul li#field_1_3.gfield .ginput_container::before  {
		content: "\f040";
	}
	body .gform_wrapper ul li input,
	body .gform_wrapper ul li textarea {
		border: none !important;
		padding: 20px 20px 20px 80px !important;
		background-color: transparent;
		color: #fff;
	}
	.gform_wrapper .gform_footer {
		text-align: center;
	}
	.gform_wrapper .gform_footer input[type="submit"] {
		color: #05b2b2;
		background-color: #fff;
		border:none;
		height: 60px;
		line-height: 60px;
		padding: 0 40px;
		text-transform: uppercase;
		font-weight: 600;

	}
	.gform_wrapper .validation_message {

	}

	#footer-bottom {
		padding: 50px 0 40px 0;
		font-size: 14px;
		font-weight: 600;
	}
	#footer-bottom,
	#footer-bottom a {
		color: #909090;
	}


@media all and (min-width: 1400px) {

}

@media all and (max-width: 1400px) {

}

@media all and (min-width: 981px) and (max-width: 1400px) {

}

@media all and (max-width: 1280px) {

}

@media all and (max-width: 980px) {

	.gradient-split {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580865+0,580865+50,005480+50 */
		background: #580865; /* Old browsers */
		background: -moz-linear-gradient(top,  #580865 0%, #580865 50%, #005480 50%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #580865 0%,#580865 50%,#005480 50%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #580865 0%,#580865 50%,#005480 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580865', endColorstr='#005480',GradientType=0 ); /* IE6-9 */

	}

	.home-block-about br {
		content: " ";
    	display: none;
	}
	.home-slider .slider {
		height: 500px;
	}
	.home-slider .slider .slide .slide-content-wrapper {
		width: 70%;
		max-width: 100%;
	}
	.home-slider .slider .slide .slide-title {
		font-size: 72px;
	}
	.home-slider .slider .slide .slide-title span {
		font-size: 40px;
	}
	.home-slider .slider .slide .slide-text {
		font-size: 16px;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 1366px) {
	#logo {
		max-height: 80%;
	}
	#top-menu li {
		padding-right: 10px;
	}
	#et-top-navigation nav > ul > li > a {
		font-size: 14px !important;
	}
	.home-slider .slider .slide .slide-content-wrapper .slide-title {
		font-size: 90px;
	}
}


@media all and (max-width: 1024px) {
	#logo {
		max-height: 50%;
	}
	#main-header .container {
		width: 95%;
	}
	#menu-item-192 {
		display: none !important;
	}
	#main-header {
		padding: 0 !important;
	}

	#main-content {
		margin-top: 0 !important;
	}
}

@media all and (max-width: 981px){


}


@media all and (max-width: 767px) {
	.home-slider .slider {
		height: 400px;
	}
	.mc-post-list-item {
		width: 100% !important;
	}
}

@media all and (max-width: 460px) {
	.home-slider .slider .slide .slide-content-wrapper {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		margin-left: 0;
		padding: 30px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.home-slider .slider .slide .slide-content-wrapper .slide-separator,
	.home-slider .slider .slide .slide-content-wrapper .slide-text {
		width: 100%;
	}
	.home-slider .slider .slide .slide-content-wrapper .slide-title {
		margin-bottom: 10px;
	}
	.home-slider .slider .slide .slide-content-wrapper .slide-separator {
		margin: 10px 0 !important;
	}
	.home-slider .slick-prev, .home-slider .slick-next {
		top: auto !important;
	}
	.home-block-about  {
		font-size: 36px;
	}

}


/* FIXES OVI */

h1.detail-title2 {
    color: #05b2b2;
    font-size: 36px;
    font-weight: 800;
}

@media(max-width: 800px) {
	.et_mobile_menu li a {
		text-transform: lowercase!important;
	}

	h1.detail-title2 {
    color: #05b2b2;
    font-size: 1.5em!important;
    font-weight: 800;
}
}

.page-title {
	text-transform: lowercase;
}

.filters-button-group button {
	margin-right: 3px;
}
/* END FIXES OVI */
