@font-face{
font-family:'atlas';
font-weight:300; /*(light)*/
font-style: normal;
src: url('fonts/atlas-pro-aaa-300.eot');
src: url('fonts/atlas-pro-aaa-300.eot?#iefix') format('embedded-opentype'),
url('fonts/atlas-pro-aaa-300.woff') format('woff'),
url('fonts/atlas-pro-aaa-300.ttf') format('truetype');
}
@font-face{
font-family:'atlas';
font-weight:400; /*(regular)*/
font-style: normal;
src: url('fonts/atlas-pro-aaa-400.eot');
src: url('fonts/atlas-pro-aaa-400.eot?#iefix') format('embedded-opentype'),
url('fonts/atlas-pro-aaa-400.woff') format('woff'),
url('fonts/atlas-pro-aaa-400.ttf') format('truetype');
}
@font-face{
font-family:'atlas';
font-weight:500; /*(meduim)*/
font-style: normal;
src: url('fonts/atlas-pro-aaa-500.eot');
src: url('fonts/atlas-pro-aaa-500.eot?#iefix') format('embedded-opentype'),
url('fonts/atlas-pro-aaa-500.woff') format('woff'),
url('fonts/atlas-pro-aaa-500.ttf') format('truetype');
}

@font-face{
font-family:'atlas';
font-weight: 700;/*(bold)*/
font-style: normal;
src: url('fonts/atlas-pro-aaa-700.eot');
src: url('fonts/atlas-pro-aaa-7000.eot?#iefix') format('embedded-opentype'),
url('fonts/atlas-pro-aaa-700.woff') format('woff'),
url('fonts/atlas-pro-aaa-700.ttf') format('truetype');
}
@font-face{
font-family:'atlas';
font-weight:900; /*(extra bold)*/
font-style: normal;
src: url('fonts/atlas-pro-aaa-900.eot');
src: url('fonts/atlas-pro-aaa-900.eot?#iefix') format('embedded-opentype'),
url('fonts/atlas-pro-aaa-900.woff') format('woff'),
url('fonts/atlas-pro-aaa-900.ttf') format('truetype');
}

html,body{
font-family: 'atlas','Arial';
font-size: 16px;
line-height: normal;
}
ul{
margin:0;
padding:0;
list-style: none;
}
select{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
select::-ms-expand {
display: none;
}
button{
padding: 0;
background: transparent;
border:0;
}
header, footer, .wrapper{
direction:rtl;
}
footer, .push{
height: 60px;
}
footer{
	text-align: center;
	line-height: 60px;
	/*z-index: 9;*/
	position: relative;
}
.wrapper{
/*margin: 0 auto -60px;*/
min-height: 100vh;
}
.access_top_wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}
.access_top_wrapper button {
    display: block;
}
.access_top_wrapper .scrollTop {
    margin: 0 auto 10px;
}
.access_top_wrapper .scrollTop svg {
    display: block;
    width: 43px;
    height: 41px;
}
.access_top_wrapper .accessBtn {
    background: #00bbe4;
    padding: 5px 20px;
    position: relative;
    line-height: 25px;
}

.access_top_wrapper .accessBtn:before {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin: left bottom;
    transform: skewY(-4deg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.access_top_wrapper .accessBtn svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    fill: #fff;
    width: 32px;
    height: 32px;
}
.access_top_wrapper .accessBtn span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
}
footer .tycoCredit {
    display: inline-block;
    position: relative;
    line-height: 11px;
    vertical-align: middle;
}
.tycoCredit svg.tyco {
    width: 60px;
    height: 16px;
    fill: #7f7f7f;
}
footer p{
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 16px;
	margin:0;
	vertical-align: middle;
}
.bottomHeader {
    position: relative;
    float: right;
    width: 100%;
    height: 120px;
}
@media (max-width: 575px) {
	.bottomHeader {
		height:100px;
	}
}
.bottomHeader .logoWrap {
    width: 175px;
    height: 100%;
    float: right;
    text-align: center;
    border-left: 1px solid #d4d4d4;
}
.bottomHeader .logoWrap img {
    width: 132px;
    margin-top: 14px;
    transition: all .25s ease-in-out;
}
.menuWrap {
    float: right;
    width: calc(100% - 220px);
    padding-right: 15px;
}
.menuWrap h1{
    margin: 25px 15px 0;
    font-size: 1.75rem;
    font-weight: 500;
    color: #01819d;
    display: block;
    float: right;
}

.mainBanner{
	position: relative;
	margin-bottom:2rem;
}

.bannerRotatorWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}

@media (min-width: 576px) {
	.bannerRotatorWrapper {
		height: 780px;
	}
}

@media (min-width: 992px) {
	.bannerRotatorWrapper {
		height: 630px;
	}
}

.profileBanner .bannerRotatorWrapper {
	height: auto;
	min-height:750px;
	overflow:visible;
}

@media (min-width: 992px) {
	.profileBanner .bannerRotatorWrapper {
		min-height: 630px;
	}
}

.bannerRotatorWrapper:before{
content:"";
background: #1291ad;
width: 100%;
height: 100%;
position: absolute;
top:0;
right:0;
z-index: 2;
opacity: 0.6
}
.playPauseWrapper {
    position: absolute;
    top: 120px;
    left: 15px;
    padding: 10px;
    z-index: 9;
}
@media (min-width: 576px) {
	.playPauseWrapper {
		top: 145px;
	}
}
.playPauseBtn .playBtn {
    fill: #fff;
    width: 30px;
    height: 30px;
    display: none;
}
.playPauseBtn .pauseBtn {
    fill: #fff;
    width: 24px;
    height: 30px;
}
.playPauseBtn.paused .playBtn {
    display: block;
}
.playPauseBtn.paused .pauseBtn {
    display: none;
}

header {
	/*position: relative;*/
	width: 100%;
	z-index: 999999999;

	position: fixed;
	top: 0;
	right: 0;
}

/*@media (min-width: 992px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
    }
}*/


header {
    transform: translateY(0px);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
header:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 130%;
    transform-origin: right top;
    transform: skewY(3deg) skewX(0deg);
    position: absolute;
    top: 0;
    right: 0;
     box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.3);

}

@media (max-width: 575px) {
	header {
		box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.3);
	}
}


.fixedPos header {
    /* background: #fff;
    transform: translateY(-45px); */
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.backToShaham{
	color:#01819d;
	font-weight: 400;
    font-size: 1.375rem;
    float: left;
    margin-top: 25px;
    font-size: 19px !important;
}
.backToShaham:hover {
    color: #00bce4;
	text-decoration: none;
}
.backToShaham span,
.backToShaham svg{
	display: inline-block;
	vertical-align: middle;
}
.backToShaham svg{
	width: 28px;
	height: 23px;
}

.backToShaham span{
    border-bottom: 2px solid transparent;
}

.backToShaham:hover span{
    border-bottom: 2px solid #00bce4;
}

.backToShaham:not(.new-links) .submitArr{
    display: none;
}

.new-links{
    margin-left: 15px;
}
.new-links:focus{
    text-decoration: none;
}

.new-links:after{
    content: "";
    color: #ddd;
    margin-right: 10px;
    width: 2px;
    height: 30px;
    background-color: #ccc;
}

.backToShaham{
    display: none;
}

@media(min-width: 1200px){
    .backToShaham{
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    .profile-edit:hover,
    .profile-edit:focus{
        color: #fff;
        text-decoration: none;
        background-color: #01819d;
    }
    .profile-edit:hover:after,
    .profile-edit:focus:after{
        background-color: transparent;
    }

    .profile-edit:hover span,
    .profile-edit:focus span{
        border-color: transparent;
    }

    .profile-edit:hover svg,
    .profile-edit:focus svg{
        fill: #fff;
    }

    .profile-edit{
        transition: 0.5s background-color ease;
    }
    .profile-edit:after{
        display: none;
    }

    .profile-edit{
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #ddd;
    }
}

.new-links svg{
    width: 30px;
    fill: #00bce4;
    padding: 0 5px;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -4px;
}

.p-none{
    padding-right: 0;
}


.header-links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}

.mainContent{
	width:100%;
	position: relative;
}
.mainContent:before{
    content: unset;
    width: 100%;
    height: 100px;
    background: #fff;
    transform-origin: right top;
    transform: skewY(-3deg) skewX(0deg);
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 2;
}

.wrapper .mainContent {
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	position: absolute;
	top: 175px;
}

@media (min-width: 576px) {
	.wrapper .mainContent {
		top: 200px;
	}
}

.searchWrapper{
    position: relative;
    z-index: 99999999;
}

.search-remarks small {
	display: block;
	color:white;
	font-size:.8rem;
	margin-bottom:.5rem;
	opacity: .7;
}

.search-remarks small strong {
	font-weight:500;
}

.search-remarks small:last-child {
	margin-bottom:0;
}

.questionIcon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #ffffff;
}

.tooltip {
    font-size: 14px;
    width: 30%;
}

.tooltip-inner {
    padding: 12px !important;
    margin: 0 auto;
}

.searchWrapper .innerSearchWrapper{
	padding: 50px 50px 70px;
    background: rgba(0,0,0,0.48);
    position: relative;
    transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.clearFormButton {
	border:0;
	background:transparent;
	color:white;
	margin-top: 15px;
	float:right;
}

.clearFormButton:hover, .clearFormButton:focus {
	text-decoration: underline;
}

.clearFormButton svg.plusGrad {
	stroke: white !important;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transform: rotate(45deg);
}

.searchAdvToggle{
	float: left;
	font-size: 1.5rem;
	font-weight: 400;
	color:#fff;
	margin-top:10px;
}
.searchAdvToggle span,
.searchAdvToggle svg{
display: inline-block;
	vertical-align: middle;
}
.searchAdvToggle svg.selectIcon{
	width: 15px;
	height: 9px;
	fill:#fff;
	margin-right:7px;
}
.formClass .inputWrap label{
	color:#fff;
	font-weight: 300;
	font-size: 1.063rem;
	margin-bottom: 10px;
}
.formClass .gradWrap{
	border:1px solid #cdcdcd;
	height: 52px;
	position: relative;
}
.formClass .gradWrap select,
.formClass .gradWrap input{
background: rgba(0,0,0,0.21);
border:0;
width: 100%;
height:100%;
color:#fff;
padding: 0 10px 0 50px;
font-size: 0.9375rem;
}
#searchActor .gradWrap select{
    position: relative;
    z-index: 9;
    background: transparent!important;
}
.formClass .gradWrap input::-webkit-input-placeholder{color:#d1d1d1;}
.formClass .gradWrap input:-moz-placeholder{color:#d1d1d1;}
.formClass .gradWrap svg.searchIcon{
	width: 22px;
	height: 22px;
	fill:#fff;
	position: absolute;
	left:15px;
	top:15px;
}
.formClass .gradWrap svg.selectIcon{
	width: 14px;
	height: 7px;
	fill:#fff;
	position: absolute;
	left:15px;
    top: 22px;
}



.searchBtn{
    position: absolute;
    bottom: 0;
    transform: translate(50%,50%);
    background: #00bbe4;
    font-size: 1.25rem;
    font-weight: 400;
    color:#fff;
    width: 295px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.withVideoLink {
    position: absolute;
    transform: translate(50%,50%);
    background: #023b56;
    font-size: 1.25rem;
    font-weight: 400;
    color:#fff;
    width: 300px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.withVideoLink a {
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.searchBtn:before, .withVideoLink::before {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin: left bottom;
    transform: skewY(1deg);
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: -1;
}
.searchBtn:after, .withVideoLink::after {
	content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin: left bottom;
    transform: skewY(-1deg);
    position: absolute;
    top: 8px;
    right: 0;
    z-index: -1;
}


.moreFields{
	padding: 30px 15px;
	display: none;
}


body.search_open .searchWrapper .innerSearchWrapper {
	padding-bottom: 10rem;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
@media (min-width: 992px) {
	body.search_open .searchWrapper .innerSearchWrapper {
		padding-bottom: 7rem;
	}
}
body.search_open .formClass .inputWrap label{
	color:#003c57;
	font-weight: 400;
}
body.search_open .questionIcon svg {
	fill: #003c57;
}
body.search_open .formClass .gradWrap select,
body.search_open .formClass .gradWrap input{
	background: #f2f2f2;
	color:#898989;
}
body.search_open  .formClass .gradWrap input::-webkit-input-placeholder{color:#898989;}
body.search_open  .formClass .gradWrap input:-moz-placeholder{color:#898989;}
body.search_open .formClass .gradWrap svg.searchIcon,
body.search_open .formClass .gradWrap svg.selectIcon{fill:#0c86a0;}
body.search_open .searchAdvToggle{
	color:#00acd2;
	position: relative;
	top: -6.5rem;
	left: 2rem;}
body.search_open .searchAdvToggle svg{fill:#00acd2;}
body.search_open .searchAdvToggle svg.selectIcon{
	  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.search_open .clearFormButton svg.plusGrad {
	stroke: #00acd2 !important;
}
body.search_open .clearFormButton {
	color: #00acd2;
	position: relative;
	top: -6.5rem;
	right: 2rem;
}
body.search_open .searchBtn {
	bottom: 7rem;
}
@media (min-width: 992px) {
	body.search_open .searchBtn {
		bottom: 5rem;
	}
}

body.search_open button.collapseAdvanced {
	visibility: visible;
	opacity:1;
	pointer-events: initial;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
button.collapseAdvanced {
	visibility: hidden;
	opacity:0;
	pointer-events: none;
	transition: opacity 300ms ease;
}
button.collapseAdvanced svg {
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}

.panel-heading {
    padding: 23px 30px;
    float: right;
    width: 100%;
}
.panel-group .panel {
    border: 0!important;
    border-radius: 0;
    background: transparent;
    float: right;
    width: 100%;
    box-shadow: none;
    background: -moz-linear-gradient(178deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,187,228,1)), color-stop(100%, rgba(2,64,78,1)));
    background: -webkit-linear-gradient(178deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -o-linear-gradient(178deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -ms-linear-gradient(178deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: linear-gradient(272deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbe4', endColorstr='#02404e',GradientType=1 );
}
.panel-default>.panel-heading.collapsed {

    background: #f2f2f2;
    float: right;
    width: 100%;
}
.panel-title {
    line-height: 30px;
}
.panel-title>a {
    color: #01748d;
    font-weight: 500;
    font-size: 1.375rem;
    /*width: calc(100% - 40px); remarked by eytan
    display: block;*/

	/* changed by eytan */
	background: -webkit-linear-gradient(left, #0a5d70, #34a3c3);
	background: -o-linear-gradient(right, #0a5d70, #34a3c3);
	background: -moz-linear-gradient(right, #0a5d70, #34a3c3);
	/*background: linear-gradient(to right, #0a5d70, #34a3c3);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display:inline-block;


    float: right;
    line-height: normal;
}
.panel-title>a:hover,
.panel-title>a:focus{
text-decoration: none;
}
.panel-title svg:not(.questionIconSvg) {
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: 30px;
}
.panel-title svg.questionIconSvg {
	display:inline-block;
	margin-right:.5rem;
}
.panel-heading:not(.collapsed) svg.plusGrad, .panel-heading.collapsed svg.minusGrad {
    display: none;
}
.panel-heading:not(.collapsed) svg.minusGrad {
    display: block;
}

.panel-default .panel-heading {
    background: transparent;
    border: 0;
    border-radius: 0;
    position: relative;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.formClass .panel-body .gradWrap select, .formClass .panel-body .gradWrap input{
    background: #fff!important;
}
svg.selectIconGrad{
  width: 14px;
    height: 7px;
    position: absolute;
    left:15px;
    top: 22px;
    z-index: 1;
}
.checkboxWrapper .checkWrap {
    display: inline-block;
    margin-left: 25px;
	position:relative;
}
.checkboxWrapper .checkWrap input[type="checkbox"]{
    width: 17px;
    height: 17px;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0 !important;
    margin: 0;
}
.check {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #3d697c;
    text-align: center;
    vertical-align: top;
    margin-left: 5px;
}
.check svg {
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.checkboxWrapper .checkWrap input[type="checkbox"]:checked + .check svg {
	opacity:1;
}
.checkboxWrapper .checkWrap .checkTxt {
    color: #003c57;
    font-size: 1.063rem;
    font-weight: 400;
    width: calc(100% - 35px);
    /*white-space: nowrap;*/
}

div#bannerRotator {
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	position:absolute;
}

.bannerRotatorWrapper img.banner-background{
    width:100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

#bannerRotator, #bannerRotator .owl-stage-outer, #bannerRotator .owl-stage, #bannerRotator .owl-item {
	height: 100%;
}

.panel-collapse,
.panel-group{
    float: right;
    width: 100%;
}
.innerPannel{
        float: right;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    background: #fff;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border:0!important;
}
.panel-group .panel+.panel{
    margin-top:20px;
}
.panel-default .panel-heading.collapsed{
    width: calc(100% + 2px);
    height: calc(100% + 13px);
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    background: #f2f2f2;
}
.panel-body{
        padding: 0px 30px 30px;
}
.inputWrap{
    margin-bottom: 15px;
}
.likeLabel{
        color: #003c57;
    font-weight: 400;
        font-size: 1.063rem;
}
.panel-body h3{
    color:#003c57;
    font-size: 1.063rem;
	font-weight: 500;
    margin:0;
    margin-top:10px;
    margin-bottom:20px;
}

.itemBox{
    background: #f1f1f1;
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 30px;
}
.itemBox:after{
    content:"";
    position: absolute;
    top:100%;
    right:0;
    width: 100%;
    height:2px;
    background: -moz-linear-gradient(181deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,187,228,1)), color-stop(100%, rgba(2,64,78,1)));
    background: -webkit-linear-gradient(181deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -o-linear-gradient(181deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: -ms-linear-gradient(181deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    background: linear-gradient(269deg, rgba(2,64,78,1) 0%, rgba(0,187,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbe4', endColorstr='#02404e',GradientType=1 );
}
.itemBox .imgWrap{
width: 150px;
float: right;
	overflow:hidden;
	position: relative;
}
.itemBox .imgWrap img{
    width: 100%;
	height:100%;
	object-fit: cover;
}
.itemBox .textWrap{
    width: calc(100% - 150px);
    float: right;
    padding-right: 30px;
    position: relative;
    padding-bottom:15px;
}
.itemBox .textWrap h3{
    color:#066377;
    margin:15px 0 30px;
    font-size: 1.5rem;
    font-weight: 400;
}
.itemBox .textWrap ul li + li{
    margin-top: 10px;
}
.itemBox .textWrap ul li span{
    font-size: 1rem;
    font-weight: 500;
    color:#063146;
}
.itemBox .textWrap ul li a{
    color:#1fc2e6;
    text-decoration: underline;
}
.itemBox .textWrap ul li:first-child a{
    color:#464646;
}
.searchResults{
    position: relative;
}

.searchResults h2{
    font-size: 1.625rem;
    font-weight: 500;
    color:#1c6263;
    margin: 0;
    margin-bottom:10px;
}
.searchResults span.resultNum{
    color:#3a3a3a;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    margin-bottom: 50px;
}

.searchResults .result_tags {
	margin:20px 0;
}

.searchResults .result_tags span.label {
	margin-left: .5rem;
	padding: .3rem .7rem;
	font-weight: normal;
	font-size: 14px;
	background-color: #ededed;
	color: #666;
}

.profileWrapper{
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 150px;
}

@media (min-width: 576px) {
	.profileWrapper{
		padding-top: 200px;
	}
}

.profileWrapper h2{
    font-size: 2rem;
    font-weight: 300;
    margin:0;
    color:#fff;
    margin-bottom:20px;
}
.profileWrapper .innerProfileWrap{
background: rgba(0,0,0,0.21);
padding:15px 15px 150px;
float: right;
width: 100%;

}
.profileWrapper .innerProfileWrap h4,
.profileWrapper .innerProfileWrap #imagesRotator{
float: right;
width: 100%;
}
.profileWrapper .innerProfileWrap h3{
font-size: 1.25rem;
font-weight: 400;
color:#fff;
margin:0;
margin-bottom: 10px;
}
.rowWrap .imgWrap{
width: 160px;
float: right;
}
.rowWrap .imgWrap img{
width: 100%;
}
.rowWrap .textWrap{
    width: calc(100% - 160px);
    float: right;
}
.rowWrap{
    clear: both;
    width: 100%;
    float: right;
}
.imgLabel{
    font-size: 0.6875rem;
    color:#fff;
    font-weight: 400;
}
.rowWrap .textWrap{
padding:0 30px;
color:#fff;
}
.rowWrap .textWrap ul{
font-size: 1.125rem;
margin-top:10px;
}
.rowWrap .textWrap ul li + li{
    margin-top:7px;
}
.rowWrap .textWrap ul strong{
    font-weight: 500;
}
.rowWrap .textWrap p{
    margin: 0;
    margin-top:25px;
    color:#d9d9d9;
    font-weight: 400;
    font-size: 0.9375rem;
}
#imagesRotator img{
    width: 100%;
    object-fit: cover;
}
#imagesRotator .imgWrap{
    padding:0 5px;
}
.profileWrapper .innerProfileWrap h4{
    font-size: 1.125rem;
    color:#fff;
    font-weight: 400;
    margin:30px 0 20px;
}
.mainContent.profileMainContent {
	position: relative;
	top:-55px;
}
.mainContent.profileMainContent .container{
    z-index: 3;
    position: relative;
    background: #fff;
}
.mainContent.profileMainContent:before{
    top:-100px;
}
.profileInfo{
    background: #f1f1f1;
    padding:20px;
    position: relative;
}
.profileInfo h3{
    color:#095c6e;
    font-size: 1.25rem;
    font-weight: 700;
    margin:0;
    margin-bottom:30px;
    position: relative;
	background: -webkit-linear-gradient(left, #0a5d70, #34a3c3);
	background: -o-linear-gradient(right, #0a5d70, #34a3c3);
	background: -moz-linear-gradient(right, #0a5d70, #34a3c3);
	background: linear-gradient(to right, #0a5d70, #34a3c3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display:inline-block;
}
.profileInfo ul{
    position: relative;
}
.profileInfo ul li{
	font-size: 1.063rem;
	font-weight: 400;
	color:#464646;
}
.profileInfo.lineList ul li{
	line-height:25px;
}
.profileInfo ul:not(.socialLinks) li + li{
    margin-top:10px;
}
.profileInfo ul li strong {
	font-weight: 500;

}
.profileInfo ul li>strong {
	font-weight: 500;
	color: #0c6073;
	font-size: 1.12rem;
}

.profileInfo ul li a{
color:#00bbe4;
text-decoration: underline;
}
.profileInfo ul li a.phoneNum,
.profileInfo ul li a.phoneNum:hover,
.profileInfo ul li a.phoneNum:focus{
    color:#464646;
    text-decoration: none;
}
.profileInfo ul.socialLinks{
    margin-top:20px;
}
.profileInfo ul.socialLinks li{
display: inline-block;
vertical-align: middle;
}
.profileInfo ul.socialLinks li + li{
    margin-right:10px;
}
.profileInfo ul.socialLinks li a{
    display: block;
}
.profileInfo ul.socialLinks li a svg{
    fill:#063146;

}
.profileInfo ul.socialLinks li a svg.youtubeGradIcon{
width: 27px;
height: 22px;
}
.profileInfo ul.socialLinks li a svg.instagramGradIcon{
width: 24px;
height: 24px;
}
.profileInfo ul.socialLinks li a svg.linkedinGradIcon{
width: 25px;
height: 25px;
}
.profileInfo ul.socialLinks li a svg.facebookGradIcon{
width: 10px;
 height: 24px;
}
.profileInfo ul.socialLinks li a svg.wikiGradIcon{
width: 27px;
 height: 20px;
}
.profileInfo ul.socialLinks li a svg.websiteGradIcon{
width: 27px;
 height: 20px;
}
.profileInfo:first-child:before{
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin: right bottom;
    transform: skewY(-3deg) skewX(0deg);
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 0;
}
.profileInfo:first-child h3{
    position: absolute;
    right:20px;
    top:-20px;
}
.profileInfo:first-child ul:not(.socialLinks){
    padding-top: 30px;
}
.profileInfo + .profileInfo{
    margin-top:15px;
}
.profileInfo ul li ul{
    margin-top:10px;
}
.profileInfo ul li ul li + li{
    margin-top:5px;
}
.moreShows{
    color:#00bbe4;
    font-weight: 500;
    line-height: 25px;
    margin:15px 0 15px;
    display: inline-block;
}
.moreShows:after{
    content: ">";
    padding-right: 15px;
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
}
.profileInfo h4{
    font-size: 1.25rem;
    color:#00bbe4;
    text-align: center;
    margin:15px 0;
}
.profileInfo #moviesRotator{
    width:calc(100% - 80px);
    margin:0 auto;
}
.profileInfo #moviesRotator .popup-youtube{
    padding:0 10px;
    display: block;
}
.profileInfo #moviesRotator .popup-youtube img{
    min-height: 15rem;
}
.profileInfo #moviesRotator .popup-youtube .playBtnGrad{
    background: -moz-linear-gradient(181deg, rgba(2,64,78,0.87) 0%, rgba(0,187,228,0.87) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,187,228,0.87)), color-stop(100%, rgba(2,64,78,0.87)));
background: -webkit-linear-gradient(181deg, rgba(2,64,78,0.87) 0%, rgba(0,187,228,0.87) 100%);
background: -o-linear-gradient(181deg, rgba(2,64,78,0.87) 0%, rgba(0,187,228,0.87) 100%);
background: -ms-linear-gradient(181deg, rgba(2,64,78,0.87) 0%, rgba(0,187,228,0.87) 100%);
background: linear-gradient(269deg, rgba(2,64,78,0.87) 0%, rgba(0,187,228,0.87) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbe4', endColorstr='#02404e',GradientType=1 );
width: 57px;
height:57px;
border-radius: 50%;
position: absolute;
top:50%;
right:50%;
transform: translate(50%,-50%);
text-align: center;
}
.profileInfo #moviesRotator .popup-youtube:before{
    content: "";
    position: absolute;
    top:0;
    right: 10px;
    width: calc(100% - 20px);
    height:100%;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.3))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
    z-index: 2;
}
.profileInfo #moviesRotator .popup-youtube .playBtnGrad svg{
    width: 16px;
    height: 22px;
    fill:#fff;
        margin-top: 17px;
    margin-right: -3px;
}
.profileInfo #moviesRotator .popup-youtube h5{
    position: absolute;
    bottom:0;
    right:0;
    width: 100%;
    text-align: center;
    margin:0;
    padding:5px 0;
    color:#fff;
    font-size: 1.25rem;
    font-weight: 400;
    z-index: 3;
}
#imagesRotator .owl-nav button, #moviesRotator .owl-nav button{
    position: absolute;
    top: calc(50% - 25px);
}
#imagesRotator .owl-nav button.owl-prev, #moviesRotator .owl-nav button.owl-prev{
    right: -30px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#imagesRotator .owl-nav button.owl-next, #moviesRotator .owl-nav button.owl-next{
    left: -30px;
}
#imagesRotator .owl-nav button svg, #moviesRotator .owl-nav button svg {
    width: 15px;
    height: 35px;
        fill: #757374;
}
.mfp-wrap{
    z-index: 999999999;
}
.notFirst5{
    display: none;
}
.searchIcon{
	cursor: pointer;
}

.owl-single-item .owl-stage {
	margin: auto !important;
}

.searchBtn button.submitBtn {
	width:100%;
}
select#actorAgency option {
	color: black;
}
.profile_picture .mfp-close{
    right: 9px !important;
    top: 32px !important;
}

/* Carousel */

.hpActorsInner .container {
	max-width:100%;
}

.hpActorsInner .carouselItem {
	display:none;
}
.hpActorsInner .owl-item .carouselItem {
	display:block;
	width:100%;
	opacity:0;
	transition: opacity 200ms ease;
}

.hpActorsInner .owl-item.active .carouselItem {
	opacity:1;
}

.hpActorsInner .carouselItem a{
    display: block;
    position: relative;
    z-index: 10;
}

.hpActorsInner .carouselItem a.imgWrap {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 128.5%;
}

.hpActorsInner .carouselItem a.imgWrap:before{
    content: "";
    width: 15px;
    height: 100%;
    background: #eaeaea;
    transform-origin: right bottom;
    transform: skewY(0deg) skewX(-2deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
}

.hpActorsInner .carouselItem a.imgWrap:after{
    content: "";
    width: 20px;
    height: 100%;
    background: #eaeaea;
    transform-origin: left bottom;
    transform: skewY(0deg) skewX(2deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hpActorsInner .carouselItem a.imgWrap img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.hpActorsInner .carouselItem img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.hpActorsInner .carouselItem:hover img,
.hpActorsInner .carouselItem.open img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.hpActorsInner .carouselItem h3{
    width: 70%;
    margin: 0 auto;
    background: #063146;
    position: relative;
    z-index: 12;
    transform: translateY(-50%);
}

.hpActorsInner .carouselItem h3:before{
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin:left bottom;
    transform: skewY(-2deg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hpActorsInner .carouselItem h3:after{
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    transform-origin:left bottom;
    transform: skewY(3deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.hpActorsInner .carouselItem h3 a{
    display: block;
    color:#fff;
    font-size: 1.063rem;
    font-weight: 400;
    text-align: right;
    padding:5px 10px;
    text-decoration: none;
}

.hpActorsInner .carouselItem h3 a:focus{
    text-decoration: none;
    color:#fff;
}


.hpActors{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 24px 0;
    text-align: center;
}

.hpActors::after {
    display: block;
    clear: both;
    content: "";
}


.actorBg1, .actorBg2 {
    position: absolute;
    z-index: 1;
}

.actorBg1 {
    width: 87px;
    height: 92px;
    top: 100%;
    left: -40px;
}

.actorBg2 {
    width: 88px;
    height: 93px;
    top: calc(100% + 30px);
    left: -20px;
}

.actorsCarousel.owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.actorsCarousel.owl-carousel .owl-nav .owl-prev svg,
.actorsCarousel.owl-carousel .owl-nav .owl-next svg {
    fill: #063146;
    width: 22px;
    height: 38px;
}

.actorsCarousel.owl-carousel .owl-nav .owl-prev,
.actorsCarousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 32%;
}

.actorsCarousel.owl-carousel .owl-nav .owl-prev {
    right: -44px;
}

.actorsCarousel.owl-carousel .owl-nav .owl-next {
    left: -44px;
}

.mfp-bg{
    z-index: 999999999;
}

.pmc-wrap{
    background: #fff;
}

.mobile-toggle{
    display: flex;
    width: 100px;
    height: 40px;
    z-index: 2;
    flex-direction: column;
    align-items: flex-end;
}

.mobile-toggle > div{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    transition: 0.4s transform ease;
    box-shadow: 0 0 0 1px #01819d;
    pointer-events: none;
    z-index: -1;
}
.mobile-toggle:focus{
    outline: 0;
}


.menu-container{
    background: #fff;
    position: absolute;
    margin-top: 31px;
	top: 69px;
	left: 0;
    width: 155px;
    padding: 10px;
    text-align: right;

    z-index: 3;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.15);
}
.menu-container ul{
    text-align: center;
}

.menu-container ul li{
    padding: 10px;
}

.menu-container ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.menu-container-wrap{
    position: relative;
    z-index: 1111111112222222;
}

.menu-container-wrap{
    display: none;
}

.menu-container-wrap.active{
    display: block;
}
.menuWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-site-link{
    color: #01819d;
}


@media(min-width: 991px){
    .menu-container{
        top: 20px;
        left: 66px;
    }

    .mobile-toggle{
        margin-top: 27px;
    }

}

@media(min-width: 1200px){
    .menu-container,
    .mobile-toggle{
        display: none;
    }
}

/* Resolutions */

@media (min-width: 992px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999999998;
    }

    .searchBtn {
        right: 50%;
    }

    .withVideoLink {
        right: calc(62% - 310px);
        bottom: 0;
    }
}

@media (min-width: 768px) {

    /* Carousel */

    .hpActorsInner .carouselItem {
        float: right;
        margin-right: 34px;
        padding: 0 10px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

    .hpActors .hpActorsInner{
        background: #eaeaea;
        padding:30px 50px;
        float: right;
        text-align: center;
        position: relative;
        margin: 100px 0;
	    max-width:100%;
    }


    .hpActors .hpActorsInner:before {
        content: "";
        width: 100%;
        height: 50%;
        background: inherit;
        transform-origin: right top;
        transform: skewY(3deg) skewX(0deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .hpActors .hpActorsInner:after {
        content: "";
        width: 100%;
        height: 50%;
        background: inherit;
        transform-origin: right top;
        transform: skewY(-2deg) skewX(0deg);
        position: absolute;
        bottom: 0;
        left: 0;
    }

}


@media (max-width: 991px) {

    .searchBtn {
        right: 50%;
    }

    .withVideoLink {
        right:50%;
        bottom: -88px;
    }

	.clearFormButton, .searchAdvToggle  {
		margin-top:50px;
	}

}




@media (max-width: 575px) {

    .hpActorsInner .carouselItem img {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

    .actorsRotator h2 {
        margin-bottom: 44px;
    }

	.clearFormButton  {
		margin-top:60px;
	}

	.searchAdvToggle{
		margin-top:55px;
		font-size:1.25rem;
	}

}
