
/**
 * Table of Contents:
 *
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Content
    5.1 - Home Page
    5.2 - Sub Page
 * 6.0 - Widget
 * 7.0 - Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   color: #0f1c43;
   font-weight: 700;
 }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #1c1c1c; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      color: #18bef0; }


a {
  color: #1b1b1b;
  text-decoration: none !important;
  outline: none !important; }
  a:hover, a:active {
    color: #19BDF0;
    text-decoration: none; }
  a:focus {
    outline: none; }

ol {
  margin: 0px;
  padding: 0; }

ul {
  margin: 0px;
  padding: 0; }

ul li {
  list-style: inside disc;
  margin-bottom: 10px; }

ul li > ol > li {
  list-style: inside decimal; }

ol li {
  list-style: inside decimal;
  margin-bottom: 10px; }

ol li > ul,
ul li > ol {
  margin-top: 10px;
  margin-left: 10px; }

ol li > ul > li {
  list-style: inside disc; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.list-inline > li:first-child {
  padding-left: 0; }

.more-link {
  display: inline-block;
  padding: 2px;
  background: #19BDF0;
  margin: 10px 0; }
.more-link span {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding: 4px 10px 4px;
    color: white;
    border: 1px solid white; }
.more-link span:hover {text-decoration:none !important;}
.icon-btn {
  display: inline-block;
  padding: 2px; }
  .icon-btn span {
    text-transform: uppercase;
    display: block;
    padding: 6px 10px 4px;
  }
.blue-btn {background: #19bdf0;}
.red-btn {
  background: #19bdf0; }
  .red-btn:hover, .blue-btn:hover {
    background: #222222; text-decoration: none;}
  .red-btn span, .blue-btn span {
    color: white;
    border: 1px solid white; }

.add-cart-button span:before {
  font-family: FontAwesome;
  content: "\f07a";
  margin-right: 8px;
  font-size: 14px; }

.nav-tabs.kopa-tabs-1 {
  display: inline-block;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px; }
  .nav-tabs.kopa-tabs-1 > li {
    margin: 0; }
    .nav-tabs.kopa-tabs-1 > li a {
      border-left: 1px solid #d8d8d8 !important;
      border-bottom: none !important;
      border-top: none !important;
      border-right: none !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      margin: 0;
      font-size: 15px;

      padding: 10px 10px 8px; }
      .nav-tabs.kopa-tabs-1 > li a:hover {
        background-color: transparent; }
    .nav-tabs.kopa-tabs-1 > li.active a {
      color: #19BDF0 !important; }
    .nav-tabs.kopa-tabs-1 > li:first-child a {
      border-left: none !important; }

.nav-tabs.kopa-tabs-2 {
  display: inline-block;
  border: none;
  margin-bottom: 10px; }
  .nav-tabs.kopa-tabs-2 > li {
    margin: 0 0 0 2px; }
    .nav-tabs.kopa-tabs-2 > li:first-child {
      margin: 0; }
    .nav-tabs.kopa-tabs-2 > li a {
      border: none !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      margin: 0;
      font-size: 15px;

      padding: 10px 15px 8px;
      background-color: #222222;
      color: white; }
      .nav-tabs.kopa-tabs-2 > li a:hover {
        background-color: #646464; }
    .nav-tabs.kopa-tabs-2 > li.active a {
      color: white !important;
      background-color: #646464; }
    .nav-tabs.kopa-tabs-2 > li:first-child a {
      border-left: none !important; }

.nav-tabs.kopa-tabs-3 {
  display: inline-block;
  border-left: 1px solid #f1f2f2;
  border-right: 1px solid #f1f2f2;
  border-top: 1px solid #f1f2f2;
  margin-bottom: 0px; }
  .nav-tabs.kopa-tabs-3 > li a {
    border-top: 3px solid #f1f2f2;
    border-left: 1px solid #fff !important;
    background-color: #f1f2f2;
    border-right: none !important;
    border-bottom: none !important;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #3e3e3e;

    font-size: 16px;
    padding: 10px 50px 8px; }
  .nav-tabs.kopa-tabs-3 > li:first-child a {
    border-left: none !important; }
  .nav-tabs.kopa-tabs-3 > li.active a {
    background-color: #fff;
    border-top: 3px solid #19BDF0; }

.kopa-tab-content-3 {
  border: 1px solid #f1f2f2;
  padding: 10px 20px 0;
  margin-top: -7px; }

.kopa-tab-container-4 {
  position: relative; }

.nav-tabs.kopa-tabs-4 {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f1f2f2;
  margin-bottom: 0px; }
  .nav-tabs.kopa-tabs-4 > li {
    float: none;
    margin: 0 -1px 0 0;
    list-style: none; }
    .nav-tabs.kopa-tabs-4 > li a {
      border-bottom: none !important;
      border-left: 3px solid #f1f2f2 !important;
      background-color: #f1f2f2;
      border-right: none !important;
      border-top: 1px solid #fff !important;
      margin-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      color: #3e3e3e;

      font-size: 16px;
      padding: 10px 25px 8px; }
    .nav-tabs.kopa-tabs-4 > li:first-child a {
      border-top: none !important; }
    .nav-tabs.kopa-tabs-4 > li.active a {
      background-color: #fff;
      border-left: 3px solid #19BDF0 !important; }

.kopa-tab-content-4 {
  border: 1px solid #f1f2f2;
  padding: 10px 15px 0;
  margin-left: 90px; }

.kp-dropcap {
  color: white;
  background-color: #222222;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 40px;
  font-weight: 700; }

.kp-dropcap-line {
  color: #222;
  border: 1px solid #d8d8d8;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 40px;
  font-weight: 700; }

.kp-dropcap.red {
  background-color: #19BDF0; }

.kp-dropcap.radius,
.kp-dropcap-line.radius {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 0; }

.kp-dropcap-line.red {
  color: #19BDF0; }

.accordion-title h6 {

  background-color: #19BDF0;
  padding: 12px 15px 10px;
  margin: 0 0 2px;
  text-transform: uppercase;
 }

.accordion-title h6 a {
  color: white; }

.accordion-container {
  padding: 15px 15px 5px; }

.acc-wrapper-2 .accordion-title {
  position: relative; }
  .acc-wrapper-2 .accordion-title h6 {
    padding-left: 50px; }
  .acc-wrapper-2 .accordion-title span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #222222;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center; }

.toggle-view li {
  cursor: pointer;
  position: relative;
  float: none;
  margin: 0 0 2px;
  list-style: none; }
  .toggle-view li h6 {
    border: 1px solid #d8d8d8;
    font-size: 15px;

    padding: 12px 15px 10px;
    margin: 0;
    text-transform: uppercase;
    background-color: #f5f5f5;
     }
  .toggle-view li span {
    display: none; }
  .toggle-view li .kopa-panel {
    display: none;
    padding-top: 10px; }
  .toggle-view li.active h6 {
    color: #19BDF0; }

.kopa-toggle-2.toggle-view li h6 {
  padding-left: 50px; }
.kopa-toggle-2.toggle-view li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #d8d8d8;
  width: 40px;
  height: 41px;
  font-size: 14px;
  text-align: center;
  line-height: 44px; }
.kopa-toggle-2.toggle-view li.active h6,
.kopa-toggle-2.toggle-view li.active span {
  color: #19BDF0; }

.kopa-divider {
  margin: 20px 0;
  height: 1px; }

.divider-1 {
  border-top: 1px solid #d8d8d8; }

.divider-2 {
  border-top: 2px dotted #d8d8d8;
  height: 2px; }

.divider-3 {
  border-top: 2px dashed #d8d8d8;
  height: 2px; }

.divider-4 {
  height: 12px;
  border-top: 1px double #d8d8d8;
  border-bottom: 1px double #d8d8d8; }

.divider-5 {
  height: 4px;
  background: url(/images/background/shadow-divider.png) no-repeat center center; }

.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  background-color: transparent;
  border-width: 1px;
  border-style: solid; }
  .progress .progress-bar {
    box-shadow: 0 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent; }
  .progress .progress-bar-danger {
    background-color: #19BDF0; }

.progress.bar-success {
  border-color: #5CB85C; }

.progress.bar-info {
  border-color: #5BC0DE; }

.progress.bar-warning {
  border-color: #F0AD4E; }

.progress.bar-danger {
  border-color: #19BDF0; }

.kopa-button {
  display: inline-block;
  padding: 2px; }
  .kopa-button span {
    text-transform: uppercase;
    display: block;
    padding: 6px 10px 4px;

    color: white;
    border: 1px solid white; }

.red-button,
.black-button:hover,
.blue-button:hover,
.yellow-button:hover,
.purple-button:hover,
.green-button:hover {
  background: #19BDF0; }

.black-button,
.red-button:hover,
.more-link:hover {
  background: #222222; text-decoration: none; }

.blue-button {
  background: #0078ff; }

.yellow-button {
  background: #ffae00; }

.purple-button {
  background: #8200e6; }

.green-button {
  background: #3cb600; }

.kopa-blockquote-1 {
  background-color: #e8e8e8;
  color: #343434;
  font-size: 14px;
  border-left: 5px solid #19BDF0;
  padding: 15px 20px; }

.kopa-blockquote-2 {
  background-color: #e8e8e8;
  color: #343434;
  font-size: 14px;
  border-left: none;
  border-top: 5px solid #19BDF0;
  padding: 10px 20px 15px; }

/**
 * 2.0 Basic structure
 * -----------------------------------------------------------------------------
 */
body {

  position: relative;
  overflow-x: hidden;
  font-weight: 300; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top:20px;
}
.wrapper {
  width: 1231px;
  margin: 0 auto;
  position: relative; }

#main-content {
  position: relative; }

.widget-area-1 {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #d8d8d8;  }

.left-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #222222;
  height: 100%;
  width: 40px; }

.header-middle .left-box .triangle {
  position: absolute;
  top: 0px;
  left: 100%;
  border-bottom: 43px solid #222;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  display: block;
  height: 0;
  width: 0;
  transition: border 0.3s ease-in-out 0s;
  -moz-transition: border 0.3s ease-in-out 0s;
  -webkit-transition: border 0.3s ease-in-out 0s; }

.kopa-home-slider-widget .left-box .triangle {
  position: absolute;
  top: 0px;
  right: -210px;
  border-bottom: 155px solid #222;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 170px solid transparent;
  display: block;
  height: 0;
  width: 0;
  transition: border 0.3s ease-in-out 0s;
  -moz-transition: border 0.3s ease-in-out 0s;
  -webkit-transition: border 0.3s ease-in-out 0s; }

.kopa-home-slider-widget .left-box .triangle-2 {
  position: absolute;
  bottom: 0px;
  right: -210px;
  border-top: 227px solid #222;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 210px solid transparent;
  display: block;
  height: 0;
  width: 0;
  transition: border 0.3s ease-in-out 0s;
  -moz-transition: border 0.3s ease-in-out 0s;
  -webkit-transition: border 0.3s ease-in-out 0s; }

.kopa-home-slider-widget .left-box .rectangle {
  position: absolute;
  top: 0px;
  right: -40px;
  background-color: #222222;
  display: block;
  height: 155px;
  width: 40px; }

.left-box .square-1 {
  width: 35px;
  height: 35px;
  background-color: rgba(224, 61, 61, 0.5);
  position: absolute;
  right: -135px;
  top: 145px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */ }
.left-box .square-2 {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -135px;
  top: 115px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */ }
.left-box .square-3 {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -135px;
  top: 175px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */ }
.left-box .square-4 {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -165px;
  top: 145px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */ }

.main-section .wrapper {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 15px 20px;
  background: url(images/background/dot-1.jpg) repeat-y 922px 0; }
  .main-section .wrapper .main-col {
    width: 902px;
    padding-right: 20px; }
  .main-section .wrapper .sidebar {
    width: 287px;
    padding-left: 20px; }

.widget-area-4 {
  width: 595px;
  padding-right: 20px;
  border-right: 1px solid #d8d8d8; }

.widget-area-5 {
  width: 308px;
  padding: 20px 20px 0;
  margin-left: -1px;
  margin-right: -20px;
  border-left: 1px solid #d8d8d8; }


.ssaa .widget-area-5 .widget {
  background-color: #2b2b2b; }



.widget-area-7 {
  width: 50%;
  border-right: 1px solid #d8d8d8;
  padding-right: 20px; }

.widget-area-8 {
  width: 50%;
  border-left: 1px solid #d8d8d8;
  margin-left: -1px;
  margin-right: -40px;
  padding-left: 20px; }

.dark-box {
  background-color: #222222;
  border-bottom: 4px solid #19BDF0;
  padding-top: 10px;
  padding-bottom: 5px; }

#bottom-sidebar {
  border-bottom: 1px solid #d8d8d8; }
  #bottom-sidebar .wrapper {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 30px 20px 10px; }

.widget-area-13 {
  padding-top: 5px; }

.kopa-fullwidth .sidebar {
  display: none; }
.kopa-fullwidth .main-section .wrapper {
  background: none; }
  .kopa-fullwidth .main-section .wrapper .main-col {
    width: 100%;
    border-right: none;
    padding-right: 0; }

/**
 * 3.0 Header
 * -----------------------------------------------------------------------------
 */


.ssaa-page-header {
  position: relative; }

.header-top {
  padding: 10px 0; }
  .header-top .kopa-current-time {
    line-height: 1;
    font-size: 11px;

    margin-top: 1px;
    text-transform: uppercase; }


.ssaa .header-top,
.ssaa-subpage .header-top {
  background-color: #f8f8f8;
  border-bottom: 1px solid #d8d8d8; }

.top-menu {
  margin-bottom: 0; }
  .top-menu li {
    float: left;
    margin: 0 0 0 10px;
    list-style: none;
    border-left: 1px solid #a3a3a3;
    padding-left: 10px;
    line-height: 1; }
    .top-menu li:first-child {
      margin: 0;
      padding: 0;
      border: none; }
    .top-menu li a {
      font-size: 11px;

      text-transform: uppercase;
      color: #666; }
      .top-menu li a:hover {
        color: #19BDF0; }

.header-top-2 {
  padding: 10px 0; }


.ssaa .header-top-2 #logo-container,
.ssaa-subpage .header-top-2 #logo-container {
  margin-top: 0px; width: 35%; }



.header-middle {
  background-color: #19BDF0;
  position: relative; }



#logo-container img {
  max-width: 100%;
  position: relative;
  z-index: 3; }

.header-bottom {
  background-color: rgba(62, 62, 62, 0.6);
  position: absolute;
  left: 107px;
  bottom: -28px;
  width: 100%;
  z-index: 1; }



.ssaa .header-bottom,
.ssaa-subpage .header-bottom {
  position: static;
  background-color: #222222; }
  .ssaa .header-bottom .secondary-menu > li > a,
  .ssaa-subpage .header-bottom .secondary-menu > li > a {
    padding: 15px 0 13px; }

/**
 * 4.0 Navigation
 * -----------------------------------------------------------------------------
 */
.main-menu {
  margin: 0 0 0 400px;
  padding: 0;
  position: relative;
  z-index: 2; }
  .main-menu > li {
    float: left;
    margin: 0 0 0 15px;
    list-style: none;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
    position: relative; }
    .main-menu > li:first-child {
      margin: 0;
      padding: 0;
      border: none; }
    .main-menu > li > a {
      display: block;
      text-transform: uppercase;
      color: white;
      font-size: 15px;
      padding: 15px 0 13px;
      line-height: 1; }
    .main-menu > li ul {
      position: absolute;
      left: 0;
      top: 43px;
      display: none;
      width: 300px;
      background-color: #19BDF0;
      z-index: 100;
}
      .main-menu > li ul li {
        list-style: none;
        margin: 0;
        border-top: 1px solid #ccc; }
        .main-menu > li ul li:first-child {
          border-top: none; }
        .main-menu > li ul li.current-menu-item a, .main-menu > li ul li:hover a {
          color: #ffde00; }
        .main-menu > li ul li a {
          display: block;
          color: white;
          font-size: 14px;
          padding: 10px 20px; }




.sf-arrows .sf-with-ul {
  padding-right: 15px; }
  .sf-arrows .sf-with-ul:after {
    right: -3px;
    border-color: white transparent transparent; }


.ssaa .main-menu,
.ssaa .secondary-menu,
.ssaa-subpage .main-menu,
.ssaa-subpage .secondary-menu {
  margin-left: 0; }



.secondary-menu {
  margin: 0 0 0 295px;
  padding: 0; }
  .secondary-menu > li {
    line-height: 1;
    position: relative;
    float: left;
    margin: 0 0 0 35px;
    list-style: none; }
    .secondary-menu > li:first-child {
      margin: 0; }
    .secondary-menu > li > a {
      line-height: 1;
      text-transform: uppercase;

      color: #dadada;
      padding: 9px 0 7px;
      display: block; }
      .secondary-menu > li > a:hover {
        color: #19BDF0; }
    .secondary-menu > li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 40px;
      width: 200px;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 100; }
      .secondary-menu > li ul li {
        list-style: none;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .secondary-menu > li ul li:first-child {
          border-top: none; }
        .secondary-menu > li ul li.current-menu-item a, .secondary-menu > li ul li:hover a {
          color: #ffde00; }
        .secondary-menu > li ul li a {
          display: block;
          color: white;
          padding: 10px 20px;

          font-size: 14px; }

#bottom-nav #bottom-menu {
  display: inline-block; }
  #bottom-nav #bottom-menu li {
    float: left;
    margin: 0;
    list-style: none;
    border-left: 1px solid rgba(206, 206, 206, 0.2); }
    #bottom-nav #bottom-menu li a {
      display: block;
      padding: 0 20px;
      font-size: 14px;
      color: #cecece;
      text-transform: uppercase; }
      #bottom-nav #bottom-menu li a:hover {
        color: #19BDF0; }
    #bottom-nav #bottom-menu li:first-child {
      border-left: none; }

/*--- Mobile Menu ---*/
.main-nav i {
  color: white;
  font-size: 35px;
  cursor: pointer;
  display: none;
  margin-top: 6px;
  margin-bottom: 2px; }

.mobile-menu-wrapper,
.bottom-mobile-menu-wrapper,
.secondary-mobile-menu-wrapper {
  display: none; }

#mobile-menu {
  position: absolute;
  top: 43px;
  left: 0;
  padding: 0;
  background: #19BDF0;
  z-index: 99999;
  width: 100%;
  display: none;
  font-weight: normal; }

#mobile-menu ul,
#bottom-mobile-menu ul,
#secondary-mobile-menu ul {
  z-index: 99999; }

#mobile-menu li,
#bottom-mobile-menu li,
#secondary-mobile-menu li {
  margin: 0;
  list-style: none; border-bottom: solid 1px #ccc; }

#mobile-menu li a {
  padding: 8px 15px;
  background: #19BDF0;
  color: white;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-weight: 700; }

#mobile-menu > li > a:hover {
  color: #ffde00; }

#mobile-menu > li > ul {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
#mobile-menu > li > ul.dropdown-menu {border-radius: 0; background: transparent; border:none; box-shadow: none; position: relative; margin: 1px auto 15px; width: 100%; background-color: gray;}

#mobile-menu > li ul li a {
  padding: 8px 0; font-weight: normal; font-size: 12px; text-transform: uppercase; background-color: gray; }

#mobile-menu > li ul li   { border-bottom: solid 1px #ccc;}
#mobile-menu > li ul li.last {border-bottom: none;}




ul.mobile-menu, ul.mobile-menu ul, ul.mobile-menu li {
	list-style: none;
}

ul.mobile-menu ul {
	padding: 0;
	margin: 0 0 0 18px;
}

ul.mobile-menu {
	padding: 4px;
	margin: 0px;
}

ul.mobile-menu > li {
	margin: 4px 0;
}

ul.mobile-menu > li li {
	margin: 2px 0;
}

ul.mobile-menu a {
	color: #333;
	display: block;
	outline: none;
	text-decoration: none;
}

ul.mobile-menu a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
	margin-left: 2px;
}

ul.mobile-menu a:hover .caret {
	border-top-color: #fff;
}
ul.mobile-menu li.open {background-color: red;}
ul.mobile-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

ul.mobile-menu li.open > a:hover > .caret {
	border-bottom-color: #fff;
}

ul.mobile-menu a:hover, ul.mobile-menu li.active > a {
	background-color: #5D5D5D;
	color: #f5f5f5;
}

ul.mobile-menu > li.active > a  {
	background-color: #4D90FE;
}

ul.mobile-menu li a {
	font-size: 12px;
	line-height: 18px;
	padding: 2px 10px;
}

ul.mobile-menu > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 10px;
}


#bottom-nav i,
.secondary-nav span {
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.secondary-nav > span {
  font-size: 20px;
  margin: 12px 0 0 8px; }

#bottom-mobile-menu,
#secondary-mobile-menu {
  position: absolute;
  top: 44px;
  left: 0;
  padding: 0;
  background: #222222;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  width: 250px;
  display: none; }

#bottom-mobile-menu li,
#secondary-mobile-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

#bottom-mobile-menu li:first-child,
#secondary-mobile-menu li:first-child {
  border-top: none; }

#bottom-mobile-menu li a,
#secondary-mobile-menu li a {
  display: block;
  padding: 10px 20px;
  color: white;
  font-size: 14px; }

#bottom-mobile-menu > li:hover > a,
#secondary-mobile-menu > li:hover > a {
  color: #ffde00; }

#secondary-mobile-menu {
  top: 43px; }

#secondary-mobile-menu > li > ul {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px; }

#secondary-mobile-menu > li ul li a {
  padding: 8px 0; }

#secondary-mobile-menu > li ul li ul li a {
  text-transform: none; }

#secondary-mobile-menu .open > a {
  border-bottom: 1px solid #d8d8d8; }

#secondary-mobile-menu li a .caret {
  position: absolute;
  right: 15px;
  top: 18px; }

/**
 * 5.0 Content
 * -----------------------------------------------------------------------------
 */
.entry-date {
  margin-right: 10px; }
  .entry-date i {
    font-size: 14px;
    margin-right: 5px; }

.entry-author a {
  color: #8f8f8f; }
  .entry-author a:hover {
    color: #19BDF0; }

.kopa-rating li {
  font-size: 14px;
  float: left;
  margin: 0 0 0 1px;
  list-style: none; }
  .kopa-rating li a {
    color: #19BDF0; }

.social-links li {
  font-size: 16px;
  float: left;
  margin: 0 0 0 25px;
  list-style: none; }
  .social-links li a {
    color: #535353; }
    .social-links li a:hover {
      color: #19BDF0; }
  .social-links li:first-child {
    margin-left: 0; }

.pagination {
  display: block;
  text-align: center;
  height: 26px; }
  .pagination ul {
    display: inline-block; }
    .pagination ul li {
      float: left;
      margin: 0 0 0 3px;
      list-style: none;
      line-height: 1;
      font-size: 14px; }
      .pagination ul li:first-child {
        margin-left: 0; }
      .pagination ul li a {
        line-height: 1;
        display: block;
        padding: 5px 10px;
        border: 1px solid #d8d8d8; }
      .pagination ul li span {
        line-height: 1;
        display: block;
        padding: 5px 10px;
        border: 1px solid #d8d8d8; }
      .pagination ul li .current {
        color: white;
        border-color: #19BDF0;
        background-color: #19BDF0; }

.entry-thumb img {
  width: 100%; }

.entry-title {

  margin: 0; }

/**
 * 5.1 Home Page
 * -----------------------------------------------------------------------------
 */
/*
Owl Carousel
--------------------------
*/
.owl-theme .owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #869791; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.item.loading {
  min-height: 200px;
  background: url(images/icons/loading.gif) no-repeat center center; }

/**
 * 5.2 Sub Page
 * -----------------------------------------------------------------------------
 */
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 20px 12px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 -20px 20px;
  line-height: 18px;
  color: #3e3e3e;
  font-size: 13px;
  font-style: italic; }
  .breadcrumb a {
    color: #3e3e3e; }
    .breadcrumb a:hover {
      color: #19BDF0; }
  .breadcrumb .current-page {
    font-size: 14px;
    font-weight: 700;
    color: #19BDF0; }

/*
Categories page
----------------------------------
*/
.entry-list > ul {
  margin-bottom: 20px; }
  .entry-list > ul > li {
    float: none;
    margin: 20px 0 0;
    list-style: none;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px; }
    .entry-list > ul > li:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
    .entry-list > ul > li .entry-item {
      background-color: #fff; }
      .entry-list > ul > li .entry-item .entry-thumb {
        float: left;
        margin-right: 20px;
        max-width: 265px; }
      .entry-list > ul > li .entry-item .entry-content {
        padding-top: 15px;
        padding-right: 20px; }
        .entry-list > ul > li .entry-item .entry-content header {
          overflow: hidden;
          margin-bottom: 10px; }
          .entry-list > ul > li .entry-item .entry-content header .entry-title {
            font-size: 18px;

            margin-bottom: 8px; }
          .entry-list > ul > li .entry-item .entry-content header .entry-date {
            margin-right: 0; }
          .entry-list > ul > li .entry-item .entry-content header .entry-author {
            margin-right: 5px; }
          .entry-list > ul > li .entry-item .entry-content header .kopa-rating {
            margin-top: -1px; }
        .entry-list > ul > li .entry-item .entry-content .more-link {
          margin-top: 5px; }
.entry-list .pagination {
  text-align: left; }
.entry-box p a, .main-col p a, .entry-box li a {color: #19BDF0;}
.entry-box p a:hover, .main-col p a:hover, .entry-box li a:hover {text-decoration: underline !important;}
.kopa-categories-2 .entry-list {
  margin: 0px 0 0 -41px; }
  .kopa-categories-2 .entry-list .pagination {
    margin: -0px 0 20px 40px; }
  .kopa-categories-2 .entry-list > ul {
    margin-bottom: 0; }

.entry-masonry-list .masonry-item {
  width: 287px;
  float: left;
  margin: 0 0 20px 20px;
  border-left: 1px solid #d8d8d8;
  border-top: none;
  padding-top: 0;
  padding-left: 20px; }
  .entry-masonry-list .masonry-item .entry-item {
    background-color: transparent;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px; }
    .entry-masonry-list .masonry-item .entry-item .entry-thumb {
      float: none;
      margin: 0;
      width: 100%; }
      .entry-masonry-list .masonry-item .entry-item .entry-thumb img {
        width: 100%; }
    .entry-masonry-list .masonry-item .entry-item .entry-content {
      padding: 15px 10px;
      background-color: #f9f9f9; }

/*
Shop page
----------------------------------
*/
.products {
  margin: -20px 0 0 -20px; }
  .products > li {
    padding-bottom: 25px;
    float: left;
    margin: 20px 0 20px 20px;
    list-style: none;
    position: relative;
    width: 205px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    .products > li a.product-detail {
      display: block;
      margin: -1px -1px 0;
      text-align: center; }
      .products > li a.product-detail img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px; }
      .products > li a.product-detail h5 {

        margin: 0 0 8px; }
        .products > li a.product-detail h5:hover {
          color: #19BDF0; }
      .products > li a.product-detail .price {
        font-weight: 700;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 5px;
        color: #1b1b1b; }
      .products > li a.product-detail .star-rating {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        font-size: 13px;
        width: 60px;
        height: 20px;
        color: #19BDF0; }
        .products > li a.product-detail .star-rating:before {
          content: "\f006\f006\f006\f006\f006";
          font-family: 'FontAwesome'; }
        .products > li a.product-detail .star-rating span {
          overflow: hidden;
          float: left;
          top: 0;
          left: 0;
          position: absolute;
          padding-top: 1.5em;
          width: 80%; }
          .products > li a.product-detail .star-rating span:before {
            content: "\f005\f005\f005\f005\f005";
            font-family: 'FontAwesome';
            top: 0;
            position: absolute;
            left: 0; }
          .products > li a.product-detail .star-rating span strong {
            display: block; }
    .products > li .add_to_cart_button {
      background-color: #19BDF0;
      color: white;
      display: block;
      padding: 5px 0;
      text-align: center;
      position: absolute;
      bottom: -15px;
      width: 106px;
      margin-left: -53px;
      left: 50%; }
      .products > li .add_to_cart_button:hover {
        background-color: #222222; }
      .products > li .add_to_cart_button i {
        font-size: 14px;
        margin-right: 5px; }

/*
Single product page
----------------------------------
*/

.product_column .related-products {
  overflow: hidden; }
  .product_column .related-products h4 {
    text-transform: uppercase;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0 10px; }
  .product_column .related-products .related-product-carousel-wrapper {
    margin: 0 -9px; }
    .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .item {
      padding-bottom: 17px;
      margin: 0 10px; }
      .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .item .entry-item .entry-thumb img {
        display: block;
        width: 100%; }
      .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .item .entry-item .entry-content {
        position: relative;
        background-color: #EEEEEE;
        padding: 10px;
        text-align: center; }
        .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .item .entry-item .entry-content .entry-title {
          margin: 0 0 5px; min-height: 40px; }


        .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .item .entry-item .entry-content .add-cart-button {
          position: absolute;
          left: 50%;
          margin-left: -62px;
          bottom: -17px; }
    .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .owl-controls {
      position: absolute;
	  width:100%;
      top: 50%;
      margin: 0;
      margin-top:-50px;}



      .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        background-color: #333;
        color: #fff;
        padding: 0;
        margin: 0 1px;
        font-size: 14px;
        opacity: 1;
        position: absolute;
        filter: Anpha(Opacity=100);
        background-size: 25%;
        background-repeat: no-repeat;
        background-position: center center; }

      .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .owl-controls .owl-buttons div.owl-prev {left: 10px; background-image: url(/common/img/arrow-left.png);}
            .product_column .related-products .related-product-carousel-wrapper .related-product-carousel .owl-controls .owl-buttons div.owl-next {right: 10px; background-image: url(/common/img/arrow-right.png);}
/*
Single post page
----------------------------------
*/
.entry-box {
  margin-bottom: 25px; }
  .entry-box > header {
    margin-bottom: 20px;
    overflow: hidden; }
    .entry-box > header .entry-title {
      border-left: 3px solid #19BDF0;
      padding-left: 10px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .entry-box > header .entry-date {
      margin: 0 0 0 15px; }
    .entry-box > header .entry-author {
      margin-right: 10px; }
  .entry-box > .entry-thumb {
   /* border: 8px solid #19BDF0;*/
   border: none;
    margin-bottom: 30px; }
    .entry-box > .entry-thumb img {
      width: 100%;
      display: block; }
  .entry-box .page-links-wrapper {
    margin-bottom: 20px;
    position: relative;
    text-align: right; }
    .entry-box .page-links-wrapper .page-links {
      display: inline-block;
      margin: 0 auto;
      font-size: 14px;
      background-color: #fff; }
      .entry-box .page-links-wrapper .page-links span {
        display: inline-block;
        padding: 1px 7px;
        border: 1px solid #d8d8d8;
        color: #1b1b1b; }
      .entry-box .page-links-wrapper .page-links > span {
        background-color: #19BDF0;
        border-color: #19BDF0;
        color: white; }
      .entry-box .page-links-wrapper .page-links a:hover span {
        background-color: #19BDF0;
        border-color: #19BDF0;
        color: white; }
  .entry-box .entry-content .left-col {
    width: 195px;
    margin-right: 20px;
    margin-bottom: 10px; }
    .entry-box .entry-content .left-col h3 {
      text-transform: uppercase;
      border-left: 3px solid #19BDF0;
      padding-left: 10px;
      margin: 0 0 20px;
      line-height: 12px; }
      .entry-box .entry-content .left-col h3 span {

        font-size: 12px;
        display: block;
        margin-bottom: 10px; }
    .entry-box .entry-content .left-col .kopa-related-post-carousel {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 25px;
      margin-bottom: 30px; }
      .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li {
        float: none;
        margin: 15px 0 0;
        list-style: none;
        border-top: 1px solid #d8d8d8;
        padding-top: 20px; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li:first-child {
          margin-top: 0;
          padding-top: 0;
          border-top: none; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li .entry-item .entry-thumb {
          float: left;
          margin-right: 10px;
          width: 60px; }
          .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li .entry-item .entry-thumb img {
            width: 100%;
            display: block; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li .entry-item .entry-content .entry-date {
          display: block;
          margin-bottom: 5px; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .item > ul > li .entry-item .entry-content .entry-title {
          line-height: 20px; }
      .entry-box .entry-content .left-col .kopa-related-post-carousel .owl-controls {
        margin: 0 0 0 -25px;
        position: absolute;
        left: 50%;
        bottom: -12px;
        background-color: #fff; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .owl-controls .owl-buttons div {
          background-color: #fff;
          border: 1px solid #d8d8d8;
          color: #a1a1a1;
          font-family: 'FontAwesome';
          padding: 0;
          width: 23px;
          height: 23px;
          font-size: 14px;
          opacity: 1;
          filter: Anpha(Opacity=100);
          margin: 0 1px; }
          .entry-box .entry-content .left-col .kopa-related-post-carousel .owl-controls .owl-buttons div:hover {
            background-color: #19BDF0;
            border: 1px solid #19BDF0;
            color: white; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .owl-controls .owl-buttons .owl-prev:before {
          content: "\f100"; }
        .entry-box .entry-content .left-col .kopa-related-post-carousel .owl-controls .owl-buttons .owl-next:before {
          content: "\f101"; }
    .entry-box .entry-content .left-col .admin-rating {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 5px;
      margin-bottom: 20px; }
      .entry-box .entry-content .left-col .admin-rating header {
        position: relative;
        padding-left: 100px; }
        .entry-box .entry-content .left-col .admin-rating header .val-rate {
          font-size: 45px;
          font-weight: 700;
          color: #343434;
          line-height: 40px;
          position: absolute;
          top: 0;
          left: 0; }
        .entry-box .entry-content .left-col .admin-rating header h6 {
          text-transform: uppercase;
          font-family: 'Oswald', sans-serif;
          margin: 0 0 2px; }
      .entry-box .entry-content .left-col .admin-rating .progress {
        height: 10px;
        background-color: #222222;
        margin-bottom: 35px;
        position: relative;
        overflow: visible; }
        .entry-box .entry-content .left-col .admin-rating .progress .val-t {
          position: absolute;
          bottom: -25px;
          left: 35px; }
        .entry-box .entry-content .left-col .admin-rating .progress .ring {
          border: 3px solid #19BDF0;
          padding: 4px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          top: -8px;
          left: -1px; }
          .entry-box .entry-content .left-col .admin-rating .progress .ring span {
            width: 12px;
            height: 12px;
            display: block;
            background-color: #222222;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%; }
      .entry-box .entry-content .left-col .admin-rating .progress.bar-danger {
        border: none; }
    .entry-box .entry-content .left-col .user-rating header {
      position: relative;
      padding-left: 100px; }
      .entry-box .entry-content .left-col .user-rating header .val-rate {
        font-size: 45px;
        font-weight: 700;
        color: #343434;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0; }
      .entry-box .entry-content .left-col .user-rating header h6 {
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        margin: 0 0 2px; }
    .entry-box .entry-content .left-col .user-rating .slider.slider-horizontal {
      width: 195px !important;
      height: 6px; }
  .entry-box .tag-box {
    margin-bottom: 15px;
    border-left: 3px solid #19BDF0;
    padding-left: 10px;
    font-size: 14px;
    color: #292929; }
    .entry-box .tag-box a {
      font-size: 12px; }
  .entry-box footer .article-directnav {

    margin-bottom: 1px;
    border-top: 1px solid #d8d8d8;
    padding-top: 8px;}
    .entry-box footer .article-directnav p {
      margin-bottom: 7px;
      font-size: 18px;
    }
      .entry-box footer .article-directnav p a {
        color: #19BDF0; }
        .entry-box footer .article-directnav p a i {
          color: #8f8f8f;
          font-size: 22px; }
    .entry-box footer .article-directnav .prev-post a i {
      margin-right: 15px; }
    .entry-box footer .article-directnav .next-post {
      text-align: right; }
      .entry-box footer .article-directnav .next-post a i {
        margin-left: 15px; }
  .entry-box footer .article-title p {
    margin-bottom: 0;
    width: 50%; }
    .entry-box footer .article-title p > a {
      display: block;
      margin-bottom: 5px;
      color: #19bdf0;
      font-size: 12px; }
    .entry-box footer .article-title p .entry-date {
      margin-right: 0; }
  .entry-box footer .article-title .prev-post {
    padding: 0 10px 0 30px; }
  .entry-box footer .article-title .next-post {
    padding: 0 30px 0 10px;
    text-align: right; }
.entry-box footer {
	border-bottom: 1px solid #d8d8d8;
}
.kopa-single-audio .entry-box .entry-thumb {
  border: none; }

.kopa-single-audio .entry-box .page-links-wrapper {
  border: none;
  background: none; }

.about-author {
  margin-bottom: 20px; }
  .about-author .social-links li {
    float: left;
    margin: 0 0 0 10px;
    list-style: none;
    font-size: 12px; }
    .about-author .social-links li:first-child {
      margin-left: 0; }
    .about-author .social-links li a {
      display: block;
      border: 1px solid #d8d8d8;

      padding: 3px 10px 3px 3px; }
      .about-author .social-links li a i {
        margin-right: 5px; }
  .about-author .about-author-inner {
    border: 1px solid #d8d8d8;
    padding: 20px 20px 15px; }
    .about-author .about-author-inner .author-avatar {
      float: left;
      margin-right: 10px; }
    .about-author .about-author-inner .author-content h5 {
      margin: 0 0 5px; }
    .about-author .about-author-inner .author-content p {
      margin-bottom: 0; }


.single-post-carousel {
  overflow: hidden; }
  .single-post-carousel .owl-controls {
    margin: 0; }
    .single-post-carousel .owl-controls .owl-buttons {
      margin: 0; }
      .single-post-carousel .owl-controls .owl-buttons div {
        width: 110px;
        height: 110px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
        filter: Anpha(Opacity=100);
        position: absolute;
        top: 50%;
        margin: -55px 0 0;
        background-color: rgba(224, 61, 61, 0.5);
        line-height: 108px;
        padding: 0;
        font-size: 30px; }
        .single-post-carousel .owl-controls .owl-buttons div:before {
          color: white;
          font-family: 'FontAwesome'; }
      .single-post-carousel .owl-controls .owl-buttons .owl-prev {
        left: -50px;
        padding-right: 25px;
        text-align: right; }
        .single-post-carousel .owl-controls .owl-buttons .owl-prev:before {
          content: "\f100"; }
      .single-post-carousel .owl-controls .owl-buttons .owl-next {
        right: -50px;
        padding-left: 25px;
        text-align: left; }
        .single-post-carousel .owl-controls .owl-buttons .owl-next:before {
          content: "\f101"; }

/*
Contact page
----------------------------------
*/
.kp-map-wrapper {
  margin-bottom: 25px;
  border: 1px solid #d8d8d8;
  padding: 5px; }
  .kp-map-wrapper #kp-map {
    height: 450px;
    width: 100%; }

#kopa-contact-info-box .contact-info {
  margin-bottom: 30px; }
  #kopa-contact-info-box .contact-info p {
    font-size: 14px; }
    #kopa-contact-info-box .contact-info p i {
      color: #19BDF0;
      margin-right: 10px; }
    #kopa-contact-info-box .contact-info p strong {
      width: 65px;
      margin-right: 15px;
      color: #1b1b1b; }
    #kopa-contact-info-box .contact-info p a {
      color: #8f8f8f; }
      #kopa-contact-info-box .contact-info p a:hover {
        color: #19BDF0; }

/*
404 page
----------------------------------
*/
.error-404 {
  padding: 100px 0;
  position: relative;
  background-color: #fff; }
  .error-404 .left-col {
    width: 41%;
    float: left;
    margin: 0 2%; }
    .error-404 .left-col p {
      font-size: 120px;
      font-weight: 700;
      color: #19BDF0;
      line-height: 100px;
      text-align: right; }
  .error-404 .right-col {
    width: 50%;
    float: left;
    margin: 0 2%; }
    .error-404 .right-col h1 {
      margin-bottom: 10px;
      font-size: 29px;
      color: #19BDF0;
      margin-top: 0; }
    .error-404 .right-col a {
      color: #1b1b1b; }
      .error-404 .right-col a:hover {
        color: #19BDF0; }

/**
 * 6.0 Widget
 * -----------------------------------------------------------------------------
 */
.widget > ul > li {
  list-style: none; }

.main-section .widget {
  margin-bottom: 20px; }
  .main-section .widget .widget-title {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin: 0 -20px 20px;
    padding: 10px 0; }
.main-section .widget-area-3 .widget-title {
  border-top: none;
  padding-top: 0; }
.main-section .widget-area-5 .widget-title,
.main-section .widget-area-13 .widget-title {
  border: none;
  margin: 0;
  background-color: #1d1d1d;
  color: white;
  padding: 15px 0 12px; }



.sidebar .widget:first-child .widget-title {
  border-top: none;
  padding-top: 0; }
.sidebar .widget-area-7 .widget:first-child .widget-title,
.sidebar .widget-area-8 .widget:first-child .widget-title {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px; }

#bottom-sidebar .widget {
  margin-bottom: 20px; }
  #bottom-sidebar .widget .widget-title {
    margin: 0 0 20px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    color: #222;
    text-transform: uppercase; }
    #bottom-sidebar .widget .widget-title span {
      color: #19BDF0; }

/*
Kopa Home Slider Widget
----------------------------------
*/
.kopa-home-slider-widget {
  position: relative;
  height: 380px;
  overflow: hidden; }
  .kopa-home-slider-widget .widget-title {
    display: none; }

.kopa-home-slider .entry-item {
  position: relative; }

.kopa-home-slider .flex-caption {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 59px;
  bottom: 0;
  padding: 20px 40px 5px;
  font-size: 14px;
  color: #5e5e5e;
  width: 540px; }
  .kopa-home-slider .flex-caption .entry-title {
    font-size: 23px;
    margin: 0 0 5px; }
    .kopa-home-slider .flex-caption .entry-title a {
      color: #292929; }
      .kopa-home-slider .flex-caption .entry-title a:hover {
        color: #19BDF0; }
  .kopa-home-slider .flex-caption .arrow-wrapper {
    width: 15px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #19BDF0; }
    .kopa-home-slider .flex-caption .arrow-wrapper .arrow-left {
      position: absolute;
      bottom: -30px;
      left: 0;
      border-top: 15px solid #19BDF0;
      border-bottom: 15px solid transparent;
      border-left: 0px solid transparent;
      border-right: 8px solid transparent;
      display: block;
      height: 0;
      width: 0;
      transition: border 0.3s ease-in-out 0s;
      -moz-transition: border 0.3s ease-in-out 0s;
      -webkit-transition: border 0.3s ease-in-out 0s; }
    .kopa-home-slider .flex-caption .arrow-wrapper .arrow-right {
      position: absolute;
      bottom: -30px;
      right: 0;
      border-top: 15px solid #19BDF0;
      border-bottom: 15px solid transparent;
      border-right: 0px solid transparent;
      border-left: 8px solid transparent;
      display: block;
      height: 0;
      width: 0;
      transition: border 0.3s ease-in-out 0s;
      -moz-transition: border 0.3s ease-in-out 0s;
      -webkit-transition: border 0.3s ease-in-out 0s; }

.kopa-home-slider-widget .owl-theme .owl-controls {
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: 5px;
  margin: 0;
  width: 100%; }

.kopa-home-slider-widget .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid white;
  background: none;
  opacity: 1;
  filter: Anpha(Opacity=100); }

.kopa-home-slider-widget .owl-theme .owl-controls .owl-page.active span {
  border: 2px solid #19BDF0;
  background: #19BDF0; }



/*
Nothumb Widget
-----------------------------------
*/
.kopa-nothumb-carousel-widget.loading {
height: 120px; }

.kopa-nothumb-carousel-widget {
  margin-top: -40px;
  background-color: #fff; }
  .kopa-nothumb-carousel-widget .widget-title {
    text-transform: uppercase;
    color: white;
    background-color: #222;
    padding: 10px 0 8px 0;
    margin: 0;
    text-align: center;
    border: none; }

.ssaa .kopa-nothumb-carousel-widget .widget-title,
.ssaa-subpage .kopa-nothumb-carousel-widget .widget-title {
  display: none; }

.kopa-nothumb-carousel-widget .entry-item {
  position: relative;
  padding: 30px 20px;
  border-left: 1px solid #d8d8d8; }
   .kopa-nothumb-carousel-widget .entry-item .entry-number {
    position: absolute;
    left: 20px;
    top: 30px;
    border: solid 1px: #ccc;
    background-color: #efefef;
    text-align: center;
    width:60px;
    height: 60px;
    text-transform: uppercase;
    padding-top: 10px;
     }

.kopa-nothumb-carousel-widget .entry-item .entry-content {
  margin-left: 75px;
  min-height: 65px; }
  .kopa-nothumb-carousel-widget .entry-item .entry-content header {
    overflow: hidden;
    margin-bottom: 5px; }
  .kopa-nothumb-carousel-widget .entry-item .entry-content .entry-title {
    margin: 0;
    overflow: hidden; }

.stripe-box .wrapper {
  padding-right: 250px;
  position: relative;
  background-color: #fff; }
  .stripe-box .wrapper .left-color {
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: 100%;
    width: 100%;
    height: 100%; }
  .stripe-box .wrapper .right-color {
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 100%;
    width: 100%;
    height: 100%; }

.ssaa .stripe-box .wrapper .left-color,
.ssaa .stripe-box .wrapper .right-color,
.ssaa .stripe-box .ssaa-member-widget-wrapper,
.ssaa-subpage .stripe-box .wrapper .left-color,
.ssaa-subpage .stripe-box .wrapper .right-color,
.ssaa-subpage .stripe-box .ssaa-member-widget-wrapper {
  top: 0; }

.ssaa .secondary-nav.social-links-container,
.ssaa-subpage .seccondary .social-links-container {
  top: -40px; }

.stripe-box {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  background-color: #222222;
  padding-top: 40px; }
  .secondary-nav .social-links-container {

    position: absolute;
    right: 0;
    top: 0px;
    text-align: right;
    background-color: #fff;
    padding: 5px 105px;

     }
    .secondary-nav .social-links-container .social-links-wrapper {
      background-color: #fff;
      width: 100%; }
      .secondary-nav .social-links-container .social-links-wrapper .social-links {
        padding: 0 25px;
        background-color: #fff;
        display: inline-block;
        height: 40px; }
        .secondary-nav .social-links-container .social-links-wrapper .social-links li {
          line-height: 40px; }
    .secondary-nav .social-links-container .triangle-2nd {
      position: absolute;
      top: 0px;
      left: -20px;
      border-top: 40px solid #fff;
      border-bottom: 0px solid transparent;
      border-right: 0px solid transparent;
      border-left: 40px solid transparent;
      display: block;
      height: 0;
      width: 0;
      transition: border 0.3s ease-in-out 0s;
      -moz-transition: border 0.3s ease-in-out 0s;
      -webkit-transition: border 0.3s ease-in-out 0s; }
    .secondary-nav .social-links-container .triangle-1st {
      position: absolute;
      top: 0px;
      left: -46px;
      border-top: 46px solid #19BDF0;
      border-bottom: 0px solid transparent;
      border-right: 0px solid transparent;
      border-left: 46px solid transparent;
      display: block;
      height: 0;
      width: 0;
      transition: border 0.3s ease-in-out 0s;
      -moz-transition: border 0.3s ease-in-out 0s;
      -webkit-transition: border 0.3s ease-in-out 0s; }
#atftbx p {display: none;}
.ssaa .stripe-box,
.ssaa-subpage .stripe-box {
  margin-top: 0;
  overflow: hidden;
  padding-top: 0; }

.ssaa .stripe-box .kopa-nothumb-carousel-widget,
.ssaa-subpage .stripe-box .kopa-nothumb-carousel-widget {
  margin-top: 0;  }

.kopa-nothumb-carousel-widget .owl-theme .owl-controls {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -24px; }

.kopa-nothumb-carousel-widget .owl-theme .owl-controls .owl-buttons div {
  display: block;
  margin: 1px 0;
  width: 23px;
  height: 23px;
  background-color: #000;
  color: white;
  padding: 0;
  line-height: 22px;
  text-align: center;
  opacity: 1;
  filter: Anpha(Opacity=100);
  font-size: 20px; }
  .kopa-nothumb-carousel-widget .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #19BDF0; }

.kopa-nothumb-carousel-widget .owl-theme .owl-controls .owl-buttons div:before {
  font-family: 'FontAwesome'; }

.kopa-nothumb-carousel-widget .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104"; }

.kopa-nothumb-carousel-widget .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105"; }

/*
Weather Widget
-----------------------------
*/
.ssaa-member-widget-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
  width: 184px;
  height: 100%; }
  .ssaa-member-widget-wrapper .triangle-2nd {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -103px;
    border-top: 125px solid #19BDF0;
    border-bottom: 20px solid transparent;
    border-right: 0px solid transparent;
    border-left: 125px solid transparent;
    display: block;
    height: 0;
    width: 0;
    transition: border 0.3s ease-in-out 0s;
    -moz-transition: border 0.3s ease-in-out 0s;
    -webkit-transition: border 0.3s ease-in-out 0s; }
  .ssaa-member-widget-wrapper .triangle-1st {
    position: absolute;
    top: 0px;
    left: -128px;
    border-top: 125px solid #222;
    border-bottom: 20px solid transparent;
    border-right: 0px solid transparent;
    border-left: 125px solid transparent;
    display: block;
    height: 0;
    width: 0;
    z-index: 1;
    transition: border 0.3s ease-in-out 0s;
    -moz-transition: border 0.3s ease-in-out 0s;
    -webkit-transition: border 0.3s ease-in-out 0s; }



.ssaa-member-widget {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 187px;
  background-color: #222222; }

.ssaa-member-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #19BDF0;
  color: white;
  text-shadow: none;
  height: 100%;
  width: 162px; }

.ssaa-member-header {
  position: absolute;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  right: 25px;
  top: 40px;
  background: none; }





/*----- SB Search -----*/

.sb-search-wrapper {
  position: absolute;
  right: 0;
  top: -1px;
  width: 300px; }

.sb-search {
  position: relative;
  z-index: 100;
  width: 0%;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }

.sb-search input[type="text"] {
  border-radius: 0;
  height: 40px;
  border: none;
  border-left: 1px solid #d8d8d8;
  outline: none;
  background: #fff;
  margin: 1px 0 0;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 45px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-family: inherit;
  box-shadow: none; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0; }

.sb-icon-search,
.sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }

.sb-search input[type="submit"] {
  width: 40px; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  color: white;
  background: #222222;
  z-index: 90;
  font-size: 16px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
  content: "\f002"; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #19BDF0;
  color: white;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.sb-search.sb-search-open form {
  width: 100%;
  margin: 0; }


.ssaa .sb-search-wrapper,
.ssaa-subpage .sb-search-wrapper {
  top: 0; }


.ssaa .sb-search,
.ssaa-subpage .sb-search {
  height: 43px;
  min-width: 43px; }


.ssaa .sb-search input[type="text"],
.ssaa-subpage .sb-search input[type="text"] {
  height: 43px;
  margin: 0;
  border-left: none; }


.ssaa .sb-icon-search,
.ssaa .sb-search-submit,
.ssaa-subpage .sb-icon-search,
.ssaa-subpage .sb-search-submit {
  width: 43px;
  height: 43px;
  line-height: 43px; }


.ssaa .sb-search input[type="submit"],
.ssaa-subpage .sb-search input[type="submit"] {
  width: 43px; }


.ssaa .sb-search.sb-search-open .sb-icon-search,
.ssaa-subpage .sb-search.sb-search-open .sb-icon-search {
  background: #222222; }

/*
Masonry List Widget
----------------------------------------
*/
.masonry-wrapper {
  margin: -5px 0 0 -5px; }

.masonry-list .masonry-item {
  width: 420px;
  height: 453px;
  float: left;
  margin: 5px 0 0 5px;
  overflow: hidden;
  position: relative;
  list-style: none; }
  .masonry-list .masonry-item:hover:before {

    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .masonry-list .masonry-item img {
    width: 100%;
    height: auto; }
    .masonry-list .masonry-item img:hover {opacity: .9;}
  .masonry-list .masonry-item .entry-title {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
     padding: 10px 20px 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); }
    .masonry-list .masonry-item .entry-title a {
      color: white;  }
      .masonry-list .masonry-item .entry-title a:hover {
        color: #19BDF0; }

.masonry-list .masonry-item.width-2 {
  width: 226px; }

.masonry-list .masonry-item.width-3 {
  width: 457px; }

.masonry-list .masonry-item.height-2 {
  height: 224px; }

/*
Kopa article list widget 1
----------------------------------
*/
.ssaa-article-list-1-widget .last-item {
  width: 287px;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #d8d8d8; }
  .ssaa-article-list-1-widget .last-item .entry-thumb {
    margin-bottom: 15px; }
  .ssaa-article-list-1-widget .last-item .entry-content {
    position: relative;
    text-align: center;
    margin-top: -51px; }
    .ssaa-article-list-1-widget .last-item .entry-content header {
      overflow: hidden;
      background-color: #fff;
      padding: 8px 20px;
      display: inline-block;
      margin-bottom: 10px; }
    .ssaa-article-list-1-widget .last-item .entry-content .entry-title {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 20px; }
.ssaa-article-list-1-widget .older-post {
  float: left;
  padding-left: 20px;
  border-left: 1px solid #d8d8d8;
  margin-left: -1px;
  width: 288px; }
  .ssaa-article-list-1-widget .older-post li {
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
    margin: 15px 0 0; }
    .ssaa-article-list-1-widget .older-post li:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
    .ssaa-article-list-1-widget .older-post li .entry-item {
      position: relative; }
      .ssaa-article-list-1-widget .older-post li .entry-item .entry-thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px; }
      .ssaa-article-list-1-widget .older-post li .entry-item .entry-content {
        margin-left: 72px;
        min-height: 60px; }
        .ssaa-article-list-1-widget .older-post li .entry-item .entry-content header {
          overflow: hidden;
          margin-bottom: 5px; }
          .ssaa-article-list-1-widget .older-post li .entry-item .entry-content header .entry-date {
            margin-right: 0; }

.widget-area-5 .ssaa-article-list-1-widget .last-item {
  width: 100%;
  padding-right: 0px;
  float: none;
  border-right: none;
  margin-bottom: 20px; }
  .widget-area-5 .ssaa-article-list-1-widget .last-item .entry-thumb {
    margin-bottom: 15px; }
  .widget-area-5 .ssaa-article-list-1-widget .last-item .entry-content {
    position: relative;
    text-align: left;
    margin-top: 0; }
    .widget-area-5 .ssaa-article-list-1-widget .last-item .entry-content header {
      overflow: hidden;
      background-color: transparent;
      padding: 0;
      display: block;
      margin-bottom: 5px; }
    .widget-area-5 .ssaa-article-list-1-widget .last-item .entry-content .entry-title {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 20px; }
.widget-area-5 .ssaa-article-list-1-widget .older-post {
  float: none;
  padding-left: 0px;
  border-left: none;
  margin-left: 0px;
  width: 100%; }
  .widget-area-5 .ssaa-article-list-1-widget .older-post li {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    margin: 10px 0 0; }
    .widget-area-5 .ssaa-article-list-1-widget .older-post li:first-child {
      margin-top: 0;
      padding-top: 10px;
      border-top: 1px solid #d8d8d8; }
    .widget-area-5 .ssaa-article-list-1-widget .older-post li .entry-item {
      position: relative; }
      .widget-area-5 .ssaa-article-list-1-widget .older-post li .entry-item .entry-thumb {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px; }
      .widget-area-5 .ssaa-article-list-1-widget .older-post li .entry-item .entry-content {
        margin-left: 0px;
        min-height: auto; }
        .widget-area-5 .ssaa-article-list-1-widget .older-post li .entry-item .entry-content header {
          overflow: hidden;
          margin-bottom: 5px; }
          .widget-area-5 .ssaa-article-list-1-widget .older-post li .entry-item .entry-content header .entry-date {
            margin-right: 0; }

/*
Kopa article list widget 2
----------------------------------
*/
.sidebar .ssaa-article-list-1-widget .last-item {
  width: 100%;
  padding-right: 0px;
  float: none;
  border-right: none;
  margin-bottom: 20px; }
  .sidebar .ssaa-article-list-1-widget .last-item .entry-thumb {
    margin-bottom: 15px; }
  .sidebar .ssaa-article-list-1-widget .last-item .entry-content {
    position: relative;
    text-align: left;
    margin-top: 0; }
    .sidebar .ssaa-article-list-1-widget .last-item .entry-content header {
      overflow: hidden;
      background-color: transparent;
      padding: 0;
      display: block;
      margin-bottom: 7px; }
    .sidebar .ssaa-article-list-1-widget .last-item .entry-content .entry-title {
      margin-bottom: 7px;
      font-size: 15px;
      line-height: 20px; }
.sidebar .ssaa-article-list-1-widget .older-post {
  float: none;
  padding-left: 0px;
  border-left: none;
  margin-left: 0;
  width: 100%; }
  .sidebar .ssaa-article-list-1-widget .older-post li {
    padding-top: 12px;
    margin: 10px 0 0; }
    .sidebar .ssaa-article-list-1-widget .older-post li:first-child {
      margin-top: 0;
      border-top: 1px solid #d8d8d8; }
    .sidebar .ssaa-article-list-1-widget .older-post li .entry-item .entry-thumb {
      display: none; }
    .sidebar .ssaa-article-list-1-widget .older-post li .entry-item .entry-content {
      margin-left: 0;
      min-height: auto; }

/*
Kopa article list widget 3
----------------------------------
*/
.main-section .ssaa-article-list-3-widget .widget-title {

  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: 4px solid #19BDF0;
  padding: 5px 10px 3px;
  margin: 0 0 20px;
 }

.ssaa-article-list-3-widget .widget-title {

  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: 4px solid #19BDF0; }
.ssaa-article-list-3-widget .widget-inner {
  background-color: #f9f9f9;
  padding: 20px 10px; }
.ssaa-article-list-3-widget .last-item {
  padding: 0 10px;
  width: 67%;
  float: left;
  position: relative; }
  .ssaa-article-list-3-widget .last-item .entry-thumb {
    border: 5px solid #19BDF0; }
  .ssaa-article-list-3-widget .last-item .entry-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 70%; }
    .ssaa-article-list-3-widget .last-item .entry-content .entry-title {
      margin: 0 10px;
      padding: 0 25px;
      font-size: 18px;
      line-height: 22px; }
      .ssaa-article-list-3-widget .last-item .entry-content .entry-title a {
        color: white; }
        .ssaa-article-list-3-widget .last-item .entry-content .entry-title a:hover {
          color: #19BDF0; }
.ssaa-article-list-3-widget .older-post {
  padding: 0 10px;
  width: 33%;
  float: left; }
  .ssaa-article-list-3-widget .older-post li {
    float: none;
    margin: 15px 0 0 0;
    list-style: none;
    padding-top: 15px;
    border-top: 1px solid #d8d8d8; }
    .ssaa-article-list-3-widget .older-post li:first-child {
      padding-top: 0;
      margin: 0;
      border-top: none; }
    .ssaa-article-list-3-widget .older-post li .entry-item .entry-thumb {
      float: left;
      margin-right: 10px;
      width: 60px; }
    .ssaa-article-list-3-widget .older-post li .entry-item .entry-content header {
      margin-bottom: 5px; }
      .ssaa-article-list-3-widget .older-post li .entry-item .entry-content header .entry-date {
        margin-right: 0; }

/*
Kopa Adv Widget
----------------------------------
*/
.main-section .kopa-adv-widget {
  border-top: 1px solid #d8d8d8;
  margin: 0 -20px;
  text-align: center;
  padding: 20px 0; }
  .main-section .kopa-adv-widget img {
    max-width: 100%; }

.main-section .widget-area-5,
.main-section .widget-area-13 {
  border-top: 1px solid #d8d8d8; }
  .main-section .widget-area-5 .kopa-adv-widget,
  .main-section .widget-area-13 .kopa-adv-widget {
    margin: 0;
    border-top: none;
    padding: 0; }


.main-section .widget-area-13 {
  border-top: none; }

/*
Kopa article list Widget 2
----------------------------------
*/
.ssaa-article-list-2-widget > ul {
  margin: -20px -20px 0 -21px; }
  .ssaa-article-list-2-widget > ul > li {
    border-left: 1px solid #d8d8d8;
    padding: 0 20px;
    width: 33.333333%;
    float: left;
    margin: 20px 0 0;
    list-style: none; }
    .ssaa-article-list-2-widget > ul > li .entry-item .entry-thumb {
      margin-bottom: 15px; }
    .ssaa-article-list-2-widget > ul > li .entry-item .entry-content > p {
      max-height: 60px;
      overflow: hidden; }
    .ssaa-article-list-2-widget > ul > li .entry-item .entry-content .meta-box {
      margin-bottom: 8px; }
      .ssaa-article-list-2-widget > ul > li .entry-item .entry-content .meta-box .entry-date {
        margin-right: 0; }
    .ssaa-article-list-2-widget > ul > li .entry-item .entry-content header {
      margin-bottom: 8px; }
      .w-list-2-widget > ul > li .entry-item .entry-content header .entry-title {
        margin-bottom: 5px; }

.widget-area-5 .widget,
.widget-area-13 .widget {
  border-left: 10px solid #19BDF0;
  border-right: 10px solid #19BDF0; }
  .widget-area-5 .widget:first-child,
  .widget-area-13 .widget:first-child {
    border-top: 10px solid #19BDF0; }
  .widget-area-5 .widget:last-child,
  .widget-area-13 .widget:last-child {
    border-bottom: 10px solid #19BDF0; }



/*
Kopa carousel list 2 Widget
----------------------------------
*/
.kopa-carousel-list-2-widget .kopa-owl-carousel-1 {
  background-color: #2b2b2b; }
  .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .item > ul > li {
    float: none;
    margin: 0;
    list-style: none;
    padding: 15px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #0f0f0f; }
    .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .item > ul > li .entry-item .entry-thumb {
      margin-bottom: 15px; }
    .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .item > ul > li .entry-item .entry-content .entry-date {
      display: block;
      margin: 0 0 7px 0; }
    .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .item > ul > li .entry-item .entry-content .entry-title a {
      color: #d3d3d3; }
      .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .item > ul > li .entry-item .entry-content .entry-title a:hover {
        color: #19BDF0; }
  .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .owl-controls {
    margin: 0;
    padding: 7px 0 5px;
    border-top: 1px solid #3c3c3c; }
    .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .owl-controls .owl-pagination .owl-page span {
      margin: 0 2px;
      background: none;
      border: 2px solid #6f6f6f;
      opacity: 1;
      filter: Anpha(Opacity=100); }
    .kopa-carousel-list-2-widget .kopa-owl-carousel-1 .owl-controls .owl-pagination .owl-page.active span {
      border-color: #19BDF0;
      background: #19BDF0; }

/*
Kopa product list Widget
----------------------------------
*/
.kopa-product-list-widget > ul {
  margin: -20px -20px 0 -21px; }
  .kopa-product-list-widget > ul > li {
    float: left;
    margin: 20px 0 0;
    list-style: none;
    padding: 0 20px;
    width: 25%;
    border-left: 1px solid #d8d8d8; }
    .kopa-product-list-widget > ul > li .entry-item .entry-thumb {
      margin-bottom: 15px; }
    .kopa-product-list-widget > ul > li .entry-item .entry-content .entry-title {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .kopa-product-list-widget > ul > li .entry-item .entry-content .pricebox {
      border-bottom: 1px solid #d8d8d8;
      border-top: 1px solid #d8d8d8;
      padding: 7px 0 5px;
      margin-bottom: 15px;
      color: #969696;
      font-size: 13px; }
      .kopa-product-list-widget > ul > li .entry-item .entry-content .pricebox .default-price {
        text-decoration: line-through; }
      .kopa-product-list-widget > ul > li .entry-item .entry-content .pricebox .sale-price {
        font-size: 18px;
        color: #19BDF0;
        margin-left: 10px; }

/*
Kopa video Widget
----------------------------------
*/
.kopa-video-widget .last-item {
  margin-bottom: 10px; }
  .kopa-video-widget .last-item .entry-thumb {
    position: relative;
    margin-bottom: 15px; }
    .kopa-video-widget .last-item .entry-thumb .entry-icon {
      position: absolute;
      top: 40px;
      left: 50%;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white;
      line-height: 56px;
      text-align: center;
      color: white;
      margin-left: -30px;
      font-size: 20px;
      background-color: rgba(39, 39, 39, 0.8); }
    .kopa-video-widget .last-item .entry-thumb .meta-box {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(39, 39, 39, 0.9);
      width: 100%;
      padding: 10px; }
      .kopa-video-widget .last-item .entry-thumb .meta-box .entry-date {
        margin-right: 0; }
.kopa-video-widget .older-post li {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 2px 0; }
  .kopa-video-widget .older-post li:first-child {
    border-top: 1px solid #d8d8d8; }
  .kopa-video-widget .older-post li .entry-title {
    background-color: #eee;
    padding: 10px;
    color: #8f8f8f; }
    .kopa-video-widget .older-post li .entry-title a {
      color: #8f8f8f; }
      .kopa-video-widget .older-post li .entry-title a:hover {
        color: #1b1b1b; }
      .kopa-video-widget .older-post li .entry-title a i {
        margin-right: 10px; }

.widget_categories > ul {
  margin: -5px 0 0; }
  .widget_categories > ul > li {
    word-break: break-all;
    float: none;
    margin: 5px 0 0;
    list-style: none; }
    .widget_categories > ul > li:before {
      font-family: FontAwesome;
      content: "\f196";
      margin-right: 10px;
      font-size: 11px; }
    .widget_categories > ul > li a {

      font-size: 13px; }
    .widget_categories > ul > li ul {
      margin-left: 20px; }
.widget_categories select {
  width: 100%; }

.widget_archive > ul {
  margin: -5px 0 0; }
  .widget_archive > ul > li {
    word-break: break-all;
    float: none;
    margin: 5px 0 0;
    list-style: none; }
    .widget_archive > ul > li:before {
      font-family: FontAwesome;
      content: "\f016";
      margin-right: 10px;
      font-size: 11px; }
    .widget_archive > ul > li a {

      font-size: 13px; }
    .widget_archive > ul > li ul {
      margin-left: 20px; }
.widget_archive select {
  width: 100%; }

.widget_tag_cloud a {
  display: inline-block;
  margin: 0 20px 10px 0;
  color: #8f8f8f;
  font-size: 13px;
  font-family: "pt_serifregular"; }
  .widget_tag_cloud a:hover {
    color: #19BDF0; }

.kopa-gallery-widget > ul {
  margin: -15px -7px 0; }
  .kopa-gallery-widget > ul > li {
    float: left;
    margin: 15px 0 0;
    list-style: none;
    padding: 0 7px;
    width: 50%; }
    .kopa-gallery-widget > ul > li a img {
      width: 100%; }

.sidebar .kopa-tab-1-widget .nav-tabs.kopa-tabs-1 {
  padding: 0 10px;
  display: block;
  border-right: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px; }
  .sidebar .kopa-tab-1-widget .nav-tabs.kopa-tabs-1 li a {
    text-transform: uppercase;
    font-family: "pt_serifbold"; }
.sidebar .kopa-tab-1-widget .tab-content .tab-pane > ul > li {
  float: none;
  margin: 15px 0 0;
  list-style: none;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8; }
  .sidebar .kopa-tab-1-widget .tab-content .tab-pane > ul > li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }
  .sidebar .kopa-tab-1-widget .tab-content .tab-pane > ul > li .entry-item .entry-thumb {
    float: left;
    margin-right: 10px;
    width: 60px; }
  .sidebar .kopa-tab-1-widget .tab-content .tab-pane > ul > li .entry-item .entry-content header {
    margin-bottom: 5px; }
    .sidebar .kopa-tab-1-widget .tab-content .tab-pane > ul > li .entry-item .entry-content header .entry-date {
      margin-right: 0; }

/*
Kopa Newsletter Widget
----------------------------------
*/
#bottom-sidebar .ssaa-newsletter-widget {
  margin-bottom: 5px; }

.ssaa-newsletter-widget .newsletter-form .input-email .email {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  height: 30px;
  padding: 5px 15px;
  line-height: 18px;
  color: #727272;
  margin-right: 3px;
  float: left;
  width: 202px; }
  .ssaa-newsletter-widget .newsletter-form .input-email .email:focus {
    border-color: #19BDF0; }
.ssaa-newsletter-widget .newsletter-form .input-email .submit {
  background-color: #19BDF0;
  color: white;
  padding: 5px 15px;
  border: none;
  height: 30px;
  line-height: 20px;
  float: left; }
  .ssaa-newsletter-widget .newsletter-form .input-email .submit:hover {
    background-color: #222222; }

/*
Kopa Twitter Widget
----------------------------------
*/
.kopa-twitter-widget > ul > li {
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
  margin: 15px 0 0; }
  .kopa-twitter-widget > ul > li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }
  .kopa-twitter-widget > ul > li .tweet-item .tweet-avatar {
    width: 47px;
    height: 47px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #222222;
    color: white;
    line-height: 47px;
    text-align: center;
    font-size: 26px; }
  .kopa-twitter-widget > ul > li .tweet-item .tweet-content p {
    margin-bottom: 0; }
    .kopa-twitter-widget > ul > li .tweet-item .tweet-content p a {
      color: #8f8f8f; }
      .kopa-twitter-widget > ul > li .tweet-item .tweet-content p a:hover {
        color: #19BDF0; }

/*
Kopa Flickr Widget
----------------------------------
*/
.kopa-flickr-widget .flickr-wrap {
  margin: -15px 0 0 -15px; }
  .kopa-flickr-widget .flickr-wrap li {
    float: left;
    margin: 15px 0 0 15px;
    list-style: none; }
    .kopa-flickr-widget .flickr-wrap li a {
      display: block;
      height: 80px;
      width: 80px; }

/*
Kopa Contact Info Widget
----------------------------------
*/
.ssaa-contact-info-widget .contact-map {
  margin-bottom: 15px; }
.ssaa-contact-info-widget .contact-info p i {
  margin-right: 10px;
  width: 15px;
  text-align: center; }
.ssaa-contact-info-widget .contact-info p a {
  color: #8f8f8f; }
  .ssaa-contact-info-widget .contact-info p a:hover {
    color: #19BDF0; }

.kopa-gallery-page-widget .kopa-gallery-slider-wrapper {
  min-height: 436px;
  background: url(images/icons/loading.gif) no-repeat center;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider {
    margin-bottom: 25px; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-wrapper-outer {
      border: 7px solid #19BDF0; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons div {
      width: 38px;
      height: 97px;
      margin: 0;
      padding: 0;
      background-color: #19BDF0;
      line-height: 97px;
      opacity: 1;
      filter: Anpha(Opacity=100);
      position: absolute;
      bottom: -122px;
      font-size: 35px; }
      .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons div:before {
        font-family: 'FontAwesome'; }
      .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons div:hover {
        background-color: #222222; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons .owl-prev {
      left: 57px; }
      .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons .owl-prev:before {
        content: "\f104"; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons .owl-next {
      right: 57px; }
      .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .owl-controls .owl-buttons .owl-next:before {
        content: "\f105"; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .kopa-gallery-slider .item img {
      width: 100%;
      height: auto; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .sync4 {
    width: 686px;
    margin: 0 auto; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .sync4 .item {
      margin: 0 3px;
      cursor: pointer;
      height: 97px; }
      .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .sync4 .item img {
        width: 100%;
        height: 100%; }
    .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .sync4 .synced .item {
      border: 4px solid #19BDF0; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .v-left-line {
    position: absolute;
    width: 1px;
    left: 0;
    bottom: 47px;
    height: 75px;
    border-left: 1px solid #d8d8d8;
    display: block; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .v-right-line {
    position: absolute;
    width: 1px;
    right: 0;
    bottom: 47px;
    height: 75px;
    border-left: 1px solid #d8d8d8;
    display: block; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .h-left-line {
    position: absolute;
    width: 57px;
    left: 0;
    bottom: 47px;
    height: 1px;
    border-top: 1px solid #d8d8d8;
    display: block; }
  .kopa-gallery-page-widget .kopa-gallery-slider-wrapper .h-right-line {
    position: absolute;
    width: 57px;
    right: 0;
    bottom: 47px;
    height: 1px;
    border-top: 1px solid #d8d8d8;
    display: block; }
.kopa-gallery-page-widget .gallery-content .left-col {
  width: 200px;
  margin-right: 20px;
  text-align: center; }
  .kopa-gallery-page-widget .gallery-content .left-col h2 {
    font-size: 60px;
    line-height: 66px;

    margin: 0 0 5px; }
  .kopa-gallery-page-widget .gallery-content .left-col .meta-box {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 8px;
    margin-bottom: 10px; }
    .kopa-gallery-page-widget .gallery-content .left-col .meta-box .entry-date {
      margin-right: 0; }
  .kopa-gallery-page-widget .gallery-content .left-col .kopa-rating {
    display: inline-block;
    margin-bottom: 10px; }
  .kopa-gallery-page-widget .gallery-content .left-col .social-links {
    margin-left: -10px;
    margin-top: -10px; }
    .kopa-gallery-page-widget .gallery-content .left-col .social-links li {
      float: left;
      margin: 10px 0 0 10px;
      list-style: none;
      border: 1px solid #d8d8d8;
      width: 95px;
      padding: 5px 0; }
      .kopa-gallery-page-widget .gallery-content .left-col .social-links li a {
        font-size: 12px;
        text-align: center;
        color: #292929; }
        .kopa-gallery-page-widget .gallery-content .left-col .social-links li a:hover {
          color: #19BDF0; }
        .kopa-gallery-page-widget .gallery-content .left-col .social-links li a i {
          margin-right: 5px; }
.kopa-gallery-page-widget .gallery-content .right-col {
  width: 662px; }

.kopa-gallery-masonry-widget {
  overflow: hidden; }
  .kopa-gallery-masonry-widget .option-set {
    margin-bottom: -1px; }
    .kopa-gallery-masonry-widget .option-set li {
      float: left;
      margin: 0;
      list-style: none;
      padding-left: 1px;
      background-color: #fff; }
      .kopa-gallery-masonry-widget .option-set li:first-child {
        padding-left: 0; }
      .kopa-gallery-masonry-widget .option-set li label {
        display: block;
        font-size: 14px;
        padding: 7px 20px;
        margin: 0;
        border: 1px solid #d8d8d8;
        cursor: pointer; }
        .kopa-gallery-masonry-widget .option-set li label.active, .kopa-gallery-masonry-widget .option-set li label:hover {
          border: 1px solid #19BDF0;
          background-color: #19BDF0;
          color: white; }
        .kopa-gallery-masonry-widget .option-set li label input {
          display: none; }
  .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper {
    border-top: 1px solid #d8d8d8;
    margin-left: -20px; }
    .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list {
      padding-top: 5px; }
      .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item {
        width: 205px;
        float: left;
        margin: 15px 0 0 20px;
        overflow: hidden;
        position: relative;
        list-style: none; }
        .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header {
          background-color: #222222;
          overflow: hidden;
          margin-bottom: 15px; }
          .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .entry-categories {
            text-transform: uppercase;
            color: white;
            display: block;
            background-color: #19BDF0;
            padding: 3px 15px;
            margin-right: 15px; }
            .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .entry-categories:hover {
              background-color: #222222; }
          .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .kopa-rating {
            margin-top: 3px; }
            .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .kopa-rating li a {
              color: white; }
              .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .kopa-rating li a:hover {
                color: #19BDF0; }
            .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content header .kopa-rating li:first-child {
              margin-left: 0; }
        .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content .entry-title {
          text-align: center;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 5px; }
        .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content footer {
          text-align: center; }
          .kopa-gallery-masonry-widget .kopa-gallery-list-wrapper .kopa-gallery-list .gallery-item .entry-item .entry-content footer .entry-date {
            margin-right: 0; }

.sidebar .kopa-social-links-widget ul {
  margin: -10px 0 0 -10px; }
  .sidebar .kopa-social-links-widget ul li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none; }
    .sidebar .kopa-social-links-widget ul li a {
      width: 45px;
      height: 45px;
      display: block;
      line-height: 45px;
      color: white;
      text-align: center;
      font-size: 25px; }
      .sidebar .kopa-social-links-widget ul li a.fa-facebook {
        background-color: #3b5997; }
      .sidebar .kopa-social-links-widget ul li a.fa-twitter {
        background-color: #00acee; }
      .sidebar .kopa-social-links-widget ul li a.fa-google-plus {
        background-color: #d74432; }
      .sidebar .kopa-social-links-widget ul li a.fa-flickr {
        background-color: #0060e0; }
      .sidebar .kopa-social-links-widget ul li a.fa-youtube {
        background-color: #c9382d; }
      .sidebar .kopa-social-links-widget ul li a.fa-android {
        background-color: #a4c739; }
      .sidebar .kopa-social-links-widget ul li a.fa-apple {
        background-color: #f5f5f5;
        color: #1b1b1b; }
      .sidebar .kopa-social-links-widget ul li a.fa-instagram {
        background-color: #517c9c; }
      .sidebar .kopa-social-links-widget ul li a.fa-skype {
        background-color: #00aef1; }
      .sidebar .kopa-social-links-widget ul li a.fa-pinterest {
        background-color: #cc2127; }
      .sidebar .kopa-social-links-widget ul li a.fa-dribbble {
        background-color: #e65085; }
      .sidebar .kopa-social-links-widget ul li a.fa-github-alt {
        background-color: #f4cab2; }

/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */
.bottom-logo {
  text-align: center;
  margin-bottom: 20px; }
  .bottom-logo img {
    max-width: 100%; }

#bottom-sidebar .social-links li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f6f6f6;
  float: left;
  margin: 0 0 0 4px;
  list-style: none; }
  #bottom-sidebar .social-links li:first-child {
    margin-left: 0; }
  #bottom-sidebar .social-links li a {
    display: block;
    line-height: 34px; }

.ssaa-page-footer .wrapper {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 20px 0; }
  .ssaa-page-footer .wrapper #copyright {
    margin-bottom: 0;
    text-align: center; }


/** Gallery Carousel **/

.gallery-sep {border-top:solid 1px #ededed; border-bottom: solid 1px #ededed; padding: 10px 0; text-align: center; margin: 10px 0;}