/*
 * Main site style definition
 */

/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	height: 100%;	
	overflow-y: scroll;
}

html.nagtri {
	background: #deddd9 url(../images/bg-nagtri.jpg) repeat 0 0;
}

html.naag {
	background: #e5e7e8 url(../images/bg-naag.jpg) repeat 0 0;
}

body {
	min-height: 100%;
    font-size: 1em;
	font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.6;	
}

.nagtri body {
	background: url(../images/bg-tree.png) no-repeat 50% 100%;
}

.naag body {
	background: url(../images/bg-scale.png) no-repeat 50% 100%;
}


::-moz-selection,
::selection {
	color: #fff;
    text-shadow: none;
}

.nagtri ::-moz-selection,
.nagtri ::selection {
    background: #7a1501;
}

.naag ::-moz-selection,
.naag ::selection {
    background: #104b7d;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:link {
	color: #1766a9;
	text-decoration: none;
	transition: color .2s;
}

a:visited {
	color: #1766a9;
	text-decoration: none;
	transition: color .2s;
}

a:hover {
	color: #094d86;
	text-decoration: underline;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 24px 0;
	margin: 1.5rem 0;	
}

h1, h2, h3, h4, h5, h6, #tagline {
	font-family: Tinos, georgia, serif;
	font-weight: 400;
	/** letter-spacing: -1px; **/
}

h1,
#tagline {
	font-size: 36px;
	font-size: 2.4rem;
	line-height: 100%;
}

h1 {
	color: #104b7d;
}

h2 {
	font-size: 1.7em;
}

.nagtri h2 {
	color: #7a1501;
}

.naag h2 {
	color: #104b7d;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

abbr[title] {
	border: 0;
}

label {
	display: block;
}

input[type=text],
select,
textarea {
	padding: 5px;
}

address {
	font-style: normal;
}

label {
	display: block;
}

input[type=text],
select,
textarea {
	padding: 5px;
}

#cont :first-child {
	margin-top: 0;
}

#cont ul {	
	margin: 0 40px;
	padding: 0;	
}

#cont ul li {
	padding: 0;	
	
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.width {
	max-width: 1200px;
	margin: 0 auto;
}
   
/* 
 * Header
 */
header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: #262424;
}

.nagtri header {
	border-top: 10px solid #7a1501;
}

.naag header {
	border-top: 10px solid #104b7d;
}
 
header a:link,
header a:visited {
	display: inline-block;
	padding: 25px 15px;
	transition: all .2s;
}

header.scrolled a:link,
header.scrolled a:visited {
	padding: 15px;
}
 
header .home {
	position: absolute !important;
	left: 25px;
	top: 0;
	font-weight: 700;
}

header .home > a {
	color: #f1e8e8 !important;
}

header .home .fa {
	position: relative;
	left: 5px;
	top: 1px;	
	font-size: 1.4em;
}

.nagtri header .home .fa {
	color: #7a1501;
}

.naag header .home .fa {
	color: #104b7d;
}
 
header ul {
	display: inline;
	margin: 0;
	padding: 0;
}

header li {
	margin: 0;
	padding: 0;
	display: inline;
}

header li a:link,
header li a:visited {
	color: #7dc4e1;
}

header li:first-child a {
	border: 0;	
}

header li a:hover,
.jetmenu > li:hover a {
	color: #a3dff8;
	text-decoration: underline;
}

header .open {
	display: none;
}

header .secondary.pipe {
	margin-left: 10px;
	padding-left: 15px;
	border-left: 2px solid #464141;
}

header .secondary.last {
	margin-right: 25px;
}

header .secondary a:link,
header .secondary a:visited {
	color: #f1e8e8;
}

header .secondary a:hover {
	color: #fff;
}

/* 
 * JET Menu (responsive menus)
 */

.jetmenu {
	position: relative;
	list-style: none;
	display: block;
	text-align: right;
	width: 100%;
}

.jetmenu * {
	text-align: left;
}

.jetmenu ul li {
	display: inline-block;
}

.jetmenu a {
	position: relative;
	outline: none;
	z-index: 10;
}
.jetmenu ul a {
	position: relative;
	padding: 20px 24px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.jetmenu .arrow-up {
	position: absolute;	
	bottom: 0;
	left: 40%;

	display: none;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
}

/* MEGAMENU */
.jetmenu > li > .megamenu {
	position: absolute;
	display: none;
	
	width: 25%;
	top: 75px;
	z-index: 99;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nagtri .jetmenu .arrow-up {
	border-bottom: 10px solid #302e2e;
}

.nagtri .jetmenu > li > .megamenu {
	background: #302e2e;
}

.naag .jetmenu .arrow-up {
	border-bottom: 10px solid #2e2f30;
}

.naag .jetmenu > li > .megamenu {
	background: #2e2f30;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
	position: relative;
}
.jetmenu li > .megamenu ul li {
	width: 100%;
	padding: 0;
}
.jetmenu li > .megamenu ul li.title{
	margin: 0;
	padding: 0 0 5px;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	color: #f1e8e8;
	font: 700 18px 'Open Sans', sans-serif;	
}

.nagtri .jetmenu li > .megamenu h5{
	border-bottom: solid 2px #3b3737;
}

.naag .jetmenu li > .megamenu h5{
	border-bottom: solid 2px #37393b;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	padding: 0;
	font-size: 14px;
	text-decoration: none;
}

.jetmenu li > .megamenu li > a{
	display: block;
}

.jetmenu li > .megamenu a:hover{
	text-decoration: underline;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width {
	right: 0;
}

/* MEGAMENU WIDTHS */
.jetmenu > li > .megamenu.half-width {
	width: 50%;
	margin-left: 0;
}
.jetmenu > li > .megamenu.full-width {
	width: 100%;
	left: 0;
	margin-left: 0;
}


/* DROPDOWN CONFIGURATION */
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;	
	min-width: 250px;
	z-index: 99;		
	background: #302e2e;
}
.jetmenu ul.dropdown{
	left: -25px;
	padding: 25px 0;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 100%;
	top: inherit;
	padding: 25px 0;
	margin-top: -25px;
	margin-left: 0 !important;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;	
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 3px 40px;
	display:inline-block;
	float:left;
	clear:both;
	text-decoration: none;
	
	font-size: 14px;	
	font-weight: 400;
	line-height: 16px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
	text-decoration: underline;
}

/* SUBMENU INDICATORS */
.jetmenu .indicator {
	position: relative;
	left: 5px;
	top: 0;
	float: right;	
}
.jetmenu ul li .indicator{
	top: 2px;
	left: 10px;
	color: #646161;
}

header form {
	display: none;
}

#tagline {
	margin: 0.5em auto 0px;
}

#tagline img {
	width: 88%;
}

.naag #tagline img {
	margin-top: .3em;
}

#tagline p {
	margin-right: 40px;
}

#tagline .fa {
	font-size: .75em;
}

#tagline a {
	white-space: pre;
}

/* 
 * Main content area
 */
#main {
	margin: 4.5em auto 0 auto;
	max-width: 1200px;
}
 
#cont {	
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}



/* 
 * Sidenav
 */
#nav ul {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	zoom: 1;
}

#nav a {
	padding: .75em 0;

	text-decoration: none;
	border-top: 2px solid #eee;
	transition: all .2s;
}


.nagtri #nav .primary a:hover {
	background: #f9f7f4;
}

.naag #nav .primary a:hover {
	background: #f4f6fa;
}

.nagtri #nav .primary .active,
.nagtri #nav .primary .active a,
.nagtri #nav .primary .active a:hover {
	color: #7a1501;
	font-weight: 700;
}

.naag #nav .primary .active,
.naag #nav .primary .active a,
.naag #nav .primary .active a:hover {
	color: #073b67;
	font-weight: 700;
}

#nav ul ul {
	padding-bottom: 0;
}

#nav ul ul a{
	padding: 0 10px 10px 30px;
	font-weight: 400 !important;
	border: 0;
	
	background: #fff url(../images/nav-bullet.png) no-repeat 0 7px !important;
}

#nav ul ul a:hover {
	text-decoration: underline;
}

#nav ul ul ul a{
	padding-left: 60px;
	background-position: 30px 7px !important;
}



/* 
 * Footer
 */

footer {
	color: #7c7b79;
} 

.nagtri footer h2,
.nagtri ffooter dt {
	color: #4c4a49;
}

.naag footer h2,
.naag footer dt {
	color: #414142;
}	
 
footer .width {
	padding: 20px 40px;
	max-width: 1120px;	
}


footer a:link {
	color: #4a85b7;
}

footer dt {
	float: left;
	font-weight: 700;
	width: 3em;
}

footer ul {
	padding: 0;
}

footer .copyright {
	padding: 30px;
	margin: 0;
	
	font-size: .9em;
	text-align: center;
	
	color: #8e8d8d;
	background: #262424;
	border-bottom: 10px solid #104b7d;
}

footer .copyright a {
	text-decoration: underline;
	color: #8e8d8d;
	transition: color .3s;
}

footer .copyright a:hover {
	color: #bcb7b7;
}

footer .pipe {
	padding: 0 10px 0 15px;
	margin-left: 10px;
	border-left: 2px solid #3b3737;
}




/* 
 * Grid layout 
 */

.row {
	margin: 10px 0 10px -40px;	
} 
 
.row [class^="span-"] {	
	float: left;	
}

.row [class^="span-"] > .inner {
	margin-left: 40px;
}

.row img {
	width: 100%;
	height: auto;
}

.row img.no-resize {
	width: auto !important;
} 

.span-1 {
	width: 12.5%;
}

.span-2 {
	width: 25%;
}

.span-3 {
	width: 37.5%;
}

.span-4 {
	width: 50%;
}

.span-5 {
	width: 62.5%;
}

.span-6 {
	width: 75%;
}

.span-7 {
	width: 87.5%;
}

.span-8 {
	width: 100%;
}

.grid-12 .span-1 {
	width: 8.33%;
}

.grid-12 .span-2 {
	width: 16.66%;
}

.grid-12 .span-3 {
	width: 25%;
}

.grid-12 .span-4 {
	width: 33.33%;
}

.grid-12 .span-5 {
	width: 41.66%;
}

.grid-12 .span-6 {
	width: 50%;
}

.grid-12 .span-7 {
	width: 58.33%;
}

.grid-12 .span-8 {
	width: 66.66%;
}

.grid-12 .span-9 {
	width: 75%;
}

.grid-12 .span-10 {
	width: 83.33%;
}

.grid-12 .span-11 {
	width: 91.66%;
}

.grid-12 .span-12 {
	width: 100%;
}

/* 
 * Image slider
 */
#slider {
	position: relative;
} 
 
#slider .slide {
	display: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

#slider .slide.next {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#slider .slide:first-child {
	display: block;
}

#slider .overlay {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 10px 20px 15px 20px;
	text-align: center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: rgba(0,0,0,0.7);
}

.no-rgba #slider .overlay {
	background: url(../images/overlay-70.png) repeat 0 0;
}

#slider .overlay {
	color: #78bdda;
}

#slider h2 {	
	margin: 0;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #fff;
} 

#slider a:hover {
	text-decoration: none;
}

#slider .idx-cont {
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: 5px;
	height: 30px;
	z-index: 3;
	width: 90%;
	text-align: right;
}

#slider .idx-cont .fa {
	color: #fff;
	padding: 3px;
	opacity: 0.5;
	cursor: pointer;
	
    -webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;	
}

#slider .idx-cont .active {
	opacity: 1;
}

#slider .idx-cont span {
	display: inline-block;
	width: 12px;
	height: 13px;
	margin: 3px;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
	
    -webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#slider .idx-cont span.active {
	opacity: 1;
}

.no-js #slider .slide {
	display: block;
}


/* 
 * Images with a translucent overlay
 */
.image-overlay,
.image-overlay img {
	display: block;
	position: relative;
	z-index: 1;
}

.image-overlay .text,
.image-overlay h2 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0;
	padding: 0 .4em;
	
	color: #fff;
	background: rgba(0,0,0,.7);
	
	transition: background, .3s;
}

.image-overlay h2 {
	text-align: center;
}

.image-overlay .text {
	padding: .6em;
}

.image-overlay:hover .text {
	background: rgba(0,0,0,1);
}

.image-overlay .text h3 {
	margin: 0;
	font-size: 1.3em;
}

.image-overlay .text p {
	margin: 0;
	font-size: .8em;
}

.image-overlay .text .smalltitle h3 {
	margin: 0;
	font-size: .8em;
}

.image-overlay .text .smalltitle p {
	margin: 0;
	font-size: .6em;
}

.image-overlay .fa {
	display: none;
}

.no-rgba .image-overlay .text,
.no-rgba .image-overlay h2 {
	background: url(../images/overlay-70.png) repeat 0 0;
}

/* Used by Facebook style photo layout to adjust the height of the large image.  Only perfectly square images
   are able to stack without this. */
.image-overlay.image-large {
	overflow: hidden;
}

.image-overlay.image-large img {
	margin-top: -.9em;
}

/* 
 * Lists with an image or top border
 */
#cont .border-list,
#cont .image-list {
	margin: 0;
}   
 
#cont .border-list li,
#cont .image-list li {	
	padding: 0;
	background: none;
	display: inline;
}

.border-list time,
.image-list time {	
	display: block;	
	font-size: .9em;
	color: #222;
}

.border-list a {
	display: block;
	padding: 20px 0;
	border-bottom: 3px solid #eee;
}

.border-list li:first-child a {
	border-top: 3px solid #eee;
}

.image-list a {	
	display: table;
	margin: 25px 0;
}

.image-list li:first-child a {	
	margin-top: 0;
}

.image-list img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.image-list span {
	display: table-cell;
	vertical-align: middle;
}

/* 
 * Breadcrumbs
 */ 
.breadcrumbs {
	margin: -1.5em 0 1.5em 0;
	padding: 0;
	list-style: none;
}
 
 .breadcrumbs li {
	font-size: .9em;
	display: inline;
	color: #666;
}

.breadcrumbs li:before {
	content: '»';
	padding: 0 10px 0 5px;
	color: #c4c2be;
}

.breadcrumbs li:first-child:before {
	content: '';
	padding: 0;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
	color: #1766a9;
}

/* 
 * OO css
 */

.clear {
	clear: both;
} 
 
.small {
	font-size: 14px !important;
	font-size: 0.9rem !important;
} 

.smaller {
	font-size: 12px !important;
	font-size: 0.8rem !important;
} 

.sans-serif {
	font-family: 'Open Sans', arial, sans-serif !important;
	line-height: 140%;
	letter-spacing: 0;
}

.bold {
	font-weight: 700 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.relative {
	position: relative;
}

.margin-none {
	margin: 0 !important;
}

.margin-vert-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-top-large {
	margin-top: 40px !important;
}

.margin-top-large-neg {
	margin-top: -40px !important;
}

.margin-top-medium {
	margin-top: 20px !important;
}

.margin-top-small {
	margin-top: 10px !important;
}

.margin-bottom-medium {
	margin-bottom: 20px !important;
}

.margin-left-small {
	margin-left: 10px !important;
}

.nagtri .background-grey {
	background-color: #e0ddd7 !important;
}

.naag .background-grey {
	background-color: #d7dae0 !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.width-50 {
	width: 50%;
}

.msg {
	padding: 20px;
	background: #e5ecf3;
}

.msg.success {
	background: #f0fed8;
}

.msg.warning {
	background: #fefce5;
}

.msg.error {
	background: #f4d4d4;
}

.msg .title {
	display: block;
}

.msg .fa {
	font-size: 1.5em;
	color: #104b7d;
}

.msg.success .fa {
	color: #598808;
}

.msg.warning .fa {
	color: #eeae00;
}

.msg.error .fa {
	color: #b40f0f;
}

img.border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nagtri img.border {
	border: 6px solid #eae7e4;
	outline: 1px solid #e5e1de;
}

.naag img.border {
	border: 6px solid #e4e6ea;
	outline: 1px solid #dddfe4;
}

img.float-left {
	margin: 5px 20px 20px 0;
}

img.float-right {
	margin: 5px 0 20px 20px;
}

.sepia img {
	filter: url(../images/sepia.svg#old-timey);	
	-webkit-filter: grayscale(.9) sepia(.5);
	-moz-filter: grayscale(.9) sepia(.5);
	-ms-filter: grayscale(.9) sepia(.5);
	-o-filter: grayscale(.9) sepia(.5);
	filter: grayscale(.9) sepia(.5);
	
	transition: all .2s;
}

.sepia:hover img {
	filter: none;
	-webkit-filter: grayscale(0) sepia(0);
	-moz-filter: grayscale(0) sepia(0);
	-ms-filter: grayscale(0) sepia(0);
	-o-filter: grayscale(0) sepia(0);
	-webkit-filter: grayscale(0) sepia(0);
}

.fade img {
	opacity: .6;
	transition: opacity .2s ease;	
}

.fade:hover img {
	opacity: 1;
}

.no-opacity .fade:hover img {
	-ms-filter: "";
}

.square-icons li {
	display: inline;
}

.square-icons a {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 1.6em;
	
	font-size: 2em;
	text-align: center;	
	transition: all .2s;
}

.nagtri .square-icons a {
	color: #ebeae6 !important;
	background: #8a8380;
}

.naag .square-icons a {
	color: #eceef3 !important;
	background: #7f8084;
}

a.button,
input.button {
	display: inline-block;
	padding: 10px 20px;
	
	color: #adcbe4;
	background: #104b7d;
	border-width: 0 4px 4px 0;
	border-style: solid;
	border-color: #073c68;
	transition: all .2s;
}

a.button:hover,
input.button:hover {
	color: #fff;
	background: #0c4473;
	border-color: #05365e;
}

.square-icons a:hover {
	color: #fff;
	background: #3b3737;
}

/* <ul> used for semantic reasons only (should not be styled as a list) */
ul.semantic {
	margin: 0;
	padding: 0;
	list-style: none;
}

.semantic li {
	margin: 0;
	padding: 0 !important;
	display: inline;
	background: 0 !important;
}

#cont ul.no-indent,
#cont ul.no-indent li{
	margin: 0 10px;
}


/* ==========================================================================
   IE Fixes
   ========================================================================== */

.lt-ie9.loading .fa:before {
    content: '' !important;
}   

.lt-ie9 body {
	min-width: 960px;
}

.lt-ie9 header {
	position: static;
}

.lt-ie9 header a:visited {
	text-decoration: none;
}

.lt-ie9 header a:hover {
	text-decoration: underline;
}

.lt-ie9 #main {
	margin-top: 0;
}
   
.lt-ie8 #slider {
	font-size: 0;
	line-height: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
header:before,
header:after,
#main:before,
#main:after {
    content: " "; 
    display: table; 
	zoom: 1;
}

.clearfix:after,
.row:after,
header:after,
#main:after {
    clear: both;
}



/* ==========================================================================
   Responsive Design
   ========================================================================== */

   
.menu-mobile,   
.show-mobile {
	display: none;
}   
 
@media screen and (max-width: 999px) {
	body {
		background: 0 !important
	}

	header {
		position: static;
	}
	
	#main {
		margin-top: 0;
	}	

	header .jetmenu > li:first-child {
		width: 120px;
		display: inline-block;
	}
	
	header .secondary a {
		padding-top: 0;
	}
	
	header .secondary.pipe {
		margin: 0;
		border: 0;
	}
	
	header .secondary.last {
		margin-right: 20px;
	}	
	
	header .pipe:before {
		content: '\A'; /* Forces a line break */
		white-space: pre;
	}	
	
	#tagline {
		margin: .5em 0;
	}
	
	#tagline [class^='span-'] {
		width: 100% !important;
		text-align: center;
	}
	
	#tagline img {
		max-width: 450px;
		margin-left: -40px;
	}
	
	#slider img {
		border-bottom: 80px solid #000;
	}
	
	#slider .overlay {
		background: #000 !important;
	}

	.image-overlay .text h3 {
		font-size: 1.1em;
	}

	.image-overlay .text p {
		font-size: .7em;
	}	
}

@media screen and (max-width: 799px) {
	
	#slider h2 {
		font-size: 1.6em;
	}
	
	#slider .idx-cont {
		top: 12px;
	}
		
	[class^='span-'] {
		width: 100% !important;
	}
	
	.chevron-mobile img {
		display: none;
	}
	
	.chevron-mobile .image-overlay h2 {
		position: static;
		margin-bottom: -20px;
		padding-top: 20px;
		
		text-align: left;
		color: #1766a9;
		background: 0;
		border-top: 2px solid #eee;
	}
	
	.chevron-mobile :visited h2 {
		color: #551a8b;
	}	

	.chevron-mobile :hover h2 {
		color: #094d86;
	}
	
	.chevron-mobile .image-overlay .fa {
		display: block;
		margin-top: 20px !important;
	}

	.chevron-mobile > :first-child .image-overlay h2 {	
		padding-top: 0;
		border-top: 0;
	}
	
	.chevron-mobile > :first-child  .image-overlay .fa {
		margin-top: 0 !important;
	}
	
	.chevron-mobile  p {
		padding-left: 3em;
	}
	
	header .jetmenu li,
	header .jetmenu .showhide {
		display: none;
	}
	
	header .jetmenu .home li,
	header .jetmenu .home .showhide {
		display: block;
	}
	
	header .jetmenu .home,
	header .jetmenu .open,
	header .jetmenu .login {
		display: inline;
		cursor: pointer;	
	}
	
	header .jetmenu .login {
		padding: 0 5px 0 10px;
		margin-left: 5px;
		border-left: 2px solid #3b3737;	
	}
	
	header .jetmenu a {
		padding: 15px 10px;
	}
	
	header .jetmenu .home ul.dropdown{
		top: 55px;		
	}	
	
	.menu-panel {
		display: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;		
		min-width: 300px;
		height: 100%;		

		overflow: auto;
	}
	
	.nagtri .menu-panel {
		background: #302e2e;
	}
	
	.naag .menu-panel {
		background: #2e2f30;
	}	
	
	.menu-mobile {
		display: block;
		padding: 1em 3em 1em 1em;
		
		position: relative;
		z-index: 11;		
	}
	
	.nagtri .menu-mobile {
		border-top: 10px solid #7a1501;
	}	
	
	.naag .menu-mobile {
		border-top: 10px solid #104b7d;
	}
	
	.menu-mobile {
		color: #fff;
	}
	
	.menu-mobile li,
	.menu-mobile .trigger {
		display: block;
		cursor: pointer;
	}
	
	.menu-mobile .trigger {
		padding: 4px 0;
		color: #7dc4e1;
	}
	
	.menu-mobile .trigger:hover {		
		text-decoration: underline;
		color: #a3dff8;
	}
	
	.menu-mobile .fa	{
		margin: 0 5px 0 0;		
	}	
	
	.menu-mobile ul {
		padding-left: 1em;
	}
	
	.menu-mobile li a {
		padding: 5px 0;
	}
	
	.menu-mobile ul {
		display: none;
	}
	
	.menu-mobile .open > ul {
		display: block;
	}
	
	.menu-mobile .close {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 1.5em;
		color: #7a1501;
		cursor: pointer;
	}
	
	header .menu-mobile .pipe {
		padding: 4px 0;
	}
	
	.logo-mobile {
		width: 80% !important;
		max-width: 500px !important;
		margin: 0 auto;
	}	

	.hide-mobile {
		display: none !important;
	}
	
	.show-mobile {
		display: block !important;
	}

	.image-overlay .text h3 {
		font-size: 1.3em;
	}

	.image-overlay .text p {
		font-size: .8em;
	}
	
	.image-overlay.image-large img {
		margin-top: 0;
	}
}

@media screen and (max-width: 499px) {

	h1,
	#tagline {
		font-size: 26px;
		font-size: 1.625rem;
	}
	
	#slider h2 {
		font-size: 1.4em;
	}	

	header .home {
		left: 5px;
	}
	
	header .secondary.last {
		margin-right: 0;
	}

	#cont,
	footer .width {	
		padding: 20px;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:link,
    a:visited {
        text-decoration: underline;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	#main {
		margin-top: 0;
	}
	
	.overlay,
	.image-overlay p,
	.image-overlay h2,
	.image-overlay .text{
		color: #000 !important;
		border: 10 solid #fff !important;
		background-color: #fff !important;
	}
	
	header {
		height: 100px;
	}
	
	header img.show-print {
		width: 100%;
	}
	
	header,
	footer .copyright {		
		border: 0 !important;
	}
	
	header nav,
	header ul,
	footer .width,
	#main > .row:first-child,
	.idx-count {
		display: none !important;
	}
}
