

/* Global css */
body {
    line-height:200%;
    color:#000000;
    background-repeat: repeat;
    margin-top: 65px;
}

/*H2 Header styling*/
h2, h2 a:link, h2 a:visited, .content_header, .articleHead {
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    margin: 0 0 10px !important;
    text-align: left;
}

/*H2 Header styling background color, image, border etc if required*/
h2, .items-row h2, .cols-2 h2, .row-0 h2 {
}

a {
    color:#ffffff;
}
a:hover {
    color:#F5F5F5;
}


/* ----[ CONTAINER DIVS ]----*/
#container_header {
    height: 65px;
    position: fixed;
    z-index: 5000;
    top: 0;
}
#container_logo_menu_mobile{display:none;}
#container_social_mobile{display:none;}
#container_hornav_mobile{display:none;}
#container_slideshow_bottom{}
#container_breadcrumb{}
#container_top_modules{}
#container_main{}
#container_bottom_modules{}
#container_base {}  


#container_copyright_footermenu{
-webkit-box-shadow: 0px -5px 4px -3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px -5px 4px -3px rgba(0, 0, 0, 0.75);
box-shadow:         0px -5px 4px -3px rgba(0, 0, 0, 0.75);
}

/* ----[ WRAPPER DIVS ]----*/
#header {height: 65px;}
#container_spacer1 .wrapper960 {height:5px;}
#container_spacer2 .wrapper960 {height:5px;}
#copyright-footermenu{border-top:none !important;}


/* ----[ WRAPPER DIVS FOR SMALL MOBILE DEVICES]----*/
#hornav_mobile{}
#social_mobile {
    padding: 0;
    right: 0;
    top: 0;
    z-index: 1;
}


/* ----[ HEADER ]----*/
#header_items {
}

#logo {
    position:absolute;
}

/* Logo */
.logo_container {
    width:200px; 
    top:0px; 
    left:0px; 
}
.logo_container, .logo, .logo a {
    height:65px;
}

.logo-text {
    margin-top: 20px;
    margin-bottom: 0px;
}

.logo-text a {
    font-size: 45px !important;
    font-weight: normal;
    left: 0;
    top: 0px;
}

p.site-slogan {
    font-size: 10px;
    left: 3px;
    letter-spacing: 1px;
    text-align: center;
    top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Search */
#search {
    border-radius: 5px 5px 5px 5px;
    height: 27px;
    right: 0px;
    top: 58px;
}


#search .inputbox {
    color: #888888;
    font: 14px Arial,Helvetica,sans-serif;
    height: 40px;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.30);
}

/* Social Media */
#social{
      right: 0px;
      top: 70px;
}


/* ----[ 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;
}


/* ----[ BREADCRUMBS ]----*/
/* Styling */
#breadcrumb-1{} 
#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 a.pathway{}
div.breadcrumbs {color:#ffffff;}


/* ----[ DEFAULT MODULE STYLING ]----*/
/* Module Styling */
.module h3, .module_menu h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-align: left;
}

.module, .module_menu{}

/* Module Styling - Menus */
.module ul a, .module_menu ul a {
    border-bottom: 3px double;
    color: #000000;
    margin: 0 0 7px;
    padding: 8px;
    text-decoration:none !important;
}

.module ul li:last-child a, .module_menu ul li:last-child a {
}
.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;
}

/* Footer Menu */
#footermenu {
}
#footermenu ul li{
    padding: 5px 0;
}
#footermenu ul li a {
    border-right: 1px dotted #2c2c2c;
    padding: 0 10px;
}
#footermenu ul li a:hover {
}

/** MB TOP **/
/* Module Styling */

/* Module Styling - Menus */
#top_modules .module h3, #top_modules .module_menu h3{
    text-align: center;
}


/* Module Styling - Menus */


/*--Top Modules Divs--*/


/* MB Top-1 */
/* MB Top-2 */

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

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

/* Sidecol A & B */
.sidecol_block{}
.sidecol_block .module, .sidecol_block .module_menu{margin-bottom:20px;}
.sidecol_block .module_header h3 {
    padding: 8px 0 8px 0px;
    text-align: left;
}


/** MB BOTTOM **/
/* Module Styling */

/* Module Styling - Menus */

/* MB Bottom-1 */
/* MB Bottom-2 */


/* MB BASE */

/* Module Styling - Menus */
#base .module ul a, #base .module_menu ul a {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
    margin: 0 0 7px;
    padding: 8px;
}

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

#base .module, #base .module_menu{}


#base .module h3, #base .module_menu h3{
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* MB Base-1 */
/* MB Base-2 */

/* Footers */

/* Copyright */


/* Read More and content vote*/

/* content readmore*/
.readon, .readmore a, .pager a{
    color:#ffffff;
    text-decoration:underline;
}

.readmore a, .pager a{color:#ffffff !important;}
.readmore a, .pager a:hover{color:#ffffff !important;}

/* content vote*/
div.content_vote input.button{

}

/* Pagination */
ul.pagination{margin-top:20px; margin-bottom:20px;}

ul.pagination li, li.pagenav-prev, li.pagenav-next{
    background-color:#f1f1f1;
    color:#999999;
    margin: 0 0 7px;
    padding:15px;
    border-radius:1px;
    border:1px solid #D7D7D7;
}

ul.pagenav li.pagenav-next a, ul.pagenav li.pagenav-prev a, ul.pagenav li.pagenav-next a:hover, ul.pagenav li.pagenav-prev a:hover {color: #ffffff!important;}
ul.pagination li a{color:#999999 !important; font-weight:normal !important;}
ul.pagination li a:hover{color:#999999 !important; font-weight:normal !important;}

/* Contact Slider styling */
#contact-slider .pane-toggler-down, #contact-slider .pane-toggler{ margin-bottom:1px; margin-top:0px; cursor:hand; height:20px; border:1px solid #E9E9E9; cursor:pointer;
border:1px solid #eaeaea;
background: #ffffff !important; /* Old browsers */
-webkit-box-shadow: 0 5px 6px -6px b1b1b1;
-moz-box-shadow: 0 5px 6px -6px black;
box-shadow: 0 5px 6px -6px black;
}

#contact-slider a, #contact-slider h3, #contact-slider a:hover {
    border: medium none;
    color: #000000 !important;
    font-weight: 100;
    text-decoration: none;
}

#contact-slider .panel {
    background-color: transparent;
    border:none !important;
}


/* Category List*/
tr.even, .cat-list-row0 {
    background-color: transparent;
}

table.category .createdby, table.category .list-hits, table.category .cat-list-row0, table.category .cat-list-row1 {
color:#000000 !important;
}


/* Search results */
.search-results .result-text {color: #000000;}
.search-results dd.result-category {color: #000000;}
.search-results dd.result-created {color: #000000;}

span.highlight {color: #000000;}

/* Load Fader */
.loadHeadfader{
    z-index: 10000;
    position:fixed;
    top: 0;
    min-width: 100%;
    background-color: rgba(0,0,0,0.7); 
    height: 131px; 
    color: #ffffff;  
    opacity:0;
}


/*article info DETAILS head styling*/
.article-info-term {
    display: none;
}
.article-info {
    color: #888888;
    display: inline-block;
    font-size: 12px;
    padding: 0;
}
.article-info .actions {
    float: right;
    margin: -10px 0 0;
    width: 50px;
}
.articleContent img {
    display: block;
    margin: 20px auto;
}
.article-info dd {
    border-right: 1px solid #CCCCCC;
    display: inline;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}
.article-info dd:last-child {
    border-right: medium none;
}
dl.article-info {
    clear: both;
    display: inline;
    margin: 10px 0;
    width: 100%;
}
dd > div {
    display: inline;
}

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


div#editor-xtd-buttons.btn-toolbar div.btn-toolbar a.btn {margin-bottom: 5px !important;}



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


/*contact form*/
div.accordion-inner dl.contact-position{max-width: 50%;}


/*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;
}

/*animation 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%;
}


/* Nexus Overrides Css*/
/*Component User Login*/
.login_moments {
    border: 10px solid;
    border-radius: 20px;
    box-shadow: 0 0 60px #000000 inset;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

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

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


/* 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;
}