/*STYLE.CSS*/
/*------------------------------------------------------*/
/* RESET */
/*------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box;
  font-size: 10px;
  overflow-x: hidden; }

body {
  font-size: 14px;
  overflow-x: hidden;
}

input, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

img{
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*--------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

a {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

* {
  -webkit-tap-highlight-color: transparent; }

/* extends */
.wpc-trans, .cs-btn, .cs-c-hover-1, .cs-o-hover-1, .cs-twitter-msg .cs-twitter-msg-text a, .cs-twitter-msg .cs-twitter-msg-author, .cs-social-share .cs-social-share-list li a, .cs-header .header-bottom .header-bottom-search .header-bottom-search-inp, .cs-header .header-bottom .cs-navigation .main-menu > li > a, .cs-nav-wrap, .main-menu .sub-menu .menu-item a, .cs-twitter-msg .cs-twitter-msg-options a .fa, .cs-twitter-msg .cs-twitter-msg-options span .fa, .cs-involved .involved-bottom, .cs-service-item .cs-service-title {
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

.container-fluid {
  min-width: 280px; }

.container {
  min-width: 280px; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row-eq-sm-height {
  display: block; }

.center-block {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.cs-ind-1 {
  position: relative;
  z-index: 1; }

@media (max-width: 359px) {
  .col-xxs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .row-eq-sm-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* eq columns 1 */
.eq-row {
  overflow: hidden; }

.eq-col {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

/* eq columns 2 */
.a-col-half {
  width: 50%;
  float: left; }

.a-col-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.a-col-img.right {
  left: 50%; }

.a-col-text {
  margin-left: 50%; }

/* eq columns 3 */
.a-eq-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.a-eq-cell {
  display: table-cell;
  width: 50%; }

/*--------------------------------------------------------------------------------*/
/* background image */
/*--------------------------------------------------------------------------------*/
.s-back-switch {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.s-back-sibling-switch {
  position: relative; }
  .s-back-sibling-switch .s-sibling-switch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }

/*background positions*/
.cs-bg-p1 {
  background-size: contain;
  background-position: right bottom; }

.cs-noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------------------------*/
/* Custom paddings/margins */
/*--------------------------------------------------------------------------------*/
.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.no-padd {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.no-padd-right {
  padding-right: 0px !important;
}

.padd-15 {
  padding: 0px 15px; }

.padd-30 {
  padding: 0px 30px; }

.padd-45 {
  padding: 0px 45px; }

@media (max-width: 991px) {
  .md-t-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .no-padd-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .padd-only-xs {
    padding-left: 15px;
    padding-right: 15px; }
  .sm-t-center {
    text-align: center; }
  .sm-t-left {
    text-align: left; }
  .xs-pull-left {
    float: left !important;
  }
  .xs-clear {
    clear: both;
  }
}

@media (min-width: 768px) {
  .padd-only-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.padd-only-sm {
  padding-left: 0;
  padding-right: 0; }

.marg-lg-b2 {
  margin-bottom: 2px; }

.marg-lg-t2 {
  margin-top: 2px; }

.marg-lg-b4 {
  margin-bottom: 4px; }

.marg-lg-t4 {
  margin-top: 4px; }

.marg-lg-b5 {
  margin-bottom: 5px; }

.marg-lg-t5 {
  margin-top: 5px; }

.marg-lg-b10 {
  margin-bottom: 10px; }

.marg-lg-t10 {
  margin-top: 10px; }

.marg-lg-b15 {
  margin-bottom: 15px; }

.marg-lg-t15 {
  margin-top: 15px; }

.marg-lg-b20 {
  margin-bottom: 20px; }

.marg-lg-t20 {
  margin-top: 20px; }

.marg-lg-b25 {
  margin-bottom: 25px; }

.marg-lg-t25 {
  margin-top: 25px; }

.marg-lg-b30 {
  margin-bottom: 30px; }

.marg-lg-t30 {
  margin-top: 30px; }

.marg-lg-b35 {
  margin-bottom: 35px; }

.marg-lg-t35 {
  margin-top: 35px; }

.marg-lg-b40 {
  margin-bottom: 40px; }

.marg-lg-t40 {
  margin-top: 40px; }

.marg-lg-b45 {
  margin-bottom: 45px; }

.marg-lg-t45 {
  margin-top: 45px; }

.marg-lg-b50 {
  margin-bottom: 50px; }

.marg-lg-t50 {
  margin-top: 50px; }

.marg-lg-b55 {
  margin-bottom: 55px; }

.marg-lg-t55 {
  margin-top: 55px; }

.marg-lg-b60 {
  margin-bottom: 60px; }

.marg-lg-t60 {
  margin-top: 60px; }

.marg-lg-b65 {
  margin-bottom: 65px; }

.marg-lg-t65 {
  margin-top: 65px; }

.marg-lg-b70 {
  margin-bottom: 70px; }

.marg-lg-t70 {
  margin-top: 70px; }

.marg-lg-b75 {
  margin-bottom: 75px; }

.marg-lg-t75 {
  margin-top: 75px; }

.marg-lg-b80 {
  margin-bottom: 80px; }

.marg-lg-t80 {
  margin-top: 80px; }

.marg-lg-b85 {
  margin-bottom: 85px; }

.marg-lg-t85 {
  margin-top: 85px; }

.marg-lg-b90 {
  margin-bottom: 90px; }

.marg-lg-t90 {
  margin-top: 90px; }

.marg-lg-b95 {
  margin-bottom: 95px; }

.marg-lg-t95 {
  margin-top: 95px; }

.marg-lg-b100 {
  margin-bottom: 100px; }

.marg-lg-t100 {
  margin-top: 100px; }

.marg-lg-b105 {
  margin-bottom: 105px; }

.marg-lg-t105 {
  margin-top: 105px; }

.marg-lg-b110 {
  margin-bottom: 110px; }

.marg-lg-t110 {
  margin-top: 110px; }

.marg-lg-b115 {
  margin-bottom: 115px; }

.marg-lg-t115 {
  margin-top: 115px; }

.marg-lg-b120 {
  margin-bottom: 120px; }

.marg-lg-t120 {
  margin-top: 120px; }

.marg-lg-b125 {
  margin-bottom: 125px; }

.marg-lg-t125 {
  margin-top: 125px; }

.marg-lg-b130 {
  margin-bottom: 130px; }

.marg-lg-t130 {
  margin-top: 130px; }

.marg-lg-b135 {
  margin-bottom: 135px; }

.marg-lg-t135 {
  margin-top: 135px; }

.marg-lg-b140 {
  margin-bottom: 140px; }

.marg-lg-t140 {
  margin-top: 140px; }

.marg-lg-b145 {
  margin-bottom: 145px; }

.marg-lg-t145 {
  margin-top: 145px; }

.marg-lg-b150 {
  margin-bottom: 150px; }

.marg-lg-t150 {
  margin-top: 150px; }

.marg-lg-b155 {
  margin-bottom: 155px; }

.marg-lg-t155 {
  margin-top: 155px; }

.marg-lg-b160 {
  margin-bottom: 160px; }

.marg-lg-t160 {
  margin-top: 160px; }

.marg-lg-b165 {
  margin-bottom: 165px; }

.marg-lg-t165 {
  margin-top: 165px; }

.marg-lg-b170 {
  margin-bottom: 170px; }

.marg-lg-t170 {
  margin-top: 170px; }

.marg-lg-b175 {
  margin-bottom: 175px; }

.marg-lg-t175 {
  margin-top: 175px; }

.marg-lg-b180 {
  margin-bottom: 180px; }

.marg-lg-t180 {
  margin-top: 180px; }

.marg-lg-b185 {
  margin-bottom: 185px; }

.marg-lg-t185 {
  margin-top: 185px; }

.marg-lg-b190 {
  margin-bottom: 190px; }

.marg-lg-t190 {
  margin-top: 190px; }

.marg-lg-b195 {
  margin-bottom: 195px; }

.marg-lg-t195 {
  margin-top: 195px; }

.marg-lg-b200 {
  margin-bottom: 200px; }

.marg-lg-t200 {
  margin-top: 200px; }

@media (max-width: 1199px) {
  .marg-md-b5 {
    margin-bottom: 5px; }
  .marg-md-t5 {
    margin-top: 5px; }
  .marg-md-b10 {
    margin-bottom: 10px; }
  .marg-md-t10 {
    margin-top: 10px; }
  .marg-md-b15 {
    margin-bottom: 15px; }
  .marg-md-t15 {
    margin-top: 15px; }
  .marg-md-b20 {
    margin-bottom: 20px; }
  .marg-md-t20 {
    margin-top: 20px; }
  .marg-md-b25 {
    margin-bottom: 25px; }
  .marg-md-t25 {
    margin-top: 25px; }
  .marg-md-b30 {
    margin-bottom: 30px; }
  .marg-md-t30 {
    margin-top: 30px; }
  .marg-md-b35 {
    margin-bottom: 35px; }
  .marg-md-t35 {
    margin-top: 35px; }
  .marg-md-b40 {
    margin-bottom: 40px; }
  .marg-md-t40 {
    margin-top: 40px; }
  .marg-md-b45 {
    margin-bottom: 45px; }
  .marg-md-t45 {
    margin-top: 45px; }
  .marg-md-b50 {
    margin-bottom: 50px; }
  .marg-md-t50 {
    margin-top: 50px; }
  .marg-md-b55 {
    margin-bottom: 55px; }
  .marg-md-t55 {
    margin-top: 55px; }
  .marg-md-b60 {
    margin-bottom: 60px; }
  .marg-md-t60 {
    margin-top: 60px; }
  .marg-md-b65 {
    margin-bottom: 65px; }
  .marg-md-t65 {
    margin-top: 65px; }
  .marg-md-b70 {
    margin-bottom: 70px; }
  .marg-md-t70 {
    margin-top: 70px; }
  .marg-md-b75 {
    margin-bottom: 75px; }
  .marg-md-t75 {
    margin-top: 75px; }
  .marg-md-b80 {
    margin-bottom: 80px; }
  .marg-md-t80 {
    margin-top: 80px; }
  .marg-md-b85 {
    margin-bottom: 85px; }
  .marg-md-t85 {
    margin-top: 85px; }
  .marg-md-b90 {
    margin-bottom: 90px; }
  .marg-md-t90 {
    margin-top: 90px; }
  .marg-md-b95 {
    margin-bottom: 95px; }
  .marg-md-t95 {
    margin-top: 95px; }
  .marg-md-b100 {
    margin-bottom: 100px; }
  .marg-md-t100 {
    margin-top: 100px; }
  .marg-md-b105 {
    margin-bottom: 105px; }
  .marg-md-t105 {
    margin-top: 105px; }
  .marg-md-b110 {
    margin-bottom: 110px; }
  .marg-md-t110 {
    margin-top: 110px; }
  .marg-md-b115 {
    margin-bottom: 115px; }
  .marg-md-t115 {
    margin-top: 115px; }
  .marg-md-b120 {
    margin-bottom: 120px; }
  .marg-md-t120 {
    margin-top: 120px; }
  .marg-md-b125 {
    margin-bottom: 125px; }
  .marg-md-t125 {
    margin-top: 125px; }
  .marg-md-b130 {
    margin-bottom: 130px; }
  .marg-md-t130 {
    margin-top: 130px; }
  .marg-md-b135 {
    margin-bottom: 135px; }
  .marg-md-t135 {
    margin-top: 135px; }
  .marg-md-b140 {
    margin-bottom: 140px; }
  .marg-md-t140 {
    margin-top: 140px; }
  .marg-md-b145 {
    margin-bottom: 145px; }
  .marg-md-t145 {
    margin-top: 145px; }
  .marg-md-b150 {
    margin-bottom: 150px; }
  .marg-md-t150 {
    margin-top: 150px; }
  .marg-md-b155 {
    margin-bottom: 155px; }
  .marg-md-t155 {
    margin-top: 155px; }
  .marg-md-b160 {
    margin-bottom: 160px; }
  .marg-md-t160 {
    margin-top: 160px; }
  .marg-md-b165 {
    margin-bottom: 165px; }
  .marg-md-t165 {
    margin-top: 165px; }
  .marg-md-b170 {
    margin-bottom: 170px; }
  .marg-md-t170 {
    margin-top: 170px; }
  .marg-md-b175 {
    margin-bottom: 175px; }
  .marg-md-t175 {
    margin-top: 175px; }
  .marg-md-b180 {
    margin-bottom: 180px; }
  .marg-md-t180 {
    margin-top: 180px; }
  .marg-md-b185 {
    margin-bottom: 185px; }
  .marg-md-t185 {
    margin-top: 185px; }
  .marg-md-b190 {
    margin-bottom: 190px; }
  .marg-md-t190 {
    margin-top: 190px; }
  .marg-md-b195 {
    margin-bottom: 195px; }
  .marg-md-t195 {
    margin-top: 195px; }
  .marg-md-b200 {
    margin-bottom: 200px; }
  .marg-md-t200 {
    margin-top: 200px; } }

@media screen and (max-width: 991px) {
  .marg-sm-b5 {
    margin-bottom: 5px; }
  .marg-sm-t5 {
    margin-top: 5px; }
  .marg-sm-b10 {
    margin-bottom: 10px; }
  .marg-sm-t10 {
    margin-top: 10px; }
  .marg-sm-b15 {
    margin-bottom: 15px; }
  .marg-sm-t15 {
    margin-top: 15px; }
  .marg-sm-b20 {
    margin-bottom: 20px; }
  .marg-sm-t20 {
    margin-top: 20px; }
  .marg-sm-b25 {
    margin-bottom: 25px; }
  .marg-sm-t25 {
    margin-top: 25px; }
  .marg-sm-b30 {
    margin-bottom: 30px; }
  .marg-sm-t30 {
    margin-top: 30px; }
  .marg-sm-b35 {
    margin-bottom: 35px; }
  .marg-sm-t35 {
    margin-top: 35px; }
  .marg-sm-b40 {
    margin-bottom: 40px; }
  .marg-sm-t40 {
    margin-top: 40px; }
  .marg-sm-b45 {
    margin-bottom: 45px; }
  .marg-sm-t45 {
    margin-top: 45px; }
  .marg-sm-b50 {
    margin-bottom: 50px; }
  .marg-sm-t50 {
    margin-top: 50px; }
  .marg-sm-b55 {
    margin-bottom: 55px; }
  .marg-sm-t55 {
    margin-top: 55px; }
  .marg-sm-b60 {
    margin-bottom: 60px; }
  .marg-sm-t60 {
    margin-top: 60px; }
  .marg-sm-b65 {
    margin-bottom: 65px; }
  .marg-sm-t65 {
    margin-top: 65px; }
  .marg-sm-b70 {
    margin-bottom: 70px; }
  .marg-sm-t70 {
    margin-top: 70px; }
  .marg-sm-b75 {
    margin-bottom: 75px; }
  .marg-sm-t75 {
    margin-top: 75px; }
  .marg-sm-b80 {
    margin-bottom: 80px; }
  .marg-sm-t80 {
    margin-top: 80px; }
  .marg-sm-b85 {
    margin-bottom: 85px; }
  .marg-sm-t85 {
    margin-top: 85px; }
  .marg-sm-b90 {
    margin-bottom: 90px; }
  .marg-sm-t90 {
    margin-top: 90px; }
  .marg-sm-b95 {
    margin-bottom: 95px; }
  .marg-sm-t95 {
    margin-top: 95px; }
  .marg-sm-b100 {
    margin-bottom: 100px; }
  .marg-sm-t100 {
    margin-top: 100px; }
  .marg-sm-b105 {
    margin-bottom: 105px; }
  .marg-sm-t105 {
    margin-top: 105px; }
  .marg-sm-b110 {
    margin-bottom: 110px; }
  .marg-sm-t110 {
    margin-top: 110px; }
  .marg-sm-b115 {
    margin-bottom: 115px; }
  .marg-sm-t115 {
    margin-top: 115px; }
  .marg-sm-b120 {
    margin-bottom: 120px; }
  .marg-sm-t120 {
    margin-top: 120px; }
  .marg-sm-b125 {
    margin-bottom: 125px; }
  .marg-sm-t125 {
    margin-top: 125px; }
  .marg-sm-b130 {
    margin-bottom: 130px; }
  .marg-sm-t130 {
    margin-top: 130px; }
  .marg-sm-b135 {
    margin-bottom: 135px; }
  .marg-sm-t135 {
    margin-top: 135px; }
  .marg-sm-b140 {
    margin-bottom: 140px; }
  .marg-sm-t140 {
    margin-top: 140px; }
  .marg-sm-b145 {
    margin-bottom: 145px; }
  .marg-sm-t145 {
    margin-top: 145px; }
  .marg-sm-b150 {
    margin-bottom: 150px; }
  .marg-sm-t150 {
    margin-top: 150px; }
  .marg-sm-b155 {
    margin-bottom: 155px; }
  .marg-sm-t155 {
    margin-top: 155px; }
  .marg-sm-b160 {
    margin-bottom: 160px; }
  .marg-sm-t160 {
    margin-top: 160px; }
  .marg-sm-b165 {
    margin-bottom: 165px; }
  .marg-sm-t165 {
    margin-top: 165px; }
  .marg-sm-b170 {
    margin-bottom: 170px; }
  .marg-sm-t170 {
    margin-top: 170px; }
  .marg-sm-b175 {
    margin-bottom: 175px; }
  .marg-sm-t175 {
    margin-top: 175px; }
  .marg-sm-b180 {
    margin-bottom: 180px; }
  .marg-sm-t180 {
    margin-top: 180px; }
  .marg-sm-b185 {
    margin-bottom: 185px; }
  .marg-sm-t185 {
    margin-top: 185px; }
  .marg-sm-b190 {
    margin-bottom: 190px; }
  .marg-sm-t190 {
    margin-top: 190px; }
  .marg-sm-b195 {
    margin-bottom: 195px; }
  .marg-sm-t195 {
    margin-top: 195px; }
  .marg-sm-b200 {
    margin-bottom: 200px; }
  .marg-sm-t200 {
    margin-top: 200px; } }

@media screen and (max-width: 767px) {
  .marg-xs-b0 {
    margin-bottom: 0; }
  .marg-xs-b5 {
    margin-bottom: 5px; }
  .marg-xs-t5 {
    margin-top: 5px; }
  .marg-xs-b10 {
    margin-bottom: 10px; }
  .marg-xs-t10 {
    margin-top: 10px; }
  .marg-xs-b15 {
    margin-bottom: 15px; }
  .marg-xs-t15 {
    margin-top: 15px; }
  .marg-xs-b20 {
    margin-bottom: 20px; }
  .marg-xs-t20 {
    margin-top: 20px; }
  .marg-xs-b25 {
    margin-bottom: 25px; }
  .marg-xs-t25 {
    margin-top: 25px; }
  .marg-xs-b30 {
    margin-bottom: 30px; }
  .marg-xs-t30 {
    margin-top: 30px; }
  .marg-xs-b35 {
    margin-bottom: 35px; }
  .marg-xs-t35 {
    margin-top: 35px; }
  .marg-xs-b40 {
    margin-bottom: 40px; }
  .marg-xs-t40 {
    margin-top: 40px; }
  .marg-xs-b45 {
    margin-bottom: 45px; }
  .marg-xs-t45 {
    margin-top: 45px; }
  .marg-xs-b50 {
    margin-bottom: 50px; }
  .marg-xs-t50 {
    margin-top: 50px; }
  .marg-xs-b55 {
    margin-bottom: 55px; }
  .marg-xs-t55 {
    margin-top: 55px; }
  .marg-xs-b60 {
    margin-bottom: 60px; }
  .marg-xs-t60 {
    margin-top: 60px; }
  .marg-xs-b65 {
    margin-bottom: 65px; }
  .marg-xs-t65 {
    margin-top: 65px; }
  .marg-xs-b70 {
    margin-bottom: 70px; }
  .marg-xs-t70 {
    margin-top: 70px; }
  .marg-xs-b75 {
    margin-bottom: 75px; }
  .marg-xs-t75 {
    margin-top: 75px; }
  .marg-xs-b80 {
    margin-bottom: 80px; }
  .marg-xs-t80 {
    margin-top: 80px; }
  .marg-xs-b85 {
    margin-bottom: 85px; }
  .marg-xs-t85 {
    margin-top: 85px; }
  .marg-xs-b90 {
    margin-bottom: 90px; }
  .marg-xs-t90 {
    margin-top: 90px; }
  .marg-xs-b95 {
    margin-bottom: 95px; }
  .marg-xs-t95 {
    margin-top: 95px; }
  .marg-xs-b100 {
    margin-bottom: 100px; }
  .marg-xs-t100 {
    margin-top: 100px; }
  .marg-xs-b105 {
    margin-bottom: 105px; }
  .marg-xs-t105 {
    margin-top: 105px; }
  .marg-xs-b110 {
    margin-bottom: 110px; }
  .marg-xs-t110 {
    margin-top: 110px; }
  .marg-xs-b115 {
    margin-bottom: 115px; }
  .marg-xs-t115 {
    margin-top: 115px; }
  .marg-xs-b120 {
    margin-bottom: 120px; }
  .marg-xs-t120 {
    margin-top: 120px; }
  .marg-xs-b125 {
    margin-bottom: 125px; }
  .marg-xs-t125 {
    margin-top: 125px; }
  .marg-xs-b130 {
    margin-bottom: 130px; }
  .marg-xs-t130 {
    margin-top: 130px; }
  .marg-xs-b135 {
    margin-bottom: 135px; }
  .marg-xs-t135 {
    margin-top: 135px; }
  .marg-xs-b140 {
    margin-bottom: 140px; }
  .marg-xs-t140 {
    margin-top: 140px; }
  .marg-xs-b145 {
    margin-bottom: 145px; }
  .marg-xs-t145 {
    margin-top: 145px; }
  .marg-xs-b150 {
    margin-bottom: 150px; }
  .marg-xs-t150 {
    margin-top: 150px; }
  .marg-xs-b155 {
    margin-bottom: 155px; }
  .marg-xs-t155 {
    margin-top: 155px; }
  .marg-xs-b160 {
    margin-bottom: 160px; }
  .marg-xs-t160 {
    margin-top: 160px; }
  .marg-xs-b165 {
    margin-bottom: 165px; }
  .marg-xs-t165 {
    margin-top: 165px; }
  .marg-xs-b170 {
    margin-bottom: 170px; }
  .marg-xs-t170 {
    margin-top: 170px; }
  .marg-xs-b175 {
    margin-bottom: 175px; }
  .marg-xs-t175 {
    margin-top: 175px; }
  .marg-xs-b180 {
    margin-bottom: 180px; }
  .marg-xs-t180 {
    margin-top: 180px; }
  .marg-xs-b185 {
    margin-bottom: 185px; }
  .marg-xs-t185 {
    margin-top: 185px; }
  .marg-xs-b190 {
    margin-bottom: 190px; }
  .marg-xs-t190 {
    margin-top: 190px; }
  .marg-xs-b195 {
    margin-bottom: 195px; }
  .marg-xs-t195 {
    margin-top: 195px; }
  .marg-xs-b200 {
    margin-bottom: 200px; }
  .marg-xs-t200 {
    margin-top: 200px; } }

@media screen and (max-width: 359px) {
  .marg-xxs-b5 {
    margin-bottom: 5px; }
  .marg-xxs-t5 {
    margin-top: 5px; }
  .marg-xxs-b10 {
    margin-bottom: 10px; }
  .marg-xxs-t10 {
    margin-top: 10px; }
  .marg-xxs-b15 {
    margin-bottom: 15px; }
  .marg-xxs-t15 {
    margin-top: 15px; }
  .marg-xxs-b20 {
    margin-bottom: 20px; }
  .marg-xxs-t20 {
    margin-top: 20px; }
  .marg-xxs-b25 {
    margin-bottom: 25px; }
  .marg-xxs-t25 {
    margin-top: 25px; }
  .marg-xxs-b30 {
    margin-bottom: 30px; }
  .marg-xxs-t30 {
    margin-top: 30px; }
  .marg-xxs-b35 {
    margin-bottom: 35px; }
  .marg-xxs-t35 {
    margin-top: 35px; }
  .marg-xxs-b40 {
    margin-bottom: 40px; }
  .marg-xxs-t40 {
    margin-top: 40px; }
  .marg-xxs-b45 {
    margin-bottom: 45px; }
  .marg-xxs-t45 {
    margin-top: 45px; }
  .marg-xxs-b50 {
    margin-bottom: 50px; }
  .marg-xxs-t50 {
    margin-top: 50px; }
  .marg-xxs-b55 {
    margin-bottom: 55px; }
  .marg-xxs-t55 {
    margin-top: 55px; }
  .marg-xxs-b60 {
    margin-bottom: 60px; }
  .marg-xxs-t60 {
    margin-top: 60px; }
  .marg-xxs-b65 {
    margin-bottom: 65px; }
  .marg-xxs-t65 {
    margin-top: 65px; }
  .marg-xxs-b70 {
    margin-bottom: 70px; }
  .marg-xxs-t70 {
    margin-top: 70px; }
  .marg-xxs-b75 {
    margin-bottom: 75px; }
  .marg-xxs-t75 {
    margin-top: 75px; }
  .marg-xxs-b80 {
    margin-bottom: 80px; }
  .marg-xxs-t80 {
    margin-top: 80px; }
  .marg-xxs-b85 {
    margin-bottom: 85px; }
  .marg-xxs-t85 {
    margin-top: 85px; }
  .marg-xxs-b90 {
    margin-bottom: 90px; }
  .marg-xxs-t90 {
    margin-top: 90px; }
  .marg-xxs-b95 {
    margin-bottom: 95px; }
  .marg-xxs-t95 {
    margin-top: 95px; }
  .marg-xxs-b100 {
    margin-bottom: 100px; }
  .marg-xxs-t100 {
    margin-top: 100px; }
  .marg-xxs-b105 {
    margin-bottom: 105px; }
  .marg-xxs-t105 {
    margin-top: 105px; }
  .marg-xxs-b110 {
    margin-bottom: 110px; }
  .marg-xxs-t110 {
    margin-top: 110px; }
  .marg-xxs-b115 {
    margin-bottom: 115px; }
  .marg-xxs-t115 {
    margin-top: 115px; }
  .marg-xxs-b120 {
    margin-bottom: 120px; }
  .marg-xxs-t120 {
    margin-top: 120px; }
  .marg-xxs-b125 {
    margin-bottom: 125px; }
  .marg-xxs-t125 {
    margin-top: 125px; }
  .marg-xxs-b130 {
    margin-bottom: 130px; }
  .marg-xxs-t130 {
    margin-top: 130px; }
  .marg-xxs-b135 {
    margin-bottom: 135px; }
  .marg-xxs-t135 {
    margin-top: 135px; }
  .marg-xxs-b140 {
    margin-bottom: 140px; }
  .marg-xxs-t140 {
    margin-top: 140px; }
  .marg-xxs-b145 {
    margin-bottom: 145px; }
  .marg-xxs-t145 {
    margin-top: 145px; }
  .marg-xxs-b150 {
    margin-bottom: 150px; }
  .marg-xxs-t150 {
    margin-top: 150px; }
  .marg-xxs-b155 {
    margin-bottom: 155px; }
  .marg-xxs-t155 {
    margin-top: 155px; }
  .marg-xxs-b160 {
    margin-bottom: 160px; }
  .marg-xxs-t160 {
    margin-top: 160px; }
  .marg-xxs-b165 {
    margin-bottom: 165px; }
  .marg-xxs-t165 {
    margin-top: 165px; }
  .marg-xxs-b170 {
    margin-bottom: 170px; }
  .marg-xxs-t170 {
    margin-top: 170px; }
  .marg-xxs-b175 {
    margin-bottom: 175px; }
  .marg-xxs-t175 {
    margin-top: 175px; }
  .marg-xxs-b180 {
    margin-bottom: 180px; }
  .marg-xxs-t180 {
    margin-top: 180px; }
  .marg-xxs-b185 {
    margin-bottom: 185px; }
  .marg-xxs-t185 {
    margin-top: 185px; }
  .marg-xxs-b190 {
    margin-bottom: 190px; }
  .marg-xxs-t190 {
    margin-top: 190px; }
  .marg-xxs-b195 {
    margin-bottom: 195px; }
  .marg-xxs-t195 {
    margin-top: 195px; }
  .marg-xxs-b200 {
    margin-bottom: 200px; }
  .marg-xxs-t200 {
    margin-top: 200px; } }

/*--------------------------------------------------------------------------------*/
/* CRICKET SCOTLAND style guide */
/*--------------------------------------------------------------------------------*/
/* Colors */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova','Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em; }

p {
  font-family: 'Proxima Nova','Montserrat', sans-serif;
  font-weight: 200;
  letter-spacing: -0.04em; }

/* SVG */
.cs-svg-background {
  background: url(../assets/map-lines.svg);
  background-size: 100% 800%;
  background-position: 100% -2400px; }

/*--------------------------------------------------------------------------*/
/* FONTS */
/*--------------------------------------------------------------------------*/
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/Proxima-Nova-Regular.otf); }

@font-face {
  font-family: 'Proxima-Nova-Extrabold';
  src: url(../fonts/Proxima-Nova-Extrabold.otf); }

.font-1, .cs-btn.style-1, .cs-btn.style-2, .cs-btn.style-3, .cs-btn.style-4, .cs-btn.style-8, .cs-btn.style-6, .cs-btn.style-5, .cs-btn.style-9, .cs-btn.style-7, .cs-btn.minimal, .cs-header .header-top .header-top-list li a, .cs-header .header-bottom .header-bottom-search .header-bottom-search-inp, .main-menu .sub-menu .menu-item a, .cs-twitter-msg .cs-twitter-msg-author, .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li a, .cs-terms-block p, .cs-terms-light-block .cs-terms-light-descr, .cs-infoblock.style-10 .cs-infoblock-date, .cs-list li, .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-search .club-finder-search-inp, .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-radio-group .club-finder-radio-label, .cs-press-contact-us p, .cs-custom-select li, .cs-staff-item-wrap .cs-staff-heading h6, .cs-staff-about-detail .cs-about-info p, .cs-about-detail-bio p, .cs-hall-item-wrap .cs-hall-heading h6, .cs-contacts-info .cs-contacts-address, .cs-contacts-info .cs-contacts-email a,
.cs-contacts-info .cs-contacts-phone a, .wpcf7 input:not([type="submit"]),
.wpcf7 textarea, .cs-small-info-block .cs-small-info-text, .cs-download-item .cs-download-text, .cs-footer .footer-menu .widget_nav_menu .menu a, .cs-footer .footer-info .footer-contact-info .contact-info-descr, .cs-footer .footer-info .footer-socials-info li a, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header, .cs-team-block .cs-team-block-item .cs-team-block-subtitle, .cs-squad-block .cs-squad-block-desc .cs-squad-block-rank, .cs-service-item .cs-service-text, .cs-post-header .cs-post-header-top .category-label, .cs-post .entry-content figure figcaption, .cs-form-inp, .cs-courses-item-wrap .cs-courses-item-content-wrap p, .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-descr {
  font-family: 'Proxima Nova','Montserrat', sans-serif; }

.font-2, .cs-btn.size-3, .search-navigation .page-numbers, .no-search-results .section--description, .cs-header .header-bottom .cs-navigation .main-menu > li > a, .cs-footer .footer-menu .widget_nav_menu .menu .menu-item:first-child a, .cs-main-banner-head .cs-main-banner-head-title, .cs-h2, .cs-h3, .cs-heading.style-1 .cs-heading-title, .cs-heading.style-2 .cs-heading-title, .cs-banner-slide .cs-banner-slide-title, .cs-news-box.style-1 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-title, .cs-news-box.style-2 .cs-news-box-title, .cs-twitter-msg .cs-twitter-msg-text, .cs-simple-banner .cs-simple-banner-title, .cs-big-banner .cs-big-banner-info .cs-big-banner-title, .cs-terms-breadcrumbs .cs-terms-breadcrumbs-title, .cs-terms-block h4, .cs-terms-light-block .cs-terms-light-title, .cs-infoblock.style-10 .cs-infoblock-date .cs-infoblock-date-item, .cs-breaking .cs-breaking-title, .cs-breaking .cs-breaking-desc, .cs-advertisement h3, .cs-involved .involved-top .involved-top-title, .cs-involved .involved-bottom h5, .cs-play-list li, .cs-social-share .cs-social-share-title, .cs-subscribe-form .cs-subscribe-form-label, .cs-press-kit-simple-content .cs-press-kit-text, .cs-image-gallery-filter .cs-custom-select-title, .cs-custom-select > div, .cs-staff-item-wrap .cs-staff-heading h5, .cs-staff-item-wrap .cs-staff-heading h5 a, .cs-staff-item-wrap .cs-staff-heading h6, .cs-staff-item-wrap .cs-staff-contact a, .cs-staff-about-detail .cs-about-info h3, .cs-staff-about-detail .cs-about-info h5, .cs-about-detail-bio h5, .cs-hall-item-wrap .cs-hall-heading h3, .cs-hall-item-wrap .cs-hall-info-item, .cs-filter-search, .cs-contacts-info .cs-contacts-title, .wpcf7 .cs-wpcf7-title, .wpcf7 label, .cs-small-info-block .cs-small-info-title, .cs-download-item .cs-download-link, .cs-footer .footer-top .footer-top-link, .cs-footer .footer-menu .widget_nav_menu .widget-title, .cs-footer .footer-clients .footer-clients-title, .cs-footer .footer-info .footer-contact-info .contact-info-title, .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item a, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-item-title, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-title, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-vs, .cs-video-block .cs-video-block-title, .cs-gallery-block .cs-gallery-block-title, .cs-gallery-block .cs-gallery-count .cs-gallery-number, .cs-team-block .cs-team-block-item .cs-team-block-title, .cs-squad-block .cs-squad-block-desc .cs-squad-block-title, .cs-service-item .cs-service-title, .cs-post-summary .cs-post-summary-text, .cs-post-summary .cs-post-summary-author, .cs-post-header .cs-post-header-top .cs-post-header-top-option, .cs-post .entry-content h2, .cs-post .entry-content h3, .cs-post .entry-content h4, .cs-post .entry-content h5, .cs-post .entry-content h6, .cs-blockqoute, .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-title, .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-title {
  font-family: 'Proxima-Nova-Extrabold','Montserrat', sans-serif;
  letter-spacing: -0.04em; }

/*----------------------------------------------------*/
/* COLORS */
/*----------------------------------------------------*/
.cs-dark-purple, .cs-btn.minimal, .no-search-results .section--description, .cs-heading.style-1.type-3 .cs-heading-title, .cs-twitter-slider .swiper-arrow i, .cs-terms-light-block .cs-terms-light-descr, .cs-infoblock .cs-infoblock-desc, .cs-social-share .cs-social-share-title, .cs-subscribe-form .cs-subscribe-form-label, .cs-footer .footer-clients .footer-clients-title, .cs-footer .footer-info .footer-contact-info, .cs-footer .footer-info .footer-socials-info li a, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-item-title, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-title, .cs-post .entry-content figure figcaption, .cs-form-inp, .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-descr {
  color: #280032; }

.cs-purple, .cs-btn.style-1, .search-navigation .page-numbers:hover, .cs-heading.style-1 .cs-heading-title, .cs-advertisement h3, .cs-download-item .cs-download-link, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-vs, .cs-service-item .cs-service-title:hover {
  color: #71236f; }

.cs-purple-light, .cs-btn.style-8:hover, .cs-btn.style-6, .cs-btn.style-7:hover, .cs-list.style-1 li i, .cs-advertisement h3 a, .cs-play-list li, .cs-play-list li i, .cs-download-item .cs-download-link:hover, .cs-footer .footer-menu .widget_nav_menu, .cs-footer .footer-info .footer-socials-info li a:before, .cs-service-item .cs-service-title {
  color: #3e1052; }

.cs-light-grey-2, .cs-btn.style-2, .cs-header .header-top .header-top-list li a, .cs-main-banner-head .cs-main-banner-head-title, .cs-main-banner-head .cs-main-banner-head-desc, .cs-banner-slide .cs-banner-slide-title, .cs-big-banner .cs-big-banner-info .cs-big-banner-title, .cs-big-banner .cs-big-banner-info .cs-big-banner-text, .cs-infoblock.style-10 .cs-infoblock-desc, .cs-infoblock.style-10 .cs-infoblock-date, .cs-infoblock.style-12 .cs-infoblock-desc, .cs-club-finder-form .club-finder-fieldset .club-finder-title, .cs-involved .involved-top .involved-top-title, .cs-video-block .cs-video-block-title, .cs-gallery-block .cs-gallery-block-title {
  color: #f7f7f7; }

.cs-grey-2, .search-navigation .page-numbers, .cs-news-box.style-1 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-title, .cs-news-box.style-1 .cs-news-box-date, .cs-news-box.style-3 .cs-news-box-date, .cs-custom-select li, .cs-squad-block .cs-squad-block-desc .cs-squad-block-title, .cs-squad-block .cs-squad-block-desc .cs-squad-block-rank {
  color: #666666; }

.cs-grey-3, .cs-terms-block p, .cs-list.style-1 li, .cs-play-desc, .cs-press-contact-us.style-5 p, .cs-post .entry-content p {
  color: #5E5E5E; }

.cs-getinvolved-purple, .cs-btn.style-3, .cs-heading.style-1.type-2 .cs-heading-title, .cs-terms-light-block .cs-terms-light-title, .cs-infoblock.style-7 .cs-heading-title, .cs-infoblock.style-8 .cs-heading-title, .cs-post-summary .cs-post-summary-author .summary-author-twitter, .cs-post .entry-content h2, .cs-post .entry-content h3, .cs-post .entry-content h4, .cs-post .entry-content h5, .cs-post .entry-content h6, .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-title {
  color: #96378c; }

.cs-international-blue {
  color: #2255a2; }

.cs-gold {
  color: #907a4b; }

.cs-domestic-green {
  color: #00c7b1; }

.cs-club-blue, .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-search .club-finder-search-subm {
  color: #6bcdee; }

.cs-light-grey-1 {
  color: #e7e6e6; }

.cs-play-pink, .cs-heading.style-1.type-4 .cs-heading-title, .cs-infoblock.style-9 .cs-heading.style-1 .cs-heading-title {
  color: #df0e82; }

.cs-getinvolved-pink {
  color: #913588; }

.cs-white, .cs-btn.style-4, .cs-btn.style-8, .cs-btn.style-6:hover, .cs-btn.style-7, .cs-heading.style-2.light .cs-heading-title, .cs-news-box.style-3 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-date, .cs-news-box.style-3 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-date a, .cs-footer .footer-top .footer-top-link, .cs-footer .footer-bottom .footer-bottom-copyright li, .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item a, .cs-video-block .cs-video-play:before, .cs-video-block .cs-video-close, .cs-gallery-block .cs-gallery-count, .cs-team-block .cs-team-block-item .cs-team-block-subtitle, .cs-team-block .cs-team-block-item .cs-team-block-title, .cs-blockqoute {
  color: #ffffff; }

.cs-purple-2, .cs-heading.style-2 .cs-heading-title, .cs-post-summary .cs-post-summary-author .summary-author-name, .cs-post-header .cs-post-header-top .cs-post-header-top-option {
  color: #3e1a51; }

.cs-light-grey-4 {
  color: #f9f9f9; }

/* Backgrounds */
.cs-bg-dark-purple, .cs-overlay.style-3:before, .cs-btn.style-2, .cs-news-box.style-3 .cs-news-box-desc, .cs-social-share .cs-social-share-list li a, .cs-team-block .cs-team-block-item {
  background-color: #280032; }

.cs-bg-purple, .cs-filter-wrap.cs-search .cs-search-button, .cs-custom-select span {
  background-color: #71236f; }

.cs-bg-purple-light, .cs-btn.style-6:hover {
  background-color: #3e1052; }

.cs-bg-getinvolved-purple, .cs-btn.style-7, .cs-involved.style-2:hover .involved-top .cs-overlay.style-3:before, .cs-involved.style-2:focus .involved-top .cs-overlay.style-3:before, .cs-filter-wrap.cs-search .cs-search-button:hover, .cs-custom-select > div, .cs-custom-select li:hover, .cs-team-block.style-3 .cs-team-block-item:after {
  background-color: #96378c; }

.cs-bg-gold {
  background-color: #907a4b; }

.cs-bg-light-grey-1, .cs-filter-search, .wpcf7 input:not([type="submit"]),
.wpcf7 textarea, .cs-fixtures-tabs .fixtures-tabs-item-wrapper, .cs-squad-block .cs-squad-block-img, .cs-form-inp, .cs-activities {
  background-color: #e7e6e6; }

.cs-bg-light-grey-2, body {
  background-color: #f7f7f7; }

.cs-bg-light-grey-3 {
  background-color: #f6f6f6; }

.cs-bg-grey-2 {
  background-color: #666666; }

.cs-bg-international-blue, .cs-team-block.style-1 .cs-team-block-item:after {
  background-color: #2255a2; }

.cs-bg-domestic-green, .cs-btn.style-8, .cs-team-block.style-2 .cs-team-block-item:after {
  background-color: #00c7b1; }

.cs-bg-club-blue {
  background-color: #6bcdee; }

.cs-bg-play-pink, .cs-btn.style-5 {
  background-color: #df0e82; }

.cs-bg-getinvolved-pink {
  background-color: #913588; }

.cs-bg-white, .cs-btn.style-6, .cs-custom-select li {
  background-color: #ffffff; }

.cs-bg-purple5 {
  background-color: #914099; }

.cs-bg-purple-2, .cs-btn.style-4 {
  background-color: #3e1a51; }

.cs-bg-light-grey-4 {
  background-color: #f9f9f9; }

/* Gradients */
.cs-bg-gradient-darkpurple-purple, .cs-simple-banner .cs-simple-banner-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,71236f+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #71236f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(66deg, #280032 18%, #71236f 100%);
  background: linear-gradient(24deg, #280032 18%, #71236f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#71236f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-international-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,6bcdee+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #6bcdee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #6bcdee 100%);
  background: linear-gradient(45deg, #280032 18%, #6bcdee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#6bcdee',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-club-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,2255a2+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #2255a2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #2255a2 100%);
  background: linear-gradient(45deg, #280032 18%, #2255a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#2255a2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-domestic-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,2255a2+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #00c7b1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #00c7b1 100%);
  background: linear-gradient(45deg, #280032 18%, #00c7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#00c7b1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-gold, .cs-simple-banner.style-2 .cs-simple-banner-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,2255a2+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #907a4b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #907a4b 100%);
  background: linear-gradient(45deg, #280032 18%, #907a4b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#907a4b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-getinvolved {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,2255a2+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #913588 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #913588 100%);
  background: linear-gradient(45deg, #280032 18%, #913588 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#913588',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-darkpurple-play, .cs-overlay.style-2:before, .cs-simple-banner.style-3 .cs-simple-banner-overlay, .cs-simple-banner.style-3 .cs-simple-banner-overlay.style-3 .cs-simple-banner-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280032+18,2255a2+100 */
  background: #280032;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(24deg, #280032 18%, #df0e82 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #280032 18%, #df0e82 100%);
  background: linear-gradient(45deg, #280032 18%, #df0e82 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280032', endColorstr='#df0e82',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.cs-bg-gradient-trans-blue {
  background: rgba(34, 85, 162, 0.66);
  background: -webkit-linear-gradient(66deg, rgba(66, 28, 79, 0.29) 0%, rgba(34, 85, 162, 0.66) 100%);
  background: -webkit-linear-gradient(24deg, rgba(66, 28, 79, 0.29) 0%, rgba(34, 85, 162, 0.66) 100%);
  background: linear-gradient(66deg, rgba(66, 28, 79, 0.29) 0%, rgba(34, 85, 162, 0.66) 100%); }

.cs-bg-gradient-lightpurple, .cs-simple-banner.style-3 .cs-simple-banner-overlay.style-3 .cs-simple-banner-overlay, .cs-simple-banner.style-3 .cs-simple-banner-overlay.style-4 .cs-simple-banner-overlay, .cs-involved.style-2 {
  background: #280032;
  background: -webkit-linear-gradient(66deg, #280032 0%, #96378c 100%);
  background: -webkit-linear-gradient(24deg, #280032 0%, #96378c 100%);
  background: linear-gradient(66deg, #280032 0%, #96378c 100%); }

.cs-bg-gradient-darkblue {
  background: #280032;
  background: -webkit-linear-gradient(66deg, #280032 0%, #69c8e9 100%);
  background: -webkit-linear-gradient(24deg, #280032 0%, #69c8e9 100%);
  background: linear-gradient(66deg, #280032 0%, #69c8e9 100%); }

.cs-bg-gradient-darkpurple-lightblue, .cs-overlay.style-4:before {
  background: #280032;
  background: -webkit-linear-gradient(67deg, #280032 0%, rgba(107, 205, 238, 0.54) 76%, rgba(107, 205, 238, 0.4) 100%);
  background: -webkit-linear-gradient(23deg, #280032 0%, rgba(107, 205, 238, 0.54) 76%, rgba(107, 205, 238, 0.4) 100%);
  background: linear-gradient(67deg, #280032 0%, rgba(107, 205, 238, 0.54) 76%, rgba(107, 205, 238, 0.4) 100%); }

.cs-bg-gradient-purple, .cs-overlay.style-5:before {
  background: rgba(40, 0, 50, 0.66);
  background: -webkit-linear-gradient(66deg, rgba(66, 28, 79, 0.29) 0%, rgba(40, 0, 50, 0.66) 100%);
  background: -webkit-linear-gradient(24deg, rgba(66, 28, 79, 0.29) 0%, rgba(40, 0, 50, 0.66) 100%);
  background: linear-gradient(66deg, rgba(66, 28, 79, 0.29) 0%, rgba(40, 0, 50, 0.66) 100%); }

/* Overlays */
.cs-overlay {
  position: relative; }
  .cs-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .cs-overlay.style-1:before {
    background: rgba(0, 0, 0, 0.6); }
  .cs-overlay.style-3:before {
    opacity: 0.7;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in; }

.cs-btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden;
  background: transparent;
  z-index: 1; }
  .cs-btn:hover {
    text-decoration: none; }
  .cs-btn.style-1 {
    background: #fff; }
    .cs-btn.style-1:hover {
      background: #96378c;
      color: #fff; }
  .cs-btn.style-3 {
    background: #fff; }
    .cs-btn.style-3:hover {
      background: #96378c;
      color: #fff; }
  .cs-btn.style-4:hover {
    background: #96378c;
    color: #fff; }
  .cs-btn.style-5 {
    color: #fff; }
  .cs-btn.style-9 {
    background-color: #71236f;
    color: #fff; }
    .cs-btn.style-9:hover {
      background-color: #fff;
      color: #71236f; }
  .cs-btn.minimal {
    text-align: left;
    text-decoration: underline !important;
    line-height: 42px !important; }
  .cs-btn.size-1, .cs-btn.size-4 {
    min-width: 212px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.8px; }
    .cs-btn.size-1 i, .cs-btn.size-4 i {
      font-size: 28px;
      line-height: inherit;
      margin-left: 10px; }
    .cs-btn.size-1.s-type-2, .cs-btn.size-4.s-type-2 {
      min-width: 347px; }
      .cs-btn.size-1.s-type-2 i, .cs-btn.size-4.s-type-2 i {
        margin-left: 10px;
        position: static;
        -webkit-transform: none;
        transform: none;
        font-size: 21px; }
  .cs-btn.size-2 {
    min-width: 124px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
    .cs-btn.size-2 i {
      position: relative;
      left: 6px;
      font-size: 15px; }
  .cs-btn.size-3 {
    min-width: 212px;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.8px; }
  .cs-btn.icon-size-1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px; }
    .cs-btn.size-5 {
      min-width: 70px;
    }

/*material design hover*/
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0); }

.animate {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

@media (max-width: 991px) {
  .cs-btn.size-4 {
    min-width: 180px; }
}

@media (max-width: 767px) {
  .cs-btn.size-1 {
    min-width: 257px;
    font-size: 16px;
    line-height: 40px; }
  .cs-btn.size-2 {
    min-width: 92px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 22px; }
    .cs-btn.size-2 i {
      top: 2px;
      left: 4px;
      font-size: 12px; }
  .cs-btn.size-4 {
    font-size: 16px;
    line-height: 40px; }
  .cs-btn.icon-size-1 {
    font-size: 30px; }
  .cs-btn.minimal {
    text-align: center; } 
  .cs-btn.cs-resourxe-link {
    min-width: auto;
    padding: 0 30px;
  } }

/*--------------------------------------------------*/
/* PRELOADER */
/*--------------------------------------------------*/
.cs-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.3s;
        -o-transition: visibility 0.3s;
        transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
}
.cs-preloader.is-loaded {
  visibility: hidden;
  opacity: 0;
}
.preloader-spin {
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top-color: #280032;
    position: absolute;
    animation: spin 1500ms infinite linear;
}
.preloader-spin:before {
  top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 4px solid transparent;
    border-top-color: #96378c;
    animation: antispin 700ms infinite linear;
    content: "";
    position: absolute;
    border-radius: 60%;
}
@keyframes spin { 100% {transform:rotate(360deg);} }
@keyframes antispin { from {transform: rotate} to {transform: rotate(-360deg);} }

.preloader-img {
    max-width: 100px;
    max-height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    position: relative;
}

/*--------------------------------------------------*/
/* HOVERS */
/*--------------------------------------------------*/
/*color hovers*/
.cs-c-hover-1:hover {
  color: #f2daef !important;
  text-decoration: none !important; }

/*opacity hovers*/
.cs-o-hover-1:hover, .cs-twitter-msg .cs-twitter-msg-text a:hover, .cs-twitter-msg .cs-twitter-msg-author:hover, .cs-social-share .cs-social-share-list li a:hover {
  opacity: 0.8;
  text-decoration: none !important; }

/*------------------------------*/
/* HEADER */
/*-----------------------------*/
.cs-header {
  position: relative;
  z-index: 999; }
  .cs-header .header-top {
    text-align: right; }
    .cs-header .header-top .header-top-list {
      margin-right: 10px;
      display: inline-block; }
      .cs-header .header-top .header-top-list li {
        display: inline-block;
        margin-left: 13px; }
        .cs-header .header-top .header-top-list li a {
          display: inline-block;
          color: #fff;
          line-height: 15px;
          text-decoration: none;
          margin-right: 5px;
          font-size: 14px;
          font-weight: 700;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
    .cs-header .header-top .header-top-socials {
      display: inline-block; }
      .cs-header .header-top .header-top-socials li {
        display: inline-block;
        margin-left: 19px; }
        .cs-header .header-top .header-top-socials li .fa {
          display: inline-block;
          color: #fff;
          text-decoration: none;
          margin-left: -7px;
          font-size: 18px;
          font-weight: 400;
          line-height: 38px; }
  .cs-header .header-bottom {
    padding-left: 18px;
    background: #fff; }
    .cs-header .header-bottom .header-bottom-logo-wrap {
      display: block; }
    .cs-header .header-bottom .header-bottom-logo {
      max-width: 205px;
      padding-top: 30px; }
    .cs-header .header-bottom .header-bottom-mobile-logo {
      display: none;
      width: 41px; }
    .cs-header .header-bottom .header-bottom-search {
      text-align: right; }
      .cs-header .header-bottom .header-bottom-search:hover .header-bottom-search-inp:hover {
        border-bottom: 1px solid #280032; }
      .cs-header .header-bottom .header-bottom-search .header-bottom-search-inp {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #280032;
        outline: none; }
      .cs-header .header-bottom .header-bottom-search .header-bottom-search-submit {
        margin-top: 22px;
        padding-right: 24px;
        font-size: 18px;
        border: none;
        background: none;
        outline: none; }
    .cs-header .header-bottom .header-bottom-menu-close {
      display: none;
      position: absolute;
      top: 22px;
      right: 10px;
      background: none;
      color: #fff;
      border: none;
      outline: none; }
      .cs-header .header-bottom .header-bottom-menu-close i {
        font-size: 24px; }
    .cs-header .header-bottom .cs-navigation {
      margin: 16px 2px 20px 0;
      text-align: right;
      /*active element*/ }
      .cs-header .header-bottom .cs-navigation .main-menu > li > a {
        font-size: 18px;
        font-weight: 900;
        line-height: 48px;
        color: #280032; }
        .cs-header .header-bottom .cs-navigation .main-menu > li > a:hover {
          color: #96378c; }
        .cs-header .header-bottom .cs-navigation .main-menu > .current-menu-item > a,
        .cs-header .header-bottom .cs-navigation .main-menu > .current-menu-parent > a {
          color: #96378c; }
      .cs-header .header-bottom .cs-navigation li.active a {
        color: #96378c; }

/*menu navigation*/
.cs-navigation {
  position: relative; }

.main-menu {
  padding: 2px 10px;
  margin: 0; }

.main-menu li {
  display: inline-block;
  padding: 0 9px 0 15px;
  position: relative; }
  .main-menu li a {
    text-decoration: none; }

.main-menu .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  background: #280032; }
  .main-menu .sub-menu .menu-item {
    padding: 0;
    min-width: 150px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #96378c; }
    .main-menu .sub-menu .menu-item a {
      display: block;
      padding: 0 18px;
      color: white;
      font-size: 14px;
      font-weight: 700;
      line-height: 44px; }
      .main-menu .sub-menu .menu-item a:hover {
        background: #96378c; }
      .main-menu .sub-menu .current-menu-item a {
        background: #96378c; }

/* Responsive menu button */
.nav-menu-icon {
  position: absolute;
  right: 15px;
  top: 23px;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  font-weight: 400; }
  .nav-menu-icon i {
    color: #96378c;
    font-size: 32px; }

/* Responsive menu */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-menu li {
    padding: 0 5px; } }

@media screen and (min-width: 768px) {
  .main-menu .sub-menu li {
    display: block; }
  .main-menu li:hover > .sub-menu {
    display: block; }
  .main-menu .sub-menu {
    right: 0; }
    .main-menu .sub-menu .sub-menu {
      position: absolute;
      left: 100%;
      top: 0; }
  .submenu-expand {
    display: none; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .cs-nav-wrap {
    margin-top: -40px; }
  .cs-header .header-bottom .header-bottom-logo {
    padding-top: 10px; }
  .cs-header .header-bottom .cs-navigation {
    margin-top: 0; }
  .cs-header .header-bottom .cs-navigation {
    margin-bottom: 0; }
  .main-menu {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .cs-header {
    /*header bottom*/ }
    .cs-header .header-top .header-top-list {
      margin-top: 14px;
      float: left; }
      .cs-header .header-top .header-top-list li {
        margin-left: 8px; }
        .cs-header .header-top .header-top-list li a {
          letter-spacing: 1px; }
    .cs-header .header-top .header-top-socials li {
      margin-left: 28px; }
      .cs-header .header-top .header-top-socials li .fa {
        line-height: 41px; }
    .cs-header .header-bottom {
      padding-left: 0;
      /*search*/
      /*search*/
      /*mobile menu*/ }
      .cs-header .header-bottom .header-bottom-logo-wrap {
        text-align: center; }
        .cs-header .header-bottom .header-bottom-logo-wrap .header-bottom-logo {
          max-width: 145px;
          padding-top: 12px;
          padding-bottom: 18px;
          margin-left: -5px; }
      .cs-header .header-bottom .header-bottom-mobile-logo {
        margin-left: 10px;
        display: inline-block; }
      .cs-header .header-bottom .header-bottom-search {
        max-width: 220px;
        width: 100%;
        display: inline-block;
        margin-left: 5px;
        margin-top: 10px;
        border-bottom: 3px solid #fff;
        vertical-align: top; }
        .cs-header .header-bottom .header-bottom-search .header-bottom-search-inp {
          background: transparent;
          max-width: 180px;
          width: 100%;
          color: #fff; }
        .cs-header .header-bottom .header-bottom-search .header-bottom-search-submit {
          display: inline-block;
          margin-top: 0;
          padding: 0 0 10px;
          color: #fff;
          font-size: 24px; }
      .cs-header .header-bottom .header-bottom-menu-close {
        display: block; }
      .cs-header .header-bottom .cs-nav-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        max-width: 400px;
        padding-top: 11px;
        margin-left: -15px;
        text-align: left;
        background: #280032; }
        .cs-header .header-bottom .cs-nav-wrap.active {
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .cs-header .header-bottom .cs-nav-wrap .cs-navigation {
          margin: 0;
          height: calc(100vh - 100px);
          overflow-y: auto; }
        .cs-header .header-bottom .cs-nav-wrap .main-menu {
          margin-top: 11px;
          padding: 0; }
          .cs-header .header-bottom .cs-nav-wrap .main-menu .menu-item {
            padding: 0;
            min-width: 150px;
            display: block;
            text-align: left;
            border-bottom: 1px solid #96378c; }
            .cs-header .header-bottom .cs-nav-wrap .main-menu .menu-item a {
              position: relative;
              display: block;
              padding: 0 18px;
              color: #fff;
              font-size: 14px;
              font-weight: 700;
              line-height: 44px;
              letter-spacing: 0.2px; }
              .cs-header .header-bottom .cs-nav-wrap .main-menu .menu-item a:hover {
                color: #fff;
                background: #96378c; }
                .cs-header .header-bottom .cs-nav-wrap .main-menu .menu-item a:hover .submenu-expand {
                  border-left: 1px solid #71236f; }
        .cs-header .header-bottom .cs-nav-wrap .submenu-expand {
          position: absolute;
          display: block;
          right: 0;
          top: 4px;
          bottom: 4px;
          padding: 0 17px;
          border-left: 1px solid #96378c;
          font-size: 24px; }
          .cs-header .header-bottom .cs-nav-wrap .submenu-expand i {
            position: relative;
            top: -3px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
            .cs-header .header-bottom .cs-nav-wrap .submenu-expand i:before {
              content: "\f055"; }
        .cs-header .header-bottom .cs-nav-wrap .menu-item-has-children.active > a {
          background: #71236f; }
          .cs-header .header-bottom .cs-nav-wrap .menu-item-has-children.active > a:hover {
            background: #71236f; }
            .cs-header .header-bottom .cs-nav-wrap .menu-item-has-children.active > a:hover .submenu-expand {
              border-left: 1px solid #280032; }
          .cs-header .header-bottom .cs-nav-wrap .menu-item-has-children.active > a .submenu-expand {
            border-left: 1px solid #280032; }
            .cs-header .header-bottom .cs-nav-wrap .menu-item-has-children.active > a .submenu-expand i:before {
              content: "\f056"; }
  .nav-menu-icon {
    display: block; }
  .main-menu li {
    display: block; }
  .main-menu .sub-menu {
    position: static;
    background: #96378c; }
  .menu-item-has-children.active > .sub-menu {
    display: block;
    position: static; }
  .cs-header .header-bottom .cs-nav-wrap .main-menu .sub-menu .menu-item {
    padding: 0 20px; }
    .cs-header .header-bottom .cs-nav-wrap .main-menu .sub-menu .menu-item:not(:last-child) {
      border-bottom: 1px solid #71236f; }
    .cs-header .header-bottom .cs-nav-wrap .main-menu .sub-menu .menu-item a {
      letter-spacing: 1px; } }

@media screen and (max-width: 600px) and (max-height: 320px) {
  .cs-header .header-bottom .cs-nav-wrap .cs-navigation {
    height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 359px) {
  .cs-header .header-bottom .cs-nav-wrap .cs-navigation {
    height: calc(100vh - 150px);
  }
}

@media screen and (max-width: 360px) {
  .cs-header .header-top .header-top-list {
    margin-right: 0; }
  .cs-header .header-top .header-top-socials li {
    margin-left: 20px; }
  .cs-header .header-bottom .header-bottom-search {
    max-width: 210px; }
  .cs-header .header-bottom .header-bottom-menu-close {
    right: 0; } }

/*BANNERS*/
.cs-main-banner {
  position: relative; }
  .cs-main-banner .cs-main-banner-head .cs-btn {
    margin-top: 58px; }
  .cs-main-banner .swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cs-main-banner .swiper-arrow.swiper-slide-prev {
      left: 0; }
    .cs-main-banner .swiper-arrow.swiper-slide-next {
      right: 0; }
    .cs-main-banner .swiper-arrow i {
      color: #fff;
      font-size: 24px;
      font-weight: 400; }
.cs-main-banner.one-post .cs-main-banner-head {
  margin-bottom: 70px;
}

/*banner headings*/
.cs-main-banner-head .cs-main-banner-head-title {
  text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -2.1px; }

.cs-main-banner-head .cs-main-banner-head-desc {
  max-width: 460px;
  text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px; }

/*banner overlay*/
.cs-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

@media (max-width: 767px) {
  .cs-main-banner .cs-main-banner-head .cs-main-banner-head-title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px; }
  .cs-main-banner .cs-main-banner-head .cs-main-banner-head-desc {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.6px; }
  .cs-main-banner .cs-main-banner-head .cs-btn {
    margin-top: 47px; }
  .cs-main-banner-opts {
    text-align: center; } 
  .cs-main-banner.one-post .cs-main-banner-head {
    margin-bottom: 50px;
  } }

/*--------------------------------------------------*/
/* HEADINGS */
/*--------------------------------------------------*/
.cs-h2 {
  font-size: 48px;
  line-height: 48px; }
  .cs-h2 a {
    color: inherit; }

.cs-h3 {
  font-size: 36px;
  line-height: 36px; }

.cs-heading.style-1 .cs-heading-title {
  margin-top: -3px;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px; }
  .cs-heading.style-1 .cs-heading-title i {
    margin-left: 6px; }

.cs-heading.style-1 .cs-heading-etc {
  margin-right: 5px; }

.cs-heading.style-2 {
  text-align: center; }
  .cs-heading.style-2.small-size .cs-heading-title {
    font-size: 38px;
    letter-spacing: -0.07em; }
  .cs-heading.style-2 .cs-heading-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900; }

@media (max-width: 767px) {
  .cs-h2 {
    font-size: 30px;
    line-height: 38px; }
  .cs-h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1.3px; }
  .cs-heading.style-1 .cs-heading-title {
    font-size: 24px;
    line-height: 32px; }
  .cs-heading.style-1 .cs-heading-etc {
    margin-top: 4px;
    margin-right: 10px; }
  .cs-heading.style-2 .cs-heading-title {
    font-size: 30px;
    line-height: 36px; } }

/*SLIDERS*/
.swiper-arrow {
  display: none;
  z-index: 10; }
.cs-main-banner .cs-banner-slide {
  height: 199px;
}
.cs-banner-slide {
  position: relative;
  display: block;
}
  .cs-banner-slide .cs-banner-slide-title {
    position: absolute;
    bottom: 35px;
    padding: 0 15px;
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
    font-size: 21px;
    font-weight: 900;
    line-height: 21px;
    text-decoration: none; }

/*twitter slider*/
.cs-twitter-slider .swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cs-twitter-slider .swiper-arrow i {
    font-size: 24px;
    font-weight: 400; }
  .cs-twitter-slider .swiper-arrow.swiper-slide-prev {
    left: 0; }
  .cs-twitter-slider .swiper-arrow.swiper-slide-next {
    right: 0; }

/*media*/
@media (max-width: 767px) {
  .cs-main-banner .cs-banner-slide {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .cs-main-banner .cs-banner-slide .cs-banner-slide-title {
      font-size: 16px;
      font-weight: 900;
      line-height: 17px; }
  .cs-main-banner .cs-banner-slide {
    height: 199px;
  }
  .swiper-arrow {
    display: block; } }

@media (max-width: 375px) {
  .cs-main-banner .cs-banner-slide {
    max-width: 250px; } }

/*----------------------------------------------------*/
/* NEWS */
/*----------------------------------------------------*/
.cs-news-box {
  position: relative;
  display: block; }
  .cs-news-box.style-1, .cs-news-box.style-3 {
    background: #fff;
    box-shadow: 0 0 5px rgba(115, 116, 117, 0.5);
    border-bottom: 4px solid #2255a2; }
    .cs-news-box.style-1.brown-border, .cs-news-box.style-3.brown-border {
      border-bottom: 4px solid #867650; }
    .cs-news-box.style-1.purple-border, .cs-news-box.style-3.purple-border {
      border-bottom: 4px solid #71236f; }
    .cs-news-box.style-1.pink-border, .cs-news-box.style-3.pink-border {
      border-bottom: 4px solid #df0e82; }
    .cs-news-box.style-1.pink-border, .cs-news-box.style-3.pink-border {
      border-bottom: 4px solid #df0e82; }
    .cs-news-box.style-1.yellow-border, .cs-news-box.style-3.yellow-border {
      border-bottom: 4px solid #e2e63f; }
    .cs-news-box.style-1.red-border, .cs-news-box.style-3.red-border {
      border-bottom: 4px solid #d22937; }
    .cs-news-box.style-1 .cs-news-box-img, .cs-news-box.style-3 .cs-news-box-img {
      height: 199px; }
    .cs-news-box.style-1 .cs-news-box-desc, .cs-news-box.style-3 .cs-news-box-desc {
      min-height: 100px;
      padding: 21px 16px 17px; }
    .cs-news-box.style-1 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-title {
      line-height: 21px;
      font-size: 21px;
      text-transform: uppercase;
      text-decoration: none; }
    .cs-news-box.style-1 .cs-news-box-date, .cs-news-box.style-3 .cs-news-box-date {
      margin-top: 4px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.7px; }
    .cs-news-box.style-1.type-2, .cs-news-box.style-3.type-2 {
      border-color: #4fc3b3; }
  .cs-news-box.style-2 {
    background: #fff;
    box-shadow: 0 0 5px rgba(115, 116, 117, 0.6);
    border-bottom: 4px solid #71236f; }
    .cs-news-box.style-2 .cs-news-box-img {
      height: 145px; }
    .cs-news-box.style-2 .cs-news-box-desc {
      position: absolute;
      bottom: 12px;
      padding: 0 16px; }
    .cs-news-box.style-2 .cs-news-box-title {
      color: #fff;
      font-size: 21px;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34); }
    .cs-news-box.style-2 .cs-news-box-date {
      margin-top: 5px;
      color: #fff;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.7px; }

/*twitter message*/
.cs-twitter-msg {
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px 20px;
  box-shadow: 0 0 5px rgba(115, 116, 117, 0.5); }
  .cs-twitter-msg:hover .cs-twitter-msg-options .options-left a {
    top: 0;
    opacity: 1; }
  .cs-twitter-msg .cs-twitter-msg-options a, .cs-twitter-msg .cs-twitter-msg-options span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px; }
    .cs-twitter-msg .cs-twitter-msg-options a .fa, .cs-twitter-msg .cs-twitter-msg-options span .fa {
      margin-right: 5px;
      color: rgba(255, 255, 255, 0.4); }
      .cs-twitter-msg .cs-twitter-msg-options a .fa:hover, .cs-twitter-msg .cs-twitter-msg-options span .fa:hover {
        color: white; }
    .cs-twitter-msg .cs-twitter-msg-options a .fa-twitter, .cs-twitter-msg .cs-twitter-msg-options span .fa-twitter {
      margin-right: 0;
      color: #fff; }
      .cs-twitter-msg .cs-twitter-msg-options .options-left a {
    position: relative;
    top: -100px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .cs-twitter-msg .cs-twitter-msg-options .options-left a:nth-child(2) {
      -webkit-transition-delay: .05s;
      transition-delay: .05s; }
    .cs-twitter-msg .cs-twitter-msg-options .options-left a:nth-child(3) {
      -webkit-transition-delay: .1s;
      transition-delay: .1s; }
  .cs-twitter-msg .cs-twitter-msg-text {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    word-break: break-all;
    letter-spacing: 0.02px; }
    .cs-twitter-msg .cs-twitter-msg-text a {
      color: #fff; }
  .cs-twitter-msg .cs-twitter-msg-author {
    display: block;
    margin-top: 29px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #fff; }

@media (max-width: 991px) {
  .cs-twitter-msg .cs-twitter-msg-options .options-left a {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-in; }
  .cs-twitter-msg .cs-twitter-msg-options .options-left a:nth-child(2) {
    transition: all 0.3s ease-in; }
  .cs-twitter-msg .cs-twitter-msg-options .options-left a:nth-child(3) {
    transition: all 0.3s ease-in; }
}

@media (max-width: 768px) {
  .cs-news-box.style-2 .cs-news-box-desc {
    position: static;
    padding: 21px 16px 17px;
  }
  .cs-news-box.style-2 .cs-news-box-title {
    text-shadow: none;
    color: #666666;
  }
  .cs-news-box.style-2 .cs-news-box-date {
    text-shadow: none;
    color: #666666;
  }
}

@media (max-width: 767px) {
  /*news*/
  .cs-news-box.style-1 .cs-news-box-img, .cs-news-box.style-3 .cs-news-box-img {
    max-height: 187px; }
  .cs-news-box.style-1 .cs-news-box-title, .cs-news-box.style-3 .cs-news-box-title {
    line-height: 17px;
    font-size: 16px; }
  .cs-news-box.style-1 .cs-news-box-date, .cs-news-box.style-3 .cs-news-box-date {
    margin-top: 5px;
    font-size: 13px; }
  .cs-news-box.style-1 .cs-news-box-desc, .cs-news-box.style-3 .cs-news-box-desc {
    min-height: 75px; }
  .cs-news-box.style-1.type-2 .cs-news-box-desc, .cs-news-box.style-3.type-2 .cs-news-box-desc {
    min-height: 91px;
    padding: 17px 16px 17px; }
  .cs-news-box.style-1.type-2 .cs-news-box-title a, .cs-news-box.style-3.type-2 .cs-news-box-title a {
    line-height: 20px;
    font-size: 20px; }
  .cs-news-box.style-2 {
    border-bottom: 3px solid #71236f; }
    .cs-news-box.style-2 .cs-news-box-img {
      height: 90px; }
    .cs-news-box.style-2 .cs-news-box-desc {
      padding: 13px 6px 14px;
    }
    .cs-news-box.style-2 .cs-news-box-title {
      font-size: 12px;
    }
    .cs-news-box.style-2 .cs-news-box-date {
      margin-top: 1px;
      font-size: 12px;
      letter-spacing: 0; }
  .cs-video-news-wrap iframe {
    max-height: 188px; }
  /*twitter message*/
  .cs-twitter-msg {
    max-width: 256px; }
  .cs-twitter-msg .cs-twitter-msg-text {
    font-size: 16px;
    line-height: 19px; }
  .cs-twitter-msg .cs-twitter-msg-author {
    margin-top: 39px; } }

.cs-simple-banner {
  position: relative;
  padding-top: 43px;
  padding-bottom: 128px;
  overflow: hidden; }
  .cs-simple-banner .simple-banner-logo {
    max-width: 45%;
    width: 100%;
    height: auto;
    right: 0;
    top: 64%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
  .cs-simple-banner .cs-simple-banner-title {
    position: relative;
    font-size: 48px;
    line-height: 1.3;
    color: #f7f7f7;
    text-align: center; }
  .cs-simple-banner .cs-simple-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*big banner*/
.cs-big-banner {
  position: relative;
  padding-bottom: 329px; }
  .cs-big-banner.style-2 .cs-big-banner-info .cs-big-banner-text {
    margin-top: 130px; }
  .cs-big-banner:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cs-big-banner .cs-terms-breadcrumbs {
    margin-top: 42px; }
  .cs-big-banner .cs-big-banner-info {
    margin-top: 70px; }
    .cs-big-banner .cs-big-banner-info .cs-big-banner-title {
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-size: 48px;
      font-weight: 900;
      line-height: 48px; }
    .cs-big-banner .cs-big-banner-info .cs-big-banner-text {
      max-width: 430px;
      margin-top: 34px;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 0.2px; }

/*breadcrumbs*/
.cs-terms-breadcrumbs {
  margin-bottom: 30px; }
  .cs-terms-breadcrumbs .cs-terms-breadcrumbs-title {
    font-size: 36px;
    color: #f7f7f7;
    line-height: 1.3;
    position: relative;
    font-style: italic;
    margin-bottom: 7px; }
  .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li {
    display: inline-block;
    position: relative;
    padding: 0 7px 0 5px; }
    .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li:last-child a {
      color: #96378c; }
    .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li:not(:last-of-type)::after {
      content: '';
      position: absolute;
      right: 0;
      height: 75%;
      top: 50%;
      width: 1px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #f7f7f7; }
    .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li:first-of-type {
      padding-left: 0; }
  .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li a {
    position: relative;
    font-size: 14px;
    color: #f7f7f7;
    letter-spacing: -.4px;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease; }
    .cs-terms-breadcrumbs .cs-terms-breadcrumbs-links li a:hover {
      color: #96378c; }

@media (max-width: 991px) {
  .cs-big-banner {
    padding-bottom: 88px;
    background-position: left top; }
    .cs-big-banner:before {
      display: block; }
    .cs-big-banner.style-2 .cs-big-banner-info .cs-big-banner-text {
      margin-top: 34px; } }

@media (max-width: 767px) {
  .cs-big-banner .cs-big-banner-info {
    margin-top: 40px; }
    .cs-big-banner .cs-big-banner-info .cs-big-banner-title {
      font-size: 30px;
      line-height: 32px;
      letter-spacing: -1px; }
    .cs-big-banner .cs-big-banner-info .cs-big-banner-text {
      margin-top: 20px;
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 0.6px; }
  .cs-big-banner.style-2 .cs-big-banner-info .cs-big-banner-text {
    margin-top: 20px; } }

@media (max-width: 600px) {
  .cs-simple-banner {
    padding-bottom: 88px; }
    .cs-simple-banner .cs-simple-banner-title {
      font-size: 40px; }
  .cs-big-banner {
    padding-bottom: 40px; }
  /*breadcrumbs*/
  .cs-terms-breadcrumbs .cs-terms-breadcrumbs-title {
    font-size: 24px;
    margin-bottom: 5px; }
  .cs-big-banner .cs-terms-breadcrumbs {
    margin: 25px 0; } }

.cs-terms-block {
  padding: 25px 0; }
  .cs-terms-block h4 {
    font-size: 36px;
    color: #96378c;
    line-height: 1.1;
    margin: 13px 0; }
  .cs-terms-block p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.96px;
    margin-bottom: 27px; }
  .cs-terms-block p:empty{
    margin-bottom: 0;
  }
  .cs-terms-block p:empty::before, .cs-terms-block p:empty::after {
    display: table;
    content: " "; }
  .cs-terms-block p:empty::after {
    clear: both; }
  .cs-terms-block a {
    margin-bottom: 46px;
    display: block;}

.cs-terms-light-block {
  padding-top: 38px;
  border-top: 3px solid #e7e6e6; }
  .cs-terms-light-block .cs-terms-light-title {
    font-size: 24px;
    line-height: 48px;
    font-weight: 900; }
  .cs-terms-light-block .cs-terms-light-descr {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400; }
  .cs-terms-light-block .cs-terms-light-link {
    margin-top: 15px; }

@media (max-width: 600px) {
  .cs-terms-block {
    padding: 15px 0; }
    .cs-terms-block p {
      font-size: 18px;
      margin-bottom: 18px; }
    .cs-terms-block h4 {
      font-size: 34px;
      margin: 8px 0; }
    .cs-terms-block a {
      margin-bottom: 20px; } }

/*--------------------------------------------------*/
/* COMMON INFO BLOCKS */
/*--------------------------------------------------*/
.cs-infoblock-wrap {
  padding: 0 20px; }

.cs-infoblock {
  position: relative;
  z-index: 1; }
  .cs-infoblock .cs-infoblock-options {
    word-spacing: 10px; }
  .cs-infoblock .cs-btn {
    word-spacing: normal; }
  .cs-infoblock .cs-infoblock-desc {
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px; }
    .cs-infoblock .cs-infoblock-desc.size-1 {
      max-width: 515px; }
    .cs-infoblock .cs-infoblock-desc.size-2 {
      max-width: 455px; }
  .cs-infoblock.style-1 {
    padding: 0 3px; }
    .cs-infoblock.style-1 .cs-infoblock-desc {
      margin-top: 30px;
      margin-bottom: -6px; }
      .cs-infoblock.style-1 .cs-infoblock-desc.size-1 {
        max-width: 515px; }
    .cs-infoblock.style-1 .cs-btn {
      margin-left: -3px; }
  .cs-infoblock.style-2 {
    padding-top: 5px; }
    .cs-infoblock.style-2 .cs-infoblock-desc {
      margin-top: 40px;
      margin-bottom: -6px; }
    .cs-infoblock.style-2 .cs-btn.minimal {
      margin-left: 15px; }
  .cs-infoblock.style-3 .cs-heading.style-1 .cs-heading-title {
    color: #fff; }
  .cs-infoblock.style-3 .cs-infoblock-desc {
    margin-top: 52px;
    color: #fff; }
  .cs-infoblock.style-3 .cs-btn.minimal {
    margin-left: 15px; }
  .cs-infoblock.style-4 {
    padding-bottom: 20px; }
    .cs-infoblock.style-4 .cs-heading.style-1 .cs-heading-title {
      color: #fff; }
    .cs-infoblock.style-4 .cs-infoblock-desc {
      margin-top: 54px;
      color: #fff; }
  .cs-infoblock.style-5 .cs-infoblock-desc {
    margin-top: 0;
    color: #fff; }
  .cs-infoblock.style-5 .cs-btn {
    margin-top: 77px; }
  .cs-infoblock.style-6 .cs-infoblock-desc {
    margin-top: 0;
    margin-bottom: 17px;
    max-width: 90%;
    color: #5e5e5e; }
  .cs-infoblock.style-6 .cs-btn {
    margin-top: 13px;
    margin-right: 20px;
    padding: 0 15px; }
  .cs-infoblock.style-7 .cs-infoblock-desc {
    margin-top: 40px;
    margin-bottom: 17px;
    max-width: 95%;
    color: #5e5e5e; }
  .cs-infoblock.style-7 .cs-btn {
    margin-top: 60px; }
  .cs-infoblock.style-8 .cs-infoblock-desc {
    color: #5e5e5e; }
  .cs-infoblock.style-10 .cs-h2 {
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
    font-size: 48px;
    font-weight: 900; }
  .cs-infoblock.style-10 .cs-infoblock-desc {
    margin-top: 25px;
    letter-spacing: 0.2px;
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .cs-infoblock.style-10 .cs-infoblock-date {
    margin-top: 34px; }
    .cs-infoblock.style-10 .cs-infoblock-date .cs-infoblock-date-item {
      margin-right: 26px;
      color: white;
      font-size: 21px;
      font-weight: 900;
      line-height: 24px; }
      .cs-infoblock.style-10 .cs-infoblock-date .cs-infoblock-date-item i {
        margin-right: 5px;
        font-size: 18px; }
  .cs-infoblock.style-11 .cs-heading.style-1 .cs-heading-title {
    color: #fff;
    width: 100%;
    text-align: center; }
  .cs-infoblock.style-11 .cs-infoblock-desc {
    margin-top: 52px;
    color: #fff; }
  .cs-infoblock.style-11 .cs-infoblock-desc.size-1 {
    max-width: 100%; }
  .cs-infoblock.style-12 {
    display: table;
    width: 100%; }
    .cs-infoblock.style-12 > div {
      padding: 75px 0;
      float: none;
      display: table-cell;
      vertical-align: top; }
      .cs-infoblock.style-12 > div:first-of-type {
        vertical-align: middle; }
    .cs-infoblock.style-12 .cs-infoblock-img {
      max-height: 300px;
      max-width: 100%;
      height: auto;
      width: auto }
    .cs-infoblock.style-12 .cs-h2 {
      font-size: 37px;
      font-weight: 900;
      line-height: 37px; }
    .cs-infoblock.style-12 .cs-infoblock-desc {
      margin-top: 20px;
      margin-bottom: 65px;
      letter-spacing: -0.5px;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      max-width: 400px; }

.cs-history-icon.style-11 {
  margin-top: 58px;
  max-width: 202px;
}

.cs-infoblock-img-wrap {
  text-align: center; }

.cs-img-col {
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: center bottom; }
  .cs-img-col .cs-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center bottom;
    opacity: 0.5; }
  .cs-img-col.style-1 {
    margin-top: -95px; }

/*history infoblock*/
.cs-history-icon {
  position: relative;
  margin-top: 170px;
  z-index: 1; }

.cs-history-icon.style-new {
  width: 202px;
}

/*fixture infoblock*/
.cs-fixture-bottom {
  margin-top: 10px; }

/*tablets*/
@media (max-width: 991px) {
  .cs-img-col .cs-img-small {
    max-width: 60%; }
  .cs-img-col.style-1 {
    margin-top: 0; }
  .cs-history-icon {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0; }
  .cs-infoblock-wrap {
    padding-top: 20px; }
  .cs-infoblock.style-12 {
    display: block; }
    .cs-infoblock.style-12 .cs-infoblock-img {
      max-height: 200px;
      margin-top: 30px; }
    .cs-infoblock.style-12 > div {
      display: block;
      padding: 0 15px; }
    .cs-infoblock.style-12 .cs-h2 {
      margin-top: 20px; }
    .cs-infoblock.style-12 .cs-infoblock-desc {
      max-width: 100%;
      margin-bottom: 30px; } }

@media (min-width: 768px) {
  .cs-infoblock-img-wrap {
    min-height: 232px; } }

@media (max-width: 767px) {
  .cs-infoblock-wrap {
    padding-left: 25px;
    padding-right: 25px; }
  .cs-infoblock .cs-infoblock-desc {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.7px; }
  .cs-infoblock.style-1 .cs-infoblock-desc {
    margin-top: 24px; }
  .cs-infoblock.style-2 .cs-infoblock-desc {
    margin-top: 13px; }
  .cs-infoblock.style-2 .cs-btn.minimal {
    margin-left: 0; }
  .cs-infoblock.style-3 .cs-heading.style-1 .cs-heading-title {
    display: block;
    float: none !important;
    text-align: center; }
  .cs-infoblock.style-3 .cs-infoblock-desc {
    margin-top: 21px;
    line-height: 16px; }
  .cs-infoblock.style-4 .cs-infoblock-desc {
    margin-top: 22px;
    line-height: 18px; }
  .cs-infoblock.style-5 {
    text-align: center; }
    .cs-infoblock.style-5 .cs-btn {
      margin-top: 30px; }
  .cs-infoblock.style-6 .cs-infoblock-desc {
    max-width: none; }
  .cs-infoblock.style-6 .cs-btn {
    margin-right: 0; }
  .cs-img-col.style-1 {
    margin-top: 30px; }
  .cs-history-icon {
    margin-top: 18px;
    max-width: 160px; }
  .cs-infoblock-img {
    max-width: 350px; }
  .cs-infoblock.style-12 .cs-h2 {
    font-size: 30px;
    line-height: 30px; }
  .cs-infoblock.style-12 .cs-infoblock-desc {
    font-size: 18px; }
  .cs-infoblock.style-11 .cs-infoblock-desc {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px; }
  .cs-history-icon.style-11 {
    margin: 35px auto auto;
    display: block; }
  .cs-infoblock.style-10 .cs-h2 {
    font-size: 30px;
    line-height: 32px; }
  }

/*Iphones < 6*/
@media (max-width: 374px) {
  .cs-infoblock.style-4 .cs-btn.size-1 {
    min-width: 100%; } }

/*--------------------------------------------------*/
/* ETC */
/*--------------------------------------------------*/
/*Lists*/
.cs-list.style-1 li {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1px; }
  .cs-list.style-1 li:not(:last-child) {
    margin-bottom: 31px; }
  .cs-list.style-1 li i {
    float: left;
    margin-right: 9px; }
  .cs-list.style-1 li span {
    display: block;
    overflow: hidden; }

/*breaking news*/
.cs-breaking {
  padding: 34px 0 36px;
  color: white; }
  .cs-breaking .cs-breaking-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 48px; }
  .cs-breaking .cs-breaking-desc {
    max-width: 586px;
    padding-right: 60px;
    font-size: 21px;
    line-height: 24px; }
    .cs-breaking .cs-breaking-desc a {
      color: #fff;
      text-decoration: underline; }
  .cs-breaking .cs-breaking-desc-hide {
    position: absolute;
    top: 0;
    right: 8px; }

/*video news wrap*/
.cs-video-news-wrap iframe {
  width: 100%; }

/*represent box*/
.cs-represent-box-wrap {
  display: table;
  width: 100%; }

.cs-represent-box {
  display: table-cell;
  height: 310px;
  width: 100%;
  vertical-align: bottom;
  text-align: center; }
  .cs-represent-box > img.cs-represent-logo {
    max-height: 200px; }
  .cs-represent-box .cs-btn {
    margin-top: 40px; }

/*advertisement*/
.cs-advertisement h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 48px; }
  .cs-advertisement h3 a {
    font-style: italic;
    text-decoration: underline; }

.cs-advertisement-img {
  background-size: auto 100%;
  background-position: top left; }

/*club finder*/
.cs-club-finder {
  position: relative;
  margin-top: 28px; }
  .cs-club-finder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url(../img/map-lines-1.svg);
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: bottom right; }

.cs-club-finder-form {
  position: relative;
  z-index: 2;
  padding-top: 34px;
  padding-bottom: 51px;
  max-width: 270px; }
  .cs-club-finder-form .club-finder-fieldset {
    position: relative;
    text-align: center; }
    .cs-club-finder-form .club-finder-fieldset.finder-radio-fieldset {
      margin-top: 62px; }
    .cs-club-finder-form .club-finder-fieldset .club-finder-title {
      position: absolute;
      top: 11px;
      left: -55px;
      display: inline-block;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      font-size: 21px;
      line-height: 36px;
      letter-spacing: -0.8px;
      text-align: right; }
    .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap {
      display: inline-block; }
      .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-search {
        position: relative; }
        .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-search .club-finder-search-inp {
          max-width: 263px;
          width: 100%;
          padding: 0 15px 0 50px;
          border: none;
          outline: none;
          background: transparent;
          border-bottom: 5px solid #6bcdee;
          font-size: 36px;
          font-weight: 600;
          line-height: 48px;
          color: #fff;
          text-align: center;
          text-indent: -50px; }
        .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-search .club-finder-search-subm {
          position: absolute;
          top: 50%;
          left: -3px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 30px;
          font-weight: 400;
          line-height: 48px; }
      .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-radio-group {
        font-size: 0; }
        .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-radio-group .club-finder-radio-label {
          display: inline-block;
          width: 44px;
          height: 44px;
          margin: 0 5px;
          border: 2px solid #6bcdee;
          border-radius: 5px;
          color: #f7f7f7;
          font-size: 18px;
          font-weight: 600;
          line-height: 38px;
          text-align: center;
          cursor: pointer; }
        .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-radio-group .club-finder-radio-inp {
          visibility: hidden;
          font-size: 0;
          width: 0;
          height: 0;
          float: right; }
          .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap .club-finder-radio-group .club-finder-radio-inp:checked + .club-finder-radio-label {
            background: #6bcdee;
            color: #280032; }

/*involved*/
.cs-involved {
  outline: 2px solid #fff;
  display: block;
}
.cs-involved:hover, .cs-involved:focus, .cs-involved:active {
  outline: 2px solid #fff;
  outline-offset: 0;
}
.cs-involved:hover .involved-bottom {
  background: #96378c;
}
  .cs-involved.style-2 {
    display: block; }
    .cs-involved.style-2:hover, .cs-involved.style-2:focus {
      outline: 2px solid #fff; }
  .cs-involved .involved-top {
    position: relative;
    height: 237px; }
    .cs-involved .involved-top .involved-top-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cs-involved .involved-top .involved-top-title {
      position: absolute;
      padding: 38px 40px 10px;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-size: 36px;
      font-weight: 900;
      line-height: 36px; }
  .cs-involved .involved-bottom {
    min-height: 136px;
    padding: 21px 43px;
    background: #280032; }
    .cs-involved .involved-bottom h5 {
      color: #fff;
      font-size: 21px;
      line-height: 21px;
      font-weight: 900;
      text-decoration: none; }

/*play cricket block*/
.cs-play-desc {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px; }
  .cs-play-desc p {
    letter-spacing: -0.9px; }

.cs-play-list li {
  font-size: 18px;
  font-weight: 900;
  line-height: 25px; }
  .cs-play-list li i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle; }

.cs-play-img {
  margin-top: 40px; }

/*share icons*/
.cs-social-share {
  display: inline-block;
  position: relative; }
  .cs-social-share .cs-social-share-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-left: -24px;
    font-size: 18px;
    font-weight: 700; }
  .cs-social-share .cs-social-share-list {
    display: inline-block; }
    .cs-social-share .cs-social-share-list li {
      display: inline-block;
      margin: 0 2px; }
      .cs-social-share .cs-social-share-list li a {
        display: block;
        width: 37px;
        height: 37px;
        font-size: 18px;
        font-weight: 400;
        line-height: 37px;
        text-align: center;
        color: #fff;
        border-radius: 50%; }

/*subscribe form*/
.cs-subscribe-form {
  margin: 30px 0;
  text-align: center; }
  .cs-subscribe-form .cs-subscribe-form-label {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -1px; }
  .cs-subscribe-form .cs-subscribe-form-inp {
    margin-left: 30px;
    vertical-align: middle; }
  .cs-subscribe-form input.cs-btn {
    margin-left: 5px;
    vertical-align: middle; }

@media (max-width: 991px) {
  .cs-club-finder-form .club-finder-fieldset .club-finder-title {
    margin-bottom: 10px;
    position: static;
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media (max-width: 767px) {
  /*lists*/
  .cs-list.style-1 li {
    font-size: 18px;
    line-height: 20px; }
    .cs-list.style-1 li:not(:last-child) {
      margin-bottom: 15px; }
  /*represent*/
  .cs-represent-box {
    height: 185px; }
    .cs-represent-box .cs-represent-logo {
      max-height: 100px !important;
      max-width: 150px; }
    .cs-represent-box .cs-btn.size-3 {
      margin-top: 30px;
      min-width: 125px;
      padding: 0 10px;
      line-height: 34px;
      letter-spacing: 0;
      font-size: 15px;
      font-weight: 600;
      font-family: 'Proxima Nova','Montserrat', sans-serif; }
  /*advertisement*/
  .cs-advertisement h3 {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Proxima-Nova-Extrabold','Montserrat', sans-serif; }
    .cs-advertisement h3 a {
      display: inline-block;
      font-family: 'Proxima-Nova-Extrabold','Montserrat', sans-serif; }
  /*club finder*/
  .cs-club-finder {
    margin-top: 23px; }
    .cs-club-finder:after {
      background-size: auto 70%;
      background-position: bottom right; }
    .cs-club-finder .cs-club-finder-form {
      padding-top: 29px;
      padding-bottom: 32px; }
      .cs-club-finder .cs-club-finder-form .club-finder-fieldset {
        margin-left: 0;
        text-align: center;
        /*fieldsets*/ }
        .cs-club-finder .cs-club-finder-form .club-finder-fieldset .club-finder-title {
          top: 0;
          width: 100%;
          display: block;
          text-align: center;
          font-size: 17px;
          line-height: 22px;
          letter-spacing: 0; }
        .cs-club-finder .cs-club-finder-form .club-finder-fieldset .club-finder-inp-wrap {
          margin-left: 0; }
        .cs-club-finder .cs-club-finder-form .club-finder-fieldset.finder-search-fieldset .club-finder-inp-wrap {
          margin-top: 5px; }
          .cs-club-finder .cs-club-finder-form .club-finder-fieldset.finder-search-fieldset .club-finder-inp-wrap .club-finder-search-inp {
            max-width: 234px; }
        .cs-club-finder .cs-club-finder-form .club-finder-fieldset.finder-radio-fieldset {
          margin-top: 47px; }
          .cs-club-finder .cs-club-finder-form .club-finder-fieldset.finder-radio-fieldset .club-finder-inp-wrap .club-finder-radio-group {
            margin-top: 20px;
            margin-left: 0; }
            .cs-club-finder .cs-club-finder-form .club-finder-fieldset.finder-radio-fieldset .club-finder-inp-wrap .club-finder-radio-group .club-finder-radio-label {
              width: 41px;
              height: 41px;
              margin: 0 3px; }
  /*involved*/
  .cs-involved {
    outline: 1px solid #fff; }
  .cs-involved:hover, .cs-involved:focus, .cs-involved:active {
    outline: 1px solid #fff;
  }
    .cs-involved .involved-top {
      height: 103px; }
      .cs-involved .involved-top .involved-top-title {
        padding: 11px 17px 10px;
        font-size: 18px;
        line-height: 24px; }
    .cs-involved .involved-bottom {
      min-height: 64px;
      padding: 16px 13px; }
      .cs-involved .involved-bottom h5 {
        font-size: 12px;
        line-height: 12px; }

  /*play cricket block*/
  .cs-play-desc {
    text-align: center;
    font-size: 18px;
    line-height: 22px; }
  /*share icons*/
  .cs-social-share .cs-social-share-title {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 0 20px; }
  /*subscribe form*/
  .cs-subscribe-form .cs-subscribe-form-label {
    display: block;
    margin-bottom: 20px; }
  .cs-subscribe-form .cs-form-inp {
    display: block;
    margin: 0 auto 20px; }
  .cs-subscribe-form input.cs-btn {
    margin-left: 0;
  } }

/*--------------------------------------------------*/
/* MAIN LAYOUT */
/*--------------------------------------------------*/
/*paragraphs*/
.cs-parag.style-1 {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px; }

.cs-btn-block {
  text-align: center; }
  .cs-btn-block .cs-btn {
    margin-bottom: 10px;
    margin-right: 6px;
    margin-left: 6px; }

.cs-press-kit-simple-content .cs-press-kit-text {
  font-size: 21px;
  color: #280032;
  line-height: 1.25; }

@media (max-width: 600px) {
  .cs-press-kit-simple-content .cs-press-kit-text {
    font-size: 18px; }
  .cs-press-kit-simple-content {
    padding: 0; } }

.cs-press-contact-us.style-3 .col-xs-12:last-of-type {
  padding: 80px 15px 75px; }

.cs-press-contact-us.style-3 .col-xs-12:first-of-type {
  padding: 80px 25px 75px 45px; }

.cs-press-contact-us.style-3 .cs-press-img-wrap {
  width: 32%;
  display: inline-block;
  margin-bottom: 45px; }
  .cs-press-contact-us.style-3 .cs-press-img-wrap img {
    max-width: 100px; }

.cs-press-contact-us .cs-heading.style-1 h3 {
  color: #280032;
  margin-bottom: 54px; }

.cs-press-contact-us p {
  font-size: 21px;
  color: #280032;
  line-height: 1.14;
  max-width: 550px;
  letter-spacing: -.95px;
  margin-bottom: 20px; }

.cs-press-contact-us .col-xs-12 {
  padding: 80px 45px 75px; }

.cs-press-contact-us img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto; }

.cs-press-contact-us.style-2 p,
.cs-press-contact-us.style-2 .cs-heading.style-1 h3 {
  color: #ffffff; }

.cs-press-contact-us.style-4 p,
.cs-press-contact-us.style-4 .cs-heading.style-1 h3 {
  color: #ffffff; }

.cs-press-contact-us.style-4 .row {
  padding: 30px 10px 10px; }
  .cs-press-contact-us.style-4 .row > .col-xs-12 {
    padding: 50px 15px 65px 35px;
    background-position: right bottom;
    background-size: contain; }

.cs-press-contact-us.style-5 {
  position: relative;
  background-position: right bottom;
  background-size: contain; }
  .cs-press-contact-us.style-5 .cs-heading.style-1 h3 {
    margin-bottom: 40px; }
  .cs-press-contact-us.style-5 .col-xs-12:first-of-type {
    padding: 80px 25px 75px 45px; }
  .cs-press-contact-us.style-5 .cs-btn:first-of-type {
    margin-right: 10px; }

@media (max-width: 767px) {
  .cs-press-contact-us .col-xs-12 {
    padding: 40px 25px !important; }
  .cs-press-contact-us .cs-heading.style-1 h3 {
    margin-bottom: 20px; }
  .cs-press-contact-us.style-4 .row {
    padding: 0; }
  .cs-press-contact-us.style-5 {
    background-image: none !important; }
    .cs-press-contact-us.style-5 .cs-heading.style-1 h3 {
      margin-bottom: 20px; }
  .cs-press-contact-us.style-3 .col-xs-12:last-of-type {
    padding: 0px 25px !important; }
    .cs-press-contact-us.style-3 .col-xs-12:last-of-type img {
      max-width: 75px; } }

@media (max-width: 600px) {
  .cs-press-contact-us p {
    font-size: 19px; } }

.cs-image-gallery-filter {
  min-height: 250px;
}

.cs-image-gallery-filter .cs-custom-select-title {
  font-size: 18px;
  display: inline-block;
  margin-right: 12px; }

.cs-image-gallery-filter .cs-custom-select {
  display: inline-block; }

.cs-filter-wrap {
  display: inline-block;
  padding-left: 4px;
  margin-right: 5px; }
  .cs-filter-wrap.a-col-half {
    margin-right: 0;
    padding: 0; }
  .cs-filter-wrap:nth-of-type(2) > h6 {
    margin-right: 5px; }
  .cs-filter-wrap.cs-search .cs-search-button {
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    border-radius: 0 7px 7px 0;
    border: none;
    outline: none;
    height: 42px;
    vertical-align: top;
    width: 52px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .cs-filter-wrap.cs-search .cs-search-button::before {
      content: "\f002";
      font-family: "FontAwesome";
      color: #f7f7f7;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.cs-filter-wrap .cs-custom-select .cs-select-title-wrap {
  min-width: 250px;
}
.cs-custom-select {
  position: relative;
  display: inline-block; }
  .cs-custom-select > div {
    display: inline-block;
    font-size: 18px;
    color: #f7f7f7;
    padding: 13px 100px 12px 20px;
    border-radius: 7px;
    position: relative; }
    .cs-custom-select > div.style-2 {
      padding: 13px 112px 12px 20px;
      min-width: 250px; }
  .cs-custom-select .cs-select-title-wrap {
    position: relative; }
  .cs-custom-select span {
    width: 50px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    color: #f7f7f7;
    text-align: center;
    border-radius: 0 7px 7px 0; }
    .cs-custom-select span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cs-custom-select .list {
    display: none; }
  .cs-custom-select ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
    border-radius: 0 0 7px 7px; }
  .cs-custom-select li {
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .cs-custom-select li:last-of-type {
      border-radius: 0 0 7px 7px; }
    .cs-custom-select li:hover {
      color: #ffffff; }
@media (max-width: 991px) {
  .cs-filter-wrap .cs-custom-select .cs-select-title-wrap {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .cs-filter-wrap {
    display: block;
  }
  .cs-filter-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cs-staff-item-wrap {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 18px 0 15px;
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .cs-staff-item-wrap .cs-staff-heading {
    padding: 0 18px; }
    .cs-staff-item-wrap .cs-staff-heading h5, .cs-staff-item-wrap .cs-staff-heading h5 a, .cs-staff-item-wrap .cs-staff-heading h6 {
      font-size: 21px;
      color: #280032;
      line-height: 1.2; }
    .cs-staff-item-wrap .cs-staff-heading h5 a {
      margin-bottom: 0;
      transition: color 0.3s ease-in;
    }
    .cs-staff-item-wrap .cs-staff-heading h5 a:hover {
        color: #71236f; }
    .cs-staff-item-wrap .cs-staff-heading h6 {
      color: #666666;
      font-size: 16px;
      margin-bottom: 17px; }
  .cs-staff-item-wrap .cs-staff-img {
    height: 200px;
    display: block;
    margin-bottom: 0;
    background-position: center;
    background-size: cover; }
  .cs-staff-item-wrap .cs-staff-contacts {
    padding: 21px 18px 0; }
  .cs-staff-item-wrap .cs-staff-contact {
    margin-bottom: 3px; }
    .cs-staff-item-wrap .cs-staff-contact i {
      font-size: 16px;
      margin-right: 3px;
      color: #666666;
      min-width: 16px;
      text-align: center; }
    .cs-staff-item-wrap .cs-staff-contact a {
      font-size: 16px;
      color: #666666;
      line-height: 1.2;
      letter-spacing: -.4px;
      margin-bottom: 0;
      display: inline-block;
      -webkit-transition: color 350ms ease;
      transition: color 350ms ease;
      position: relative;
      word-break: break-all; }
      .cs-staff-item-wrap .cs-staff-contact a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: transparent;
        opacity: .3;
        -webkit-transition: background-color 350ms ease;
        transition: background-color 350ms ease; }
      .cs-staff-item-wrap .cs-staff-contact a:hover {
        color: #71236f; }
        .cs-staff-item-wrap .cs-staff-contact a:hover::before {
          background-color: #71236f; }

.cs-staff-about-detail .cs-about-img {
  float: left;
  margin-right: 33px;
  max-width: 655px;
  height: auto; }

.cs-staff-about-detail .cs-about-info {
  overflow: hidden; }
  .cs-staff-about-detail .cs-about-info .cs-about-header {
    margin-bottom: 25px; }
  .cs-staff-about-detail .cs-about-info h3 {
    font-size: 36px;
    margin-top: -7px;
    margin-bottom: 7px;
    color: #280032;
    line-height: 1.3; }
  .cs-staff-about-detail .cs-about-info h5 {
    font-size: 21px;
    color: #280032;
    line-height: 1.3;
    margin-right: 6px; }
  .cs-staff-about-detail .cs-about-info h5:not(.cs-about-dblock) {
    display: inline-block; }
    .cs-staff-about-detail .cs-about-info h5:not(.cs-about-dblock) + p {
      display: inline-block; }
  .cs-staff-about-detail .cs-about-info p {
    font-size: 21px;
    color: #280032;
    line-height: 1.1;
    margin-bottom: 23px; }

.cs-about-detail-bio h5 {
  font-size: 21px;
  color: #280032;
  line-height: 1.3; }

.cs-about-detail-bio p {
  font-size: 21px;
  color: #280032;
  line-height: 1.1;
  margin-bottom: 29px; }

@media (max-width: 1024px) {
  .cs-staff-about-detail .cs-about-img {
    max-width: 455px; } }

@media (max-width: 991px) {
  .cs-staff-about-detail .cs-about-img {
    max-width: 355px; }
  .cs-staff-about-detail .cs-about-info .cs-about-header {
    margin-bottom: 15px; }
  .cs-staff-about-detail .cs-about-info p {
    margin-bottom: 15px; } }

@media (max-width: 700px) {
  .cs-staff-about-detail .cs-about-img {
    max-width: 355px;
    margin: auto auto 30px;
    float: none;
    display: inherit;
    width: 100%; }
  .cs-staff-about-detail .cs-about-info h3 {
    font-size: 32px; }
  .cs-staff-about-detail .cs-about-info .cs-about-header {
    text-align: center; }
  .cs-about-detail-bio p {
    margin-bottom: 15px; } }

.cs-hall-item-wrap {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 18px 0 15px;
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .cs-hall-item-wrap .cs-hall-heading {
    padding: 0 18px; }
    .cs-hall-item-wrap .cs-hall-heading h3 {
      font-size: 21px;
      color: #280032;
      line-height: 1.2;
      -webkit-transition: all 350ms ease;
      transition: all 350ms ease; }
    .cs-hall-item-wrap .cs-hall-heading h6 {
      line-height: 1.2;
      color: #666666;
      font-size: 16px;
      margin-bottom: 17px; }
  .cs-hall-item-wrap .cs-staff-img {
    display: block;
    height: 200px;
    background-position: center;
    background-size: cover; }
  .cs-hall-item-wrap .cs-hall-info {
    padding: 23px 18px 10px; }
  .cs-hall-item-wrap .cs-hall-info-item {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    letter-spacing: -.4px;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
    position: relative;
    word-break: break-all;
    margin-right: 26px;
    word-spacing: 1px; }

.cs-filter-search {
  display: inline-block;
  font-size: 18px;
  color: #71236f;
  border-radius: 7px 0 0 7px;
  position: relative;
  border: none;
  outline: none;
  margin-right: -8px;
  width: 212px;
  padding: 10px 10px 10px 22px;
  max-width: calc(100% - 52px); }
  .cs-filter-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #71236f; }
  .cs-filter-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #71236f; }
  .cs-filter-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #71236f; }
  .cs-filter-search:-moz-placeholder {
    /* Firefox 18- */
    color: #71236f; }

@media (max-width: 374px) {
  .xxs-block {
    width: 100%;
    float: none;
    text-align: left; } }

.cs-wpc-map {
  height: 340px; }

.cs-contacts-info .cs-contacts-title {
  font-size: 36px;
  color: #280032;
  line-height: 1.3;
  margin-bottom: 26px; }

.cs-contacts-info .cs-contacts-address {
  font-size: 21px;
  color: #280032;
  line-height: 1.16;
  letter-spacing: -1px;
  margin-bottom: 27px; }

.cs-contacts-info .cs-contacts-email,
.cs-contacts-info .cs-contacts-phone {
  margin-bottom: 22px; }
  .cs-contacts-info .cs-contacts-email i,
  .cs-contacts-info .cs-contacts-phone i {
    font-size: 15px;
    margin-right: 2px;
    width: 20px;
    text-align: center;
    color: #3e1052;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
  .cs-contacts-info .cs-contacts-email a,
  .cs-contacts-info .cs-contacts-phone a {
    font-size: 16px;
    color: #3e1052;
    letter-spacing: .2px;
    line-height: 1.14;
    position: relative;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease; }
    .cs-contacts-info .cs-contacts-email a:before,
    .cs-contacts-info .cs-contacts-phone a:before {
      content: '';
      height: 1px;
      width: 100%;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #71236f;
      opacity: 0;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
  .cs-contacts-info .cs-contacts-email:hover a,
  .cs-contacts-info .cs-contacts-phone:hover a {
    color: #71236f; }
    .cs-contacts-info .cs-contacts-email:hover a::before,
    .cs-contacts-info .cs-contacts-phone:hover a::before {
      opacity: .4; }
  .cs-contacts-info .cs-contacts-email:hover i,
  .cs-contacts-info .cs-contacts-phone:hover i {
    color: #666666; }

.cs-contacts-info .cs-contacts-phone {
  margin-bottom: 4px; }
  .cs-contacts-info .cs-contacts-phone a {
    letter-spacing: -.5px; }

.wpcf7 .cs-wpcf7-title {
  font-size: 36px;
  color: #280032;
  line-height: 1.3;
  display: block;
  text-align: center; }

.wpcf7 label {
  font-size: 21px;
  color: #280032;
  text-align: right;
  line-height: 1.14;
  width: 100%;
  padding-top: 12px; }

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
  margin-top: -12px;
  font-size: 18px;
  color: #280032;
  display: block;
  width: 555px;
  border: none;
  border-radius: 5px;
  padding: 13px 15px;
  margin-bottom: 21px;
  margin-left: 30px;
  float: right; }
  .wpcf7 input:not([type="submit"])::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #280032; }
  .wpcf7 input:not([type="submit"])::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #280032; }
  .wpcf7 input:not([type="submit"]):-ms-input-placeholder,
  .wpcf7 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #280032; }
  .wpcf7 input:not([type="submit"]):-moz-placeholder,
  .wpcf7 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #280032; }

.wpcf7 label:last-of-type {
  padding-top: 0; }
  .wpcf7 label:last-of-type textarea {
    margin-top: 0; }

.wpcf7 textarea {
  resize: none;
  height: 194px; }

.wpcf7 input[type="submit"] {
  margin-top: 20px; }

.sc-search-form .cs-subscribe-form .cs-subscribe-form-inp {
  margin-left: 0; }

.sc-search-form .cs-subscribe-form {
  text-align: left; }

.sc-search-form .cs-btn {
  min-width: 164px; }

@media (max-width: 1199px) {
  .wpcf7 label {
    padding-top: 0;
    text-align: left;
    width: 100%; }
  .wpcf7 input:not([type="submit"]),
  .wpcf7 textarea {
    margin-top: 5px !important;
    width: 100%; }
  .sc-search-form .cs-subscribe-form .cs-subscribe-form-inp {
    float: left;
    max-width: 250px;
    min-width: auto;
    width: 100%; }
  .sc-search-form .cs-subscribe-form input.cs-btn {
    margin-left: 0; } }

@media (max-width: 767px) {
  .sc-search-form .cs-subscribe-form .cs-subscribe-form-inp {
    height: 41px;
    min-width: auto;
    max-width: 180px;
    margin-right: 5px; }
  .sc-search-form .cs-subscribe-form input.cs-btn {
    min-width: 100px;
  }
  .wpcf7 .cs-wpcf7-title {
    font-size: 30px; }
  .wpcf7 label {
    font-size: 19px; } }

.cs-small-info-block .cs-small-info-title {
  font-size: 21px;
  color: #280032;
  margin-bottom: 14px; }

.cs-small-info-block .cs-small-info-text {
  font-size: 21px;
  color: #280032;
  line-height: 1.14;
  display: inline-block;
  letter-spacing: -1px;
  margin-right: 45px;
  vertical-align: top;
  padding-top: 11px;
  margin-bottom: 15px; }

.cs-download-item {
  padding-left: 27px; }
  .cs-download-item .cs-download-icon {
    font-size: 48px;
    float: left;
    margin-right: 45px; }
  .cs-download-item .cs-download-link {
    font-size: 21px;
    line-height: 1.15;
    border-bottom: 1px solid #71236f;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .cs-download-item .cs-download-link:hover {
      border-bottom-color: transparent; }
  .cs-download-item .cs-download-text {
    font-size: 21px;
    line-height: 1.15;
    color: #280032;
    letter-spacing: -.95px;
    overflow: hidden; }

@media (max-width: 600px) {
  .cs-download-item .cs-download-icon {
    margin-right: 30px; }
  .cs-download-item .cs-download-text {
    font-size: 18px; } }

/*------------------------------*/
/* FOOTER */
/*-----------------------------*/
.cs-footer {
  position: relative;
  z-index: 400;
}
.cs-footer .footer-top {
  padding: 17px 0 25px;
  text-align: right; }
  .cs-footer .footer-top .footer-top-link {
    font-size: 18px;
    line-height: 24px; }

.cs-footer .footer-menu {
  padding: 51px 0 79px; }
  .cs-footer .footer-menu .widget_nav_menu .widget-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900; }
  .cs-footer .footer-menu .widget_nav_menu .menu a {
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    color: inherit;
    border-bottom: 1px solid rgba(62, 16, 82, 0.5);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
    .cs-footer .footer-menu .widget_nav_menu .menu a:hover {
      opacity: 0.7; }
  .cs-footer .footer-menu .widget_nav_menu .menu .menu-item:first-child a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    border-bottom: none;
  }

.cs-footer .footer-clients {
  padding: 62px 0 70px;
  text-align: center; }
  .cs-footer .footer-clients .footer-clients-title {
    font-size: 48px;
    line-height: 48px; }
  .cs-footer .footer-clients .footer-clients-wrapper {
    max-width: 585px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
    .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item {
      display: inline-block;
      float: left;
      width: 33.333333%; }
      .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item .footer-clients-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px;
        min-height: 130px; }
        .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item .footer-clients-link img {
          max-width: 100px; }

.cs-footer .footer-info {
  padding: 61px 0 103px; }
  .cs-footer .footer-info .footer-contact-info .contact-info-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -1px; }
  .cs-footer .footer-info .footer-contact-info .contact-info-descr {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.2px; }
    .cs-footer .footer-info .footer-contact-info .contact-info-descr:not(:last-child) {
      margin-bottom: 22px; }
    .cs-footer .footer-info .footer-contact-info .contact-info-descr p, .cs-footer .footer-info .footer-contact-info .contact-info-descr a {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      color: inherit; }
    .cs-footer .footer-info .footer-contact-info .contact-info-descr a {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
      .cs-footer .footer-info .footer-contact-info .contact-info-descr a:hover {
        opacity: 0.7; }
  .cs-footer .footer-info .footer-logo {
    text-align: center; }
    .cs-footer .footer-info .footer-logo img {
      max-width: 120px; }
  .cs-footer .footer-info .footer-socials-info {
    float: right;
    padding-top: 3px; }
    .cs-footer .footer-info .footer-socials-info li a {
      position: relative;
      padding-left: 37px;
      font-size: 14px;
      line-height: 21px;
      font-weight: 600;
      letter-spacing: 0.2px;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
      .cs-footer .footer-info .footer-socials-info li a:before {
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        font-size: 18px;
        font-weight: 400; }
      .cs-footer .footer-info .footer-socials-info li a:hover {
        opacity: 0.7; }

.cs-footer .footer-painting-bg {
  min-height: 60px;
  background-repeat: repeat;
  background-size: contain; }

.cs-footer .footer-bottom {
  padding: 23px 0 23px;
  text-align: center; }
  .cs-footer .footer-bottom .footer-bottom-copyright {
    display: inline-block; }
    .cs-footer .footer-bottom .footer-bottom-copyright li {
      position: relative;
      display: inline-block;
      float: left;
      padding: 0 28px 0 0;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.2px;
      font-weight: 600; }
      .cs-footer .footer-bottom .footer-bottom-copyright li:first-child {
        padding-left: 0; }
      .cs-footer .footer-bottom .footer-bottom-copyright li:last-child {
        padding-right: 0; }
      .cs-footer .footer-bottom .footer-bottom-copyright li:not(:last-child):after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 14px;
        width: 1px;
        height: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ffffff; }
      .cs-footer .footer-bottom .footer-bottom-copyright li p, .cs-footer .footer-bottom .footer-bottom-copyright li a {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        color: inherit; }
      .cs-footer .footer-bottom .footer-bottom-copyright li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
        .cs-footer .footer-bottom .footer-bottom-copyright li a:hover {
          opacity: 0.7; }

@media only screen and (max-width: 991px) {
  .cs-footer .footer-menu .widget_nav_menu {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .cs-footer .footer-top {
    padding: 8px 0 8px;
    text-align: center; }
    .cs-footer .footer-top .footer-top-link {
      font-size: 16px; }
  .cs-footer .footer-menu {
    padding: 26px 0 6px; }
    .cs-footer .footer-menu .widget_nav_menu {
      margin-bottom: 8px; }
      .cs-footer .footer-menu .widget_nav_menu .widget-title {
        font-size: 14px; }
      .cs-footer .footer-menu .widget_nav_menu .menu {
        margin-bottom: 27px;
       }
        .cs-footer .footer-menu .widget_nav_menu .menu li {
          display: inline-block;
          padding-right: 15px; }
        .cs-footer .footer-menu .widget_nav_menu .menu a {
          line-height: 30px;
          letter-spacing: 0.1px; }
        .cs-footer .footer-menu .widget_nav_menu .menu li:first-child {
          display: block;
          margin-bottom: 2px;
        }
        .cs-footer .footer-menu .widget_nav_menu .menu li:first-child a {
          font-size: 14px;
        }
  .cs-footer .footer-clients {
    padding: 40px 0 50px; }
    .cs-footer .footer-clients .footer-clients-title {
      font-size: 29px; }
    .cs-footer .footer-clients .footer-clients-wrapper {
      max-width: calc(100% - 40px);
      margin-top: 11px; }
      .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item {
        width: 50%; }
        .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item .footer-clients-link {
          margin: 10px;
          min-height: 70px; }
          .cs-footer .footer-clients .footer-clients-wrapper .footer-clients-item .footer-clients-link img {
            max-width: 50px; }
  .cs-footer .footer-info {
    padding: 65px 0 41px;
    text-align: center; }
    .cs-footer .footer-info .footer-contact-info {
      padding: 0 40px;
      margin-bottom: 110px;
      text-align: left; }
      .cs-footer .footer-info .footer-contact-info .contact-info-title {
        font-size: 16px;
        margin-bottom: -2px; }
    .cs-footer .footer-info .footer-logo {
      margin-bottom: 74px; }
      .cs-footer .footer-info .footer-logo img {
        max-width: 115px; }
    .cs-footer .footer-info .footer-socials-info {
      float: none;
      display: inline-block;
      text-align: left; }
  .cs-footer .footer-bottom {
    padding: 22px 0 22px;
    text-align: left; }
    .cs-footer .footer-bottom .footer-bottom-copyright {
      display: inline-block;
      margin-right: -5px;
      margin-left: -5px; }
      .cs-footer .footer-bottom .footer-bottom-copyright li {
        padding: 0 16px 0 0; }
        .cs-footer .footer-bottom .footer-bottom-copyright li:not(:last-child):after {
          right: 6px; } }

/*--------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*--------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /*breaking*/
  .cs-breaking {
    padding: 16px 10px 40px;
    text-align: center; }
    .cs-breaking .cs-breaking-title {
      font-size: 25px;
      letter-spacing: -1.6px; }
    .cs-breaking .cs-breaking-desc {
      padding: 0;
      max-width: 100%;
      font-size: 16px;
      line-height: 20px; }
    .cs-breaking .cs-breaking-desc-hide {
      top: -50px;
      right: -6px; }
  /*fixture*/
  .cs-fixture-wrap {
    margin-left: 15px;
    width: calc(100% - 30px); }
    .cs-fixture-wrap .cs-infoblock {
      padding: 0 30px; }
    .cs-fixture-wrap .cs-infoblock-img {
      max-width: 154px; }
    .cs-fixture-wrap .cs-heading.style-1 .cs-heading-title {
      font-size: 24px;
      line-height: 24px; }
  .cs-fixture-bottom {
    margin-top: 40px; } }

/*------------------------------*/
/* FIXTURES */
/*-----------------------------*/
.cs-fixtures-tabs {
  position: relative; }
  .cs-fixtures-tabs .cs-fixtures-tabs-header {
    text-align: center; }
    .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item {
      display: inline-block;
      width: 50%;
      float: left;
      padding: 16px 0;
      background-color: #71236f;
      -webkit-transition: background-color 0.3s ease-in;
      transition: background-color 0.3s ease-in; }
    .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item.single {
      width: 100%;
    }
      .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item a {
        font-size: 21px;
        line-height: 48px;
        -webkit-transition: color 0.4s ease-in;
        transition: color 0.4s ease-in; }
      .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item.active {
        background-color: #3e1a51; }
  .cs-fixtures-tabs .cs-fixtures-tabs-content {
    position: relative; }
    .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item {
      width: 100%;
      opacity: 0;
      height: 0;
      position: absolute;
      top: 0;
      text-align: center;
      -webkit-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }
      .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item.active {
        opacity: 1;
        height: auto;
        position: relative; }
        .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item.active .fixtures-tabs-item-wrapper {
          display: block; }
        .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item.active .cs-fixtures-link {
          display: inline-block; }
      .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item .cs-fixtures-link {
        margin-top: 53px;
        display: none; }
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper {
    display: none;
    width: 100%;
    padding: 59px 15px 55px 15px;
    text-align: center; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper:not(:last-child) {
      margin-bottom: 21px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-item-title {
      font-size: 36px;
      line-height: 22px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header {
      width: 25%;
      text-align: left;
      padding-left: 30px;
      font-size: 21px;
      line-height: 24px;
      font-weight: 500; }
      .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header p, .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header a {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item {
        width: 33.333333%; }
        .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item img {
          max-width: 100%; }
        .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-title {
          font-size: 24px;
          line-height: 48px;
          margin-top: 3px; }
        .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-vs {
          font-size: 60px;
          line-height: 48px;
          font-style: italic; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-footer {
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

@media only screen and (max-width: 991px) {
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 18px; }
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand {
    width: 100%; }
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-footer {
    width: 100%;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item {
    padding: 11px 0; }
    .cs-fixtures-tabs .cs-fixtures-tabs-header ul .fixtures-list-item a {
      font-size: 16px;
      line-height: 18px; }
  .cs-fixtures-tabs .cs-fixtures-tabs-content .fixtures-tabs-item .cs-fixtures-link {
    margin-top: 30px; }
  .cs-fixtures-tabs .fixtures-tabs-item-wrapper {
    padding: 34px 15px 35px 15px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper:not(:last-child) {
      margin-bottom: 10px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-item-title {
      font-size: 24px;
      line-height: 26px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-header {
      font-size: 16px;
      line-height: 20px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand {
      padding-top: 25px; }
      .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 7px; }
      .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-comand .fixtures-comand-item .fixtures-comand-vs {
        font-size: 30px;
        line-height: 34px; }
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-footer {
      margin-top: 35px; } 
    .cs-fixtures-tabs .fixtures-tabs-item-wrapper .fixtures-tabs-item-footer .cs-btn {
      min-width: 200px;
      }}

/*----------------------------------------------------*/
/* VIDEO */
/*----------------------------------------------------*/
.js-iframe-video {
  position: relative;
  z-index: 100; }
  .js-iframe-video.play .js-video-container {
    visibility: visible;
    opacity: 1; }
  .js-iframe-video.play .js-video-close {
    visibility: visible;
    opacity: 1; }
  .js-iframe-video .js-video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    z-index: 200; }
    .js-iframe-video .js-video-container iframe {
      display: block;
      width: 100%;
      height: 100%; }
  .js-iframe-video .js-video-close {
    visibility: hidden;
    opacity: 0;
    z-index: 250;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease; }

.cs-video-block {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .cs-video-block.style-1 {
    height: 199px; }
    .cs-video-block.style-1 .cs-video-block-title {
      bottom: 34px;
      font-size: 21px;
      line-height: 21px; }
    .cs-video-block.style-1 .cs-video-play {
      top: 5px;
      right: 22px; }
      .cs-video-block.style-1 .cs-video-play:before {
        font-size: 30px;
        line-height: 48px; }
    .cs-video-block.style-1 .cs-video-close {
      top: 5px;
      right: 22px;
      font-size: 30px;
      line-height: 48px; }
  .cs-video-block.style-2 {
    display: block;
    height: 145px; }
    .cs-video-block.style-2 .cs-video-block-title {
      bottom: 22px;
      font-size: 16px;
      line-height: 16px; }
    .cs-video-block.style-2 .cs-video-play {
      top: 5px;
      right: 18px; }
      .cs-video-block.style-2 .cs-video-play:before {
        font-size: 22px;
        line-height: 35px; }
    .cs-video-block.style-2 .cs-video-close {
      top: 5px;
      right: 18px;
      font-size: 22px;
      line-height: 35px; }
  .cs-video-block .cs-video-block-title {
    position: absolute;
    padding: 0 12px;
    font-style: italic;
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
    max-width: 90%; }
    .cs-video-block .cs-video-block-title a {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      color: inherit; }
  .cs-video-block .cs-video-play {
    position: absolute;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
    .cs-video-block .cs-video-play:before {
      content: '\f04b';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: 400;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34); }
    .cs-video-block .cs-video-play:hover {
      opacity: 0.7; }
  .cs-video-block .cs-video-close {
    position: absolute;
    cursor: pointer;
    font-weight: 400;
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34); }

@media only screen and (max-width: 991px) {
  .cs-video-block.style-2 {
    margin: 2px; } }

@media only screen and (max-width: 767px) {
  .cs-video-block.style-1, .cs-video-block.style-2 {
    height: 100px;
    margin: 2px; }
    .cs-video-block.style-1 .cs-video-block-title, .cs-video-block.style-2 .cs-video-block-title {
      bottom: 10px;
      font-size: 12px;
      line-height: 16px; }
    .cs-video-block.style-1 .cs-video-play, .cs-video-block.style-2 .cs-video-play {
      top: 5px;
      right: 12px; }
      .cs-video-block.style-1 .cs-video-play:before, .cs-video-block.style-2 .cs-video-play:before {
        font-size: 16px;
        line-height: 20px; }
    .cs-video-block.style-1 .cs-video-close, .cs-video-block.style-2 .cs-video-close {
      top: 2px;
      right: 12px;
      font-size: 16px;
      line-height: 20px; }
  .cs-video-block .cs-video-block-title {
    padding: 0 7px;
    max-width: none; }
  .cs-resourxe-link {
    min-width: 150px;
  }
}

/*----------------------------------------------------*/
/* GALLERY BLOCK */
/*----------------------------------------------------*/
.cs-gallery-block {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .cs-gallery-block.style-1 {
    height: 199px; }
    .cs-gallery-block.style-1 .cs-gallery-block-title {
      bottom: 32px;
      font-size: 21px;
      line-height: 21px; }
    .cs-gallery-block.style-2 .cs-gallery-count,
    .cs-gallery-block.style-1 .cs-gallery-count {
      top: 7px;
      right: 15px; }
      .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-number,
      .cs-gallery-block.style-1 .cs-gallery-count .cs-gallery-number {
        font-size: 21px;
        line-height: 48px; }
      .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-icon,
      .cs-gallery-block.style-1 .cs-gallery-count .cs-gallery-icon {
        font-size: 30px;
        line-height: 48px;
        margin-left: 7px; }
  .cs-gallery-block.style-2 {
    display: block;
    height: 145px; }
    .cs-gallery-block.style-2 .cs-gallery-block-title {
      bottom: 22px;
      font-size: 16px;
      line-height: 16px; }
    .cs-gallery-block.style-2 .cs-gallery-count {
      top: 4px;
      right: 11px; }
      .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-number {
        font-size: 16px;
        line-height: 35px; }
      .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-icon {
        font-size: 22px;
        line-height: 35px;
        margin-left: 2px; }
  .cs-gallery-block .cs-gallery-block-title {
    position: absolute;
    padding: 0 12px;
    font-style: italic;
    text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
    max-width: 90%; }
    .cs-gallery-block .cs-gallery-block-title a {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      color: inherit; }
  .cs-gallery-block .cs-gallery-count {
    position: absolute; }
    .cs-gallery-block .cs-gallery-count .cs-gallery-number, .cs-gallery-block .cs-gallery-count .cs-gallery-icon {
      display: inline-block;
      vertical-align: middle;
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34); }
    .cs-gallery-block .cs-gallery-count .cs-gallery-number {
      font-weight: 900; }
    .cs-gallery-block .cs-gallery-count .cs-gallery-icon {
      font-weight: 400; }

@media only screen and (max-width: 991px) {
  .cs-gallery-block.style-2 {
    margin: 2px; } }

@media only screen and (max-width: 767px) {
  .cs-gallery-block.style-1, .cs-gallery-block.style-2 {
    height: 100px;
    margin: 2px; }
    .cs-gallery-block.style-1 .cs-gallery-block-title, .cs-gallery-block.style-2 .cs-gallery-block-title {
      bottom: 8px;
      padding: 0 7px;
      font-size: 12px;
      line-height: 16px; }
    .cs-gallery-block.style-1 .cs-gallery-count, .cs-gallery-block.style-2 .cs-gallery-count {
      top: 5px;
      right: 10px; }
      .cs-gallery-block.style-1 .cs-gallery-count .cs-gallery-number, .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-number {
        font-size: 12px;
        line-height: 20px; }
      .cs-gallery-block.style-1 .cs-gallery-count .cs-gallery-icon, .cs-gallery-block.style-2 .cs-gallery-count .cs-gallery-icon {
        font-size: 16px;
        line-height: 20px;
        margin-left: 2px; }
  .cs-gallery-block .cs-gallery-block-title {
    max-width: none; } }

/*------------------------------*/
/* TEAM BLOCK */
/*-----------------------------*/
.cs-team-block {
  position: relative;
  margin: 0 -1px; }
  .cs-team-block .cs-team-block-item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 1px;
    cursor: pointer;
    z-index: 20; }
    .cs-team-block .cs-team-block-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
      transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
      z-index: 30; }
    .cs-team-block .cs-team-block-item:hover:after {
      opacity: 1;
      visibility: visible; }
    .cs-team-block .cs-team-block-item .cs-team-block-logo {
      position: absolute;
      z-index: 40; }
    .cs-team-block .cs-team-block-item .cs-team-block-desc {
      position: absolute;
      padding: 0 16px;
      max-width: 55%;
      z-index: 40; }
    .cs-team-block .cs-team-block-item .cs-team-block-subtitle {
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-weight: 600; }
    .cs-team-block .cs-team-block-item .cs-team-block-title {
      text-shadow: 0 0 5.8px rgba(0, 0, 0, 0.34);
      font-weight: 900; }
  .cs-team-block.column-3 .cs-team-block-item {
    min-height: 237px;
    width: calc(33.333333% - 2px); }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-logo {
      bottom: 34px;
      right: 34px;
      max-width: 125px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-desc {
      top: 37px;
      left: 24px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-subtitle {
      font-size: 16px;
      line-height: 18px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-title {
      font-size: 36px;
      line-height: 36px; }
  .cs-team-block.column-3.style-3 .cs-team-block-logo {
    bottom: 0px;
    right: 0px; }
  .cs-team-block.column-4 .cs-team-block-item {
    min-height: 175px;
    width: calc(25% - 2px); }
  .cs-team-block.column-4 .cs-team-block-logo {
    bottom: 0;
    right: 13px;
    max-width: 155px; }
  .cs-team-block.column-4 .cs-team-block-desc {
    top: 18px;
    left: 16px; }
  .cs-team-block.column-4 .cs-team-block-subtitle {
    font-size: 16px;
    line-height: 18px; }
  .cs-team-block.column-4 .cs-team-block-title {
    font-size: 28px;
    line-height: 32px; }

@media only screen and (max-width: 991px) {
  .cs-team-block.column-3 .cs-team-block-item {
    width: calc(50% - 2px); }
  .cs-team-block.column-4 .cs-team-block-item {
    width: calc(50% - 2px); } }

@media only screen and (max-width: 767px) {
  .cs-team-block.column-3 .cs-team-block-item, .cs-team-block.column-4 .cs-team-block-item {
    min-height: 103px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-logo, .cs-team-block.column-4 .cs-team-block-item .cs-team-block-logo {
      max-width: 55px;
      bottom: 10px;
      right: 14px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-desc, .cs-team-block.column-4 .cs-team-block-item .cs-team-block-desc {
      top: 17px;
      left: 2px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-subtitle, .cs-team-block.column-4 .cs-team-block-item .cs-team-block-subtitle {
      font-size: 12px;
      line-height: 18px; }
    .cs-team-block.column-3 .cs-team-block-item .cs-team-block-title, .cs-team-block.column-4 .cs-team-block-item .cs-team-block-title {
      font-size: 15px;
      line-height: 15px; } }

@media only screen and (max-width: 359px) {
  .cs-team-block.column-3 .cs-team-block-item, .cs-team-block.column-4 .cs-team-block-item {
    width: calc(100% - 2px); } }

/*----------------------------------------------------*/
/* COMPETITION BLOCK */
/*----------------------------------------------------*/
.cs-competition-block {
  text-align: center; }
  .cs-competition-block.competition-1 {
    display: block;
    min-width: auto;
    padding: 0;
    background-color: transparent;
    color: transparent; }
    .cs-competition-block.competition-1:hover {
      background-color: transparent;
      color: transparent; }
  .cs-competition-block.competition-2 {
    display: inline-block; }
  .cs-competition-block img {
    max-width: 100%; }

/*----------------------------------------------------*/
/* SQUAD BLOCK */
/*----------------------------------------------------*/
.cs-squad-block {
  position: relative;
  display: block;
  box-shadow: 0 0 5px rgba(115, 116, 117, 0.5); }
  .cs-squad-block .cs-squad-block-img {
    height: 165px;
    background-size: inherit;
    background-position: center; }
  .cs-squad-block .cs-squad-block-desc {
    padding: 12px 15px 7px 15px;
    min-height: 105px;
    text-align: center; }
    .cs-squad-block .cs-squad-block-desc .cs-squad-block-title {
      font-size: 18px;
      line-height: 21px;
      font-style: italic; }
      .cs-squad-block .cs-squad-block-desc .cs-squad-block-title a {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit; }
    .cs-squad-block .cs-squad-block-desc .cs-squad-block-rank {
      margin-top: 21px;
      line-height: 21px;
      font-size: 18px;
      font-weight: 600;
      font-style: italic; }
      .cs-squad-block .cs-squad-block-desc .cs-squad-block-rank a {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit; }

@media only screen and (max-width: 767px) {
  .cs-squad-block .cs-squad-block-desc {
    padding: 10px 15px 15px 15px;
    min-height: 100px;
    text-align: center; }
    .cs-squad-block .cs-squad-block-desc .cs-squad-block-title {
      font-size: 16px;
      line-height: 18px; }
    .cs-squad-block .cs-squad-block-desc .cs-squad-block-rank {
      line-height: 18px;
      font-size: 16px; } }

.cs-service-item.style-2 {
  padding-left: 30px; }

.cs-service-item .cs-service-icon {
  max-width: 50px;
  font-size: 48px;
  float: left;
  margin-right: 38px; }

.cs-service-item .cs-service-title {
  display: inline-block;
  font-size: 21px;
  line-height: 1.15; }

.cs-service-item .cs-service-text {
  font-size: 21px;
  line-height: 1.15;
  color: #280032;
  letter-spacing: -.95px;
  overflow: hidden; }

.cs-service-item.style-1 {
  padding-left: 27px; }
  .cs-service-item.style-1 .cs-service-icon {
    margin-right: 32px;
    margin-left: 15px; }

@media (max-width: 767px) {
  .cs-service-item.style-1 {
    padding-left: 0; }
  .cs-service-item .cs-service-icon {
    margin-right: 15px; }
  .cs-service-item .cs-service-text {
    font-size: 18px; }
  .cs-service-item.style-2 {
    padding-left: 15px; } }

/*NEWS POST*/
.cs-post-summary .cs-post-summary-text {
  margin-top: 47px;
  letter-spacing: -0.9px;
  font-size: 21px;
  font-weight: 900;
  line-height: 26px; }

.cs-post-summary .cs-post-summary-author {
  margin-top: 33px;
  font-size: 21px; }
  .cs-post-summary .cs-post-summary-author .summary-author-name {
    position: relative;
    margin-left: -20px;
    line-height: 48px; }
    .cs-post-summary .cs-post-summary-author .summary-author-name i {
      margin-right: 5px; }
  .cs-post-summary .cs-post-summary-author .summary-author-twitter {
    margin-left: 8px;
    text-decoration: underline; }

/*post header*/
.cs-post-header {
  margin-bottom: 20px; }
  .cs-post-header .cs-post-header-top > div {
    line-height: 54px; }
  .cs-post-header .cs-post-header-top .cs-post-header-top-option {
    margin-top: 7px;
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    line-height: 48px; }
    .cs-post-header .cs-post-header-top .cs-post-header-top-option.read-time {
      padding-left: 30px; }
  .cs-post-header .cs-post-header-top .category-label,
  .cs-post-header .cs-post-header-top .category-label a{
    display: inline-block;
    padding: 0 26px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.7px; }

.cs-post-img-link {
  display: block;
  position: relative; }

.cs-post-img-link img {
  margin-left: auto;
  margin-right: auto; }

.cs-post .entry-content img{
  position: relative;
/*  transform: translateX(-50%);
  left: 50%;*/
  max-width: 100%;
}

.cs-post .entry-content img.alignleft,
.cs-post .entry-content img.alignright {
/*  left: auto;
  transform: translateX(0);*/
}

.cs-post .entry-content figure figcaption{
  display: block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.7px; }

.cs-post .entry-content {
  padding: 15px 0; }
  .cs-post .entry-content h3 {
    margin-top: 60px;
    margin-bottom: 9px;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px; }
  .cs-post .entry-content p {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px; }
  .cs-post .entry-content p + p {
    margin-top: 26px; }
  .cs-post .entry-content .cs-post-image-wrap {
    margin-bottom: 33px; }
  .cs-post .entry-content .cs-post-img-link {
    top: 0; }
  .cs-post .entry-content figure figcaption {
    margin-left: 0;
    margin-top: 14px; }

@media (max-width: 767px) {
  .cs-post .entry-content h3 {
    margin-top: 20px; }
  .cs-post .entry-content p {
    font-size: 18px;
    line-height: 24px; }
  .cs-post .entry-content .cs-post-image-wrap {
    margin-bottom: 20px; } }

.cs-form-inp {
  height: 44px;
  border: none;
  font-size: 18px;
  letter-spacing: -0.7px; }
  .cs-form-inp.size-1 {
    padding: 0 17px;
    min-width: 290px; }
  .cs-form-inp::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #280032; }
  .cs-form-inp::-moz-placeholder {
    /* Firefox 19+ */
    color: #280032; }
  .cs-form-inp:-ms-input-placeholder {
    /* IE 10+ */
    color: #280032; }
  .cs-form-inp:-moz-placeholder {
    /* Firefox 18- */
    color: #280032; }

@media (max-width: 768px) {
  .cs-form-inp.size-1 {
    min-width: 200px;
  }
}
.cs-blockqoute {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  margin: 10px 0;
  padding: 10px 0; }
  .cs-blockqoute p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit; }
  .cs-blockqoute cite {
    letter-spacing: -0.4px;
    margin-top: 18px;
    display: block;
    font-size: 21px;
    line-height: 36px;
    font-weight: inherit;
    color: inherit; }

@media only screen and (max-width: 767px) {
  .cs-blockqoute {
    font-size: 20px;
    line-height: 28px; } }

/*NEWS POST*/
.cs-post-summary .cs-post-summary-text {
  margin-top: 47px;
  letter-spacing: -0.9px;
  font-size: 21px;
  font-weight: 900;
  line-height: 26px; }

.cs-post-summary .cs-post-summary-author {
  margin-top: 33px;
  font-size: 21px; }
  .cs-post-summary .cs-post-summary-author .summary-author-name {
    position: relative;
    margin-left: -20px;
    line-height: 48px; }
    .cs-post-summary .cs-post-summary-author .summary-author-name i {
      margin-right: 5px; }
  .cs-post-summary .cs-post-summary-author .summary-author-twitter {
    margin-left: 8px;
    text-decoration: underline; }

/*post header*/
.cs-post-header {
  margin-bottom: 20px; }
  .cs-post-header .cs-post-header-top > div {
    line-height: 54px; }
  .cs-post-header .cs-post-header-top .cs-post-header-top-option {
    margin-top: 7px;
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    line-height: 48px; }
    .cs-post-header .cs-post-header-top .cs-post-header-top-option.read-time {
      padding-left: 30px; }
  .cs-post-header .cs-post-header-top .category-label {
    display: inline-block;
    padding: 0 26px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.7px; }

.cs-post-img-link {
  display: block;
  position: relative; }

.cs-post .entry-content figure figcaption{
  display: block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.7px; }

.cs-post .entry-content {
  padding: 15px 0; }
  .cs-post .entry-content h3 {
    margin-top: 60px;
    margin-bottom: 9px;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px; }
  .cs-post .entry-content p {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px; }
  .cs-post .entry-content p + p {
    margin-top: 26px; }
  .cs-post .entry-content .cs-post-image-wrap {
    margin-bottom: 33px; }
  .cs-post .entry-content .cs-post-img-link {
    top: 0; }
  .cs-post .entry-content figure figcaption {
    margin-left: 0;
    margin-top: 14px; }

@media (max-width: 767px) {
  .cs-post .entry-content h3 {
    margin-top: 20px; }
  .cs-post .entry-content p {
    font-size: 18px;
    line-height: 24px; }
  .cs-post .entry-content .cs-post-image-wrap {
    margin-bottom: 20px; } }

.cs-courses-item-wrap {
  padding: 17px 15px; }
  .cs-courses-item-wrap .cs-courses-img-wrap {
    width: 260px;
    height: 135px;
    float: left; }
  .cs-courses-item-wrap .cs-courses-item-content-wrap {
    overflow: hidden;
    float: left;
    width: calc(100% - 260px);
    padding-left: 30px;
    display: table;
    min-height: 135px; }
    .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-content {
      padding-right: 20px;
      display: table-cell;
      overflow: hidden;
      vertical-align: middle; }
    .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-title {
      font-size: 24px;
      color: #96378c;
      line-height: 1.3;
      -webkit-transition: all 350ms ease;
      transition: all 350ms ease; }
      .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-title:hover {
        color: #71236f; }
    .cs-courses-item-wrap .cs-courses-item-content-wrap p {
      font-size: 21px;
      color: #280032;
      line-height: 1.22;
      letter-spacing: -.95px;
      margin-top: 10px; }
  .cs-courses-item-wrap .cs-courses-item-link {
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle; }

@media (max-width: 991px) {
  .cs-courses-item-wrap .cs-courses-item-content-wrap {
    display: block; }
    .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-content,
    .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-link {
      display: block; }
    .cs-courses-item-wrap .cs-courses-item-content-wrap .cs-courses-item-link {
      margin-top: 15px; } }

@media (max-width: 767px) {
  .cs-courses-item-wrap .cs-courses-item-content-wrap p {
    font-size: 19px; } }

@media (max-width: 600px) {
  .cs-courses-item-wrap .cs-courses-img-wrap {
    float: none;
    margin: auto auto 15px; }
  .cs-courses-item-wrap .cs-courses-item-content-wrap {
    width: 100%;
    padding-left: 0; }
  .cs-courses-item-wrap .cs-courses-item-content-wrap {
    text-align: center; }
  .cs-courses-item-wrap .cs-courses-item-link {
    text-align: center;
    padding-right: 0; } }

/*----------------------------------------------------*/
/* ACTIVITIES */
/*----------------------------------------------------*/
.cs-activities {
  padding: 20px 15px 24px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .cs-activities .cs-activities-img {
    width: 30%;
    height: 134px; }
  .cs-activities .cs-activities-content-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 25px; }
    .cs-activities .cs-activities-content-block .cs-activities-text {
      width: 72%;
      padding-right: 20px; }
      .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-title {
        font-size: 24px;
        line-height: 48px;
        font-weight: 900; }
      .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-descr {
        max-width: 585px;
        font-size: 21px;
        line-height: 26px;
        font-weight: 500; }
    .cs-activities .cs-activities-content-block .cs-activities-video {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 28%; }
      .cs-activities .cs-activities-content-block .cs-activities-video .cs-video-block {
        width: 100%;
        max-width: 260px;
        margin-left: auto; }
    .cs-activities .cs-activities-content-block .cs-activities-link {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 28%; }

@media only screen and (max-width: 1199px) {
  .cs-activities .cs-activities-content-block .cs-activities-text {
    width: 60%; }
    .cs-activities .cs-activities-content-block .cs-activities-text .cs-activities-descr {
      max-width: none; }
  .cs-activities .cs-activities-content-block .cs-activities-video, .cs-activities .cs-activities-content-block .cs-activities-link {
    width: 40%; }
  .cs-post .entry-content figure,
  .cs-post .entry-content img{
    max-width: 808px;
  }

}

@media only screen and (max-width: 767px) {
  .cs-activities {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cs-activities .cs-activities-img {
      width: 100%; }
    .cs-activities .cs-activities-content-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0; }
      .cs-activities .cs-activities-content-block .cs-activities-text {
        width: 100%;
        padding-right: 0; }
      .cs-activities .cs-activities-content-block .cs-activities-video {
        width: 100%;
        margin-top: 15px; }
        .cs-activities .cs-activities-content-block .cs-activities-video .cs-video-block {
          max-width: none; }
      .cs-activities .cs-activities-content-block .cs-activities-link {
        width: 100%;
        margin-top: 20px; } }


@media (max-width: 991px) {
  .cs-post .entry-content figure,
  .cs-post .entry-content img{
    position: relative;
    transform: none;
    left: 0;
    max-width: 100%;
  }
}


div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
  border: 2px solid transparent!important;
  text-align: center;
  font-size: 18px;
  color: #280032;
}

/*.fa-user-circle-o:before{*/
  /*content: '\f2be';*/
  /*font-family:"FontAwesome";*/
/*}*/

span.wpcf7-not-valid-tip{
  font-size: 12px!important;
  letter-spacing: .2px;
}

.mc4wp-response{
  margin-top: 15px;
}

/*----------------------------------------------------*/
/* PAGE COUNTER */
/*----------------------------------------------------*/
.search-navigation {
  text-align: center;
  clear: both;
}
.search-navigation .page-numbers {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.7px;
  transition: color 0.3s ease-in;
}
.search-navigation .page-numbers.current {
  color: #280032;
}
.search-navigation .page-numbers.next, .search-navigation .page-numbers.prev {
  font-weight: 900;
}

/*----------------------------------------------------*/
/* NO SEARCH RESULTS */
/*----------------------------------------------------*/
.no-search-results {
  text-align: center;
}
.no-search-results .section--description {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
.no-search-results .link-wrapper {
  margin-top: 20px;
}
/*home-link*/
@media (max-width: 767px) {
  .no-search-results .section--description {
    font-size: 24px;
    line-height: 32px;
  }
}

/*changes 28.04*/
.cs-squad-block.style-2 .cs-squad-block-desc{
	min-height: 45px;
}

.cs-hall-item-wrap.style-2{
	padding-bottom: 0;
}

/*---------------------------------------------------*/
/* Single blog post */
/*---------------------------------------------------*/
.single-blog-post strong{
  font-weight: bold;
}
.single-blog-post em{
  font-style: italic;
}





/*---------------------------------------------------*/
/* Contact us custom checkbox */
/*---------------------------------------------------*/



span.wpcf7-list-item{
  font-family: 'Proxima Nova','Montserrat', sans-serif;
  font-size: 17px;
  margin: 0 !important;
  position: relative;
  color: #280032;
  padding-left: 30px;
}
.cst_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.cst_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 49%;
  transform: translateY(-55%);
  border: 1px solid #280032;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  cursor: pointer;
}
.cst_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.cst_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
}

.cst_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.cst_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '\f00c' !important;
  font-family: 'FontAwesome';
  color: #280032;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: 49%;
  transform: translateY(-55%)
}
.cst_checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  opacity: 0;
  padding: 0;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
}


/* Banner */

.cs-fixture-banner.cs-big-banner {
  padding-bottom: 0;
  min-height: 300px;
}
.cs-fixture-banner.cs-big-banner .cs-big-banner-info {
  margin-top: 40px;
}
.cs-fixture-banner .item-banner {
  width: 100%;
}
.cs-fixture-banner .cs-big-banner-title {
  text-align: center;
}
.cs-fixture-content-banner {
  min-height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
}


/* Gutenberg */

.cs-post .entry-content .has-medium-font-size {
  font-size: 20px;
}
.cs-post .entry-content .has-large-font-size {
  font-size: 36px;
}
.cs-post .entry-content .has-huge-font-size {
  font-size: 48px;
}
.cs-post .entry-content p[class*='has-'][class*='-font'] {
  line-height: 1;
}
.cs-post .entry-content .has-vivid-cyan-blue-color {
  color: rgb(6, 147, 227);
}
.cs-post .entry-content .has-vivid-green-cyan-color {
  color: rgb(0, 208, 132);
}
.cs-post .entry-content .has-cyan-bluish-gray-color {
  color: rgb(171, 184, 195);
}
.cs-post .entry-content .has-very-light-gray-color {
  color: rgb(238, 238, 238);
}
.cs-post .entry-content .has-very-dark-gray-color {
  color: rgb(49, 49, 49);
}
.cs-post .entry-content .has-pale-pink-color {
  color: rgb(247, 141, 167);
}
.cs-post .entry-content .has-vivid-red-color {
  color: rgb(207, 46, 46);
}
.cs-post .entry-content .has-luminous-vivid-orange-color {
  color: rgb(255, 105, 0);
}
.cs-post .entry-content .has-luminous-vivid-amber-color {
  color: rgb(252, 185, 0);
}
.cs-post .entry-content .has-light-green-cyan-color {
  color: rgb(123, 220, 181);
}
.cs-post .entry-content .has-pale-cyan-blue-color {
  color: rgb(142, 209, 252);
}
.cs-post .entry-content .has-pale-pink-background-color {
  background-color: rgb(247, 141, 167);
}
.cs-post .entry-content .has-vivid-red-background-color {
  background-color: rgb(207, 46, 46);
}
.cs-post .entry-content .has-luminous-vivid-orange-background-color {
  background-color: rgb(255, 105, 0);
}
.cs-post .entry-content .has-luminous-vivid-amber-background-color {
  background-color: rgb(252, 185, 0);
}
.cs-post .entry-content .has-light-green-cyan-background-color {
  background-color: rgb(123, 220, 181);
}
.cs-post .entry-content .has-vivid-green-cyan-background-color {
  background-color: rgb(0, 208, 132);
}
.cs-post .entry-content .has-pale-cyan-blue-background-color {
  background-color: rgb(142, 209, 252);
}
.cs-post .entry-content .has-vivid-cyan-blue-background-color {
  background-color: rgb(6, 147, 227);
}
.cs-post .entry-content .has-very-light-gray-background-color {
  background-color: rgb(238, 238, 238);
}
.cs-post .entry-content .has-cyan-bluish-gray-background-color {
  background-color: rgb(171, 184, 195);
}
.cs-post .entry-content .has-very-dark-gray-background-color {
  background-color: rgb(49, 49, 49);
}
.cs-post .entry-content figure.aligncenter {
  position: static;
  transform: none;
}
.cs-post .entry-content li {
  font-family: 'Proxima Nova','Montserrat', sans-serif;
  color: #5E5E5E;
  line-height: 1.5;
  font-size: 21px;
  margin-left: 20px;
}
.cs-post .entry-content li.blocks-gallery-item {
  margin-left: 0;
}
.editor-styles-wrapper .wp-block ul.wp-block-gallery > li::before,
.block-editor__container .editor-styles-wrapper .blocks-gallery-item:before {
  content: "";
}
.cs-post .entry-content ul li {
  list-style-type: square;
}
.cs-post .entry-content ol li {
  list-style-type: decimal;
}
.cs-post .entry-content ol, > ol,
.cs-post .entry-content ol, > ul,
.cs-post .entry-content ul, > ol,
.cs-post .entry-content ul > ul {
  padding-left: 20px;
}
.cs-post .entry-content ol,
.cs-post .entry-content ul {
  margin: 10px 0;
}
.cs-post .entry-content {
  font-family: 'Proxima Nova', sans-serif;
}
.cs-post .entry-content .wp-block-archives-dropdown select,
.cs-post .entry-content .wp-block-categories-dropdown select {
  padding: 2px;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 5px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15px;
  color: #555d66;
}
.cs-post .entry-content .wp-block-quote p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(34, 34, 34);
}
.cs-post .entry-content .wp-block-quote > * {
  margin: 15px 0;
}
.cs-post .entry-content .wp-block-quote cite {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #5E5E5E;
}
.cs-post .entry-content .has-background-dim .wp-block-cover-text {
  color: #fff;
}
.cs-post .entry-content .wp-block-cover .wp-block-cover-text {
  font-size: 30px;
}
.cs-post .entry-content blockquote p {
  color: inherit;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}
.cs-post .entry-content blockquote cite {
  margin-top: 20px;
  display: inline-block;
}
.cs-post .entry-content .wp-block-pullquote__citation, 
.cs-post .entry-content .wp-block-pullquote cite, 
.cs-post .entry-content .wp-block-pullquote footer {
  text-transform: uppercase;
}
.cs-post .entry-content .wp-block-verse,
.cs-post .entry-content .wp-block-code,
.cs-post .entry-content .wp-block-preformatted {
  background: #d1d1d1;
  font-size: 15px;
  line-height: 1.6;
  padding: 1.6em;
  margin: 30px 0;
}
.cs-post .entry-content .wp-block-column {
  color: #5E5E5E;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}