/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=greek');
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css";
@import "https://cdn.jsdelivr.net/g/normalize@7.0.0";
@font-face {
  font-family: 'Cera-Ant1-black';
  src: url("fonts/CeraRoundPro-Regular.woff2") format("woff2"), url("fonts/CeraRoundPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera-Ant1-bold-italic';
  src: url("fonts/CeraRoundPro-Regular.woff2") format("woff2"), url("fonts/CeraRoundPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera-Ant1-bold';
  src: url("fonts/CeraRoundPro-Regular.woff2") format("woff2"), url("fonts/CeraRoundPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera-Ant1-light';
  src: url("fonts/CeraRoundPro-Regular.woff2") format("woff2"), url("fonts/CeraRoundPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #151515;
  font-size: 14.4px;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #FFFFFF;
}
a:active {
  text-decoration: none;
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Cera-Ant1-light', sans-serif;
}
.player-container .embed-container {
  max-width: 1065px;
  margin: 0px auto;
  padding: 195px 0 87px;
  border-bottom: 1px solid #212121;
  margin-bottom: 30px;
}
.player-container .embed-container .jwplayer {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
}
.player-container h2.light {
  text-align: center;
  font-size: 1.7rem;
  margin: 0 0 36px 0;
  font-weight: 800;
  font-family: 'Cera-Ant1-black';
}
.subscribestep_one {
  padding: 200px 0px;
  font-size: 1.4em;
}
.subscribestep_one a {
  border: 1px solid white;
  background: white;
  padding: 10px 15px;
  display: inline-block;
  color: black;
  text-decoration: none !important;
  margin: 0 8px;
}
label.error {
  display: block !important;
  visibility: visible;
}
select.error,
input.error {
  border-color: #CC0000;
  background: #CC0000;
  color: #FFFFFF;
}
select.error::-webkit-input-placeholder,
input.error::-webkit-input-placeholder {
  color: #FFFFFF;
}
select.error:-moz-placeholder,
input.error:-moz-placeholder {
  color: #FFFFFF;
}
select.error::-moz-placeholder,
input.error::-moz-placeholder {
  color: #FFFFFF;
}
select.error:-ms-input-placeholder,
input.error:-ms-input-placeholder {
  color: #FFFFFF;
}
.df-form-label {
  font-family: "Cera-Ant1-bold", "Open Sans", Serif;
  font-size: 17px;
}
.df_requirement_symbol {
  color: #CC0000;
}
.text-muted {
  margin-bottom: 10px;
}
.form_btn {
  border: 0px;
  height: inherit;
  min-height: inherit;
  line-height: inherit;
  background: #CC0000;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 45px;
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none !important;
  margin: 40px 0 0 0;
  display: inline-block;
}
.msg .alert {
  margin-top: 30px;
}
.rewards {
  padding: 0px 20px 50px 20px !important;
}
.rewards select,
.rewards input {
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
  font-size: 12px;
}
.rewards select.error,
.rewards input.error {
  border: 1px solid #CC0000;
}
.rewards .post h3 {
  margin: 40px 0;
}
.rewards .post .rewards_desc {
  line-height: 15px;
}
.rewards .msg {
  margin: 30px 0 0 0;
}
.rewards .rewards_obj {
  position: relative;
  margin-bottom: 30px;
}
.rewards .rewards_obj .rew_feature {
  position: absolute;
  width: 100px;
  height: 113px;
  display: inline-block;
  top: -20px;
  right: -30px;
  background: url(img/award.png) no-repeat center;
}
.rewards .rewards_obj img {
  width: 100%;
  height: auto;
}
.rewards .rewards_obj .caption {
  margin: 20px 0 0 0;
}
.rewards .rewards_obj .title {
  font-family: "Cera-Ant1-bold", "Open Sans", Serif;
  font-size: 24px;
  line-height: 22px;
  margin: 0 0 5px;
  letter-spacing: -1px;
}
.rewards .rewards_obj .excerpt {
  line-height: 21px;
  margin-top: 10px;
}
.rewards .reward_btn {
  border: 0px;
  height: inherit;
  min-height: inherit;
  line-height: inherit;
  background: #CC0000;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 45px;
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none !important;
  margin: 40px 0 0 0;
  display: inline-block;
}
.owl-prev.disabled,
.owl-next.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.owl-theme .owl-nav [class*=owl-] {
  color: inherit;
  margin: 0px;
  padding: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
}
.prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  background: rgba(21, 21, 21, 0.6);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
.prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.prev-next-button .arrow {
  fill: #fff;
}
.prev-next-button.previous {
  left: 0;
}
.prev-next-button.next {
  right: 0;
}
.disabledlink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.fixhomearea {
  padding: 0px 8px;
}
.i_ellada_sto_piato {
  margin: 0px 0 0 0;
}
.i_ellada_sto_piato .i_ellada_sto_piato_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.i_ellada_sto_piato .i_ellada_sto_piato_menu li {
  display: inline-block;
  margin: 0px;
  width: 12.5%;
}
@media only screen and (max-width: 1200px) {
  .i_ellada_sto_piato .i_ellada_sto_piato_menu li {
    width: 16.6666%;
  }
}
@media only screen and (max-width: 768px) {
  .i_ellada_sto_piato .i_ellada_sto_piato_menu li {
    width: 33.333333%;
  }
}
.i_ellada_sto_piato .i_ellada_sto_piato_menu li.active {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.i_ellada_sto_piato .i_ellada_sto_piato_menu li a {
  margin: 5px;
  display: block;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: none;
}
.i_ellada_sto_piato .i_ellada_sto_piato_menu li a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .i_ellada_sto_piato .i_ellada_sto_piato_menu {
    margin: 0px 0 30px;
  }
}
.i_ellada_sto_piato .i_ellada_sto_piato_list {
  margin: 30px 0 0 0;
  padding: 0px;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .i_ellada_sto_piato .i_ellada_sto_piato_list {
    margin: 0px 0 20px 0;
  }
}
.i_ellada_sto_piato .i_ellada_sto_piato_list li a {
  line-height: 14px;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}
.i_ellada_sto_piato .i_ellada_sto_piato_list li a.active {
  color: #CC0000;
}
.i_ellada_sto_piato .i_ellada_sto_piato_detail {
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .i_ellada_sto_piato .i_ellada_sto_piato_detail {
    margin: 0px;
  }
}
.i_ellada_sto_piato .directions p {
  line-height: 22px;
}
.i_ellada_sto_piato .thumbphoto {
  margin-bottom: 20px;
}
.recipes_from_my_heart {
  margin: 0px 0 0 0;
}
.recipes_from_my_heart .recipes_from_my_heart_listmenu {
  margin: 73px 0 0 0;
  padding: 0px;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .recipes_from_my_heart .recipes_from_my_heart_listmenu {
    margin: 0px 0 20px 0;
  }
}
.recipes_from_my_heart .recipes_from_my_heart_listmenu li a {
  line-height: 14px;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}
.recipes_from_my_heart .recipes_from_my_heart_listmenu li a.active {
  color: #CC0000;
}
.recipes_from_my_heart .directions p {
  line-height: 22px;
}
.recipes_from_my_heart .thumbphoto {
  margin-bottom: 20px;
}
.sidebararea-promo .itemshow {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sidebararea-promo .itemshow .content-container .excerpt {
    display: none;
  }
}
.col-program-show-item {
  padding: 5px;
}
.css_tvguide .ant1col2,
.css_single .ant1col2 {
  padding: 140px 0 0 12px;
}
.css_root_107 .ant1col2 {
  padding: 30px 0 0 12px;
}
.game {
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .game {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .game {
    margin-bottom: 5px;
  }
}
.game .game-inside .game-col1,
.game .game-inside .game-col2,
.game .game-inside .game-col3 {
  float: left;
}
.game .game-inside .game-col3,
.game .game-inside .game-col1 {
  width: 30%;
  text-align: center;
}
.game .game-inside .game-col3 img,
.game .game-inside .game-col1 img {
  width: 35px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .game .game-inside .game-col3 img,
  .game .game-inside .game-col1 img {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .game .game-inside .game-col3 img,
  .game .game-inside .game-col1 img {
    width: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .game .game-inside .game-col3 img,
  .game .game-inside .game-col1 img {
    width: 35px;
  }
}
.game .game-inside .game-col3 span,
.game .game-inside .game-col1 span {
  display: block;
  padding: 0;
  font-size: 12px;
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
}
.game .game-inside .game-col2 {
  width: 40%;
  padding: 2px 0 0 0;
}
.game .game-inside .game-col1 {
  text-align: center;
}
.game .game-inside .game-col1 img {
  margin-left: 0px;
}
.game .game-inside .game-col3 {
  text-align: center;
}
.game .game-inside .date,
.game .game-inside .time {
  display: block;
  text-align: center;
}
.game .game-inside .date {
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .game .game-inside .date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .game .game-inside .date {
    font-size: 12px;
  }
}
.game .game-inside .time {
  font-size: 22px;
  line-height: 16px;
}
@media only screen and (max-width: 1200px) {
  .game .game-inside .time {
    font-size: 20px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .game .game-inside .time {
    font-size: 20px;
    line-height: 16px;
  }
}
.game .game-inside .datetime {
  font-size: 12px;
  text-align: center;
}
.programme-container .calendar-horizontal {
  background: #212121;
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
}
.programme-container .calendar-horizontal .carousel-cell {
  height: 80px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border: none;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .programme-container .calendar-horizontal .carousel-cell {
    padding: 5px;
  }
}
.programme-container .calendar-horizontal .carousel-cell.active a {
  color: #FFFFFF;
}
.programme-container .calendar-horizontal .carousel-cell a {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  color: #6D6E71;
  font-weight: bolder;
}
@media only screen and (max-width: 1200px) {
  .programme-container .calendar-horizontal .carousel-cell a {
    font-size: 16px;
  }
}
.programme-container .calendar-horizontal .carousel-cell a span {
  display: block;
  clear: both;
  font-weight: lighter;
}
.programme-container .programme-earlier {
  text-align: center;
  width: 100%;
}
.programme-container .programme-earlier a {
  display: inline-block;
  background: #CC0000;
  padding: 10px 15px;
  font-size: 20px;
  text-align: center;
}
.programme-container .programme-content {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.programme-container .programme-content .day {
  padding-top: 20px;
  font-size: 26px;
  font-weight: lighter;
  line-height: 1em;
}
@media only screen and (max-width: 1200px) {
  .programme-container .programme-content .day {
    font-size: 25px;
  }
}
.programme-container .programme-content .shows .show {
  font-weight: lighter;
  border-top: 1px solid #2C2D30;
  padding: 23px 0 0 0;
}
.programme-container .programme-content .shows .show .col-time {
  max-width: 100px;
}
.programme-container .programme-content .shows .show .time {
  font-size: 20px;
  font-weight: 100;
}
.programme-container .programme-content .shows .show.active a.title {
  font-weight: 900;
  color: #CC0000;
}
.programme-container .programme-content .shows .show a.title {
  font-size: 20px;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  color: #6D6E71;
}
.programme-container .programme-content .shows .show.hiddenPr {
  display: none;
}
.letters-container {
  margin: 0 0 40px 0;
}
.alphabet-container {
  font-weight: 100;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .alphabet-container {
    display: none;
  }
}
.alphabet-container h2 {
  color: #6D6E71;
  margin: 0 0 20px 0;
}
.alphabet-container .grid__cell {
  padding: 0 10px;
}
.alphabet-container .language {
  text-align: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #6D6E71;
}
.alphabet-container .language li {
  display: inline-block;
}
.alphabet-container .language li a {
  display: block;
}
.filter {
  padding: 30px 0px;
  background: #212121;
  list-style-type: none;
  margin: 0 0 40px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .filter {
    padding: 0px;
  }
}
.filter .item {
  width: auto;
  border: 0;
  overflow: hidden;
  display: inline-block;
}
.filter .item.active a {
  color: #FFFFFF;
}
.filter .item.last a {
  border-right: 0px;
}
.filter .item a {
  font-size: 18px;
  text-align: left;
  border-right: 1px solid #6D6E71;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #6D6E71;
  font-weight: 100;
}
.filter .item a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .filter .item a {
    padding: 0 5px;
    font-size: 15px;
  }
}
.join_area {
  font-family: 'Cera-Ant1-light', sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #6D6E71;
  padding-bottom: 25px;
}
.join_area h1,
.join_area p {
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.join_area .join_head {
  padding: 30px 20px 10px 20px;
  display: block;
  width: 100%;
}
.join_area .join_head p {
  font-family: 'Cera-Ant1-light', sans-serif;
}
@media only screen and (max-width: 768px) {
  .join_area .join_head {
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
}
.join_area h1 {
  font-weight: bolder;
  margin-bottom: 0px;
}
.join_area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.join_area .join_subtitle {
  display: block;
  width: 100%;
  padding: 0px 20px 0px 20px;
}
.join_area .join_data {
  background: #FFFFFF;
  display: block;
  width: 100%;
}
.join_area .join_data .join_object {
  padding: 20px 20px;
  border-bottom: 1px dashed #6D6E71;
  color: #151515;
  padding: 10px;
}
.join_area .join_data .join_object .join_obj_1,
.join_area .join_data .join_object .join_obj_2,
.join_area .join_data .join_object .join_obj_3 {
  display: block;
  float: left;
}
.join_area .join_data .join_object .join_obj_1 {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .join_area .join_data .join_object .join_obj_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.join_area .join_data .join_object .join_obj_3 {
  font-size: 16px;
  font-weight: bolder;
  width: 20%;
  text-align: right;
  line-height: 16px;
  font-family: "Cera-Ant1-bold", "Open Sans", Serif;
}
.join_area .join_data .join_object .join_obj_3 svg {
  float: left;
  margin-left: 70px;
}
@media only screen and (max-width: 1200px) {
  .join_area .join_data .join_object .join_obj_3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .join_area .join_data .join_object .join_obj_3 {
    width: 50%;
  }
  .join_area .join_data .join_object .join_obj_3 svg {
    display: none;
  }
}
.join_area .join_data .join_object .join_obj_2 {
  font-weight: bolder;
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .join_area .join_data .join_object .join_obj_2 {
    width: 50%;
  }
}
.join_area .join_data .join_object .join_obj_2 p {
  color: inherit;
  font-size: inherit;
  padding: 0px;
  margin: 0px;
  line-height: inherit;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .join_area .join_data .join_object .join_obj_2 {
    width: 50%;
  }
  .join_area .join_data .join_object .join_obj_2 p {
    font-size: 13px;
    line-height: 14px;
    display: block;
  }
  .join_area .join_data .join_object .join_obj_2 svg {
    display: none;
  }
}
.join_area .join_data .join_object svg {
  margin-right: 5px;
}
.join_area .join_data .join_object span {
  display: block;
}
.faq_area {
  font-size: 16px;
}
.faq_area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.faq_area .faq_area_list1 {
  margin-bottom: 50px;
}
.faq_area .faq_area_list2 span {
  display: block;
}
.faq_area .faq_area_list2 .faq_object_a_t {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 19px;
}
.faq_area .faq_area_list2 .faq_object_a_p {
  margin-bottom: 50px;
}
.faq_area .faq_area_list2 .faq_object_a_p p {
  line-height: 19px;
}
.press_area {
  font-size: 16px;
}
.press_area .press_object {
  margin: 0 0 30px 0;
}
.press_area .press_object .Cpress_date {
  font-weight: bold;
}
.press_area .press_object a {
  text-decoration: none;
  font-weight: 100;
}
.links_area .links_object {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
.links_area .links_object img {
  width: 100%;
  height: auto;
}
.post p {
  font-size: 16px;
  line-height: 29px;
}
.post a {
  font-weight: bolder;
  text-decoration: underline;
}
.work_area {
  text-align: center;
  margin: 80px 0 80px;
  font-family: 'Open Sans', sans-serif;
}
.work_area .work_inline {
  text-align: center;
  margin: 50px;
}
.work_area .work_inline_area_2 {
  background: #000000;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
}
.work_area .work_inline_area_2 h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
.work_area .work_inline_area_2 .work_inline_area_2_1 {
  text-align: right;
  display: block;
  margin-right: 65px;
}
.work_area .work_inline_area_2 .work_inline_area_2_2 {
  text-align: left;
  display: block;
  margin-left: 65px;
}
.work_area .work_inline_area_3 {
  text-align: center;
  margin: 50px 0 0 0;
}
.work_area .form-separator {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border-left: 1px solid #999999;
  height: 80%;
  width: 0;
  position: absolute;
  top: 50px;
  right: 0px;
}
.work_area .form-separator span {
  top: calc(50% - 25px);
  left: -25px;
  background: rgba(0, 0, 0, 0.8);
  color: #999999;
  position: absolute;
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0625rem;
}
.work_area .work_l {
  padding: 0px 79px 15px 10px;
  text-align: right;
  width: 50%;
  display: block;
  float: left;
  border-right: 1px solid gray;
  font-size: 40px;
  font-weight: bold;
}
.work_area .work_r {
  display: block;
  float: left;
  text-align: left;
  padding: 0px 0px 0px 79px;
}
.css_show .light {
  background: transparent;
}
.css_show .post p {
  font-size: 17px;
  line-height: 29px;
  text-align: left;
}
.showpage h1 {
  text-align: center;
}
.showpage p {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  margin-top: 0;
}
.masterWraper {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.sidebararea h1 {
  margin: 40px 0;
}
.sidebararea .banner-placeholder {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .sidebararea .banner-placeholder {
    margin: 0px;
  }
}
.ant1col2 {
  padding: 30px 0 0 12px;
}
@media only screen and (max-width: 768px) {
  .ant1col2 {
    padding: 30px 0 0 0;
  }
}
.light {
  background: #6D6E71;
}
.letters {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
}
.letters .carousel-cell {
  padding: 5px;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
}
.letters .carousel-cell.active a {
  background: #CC0000;
  color: #FFFFFF;
}
.letters .carousel-cell.disabled {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.letters .carousel-cell a {
  font-size: 14px;
  padding: 13.33333px 0;
  text-align: center;
  color: #6D6E71;
  text-decoration: none;
  background: #212121;
  min-width: 50px;
  height: 50px;
  width: 100%;
  display: block;
  min-width: unset;
}
.letters .carousel-cell a:hover {
  background: #CC0000;
  color: #FFFFFF;
}
.itemshow {
  margin: 0 0 14px 0;
  padding: 0px 7px;
}
.itemshow.padding {
  padding: 0 7px 14px !important;
}
@media only screen and (max-width: 768px) {
  .itemshow.padding a::before {
    background-position-y: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .itemshow {
    padding: 0px;
    margin: 0px 0 20px;
  }
  .itemshow.ant_shows .excerpt {
    display: none;
  }
  .itemshow.ant_shows .content-container h2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .itemshow.ant_shows .content-container {
    bottom: 10px;
  }
  .itemshow.ant_shows .content-container h2 {
    margin-bottom: 0px;
  }
  .itemshow.ant_shows .excerpt {
    display: none;
  }
}
.itemshow a {
  position: relative;
  display: block;
}
.itemshow a::before {
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
  margin: 0px;
  left: 0;
  bottom: 0px;
  width: 101%;
  height: 100%;
  background: url(img/featured-bg.png) bottom left repeat-x;
}
@media only screen and (max-width: 768px) {
  .itemshow a::before {
    background-position-y: 80px;
  }
}
.itemshow.soccer a::before {
  display: none;
}
.itemshow img {
  width: 100%;
  height: auto;
}
.itemshow .content-container {
  display: block;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  vertical-align: bottom;
  z-index: 9;
}
.itemshow .content-container .category {
  color: #d7f400;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  line-height: 20px;
}
.itemshow .content-container h2 {
  padding: 0px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}
.itemshow .content-container .excerpt {
  margin: 10px 0 20px 0;
  font-weight: lighter;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0px;
}
.itemshow .item_soccer {
  cursor: hand;
  display: block;
  position: relative;
  top: 0px;
  text-align: center;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
  font-family: "Cera-Ant1-black", "Open Sans", Serif;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 300px;
  background-size: cover;
}
.itemshow .item_soccer .area-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.itemshow .item_soccer .nogames {
  padding-top: 120px;
  display: inline-block;
  font-size: 21px;
  font-weight: 100;
}
.itemshow .item_soccer .area-hidden {
  position: inherit;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 1200px) {
  .itemshow .item_soccer {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .itemshow .item_soccer {
    padding: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .itemshow .item_soccer h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 18px;
    padding: 18px 0 7px 0;
  }
}
@media only screen and (max-width: 768px) {
  .itemshow .item_soccer h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 23px;
    padding: 18px 0 7px 0;
  }
}
.itemshow .item_soccer h5 {
  font-weight: bold;
  font-size: 15px;
  color: #357110;
}
.col-news .news_inner {
  position: relative;
}
.col-news .news_inner .info {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  background: url(img/featured-bg.png) top left repeat-x;
}
.col-news .news_inner .info a {
  font-weight: 900;
  margin: 0px;
  padding: 0px;
}
.col-news .news_inner .info p {
  margin: 0px;
  padding: 0px;
}
.featuredContentContainerSoccer .itemshow,
.featuredContentContainer .itemshow {
  margin: 0px;
  padding: 0px;
}
.featuredContentContainerSoccer h4,
.featuredContentContainer h4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
}
.featuredContentContainerSoccer h3,
.featuredContentContainer h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Cera-Ant1-bold', sans-serif;
  text-transform: uppercase;
}
.featuredContentContainerSoccer .banner-placeholder,
.featuredContentContainer .banner-placeholder {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .featuredContentContainerSoccer .banner-placeholder,
  .featuredContentContainer .banner-placeholder {
    padding: 10px;
  }
}
.featuredContentContainerSoccer .banner-placeholder .banner2,
.featuredContentContainer .banner-placeholder .banner2 {
  margin: 20px 0 0 0;
}
.featuredContentContainerSoccer .banner-placeholder img,
.featuredContentContainer .banner-placeholder img {
  max-width: 100% !important;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .featuredContentContainerSoccer .banner-placeholder,
  .featuredContentContainer .banner-placeholder {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.featuredContentContainerSoccer {
  margin: 20px 0px 10px;
}
@media only screen and (max-width: 768px) {
  .featuredContentContainerSoccer {
    margin: 0px;
  }
}
.featuredContentContainerSoccer h1 {
  text-align: center;
}
.featuredContentContainerSoccer .col {
  padding: 7px;
}
@media only screen and (max-width: 768px) {
  .featuredContentContainerSoccer .col {
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .featuredContentContainerSoccer .col .itemshow {
    margin: 0px;
  }
}
.featuredContentContainerSoccer .item {
  margin: 0px;
  padding: 0px 0px;
}
.h1 {
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: lighter;
  margin: 0px 0 30px 0;
  padding: 0px;
}
@media only screen and (max-width: 1200px) {
  .h1 {
    font-size: 25px;
  }
}
.new-episodes {
  margin: 70px 0 0 0;
}
.new-episodes h1 {
  margin-bottom: 20px;
}
.css_home .contentMaster {
  margin: 0px;
  padding: 0px;
}
.css_home .new-episodes {
  margin: 10px 0 0 0;
}
.css_home .new-episodes h1 {
  margin-bottom: 30px;
}
#footerFshows .show {
  position: relative;
}
#footerFshows .show img {
  width: 100%;
  height: auto;
}
#footerFshows .show .content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 20px 20px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  #footerFshows .show .content {
    padding: 0px 20px 20px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #footerFshows .show .content {
    padding: 0px 20px 20px 20px;
  }
}
#footerFshows .show .content h2,
#footerFshows .show .content p,
#footerFshows .show .content a {
  position: relative;
  z-index: 2;
}
#footerFshows .show .content h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
}
#footerFshows .show .content .excerpt {
  font-weight: lighter;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  #footerFshows .show .content .excerpt {
    font-size: 14px;
  }
}
#footerFshows .show .content:before {
  content: '';
  display: block;
  position: absolute;
  width: 101%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: url(img/featured-bg.png) bottom left repeat-x;
  pointer-events: none;
}
#footerFshows .show .content .more {
  background: #3D3D3D;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: lighter;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #footerFshows .show .content .more {
    padding: 5px 10px;
    font-size: 15px;
  }
}
.contactform {
  text-align: center;
  max-width: 850px;
  margin: 60px auto;
}
.contactform textarea,
.contactform input {
  background: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #6D6E71;
  color: #6D6E71;
}
.contactform textarea::-webkit-input-placeholder,
.contactform input::-webkit-input-placeholder {
  color: #6D6E71;
}
.contactform textarea:-moz-placeholder,
.contactform input:-moz-placeholder {
  color: #6D6E71;
}
.contactform textarea::-moz-placeholder,
.contactform input::-moz-placeholder {
  color: #6D6E71;
}
.contactform textarea:-ms-input-placeholder,
.contactform input:-ms-input-placeholder {
  color: #6D6E71;
}
.contactform textarea:focus,
.contactform input:focus {
  box-shadow: 0 0 10px #2c79e7;
  background-color: transparent;
  border-color: inherit;
  border-bottom: 1px solid #6D6E71;
}
.contactform button {
  margin: 0 auto;
  background: #CC0000;
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px 70px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: inherit;
  text-transform: uppercase;
}
.contactform label {
  display: none;
}
.contentMaster {
  padding: 90px 12px 53px 12px;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#heroItems {
  position: relative;
  height: 700px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #heroItems {
    height: 80vh;
  }
}
#heroItems.single {
  height: 780px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #heroItems.single {
    height: 80vh;
    margin-bottom: 30px;
  }
}
#heroItems.single .heroItem {
  height: 780px;
}
#heroItems.single .heroItem:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: transparent;
  background: -webkit-linear-gradient(-90deg, transparent, #000000);
  background: -o-linear-gradient(-90deg, transparent, #000000);
  background: -moz-linear-gradient(-90deg, transparent, #000000);
  background: linear-gradient(-90deg, transparent, #000000);
}
@media only screen and (max-width: 768px) {
  #heroItems.single .heroItem {
    height: 80vh;
  }
}
#heroItems.single .heroItem img {
  height: 780px;
}
@media only screen and (max-width: 768px) {
  #heroItems.single .heroItem img {
    height: 80vh;
  }
}
#heroItems.single .heroItem .info {
  text-align: center;
  background: none;
}
#heroItems.single .heroItem .info .excerpt {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}
#heroItems.single .heroItem .info .excerpt a {
  font-family: "Cera-Ant1-bold", "Open Sans", Serif !important;
}
#heroItems.single .heroItem .info h1 {
  color: #00e9fe;
  font-size: 64px;
  margin: 0;
  font-family: "Cera-Ant1-black", "Open Sans", Serif;
  line-height: 0.8em;
  font-weight: bolder;
}
@media only screen and (max-width: 1200px) {
  #heroItems.single .heroItem .info h1 {
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #heroItems.single .heroItem .info h1 {
    font-size: 38.4px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
#heroItems.soccer {
  margin-bottom: 0px;
}
#heroItems.soccer .info {
  display: none;
}
#heroItems.soccer .info .col-6 {
  width: 100%;
}
#heroItems.soccer .heroItem:before {
  display: none;
}
#heroItems.soccer .video {
  width: 830px;
  margin: 195px auto 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #heroItems.soccer .video {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #heroItems.soccer .video {
    width: 90%;
  }
}
#heroItems .prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  background: rgba(21, 21, 21, 0.6);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
#heroItems .prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
#heroItems .prev-next-button .arrow {
  fill: #fff;
}
#heroItems .prev-next-button.previous {
  left: 0;
}
#heroItems .prev-next-button.next {
  right: 0;
}
#heroItems .heroItem {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #heroItems .heroItem {
    height: 80vh;
  }
}
#heroItems .heroItem img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  height: 700px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #heroItems .heroItem img {
    height: 80vh;
  }
}
#heroItems .heroItem .info {
  opacity: 1;
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: url(img/bg_carousel.png) top left repeat-x;
}
#heroItems .heroItem .info .episode-btn-container {
  max-width: 460px;
  margin: 0 auto;
  padding: 20px;
}
#heroItems .heroItem .info .scheduled {
  line-height: 25px;
}
#heroItems .heroItem .info .scheduled .highlight {
  font-size: 29px;
  font-weight: 100;
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
}
#heroItems .heroItem .info h1 {
  color: #00e9fe;
  font-size: 64px;
  margin: 0;
  font-family: "Cera-Ant1-black", "Open Sans", Serif;
  line-height: 0.8em;
}
@media only screen and (max-width: 1200px) {
  #heroItems .heroItem .info h1 {
    font-size: 74px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #heroItems .heroItem .info h1 {
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #heroItems .heroItem .info h1 {
    font-size: 38.4px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
#heroItems .heroItem .info .hashtag {
  font-size: 30px;
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
}
#heroItems .heroItem .info .excerpt {
  font-family: "Cera-Ant1-light", "Open Sans", Serif;
  line-height: 20px;
  font-size: 20px;
  margin: 20px auto;
  max-width: 600px;
}
@media only screen and (max-width: 1200px) {
  #heroItems .heroItem .info .excerpt {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #heroItems .heroItem .info .excerpt {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}
#heroItems .heroItem .info .watch-btn .progress {
  width: 48px;
  height: 48px;
  border: 2px solid #666666;
  border-radius: 50%;
  position: relative;
  padding: 0;
  float: left;
  display: inline-block;
  margin-top: 10px;
}
.text-dark {
  color: #6D6E71;
}
.text-dark a {
  color: #6D6E71;
}
.text-red {
  color: #CC0000;
}
.text-red a {
  color: #CC0000;
}
#collapseMenu {
  width: 300px;
  position: absolute;
  background: #151515;
  z-index: 15;
  padding: 90px 0 15px 0;
  top: 0px;
}
#collapseMenu .cms39-header-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#collapseMenu .cms39-header-nav ul li {
  display: block;
}
#collapseMenu .cms39-header-nav ul li a {
  display: block;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
#collapseMenu .lang-list {
  display: none;
}
#collapseMenu .searchform {
  display: none;
}
@media only screen and (max-width: 768px) {
  #collapseMenu .lang-list {
    display: block;
    text-align: center;
    padding: 15px 0 0;
    border-top: 1px solid #434343;
    margin: 16px 0 0px 0;
    text-transform: uppercase;
    font-size: 11px;
  }
  #collapseMenu .searchform {
    margin: 0px 0 10px;
    display: block;
  }
  #collapseMenu .searchform button,
  #collapseMenu .searchform input {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
  }
}
#collapseMenu .site-social {
  text-align: center;
  font-size: 22.4px;
  max-width: 300px;
}
#collapseMenu .site-social ul {
  margin: 0px;
  padding: 0px;
}
#collapseMenu .site-social ul li {
  display: inline-block;
}
#collapseMenu .site-social ul li a {
  margin: 0 10px;
  display: block;
}
#collapseMenu .site-social ul:before {
  display: block;
  margin-bottom: 20px;
  content: '';
  width: 300px;
  max-width: 100%;
  background: -moz-linear-gradient(left, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0.8) 15%, #444444 19%, #444444 20%, #444444 50%, #444444 80%, #444444 81%, rgba(68, 68, 68, 0.8) 85%, rgba(68, 68, 68, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0.8) 15%, #444444 19%, #444444 20%, #444444 50%, #444444 80%, #444444 81%, rgba(68, 68, 68, 0.8) 85%, rgba(68, 68, 68, 0) 100%);
  background: linear-gradient(to right, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0.8) 15%, #444444 19%, #444444 20%, #444444 50%, #444444 80%, #444444 81%, rgba(68, 68, 68, 0.8) 85%, rgba(68, 68, 68, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#444444', GradientType=1);
  height: 1px;
}
#collapseSearch {
  background: #151515;
  padding: 20px 70px 20px;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 68px;
}
#collapseSearch input {
  width: 100%;
  font-size: 28px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px;
  border-left: 1px solid #6D6E71;
  padding: 5px 0 5px 10px;
  color: #6D6E71;
}
#collapseSearch input::-webkit-input-placeholder {
  color: #6D6E71;
}
#collapseSearch input:-moz-placeholder {
  color: #6D6E71;
}
#collapseSearch input::-moz-placeholder {
  color: #6D6E71;
}
#collapseSearch input:-ms-input-placeholder {
  color: #6D6E71;
}
#collapseSearch input:focus {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
#collapseSearch .typeahead__button {
  display: none;
}
#collapseSearch .info {
  margin: 20px 0 0 0;
}
header {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0px;
  position: absolute;
  z-index: 19;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 5px 0px;
  }
}
header button {
  cursor: pointer;
}
header .colarea3 {
  position: absolute;
  right: 10px;
  top: 18px;
}
@media only screen and (max-width: 768px) {
  header .colarea3 {
    top: 14px;
  }
}
header .colarea3 .playnow {
  display: inline-block;
  text-align: left;
  line-height: 17px;
  top: 5px;
  position: relative;
  font-family: "Cera-Ant1-black", "Open Sans", Serif;
}
header .colarea3 .playnow span {
  display: block;
  color: #CC0000;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header .colarea3 .playnow {
    text-align: right;
  }
}
header .colarea2 {
  position: absolute;
  left: 281px;
  top: 30px;
  text-align: left;
}
header .colarea2 ul {
  margin: 0px;
  padding: 0px;
}
header .colarea2 ul li {
  padding: 0 10px;
}
header .colarea2 ul li a {
  padding: 0 5px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  header .colarea2 {
    position: relative;
    text-align: left;
    left: inherit;
    top: inherit;
    margin-top: 10px;
  }
  header .colarea2 ul li {
    padding: 0 3px;
  }
  header .colarea2 ul li a {
    padding: 0 2px;
    font-size: 14px;
  }
}
header .colarea1 {
  left: 156px;
  width: 120px;
  position: absolute;
  top: 19px;
}
header .colarea1 .col1inner {
  z-index: 21;
  position: relative;
}
header .colarea1 .col1inner .col {
  padding-left: 0px;
  padding-right: 0px;
}
header .colarea1 .col1inner .col-sitesearch {
  width: 80px;
  left: 50px;
  position: absolute;
}
header .colarea1 .col1inner .colmenu {
  width: 50px;
  position: absolute;
}
header .colarea1 .col1inner .col1 {
  padding: 0px 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  header .colarea1 .col1inner .col1 {
    padding: 0px 10px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  header .colarea1 .col1inner .colmenu {
    text-align: left !important;
  }
}
header .lang-list {
  font-size: 13px;
  text-transform: uppercase;
  border-left: 1px solid #FFFFFF;
  display: inline-block;
  padding: 12px 0px 12px 10px;
  margin: 0px 0 0 10px;
}
header .lang-list li a.active {
  color: #CC0000;
}
@media only screen and (max-width: 768px) {
  header .lang-list {
    display: none;
  }
}
header .logo {
  display: inline-block;
}
header .logo img {
  width: 113px;
  height: 53px;
}
header .site-search {
  border-left: 1px solid #FFFFFF;
  margin-left: 10px;
  padding-left: 10px;
}
header .site-search .search-btn {
  background: transparent;
  border: 0;
  font-size: 22.4px;
  color: #FFFFFF;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  header .site-search {
    display: none;
  }
}
header .menu-toggle {
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  width: 50px;
  padding: 3px;
  border: 0;
  outline: none;
  color: #FFFFFF;
}
header .menu-toggle > .menu-icon {
  display: inline-block;
  width: 40px;
  height: 36px;
  padding: 5px 7px;
  border-radius: 3px;
}
header .menu-toggle > .menu-icon > span {
  display: block;
  height: 3px;
  width: 100%;
  margin: 5px 0;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer {
  padding: 30px 30px 10px;
  background: #000000;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 0px 10px;
  }
  footer .foot_1 {
    margin-bottom: 20px;
  }
  footer h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
  footer .text-theme-copyright {
    margin-top: 20px;
  }
}
footer h2 {
  margin: 0 0 30px 0;
}
footer #subscribeform label {
  display: none;
}
footer #subscribeform #subscribeformMSG {
  clear: both;
  margin: 20px 0 0 0;
  padding: 0px 0 0 0;
  display: inline-block;
}
footer #subscribeform input {
  width: 60%;
  max-width: 680px;
  color: #000;
  border: none;
  padding: 15px 20px;
  float: left;
  line-height: normal;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}
footer #subscribeform input[type="submit"] {
  background: #151515;
  width: 40%;
  max-width: 340px;
  color: #FFFFFF;
  text-align: center;
}
footer .site-social {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .site-social li {
  display: inline-block;
}
footer .site-social li a {
  display: block;
  padding: 0px;
  margin: 0 20px 0 0;
  font-size: 25px;
}
footer .cms39-footer-nav {
  margin: 20px 0 0 0;
}
footer .cms39-footer-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .cms39-footer-nav ul li {
  display: inline-block;
}
footer .cms39-footer-nav ul li a {
  font-size: 16px;
  display: block;
  padding: 0px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  footer .cms39-footer-nav ul li a {
    font-size: 17px;
    line-height: 34px;
    margin: 0 14px 0 0;
  }
}
.copyright {
  margin: 0px 0;
  padding: 20px 0;
  background: #000000;
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.item_data {
  min-height: 130px;
  width: 100%;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.item_data.active {
  display: none;
}
.item_data:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.item_data .details {
  border-top: 5px solid #FFFFFF;
  padding: 15px 0px;
  line-height: 11px;
  text-align: center;
}
.item_data .details .title {
  font-weight: 400;
  display: block;
}
.item_data .details .link {
  color: #FFFFFF;
  font-size: 0.8em;
  padding-top: 4px;
  display: block;
}
.item_data img {
  width: 100%;
}
div.blockMsg {
  width: 40%;
  top: 30%;
  left: 30%;
  text-align: center;
  background-color: #CC0000;
  border: 1px solid #151515;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  padding: 30px 10px;
}
div.blockMsg h1 {
  color: #FFFFFF;
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* X Small devices (tablets, 480px and up) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
