

.dil-icon {background: url('images/icons/dil.png') no-repeat;background-size: 22px;width: 32px;padding: 3px 20px 5px 10px;}
.dil-az {background: url('images/icons/az.png') no-repeat;background-size: 22px;width: 32px;padding: 0px 20px 10px 10px;}
.dil-tr {background: url('images/icons/tr.png') no-repeat;background-size: 22px;width: 32px;padding: 3px 20px 5px 10px;}
.dil-en {background: url('images/icons/en.png') no-repeat;background-size: 22px;width: 32px;padding: 3px 20px 5px 10px;}
.dil-ru {background: url('images/icons/ru.png') no-repeat;background-size: 22px;width: 32px;padding: 3px 20px 5px 10px;}
.muz-play {background: url('images/icons/playmuz.png') no-repeat;background-size: 22px;width: 32px;padding: 3px 20px 5px 10px;}

ul.partner_list2  li{float:left;width: 149px;height: 194px;margin-right:10px;margin-bottom:10px;}
ul.partner_list2  li a img {width: 148px;height: 147px;opacity:0.7;}
ul.partner_list2  li a img:hover {opacity:1.0;}

.menu{
  display: flex;
  padding: 10px 0px 10px 0;
}

.menu li{
  width: 115px;
  list-style: none;
  /* background: #ffffff; */
  position: relative;
}

.menu a {
  color: #000;
  text-decoration: none;
  display: block;
  /* text-align: center; */
  height: 20px;
  line-height: 20px;
  /* transition: all .5s; */
  padding: 7px;
  /* margin-top: 7px; */
  font-weight: 600;
  font-size: 12px;
}

.menu a:hover {
  /* background: #eee; */
}

.menu ul {
  /* position: absolute; */
  left: 0;
  /* top: 100%; */
  display: none;
  padding: 0;
}

.menu li:hover > ul {
  display: block;
  background-color: #ffffffb8;
  border-radius: 10px;
  transition: 3s;
  box-shadow: 1px 7px 10px rgb(0 0 0 / 38%);
  margin-top: 11px;
}

.menu ul ul {
  display: none;
  top: 0;
  left: 100%;
}
ul.music_list li {
	margin-top: 10px;
	display: block;
	overflow: hidden;
	width: 332px;
	height: 55px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee',GradientType=0 );
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

	padding:5px;
	clear:both;
}
ul.music_list li a {color:#4d4d4d}
ul.music_list li a:hover {color: #0095d7;text-decoration:underline;}
ul.music_list li:hover {background:#eee;color: #34a6a6;}


.tab {clear:both;padding:10px 20px 20px 20px;}
.tab_left {float:left}
.tab_right {float:right}

#content_blocks {margin-top:10px;}
#content_blocks .left_block {
	float:left;
	width:365px;
	margin-right:10px;
	background-color:#fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}




.soz_info {
    display: block;
    /* background-color: #d1f2f973; */
    /* border-radius: 7px 7px; */
    /* border: 1px solid #49b3e7; */
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 20px;
    width: 353px;
    margin: 0 auto;
    /* position: fixed; */
    z-index: 1000;
    /* top: 370px; */
    /* right: 0; */
    /* left: 0; */
    /* float: right; */
    font-weight: 400;
    /* border-left: 3px solid #009688!important; */
    color: #704c1f;
}



.footer {margin:0 auto;/* height: 70px; */padding:0 10px 10px 0;/* background-color: #ffffff; */color: #ffffff;border-radius: 12px;}
.small-logo{float:left;width:200px;height:50px;padding: 0 20px;}
.small-logo img{/* width:200px; *//* height:50px; */}
.sub-footer{/* font-weight:bold; */text-align:left;color: #000000;float: right;height: 40px;padding: 15px;margin:0 35px;position:relative;font-size: 12px;}
.sub-footer a{padding:0 5px;color: #4ba0cb;font-size: 13px;/* text-decoration:underline; */}
.sub-footer a:hover{/* text-decoration:none; */color: #fff;}
.counters{
    min-width: 100px;
    height: 41px;
    padding: 17px 0;
    float: right;
    margin-left: 30px;
}
.counters span{
margin:0 5px;
}
.sanderart{
margin:0 auto;
float:right;
}
.sanderart img{
width:100px;
height:50px;
border:0;
float:right;
}

		
		



legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  /* -webkit-box-sizing: border-box; */
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  /* box-sizing: border-box; */
  /* Opera/IE 8+ */
}
*:before,
*:after {
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  width: 100%;
}
.td-main-content-wrap,
.td-category-grid {
  background-color: #fff;
}
/*  ----------------------------------------------------------------------------
    container
*/
.td-container,
.tdc-row {
  width: 1068px;
  margin-right: auto;
  margin-left: auto;
}
.td-container:before,
.tdc-row:before,
.td-container:after,
.tdc-row:after {
  display: table;
  content: '';
  line-height: 0;
}
.td-container:after,
.tdc-row:after {
  clear: both;
}
.tdc-row.stretch_row .td-element-style {
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.tdc-row.stretch_row_content {
  width: 100% !important;
}
.tdc-row.stretch_row_content .td-pb-row {
  margin-left: 0;
  margin-right: 0;
}
.tdc-row.stretch_row_content .td-pb-row [class*=td-pb-span] {
  padding-left: 0;
  padding-right: 0;
}
.tdc-row.stretch_row_content .td-element-style {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdc-row.stretch_row_content .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.tdc-row.stretch_row_content_no_space {
  width: 100% !important;
}
.tdc-row.stretch_row_content_no_space .td-pb-row {
  margin-left: 0;
  margin-right: 0;
}
.tdc-row.stretch_row_content_no_space .td-element-style {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdc-row.stretch_row_content_no_space .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
/*  ----------------------------------------------------------------------------
    rows
*/
.td-pb-row {
  *
  zoom: 1;
  margin-right: -24px;
  margin-left: -24px;
}
.td-pb-row:before,
.td-pb-row:after {
  display: table;
  content: "";
}
.td-pb-row:after {
  clear: both;
}
.td-boxed-layout .vc_row {
  width: auto !important;
  left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*  ----------------------------------------------------------------------------
    all spans
*/
.td-pb-row [class*="td-pb-span"] {
  display: block;
  min-height: 1px;
  float: left;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.vc_row-no-padding.td-pb-row [class*="td-pb-span"] {
  padding-left: 0;
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    smart sidebar - fix
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/*  ----------------------------------------------------------------------------
    main grid
*/
.td-pb-span1 {
  width: 8.33333333%;
}
.td-pb-span2 {
  width: 16.66666667%;
}
.td-pb-span3 {
  width: 25%;
}
.td-pb-span4 {
  /* width: 33.33333333%; */
}
.td-pb-span5 {
  width: 41.66666667%;
}
.td-pb-span6 {
  width: 50%;
}
.td-pb-span7 {
  width: 58.33333333%;
}
.td-pb-span8 {
  width: 66.66666667%;
}
.td-pb-span9 {
  width: 75%;
}
.td-pb-span10 {
  width: 83.33333333%;
}
.td-pb-span11 {
  width: 91.66666667%;
}
.td-pb-span12 {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    grid in grid
*/
.td-pb-row .td-pb-row .td-pb-span1 {
  width: 8.33333333%;
}
.td-pb-row .td-pb-row .td-pb-span2 {
  width: 16.66666667%;
}
.td-pb-row .td-pb-row .td-pb-span3 {
  width: 25%;
}
.td-pb-row .td-pb-row .td-pb-span4 {
  width: 33.33333333%;
}
.td-pb-row .td-pb-row .td-pb-span5 {
  width: 41.66666667%;
}
.td-pb-row .td-pb-row .td-pb-span6 {
  width: 50%;
}
.td-pb-row .td-pb-row .td-pb-span7 {
  width: 58.33333333%;
}
.td-pb-row .td-pb-row .td-pb-span8 {
  width: 66.66666667%;
}
.td-pb-row .td-pb-row .td-pb-span9 {
  width: 75%;
}
.td-pb-row .td-pb-row .td-pb-span10 {
  width: 83.33333333%;
}
.td-pb-row .td-pb-row .td-pb-span11 {
  width: 91.66666667%;
}
.td-pb-row .td-pb-row .td-pb-span12 {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    hacks Visual Composer
*/
.wpb_row {
  margin-bottom: 0;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
/* block row + global block spans */
.td-block-row {
  *zoom: 1;
  margin-left: -24px;
  margin-right: -24px;
}
.td-block-row:before,
.td-block-row:after {
  display: table;
  content: "";
}
.td-block-row:after {
  clear: both;
}
.td-block-row [class*="td-block-span"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.td-block-span4 {
  /* 1/3 - used when the block is on td-3-col */
  width: 33.33333333%;
}
.td-block-span6 {
  /* half - used when the block is on td-2-col */
  width: 50%;
}
.td-block-span8 {
  width: 66.66666667%;
}
.td-block-span9 {
  width: 75%;
}
.td-block-span12 {
  /* full */
  width: 100%;
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
  /*  ----------------------------------------------------------------------------
        container
   */
  .td-container,
  .tdc-row {
    width: 980px;
  }
  /*  ----------------------------------------------------------------------------
    rows
  */
  .td-pb-row {
    *zoom: 1;
    margin-right: -20px;
    margin-left: -20px;
  }
  .td-pb-row:before,
  .td-pb-row:after {
    display: table;
    content: "";
  }
  .td-pb-row:after {
    clear: both;
  }
  /*  ----------------------------------------------------------------------------
      all spans
  */
  .td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    padding-right: 20px;
    padding-left: 20px;
  }
  /*  ----------------------------------------------------------------------------
    main grid
  */
  /*  ----------------------------------------------------------------------------
       blocks grid
  */
  /* block row + global block spans */
  .td-block-row {
    *zoom: 1;
    margin-left: -20px;
    margin-right: -20px;
  }
  .td-block-row:before,
  .td-block-row:after {
    display: table;
    content: "";
  }
  .td-block-row:after {
    clear: both;
  }
  .td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (min-width: 768px) and (max-width: 1018px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) and (max-width: 767px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
  /*  ----------------------------------------------------------------------------
      container
  */
  .td-container,
  .tdc-row {
    width: 740px;
  }
  /*  ----------------------------------------------------------------------------
    rows
  */
  .td-pb-row {
    *zoom: 1;
    margin-right: -14px;
    margin-left: -14px;
  }
  .td-pb-row:before,
  .td-pb-row:after {
    display: table;
    content: "";
  }
  .td-pb-row:after {
    clear: both;
  }
  /*  ----------------------------------------------------------------------------
    all spans
  */
  .td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    padding-right: 14px;
    padding-left: 14px;
  }
  /*  ----------------------------------------------------------------------------
    main grid
  */
  /*  ----------------------------------------------------------------------------
       blocks grid
  */
  /* block row + global block spans */
  .td-block-row {
    *zoom: 1;
    margin-left: -14px;
    margin-right: -14px;
  }
  .td-block-row:before,
  .td-block-row:after {
    display: table;
    content: "";
  }
  .td-block-row:after {
    clear: both;
  }
  .td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (min-width: 768px) and (max-width: 1018px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) and (max-width: 767px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  /* container */
  .td-container,
  .tdc-row {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .td-pb-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /*  ----------------------------------------------------------------------------
    all spans
  */
  .td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
    padding-right: 0;
    padding-left: 0;
  }
  .td-pb-row .td-pb-span1,
  .td-pb-row .td-pb-span2,
  .td-pb-row .td-pb-span3,
  .td-pb-row .td-pb-span4,
  .td-pb-row .td-pb-span5,
  .td-pb-row .td-pb-span6,
  .td-pb-row .td-pb-span7,
  .td-pb-row .td-pb-span8,
  .td-pb-row .td-pb-span9,
  .td-pb-row .td-pb-span10,
  .td-pb-row .td-pb-span11,
  .td-pb-row .td-pb-span12 {
    float: none;
    width: 100%;
  }
  .td-pb-row .td-pb-row {
    padding-right: 0;
    padding-left: 0;
  }
  .td-pb-row .td-pb-row .td-pb-span1,
  .td-pb-row .td-pb-row .td-pb-span2,
  .td-pb-row .td-pb-row .td-pb-span3,
  .td-pb-row .td-pb-row .td-pb-span4,
  .td-pb-row .td-pb-row .td-pb-span5,
  .td-pb-row .td-pb-row .td-pb-span6,
  .td-pb-row .td-pb-row .td-pb-span7,
  .td-pb-row .td-pb-row .td-pb-span8,
  .td-pb-row .td-pb-row .td-pb-span9,
  .td-pb-row .td-pb-row .td-pb-span10,
  .td-pb-row .td-pb-row .td-pb-span11,
  .td-pb-row .td-pb-row .td-pb-span12 {
    width: 100%;
  }
  /*  ----------------------------------------------------------------------------
       blocks grid
  */
  /* block row + global block spans */
  .td-block-row {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .td-block-row:before,
  .td-block-row:after {
    display: table;
    content: "";
  }
  .td-block-row:after {
    clear: both;
  }
  .td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
  }
  .td-block-span4,
  .td-block-span6,
  .td-block-span9,
  .td-block-span12 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) and (min-width: 1019px) and (max-width: 1140px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1018px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*  ----------------------------------------------------------------------------
    header grid container
*/
.td-header-wrap {
  position: relative;
  z-index: 2000;
}
/* header rows */
.td-header-row {
  *zoom: 1;
  font-family: 'Open Sans', arial, sans-serif;
}
.td-header-row:before,
.td-header-row:after {
  display: table;
  content: "";
}
.td-header-row:after {
  clear: both;
}
.td-header-row [class*="td-header-sp"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*  ----------------------------------------------------------------------------
    logo
*/
.td-header-sp-logo img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.td-main-menu-logo {
  display: none;
  float: left;
  margin-right: 10px;
  height: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-menu-logo {
    display: block;
    margin-right: 0;
    height: 0;
  }
}
.td-main-menu-logo a {
  line-height: 48px;
}
.td-main-menu-logo img {
  padding: 3px 0;
  position: relative;
  vertical-align: middle;
  max-height: 48px;
}
@media (max-width: 767px) {
  .td-main-menu-logo img {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
  }
}
@media (max-width: 1140px) {
  .td-main-menu-logo img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .td-affix .td-logo-sticky {
    display: block;
  }
  .td-header-wrap .td-affix .td-main-menu-logo {
    height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo a {
    line-height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo img {
    max-height: 48px !important;
    top: -1px;
  }
  .td-header-wrap .td-affix .sf-menu > li > a {
    line-height: 48px !important;
  }
}
.td-visual-hidden {
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.td-logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: inherit !important;
}
/* -------------------------------------------------------------------------------

      logo on sticky menu

*/
.td-logo-in-header .td-sticky-disable.td-mobile-logo,
.td-logo-in-header .td-sticky-disable.td-header-logo {
  display: none;
}
.td-logo-in-header .td-sticky-disable.td-mobile-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-disable.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-header .td-sticky-header.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-header.td-mobile-logo {
    display: inherit;
  }
}
.td-logo-in-header .td-sticky-header.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-header.td-header-logo {
    display: none;
  }
}
.td-logo-in-header .td-sticky-mobile.td-mobile-logo {
  display: block;
}
.td-logo-in-header .td-sticky-mobile.td-header-logo {
  display: none;
}
.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-disable.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: none;
  }
}
.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo {
  display: none;
}
.td-logo-in-menu .td-sticky-header.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-header.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-header.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-header.td-header-logo {
    display: none;
  }
}
.td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-mobile.td-header-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-mobile.td-header-logo {
    display: none;
  }
}
.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo {
  display: none;
}
.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
  display: block;
}
.td-affix .td-logo-in-menu .td-main-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-affix .td-logo-in-menu .td-main-logo {
    display: block;
  }
}
.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
  display: block;
}
/*  ----------------------------------------------------------------------------
    header menu affix
*/
.td-header-menu-wrap.td-affix {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 9999;
  position: fixed !important;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
}
.admin-bar .td-header-menu-wrap.td-affix {
  top: 32px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .admin-bar .td-header-menu-wrap.td-affix {
    top: 46px;
  }
}
@media (max-width: 602px) {
  .admin-bar .td-header-menu-wrap.td-affix {
    top: 0;
  }
}
.td-header-gradient:before {
  content: "";
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 1;
}
.td-boxed-layout #td-outer-wrap {
  z-index: 1;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
  width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .td-boxed-layout .td-header-menu-wrap.td-affix {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    WPML plugin
*/
.td-wpml {
  /* responsive portrait phone */
}
.td-wpml .wpml-ls-menu-item .wpml-ls-flag {
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
  top: -2px;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
  }
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a {
    pointer-events: none;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
  position: absolute;
  display: block;
  bottom: 100%;
  background-color: rgba(25, 25, 25, 0.95);
  padding: 12px 20px;
  margin: 0 -20px 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
    right: 0;
    left: 0;
    margin: 10px 0;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30px;
  background-color: transparent;
  right: 0;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
  display: block;
  padding: 3px 0;
  white-space: nowrap;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
    padding: 6px 0;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.td-wpml .td-subfooter-menu .menu-item-first a {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .menu-item-first a {
    margin-left: 16px;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-wpml .td-header-top-menu-full,
  .td-wpml .td-header-sp-top-menu {
    display: block !important;
  }
  .td-wpml .td-header-sp-top-menu {
    width: 100%;
  }
  .td-wpml .td-header-top-menu {
    background-color: #3c3c3c !important;
    padding-left: 17px;
    padding-right: 17px;
    box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2);
  }
  .td-wpml .td_ul_logout,
  .td-wpml .td_ul_login,
  .td-wpml .td-header-sp-top-widget,
  .td-wpml .td-weather-top-widget {
    display: none !important;
  }
  .td-wpml .menu-top-container {
    margin-right: 0;
    float: right;
  }
  .td-wpml .menu-top-container .top-header-menu > li {
    display: none;
  }
  .td-wpml .menu-top-container .top-header-menu > li a {
    margin-right: 0;
  }
  .td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
    display: inline-block;
    margin-top: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children {
    position: static;
    display: inline-block;
    width: 100%;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a {
    pointer-events: none;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
    position: absolute;
    display: block;
    background-color: rgba(25, 25, 25, 0.95);
    padding: 7px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    right: 0;
    left: auto;
    margin: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent rgba(25, 25, 25, 0.95);
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 30px;
    background-color: transparent;
    right: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
    display: block;
    padding: 3px 0;
    white-space: nowrap;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
    margin: 0 10px;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
/* -------------------------------------------------------------------

Headers style

----------------------------------------------------------------------  */
/* General */
.td-header-top-menu-full {
  position: relative;
  z-index: 9999;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-top-menu-full {
    display: none;
  }
}
.td-banner-wrap-full {
  position: relative;
}
.td-header-menu-wrap-full {
  z-index: 9998;
  position: relative;
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-header-wrap .td-header-menu-wrap-full,
  .td-header-wrap .td-header-menu-wrap,
  .td-header-wrap .td-header-main-menu {
    background-color: #222 !important;
    height: 54px !important;
  }
  .header-search-wrap .td-icon-search {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .td-affix .header-search-wrap .td-icon-search {
    line-height: 48px !important;
  }
  .td-affix #td-header-menu {
    min-height: 48px !important;
  }
}
/*
    fix logo alignment for logo in menus
*/
@media (min-width: 768px) {
  .td-header-style-5 .td-affix .td-main-menu-logo img,
  .td-header-style-6 .td-affix .td-main-menu-logo img,
  .td-header-style-12 .td-affix .td-main-menu-logo img {
    top: 0;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 768px) {
    .td-header-style-5 .td-main-menu-logo a img,
    .td-header-style-6 .td-main-menu-logo a img,
    .td-header-style-12 .td-main-menu-logo a img {
      top: -1px;
    }
  }
}
/* ----------------------------------------------- */
.td-logo-text-container {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  z-index: 1;
}
.td-logo-text-container span {
  display: inline-block;
  width: 100%;
}
.td-logo-text-container .td-logo-text {
  font-size: 75px;
  font-family: serif;
  color: #222;
  line-height: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-text-container .td-logo-text {
    font-size: 36px;
  }
}
.td-logo-text-container .td-logo {
  line-height: 1 !important;
}
.td-logo-text-container .td-tagline-text {
  letter-spacing: 1.8px;
  font-size: 12px;
  font-family: serif;
  color: #777;
  padding-top: 2px;
  padding-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-text-container .td-tagline-text {
    font-size: 11px;
  }
}
.td-logo-mobile-loaded {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-mobile-loaded {
    display: none;
  }
}
.td-banner-wrap-full,
.td-header-menu-wrap-full {
  background-color: #fff;
}
/* -------------------------------------------------------------------
  Style 1
----------------------------------------------------------------------  */
.td-header-style-1 .td-header-top-menu-full {
  background-color: #222222;
}
.td-header-style-1 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 90px;
  margin: 28px 28px 9px 28px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-1 .td-header-sp-logo {
    width: 224px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-logo {
    width: 214px;
    margin: 14px 28px 0 28px;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-1 .td-header-sp-logo img {
  max-height: 90px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-logo img {
    max-height: 60px;
  }
}
.td-header-style-1 .td-header-sp-recs {
  margin: 28px 0 9px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-recs {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-sp-recs {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .td-header-style-1 .td-header-sp-recs .td-a-rec-id-header > div,
  .td-header-style-1 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
    margin: auto;
  }
}
.td-header-style-1 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-1 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-1 .td-header-rec-wrap .td-adspot-title {
  margin-bottom: 0;
  top: -21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
    top: 0;
    margin-bottom: -10px;
  }
}
/* -------------------------------------------------------------------
  Style 2
----------------------------------------------------------------------  */
.td-header-style-2 .td-header-top-menu-full {
  background-color: #222222;
}
.td-header-style-2 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 90px;
  margin: 24px 28px 0 28px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-2 .td-header-sp-logo {
    width: 224px;
    margin: 24px 14px 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2 .td-header-sp-logo {
    width: 214px;
    height: 60px;
    margin-top: 14px;
  }
}

/*  ----------------------------------------------------------------------------
    submenu
*/
.td-normal-menu ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.sf-menu .td-normal-menu ul {
  padding: 15px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-normal-menu ul {
    padding: 8px 0;
  }
}
.sf-menu .td-normal-menu ul ul {
  margin: -15px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-normal-menu ul ul {
    margin: -8px 0;
  }
}
.sf-menu ul {
  background-color: #fff;
}
.sf-menu ul .td-menu-item > a {
  padding: 7px 30px;
  font-size: 12px;
  line-height: 20px;
  color: #111;
}
.sf-menu ul .td-menu-item > a .fa {
  font-size: 1em;
  position: relative;
  top: -1px;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu ul .td-menu-item > a {
    padding: 5px 16px 6px;
    font-size: 11px;
  }
}
.sf-menu ul .td-icon-menu-down {
  float: right;
  top: 0;
  font-size: 7px;
}
.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #4db2ec;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu .td-icon-menu-down {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  padding-left: 7px;
  font-size: 9px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-icon-menu-down {
    padding-left: 6px;
  }
}
.sf-menu .sub-menu {
  -webkit-backface-visibility: hidden;
}
.sf-menu .sub-menu .td-icon-menu-down {
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -9px;
  line-height: 19px;
}
.sf-menu .td-menu-badge {
  font-size: 10px;
  background-color: #f0f8ff;
  color: #4db2ec;
  border-radius: 10px;
  padding: 1px 7px 2px;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.td-menu-badge {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-badge {
    display: none;
  }
}
.sf-menu a.sf-with-ul {
  padding-right: 31px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu a.sf-with-ul {
    padding-right: 22px;
  }
}
/* arrow for all items in the menues */
a.sf-with-ul i.td-icon-menu-down:before {
  content: '\e808';
}
/* arrow for all items in the menues AT FIRST LEVEL*/
ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
  content: '\e806' !important;
}
/*  ----------------------------------------------------------------------------
    Mega Menu
*/
.td-mega-menu {
  position: static !important;
}
.td-mega-menu ul.sub-menu {
  position: absolute;
  width: 1114px !important;
  height: auto;
  left: -23px !important;
  display: none;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-menu ul.sub-menu {
    width: 1024px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu ul.sub-menu {
    width: 786px !important;
  }
}
.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
  margin: 0 0 22px 22px;
}
/*

  page in mega menu mega-menu-page

  */
.td-mega-menu-page .td-mega-grid {
  padding: 22px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-menu-page .td-mega-grid {
    padding: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu-page .td-mega-grid {
    padding: 22px;
  }
}
.td-mega-menu-page .td-mega-grid .td_block_wrap {
  padding-bottom: 26px;
}
.td-mega-menu-page .wpb_content_element {
  clear: both;
}
.td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option {
  display: none;
}
.td-mega-menu-page .wpb_content_element .widgettitle:after {
  width: 1200px;
}
.td-mega-menu-page .wpb_content_element ul {
  display: inline-block !important;
  position: relative !important;
  width: 100% !important;
  border: none !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.td-mega-menu-page .wpb_content_element ul li {
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  float: none !important;
  width: auto !important;
  line-height: 30px !important;
  margin-left: 0;
  padding: 0 !important;
  list-style-type: disc !important;
  list-style-position: inside;
}
.td-mega-menu-page .wpb_content_element ul li ul {
  opacity: 1 !important;
  margin-top: 4px !important;
  margin-left: 21px !important;
  padding-bottom: 0 !important;
}
.td-mega-menu-page .wpb_content_element ul li ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.td-mega-menu-page .wpb_content_element ul li a {
  background-color: transparent !important;
  line-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #222222 !important;
}
.td-mega-menu-page .wpb_content_element ul li a i {
  display: none;
}
.td-mega-menu-page .wpb_content_element ul li a:hover {
  background-color: transparent !important;
  color: #4db2ec !important;
}
.td-mega-menu-page .vc_wp_custommenu ul li {
  padding: 5px 0 !important;
  border-top: 1px dashed #EDEDED;
  list-style-type: none !important;
}
.td-mega-menu-page .vc_wp_custommenu ul li:first-child {
  border: none;
}
.td-mega-menu-page .vc_wp_custommenu ul li:last-child {
  border-bottom: 1px dashed #EDEDED;
}
.td-mega-menu-page .vc_wp_custommenu ul li li {
  border-top: 1px dashed #EDEDED !important;
}
/*

  end fix mega menu with page

*/
.td_block_mega_menu {
  display: table;
  width: 100%;
  margin-bottom: 0 !important;
}
.td_mega_menu_sub_cats {
  width: 218px;
  max-width: 218px;
  text-align: right;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-top: 22px;
  background-color: #fafafa;
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_mega_menu_sub_cats {
    width: 200px;
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mega_menu_sub_cats {
    width: 152px;
    max-width: 152px;
  }
}
.td_mega_menu_sub_cats:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeaea;
}
.td_mega_menu_sub_cats a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 5px 22px;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_mega_menu_sub_cats a {
    padding: 4px 22px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mega_menu_sub_cats a {
    font-size: 11px;
    padding: 3px 22px;
  }
}
.td_mega_menu_sub_cats .cur-sub-cat {
  background-color: #fff;
  color: #4db2ec;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.td_mega_menu_sub_cats .cur-sub-cat:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
.block-mega-child-cats {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 252px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .block-mega-child-cats {
    max-height: 238px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .block-mega-child-cats {
    max-height: 224px;
  }
}
.td-mega-row {
  display: table-cell;
  padding: 22px 0 10px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-row {
    padding-bottom: 6px;
  }
}
.td-mega-span {
  width: 196px;
  min-height: 202px;
  float: left;
  margin-left: 22px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-span {
    width: 178px;
    min-height: 189px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span {
    width: 130px;
    min-height: 176px;
  }
}
.td-mega-span .td-module-thumb {
  position: relative;
  margin-bottom: 0;
}
.td-mega-span .entry-thumb {
  min-height: 135px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-span .entry-thumb {
    min-height: 122px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span .entry-thumb {
    min-height: 89px;
  }
}
.td-mega-span h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin: 7px 0 0;
  line-height: 18px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span h3 {
    font-size: 12px;
    line-height: 16px;
  }
}
.td-mega-span h3 a {
  color: #333;
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.td-mega-span h3 a:hover {
  color: #4db2ec;
}
.td_mod_mega_menu:hover .entry-title a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    Search
*/
#td-top-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-top-search {
    top: 0;
    margin-top: 0;
  }
}
#td-header-search {
  width: 235px;
  height: 32px;
  margin: 0;
  border-right: 0;
  line-height: 17px;
  border-color: #eaeaea !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-header-search {
    width: 91%;
    font-size: 16px;
  }
}
.header-search-wrap {
  /* search toggle button */
  /* the search drop down */
  /* hack to show the link on all the module */
  /* this class is added by the js to open the menu - will be used for animation */
}
.header-search-wrap #td-header-search-button,
.header-search-wrap #td-header-search-button-mob {
  display: block;
  position: relative;
}
.header-search-wrap #td-header-search-button {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button {
    display: none;
  }
}
.header-search-wrap #td-header-search-button-mob {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button-mob {
    display: block;
  }
}
.header-search-wrap .td-icon-search {
  display: inline-block;
  font-size: 19px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .header-search-wrap .td-icon-search {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-search-wrap .td-icon-search {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
    margin-right: 2px;
  }
}
.header-search-wrap .td-drop-down-search {
  position: absolute;
  top: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  right: 0;
  border-radius: 0;
  border: none;
  width: 342px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  /* responsive portrait phone */
  /* search form */
  /* triangle top */
}
@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search {
    width: 100%;
  }
}
.header-search-wrap .td-drop-down-search .btn {
  position: absolute;
  height: 32px;
  min-width: 67px;
  line-height: 17px;
  padding: 7px 15px 8px;
  text-shadow: none;
  vertical-align: top;
  right: 20px;
  margin: 0 !important;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.header-search-wrap .td-drop-down-search .btn:hover {
  background-color: #4db2ec;
}
.header-search-wrap .td-drop-down-search:before {
  position: absolute;
  top: -9px;
  right: 19px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #4db2ec transparent;
}
.header-search-wrap .td-drop-down-search:after {
  position: absolute;
  top: -3px;
  display: block;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background-color: #4db2ec;
}
.header-search-wrap .td_module_mx2 .entry-title a:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
.header-search-wrap .td-post-category {
  z-index: 2;
  position: relative;
}
.header-search-wrap .td-drop-down-search-open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.header-search-wrap .td-search-form {
  margin: 20px;
}
.header-search-wrap .result-msg {
  text-align: center;
  padding: 4px 0 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #222;
  font-style: italic;
}
.header-search-wrap .result-msg a {
  color: #222;
  display: block;
}
.header-search-wrap .result-msg a:hover {
  color: #4db2ec;
}
.header-search-wrap .td-aj-search-results {
  background-color: rgba(144, 144, 144, 0.02);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.header-search-wrap .td-aj-search-results .item-details {
  margin: 10px 20px 10px 115px;
}
.header-search-wrap .td-aj-search-results .td-module-thumb {
  top: 10px;
  margin-left: 20px;
}
.header-search-wrap .td_module_mx2 {
  padding-bottom: 0;
}
.header-search-wrap .no-result {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.header-search-wrap .meta-info {
  line-height: 14px;
}
.header-search-wrap .td-aj-cur-element {
  background-color: rgba(128, 128, 128, 0.1);
}
.td-demo-multicolumn-2 .sub-menu {
  padding: 14px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
  padding: 0;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.td-menu-mob-open-menu .td-demo-menuitem-hide {
  display: none;
}
.td-demo-menuitem-hide {
  visibility: hidden;
}
.td-mega-menu-page .sub-menu ul {
  display: inline-block !important;
  position: initial !important;
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    top-menu grid
*/
.td-header-top-menu {
  color: #fff;
  font-size: 11px;
}
.td-header-top-menu .fa {
  text-align: center;
  min-width: 13px !important;
  margin-right: 3px;
}
.td-header-top-menu a {
  color: #fff;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-top-menu {
    overflow: visible;
  }
}
/* left menu side */
.td-header-sp-top-menu {
  line-height: 28px;
  padding: 0 !important;
  z-index: 1000;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-sp-top-menu {
    display: none !important;
  }
}
.td-header-sp-top-menu .td_ul_logout {
  margin-right: 16px;
}
/* right widget side */
.td-header-sp-top-widget {
  line-height: 28px;
  text-align: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* responsive portrait phone */
}
.td-header-sp-top-widget .td-social-icon-wrap .td-icon-font {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .td-header-sp-top-widget {
    width: 100%;
    text-align: center;
  }
}
/*  ----------------------------------------------------------------------------
    top-menu data time
*/
.td_data_time {
  display: inline-block;
  margin-right: 32px;
}
/*  ----------------------------------------------------------------------------
    top-menu - login & menu
*/
.menu-top-container {
  display: inline-block;
  margin-right: 16px;
}
.top-header-menu {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.top-header-menu li {
  display: inline-block;
  position: relative;
  margin-left: 0;
}
.top-header-menu li li {
  width: 100%;
}
.top-header-menu li a {
  margin-right: 16px;
  line-height: 1;
}
.top-header-menu li a:hover {
  color: #4db2ec;
}
.top-header-menu > li {
  line-height: 28px;
}
.top-header-menu > .td-normal-menu:hover > .sub-menu {
  display: block !important;
}
.top-header-menu .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.top-header-menu .td-icon-menu-down {
  padding-left: 6px;
  font-size: 8px;
  position: relative;
  top: -1px;
}
.top-header-menu .td-icon-logout {
  font-size: 10px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.top-header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  line-height: 28px;
  background-color: #222222;
  z-index: 1000;
}
.top-header-menu .sub-menu a {
  display: block;
  margin: 0 10px;
  white-space: nowrap;
  line-height: 28px;
}
.top-header-menu .td_user_logd_in {
  font-weight: bold;
}
.top-header-menu .td_user_logd_in:hover {
  text-decoration: none !important;
}
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a {
  color: #4db2ec;
}
.top-header-menu ul .td-icon-menu-down,
.top-header-menu .td-mega-menu .td-icon-menu-down {
  display: none;
}
.top-header-menu .td-mega-menu ul,
.top-header-menu ul ul {
  display: none !important;
}
.td_sp_login_ico_style {
  position: absolute;
  top: 3px;
  right: -9px;
}
.td_sp_logout_ico_style {
  position: relative;
  top: 3px;
  left: 17px;
}
/*  ----------------------------------------------------------------------------
    top-menu social widget
*/
.td-social-icon-wrap {
  /* responsive portrait phone */
}
.td-social-icon-wrap > a {
  display: inline-block;
}
.td-social-icon-wrap .td-icon-font {
  font-size: 12px;
  width: 30px;
  height: 24px;
  line-height: 24px;
}
.td-social-icon-wrap .td-icon-instagram {
  font-size: 15px;
}
@media (max-width: 767px) {
  .td-social-icon-wrap {
    margin: 0 3px;
  }
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 1
*/
.top-bar-style-1 .td-header-sp-top-widget {
  float: right;
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 2
*/
.top-bar-style-2 .td_ul_login,
.top-bar-style-2 .td_ul_logout {
  margin-right: 32px;
}
.top-bar-style-2 .td-header-sp-top-menu {
  float: right;
}
.top-bar-style-2 .td-header-sp-top-menu ul:last-child,
.top-bar-style-2 .td-header-sp-top-menu div:last-child {
  margin-right: 0;
}
.top-bar-style-2 .menu-top-container,
.top-bar-style-2 .top-header-menu li:last-child a {
  margin-right: 0;
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 3
*/
/*  ----------------------------------------------------------------------------
    Top Bar Style 4
*/
.top-bar-style-4 .td-header-sp-top-widget,
.top-bar-style-4 .td-header-sp-top-menu {
  float: right;
}
/*


  Mobile menu


*/
#td-outer-wrap {
  overflow: hidden;
  /* responsive landscape tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  #td-outer-wrap {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #td-outer-wrap {
    overflow: auto;
    margin: auto;
    width: 100%;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
  }
}
/* toggle button - burger button */
#td-top-mobile-toggle {
  display: none;
  /* responsive phone */
}
@media (max-width: 767px) {
  #td-top-mobile-toggle {
    display: inline-block;
    position: relative;
  }
}
#td-top-mobile-toggle a {
  display: inline-block;
}
#td-top-mobile-toggle i {
  font-size: 27px;
  width: 54px;
  line-height: 54px;
  height: 54px;
  display: inline-block;
  padding-top: 1px;
  color: #fff;
}
/*
    Mobile opened menu with admin bar
*/
.admin-bar #td-mobile-nav {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .admin-bar #td-mobile-nav {
    padding-top: 46px;
  }
}
.td-menu-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  display: block;
  width: 100%;
  height: 113%;
  z-index: 9999;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.td-menu-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: #313b45;
  background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
  background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0);
}
#td-mobile-nav {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  transform: translate3d(-99%, 0, 0);
  -webkit-transform: translate3d(-99%, 0, 0);
  -moz-transform: translate3d(-99%, 0, 0);
  -ms-transform: translate3d(-99%, 0, 0);
  -o-transform: translate3d(-99%, 0, 0);
  left: -1%;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
#td-mobile-nav .td_display_err {
  text-align: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin: -9px -30px 24px;
  font-size: 14px;
  border-radius: 0;
  padding: 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.06);
  display: none;
}
#td-mobile-nav input:invalid {
  box-shadow: none !important;
}
.td-js-loaded .td-menu-background,
.td-js-loaded #td-mobile-nav {
  visibility: visible;
  -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#td-mobile-nav {
  height: 1px;
  overflow: hidden;
}
#td-mobile-nav .td-menu-socials {
  padding: 0 65px 0 20px;
  overflow: hidden;
  height: 60px;
}
#td-mobile-nav .td-social-icon-wrap {
  margin: 20px 5px 0 0;
  display: inline-block;
}
#td-mobile-nav .td-social-icon-wrap i {
  border: none;
  background-color: transparent;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  vertical-align: middle;
}
#td-mobile-nav .td-social-icon-wrap .td-icon-instagram {
  font-size: 16px;
}
.td-mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}
.td-mobile-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  top: 4px;
  position: relative;
}
.td-mobile-content {
  padding: 20px 20px 0;
}
.td-mobile-container {
  padding-bottom: 20px;
  position: relative;
}
.td-mobile-content {
  /* first submenu */
  /* hide the icons */
  /* reposition the main menu */
}
.td-mobile-content .fa {
  margin-right: 10px;
  min-width: 22px !important;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -1px;
}
.td-mobile-content .sub-menu .fa {
  margin-right: 5px;
  min-width: 16px !important;
  font-size: 13px;
}
.td-mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.td-mobile-content li {
  float: none;
  margin-left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-mobile-content li a {
  display: block;
  line-height: 21px;
  font-size: 21px;
  color: #fff;
  margin-left: 0;
  padding: 12px 30px 12px 12px;
  font-weight: bold;
}
.td-mobile-content .td-icon-menu-right {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: -4px;
  z-index: 1000;
  font-size: 14px;
  padding: 6px 12px;
  float: right;
  color: #fff;
  -webkit-transform-origin: 50% 48% 0px;
  -moz-transform-origin: 50% 48% 0px;
  -o-transform-origin: 50% 48% 0px;
  transform-origin: 50% 48% 0px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.td-mobile-content .td-icon-menu-right:before {
  content: '\e83d';
}
.td-mobile-content .td-sub-menu-open > a i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.td-mobile-content .td-sub-menu-open > ul {
  display: block;
  max-height: 2000px;
  opacity: 0.9;
}
.td-mobile-content .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* 2nd level submenu */
}
.td-mobile-content .sub-menu .td-icon-menu-right {
  font-size: 11px;
  right: -2px;
  top: 8px;
  color: #fff;
}
.td-mobile-content .sub-menu a {
  padding: 9px 26px 9px 36px !important;
  line-height: 19px;
  font-size: 16px;
  font-weight: normal;
}
.td-mobile-content .sub-menu .sub-menu {
  /* 3rd level submenu */
}
.td-mobile-content .sub-menu .sub-menu a {
  padding-left: 55px !important;
}
.td-mobile-content .sub-menu .sub-menu .sub-menu a {
  padding-left: 74px !important;
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a {
  color: #73C7E3;
}
.td-mobile-content .menu_icon {
  display: none;
}
.td-mobile-content .menu-item-has-children a {
  width: 100%;
  z-index: 1;
}
.td-mobile-content .td-link-element-after {
  position: relative;
}
.td-menu-mob-open-menu {
  position: relative;
}
.td-menu-mob-open-menu #wpadminbar {
  position: fixed !important;
}
.td-menu-mob-open-menu #td-outer-wrap {
  position: fixed;
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px #000000;
  -moz-box-shadow: 0 0 46px #000000;
  box-shadow: 0 0 46px #000000;
}
.td-menu-mob-open-menu #td-mobile-nav {
  height: auto;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  left: 0;
}
.td-menu-mob-open-menu .td-menu-background {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.td-menu-mob-open-menu.admin-bar #td-mobile-nav {
  padding-top: 0;
}
/*


  Mobile menu - login


*/
/*
    Animation
*/
.td-mobile-container {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.td-hide-menu-content .td-mobile-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.td-hide-menu-content .td-mobile-content {
  display: none;
}
#td-mobile-nav .td-login-animation {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
}
#td-mobile-nav .td-login-animation .td-login-inputs {
  height: 76px;
}
#td-mobile-nav .td-login-hide {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden !important;
}
#td-mobile-nav .td-login-show {
  visibility: visible !important;
  opacity: 1;
}
/*
    Logged section
*/
#td-mobile-nav .td-menu-login-section {
  list-style: none;
  position: relative;
  margin-top: 20px;
}
#td-mobile-nav .td-menu-login-section .td-logged-wrap {
  height: 60px;
  line-height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 40px;
    line-height: 40px;
  }
}
#td-mobile-nav .td-menu-login-section a {
  color: #fff;
}
#td-mobile-nav .td-menu-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-avatar .td-avatar-container {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-avatar .td-avatar-container {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
  }
}
#td-mobile-nav .td-menu-avatar .avatar {
  position: absolute;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
  max-width: none;
  width: 100%;
  height: 100%;
}
#td-mobile-nav .td-menu-username {
  font-size: 20px;
  font-weight: bold;
  margin: 0 100px 0 95px;
  overflow: hidden;
  height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-username {
    font-size: 18px;
    height: 40px;
    margin: 0 100px 0 75px;
  }
}
#td-mobile-nav .td-menu-logout {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-logout a {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: bold;
}
/*
    Guest section
*/
#td-mobile-nav .td-guest-wrap {
  height: 40px;
  text-align: center;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  left: auto;
  margin-right: 15px;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
  width: 40px;
  height: 40px;
}
#td-mobile-nav .td-guest-wrap .td-menu-login {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
#td-mobile-nav .td-guest-wrap .td-menu-login span {
  background-color: #fff;
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 13px;
  line-height: 20px;
  position: relative;
  top: 3px;
  opacity: 0.3;
}
#td-mobile-nav .td-guest-wrap .td-menu-login a {
  cursor: pointer;
}
/*
    Register section
*/
#td-mobile-nav .td-register-section {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: -1;
}
#td-mobile-nav .td-register-section a {
  color: #fff;
}
#td-mobile-nav .td-register-section .td-icon-read-down {
  font-size: 23px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  line-height: 74px;
  width: 74px;
}
#td-mobile-nav .td-register-section .td-login-input {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 18px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-input:focus ~ label,
#td-mobile-nav .td-register-section .td-login-input:valid ~ label {
  top: -6px;
  font-size: 14px;
  opacity: 0.4;
}
#td-mobile-nav .td-register-section .td-login-form-wrap {
  padding: 0 30px;
}
#td-mobile-nav .td-register-section .td-login-button {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 17px 0 15px;
  font-size: 17px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-info-text {
  text-align: center;
  margin-bottom: 20px;
}
#td-mobile-nav .td-login-title {
  position: absolute;
  top: 0;
  padding: 0 50px;
  text-align: center;
  line-height: 74px;
  text-transform: uppercase;
  width: 100%;
  font-size: 17px;
  height: 74px;
  overflow: hidden;
  z-index: -1;
}
#td-mobile-nav .td-login-panel-title {
  text-align: center;
  font-size: 16px;
  padding: 30px 10px;
}
#td-mobile-nav .td-login-panel-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
/*


    Search


*/
.td-search-wrap-mob {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  color: #fff;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.td-search-wrap-mob .td-drop-down-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.td-search-wrap-mob #td-header-search-mob {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  height: 40px;
  line-height: 36px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  text-align: center;
}
.td-search-wrap-mob .td-search-input {
  margin: 0 5%;
  position: relative;
}
.td-search-wrap-mob .td-search-input span {
  opacity: 0.8;
  font-size: 12px;
}
.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.td-search-wrap-mob .td-search-input:after {
  opacity: 0.8;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: transform 0.5s ease 0.8s;
  -moz-transition: transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s;
}
.td-search-wrap-mob .td_module_wrap {
  text-align: left;
}
.td-search-wrap-mob .td_module_wrap .entry-title {
  font-size: 16px;
  line-height: 20px;
}
.td-search-wrap-mob .td_module_wrap .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td-post-date {
  color: #ddd;
  opacity: 0.8;
}
.td-search-wrap-mob .td-search-form {
  margin-bottom: 30px;
}
.td-search-wrap-mob .td-aj-search-results {
  margin: 0 5%;
  text-align: left;
}
.td-search-wrap-mob .td-module-thumb {
  top: auto;
  left: auto;
}
.td-search-wrap-mob .result-msg {
  margin: 0 5%;
}
.td-search-wrap-mob .result-msg a {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 10px 0 40px;
  font-size: 17px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
}
.td-search-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  display: block;
  width: 100%;
  height: 113%;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  visibility: hidden;
}
.td-search-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: #313b45;
  background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
  background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0);
}
.td-search-close {
  text-align: right;
  z-index: 1000;
}
.td-search-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 4px;
  right: 0;
}
.td-search-opened {
  position: relative;
}
.td-search-opened #wpadminbar {
  position: fixed !important;
}
.td-search-opened #td-outer-wrap {
  position: fixed;
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px;
  -moz-box-shadow: 0 0 46px;
  box-shadow: 0 0 46px;
}
.td-search-opened .td-search-wrap-mob .td-drop-down-search {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.td-search-opened .td-search-background {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  visibility: visible;
}
.td-search-opened .td-search-input:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.td-search-opened.admin-bar .td-search-wrap-mob {
  padding-top: 0;
}
/*
    Search opened menu with admin bar
*/
.admin-bar .td-search-wrap-mob {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .td-search-wrap-mob {
    padding-top: 46px;
  }
}
#td-mobile-nav label {
  position: absolute;
  top: 26px;
  left: 10px;
  font-size: 17px;
  color: #fff;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

----------------------------------------------------------------------------
  Css for:
  Page content
  Post content
  TinyMCE content
----------------------------------------------------------------------------
*/
.td-page-content,
.td-post-content,
.wpb_text_column,
.td_block_text_with_title,
.woocommerce #tab-description,
.mce-content-body {
  font-size: 15px;
  line-height: 26px;
  color: #222;
}
.td-page-content a:hover,
.td-post-content a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
  text-decoration: underline;
}
.td-page-content ul,
.td-post-content ul,
.wpb_text_column ul,
.td_block_text_with_title ul,
.woocommerce #tab-description ul,
.mce-content-body ul,
.td-page-content ol,
.td-post-content ol,
.wpb_text_column ol,
.td_block_text_with_title ol,
.woocommerce #tab-description ol,
.mce-content-body ol {
  margin-bottom: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p,
.td-page-content li,
.td-post-content li,
.wpb_text_column li,
.td_block_text_with_title li,
.woocommerce #tab-description li,
.mce-content-body li {
  font-size: 15px;
  line-height: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p {
  margin-bottom: 26px;
}
.td-page-content .td-arrow-list,
.td-post-content .td-arrow-list,
.wpb_text_column .td-arrow-list,
.td_block_text_with_title .td-arrow-list,
.woocommerce #tab-description .td-arrow-list,
.mce-content-body .td-arrow-list {
  list-style: none;
  margin-left: 16px;
}
.td-page-content .td-arrow-list li:before,
.td-post-content .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.td_block_text_with_title .td-arrow-list li:before,
.woocommerce #tab-description .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before {
  font-family: 'newspaper', sans-serif;
  content: '\e803';
  float: left;
  margin-left: -16px;
  line-height: 26px;
  font-size: 14px;
}
.td-page-content embed,
.td-post-content embed,
.wpb_text_column embed,
.td_block_text_with_title embed,
.woocommerce #tab-description embed,
.mce-content-body embed,
.td-page-content iframe,
.td-post-content iframe,
.wpb_text_column iframe,
.td_block_text_with_title iframe,
.woocommerce #tab-description iframe,
.mce-content-body iframe,
.td-page-content object,
.td-post-content object,
.wpb_text_column object,
.td_block_text_with_title object,
.woocommerce #tab-description object,
.mce-content-body object {
  max-width: 100% !important;
}
.td-page-content iframe.instagram-media,
.td-post-content iframe.instagram-media,
.wpb_text_column iframe.instagram-media,
.td_block_text_with_title iframe.instagram-media,
.woocommerce #tab-description iframe.instagram-media,
.mce-content-body iframe.instagram-media {
  margin: 1px 0 12px !important;
}
.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    quote
*/
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px 5%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content blockquote,
  .td-post-content blockquote,
  .wpb_text_column blockquote,
  .td_block_text_with_title blockquote,
  .bbpress blockquote,
  .woocommerce #tab-description blockquote,
  .mce-content-body blockquote,
  .comment-content blockquote {
    margin: 20px 3% 18px 3%;
  }
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #4db2ec;
  word-wrap: break-word;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-page-content blockquote p,
  .td-post-content blockquote p,
  .wpb_text_column blockquote p,
  .td_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .td-page-content blockquote p,
  .td-post-content blockquote p,
  .wpb_text_column blockquote p,
  .td_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
}
.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.bbpress .twitter-tweet p,
.woocommerce #tab-description .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .twitter-tweet p {
  font-family: initial;
  font-size: initial;
  line-height: initial;
  font-style: initial;
  text-align: initial;
  text-transform: initial;
  color: initial;
  font-weight: initial;
}
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.bbpress .td_quote_right,
.woocommerce #tab-description .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
  float: right;
  width: 50%;
  margin: 21px 0 21px 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_right,
  .td-post-content .td_quote_right,
  .wpb_text_column .td_quote_right,
  .td_block_text_with_title .td_quote_right,
  .bbpress .td_quote_right,
  .woocommerce #tab-description .td_quote_right,
  .mce-content-body .td_quote_right,
  .comment-content .td_quote_right {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.bbpress .td_quote_left,
.woocommerce #tab-description .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
  float: left;
  width: 50%;
  margin: 18px 18px 18px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_left,
  .td-post-content .td_quote_left,
  .wpb_text_column .td_quote_left,
  .td_block_text_with_title .td_quote_left,
  .bbpress .td_quote_left,
  .woocommerce #tab-description .td_quote_left,
  .mce-content-body .td_quote_left,
  .comment-content .td_quote_left {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.bbpress .td_quote_left p,
.woocommerce #tab-description .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
  text-align: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_left p,
  .td-post-content .td_quote_left p,
  .wpb_text_column .td_quote_left p,
  .td_block_text_with_title .td_quote_left p,
  .bbpress .td_quote_left p,
  .woocommerce #tab-description .td_quote_left p,
  .mce-content-body .td_quote_left p,
  .comment-content .td_quote_left p {
    text-align: center;
  }
}
.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.bbpress .td_quote_box,
.woocommerce #tab-description .td_quote_box,
.mce-content-body .td_quote_box,
.comment-content .td_quote_box {
  margin: 0;
  background-color: #FCFCFC;
  border-left: 2px solid #4db2ec;
  padding: 15px 23px 0 23px;
  position: relative;
  top: 6px;
  clear: both;
}
.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.bbpress .td_quote_box p,
.woocommerce #tab-description .td_quote_box p,
.mce-content-body .td_quote_box p,
.comment-content .td_quote_box p {
  font-family: 'Open Sans', arial, sans-serif;
  color: #777777;
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 16px;
  margin: 0;
  text-transform: none;
}
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.bbpress .td_box_left,
.woocommerce #tab-description .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
  width: 40%;
  float: left;
  margin: 0 34px 20px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_left,
  .td-post-content .td_box_left,
  .wpb_text_column .td_box_left,
  .td_block_text_with_title .td_box_left,
  .bbpress .td_box_left,
  .woocommerce #tab-description .td_box_left,
  .mce-content-body .td_box_left,
  .comment-content .td_box_left {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.td-page-content .td_box_left p,
.td-post-content .td_box_left p,
.wpb_text_column .td_box_left p,
.td_block_text_with_title .td_box_left p,
.bbpress .td_box_left p,
.woocommerce #tab-description .td_box_left p,
.mce-content-body .td_box_left p,
.comment-content .td_box_left p {
  text-align: left;
}
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.bbpress .td_box_right,
.woocommerce #tab-description .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
  width: 30%;
  float: right;
  margin: 0 0 20px 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_right,
  .td-post-content .td_box_right,
  .wpb_text_column .td_box_right,
  .td_block_text_with_title .td_box_right,
  .bbpress .td_box_right,
  .woocommerce #tab-description .td_box_right,
  .mce-content-body .td_box_right,
  .comment-content .td_box_right {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.td-page-content .td_box_right p,
.td-post-content .td_box_right p,
.wpb_text_column .td_box_right p,
.td_block_text_with_title .td_box_right p,
.bbpress .td_box_right p,
.woocommerce #tab-description .td_box_right p,
.mce-content-body .td_box_right p,
.comment-content .td_box_right p {
  text-align: left;
}
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.bbpress .td_box_center,
.woocommerce #tab-description .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
  margin: 0 0 29px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_center,
  .td-post-content .td_box_center,
  .wpb_text_column .td_box_center,
  .td_block_text_with_title .td_box_center,
  .bbpress .td_box_center,
  .woocommerce #tab-description .td_box_center,
  .mce-content-body .td_box_center,
  .comment-content .td_box_center {
    margin-bottom: 36px;
  }
}
.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.bbpress .td_pull_quote,
.woocommerce #tab-description .td_pull_quote,
.mce-content-body .td_pull_quote,
.comment-content .td_pull_quote {
  padding: 18px 25px;
  margin: 0;
  clear: both;
}
.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.bbpress .td_pull_quote p,
.woocommerce #tab-description .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.comment-content .td_pull_quote p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}
.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.bbpress .td_pull_quote p:first-child:before,
.woocommerce #tab-description .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.bbpress .td_pull_quote p:after,
.woocommerce #tab-description .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.comment-content .td_pull_quote p:after {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.bbpress .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
  width: 40%;
  float: left;
  margin-right: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_left,
  .td-post-content .td_pull_left,
  .wpb_text_column .td_pull_left,
  .td_block_text_with_title .td_pull_left,
  .bbpress .td_pull_left,
  .woocommerce #tab-description .td_pull_left,
  .mce-content-body .td_pull_left,
  .comment-content .td_pull_left {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.bbpress .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
  width: 30%;
  float: right;
  margin-left: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_right,
  .td-post-content .td_pull_right,
  .wpb_text_column .td_pull_right,
  .td_block_text_with_title .td_pull_right,
  .bbpress .td_pull_right,
  .woocommerce #tab-description .td_pull_right,
  .mce-content-body .td_pull_right,
  .comment-content .td_pull_right {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.bbpress .td_pull_center,
.woocommerce #tab-description .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
  margin: 17px 0;
  padding: 15px 50px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_center,
  .td-post-content .td_pull_center,
  .wpb_text_column .td_pull_center,
  .td_block_text_with_title .td_pull_center,
  .bbpress .td_pull_center,
  .woocommerce #tab-description .td_pull_center,
  .mce-content-body .td_pull_center,
  .comment-content .td_pull_center {
    padding: 15px 20px;
  }
}
blockquote small {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #444;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
/*  ----------------------------------------------------------------------------
    dropcaps
*/
.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.td_block_text_with_title .dropcap,
.bbpress .dropcap,
.woocommerce #tab-description .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 56px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 2px 10px 4px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  min-width: 62px;
  min-height: 62px;
}
.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.td_block_text_with_title .dropcap1,
.bbpress .dropcap1,
.woocommerce #tab-description .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  font-size: 40px;
  padding: 2px 14px 4px;
}
.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.td_block_text_with_title .dropcap2,
.bbpress .dropcap2,
.woocommerce #tab-description .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.td_block_text_with_title .dropcap3,
.bbpress .dropcap3,
.woocommerce #tab-description .dropcap3,
.mce-content-body .dropcap3,
.comment-content .dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-weight: bold;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
/*  ----------------------------------------------------------------------------
    text columns
*/
.td_text_columns_two_cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-rule-color: #e9e9e9;
  -moz-column-rule-color: #e9e9e9;
  column-rule-color: #e9e9e9;
  margin-bottom: 26px;
}
/*  ----------------------------------------------------------------------------
    button
*/
.td_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: white;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.td_btn_sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.td_btn_sm.td_round_btn {
  border-radius: 3px;
}
.td_btn_md {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
}
.td_btn_md.td_round_btn {
  border-radius: 4px;
}
.td_btn_lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.td_btn_lg.td_round_btn {
  border-radius: 6px;
}
.td_default_btn,
.td_round_btn {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  background-color: #4db2ec;
}
.td_default_btn:hover,
.td_round_btn:hover {
  background-color: #444 !important;
}
.td_default_btn:active,
.td_round_btn:active {
  background-color: #000 !important;
}
.td_outlined_btn {
  border-width: 2px;
  border-style: solid;
  border-color: #4db2ec;
  border-radius: 4px;
  color: #4db2ec;
  background-color: transparent;
  transition: all 0.1s ease ;
  -webkit-transition: all 0.1s ease;
}
.td_outlined_btn:hover {
  background-color: #4db2ec;
  color: #fff;
}
.td_outlined_btn:active {
  background-color: #444 !important;
  border-color: #444;
}
.td_shadow_btn {
  background-color: #4db2ec;
  top: 0;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.td_shadow_btn:hover {
  top: -3px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.td_shadow_btn:active {
  background-color: #444 !important;
}
.td_3D_btn {
  background-color: #4db2ec;
  top: 0;
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.td_3D_btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
  transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
}
.td_3D_btn:hover {
  top: 5px;
}
.td_3D_btn:hover:before {
  height: 0;
}
.td_3D_btn:hover:after {
  height: 0;
}
.td_3D_btn:active {
  background-color: #444 !important;
}
/*  ----------------------------------------------------------------------------
    text highlighting
*/
.td_text_highlight_0 {
  background-color: rgba(0, 0, 0, 0.77);
  padding: 5px 0 6px 0;
  margin: 0 8px 0 8px;
  box-shadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
  color: #2a2a2a;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.td_text_highlight_0:hover {
  color: #F9F9F9;
  cursor: default;
}
.td_text_highlight_marker {
  padding: 5px 0 6px 0;
  margin: 0 8px 0 8px;
  color: white;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.td_text_highlight_marker:hover {
  color: #F9F9F9;
}
.td_text_highlight_marker_red {
  background-color: rgba(255, 28, 26, 0.62);
  box-shadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
}
.td_text_highlight_marker_blue {
  background-color: rgba(57, 213, 255, 0.75);
  box-shadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
}
.td_text_highlight_marker_green {
  background-color: rgba(77, 216, 69, 0.65);
  box-shadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
}
.td_text_highlight_marker_yellow {
  background-color: rgba(255, 203, 0, 0.75);
  box-shadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
}
.td_text_highlight_marker_pink {
  background-color: rgba(255, 101, 243, 0.75);
  box-shadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
}
/*  ----------------------------------------------------------------------------
    custom post padding
*/
.td-paragraph-padding-0 {
  display: block;
  padding-left: 0;
  padding-right: 6%;
}
.td-paragraph-padding-1 {
  display: block;
  padding-left: 6%;
  padding-right: 6%;
}
.td-paragraph-padding-2 {
  display: block;
  padding-left: 12%;
  padding-right: 12%;
}
.td-paragraph-padding-3 {
  display: block;
  padding-left: 6%;
  padding-right: 12%;
}
.td-paragraph-padding-4 {
  display: block;
  padding-left: 6%;
  padding-right: 0;
}
.td-paragraph-padding-5 {
  display: block;
  padding-left: 18%;
  padding-right: 18%;
}
.td-paragraph-padding-6 {
  display: block;
  padding-left: 12%;
  padding-right: 6%;
}
.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
  padding-right: 4%;
}
.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
  padding-left: 4%;
  padding-right: 4%;
}
.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
  padding-left: 8%;
  padding-right: 8%;
}
.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
  padding-left: 4%;
  padding-right: 8%;
}
.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
  padding-left: 4%;
}
.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
  padding-left: 12%;
  padding-right: 12%;
}
.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
  padding-left: 8%;
  padding-right: 4%;
}
/* responsive phone */
@media (max-width: 500px) {
  .td-paragraph-padding-0,
  .td-paragraph-padding-1,
  .td-paragraph-padding-2,
  .td-paragraph-padding-3,
  .td-paragraph-padding-4,
  .td-paragraph-padding-5,
  .td-paragraph-padding-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/*  ----------------------------------------------------------------------------
    Default Module - Module 1
*/
/*  ----------------------------------------------------------------------------
    Modules
*/
.td_module_wrap {
  position: relative;
  padding-bottom: 35px;
}
.td_module_wrap .entry-title {
  /* General Title */
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 6px 0;
}
.td_module_wrap:hover .entry-title a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    thumbnail
*/
.td-module-thumb {
  position: relative;
  margin-bottom: 13px;
}
.td-module-thumb .entry-thumb {
  display: block;
}
.td-video-play-ico > img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/*  ----------------------------------------------------------------------------
   module meta info
*/
.td-module-meta-info {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
}
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
  min-height: 1px;
  margin-top: -4px;
}
.entry-review-stars {
  display: inline-block;
  position: relative;
  top: 1px;
}
.td-post-author-name {
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 2px;
}
.td-post-author-name a {
  color: #000;
}
.td-post-author-name span {
  color: #ccc;
  margin: 0 2px 0 2px;
  font-weight: normal;
}
.td-post-author-name div {
  display: inline;
  margin-right: 2px;
}
.td-post-date {
  color: #aaa;
  display: inline-block;
  position: relative;
  top: 2px;
}
.td-module-comments {
  position: relative;
  float: right;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.td-module-comments a {
  color: #fff;
  background-color: #000;
  display: inline-block;
  min-width: 17px;
  padding: 3px 4px 4px 5px;
  position: relative;
}
.td-module-comments a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000 transparent transparent transparent;
}
/*  ----------------------------------------------------------------------------
    excerpt
*/
.td-excerpt {
  font-size: 13px;
  color: #777;
  font-family: 'Open Sans', arial, sans-serif;
  margin-top: 9px;
}
.td-read-more,
.more-link-wrap {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.td-read-more a,
.more-link-wrap a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.td-read-more a:hover,
.more-link-wrap a:hover {
  background-color: #222222 !important;
  text-decoration: none;
}
/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  padding: 3px 10px;
  font-size: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.td-admin-edit:hover {
  background-color: #000;
}
.td-module-thumb:hover .td-admin-edit {
  display: block;
}
.td-post-category {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #222222;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px 4px;
  display: block;
  vertical-align: top;
}
.td-post-category:hover {
  background-color: #4db2ec;
}
.td-module-image {
  position: relative;
}
.td-module-image .td-post-category {
  position: absolute;
  bottom: 0;
}
.td-module-meta-info .td-post-category {
  display: inline-block;
}
/*  ----------------------------------------------------------------------------
    Module 1
*/
.td_module_1 {
  padding-bottom: 24px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_1 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_1 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 2
*/
.td_module_2 {
  padding-bottom: 32px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_2 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_2 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 3
*/
.td_module_3 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_3 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_3 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 4
*/
.td_module_4 {
  padding-bottom: 43px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_4 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_4 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 5
*/
.td_module_5 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 17px;
  /* responsive portrait tablet */
  /* responsive landscape tablet */
  /* responsive portrait phone */
}
.td_module_5 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_5 .td-module-thumb {
  margin-bottom: 14px;
}
.td_module_5 .td-excerpt {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_5 .entry-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_module_5 .entry-title {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .td_module_5 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 6
*/
.td_module_6 {
  padding-bottom: 26px;
  /* responsive landscape & portrait tablet */
  /* responsive portrait tablet */
  /* responsive landscape & portrait tablet */
}
.td_module_6 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .td-module-thumb {
    width: 80px;
  }
}
.td_module_6 .item-details {
  margin-left: 116px;
  min-height: 70px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .item-details {
    margin-left: 95px;
    min-height: 55px;
  }
}
.td_module_6 .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_6 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .td_module_6 .entry-title {
    font-size: 14px;
  }
}
.td_module_6 .td-module-meta-info {
  margin-bottom: 0;
  min-height: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_6 .td-icon-star,
  .td_module_6 .td-icon-star-empty,
  .td_module_6 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .td-post-category {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .td_module_6 .td-icon-star,
  .td_module_6 .td-icon-star-empty,
  .td_module_6 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 7
*/
.td_module_7 {
  padding-bottom: 26px;
  /* responsive landscape & portrait tablet */
  /* responsive portrait tablet */
  /* responsive landscape & portrait tablet */
}
.td_module_7 .td-module-thumb {
  position: absolute;
  right: 0;
  top: 0;
}
.td_module_7 .item-details {
  margin-right: 116px;
  min-height: 70px;
}
.td_module_7 .entry-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_7 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .td_module_7 .entry-title {
    font-size: 14px;
  }
}
.td_module_7 .td-module-meta-info {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_7 .td-icon-star,
  .td_module_7 .td-icon-star-empty,
  .td_module_7 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_7 .td-post-category {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .td_module_7 .td-icon-star,
  .td_module_7 .td-icon-star-empty,
  .td_module_7 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 8
*/
.td_module_8 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 16px;
  /* responsive portrait tablet */
}
.td_module_8 .entry-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 7px;
  font-weight: 500;
}
.td_module_8 .td-module-meta-info {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_8 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 9
*/
.td_module_9 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 26px;
  text-align: center;
}
.td_module_9 .td-module-comments {
  top: auto;
  float: none;
  margin-bottom: 8px;
}
.td_module_9 .entry-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.td_module_9 .td-module-meta-info {
  margin-bottom: 0;
}
.td_module_9 .td_quote_on_blocks {
  text-align: center;
}
.td_module_9 .td-post-category {
  display: inline-block;
  margin: 0 0 8px 0;
}
/*  ----------------------------------------------------------------------------
    Module 10
*/
.td_module_10 {
  padding-bottom: 40px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 {
    padding-bottom: 26px;
  }
  .td_module_10 .td-post-category {
    display: none;
  }
}
.td_module_10 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .td-module-thumb {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .td_module_10 .td-module-thumb {
    width: 100px;
  }
}
.td_module_10 .item-details {
  margin-left: 244px;
  min-height: 150px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .item-details {
    margin-left: 170px;
    min-height: 103px;
  }
}
@media (max-width: 500px) {
  .td_module_10 .item-details {
    margin-left: 115px;
    min-height: 69px;
  }
}
.td_module_10 .td-excerpt {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .td-excerpt {
    display: none;
  }
}
.td_module_10 .entry-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_10 .entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_module_10 .td-video-play-ico img {
    width: 20px;
  }
}
.td-pb-span8 .td_module_10 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_10 .td-module-thumb {
    width: 190px;
  }
  .td-pb-span8 .td_module_10 .item-details {
    margin-left: 210px;
    min-height: 131px;
  }
  .td-pb-span8 .td_module_10 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-pb-span8 .td_module_10 .td-post-author-name {
    display: none;
  }
}
.td-pb-span4 .td_module_10 {
  padding-bottom: 40px;
  /* responsive portrait tablet */
}
.td-pb-span4 .td_module_10 .td-module-thumb {
  width: 80px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .td-module-thumb {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .td-module-thumb {
    width: 100px;
  }
}
.td-pb-span4 .td_module_10 .item-details {
  margin-left: 0;
  min-height: 70px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .item-details {
    padding-left: 170px;
    min-height: 103px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .item-details {
    padding-left: 0;
    min-height: 69px;
  }
}
.td-pb-span4 .td_module_10 .entry-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  padding-left: 95px;
  min-height: 55px;
  margin-bottom: 13px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 13px;
    line-height: 18px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: 400;
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    padding-left: 110px;
    min-height: 69px;
    margin-bottom: 13px;
  }
}
.td-pb-span4 .td_module_10 .td-video-play-ico img {
  width: 20px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_10 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 11
*/
.td_module_11 {
  padding-bottom: 48px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 {
    padding-bottom: 0;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 20px;
  }
  .td_module_11:last-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .td_module_11 {
    padding-bottom: 30px;
  }
}
.td_module_11 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-module-thumb {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .td_module_11 .td-module-thumb {
    width: 100px;
  }
}
.td_module_11 .item-details {
  margin-left: 350px;
  min-height: 235px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .item-details {
    margin-left: 220px;
    min-height: 145px;
  }
}
@media (max-width: 500px) {
  .td_module_11 .item-details {
    margin-left: 0;
    min-height: 73px;
    padding-left: 110px;
  }
}
.td_module_11 .entry-title {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 11px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 .entry-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_module_11 .entry-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.td_module_11 .td-post-author-name {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-post-author-name {
    display: none;
  }
}
.td_module_11 .td-excerpt {
  margin-bottom: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-excerpt {
    display: none;
  }
}
.td_module_11 .td-read-more {
  margin-bottom: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 .td-read-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_module_11 .td-read-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_module_11 .td-video-play-ico > img {
    width: 20px;
    height: 20px;
  }
}
.td-pb-span12 .td_module_11 .entry-title {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12 .td_module_11 .entry-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
  }
}
.td-pb-span8 .td_module_11 {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-span8 .td_module_11 .td-module-thumb {
    width: 300px;
  }
  .td-pb-span8 .td_module_11 .item-details {
    margin-left: 324px;
    min-height: 218px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_11 .td-module-thumb {
    width: 192px;
  }
  .td-pb-span8 .td_module_11 .item-details {
    margin-left: 210px;
    min-height: 165px;
  }
  .td-pb-span8 .td_module_11 .td-post-author-name {
    display: none;
  }
}
.td-pb-span4 .td_module_11 {
  /* responsive portrait tablet */
}
.td-pb-span4 .td_module_11 .td-module-thumb {
  position: relative;
  margin-bottom: 8px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_11 .td-module-thumb {
    position: absolute;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_11 .td-module-thumb {
    width: 100px;
  }
}
.td-pb-span4 .td_module_11 .item-details {
  margin-left: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_11 .item-details {
    margin-left: 220px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_11 .item-details {
    margin-left: 0;
    min-height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_11 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 12
*/
.td_module_12 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 30px;
}
.td_module_12 .entry-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 8px;
  /* responsive max portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_12 .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.td_module_12 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_12 .td-excerpt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
/*  ----------------------------------------------------------------------------
    Module 13
*/
.td_module_13 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 30px;
}
.td_module_13 .entry-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 8px;
  /* responsive max portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_13 .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.td_module_13 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_13 .td-module-thumb {
  margin-bottom: 22px;
}
/*  ----------------------------------------------------------------------------
    Module 14
*/
.td_module_14 {
  padding-bottom: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_14 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .td_module_14 {
    padding-bottom: 21px;
  }
}
.td_module_14 .entry-thumb {
  width: 100%;
}
.td_module_14:last-child {
  padding-bottom: 0;
}
.td_module_14 .meta-info-container {
  position: relative;
}
.td_module_14 .entry-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  bottom: -2px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .entry-title {
    font-size: 18px;
    line-height: 26px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.td_module_14 .entry-title:after {
  content: '';
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #f1f1f1;
}
.td_module_14 .td-module-meta-info {
  position: absolute;
  margin: 0;
  padding: 0 60px;
  bottom: -43px;
  width: 100%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_module_14 .td-module-meta-info {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .td_module_14 .td-module-meta-info {
    bottom: -45px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
.td_module_14 .td-module-meta-holder {
  background-color: #fff;
  padding: 10px 20px 17px 20px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-module-meta-holder {
    padding: 8px 0 19px 0;
  }
}
.td_module_14 .td-post-category {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .td-post-category {
    display: none;
  }
}
.td_module_14 .td-module-thumb {
  margin-bottom: 60px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .td-module-thumb {
    margin-bottom: 70px;
  }
}
.td_module_14 .td-post-author-name {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-post-author-name {
    margin-left: 14px;
  }
}
.td_module_14 .td-module-comments {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-module-comments {
    margin-right: 14px;
  }
}
.td_module_14 .td-excerpt {
  padding: 0 80px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_module_14 .td-excerpt {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .td_module_14 .td-excerpt {
    padding: 0 60px;
    margin-top: -5px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .td-excerpt {
    padding: 0 32px;
  }
}
.td_module_14 .td-read-more {
  display: block;
  margin-top: 15px;
}
.td-pb-span8 .td_module_14 {
  /* responsive portrait tablet */
}
.td-pb-span8 .td_module_14 .td-module-meta-info {
  padding: 0 40px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td-pb-span8 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_14 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
  .td-pb-span8 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
.td-pb-span8 .td_module_14 .td-excerpt {
  padding: 0 60px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_14 .td-excerpt {
    padding: 0 40px;
  }
}






















.containerr{
	max-width: 1100px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #ffffff;
	padding: 19px 0;
	/* background-image: url(images/vau.png); */
}
.footer-col{
   width: 17%;
   padding: 0 0px 0 10px;
   color: #959597;
   font-size: 19px;
}
.footer-playmarket{
   /* width: 17%; */
   padding: 0 0px 0 20px;
   color: #959597;
   font-size: 30px;
}
.footer-playmarket .playmarket a{
	display: inline-block;
	/* height: 33px; */
	width: 90px;
	width: 45%;
	/* background-color: rgb(255 255 255 / 22%); */
	box-shadow: 0 3px 2px #00000017;
	margin: 0 3px 0 0;
	text-align: center;
	/* line-height: 33px; */
	padding: 10px 0;
	border-radius: 10px;
	color: #838383;
	transition: all 0.3s ease;
	border: 1px solid #c8c8c8;
	font-weight: 700;
	font-size: 17px;
}
.footer-playmarket .playmarket a:hover{
	color: #ffffff;
	background-color: #2c2c2c;
}
.footer-ccc {
    /* width: 17%; */
    padding: 0 0px 0 10px;
    color: #959597;
    font-size: 19px;
}
.footer-coll {

    font-size: 14px;
}
.footer-col h4{
	font-size: 18px;
	color: #00aaf5;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -6px;
	background-color: #2196F3;
	height: 1.5px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 3px;
}
.footer-col ul li a{
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #8d8d8d;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #000000;
	padding-left: 8px;
}
.footer-col-yazi {
    /* width: 50%; */
    padding: 30px 0 0 13px;
    color: #8e8e8e;
    font-size: 14px;
    /* background-color: #e7ebff; */
    border-radius: 12px;
}
.footer-col .social-links a{
	display: inline-block;
	/* height: 33px; */
	/* width: 33px; */
	width: 19.6%;
	font-size: 150%;
	background-color: rgb(255 255 255 / 22%);
	box-shadow: 0 2px 10px rgb(0 0 0 / 11%);
	margin: 0 5px 10px 0;
	text-align: center;
	line-height: 60px;
	border-radius: 20%;
	color: #03A9F4;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footer-col .playmarket a{
	display: inline-block;
	/* height: 33px; */
	width: 90px;
	width: 45%;
	/* background-color: rgb(255 255 255 / 22%); */
	box-shadow: 0 3px 2px #00000017;
	margin: 0 3px 0 0;
	text-align: center;
	/* line-height: 33px; */
	padding: 15px 0;
	border-radius: 10%;
	color: #838383;
	transition: all 0.3s ease;
	border: 1px solid #c8c8c8;
	font-size: 73%;
	/* font-size-adjust: none; */
	font-weight: 700;
}
.footer-col .playmarket a:hover{
	color: #ffffff;
	background-color: #2c2c2c;
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




