@import url('assets/fonts/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,600;1,700&display=swap');
@import url("https://use.typekit.net/fzf5fnl.css");
html {
	min-height: 100%;
	scroll-behavior: smooth;
}
html, body {
	min-height: 100%;
	margin: 0;
	font-family: 'Circular Std Book';
	font-size: 20px;
	line-height: 1.6em;
	width: 100%;
	position: relative;
	color: #fff;
	font-weight: 500;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus, :hover, :active {
	text-decoration: none
}
a {
	color: #CCB38E;
	text-decoration: none !important;
}
a:hover {
	color: #CCB38E;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1em;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #CCB38E;
}
h1 {}
h2 {}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
strong, bold {
	font-weight: 700;
}
.myriad {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
}
.myriad-hebrew {
	font-family: myriad-hebrew, sans-serif;
	font-style: normal;
}
/*--------------------------------------------------------------
BUTTONS
-------------------------------------------------------------- */

.gold-button {
	background: #CCB38E;
	color: #fff;
	padding: 15px 25px;
	border-radius: 50px;
	font-size: 18px;
	margin: 5px;
	transition: 0.3s;
	line-height: 1em;
	display: inline-block;
}
.gold-button:hover {
	background: #b49b76;
	color: #fff;
}
.gold-button-two {
	width: 200px;
	padding: 15px 25px 10px;
}
.gold-button span {
	display: inline-block;
}
.gold-button span.small {
	display: inline-block;
	font-size: 9px;
	letter-spacing: 2px;
	color: #1F426B !important;
}
/*--------------------------------------------------------------
NAV
-------------------------------------------------------------- */

.nav-container {
	position: absolute;
	z-index: 8;
	width: 100%;
	padding: 24px;
}
nav {
	float: right;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a, nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 55px;
	color: #fff;
	background: #1F426B;
	text-decoration: none;
}
nav ul li a {
	background: transparent;
	color: #FFF;
}
nav ul li a:hover, nav ul li a:visited:hover {
	color: #ffffff;
}
.navbar-dropdown li a {
	background: #1F426B;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' \025BE';
}
nav ul li ul li {
	min-width: 190px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.navbar-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}
/* Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	height: 55px;
	width: 70px;
}
@media only screen and (max-width: 800px) {
	.nav-mobile {
		display: block;
	}
	nav {
		width: 100%;
		padding: 55px 0 15px;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		padding: 20px 15px;
		line-height: 20px;
		background: #1F426B;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	.navbar-dropdown {
		position: static;
	}
	@media screen and (min-width:800px) {
		.nav-list {
			display: block !important;
		}
	}
	#navbar-toggle {
		position: absolute;
		left: 18px;
		top: 15px;
		cursor: pointer;
		padding: 10px 35px 16px 0px;
	}
	#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 3px;
		width: 30px;
		background: #ffffff;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
	}
	#navbar-toggle span:before {
		top: -10px;
	}
	#navbar-toggle span:after {
		bottom: -10px;
	}
	#navbar-toggle.active span {
		background-color: transparent;
	}
	#navbar-toggle.active span:before, #navbar-toggle.active span:after {
		top: 0;
	}
	#navbar-toggle.active span:before {
		transform: rotate(45deg);
	}
	#navbar-toggle.active span:after {
		transform: rotate(-45deg);
	}
}
/*--------------------------------------------------------------
FLEX
-------------------------------------------------------------- */

.d-flex {
	display: flex!important;
}
.flex-column {
	flex-direction: column!important;
}
.mt-auto {
	margin-top: auto!important;
}
.justify-content-between {
	justify-content: space-between!important;
}
.align-items-start {
	align-items: flex-start!important;
}
.align-items-center {
	align-items: center!important;
}
/*--------------------------------------------------------------
MY MORAH MURIK
-------------------------------------------------------------- */

#video-banner {
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#video-banner .video-banner-inner {
	position: relative;
	z-index: 5;
	padding: 80px 24px 50px;
	text-align: center;
}
#video-banner .video-banner-inner h1 {
	font-size: 75px;
	line-height: 75px;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}
#video-banner #background-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	position: absolute
}
#video-banner .video-banner-inner .callout {
	font-family: myriad-hebrew, sans-serif;
	font-style: normal;
	font-size: 48px;
	color: #CCB38E;
	display: inline-block;
	margin: 0 auto 40px;
	max-width: 600px;
}
#video-banner .video-banner-inner .callout span {
	display: block;
	padding: 15px 0;
}
#video-banner .video-banner-inner .callout span.first {
	display: block;
	border-top: 1px solid #CCB38E;
	border-bottom: 1px solid #CCB38E;
}
#video-banner .video-banner-inner .d-flex {
	max-width: 1300px;
	margin: 0 auto 40px;
}
#video-banner .video-banner-inner .left, #video-banner .video-banner-inner .right {
	flex: 0 0 315px;
	position:relative;
}
#video-banner .video-banner-inner .right {
	width:315px;
	max-width:100%;
}
#video-banner .video-banner-inner .left img, #video-banner .video-banner-inner .right img {
	height: 160px;
}

#video-banner .numbers {
	position:absolute;
	font-size:85px;
	top:67px;
	width:315px;
	max-width:100%;
}

#video-banner .numbers span {
	display:inline-block;
	width:33%;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	min-height: 100vh;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	position: absolute
}
@media screen and (max-width: 1300px) {
	#video-banner .video-banner-inner .d-flex {
		display: block !important
	}
	#video-banner .video-banner-inner h1 {
		margin: 30px auto;
	}
	#video-banner .video-banner-inner .right{
		margin:auto;
	}
}
@media screen and (max-width: 600px) {
	#video-banner .video-banner-inner .callout {
		font-size: 35px;
	}
	#video-banner .video-banner-inner h1 {
		font-size: 50px;
		line-height: 50px;
	}
}
.blue {
	background: #1F426B;
	padding: 24px;
	font-size: 28px;
	text-align: Center;
}
@media screen and (max-width: 600px) {
	.blue {
		padding: 18px;
		font-size: 22px;
	}
}
/*--------------------------------------------------------------
DIRSHU SIYUM
-------------------------------------------------------------- */

#dirshu-siyum {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	padding: 50px;
}
#dirshu-siyum .item.item-one {
	background: url("assets/images/image-one.jpg") center;
	background-size: cover;
	padding: 90px 50px 50px;
	position: relative;
}
#dirshu-siyum .item.item-two {
	background: url("assets/images/image-two.png") center;
	background-size: cover;
	padding: 90px 50px 50px;
	position: relative;
}
#dirshu-siyum .item .ribbon, #dirshu-siyum-two .item .ribbon{
	position:absolute;
	top:0;
	right:0;
	left:0;
	background:rgb(31, 66, 107, .6);
	padding:10px;
	text-align:center;
	font-size:16px;
	line-height:16px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#dirshu-siyum .item .ribbon{
	font-size:20px;
	line-height:22px;
	padding:14px;
}
#dirshu-siyum .item-top {
	font-weight: 400;
	margin-bottom: 150px;
}
#dirshu-siyum .item-top p {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 26px;
	line-height: 26px;
}
#dirshu-siyum .item .item-bottom h2 {
	font-size: 79px;
	line-height: 70px;
}
#dirshu-siyum .item .item-bottom p {
	font-size: 30px;
}
#dirshu-siyum .item .item-bottom p.smaller {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}
#dirshu-siyum .item .button, #dirshu-siyum-two .item .button{
	float:right;
	width:25%;
	max-width:100px;
	color:#fff;
}
@media screen and (max-width: 800px) {
	#dirshu-siyum {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 24px;
		padding: 24px;
	}
}
@media screen and (max-width: 600px) {
	#dirshu-siyum .item .item-bottom h2 {
		font-size: 55px;
		line-height: 55px;
	}
}
/*--------------------------------------------------------------
DIRSHU SIYUM
-------------------------------------------------------------- */

#dirshu-siyum-two {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	padding: 0 50px 50px 50px;
}
#dirshu-siyum-two .item.item-one {
	background: url("assets/images/image-world.jpg") center;
	background-size: cover;
	padding: 70px 50px 50px;
	position: relative;
}
#dirshu-siyum-two .item.item-two {
	background: url("assets/images/image-shabbos.jpg") center;
	background-size: cover;
	padding: 70px 50px 50px;
	position: relative;
}
#dirshu-siyum-two .item.item-three {
	background: url("assets/images/image-ms.jpg") center;
	background-size: cover;
	padding: 70px 50px 50px;
	position: relative;
}
#dirshu-siyum-two .item-top {
	font-weight: 400;
	margin-bottom: 100px;
}
#dirshu-siyum-two .item-top p {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 21px;
	line-height: 21px;
}
#dirshu-siyum-two .item .item-bottom h2 {
	font-size: 55px;
	line-height: 50px;
}
#dirshu-siyum-two .item .item-bottom p {
	font-size: 30px;
}
#dirshu-siyum-two .item .item-bottom p.smaller {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	width:75%;
	float:left;
}
@media screen and (max-width: 1400px) {
	#dirshu-siyum-two .item .item-bottom p.smaller{
		float:none;
		width:100%;
	}
	#dirshu-siyum .item .button, #dirshu-siyum-two .item .button{
		float:none;
		width:100%;
		margin:15px 0 0;
	}
}
@media screen and (max-width: 800px) {
	#dirshu-siyum-two {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 24px;
		padding: 0 24px 24px 24px;
	}
	#dirshu-siyum-two .item .item-bottom p.smaller{
		float:left;
		width:75%;
	}
	#dirshu-siyum .item .button, #dirshu-siyum-two .item .button{
		float:right;
		width:25%;
		margin:0;
	}
}
@media screen and (max-width: 600px) {
	#dirshu-siyum-two .item .item-bottom h2 {
		font-size: 45px;
		line-height: 45px;
	}
}
@media screen and (max-width: 450px) {
	#dirshu-siyum-two .item .item-bottom p.smaller{
		float:none;
		width:100%;
	}
	#dirshu-siyum .item .button, #dirshu-siyum-two .item .button{
		float:none;
		width:100%;
		margin:15px 0 0;
	}
}
/*--------------------------------------------------------------
ABOUT
-------------------------------------------------------------- */

#about {
	padding: 150px 24px;
	background: url("assets/images/Group 14.png");
	background-size: cover;
	text-align: Center;
	font-size: 36px;
	line-height: 42px;
}
#about h2 {
	font-size: 75px;
	line-height: 70px;
	margin-top: 50px;
}
#about img.image-three {
	max-width: 460px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	#about {
		font-size: 30px;
		line-height: 35px;
	}
	#about h2 {
		font-size: 50px;
		line-height: 50px;
	}
}
/*--------------------------------------------------------------
MEDIA
-------------------------------------------------------------- */

#media {
	padding: 50px;
	max-height:300px;
	overflow:hidden;
}
#media img {
	width: 100%;
}
@media screen and (max-width: 800px) {
	#media {
		padding: 24px;
	}
}
/*--------------------------------------------------------------
MY MORAH MURIK
-------------------------------------------------------------- */

.cs-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.has-scroll-reveal {
	opacity: 0;
	animation-play-state: paused;
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-play-state: running;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2.5rem, 0);
		transform: translate3d(0, 2.5rem, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*--------------------------------------------------------------
MODAL
-------------------------------------------------------------- */

.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content/Box */

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px 40px 40px;
	border: 1px solid #888;
	width: 100%;
	max-width: 700px;
	color: #000;
}
/* The Close Button */

.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.textfield, .textarea {
	width:100%;
	height:45px;
	border:2px solid #1F426B;
	margin:10px 0px;
}

.textarea {
	height:75px;
}

.submit {
	width:20%;
	float:none;
	margin:15px auto;
	color: #CCB38E;
	display:block;
	border:none;
	font-size:15px;
	letter-spacing:1px;
	font-family: 'Circular Std Book';
	text-transform:uppercase;
	background-color:#1F426B;
	text-align:center;
	padding:15px 0px;
}

/*--------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */

footer {
	background: #142A44;
	padding: 30px 20px;
	color: #fff;
}
footer img {
	width: 200px;
}
.subscribe {
	background: #CCB38E;
	color: #fff;
	padding: 5px 5px 5px 15px;
	border-radius: 50px;
	font-size: 16px;
	line-height: 1em;
	display: inline-flex !important;
}
.subscribe span {
	position: relative
}
.subscribe input {
	height: 40px;
	width: 220px;
	border-radius: 50px;
	border: 0px;
	margin-left: 10px;
	padding: 10px
}
.subscribe .signupbtn {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: 0px;
}
.copyright {
	padding: 12px 24px;
	text-align: center;
	color: #000000;
	font-size: 11px;
}
@media screen and (max-width: 700px) {
	footer.d-flex {
		display: block !important;
		text-align: center;
	}
	.subscribe {
		margin-top: 30px;
	}
}

/*DM*/
section.inner {
	position:relative;
}

.logo {
	position:absolute;
	left:1.5%;
	top:3%;
	width:20%;
	max-width:200px;
	z-index:999;
}

.clear {
	clear:both;
}

.main {
	width:98%;
	max-width:1250px;
	margin:0 auto;
}

#innerwrapper {
	background-color:#FFF;
	width:100%;
	color:#1F426B;
	font-size:16px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
}

.main.padding {
	padding:50px 0px;
}

.inner .header {
	position:absolute;
	top:15%;
	width:100%;
}

.inner h1 {
	color:#FFF;
	font-size:70px;
	padding:5% 0px 0px;
	text-align:center;
}

.inner h1 .subheader {
	font-size:25px;
	font-weight:normal;
	padding:5px 0px 0px 0px;
	text-transform:uppercase;
	letter-spacing:4px;
	font-family: 'Circular Std Book';
}

.banner {
	position:relative;
}

#innerwrapper h2 {
	padding:0px 0px 30px 0px;
	font-size:31px;
	color:#1F426B;
}

a.button {
	text-transform:uppercase;
	color:#1F426B;
	text-decoration:none;
	font-family: 'Circular Std Book';
	font-size:10px;
	line-height:normal;
	letter-spacing:1px;
	padding:10px 0px;
	width:20%;
	text-align:center;
	display:block;
	border:1px solid #CCB38E;
	border-radius:20px;
	margin:5px 0px;
}
	
a.button:hover {
	background-color:#CCB38E;
	color:#FFF;
}

/*Shabbos*/
#pages.program {
}

#pages.program .message {
	text-align:center;
	color:#142A44;
	font-weight:bold;
	color:red;
	padding:0px 0px 20px 0px;
}

#pages.program .left {
	float:left;
	width:45%;
	text-align:left;
	padding:50px 0px 0px 0px;
}

#pages.program .left .title {
	font-size:28px;
	line-height:30px;
	color:#CCB38E;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	padding:0px 0px 20px 0px;
}

#pages.program .left .text {
	width:90%;
}

#pages.program .left .more a {
	text-transform: uppercase;
    color: #1F426B;
    font-family: 'Circular Std Book';
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    padding: 10px 0px;
    width: 110px;
    text-align: center;
    display: block;
    border: 1px solid #CCB38E;
    border-radius: 20px;
    margin: 20px 0px 0;
}

#pages.program .right {
	float:right;
	width:40%;
	color:#FFF;
}

#pages.program .right .dates {
	margin:50px 0px 0px -25%;	
	float:left;
}

#pages.program .right .dates .outer {
	display:block;
}

#pages.program .right .dates .date {
	background-color:#CCB38E;
	display:inline-block;
	font-family: 'Circular Std Book';
	font-size:26px;
	text-align:center;
	padding:15px;
	margin:0px 0px 10px 0px;
	
}

#pages.program .right .location {
	font-size:55px;
	line-height:58px;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	background-size:cover;
	padding:150px 5% 50px 0px;
	background-repeat:no-repeat;
	text-align:right;
	background-position:center;
}

#pages.program .right .location .text {
}

#pages.program.shabbos-program .location {
	background-image:url(assets/images/shabbos_westin.jpg);
}

#pages.program.mens-program .location {
	background-image:url(assets/images/mens_location.jpg);
}

#pages.program.womens-program .location {
	background-image:url(assets/images/womens_location.jpg);
}


#pages.program.motzaei-shabbos-program .location.men {
	background-image:url(assets/images/motzaei-shabbos_location-men.jpg);
	text-align:left;
}

#pages.program.motzaei-shabbos-program .location.women {
	background-image:url(assets/images/motzaei-shabbos_location-women.jpg);
}

#pages.program.motzaei-shabbos-program .location{
	padding:50px 5% 50px 5%;
}

#pages.program.motzaei-shabbos-program .left{
	width:100%;
	float:none;
	text-align:center;
}

#pages.program.motzaei-shabbos-program .left .text{
	width:100%;
}

#pages.program.motzaei-shabbos-program .left .more a{
	margin:20px auto 0;
}

#pages.program.motzaei-shabbos-program .right{
	width:100%;
	float:none;
	margin:50px 0 0;
}

#pages.program.motzaei-shabbos-program .location{
	width:48%;
	float:left;
}

#pages.program.motzaei-shabbos-program .dates{
	margin:50px -13% 0;
	position:relative;
	z-index:9;
	text-align:center;
	width:30%;
}

#pages.program.motzaei-shabbos-program .right .location span.top{
	margin:0 0 80px;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:3px;
}

#pages.program .right .location span {
	letter-spacing:2px;
	display:block;
	font-size:16px;
	line-height:normal;
	margin:15px 0px 0px 0px;
	font-weight:normal;
	font-family: 'Circular Std Book';
}

#pages.program .features {
	width:100%;
	color:#FFF;
	padding:50px 0px 150px 0px;
	background-size:100%;
	background-repeat:no-repeat;
}

#pages.program.shabbos-program .features {
	background-image:url(assets/images/shabbos_bg.jpg);
}

#pages.program.mens-program .features {
	background-image:url(assets/images/mens_bg.jpg);
}

#pages.program.womens-program .features {
	background-image:url(assets/images/womens_bg.jpg);
}

#pages.program.motzaei-shabbos-program .features {
	background-image:url(assets/images/motzaei-shabbos_bg.jpg);
}

#pages.program .features .title {
	font-size:22px;
	padding:50px 0px 30px 0px;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	text-align:center;
}

#pages.program .boxes {
	display:flex;
	width:65%;
	margin:0 auto;
	 align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}

#pages.program .features .feature {
	padding:0px 2.5%;
	width:20%;
	font-size:14px;
	line-height:normal;
	letter-spacing:1.5px;
	font-weight:300;
	color:#CCB38E;
	text-align:center;
}

#pages.program .features .feature .icon {
	border-bottom:1px solid #CCB38E;
	width:35%;
	padding:0px 0px 20px 0px;
	margin:0 auto 20px auto;
}

#pages.program .bottom {
	position:relative;
}

#pages.program .reserve {
	float:left;
	width:30%;
	margin:-5% 0px 0px 0px;
}

/*#pages.program.womens-program .reserve{
	float:none;
	margin:-5% auto 40px;
}*/

#pages.program .video {
	float:right;
	margin:-8% 0px 0px 0px;
	width:65%;
}

#pages.program .video .map{
	background:#fff;
	margin:0 0 40px;
}

#pages.program .video .map .frame{
	position:relative;
	padding:76% 0 0;
}

#pages.program .video .map .frame iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

#pages.program .reserve .box {
	background-color:#CCB38E;
	color:#FFF;
	padding:40px;
}

#pages.program .reserve .box .text {
	font-size:16px;
	line-height:normal;
	padding:0px 0px 8px 0px;
}

#pages.program .reserve i {
	color: #1F426B;
	margin:0px 2% 0px 0px;	
}

#pages.program .reserve .box h2 {
	font-family: 'Playfair Display', serif;
	font-weight:700;
	color:#FFF;
	font-size:50px;
	margin:0px 0px 25px 0px;
}

#pages.program .reserve .buttons {
	margin:15px 0px 0px 0px;
}

/*#pages.program.womens-program .reserve .buttons {
	text-align:center;
}*/
	
#pages.program .reserve a.button {
	clear:both;
	width:40%;
	float:right;
}

/*#pages.program.womens-program .reserve a.button{
	float:none;
	display:inline-block;
	margin:5px 0;
}*/

#pages.program .slider {
	margin:25px 0px 0px 0px;
	overflow:hidden;
	max-height:250px;
}

/*Video*/
.vjs-default-skin .vjs-big-play-button {
	border:none;
	background:none;
	box-shadow:none;
	top:50%;
	right:50%;
	
}
.vjs-default-skin div.vjs-big-play-button:hover {
	box-shadow:none;
}

.vjs-default-skin div.vjs-big-play-button span {
	background-image:url(images/play.png);
	width:91px;
	background-position:top;
	height:91px;
}

/*Photos*/
#pages.photos .title a {
	display:block;
	margin:8px 0px 0px 0px;
	text-align:center;
	color:#1F426B;
	text-transform:uppercase;
	letter-spacing:1.5px;
}

#pages.photos h2 {
	text-align:center;
	width:100%;
}

#pages.photos .album.inner .title {
	display:none;
}

#pages.photos .main.padding{
	display:flex;
	flex-wrap:wrap;
}

#pages.photos .album{
	width:23%;
	margin:1%;
}

#pages.photos .id1.album, #pages.photos .id2.album, #pages.photos .id3.album {
	display:none;
}

#pages.photos .album .image{
	max-height:175px;
	overflow:hidden;
}

#pages.photos .album img{
	width:100%;
}



/*Contact */
#pages.contact .left {
	float:left;
	width:40%;
	margin:0px 0px 0px 5%;
	padding:30px 0px;
	line-height:25px;
}

#pages.contact .right {
	width:41%;
	margin:0px 5% 0px 0px;
	float:right;
	padding:30px 5%;
	background-color:#F8F8F8;
}

#pages.contact .right h2 {
	text-align:center;
}

#pages.contact .textfield, #pages.contact .textarea {
	padding:0px 4%;
	border:0px;
	border-radius:10px;
	font-family: 'Montserrat', sans-serif;
}

#pages.contact i {
	color:#CCB38E;
	float:left;
	width:5%;
	font-size:20px;
	padding:2px 0px 0px 0px;
}

#pages.contact .info {
	float:right;
	width:93%;
	text-align:left;
}

#pages.contact .phone {
	clear:both;
	margin:20px 0px 0px 0px;
}

#pages.contact .phone a {
	color:#1F426B;
}

#pages.contact .submit {
	background-color:#CCB38E;
	color:#FFF;
	width:33%;
	border-radius:25px;
	text-transform:lowercase;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}

