/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.footer{
	height: 50px;
	position: relative;
	background: transparent;
	z-index: 999;
}

#page-header{
	height: 50px;
	position: relative;
	background: #26292e;
	z-index: 999;
}

#page-header img#header-logo{
	padding: 8px 0px 0px 0px;
}
#page-header ul{
	float: right;

}
#page-header ul.slick-menu li{
	display: inline-block;
	padding: 15px 17px;
	text-transform: uppercase;
	color: white;
	border-top: 2px solid #26292e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	float: left;
	font-size: 14px;
}

#page-header ul.slick-menu a{
	color: white;
	text-decoration: none;
}

#page-header ul li.active, #page-header ul li:hover{
	background: #30363e;
	color: #289dcc;
	border-top: 2px solid #289dcc;
	cursor: pointer;
}

.block h1{
	color: #1f70a8;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;

}
.bx-wrapper{
	margin: 32px 0px !important;
}
.block{
	background: #f5f7fa;
	border:1px solid #dfe4ee;
	border-radius:5px;
	padding: 10px;
	margin-bottom: 10px !important;
}
.block img{float: right; margin-left: -3px; padding: 5px; padding-bottom: 10px;}
.block p{
	font-size: 13px;
	color: #26292e;
	font-family: 'Open Sans', sans-serif;
}
.formis label{
        float: left; 
        width: 205px;
        display: block; 
        clear: left; 
        text-align: left; 
        cursor: hand; 
}
.checkboxes {
	float: left;
	padding-bottom: 15px;
}
.checkboxes label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    clear: none;
    width: 35px;
}
.checkboxes input {
    vertical-align: middle;
}
.checkboxes label span {
    vertical-align: middle;
}

.pull-right{
	float: right !important;
}
a.nextnav {
	position: relative;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: #2f87c1;
	 font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2em;
	display: block;
	padding: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
	 box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
	margin: 25px auto;
	width: 160px;
	text-align: center;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

a.nextnav:active {
	-webkit-box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
	 box-shadow: 0px 4px 0px #1f70a8, 0px 11px 25px rgba(0,0,0,.1);
    position: relative;
    top: 6px;
}

body {
	font-family: 'Open Sans', sans-serif !important;
}

.pull-right{
	float: right;
}
/*** SITE NAVIGATION ***/

.site-nav {
  float: right;
}

.site-nav li {
	display: block;
	padding: 15px 17px;
	text-transform: uppercase;
	color: white;
	border-top: 2px solid #26292e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	float: left;
	font-size: 14px;
}

.site-nav a {
	color: white;
	text-decoration: none;
}

.site-nav a:hover, .site-nav li.active a {
  color: white;
}

.site-nav .nav-toggle {
  display: none;
}

@media only only screen and (min-width: 581px) and (max-width: 999px){
/*** SITE NAVIGATION ***/

.site-nav {
  padding: 0px;
}

.site-nav ul {
  position: absolute;
  left: 0px;
  top: 70px;
  margin: 0px;
  background-color: #1d1e20;
  width: 100%;
}

.site-nav ul.js {
  display: none;
}

.site-nav ul.open {
  display: block;
}

.site-nav li {
  float: none;
  margin: 0px;
  border-bottom: 1px solid #35373B;
}

.site-nav a {
  padding: 10px 18px;
  font-size: 16px;
  text-align: right;
}

.site-nav .nav-toggle {
  display: block;
  width: 48px;
  height: 42px;
  padding: 0px;
  border: none;
  background: url(/images/navicon.png) 0px 0px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  overflow: hidden;
  text-indent: 96px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
}
}
@media only screen and (max-width: 1100px){
/*** SITE NAVIGATION ***/

.site-nav {
  padding: 0px;
}

.site-nav ul {
  position: absolute;
  left: 0px;
  top: 70px;
  margin: 0px;
  background-color: #1d1e20;
  width: 100%;
}

.site-nav ul.js {
  display: none;
}

.site-nav ul.open {
  display: block;
}

.site-nav li {
  float: none;
  margin: 0px;
  border-bottom: 1px solid #35373B;
}

.site-nav a {
  padding: 10px 18px;
  font-size: 16px;
  text-align: right;
}

.site-nav .nav-toggle {
  display: block;
  width: 38px;
  height: 52px;
  padding: 0px;
  border: none;
  background: url(/images/navicon.png) 0px 0px no-repeat;
  position: absolute;
  top: 5px;
  right: 15px;
  overflow: hidden;
  text-indent: 96px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
}
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}