/*!
 * Belladonna The Wedding
 *
 * Designed and built by illuminar
 * www.illuminar.asia
 */

/*!
 * 1. Common Tag
 * 2. Useful Class
 * 3. Header
 * 4. Home
 * 5. Content
 * 6. About
 * 7. Work
 * 8. Schedule
 * 9. Contact
 */



/* 1. Common Tag
==================== */
@font-face {
    font-family: 'novecento_widelight';
    src: url('../fonts/novecentowide-light-webfont.eot');
    src: url('../fonts/novecentowide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-light-webfont.woff') format('woff'),
         url('../fonts/novecentowide-light-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-light-webfont.svg#novecento_widelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_widebook';
    src: url('../fonts/novecentowide-book-webfont.eot');
    src: url('../fonts/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-book-webfont.woff') format('woff'),
         url('../fonts/novecentowide-book-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-book-webfont.svg#novecento_widebook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_widemedium';
    src: url('../fonts/novecentowide-medium-webfont.eot');
    src: url('../fonts/novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-medium-webfont.woff') format('woff'),
         url('../fonts/novecentowide-medium-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-medium-webfont.svg#novecento_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	color: #5f3813;
	font-family: 'PT Sans Narrow', sans-serif;
	min-height: 100%;
	min-width: 980px;
}

p {
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 16px;
}
a {
	color: #5f3813;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
a:hover {
	color: #111111;
	text-decoration: none;
}
a:focus,
a:active,
a:visited {
	color: #5f3813;
	text-decoration: none;
	outline: none;
}
h1 {
    font-family: 'novecento_widemedium', sans-serif;
    font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	padding: 28px 0;
}
h3 {
    font-family: 'novecento_widemedium', sans-serif;
    font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}
h4 {
    font-family: 'ProximaNovaSemibold';text
    font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}



/* 2. Useful Class
==================== */
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.image img {
	width: 100%;
	height: auto;
	display: block;
}
.jt-kerning span {
	margin: 0 8px 0 0;
}
.jt-kerning span:last-child {
	margin: 0;
}
.jt-block {
	display: block;
}
.jt-inlineblock {
	display: inline-block;
}

.jt-inline-box {
	font-size: 0;
}
.jt-inline-box .jt-inlineblock {
	font-size: 18px;
	vertical-align: top;
	margin-right: 20px;
}

.jt-margin-bottom-10 {
	margin-bottom: 10px;
}
.jt-margin-bottom-20 {
	margin-bottom: 20px;
}
.jt-margin-bottom-30 {
	margin-bottom: 30px;
}



/* 3. Header
==================== */
#jt-header {
	position: fixed;
	background: url(../media/header-overlay.png) repeat;
	z-index: 11;
	width: 100%;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	-webkit-box-shadow:  0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:  0px 4px 8px 0px rgba(0, 0, 0, 0.1);
		 -o-box-shadow:  0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        	box-shadow:  0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
#jt-header ul {
	list-style-type: none;
	font-size: 0;
	margin: 0;
}
#jt-header li {
	display: inline-block;
}
#jt-header li a {
    font-family: 'novecento_widemedium', sans-serif;
	color: #5f3813;
	line-height: 100px;
	font-size: 14px;
	display: block;
	padding: 0 20px;
}
#jt-header li a:hover {
	color: #ffffff;
	background: #d1b9a1;
}
#jt-logo {
	background: #5f3813;
	height: 100px;
	display: block;
	text-align: center;
	line-height: 100px;
}
#jt-logo span {
	display: block;
	background: url(../media/logo-bg.jpg) no-repeat center center;
}


/* 4. Home
==================== */
#jt-mainslideshow {
	position: relative;
}
#jt-slideshowoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../media/slideshow-overlay.png) repeat;
	z-index: 2;
}
#jt-mainslideshow .slides-navigation {
	display: none;
}
#jt-mainslideshow .slides-pagination {
	bottom: 80px;
}
#jt-mainslideshow .slides-pagination a {
	margin: 0 5px;
	text-indent: -1000%;
	overflow: hidden;
	border: 2px solid #5f3813;
}
#jt-mainslideshow .slides-pagination a.current {
	background: #5f3813;
}
#jt-slideshow-slidedown {
    font-family: 'novecento_widemedium', sans-serif;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
	z-index: 3;
	font-size: 14px;
	color: #5f3813;
	text-align: center;
}
#jt-slideshow-slidedown a {
	display: inline-block;
}
#jt-slideshowtext {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.jt-title {
	margin-bottom: 10px;
}
.jt-title.jt-kerning span {
	margin: 0 16px 0 0;
}
.jt-title.jt-kerning span:last-child {
	margin: 0;
}



/* 5. Content
==================== */
#jt-content {
	background: #f8f6e3 url(../media/parallax1.png) repeat-y center top;
}
#jt-content2 {
	background: url(../media/parallax2.png) repeat-y center top;
}
#jt-content3 {
	background: url(../media/parallax3.png) repeat-y center top;
	padding: 50px 0;
}
.jt-box {
	margin-bottom: 40px;
}




/* 6. About
==================== */
#jt-about-paragraph {
	margin-bottom: 20px;
}
.jt-certificate {
	border: solid 6px #e8e3b9;
	margin-bottom: 20px;
}
.jt-certificate a,
.jt-certificate img {
	display: block;
	position: relative;
}
.jt-certificate img {
	width: 100%;
	height: auto;
}
.jt-certificate-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../media/slideshow-about.png) repeat;
	z-index: 4;
	opacity: 0;
	color: #fff;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
.jt-certificate-overlay:hover {
	opacity: 1.0;
}
.jt-certificate-overlay:hover {
	opacity: 1.0;
}
.jt-certificate-search {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
#jt-about-slideshow.flexslider {
	border: solid 6px #e8e3b9;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow : none;
	   -moz-box-shadow : none;
		 -o-box-shadow : none;
			box-shadow : none;
}
#jt-about-slideshow .flex-direction-nav a:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 18px;
}
#jt-about-slideshow .flex-direction-nav a.flex-next:before {
	content: "";
}
#jt-about-slideshow .flex-direction-nav a {
	font-size: 0;
	line-height: 34px;
	overflow: hidden;
	opacity: 0.1;
	width: 34px;
	height: 34px;
	border: solid 3px #000;
	display: block;
	text-align: center;
	-webkit-border-radius : 20px;
	   -moz-border-radius : 20px;
		 -o-border-radius : 20px;
			border-radius : 20px;
}
#jt-about-slideshow .flex-direction-nav .flex-prev {
	left: 10px;
}
#jt-about-slideshow .flex-direction-nav .flex-next {
	right: 10px;
}



/* 7. Work
==================== */
#jt-work #filters {
	list-style-type: none;
	margin: 0 0 40px;
	font-size: 0;
}
#jt-work #filters li {
	list-style-type: none;
	margin: 0;
	display: inline-block;
}
#jt-work #filters li a {
	color: #5f3813;
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
	background: #e9e3b9;
	margin-right: 20px;
	line-height: 40px;
	display: block;
}
#jt-work #filters li a:hover,
#jt-work #filters li a.selected {
	color: #e9e3b9;
	background: #5f3813;
}
#jt-work #container .element {
	margin-bottom: 80px;
}
#jt-work #container .element a {
	display: block;
	position: relative;
}
#jt-work #container .element .jt-work-image {
	border: solid 6px #e8e3b9;
}
#jt-work #container .element img {
	width: 100%;
	height: auto;
}
#jt-work #container .element .jt-work-overlay {
	width: 60px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
#jt-work #container .element .jt-work-detail {
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 20px 0;
	background: #e8e3b9 url(../media/work-detail.jpg) no-repeat center top;
	z-index: 10;
}
#jt-work #container .element .jt-work-zoom {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 50%;
	top: -20px;
	line-height: 40px;
	font-size: 18px;
	margin-left: -20px;
	text-align: center;
	color: #5f3813;
	opacity: 0.4;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
#jt-work #container .element a:hover .jt-work-zoom {
	opacity: 1.0;
}



/* 8. Schedule
==================== */
#jt-calendar-date {
	float: left;
}
#jt-calendar-date * {
    font-family: 'novecento_widemedium';
}
#jt-calendar-date .ui-corner-all {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}
#jt-calendar-date .ui-widget {
	font-size: 18px;
}
#jt-calendar-date .ui-widget-content {
	background: #fff;
	border: none;
}
#jt-calendar-date .ui-datepicker {
	padding: 20px;
	width: 560px;
	height: 480px;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-header {
	padding: 0;
	font-weight: normal;
}
#jt-calendar-date .ui-datepicker .ui-widget-header {
	background: none;
	border: none;
	color: #bdbdbd;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-title {
	margin: 0 80px;
	line-height: 60px;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-month {
	margin: 0 16px 0 0;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-month span,
#jt-calendar-date .ui-datepicker .ui-datepicker-year span {
	margin: 0 8px 0 0;
}
#jt-calendar-date .ui-datepicker-calendar thead th span {
	margin: 0 6px 0 0;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-month span:last-child,
#jt-calendar-date .ui-datepicker .ui-datepicker-year span:last-child,
#jt-calendar-date .ui-datepicker-calendar thead th span:last-child {
	margin: 0;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-prev, 
#jt-calendar-date .ui-datepicker .ui-datepicker-next {
	height: 60px;
	width: 80px;
	top: 0;
	z-index: 10;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-prev {
	left: 0;
}
#jt-calendar-date .ui-datepicker .ui-datepicker-next {
	right: 0;
}
#jt-calendar-date .ui-datepicker-prev .ui-icon,
#jt-calendar-date .ui-datepicker-next .ui-icon {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0.1;
	cursor: pointer;
}
#jt-calendar-date .ui-state-hover{
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
}
#jt-calendar-date .ui-datepicker-prev .ui-icon {
	background: url(../media/arrow.png) no-repeat left center;
}
#jt-calendar-date .ui-datepicker-next .ui-icon {
	background: url(../media/arrow.png) no-repeat right center;
}
#jt-calendar-date .ui-datepicker-calendar thead th {
	color: #bdbdbd;
	font-weight: normal;
	width: 80px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
}
#jt-calendar-date .ui-datepicker td {
	font-size: 18px;
	border: none;
	padding: 10px 20px;
	position: relative;
}
#jt-calendar-date .ui-datepicker td a {
	position: relative;
}
#jt-calendar-date .ui-datepicker td a:before {
	content: " ";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 6px;
	color: #fff;
	display: none;
	top: 4px;
	right: 4px;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: #FFAFAF;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
		 -o-border-radius: 20px;
			border-radius: 20px;
}
#jt-calendar-date .ui-datepicker td.highlightNotAvailable a:before {
	display: block;
}
#jt-calendar-date .ui-datepicker td.ui-datepicker-current-day a:before {
	background: #fff;
}
#jt-calendar-date .ui-state-default, 
#jt-calendar-date .ui-widget-content .ui-state-default, 
#jt-calendar-date .ui-widget-header .ui-state-default  {
	background: none;
	border: none;
	font-weight: normal;
	color: #818181;
}
#jt-calendar-date .ui-datepicker td span, 
#jt-calendar-date .ui-datepicker td a  {
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
#jt-calendar-date .ui-datepicker td.ui-datepicker-current-day a {
	background: #ffafaf;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
#jt-calendar-date .ui-datepicker td.ui-datepicker-current-day a.ui-state-hover {
	opacity: 1.0;
}
#jt-calendar-date .ui-datepicker td.highlight a {
	color: #ffafaf;
}
#jt-calendar-date .ui-datepicker td.highlight a.ui-state-active {
	color: #fff;
}
#jt-calendar-date .ui-datepicker td.outDateEvent a {
	opacity: 0.4;
}

#jt-calendar-detail {
	padding: 20px;
	width: 530px;
	height: 480px;
	background: #e8e3b9;
	float: left;
	position: relative;
}
#jt-calendar-detail-notes {
	position: absolute;
	bottom: 20px;
	color: #9D7A59;
	font-size: 14px;
	font-style: italic;
	
}
#jt-calendar-today {
	padding-bottom: 20px;
	background: url(../media/dotted.png) repeat-x left bottom;
	margin-bottom: 20px;
}
#jt-calendar-today-title {
	line-height: 60px;
    font-family: 'novecento_widemedium';
    font-size: 18px;
}
#jt-calendar-today-day {
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	margin-right: 20px;
}
#jt-calendar-today-month,
#jt-calendar-today-week {
	text-align: left;
}
#jt-calendar-today-month {
    font-family: 'novecento_widemedium';
    font-size: 36px;
    color: #f8f6e3;
    line-height: 44px;
    padding-top: 16px;
}
#jt-calendar-today-week {
    font-size: 22px;
    color: #5f3813;
    line-height: 22px;
    padding-bottom: 18px;
}

#jt-calendar-schedule-getdate {
    font-size: 18px;
    color: #5f3813;
    font-weight: 700;
    margin-bottom: 10px;
}
.jt-calendar-schedule-list {
    font-size: 18px;
}
.jt-calendar-schedule-time {
	width: 90px;
	color: #9d7a59;
}



/* 9. Contact
==================== */
#jt-contact {
	padding: 40px 0;
	background: #e8e3b9 url(../media/contact-bg.jpg) no-repeat center bottom;
	background-attachment: fixed;
}
#jt-contact-title {
    font-family: 'novecento_widelight';
	font-size: 72px;
	line-height: 100px;
	margin-bottom: 20px;
	color: #e8e3b9;
}
#jt-contact-title span {
    font-family: 'novecento_widebook';
}
#jt-contact-info {
	padding-left: 200px;
	color: #fff;
}
.jt-social a {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #e8e3b9;
	display: block;
	opacity: 0.6;
	-webkit-border-radius : 40px;
	   -moz-border-radius : 40px;
		 -o-border-radius : 40px;
			border-radius : 40px;
}
.jt-social a:hover {
	opacity: 1.0;
	color: #5f3813;
}
#jt-contact-form {
	padding-right: 200px;
	color: #fff;
}
input.jt-textfield,
textarea.jt-textarea  {
	border: solid 1px #cecece;
	background: #fff;
	width: 330px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		 -o-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius : 8px;
	   -moz-border-radius : 8px;
		 -o-border-radius : 8px;
			border-radius : 8px;
}
input.jt-textfield {
	height: 58px;
	padding: 0 19px;
}
input.jt-textfield:focus {
	border-color:#cecece;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
textarea.jt-textarea {
	height: 100px;
	padding: 19px;
    resize: none;
}
button.jt-btn {
	background: #e8e3b9;
	color: #5f3813;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius : 8px;
	   -moz-border-radius : 8px;
		 -o-border-radius : 8px;
			border-radius : 8px;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
		 -o-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}
button.jt-btn:hover {
	background: #5f3813;
	color: #e8e3b9;
}



/* 10. Media Query
==================== */
@media (max-width: 1200px) {
	#jt-calendar-detail {
		width: 300px;
	}
	
	#jt-contact-info {
		padding-left: 90px;
	}
	#jt-contact-form {
		padding-right: 90px;
	}
}