body {
  color:#777777;
  font-size:13px;
  font-weight:normal;
  line-height:24px;
}
a {
  color:#707070;
  outline:none !important;
}
a:active, a:focus, a:hover {
  color:#707070;
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  /*color:#454545;*/
  color: #707070;
  font-weight:400;
}
.row { clear:both; }
.row:after {
  clear:both;
  content:"";
  display:table;
}
body > header > .row {
  background:#bd11f1;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  margin:10px 0 20px 0;
  padding:10px 0;
}
body > header > h1 {
  line-height:24px;
  margin-bottom:20px;
}
body > header > h1 small {
  clear:both;
  display:block;
  font-size:14px;
}
body > header > .row p, body > header > .row form { margin:0; }
#gk-header {
    margin-left: auto;
    margin-right: auto;
}
body > header + section#gk-main:before {
  border-top:1px solid #000000;
  content:"";
  display:block;
  margin-top:0;
  padding-top:0px;
  width:0%;
}

/* dun_ */

#gk-content {
	border-radius: 10px;
	border: 1px solid #707070;
	-webkit-box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
	background:#FFFFFF;
}

 /* dun_ */

body > footer {
  /*border-top:1px solid #e5e5e5;*/
  font-size: 12px;
  color: #777777;
  padding: 10px;
}
body > footer ul { float:left; }
body > footer ul li {
  float:left;
  margin-right:10px;
}
body > footer a { color:#aaa; }
body > footer a:active, body > footer a:focus, body > footer a:hover {
  background:transparent !important;
  color:#707070;
}
body > footer .gk-toplink { margin-left:20px; }
.gk-disclaimer {
  clear:both;
  text-align:center;
  line-height:18px;
}
footer .gk-toplink i { margin-top:-3px; }

/* dun_ */

/*.box { margin-bottom:35px; }*/
.box ul {
  list-style-type:none;
  margin:0;
}
.box ul li {
  line-height:1.5;
  padding:5px 0;
}
.box .header {
  font-size:20px;
  font-weight:300;
  margin-bottom:12px;
}
.box .header [class^="icon-"], .box .header [class*=" icon-"] { padding-right:6px; }
.box.hot, .box.new, .box.popular { position:relative; }
.box.hot:after, .box.new:after, .box.popular:after {
  background:#dd514c;
  color:#fff;
  content:"HOT";
  display:block;
  font-size:11px;
  height:16px;
  line-height:17px;
  padding:0 4px;
  position:absolute;
  right:5px;
  top:5px;
  z-index:1;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.box.new:after {
  background:#707070;
  content:"NEW";
}
.box.popular:after {
  background:#5eb95e;
  content:"POPULAR";
}
.gk-mainmenu-toggle { float:right; }
.gk-mainmenu-toggle a {
  background:transparent url('../images/mobile_menu_btn.png') no-repeat 0 0;
  display:block;
  height:30px;
  margin-top:35px;
  text-indent:-9999px;
  width:30px;
}
.gk-main-menu {
  float:right;
  position:relative;
}
.gk-main-menu > ul { margin-top: 17px; }
.gk-main-menu > ul > li {
  border:none;
  float:left;
  font-size:16px;
  font-weight: bold;
  min-height:67px;
  line-height:67px;
}
.gk-main-menu > ul > li > a {
  color:#777;
  margin:0;
  padding:0 14px;
  -webkit-transition:color .3s ease-out;
  -moz-transition:color .3s ease-out;
  -o-transition:color .3s ease-out;
  transition:color .3s ease-out;
}
.gk-main-menu > ul > li > a:hover {
  background:transparent;
  color:#707070;
}
.gk-main-menu > ul li.current > a, .gk-main-menu > ul li.active > a {
  background:transparent !important;
  color:#707070 !important;
}
.gk-main-menu > ul > li.active, .gk-main-menu > ul > li:hover { color:#707070; }
.gk-main-menu > ul > li.active > a, .gk-main-menu > ul > li:hover > a {
  background:transparent;
  color:#707070;
}
.gk-main-menu > ul > li.active li.current > a, .gk-main-menu > ul > li.active li.active > a, .gk-main-menu > ul > li:hover li.current > a, .gk-main-menu > ul > li:hover li.active > a {
  background:transparent !important;
  color:#000000 !important;
}
.gk-main-menu ul ul {
  background:#fff;
  display:block;
  font-size:13px;
  left:-9999px;
  margin-top:-3px;
  padding:0 !important;
  position:absolute;
  width:200px;
  z-index:10;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:0 0 6px #939393;
  -moz-box-shadow:0 0 6px #939393;
  -ms-box-shadow:0 0 6px #939393;
  -o-box-shadow:0 0 6px #939393;
  box-shadow:0 0 6px #939393;
}
.gk-main-menu ul ul ul:before { display:none; }
.gk-main-menu ul ul li {
  border-top:1px solid #ececec;
  min-height:22px;
  -webkit-transition:background-color .3s ease-out;
  -moz-transition:background-color .3s ease-out;
  -o-transition:background-color .3s ease-out;
  transition:background-color .3s ease-out;
}
.gk-main-menu ul ul li a {
  color:#777;
  display:block;
  line-height:22px;
  padding:10px 26px;
}
.gk-main-menu ul ul li a:active, .gk-main-menu ul ul li a:focus, .gk-main-menu ul ul li a:hover {
  color:#585656 !important;
  text-decoration:none;
}
.gk-main-menu ul ul li:hover { background:#f5f5f5; }
.gk-main-menu ul ul li:first-child { border-top:none; }
.gk-main-menu ul ul li:hover ul { left:auto !important; }
.gk-main-menu ul ul li:hover a {
  color:#585656 !important;
  text-decoration:none;
}
.gk-main-menu ul ul ul {
  border-top:1px solid #eee;
  left:-9999px !important;
  margin-left:180px;
  margin-top:-24px;
}
.gk-main-menu 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;
}
.gk-main-menu ul li:hover ul { left:auto; }
#gk-content hr { display:none; }
#gk-content h2 small {
  clear:both;
  display:block;
  font-size:11px;
  line-height:1.0;
}
.gk-blue-button, .gk-yellow-button {
  color:#fff;
  display:inline-block;
  font-size:30px;
  font-weight:300;
  height:60px;
  line-height:61px;
  margin-left:25px;
  padding:0 45px;
  text-shadow:0 1px 0 rgba(0,0,0,0.21);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}
.gk-blue-button { background:#707070; }
.gk-yellow-button { background:#fbb450; }
.gk-blue-button:first-child, .gk-yellow-button:first-child { margin-left:0; }
.gk-blue-button:active, .gk-blue-button:focus, .gk-blue-button:hover, .gk-yellow-button:active, .gk-yellow-button:focus, .gk-yellow-button:hover {
  background:#333;
  color:#fff;
}
@-webkit-keyframes gkbounce {
  0% {
    -webkit-transform:scale(1.0);
  }
  25% {
    -webkit-transform:scale(0.9);
  }
  50% {
    -webkit-transform:rotateZ(1.0);
  }
  75% {
    -webkit-transform:rotateZ(1.1);
  }
  100% {
    -webkit-transform:rotateZ(1.0);
  }
}
@-moz-keyframes gkbounce {
  0% {
    -moz-transform:scale(1.0);
  }
  25% {
    -moz-transform:scale(0.9);
  }
  50% {
    -moz-transform:rotateZ(1.0);
  }
  75% {
    -moz-transform:rotateZ(1.1);
  }
  100% {
    -moz-transform:rotateZ(1.0);
  }
}
@keyframes gkbounce {
  0% {
    transform:scale(1.0);
  }
  25% {
    transform:scale(0.9);
  }
  50% {
    transform:rotateZ(1.0);
  }
  75% {
    transform:rotateZ(1.1);
  }
  100% {
    transform:rotateZ(1.0);
  }
}
@font-face {
  font-family:'IcoMoon';
  src:url('../../../media/jui/fonts/IcoMoon.eot');
  src:url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}
#gk-breadcrumb .icon-home { margin-top:-2px; }
.container-fluid {
  margin:0 auto;
  max-width:1180px;
}
.gk-mainmenu-toggle { display:none; }

/* dun_ */

div.itemIsFeatured::before, div.catItemIsFeatured::before { display:none; }

img {
margin-top: 0px;
max-width:100%;
max-height:100%;
/*border-radius: 3px;
border: 1px solid #707070;
-webkit-box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:2px 2px 5px rgba(50, 50, 50, 0.75);*/
}
a [class^="icon-"] { margin-top:-3px; }
/*.well { background:#171717; }*/
[class^="icon-"], [class*=" icon-"] {
  position:relative;
  top:2px;
}
[class*="span"]:first-child { margin-left:0 !important; }
.row { margin-left:0 !important; }
[class*="span"] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.breadcrumb {
  background:transparent;
  border:none;
  border-bottom:1px solid #e5e5e5;
  padding:15px 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.breadcrumb > li:first-child { margin-right:10px; }
@media (max-width: 979px) {
  .gk-mainmenu-toggle { display:inline-block; }
  .gk-main-menu { float:none; }
  .gk-main-menu ul.nav-child {
    display:block !important;
    height:auto !important;
    margin:0 !important;
    overflow:visible !important;
    opacity:1 !important;
    padding:0 !important;
    position:static !important;
    width:100% !important;
  }
  .gk-main-menu > ul {
    background:#fff;
    border:1px solid #eee;
    margin-bottom:20px !important;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
  }
  .gk-main-menu > ul > li:first-child > a { border-top:none !important; }
  .gk-main-menu ul li {
    border:none !important;
    line-height:28px !important;
    min-height:28px !important;
  }
  .gk-main-menu ul li a, .gk-main-menu ul li li a, .gk-main-menu ul li ul li a {
    border-top:1px solid #e5e5e5;
    color:#777 !important;
    font-weight:normal !important;
    line-height:28px !important;
    margin:0 !important;
    min-height:28px !important;
  }
  .gk-main-menu ul li a {
    font-size:13px;
    padding:0 15px !important;
  }
  .gk-main-menu ul li a:active, .gk-main-menu ul li a:focus, .gk-main-menu ul li a:hover {
    background:#f5f5f5 !important;
    color:#585656 !important;
  }
  .gk-main-menu ul li li a {
    font-size:12px;
    padding-left:30px !important;
  }
  .gk-main-menu ul li li li a {
    font-size:11px;
    padding-left:40px !important;
  }
  .gk-main-menu ul li li li li a {
    font-size:10px;
    padding-left:50px !important;
  }
  .gk-main-menu ul ul {
    background:#fff;
    border:none !important;
    position:static;
    width:100%;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -ms-box-shadow:none !important;
    -o-box-shadow:none !important;
    box-shadow:none !important;
  }
  .gk-blue-button, .gk-yellow-button {
    font-size:24px;
    font-weight:300;
    height:48px;
    line-height:49px;
    margin-left:25px;
    padding:0 36px;
  }
}
@media (max-width: 768px) {
  [class*="span"]:after {
    clear:both;
    content:"";
    display:block;
  }
  [class*="span"] { margin-top:20px; }
  [class*="span"]:first-child { margin-top:0; }
  #gk-header {
    margin: auto;
    margin-bottom: 20px;
  }
  body > footer .nav {
    padding:14px 0;
    width:100%;
  }
  body > footer .nav li {
    clear:both;
    display:block;
    text-align:center;
    width:100%;
  }
  body > footer .nav { border-bottom:1px solid #e5e5e5; }
  body > footer .gk-copyrights, body > footer .gk-toplink {
    display:block;
    margin-bottom:20px;
    text-align:center;
    width:100%;
    padding-top: 10px;
  }
  body > header > .row { text-align:center; }
  .gk-blue-button, .gk-yellow-button {
    font-size:18px;
    font-weight:300;
    height:32px;
    line-height:33px;
    margin-left:16px;
    padding:0 24px;
  }
  
/* Fixes	
  #sidebar {padding-right: 0px !important; padding-top: 0px !important;}
  #gk-main .container-fluid #sidebar .box {width: 100% !important;}
  #k2Container {border-bottom: 1px solid #DDDDDD;}
  .itemContainer {width: 100% !important;}
  .subCategoryContainer {width: 100% !important;}
  .LR03 {padding: 15px 15px 15px 15px;}
  .LR04 {padding: 15px 15px 15px 15px;}
  .LR05 {padding: 15px 15px 15px 15px;}
*/		
}

@media (max-width: 480px) {
  .container-fluid .row-fluid .span12, .container-fluid .row-fluid .span6 {
    clear:both;
    float:none;
    margin:0px auto 0 auto !important;
    width:100% !important;
    max-width:480px !important;
  }
  .gk-blue-button, .gk-yellow-button {
    font-size:14px;
    font-weight:300;
    height:24px;
    line-height:25px;
    margin-left:10px;
    padding:0 16px;
  }
  .content img {max-height: 75px; }

/* Fixes 
  #sidebar { padding-right: 0px !important; padding-top: 0px !important; }
  #gk-main .container-fluid #sidebar .box { width: 100% !important; }
  #k2Container { border-bottom: 1px solid #DDDDDD; }
  .itemContainer { width: 100% !important; }
  .subCategoryContainer { width: 100% !important; }
  .nspArt img.nspImage { max-height: 100%; max-width: 100%; }
  .LR03 { padding: 15px 15px 15px 15px; }
  .LR04 { padding: 15px 15px 15px 15px; }
  .LR05 { padding: 15px 15px 15px 15px; }
*/
}
