@import url("jstuff.css");

/* 

Nexus.css - Contents

01: Global
02: Header (logo, slogan, search, social, custom module)
03: Hornav Navigation
04: Responsive Navigation
05: Slideshow
06: Breadcrumbs
07: Default Module Styling
08: Top Modules
09: Main
10: Bottom Modules
11: Base Modules
12: Copyright / Footer
13: Jumbotron
14: Nexus Overrides Css
15: Font Awesome
16: Animate Css
17: Scroll to Top
18: Miscellaneous 

*/


/***************************************************************************/
/* 01: Global */
/***************************************************************************/

/* Body */

* {
	  font-family: 'Open Sans', Arial;
  text-rendering: optimizeLegibility;
}
body {
    width: 100%;
    line-height:180%;
    color:#000000;
   /*  background-repeat: no-repeat; */
   background: #fff url("../images/bkslant.png") top left; 
  font-family: 'Open Sans', Arial;
  text-rendering: optimizeLegibility;
}

/* Paragraph */
p {
    word-spacing: 4px;
}

/*H2's*/
h2, h2 a:link, h2 a:visited, .content_header, .articleHead{
    font-size: 35px;
    font-weight: 100;
    margin: 0 0 10px !important;
    text-align: left;
    line-height: 45px;
    padding: 0 0 12px;
}

h2, .items-row h2, .cols-2 h2, .row-0 h2 {
    /* background-image: url("../images/underline.png"); 
    background-repeat: repeat-x;
    background-position: bottom left;*/
}

/* Links */
a {
    color:#ffffff;
}
a:hover {
    color:#F5F5F5;
}


/*-- Framework --*/
#content100 {
    float:left;
}

#header_items {
    width: 100%;
}

#header.block_holder, 
#slideshow.block_holder,
#footermenu.block_holder {
    padding:0;
}

.module_margin {
    margin:5px;
}

.top-1, 
.top-2, 
.contenttop, 
.contentbottom, 
.bottom-1, 
.bottom-2, 
.base-1, 
.base-2 {
    float: left;
}

#breadcrumb-1, 
#footer-1, 
#footer-2, 
#footer-3 {
    float: left; 
    width:100%;
}

.block_holder {
    /* padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; */
}

.jl_container {
    width:100%; 
}

.jl_container_bg {
  width:100%; 
}

.wrapper960 {
    width:960px; 
    margin:0 auto; 
}

.clear {
    clear:both;
}


/***************************************************************************/
/* 01: End Global */
/***************************************************************************/


/***************************************************************************/
/* 02: Header */
/***************************************************************************/

/* Header Container */
#container_header {
    /* height: 248px; */
	height: 188px;
    top: 0;
    z-index: 5000;
    /* padding-top: 50px; */
}

#header {
    border-radius: 10px 10px 0 0;
    /* height: 175px; */
	height: 135px;
    position: relative;
}


/* Header Items */
/*--Logo & Slogan Layout--*/

/* Logo */
#logo {
    position:absolute;
    top: 0px;
    z-index: 1100000;
}

.logo_container {
  margin: 0px; 
  top:0px; 
  left:0px; 
}

.logoimage {
  margin:0; 
  padding:0; 
}
.logoimage a {
  display:block; 
  position:relative; 
  z-index:0; 
  width:100%; 
  background: url(../images/logo.png) no-repeat; z-index:1;
}


.logo_container, .logoimage, .logoimage a {
    height:91px;
}

.logo-text {
    margin-left: 0px;
    margin-top: 5px;
    padding:0;
    text-align: left;
}

.logo-text a {
    font-size: 45px !important;
    font-weight: normal;
    left: 0;
    top: 0px;
    white-space:nowrap; 
    outline:none; 
    position:relative; 
    text-decoration:none; 
    width:100%;
}


/* Slogan */
p.site-slogan {
    font-size: 10px;
    left: 0px;
    letter-spacing: 1px;
    text-align: left;
    top: -10px;
    font-weight: normal;
    text-transform: uppercase;
    padding:0; 
    position:relative; 
    white-space:nowrap;
}



/* Search */
#search {
    border-radius: 0px 0px 0px 0px;
    height: 27px;
    right: 0px;
    top: 58px;
    height:20px;
    position:absolute;
    z-index:10;
}

#search form {
    margin: 0;
}

#search .inputbox {
    color: #888888;
    font: 14px Arial,Helvetica,sans-serif;
    height: auto;
    padding: 10px;
    border:medium none;
    margin:0;
    width:165px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.30);
}

#search form .search label{
    display: none;
}



/* Social Media */

#social {
    border-radius: 3px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 135px;
    z-index: 1;
}
#social ul{
  list-style: none;
  margin: 0 0 0px 0;
  float: right;
}
#social ul li{
  display:block;
  float: left;
  margin:0px 3px;
  padding:0 0 0px 0;
}
#social ul li a{
  display:block;
  width:40px;
  height:40px;
  text-indent:-9999px;
  background-position: 0px -40px;
  background-repeat: no-repeat;
  opacity: 0.6;
  padding-bottom: 1px;
}
#social ul li a{
  opacity: 1;
  background-color: transparent;
}

.social-facebook a { background: url(../images/social/facebook.png) no-repeat 50% 50%; background-color: #3b5998 }
.social-facebook a:hover { background-color: #595959 }

.social-twitter a { background: url(../images/social/twitter.png) no-repeat 50% 50%; background-color: #48c4d2 }
.social-twitter a:hover { background-color: #595959 }

.social-googleplus a { background: url(../images/social/googleplus.png) no-repeat 50% 50%; background-color: #d94a39 }
.social-googleplus a:hover { background-color: #595959 }

.social-youtube a { background: url(../images/social/youtube.png) no-repeat 50% 50%; background-color: #f45750 }
.social-youtube a:hover { background-color: #595959 }

.social-pinterest a { background: url(../images/social/pinterest.png) no-repeat 50% 50%; background-color: #cb2027 }
.social-pinterest a:hover { background-color: #595959 }

.social-dribbble a { background: url(../images/social/dribbble.png) no-repeat 50% 50%; background-color: #ef5b92 }
.social-dribbble a:hover { background-color: #595959 }

.social-flickr a { background: url(../images/social/flickr.png) no-repeat 50% 50%; background-color: #f1628b }
.social-flickr a:hover { background-color: #595959 }

.social-skype a { background: url(../images/social/skype.png) no-repeat 50% 50%; background-color: #18b7f1 }
.social-skype a:hover { background-color: #595959 }

.social-digg a { background: url(../images/social/digg.png) no-repeat 50% 50%; background-color: #2882c6 }
.social-digg a:hover { background-color: #595959 }

.social-linkedin a { background: url(../images/social/linkedin.png) no-repeat 50% 50%; background-color: #71b2d0 }
.social-linkedin a:hover { background-color: #595959 }

.social-vimeo a { background: url(../images/social/vimeo.png) no-repeat 50% 50%; background-color: #62a0ad }
.social-vimeo a:hover { background-color: #595959 }

.social-yahoo a { background: url(../images/social/yahoo.png) no-repeat 50% 50%; background-color: #ab64bc }
.social-yahoo a:hover { background-color: #595959 }

.social-tumblr a { background: url(../images/social/tumblr.png) no-repeat 50% 50%; background-color: #3a5976 }
.social-tumblr a:hover { background-color: #595959 }

.social-deviantart a { background: url(../images/social/deviantart.png) no-repeat 50% 50%; background-color: #d0de21 }
.social-deviantart a:hover { background-color: #595959 }

.social-delicious a { background: url(../images/social/delicious.png) no-repeat 50% 50%; background-color: #3274d1  }
.social-delicious a:hover { background-color: #595959 }

.social-rss a { background: url(../images/social/rss.png) no-repeat 50% 50%; background-color: #fe9900 }
.social-rss a:hover { background-color: #595959 }


/* Custom Module */
#custom {
    padding: 3px;
    position: absolute;
    z-index: 10;
    top:105px;
    right:0px;
}

#custom p, #custom .module_margin{
    margin:0px;
}

/* Header Responsive Divs */
#container_logo_menu_mobile, 
#container_social_mobile, 
#container_hornav_mobile{
    display:none;
}

#container_social_mobile,
#container_hornav_mobile{
    display:none;
}

#social_mobile {
    padding: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

/***************************************************************************/
/* End Header */
/***************************************************************************/


/***************************************************************************/
/* 03: Hornav Navigation */
/***************************************************************************/

#hornav {
    clear: both;
    position: absolute;
    right: 0;
    /* top: 175px; */
	top: 135px;
    width: 100%;
	background-color: #6583a3;
	background:  url(../images/navbk2.png) repeat-x center top #6583a3;
    /* -webkit-box-shadow: inset 4px 10px 5px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 4px 10px 5px -11px rgba(0,0,0,0.75);
    box-shadow: inset 4px 10px 5px -11px rgba(0,0,0,0.75); */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#hornav > ul {
  margin: 0;
  padding: 0px;
  text-align: center;
}

#hornav > ul > li a{
  display: block;
  /* padding: 25px 14px; */
  padding: 15px 14px;
  margin: 0;
  list-style: none outside none;
  line-height: 1.8em;
  font-weight: light;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

#hornav > ul > li > a:hover{
  text-decoration: none;
}




#hornav ul li {
  display: inline-block;
  position: relative;
}

#hornav ul li ul {
}

#hornav ul ul {
 /*  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
  display: block;
  list-style: none;
  margin-top: -5px;
  padding: 5px 0 !important;
  min-width: 205px;
  z-index: 1000;
  background-color:#6583a3;
   border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

#hornav ul ul li {
  min-height: 22px;
  text-align: left; /*required to position li's when menu centered */
  width: 100%; /*required to position li's when menu centered */
}

#hornav ul ul li a {
  display: block;
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 13px;

}

#hornav ul ul li:last-child a {
	border-bottom: 0px dotted !important;
}	

#hornav ul ul li a:hover {
	color: #00436D;
}	

#hornav ul ul li a:active,
#hornav ul ul li a:focus,
#hornav ul ul li a:hover {
  text-decoration: none;
}

#hornav ul ul li:first-child {
  border-top: none;
}

#hornav ul ul li:hover a {
  text-decoration: none;
}

#hornav ul ul ul:before {
  display: none;
}

#hornav ul ul:before {
  background: transparent url('../images/menu_arrow.png') no-repeat 0 0;
  content: "";
  display: block;
  height: 10px;
  left: 26px;
  position: absolute;
  top: -10px;
  width: 14px;
}

#hornav li ul,
#hornav li ul li ul {
  position: absolute;
  height: auto;
  min-width: 205px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 78px;
  z-index: 1000;
}

#hornav li:hover > ul,
#hornav li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /* top: 78px; */
  top: 58px;
}

#hornav li:hover > ul,
#hornav li ul li:hover > ul {
  -webkit-transition: opacity 300ms linear;
}

#hornav li ul li ul {
  left: 230px;
  top: 0;
}

#hornav li ul li:hover > ul {
  top: 0px;
  left: 260px;
}


/***************************************************************************/
/* 03: End Hornav Navigation */
/***************************************************************************/


/***************************************************************************/
/* 04: Responsive Navigation */
/***************************************************************************/

/*-----------------------------------------------------------------------------------*/
/* Top Menu - Mobile */
/*-----------------------------------------------------------------------------------*/

#hornav_mobile.block_holder {
  padding: 10px;
}
.hornavmenumobile {
  display: none;
}
#container_hornav_mobile {
  display: none;
}
/*
    Mobile Menu Core Style
*/
.slicknav_menu {
  display: none;
  padding: 5px;
  font-size: 18px;
  *zoom: 1;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  font-size: 18px;
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.slicknav_menu .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.5em 0.7em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
.slicknav_menu .slicknav_nav ul,
.slicknav_menu .slicknav_nav li {
  display: block;
}
.slicknav_menu .slicknav_nav a {
  padding: 10px;
  margin: 2px 0px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.slicknav_menu .slicknav_nav a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.slicknav_menu .slicknav_nav ul li {
  background: rgba(0, 0, 0, 0.2);
}
.slicknav_menu .slicknav_nav ul li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 10px;
}
.slicknav_menu .slicknav_nav ul li li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 20px;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_menu .slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  padding: 14px;
  margin: 2px 0px;
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .slicknav_item:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2) !important;
}

.slicknav_menu ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px !important;
    width: 25px;
    background-color:#ffffff;
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

.slicknav_menu .slicknav_btn {
    padding: 10px;
}


/***************************************************************************/
/* 04: End Responsive Navigation */
/***************************************************************************/


/***************************************************************************/
/* 05: Slideshow */
/***************************************************************************/

/* Slideshow Navigation Buttons on image */
a.nivo-prevNav {
    left: 20px;
}

a.nivo-prevNav {
    right: 20px;
}

/* slideshow navigation */
.nivo-controlNavHolder{
    padding: 10px 0px; 
    background-image: url(../images/slideshow-bottom.png); 
    background-position:top center; 
    background-repeat:no-repeat; 
    height:30px;
}

.nivo-controlNav a {
    background: url("../images/slide-bullet.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none;
    display: block;
    float: left;
    height: 30px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 30px;
}


/*Remove margin under slideshow navigation*/
body .ari-image-slider-wCtrlNav {
    margin-bottom: 0px !important;
}

/*Remove box shadow and loading gif*/
.nivoSlider {
    box-shadow: none !important;
    background-image: none !important;
}

/*Remove background image on navigation*/
.nivo-controlNavHolder{
background-image:none !important;
display: none;
}

/***************************************************************************/
/* 05: End Slideshow */
/***************************************************************************/


/***************************************************************************/
/* 06: Breadcrumbs */
/***************************************************************************/

#breadcrumb .module_padding {
    padding:0px;
}

#breadcrumb-1 .module_margin{
    margin:0px;
}  

#breadcrumb .module{
    padding-left:10px; 
    padding-right:10px; 
    border:none;
}

#breadcrumb.block_holder{
    padding:5px 25px !important;
}

div.breadcrumbs {
    color:#ffffff;
}

/***************************************************************************/
/* 06: End Breadcrumbs */
/***************************************************************************/


/***************************************************************************/
/* 07: Default Module Styling */
/***************************************************************************/

/* Module Header Styling */
.module h3, 
.module_menu h3 {
    font-size: 25px;
    font-weight: 200;
    padding: 5px 0px 5px 0px;
    text-align: left;
    margin:0;
}

.module_padding {
    height:100%;
    padding:25px;
}

.module_content {
    padding:5px 0;
}

#sidecol .module {
    margin-bottom:10px;
}



/* Module Styling - Menus */
.module ul, 
.module_menu ul {
    list-style-type: none;
}

.module ul a, 
.module_menu ul a {
    border-bottom: 1px dotted;
    color: #000000;
    margin: 0 0 7px;
    padding: 8px;
    display:block;
    text-decoration:none !important;
}

.module ul a:hover, 
.module_menu ul a:hover, 
.module ul a:focus, 
.module_menu ul a:focus {
    color: #999999;
}


/*use to highlight active link*/
.module ul li.active a, 
.module_menu ul li.active a {
}

.module ul li li a, 
.module_menu ul li li a {
    border:none !important;
    padding-left:25px;
}

/***************************************************************************/
/* 07: End Default Module Styling */
/***************************************************************************/


/***************************************************************************/
/* 08: Top Modules */
/***************************************************************************/

#top_modules .module h3, 
#top_modules .module_menu h3 {
    text-align: center;
}

/***************************************************************************/
/* 08: End Top Modules */
/***************************************************************************/


/**********************************************************************************/
/* 09: Main (Component area sidecolumns, contenttop & content bottom mods) */
/**********************************************************************************/

/* Main Content */
.maincontent{
    padding: 20px 30px;
}

/* Contenttop, Contentbottom Modules */
.contenttop .module_margin{
    margin-top:0px;
}


.contentbottom .module_header h3, .contenttop .module_header h3 {
    background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding: 0 0 15px 8px;
}

/* Side Columns */
#sidecol_a, #sidecol_b {
height:100%;
} 

.sidecol_block .module, 
.sidecol_block .module_menu{
    margin-bottom:0px;
}


.sidecol_block .module_header h3{
    background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding: 0 0 15px 8px;
    margin-top: 14px;
    text-align: left;
}

/*********************************************************************************/
/* 09: End Main */
/*********************************************************************************/


/***************************************************************************/
/* 10: Bottom Modules */
/***************************************************************************/

/***************************************************************************/
/* 10: End Bottom Modules */
/***************************************************************************/


/***************************************************************************/
/* 11: Base Modules */
/***************************************************************************/

/* Modules - Menus */
#base .module ul a, 
#base .module ul a, #base .module_menu ul a {
    background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    border: medium none !important;
    color: #ffffff;
    margin: 0 0 7px;
    padding: 0 0 8px 0px;
}

#base .module_header h3{
  background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  padding-bottom: 12px;
}

#base a{
    color:#FFFFFF !important; 
    text-decoration:underline;
}

#base a:hover{
    color:#F2F2F2 !important; 
    text-decoration:underline;
}

/***************************************************************************/
/* 11: End Base Modules */
/***************************************************************************/


/***************************************************************************/
/* 12: Copyright / Footer */
/***************************************************************************/

/* Footer Menu */
div#footermenu.block_holder div.module_margin{
    margin:0px !important;
}

#footermenu ul li{
    padding: 5px 0;
    display: inline-block;
}

#footermenu ul li a {
    border-right: 1px dotted;
    padding: 0 10px;
    font-size: 11px;
    display: block;
    text-decoration: none;
}

#footermenu.block_holder div.module_margin ul.menu{
    text-align: center; 
    margin:0px !important;
}

#footermenu ul li:last-child a {
    border:none;
}


/* Copyright */
 #copyright {
  text-align: center;
  clear: both;
 }
 
 #copyright a {
 color:#bbb;
 text-decoration:none;
 }
 
  #copyright.module_margin {
    margin:0px !important;
 }

/***************************************************************************/
/* 12: End Copyright / Footer */
/***************************************************************************/


/***************************************************************************/
/* 13: Jumbotron Styling */
/***************************************************************************/

#container_jumbotron_bg, #container_jumbotron{height:100%;}

.jumbotron-btn {
    border: 3px solid;
    border-radius: 40px;
    font-size: 20px;
    padding: 15px 30px;
}

a.jumbotron-btn{
  cursor: pointer;
}

a:hover.jumbotron-btn{
}


.fade{
    opacity: 0.5;
}


.fade:hover{
   opacity: 0.8;
   transition: opacity .20s ease-in-out;
   -moz-transition: opacity .20s ease-in-out;
   -webkit-transition: opacity .20s ease-in-out;
}

/***************************************************************************/
/* 13: End Jumbotron Styling */
/***************************************************************************/


/***************************************************************************/
/* 14: Nexus Overrides */
/***************************************************************************/

/*Component User Login*/
.login_joomlage {
    border: 1px solid;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    border-radius:0px;
}

ul.login_menu_joomlage{
    text-align: center; 
    margin-left: 0px;
}

ul.login_menu_joomlage li{
    display:inline-block; 
    margin: 0 auto; 
    list-style: none; 
    clear: none; 
    padding:5px;
}

/***************************************************************************/
/* 14: End Nexus Overrides */
/***************************************************************************/


/***************************************************************************/
/* 15: Font Awesome */
/***************************************************************************/

/* All icons (classes beginning with “fa-” */
[class^="fa-"]:before, [class*=" fa-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right:10px;
}

/***************************************************************************/
/* 15: End Font Awesome */
/***************************************************************************/


/***************************************************************************/
/* 16: Animate Css */
/***************************************************************************/

.animatediv{    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    font-size: 22px;
    margin: 30px auto 60px;
    padding: 80px 0;
    text-align: center;
    color: white !important;
    width: 100%;
}

/***************************************************************************/
/* 16: End Animate Css */
/***************************************************************************/


/***************************************************************************/
/* 17: Scroll to Top  */
/***************************************************************************/

.scrollup{
    width:60px;
    height:60px;
    position:fixed;
    bottom:35px;
    right:25px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll.png) no-repeat;
    background-color: #000000;
    background-position: center center;
    z-index:1000;
    opacity:0.8;
    border-radius:60px;
}


/***************************************************************************/
/* 17: End Scroll to Top  */
/***************************************************************************/



/***************************************************************************/
/* 18: Miscellanenous */
/***************************************************************************/

/* purchase button */
.purchase-btn, 
.purchase-btn:active{
    border-radius:0px !important; 
    padding: 15px 50px; 
    font-size: 18px; 
    box-shadow: none !important;
}


/* login Module */
.userdata{margin-top: 10px;}


/* background parallax images */
#container_slideshow_bg,
#container_jumbotron_bg,
#container_top_modules_bg,
#container_maincontent_bg,
#container_base_modules_bg, 
#container_bottom_modules_bg{
background-position: 50% 50%;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;}


/* Spacer divs */
.spacer{
  height: 0px !important;
}

/*images in articles*/
img.pull-left {margin-right:15px; margin-top:8px;}
img.pull-right {margin-left:15px; margin-top:8px;}



/* Tags Styling */
ul.tags {
  margin-left: 0px !important;
}

ul.tags li {
  display: inline !important;
}

ul.tags li {
  margin-left: 10px; !important;
}

ul.tags li:first-child {
  margin-left: 0px; !important;
}

ul.tags li a {
    border-radius: 0 !important;
    padding: 3px 6px !important;
}

/***************************************************************************/
/* 18: End Miscellanenous */
/***************************************************************************/

.homemodules {
	background-color: #DCDCDC;
	display: table;
	width: 100%;
}

.hommodbox {
	display: table-cell;
	width: 33%;
	vertical-align: bottom;
}

@media only screen and (max-width: 860px) {
.homemodules {
	background-color: #DCDCDC;
	display: block;
	width: 100%;
	/* padding-bottom: 25px; */
	
}

.hommodbox {
	display: block;
	width: 80%;
	margin: 0px auto;
	vertical-align: bottom;
}
}
.homboxrss {
	display: block;
	border: 1px solid black;
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
}

.centerhombox, .leftsidehombox {
	display: block;
	border: 0px solid black;
	width: 84%;
	margin: 10px auto;
	/* background-color: #fff; */
	text-align: center;
}

.centerhomboxpic, .lefthomboxpic {
	width: 100%;
}

.centerhomboxpic img, .lefthomboxpic  img{
	width: 100%;
	height: auto;
	border: 1px solid black;
}

.lefthomboxtext, .centerhomboxtext {
	font-weight: 400;
	color: #535353;
}

.boxrsstitle {
	display: block;
	background-color: #000;
	color: #fff;
	width: 100%;
	text-align: left;
	height: 35px;
	white-space: nowrap;
}

.boxrsstitlein {
	display: inline-block;
	padding: 2px 0px 0px 15px;
}

.boxnews h3 {
	font-size: 10pt;
	margin: 0px 0px 6px 0px;
	padding: 0px 4px;
}

.boxnews a {
	color: #000;
	font-weight: normal;
}


#langswitcher {
	text-align: right;
}

.faicon {
	display: block;
	width: 100%;
	font-size:3.2rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    /* font-size: inherit;
    font-size-adjust: none; */
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}


#topmenu {
	display: table;
	position: absolute;
	right: 0px;
	bottom: 7px;
	white-space: nowrap;
}

.topmenuitem {
	display: inline-table;
	border-radius: 7px;
	background-color: #6583A3;
	max-width: 38px;
	max-height: 38px;
	width: 15vw;
	height: 15vw;
}

.topmenuitem .faicon {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-size:1.7rem;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    /* font-size: inherit;
    font-size-adjust: none; */
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	height: 100%;
}

.topmenuitem .faicon:hover {
	color: #EEA0A4;
}


div.srfrContainer ul.srfrList li {
    clear: both;
    padding: 2px 0px 2px 0px !important;
    margin: 0px !important;
    border-bottom: 0px dotted #ccc  !important;
}

#prodslide {
	display: block;
	width: 100%;
	min-height: 100px;
	border-top: 13px solid #B9C5DA;
	border-bottom: 13px solid #B9C5DA;
}
.prodslideblock {
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
	
}


#container_copyright_footermenu {
	min-height: 140px;
}

#container_copyright_footermenu p {
	margin: 0px;
	padding-top: 120px;
}


.banner-360 .modal_link::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.banner-360 .modal_link {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    width: 25%;
}

.wrapper {
	width: 100%;
}

.containerFull {
    overflow: hidden;
}



.banner-360 .modal_link > div {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.banner-360 .modal_link p {
    color: #fff;
    font-size: 5vw;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.banner-360 {
    position: relative;
	width: 100%;
	height: 100%;
}

.pull-none {
	width: 100%;
	position: relative;
	text-align: center;
	 /* background-color: rgba(0, 0, 0, 0.05); */
	 background: #F9F9F9 url("../images/bkslant.png") repeat scroll left top;
	 border-radius: 8px;
}

.pull-none img {
	max-width: 520px !important;
}

.pull-left img, .pull-right img {
	max-width: 380px !important;
}

.maincontent ul, .maincontent ol { overflow: hidden; padding-left: 40px; margin-left: 0; } ol li, ul li { list-style-position: outside; padding-left: 0; }

.img_caption p {
	position: absolute;
	right: 0px;
	bottom: 15%;
	width: 50%;
	font-weight: bold;
	font-style: italic;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 2rem;
	padding: 24px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#main h1 {
	color: #00436D;
	 letter-spacing: 1.5px;
	
}

#main .page-header h2 {
	color: #00436D !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.maincontent table {
	max-width: 90%;
	border: none;
	border-collapse: separate ;
}


.maincontent table td {
	width: auto !important;
	border: none;
	height: auto !important;
	padding: 10px;
}

.maincontent table td {
	border-bottom: 2px solid grey;
}

@media only screen and (max-width: 860px) {
.maincontent table td {
	font-size: 0.8rem;
	padding: 6px;
}
}


/* RESPONSIVE CODE */
.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 1024px) {
	/* #menu is the original menu */
	.menu {
		display:none;
	}
	#topmenu {
    display: block;
    position: relative;
    text-align: right;
    white-space: nowrap;
}
#langswitcher {
    left: 0;
    margin-top: -12px;
    position: absolute;
    text-align: right;
    top: 0;
	z-index: 99999;
}
}


a.osdownloads-readmore {
    color: #000 !important;
}



.nivoSlider img {
    display: block;
}

.item-page-applications table {
	max-width: 600px;
}

.item-page-applications td {
	font-weight: 400;
	line-height: 10px !important;
	width: 33% !important;
	font-size: 0.6rem !important;
}

.item-page-applications td {
	word-spacing: 1px !important;
}

.item-page-applications td p {
	display: block;
	width: 98%;
	min-width: 80px !important;
	margin: 0px auto;
	padding: 0px;
}
.item-page-applications img {
	/* display: block; */
	width: 98% !important;
	margin-bottom:6px;
	max-width: 164px;
	min-width: 80px;
	height: auto;
}


@media only screen and (max-width: 400px) {
.maincontent {
    padding: 20px 5px !important;
}

.maincontent img.pull-left, .maincontent img.pull-right, .maincontent img {
	float: none !important;
	display: block;
}

}

.jextranet ul#side_controls li:first-child {
	display: none !important;
}

div.jextranethd {
	/* background-color: #fff !important; */
}

.jextranethd .span2 {
	border-top-left-radius: 0px;
}
.jextranethd .span10 {
	border-top-right-radius: 0px;
	/* background-color: #1e3a4f ; */
}

.jextranet .span12 .span10 .row-fluid a.dropdown-toggle  {
	font-size: 135%;
}

.jextranet .open > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    display: block;
    list-style: outside none none;
}

.jextranet ul.dropdown-menu a:hover {
    color: #626262;
}

.jextranet .dropdown-menu li > a:hover, .jextranet .dropdown-menu li > a:focus, .jextranet .dropdown-submenu:hover > a {
    color: #000 !important;
    text-decoration: none;
}
.jextranet .dropdown-menu > li > a:hover, .jextranet .dropdown-menu > li > a:focus, .jextranet .dropdown-submenu:hover > a, .jextranet .dropdown-submenu:focus > a {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    color: #000;
    text-decoration: none;
}

table.tablefullborders {
	display: table;
	max-width: 820px;
	/* margin: 0px auto; */
	width: 90%;
	border: 1px solid black;
	table-layout: fixed;
	border-collapse: collapse;
}

table.tablefullborders tr {
	border: 0px solid black;
}

table.tablefullborders td {
    border: 1px solid black;
    font-size: 80% !important;
    line-height: 105% !important;
    padding: 8px;
    text-align: center;
    vertical-align: top;
    width: auto !important;
}

table.tablefullborders td b,table.tablefullborders td strong  {
	font-weight: bold;
	color: #00436D !important;
	font-size: 105% !important;
}


table.tablefullborders td img {
	width: auto;
	height: auto;
	border: 0px solid black;
}

#container_copyright_footermenu.jl_container {
  margin-top: 10px !important;
}

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

.maincontent table {
	max-width: 96vw !important;
	font-size: 1.1rem !important;
	table-layout: fixed;
}

.maincontent table td {
	width: unset !important;
	font-size: 1.1rem !important;
}

.maincontent table td span span {
	font-size: 0.7rem !important;
}

.maincontent table td b {
	font-weight: normal !important;
	font-size: 0.7rem !important;
}

.pull-left img, .pull-right img {
	max-width: 96% !important;
}
table.tablefullborders td {
    font-size: 55% !important;
}
table.tablefullborders td b, table.tablefullborders td strong {
    font-size: 65% !important;
}

table.tablefullborders tr td:first-child  {
    max-width: 18% !important;
}
}
#container_slideshow.jl_container {
	max-height: 560px !important;
	overflow: hidden !important;
}

#container_header{
    z-index: 99999999;
    overflow: visible !important;
}

#container_homemods {
	display: none;
}