/*------------------------------------------------------------------
    Project:        ReInform information agence
    Version:        1.0
    Author:         ReInform
    Author URI:     https://reinform.com.ua    
-------------------------------------------------------------------*/
h1, .h1 {
  font-size: 35px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

/*==========Setting=========*/
html {
  font-size: 100%; }

body {
  background-color: #eae9e9;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.5;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #333; }
  body.background {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
    body.background .topbar {
      background-color: transparent;
      padding-right: 5px; }
  body.background-box {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
    body.background-box .topbar {
      background-color: transparent;
      padding-right: 5px; }
    body.background-box .box {
      background-color: #dfdfdf;
      padding: 0px 15px 15px 15px; }
    body.background-box .box-caption {
      margin: 0px -15px 0px -15px; }
    body.background-box .tab-caption {
      margin: 0px -15px 15px -15px; }
    body.background-box .owl-category-wrap {
      margin: -15px -15px -15px -15px; }
    body.background-box .box-special {
      margin: -15px -15px -15px -15px; }

dt, dd {
  line-height: 1.5; }

body, html {
  height: 100%; }

a:hover {
  text-decoration: none;
  color: inherit; }

a {
  color: inherit; }

a:active, a:focus {
  text-decoration: none;
  color: inherit; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

iframe {
  width: 100%;
  border: none; }

::selection {
  background: #344f9d;
  color: #fff; }

/*==========Components=========*/
.my-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  font-family: "Oswald", serif;
  color: #fff;
  background-color: #222;
  letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .my-btn:hover {
    background-color: #6ec5d8;
    outline: none;
    color: #fff; }
  .my-btn.active {
    background-color: #6ec5d8;
    outline: none;
    color: #fff; }
    .my-btn.active:hover {
      opacity: 0.8; }

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

@media screen and (max-width: 767px) {
  .container {
    max-width: 390px; } }

#page-loader {
  background-color: #166b77;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }

@keyframes liveStream {
  0% {
    opacity: 0.7; }
  25% {
    opacity: 0.9; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.9; }
  100% {
    opacity: 0.7; } }

.page.dark {
  color: #ccc; }
  .page.dark .wrap {
    background-color: #222;
    padding: 0px; }
  .page.dark .cols {
    margin: 0px 15px; }
  .page.dark .footer {
    max-width: 1024px;
    margin: 0px auto 30px auto;
    border-top: 5px solid #504f4f; }
  .page.dark .grid-news {
    padding: 0px 15px; }
  .page.dark .list-news li {
    border-color: #333; }
  .page.dark .list-news.list-news-two li:before {
    background-color: #333; }
  .page.dark .box-category ul li {
    border-color: #333; }
  .page.dark .box-category ul li span {
    color: #fff;
    background-color: #504f4f; }
  .page.dark .box-video {
    max-width: 1024px;
    margin: 40px auto 0px auto;
    border-top: 5px solid #504f4f;
    border-bottom: 5px solid #504f4f; }
  .page.dark .box-grid-dark {
    margin: 0px;
    padding: 20px 15px; }

.wrap {
  max-width: 1024px;
  margin: 0px auto;
  padding: 0px 20px; }

/*==========Header=========*/
.topbar {
  height: 25px;
  margin-top: 20px; }
  .topbar .social {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .topbar .social a {
      float: left;
      color: #166b77;
      line-height: 25px;
      height: 25px;
      margin: 0px 0px 0px 15px;
      text-align: center;
      font-size: 18px; }
      .topbar .social a i.fa-youtube {
        font-size: 16px; }

.header {
  background-color: #166b77;
  height: 60px;
  position: relative;
  z-index: 999;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .header .header-inner {
    position: relative;
    padding: 0px 50px 0px 220px;
    min-height: 60px; }
    @media screen and (max-width: 991px) {
      .header .header-inner {
        padding: 0px 80px 0px 0px; } }
  
.header .slogan-wrap {
float: left;
position: absolute;
left: 50%;
bottom: 54px;
z-index: 2;
height: 21px;
padding: 1px 5px 5px 9px;
font-family: rubik;
background-color: white;
background: #6ec5d8;к
color: #fff;
text-transform: uppercase;
border-radius: 4px;
text-align: center;
transform: translate(-50%, 0);
font-size: 13px;
font-weight: 400;
}

@media screen and (max-width: 767px) {
      .header .slogan-wrap {
        display:none; }
        }

.header .logo-wrap {
    float: center;
    position: absolute;
    left: 7px;
    bottom: 5px;
    z-index: 2;
    height: 48px;
    padding: 10px 10px 10px 14px; }
    .header .logo-wrap img {
      width: 190px; }
    @media screen and (max-width: 767px) {
      .header .logo-wrap {
        left: 0px;
        line-height: 27px; }
        .header .logo-wrap img {
          width: 130px; } }
  .header .header-right {
    float: right;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 0; }
    .header .header-right .search-box {
      width: 50px;
      padding: 15px 0px;
      position: relative;
      float: left;
      z-index: 1; }
      .header .header-right .search-box .search-icon {
        width: 40px;
        height: 30px;
        border: none;
        outline: none;
        float: right;
        background-color: transparent;
        cursor: pointer; }
        .header .header-right .search-box .search-icon i {
          color: #fff;
          font-size: 25px;
          line-height: 30px;
          text-align: center;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s; }
      .header .header-right .search-box input {
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        border-radius: 3px;
        position: absolute;
        top: 15px;
        right: 40px;
        display: block;
        width: 0px;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        font-family: "Oswald", serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
        border: none;
        outline: none;
        padding: 0px 0px;
        padding: 0px 0px; }
    .header .header-right.show-search {
      z-index: 2; }
      .header .header-right.show-search .search-box {
        z-index: 3; }
        .header .header-right.show-search .search-box input {
          width: 160px;
          padding: 0px 10px; }
    .header .header-right .menu-icon {
      float: left;
      background-color: #166b77;
      border-radius: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      z-index: 999999;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      margin: 10px 0px 0px 0px; }
      .header .header-right .menu-icon i {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #fff; }
      .header .header-right .menu-icon:hover i {
        color: #fff; }

/*==========Menu=========*/
@media screen and (max-width: 991px) {
  .open-menu {
    overflow: hidden; }
    .open-menu .menu-res {
      -moz-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .open-menu .page {
      -moz-transform: translateX(-280px);
      -webkit-transform: translateX(-280px);
      -o-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
      transform: translateX(-280px); }
    .open-menu .menu-icon i {
      color: #344f9d;
      font-size: 24px; }
      .open-menu .menu-icon i:before {
        content: "\f2d7"; }
  .menu-res {
    width: 280px;
    background-color: #111;
    position: fixed;
    top: 0px;
    z-index: 999;
    overflow: auto;
    bottom: 0px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    right: 0px;
    -moz-transform: translateX(280px);
    -webkit-transform: translateX(280px);
    -o-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px); }
  .page {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .menu-res-inner {
    padding: 30px 20px 20px 20px; }
    .menu-res-inner ul {
      padding: 0px;
      list-style: none; }
      .menu-res-inner ul > li {
        border-bottom: 1px solid #222;
        position: relative; }
        .menu-res-inner ul > li .fa-home {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li a {
          font-size: 13px;
          text-transform: uppercase;
          color: #999;
          display: block;
          line-height: 40px;
          font-family: "Roboto", sans-serif;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          .menu-res-inner ul > li a:hover {
            color: #fff; }
        .menu-res-inner ul > li.menu-item-has-children:before {
          display: block;
          content: "\f489";
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0px;
          right: 0px;
          font-family: "Ionicons";
          font-size: 20px;
          text-align: center;
          cursor: pointer;
          line-height: 40px;
          color: #999; }
        .menu-res-inner ul > li.open-submenu-active:before {
          content: "\f462"; }
        .menu-res-inner ul > li > ul {
          padding: 0px 0px 10px 10px;
          display: none; }
          .menu-res-inner ul > li > ul li {
            border: none;
            border-bottom: 1px solid #111; }
            .menu-res-inner ul > li > ul li:last-child {
              border: none; }
            .menu-res-inner ul > li > ul li a {
              display: block;
              line-height: 35px;
              text-transform: none;
              color: #666;
              padding: 0px 0px;
              font-weight: 400;
              font-family: "Roboto", sans-serif;
              -moz-transition: all ease 0.2s;
              -o-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              transition: all ease 0.2s;
              text-transform: uppercase; }
              .menu-res-inner ul > li > ul li a:hover {
                color: #fff; }
            .menu-res-inner ul > li > ul li > ul {
              padding: 0px 0px 0px 20px; } }

.menu-main {
  float: left;
  margin: 0px 0px 0px 0px;
  z-index: 1; }
  .menu-main ul {
    margin: 0px;
    padding: 0px; }
    .menu-main ul > li {
      display: inline-block;
      position: relative;
      padding: 0px 0px 0px 0px;
      margin: 0px;
      float: left; }
      .menu-main ul > li.active > a {
        color: #344f9d; }
      .menu-main ul > li > a {
        display: block;
        float: left;
        line-height: 60px;
        color: #fff;
        padding: 0px 19px;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        text-transform: uppercase;
        position: relative;
        font-family: "Oswald", serif;
        font-size: 15px;
        font-weight: 400; }
        .menu-main ul > li > a .fa-home {
          margin: 0px 2px 0px -10px;
          font-size: 25px; }
      .menu-main ul > li:hover > a {
        background: #6ec5d8}
        .menu-main ul > li:hover > a span {
          border-bottom-color: #344f9d;
          border-right-color: #344f9d; }
        .menu-main ul > li:hover > a ul li a {
          background-color: transparent; }
      .menu-main ul > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px; }
      .menu-main ul > li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s; }
      .menu-main ul > li.has-mega-menu {
        position: static; }
    .menu-main ul .sub-menu {
      position: absolute;
      top: 100%;
      left: 0px;
      width: 200px;
      height: auto;
      background-color: #222;
      visibility: hidden;
      z-index: 9999;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      opacity: 0;
      font-family: "Open Sans", sans-serif;
      padding: 0px 0px;
      margin-top: 10px;
      box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.6); }
      .menu-main ul .sub-menu li {
        margin: 0px 0px;
        display: block;
        padding: 0px;
        float: none;
        border-bottom: 1px solid #2f2f2f;
        position: relative; }
        .menu-main ul .sub-menu li.menu-item-has-children:before {
          display: block;
          content: "\f105";
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 13px;
          position: absolute;
          width: 15px;
          height: 15px;
          top: 18px;
          right: 10px;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
          color: #999; }
        .menu-main ul .sub-menu li.menu-item-has-children:hover:before {
          color: #344f9d; }
        .menu-main ul .sub-menu li.has-mega-menu {
          position: static; }
        .menu-main ul .sub-menu li:before {
          display: none; }
        .menu-main ul .sub-menu li a {
          display: block;
          line-height: 20px;
          text-align: left;
          text-transform: none;
          padding: 12px 15px !important;
          font-size: 11px;
          font-weight: 300;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
          font-family: "Oswald", serif;
          color: #fff;
          letter-spacing: 1px;
          float: none;
          text-transform: uppercase;
          font-weight: 400; }
          .menu-main ul .sub-menu li a:hover {
            color: #6ec5d8;
            background-color: transparent !important; }
        .menu-main ul .sub-menu li:last-child {
          border: none; }
        .menu-main ul .sub-menu li .sub-menu {
          top: 0px;
          margin-top: 0px;
          left: 100%;
          margin-left: 15px; }
        .menu-main ul .sub-menu li:hover > a {
          color: #6ec5d8;
          background-color: transparent; }
        .menu-main ul .sub-menu li:hover > .sub-menu {
          margin-left: 0px; }
    .menu-main ul .mega-menu {
      position: absolute;
      background-color: #504f4f;
      z-index: 9999;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      left: 0px;
      right: 0px;
      margin-top: 15px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      border: 1px solid #504f4f;
      border-bottom: 5px solid #222;
      padding: 10px;
      box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 991px) {
        .menu-main ul .mega-menu {
          display: none; } }
			
		/* =========================
   Small Mega Menu - NYT style
========================= */
.compact-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px; /* ширина плашки */
    background: #222;
    display: flex;
    padding: 5px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999;
}

.menu-main ul > li:hover > .compact-mega-menu {
    opacity: 1;
    visibility: visible;
}

.compact-mega-menu .mega-col {
    width: 50%;
    padding: 0 5px;
}

.compact-mega-menu .news-item {
    margin-bottom: 5px;
}

.compact-mega-menu .news-item img {
    width: 100%;
    height: auto;
}

.compact-mega-menu .news-item h4 {
    font-size: 12px;
    color: #fff;
    margin: 3px 0;
}

/* END*/

      .menu-main ul .mega-menu .mega-col {
        float: left;
        width: 20%;
        min-height: 100px;
        padding: 10px; }
        .menu-main ul .mega-menu .mega-col ol {
          margin: 0px;
          padding: 0px;
          list-style: none; }
          .menu-main ul .mega-menu .mega-col ol li a {
            display: block;
            color: #fff;
            font-family: "Oswald", serif;
            text-transform: uppercase;
            text-align: left;
            padding: 10px;
            padding: 8px 0px;
            -moz-transition: all ease 0.2s;
            -o-transition: all ease 0.2s;
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;
            position: relative;
            overflow: hidden; }
            .menu-main ul .mega-menu .mega-col ol li a:before {
              content: "";
              display: block;
              width: 70px;
              position: absolute;
              height: 2px;
              -moz-transition: all ease 0.2s;
              -o-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              transition: all ease 0.2s;
              bottom: 0px;
              left: -70px;
              background-color: #6ec5d8; }
            .menu-main ul .mega-menu .mega-col ol li a:hover {
              color: #6ec5d8; }
              .menu-main ul .mega-menu .mega-col ol li a:hover:before {
                left: 0px; }
          .menu-main ul .mega-menu .mega-col ol li.active a {
            color: #6ec5d8; }
            .menu-main ul .mega-menu .mega-col ol li.active a:before {
              left: 0px; }
      .menu-main ul .mega-menu .mega-col2 {
        float: left;
        width: 40%;
        min-height: 100px;
        padding: 10px; }
        .menu-main ul .mega-menu .mega-col2 .news-item-big {
          position: relative; }
        .menu-main ul .mega-menu .mega-col2 h3.post-title {
          text-align: left;
          text-transform: none;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          color: #fff;
          position: absolute;
          bottom: 0px;
          margin: 0px;
          left: 0px;
          right: 0px;
          padding: 10px;
          background-color: rgba(0, 0, 0, 0.6); }
      .menu-main ul .mega-menu h3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 5px 0px 15px 0px; }
      .menu-main ul .mega-menu .mega-item .mega-item-img {
        position: relative; }
      .menu-main ul .mega-menu .mega-item img {
        width: 100%;
        display: block; }
      .menu-main ul .mega-menu .mega-item p {
        margin: 25px 0px 5px 0px; }
        .menu-main ul .mega-menu .mega-item p a {
          color: #222;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
          font-size: 15px;
          font-family: "Roboto", sans-serif;
          padding: 0px;
          line-height: 22px;
          text-transform: none;
          letter-spacing: 0px; }
          .menu-main ul .mega-menu .mega-item p a:hover {
            color: #fff; }
      .menu-main ul .mega-menu .meta-post {
        margin: 0px;
        font-family: "Open Sans", sans-serif; }
  .menu-main.menu-color ul li.active > a {
    color: #6ec5d8; }
  .menu-main.menu-color ul li:hover > a {
    background-color: #fff;
    color: #6ec5d8; }
    .menu-main.menu-color ul li:hover > a span {
      border-bottom-color: #6ec5d8;
      border-right-color: #6ec5d8; }

/*==========Breaking News=========*/
.breaking-news {
  min-height: 40px;
  padding: 0px 0px 0px 120px;
  position: relative;
  background: rgba(209,213,219,1);
/* background: -moz-linear-gradient(-45deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(216,216,216,1)));
background: -webkit-linear-gradient(-45deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 100%);
background: -o-linear-gradient(-45deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 100%);
background: linear-gradient(135deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2872fa', endColorstr='#6617cd', GradientType=1 ); */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
  .breaking-news .breaking-news-caption {
    float: left;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    font-family: "Oswald", serif;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    color: #000000;
    background-color: #6ec5d8;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: liveStream;
    animation-name: liveStream; }

.owl-breaking-wrap {
  position: relative; }

.owl-breaking .owl-item {
  padding: 10px;
  overflow: hidden; }
  .owl-breaking .owl-item p {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .owl-breaking .owl-item p a {
      color: #000000;
      font-family: "Roboto", sans-serif;
      color: #000000;
      font-size: 14px; }

.owl-prev i {
position: absolute;
top: 42%;
color: white;
font-size: 34px;
margin: 10px;
text-shadow: 1px 1px 3px #00000082;
}

.owl-next i {
position: absolute;
top: 42%;
right: 0%;
color: white;
font-size: 34px;
margin: 10px;
text-shadow: 1px 1px 3px #00000082;
}
/*==========Home Page=========*/
.cols {
  margin: 0px 0px 0px 0px;
  padding: 0px 330px 0px 0px; }
  .cols.cols-full {
    padding: 0px; }
    .cols.cols-full .detail-small .detail-content {
      margin: 0px auto;
      max-width: 600px; }
  .cols.sidebar-left {
    padding: 0px 0px 0px 330px; }
    .cols.sidebar-left .colleft {
      float: right; }
    .cols.sidebar-left .colright {
      float: left;
      margin: 0px 0px 0px -330px; }
  @media screen and (max-width: 991px) {
    .cols {
      padding: 0px 0px 0px 0px; } }
  .cols .colleft {
    float: left;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .cols .colleft {
        float: none; } }
  .cols .colright {
    float: right;
    margin: 0px -330px 0px 0px;
    width: 320px; }
    @media screen and (max-width: 991px) {
      .cols .colright {
        width: 100%;
        margin: 0px;
        float: none;
        margin: 20px 0px 0px 0px; } }

        @media screen and (max-width: 767px) {
          .actual-sidebar {
            display: block;
			width: 100%; } }


.grid-news {
  overflow: hidden;
  margin: 20px 0px 0px 0px; }
  .grid-news .grid-news-inner {
    margin: 0px -5px; }
    .grid-news .grid-news-inner .gn-col {
      float: left;
      width: 67%;
      padding: 0px 5px; }
      @media screen and (max-width: 767px) {
        .grid-news .grid-news-inner .gn-col {
          width: 100%;
          float: none; } }
      .grid-news .grid-news-inner .gn-col.gn-col2 {
        width: 33%; }
        @media screen and (max-width: 767px) {
          .grid-news .grid-news-inner .gn-col.gn-col2 {
            width: 100%;
            float: none; } }
    .grid-news .grid-news-inner .gn-row.gn-row2 {
      margin-top: 10px; }

.gn-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .gn-item.gn-item-large {
      margin-bottom: 10px; } }
  .gn-item img {
    -webkit-transform: rotate(0.5deg) scale(1.05);
    transform: rotate(0.5deg) scale(1.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .gn-item:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }
  .gn-item:hover .gn-caption p {
    color: #eff86c; }
  .gn-item:hover .post-meta .post-category {
    color: #fff; }
    .gn-item:hover .post-meta .post-category:before {
      left: 0px; }
  .gn-item > a {
    display: block;
    padding: 0px;
    margin: 0px;
    position: relative; }
    .gn-item > a img {
      position: relative;
      z-index: 1; }
    .gn-item > a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 2;
      top: 0px;
      background-color: rgba(0, 0, 0, 0.2);
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .gn-item > a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 3;
      top: 60%;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      background-image: linear-gradient(to top, #000, transparent); }
    .gn-item > a:hover:after {
      background-color: transparent; }
  .gn-item .gn-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 15px 15px 15px;
    z-index: 5;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0.9; }
    .gn-item .gn-caption p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      margin: 0px;
      font-weight: bold;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .gn-item .post-meta {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px; }
    .gn-item .post-meta .post-category {
      display: inline-block;
      overflow: hidden;
      position: relative;
      padding: 0px 2px 4px 2px; }
      .gn-item .post-meta .post-category:before {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        left: -100%;
        bottom: 0px;
        width: 100%;
        background-color: #fff; }
      .gn-item .post-meta .post-category a {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        font-weight: 600; }
        .gn-item .post-meta .post-category a:hover {
          text-decoration: none; }

.gn-row .gn-item .gn-caption p {
  font-size: 18px;
  font-weight: bold; }


  .news-section {
    background-color: #fff;
    padding-right: 15px;
  }
  
  .news-section_items {
    list-style-type: none;
    padding: 0;
  }
  
  .news-section_items li {
    margin-bottom: 14px;
  }
  
  .news-section_items li .newsitem_time {
    float: left;
    display: block;
    color: #7ca19b;
    font-size: 12px;
  }
  
  .news-section_items li .newsitem_title {
    display: block;
    margin-left: 40px;
  }
  
  .news-section_items li a {
    text-decoration: none;
    font-size: 14px;
    color: #222f2d;
    transition: all 0.2s;
  }
  
  .newsitem_title-style-red {
    color: #E9573F !important;
  }
  
  .newsitem_title-style-bold {
    font-weight: bold;
  }
  
  .newsitem_title-style-simple {}
  
  
  .news-section_items li a:hover {
    color: black;
    transition: all 0.2s;
  }
  
  .news-section_items li .newsitem_divider {
    text-align: center;
    color: #4c6b66;
    border-bottom: 1px solid #9ab7b2;
    padding-bottom: 5px;
  }
  
  .news-section_tag {
    font-size: 10px;
    text-transform: uppercase;
  
    color: #3e1208;
    padding: 1px 4px;
    background: rgb(254, 233, 66);
    background: linear-gradient(34deg, rgba(254, 233, 66, 1) 0%, rgba(255, 184, 0, 1) 100%);
    border-radius: 4px;
  }
  
  
  .news-section_green {
    font-size: 10px;
    text-transform: uppercase;
  
    color: #fff;
    padding: 1px 4px;
    background: rgb(254, 233, 66);
    background: linear-gradient(34deg, rgb(3 185 17) 0%, rgb(0 115 19) 100%);
    border-radius: 4px;
  }
  
  .news-section_red {
    font-size: 10px;
    text-transform: uppercase;
  
    color: #fff;
    padding: 1px 4px;
    background: rgb(254, 233, 66);
    background: linear-gradient(34deg, rgb(255 0 0) 0%, rgb(185 1 1) 100%);
    border-radius: 4px;
  }
  
  
  .news-section_online {
    font-size: 10px;
    text-transform: uppercase;
  
    color: #fff;
    padding: 1px 4px;
    background: rgb(255, 0, 0);
    
    border-radius: 4px;
    background: linear-gradient(
  -45deg, #ff3c00, #c90101, #fcba04, #fc0404);
      background-size: 400% 400%;
      animation: gradient 4s ease infinite;
  }
  
  
  
  .news-section_blue {
    font-size: 10px;
    text-transform: uppercase;
  
    color: #fff;
    padding: 1px 4px;
    background: rgb(254, 233, 66);
    background: linear-gradient(34deg, #1487e2 0%, #00bcd4 100%);
    border-radius: 4px;
  }
  
  
  
  
  .more-news {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: auto;
    height: 25px;
    margin: 0 auto;
  }
  
  .more-news a {
    text-decoration: none;
    background: linear-gradient(135deg, rgba(22, 107, 119,1) 0%, rgba(22, 107, 119,1) 100%);
    color: #fff;
    font-family: Rubik;

font-weight: 400;
    padding: 6px 20px;
    position: relative;
   
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    z-index: 1;
  }
  
  .more-news a:hover {
  color: #afcee1;
  text-decoration: none;
  }

  .more-news div {
    border-top: 2px solid #fcba04;
    position: absolute;
    left: 0;
    width: 100%;
    top: 7px;
  }
  
.post-meta-label {
position: absolute;
z-index: 5;
top: 15px;
left: 15px;
	background: linear-gradient(34deg, rgba(252, 237, 4, 1) 0%, rgba(252, 186, 4, 1) 100%);
	color: black;
	text-transform: uppercase;
	padding: 6px;
margin: 0;
border-radius: 4px;
box-shadow: 1px 1px 4px #00000080;
	font-family: Rubik;
}
/* ВІДЕО */

/*TEMP*/
.iamo-block__body {
  padding: 0px 0px;
  font-size: 14px;
  
  color: #333;
}
.iamo-actual-block__content-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.iamo-actual-block__item-wrapper {
  flex: none;
  width: calc(33.3333% - 10px);
}
.iamo-article-title__link, .iamo-article-title__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Fira Sans,sans-serif;
  color: #333;
  font-weight: inherit;
}

.iamo-actual-block__head {
  position: relative;
overflow:hidden;
border-radius: 8px;
transition: transform .3s ease;
}
.iamo-actual-block__head:hover img {
    transform: scale(1.2);
transition: transform .3s ease;

}
.iamo-actual-block__image-wrapper {
  padding-top: 63.19444%;
}
.iamo-actual-block__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
border-radius: 8px;
transition: transform 1.5s ease;
}



.iamo-actual-block__label {
  bottom: 8px;
  left: 8px;
  position: absolute;
}
.iamo-actual-block__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Rubik";
  color: #333;
  font-weight: 500;
  margin: 5px 0 0;
}
.iamo-actual-block__item-wrapper {
  flex: none;
  width: calc(50% - 10px);
}
.iamo-article-title__link, .iamo-article-title__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Fira Sans,sans-serif;
  color: #333;
  font-weight: inherit;
}
.iamo-actual-block__head {
  position: relative;
}
.iamo-actual-block__image-wrapper {
  padding-top: 63.19444%;
}
.iamo-actual-block__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}
.iamo-actual-block__label {
  bottom: 55px;
  left: 120px;
  position: absolute;
  font-size: 54px;
  opacity: 70%;
}
/*TEMP*/

/* ВІДЕО end*/

.box {
  margin: 10px 0px 0px 0px;
  border-radius: 10px;
  background: #fff; }
  .box.box-no-margin {
    margin: 0px; }

 .innerbox1 {
      padding: 10px 15px;
  }

  .box-color-caption {
    text-align: left;
    font-weight: 700;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
  }
  
  .cap-blue-color {
    background-color: #fff;
      }
 
      .cap-blue-color a {
        color: rgba(40,114,250,1);
        background: -webkit-linear-gradient(-45deg, rgba(22, 107, 119,1) 0%, rgba(22, 107, 119,1) 100%);
        background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
 }

  .cap-help-color {
    
      }
 
      .cap-help-color a {
       
background-image: linear-gradient( 43deg , #f7f022 0%, #fdd200 46%, #f0ff70 100%);
        background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
 }



.box-caption h2 {
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  background-color: #504f4f;
  position: relative;
  height: 35px;
  margin-bottom: 15px; }
  .box-caption h2 a {
    display: inline-block;
    margin: 0px;
    padding: 0px 15px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Oswald", serif;
    background-color: #434ae6;
    font-size: 18px;
    box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -5px;
    bottom: 0px; }

.box-caption.box-caption-no-background h2 {
  background-color: transparent; }

.tab-caption {
  margin-bottom: 15px;
  height: 35px;
  background-color: #504f4f; }
  .tab-caption ul {
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    height: 40px;
    list-style: none;
    margin: -5px 0px 0px -5px;
    float: left; }
    .tab-caption ul li {
      float: left;
      height: 40px;
      padding: 0px;
      margin: 0px; }
      .tab-caption ul li a {
        display: block;
        margin: 0px;
        padding: 0px 15px;
        line-height: 40px;
        font-size: 15px;
        font-weight: 400;
        font-family: "Oswald", serif;
        font-size: 18px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase; }
      .tab-caption ul li.active a {
        box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.4);
        background-color: #434ae6; }

.detail h1 {
padding: 15px;
font-family: Rubik;
font-weight: 400;
font-size: 31px;
margin-top: 7px;
}

.detail-content {
  padding: 0px 20px;
}

.detail-thumbnail img {
	min-width: 100%;
}

        /**********post***********/
.post-thumb {
  position: relative;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0.95; }
  .post-thumb .post-format {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999; }
    .post-thumb .post-format:before {
      border: 20px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.2);
      border-right-color: rgba(0, 0, 0, 0.2);
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .post-thumb i {
    display: block;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .post-thumb a img {
    border-radius: 10px;
  }
  
  
    .post-thumb:hover {
    opacity: 1; }
    .post-thumb:hover .post-format:before {
      border-top-color: rgba(0, 0, 0, 0.6);
      border-right-color: rgba(0, 0, 0, 0.6); }

.post-title {
  margin: 10px 0px 0px 0px;
  font-size: 18px; }
  .post-title a {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: 'Rubik';
    font-weight: 400;
    color: #000;}
  .post-title:hover a {
    color: #344f9d; }



    .post-des {
  margin-top: 10px; }
  .post-des p {
    margin: 0px;
    color: #666; }

.post-meta {
  margin: 5px 0px 0px 0px;
  color: #999; }
  .post-meta .post-date {
    font-size: 12px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-style: italic; }
    .post-meta .post-date i {
      margin: 0px 3px 0px 0px; }
  .post-meta .post-author {
    font-size: 12px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-style: italic;
    text-transform: uppercase; }
    .post-meta .post-author i {
      font-size: 14px;
      margin: 0px 3px 0px 0px; }
    .post-meta .post-author a {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .post-meta .post-author a:hover {
        text-decoration: underline; }
  .post-meta .post-category {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    font-weight:bold; }
    .post-meta .post-category i {
      font-size: 16px;
      margin: 2px 3px 0px 0px;
      -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      display: inline-block; }
    .post-meta .post-category a {
      color:rgb(255, 255, 255);
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; 
      text-shadow: 1px 1px 3px #00000082;}
      .post-meta .post-category a:hover {
        text-decoration: underline; }

.list-news {
  margin-top: 20px;
  padding: 0px;
  list-style: none; }
  .list-news li {
    padding: 15px 0px;
    border-top: 1px solid #f1f1f1;
    min-height: 90px; }
    .list-news li .post-thumb {
      float: left;
      width: 70px;
      height: 60px;
      margin: 0px 15px 0px 0px; }
    .list-news li h3 {
      margin: 0px;
      margin: 0px;
      font-size: 14px;
      min-height: 60px;
      display: flex;
      align-items: center; }
      .list-news li h3 a {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s; 
        font-family: Rubik;
  color: #000;
  font-weight: 400;
}
      }
      .list-news li h3:hover a {
        color: #344f9d; }
  .list-news.list-news-right {
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .list-news.list-news-right {
        margin-top: 20px; } }
    .list-news.list-news-right li:first-child {
      border: none;
      padding-top: 0px;
      min-height: 75px; }
  .list-news.list-news-two {
    margin: 5px -10px 0px -10px; }
    @media screen and (max-width: 767px) {
      .list-news.list-news-two {
        margin: 0px 0px 0px 0px; } }
    .list-news.list-news-two li {
      float: left;
      width: 50%;
      padding: 15px 10px;
      border: none;
      position: relative; }
      @media screen and (max-width: 767px) {
        .list-news.list-news-two li {
          float: none;
          width: 100%;
          padding: 15px 0px; } }
      .list-news.list-news-two li:before {
        position: absolute;
        top: 0px;
        left: 10px;
        right: 10px;
        content: "";
        display: block;
        height: 1px;
        background-color: #f1f1f1; }
        @media screen and (max-width: 767px) {
          .list-news.list-news-two li:before {
            left: 0px;
            right: 0px; } }
      .list-news.list-news-two li:first-child:before {
        background-color: transparent; }
      .list-news.list-news-two li:nth-child(2):before {
        background-color: transparent; }
        @media screen and (max-width: 767px) {
          .list-news.list-news-two li:nth-child(2):before {
            background-color: #f1f1f1; } }
  .list-news.list-news-meta h3 {
    min-height: 10px; }
  .list-news.list-news-meta .post-meta {
    margin: 0px 0px 0px 75px; }

.list-video {
  margin: 5px 20px 0px 0px;
  padding: 0px; }
  @media screen and (max-width: 991px) {
    .list-video {
      margin: -10px 10px 0px 10px; } }
  .list-video .video-item {
    border-bottom: 1px solid #3c3c3c;
    padding: 15px 0px;
    min-height: 90px; }
    .list-video .video-item .post-thumb {
      float: left;
      width: 70px;
      height: 60px;
      margin: 0px 15px 0px 0px;
      position: relative; }
      .list-video .video-item .post-thumb:before {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        margin: -15px 0px 0px -15px;
        content: "\f0da";
        z-index: 99;
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-size: 15px; }
    .list-video .video-item h3 {
      margin: 0px;
      margin: 0px;
      font-size: 14px;
      min-height: 60px;
      display: flex;
      align-items: center; }
      .list-video .video-item h3 a {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #999; }
    .list-video .video-item.active h3 a {
      color: #344f9d; }
    .list-video .video-item.active .post-thumb:before {
      border: 1px solid #344f9d;
      content: "\f04c";
      font-size: 12px;
      color: #344f9d; }
    .list-video .video-item:hover a {
      color: #344f9d; }
    .list-video .video-item:hover .post-thumb:before {
      border: 1px solid #344f9d;
      color: #344f9d; }

.box-video {
  margin-top: 40px;
  min-height: 300px;
  padding: 20px 0px;
  background-color: #222; }
  .box-video .box {
    padding: 20px 0px 20px 20px;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .box-video .box {
        padding: 20px 0px 0px 0px; } }
  .box-video .video-caption {
    padding: 20px 0px 0px 20px;
    margin: 0px;
    font-size: 18px;
    font-family: "Oswald", serif;
    color: #fff;
    font-weight: 400; }
    .box-video .video-caption i {
      font-size: 23px;
      color: #434ae6;
      margin: 0px 7px 0px 0px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.owl-category-wrap {
  position: relative; }
  .owl-category-wrap .owl-next {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    right: 0px;
    background-color: #222;
    color: #fff; }
  .owl-category-wrap .owl-prev {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    right: 37px;
    background-color: #222;
    color: #fff; }
  .owl-category-wrap .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 5px;
    line-height: 35px; }
    .owl-category-wrap .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 5px 0px 5px;
      background-color: #fff; }
      .owl-category-wrap .owl-dots .owl-dot.active {
        background-color: #344f9d; }

.owl-category article {
  position: relative; }
  .owl-category article:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    top: 60%;
	  border-radius: 10px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background-image: linear-gradient(to top, #000, transparent); }

.owl-category .owl-category-caption {
  z-index: 4;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px; }
  .owl-category .owl-category-caption .post-title a {
    color: #efefef; }
    .owl-category .owl-category-caption .post-title a:hover {
      color: #344f9d; }

.grid-outer {
  overflow: hidden; }

.grid {
  margin: 0px -15px;
  position: relative; }
  .grid .grid-item {
    float: left;
    width: 50%;
    padding: 0px 15px 0px 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .grid .grid-item {
        float: none;
        width: 100%; } }
  .grid.grid-large:before {
    display: none; }
  .grid.grid-large:after {
    display: none; }
  .grid.grid-large .grids-item {
    float: left;
    width: 50%;
    padding: 0px 20px 0px 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .grid.grid-large .grids-item {
        float: none;
        width: 100%; } }
  .grid.grid-small:before {
    display: none; }
  .grid.grid-small:after {
    display: none; }
  .grid.grid-small .grid-item {
    float: left;
    width: 33.333%;
    padding: 0px 15px 0px 15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .grid.grid-small .grid-item {
        float: left;
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .grid.grid-small .grid-item {
        float: none;
        width: 100%; } }

/*==========SideBar=========*/
.social-network {
  overflow: hidden; }
  .social-network .sn-row {
    margin: 0px -5px; }
    .social-network .sn-row .sn-col {
      float: left;
      width: 50%;
      padding: 0px 5px; }

.sn-item {
  padding: 2px 2px 2px 67px;
  height: 50px;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
  background-color: #504f4f; }
  .sn-item .sn-icon {
    float: left;
    margin: 0px 0px 0px -65px;
    height: 46px;
    width: 46px;
    color: #504f4f;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    background-color: #fff; }
    .sn-item .sn-icon i {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .sn-item p {
    margin: 0px;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    height: 30px;
    line-height: 30px; }
  .sn-item span {
    display: block;
    margin: 0px;
    font-size: 10px;
    color: #eee;
    font-family: "Roboto", sans-serif; }
  .sn-item:hover p {
    color: #3b5998; }
  .sn-item:hover .sn-icon {
    color: #3b5998; }
  .sn-item.twitter:hover p {
    color: #3a92c8; }
  .sn-item.twitter:hover .sn-icon {
    color: #3a92c8; }
  .sn-item.pinterest:hover p {
    color: #cb2027; }
  .sn-item.pinterest:hover .sn-icon {
    color: #cb2027; }
  .sn-item.youtube:hover p {
    color: #b00; }
  .sn-item.youtube:hover .sn-icon {
    color: #b00; }

.owl-special-wrap {
  position: relative; }
  .owl-special-wrap .owl-dots {
    position: absolute;
    bottom: -5px;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 15px; }
    .owl-special-wrap .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 5px 0px 5px;
      background-color: #6ec5d8; }
      .owl-special-wrap .owl-dots .owl-dot.active {
        background-color: #166b77; }

.box-special {
  min-height: 200px;
  margin-top: -15px;
  padding: 0; }
  .box-special .news-item-big {
    padding: 15px 2px 20px 2px;
    border-top: 1px dashed #666; }
    .box-special .news-item-big:first-child {
      padding-top: 0px;
      border: none; }
    .box-special .news-item-big .post-meta {
      color: #ccc; }
    .box-special .news-item-big .post-title {
      color: #fff; }

.box-tag .tagcloud a {
  display: inline-block;
  line-height: 30px;
  padding: 0px 10px;
  background-color: #f1f1f1;
  margin: 5px 3px 0px 0px;
  color: #333;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-family: "Roboto", sans-serif; }
  .box-tag .tagcloud a:hover {
    background-color: #344f9d;
    color: #fff; }

.box-top-review {
  position: relative; }
  .box-top-review .top-review-item > span {
    display: block;
    text-align: right;
    margin: 2px 0px;
    font-size: 11px;
    font-weight: bold; }
  .box-top-review .top-review-item .process-item {
    height: 10px;
    padding: 1px;
    background-color: #f1f1f1;
    position: relative;
    margin: 0px 0px 15px 0px; }
    .box-top-review .top-review-item .process-item div {
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background-color: #344f9d; }
  .box-top-review .top-review-item article {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px; }
    .box-top-review .top-review-item article h3.post-title {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 10px;
      color: #fff;
      font-size: 15px; }
  .box-top-review .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px; }
    .box-top-review .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 5px 0px 5px;
      background-color: #504f4f; }
      .box-top-review .owl-dots .owl-dot.active {
        background-color: #344f9d; }

.box-category ul {
  padding: 0px;
  margin: 0px; }
  .box-category ul li {
    border-bottom: 1px solid #f1f1f1;
    list-style: none; }
    .box-category ul li a {
      display: block;
      padding: 10px 0px;
      font-family: "Oswald", serif;
      font-size: 14px;
      text-transform: uppercase;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .box-category ul li a:hover {
        color: #344f9d; }
        .box-category ul li a:hover span {
          background-color: #344f9d;
          color: #fff; }
    .box-category ul li span {
      float: right;
      border-radius: 3px;
      line-height: 15px;
      height: 15px;
      border-radius: 2px;
      padding: 0px 3px;
      margin: 4px 0px 0px 0px;
      min-width: 25px;
      background-color: #f1f1f1;
      font-family: "Oswald", serif;
      font-size: 12px;
      text-align: center; }

/*==========Footer=========*/
.footer {
  margin-top: 50px;
  background-color: #166b77;
  padding: 50px 0px 0px 0px; }

.box-site-info {
  text-align: center; }
  .box-site-info a.logo {
    display: inline-block;
    width: 100px;
    padding: 10px; }

.social-company {
  margin: 0px;
  list-style: none;
  padding: 0px;
  text-align: center;
  padding: 15px 0px; }
  .social-company li {
    display: inline-block;
    margin: 5px 5px; }
    .social-company li a {
      display: block;
      line-height: 35px;
      width: 35px;
      font-size: 16px;
      color: #eee;
      height: 35px;
      border-radius: 50%;
      line-height: 35px;
      text-align: center;
      background-color: #166b77;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .social-company li a:hover {
        background-color: #344f9d; }

.menu-footer {
  text-align: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0px 0px 50px 0px; }
  .menu-footer li {
    display: inline-block;
    padding: 0px 15px; }
    @media screen and (max-width: 767px) {
      .menu-footer li {
        padding: 0px 10px; }
        .menu-footer li a {
          font-size: 14px; } }
    .menu-footer li a {
      display: block;
      font-family: "Oswald", serif;
      text-transform: uppercase;
      font-size: 15px;
      color: #aaa;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .menu-footer li a:hover {
        color: #344f9d; }

.allright {
  padding: 20px 10px;
  text-align: center;
  background-color: #1d1d1d; }
  .allright p {
    margin: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #aaa; }
  .allright a {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #eee; }
    .allright a:hover {
      text-decoration: underline; }

.footer-caption {
  color: #eee;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 0px 0px; }

/*==========Page Category=========*/
.box-popular-category ul {
  padding: 0px;
  list-style: none;
  margin: 20px 0px 0px 0px; }

.box-popular-category li {
  display: block;
  padding: 10px 0px;
  margin: 0px;
  border-bottom: 1px solid #504f4f; }
  .box-popular-category li a {
    color: #eee; }
  .box-popular-category li i {
    float: right;
    border-radius: 2px;
    background-color: #344f9d;
    line-height: 15px;
    min-width: 25px;
    padding: 0px 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-style: normal; }

.list-item-category .category-item {
  padding: 20px 0px; }
  .list-item-category .category-item:first-child {
    padding-top: 0px; }
  .list-item-category .category-item .post-title {
    margin-top: 0px; }

.paging-outer {
  margin: 30px 0px; }
  .paging-outer .paging {
    text-align: center; }
    .paging-outer .paging a {
      display: inline-block;
      min-width: 30px;
      min-height: 30px;
      line-height: 28px;
      background-color: #222;
      color: #fff;
      font-family: "Oswald", serif;
      text-transform: uppercase;
      text-align: center;
      font-size: 15px;
      padding: 0px 6px;
      margin: 10px 5px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .paging-outer .paging a i {
        margin: 0px 3px; }
      .paging-outer .paging a:hover {
        background-color: #166b77;
        cursor: pointer; }
    .paging-outer .paging span {
      display: inline-block;
      min-width: 30px;
      min-height: 30px;
      line-height: 28px;
      background-color: #166b77;
      color: #fff;
      font-family: "Oswald", serif;
      text-transform: uppercase;
      text-align: center;
      font-size: 15px;
      margin: 10px 5px; }

.cate-special-item {
  position: relative;
  overflow: hidden;
  margin: 20px 0px 0px 0px; }
  .cate-special-item img {
    -webkit-transform: rotate(0.5deg) scale(1.05);
    transform: rotate(0.5deg) scale(1.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .cate-special-item .gn-caption {
    position: absolute;
    bottom: -100px;
    left: 10px;
    right: 10px;
    color: #fff;
    z-index: 999;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s; }
    .cate-special-item .gn-caption p {
      font-family: "Roboto", sans-serif;
      margin: 0px;
      font-weight: 600;
      font-size: 15px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .cate-special-item:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }
  .cate-special-item:hover .gn-caption {
    bottom: 0px; }
    .cate-special-item:hover .gn-caption p {
      color: #344f9d; }
  .cate-special-item a {
    display: block;
    padding: 0px;
    margin: 0px;
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .cate-special-item a img {
      position: relative;
      z-index: 1; }
    .cate-special-item a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 2;
      top: 0px;
      background-color: rgba(0, 0, 0, 0.2);
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .cate-special-item a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 3;
      top: 60%;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      background-image: linear-gradient(to top, #000, transparent); }
    .cate-special-item a:hover:after {
      background-color: transparent; }

/*==========Page Detail=========*/
.sitemap {
  line-height: 35px;
  background-color: #504f4f;
  border-left: 5px solid #344f9d;
  display: inline-block;
  padding: 0px 10px 0px 10px; }
  .sitemap a {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    line-height: 35px;
    float: left;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .sitemap a:hover {
      color: #344f9d; }
  .sitemap span {
    display: inline-block;
    float: left;
    color: #fff;
    margin: 0px 10px;
    display: inline-block;
    line-height: 35px; }

.detail-content p {
  font-size: 15px;
  margin: 15px 0px; }

.detail-content.detail-three-col {
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  margin: 20px 0px 0px 0px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  color: #333; }
  @media screen and (max-width: 767px) {
    .detail-content.detail-three-col {
      -moz-columns: 1;
      -webkit-columns: 1;
      columns: 1;
      text-align: left; } }

.detail-bottom {
  margin: 50px 0px 0px 0px;
  position: relative; }

.single-info {
  border: 1px solid #504f4f;
  position: relative;
  padding: 20px 20px;
  margin: 50px 0px 0px 0px; }
  .single-info .caption {
    font-family: "Oswald", serif;
    padding: 2px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 30px;
    margin: 0px;
    top: -20px;
    text-align: center;
    width: 100%; }
    .single-info .caption span {
      display: inline-block;
      line-height: 30px;
      letter-spacing: 2px;
      padding: 0px 10px;
      text-transform: uppercase;
      background-color: #fff; }

.tags {
  margin-top: 40px;
  padding: 20px;}

  .tags a {
    display: inline-block;
    line-height: 30px;
    padding: 0px 10px;
    background-color: #f1f1f1;
    margin: 0px 3px 5px 0px;
    color: #333;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: "Roboto", sans-serif; }
    .tags a:hover {
      background-color: #344f9d;
      color: #fff; }

.single-rating {
  height: 60px;
  position: relative; }
  .single-rating:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 1px solid #f1f1f1; }
  .single-rating .rating-item {
    float: left;
    text-align: center;
    width: 50%; }
    .single-rating .rating-item strong {
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      font-size: 25px;
      display: block;
      text-align: center; }
    .single-rating .rating-item span {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-family: 12px; }

.single-share {
  margin-top: 40px; }
  .single-share span {
    line-height: 35px;
    display: inline-block;
    font-family: "Oswald", serif;
    color: #fff;
    font-size: 17px;
    margin: 0px 10px 0px 10px;
    text-transform: uppercase; }
  .single-share .single-share-inner {
    padding: 10px 20px 0px 10px;
    background-color: #504f4f; }
  .single-share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0px 10px 10px 0px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .single-share a:hover {
      opacity: 0.7;
      cursor: pointer; }
    .single-share a i {
      display: block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      color: #fff;
      font-size: 15px; }
    .single-share a.facebook {
      background-color: #3b5998; }
    .single-share a.google {
      background-color: #dd4b39; }
    .single-share a.twitter {
      background-color: #3a92c8; }
    .single-share a.pinterest {
      background-color: #cb2027; }
    .single-share a.youtube {
      background-color: #b00; }
    .single-share a.instagram {
      background-color: #fb3958; }
    .single-share a.soundcloud {
      background-color: #ff8800; }
    .single-share a.rss {
      background-color: #f26522; }
    .single-share a.linkedin {
      background-color: #0077b5; }
    .single-share a.email {
      background-color: #0099fe; }

.related-post {
  margin: 50px 0px 0px 0px; }
  .related-post .post-title {
    font-size: 15px; }

.box-detail-caption {
  line-height: 35px;
  background-color: #504f4f;
  border-left: 5px solid #344f9d;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px; }
  .box-detail-caption span {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    line-height: 35px;
    float: left;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }

.author-single {
  margin-top: 50px;
  padding: 15px;
  background-color: #f1f1f1; }
  .author-single .author-single-inner {
    border: 1px solid #222;
    padding: 20px 20px 20px 180px; }
    @media screen and (max-width: 767px) {
      .author-single .author-single-inner {
        padding: 20px 20px 20px 100px; } }
  .author-single img {
    float: left;
    margin: 0px 0px 0px -160px;
    width: 140px;
    height: 140px; }
    @media screen and (max-width: 767px) {
      .author-single img {
        margin: 0px 0px 0px -80px;
        width: 60px;
        height: 60px; } }
  .author-single h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    font-weight: 600; }
  .author-single p {
    font-size: 16px;
    margin: 0px; }

.social-author {
  padding: 10px 0px; }
  .social-author a {
    display: inline-block;
    line-height: 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .social-author a:hover {
      color: #344f9d; }

.box-comment {
  margin-top: 50px; }

.comment-respond {
  margin-top: 50px; }

.comments-area {
  margin-top: 50px; }
  .comments-area ol {
    padding: 0px; }
  .comments-area .detail-caption {
    line-height: 35px;
    background-color: #504f4f;
    border-left: 5px solid #344f9d;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    margin-bottom: 15px; }
    .comments-area .detail-caption span {
      color: #fff;
      font-family: "Oswald", serif;
      text-transform: uppercase;
      font-size: 17px;
      display: inline-block;
      line-height: 35px;
      float: left;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }

.comment-reply-title {
  line-height: 35px;
  background-color: #504f4f;
  border-left: 5px solid #344f9d;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px; }
  .comment-reply-title span {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    line-height: 35px;
    float: left;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }

.author-info {
  padding: 10px 0px 10px 70px;
  margin: 10px 0px;
  border-bottom: 1px dashed #f1f1f1; }
  .author-info .author-avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px 0px 0px -70px; }
    .author-info .author-avatar img {
      width: 50px;
      height: 50px;
      border: 1px solid #222; }
  .author-info .author-text .author-text-inner {
    padding: 0px 15px;
    font-family: "Roboto", sans-serif;
    border-left: 2px solid #f1f1f1; }
  .author-info .author-text h3 {
    margin: 0px;
    font-size: 15px; }
    .author-info .author-text h3 a {
      font-weight: bold;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      color: #222; }
      .author-info .author-text h3 a:hover {
        color: #344f9d; }
    .author-info .author-text h3 span {
      display: block;
      font-size: 12px;
      color: #999;
      font-family: "Open Sans", sans-serif;
      margin: 5px 0px 10px 0px; }
  .author-info .author-text p {
    margin: 0px 0px 0px 0px;
    font-size: 13px; }
    .author-info .author-text p a {
      color: #999;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      margin-left: 10px; }
      .author-info .author-text p a:hover {
        color: #344f9d;
        text-decoration: underline; }

.reply-wrap {
  margin-top: 10px; }
  .reply-wrap .author-info {
    border: none; }

.comment-list {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .comment-list .comment {
    list-style: none;
    padding: 10px 0px 10px 70px;
    margin: 10px 0px;
    border-bottom: 1px dashed #f1f1f1; }
    @media screen and (max-width: 1199px) {
      .comment-list .comment .comment {
        padding: 10px 0px 10px 0px;
        margin-left: -20px; } }
    .comment-list .comment .comment-body {
      border-left: 4px solid #f1f1f1;
      padding: 0px 0px 0px 15px; }
  .comment-list .children .comment {
    border: none; }
  .comment-list .comment-author img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px 0px 0px -85px; }
  .comment-list .comment-author .fn {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
    .comment-list .comment-author .fn a {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      color: #344f9d;
      font-weight: 600; }
      .comment-list .comment-author .fn a:hover {
        color: #344f9d; }
  .comment-list .comment-author .says {
    display: none; }
  .comment-list .comment-metadata {
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #999;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
    .comment-list .comment-metadata time {
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
  .comment-list p.comment-awaiting-moderation {
    color: #999;
    font-style: italic;
    margin: 0px; }
  .comment-list .comment-reply-link {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    background-color: #504f4f;
    padding: 0px 10px; }
    .comment-list .comment-reply-link:hover {
      background-color: #344f9d; }
  .comment-list .comment-content {
    display: inline;
    color: #333; }
    .comment-list .comment-content p {
      display: inline-block;
      font-size: 15px; }
  .comment-list .reply {
    display: inline;
    padding: 0px 0px 0px 0px;
    font-weight: 300; }

.form-submit {
  margin-top: 10px; }

.field-item {
  margin: 10px 0px; }
  .field-item .field-caption {
    font-family: "Oswald", serif;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 13px;
    letter-spacing: 2px; }
    .field-item .field-caption span {
      color: #344f9d; }
  .field-item input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    color: #222;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border: 1px solid #222; }
    .field-item input:hover {
      border: 1px solid #222; }
  .field-item textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    font-size: 15px;
    display: block;
    margin: 0px;
    color: #333;
    outline: none;
    border: 1px solid #666;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .field-item textarea:hover {
      border: 1px solid #222; }

.wpcf7-form p {
  margin: 10px 0px; }
  .wpcf7-form p input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border: 1px solid #777; }
    .wpcf7-form p input:hover {
      border: 1px solid #222; }
  .wpcf7-form p textarea {
    width: 100%;
    height: 120px;
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
    outline: none;
    border: 1px solid #777;
    display: block;
    margin: 0px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .wpcf7-form p textarea:hover {
      border: 1px solid #222; }

.wpcf7-form .wpcf7-submit {
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none !important;
  background-color: #344f9d;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: auto;
  background-color: #222; }
  .wpcf7-form .wpcf7-submit:focus {
    outline: none;
    color: #fff; }
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #344f9d; }

.owl-detail-wrap {
  position: relative; }
  .owl-detail-wrap .owl-next {
    height: 30px;
    width: 70px;
    font-family: "Oswald", serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    right: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase; }
    .owl-detail-wrap .owl-next:hover {
      color: #344f9d; }
  .owl-detail-wrap .owl-prev {
    height: 30px;
    width: 70px;
    font-family: "Oswald", serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    left: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase; }
    .owl-detail-wrap .owl-prev:hover {
      color: #344f9d; }
  .owl-detail-wrap .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px; }
    .owl-detail-wrap .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 5px 0px 5px;
      background-color: #fff; }
      .owl-detail-wrap .owl-dots .owl-dot.active {
        background-color: #344f9d; }

.owl-shop-wrap {
  position: relative; }
  .owl-shop-wrap .owl-next {
    height: 30px;
    width: 60px;
    font-family: "Oswald", serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    right: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase; }
    .owl-shop-wrap .owl-next:hover {
      color: #344f9d; }
  .owl-shop-wrap .owl-prev {
    height: 30px;
    width: 60px;
    font-family: "Oswald", serif;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    left: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase; }
    .owl-shop-wrap .owl-prev:hover {
      color: #344f9d; }
  .owl-shop-wrap .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px; }
    .owl-shop-wrap .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0px 5px 0px 5px;
      background-color: #fff; }
      .owl-shop-wrap .owl-dots .owl-dot.active {
        background-color: #344f9d; }

/*format*/
blockquote {
  padding: 70px 20px 20px 20px;
  position: relative;
  border: none;
  margin: 20px auto;
  text-align: center; }
  blockquote:before {
    display: block;
    width: 50px;
    height: 50px;
    content: "\201C";
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    position: absolute;
    padding: 20px 0px 0px 0px;
    top: 10px;
    left: 50%;
    font-size: 80px;
    text-align: center;
    font-family: georgia,serif;
    margin: 0px 0px 0px -15px; }
  blockquote p {
    margin: 15px 0px;
    font-style: italic;
    font-weight: 500;
    color: #000; }
    blockquote p cite {
      display: block;
      margin: 10px 0px;
      color: #344f9d;
      font-size: 14px; }

img {
  max-width: 100%; }

.screen-reader-text {
  width: auto; }

.gallery-caption {
  color: #333; }

.bypostauthor {
  color: #333; }

.alignnone {
  max-width: 100%;
  height: auto; }
  .alignnone .wp-caption-text {
    padding: 10px 0px;
    font-weight: 300;
    font-style: italic; }
  .alignnone img {
    max-width: 100%;
    height: auto; }

.aligncenter {
  text-align: center;
  margin: 0px auto; }
  .aligncenter .wp-caption-text {
    padding: 10px 0px;
    font-weight: 300;
    font-style: italic; }

.alignleft {
  float: left;
  margin: 0px 20px 5px 0px; }
  .alignleft .wp-caption-text {
    padding: 10px 0px;
    font-weight: 300;
    font-style: italic; }

.alignright {
  float: right;
  margin: 0px 0px 5px 20px; }
  .alignright .wp-caption-text {
    padding: 10px 0px;
    font-weight: 300;
    font-style: italic; }

table tr td {
  padding: 5px 10px;
  border: 1px solid #f1f1f1; }

table tr th {
  padding: 5px 10px;
  border: 1px solid #f1f1f1; }

dl dd {
  margin-bottom: 15px; }

.detail ul li {
  margin: 5px 0px; }

.detail ol li {
  margin: 5px 0px; }

.detail .address {
  font-style: italic; }

.detail code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.detail .page-links {
  margin: 20px 0px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 30px; }
  .detail .page-links a {
    display: inline-block;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    margin: 0px 0px 0px 5px;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .detail .page-links a:hover {
      text-decoration: none;
      background-color: #344f9d; }

.detail .post-password-form label {
  display: block; }

.detail .post-password-form input[type="password"] {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #222;
  margin-top: 5px;
  outline: none; }

.detail .post-password-form input[type="submit"] {
  background-color: #222;
  border: none;
  height: 35px;
  line-height: 33px;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  width: 80px;
  text-transform: uppercase;
  outline: none;
  border: none; }

.detail .gallery {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all; }
  .detail .gallery .gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px 15px;
    margin: 10px 0px; }

.detail .gallery-caption {
  color: #333; }

.detail .bypostauthor {
  color: #333; }

/*==========Page Shop=========*/
.shop-item {
  position: relative;
  margin-bottom: 40px; }
  .shop-item .shop-img {
    position: relative;
    overflow: hidden; }
    .shop-item .shop-img img {
      width: 100%; }
    .shop-item .shop-img .sale {
      position: absolute;
      top: 10px;
      left: 0px;
      display: inline-block;
      padding: 1px 10px;
      z-index: 9;
      background-color: #344f9d;
      color: #fff;
      text-align: center;
      font-size: 17px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 300;
      line-height: 20px; }
    .shop-item .shop-img .add-to-cart {
      position: absolute;
      bottom: -40px;
      left: 0px;
      right: 0px;
      line-height: 40px;
      font-size: 12px;
      letter-spacing: 3px;
      z-index: 9;
      background-color: #222;
      color: #fff;
      text-align: center;
      font-family: "Roboto", sans-serif;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .shop-item .shop-img .add-to-cart:hover {
        background-color: #344f9d; }
    .shop-item .shop-img .like {
      position: absolute;
      top: 10px;
      right: 10px;
      line-height: 40px;
      font-size: 12px;
      width: 30px;
      height: 30px;
      -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
      -o-transform: scale(0.2);
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 0;
      z-index: 9;
      color: #222;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      font-family: "Roboto", sans-serif;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .shop-item .shop-img .like:hover {
        color: #c0392b;
        cursor: pointer; }
        .shop-item .shop-img .like:hover i:before {
          content: "\f004"; }
    .shop-item .shop-img:hover .add-to-cart {
      bottom: 0px; }
    .shop-item .shop-img:hover .like {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .shop-item h3 {
    margin: 10px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
    .shop-item h3 a {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .shop-item h3 a:hover {
        color: #344f9d; }
  .shop-item .price {
    margin: 5px 0px; }
    .shop-item .price span {
      font-family: "Roboto", sans-serif;
      margin: 0px 20px 0px 0px;
      color: #344f9d;
      font-size: 16px; }
      .shop-item .price span.old {
        color: #666;
        text-decoration: line-through; }
  .shop-item .votes i {
    font-size: 13px;
    margin: 0px 3px 0px 0px;
    color: #f1c40f; }

.related-post .shop-item h3 {
  font-size: 16px;
  font-weight: 400; }

.loadmore-prouduct {
  text-align: center;
  margin: 0px 0px 50px 0px; }
  .loadmore-prouduct a {
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #222;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 30px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .loadmore-prouduct a:hover {
      background-color: #222;
      color: #fff; }

.shopbar {
  margin: 10px 0px 10px 0px; }
  .shopbar h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    line-height: 25px; }
    @media screen and (max-width: 991px) {
      .shopbar h3 {
        float: none; } }
  .shopbar .sortby {
    float: right;
    position: relative;
    border: 1px solid #222; }
    @media screen and (max-width: 991px) {
      .shopbar .sortby {
        float: none;
        width: 100%; } }
    .shopbar .sortby p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      padding: 0px 10px;
      line-height: 25px;
      margin: 0px; }
      .shopbar .sortby p i {
        float: right;
        line-height: 25px;
        margin: 0px 0px 0px 5px; }
    .shopbar .sortby .dropdown-menu {
      border: none;
      border-radius: 0px;
      left: auto;
      right: -1px;
      background-color: #222;
      padding: 0px; }
      .shopbar .sortby .dropdown-menu li {
        border-bottom: 1px solid #333; }
        .shopbar .sortby .dropdown-menu li a {
          display: block;
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 300;
          padding: 5px 10px;
          text-align: right; }
          .shopbar .sortby .dropdown-menu li a:hover {
            background-color: #333; }
        .shopbar .sortby .dropdown-menu li.current a {
          color: #344f9d; }

h1.page-title {
  border-bottom: 10px solid #222;
  position: relative;
  padding: 10px 0px;
  text-align: center;
  margin: 0px 0px 60px 0px !important;
  font-size: 110px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: #222;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    h1.page-title {
      border-bottom: 5px solid #222;
      margin: 0px 0px 30px 0px !important; } }
  @media screen and (max-width: 1191px) {
    h1.page-title {
      font-size: 100px; } }
  @media screen and (max-width: 991px) {
    h1.page-title {
      font-size: 80px; } }
  @media screen and (max-width: 767px) {
    h1.page-title {
      font-size: 25px; } }

.woocommerce .woocommerce-result-count {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 0px !important;
  line-height: 25px;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 991px) {
    .woocommerce .woocommerce-result-count {
      float: none; } }

.woocommerce .woocommerce-ordering {
  float: right;
  position: relative; }
  .woocommerce .woocommerce-ordering select {
    border: 1px solid #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    float: right; }
  @media screen and (max-width: 991px) {
    .woocommerce .woocommerce-ordering {
      float: none;
      width: 100%; } }

.products-wrapper {
  overflow: hidden;
  clear: both; }

.woocommerce ul.products {
  margin: 0px -15px;
  list-style: none;
  padding: 0px; }
  .woocommerce ul.products li.product {
    float: left !important;
    width: 33.333% !important;
    padding: 0px 15px !important;
    margin: 0px 0px 40px 0px !important; }
    @media screen and (max-width: 991px) {
      .woocommerce ul.products li.product {
        float: left !important;
        width: 50% !important; } }
    @media screen and (max-width: 767px) {
      .woocommerce ul.products li.product {
        float: none !important;
        width: 100% !important; } }
    .woocommerce ul.products li.product .product-thumbnail {
      position: relative;
      overflow: hidden; }
      .woocommerce ul.products li.product .product-thumbnail a img {
        width: 100%;
        height: auto;
        margin: 0px; }
      .woocommerce ul.products li.product .product-thumbnail .button {
        position: absolute;
        bottom: -40px;
        left: 0px;
        right: 0px;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: 3px;
        z-index: 9;
        margin: 0px;
        background-color: #222;
        color: #fff;
        padding: 0px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Roboto", sans-serif;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        border-radius: 0px;
        font-weight: 300; }
        .woocommerce ul.products li.product .product-thumbnail .button:hover {
          background-color: #344f9d; }
    .woocommerce ul.products li.product h3 {
      margin: 10px 0px;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 1px; }
      .woocommerce ul.products li.product h3 a {
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s; }
        .woocommerce ul.products li.product h3 a:hover {
          color: #344f9d; }
    .woocommerce ul.products li.product .price {
      margin: 5px 0px; }
      .woocommerce ul.products li.product .price del {
        display: inline-block;
        margin: 0px 20px 0px 0px; }
        .woocommerce ul.products li.product .price del span {
          color: #666;
          text-decoration: line-through; }
      .woocommerce ul.products li.product .price .ins {
        display: block; }
      .woocommerce ul.products li.product .price span {
        font-family: "Roboto", sans-serif;
        color: #344f9d;
        font-size: 16px; }
    .woocommerce ul.products li.product:hover .product-thumbnail .button {
      bottom: 0px; }

.list-popular-product {
  margin-bottom: 50px; }

.pp-item {
  padding: 15px 0px;
  border-bottom: 1px solid #f1f1f1;
  min-height: 110px; }
  .pp-item:first-child {
    padding-top: 0px;
    min-height: 95px; }
  .pp-item .shop-img {
    float: left;
    width: 70px;
    border: 1px solid #504f4f;
    margin: 0px 15px 0px 0px; }
  .pp-item h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px; }
    .pp-item h3 a {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .pp-item h3 a:hover {
        color: #344f9d; }
  .pp-item .price {
    margin: 5px 0px; }
    .pp-item .price span {
      font-family: "Roboto", sans-serif;
      margin: 0px 20px 0px 0px;
      color: #344f9d;
      font-size: 16px; }
      .pp-item .price span.old {
        color: #666;
        text-decoration: line-through; }

.box-shopping-cart {
  margin-bottom: 50px;
  min-height: 100px;
  padding: 0px 20px 20px 20px;
  margin: -15px 0px 0px 0px;
  background-color: #504f4f; }
  .box-shopping-cart .sc-item {
    padding: 20px 0px;
    border-bottom: 1px solid #666; }
    .box-shopping-cart .sc-item h4 {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0px;
      color: #fff; }
    .box-shopping-cart .sc-item p {
      color: #999;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      margin: 5px 0px 0px 0px;
      font-size: 13px; }
  .box-shopping-cart h5 {
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff; }
    .box-shopping-cart h5 span {
      color: #344f9d; }
  .box-shopping-cart .my-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    background-color: #344f9d;
    text-align: center; }
    .box-shopping-cart .my-btn:hover {
      background-color: #344f9d;
      color: #fff;
      opacity: 0.8; }
    .box-shopping-cart .my-btn.btn-view-cart {
      border: 1px solid #fff;
      color: #fff;
      background-color: transparent; }
      .box-shopping-cart .my-btn.btn-view-cart:hover {
        background-color: #344f9d;
        color: #fff;
        border: 1px solid #344f9d; }

.box-filter {
  margin-bottom: 50px; }
  .box-filter .slider-budget {
    margin: 30px 0px 0px 0px; }
    .box-filter .slider-budget .slider.slider-horizontal {
      width: 100%; }
    .box-filter .slider-budget .slider-track {
      height: 5px;
      background-color: #f1f1f1;
      background-image: none !important;
      border-radius: 0px !important;
      box-shadow: none !important; }
    .box-filter .slider-budget .slider-selection {
      background-color: #222 !important;
      background-image: none !important; }
  .box-filter .slider-handle {
    border: 2px solid #fff !important;
    cursor: pointer;
    margin-top: -2px; }
  .box-filter p {
    margin: 10px 0px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
    .box-filter p span {
      margin: 0px 5px;
      color: #344f9d;
      font-size: 16px; }
      .box-filter p span em {
        font-style: normal;
        color: #344f9d;
        font-size: 16px; }

.shop-single {
  margin: 20px 0px 0px 0px; }

.product-des h1 {
  margin: 10px 0px;
  font-size: 25px; }
  .product-des h1 a {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .product-des h1 a:hover {
      color: #344f9d; }

.product-des .price {
  margin: 5px 0px; }
  .product-des .price span {
    font-family: "Roboto", sans-serif;
    margin: 0px 20px 0px 0px;
    color: #344f9d;
    font-size: 16px; }
    .product-des .price span.old {
      color: #666;
      text-decoration: line-through; }

.product-des .votes i {
  font-size: 13px;
  margin: 0px 3px 0px 0px;
  color: #f1c40f; }

.product-des .product-sapo {
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 0px;
  border-top: 2px solid #504f4f; }

.product-des .my-btn {
  margin-top: 25px;
  background-color: #344f9d; }

.quantity {
  margin-top: 19px;
  width: 90px;
  height: 30px; }
  .quantity input[type="button"] {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #504f4f;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border: none; }
    .quantity input[type="button"]:hover {
      background-color: #344f9d; }
  .quantity input[type="text"] {
    font-family: "Roboto", sans-serif;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    border-top: 1px solid #504f4f;
    border-bottom: 1px solid #504f4f;
    font-size: 15px;
    outline: none; }

.shop-tab {
  margin-top: 30px;
  border: 1px solid #504f4f; }
  .shop-tab .shop-tab-caption ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 40px;
    border-bottom: 1px solid #504f4f; }
    .shop-tab .shop-tab-caption ul li {
      float: left; }
      .shop-tab .shop-tab-caption ul li a {
        display: block;
        line-height: 40px;
        font-family: "Oswald", serif;
        padding: 0px 20px; }
      .shop-tab .shop-tab-caption ul li.active a {
        background-color: #504f4f;
        color: #fff; }
  .shop-tab .tab-content {
    padding: 20px; }
    .shop-tab .tab-content .table tr {
      border: none; }
      .shop-tab .tab-content .table tr td {
        border: none; }
      .shop-tab .tab-content .table tr:nth-child(odd) {
        background-color: #f1f1f1; }

.cart-table {
  border: 1px solid #504f4f;
  min-width: 767px; }
  .cart-table a:hover {
    color: #344f9d; }
  .cart-table thead tr {
    background-color: #504f4f;
    border: none !important; }
    .cart-table thead tr th {
      border: none !important;
      color: #fff;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      padding: 10px !important; }
  .cart-table tr {
    border-bottom: 1px solid #222 !important; }
    .cart-table tr td {
      border: none !important;
      padding: 10px !important;
      vertical-align: middle !important;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }
      .cart-table tr td .quantity {
        margin: 0px !important; }
      .cart-table tr td .amount {
        color: #344f9d; }
      .cart-table tr td .total {
        color: #344f9d; }

.cart-tab-wrap {
  overflow: auto;
  margin-bottom: 20px;
  margin-top: 20px; }

.cart-totals {
  margin: 30px 0px 30px 0px; }
  .cart-totals table tr td {
    border: 1px solid #504f4f;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 400; }
    .cart-totals table tr td strong {
      color: #344f9d; }
  .cart-totals table tr th {
    border: 1px solid #504f4f;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 400;
    background-color: #f1f1f1; }

/*==========Page 404=========*/
.page-404 {
  padding: 100px 0px 150px 0px;
  text-align: center; }
  .page-404 h1 {
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -10px; }
    @media screen and (max-width: 767px) {
      .page-404 h1 {
        font-size: 100px; } }
  .page-404 p {
    margin: -20px 0px 20px 0px;
    font-size: 17px;
    font-weight: 300; }

/*==========Page Gallery=========*/
.gallery-page {
  margin: 50px 0px 0px 0px; }

.gallery-album {
  margin-bottom: 30px;
  background-color: #222; }
  .gallery-album h3 {
    margin: 0px;
    text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  .gallery-album img {
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .gallery-album img:hover {
      opacity: 0.8; }

.about-social {
  margin: 20px 0px 100px 0px; }
  .about-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #f1f1f1;
    line-height: 35px;
    margin: 10px 3px;
    line-height: 35px;
    font-size: 15px;
    color: #222;
    border-radius: 50%;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .about-social a:hover {
      background-color: #222;
      color: #fff; }

/*==========Page Contact=========*/
.page-contact h3 {
  font-family: "Oswald", serif;
  font-size: 15px;
  color: #fff;
  padding: 0px 15px;
  background-color: #504f4f;
  border-left: 5px solid #344f9d;
  display: inline-block;
  font-weight: 400;
  line-height: 35px;
  margin: 10px 0px 30px 0px; }

.page-contact .list-infomation {
  list-style: none;
  margin: 10px;
  padding: 0px; }
  .page-contact .list-infomation li {
    margin: 5px 0px;
    font-style: italic; }
  .page-contact .list-infomation i {
    display: inline-block;
    width: 30px;
    text-align: center; }

.map {
  margin-top: 40px;
  border-top: 5px solid #344f9d;
  margin-bottom: -50px; }

#map {
  height: 500px; }

/*==========Page About =========*/
.about-me {
  text-align: center; }
  .about-me .about-img {
    margin: -20px -40px 0px -40px; }
    @media screen and (max-width: 991px) {
      .about-me .about-img {
        margin: -20px -15px 0px -15px; } }
  .about-me h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    margin: 20px auto;
    letter-spacing: 2px;
    font-weight: normal; }

