/*
Theme Name: Phoenix Today
Theme URI: http://kopatheme.com/
Author: Kopatheme
Author URI: http://kopatheme.com/
Version: 1.0.0
Description: Epira theme is designed for magazine, newsand with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
Tags: light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/**
	* Table of Contents:
	*
	1 - Body
		1.1 - Fonts
		1.2 - Color
		1.3 - Repeatable Patterns
		1.4 - Basic Structure

	2 - Header

	3 - Content

	4.0 - Footer

	5 - Sub page
		5.1 - Element Page
		5.2 - Blog Page
		5.3 - Single Page
		5.4 - Contact Page
		5.5 - Shop List Page
		5.6 - Shop Detail Page
		5.7 - 404 Page
	* -----------------------------------------------------------------------------
**/
/**1.1 Fonts **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@font-face {
  font-family: GeorgiaItalic;
  src: url("../fonts/georgia-italic.eot"), url("../fonts/georgia-italic.ttf"), url("../fonts/georgia-italic.svg"), url("../fonts/georgia-italic.otf");
}

@font-face {
  font-family: georgia;
  src: url("../fonts/georgia.eot"), url("../fonts/georgia.ttf"), url("../fonts/georgia.svg"), url("../fonts/georgia.otf");
}

@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
    font-family: 'signarita_zhairegular';
    src: url('../font/signarita_zhai_rhianne-webfont.eot');
    src: url('../font/signarita_zhai_rhianne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/signarita_zhai_rhianne-webfont.woff2') format('woff2'),
         url('../font/signarita_zhai_rhianne-webfont.woff') format('woff'),
         url('../font/signarita_zhai_rhianne-webfont.ttf') format('truetype'),
         url('../font/signarita_zhai_rhianne-webfont.svg#signarita_zhairegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayblack';
    src: url('../font/raleway-black-webfont.eot');
    src: url('../font/raleway-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/raleway-black-webfont.woff2') format('woff2'),
         url('../font/raleway-black-webfont.woff') format('woff'),
         url('../font/raleway-black-webfont.ttf') format('truetype'),
         url('../font/raleway-black-webfont.svg#ralewayblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../font/raleway-regular-webfont.eot');
    src: url('../font/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/raleway-regular-webfont.woff2') format('woff2'),
         url('../font/raleway-regular-webfont.woff') format('woff'),
         url('../font/raleway-regular-webfont.ttf') format('truetype'),
         url('../font/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**1.2 Color **/
body #login-modal #login-content .login-form .login-social ul li a:before, .widget-title-2:before, .kopa-content-1 .kopa-wish a:before, .widget-cat-product .widget-content ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-rendering: auto;
}

/**
 * 1. Body
 * -----------------------------------------------------------------------------
 */
/**1.3 Repeatable Patterns**/
* {
  margin: 0;
  padding: 0;
}

*:focus, *:active {
  outline: none;
}

::selection {
  background: #ff0099;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #ff0099;
  color: #fff;
  text-shadow: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "ralewayregular", sans-serif;
  color: #000;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}

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: #333;
}

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: #ff0099;
}

h1 {
  font-size: 40px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 25px;
  line-height: 29px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p.formato {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

a {
  color: #333;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover, a.active {
  color: #ff0099;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**1.4 Basic Structure **/
.flexslider {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.flex-control-thumbs {
  margin: 0;
}

.flex-control-thumbs img {
  opacity: 1;
}

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

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

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

.mt-15 {
  margin-top: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.padding-col-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-col-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-col-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-col-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-col-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-col-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-row-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-row-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-row-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-row-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-row-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-row-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.kopa-row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.kopa-row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.kopa-row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.img-center img {
  min-width: 50px;
  margin: auto;
}

blockquote {
  font-family: "GeorgiaItalic", serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background: #fafafa;
  border-left-color: #ff0099;
  border-left-width: 3px;
}

.kopa-dropcap {
  display: inline-block;
  font-size: 44px;
  line-height: 36px;
  padding: 3px 10px;
  margin-right: 10px;
  float: left;
  font-family: "ralewayregular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.kopa-dropcap.style-1 {
  color: #ff0099;
}

.kopa-dropcap.style-2 {
  font-size: 27px;
  padding: 0 11px;
  margin-top: 7px;
  color: #fff;
  background: #ff0099;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-dropcap.style-3 {
  font-size: 27px;
  padding: 0 11px;
  margin-top: 7px;
  color: #fff;
  background: #ff0099;
}

.alert {
  font-size: 17px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.alert .close {
  width: 15px;
  height: 15px;
  right: 0;
  top: 3px;
  padding: 1px 2px 2px 3px;
  font-size: 10px;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.alert.alert-notice {
  border-color: #efefef;
}

.alert.alert-notice .close {
  background: #909090;
}

.alert.alert-notice .close i {
  color: #fff;
}

.alert.alert-warning .close {
  background: #ad8643;
}

.alert.alert-warning .close i {
  color: #fbeed5;
}

.alert.alert-success .close {
  background: #468847;
}

.alert.alert-success .close i {
  color: #dff0d8;
}

.alert.alert-danger .close {
  background: #b94a48;
}

.alert.alert-danger .close i {
  color: #f2dede;
}

.alert.alert-info .close {
  background: #3a87ad;
}

.alert.alert-info .close i {
  color: #d9edf7;
}

.acc-title {
  float: left;
  width: 100%;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 11px 20px 10px 20px;
  position: relative;
  margin-top: -1px;
}

.acc-title h5 {
  float: left;
  margin: 0;
  font-family: "ralewayregular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.acc-title .icon-left {
  float: right;
  height: 22px;
  width: 22px;
  border-left: 1px solid #000;
  position: relative;
}

.acc-title .icon-left span {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.acc-title .icon-left span:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  background: #000;
  top: 10px;
  left: 15px;
}

.acc-title .icon-left span:after {
  position: absolute;
  content: '';
  height: 11px;
  width: 1px;
  background: #000;
  top: 5px;
  left: 20px;
}

.acc-title.active .icon-left span:after {
  background: transparent;
}

.acc-content {
  float: left;
  width: 100%;
  padding: 11px 20px 10px 20px;
}

.nav.nav-tabs {
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: 2px solid #ff0099;
}

.nav.nav-tabs li {
  background: #000;
  padding: 0;
  margin: 0;
  border: none;
}

.nav.nav-tabs li.active a, .nav.nav-tabs li:hover a, .nav.nav-tabs li:focus a {
  background-color: #ff0099;
  color: #fff;
}

.nav.nav-tabs li a {
  font-family: "ralewayregular", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.tab-content {
  padding-top: 10px;
}

.tab-content p {
  font-size: 16px;
  line-height: 26px;
}

.btn {
  font-family: "ralewayregular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 13px;
  background: #fff;
  border-color: #cecece;
  color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn:hover {
  border-color: #ff0099;
  color: #fff;
  background: #ff0099;
}

.btn.btn-sm {
  padding: 6px 12px;
  font-size: 12px;
}

.btn.btn-lg {
  padding: 10px 20px;
  font-size: 14px;
}

.btn.btn-orange {
  border-color: #ff0099;
  color: #fff;
  background: #ff0099;
}

.btn.btn-orange:hover {
  background: #fff;
  border-color: #cecece;
  color: #000;
}

.column h6 {
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.column p {
  font-size: 16px;
  line-height: 26px;
}

.wrapper {
  width: 1000px; /*1170px*/
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1170px) {
  .wrapper {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .wrapper {
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .wrapper {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .wrapper {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .wrapper {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .wrapper {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .wrapper {
    width: 300px;
    padding: 0;
  }
}

.gap-60 {
  height: 60px;
}

.gap-50 {
  height: 50px;
}

.gap-40 {
  height: 40px;
}

.separator-1 {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ededed;
}

body {
  position: relative;
  font-family: "ralewayregular", sans-serif;
  color: #333;
  line-height: 20px;
  font-size: 15px;
  overflow-x: hidden;
}

body.open-menu #main-content #side-menu {
  left: 0;
}

body.open-menu #main-content #main-content-wrapper {
  padding-left: 260px;
}

body.open-menu footer#kopa-page-footer {
  padding-left: 260px;
}

body #login-modal {
  position: fixed;
  width: 440px;
  z-index: 10001;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7%;
}

body #login-modal #login-content {
  display: none;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
}

body #login-modal #login-content .login-form {
  float: left;
  width: 100%;
  padding: 60px 40px 40px;
  position: relative;
}

body #login-modal #login-content .login-form .button-close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  border: none;
  background: #ff0099;
}

body #login-modal #login-content .login-form .button-close:hover:before {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

body #login-modal #login-content .login-form .button-close:before {
  position: absolute;
  content: '';
  top: 21px;
  right: 21px;
  width: 18px;
  height: 18px;
  background: transparent url("../images/icon/multiplication.png") left top no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

body #login-modal #login-content .login-form header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

body #login-modal #login-content .login-form header img {
  display: initial;
}

body #login-modal #login-content .login-form .login-social {
  float: left;
  width: 100%;
  font-family: "ralewayregular", sans-serif;
  text-align: center;
}

body #login-modal #login-content .login-form .login-social h5 {
  font-size: 19px;
  margin-bottom: 30px;
}

body #login-modal #login-content .login-form .login-social h6 {
  margin-bottom: 20px;
}

body #login-modal #login-content .login-form .login-social ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

body #login-modal #login-content .login-form .login-social ul li {
  display: inline-block;
  margin: 0 3px;
}

body #login-modal #login-content .login-form .login-social ul li:first-child a {
  background: #2d4685;
}

body #login-modal #login-content .login-form .login-social ul li:first-child a:before {
  content: '\f09a';
}

body #login-modal #login-content .login-form .login-social ul li:nth-child(2) a {
  background: #239ece;
}

body #login-modal #login-content .login-form .login-social ul li:nth-child(2) a:before {
  content: '\f099';
}

body #login-modal #login-content .login-form .login-social ul li:nth-child(3) a {
  background: #d33826;
}

body #login-modal #login-content .login-form .login-social ul li:nth-child(3) a:before {
  content: '\f0d5';
}

body #login-modal #login-content .login-form .login-social ul li:last-child a {
  background: #5699b4;
}

body #login-modal #login-content .login-form .login-social ul li:last-child a:before {
  content: '\f0e1';
}

body #login-modal #login-content .login-form .login-social ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  text-align: center;
  padding-top: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body #login-modal #login-content .login-form .login-social ul li a:before {
  font-size: 20px;
  color: #fff;
}

body #login-modal #login-content .login-form .login-social ul li a:hover {
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

body #login-modal #login-content .login-form .login-social p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  position: relative;
}

body #login-modal #login-content .login-form .login-social p:before {
  position: absolute;
  content: '';
  width: 45%;
  height: 1px;
  background: #e4e4e4;
  top: 10px;
  left: 0;
}

body #login-modal #login-content .login-form .login-social p:after {
  position: absolute;
  content: '';
  width: 45%;
  height: 1px;
  background: #e4e4e4;
  top: 10px;
  right: 0;
}

body #login-modal #login-content .login-form .login-other input[type="text"], body #login-modal #login-content .login-form .login-other input[type="password"] {
  float: left;
  width: 100%;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
  color: #909090;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

body #login-modal #login-content .login-form .login-other input[type="text"]:focus, body #login-modal #login-content .login-form .login-other input[type="password"]:focus {
  border-color: #ff0099;
  color: #ff0099;
}

body #login-modal #login-content .login-form .login-other .button-login {
  float: left;
  width: 50%;
  font-family: "Open Sans", sans-serif;
}

body #login-modal #login-content .login-form .login-other .button-login input {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  background: #ff0099;
  border: none;
  text-align: center;
}

body #login-modal #login-content .login-form .login-other .remember {
  float: left;
  width: 50%;
}

body #login-modal #login-content .login-form .login-other .remember label {
  font-weight: 400;
}

body #login-modal #login-content .login-form .login-other .remember label input {
  float: left;
  margin-right: 10px;
}

body #login-modal #login-content .login-form .login-other .forgot-password {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  font-style: italic;
}

body #login-modal #login-content .login-form .login-other .forgot-password p {
  font-size: 14px;
  color: #909090;
}

body #login-modal #login-content .login-form .login-other .forgot-password p a {
  margin-left: 5px;
  color: #909090;
}

body #login-modal #login-content .login-form .login-other .forgot-password p a:hover {
  color: #ff0099;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.75) !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.widget {
  margin-bottom: 30px;
}

.widget-title {
  font-family: "ralewayregular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.widget-title-1 {
  display: inline-block;
  padding: 3px 19px;
  background: #ff0099;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.15em;
}

.widget-title-1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 5px;
  width: 1px;
  height: 100%;
  background: #fff;
}

.widget-title-1:after {
  position: absolute;
  content: '';
  top: 0;
  right: 1px;
  width: 3px;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.widget-title-2 {
  font-family: "rela", sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 15px;
  position: relative;
}

.widget-title-2:before {
  position: absolute;
  content: '\f1ea';
  top: 18px;
  right: 0;
  font-size: 26px;
}

.widget-title-3 {
  display: inline-block;
  width: 100%;
  font-family: "ralewayregular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  border-bottom: 1px solid #1b1b1b;
  margin-bottom: 20px;
}

.widget-title-4 {
  float: left;
  width: 80%;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.widget-title-4:before {
  position: absolute;
  content: '';
  width: 84%;
  border-bottom: 3px solid #000;
  bottom: 0;
  left: 20px;
}

.widget-title-4:after {
  content: "";
  background: transparent url("../images/fixed/bg-widget-title-4.png") center center no-repeat;
  opacity: 0.25;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.widget-title-4 span {
  font-size: 24px;
}

.widget-title-5, .widget_categories .widget-title, .widget_archive .widget-title, .widget_recent_entries .widget-title, .widget_search .widget-title, .widget_tag_cloud .widget-title, .widget_nav_menu .widget-title, .widget_calendar .widget-title, .widget_pages .widget-title, .widget_meta .widget-title, .widget_recent_comments .widget-title {
  display: inline-block;
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-bottom: 5px;
}

.widget-title-5:before, .widget_categories .widget-title:before, .widget_archive .widget-title:before, .widget_recent_entries .widget-title:before, .widget_search .widget-title:before, .widget_tag_cloud .widget-title:before, .widget_nav_menu .widget-title:before, .widget_calendar .widget-title:before, .widget_pages .widget-title:before, .widget_meta .widget-title:before, .widget_recent_comments .widget-title:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}

.kopa-ads-widget {
  display: inline-block;
  width: 100%;
}

.border-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-top: 3px solid #1d191a;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  position: relative;
}

.border-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #cecece;
  bottom: 1px;
  left: 0;
}

.border-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #cecece;
  bottom: 3px;
  left: 0;
}

.border-box-2 {
  width: 100%;
  border-top: 3px solid #1d191a;
  border-bottom: 1px solid #cecece;
}

.border-box-3 {
  border: 1px solid #eee;
}

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

.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.no-bg {
  background: transparent !important;
}

.owl-slider-3 .entry-thumb {
  margin-bottom: 10px;
}

.owl-slider-3 .entry-item .entry-title {
  display: inline-block;
  clear: both;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
**/
.kopa-header-1 {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 49px;
}

.kopa-header-1.scroll-menu {
  height: 49px;
}

.kopa-header-1.scroll-menu .header-wrap #main-nav-icon span {
  padding: 4px 10px;
  width: 70px;
}

.kopa-header-1.scroll-menu .header-wrap .col-xs-12.col-md-11 #kopa-logo-header {
  margin-top: 12px;
}

.kopa-header-1.scroll-menu .header-wrap .col-xs-12.col-md-11 .news-ticker {
  margin-top: 18px;
}

.kopa-header-1.scroll-menu .header-wrap .col-xs-12.col-md-11 .widget-weather-header {
  padding-top: 18px;
}

.kopa-header-1.scroll-menu .header-wrap .col-xs-12.col-md-11 .widget-weather-header:before {
  top: 18px;
}

.kopa-header-1.scroll-menu .header-wrap .col-xs-12.col-md-11 .kopa-login-header {
  padding: 4px 10px;
  width: 70px;
}

.kopa-header-1 .header-wrap {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background:url("../images/fundo-menu.jpg") center center;
  height:49px;
}

.kopa-header-1 .header-wrap #main-nav-icon {
  position: relative;
}

.kopa-header-1 .header-wrap #main-nav-icon span {
  float: left;
  width: 90px;
  padding: 13px 20px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  cursor: pointer;
  border-right: 1px solid #eee;
  font-family: "ralewayregular", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-header-1 .header-wrap #main-nav-icon span i {
  font-size: 28px;
}

.kopa-header-1 .header-wrap #main-nav-icon span:hover {
  color: #000;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 {
  padding: 0 15px 0 0;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .col-xs-12 {
  float: left;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 #kopa-logo-header {
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .news-ticker {
  margin-top: 28px;
  overflow: hidden;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .news-ticker strong {
  float: left;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-right: 10px;
  margin-top: 1px;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .news-ticker ul {
  margin: 0;
  height: 20px;
  overflow: hidden;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .news-ticker ul li:hover a {
  color: #ff0099;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .news-ticker ul li a {
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #909090;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .widget-weather-header {
  float: right;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 27px 30px 0 0;
  margin-right: 20px;
  position: relative;
  margin-bottom: 0;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .widget-weather-header:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  top: 25px;
  right: 0;
  background: transparent url("../images/icon/weather.png") left top no-repeat;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .widget-weather-header p {
  margin: 0;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .kopa-login-header {
  float: right;
  width: 90px;
  padding: 13px 20px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  cursor: pointer;
  border-left: 1px solid #eee;
  font-family: "ralewayregular", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .kopa-login-header i {
  font-size: 30px;
}

.kopa-header-1 .header-wrap .col-xs-12.col-md-11 .kopa-login-header:hover {
  color: #000;
}

.sticky-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/**
 * 3.0 Content
 * -----------------------------------------------------------------------------
**/
/**3.1 Widget **/
#main-content {
  float: left;
  width: 100%;
  position: relative;
}

#main-content-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#side-menu {
  background-color: #f9f9f9;
  border-right: 1px solid #d0d0d0;
  height: 100%;
  left: -100%;
  overflow: hidden;
  width: 260px;
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  height: 300px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#side-menu #search-box {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: relative;
}

#side-menu #search-box input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  height: 60px;
  line-height: 60px;
  outline: 0;
  padding: 0 0 0 50px;
}

#side-menu #search-box button {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  font-size: 16px;
  padding: 0;
  background: none;
  border: none;
}

#side-menu #navigation {
  display: inline-block;
  width: 100%;
}

#side-menu #navigation #pri-nav ul {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}

#side-menu #navigation #pri-nav ul > li:last-child a {
  border-bottom: none;
}

#side-menu #navigation #pri-nav ul li {
  margin: 0;
}

#side-menu #navigation #pri-nav ul li.open a {
  background: none;
}

#side-menu #navigation #pri-nav ul li.open > a {
  color: #ff0099;
}

#side-menu #navigation #pri-nav ul li.open span:before {
  border-color: #ff0099;
}

#side-menu #navigation #pri-nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background: none;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#side-menu #navigation #pri-nav ul li a:hover {
  background: none;
  color: #ff0099;
}

#side-menu #navigation #pri-nav ul li a:hover span {
  color: #ff0099;
}

#side-menu #navigation #pri-nav ul li a:hover span:before {
  border-color: #ff0099;
}

#side-menu #navigation #pri-nav ul li span {
  border: none !important;
}

#side-menu #navigation #pri-nav ul li span:before {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
  height: 20px;
  content: '';
  background: none;
  border: 1px solid #000;
}

#side-menu #navigation #pri-nav ul li span:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 6px;
  top: 7px;
}

#side-menu #navigation #pri-nav ul ul {
  margin: 0;
}

#side-menu #navigation #pri-nav ul ul li a {
  font-size: 12px;
  color: #595959;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#side-menu #navigation #second-nav ul {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}

#side-menu #navigation #second-nav ul li {
  display: inline-block;
  width: 100%;
}

#side-menu #navigation #second-nav ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background: none;
  padding: 10px;
}

#side-menu #navigation #second-nav ul li a:hover {
  background: none;
  color: #ff0099;
}

#side-menu #navigation #second-nav ul li a:hover span {
  color: #ff0099;
}

#side-menu #navigation #second-nav ul li a:hover span:before {
  border-color: #ff0099;
}

#side-menu #navigation #second-nav ul li a i {
  display: inline-block;
  margin-right: 10px;
}

#side-menu #navigation #social-nav {
  border-bottom: 1px solid #eee;
}

#side-menu #navigation #social-nav ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#side-menu #navigation #social-nav ul li {
  display: inline-block;
  text-align: center;
}

#side-menu #navigation #social-nav ul li:hover a {
  color: #ff0099;
}

#side-menu #navigation #social-nav ul li a {
  display: inline-block;
  font-size: 22px;
  color: #D0D0D0;
  padding: 0 7px;
  text-align: center;
}

.kopa-content-1 {
  width: 600px;
  margin: 150px auto 0;
  background:rgba(201, 159, 87, 0.70);
  position: relative;
  z-index: 10;
  color:#ffffff;
}

.kopa-content-1 h4, .kopa-content-1 h5{
    color:#ffffff;
}

.kopa-content-2 {
  width: 800px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.70);
  position: relative;
  z-index: 10;
  right:-30%;
}

.kopa-content-3 {
  display: inline-block;
  width: 100%;
  margin-top: 150px;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 10;
}

.kopa-content-1 > .border-box, .kopa-content-2 > .border-box,
.kopa-content-3 > .border-box, .kopa-content-2 > .border-box {
  border-left: none;
  border-right: none;
}

.kopa-content-1 .widget-title-1 {
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  background: #ff0099;
}

.kopa-content-1 .kopa-time-post {
  font-family: "ralewayregular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #909090;
}

.kopa-content-1 .kopa-time-post .entry-author {
  margin-right: 10px;
  color: #909090;
}

.kopa-content-1 .kopa-time-post .entry-author a {
  color: #909090;
}

.kopa-content-1 .kopa-time-post .entry-author a:hover {
  color: #ff0099;
}

.kopa-content-1 .kopa-time-post .entry-time {
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  color: #909090;
}

.kopa-content-1 .kopa-share-post i {
  background: #ff0099;
}

.kopa-content-1 .kopa-share-post ul li a:hover {
  background: #ff0099;
}

.kopa-content-1 .entry-categories-2 {
  float: left;
  background: none;
  border: none;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

.kopa-content-1 .entry-categories-2 a {
  color: #ff0099;
}

.kopa-content-1 .entry-categories-2:hover {
  background: none;
}

.kopa-content-1 .kopa-wish {
  float: right;
  font-family: "ralewayregular", sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.kopa-content-1 .kopa-wish a {
  float: left;
  padding: 0 6px 0 22px;
  color: #fff;
  position: relative;
  color: #fff;
  background: #000;
}

.kopa-content-1 .kopa-wish a:before {
  position: absolute;
  content: '\f08a';
  top: 5px;
  left: 5px;
}

.kopa-content-1 .readmore-2 a {
  font-family: "ralewayregular", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
}

.kopa-content-1 .readmore-2 a:hover {
  color: #ff0099;
}

.kopa-content-1 .readmore-2 a:before {
  display: none;
}

.kopa-content-1 .widget-area-2 .owl-slider-2 .kopa-share-post {
  top: 0;
  right: 10px;
}

.kopa-content-1 .main-col {
  background: #fff;
  border-right: 1px solid #eee;
}

.kopa-content-1 .main-col .kopa-blog-list-widget-2 {
  margin-top: 0;
}

.kopa-content-1 .kopa-ads-widget.img-center {
  background: #fafafa;
}

.kopa-slider1-widget {
  float: left;
  width: 100%;
  margin: 0;
}

.kopa-slider1-widget .owl-fix {
  position: fixed;
  display: inline-block;
  width: 100%;
  z-index: 1;
  min-height: 830px;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 {
  position: relative;
}

.kopa-slider1-widget .owl-fix .owl-slider-1:hover .customNavigation {
  opacity: 1;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn {
  position: absolute;
  width: 51px;
  height: 65px;
  top: 160px;
  z-index: 100;
  padding: 0;
  border: none;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.prev {
  left: 0;
  background: transparent url("../images/icon/arr-left-1.png") left top no-repeat;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.prev:hover {
  background: transparent url("../images/icon/arr-left-2.png") left top no-repeat;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.prev .news-hover a {
  left: 49px;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.next {
  right: 0;
  background: transparent url("../images/icon/arr-right-1.png") left top no-repeat;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.next:hover {
  background: transparent url("../images/icon/arr-right-2.png") left top no-repeat;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn.next .news-hover a {
  right: 49px;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn .news-hover {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn .news-hover:hover a {
  display: inline-block;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation .btn .news-hover a {
  font-family: "ralewayregular", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  padding: 10px;
  background: #fff;
  white-space: normal;
  display: none;
  z-index: 1000;
  text-transform: none;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item.active .entry-item .entry-thumb img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item.active .entry-item .entry-inner .entry-content .entry-categories {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item.active .entry-item .entry-inner .entry-content h2 {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item.active .entry-item .entry-inner .entry-content .kopa-time-post {
  font-weight: 300;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item {
  position: relative;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 70%, transparent 90%);
  background: -moz-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 70%, transparent 90%);
  background: -ms-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 70%, transparent 90%);
  background: -o-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 70%, transparent 90%);
  background: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 70%, transparent 90%);
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-thumb img {
  width: 100%;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -ms-transition: all 6s ease;
  -o-transition: all 6s ease;
  transition: all 6s ease;
/*
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
*/
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 13% 18% 0;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .entry-categories {
  font-family: "ralewayregular", sans-serif;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .entry-categories:hover {
  background: #ff0099;
  border: 1px solid #ff0099;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .entry-categories:hover a {
  color: #fff;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content h2 {
  font-size: 40px;
  line-height: 44px;
  margin-top: 10px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content h2 a {
  color: #fff;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content h2:hover a {
  color: #ff0099;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post {
  color: #fff;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post .entry-time {
  border-right-color: #fff;
  margin-left: 10px;
  padding-right: 0;
  margin-right: 0;
  color: #fff;
  padding-left: 10px;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post .entry-time:before {
  top: 2px;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post .entry-author a {
  color: #fff;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post .entry-author a:hover {
  color: #ff0099;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-item .entry-item .entry-inner .entry-content .kopa-time-post .entry-author + .entry-time {
  border-left: 1px solid #fff;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .owl-controls {
  display: none !important;
}

.kopa-slider1-widget .owl-fix .owl-slider-1 .loading i {
  top: 26%;
}

.main-col {
  float: left;
  width: 830px;
}

.right-sidebar {
  float: right;
  width: 320px;
  background: #fff;
  padding: 20px 20px 0 0;
}

.right-sidebar .kopa-ads-widget {
  margin-bottom: 30px;
}

.main-col-left-1 {
  float: left;
  width: 210px;
}

.main-col-left-2 {
  float: left;
  width: 26.74%;
}

.main-col-right-1 {
  float: right;
  width: 619px;
}

.main-col-right-2 {
  float: left;
  width: 73.26%;
}

.kopa-articles-list-1 {
  display: inline-block;
  padding: 0 20px;
  background: #000;
  margin-top: -13px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.kopa-articles-list-1:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #808080;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0;
  right: -10px;
}

.kopa-articles-list-1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -11px;
  background: transparent url("../images/icon/bg-news-top-right.png") left top repeat-x;
}

.kopa-articles-list-1 .widget-title {
  font-family: "ralewayregular", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.kopa-articles-list-1 .entry-item {
  padding: 13px 0;
  border-top: 1px dashed #1b1b1b;
}

.kopa-articles-list-1 .entry-item .entry-content .entry-title {
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.kopa-articles-list-1 .entry-item .entry-content .entry-title a {
  color: #fff;
}

.kopa-articles-list-1 .entry-item .entry-content .entry-time {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #999;
  border-right: none;
  margin-bottom: 8px;
}

.kopa-articles-list-1 .entry-item .entry-content p {
  margin: 0;
  color: #767676;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
}

.kopa-articles-list-2 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  overflow: hidden;
}

.kopa-articles-list-2 .widget-title-1 {
  margin-left: -20px;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.kopa-articles-list-2 .owl-slider-1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item {
  position: relative;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .entry-thumb {
  border: 10px solid #f7f7f7;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .entry-thumb a:before {
  display: none;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .kopa-share-post {
  top: 10px;
  right: 20px;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .owl-caption {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 7px 15px;
  font-family: "ralewayregular", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #ff0099;
  z-index: 1000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .owl-caption:hover {
  color: #ff0099;
  background: #fff;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .owl-caption:before {
  display: none;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl {
  display: block;
  margin-top: 15px;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-time-slider .kopa-date-post, .kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-time-slider .kopa-month-post {
  color: #ff0099;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-time-slider .kopa-time-post {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-text-slider h2 a {
  color: #000;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-text-slider h2 a:hover {
  color: #ff0099;
}

.kopa-articles-list-2 .owl-slider-1 .owl-content .item .text-owl .kopa-text-slider p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #555;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 20px;
  font-family: "ralewayregular", sans-serif;
  font-size: 34px;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-align: center;
  padding: 47px 0;
  z-index: 100;
  bottom: 145px;
  background: rgba(255, 0, 153, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation a {
  position: absolute;
  width: 26px;
  height: 49px;
  border: none;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation a.btn.prev {
  left: 10px;
  background: transparent url("../images/icon/arr-left-5.png") left top no-repeat;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation a.btn.next {
  right: 10px;
  background: transparent url("../images/icon/arr-right-5.png") left top no-repeat;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation span {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.kopa-articles-list-2 .owl-slider-1 .customNavigation span.text-center {
  font-size: 30px;
}

.kopa-articles-list-2 .owl-slider-1 .owl-controls {
  display: none !important;
}

.kopa-articles-list-2 .border-top-1 {
  padding-top: 17px;
}

.kopa-articles-list-2 .border-top-1 h5 {
  margin-top: 10px;
  font-size: 17px;
}

.kopa-articles-list-3 {
  padding: 15px 0 0;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-3 .widget-title {
  font-weight: 400;
}

.kopa-articles-list-3 .widget-content {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.kopa-articles-list-3 .widget-content .entry-item {
  padding: 0 10px;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-categories {
  float: left;
  background: none;
  border: none;
  padding: 0;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-categories a {
  color: #ff0099;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-thumb {
  margin-bottom: 15px;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-content .entry-time {
  border-right: none;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-content .kopa-time-post {
  margin-bottom: 10px;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-content .entry-title, .kopa-articles-list-3 .widget-content .entry-item .entry-content p {
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-content .entry-title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

.kopa-articles-list-3 .widget-content .entry-item .entry-content p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.kopa-articles-list-4 {
  padding: 0 20px;
  margin: 0 !important;
}

.kopa-articles-list-4 .widget-title {
  margin-bottom: 20px;
}

.kopa-articles-list-4 .widget-content .entry-item .entry-content .meta-entry {
  float: none;
  width: auto;
}

.kopa-articles-list-4 .widget-content .entry-item .entry-content p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.kopa-articles-list-5 {
  padding: 0 20px;
  margin-bottom: 20px;
}

.kopa-articles-list-5 .widget-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.kopa-articles-list-5 .widget-content {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.kopa-articles-list-5 .widget-content .entry-item {
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  position: relative;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-thumb {
  float: left;
  width: 390px;
  overflow: hidden;
  position: relative;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content {
  float: right;
  width: 399px;
  padding: 20px;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content .kopa-time-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content .entry-title {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content .entry-title a {
  color: #000;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content .entry-title a:hover {
  color: #ff0099;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  list-style: none;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 17px;
  background: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul li:last-child {
  margin-bottom: 0;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul li a {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul li a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  top: 22px;
  left: -5px;
}

.kopa-articles-list-5 .widget-content .entry-item .entry-content ul li:hover {
  background: #ff0099;
}

.kopa-articles-list-6 {
  margin-bottom: 0;
}

.kopa-articles-list-6 .widget-title-1 {
  margin-left: -20px;
  margin-bottom: 20px;
}

.kopa-articles-list-6 .entry-item {
  display: inline-block;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.kopa-articles-list-6 .entry-item .entry-thumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.kopa-articles-list-6 .entry-item .entry-content {
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-6 .entry-item .entry-content .entry-title {
  float: left;
  width: 100%;
  margin: 9px 0 10px;
}

.kopa-articles-list-6 .entry-item .entry-content .entry-time {
  border-right: none;
}

.kopa-articles-list-6 .entry-item:last-child {
  border-bottom: none;
}

.widget-area-6 {
  padding: 0 20px;
}

.widget-area-7 {
  border-left: 1px solid #f1f1f1;
}

.kopa-articles-list-7 {
  margin-bottom: 0;
}

.kopa-articles-list-7 .widget-title-1 {
  margin-bottom: 20px;
  margin-left: -20px;
}

.kopa-articles-list-7 .large-post {
  display: inline-block;
  margin-bottom: 16px;
}

.kopa-articles-list-7 .large-post .entry-item .entry-thumb {
  margin-bottom: 20px;
}

.kopa-articles-list-7 .large-post .entry-item .entry-content .entry-categories {
  float: left;
}

.kopa-articles-list-7 .large-post .entry-item .entry-content .meta-entry {
  float: none;
  width: auto;
}

.kopa-articles-list-7 .large-post .entry-item .entry-content .entry-title {
  margin-top: 14px;
}

.kopa-articles-list-7 .older-item {
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-7 .older-item .entry-item {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  margin-bottom: 20px;
}

.kopa-articles-list-7 .older-item .entry-item header {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.kopa-articles-list-7 .older-item .entry-item header .entry-title {
  margin: 0;
}

.kopa-articles-list-7 .older-item .entry-item header .entry-categories {
  float: left;
}

.kopa-articles-list-7 .older-item .entry-item header .entry-time {
  margin-bottom: 0;
}

.kopa-articles-list-7 .older-item .entry-item footer .entry-thumb {
  float: left;
  margin-right: 20px;
}

.kopa-articles-list-7 .older-item .entry-item footer .entry-content .meta-entry {
  float: none;
  width: auto;
}

.kopa-articles-list-7 .older-item .entry-item footer .entry-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.kopa-articles-list-8 {
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
}

.kopa-articles-list-8 .nav-tabs {
  float: right;
  width: 20%;
  padding: 0;
  margin: 0;
  border: none;
}

.kopa-articles-list-8 .nav-tabs > li {
  margin: 0;
}

.kopa-articles-list-8 .nav-tabs > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.kopa-articles-list-8 .nav-tabs > li > a:hover, .kopa-articles-list-8 .nav-tabs > li > a:focus {
  border: none;
}

.kopa-articles-list-8 .nav-tabs li {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  background: #fff;
}

.kopa-articles-list-8 .nav-tabs li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.kopa-articles-list-8 .nav-tabs li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  background: transparent;
}

.kopa-articles-list-8 .nav-tabs li.active {
  border-right: 1px solid #eee;
}

.kopa-articles-list-8 .nav-tabs li.active:before {
  background: #fff;
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-1 a {
  background-image: url("../images/icon/tab-1.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-1 a:hover {
  background-image: url("../images/icon/tab-hover-1.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-1.active a {
  background-image: url("../images/icon/tab-hover-1.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-2 a {
  background-image: url("../images/icon/tab-2.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-2 a:hover {
  background-image: url("../images/icon/tab-hover-2.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-2.active a {
  background-image: url("../images/icon/tab-hover-2.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-3 a {
  background-image: url("../images/icon/tab-3.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-3 a:hover {
  background-image: url("../images/icon/tab-hover-3.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-3.active a {
  background-image: url("../images/icon/tab-hover-3.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-4 a {
  background-image: url("../images/icon/tab-4.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-4 a:hover {
  background-image: url("../images/icon/tab-hover-4.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-4.active a {
  background-image: url("../images/icon/tab-hover-4.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-5 a {
  background-image: url("../images/icon/tab-5.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-5 a:hover {
  background-image: url("../images/icon/tab-hover-5.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-5.active a {
  background-image: url("../images/icon/tab-hover-5.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-6 a {
  background-image: url("../images/icon/tab-6.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-6 a:hover {
  background-image: url("../images/icon/tab-hover-6.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-6.active a {
  background-image: url("../images/icon/tab-hover-6.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-7 a {
  background-image: url("../images/icon/tab-7.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-7 a:hover {
  background-image: url("../images/icon/tab-hover-7.png");
}

.kopa-articles-list-8 .nav-tabs li.icon-tab-7.active a {
  background-image: url("../images/icon/tab-hover-7.png");
}

.kopa-articles-list-8 .tab-content {
  width: 80%;
  padding: 0 20px 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.kopa-articles-list-8 .tab-content .entry-item {
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
}

.kopa-articles-list-8 .tab-content .entry-item .entry-time {
  border-right: none;
  font-size: 12px;
}

.kopa-articles-list-8 .tab-content .entry-item .rating-3 {
  float: left;
  width: auto;
}

.kopa-articles-list-8 .tab-content .entry-item .entry-title {
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}

.kopa-articles-list-8 .tab-content .entry-item .kopa-time-post {
  margin-bottom: 14px;
}

.kopa-articles-list-8 .tab-content .entry-item .kopa-time-post a {
  color: #878787;
}

.kopa-articles-list-8 .tab-content .entry-item .kopa-time-post a:hover {
  color: #ff0099;
}

.kopa-articles-list-8 .tab-content .entry-item p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.kopa-articles-list-8 .tab-content .entry-item:first-child {
  border-top: none;
}

.kopa-articles-list-8 .tab-content .load-more {
  display: block;
  border: 1px solid #cecece;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.kopa-articles-list-8 .tab-content .load-more a {
  display: block;
  padding: 9px;
  text-transform: uppercase;
  color: #000;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.kopa-articles-list-8 .tab-content .load-more:hover {
  border-color: #ff0099;
}

.kopa-articles-list-8 .tab-content .load-more:hover a {
  color: #ff0099;
}

.kopa-articles-list-9 {
  display: inline-block;
  width: 100%;
  background: #000;
}

.kopa-articles-list-9 .widget-title {
  font-weight: 400;
}

.kopa-articles-list-9 .widget-content {
  padding: 0 5px;
}

.kopa-articles-list-9 .widget-content .entry-item {
  padding: 0 10px;
}

.kopa-articles-list-9 .widget-content .entry-item .entry-thumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}

.kopa-articles-list-9 .widget-content .entry-item .entry-content .entry-title a {
  color: #fff;
}

.kopa-articles-list-9 .widget-content .entry-item .entry-content .entry-title:hover a {
  color: #ff0099;
}

.kopa-articles-list-9 .readmore {
  width: 100%;
  padding: 0;
  border-top: 1px solid #1b1b1b;
}

.kopa-articles-list-9 .readmore a {
  float: left;
  width: 100%;
  padding: 16px 0 15px;
  text-align: center;
  color: #fff;
  font-family: "ralewayregular", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}

.kopa-articles-list-9 .readmore a:before {
  display: none;
}

.kopa-articles-list-9 .readmore a:hover {
  color: #ff0099;
}

.kopa-articles-list-10 {
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-10 .widget-content {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.kopa-articles-list-10 .widget-content .flexslider {
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-10 .widget-content .flexslider ul li > a {
  float: left;
  width: 100%;
  overflow: hidden;
}

.kopa-articles-list-10 .widget-content .flexslider ul li img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.8;
}

.kopa-articles-list-10 .widget-content .flexslider ul li.flex-active-slide img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.kopa-articles-list-10 .widget-content .flexslider .flex-control-thumbs {
  margin-top: 10px;
}

.kopa-articles-list-10 .widget-content .flexslider .flex-control-thumbs li {
  width: 60px;
}

.kopa-articles-list-10 .widget-content .flexslider .flex-control-thumbs li img {
  border: 2px solid #fff;
}

.kopa-articles-list-10 .widget-content .flexslider .flex-control-thumbs li img.flex-active {
  border-color: #000;
}

.kopa-articles-list-12 {
  border: 1px solid #eee;
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.kopa-articles-list-12 .widget-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.kopa-articles-list-12 .large-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.kopa-articles-list-12 .large-item .entry-thumb {
  margin-bottom: 10px;
}

.kopa-articles-list-12 .large-item .entry-thumb a img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.kopa-articles-list-12 .large-item .entry-content h6 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.kopa-articles-list-12 .older-item {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.kopa-articles-list-12 .older-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kopa-articles-list-12 .older-item h6 {
  margin-bottom: 5px;
}

.kopa-articles-list-12 .older-item h6:hover a {
  color: #ff0099;
}

.kopa-articles-list-12 .older-item h6 a {
  color: #000;
}

.kopa-articles-list-12 .meta-entry {
  float: none;
  display: block;
}

.kopa-articles-list-13 {
  padding: 0 20px;
  border-bottom: none;
  margin-bottom: 15px;
}

.kopa-articles-list-13 .owl-slider-1 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.kopa-articles-list-13 .owl-slider-1 .owl-content .item .kopa-share-post {
  top: 0;
}

.kopa-articles-list-13 .entry-thumb {
  border: none !important;
}

.kopa-articles-list-13 .entry-content p {
  color: #000;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item {
  font-family: "ralewayregular", sans-serif;
  text-align: center;
  position: relative;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item:hover .entry-thumb a img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item .entry-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16% 22% 0;
  top: 0;
  left: 0;
  z-index: 100;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item .entry-content h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item .entry-content h4 a {
  color: #fff;
}

.kopa-articles-list-14 .col-xs-12.col-md-4 .entry-item .entry-content p {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #b1b1b1;
}

.entry-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.entry-thumb > a img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.entry-thumb:hover > a img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kopa-share-post {
  position: absolute;
  top: 0;
  right: 10px;
  width: 35px;
  z-index: 1000;
}

.kopa-share-post i {
  float: left;
  width: 100%;
  height: 35px;
  background: #ff0099;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.kopa-share-post ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.kopa-share-post ul li {
  float: left;
  width: 100%;
  margin: 0;
}

.kopa-share-post ul li a {
  float: left;
  width: 100%;
  height: 0;
  padding: 0;
  border-bottom: none;
  background: #fff;
  text-align: center;
}

.kopa-share-post ul li a i {
  font-size: 0;
  color: #a1a1a1;
  background: #fff;
  padding: 0;
  height: 0;
}

.kopa-share-post ul li a:hover {
  background: #ff0099;
  border-color: #fff !important;
}

.kopa-share-post ul li a:hover i {
  color: #fff;
}

.kopa-share-post ul.active li a {
  height: 35px;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.kopa-share-post ul.active li a i {
  font-size: 16px;
}

.kopa-share-post-2 {
  width: auto;
}

.kopa-share-post-2 > i {
  float: right;
  width: 35px;
}

.kopa-share-post-2 ul {
  width: auto;
}

.kopa-share-post-2 ul li {
  width: 45px;
}

.kopa-share-post-2 ul li a {
  border-bottom: none;
  border-right: 1px solid #f1f1f1;
}

.kopa-share-post-3 {
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.kopa-share-post-3 i {
  font-size: 26px;
  height: auto;
  padding: 22px 14px;
}

.kopa-share-post-3 ul.active li a {
  height: 70px;
  padding: 22px 14px;
}

.kopa-share-post-3 ul.active li a i {
  font-size: 26px;
}

.kopa-time-slider {
  float: left;
}

.kopa-time-slider span.kopa-date-post {
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
  color: #ff0099;
  line-height: 1;
}

.kopa-time-slider p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0;
}

.kopa-time-slider p.kopa-month-post {
  font-weight: 400;
  font-size: 14px;
  color: #ff0099;
  text-transform: uppercase;
}

.kopa-time-slider p.kopa-time-post {
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  color: #909090;
}

.kopa-text-slider {
  float: right;
  width: 85%;
}

.kopa-text-slider p {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  color: #000;
}

.kopa-text-slider .kopa-time-post-slider {
  width: 100%;
  font-size: 14px;
}

.kopa-widget-weather .widget-content {
  display: block;
  padding-left: 45px;
  position: relative;
}

.kopa-widget-weather .widget-content:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 5px;
  left: 0;
  background: transparent url("../images/icon/weather-2.png") left top no-repeat;
}

.kopa-widget-weather .widget-content h5 {
  font-weight: 700;
  margin: 0;
}

.kopa-widget-weather .widget-content small {
  font-family: "ralewayregular", sans-serif;
  font-weight: 300;
  color: #000;
}

.kopa-time-post {
  display: inline-block;
  font-size: 15px;
  color: #909090;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.kopa-time-post img {
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-col {
  float: left;
  position: relative;
}

.entry-time {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 15px;
  padding-right: 5px;
  margin-right: 5px;
  font-family: "Raleway", sans-serif;
  color: #999;
  font-size: 13px;
}

.entry-categories {
  font-family: "ralewayregular", sans-serif;
  font-size: 11px;
  display: inline-block;
  padding: 0 10px;
  background: #ff0099;
  border: 1px solid #ff0099;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.entry-categories:hover {
  background: #fff;
}

.entry-categories:hover a {
  color: #ff0099;
}

.entry-categories a {
  text-transform: uppercase;
  color: #fff;
}

.readmore {
  float: left;
}

.readmore a {
  float: left;
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  color: #909090;
  position: relative;
  padding-left: 20px;
}

.readmore a:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 1px;
  background: #909090;
  top: 10px;
  left: 0;
}

.readmore a:hover {
  color: #ff0099;
}

.readmore a:hover:before {
  background: #ff0099;
}

.rating {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
}

.rating i {
  font-size: 12px;
  color: #ff0099;
}

.rating-2 {
  float: right;
  width: auto;
  margin: 0;
}

.rating-2 i {
  color: #ff0099;
}

.rating-3 {
  font-family: "ralewayregular", sans-serif;
  font-size: 10px;
  color: #fff;
  background: #ff0099;
  padding: 0px 6px;
  margin: 0;
}

.rating-3 i {
  font-size: 10px;
  color: #fff;
}

.kopa-social-link-widget {
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.kopa-social-link-widget ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kopa-social-link-widget ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.kopa-social-link-widget ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.kopa-social-link-widget ul li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

.kopa-social-link-widget ul li a i {
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
}

.kopa-social-link-widget ul li#color-social-1 a {
  background: #28389e;
}

.kopa-social-link-widget ul li#color-social-2 a {
  background: #4ca1e2;
}

.kopa-social-link-widget ul li#color-social-3 a {
  background: #fff;
  color: #fa0000;
}

.kopa-social-link-widget ul li#color-social-3 a i {
  color: #fa0000;
}

.kopa-social-link-widget ul li#color-social-4 a {
  background: #c91313;
}

.kopa-newsletter-widget {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.kopa-newsletter-widget h5 {
  display: inline-block;
  width: 100%;
  font-family: "ralewayregular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.kopa-newsletter-widget p {
  margin-bottom: 0;
}

.kopa-newsletter-widget p input[type="text"] {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  color: #909090;
  background: #fff;
  border: 1px solid #cecece;
}

.kopa-widget-weather {
  margin-bottom: 30px;
}

.box-bottom .widget-title {
  font-family: "ralewayregular", sans-serif;
  margin-left: -20px;
  margin-bottom: 20px;
}

.box-bottom .large-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.box-bottom .large-item .entry-thumb {
  margin-bottom: 20px;
}

.box-bottom .large-item .entry-content h4 {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 0;
}

.box-bottom .older-item .entry-item {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
}

.box-bottom .older-item .entry-item .entry-thumb {
  float: left;
  margin-right: 10px;
}

.box-bottom .older-item .entry-item .entry-content .entry-time {
  border-right: none;
}

.box-bottom .older-item .entry-item .entry-content h6 {
  margin: 10px 0 0;
}

.list-footer {
  display: inline-block;
  width: 100%;
}

.social-footer {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.social-footer ul {
  display: inline-block;
}

.social-footer ul li {
  display: inline-block;
  margin: 0 5px;
}

.social-footer ul li:hover a {
  color: #ff0099;
}

.social-footer ul li a {
  color: #d6d9dc;
}

.kopa-footer-1 {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.kopa-footer-1 .back-top {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}

.kopa-footer-1 .back-top .cd-top {
  position: absolute;
  top: -137px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-footer-1 .back-top .cd-top:before {
  position: absolute;
  content: '';
  top: 50px;
  left: 40%;
  width: 14px;
  height: 16px;
  background: transparent url("../images/icon/back-top.png") left top no-repeat;
}

.kopa-footer-1 .back-top .cd-top p {
  position: absolute;
  bottom: -35px;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  color: #6d6d6d;
  white-space: nowrap;
}

.kopa-footer-1 .footer-wrapper {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: relative;
  padding: 80px 0 40px;
}

.kopa-footer-1 .footer-wrapper ul, .kopa-footer-1 .footer-wrapper ol {
  list-style: none;
}

.kopa-footer-1 .footer-wrapper .col-xs-12.col-md-6 {
  padding: 0 20px;
  border-right: 1px solid #111;
}

.kopa-footer-1 .footer-wrapper h5 {
  display: inline-block;
  width: 100%;
  font-family: "ralewayregular", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.kopa-footer-1 .footer-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #909090;
}

.kopa-footer-1 .footer-wrapper .list-footer-1 {
  border-bottom: 1px solid #111;
  margin-bottom: 30px;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul {
  display: inline-block;
  width: 100%;
  counter-reset: my-badass-counter;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #111;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  font-family: "ralewayregular", sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: #666;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul li:hover a {
  color: #ff0099;
}

.kopa-footer-1 .footer-wrapper .list-footer-2 ul li a {
  color: #666;
}

.kopa-footer-1 .footer-wrapper .list-footer-3 .list-item {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #111;
}

.kopa-footer-1 .footer-wrapper .list-footer-3 .list-item p {
  color: #909090;
  margin: 0;
}

.kopa-footer-1 .footer-wrapper .list-footer-3 .list-item a {
  color: #909090;
}

.kopa-footer-1 .footer-wrapper .list-footer-3 .list-item a:hover {
  color: #ff0099;
}

.kopa-footer-1 .footer-wrapper .list-footer-3 .list-item span {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.kopa-footer-1 .footer-wrapper .list-footer-4 > a {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}

.kopa-footer-1 .footer-wrapper .list-footer-4 p {
  font-size: 14px;
  color: #909090;
}

.kopa-footer-1 .copyright {
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 14px;
  margin-top: 34px;
}

.kopa-footer-1 .copyright p {
  font-size: 12px;
  color: #fff;
  margin: 5px 0 0 0;
}

.kopa-footer-1 .copyright p a{color:#dedede}

.kopa-footer-1 .copyright ul {
  float: right;
  margin: 0;
}

.kopa-footer-1 .copyright ul li {
  display: inline-block;
  margin-left: 10px;
}

.kopa-footer-1 .copyright ul li:hover a {
  color: #ff0099;
  background: #fff;
}

.kopa-footer-1 .copyright ul li a {
  display: inline-block;
  padding: 5px 10px;
  font-family: "ralewayregular", sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.loading {
  background: rgba(0, 0, 0, 0.8);
  min-height: 831px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -13px;
  margin-top: -15px;
  color: #fff;
}

/** Widget Default **/
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
  list-style: none;
  margin: 0;
}

.widget_categories ul li, .widget_archive ul li, .widget_recent_entries ul li {
  margin-bottom: 5px;
}

.widget_categories ul li:last-child, .widget_archive ul li:last-child, .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_categories select, .widget_archive select, .widget_recent_entries select {
  padding: 3px 8px;
}

.widget_search form {
  position: relative;
}

.widget_search form .input-group {
  width: 100%;
}

.widget_search form .input-group input {
  width: 100%;
  padding: 10px 30px 10px 15px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.widget_search form .input-group input:focus {
  border-color: #ff0099;
  outline: none;
  box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
}

.widget_search form .input-group .input-group-btn {
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 100;
}

.widget_search form .input-group .input-group-btn button {
  margin: 0;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.widget_search form .input-group .input-group-btn button:hover {
  background: transparent;
  color: #333;
}

.widget_tag_cloud {
  display: inline-block;
  width: 100%;
}

.widget_tag_cloud .tagcloud a {
  float: left;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #999;
  margin: 10px 10px 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.widget_tag_cloud .tagcloud a:hover {
  border-color: #ff0099;
  color: #ff0099;
}

.widget_nav_menu .menu-testing-menu-container ul {
  list-style: none;
}

.widget_nav_menu .menu-testing-menu-container ul li {
  padding: 5px 0;
}

.widget_nav_menu .menu-testing-menu-container ul li:last-child {
  padding-bottom: 0;
}

.widget_nav_menu .menu-testing-menu-container ul ul {
  padding-left: 15px;
}

.widget_calendar #calendar_wrap table {
  width: 100%;
  text-align: center;
  font-family: "ralewayregular", sans-serif;
  border: 1px solid #ccc;
}

.widget_calendar #calendar_wrap table caption {
  text-align: center;
  font-size: 18px;
  padding: 0 0 15px;
}

.widget_calendar #calendar_wrap table thead {
  border-bottom: 1px solid #ccc;
}

.widget_calendar #calendar_wrap table thead tr th {
  font-size: 12px;
  text-align: center;
  height: 36px;
}

.widget_calendar #calendar_wrap table tbody tr td {
  height: 42px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.widget_calendar #calendar_wrap table tbody tr td#today {
  background: #ff0099;
  color: #fff;
}

.widget_calendar #calendar_wrap table tfoot tr td {
  height: 42px;
}

.widget_pages ul, .widget_meta ul {
  list-style: none;
}

.widget_pages ul li, .widget_meta ul li {
  padding: 5px 0;
}

.widget_pages ul li:last-child, .widget_meta ul li:last-child {
  padding-bottom: 0;
}

.widget_pages ul ul, .widget_meta ul ul {
  padding-left: 15px;
}

.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments ul li {
  margin-bottom: 5px;
}

.widget_recent_comments ul li span a {
  color: #000;
}

.widget_recent_comments ul li a {
  color: #ff0099;
}

/** Home page 3 **/
.kopa-home-3 .widget.kopa-blog-list-widget .entry-item .entry-thumb {
  margin: 0;
}

.kopa-home-3 .widget.kopa-blog-list-widget .entry-item .entry-thumb .kopa-share-post {
  right: 25px;
}

.kopa-home-3 .widget.kopa-blog-list-widget .entry-item .entry-content p {
  color: #000;
}

.kopa-home-3 .kopa-articles-list-3 .widget-content .entry-item {
  width: 33.333333%;
}

.widget-masory {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.widget-masory .item {
  padding: 0 10px;
}

.widget-masory .item .entry-item {
  margin-bottom: 20px;
}

.widget-masory .item .entry-item .entry-content {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #efefef;
  border-top: none;
}

.widget-masory .item .entry-item .entry-content .meta-entry .entry-categories {
  margin-right: 5px;
}

.widget-masory .item .entry-item .entry-content .meta-entry .entry-time {
  padding: 0 0 0 5px;
  margin: 0;
}

.widget-masory .item .entry-item .entry-content h6 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.load-more-masonry {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.load-more-masonry span {
  display: inline-block;
}

.load-more-masonry span:hover a {
  color: #ff0099;
  border-color: #ff0099;
  background: #fff;
}

.load-more-masonry span a {
  display: inline-block;
  font-family: "ralewayregular", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #4d4d4d;
  padding: 10px 170px;
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/** 5 Sub page **/
body.kopa-sub-page.blog-v3 .kopa-blog-list-widget {
  margin-bottom: 20px;
}

body.kopa-sub-page .sub-page-wrapper .kopa-slider1-widget .owl-fix .owl-slider-1 .customNavigation {
  display: none;
}

body.kopa-sub-page .sub-page-wrapper .kopa-content-1 {
  margin-top: 0;
}

body.kopa-sub-page .sub-page-wrapper .kopa-content-1 .main-col {
  padding: 0 20px;
  margin-top: -4px;
}

/** 5.1 Element page **/
.element-title {
  font-family: "ralewayregular", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.element .sub-page-wrapper .element-page-wrap {
  display: block;
  background: #fff;
  position: relative;
  z-index: 1;
}

.element .sub-page-wrapper .element-page-wrap .wrap-element {
  display: inline-block;
  width: 100%;
}

.element .sub-page-wrapper .element-page-wrap .wrap-element .element-box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h1, .element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h2, .element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h3, .element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h4, .element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h5, .element .sub-page-wrapper .element-page-wrap .wrap-element .element-box .element-content.heading h6 {
  display: inline-block;
  margin-right: 40px;
}

.kopa-breadcrumb {
  display: inline-block;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}

.kopa-breadcrumb > span {
  margin: 0 20px 0 0;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #909090;
}

.kopa-breadcrumb span {
  display: inline-block;
  color: #909090;
}

.kopa-breadcrumb span a {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  position: relative;
  color: #909090;
}

.kopa-breadcrumb span a:hover span {
  color: #ff0099;
}

.kopa-breadcrumb span a:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  border: none;
  background: #909090;
  top: 2px;
  right: -13px;
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.kopa-breadcrumb span a span {
  font-style: normal;
}

.kopa-breadcrumb-2 a span {
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #ff0099;
  font-style: normal;
}

/** 5.2 Blog page **/
.kopa-blog-list-widget {
  display: inline-block;
  width: 100%;
}

.kopa-blog-list-widget .widget-title {
  margin-left: -20px;
  margin-bottom: 20px;
}

.kopa-blog-list-widget .entry-item {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.kopa-blog-list-widget .entry-item:first-child {
  padding-top: 0;
}

.kopa-blog-list-widget .entry-item header {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.kopa-blog-list-widget .entry-item header .entry-categories {
  float: left;
}

.kopa-blog-list-widget .entry-item header .entry-title {
  line-height: 32px;
}

.kopa-blog-list-widget .entry-item .entry-thumb {
  float: left;
  margin-right: 20px;
}

.kopa-blog-list-widget .entry-item .entry-content .meta-entry {
  float: none;
  width: auto;
  margin-bottom: 10px;
}

.kopa-blog-list-widget .entry-item .entry-content p {
  line-height: 20px;
}

.kopa-blog-list-widget .standard-post-2 .entry-thumb {
  margin-right: 0;
}

.kopa-blog-list-widget .standard-post-2 .entry-thumb .kopa-share-post {
  right: 25px;
}

.kopa-blog-list-widget .standard-post-2 .entry-content {
  padding-left: 5px;
}

.kopa-blog-list-widget-2 {
  padding: 0 20px;
}

.kopa-slider-blog {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.kopa-slider-blog .owl-content .entry-item {
  position: relative;
}

.kopa-slider-blog .owl-content .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.kopa-slider-blog .owl-content .entry-item .entry-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 35px 35px;
  z-index: 100;
}

.kopa-slider-blog .owl-content .entry-item .entry-content h2 {
  margin-top: 0;
  line-height: 38px;
}

.kopa-slider-blog .owl-content .entry-item .entry-content h2 a {
  color: #fff;
}

.kopa-slider-blog .owl-content .entry-item .entry-content h2 a:hover {
  color: #ff0099;
}

.kopa-slider-blog .owl-content .entry-item .entry-content .meta-entry span a, .kopa-slider-blog .owl-content .entry-item .entry-content .meta-entry time {
  color: #fff;
}

.kopa-slider-blog .owl-content .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
}

.kopa-slider-blog .owl-content .owl-controls .owl-buttons {
  display: none;
}

.kopa-slider-blog .owl-content .owl-controls .owl-pagination .owl-page.active span {
  background: white;
}

.kopa-slider-blog .owl-content .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  margin: 3px;
  background: rgba(255, 255, 255, 0.3);
}

.kopa-pagination {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  line-height: 14px;
  border-top: 1px solid #eee;
}

.kopa-pagination .page-numbers {
  float: left;
  list-style: none;
  color: #909090;
}

.kopa-pagination .page-numbers li {
  display: inline-block;
  margin-right: 5px;
}

.kopa-pagination .page-numbers li:hover a {
  border-color: #ff0099;
  background: #ff0099;
  color: #fff;
}

.kopa-pagination .page-numbers li:hover span {
  border-color: #ff0099;
  background: #ff0099;
  color: #fff;
}

.kopa-pagination .page-numbers li span.current {
  color: #fff;
  border-color: #ff0099;
  background: #ff0099;
}

.kopa-pagination .page-numbers li a, .kopa-pagination .page-numbers li span {
  display: inline-block;
  padding: 8px 12px;
  color: #414141;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-pagination .all-page {
  float: right;
  color: #414141;
  padding: 5px 12px;
}

/** 5.3 Single Page **/
.sub-page-wrapper {
  position: relative;
}

.single-post-left {
  width: 12.22%;
  padding: 0 15px;
}

.single-post-left .kopa-time-slider .kopa-time-post {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  font-style: italic;
}

.avatar-single {
  float: left;
  padding: 4px;
  background: #fff;
  border: 1px solid #000;
  margin-top: 18px;
  margin-bottom: 20px;
}

.single-post-right {
  padding: 0 15px;
  float: none;
  overflow: hidden;
}

.single-post-right .kopa-time-post {
  font-weight: 300;
  margin-bottom: 12px;
}

.single-post-right .kopa-time-post time {
  font-weight: 300 !important;
}

.single-post-title {
  font-family: "ralewayregular", sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.03em;
  color: #000;
}

.single-post-thumb img {
  margin-bottom: 10px;
}

.single-post-thumb p.caption {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #909090;
}

.single-post-thumb p.caption strong {
  font-weight: normal;
  color: #000;
}

.kopa-article-content {
  line-height: 26px;
  color: #000;
}

.kopa-article-content .kopa-row-10.two {
  display: inline-block;
  margin-bottom: 20px;
}

.kopa-article-content .kopa-row-10.two img {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.kopa-article-content strong {
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: #000;
}

.kopa-article-content ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 20px;
}

.kopa-article-content ul li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.kopa-article-content ul li:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #909090;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blockquote-2 {
  float: left;
  width: 100%;
  font-family: "GeorgiaItalic", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  background: none;
  border: none;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  position: relative;
}

.blockquote-2:before, .blockquote-2:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff url("../images/icon/quote.png") center center no-repeat;
}

.blockquote-2:before {
  top: -8px;
}

.blockquote-2:after {
  bottom: -8px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kopa-tagbox {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}

.kopa-tagbox span {
  display: inline-block;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-right: 5px;
}

.kopa-tagbox a {
  display: inline-block;
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  color: #909090;
  padding: 5px 20px 4px 10px;
  border: 1px solid #eee;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
}

.kopa-tagbox a:hover {
  color: #ff0099;
  border-color: #ff0099;
}

.kopa-tagbox a:hover:after {
  background: #ff0099;
}

.kopa-tagbox a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #eee;
  top: 13px;
  right: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-author-box {
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.kopa-author-box .author-thumb {
  float: left;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #e6e6e6;
}

.kopa-author-box .author-thumb img {
  float: none;
  display: initial;
  width: 70px;
  height: 70px;
  position: relative;
  top: 50%;
  margin-top: -35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-author-box .author-box {
  overflow: hidden;
  padding: 12px 12px 12px 30px;
}

.kopa-author-box .author-box .author-name {
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  margin-right: 7px;
}

.kopa-author-box .author-box .author-name:hover {
  color: #ff0099;
}

.kopa-author-box .author-box span {
  display: inline-block;
  font-family: "GeorgiaItalic", serif;
  font-size: 15px;
  color: #909090;
  margin-bottom: 10px;
}

.kopa-author-box .author-box span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #909090;
  margin: 0 12px 0 0;
}

.kopa-author-box .author-box .author-description {
  font-family: "Georgia", serif;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.kopa-single-post .widget-area-3 {
  margin-bottom: 20px;
}

.kopa-single-post .widget-area-3 .widget-title {
  margin-left: -20px;
  margin-bottom: 20px;
}

.kopa-single-post .widget-area-3 .widget-content {
  padding-bottom: 10px;
}

.kopa-single-post .widget-area-3 .widget-content .owl-slider-3 .entry-item {
  padding: 0 10px;
}

.kopa-single-v3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

body.kopa-sub-page.single-v3 .sub-page-wrapper .kopa-content-1 .main-col {
  margin-top: 0;
  padding-top: 20px;
}

.owl-slider-3 .owl-content .owl-controls {
  position: absolute;
  top: -40px;
  right: 5px;
  margin: 0;
}

.owl-slider-3 .owl-content .owl-controls .owl-buttons .owl-prev, .owl-slider-3 .owl-content .owl-controls .owl-buttons .owl-next {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 3px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.owl-slider-3 .owl-content .owl-controls .owl-buttons .owl-prev {
  background: transparent url("../images/icon/arr-left-4.png") 0 0 no-repeat;
}

.owl-slider-3 .owl-content .owl-controls .owl-buttons .owl-next {
  background: transparent url("../images/icon/arr-right-4.png") 0 0 no-repeat;
}

.owl-slider-4 {
  margin-bottom: 30px;
}

.owl-slider-4 .owl-content .owl-item.active .entry-item .entry-content h2 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.owl-slider-4 .owl-content .owl-item.active .entry-item .entry-content p {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.owl-slider-4 .owl-content .owl-item.active .entry-item .entry-content a {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.owl-slider-4 .owl-content .owl-item .entry-item {
  position: relative;
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content {
  position: absolute;
  width: 60%;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content h2 {
  font-family: "ralewayregular", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  margin: 0 0 25px;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content h2 strong {
  font-size: 70px;
  font-weight: 700;
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content h2 span {
  font-weight: 700;
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 25px;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
}

.owl-slider-4 .owl-content .owl-item .entry-item .entry-content a {
  display: inline-block;
  font-family: "ralewayregular", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 16px;
  border: 2px solid #8e8489;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
}

.owl-slider-4 .owl-content .owl-controls {
  display: none !important;
}

.kopa-comment {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.kopa-comment h5 {
  margin-left: -20px;
  margin-bottom: 20px;
}

.kopa-comment .entry-item {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}

.kopa-comment .entry-item .entry-thumb {
  float: left;
}

.kopa-comment .entry-item .entry-box {
  overflow: hidden;
  padding: 0 0 0 20px;
}

.kopa-comment .entry-item .entry-box .cmt-name {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  line-height: 26px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-comment .entry-item .entry-box .cmt-time {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #909090;
  margin: 0 0 5px;
  font-family: "ralewayregular", sans-serif;
  font-weight: normal;
  font-style: italic;
}

.kopa-comment .entry-item .entry-box .cmt-time:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #909090;
  margin: 0 12px 0 0;
}

.kopa-comment .entry-item .entry-box .cmt-reply {
  float: right;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  background: #ff0099;
  padding: 0 14px;
  text-transform: uppercase;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  border: 1px solid #ff0099;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.kopa-comment .entry-item .entry-box .cmt-reply:hover {
  background: #fff;
  color: #ff0099;
}

.kopa-comment .entry-item .entry-box .cmt-content {
  margin-top: -10px;
}

.kopa-comment .entry-item .entry-box .cmt-content p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

ul.rs-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.rs-ul .rs-ul {
  padding-left: 20px;
}

ul.rs-ul .rs-ul li .entry-item {
  margin-top: 10px;
  background: #f9f9f9;
}

.comment-respond {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.comment-respond .widget-title {
  margin-bottom: 20px;
  margin-left: -20px;
}

.comment-respond form input, .comment-respond form textarea {
  float: left;
  width: 100%;
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  color: #909090;
  padding: 8px 15px 10px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.comment-respond form textarea {
  resize: none;
  height: 160px;
}

.comment-respond form input[type='submit'] {
  width: auto;
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #ff0099;
  border: 1px solid #ff0099;
  padding: 5px 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-respond form input[type='submit']:hover {
  color: #ff0099;
  background: #fff;
}

.btn-post {
  position: fixed;
  top: 240px;
  height: 65px;
  z-index: 1000;
}

.btn-post.prev-post {
  left: 0;
}

.btn-post.prev-post span {
  float: left;
}

.btn-post.prev-post span a {
  background: transparent url("../images/icon/arr-left-1.png") 0 0 no-repeat;
}

.btn-post.prev-post span a:hover {
  background: transparent url("../images/icon/arr-left-2.png") 0 0 no-repeat;
}

.btn-post.prev-post .news-hover {
  left: 49px;
}

.btn-post.next-post {
  right: 0;
}

.btn-post.next-post span {
  float: right;
}

.btn-post.next-post span a {
  background: transparent url("../images/icon/arr-right-1.png") 0 0 no-repeat;
}

.btn-post.next-post span a:hover {
  background: transparent url("../images/icon/arr-right-2.png") 0 0 no-repeat;
}

.btn-post.next-post .news-hover {
  right: 49px;
}

.btn-post:hover .news-hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-post span {
  width: 51px;
  height: 65px;
}

.btn-post span a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.btn-post .news-hover {
  position: absolute;
  width: 230px;
  height: 65px;
  padding: 10px;
  font-family: "ralewayregular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-post .news-hover:hover a {
  color: #ff0099;
}

/** 5.4 Contact Page **/
.contact-page-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}

.kopa-map-wrapper {
  position: relative;
  width: 100%;
}

.kopa-map-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.kopa-map-wrapper #kopa-map {
  height: 400px;
}

.contact-form-wrapper {
  padding: 60px 0 0;
}

.contact-form-wrapper .contact-box-left p {
  font-size: 14px;
  margin: 0 0 23px;
  letter-spacing: 0.05em;
  line-height: 26px;
}

.contact-form-wrapper .contact-box-left .ct-label {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  display: block;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
}

.contact-form-wrapper .contact-box-left .ct-label .contact-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 10px 0 0;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-form-wrapper .contact-box-left .ct-label .contact-icon i {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.contact-form-box label{
    color:#fff;
}

.contact-form-wrapper .contact-box-right .contact-form-box .contact-form input[type="text"], .contact-form-wrapper .contact-box-right .contact-form-box .contact-form textarea {
  width: 100%;
  color: #909090;
  font-size: 17px;
  line-height: 26px;
  padding: 10px 16px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.80);
  margin: 0 0 20px;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.contact-form-wrapper .contact-box-right .contact-form-box .contact-form input[type="text"]:focus, .contact-form-wrapper .contact-box-right .contact-form-box .contact-form textarea:focus {
  border-color: #ff0099;
}

.contact-form-wrapper .contact-box-right .contact-form-box .contact-form textarea {
  resize: none;
  height: 166px;
}

.contact-form-wrapper .contact-box-right .contact-form-box .contact-form input[type="new"] {
  font-family: "ralewayregular", sans-serif;
  font-size: 14px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ff0099;
  background: #ff0099;
  padding: 0 17px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form-wrapper .contact-box-right .contact-form-box .contact-form input[type="submit"]:hover {
  background: #fff;
  color: #ff0099;
}

/** 5.5 Shop List Page **/
.shop-list {
  border-top: none;
}

.kopa-product-list .widget-title {
  width: 100%;
  height: 1px;
  background: #eee;
  margin-top: 70px;
  margin-bottom: 51px;
  text-align: center;
  position: relative;
}

.kopa-product-list .widget-title h5 {
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  top: -22px;
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
  color: #000;
  margin: 0;
}

.match-height-item {
  margin-bottom: 30px;
}

.match-height-item:hover .entry-thumb .kopa-expand {
  opacity: 1;
}

.match-height-item:hover .entry-thumb img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.match-height-item:hover .entry-content .product-name a {
  color: #ff0099;
}

.match-height-item .entry-thumb {
  text-align: center;
}

.match-height-item .entry-thumb .kopa-expand {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 11px 15px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.match-height-item .entry-thumb .kopa-expand i {
  display: inline-block;
  font-size: 14px;
  color: #18191a;
}

.match-height-item .entry-content {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  position: relative;
}

.match-height-item .entry-content .product-name {
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px;
}

.match-height-item .entry-content .product-name a {
  color: #000;
}

.match-height-item .entry-content .current-price {
  display: block;
  font-family: "ralewayregular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.match-height-item .entry-content .add-cart {
  display: inline-block;
  clear: both;
  margin-top: 10px;
  font-family: "ralewayregular", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #18191a;
  padding: 8px 30px;
  border: 2px solid #000;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.match-height-item .entry-content .add-cart:before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
}

.match-height-item .entry-content .add-cart:hover {
  border-color: #ff0099;
  background: #ff0099;
  color: #fff;
}

.star-rating {
  margin: auto;
  width: 64px;
  height: 13px;
  margin-top: 10px;
  font-family: star;
  font-size: 12px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.star-rating:after {
  font-family: star;
  content: "\73\73\73\73\73";
  color: #909090;
  top: 0;
  left: 0;
}

.star-rating span {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  overflow: hidden;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  color: #909090;
  left: 0;
  font-family: star;
}

.products-list-1 .widget-title {
  margin-bottom: 20px;
}

.products-list-1 .widget-content .entry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.products-list-1 .widget-content .entry-item:last-child {
  margin-bottom: 0;
}

.products-list-1 .widget-content .entry-item .entry-thumb {
  float: left;
  margin-right: 10px;
}

.products-list-1 .widget-content .entry-item .entry-content .entry-title {
  font-weight: 700;
}

.products-list-1 .widget-content .entry-item .entry-content .star-rating {
  margin: 0;
}

.products-list-1 .widget-content .entry-item .entry-content .star-rating:after {
  color: #ff0099;
}

.products-list-1 .widget-content .entry-item .entry-content .star-rating span:before {
  color: #ff0099;
}

.products-list-1 .widget-content .entry-item .entry-content .current-price {
  display: inline-block;
  color: #9a9da3;
  margin-top: 5px;
}

.widget-cat-product .widget-content ul {
  list-style: none;
}

.widget-cat-product .widget-content ul li a {
  font-family: "ralewayregular", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #555;
  padding-left: 15px;
  position: relative;
}

.widget-cat-product .widget-content ul li a:hover {
  color: #ff0099;
}

.widget-cat-product .widget-content ul li a:hover:before {
  color: #ff0099;
}

.widget-cat-product .widget-content ul li a:before {
  position: absolute;
  content: '\f067';
  font-size: 8px;
  color: #555;
  top: 12px;
  left: 0;
}

.widget-social .widget-title {
  margin-bottom: 20px;
}

.widget-social .widget-content ul {
  list-style: none;
}

.widget-social .widget-content ul li {
  display: inline-block;
}

.widget-social .widget-content ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-right: 2px;
  border: 1px solid #cecece;
  text-align: center;
}

.widget-social .widget-content ul li a:hover {
  border-color: #ff0099;
  background: #ff0099;
}

.widget-social .widget-content ul li a:hover i {
  color: #fff;
}

.widget-social .widget-content ul li a i {
  color: #cecece;
}

.kopa-filter {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  margin-bottom: 30px;
}

.kopa-filter select {
  display: inline-block;
  padding: 10px;
  border: none;
  background: #000 url("../images/icon/arr-filter.png") center right no-repeat;
}

.kopa-filter-sortby, .kopa-show-item {
  display: inline-block;
  border-right: 1px solid #242424;
  position: relative;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.widget-filter-slide .widget-title {
  margin-bottom: 20px;
}

.widget-filter-slide .widget-content {
  display: inline-block;
  width: 100%;
}

.widget-filter-slide .widget-content .ui-slider-horizontal {
  height: 6px;
  background: #d6d9dc;
  border: none;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.widget-filter-slide .widget-content .ui-slider-horizontal .ui-widget-header {
  background: #ff0099;
}

.widget-filter-slide .widget-content .ui-slider-horizontal .ui-slider-handle {
  width: 16px;
  height: 16px;
  border: none;
  background: #ff0099;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-filter-slide .widget-content .btn-slider-range {
  display: inline-block;
  width: 100%;
}

.widget-filter-slide .widget-content .btn-slider-range button {
  float: left;
  width: 30%;
  font-family: "ralewayregular", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  background: #ff0099;
  border: none;
  padding: 5px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.widget-filter-slide .widget-content .btn-slider-range p {
  float: right;
  width: 60%;
  font-family: "ralewayregular", sans-serif;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}

.widget-filter-slide .widget-content .btn-slider-range p label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}

.widget-filter-slide .widget-content .btn-slider-range p input {
  display: inline-block;
  border: none;
}

/** 5.6 Shop Detail Page **/
.product-detail-wrapper {
  display: inline-block;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  width: 100%;
}

.product-thumb {
  float: left;
  width: 370px;
  margin-bottom: 0;
}

.product-detail {
  float: left;
  width: 450px;
  padding-left: 30px;
}

.product-detail .price {
  font-family: "ralewayregular", sans-serif;
  line-height: 34px;
  font-weight: 700;
}

.product-detail .price del {
  padding-right: 20px;
  position: relative;
}

.product-detail .price del:after {
  position: absolute;
  top: 10px;
  right: 4px;
  content: '';
  width: 7px;
  height: 1px;
  background: #909090;
}

.product-detail .price del .amount {
  font-size: 16px;
  color: #909090;
}

.product-detail .price ins {
  text-decoration: none;
}

.product-detail .price ins .amount {
  font-size: 18px;
  color: #18191a;
}

.product-detail .desc {
  color: #000;
  line-height: 22px;
  margin-bottom: 20px;
}

.product-detail .quantity {
  width: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.product-detail .quantity .minus, .product-detail .quantity .plus {
  position: relative;
  float: left;
  width: 38px;
  height: 43px;
  border: 1px solid #cecece;
  text-align: center;
  color: #9a9da3;
  font-size: 16px;
  background: #fff;
}

.product-detail .quantity .plus {
  margin-left: -1px;
}

.product-detail .quantity input.qty {
  float: left;
  width: 64px;
  height: 43px;
  border: 1px solid #cecece;
  text-align: center;
  color: #9a9da3;
  font-size: 16px;
  font-weight: 700;
  margin-left: -1px;
}

.product-detail .button {
  height: 43px;
  float: left;
  color: #18191a;
  font: 600 12px/42px "ralewayregular", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 25px;
  margin-bottom: 30px;
  border: 2px solid #18191a;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.product-detail .button:hover {
  border-color: #ff0099;
  background: #ff0099;
  color: #fff;
}

.product-detail .product_meta .product-id, .product-detail .product_meta .product-cat, .product-detail .product_meta .product-tag {
  font: 600 13px/35px "ralewayregular", sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.product-detail .product_meta .product-id span {
  font: 400 15px/35px "ralewayregular", sans-serif;
  color: #909090;
  text-transform: none;
}

.product-detail .product_meta .product-cat a, .product-detail .product_meta .product-tag a {
  font: 400 15px/35px "ralewayregular", sans-serif;
  color: #909090;
  text-transform: none;
}

.product-detail .product_meta .product-cat a:hover, .product-detail .product_meta .product-tag a:hover {
  color: #ff0099;
}

.product-detail .product_meta .product-share {
  font: 600 13px/35px "ralewayregular", sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
}

.product-detail .product_meta .product-share ul {
  margin-left: 10px;
  margin-bottom: 0;
  display: inline-block;
  list-style: none;
}

.product-detail .product_meta .product-share ul li {
  margin-right: 10px;
  display: inline-block;
}

.product-detail .product_meta .product-share ul li:hover a i {
  color: #ff0099;
}

.product-detail .product_meta .product-share ul li a i {
  font-size: 14px;
  line-height: 18px;
  color: #909090;
}

.product_title {
  font-family: "ralewayregular", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 5px;
}

.woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce-product-rating .star-rating {
  float: left;
  margin: 0;
}

.woocommerce-product-rating .star-rating:after {
  color: #ff0099;
}

.woocommerce-product-rating .star-rating span:before {
  color: #ff0099;
}

.product-detail-tab {
  margin-bottom: 25px;
}

.kopa-tabs-2 .nav.nav-tabs {
  border-bottom: 1px solid #eee;
}

.kopa-tabs-2 .nav.nav-tabs li {
  background: #fff;
  margin-bottom: -1px;
}

.kopa-tabs-2 .nav.nav-tabs li:first-child a {
  border-left: 1px solid #eee !important;
}

.kopa-tabs-2 .nav.nav-tabs li.active a, .kopa-tabs-2 .nav.nav-tabs li:hover a, .kopa-tabs-2 .nav.nav-tabs li:focus a {
  background: #fff;
  color: #18191a;
  border-bottom: 1px solid #fff !important;
}

.kopa-tabs-2 .nav.nav-tabs li.active span, .kopa-tabs-2 .nav.nav-tabs li:hover span, .kopa-tabs-2 .nav.nav-tabs li:focus span {
  color: #18191a;
}

.kopa-tabs-2 .nav.nav-tabs li a {
  display: inline-block;
  font: 400 17px/42px "ralewayregular", sans-serif;
  letter-spacing: 0.01em;
  padding: 0 15px !important;
  color: #909090;
  border: 1px solid #eee !important;
  border-left: none !important;
}

.kopa-tabs-2 .nav.nav-tabs li a span {
  font-size: 17px;
  font-weight: 400;
}

.kopa-tabs-2 .nav.nav-tabs li a span:after {
  display: none;
}

.kopa-tabs-2 .tab-content {
  padding: 15px 20px;
  border: 1px solid #eee;
  border-top: none;
}

.kopa-tabs-2 .tab-content .tab-pane h4 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 15px;
}

.kopa-tabs-2 .tab-content .tab-pane p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.kopa-tabs-2 .tab-content .review-tab .review-title {
  color: #333;
  font: 700 18px/26px "ralewayregular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 23px;
  letter-spacing: -0.01em;
}

.kopa-tabs-2 .tab-content .review-tab .review-author .entry-thumb {
  float: left;
  width: 40px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.kopa-tabs-2 .tab-content .review-tab .review-author .info-right {
  overflow: hidden;
  margin-bottom: 20px;
}

.kopa-tabs-2 .tab-content .review-tab .review-author .info-right .review-name {
  color: #333;
  font: 600 14px/20px "ralewayregular", sans-serif;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 0;
}

.kopa-tabs-2 .tab-content .review-tab .review-author .info-right .author-rating li {
  color: #555;
  margin-left: -3px;
}

.kopa-tabs-2 .tab-content .review-tab .review-author .info-right .author-rating li:first-child {
  margin-left: 0;
}

.kopa-tabs-2 .tab-content .review-tab .review-content {
  border: 1px solid #e4e4e4;
  padding: 30px;
}

.kopa-review-form {
  border: 1px solid #e4e4e4;
  padding: 40px;
}

.kopa-review-form .form-title {
  color: #333;
  font: 700 18px/26px "ralewayregular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.kopa-review-form .form-rating {
  margin-bottom: 25px;
  margin-top: 20px;
  list-style: none;
}

.kopa-review-form .form-rating p {
  color: #333;
  margin-bottom: 5px;
}

.kopa-review-form .form-rating .kopa-rating {
  list-style: none;
}

.kopa-review-form .form-rating .kopa-rating li {
  float: left;
  margin-right: 3px;
}

.kopa-review-form .form-rating .kopa-rating li a {
  color: #ff0099;
}

.kopa-review-form .input-block {
  margin: 0 0 12px;
}

.kopa-review-form .textarea-block {
  margin: 0 0 20px;
}

.kopa-review-form label {
  margin-top: 5px;
}

.kopa-review-form input {
  box-shadow: none;
  border: 1px solid #e4e4e4;
  background: none;
  font-weight: 400;
  line-height: 25px;
  padding: 9px 20px;
  width: 100%;
  color: #8e8e8e;
}

.kopa-review-form input:focus {
  border-color: #ff0099;
}

.kopa-review-form textarea {
  box-shadow: none;
  border: 1px solid #e4e4e4;
  background: none;
  line-height: 22px;
  padding: 9px 20px;
  width: 100%;
  height: 165px;
  color: #8e8e8e;
}

.kopa-review-form textarea:focus {
  border-color: #ff0099;
}

.kopa-review-form #input-submit {
  border: none;
  float: left;
  width: auto;
  height: 45px;
  padding: 0 25px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font: 700 15px/45px "ralewayregular", sans-serif;
  text-transform: uppercase;
}

.kopa-review-form #input-submit:hover {
  background-color: #ff0099;
}

.shop-detail .sub-page-wrapper .kopa-product-list .widget-title {
  float: left;
  width: auto;
  margin: 0;
  height: auto;
  background: none;
  margin-bottom: 25px;
}

.shop-detail .sub-page-wrapper .kopa-product-list .widget-title:before {
  display: none;
}

.kopa-sync-widget .sync2 {
  margin-top: 1px;
}

/** 5.7 404 Page **/
.wrap-404 {
  text-align: center;
}

.wrap-404 img {
  display: inline-block;
}

.wrap-404 .search-form {
  margin: 0 auto;
  border: 1px solid #eaeaea;
  width: 311px;
}

.wrap-404 .search-form input {
  float: left;
  width: 263px;
  height: 46px;
  font-size: 14px;
  line-height: 16px;
  color: #adadad;
  border: 0;
  padding: 15px;
  font-family: "ralewayregular", sans-serif;
  font-weight: 400;
}

.wrap-404 .search-form button {
  float: left;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 0;
  padding: 0;
  background: #f9f9f9;
}

.meta-entry {
  float: left;
  width: 100%;
}

.meta-entry .entry-categories + .entry-time {
  padding-left: 5px;
  color: #999;
  border-left: 1px solid #d7d7d7;
}

#menu{
    width:1100px;
    margin:0 auto;
}
.menu{
    top:15px;
    position:absolute;
    font-family:ralewayregular,Arial;
    color:#ffffff;
}
.menu li{
    float:left;
    font-size:16px;
    list-style:none;
    padding:0 15px;
}
.menu li > ul > li {
    font-family:Arial;
    font-size:14px;
    background:url("../images/fundo-sub.jpg") no-repeat center;
}
    .menu li > ul > li a {
        color:#ffffff;
        width:180px;

    }
 
.logo{max-width:324px;margin:20px auto 0;}
.logo a{position:absolute;z-index:99;}

.logo1{max-width:324px;position:absolute;z-index:99;top:50px;left:100px;}
.logo2{max-width:324px;position:absolute;z-index:99;top:50px;left:100px;}
.titulo{width:324px;position:absolute;z-index:99;top:170px;left:100px;}
.titulo2{width:100%;text-align:center;}
.titulo2 h1{color:#ffffff!important;font-size:20px!important;}
.descricao{width:300px;position:absolute;z-index:99;top:320px;left:60px;color:#c09348;font-size:15px;}
.info{color:#ffffff;font-size:18px;text-align:center;line-height:40px;}

.logo3{width:100%;position:relative;z-index:99;top:30px;right:-15%;text-align:center;}

.conteudo {
  padding: 5px 20px;
  margin-bottom: 15px;
  width: 100%;
  min-height:300px;
}
.kopa-content-1 .conteudo{
    padding:30px 50px;
}
.conteudo h1,
.titulo h1{
    font-family:Arial,sans-serif;
    color:#000000;
    font-weight:300;
    font-size:20px;
    text-align:center;
}
.botoes{
    position:relative;
    width:800px;
    z-index:10;
    margin:60px auto;
    right:-30%;
    text-align:center;
    color:#fff;
}
.botoes-info{
    text-align:center;
    padding-bottom:40px;
}
.botoes a:hover, .botoes a.active {
  color: #bdb8b8;
  text-decoration: none;
}
.btn-padrao{background:url(../images/btn-fundo.jpg);width:168px;height:31px;line-height:31px;display:inline-block;color:#fff;font-weight:bold;}
.btn-plano{background:#c99f57;padding:6px 30px;line-height:30px;color:#fff;font-family:ralewayregular,Raleway;margin:0 10px;}
.botoes img, .kopa-content-2 img, .kopa-content-1 img, .kopa-content-3 img,.logo3 img{display:inline-block;}
.mt20{margin-top:20px}
.kopa-content-1 img{margin-bottom:20px;}
.bio{padding:10px 15px;}
.bio p{color:#000000;}
.detalhe{width:180px;height:38px;margin:5px auto 15px;display:block;background:url(../images/detalhe.png);}
.kopa-content-3 .entry-item img{border:2px #fff solid;}
.owl-controls{display:none!important;}
.voltar{
    width: 324px;
    position: absolute;
    z-index: 99;
    top: 200px;
    left: 100px;    
    text-align:center;}
.voltar a{font-size:18px;color:#ffffff;}
.cor-plano{color:#c99f57!important;}
.press span{color:#fff;}
#slides{margin-top:-50px;}
#slides i{font-size:39px;}