/*
#------------------------------------------------------------------------
# RockWall - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * News Show Pro GK5
 */

.nspMain { 
  position: relative;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
  clear: both; 
  float: right;
  margin: 5px 0;
}

.nspTopInterface {
  position: absolute;
  right: 0;
  top: -40px;
}

.nspBotInterface .nspPagination {
  margin-top: 0;
}

/* 
  Interface - for different looking Top and Bottom interface use the following classes:  
  .nspTopInterface
  .nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination { 
  float: left;
  list-style-type: none!important; 
  margin: 3px 0 0 0!important; 
  padding: 0!important; 
}
.nspPagination li { 
  background: #ccc;
  border: none!important;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor:pointer; 
  display: block;
  float:left; 
  height: 8px; 
  margin: 4px 4px 0 0!important; 
  padding: 0;
  text-indent:-999em; 
  width: 8px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
  background-color: #29a3e0;
}
.nspNext,
.nspPrev {  
  cursor: pointer;
  float: left; 
  height: 16px; 
  margin: 0 2px;
  text-indent: -9999px;
  width: 10px;
}
.nspNext::after,
.nspPrev::after {
  color: #000;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 22px;
  text-indent: 0;
}
.nspNext::after {
  color: #ccc;
  content: '\f105';
}
.nspPrev::after {
  color: #ccc;
  content: '\f104';
}
.nspNext:hover::after,
.nspPrev:hover::after { 
  color: #29a3e0;
}

/* Articles layout */
.nspArts { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
  padding: 0;
}
.nspArtPage { 
  float: left; 
}
.nspArt { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
  float:left; 
}
.nspArt div { 
  overflow: hidden; 
}
.nspArt h4.nspHeader { 
  color: #222;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0 15px 0;
  
}


.nspArt img.nspImage { 
  border: none;
  display: block;
  
}
.nspArt .nspImageWrapper {
  display: block;
  overflow: hidden;
}
.nspArt .nspImageWrapper img {
  -webkit-transition: all .18s linear;
  -moz-transition: all .18s linear;
  -ms-transition: all .18s linear;
  -o-transition: all .18s linear;
  transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
  -webkit-transform: scale(1.1) rotateZ(-3deg);
  -moz-transform: scale(1.1) rotateZ(-3deg);
  -ms-transform: scale(1.1) rotateZ(-3deg);
  -o-transform: scale(1.1) rotateZ(-3deg);
  transform: scale(1.1) rotateZ(-3deg);
}
.nspArt p.nspText { 
  display: block!important;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 0!important;
}
.nspArt p.nspInfo {
  color: #aaa;
  display: block!important;
  font-size: 12px;
  padding: 5px 0; 
}
.nspArt p.nspInfo > * {
  padding-left: 10px;
}
.nspArt p.nspInfo > *:first-child {
  padding-left: 0;
}
.nspArt p.nspInfo img {
  vertical-align: middle;
}
.nspArt .tleft { 
  text-align: left; 
}
.nspArt .tright { 
  text-align: right; 
}
.nspArt .tcenter { 
  text-align: center;
}
.nspArt .tjustify { 
  text-align: justify; 
}
.nspArt .fleft { 
  float: left; 
}
.nspArt .fright { 
  float: right; 
}
.nspArt .fnone { 
  clear: both; 
  float: none;
  width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
  clear: both; 
}
.readon.left { 
  float: left; 
}
.readon.right { 
  float: right; 
}
.readon.center { 
  display: inline; 
  float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.nspList { 
  float: left; 
}
.nspLinks ul { 
  list-style-type: none!important; 
  padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
  margin: 0!important;
  padding: 10px 0;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
  border-top: none;
}

.nspLinks ul li h4 { 
  font-size: 16px;
  font-weight: bold;
  
}
.nspLinks ul li h4 a { 
  text-decoration: none; 
}

.nspLinks ul li p { 
  font-size: 13px;
  margin: 0;
}

/* positioning */
.nspArts.left { 
  float: right; 
}
.nspLinksWrap.left { 
  float: left;
}
.nspArts.right { 
  float: left; 
}
.nspLinksWrap.right { 
  float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
  left: -9999px;  
  position: absolute; 
  top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
  height: auto;
  width: 100%!important; 
}
.nspArt img.nspImage { 
  max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
  overflow: hidden;
  width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
  opacity: 0; 
  -webkit-transition: opacity 0.5s ease-out; 
     -moz-transition: opacity 0.5s ease-out; 
      -ms-transition: opacity 0.5s ease-out; 
         -o-transition: opacity 0.5s ease-out; 
          transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
  opacity: 1; 
}

/* Suffix dark */
.dark .nspLinks .nspLinkScroll1 ul li {
  border-top-color: #333;
}

.box.dark a.readon {
  color: #fff!important;
}

/* Suffix color */
.box.color .nspArt p.nspInfo {
  color: #fff;
}

.box.color .readon:hover {
  background: #fff;
  color: #333!important;
}

.box.color a.readon {
  color: #fff!important;
}

.box.color .nspPagination li { 
  background: #fff;
}
.box.color .nspPagination li:hover,
.box.color .nspPagination li.active { 
  background-color: #ccc;
}
.box.color .nspNext::after,
.box.color .nspPrev::after { 
  color: #ccc;
}
.box.color .nspNext:hover::after,
.box.color .nspPrev:hover::after { 
  color: #fff;
}

/* NSP title suffixes */
.nsptitle30 h4.nspHeader,
.nsptitle40 h4.nspHeader,
.nsptitle50 h4.nspHeader,
.nsptitle60 h4.nspHeader,
.nsptitle70 h4.nspHeader,
.nsptitle80 h4.nspHeader,
.nsptitle90 h4.nspHeader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nsptitle30 h4.nspHeader,
.nsplinktitle30 .nspLinks h4 { padding-right: 70%!important; }
.nsptitle40 h4.nspHeader,
.nsplinktitle40 .nspLinks h4 { padding-right: 60%!important; }
.nsptitle50 h4.nspHeader,
.nsplinktitle50 .nspLinks h4 { padding-right: 50%!important; }
.nsptitle60 h4.nspHeader,
.nsplinktitle60 .nspLinks h4 { padding-right: 40%!important; }
.nsptitle70 h4.nspHeader,
.nsplinktitle70 .nspLinks h4 { padding-right: 30%!important; }
.nsptitle80 h4.nspHeader,
.nsplinktitle80 .nspLinks h4 { padding-right: 20%!important; }
.nsptitle90 h4.nspHeader,
.nsplinktitle90 .nspLinks h4 { padding-right: 10%!important; }

/* Suffix overlay */
.overlayblack .nspArt,
.overlaywhite .nspArt {
  position: relative;
}

.overlayblack .nspArt .nspHeader,
.overlaywhite .nspArt .nspHeader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  padding: 25px;
  position: absolute;
}

.overlaywhite .nspArt .nspHeader a {
  color: #fff;
}

.overlayblack .nspArt .nspHeader,
.overlayblack .nspArt .nspHeader a {
  color: #222;
}

.overlaywhite .nspList,
.overlayblack .nspList {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 17px!important;
}

.overlaywhite .nspList li,
.overlayblack .nspList li {
  border: none!important;
  padding: 45px 0 0 0!important;
}

.overlaywhite .nspList li:first-child,
.overlayblack .nspList li:first-child {
  padding: 0!important;
}

.overlaywhite .nspLinks,
.overlayblack .nspLinks {
  padding: 0!important;
}

.overlaywhite .nspLinks ul li h4,
.overlayblack .nspLinks ul li h4,
.overlaywhite .nspLinks ul li h4 a,
.overlayblack .nspLinks ul li h4 a {
  font-size: 18px;
  line-height: 1.2;
}

.overlaywhite .nspLinks ul li h4,
.overlayblack .nspLinks ul li h4 {
  padding-bottom: 15px;
}

.overlaywhite .nspLinks ul li p,
.overlayblack .nspLinks ul li p {
  font-size: 15px;
  line-height: 1.6;
}

/**
 *
 * NSP Title Overlay Portal Mode
 *
 **/

.gkNspPM-TitleOverlay > figure {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  -ms-perspective: 1200;
  perspective: 1200;
}

.gkNspPM-TitleOverlay > figure > img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.gkNspPM-TitleOverlay > figure:hover > img {
  -webkit-transform: scale(1.1) rotateZ(-3deg);
  -moz-transform: scale(1.1) rotateZ(-3deg);
  -ms-transform: scale(1.1) rotateZ(-3deg);
  -o-transform: scale(1.1) rotateZ(-3deg);
  transform: scale(1.1) rotateZ(-3deg);
}

.gkNspPM-TitleOverlay > figure > figcaption {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
}

.gkNspPM-TitleOverlay[data-textpos="bottom"] > figure > figcaption {
  bottom: 0;
}

.gkNspPM-TitleOverlay[data-textpos="top"] > figure > figcaption {
  top: 0;
}

.gkNspPM-TitleOverlay[data-textpos="bottom"] .gkImgOverlay:before {
  bottom: auto;
  top: 12px;
}

.gkNspPM-TitleOverlay[data-textpos="top"] .gkImgOverlay:before {
  bottom: 12px;
  top: auto;
}

.gkNspPM-TitleOverlay > figure > figcaption h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

.gkNspPM-TitleOverlay > figure > figcaption a {
  color: #fffefe!important;  
}

/* Image overlays */
.gkNspPM-TitleOverlay .gkImgOverlay {
  background: #000;
  cursor: pointer;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  z-index: 2;
}

.gkNspPM-TitleOverlay.hover .gkImgOverlay {
  filter: alpha(opacity=75);
  opacity: 0.75;
  left: 0;
}

.gkNspPM-TitleOverlay .gkImgOverlay:before {
  color: #fff;
    content: "\f0a4";
    font-family: FontAwesome;   
    font-size: 22px; 
    position: absolute;
    bottom: 12px;
    right: 22px;
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap { 
   border: 1px solid #e5e5e5
 }
.gkTabsWrap ol li {
    background: #fbfbfb;  
  border-right: 1px solid #e5e5e5;
  color: #222;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  list-style-type: none;
  padding: 12px 20px!important;
  position: relative;
  top: 1px;
  text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
      background: #fff;
   border-bottom-color: #fff;
   color: #29a3e0; 
   font-weight: 600 
    
}
.gkTabsWrap ol li.active:last-child {
  border-bottom: 1px solid #fff;
}
.gkTabsWrap ol li:hover { 
  color: #29a3e0; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
    background: transparent;
    border-bottom: 1px solid #e5e5e5;  
  margin: 0 0 20px;  
  
}
.gkTabsNav::after {
  clear: both;
  content: "";
  display: table;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
  display: none;
}

/**
 *
 * Image Show GK4 - style gk_rockwall
 *
 **/
 
.gkIsWrapper-gk_rockwall {
  margin: 0;
  min-height: 200px;
  position: relative;
}

.gkIsWrapper-gk_rockwall .gkIsPreloader {
  background: #000 url('../images/style1/loader.gif') no-repeat center center;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
  z-index: 101;
}

.gkIsWrapper-gk_rockwall figure {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.gkIsWrapper-gk_rockwall.loaded .gkIsButtons {
  opacity: 1;
}

.gkIsWrapper-gk_rockwall figure.animated {
  z-index: 2;
}

.gkIsWrapper-gk_rockwall.loaded figure.animated {
  opacity: 1;
}

.gkIsWrapper-gk_rockwall figure.active {
  position: relative;
  z-index: 3;
}

.gkIsWrapper-gk_rockwall img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

.gkIsWrapper-gk_rockwall figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.gkIsWrapper-gk_rockwall[data-textpos="right"] figcaption {
  left: auto;
  right: -50%;
}

.gkIsWrapper-gk_rockwall .active figcaption {
  filter: alpha(opacity=100);
}

.gkIsWrapper-gk_rockwall figcaption a.button {
  background: #2AA4E1;
  background-image: linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
  background-image: -moz-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
  background-image: -webkit-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1162B3), color-stop(0.99, #2AA4E1));
  margin: 30px 0 0 0;
  text-transform: uppercase;
}

.gkIsWrapper-gk_rockwall figcaption a.button:active,
.gkIsWrapper-gk_rockwall figcaption a.button:focus,
.gkIsWrapper-gk_rockwall figcaption a.button:hover {
  background: #747474;
  background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
  background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
  background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
}

.gkIsWrapper-gk_rockwall figure.active figcaption {
  z-index: 101;
}

.gkIsWrapper-gk_rockwall figcaption h2 {
  color: inherit;
  font-size: 66px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-transform: lowercase 
}

.gkIsWrapper-gk_rockwall .gkIsPagination {
  bottom: 22px;
  position: absolute;
  right: 32px;  
  z-index: 10;
}

.gkIsWrapper-gk_rockwall[data-textpos="right"] .gkIsPagination {
  left: 32px;
  right: auto;
}

.gkIsWrapper-gk_rockwall .gkIsPagination li {
  background: #717171;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  float: left;
  height: 10px;
  margin: 0 0 0 5px;
  text-indent: -9999px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 10px;
}

.gkIsWrapper-gk_rockwall .gkIsPagination li.active,
.gkIsWrapper-gk_rockwall .gkIsPagination li:active
.gkIsWrapper-gk_rockwall .gkIsPagination li:focus,
.gkIsWrapper-gk_rockwall .gkIsPagination li:hover {
  background: #fff;
}

.nspList, .nspArtPage {
    opacity: 1 !important;
}