@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face{font-family:'LKFonda';src:url("../fonts/Fonda-Medium.eot?");src:url("../fonts/Fonda-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/Fonda-Medium.woff") format("woff"),url("../fonts/Fonda-Medium.woff2") format("woff2"),url("../fonts/Fonda-Medium.ttf") format("truetype"),url("../fonts/Fonda-Medium.svg#Fonda-Medium") format("svg");font-weight:normal;font-style:normal;font-display: swap;}

/*lightblue{color:#b7e0ef;}
 mainblue{color:#0094ca;}*/

body {
  font-family: "LKFonda","Arial Narrow",Arial,sans-serif;
  background: #fff;font-display: swap;
  /*background:none; background-image:url(../images/s1.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/ }

body p{font-family: "LKFonda","Arial Narrow",Arial,sans-serif;font-display: swap;}
a {
  color: #0094ca; }

a, a:link, a:focus, a:link, a:visited, a:active {
  outline: 0;
  text-decoration: none; }

a, .btn, button {
  transition: all 0.4s ease-in-out; }

.wraper {  max-width: 1366px;  margin: 0 auto; }
.main-menu {  max-width: 1366px;  margin: 0 auto; font-size:13px; font-size:1.3rem;}
.col {  padding: 0; }
.left-clear {  padding-left: 0; }
.right-clear {  padding-right: 0; }
.red {  color: red; }
.form-control {  border-radius: 0;  box-shadow: none; }
  .form-control:focus {    border-color: #999;    box-shadow: none; }
.emag-adbar .single-post{padding: 74px 15px 15px 16px!important;text-shadow: 1px 0 0 #fff;}
.emag-adbar{background: #fff url(https://www.womenfitness.net/img2020/images/emag-adbar.jpg)no-repeat;color: #000;min-height: 250px;font-size: 16px;background-size: cover; }
.emag-mag .single-post .content {
position: absolute;
    top: 70%;
    left:35%;}
.emag-mag{background: #fff url(../../img2020/index/mag-bar-1.jpg)no-repeat;color: #000;min-height: 250px;font-size: 16px;background-size: cover;margin-top: 6rem; overflow:hidden;   background-position: center;}
.emag-adbar .content .col-sm-12 {padding:0;}
.emag-adbar .content .col-sm-12 .col-sm-5 {margin: 8px 0;}
.emag-adbar .content .col-sm-12 .col-sm-2 {float: none;}
.emag-adbar label.emag-head{    margin: 5px;    font-size: 25px;   text-align: left;    font-weight: normal;   display: block;    text-shadow:0px 0px #000; width: 645px; color: #000;
}
.emag-adbar input.btn-primary{    font-size: 1.7rem;font-size: 17px;
}
/*--Selection-------*/
::-moz-selection {
  text-shadow: none;
  background: #0094ca;
  color: #fff; }

::selection {
  text-shadow: none;
  background: #0094ca;
  color: #fff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #fff;
  color: #0094ca;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 4px;
  border: 1px solid #c8e4ef;
  border-top: 3px solid #0094ca;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; }

.scroll-top-wrapper:hover {
  opacity: 0.9 !important;
  border-top: 1px solid #0094ca;
  border-bottom: 3px solid #0094ca; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }
  
.bluebar {background: #0094ca;
    color: #fff;
    padding: 25px;
font-size: 1.8rem;}

.scroll-top-wrapper i.fa {
  line-height: inherit; }

/*----------------Smart Menu-------------*/
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; font-display: swap;}

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

/*:::::::Top Info:::::::*/
.top-info {
 z-index:1000;
position: relative; }
  .top-info .top-social {    border-radius: 0 0 10px 10px;
    background: #0094ca;    height: 24px;    margin-bottom: -36px;}
  .top-info .top-social ul {
	margin: 0 0 -36px 0;
    padding: 0; }
    .top-info .to	p-social ul li {
      margin: 0;
      padding: 0;
      display: inline-block; }
	  .top-info .top-social ul li i{padding:0 5px;}
      .top-info .top-social ul li a {
        display: block;
		line-height: 21px;
		padding: 0px 7px;
		height: 21px;
		text-align: center;
		margin: 0;
		margin-left: -5px;
		color: #fff;
		font-weight: 400;
		font-size: 13px; }
        .top-info .top-social ul li a:hover {
          
          color: #333; }
      .top-info .top-social ul li a:first-child {
         }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle{background-color: #FFF !important; padding: 8px;}
  .navbar-default .navbar-toggle .icon-bar{background-color: #0094ca;}
/*::::::--Logo Ad--::::::*/
.logo-ad .logo {
  padding: 36px 0; }
  .logo-ad .logo img {
    max-width: 200px; }
  .logo-ad .logo h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 36px;
    color: #333; }
  .logo-ad .logo h6 {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    letter-spacing: 2.2px; }
.logo-ad .top-banner {
    background:url('https://www.womenfitness.net/img2020/images/bgf1j.jpg')no-repeat right top ;min-height: 239px;}
  .logo-ad .top-banner img {
    }
.logo-ad .col-sm-12{padding:0 !important;}

/*::::Main Menu::::*/
.main-menu {
  background: #0094ca;
	border-top: 1px solid #49b3da;
	border-bottom: 2px solid #0ba2da; }
  .main-menu .navbar {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    min-height: 40px; }
  .main-menu .navbar-nav > li > a {
    padding: 8px; color:#fff; text-transform:uppercase;}
  .main-menu .navbar-default .navbar-nav > .active > a, .main-menu .navbar-default .navbar-nav > .active > a:hover, .main-menu .navbar-default .navbar-nav > .active > a:focus {
    background: #fff;
    color: #0094ca; }
  .main-menu .has-submenu {
    background: none;
    color: #666; }
  .main-menu .nav .open > a, .main-menu .nav .open > a:hover, .main-menu .nav .open > a:focus {
    border-color: #f0f0f0; }
.nav > li > a:hover, .nav > li > a:focus{background-color: inherit;}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #03506c;}
	
  .main-menu .dropdown-menu {
    padding: 0;
    padding-top: 10px;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 4px solid #333;
    border-radius: 0 0 4px 4px; }
  .main-menu .dropdown-menu .dropdown-menu {
    padding-top: 5px; }
  .main-menu .dropdown-menu > li > a {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 8px 15px;
    background: #fff; }
  .main-menu .dropdown-menu > li:first-child a {
    border-top: 1px solid #f0f0f0; }
  .main-menu .dropdown-menu > li:last-child a {
    border-bottom: none;
    border-radius: 0; }
  .main-menu .search {
    position: relative;
    max-width: 50px;
    float: right; }
    .main-menu .search #search-toggle {
      background-color: transparent;
      border: none;
      padding: 10px 15px;
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      color: #fff;
      outline: 0; } 
      .main-menu .search .search-form .form-control {
        border-radius: 0; }
        .main-menu .search .search-form .form-control:focus {
          border-color: #999; }
.main-menu .search.show .search-form {
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    z-index: 99; }
	.search .fs{
	background:#167ECE url(../../img2014/search.png) no-repeat center;
	border:none;	margin:0;	height:34px;	width:43px;	position: absolute;top: 0;right: 0;}

.main-menu.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border-top: none; }

 
  
.navbar-right > li:hover a{background:none; color:#333;}
  
.navbar-right > li:first-child a:before{    content: ' ';
    position: relative !important; 
    left: 0 !important;
    right: 0 !important;
    height:0 !important;
    background: #fff !important;
    top: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; }
.navbar-right > li { position:relative;  }
.navbar-right li.follow:hover ul.nav-follow {display:block; left: -205px;  transition: all 10s ease-out;  }
.navbar-right ul.nav-follow{position:absolute;top:10px;left:0;display:none; }
.navbar-right ul.nav-follow li a {color:#fff;padding: 10px; background: #0094ca; font-size:1.2em; line-height:25px;}
.navbar-right ul.nav-follow li:hover a{color:#0094ca;background:#fff;}
.navbar-right ul.nav-follow li{display:inline-block;}

.block .video-single iframe{width:100%; height:500px;}.block .video-single{padding:6rem 0; Border-bottom:4px dotted #0094ca;}.block .video-single .info{font-size: 15px; margin: 2rem 5rem;display: block; margin: 3rem 0;}.block .video-next .btn{margin: 3rem;}
 
@media (max-width: 880px) {
  .main-menu .navbar-nav > li > a {
    padding: 10px 18px; }
	}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: -27px; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none; }
  .main-menu .navbar {
    min-height: 0;
    border: none; }
  .navbar-default .navbar-toggle {
    background-color: #333;
    border: none; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #222; }
  .main-menu .navbar-nav > li > a {
    border-bottom: 1px solid #f0f0f0; color:#fff;} 
.top-info .col-sm-8 {width:60%}
.top-info .col-sm-4 {width:40%}
.top-banner .logobig {background: transparent url("../../img2016/img/logo700.png") no-repeat 6%;height: 170px;width: 97%;line-height: 170px;}
	.logo-ad .logobg{background:#e4c6c3 url('../../img2016/img/bg700.jpg')top right no-repeat; min-height: 170px;}
	.logo-ad .top-banner {
    background: url('../../img2016/img/700bg.jpg')top right repeat-x;  min-height: 170px;
}
	.main-slider .col-sm-8,.main-slider .col-sm-4 {width:100%}
	
	 .navbar-right li.follow:hover ul.nav-follow {display:block; left: 60px;  transition: all 10s ease-out;  }
	.navbar-right ul.nav-follow li a {      padding: 5px 10px;  }
	
	}
	
/*-category slider-*/

.cat-top10 .col-sm-2{padding-right:0;padding-left:0;width:20%}.cat-top10 .category-single{padding:.5%;min-height:100%;border-bottom:none}.cat-top10 .category-single .image{margin:0!important;}.cat-top10 .category-single .image .img{max-width:100%!important;height:auto!important}
.news-body .block .cat-top10 .block-title{font-size:35px;}

.news-body .single-post:hover .image img{ transform: scale(1);}
.cat-top10 .category-single:hover .image img {
    transform: scale(1.2); }

.cat-top10 .category-art {    margin: 20px 4px !important;
    display: block;
    background-size: cover !important;
    box-shadow: 0 0 3px rgba(158,157,157,.35);
    -moz-box-shadow: 0 0 7px rgba(100,100,100,.4);
    -webkit-box-shadow: 0 0 7px rgba(100,100,100,.4);
    border-bottom: 2px solid #FFF;
    border-radius: 0 10px 0 10px;
    background: #FFF;
    position: relative;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;width:19% !important;
}
.single-post .category-art .image {margin-right:0;}
.cat-top10 .category-art .content {position: absolute;bottom: 21px;width: 100%;color: #000;text-align: center;text-transform: none;letter-spacing: normal;font-weight: 400;font-style: italic;font-size: 21px;line-height: 38px;text-shadow: 0 -1px rgba(0,0,0,.3);background: rgba(255,255,255,.5);}


	
 .slider-1200 .carousel-inner .item {max-width:; margin:0 auto;}
#carousel-example-generic .carousel-control {width: 5%;}
 
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

 
/* ========================================================================
  2.9 Component: Testimonail
 ========================================================================== */
.testimonial {
  background: url(../../img2015/landing/testimonial-bg.png);
}
#testimonial-carousel .item {
  padding: 25px 40px 40px;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  min-height:400px;
}
#testimonial-carousel .item p {
  font-style: italic;
  font-size: 24px;
  text-align: center;
  color:#fff; width:70%;
}
#testimonial-carousel .item .client{ float:right;}
#testimonial-carousel .item .client ul {
  display: inline-block;
  vertical-align: middle;
}
#testimonial-carousel .item .client img {
  
  max-width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
#testimonial-carousel .item .client-info {
  margin-left: 10px;
}
#testimonial-carousel .item .client-info li {
  text-align: left; color: #e74c3c; list-style:none;
}
#testimonial-carousel .item .client-info li:first-child {
  font-size: 18px; 
}
.owl-theme .owl-controls .owl-page.active span,
.main-slider #carousel-example-generic .carousel-indicators li{width: 15px;  height: 15px; }
.main-slider #carousel-example-generic .carousel-indicators .active{width: 17px;  height: 17px;     background: #ededed;}

.carousel-indicators li.active,.carousel-indicators li:hover span {
  
}
 
/*::::Main Slider::::*/
 
.main-slider .carousel-caption {
      top: 0;
    width: 50%;
    left: 0;
    color: #4c4c4c;
    bottom: 0;
    bottom: 0;
    text-align: center;
    padding: 10rem 5rem;
    text-shadow:none;
	background: #fafafa;
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(left, rgba(250,250,250,1) 50%, rgba(250,250,250,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(50%, rgba(250,250,250,1)), color-stop(100%, rgba(250,250,250,0)));
    background: -webkit-linear-gradient(left, rgba(250,250,250,1) 50%, rgba(250,250,250,0) 100%);
    background: -o-linear-gradient(left, rgba(250,250,250,1) 50%, rgba(250,250,250,0) 100%);
    background: -ms-linear-gradient(left, rgba(250,250,250,1) 50%, rgba(250,250,250,0) 100%);
    background: linear-gradient(to right, rgba(250,250,250,1) 50%, rgba(250,250,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}
	.main-slider .carousel-caption a{color:#000;}
	.main-slider .carousel-inner>.item>a>img, .main-slider .carousel-inner>.item>img,.main-slider  .img-responsive, .thumbnail a>img,.main-slider .thumbnail>img{min-width: 100%;}
	.carousel-inner>.item>a>picture>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;}
  .main-slider .carousel-caption h5 {
    background: #333;
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0; }
    .main-slider .carousel-caption h5 a {
      color: #fff; }
  .main-slider .carousel-caption h2 {
       font-size: 3.5rem;
    text-transform: inherit;
    line-height: 5rem;
    font-family: georgia;
    font-style: italic;
    margin: 6rem 0;}
    .main-slider .carousel-caption h2 a {
      color: #fff; }
  .main-slider .carousel-caption p {
    font-size: 1.9rem;    text-transform: uppercase;
    margin-top: 15px;    line-height: 3.3rem; }
    .main-slider .carousel-caption p a {
      color: #000; }
.main-slider .carousel-control {
  z-index: 999; }
.main-slider .carousel-control.left, .main-slider .carousel-control.right {
  background-image: none; }
.main-slider .latest {
  overflow: hidden;
  position: relative; }
  .main-slider .latest:after {
     }
  .main-slider .latest:hover img {
    transform: scale(1.2); }
  .main-slider .latest img {
    transition: all 0.4s ease-in-out; }
	
.main-slider .carousel-control {opacity: 1; text-shadow: 0 1px 4px rgb(230, 225, 225);}
.main-slider .carousel-control .icon-next:before, .main-slider .carousel-control .icon-prev:before{font-weight: bold;
font-size: 6rem; }
.main-slider .carousel-control .icon-next:before {
  content: '\f105';
  font-family: fontAwesome; color:#0094ca;}
.main-slider .carousel-control .icon-prev:before {
  content: '\f104';
  font-family: fontAwesome; color:#0094ca;  }
  
    .main-slider .latest  h5  a{color:#333;font-size: 16px;
line-height: 23px;}

@media (min-width: 1170px) {    .news-body .block .news-single-2 {
      margin-top: 20px;
      display: block;
      overflow: auto;
      position: relative; min-height: 475px;  }
	  
	  .storyintro {
    color: #282727;
    background: url(../../img2016/img/media-kit.jpg) no-repeat;
	  background-size: cover;}
	
	  .top-banner .logobig {    background: transparent url("../../img2016/img/logo.png") no-repeat 6%;    height: 220px;width: 97%;line-height: 200px;}
	.top-banner .logobig19 {    background: transparent url("../../img2018/images/logo-19.png") no-repeat 6%;
    height: 220px;width: 97%;line-height: 200px;}
	.logo-ad .logobg{background:#fff url('https://www.womenfitness.net/img2020/images/bgf1j.jpg') top right no-repeat; min-height: 220px;}
	.logo-ad .logobg19{background:#fff url('../../img2018/images/bgf19.jpg') top right no-repeat; min-height: 220px;}	
	

	.logo-ad .top-banner {
    background: #fff;  min-height: 220px;
}
	 } 
	 
@media (max-width: 1170px) {
  .main-slider .latest .carousel-caption h5 {
    font-size: 14px; }

  .main-slider .carousel-caption h2 {
    margin: 5px 0px 0px;
 }

  .main-slider .latest .carousel-caption p {
    margin-top: 5px; } 
	
	 
	
	}
@media (max-width: 1024px) {
  .main-slider .latest p { max-height:45px; overflow:hidden;
    }
	
	.storyintro{color:#282727;background:url(../../img2016/img/media-kit.jpg) no-repeat 0 40px fixed;background-size:cover}
 .news-body .block .news-single-2 {
      margin-top: 20px;
      display: block;
      overflow: auto;
      position: relative; min-height: 400px;   }
  
	.top-info .col-sm-8 {width:60%}
	.top-info .col-sm-4 {width:40%}
		.top-banner .logobig {    background: transparent url("../../img2016/img/logo700.png") no-repeat 6%;
    height: 170px;width: 97%;line-height: 170px;}
	.logo-ad .logobg{background:#fff url('../../img2016/img/bg700.jpg')top right no-repeat; min-height: 170px;}
	.logo-ad .top-banner {
    background: #fff;  min-height: 170px;
}
	}
/*:::::News Body:::::::*/
.news-body {
  /*-----------------Sidebar-----------*/ }
  .news-body .block {
    background: #fff; 
    margin-top: 20px;
    overflow: auto; border-bottom: 2px dotted #b9dfed;
    /*-------News-tab------*/
    /*---News single block style 1--------*/
    /*---News single block style 2--------*/
    /*---News single block style 3--------*/
    /*---News single block style 4--------*/ }
    .news-body .block .news-tab .nav-tabs {
      border-bottom: 3px double #333; }
    .news-body .block .news-tab .nav-tabs > li > a {
      background: none;
      text-decoration: none;
      color: #999;
      text-transform: uppercase;
      border: none; }
    .news-body .block .news-tab .nav-tabs > li.active > a, .news-body .block .news-tab .nav-tabs > li.active > a:hover, .news-body .block .news-tab .nav-tabs > li.active > a:focus {
      color: #333; }
    .news-body .block .news-tab .news-single {
      margin-top: 20px; }
      .news-body .block .news-tab .news-single:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-tab .news-single .image {
        position: relative;
        overflow: hidden; }
        .news-body .block .news-tab .news-single .image img {
          transition: all 0.4s ease-in-out; }
        .news-body .block .news-tab .news-single .image .category {
          position: absolute;
          left: 0;
          bottom: 0;
          background: #333;
          color: #fff;
          padding: 3px 8px; }
          .news-body .block .news-tab .news-single .image .category a {
            color: #fff; }
      .news-body .block .news-tab .news-single h2 {
        font-size: 20px;
        margin: 0;
        margin-top: 10px;
        color: #333;
        line-height: 28px; }
        .news-body .block .news-tab .news-single h2 a {
          color: #333; }
      .news-body .block .news-tab .news-single .info {
        color: #999;
        font-size: 13px; }
        .news-body .block .news-tab .news-single .info a {
          color: #999; }
      .news-body .block .news-tab .news-single p {
        font-size: 14px;
        line-height: 22px;
        color: #666; }
        .news-body .block .news-tab .news-single p a {
          color: #666; }
    .news-body .block .news-tab .news-single.small {
      margin-bottom: 40px;
      display: block;
      overflow: auto;
      position: relative; }
      .news-body .block .news-tab .news-single.small .image {
        float: left;
        max-width: 100px;
        margin-right: 10px;
        padding-top: 5px; }
      .news-body .block .news-tab .news-single.small .content {
        overflow: hidden; }
      .news-body .block .news-tab .news-single.small h2 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px; }
    .news-body .block .block-title {
      margin: 0;
      padding: 10px 12px;
      text-transform: uppercase;
      font-size: 15px;
      color: #333;
      border-bottom: 3px double #333; }
	  .news-body .block .block-title-wob{margin: 0;
      padding: 10px 12px;
      text-transform: uppercase;
      font-size: 24px;
      color: #333;       }
	 .news-body .block .block-title-h3{font-size:18px; text-transform: uppercase;}
	 .block-title-hot{font-size:18px; text-transform: uppercase; color:red;}
      .news-body .block .block-title a {
        color: #333; }
    .news-body .block .news-single-1 {
      margin-top: 20px;
      margin-bottom: 20px;
      display: block;
      overflow: auto;
      position: relative; }
      .news-body .block .news-single-1:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-1 .image {
        float: left;
        max-width: 100px;
        margin-right: 10px;
        padding-top: 5px;
        overflow: hidden; }
        .news-body .block .news-single-1 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-1 .content {
        overflow: hidden; }
      .news-body .block .news-single-1 h2 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px;
        color: #333; }
        .news-body .block .news-single-1 h2 a {
          color: #333; }
      .news-body .block .news-single-1 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-1 .info a {
          color: #999; }
	.news-body .narrowlist .col-sm-3 {padding-right: 15px;}
    .news-body .block-row .news-single-2 {
      margin-top: 20px;
      display: block;
      overflow: auto;
      position: relative; min-height: 300px;  }
	  
      .news-body .block .news-single-2:hover .image img {
        transform: scale(1.2);}
      .news-body .block .news-single-2 .image {
        overflow: hidden; position: relative; }
        .news-body .block .news-single-2 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-2 h2 {
        font-size: 16px;
        margin: 25px 0 10;
        line-height: 22px;
        color: #333; }
        .news-body .block .news-single-2 h2 a:hover{color:#0094ca;}
		.news-body .block .news-single-2 h2 a {
          font-size: 16px;
margin: 25px 0;color: #333; }
      .news-body .block .news-single-2 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-2 .info a {
          color: #999; }
		  .news-body .block .news-single-2:hover .image .category{background: #333;}
		  .news-body .block .news-single-2 .image .category {
          position: absolute;
          left: 0;
          top: 0;
          background: #0094ca;
          color: #fff;
          margin: 0;
padding: 5px 10px; z-index:10; font-size:13px; font-weight:normal}
		  .news-body .block .news-single-2 .content p{ }  .news-single-more .content .more:hover{background-color: #333;}
            .news-single-more .content .more:before{right: 100%;}
           .news-single-more .content .more:after{left: 100%;}
			   .news-single-more .content .more:before,  .news-single-more .content .more:after{border-bottom: 2px dotted #333;position: absolute;height: 55%;width: 40px;		  content: '';}
          .news-single-more .content .more {display: block;
position: relative;
margin: 30px auto;
background-color: #0094ca;
width: 80px;
height: 80px;
border-radius: 50%;
text-align: center;
text-transform: uppercase;
font-family: "LKFonda","Arial Narrow",Arial,sans-serif;
font-weight: 400;
font-size: 17px;
font-size: 1.7rem;
line-height: 80px;
letter-spacing: .5px;
letter-spacing: .05rem;
color: #fff;}
          .news-body .block .news-single-2 .image .category a {
            color: #fff; }
    .news-body .block .news-single-3 {
      padding: 10px;
      display: block;
      overflow: auto;
      position: relative;
      border-bottom: 1px solid #f0f0f0; }
      .news-body .block .news-single-3:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-3 .image {
        overflow: hidden; }
        .news-body .block .news-single-3 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-3 h2 {
        font-size: 18px;
        margin-top: 0;
        line-height: 24px;
        color: #333; }
        .news-body .block .news-single-3 h2 a {
          color: #333; }
      .news-body .block .news-single-3 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-3 .info a {
          color: #999; }
    .news-body .block .news-single-4 {
      padding: 10px;
      display: block;
      overflow: auto;
      position: relative;
      border-bottom: 1px solid #f0f0f0; }
      .news-body .block .news-single-4:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-4 .content {
        overflow: hidden; }
      .news-body .block .news-single-4 .image {
        max-width: 82px;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
        overflow: hidden; }
        .news-body .block .news-single-4 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-4 h2 {
        font-size: 18px;
        margin-top: 0;
        line-height: 24px;
        color: #333; }
        .news-body .block .news-single-4 h2 a {
          color: #333; }
      .news-body .block .news-single-4 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-4 .info a {
          color: #999; }
  .news-body .news-single-4:first-of-type .image {
    max-width: 100%; }
  .news-body .news-single-4:first-of-type .content {
    overflow: initial; }
  .news-body .home-sidebar .block {
    padding-bottom: 10px; }
    .news-body .home-sidebar .block ul {
      padding-left: 0;
      list-style: none;
      padding: 15px 15px 0 15px; }
      .news-body .home-sidebar .block ul li {
        padding: 3px 0; }
        .news-body .home-sidebar .block ul li a {
          display: block;
          color: #666;
          font-size: 14px;
          line-height: 22px; }
      .news-body .home-sidebar .block ul li.cat-item {
        padding: 0; }
        .news-body .home-sidebar .block ul li.cat-item a {
          line-height: 28px; }
    .news-body .home-sidebar .block .tag-cloud {
      padding-left: 15px; }
      .news-body .home-sidebar .block .tag-cloud a {
        display: inline-block;
        padding: 6px 12px;
        border: 1px solid #f0f0f0;
        margin-top: 5px;
        color: #666;
        text-transform: lowercase; }
        .news-body .home-sidebar .block .tag-cloud a:hover {
          color: #333;
          border-radius: 8px; }
    .news-body .home-sidebar .block .video {
      padding: 10px;
      padding-bottom: 0; }
    .news-body .home-sidebar .block .trending {
      padding: 10px; }
      .news-body .home-sidebar .block .trending:hover .image img {
        transform: scale(1.2); }
      .news-body .home-sidebar .block .trending .image {
        overflow: hidden; }
        .news-body .home-sidebar .block .trending .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .home-sidebar .block .trending h2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
        color: #333; }
        .news-body .home-sidebar .block .trending h2 a {
          color: #333; }
      .news-body .home-sidebar .block .trending .info {
        font-size: 11px;
        color: #999;
        text-transform: uppercase; }
  .news-body .home-sidebar .newsletter {
     
    padding: 15px; }
    .news-body .home-sidebar .newsletter label {color: #333;}
    .news-body .home-sidebar .newsletter h2 {
      color: #333;
      margin: 0;
      font-size: 20px;
      text-transform: uppercase; }
    .news-body .home-sidebar .newsletter p {
      color: #999;
      margin-top: 10px; }
    .news-body .home-sidebar .newsletter:hover a{text-decoration:underline;}
    .news-body .home-sidebar .newsletter a{color:#fff;}
	.news-body .home-sidebar .newsletter .form-control {
      background: #fff;
      border-radius: 0;
      border-color: #999;
      color: #333; }
      .news-body .home-sidebar .newsletter .form-control:focus {
        border-color: #333; }
    .news-body .home-sidebar .newsletter .btn-dark {
      margin-top: 10px;
      background: #222;
      color: #999;
      text-transform: uppercase; }
      .news-body .home-sidebar .newsletter .btn-dark:hover {
        border-color: #444; }
  .news-body .home-sidebar .social-media .col-xs-3 {width:12%; padding:0;}
  .news-body .home-sidebar .social-media {
    display: block; }
    .news-body .home-sidebar .social-media .social-icon {
     background: #0094ca;height: 30px;width: 30px; margin-top: 20px;
      overflow: hidden;     transition: all 0.4s ease-in-out; border-radius:50%; border:1px dotted #0094ca;}
      .news-body .home-sidebar .social-media .social-icon:hover { background: #fff; border:1px dotted #0094ca;}
	  .footer-info .social-media{overflow:auto;}
      .news-body .home-sidebar .social-media .social-icon:hover i.fa-facebook,.footer-info .social-media .social-icon:hover i.fa-facebook{color:#3b5998;}
	  .news-body .home-sidebar .social-media .social-icon:hover i.fa-twitter,.footer-info .social-media .social-icon:hover i.fa-twitter{color: #35cbfe;}
	  .news-body .home-sidebar .social-media .social-icon:hover i.fa-google-plus,.footer-info .social-media .social-icon:hover i.fa-google-plus{color: #d34836;}
	  .news-body .home-sidebar .social-media .social-icon:hover i.fa-linkedin,.footer-info .social-media .social-icon:hover i.fa-linkedin{color: #0e76a8;}
	   .news-body .home-sidebar .social-media .social-icon:hover i.fa-youtube-play,.footer-info .social-media .social-icon:hover i.fa-youtube-play{color:#de2824;}
	   .news-body .home-sidebar .social-media .social-icon:hover i.fa-pinterest-p,.footer-info .social-media .social-icon:hover i.fa-pinterest-p{color:#C92228;}
	   .news-body .home-sidebar .social-media .social-icon:hover i.fa-tumblr,.footer-info .social-media .social-icon:hover i.fa-tumblr{color:#34526f;}
	   .news-body .home-sidebar .social-media .social-icon:hover i.fa-reddit,.footer-info .social-media .social-icon:hover i.fa-reddit{color:#ff4301;}
	   .news-body .home-sidebar .social-media .social-icon:hover i.fa-instagram,.footer-info .social-media .social-icon:hover i.fa-instagram{  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);} 
  .news-body .home-sidebar .social-media .social-icon:hover i.fa-vk,.footer-info .social-media .social-icon:hover i.fa-vk{  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);}
      .news-body .home-sidebar .social-media .social-icon:hover i.fa{
          font-size:2rem;}
      .news-body .home-sidebar .social-media .social-icon:after {
        content: '';
        clear: both; }
      .news-body .home-sidebar .social-media .social-icon i {
        float: left;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px; 
        position: relative; }
 
      .news-body .home-sidebar .social-media .social-icon p {
        padding: 3px 0;
        font-size: 13px;
        line-height: 16px;
        color: #999; }
		
		.footer-info .social-media .social-icon i {  float: left;
        width: 40px;
        height: 40px;
        color: #dcecf2;
        text-align: center;
        line-height: 40px; 
        position: relative; }
		
.homepage-featured-item {
    position: relative;    padding-bottom: 0;    background-position: top left;    max-height: 800px;}
.homepage-featured-item {
    background-image: url(../../img2018/images/shape-bg-feature-dot.gif);
    overflow: hidden;
}
.homepage-featured-item__image {
    float: right;    max-width: 678px;}
.homepage-featured-item__image {
    display: block;}
 
.homepage-featured-item__callout h2 {font-size: 40px; font-family:georgia;}
.homepage-featured-item__callout {
        background-color: #fff;    margin: 0;
    position: absolute;    top: 23%;    left: 6%;
    width: 33%;    padding: 70px 30px;    text-align: left;    border-bottom: 2px solid #0094ca;}
/*:::::Footer::::::*/
footer {
  /*----------Copyright---------*/ }
  footer .footer-info {
		background: #0094ca;
	border-top: 1px solid #49b3da;
	margin-top: 30px;
	padding: 0 30px 30px;
	color: #fff; font-weight:300;  font-size: 13px;
font-size: 1.3rem;}
	  
    footer .footer-info .single {
      margin-top: 30px; }
      footer .footer-info .single .logo {
        max-width: 200px;
        margin-bottom: 10px;
        display: block; }
      footer .footer-info .single .single-title {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px; text-transform:uppercase;}
      footer .footer-info .single ul {
        margin: 0;
        padding: 0; }
        footer .footer-info .single ul li a {
          display: block;
          line-height: 28px;
          color: #fff; }
          footer .footer-info .single ul li a:hover {
            color: #333; }
      footer .footer-info .single .gallery li {
        width: 32%; }
        footer .footer-info .single .gallery li img {
          transition: all 0.4s ease-in-out; }
          footer .footer-info .single .gallery li img:hover {
            border-radius: 10px; }
      footer .footer-info .single .block {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px; }
        footer .footer-info .single .block:hover .image img {
          transform: scale(1.2); }
        footer .footer-info .single .block:after {
          clear: both;
          content: '';
          display: block; }
        footer .footer-info .single .block:last-child {
          border-bottom: none; }
        footer .footer-info .single .block .image {
          max-width: 60px;
          float: left;
          margin-right: 10px;
          overflow: hidden; }
          footer .footer-info .single .block .image img {
            margin-top: 5px;
            transition: all 0.4s ease-in-out; }
        footer .footer-info .single .block h2 {
          margin: 0;
          padding-top: 0;
          font-size: 14px;
          line-height: 20px;
          color: #fff; }
          footer .footer-info .single .block h2 a {
            color: #fff; }
        footer .footer-info .single .block .info {
          color: #fff; }
          footer .footer-info .single .block .info i {
            color: #fff; }
  footer .copyright {
    background: #f0f0f0;
    padding: 0 0; }
    footer .copyright h6 {
      font-size: 13px;
      color: #666; }
      footer .copyright h6 a {
        color: #333; }

/*:::::::Inner Page:::::::*/
.breadcrumb {
  margin: 0;
  background: none; }
  .breadcrumb li a {
    color: #333; }
  .breadcrumb li + li:before {
    content: '\f105';
    font-family: FontAwesome; }

/*------------Category Single---------*/
.category-single {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  overflow: auto; }
  .category-single:hover .image img {
    transform: scale(1.2); }
  .category-single:last-of-type {
    border-bottom: none; }
  .category-single .image {
    float: left;
    overflow: hidden;
    margin-right: 15px; }
    .category-single .image img {
      transition: all 0.4s ease-in-out; }
  .category-single .content .title {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #333; }
    .category-single .content .title a {
      color: #333; }
  .category-single .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .category-single .content p {
    font-size: 14px;
    line-height: 23px;
    color: #666; }
  .category-single .content .social-share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #999; }
    .category-single .content .social-share li a:hover {
      color: #333;
      border-radius: 5px; }
	  
@media (max-width: 767px) { 
 .hidden-custom-xs {
    display: visible !important;}
	.main-menu .search{float:none !important;max-width: 100%;}
	
	
	 .homepage-featured-item__callout{ position: initial;  padding: 10px 0; width: 100%;}
.homepage-featured-item__image img{max-width:100%;height:auto;}
	} 
	
@media (min-width: 768px) {
	    .main-menu .search .search-form {
      position: absolute;
      bottom: -100%;
      right: 0;
      width: 200px;
      transition: all 0.4s ease-in-out;
      transform: translate(0, -10px);
      opacity: 0;
      visibility: hidden; }
 .hidden-custom-xs {
    display: none !important;  }
    .category-single .image {
      max-width: 350px; }
    .category-single .content {
      overflow: hidden; }
    .category-single .video {
      position: relative;
      min-height: 1px;
      width: 350px;
      float: left;
      margin-right: 15px;
      padding-top: 5px; }
		
  .navbar-collapse {
    padding: 0; }

  .navbar-nav > li > a {
      }

  .navbar-nav > li:first-child a {
 }

  .navbar-nav > li:first-child a:before {
     }

  .navbar-nav > li.active:first-child a:before {
     }

  .dropdown-menu .dropdown-menu {
    transform: translate(5px, 0); }
	
	
	  }
@media (max-width: 435px){
	.emag-mag {background-position:-129px;}
	.emag-mag .single-post .content{position:absolute;left:0;    right:0;}
	.main-slider .carousel-caption h5,.main-slider .carousel-caption p{display:none;}
	.main-slider .carousel-caption{  padding:2rem 0;    }
	.main-slider .carousel-caption h2{font-size: 1.5rem;line-height: 3rem; }
	.navbar-toggle{margin-right: -4px;
margin-bottom: 0px;margin-top: -31px;}
.menu-trigger i#baseexpand{line-height: 40px;width: 29px;font-size: 24px;}
	.top-info .col-sm-4{padding-right: 0;
padding-left: 0; width: 100%;}
	.top-info .pull-right {float:none !important; }
	.top-info .top-social{margin-bottom:0; border-radius: 0;}
	.top-info .top-social ul{}
	.top-info .top-social ul li{width: 49%;}
 
	.logo-ad .logobg {  background: #fff url("../../img2016/img/bg360.jpg") no-repeat top right;
    min-height: 100px;   width: 100%;    line-height: 100px;}
	.logo-ad .top-banner {
    background: #fff; min-height: 100px;  
}.top-banner .logobig{background: transparent url("../../img2016/img/logo200.png") no-repeat 6%;
height: 100px;min-height: 100px;}
	ul.navbar-right{/*display:none !important;*/}
	
 .navbar-right li.follow:hover ul.nav-follow {display:block; left: 60px;  transition: all 10s ease-out;  }
	.navbar-right ul.nav-follow li a {      padding: 5px 10px;  }
	
footer .footer-info .col-sm-6{    width: 50%;    float: left;}
	
}
/*::::Pagination::::*/
.my-pagination {
  padding: 15px;
  display: block; }
  .my-pagination .pagination > li > a, .my-pagination .pagination > li > span {
    margin-right: 5px;
    color: #666; }
  .my-pagination .pagination > .active > a, .my-pagination .pagination > .active > span, .my-pagination .pagination > .active > a:hover, .my-pagination .pagination > .active > span:hover, .my-pagination .pagination > .active > a:focus, .my-pagination .pagination > .active > span:focus {
    background: #333;
    border-color: #333;
    color: #fff; }

/*--------------Single Page------------*/
.single-post {
  padding: 15px;
  display: block;
  overflow: auto; }
  .single-post:hover .image img {
    transform: scale(1.2); }
  .single-post .image {
    float: none;
    overflow: hidden;
    margin-right: 15px; }
    .single-post .image img {
      transition: all 0.4s ease-in-out;
      max-width: 100%; }
  .single-post .content .title {
    margin: 0;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
    color: #333; }
    .single-post .content .title a {
      color: #333; }
  .single-post .content .user-content {
    font-size: 14px;
    line-height: 22px;
    color: #666; }
    .single-post .content .user-content a {
      color: #333;
      border-bottom: 1px dotted #999; }
    .single-post .content .user-content img {
      max-width: 100%;
      float: left;
      margin-right: 15px; }
    .single-post .content .user-content ul {
      list-style: none;
      padding-left: 0; }
      .single-post .content .user-content ul li {
        display: block; }
        .single-post .content .user-content ul li:before {
          font-family: fontAwesome;
          content: '\f105';
          padding-right: 5px; }
  .single-post .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .single-post .content p {
    font-size: 14px;
    line-height: 23px;
    color: #666; }
  .single-post .content .tags li a {
    color: #999; }
    .single-post .content .tags li a:hover {
      border-bottom: 1px dotted #999; }
    .single-post .content .tags li a i {
      color: #333; }
  .single-post .content .share-icons {
    margin-top: 30px;
    background: #f0f0f0;
    display: block; }
    .single-post .content .share-icons h3 {
      font-size: 20px;
      float: left;
      margin: 0;
      padding: 6px;
      background: #333;
      color: #fff; }
    .single-post .content .share-icons .social-share li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .single-post .content .share-icons .social-share li a {
        display: block;
        padding: 6px 10px;
        text-align: center;
        border: 1px solid #f0f0f0;
        color: #999;
        text-transform: uppercase; }
        .single-post .content .share-icons .social-share li a:hover {
          color: #333;
          border-radius: 5px; }

/*------------Comment Single---------*/
.comment-single {
  padding: 15px;
  overflow: auto;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px; }
  .comment-single:first-of-type {
    border-top: none; }
  .comment-single .image {
    float: left;
    max-width: 60px;
    margin-right: 15px; }
    .comment-single .image img {
      max-width: 100%;
      border-radius: 4px;
      border: 1px solid #f0f0f0; }
  .comment-single .content {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .comment-single .content h6 {
      margin: 0;
      padding: 0;
      display: block; }
    .comment-single .content h3 {
      font-size: 18px;
      margin-bottom: 0; }
    .comment-single .content p {
      font-size: 13px;
      line-height: 20px; }
    .comment-single .content .comment-reply {
      color: #666;
      border: 1px solid #f0f0f0;
      padding: 3px 10px;
      border-radius: 4px; }

/*:::::Leave a comments:::::::::::*/
.leave-comments {
  padding: 15px; }
  .leave-comments .form-control {
    margin-top: 30px;
    max-width: 500px; }
  .leave-comments textarea.form-control {
    max-width: 100%; }
  .leave-comments .btn {
    margin-top: 30px;
    background: #333;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase; }
    .leave-comments .btn:hover {
      background: #111; }

/*::::::Not Found:::::*/
.not-found {
  padding: 15px; }
  .not-found .form-control {
    max-width: 500px; }
	
div.menu-trigger {float: left; }
 
.menu-trigger i {line-height: 38px;width: 50px;color: rgb(255, 255, 255);font-size: 25px;text-align: center;cursor: pointer; }
/*-multilevel menu css-*/


#menu{position: fixed; top:0;  overflow-y:scroll;
}

.sticky-top{top: 41px !important;}
.mlpm_w .social-media{overflow: auto;}
.mlpm_w .social-media .col-xs-3{ width:20%;}

 .mlpm_w {
	position: absolute;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	background: #0094ca;
	width: auto;
	min-height: 100%;
	font-size: 1.3rem;
	zoom: 1;
}

.mlpm_w .ltr {
	margin-left: -100%;
	left: 0;
	-moz-box-shadow: 5px 0 5px -5px #870000;
	-webkit-box-shadow: 5px 0 5px -5px #870000;
	box-shadow: 5px 0 5px -5px #870000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#870000,direction=90,strength=2);
}

.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
	-moz-box-shadow: 5px 0 5px 5px #870000;
	-webkit-box-shadow: 5px 0 5px 5px #870000;
	box-shadow: 5px 0 5px 5px #870000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#870000,direction=270,strength=2);
}

.mlpm_w .mlpm_inactive {
	background: #ba0011;
}

.mlpm_w h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	padding: 0 .4em 0 .4em;
}

.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlpm_w li {
	cursor: pointer;
	border-top: 1px solid #00a2dd;
	padding: .4em .4em .4em .4em;
}

.mlpm_w li:last-child {
	border-bottom: 1px solid #00a2dd;
}

.mlpm_w li:hover {
	background-color: #00a2dd;
}

.mlpm_w a {
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1em;
	padding: .2em .2em;
	text-decoration: none;
	color: #fff;    text-transform: uppercase;
 }

.mlpm_w a:hover {
	color: #ffe;
}

.mlpm_w .backItemClass {
	display: block;
	padding: .4em .4em .4em .4em;
	background: #00a2dd;
	border-top: 1px solid #00a2dd;
}

.mlpm_w .floatRight {
	float: right;
}

.mlpm_w .floatLeft {
	float: left;
}

.mlpm_w .cursorPointer {
	cursor: pointer;margin-right: 33px;
}

.mlpm_w .iconSpacing_ltr {
	padding: 0 .4em 0 0;
}

.mlpm_w .iconSpacing_rtl {
	padding: 0 0 0 .4em;
}


.mlpm_w .block .social-media{overflow: auto; z-index:-1; margin:5px;}
.mlpm_w .block .col-xs-3 {width:16%; padding:0;  }
.mlpm_w .block .col-xs-3 .social-icon a{padding:.3em;}
.mlpm_w .block .col-xs-3 .social-icon i{background: #fff;
color: #0094ca;
border-radius: 50%;
width: 30px;
color: #0094ca;
height: 30px;
text-align: center;
line-height: 29px;}

/* Media Kit */
.storyintro .process-interactive{border:0 solid rgba(255,255,255,1);color:#545050;border-radius:0}.storyintro h2{font-size:37px}.textintro{height:900px;position:relative;z-index:1000}.textintro .col-md-4{padding:0!important}.textintro .col-md-8 p{margin:0 0 25px;text-align:justify}.textintro .col-md-8{padding-left:0!important;background:rgb(240,240,240) none repeat scroll 0% 0%}.textintro .textbox{padding:47px 30px;float:right;background:rgba(172,162,152,1);font-size:30px;color:#fff;margin-right:-20px;z-index:1001;position:relative}

.call-to-action {    padding: 15px;    color: #eeeeee;    font-size: 18px;    position: relative;}.main-bg {background: #0094ca;;} .btn-large-padding{ padding: 25px 35px !important; display: block; margin-bottom:30px;}




 
/*# sourceMappingURL=style.css.map */
