/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;

    line-height: 24px;  
    margin: 0;
    padding: 0;
    background: #fff;
}

@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
a:active, a:focus {
    background-color: transparent !important;
}
a {
    text-decoration: none;
    outline: none !important;
    color: #000
}
a:hover {
    text-decoration: none;
    color: #000
}
a:focus {
    outline: none;
    text-decoration: none;
}
h1 {
    font-size: 23px;
    font-weight: normal;
    line-height: 27px;
    color: #00adef;
    margin: 0 0 20px 0;
    padding: 0
}
h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
    color: #00adef;
    margin: 0 0 15px 0;
    padding: 0
}
h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    color: #00adef;
    margin: 0 0 15px 0;
    padding: 0
}
h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #00adef;
    margin: 0 0 15px 0;
    padding: 0
}
h5 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #00adef;
    margin: 0 0 10px 0;
    padding: 0
}
h6 {
    margin: 0;
    padding: 0;
}
p {
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin: 0 0 25px 0;
    padding: 0
}
.content-block ul {
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 25px;
}
/* ____________________Home page____________________*/
.main-wrapper {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

/* ____________________Header area____________________*/
.header-wrapper {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;  
    height: 105px  
}
header {
      position: relative;
  height: 72px;
  margin: 33px 0 0 0;
  background-color: #00adef;
}
.logo-title {
  float: left;
  padding: 0;
  margin: 24px 0 0 18px;
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 11;
}
.logo {
  float: right;
  margin: 0;
  width: auto;
  padding: 0px;
  position: absolute;
  right: -5px;
  top: -33px;
  z-index: 11;
}
.logo a {
    outline: none;
}
.logo a img {
    max-width: 100%
}

.main-container {
    clear: left;
    width: 100%;
}
.inner-container {
    float: left;
    padding: 0;
    margin: 17px 0 0 0;
    width: 100%;    
    border: 1px dotted #00adef;
    position: relative;
}

.inner-container .left-col {
    width: 169px;
    float: left;
    padding:0 ;
    margin: 0;
    position: relative;
}





.left-col .contact-link {
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    position: absolute;
    bottom: 0px;
    right: 9px;
}

body #fancybox-buttons ul {
  width: auto !important;
  margin: 0!important;
  float: right!important;
}
#fancybox-buttons ul a.download {
  margin-right: 5px;
}

#fancybox-buttons ul a.btnPrev {
  display: none!important;
}


#fancybox-buttons ul a.btnNext {
  display: none!important;
}


#fancybox-buttons ul .btnToggle {
    display: none!important;
}
#fancybox-buttons ul a.btnClose {
  border-left: 0px;
}









.inner-container .mid-content {
    border-left: 1px dotted #00adef;
    width: 729px;
    float: left;  
    padding: 28px 28px 15px 28px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}

.home-banner {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.home-banner img {
  max-width: 100%;
  width: 100%
}
.content-block {
    float: left;
    padding: 20px 0 0 0;
    margin: 0;
    width: 100%;
}
.txt-blue  {
    color: #00adef;
}
.left-nav {
  float: left;
  min-height: 220px;
}
.data {
  margin: 0;
  display: block;
  float: left;
  width: 100%
}
.data p {      
    margin: 0;
    line-height: 15px;
}
.half-block {
    width: 71%
}
.btm-none {
    margin-bottom: 13px
}
.spc-small {
    padding-top: 5px
}
.spc-small-btm {
    margin-bottom: 5px
}
.top-spec {
   margin-top: 75px!important
}
.last {
    margin-bottom: 0px
}

.mid-btm-block {
  float: left;
  padding: 5px 0 10px 0;
  margin: 0;
  width: 100%;
}
.left-btm {
    float: left;
    padding: 0;
    margin: 0px;
    width: 72%;
}
.left-btm h3{
    font-size: 18px;
  font-weight: bold;
  color: #00adef;
  width: 57%;
  text-align: right;
  float: right;
}
.right-btm {
  float: right;
  padding: 0;
  margin: 0;
}

.popup-block {
    float: left;
    padding: 0;
    margin: 0px;
    width: 100%;
}
.popup-block p {
    float: left;
    padding: 0;
    margin: 0px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #00adef
}

.popup-block a.fancybox-buttons {
    border: 1px solid #d6d6d6;
    display: block;
    float: left;
    margin: 10px;
}
.popup-block a.fancybox-buttons img {
    padding: 2px;
    max-width: 100%;
    width: 100%
}
.site-link  {
    color: #000;
    text-decoration: none;
}
.site-link:hover  {
    color: #000;
    text-decoration: none;
}


.inner-container .mid-content .contact-link {
    position: absolute;
    bottom: 32px;
    left: -150px;
    width: 140px;
}
.home-btm {
    bottom: 12px!important
}
.btm-empty {
    margin-bottom: 0!important
}

.popup-btm {
    bottom: 20px!important
}

/*@-moz-document url-prefix() { 
  .home-btm {
     bottom: 12px!important
  }
}*/





/* top navigation */
.top-nav-bar {    
    border-radius: 0;
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
    min-height: inherit;
    background-color: transparent;

}
.top-nav-bar .container-fluid {
    padding: 0
}
.top-nav-bar .navbar-nav {
    list-style-type: none;
    padding: 0 0 15px 0;
    margin: 0;
    float: left;
    width: 100%; 
}
.top-nav-bar .navbar-nav li {
    font-weight: normal;
    padding: 0;
    margin:0;
    color: #000;
    float: left;
    width: 100%;
    background:#f2fbfe;
    border-bottom: 1px dotted #00adef;
}
.top-nav-bar .navbar-nav li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 30px;
    margin: 0;
    font-size: 12.67px;
    line-height: 28px;
    font-weight: normal;
    float: left;
    width: 100%;
    text-transform: uppercase; 
    background: url(../images/temp/arrow.png) no-repeat 15px center;  
    
}
.top-nav-bar .navbar-nav li:hover {
    background-color: #d9f3fc
}
.top-nav-bar .navbar-nav li a:hover {
    text-decoration: none;
    color: #00adef
}
.top-nav-bar .navbar-nav li.active, .top-nav-bar .navbar-nav li.active a {
    background-color: #d9f3fc;
    color: #00adef
}
.top-nav-bar .navbar-nav li.active a:hover {
     background-color: #d9f3fc;
    color: #00adef
}








.top-nav-bar .navbar-nav li.open a {
    color: #000;
    background-color: transparent;
}
.top-nav-bar .navbar-nav li.open a:hover, .top-nav-bar .navbar-nav li.open a:focus {
    background-color: transparent;
    color: #993333;
}


.top-nav-bar .navbar-nav li .dropdown-menu {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    min-width: 180px;
    display: none;
    background: #2670ad;
}
.top-nav-bar .navbar-nav li .dropdown-menu li {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.top-nav-bar .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
    padding: 6px 10px 5px 13px;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;
    display: block;
    text-align: left;
    letter-spacing: normal;
    text-transform: inherit;    
    width: 100%;
    white-space: pre-wrap;
}
.top-nav-bar .navbar-nav li .dropdown-menu li a:hover, 
.top-nav-bar .navbar-nav li .dropdown-menu li.active a {
    text-decoration: none;
    color: #fff !important;
    background-color: #1f5c8f;
}





.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
















footer {    
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-logo {
    float: left;
    padding: 19px 0 14px 0;
    margin: 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
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width:35em) {

    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {

    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    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;
    }
}