﻿.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}



.top-icon .aio-icon-header h3.aio-icon-title {
    margin: 5px 0 5px !important;
}
.aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    font-size: 15px !important;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.aio-icon-box.top-icon {
    text-align: center;
    box-shadow: -1px 1px 5px 4px rgba(0,0,0,0.22) ;
    -webkit-box-shadow: -1px 1px 5px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: -1px 1px 5px 4px rgba(0,0,0,0.22);
        background: #fff;
        padding-top: 20px;
}

.sub-nav {
   
    background: #f7f7f7 url(../image/mainbg.jpg) repeat fixed left top !important;
}

body .swanky {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


body .swanky_title {
  float: right;
  text-align: left;
  width: 400px;
  color: white;
  position: relative;
  top: 70px;
}
body .swanky_title__social a {
  position: relative;
  overflow: hidden;
  width: 140px;
  margin-right: 15px;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  height: 40px;
  border: 2px solid white;
  float: left;
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
body .swanky_title__social a .slide {
  height: 45px;
  width: 100px;
  float: left;
  position: absolute;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  left: -120px;
  transition-property: left;
  transition-duration: .2s;
  background: white;
}
body .swanky_title__social a .slide .arrow {
  position: absolute;
  right: 31px;
  top: 24px;
  opacity: 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
body .swanky_title__social a .slide .arrow .stem {
  width: 10px;
  height: 2px;
  background: #858490;
}
body .swanky_title__social a .slide .arrow .point {
  width: 6px;
  height: 6px;
  border-right: 2px solid #858490;
  top: -3px;
  right: 1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #858490;
}
body .swanky_title__social a img {
  width: 16px;
  margin-left: 10px;
  position: relative;
  margin-right: 8px;
  transition-property: margin-left;
  transition-duration: .1s;
  margin-top: 10px;
  top: 4px;
}
body .swanky_title__social a:hover > .slide {
  left: -70px;
  transition-property: left;
  transition-duration: .1s;
}
body .swanky_title__social a:hover > img {
  margin-left: 40px;
  transition-property: margin-left;
  transition-duration: .1s;
}
body .swanky_title__social a:hover > .slide .arrow {
  right: 11px;
  opacity: 1;
  transition-property: right,opacity;
  transition-delay: .07s;
  transition-duration: .2s;
}
body .swanky .intro {
  float: right;
  color: white;
  width: 370px;
  top: 50px;
  position: relative;
}
body .swanky .intro h1 {
  text-shadow: 0px 2px rgba(0, 0, 0, 0.26);
}
body .swanky .intro p {
  line-height: 20px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.26);
}
body .swanky_wrapper {
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  background: #4a8f00;
}
body .swanky_wrapper label {
  padding: 5px 12px;
  float: left;
  
  border-bottom: 1px solid #3e7305;
  position: relative;
  width: 100%;
  color: #eff4fa;
  transition: text-indent .15s, height .3s;
  box-sizing: border-box;
}
body .swanky_wrapper label img {
     margin-right: 10px;
    position: relative;
    top: 3px;
    width: 23px;
}
body .swanky_wrapper label span {
  position: relative;
  top: -3px;
}
body .swanky_wrapper label:hover {
  background: #3e7305;
  border-bottom: 1px solid #3e7305;
  text-indent: 4px;
}
body .swanky_wrapper label:hover .bar {
  width: 100%;
}
body .swanky_wrapper label .bar {
  width: 0px;
  transition: width .15s;
  height: 2px;
  position: absolute;
  display: block;
  background: #355789;
  bottom: 0;
  left: 0;
}
body .swanky_wrapper label .lil_arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid white;
  border-right: 2px solid white;
  float: right;
  position: relative;
  top: 13px;
  right: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
              display: none;
}
body .swanky_wrapper__content {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 0;
  width: 100%;
}
body .swanky_wrapper__content li {
  width: 100%;
  opacity: 0;
  left: -100%;
  background: #15a4fa;
  padding: 25px 0px;
  text-indent: 25px;
  box-shadow: 0px 0px #126CA1  inset;
  transition: box-shadow .3s,text-indent .3s;
  position: relative;
}
body .swanky_wrapper__content li:hover {
  background: #0c93e4;
  box-shadow: 3px 0px #126CA1  inset;
  transition: box-shadow .3s linear,text-indent .3s linear;
  text-indent: 31px;
}
body .swanky_wrapper__content .clear {
  clear: both;
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a, .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a * {
    color: #ffffff !important;
   
}

#phantom {
    background: #f7f7f7 url(../image/mainbg.jpg) repeat fixed left top !important;
}
b, strong {
    font-weight: 700;
    color: #4a8f00 !important;
}

.sidebar-content .widget-title {
    color: #4a8f00;
    text-align: center;
    font: normal 600 22px / 26px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    border: 1px solid #4a8f00;
    padding: 6px;
}

.headingcont {
     border: 1px solid #4a8f00;
    padding: 6px;
    text-align:center;
}