@charset "utf-8";

/* Force Firefox to show broken/missing image placeholders
------------------------------------------------------------------*/
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken {
		-moz-force-broken-image-icon:1;
		width:100%;
		height:100%;
	}
}

@font-face{font-family:'LetterGothicStdMedium';src:url('../fonts/LetterGothicStd/lettergothicstd_0.eot');src:url('../fonts/LetterGothicStd/lettergothicstd_0.eot') format('embedded-opentype'), url('../fonts/LetterGothicStd/lettergothicstd_0.woff2') format('woff2'), url('../fonts/LetterGothicStd/lettergothicstd_0.woff') format('woff'), url('../fonts/LetterGothicStd/lettergothicstd_0.ttf') format('truetype'), url('../fonts/LetterGothicStd/lettergothicstd_0.svg#LetterGothicStdMedium') format('svg')}@font-face{font-family:'LetterGothicStdBold';src:url('../fonts/LetterGothicStd/lettergothicstd-bold_0.eot');src:url('../fonts/LetterGothicStd/lettergothicstd-bold_0.eot') format('embedded-opentype'),url('../fonts/LetterGothicStd/lettergothicstd-bold_0.woff2') format('woff2'),url('../fonts/LetterGothicStd/lettergothicstd-bold_0.woff') format('woff'),url('../fonts/LetterGothicStd/lettergothicstd-bold_0.ttf') format('truetype'),url('../fonts/LetterGothicStd/lettergothicstd-bold_0.svg#LetterGothicStdBold') format('svg')}@font-face{font-family:'LetterGothicStdBoldSlanted';src:url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.eot');src:url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.eot') format('embedded-opentype'),url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.woff2') format('woff2'),url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.woff') format('woff'),url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.ttf') format('truetype'),url('../fonts/LetterGothicStd/lettergothicstd-boldslanted_0.svg#LetterGothicStdBoldSlanted') format('svg')}@font-face{font-family:'LetterGothicStdSlanted';src:url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.eot');src:url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.eot') format('embedded-opentype'),url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.woff2') format('woff2'),url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.woff') format('woff'),url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.ttf') format('truetype'),url('../fonts/LetterGothicStd/lettergothicstd-slanted_0.svg#LetterGothicStdSlanted') format('svg')}

body {
	color:#f2f5c7;
	font-family:'LetterGothicStdMedium', Arial, sans-serif;
	font-size:20px;
	line-height:26px;
	margin:0;
	padding:0;
	position:relative;
	-webkit-text-size-adjust:none;
	background:none repeat scroll 0 0 #28274d;
	background-image:url('../images/bg.png');
	background-position:center center;
	background-repeat:repeat-y;
}
body:after {
	content:'';
	position:fixed;
	right:0;
	top:0;
	width:25%;
	height:100%;
	z-index:0;
	background:url('../images/bg-brand.png') no-repeat right center fixed; 
	background-size:contain;
	}
.bold {
	font-family:'LetterGothicStdBold', Arial, sans-serif;
}
.italic {
	font-family:'LetterGothicStdSlanted', Arial, sans-serif;
}
.bold-italic {
	font-family:'LetterGothicStdBoldSlanted', Arial, sans-serif;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
a {
	color:#28274d;
	text-decoration:none
}
a:hover, a:focus {
	color:#28274d;
	text-decoration:none
}
a, button, input[type="submit"], input[type="reset"] {
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
a:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
	outline:thin dotted #333 !important;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.link-reverse {
	color:#E95D00
}
.link-reverse:hover, .link-reverse:focus {
	color:#CA5100
}
strong, b {
	font-weight:600
}
p {
	line-height:1.6
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	font-style:inherit;
	color:#f2f5c7;
	font-family:'Pacifico', Arial, sans-serif;
}
h1, h2, h3 {
    text-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
    text-transform:lowercase;
}
.heading{margin-bottom:25px}
.heading:first-child{margin-bottom:55px}
h1 {
	font-size:100px;
	line-height:1;
	word-spacing:-1px
}
h2 {
	font-size:20px;
	word-spacing:-0.005em
}
h3 {
	font-size:18px;
	margin:0;
	word-spacing:-0.005em
}
h4 {
	font-size:16px;
	margin:10px 0
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
	margin:10px 0;
}
.upper{text-transform:uppercase}
.fs11{font-size:11px}
.container {
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto
}
.container:before, .container:after {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
.container:before, .container:after {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
.container-fluid {
	padding:0 10px
}
.row {
	margin-left:-10px;
	margin-right:-10px
}
.img-responsive, .thumbnail > img, .thumbnail a > img {
    display:block;
    max-width:100%;
    /*height:100%!important;*/
}
.page-container {
    margin:0 auto;
    padding:0;
	position:relative;
	/*-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,1);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,1);*/
}
.hidden-desktop {display: none;}

@media(max-width:767px){.visible-xs {display: block;} .img-responsive, .thumbnail > img, .thumbnail a > img {height:auto!important}body:after{display:none}}
/* Container
-------------------------------------------------- */
@media(max-width:767px){.page-container{width:100%}}
@media only screen and (min-width :768px) and (max-width:1023px) {.visible-md {display: block;}}
@media only screen and (min-device-width :768px) and (max-device-width:991px){.page-container{width:100%}body:after{display:none}}
@media(min-width:1200px){.page-container{width:1024px}}
.page-container:before {
    position:absolute;
	top:0px;
	left:0;
	width:1px;
	height:100%;
	content:'';
	background-color:#c0c19e;
}
.page-sidebar {
	float:left;
	position:relative;
    width:25%;
}
.page-sidebar-inner {
	float:left;
	margin-left:1px;
	position:fixed;
    width:230px;
}
@media(max-width:767px){body{background:none repeat scroll 0 0 #f3f5c6;}.page-sidebar-inner{width:35%;background-color:#f3f6c4}.page-container:before{display:none}}
@media only screen and (min-device-width :768px) and (max-device-width:991px){body{background:none repeat scroll 0 0 #f3f5c6;}.page-sidebar-inner{width:35%;background-color:#f3f6c4}.page-container:before{display:none}}
.page-content {
    margin-left:25%;
    margin-top:0;
	padding-left:1px;
    min-height:764px;
	position:relative;
}
@media(max-width:767px){.page-sidebar{width:35%}.page-content{margin-left:35%;min-height:inherit}}
@media only screen and (min-device-width :768px) and (max-device-width:991px){.page-sidebar{width:30%}.page-content{margin-left:30%;min-height:inherit}.page-sidebar-inner{width:30%;background-color:#f3f6c4}}
.page-content {
	margin-top:0;
	padding:0;
	background:none repeat scroll 0 0 #28274d;
	}
	.container-fluid {
		padding-left:25px;
		padding-right:0px;
		}
		.wrapper {
			position:relative;
			z-index:10;
			min-height:300px;
			padding:85px 0;
			}
				
/*.wrapper, .wrapper:first-child {
    padding-top:85px;
}
.wrapper:last-child {
    padding-bottom:75px;
}*/
@media(max-width:767px){.page-content:after{display:none}.container-fluid{padding-left:15px;padding-right:15px}.wrapper,.wrapper:first-child{padding-top:35px}.wrapper:last-child{padding-bottom:35px}.wrapper:first-child .heading:first-child{margin-bottom:15px}.wrapper:first-child h1{margin-top:0}.fs1 p{line-height:16px; font-size: 14px;}}

/* Header 
-------------------------------------------------- */
.primaryHeader, .primaryHeader > .navbar-header > .navbar-brand {
	width:100%;
}
.primaryHeader > .navbar-header {
	padding:20px 10px 20px;
}
@media(max-width:767px){.primaryHeader > .navbar-header{padding:20px 6px}.scroller{height:500px;overflow-x:hidden!important;overflow-y:scroll;-webkit-overflow-scrolling: touch}}

/* Header --> Menu
-------------------------------------------------- */
nav {
	margin-top:15px
	}
	ul.page-sidebar-menu {
		list-style:none outside none;
		margin:0;
		padding:0;
		border-bottom:1px solid #c0c19e;
		}
		ul.page-sidebar-menu > li {
			border:0 none;
			display:block;
			margin:0;
			padding:0;
			}
			ul.page-sidebar-menu > li > a {
				border:0 none;
				display:block;
				font-size:24px;
				margin:0;
				padding:15px 25px;
				text-decoration:none;
				letter-spacing:-0.035em;
				text-transform:uppercase;
				font-family:'LetterGothicStdBold', Arial, sans-serif;
				}
				ul.page-sidebar-menu > li > a {
					color:#333333;
					display:block;
					border-top:1px solid #c0c19e;
					}
					ul.page-sidebar-menu > li.active > a, ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a {
						color:#28274d;
						background:none repeat scroll 0 0 #ffffff;
						}
						ul.page-sidebar-menu > li > a .selected {
							display:none
							}
						ul.page-sidebar-menu > li.active > a .selected {
							position:relative;
							float:right;
							display:block
							}
							ul.page-sidebar-menu > li.active > a .selected:before,ul.page-sidebar-menu > li.active > a .selected:after {
								top:13px;
								right:-25px;
								display:inline;
								float:right;
								border:solid transparent;
								content:" ";
								height:0;
								width:0;
								position:absolute;
								pointer-events:none;
								}
								ul.page-sidebar-menu > li.active > a .selected:after {
									border-right-color:rgba(40,39,77,1);
									*border-right-color:#28274d;
									border-width:28px;
									margin-top:-28px;
									}
									ul.page-sidebar-menu > li.active > a .selected:before {
										border-right-color:rgba(0,0,0,0);
										border-width:28px;
										margin-top:-28px;
										}
										.page-sidebar ul > li > a > .fa {
											display:block
											}
										.page-sidebar ul > li.active > a > .fa {
											display:none
											}
										.page-sidebar ul > li > a > .fa {
											display:inline;
											float:right;
											margin-top:7px;
											font-style:normal;
											}
@media(max-width:767px){ul.page-sidebar-menu > li > a{padding:8px 5px 4px}.page-sidebar ul > li > a > .fa{margin-top:4px;}ul.page-sidebar-menu > li.active > a .selected:before,ul.page-sidebar-menu > li.active > a .selected:after{right:-5px;top:21px;border-width:18px}}

/* Header --> Email
-------------------------------------------------- */									
.emailBlock {
	text-align:center;
	width:100%;
	padding:50px 0 30px
	}
	.emailBlock>a {
		font-size:14px;
		letter-spacing:-0.05em;
		font-family:'LetterGothicStdBold', Arial, sans-serif;
		}
		@media(max-width:767px){ul.page-sidebar-menu > li > a{font-size:12px;}}
@media(max-width:767px){.emailBlock{padding:15px 0 6px;word-break:break-all;font-smooth:always;font-size:11px;line-height:14px}.page-sidebar ul > li > a > .fa{margin-top:4px;}ul.page-sidebar-menu > li.active > a .selected:before,ul.page-sidebar-menu > li.active > a .selected:after{right:-5px;top:21px;border-width:18px;}}

/* Header --> Social
-------------------------------------------------- */
.social {
	padding:0px 10px;
	}
	.social > ul {
		width:100%;
		text-align:center;
		display:inline-block;
		padding:20px 0px 14px;
		border-top:1px solid #c0c19e;
		border-bottom:1px solid #c0c19e;
		}
		@media(max-width:767px){nav{margin-top:10px}.social{margin-top:-10px}.social > ul{padding:10px 0px 14px}}
		.social > ul > li {
			width:32px;
			height:32px;
			margin:0 -2px;
			text-align:center;
			display:inline-block;
			}
			.social > ul > li > a {
				width:32px;
				height:32px;
				color:#fff;
				text-align:center;
				display:inline-block;
				background-color:rgba(40,39,77,1);
				*background-color:#28274d;
				border-radius:50%;
				-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.15);
				box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.15)
				}
				.page-sidebar .social > ul > li > a > .fa {
					float:left;
					width:32px;
					height:32px;
					font-size:18px;
					line-height:20px;
					font-style:normal;
					}
					.page-sidebar .social > ul > li.icons > a > .fa {
						}
					.page-sidebar .social > ul > li.icons.fb > a > .fa {
						text-indent:-2px;
						}
					.page-sidebar .social > ul > li.icons.fb > a:hover {
						background-color:#395a9f
						}
					.page-sidebar .social > ul > li.icons.twtr > a:hover {
						background-color:#00afe8
						}
					.page-sidebar .social > ul > li.icons.in > a:hover {
						background-color:#007bb6
						}
					.page-sidebar .social > ul > li.icons.insta > a:hover {
						background-color:#d4c6aa
						}
					.page-sidebar .social > ul > li.icons.yt > a:hover {
						background-color:#cd2121
						}
						.page-sidebar .social > ul > li:not(.icons) {
							width:100%;
							clear:both;
							font-size:16px;
							height:auto;
							color:#28274d;
							margin-bottom:5px
							}
							@media(max-width:767px){.page-sidebar .social > ul > li:not(.icons){font-size:12px;line-height:15px}.page-sidebar .social > ul > li > a > .fa{line-height:24px}}

/* Header --> Footer
-------------------------------------------------- */
footer {
	margin:-10px 0 0;
	padding:0;
	width:100%;
	font-size:12px;
	color:#28274d;
	text-align:center;
	letter-spacing:-0.05em
	}
@media (max-width: 480px) {footer{text-overflow:ellipsis;overflow:hidden;}}