@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.bk {
  color: #000000;
}

.hide {
  display: none;
}

.center_pos, .info_page, .header_info, .footer_info, .menu_top, .menu_top_btn span, .art_img, .icon_img, .art_img_small, .message, .image_viewer img, .btn_close_imv:after, .btn_close_imv:before, .btn_img_prev:after, .btn_img_next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

.center_x {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@font-face {
  font-family: 'times';
  font-style: normal;
  src: url("../fonts/TimesNewRoman.eot");
  src: local("☺"), url("../fonts/TimesNewRoman.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRoman.woff") format("woff"), url("../fonts/TimesNewRoman.ttf") format("truetype");
}

@font-face {
  font-family: 'timesBold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TimesNewRoman-Bold.eot");
  src: local("☺"), url("../fonts/TimesNewRoman-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRoman-Bold.woff") format("woff"), url("../fonts/TimesNewRoman-Bold.ttf") format("truetype");
}

/* common styles */
a, div, span, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.screen, .overlay, .image_viewer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* mixins media query */
.b_container {
  width: 100%;
  text-align: center;
}

.b_col {
  display: inline-block;
}

.b_header {
  display: block;
  background-color: #efefef;
  margin-bottom: 2px;
  position: relative;
  z-index: 10;
  height: 150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_header_oval {
  display: block;
  position: absolute;
  width: 100%;
  height: 212px;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_header_oval:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #eeeeee;
  background-image: url("../assets/elements/sky.jpg");
  background-size: 84% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%) scale(18, 2.5);
          transform: translateX(-50%) scale(18, 2.5);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_main {
  display: table;
  width: 1000px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: -4px;
}

.b_left_col {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 18%;
  text-align: left;
  background-color: #efefef;
  background-image: url("../assets/elements/pattern_side.jpg");
  -webkit-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_main_col {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64%;
  text-align: left;
  background-color: #fefefe;
  height: 100%;
  background-image: url("../assets/elements/pattern.jpg");
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_right_col {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18%;
  text-align: left;
  background-color: #efefef;
  position: relative;
  background-image: url("../assets/elements/pattern_side.jpg");
  -webkit-box-shadow: -4px 0px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0px 5px -2px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_footer {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b_footer_oval {
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  overflow: hidden;
  left: 0px;
  top: -45px;
  z-index: 0;
}

.b_footer_oval:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #eeeeee;
  background-image: url("../assets/elements/sky.jpg");
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(-50%) scale(18, 2.5);
          transform: translateX(-50%) scale(18, 2.5);
  border: 1px solid #ffffff;
}

.redirect {
  text-align: center;
  background-color: #efefef;
  background-image: url("../assets/elements/pattern_side.jpg");
}

.info_page {
  font-family: "times";
  font-size: 18px;
  color: #333388;
}

.info_page span {
  font-family: "timesBold";
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .b_main, .b_header, .b_footer {
    width: 100%;
  }
  .b_col {
    width: 100%;
  }
  .b_main_col {
    width: 98%;
  }
  .b_header {
    height: 70px;
    position: fixed;
  }
  .b_header_oval {
    height: 100px;
  }
  .b_header_oval:after {
    top: -90px;
    -webkit-transform: translateX(-50%) scale(11, 2.5);
            transform: translateX(-50%) scale(11, 2.5);
  }
  .btn_menu_mobile {
    display: block !important;
    top: 18px !important;
  }
  .b_left_col {
    display: none;
  }
  .b_right_col {
    display: none;
  }
  .body_art_list {
    padding-top: 130px !important;
  }
  .body_art_list .article_box {
    width: 100%;
    left: 0px;
    padding: 20px 0px 20px 0px;
  }
  .body_art_list .article_box .art_text {
    width: Calc(100% - 150px);
  }
  .body_art_list .article_box .art_text .art_categ {
    display: none;
  }
  .body_art_list .article_box .art_text .art_subcateg {
    display: none;
  }
  .body_art_list .article_box .art_text .art_content {
    padding: 0px 0px 5px 10px;
  }
  .body_art_list .article_box .art_img_box {
    width: 120px;
    height: 120px;
    border-width: 4px;
    right: 10px;
    top: Calc(50% - 60px);
  }
  .body_art_list .article_box .icon_img_box {
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    right: 90px;
    top: Calc(50% - 64px);
  }
  .body_art_list .article_box .icon_sh {
    width: 60px;
    height: 60px;
  }
  .body_art_list .art_conector {
    width: 50%;
    right: 65px;
    height: Calc(100% + 10px);
  }
  .body_art_list .art_conector:before {
    border: 5px solid #ffffff;
    border-left: 0px;
  }
  .body_art_list .art_conector:after {
    border-right: 5px solid #ffffff;
  }
  .body_art_list article:nth-child(odd):not(div) .art_text {
    left: 140px !important;
  }
  .body_art_list article:nth-child(odd) .icon_img_box {
    left: 80px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector {
    right: auto;
    left: 62px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector:before {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 5px solid #ffffff !important;
    border-right: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border-left: 5px solid #ffffff;
    left: -12px;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -12px;
    border: 5px solid #ffffff;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
    border: 5px solid #ffffff;
  }
  .list_categ, .data_box, .search_box, .header_info, .menu_top {
    display: none !important;
  }
  .logo_box {
    top: -19px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
  .art_body, #cm_text {
    width: 100%;
    padding-bottom: 70px !important;
  }
  .art_body {
    padding-top: 130px !important;
  }
  .com_buttons {
    width: 100% !important;
  }
  .crt_art_content img {
    width: 100% !important;
  }
  .crt_art_content div {
    font-size: 16px;
  }
  .art_content {
    font-size: 16px !important;
  }
  .ct_body, #ct_text {
    width: 100% !important;
  }
  .btn_ins_comment {
    display: block;
    margin-bottom: 20px;
  }
  .rating_box {
    display: block !important;
    width: 190px;
    text-align: left !important;
  }
  .youtube_obj {
    height: 317px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 679px) {
  .b_main, .b_header, .b_footer {
    width: 100%;
  }
  .b_col {
    width: 100%;
  }
  .b_main_col {
    width: 98%;
  }
  .b_left_col {
    display: none;
  }
  .b_right_col {
    display: none;
  }
  .b_header {
    height: 70px;
    position: fixed !important;
  }
  .b_header_oval {
    height: 100px;
  }
  .b_header_oval:after {
    top: -90px;
    -webkit-transform: translateX(-50%) scale(11, 2.5);
            transform: translateX(-50%) scale(11, 2.5);
  }
  .btn_menu_mobile {
    display: block !important;
    top: 10px !important;
  }
  .body_art_list {
    padding-top: 130px !important;
  }
  .body_art_list .article_box {
    width: Calc(100% - 60px);
    left: 30px;
  }
  .body_art_list .article_box .art_text {
    width: Calc(100% - 160px);
  }
  .body_art_list .article_box .art_img_box {
    width: 120px;
    height: 120px;
    border-width: 4px;
    right: 10px;
    top: Calc(50% - 60px);
  }
  .body_art_list .article_box .icon_img_box {
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    right: 90px;
    top: Calc(50% - 64px);
  }
  .body_art_list .article_box .icon_sh {
    width: 60px;
    height: 60px;
  }
  .body_art_list .art_conector {
    width: 50%;
    right: 65px;
    height: Calc(100% + 10px);
  }
  .body_art_list .art_conector:before {
    border: 5px solid #ffffff;
    border-left: 0px;
  }
  .body_art_list .art_conector:after {
    border-right: 5px solid #ffffff;
  }
  .body_art_list article:nth-child(odd):not(div) .art_text {
    left: 150px !important;
  }
  .body_art_list article:nth-child(odd) .icon_img_box {
    left: 80px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector {
    right: auto;
    left: 62px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector:before {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 5px solid #ffffff !important;
    border-right: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border-left: 5px solid #ffffff;
    left: -12px;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -12px;
    border: 5px solid #ffffff;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
    border: 5px solid #ffffff;
  }
  .btn_line {
    padding-right: 53px !important;
  }
  .data_box, .header_info, .menu_top {
    display: none !important;
  }
  .logo_box {
    left: 50% !important;
    top: -16px !important;
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
  .search_box {
    display: none !important;
  }
  .crt_art_content div {
    font-size: 16px;
  }
  .art_content {
    font-size: 16px !important;
  }
  .art_body {
    padding-top: 160px !important;
  }
  #cm_text {
    width: 420px;
  }
  .btn_ins_comment {
    display: block;
    margin-bottom: 20px;
  }
  .rating_box {
    display: block !important;
    width: 190px;
    text-align: left !important;
  }
  .youtube_obj {
    height: 430px !important;
  }
}

@media only screen and (min-width: 680px) and (max-width: 820px) {
  .b_main, .b_header, .b_footer {
    width: 100%;
  }
  .b_col {
    width: 100%;
  }
  .b_main_col {
    width: 98%;
  }
  .b_header {
    height: 90px;
    position: fixed !important;
  }
  .b_header_oval {
    height: 160px;
  }
  .b_header_oval:after {
    top: -30px;
    -webkit-transform: translateX(-50%) scale(11, 2.5);
            transform: translateX(-50%) scale(11, 2.5);
  }
  .btn_menu_mobile {
    display: block !important;
    top: 30px !important;
  }
  .b_left_col {
    display: none;
  }
  .b_right_col {
    display: none;
  }
  .body_art_list {
    padding-top: 130px !important;
  }
  .body_art_list .article_box {
    width: Calc(100% - 60px);
    left: 30px;
  }
  .body_art_list .article_box .art_text {
    width: Calc(100% - 160px);
  }
  .body_art_list .article_box .art_img_box {
    width: 120px;
    height: 120px;
    border-width: 4px;
    right: 10px;
    top: Calc(50% - 60px);
  }
  .body_art_list .article_box .icon_img_box {
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    right: 90px;
    top: Calc(50% - 64px);
  }
  .body_art_list .article_box .icon_sh {
    width: 60px;
    height: 60px;
  }
  .body_art_list .art_conector {
    width: 50%;
    right: 65px;
    height: Calc(100% + 10px);
  }
  .body_art_list .art_conector:before {
    border: 5px solid #ffffff;
    border-left: 0px;
  }
  .body_art_list .art_conector:after {
    border-right: 5px solid #ffffff;
  }
  .body_art_list article:nth-child(odd):not(div) .art_text {
    left: 150px !important;
  }
  .body_art_list article:nth-child(odd) .icon_img_box {
    left: 80px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector {
    right: auto;
    left: 62px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector:before {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 5px solid #ffffff !important;
    border-right: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border-left: 5px solid #ffffff;
    left: -12px;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -12px;
    border: 5px solid #ffffff;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
    border: 5px solid #ffffff;
  }
  .search_box, .data_box, .header_info, .menu_top {
    top: -100% !important;
  }
  .menu_top {
    display: none !important;
  }
  .data_box {
    top: -120% !important;
  }
  .logo_box {
    left: 50% !important;
    top: 10px !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .btn_line {
    padding-right: 53px !important;
  }
  .art_body {
    padding-top: 160px !important;
  }
  #cm_text {
    width: 473px;
  }
  .youtube_obj {
    height: 544px !important;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1024px) {
  .b_main, .b_header, .b_footer {
    width: 820px;
  }
  .body_art_list .article_box {
    width: Calc(100% - 60px);
    left: 30px;
  }
  .body_art_list .article_box .art_text {
    width: Calc(100% - 160px);
  }
  .body_art_list .article_box .art_img_box {
    width: 120px;
    height: 120px;
    border-width: 4px;
    right: 10px;
    top: Calc(50% - 60px);
  }
  .body_art_list .article_box .icon_img_box {
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    right: 90px;
    top: Calc(50% - 64px);
  }
  .body_art_list .article_box .icon_sh {
    width: 60px;
    height: 60px;
  }
  .body_art_list .art_conector {
    width: 40%;
    right: 65px;
    height: Calc(100% + 10px);
  }
  .body_art_list .art_conector:before {
    border: 5px solid #ffffff;
    border-left: 0px;
  }
  .body_art_list .art_conector:after {
    border-right: 5px solid #ffffff;
  }
  .body_art_list article:nth-child(odd):not(div) .art_text {
    left: 150px !important;
  }
  .body_art_list article:nth-child(odd) .icon_img_box {
    left: 80px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector {
    right: auto;
    left: 62px !important;
  }
  .body_art_list article:nth-child(odd) .art_conector:before {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 5px solid #ffffff !important;
    border-right: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border: 5px solid #ffffff;
    left: -12px;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -12px;
    border: 5px solid #ffffff;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
    border: 5px solid #ffffff;
  }
  .logo_box {
    left: 10px !important;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .search_box {
    right: 10px !important;
    top: 100% !important;
  }
  .menu_top {
    padding-left: 40px;
  }
  .menu_top .menu_top_btn {
    width: 80px;
    height: 80px;
    margin: -8px;
  }
  .menu_top li:nth-child(1) {
    margin: 10px !important;
  }
  .menu_top a:nth-child(1) {
    width: 100px !important;
    height: 100px !important;
    margin: 12px;
  }
  .menu_top a:nth-child(even) {
    top: 64px !important;
  }
  .menu_top li:nth-child(even) {
    top: 64px !important;
  }
  .btn_line {
    padding-right: 53px !important;
  }
  #cm_text {
    width: 420px;
  }
  .youtube_obj {
    height: 350px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .b_main, .b_header, .b_footer {
    width: 1024px;
  }
  .body_art_list .article_box {
    padding: 70px 0px 70px 0px;
    left: 30px;
    width: Calc(100% - 60px);
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border-left: 8px solid #ffffff;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -11px;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
  }
  .menu_top .menu_top_btn {
    width: 85px;
    height: 85px;
    margin: 0px;
  }
  .menu_top a:nth-child(even) {
    top: 40px !important;
  }
  .menu_top li:nth-child(odd) {
    top: -20px !important;
  }
  .menu_top li:nth-child(1) {
    top: 20px !important;
  }
  .btn_line {
    padding-right: 119px !important;
  }
  #cm_text {
    width: 473px;
  }
  .youtube_obj {
    height: 444px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .b_main, .b_header, .b_footer {
    width: 1200px;
  }
  .body_art_list .article_box {
    padding: 70px 0px 70px 0px;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
    border-left: 8px solid #ffffff;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -11px;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
  }
  .btn_line {
    padding-right: 148px !important;
  }
  #cm_text {
    width: 473px;
  }
  .youtube_obj {
    height: 530px !important;
  }
}

@media only screen and (min-width: 1401px) {
  .b_main, .b_header, .b_footer {
    width: 1400px;
  }
  .body_art_list .article_box {
    padding: 80px 0px 80px 0px;
  }
  article:nth-child(2) .art_conector:after {
    display: block;
    top: -28px !important;
    left: auto;
    right: -11px;
  }
  article:nth-child(odd):last-child .art_conector:before {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  article:nth-child(odd):last-child .art_conector:after {
    display: block;
  }
  article:nth-child(even):last-child .art_conector:after {
    display: block;
    left: auto !important;
    right: -12px !important;
  }
  .btn_line {
    padding-right: 148px !important;
  }
  #cm_text {
    width: 473px;
  }
  .youtube_obj {
    height: 630px !important;
  }
}

@media only screen and (max-width: 768px) {
  #cookies {
    width: 100%;
  }
  .btn_agree {
    width: 120px !important;
    margin-left: 0px !important;
    line-height: 28px;
  }
  .btnk {
    line-height: 32px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 100%;
  }
  #cookiestable > .btnk {
    width: Calc(50% - 25px);
  }
  #k_options_holder {
    margin-left: 10px;
  }
  #cookie_panel {
    width: 98% !important;
  }
  #cookie_panel b:first-child {
    margin-left: 10px;
  }
  #used {
    margin-left: 10px;
  }
  #details_box {
    width: 98% !important;
  }
  #btn_show_cdetails {
    height: 38px !important;
    line-height: 32px !important;
  }
}

.data_box {
  display: inline-block;
  font-family: "timesBold";
  font-size: 40px;
  text-align: center;
  line-height: 16px;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 10px;
  margin-top: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.data_box span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.02em;
}

.data_box i {
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 10px;
}

.rating_box {
  display: inline-block;
  text-align: right;
}

.rating_box .score {
  display: inline-block;
  font-family: "robotoBold";
  color: #179701;
  font-size: 20px;
  position: relative;
  top: 3px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.rating_box .score span {
  color: #777777;
  font-family: "roboto";
  text-shadow: none;
  font-size: 16px;
  width: auto;
  float: none;
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.rating_box .rate_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.rating_box .rate_btn span {
  display: inline-block;
  width: auto;
  position: relative;
  top: -2px;
}

.logo_box {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.star span:after {
  display: block;
  content: '\2606';
  font-size: 25px;
  color: #c08600;
}

.star_fill span:before {
  display: block;
  content: '\2605';
  font-size: 25px;
  color: #ffe600;
}

.star_fill span:after {
  display: block;
  content: '\2606';
  font-size: 25px;
  color: #c08600;
  position: absolute;
  left: 0px;
  top: 0px;
}

.stars {
  display: inline-block;
}

.stars span {
  display: inline-block;
  width: auto;
  position: relative;
}

.stars span:before {
  display: block;
  content: '\2605';
  font-size: 16px;
  color: #ffe600;
}

.stars span:after {
  display: block;
  content: '\2606';
  font-size: 16px;
  color: #c08600;
  position: absolute;
  left: 0px;
  top: 0px;
}

.search_box {
  display: block;
  position: absolute;
  width: 150px;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search_box input {
  line-height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: none;
  width: 100px;
  text-indent: 5px;
  font-size: 14px;
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.search_box .btn_search {
  width: 36px;
  height: 36px;
  float: left;
  cursor: pointer;
}

.search_box .btn_search:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 2px 1px 2px 0px rgba(0, 0, 0, 0.3), 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 1px 2px 0px rgba(0, 0, 0, 0.3), 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.search_box .btn_search:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 22px;
  top: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.search_box .btn_search:hover:before {
  -webkit-box-shadow: inset 2px 1px 4px 0px rgba(0, 0, 0, 0.5), 2px 1px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 2px 1px 4px 0px rgba(0, 0, 0, 0.5), 2px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.search_box .btn_search:hover:after {
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.slider_box {
  display: block;
}

.header_info {
  display: block;
  width: 100%;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social_box {
  display: block;
}

.body_article {
  display: block;
}

.comments_box {
  display: block;
}

.footer_menu {
  display: block;
}

.footer_info {
  display: block;
  width: 100%;
  top: auto;
  bottom: -15px;
}

.footer_social {
  display: block;
}

.footer_categories {
  display: block;
}

.links {
  display: block;
  padding-top: 40px;
}

.links img {
  display: block;
  width: 90%;
  max-width: 150px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
}

.links a {
  display: block;
  text-decoration: none;
  font-family: "timesBold";
  font-size: 14px;
  color: #555555;
  padding-bottom: 5px;
  text-align: center;
}

.links a:hover {
  text-decoration: underline;
  color: #3366ff;
}

.btn_scroll_top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  background-color: #2f2d8596;
  position: absolute;
  left: Calc(50% - 20px);
  top: -50px;
  z-index: 10;
  cursor: pointer;
}

.btn_scroll_top:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 20px;
}

.menu_top {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_top li {
  list-style-type: none;
}

.menu_top li div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  position: absolute;
  left: 0px;
  top: 110%;
  width: 100%;
  pointer-events: none;
}

.menu_top li div a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
  height: 0%;
  opacity: 0;
}

.menu_top li div a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -20px;
  height: 20px;
  width: 100%;
}

.menu_top li:nth-child(odd) {
  top: 0px;
}

.menu_top li:nth-child(even) {
  top: 20px;
}

.menu_top li:nth-child(1) {
  top: 20px;
  width: 120px;
  height: 120px;
}

.menu_top_btn {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  border: 4px solid rgba(133, 212, 208, 0.5);
  background-color: rgba(66, 203, 216, 0.2);
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.menu_top_btn a {
  display: inline-block;
  color: #254c8b;
  font-family: "timesBold";
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  height: 100%;
}

.menu_top_btn:hover {
  background-color: rgba(139, 227, 235, 0.2);
  -webkit-box-shadow: inset -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset -2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.menu_top_btn:hover div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  pointer-events: all;
}

.menu_top_btn:hover div a {
  opacity: 1;
  height: 100%;
}

.menu_bottom {
  display: block;
  position: relative;
}

.menu_bottom li {
  list-style-type: none;
}

.menu_bottom li div {
  display: none;
}

.menu_bottom_btn {
  display: inline-block;
  position: relative;
  padding: 2px 10px 2px 10px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_bottom_btn a {
  color: #222222;
  font-family: "times";
  font-size: 14px;
  text-decoration: none;
}

.menu_bottom_btn:hover {
  background-color: rgba(139, 227, 235, 0.2);
}

.btn_selected {
  border: 4px solid rgba(253, 59, 0, 0.5);
}

.menu_mobile {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 100%;
}

.menu_panel {
  display: block;
  position: fixed;
  left: -102%;
  top: 0px;
  z-index: 210;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_panel .btn_menu_mobile_top {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  padding-top: 13px;
  cursor: pointer;
}

.menu_panel .btn_menu_mobile_top span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 50px;
  background-color: #ffffff;
  margin-bottom: 4px;
  margin-left: 10px;
}

.menu_panel .btn_menu_mobile_top span:nth-child(3) {
  display: none;
}

.menu_panel .btn_menu_mobile_top span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 19px;
}

.menu_panel .btn_menu_mobile_top span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 19px;
}

.menu_scroll_box {
  width: 100%;
  max-height: Calc(100% - 70px);
  overflow: scroll;
  position: relative;
  top: 70px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_scroll_box li {
  list-style-type: none;
  position: relative;
}

.menu_scroll_box li div {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 50px;
  background-color: rgba(11, 125, 194, 0.75);
  margin-bottom: 5px;
  padding-left: 15px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  text-shadow: 2px 2px 3px #000000;
  text-decoration: none;
}

.mobile_link span {
  font-family: "times";
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
}

.mobile_link a {
  text-decoration: none;
  color: #ffffff;
}

.scroll_box_second {
  width: 100%;
  height: Calc(100% - 70px);
  overflow: scroll;
  position: absolute;
  top: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px;
  left: -100%;
  z-index: 10;
}

.btn_menu_back {
  display: block;
  height: 30px;
  position: relative;
  top: 30px;
  margin-bottom: 45px;
}

.btn_menu_back:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 7px;
  top: 15px;
}

.btn_menu_back:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-left: 0px;
  border-top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 6px;
  top: 11px;
}

.btn_open_submenu {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  width: 50px;
  height: 40px;
}

.btn_open_submenu:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-left: 0px;
  border-top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  left: 19px;
  top: -8px;
}

.btn_mobile_menu_open {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 14px;
}

.categ_title {
  font-family: "timesBold";
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.btn_menu_mobile {
  display: none;
  position: fixed;
  left: 20px;
  top: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #084093;
  padding-top: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn_menu_mobile span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 50px;
  background-color: #0b7dc2;
  margin-bottom: 4px;
  margin-left: 11px;
}

.menu_categ {
  display: inline-block !important;
  width: Calc(50% - 5px);
  margin-right: 5px;
  text-shadow: none !important;
}

.search_box_mobile {
  width: Calc(100% - 70px);
  position: relative;
  left: 60px;
  top: 0px;
}

.search_box_mobile input {
  display: block;
  height: 36px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: Calc(100% - 60px);
  color: #ffffff;
  text-indent: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.search_box_mobile .btn_search {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.search_box_mobile .btn_search:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 7px;
  top: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_box_mobile .btn_search:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 22px;
  top: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.body_art_list {
  display: block;
  padding-top: 60px;
  padding-bottom: 80px;
}

.body_art_list article:nth-child(odd):not(div) .art_text {
  left: 250px;
}

.body_art_list article:nth-child(odd):not(div) .art_img_box {
  right: auto;
  left: 0px;
}

.body_art_list article:nth-child(odd):not(div) .icon_img_box {
  right: auto;
  left: 140px;
}

.body_art_list article:nth-child(odd):not(div) .art_conector {
  right: auto;
  left: 110px;
}

.body_art_list article:nth-child(odd):not(div) .art_conector:before {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border: 8px solid #ffffff;
  border-right: 0;
}

.body_art_list article:nth-child(2) .art_conector:before {
  border-top: 0 !important;
  border-top-right-radius: 0 !important;
}

.body_art_list article:nth-child(2) .art_conector:after {
  display: block;
}

.body_art_list article:last-child .art_conector:before {
  border-bottom: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.body_art_list article:last-child .art_conector:after {
  display: block;
  top: 99%;
}

.article_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 5px;
  margin: 5px;
  width: Calc(100% - 120px);
  position: relative;
  left: 60px;
  padding: 40px 0px 40px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_text {
  display: block;
  position: relative;
  width: Calc(100% - 280px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* top:50%;
    transform: translateY(-50%); */
}

.art_categ {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  border-radius: 20px;
  background-color: #3366ff;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.art_categ:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: absolute;
  right: -30px;
  top: -6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_categ:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: absolute;
  left: -30px;
  top: -6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_categ span {
  position: relative;
  z-index: 4;
}

.art_categ:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.art_categ:hover:before {
  right: 10px;
}

.art_categ:hover:after {
  left: 10px;
}

.art_subcateg {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  border-radius: 20px;
  background-color: #3366ff;
  text-decoration: none;
  color: #ffffff;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.art_subcateg:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: absolute;
  right: -30px;
  top: -6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_subcateg:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: absolute;
  left: -30px;
  top: -6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_subcateg span {
  position: relative;
  z-index: 4;
}

.art_subcateg:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.art_subcateg:hover:before {
  right: 10px;
}

.art_subcateg:hover:after {
  left: 10px;
}

.art_title {
  display: block;
  font-family: "timesBold";
  font-size: 19px;
  color: #333388;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 5px 0px 5px 0px;
}

.art_content {
  display: block;
  font-family: "times";
  font-size: 15px;
  position: relative;
  padding: 0px 0px 5px 20px;
  line-height: 20px;
}

.art_author {
  font-family: 'andaluzia';
  font-size: 18px;
  color: #2581d0;
  text-transform: capitalize;
  text-decoration: none;
}

.art_img_box {
  display: block;
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 180px;
  border: 8px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  right: 30px;
  top: Calc(50% - 110px);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
  /* &:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 200px;
        background-color: rgba(#ffffff, 0.3);
        position: absolute;
        z-index: 2;
        transition: all 0.7s ease 0.12s;
        transform: scale(0.1);
        left: 45%;
        top: 45%;
    } */
}

.art_img_box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  left: 45%;
  top: 45%;
}

.art_img_box:hover {
  /* &:before{
            transform: scale(1);
            left: 0%;
            top: 0%;
            opacity: 0;
        } */
}

.art_img_box:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0%;
  top: 0%;
  opacity: 0;
}

.art_img {
  display: block;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.icon_img_box {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 180px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  right: 180px;
  top: Calc(50% - 110px);
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.icon_img {
  display: block;
  opacity: 0;
  width: 180%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.icon_sh {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 180px;
  -webkit-box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, 0.5);
  left: -3px;
  top: -3px;
}

.art_conector {
  display: block;
  position: absolute;
  width: 40%;
  right: 130px;
  height: Calc(100% + 13px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.art_conector:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border: 8px solid #ffffff;
  border-left: 0;
}

.art_conector:after {
  content: "";
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 6px solid #ffffff;
  position: absolute;
  top: -99%;
  left: -10px;
}

.art_conector_last {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 6px solid #ffffff;
  border-radius: 30px;
  right: -11px;
  bottom: -26px;
}

.btn_more_articles {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_more_articles:hover {
  background-color: #008800;
}

.art_list_title {
  position: absolute;
  font-size: 0.01px;
}

.read_more {
  display: inline-block;
  font-size: 12px;
  padding: 2px 35px 2px 10px;
  border-radius: 20px;
  background-color: #6691e9;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: normal;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.read_more:before {
  content: "-";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  right: 18px;
  top: 4px;
  font-family: Arial;
  line-height: 1px;
  text-align: right;
  text-indent: 8px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.read_more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  position: absolute;
  right: 5px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.read_more:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #b0c6f3;
}

.read_more:hover:before {
  background-color: #b0c6f3;
  border: 1px solid #1d3e80;
  color: #1d3e80;
  -webkit-box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
}

.read_more:hover:after {
  background-color: #b0c6f3;
  border: 1px solid #1d3e80;
  -webkit-box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
          box-shadow: inset 1px 2px 3px 0px rgba(255, 255, 255, 0.75);
}

.article_box_small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 5px;
  margin: 5px;
  width: 100%;
  position: relative;
  padding: 40px 10px 0px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.art_text_small {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.art_title_small {
  display: block;
  font-family: "timesBold";
  font-size: 16px;
  color: #095888;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 5px 0px 15px 0px;
  text-align: center;
  word-break: break-all;
}

.art_content_small {
  display: block;
  font-family: "times";
  font-size: 14px;
  position: relative;
  text-align: center;
  word-break: break-all;
}

.art_author_small {
  font-family: 'andaluzia';
  font-size: 15px;
  display: block;
  color: #2581d0;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
}

.art_img_box_small {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.001);
          transform: translateX(-50%) scale(0.001);
}

.art_img_small {
  display: block;
  opacity: 0;
  width: 180%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.top_ten {
  margin-top: 30px;
}

.article_side_title {
  font-family: "timesBold";
  text-decoration: none;
  display: block;
  font-size: 17px;
  color: #095888;
  margin: 7px 0px 19px 15px;
  word-break: break-word;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article_side_title:before {
  content: '';
  font-size: 22px;
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #095888;
  border-right: 0;
  border-top: 0;
}

.article_side_title:after {
  content: '';
  display: block;
  width: 0px;
  height: Calc(100% + 20px);
  border: 1px solid #1a608e;
  border-right: 0px;
  border-left: 0px;
  position: absolute;
  left: 0px;
  top: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article_side_title:hover {
  color: #073c5e;
}

.article_side_title:hover:after {
  width: 100%;
}

.article_side_title:hover:before {
  width: 10px;
  height: 10px;
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.b_left_col .article_side_title {
  margin: 7px 15px 19px 0px;
  text-align: right;
}

.b_left_col .article_side_title:before {
  left: auto;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.b_left_col .article_side_title:after {
  left: auto;
  right: 0px;
}

.b_left_col .article_side_title:hover:before {
  right: -15px;
}

.sugestions {
  margin-bottom: 60px;
}

.sugestions .article_box_small {
  width: Calc(33% - 10px);
  display: inline-block;
  vertical-align: text-top;
}

.sugestions .art_img_box_small {
  width: 100%;
}

.sugestions .art_img_box_small img {
  top: 100%;
}

.sugestions .art_text_small {
  text-align: left;
}

.sugestions .art_title_small {
  text-align: left;
}

.sugestions .art_content_small {
  text-align: left;
}

.sugestions .art_author_small {
  text-align: left;
}

.art_body {
  display: block;
  padding: 20px;
  padding-bottom: 40px;
}

.crt_art_title {
  display: block;
  font-family: "times";
  font-size: 24px;
  color: #333388;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 20px 0px 20px 0px;
}

.crt_art_content {
  display: block;
  font-family: "times";
  font-size: 14px;
  position: relative;
  padding: 20px 0px 20px 0px;
}

.crt_art_author {
  font-family: 'andaluzia';
  font-size: 17px;
  display: block;
  color: #2581d0;
  text-transform: capitalize;
  text-decoration: none;
  padding: 20px 0px 0px 0px;
  text-align: right;
}

.crt_art_author a {
  text-decoration: none;
  color: #2581d0;
}

.crt_art_date {
  font-family: "times";
  font-size: 14px;
  display: block;
  color: #777777;
  text-transform: capitalize;
  text-decoration: none;
  text-align: right;
}

.video_preview {
  display: none !important;
}

.previewTable {
  width: 100%;
}

.previewTable td {
  border: 0;
  vertical-align: top;
}

.comments_body {
  padding-bottom: 40px;
}

.art_insert_comment {
  display: block;
  padding: 20px;
  font-family: "times";
  font-size: 14px;
}

.art_insert_comment i {
  color: #ff0000;
  font-size: 14px;
  font-style: normal;
}

.art_insert_comment span {
  display: inline-block;
  width: 60px;
  float: left;
}

.art_insert_comment input {
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 25px;
  width: 200px;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.art_insert_comment textarea {
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 25px;
  max-width: 473px;
  height: 100px;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.ins_com_title {
  display: block;
  font-family: "timesBold";
  font-size: 16px;
  color: #333388;
  padding-bottom: 10px;
}

.ins_com_name, .ins_com_email {
  display: inline-block;
  margin-right: 10px;
}

.ins_com_text {
  display: block;
  margin-top: 5px;
}

.btn_ins_comment {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_ins_comment:hover {
  background-color: #008800;
}

.comment {
  display: block;
  padding: 10px 20px 10px 20px;
  font-family: "times";
  font-size: 14px;
}

.comment:after {
  content: "";
  display: block;
  width: Calc(100% - 50px);
  position: relative;
  left: 50px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}

.com_icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777777;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  float: left;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 30px;
  position: relative;
  top: -20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.com_name {
  display: block;
  margin-left: 51px;
  font-family: "timesBold";
}

.com_data {
  font-family: "timesBold";
  font-size: 12px;
  color: #777777;
}

.btn_line {
  padding: 0px 20px 40px 20px;
  text-align: right;
  position: relative;
  z-index: 10;
}

.btn_more_comments {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_more_comments:hover {
  background-color: #008800;
}

.com_buttons {
  display: block;
  max-width: 530px;
  text-align: right;
}

.rating_report {
  text-align: left;
  width: 115px;
  margin-top: 20px;
  padding: 5px;
  padding-bottom: 2px;
  border: 1px solid #cccccc;
}

.rating_report span {
  width: auto;
}

.rating_report label {
  float: right;
  position: relative;
  z-index: 1;
}

.rating_report div:last-child:after {
  display: none;
}

.star_nr {
  display: block;
  height: 17px;
  width: 100px;
  position: relative;
}

.star_nr .stars {
  position: relative;
  top: -4px;
  z-index: 1;
}

.star_nr:after {
  content: "";
  display: block;
  height: 15px;
  width: 102%;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 0;
}

.overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
}

.message {
  display: block;
  background-color: #cccccc;
  width: 300px;
  padding: 20px;
  border: 4px solid #ffffff;
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.msg_title {
  font-family: "times";
  font-size: 14px;
  color: #cccccc;
  width: Calc(100% + 40px);
  position: relative;
  left: -20px;
  top: -20px;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.msg_body {
  font-family: "times";
  font-size: 14px;
  padding-bottom: 20px;
}

.msg_close {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.msg_close:hover {
  background-color: #008800;
}

.categ_box {
  display: block;
  padding: 10px;
  padding-top: 60px;
  text-align: center;
}

.list_categ {
  font-family: "times";
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  width: 80%;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px -3px rgba(0, 0, 0, 0.3);
}

.list_categ:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.001);
          transform: translateY(-50%) scale(0.001);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  z-index: 10;
}

.list_categ:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.001);
          transform: translateY(-50%) scale(0.001);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list_categ:hover:before {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.list_categ:hover:after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.b_footer {
  padding-top: 20px;
}

.b_footer .categ_box {
  padding-top: 0px;
}

.b_footer .list_categ {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 2px;
  background-color: rgba(27, 116, 89, 0.1) !important;
  -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.b_footer .list_categ span {
  color: #03251c !important;
}

.b_footer .list_categ:before {
  display: none;
}

.b_footer .list_categ:after {
  display: none;
}

.b_footer .list_categ:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.contact {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 180px;
}

.ct_body {
  display: inline-block;
  width: 400px;
  height: 300px;
  border: 4px solid #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 20px;
}

.ct_name span, .ct_email span, .ct_text span {
  font-family: "timesBold";
  font-size: 14px;
  color: #333388;
}

.ct_name i, .ct_email i, .ct_text i {
  color: #ff0000;
}

#ct_name, #ct_email, #ct_text {
  display: block;
  width: 250px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  height: 30px;
  text-indent: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

#ct_text {
  width: 350px;
  height: 80px;
}

.send_message {
  font-family: "times";
  font-size: 13px;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  background-color: #333388;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.send_message:hover {
  background-color: #008800;
}

.image_viewer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
  -webkit-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

.image_viewer img {
  max-width: 90%;
  max-height: 90%;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
}

.btn_close_imv {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #333388;
}

.btn_close_imv:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

.btn_close_imv:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

.btn_close_imv:hover {
  background-color: #ffffff;
  border: 2px solid #333388;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn_close_imv:hover:after {
  background-color: #333388;
}

.btn_close_imv:hover:before {
  background-color: #333388;
}

.btn_img_prev, .btn_img_next {
  display: block;
  width: 60px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 110;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_img_prev:after, .btn_img_next:after {
  content: "\276E";
  display: block;
  color: #ffffff;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

.btn_img_prev:hover, .btn_img_next:hover {
  background-color: rgba(51, 51, 136, 0.5);
}

.btn_img_prev {
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  left: 10%;
}

.btn_img_prev:after {
  content: "\276E";
}

.btn_img_next {
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
  left: Calc(90% - 60px);
}

.btn_img_next:after {
  content: "\276F";
}

/*-----------------------cookies-------------------*/
.btnk {
  display: inline-block;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #cccccc;
  float: left;
  margin-left: -1px;
  cursor: pointer;
  min-width: 130px;
}

.btn_agree {
  display: block;
  width: 60px;
  background-color: #008800;
  text-align: center;
  color: #ffffff;
  float: left;
  padding: 3px;
  margin-left: 20px;
  cursor: pointer;
}

#cookies {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  font-family: "Arial";
}

#cookiestable {
  display: inline-block;
  background: #efefef;
  padding: 1%;
  padding-top: 4px;
  width: 98%;
  padding-bottom: 4px;
}

.fs {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

#details_box {
  display: none;
  border: 1px solid #cccccc;
  padding: 5px;
  width: 690px;
}

.ctable {
  width: 98%;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 5px;
}

.ctable tr td {
  border: 1px solid #cccccc;
  line-height: 20px;
  padding: 5px;
}

.ctable th {
  font-size: 12px;
  background: #efefef;
}

.pad5 {
  padding: 5px;
}

.chide {
  display: none;
}

.clabel {
  color: #555555;
  display: inline;
  width: 100px;
  line-height: unset;
}

#cookie_panel {
  display: inline-block;
  width: 750px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

#info {
  color: #ffffff;
  background-color: #008800;
  padding: 10px;
  border-radius: 3px;
  width: auto;
  display: none;
  margin-right: 4px;
}

/*-------------------end cookie panel---------------*/
.youtube_obj {
  display: inline-block;
  width: 100%;
  height: 400px;
  line-height: 350px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iframe_obj {
  width: 100%;
  height: 100%;
  outline: 0px;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h4 {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: normal;
}
/*# sourceMappingURL=blog_front.css.map */