:root{	
	--lighter-grey: rgba(203,204,211,1);
	/* --lighter-grey-1:; */
	--light-grey:#c3c3c3;
	--dark-grey: #333;
	--fa-style-family-classic: 'Font Awesome 6 Free';
	--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

* {	
    /*  font-family: "Noto Serif Display", serif; */
	/* font-family: "Roboto Flex", sans-serif; */
	/* font-family: 'M PLUS Rounded 1c', 'Open Sans', sans-serif;	*/
	font-family: 'Open Sans', sans-serif;
}

div.afteragreement {
	margin-top: 50px;
	display: none;
}

#vap-opb-container167 {
	max-width: 90% !important;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	padding: 0;
}
div.catItemLinks,
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
	margin: 0;
}

div.catItemBody,
div.catItemCategory,
div.catItemCategory span {
	padding: 0;
}


nav#hornav ul li,
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul,
#k2Container,
div.catItemView,
div.catItemHeader h3.catItemTitle,
div.itemBody,
div.catItemImageBlock,
div.itemListCategory,
div.catItemAttachmentsBlock,
div.catItemExtraFields,
div.genericItemExtraFields,
div.itemExtraFields,
div.itemImageBlock,
div.itemIntroText,
div.itemHeader h2.itemTitle,
div.catItemIntroTexFmenut,
span.catItemImage {
	margin: 0;
	padding: 0;
}

#k2Container .clr,
div.itemBackToTop {
	display: none;
}

div.itemListCategory,
div.catItemAttachmentsBlock,
div.catItemExtraFields,
div.genericItemExtraFields,
div.itemExtraFields {
	border: none;
}

div.itemListCategory {
	background: none;
}

@media (min-width: 1200px) {
	.container {
		width: 1090px;
		position: relative;
	}
}

a {
	color: #485a7e;
}

body {
	background: #fff;
}

body .container {
	background-color: transparent;
}

header p {
	margin-bottom: 0;
}

div#topinfo div.moduletable {
	margin: 0;
}

div#logo img {
	margin-top: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

body.scrolled div#logo img {
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform-origin: left top;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

h2,h3,h4{
	font-weight: 300;
	color: #333;
	/* line-height: 40px; */
	line-height: 115%;
	font-size: 36px;
	letter-spacing: 4px;
}

h2 {	
	text-transform: uppercase;
}


h4 {
	font-size: 24px;
	line-height: 30px;
	margin: 35px 0 25px;
}

.breadcrumb {
	background: none;
	margin: 0 0 35px 0;
	padding: 0;
	text-align: center;
}

.breadcrumb * {
	color: #60bb46;
	font-size: 18px;
	line-height: 18px;
}

.falang-missing,
.breadcrumb > li:nth-child(2):before,
.breadcrumb .divider {
	display: none;
}

.breadcrumb > li + li:before {
	content: '>';
}

hr {
	border: none;
}

.container2 {
	width: 1455px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: none !important;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(171, 152, 93, 0.3);
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #000;
}

.darken {
	position: relative;
}

.darken:before {
	content: '';
	display: block;
	position: absolute;
	/* background: rgba(0, 0, 0, 0.13); */
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.typicalbg, .paralax {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.paralax {
	background-attachment: fixed !important;
}

.noscroll {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

#nav-icon1 {
	right: 0;
	top: 0;
	max-width: 98px;
	width: 46px;
	height: 44px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: var(--dark-grey);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.icon_cont div {
	top: 0;
	line-height: 11px;
	font-size: 11px;
	letter-spacing: 4.1px;
	font-weight: 700;
	text-align: center;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 13px;
}

#nav-icon1 span:nth-child(3) {
	top: 26px;
}

#nav-icon1.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.header_container {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#logo {
	margin: 47px 57px;
	width: auto;
	display: inline-block;
	z-index: 101;
	position: relative;
}

.icon_cont {
	width: 100%;
	max-width: 46px;
	display: block;
	position: absolute;
	top: 44%;
	right: 36px;
	z-index: 101;
	/* height: 100%; */
	/* padding-top: 45px; */
}

.lang_sw {
	display: inline-block;
	position: absolute;
	right: 112px;
	top: 50%;
	line-height: 100%;
	z-index: 101;
	font-weight: 700;
}

.lang-inline li {
	display: inline-flex !important;
}

.lang-inline {
	font-weight: 600;
}

.lang_sw .lang-inline li:first-child {
	border-right: 1px solid #485a7e;
}

.lang_sw div.mod-languages li {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.lang_sw a:hover,
.lang_sw .lang-active a {
	color: var(--dark-grey);
	position: relative;
}

.lang_sw .lang-active {
	position: relative;
}

.lang_sw .lang-active a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: var(--dark-grey);
	position: absolute;
	bottom: -3px;
	left: 0;
}

.header_container.header_sticky {
	box-shadow: 0 0 1px 0px #000;
	border-bottom: 1px solid #b9b9b9;
}

.nav-child {
	display: block;
}
.item-454.deeper.parent .nav-child{
	display: none;
} 

.toggle_menu {
	display: block;
	height: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.97);
	z-index: 100;
	overflow: hidden;
	transition: opacity 0.2s ease-in-out;
}

.toggle_menu.menu_show {
	display: block;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.nav.menu {
	position: absolute;
	top: 50%;
	left: 57px;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	text-align: left;
	width: 100%;
	height: 100%;
	max-width: 350px;
	max-height: 488px;
}

.nav > li {
	display: inline-block;
}

.nav.menu li a {
	color: #000;
	width: 100%;
}

.nav.menu > li {
	width: 100%;
	margin-bottom:30px;
}

.nav.menu > li > span,
.nav.menu > li > a {
	font-size: 24px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.nav.menu > li > span.separator{
	margin-left: 15px;
}

.item-458 .separator::after{
	font-family: var(--fa-style-family-classic);
	content:"\f107";
	font-weight: 900;
	width:18px;
	height:18px;
}

/* Hide dropdown initially */
.item-458 .nav-child {
	display: none;
	position: relative;
	background: #FBFCFE;
	list-style: none;
	padding: 10px 0;
	margin: 0;

  }
  
  /* Position relative to parent */
  .item-458.parent {
	position: relative;
  }
  
  /* Show dropdown on hover */
  .item-458.parent:hover .nav-child {
	display: block;
  }
  
  /* Optional styling */
  .item-458 .nav-child li {
	padding: 0 16px;
  }
  
  .item-458 .nav-child li a {
	text-decoration: none;
	color: #333;
  }
  
  .item-458 .nav-child li a:hover {
	background-color: #f0f0f0;
	color:var(--dark-grey);
  }
  

.nav.menu li.parent > ul > li > a {
	font-size: 18px;
	margin-left:15px;
	letter-spacing: 3px;
}

.nav.menu li.parent > ul {
	list-style-type: none;
	padding-left: 0;
}

.nav.menu li.parent > ul > li > a {
	padding: 5px 15px;
}

.nav li a {
	position: relative;
	display: inline-block;
	padding: 2px 15px;
}

.nav li a:hover,
.nav li a:focus {
	text-decoration: none;
	background: var(--light-grey);
	color: #fff;
}

.body {
	/* padding-top: 147px; */
	overflow-x: hidden;
}

.mptopbanner .custom {
	height: 1055px;
	width: 100%;
	display: block;
	position: relative;
	padding: 16% 0 0 0;
}

.mptopbanner h1,
.mptopbanner h2,
.mptopbanner h3,
.mptopbanner h4,
.mptopbanner h5,
.mptopbanner h6 {
	font-size: 45px;
	line-height: 130%;
	font-weight: 400;
	margin: 0 0 44px 0;
	letter-spacing: 10.5px;
	font-weight: 300;
}

.mptopbanner strong {
	font-weight: 600;
	letter-spacing: 8px;
}

.mptopbanner * {
	color: #fff;
	position: relative;
	text-align: center;
}

.mptopbanner p {
	font-size: 24px;
	letter-spacing: 3.4px;
	font-weight: 500;
}

.home5 a,
.mid_slider_link a, 
.home6bottom a,
.mptopbanner a,
.home1 a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	padding: 15px 30px;
	background: transparent;
	border: 1px solid black;
	margin-top: 42px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
}

.home1 a:hover {
	background:#f6f6f6;
	color:black;
	letter-spacing: 3px;
	transition: all .5s ease-in-out;
	font-weight: 500;
}

.home1 * {
	text-align: center;
}

.home1 {
	padding: 77px 0 0 0;
	z-index: 1;
	position: relative;
}

.join_us_text h2,
.intro h2,
.about_top_area_l h2,
.about_mid_area_l h2,
.about_bot_area_l h2,
.about_mid_area_r h2,
.about_top_area_r h2,
.footer_head h2,
.test_slider h2,
.home1 h1,
.home1 h2,
.home2 .text h2,
.home5 h2,
.home4l h2 {
	font-size: 48px;
	font-weight: 300 !important;
	letter-spacing: 8px;
	color: #333 !important;
	text-transform: uppercase;
}
.about_bot_area_l h2,
.about_mid_area_r h2,
.about_top_area_r h2{
	padding-bottom: 30px;
}
.test_slider h2{
	margin-bottom: 62px;
}

.home1 h3,
.home1 h4,
.home1 h5,
.home1 h6 {
	font-size: 18px;
	color: black;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 33px 0;
	letter-spacing: 5px;
	font-weight: 300;
}
.home1 h3{
	font-weight: 400;
}
.home1 p {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	color: #333;
	width: 80%;
	margin: 0 auto;
}

.home2 {
	margin-top: -45px;
	margin-bottom: 142px;
	padding: 208px 100px 0 100px;
	/* background: url(../images/bg/home2bg.png) no-repeat; */
	display: inline-flex;
	width: 100%;
}

.home2 .linkImage {
	height: 700px;
	position: relative;
	display: block;
	background-size: cover !important;
	transition: all 0.2s ease-in-out;
	border-bottom: 0px;
	border-radius: 5px;
}

.linkImage:hover {
	background-size: cover !important;
	transition: all 0.2s ease-in-out;
	background-blend-mode: multiply;
	background-color: white;
}
.bannerr .linkImage:hover,
.bannerm .linkImage:hover,
.bannerl .linkImage:hover {
	background-blend-mode: overlay;
	/* background-color: #f7f7f7!important; */
	background-color: var(--dark-grey) !important;
	transition: all .2s ease-in-out;
}

.our_gallery .linkImage {
	position: relative;
}

.our_gallery .text h2,
.our_gallery .linkImage .text {
	text-align: center;
}

.our_gallery .linkImage h2 {
	display: inline-block;
	position: relative;
	border: 0px;
}

.our_gallery .bannerl .linkImage:hover h2,
.our_gallery .bannerm .linkImage:hover h2,
.our_gallery .bannerr .linkImage:hover h2 {
	border: 2px solid #000000;
	line-height: 41px;
}

.our_gallery .bannerr .linkImage:hover,
.our_gallery .bannerm .linkImage:hover,
.our_gallery .bannerl .linkImage:hover {
	background-color: transparent !important;
	background-blend-mode: initial;
}

.home2 .text,
.our_gallery .home2 .text {
	position: absolute;
	bottom: 50px;
}
.our_gallery .home2 .text{
	left:0;
}
.home2 .text {
	/* left: 30px; */
	width:100%;
}

.h2banner {
	width: 100%;
	max-width: 470px;
	display: inline-block;
	background: #fff;
}

.bannerl {
	padding: 0 10px 0 0;
}
/* .home2 div:nth-child(4) strong, */
.bannerr h2,
.bannerm h2,
.bannerl h2 {
	background: rgba(195, 195, 195, .5);
}

.bannerr,
.bannerm {
	padding: 0 10px;
}



.home2 .text h2 {
	font-size: 24px;
	line-height: 45px;
	margin: 0;
	letter-spacing: 4px;
	padding: 0 20px;
}

.home2 .text h2 strong {
	font-weight: 500;
	padding: 0 20px;
	line-height: 60px;
	margin-left: -20px;
	height: 60px;
	min-width: 298px;
	display: inline-block;
}

#home3 {
	background: #f6f6f6;
	padding: 45px 117px;
	min-height: 769px;
}

#home3 .h3_header {
	padding: 0 8px;
}

#home3 .h3_header h2 {
	font-size: 44px;
	line-height: 72px;
	letter-spacing: 8px;
	font-weight: 300;
	color: #333;
}

.tabs_container {
	padding-top: 170px;
	text-align: left;
}

.tabs_container img {
	margin-bottom: 10px;
}

.tab:hover {
	cursor: pointer;
}

.tab {
	min-width: 168px;
	padding: 15px 30px;
	margin: 30px 5px 30px 10px;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
	line-height: 23px;
	background: #f6f6f6;
	letter-spacing: 4px;
	position: relative;
	font-weight: 500;
}

.tab a {
	color: #000;
}

.tab:hover{
	background-color: white;
}

.tab a:hover,
.tab a:focus {
	text-decoration: none;
}

.tab.acttab {
	transition: all 0.5s ease-in-out;
	background: var(--dark-grey);
	border: 1px solid var(--dark-grey);
	color: white;
}

.tab:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--dark-grey);
	transition: all 0.5s ease-in-out;
	transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	position: absolute;
	bottom: -5px;
	left: 50%;
	opacity: 0;
}

.tab.acttab:after {
	opacity: 1;
	bottom: -10px;
	transition: all 0.5s ease-in-out;
}

.cont.activetab {
	height: auto;
	opacity: 1 !important;
	transition: all 0.2s linear;
}

.cont {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 0;
	font-size: 24px;
	color: #515151;
	opacity: 0;
	transition: all 0.2s linear;
	position: relative;
}

#home3 .overlay_vid {
	width: 100%;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
	display: none;
}

#Cont1 {
	position: relative;
	z-index: 1;
}

#Cont1 .slider_video {
	padding-top: 48px;
	display: inline-flex;
}

#Cont1 .slider_video .video {
	margin: 0 30px 0 0;
}

#Cont1 .video_name,
#Cont2 .video_name,
#Cont3 .video_name {
	color: #141414;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 100%;
	padding: 13px 0;
}

.tab_container .dC_container_inner,
.outerCont {
	position: relative;
}

#print_slider_arrows,
#vid_slider_arrows,
#rad_slider_arrows {
	display: none;
}

.activetab + #print_slider_arrows,
.activetab + #vid_slider_arrows,
.activetab + #rad_slider_arrows {
	display: block;
}

#print_slider_arrows,
#vid_slider_arrows,
#rad_slider_arrows,
#mid_slider_arrows {
	height: 0;
	position: absolute;
	top: 42%;
	z-index: 0;
	left: -61px;
	right: -45px;
}

#vid_slider_arrows .owl-prev,
#vid_slider_arrows .owl-next,
#print_slider_arrows .owl-prev,
#print_slider_arrows .owl-next,
#rad_slider_arrows .owl-prev,
#rad_slider_arrows .owl-next,
#mid_slider_arrows .owl-prev,
#mid_slider_arrows .owl-next {
	width: 50px;
	height: 43px;
	display: block !important;
	font-size: 0;
	transition: all 0.2s linear;
}

#vid_slider_arrows .owl-prev,
#print_slider_arrows .owl-prev,
#rad_slider_arrows .owl-prev,
#mid_slider_arrows .owl-prev {
	background: url(../images/icons/left_slider_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: left;
}

#vid_slider_arrows .owl-next,
#print_slider_arrows .owl-next,
#rad_slider_arrows .owl-next,
#mid_slider_arrows .owl-next {
	background: url(../images/icons/right_slider_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
}

#vid_slider_arrows .owl-prev:hover,
#vid_slider_arrows .owl-next:hover,
#vid_slider_arrows .owl-prev:focus,
#vid_slider_arrows .owl-next:focus #print_slider_arrows .owl-prev:hover,
#print_slider_arrows .owl-next:hover,
#print_slider_arrows .owl-prev:focus,
#print_slider_arrows .owl-next:focus #rad_slider_arrows .owl-prev:hover,
#rad_slider_arrows .owl-next:hover,
#rad_slider_arrows .owl-prev:focus,
#rad_slider_arrows .owl-next:focus,
#mid_slider_arrows .owl-prev:hover,
#mid_slider_arrows .owl-next:hover,
#mid_slider_arrows .owl-prev:focus,
#mid_slider_arrows .owl-next:focus {
	cursor: pointer;
	transition: all 0.2s linear;
}

#vid_slider_arrows .owl-prev:hover,
#vid_slider_arrows .owl-prev:focus,
#print_slider_arrows .owl-prev:hover,
#print_slider_arrows .owl-prev:focus,
#rad_slider_arrows .owl-prev:hover,
#rad_slider_arrows .owl-prev:focus,
#mid_slider_arrows .owl-prev:hover,
#mid_slider_arrows .owl-prev:focus {
	background-position: left;
}

#vid_slider_arrows .owl-next:hover,
#vid_slider_arrows .owl-next:focus,
#print_slider_arrows .owl-next:hover,
#print_slider_arrows .owl-next:focus,
#rad_slider_arrows .owl-next:hover,
#rad_slider_arrows .owl-next:focus,
#mid_slider_arrows .owl-next:hover,
#mid_slider_arrows .owl-next:focus {
	background-position: right;
}

.print .img_div {
	display: inline-block;
	width: 100%;
	height: 400px;
	background-position: center 20% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 5px;
}

#Cont2.activetab {
	display: inline;
}

.print {
	display: inline-block;
	width: 100%;
	max-width: 531px;
	height: 400px;
}

.radio_row {
	display: inline-flex;
	width: 100%;
}

.radio_row,
.print_row {
	padding-top: 48px;
}

.h4_cont {
	padding: 120px 15px 60px;
	min-height: auto;
}

.home4l {
	padding: 0 0 0 84px;
}

/* .home4l h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -28px;
	left: 0px;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_r.png) center center no-repeat;
	background-size: contain;
} */


.home4l h2 {
	font-size: 45px;
	line-height: 45px;
	color: #333;
	position: relative;
	margin-bottom: 69px;
}

.home4l p {
	font-size: 20px;
	text-wrap:balance;
	color: #333;
	padding-left: 5px;
	font-weight: 500;
}

.home4l a {
	font-size: 15px;
	letter-spacing: 3px;
	color: #000;
	padding: 15px 30px;
	margin-left: 8px;
	margin-top: 66px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.home-clients p{
	text-wrap:balance;
	font-size:20px;
}
.square {
	width: 50%;
}

.square:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.client_container {
	padding: 4px 20px 4px 0;
}

.client_img {
	text-align: right;
	margin-bottom: 70px;
	/* filter: grayscale(1); */
}

.client_img .client_div_inner {
	display: inline-block;
	width: 100%;
	max-width: 254px;
}

.client_container .client_row {
	padding: 0 30px;
}

.home5 .custom {
	width: 100%;
	height: 700px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.home5 h2 {
	font-size: 45px;
	line-height: 45px;
	color: #fff!important;
	position: absolute;
	left: 9.5%;
	top: 35.5%;
}

.home5 p {
	position: absolute;
	left: 9.5%;
	top: 52.3%;
}

.home6 {
	/* padding: 90px 0 140px 0; */
	background: url(../images/bg/instagram_bg.png);
	background-repeat: no-repeat;
	background-position: 101% 10%;
}

.home6 .home6head {
	padding: 0 3%;
	margin-bottom: 75px;
}

.home6 .insta_img_div {
	width: 100%;
	max-width: 434px;
	height: 434px;
	display: inline-block;
}

#instaImages {
	padding: 0 100px;
}

#instaImages .col-md-4 {
	margin-bottom: 20px;
}

.banner_txt .header,
.banner_txt .subheader,
.footer_social p,
.mid_slider_link,
#instaImages .col-md-4,
.home6bottom .custom p {
	text-align: center;
}

.home5 a,
.mid_slider_link a,
.home6bottom a{
	font-size: 14px;
	letter-spacing: 3px;
	color: #333;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.home5 a:hover{
	background-color: #f6f6f6;
	color: #333;
	border-color: black;
}
.home5 a {
	background: transparent;
	border-color: white;
	color:white;
} 

.mid_slider_link a,
.home6bottom a {
	margin-top: 53px;
	border:1px solid var(--dark-grey);
	background-color: #f6f6f6!important;
}

.mid_slider_link a:hover,
.home6bottom a:hover{
	background-color: #f6f6f6;
	letter-spacing: 4px;
}

.footer {
	padding: 50px 80px;
	background-color: #f6f6f6;
	min-height: 405px;
	position: relative;
}

.footer p,
.footer a {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #333;
	font-weight: 400;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #333;
	margin: 0 0 30px 0;
}

.footer_container {
	display: inline-flex;
	width: 100%;
	position: relative;
}

.footer_col {
	display: inline-block;
}

.footer_head {
	padding: 0 50px;
}


.footer_contact {
	padding: 10px 22px 0 7px;

}

.footer_contact a{
	line-height: 32px;
}

.footer_contact p:first-child {
	margin-bottom: 28px;
}

.footer_contact p:last-child {
	margin-top: 28px;
}

.footer_contact p {
	margin-bottom: 0;
}

.footer_contact p.padding-left {
	padding-left: 44px;
}

.footer_col.footer_info {
	padding: 9px 0 0 66px;
}

.footer_info strong {
	font-weight: 800;
}

.footer_info p:first-child {
	margin-bottom: 26px;
}

.footer_info p:last-child {
	margin-top: 10px;
	letter-spacing: -0.9px;
}

.footer_social {
	position: relative;
	right: 33px;
	top: 15px;
	text-align: center;
}

.footer_social img {
	margin-bottom: 14px;
}


.footer_social a img {
	width: 60px;
	padding: 0;
	transition: all 0.2s linear;
}

.footer_social a:hover img,
.footer_social a:focus img {
	width: 80px;
	padding: 4px 0;
	transition: all 0.2s linear;
}

.subfooter_social h4 {
	font-size: 15px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.subfooter_social .social p + h4 {
	margin-top: 50px!important;
}


.subfooter_social img {
	margin-right: 6px;
	/* filter:brightness(0.0); */
}

.subfooter_social {
	padding: 12px 0 0 0;
}

.subfooter {
	display: inline;
	text-align: left;
}

.subfooter_social,
.subfooter_inner {
	display: inline-block;
}

.subfooter_container {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.subfooter_inner {
	display: inline-block;
	text-align: left;
}

.subfooter_container * {
	font-size: 14px !important;
	line-height: 14px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 500;
}

.article_header {
	height: 315px;
	margin-top: 138px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.banner_txt {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}


.article_header h1,
.article_header h2,
.article_header h3,
.article_header h4,
.article_header h5,
.article_header h6 {
	font-size: 45px;
	line-height: 100%;
	color: #000000;
	margin: 25px 0;
	letter-spacing: 8px;
	font-weight: 300;
}

.article_header strong {
	font-weight: 300;
}
.article_header + .image{
	width: 100%;
	height: 215px;
}
.article_header + .image img{
	position: absolute;
	object-fit: cover;
	top: 0;
	width: 100%;
}

.article_header p {
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 0;
}

.about_top_area {
	padding: 100px 0 63px 0;
}

.about_top_area_l {
	padding: 0 0 0 10%;
	position: relative;
}

.about_top_area_l img {
	width: 585px;
	height: auto;
	border-radius: 5px;
}

.about_top_area_r:before {
	content: '';
	display: inline-block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 75px;
}

.about_top_area_r {
	padding: 120px 10% 0 50px;
}

.intro h1,
.intro h3,
.intro h4,
.intro h5,
.intro h6,
.about_top_area_r h1,
.about_top_area_r h3,
.about_top_area_r h4,
.about_top_area_r h5,
.about_top_area_r h6 {
	font-size: 45px;
	color: var(--dark-grey);
	line-height: 100%;
	margin: 0;
	font-weight: 500;
	letter-spacing: 8px;
	margin-bottom: 42px;
}

.intro h2{
	font-size: 45px;
	padding-bottom: 30px;
}



.intro {
	padding-top: 50px;
}
.about_top_area_r p,
.intro p,
.intro div,
.intro span,
.intro li,
.intro td,
.intro a {
	font-size: 20px;
	line-height: 150%;
	padding-right: 5%;
	font-weight: 400;
}

.about_top_area_r p{
	padding-right: 0;
}

/* .about_mid_area {
	background: #f6f6f6 url(../images/bg/about_mid_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
} */

.intro-about-bg{
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.about_mid_area_r {
	font-size: 20px;
	padding: 0 10% 0 51px;
}

.about_mid_area_r p {
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	padding-bottom:30px;
	/* letter-spacing: -0.3px; */
}

/* .about_mid_area_l, */
.about_mid_area_r {
	padding: 70px 188px 70px 70px;
}

.about_mid_area_l{
	padding-top:70px;
}

.about_mid_area_l p {
	text-align: center;
}
.about_mid_area_l img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	border-radius: 5px;
}

.about_bot_area_l h1,
.about_bot_area_l h3,
.about_bot_area_l h4,
.about_bot_area_l h5,
.about_bot_area_l h6,
.about_mid_area_r h1,
.about_mid_area_r h3,
.about_mid_area_r h4,
.about_mid_area_r h5,
.about_mid_area_r h6 {
	font-size: 45px;
	color: #333;
	line-height: 120%;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.join_us_text h3,
.intro h3,
.intro h3 strong,
.about_top_area_r h3,
.about_mid_area_r h3,
.about_bot_area_l h3,
.about_bot_area_l h3 strong,
.about_top_area_r h3 strong{
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 100%;
}

.join_us_text h3{
	color:#333;
}


div.itemFullText h3{
	padding: 16px 0 30px 0;
}
.about_bot_area {
	padding: 60px 0 144px 0;
}

.about_bot_area_l {
	padding: 130px 30px 0 11%;
}

/* .about_bot_area_l:before {
	content: '';
	display: inline-block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 75px;
} */

.about_bot_area_l h1,
.about_bot_area_l h2,
.about_bot_area_l h3,
.about_bot_area_l h4,
.about_bot_area_l h5,
.about_bot_area_l h6 {
	line-height: 100%;
}

.about_bot_area_l ol,
.about_bot_area_l p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	/* letter-spacing: -0.3px; */
}

.about_bot_area_r {
	padding: 40px 0 0 40px;
}

.about_bot_area_r img{
	border-radius: 5px;
}

.join_us_area {
	width: 100%;
	height: 1280px;
	/*margin-bottom: 155px;*/
	position: relative;
}

.join_us_text {
	position: absolute;
	top: 49%;
	left: 9.6%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	z-index: 1;
}

.join_us_text a {
	font-size: 16px;
	letter-spacing: 3px;
	color: #000;
	padding: 12px 35px;
	background: #fce566;
	margin-top: 41px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.join_us_text h1,
.join_us_text h2,
.join_us_text h3,
.join_us_text h4,
.join_us_text h5,
.join_us_text h6 {
	margin: 0;
}

.join_us_text p,
.join_us_text ul,
.join_us_text h1,
.join_us_text h2,
.join_us_text h3,
.join_us_text h4,
.join_us_text h5,
.join_us_text h6 {
	color: white!important;
	padding-bottom: 15px;
}
.join_us_text p,
.join_us_text ul{
	font-size: 20px;
	color: white!important;
}
.join_us_text p{
	width: 50%;

}

.join_us_text ul{
	list-style: none;
}

.contact_top_area {
	padding: 120px 6% 60px 6%;
	font-weight: 500;
}

.contact_top_area_l h1,
.contact_top_area_l h2,
.contact_top_area_l h3,
.contact_top_area_l h4,
.contact_top_area_l h5,
.contact_top_area_l h6 {
	font-size: 45px;
	color: #333;
	line-height: 100%;
	margin: 0;
	font-weight: 800;
	letter-spacing: 11px;
	margin-bottom: 72px;
}

.contact_top_area_l a {
	color: var(--dark-grey);
	font-size: 18px;
	line-height: 100%;
	margin: 0;
	font-weight: 800;
}

.contact_top_area_l p {
	font-size: 18px;
	line-height: 140%;
}

.contact_top_area_l img {
	margin: 64px 7px 0 6px;
}

.contact_top_area_l p.highlight {
	margin-top: 68px;
	color: #919191;
	font-weight: 700;
}

.contact_top_area_r {
	padding: 0 0 0 3%;
}

.contact_top_area_r p,
.contact_top_area_r a {
	font-size: 18px;
	line-height: 120%;
	margin: 0 0 35px 0;
	color: #000;
}

.contact_top_area_r strong {
	font-weight: 800;
	font-size: 17px;
	letter-spacing: -0.5px;
}

/* .contact_top_area_l:before {
	content: '';
	display: inline-block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -50px;
}

.contact_top_area_r:after {
	content: '';
	display: inline-block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -32px;
} */

.contact_map_area {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 63px;
}

.contact_map_area_info {
	width: 100%;
	max-width: 530px;
	padding: 64px 62px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	left: 10.4%;
	top: 138px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.contact_map_area_info strong {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	line-height: 115%;
	margin: 0;
}

.contact_map_area_info p {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	margin: 0;
	color: #333;
	letter-spacing: 0px;
}

.contact_map_area_info p.paddingleft {
	padding-left: 50px;
}

.contact_map_area_info p:last-child {
	margin-top: 40px;
}

.contact_map_area_info p:first-child {
	margin-bottom: 36px;
}

.contact_top_area_l .paddingleft {
	padding-left: 49px;
}

#GMapsID {
	width: 100% !important;
}

.placemarkBody p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 18px 0 0 0;
}

.itemid-454 .home2 {
	background: transparent;
}

.our_models_cont.our_gallery .home2 {
	background: #fff;
}

.gallery_in_cont {
	padding: 50px 140px 100px 140px !important;
}

.voice_banner_in .linkImage,
.print_banner_in .linkImage,
.video_banner_in .linkImage {
	background-size: 80% !important;
	background-position: center !important;
	height: 520px;
}

.home2 .voice_banner_in .text,
.home2 .print_banner_in .text,
.home2 .video_banner_in .text {
	position: absolute;
	bottom: 11px;
	width: 100%;
}

.home2 .voice_banner_in .text h2,
.home2 .print_banner_in .text h2,
.home2 .video_banner_in .text h2 {
	font-weight: 800;
	text-align: center;
}

.home2 .voice_banner_in .text h2,
.home2 .print_banner_in .text h2,
.home2 .video_banner_in .text h2 {
	color: #000000;
}


.radios .row {
	margin: 0 0 30px 0;
}

.grey_head {
	width: 100%;
	height: 6px;
	background: #dedede;
}

.cat_mod_cont {
	padding: 30px 50px 150px 46px;
	background: url(../images/bg/filter_bg.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.model_img {
	height: 457px;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	transition: all 0.2s linear;
	border-radius: 5px;
}

.model_img:hover {
	transition: all 0.2s linear;
}

.modelname {
	font-size: 16px;
	font-weight: 800;
	line-height: 22px;
	margin: 25px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.modelname p{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 4px;
}

.modelage,
.modelheight,
.modelgender,
.modelcategory {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
}

.title_row {
	margin-bottom: 40px;
}

.cat_title,
.model_fil {
	padding: 0 47px 0 15px;
}

.cat_title h1 {
	font-size: 45px;
	color: #000;
	letter-spacing: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 10px;
}

.cat_title h1 strong {
	font-weight: 800;
}

.model_margin {
	margin-bottom: 41px;
}

.counter_div {
	background: var(--light-grey);
	height: 61px;
	padding: 0 0 0 18px;
	margin-bottom: 33px;
}

.counter_div span {
	font-size: 14px;
	line-height: 61px;
	color: #000;
}

.model_fil_cont {
	background: #f7f7f7;
	max-width: 300px;
	margin: 0 auto;
}

.search_cont {
	padding: 0 15px 15px 15px;
	position: relative;
}

.search_cont:after {
	content: '';
	display: block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}

.filter_header {
	padding: 0;
	height: 61px;
	background: var(--light-grey);
}

.filter_header h3 {
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 61px;
	color: #fff;
	letter-spacing: 2px;
}

.gender_h,
.age_h,
.height_h,
.features_h {
	background: #ebebeb;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 42px;
	padding: 0 0 0 15px;
	margin: 20px 0;
	text-transform: uppercase;
}

.chzn-container-active.chzn-with-drop .chzn-single {
	border: 1px solid #928383;
}

.chzn-container-active.chzn-with-drop .chzn-single,
#age_start_chzn,
select,
.chzn-container,
.chzn-container-single .chzn-single {
	width: 100%;
	line-height: 33px;
	height: 33px;
	border-radius: 0px;
	background: #fff;
	background-clip: padding-box;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	font-size: 18px;
}

.features,
.experiences,
.extras {
	font-size: 18px;
	line-height: 30px;
}

.chzn-container .chzn-results {
	color: #000;
	max-height: 250px;
}

.chzn-container-single .chzn-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icons/down_arrow.png) no-repeat 0px 2px;
	background-position: left center;
	background-size: 11px;
}

input[type='submit'] {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	padding: 10px 20px;
	background: var(--light-grey);
	margin-top: 42px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	border: 0;
}

.height_row,
.age_row {
	display: inline-flex;
	width: 100%;
}

.height_row #height_start,
.age_row #age_start {
	float: left;
	display: block;
	width: 35%;
}

.height_row .sel_marg,
.age_row .sel_marg {
	line-height: 33px;
	text-align: center;
	margin: 0 auto;
	width: 30%;
	display: inline-block;
}

.height_row #height_end,
.age_row #age_end {
	float: right;
	display: block;
	width: 35%;
}

.check_container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
}

.check_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #f7f7f7;
	border: 1px solid #928383;
}


.check_container:hover input ~ .checkmark,
.check_container input:checked ~ .checkmark {
	background-color: var(--dark-grey);
	border: 1px solid var(--dark-grey);
}

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark:after {
	display: block;
}

.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type='checkbox'] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
	border-radius: 0;
	box-shadow: none;
	margin: 0 10px 0 0;
}

select#categoryid,
select#gender,
.modelssearch .category .chzn-single,
.modelssearch .category .chzn-drop,
.modelssearch .category .chzn-container,
.modelssearch .gender .chzn-single,
.modelssearch .gender .chzn-container,
.modelssearch .gender .chzn-drop {
	width: 100% !important;
}

.showcase_row {
	padding-bottom: 50px;
}

.arrow {
	display: none;
}

.model_in_cont {
	margin: 150px 0 110px 0;
	padding: 0px 3.5%;
}

.category_header {
	min-width: 300px;
	padding-left: 20px;
	text-align: right;
	display: inline;
	text-align: right;
}

.category_header h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	color: #fff;
	margin: 3px 0 25px 0;
	letter-spacing: 9px;
	text-align: left;
	background-color: var(--light-grey);
	display: inline-block;
	/* padding: 0 53px 0 15px; */
	padding: 20px;
}

.category_header a {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: right;
	display: inline-block;
}

.clear {
	width: 100%;
	clear: both;
	height: 0px;
}

.category_header a:hover {
	cursor: pointer;
}

.model_in_head_row {
	width: 100%;
	display: block;
	min-height: 68px;
	margin-bottom: 85px;
}

.model_img_gallery_slider {
	position: relative;
}

ul.sigProClassic {
	text-align: center;
}

.gallery-item {
	height: 527px;
	max-width: 550px;
	width: 100%;
	display: inline-block;
}

.gallery {
	padding: 0 25px;
}

.model_in_cont .owl-carousel .owl-item {
	text-align: center;
}

#home3 iframe {
	max-width: 532px;
	width: 100% !important;
}

.model_in_cont #mid_slider_arrows {
	left: -30px;
	right: -30px;
}

.model_info,
.modelname {
	margin: 0;
}

.model_info,
.model_work {
	padding: 0 44px;
	margin-bottom: 118px;
}

.modelname h3 {
	background: var(--light-grey);
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	display: inline-block;
	min-width: 375px;
	padding: 25px 30px 15px 30px;
	margin: 0 0 20px 0;
}

.modelname h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 300;
	color: var(--dark-grey);
	margin: 0 0 25px 0;
	letter-spacing: 8px;
	display: inline-block;
	padding-right: 177px;
	position: relative;
}

/* .modelname h2:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

.modelname h2 strong {
	font-weight: 400;
}

.model_work_title h2 {
	font-weight: 800;
	font-size: 72px;
	color: #10ccdf;
	letter-spacing: 14px;
}

.work_row {
	padding-top: 16px;
}

.row.top_model_row {
	margin-bottom: 62px;
}

.model_img_gallery_slider .owl-item {
	padding: 0 2%;
}

.model_img_gallery_slider .owl-item > a {
	background-position: top center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	max-width: 348px;
	width: 100%;
	border-radius: 5px;
}

.video_work_row {
	background: #f6f6f6;
	padding: 40px 28px;
}

.video_work_row h3 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 48px 0;
	letter-spacing: 6px;
}

.video_work_row h3 strong {
	font-weight: 500;
}

.video_work_row p {
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 5px;
}

.modelprint_image {
	height: 526px;
	max-width: 400px;
	width: 100%;
	background-color: lightgrey;
	border-radius: 5px!important;
}

.modelprint_image a{
	border-radius: 5px!important;
}

.print_work_row {
	padding: 54px 24px 15px 24px;
}

.print_work_row p {
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 5px;
	padding: 0 28px;
}

.modelprint_row {
	padding: 0 44px;
}

.overlay_img,
.overlay_img span {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 5px!important;
}

.overlay_vid {
	z-index: 1;
	width: 100%;
	display: inline-block;
}

.video {
	display: block;
	z-index: 0;
	pointer-events: none;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: 800px;
	max-height: 450px;
}

.overlay_vid iframe {
	border: 1px solid lightgray;
	border-radius: 5px;
}

.gallery_container {
	padding: 100px 112px;
}

.video_div {
	padding-bottom: 40px;
}

.form {
	padding-top: 50px;
	position: relative;
}

.contact_form div.cf-container form fieldset input,
.contact_form div.cf-container form fieldset textarea {
	float: none;
	border: 1px solid #d8d8d8;
	box-shadow: none;
	width: 100%;
}

div.cf-container form fieldset .label {
	display: none;
}

div.cf-container form fieldset input {
	float: none;
	border: 1px solid #6bbdbf;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	width: 100%;
	font-weight: 300;
	font-size: 23px;
	line-height: 126%;
	letter-spacing: 0.2px;
	margin-top: 15px;
}

div.cf-container form fieldset #photo_field {
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
}

div.cf-container form label.error {
	font-weight: 400;
	font-size: 16px;
	font-weight: 400;
}

div.cf-container form fieldset input:hover {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#submit {
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	padding: 10px;
	background: #fce566;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	border: 0px;
}

div.cf-container {
	margin: 50px auto;
	width: 70%;
	min-width: 350px;
}

#system-message-container {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	background-color: #fff;
	width: 50%;
	min-width: 350px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

/* #system-message-container{display:none !important;} */

.alert {
	padding: 15px;
	margin-bottom: 0;
	border: 3px solid #10ccdf;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
	font-weight: 800;
}

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

.general .itemFullText {
	width: 100%;
	text-align: center;
}

.general #submit {
	padding: 15px 75px;
}

.itemBodyIn {
	margin: 50px auto;
}

.itemBodyIn .top_title {
	font-weight: 800;
	padding: 0 20px;
	line-height: 60px;
	height: 60px;
	min-width: 298px;
	display: inline-block;
	background: #10ccdf;
	color: #fff;
}

.itemBodyIn .top_title_div {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}

.itemBodyIn p {
	margin: 0 0 20px 0;
}

.itemBodyIn p,
.itemBodyIn a,
.itemBodyIn div,
.itemBodyIn li,
.itemBodyIn td {
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
	color: #000;
}

.tabs_div,
.testimonial_container {
	padding: 50px 45px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 500px;
}

.testimonial_container div#itemListLeading {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
}

#itemListLeading .quote:nth-child(7n + 6),
#itemListLeading .quote:nth-child(7n + 5),
#itemListLeading .quote:nth-child(7n + 3),
#itemListLeading .quote:nth-child(7n + 1) {
	background: var(--dark-grey);
	color: #fff;
}
#itemListLeading .quote:nth-child(7n + 2),
#itemListLeading .quote:nth-child(7n + 4),
#itemListLeading .quote:nth-child(7n) {
	background: #C3C3C3;
	color: #000;
}

.quote {
	margin-top: 30px;
	display: inline-block;
	position: relative;
	border-radius: 10px;
}

.quote .catItemView {
	padding: 80px 50px;
	display: inline-block;
}

.quote p,
.quote span,
.quote div,
.quote a,
.quote li {
	font-size: 18px;
	line-height: 155%;
	font-weight: 300;
}

.quote:before {
	content: '“';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 30px;
	color: #fff;
	font-size: 120px;
	line-height: 120%;
}

.cat_header {
	font-size: 60px;
	color: #10ccdf;
	line-height: 100%;
	margin: 0;
	font-weight: 800;
	letter-spacing: 11px;
	margin-bottom: 72px;
}

.login_area_div h1 {
	color: #10ccdf;
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	font-weight: 800;
	letter-spacing: 15px;
}

.login_area_div {
	padding: 0;
}

#modlgn-username {
	margin-top: 0;
}

.login_area_div .controls label {
	display: none;
}

.login_area_div .controls input {
	margin: 50px 0 0 0;
	text-align: center;
	width: 100%;
	max-width: 512px;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	font-weight: 400;
	background: #dedede;
	display: inline-block;
	border-style: hidden;
}

.login_area_div .btn-primary {
	margin-top: 82px;
	padding: 15px 30px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid black;
	background: transparent;
	color: #000;
	border-radius: 0;
	width: 182px;
	line-height: 36px;
	letter-spacing: 4px;
}
.login_area_div .btn-primary:hover{
	background: #f6f6f6;
}
.login_area_div #form-login-remember,
.login_area_div .unstyled {
	display: none;
}

.login_area_div .userdata {
	text-align: center;
}

.client_page .tabs_div {
	margin-top: 0;
}

.client_page hr {
	margin-top: 40px;
}

.client_page .tab {
	min-width: 150px;
	padding: 6px 35px;
	margin: 0 5px 30px 0;
}

div.catItemImageGallery {
	border-top: 2px solid var(--light-grey);
	padding: 0 0 0 0;
	margin: 0;
}

.tabs_div .catItemView:first-child div.catItemImageGallery {
	border-top: 0;
}

ul.sigProClassic span.sigProPseudoCaption,
ul.sigProClassic span.sigProCaption {
	display: none;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	text-align: center;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
	display: inline-block;
	float: none;
	margin: 25px 0 0 0;
	padding: 0;
	border: 0px;
	background: transparent;
	border-radius: 5px;
}

ul.sigProClassic li.sigProThumb {
	background: transparent !important;
}

.fancybox-title.fancybox-title-inside-wrap {
	display: none;
}

.sigProImg {
	background-size: contain !important;
	background-color: #fff;
	width: 100% !important;
	height: 130px !important;
}

.sigProLinkWrapper {
	width: 150px !important;
	height: 150px !important;
	padding: 10px !important;
	border: 1px solid lightgray !important;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
	max-width: 100% !important;
	height: 130px !important;
}

ul.sigProClassic li.sigProThumb {
	float: none;
	background: #fff !important;
	margin: 3px;
	padding: 0;
	list-style: none !important;
	display: inline-block;
	width: 175px;
	height: 175px;
	text-align: center;
}

.sigProLink {
	pointer-events: none;
}

.nofoundmodels {
	padding-left: 15px;
}

ul.sigProContainer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.test_color_bg {
	background: #f6f6f6;
}

.test_img .moduletable {
	width: 100%;
	text-align: left;
}

.test_img .custom {
	width: 352px;
	height: 565px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 106px;
	margin-bottom: 150px;
	border-radius: 5px;
}

.test_slider {
	margin-top: 106px;
	position: relative;
	padding-right: 15px;
}

.test_slider .moduletable {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.test_slides {
	min-height: 445px;
	padding-bottom: 30px;
}

.test_slider h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 55px;
	position: relative;
	font-size: 44px;
	line-height: 140%;
	color: #333;
	font-weight: 300;
	letter-spacing: 8px;
}

.test_slider h3:after {
	content: '';
	display: inline-block;
	width: 143px;
	height: 11px;
	position: absolute;
	bottom: 35px;
	left: 0;
}

.test_slider p {
	font-size: 20px;
	color: black;
	padding: 0 2px;
	font-weight: 400;
}

.client_slider .owl-controls,
.test_slider .owl-controls {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.client_slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}

.test_slider .owl-dots {
	position: absolute;
	bottom: 0;
}

.client_slider .owl-dot,
.test_slider .owl-dot {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	margin-right: 20px;
}

.client_slider .owl-dot {
	background-color: var(--light-grey);
}

.client_slider .owl-dot.active,
.test_slider .owl-dot.active {
	background: var(--dark-grey);
}

.modelprint_image_div {
	margin-bottom: 27px;
}
.gr #philosophy_gr,
.en #philosophy_en {
	display: block;
}

.pageTitle {
	text-align: center;
	font-size: 45px;
	color: #000;
	letter-spacing: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 10px;
	margin: 50px 0 0 0;
}

.pageTitle strong{
	font-weight: 300;
}

#remember,
.control-label,
ul.nav.nav-tabs.nav-stacked {
	display: none;
}

.login_area_div.container.login {
	margin: 100px auto;
	text-align: center;
}

#model_filter {
	position: absolute;
	width: 300px;
	left: -299px;
	z-index: 10;
	transition: all 0.5s linear;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}

#model_filter.show_filter {
	left: 0px;
	transition: all 0.5s linear;
}

#model_filter .model_fil_cont {
	position: relative;
}

#model_filter .arrow:before {
	content: '>';
}

#model_filter .arrow {
	display: inline-block;
	text-align: center;
	line-height: 61px;
	font-size: 30px;
	color: #000;
	position: absolute;
	width: 60px;
	height: 61px;
	right: -60px;
	background: var(--lighter-grey);
	top: 0;
	transition: all 0.2s linear;
}

#model_filter.show_filter .arrow:before {
	content: '<';
}

#model_filter .arrow:hover,
#model_filter .arrow:focus {
	cursor: pointer;
	box-shadow: 0 0 0 0;
	transition: all 0.2s linear;
}

.search_cont:after {
	display: none;
}

.gender_h,
.age_h,
.height_h,
.features_h {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0;
}

.check_container {
	padding-left: 17px;
	padding-right: 15px;
}

.chzn-container-single .chzn-single span,
.chzn-container-single .chzn-single div {
	font-size: 16px;
}

.cat_title,
.model_fil {
	padding: initial;
}

.model_showcase {
	min-height: 880px;
}

.home2 .highlighsLink .voice_banner_in .text h2 {
	color: #24d134;
}

.our_gallery .highlighsLink.bannerr .linkImage:hover h2 {
	border: 2px solid #24d134;
	line-height: 41px;
}

.highlightsCatCont {
	width: 100%;
	padding-top: 150px 0;
}

.highlightsCatCont .greyBg {
	background-color: #f6f6f6;
}

.highlightPostCont {
	width: 100%;
	max-width: 1560px;
	display: block;
	margin: 0 auto !important;
}

.highlightPostCont .postCont {
	padding: 150px 0 100px 0;
	width: 100%;
	display: inline-flex;
	position: relative;
	vertical-align: top;
}

.highlightPostCont .postCont .mediaDiv {
	width: 50%;
	display: inline-block;
}

.highlightPostCont .postCont .textDiv {
	width: 50%;
	display: inline-block;
}

.highlights_image {
	height: 450px;
	max-width: 675px;
	width: 100%;
	background-color: lightgrey;
}

.leftOrient .postCont .textDiv {
	position: relative;
	padding: 43px 0 0 57px;
}

.leftOrient .postCont .textDiv:before {
	content: '';
	display: inline-block;
	width: 167px;
	height: 13px;
	background: url(../images/icons/wavy_b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 11px;
}

.leftOrient .postCont .textDiv .catItemTitle {
	font-size: 48px;
	font-weight: 700;
	font-weight: 700;
	color: var(--light-grey);
	line-height: 54px;
}

.postCont .textDiv .catItemIntroText {
	font-size: 20px;
}

.greyBg .postCont .textDiv .catItemTitle {
	color: var(--light-grey);
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
}

.greyBg .highlightPostCont .postCont {
	padding: 100px 0;
}

.greyBg .textDiv {
	padding: 0 68px;
}

.greyBg .mediaDiv .overlay_vid {
	display: inline-block;
	width: auto;
}

.greyBg .highlightPostCont .postCont .mediaDiv {
	text-align: center;
	padding: 25px 0 0 25px;
}

.mediaDiv .overlay_vid {
	display: inline-block;
	width: auto;
}

.highlightPostCont .postCont .mediaDiv {
	text-align: center;
	padding: 25px 0 0 25px;
}

.centeredTxt {
	text-align: center;
	padding: 100px 15%;
}

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

.centeredTxt .catItemTitle {
	color: #10ccdf;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
}

#infscr-trigger {
	padding: 50px 0;
	text-align: center;
}

#infscr-trigger .button {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	padding: 10px 20px;
	background: #fce566;
	margin-top: 42px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

div.itemContainer {
	float: left;
	width: 100%;
}

@media only screen and (max-height: 1200px) {
	.leftOrient .postCont .textDiv {
		position: relative;
		padding: 40px 40px 0 40px;
	}
	.greyBg .highlightPostCont .postCont,
	.highlightPostCont .postCont {
		padding: 50px 0;
	}
	.greyBg .postCont .textDiv .catItemTitle,
	.leftOrient .postCont .textDiv .catItemTitle {
		font-size: 32px;
		line-height: 36px;
		padding-top: 15px;
	}
	.postCont .textDiv .catItemIntroText {
		font-size: 18px;
	}
}

@media only screen and (max-height: 991px) {
	.leftOrient .postCont .textDiv,
	.highlightPostCont .postCont .textDiv,
	.greyBg .textDiv {
		padding: 0 15px;
		display: block;
		max-width: 675px;
		margin: 0 auto;
		width: 100%;
	}
	.highlightPostCont .postCont {
		display: inline-block;
	}
	.greyBg .highlightPostCont .postCont .mediaDiv,
	.highlightPostCont .postCont .mediaDiv {
		text-align: center;
		width: 100%;
		padding: 15px;
		height: 400px;
	}
	.highlights_image {
		display: inline-block;
		height: 400px;
	}
	.leftOrient .postCont .textDiv:before {
		display: none;
	}
	.greyBg .highlightPostCont .postCont,
	.highlightPostCont .postCont {
		padding: 15px 0;
	}
	.highlightPostCont .mediaDiv .overlay_vid {
		display: inline-block;
		width: 100%;
		padding-top: 50px;
	}
}

.gallery_container .pages {
	overflow: initial !important;
}

div.k2Pagination ul li a {
	display: inline-block;
	margin: 0 8px;
	/* border: 1px solid #fce566; */
	border-radius: 0;
	vertical-align: middle;
	/* background: #fce566; */
	text-decoration: none;
	color: #000;
	transition: all 0.3s linear;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	line-height: 40px;
}

div.k2Pagination ul li a:hover,
div.k2Pagination ul li.active a {
	color: #fff;
	background: #000;
	transition: all 0.3s linear;
	border: 1px solid #000;
}

div.k2Pagination ul li a i:before {
	font-style: normal;
}

div.k2Pagination ul li.disabled a {
	color: #a0a0a0;
	background: #fff;
	border: 1px solid #a0a0a0;
	pointer-events: none;
}

div.k2Pagination ul li {
	margin-top: 50px;
}

div.k2Pagination ul li a i.icon-first:before {
	content: '<<';
}

div.k2Pagination ul li a i.icon-previous:before {
	content: '<';
}

div.k2Pagination ul li a i.icon-next:before {
	content: '>';
}

div.k2Pagination ul li a i.icon-last:before {
	content: '>>';
}

.all-options.optin input[type='checkbox'] {
	width: auto;
	display: inline-block;
	vertical-align: inherit;
}

.all-options.optin label {
	text-align: left;
}

.home2 div:nth-child(3) strong {
	height: 100%;
}


.home2 div:nth-child(4) .linkImage:hover {
	background-blend-mode: overlay;
	background-color: white;
}

/* BECOME A MODEL CATEGORY */
.become-model {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.become-model p {
	width: 350px;
	height: 350px;
	padding: 150px 0;
	border: 1px solid var(--dark-grey);
	border-radius: 5px;
}
.become-model p a {
	font-size: 28px;
	font-weight: 500;
}

.mc_row .blank + div {
	display: none;
}

/* JOOMLA ERRORS  */

#system-message-container {
	display: none;
}

.itemid-559 .itemFullText {
	text-align: left;
}

/* button#agree-terms {
  color: white;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
} */

.beforeagreement {
	text-align: left;
}

button#agree-terms,
.afteragreement .terms-videos li a {
	border: 1px solid #f26f70;
	background: #f26f70;
	padding: 15px 25px;
	color: white;
	font-weight: bold;
	margin: 0px auto 0 auto;
	width: 70%;
}

.afteragreement .terms-videos {
	list-style: none;
	display: grid;
	gap: 15px;
	padding: 0;
	align-items: center;
	/* grid-template-columns: 1fr 1fr; */
	grid-template-columns: 600px 1fr;
	margin-bottom: 30px;
}

.youtube-player{
	border-radius: 5px;
}

.youtube-player .play {
	background: url(../images/icons/play.png) no-repeat !important;
}


div.gallery_in_cont{
	display: flex;
	justify-content: center;
}

.itemid-454 .our_models_cont .insideItemBody .pageTitle,
.itemid-458 .our_gallery .insideItemBody .pageTitle{
	margin-top: 150px;
}



#seach_form{
	height: 100vh;
	overflow: auto;
	width: 285px;
}

.loadmore-container{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.loadmore-btn{
	background: transparent!important;
	padding: 20px;
	border-radius: 2px;
	border: 1px solid #333;
	font-size: 22px;
}

.loadmore-btn:hover{
	background: white!important;
	color: #333;
	letter-spacing: 4px;
	transition: all .5s ease-in-out;
}


/* LOADING */

.lds-default {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #1D1D1D;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
  }
  .lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
  }
  .lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
  }
  .lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
  }
  .lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
  }
  .lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
  }
  .lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
  }
  .lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
  }
  .lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
  }
  .lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
  }
  .lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
  }
  .lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
  }
  @keyframes lds-default {
	0%, 20%, 80%, 100% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.5);
	}
  }

  .itemid-476 .main_container{
	margin-top: 50px;
  }

  .popup-content{
	height: 500px;
    overflow: auto;
  }
  
  .afteragreement  .terms-videos li:nth-child(-n+3) {
	grid-column: 1;
  }
  
  .afteragreement  .terms-videos li:nth-child(4) {
	grid-column: 2;
	align-self: start;
	grid-row: 2;
  }
  
  .afteragreement  .terms-videos li {
	list-style: none;
  }
  

  div.itemListCategory#hightlights-banner h2{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -530%);
	letter-spacing: 8px;
	color:black;
	font-size: 45px;
    line-height: 100%;
	margin: 25px 0;
  }

  #hightlights-banner img{
	margin-top:138px;
  }

  div.catItemHeader.hightlights-items{
	position: relative;
    text-align: center;
    width: 405px;
    z-index: 99;
    top: 350px;
    background: rgba(255, 255, 255, .5);
    padding: 40px;
	line-height: 50px;
  }

  div.catItemHeader.hightlights-items h3,
  div.catItemHeader.hightlights-items a{
	color:black;
  }

/* HIGHLIGHTS */

/* LIST */

.itemListView-highlights div#itemListLeading {
    width: 100%;
    max-width: 1090px;
    padding: 0 20px;
	margin:0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	margin-bottom: 100px;
}

.itemListView-highlights .itemContainer {
	width: 500px;
	float: left;
	background-color: #DEDEDE;
	margin-bottom: 80px;
}

.itemListView-highlights .itemContainerLast {
	margin-left: 20px;
	float: right;
	background-color: #DEDEDE;
}
.itemListView-highlights .itemPhoto {
	width:500px;
	height: 670px; 
	background-size: cover; 
	background-position: center;
	text-align: center;
	font-size: 32px;
	padding-top: 320px;
}

.itemListView-highlights a.k2ReadMore:link,
.itemListView-highlights a.k2ReadMore:visited,
.itemListView-highlights a.k2ReadMore:hover {
	color: #e2e2e2;
 	text-decoration: none;
}
.itemListView-highlights a.k2ReadMore:hover {
	color: #000;
	 text-decoration: underline;
}

/* POST */
.highlights.itemBodyIn{
	margin:0;
}
.highlights{
	margin-bottom: 100px!important;
}
.highlights,
.highlights h1 {
	text-align: center;
}

.highlights img {
	width: 100% !important;
}
.itemid-560 .image,
.itemid-560 .itemImageBlock,
.itemid-560 .itemImage {
    display: none !important;
}
.fancybox-image, .fancybox-spaceball{
	border-radius:5px;
}

div.footer_container div.col-md-5.footer_col.footer_head div.moduletable div.custom h2 {
    letter-spacing: 4px !important;
}
.itemid-564 .image,
.itemid-563 .image,
.itemid-482 .image{
	position: absolute;
	top:0;
	width: 100%;
}
.itemid-561 .image img,
.itemid-559 .image img,
.itemid-564 .image img,
.itemid-563 .image img,
.itemid-482 .image img{
	object-fit: cover;
	width: 100%;
	height: 455px;
}

/* RESPONSIVE (κινητά και tablets) */
@media (max-width: 768px) {
  .itemListView-highlights div#itemListLeading {
    grid-template-columns: 1fr; /* Από δύο στήλες → μία */
    padding: 0 10px; /* λίγο “αέρα” στις άκρες */
  }

  .itemListView-highlights .itemContainer,
  .itemListView-highlights .itemContainerLast {
    width: 100%; /* πλήρες πλάτος */
    margin-left: 0;
    float: none; /* καταργεί τα float */
  }

  .itemListView-highlights .itemPhoto {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4; /* κρατά αναλογία φωτογραφίας */
  }
}
#hightlights-banner .catItemHeader,
#hightlights-banner .catItemTitle,
#hightlights-banner .catItemTitle a,
#hightlights-banner h2,
#hightlights-banner h3 {
    display: none !important;
}