/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-moz-keyframes wonderful-even {
    from { opacity: 0; transform: rotate(10deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-webkit-keyframes wonderful-even {
    from { opacity: 0; transform: rotate(10deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-ms-keyframes wonderful-even {
    from { opacity: 0; transform: rotate(10deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-o-keyframes wonderful-even {
    from { opacity: 0; transform: rotate(10deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-moz-keyframes wonderful-odd {
    from { opacity: 0; transform: rotate(-8deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-webkit-keyframes wonderful-odd {
    from { opacity: 0; transform: rotate(-8deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-ms-keyframes wonderful-odd {
    from { opacity: 0; transform: rotate(-8deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
@-o-keyframes wonderful-odd {
    from { opacity: 0; transform: rotate(-8deg) scale(.8) }
    to { opacity: 1; transform: rotate(0deg) scale(1) }
}
::selection {background: #d7d1d1;color: #000;}
::-webkit-selection {background: #d7d1d1;color: #000;}
::-moz-selection {background: #d7d1d1;color: #000;}
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
*:before{
	box-sizing:border-box;
}
*:after{
	box-sizing:border-box;
}
body{
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	font-smooth: never;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;
	}
a, ul, li, .button{
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;text-decoration: none;
}
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: inherit;
	font-weight: normal;
}
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
	display: block;
  }
  ol, ul {
	list-style: none;
  }
 .header{
	 
height: 100px;
/* background-color: #d7d1d1; */
margin: auto;
margin: 0 auto;
position: fixed;
top: 0;
width: 100%;
display: table-row;
vertical-align: middle;
z-index: 999;
}
.header .logo {
background: url(../imgs/wordmark.png) no-repeat center;
background-size: 283px;
width: 283px;
height: 100%;
display: inline-block;
vertical-align: middle;
position: relative;
float: left;
margin-left: 50px;
}
.header .nav{/* width: 50%; */display: inline-block;float: right;height: 100%;text-align: center;margin-right: 50px;}
.header ul{display: table;text-align: center;vertical-align: middle;height: 100%;}
.header li{ padding: 0 20px;display: table-cell;height: 100%;vertical-align: middle;
}
.header a{
    	color: #999;
	text-decoration: none;
	display:table-cell;
            vertical-align: middle;height: 30px;font-size: .8em;

}
.header a:hover:before, .header a:hover:after{
	color: #fff;
	opacity:1;
}
.header a:hover{
	color:rgb(255,255,255);
}
.header a:before, .header a:after{
	content:"";
	position:absolute;
}
.event-header{; height: 80px;background-color: #000;color: #fff;opacity: 0;position: fixed;top: 100px;z-index: 1;width: 100%;-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
text-decoration: none;line-height: 50px;text-align: center; }
.event-header-show{
	opacity: 1;
}
.event-header h1{display: inline-block;float: left;margin-left: 50px;text-transform: capitalize;font-family: 'Varela Round', sans-serif;text-transform: uppercase;
}
.event-header a{display: inline-block;right: 20px;    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 0 25px;
    margin: 25px 0;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transform: translateZ(0px);
    font-size: .6em;
    border-radius: 0;
    height: 30px;
    
    line-height: 30px;font-family: 'Varela Round', sans-serif;position: absolute;
}
.event-header a:hover{
    background-color: transparent ;
    color: #fff;
    border: 1px solid #fff;
	transform: scale(1.02) translateZ(0px);
	text-decoration: none;


}

.wrapper{
	
}
.full-box-element{width: 100%;height: 720px;display: table; position: relative;}
.wrapper #two-columns{height: 100%;float: left;width: 50%;display: table-cell;vertical-align: middle; position: relative;
	
}
.wrapper .text{
display: inline-block;
position: absolute;
}
       #map {
        height: 400px;
        width: 100%;
       }

#vertical-middle{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.text h1{
		font-family: 'Baskerville', serif;font-size: 2em;
}
.text h2{
}
.text h3{
}
.text h4{
}

.text #arabic{
	font-family: 'Lateef', cursive;font-size: 1.3em;direction: rtl;text-align: inherit;letter-spacing: 0;
}
#contact a{color: #000;
    
}

#contact a:hover{
    text-decoration: underline;
}


.footer{background-color: #000;color: #fff;margin: 0 auto;text-align: center;padding: 50px;/* bottom: 0; */; /* position: absolute; */; width: 100%;; display: inline-block;
    
}
.footer .logo{
    
}
.footer .text{font-family: 'Libre Baskerville', serif;display: inline-block;
    
}
#mc_embed_signup{}
.hostme-form-submit{
	
}
.element-a{
width: 100%;
float: left;
background-size: cover;
background-repeat: no-repeat;
position: relative;
height: 460px;
background-position: center center;
overflow: hidden;	
}
.element-a .text{
 	width: 100%;
 	/* max-width: 600px; */
 	margin: 0 auto;
 	color: #fff;
 	text-align: center;
 	position: relative;
 	padding: 40px;
 	display: table;
 	top: 50%;
 	-webkit-transform: perspective(1px) translateY(-50%);
 	-ms-transform: perspective(1px) translateY(-50%);
 	transform: perspective(1px) translateY(-50%);
}
.element-a .img{display: block;background-size: cover;background-position: center center; background-repeat: no-repeat; margin: 0 auto;
}
.element-a .right{
    text-align: right;
    max-width: 960px;
}
.element-a .left{
    text-align: left;
    max-width: 960px;
}
.element-a .dark{
	color: #000
}
.element-a .dark-box{
    background-color: rgba(15, 15, 15, 0.8);
    max-width: 460px;
}
.element-a .light-box{
	background-color: rgba(255, 255, 255, 1);
	max-width: 460px;
}
.element-a .text h1, .text h1{
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-size: 2em;
}
.element-a .text h2, .text h2{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 250%;
font-family: 'Libre Baskerville', serif;
    font-style: italic;
}
.element-a .text h3, .text h3{
    width: 100%;
    font-weight: 300;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;font-family: 'Varela Round', sans-serif;
}
.element-a .text h4, .text h4{
    width: 100%;
    font-weight: 300;
    font-size: inherit;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;text-align: left;
}
.fadeIn.wow.text span {
    color: #fff !important;
}
.element-a .text p, .text p{
	width: 100%;
	font-size: 90%;
	font-weight: 300;
	margin: 0 auto;
}
.element-a a{
    color: #fff;
}
.element-a .text .button, .element-b .paragraph-cell .text .button, .text .button{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 0 25px;
    margin: 5px auto 0;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transform: translateZ(0px);
    font-size: .6em;
    border-radius: 0;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}
.element-a .text .button:hover, .element-b .paragraph-cell .text .button:hover,.text .button:hover{
    background-color: transparent ;
    color: #fff;
    border: 1px solid #fff;
	transform: scale(1.02) translateZ(0px);
	text-decoration: none;
}
.element-a .text .text #dark, .element-b .paragraph-cell .text .text #dark,.text #dark{
background-color: #000;
color: #fff;
border: none;
}
.element-a .text .text #dark:hover, .element-b .paragraph-cell .text .text #dark:hover,.text #dark:hover{
}
.social-media-wrapper{
	width: 100%;
	height: 100%;
	margin: 50px auto 0;
	text-align: center;
}
.social-media-wrapper a{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: 100px;
	margin: 0 20px;
	
}
.social-media-wrapper a:hover{

}

.carousel-text{
    padding: 30px;
    background-color: rgba(15, 15, 15, 0.8);
    /* border: 1px solid #fff; */
}
.carousel-text h3{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.5em;
}
.carousel-text p{
    /* font-size: 0.75em; */
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.divider{
	max-width: 30px;
	width: 100%;
	margin: 10px auto;
	border-top: 1px solid #fff;
	clear: both;
}
.divider#full{
    margin: 50px auto;
    max-width: 210px;
}



.element-b{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	display: table;
	padding-top: 20px;
	background-size: cover;
	background-repeat: no-repeat;color: #000;
}
.element-b-row{
    max-width: 960px;
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 20px;
    height: 100%;
}
.element-b-row #one-column{
    float: left;
    display: table;
    padding: 0 10px;
    width: 100%;
    height: 100%;
}
.element-b-row #two-columns{
    float: left;
    display: table;
    padding: 0 10px;
    width: 50%;
    height: 100%;
}
.element-b-row #three-columns{
    float: left;
    display: table;
    padding: 0 10px;
    height: 100%;
    width: 33.333%;
}
.element-b-row #two-thirds-columns{
    float: left;
    display: table;
    padding: 0 10px;
    width: 66.66%;
    height: 100%;
}
.element-b .link-cell{
	padding: 7px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	height: 300px;
	position: relative;
}
.element-b .link-cell:hover{
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        text-decoration: none;
}

.element-b .link-cell .text{
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    padding: 20px 20px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-transform: translateZ(0px);
    height: 300px;
}
.element-b .link-cell .dark{
text-shadow: none;
color: #000;
}
.element-b .link-cell h1{
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 200%;
	vertical-align: bottom;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	line-height: 1.2em;
}
.element-b .link-cell h2{
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal ;
}
.element-b .paragraph-cell{
    /* height: 100%; */
    background-position: center center;
    background-size: cover;
    position: relative;
}
.element-b .paragraph-cell .text{
    width: 100%;
    padding: 20px;
    
    -webkit-transform: translateZ(0px);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.element-b .paragraph-cell .dark{
	color: #000;
}
.element-b .paragraph-cell .text-top{
vertical-align: top;
}
.element-b .paragraph-cell .text img{
display: block;
margin: 0 auto 10px;
}
.element-b .paragraph-cell .text h1{
font-family: 'Libre Baskerville', serif;
    font-size: 200%;
    letter-spacing: 0;
    margin: 0;
    text-transform: none ;
}
.element-b .paragraph-cell .text h2{
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 0.9em;

}
.element-b .paragraph-cell .text h3{
text-align: left;
margin-bottom: 5px;
font-weight: 400;
}
.element-b .paragraph-cell .text p{
    font-size: 90%;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
}
.element-b .paragraph-cell .text a{
	color: inherit;
}
.element-b .paragraph-cell .text a:hover{
	text-decoration: underline ;
}
.element-b .img-cell{
background-size: cover ;
background-position: center;
position: relative;
}
.element-b .img-cell .caption{
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    padding: 20px 20px 8px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    box-shadow: inset 0px -40px 50px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 60%;
    letter-spacing: 2px;
}
.element-b .img-cell .caption h2{
}
.element-b .vid-cell{
}
.element-b .vid-cell .play-button{
}


.element-b #one-column{
}
.element-b #two-columns{
}
#main-pictures .carousel-cell{
	height: 300px;
	width: 600px;
	margin: 0 auto;
	background-size: 600px;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	
    .element-a .text .button, .element-b .paragraph-cell .text .button, .text .button{
    width: 100%;
    }

}