/* 	
	01 STANDAR CSS 
	02 HEADER CSS 
	03 SLIDER CSS 
	04 MAGAZINE CSS 
	05 GALLERY CSS 
	06 BLOG CSS 
	07 SIDEBAR WIDGET CSS 
	08 FOOTER WIDGET CSS 
	09 MONSTER WIDGET CSS 
	10 SINGLE CSS 
	11 w8 SHORTCODE CSS 
*/
/* 01 STANDAR CSS */
body {
  font-family: 'Open Sans';
  color: #707070;
  font-size: 13px;
  background-color: #c03030;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald';
  line-height: 1.3;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  color: #404040;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #f29f24;
  text-decoration: none;
}
a:active span {
  text-decoration: none;
}
img,
iframe,
input {
  max-width: 100%;
}
a > img {
  vertical-align: bottom;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
code {
  white-space: normal;
}
table {
  margin-bottom: 20px;
  width: 100%;
}
tr.alternate {
  background-color: #FAFAFA;
}
th {
  font-weight: bold;
  text-align: left;
}
th,
td {
  border-bottom: 1px solid #EEEEEE;
  padding: 5px 0;
}
blockquote,
blockquote p {
  color: #777777;
  font-family: Georgia,serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}
blockquote cite {
  color: #555555;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 10px;
}
label,
legend {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #DDDDDD;
  color: #666666;
  font: 13px/22px 'Open Sans', Arial, sans-serif;
  max-width: 100%;
  padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #FAFAFA;
  box-shadow: none;
}
fieldset {
  border: 1px solid #EEEEEE;
  padding: 20px;
}
ul,
ol {
  margin: 0 0 20px;
}
li {
  line-height: 1.6;
}
dt {
  margin-bottom: 6px;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.wp-caption {
  background: none repeat scroll 0 0 #FCFCFC;
  border: 1px solid #EEEEEE;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
  max-width: 100%;
}
.wp-caption-text {
  color: #888888;
  font-size: 11px;
  margin: 10px 0;
  max-width: 100%;
}
/* STANDARD CLASS */
.wa-spacing-20 {
  height: 20px;
}
.wa-spacing-30 {
  height: 30px;
}
.wa-spacing-40 {
  height: 30px;
}
.full_100 {
  width: 100%;
}
.full_box {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
}
.full_box.boxed {
  max-width: 1260px;
  margin: 15px auto;
}
.wa-ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar {
  margin-left: 15px;
}
.center-y {
  vertical-align: middle;
}
.wa-big-element {
  margin-bottom: 40px;
}
.wa-small-element {
  margin-bottom: 40px;
}
/* DIVIDED */
.divider {
  clear: both;
  display: block;
  margin: 0px 0 20px 0;
  z-index: 445;
}
.divider_normal {
  border-bottom: 1px solid #EEEEEE;
}
/* STANDARD CLASS ENDS */
.wa-container {
  width: 100%;
}
.wa-container .wa-row {
  margin: 0 10px;
}
.wa-container .wa-row .wa-one-half {
  padding: 0 10px;
  width: 50%;
  float: left;
}
.wa-overflow {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.wa-overflow img {
  max-width: 100%;
}
/* BUTTON */
.wa-button {
  background-color: #f29f24;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  nowhitespace: afterproperty;
  text-align: center;
  margin: 0 3px 3px 0;
}
.wa-button span.wa-button-inner {
  display: block;
  color: #EAEAEA;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.wa-button:hover span.wa-button-inner {
  background-color: #606060;
  border: #606060;
  color: #FFFFFF;
}
/* ENDS 01 STANDAR CSS */
/* 02 HEADER CSS */
.wa-top-container {
  padding: 0px 0 23px 0;
}
.header_section {
  padding-top: 25px;
}
/* TIME */
.wa-top-time {
  font-weight: bold;
  color: #f29f24;
  text-transform: uppercase;
}
.wa-top-time i {
  margin-right: 3px;
  font-size: 18px;
}
/* header container */
.wa-header-container {
  margin-bottom: 10px;
}
/* header logo */
.wa-header-logo .h1 {
  margin-top: 0px;
  font-size: 44px;
  font-weight: bold;
  color: #363636;
  line-height: 1;
  margin-bottom: 5px;
}
.wa-header-logo span {
  margin-bottom: 0px;
  color: #aaaaaa;
}
/* MENU TOP */
.wa-ul-menu-top {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-menu-top li {
  display: inline-block;
  margin-right: 6px;
}
.wa-ul-menu-top li:last-child {
  margin-right: 0px;
}
.wa-ul-menu-top li:after {
  content: '/';
  margin-left: 6px;
  color: #9b9b9b;
  font-size: 13px;
}
.wa-ul-menu-top li:last-child:after {
  content: '';
  margin-left: 0px;
}
.wa-ul-menu-top li a {
  color: #9b9b9b;
  font-size: 13px;
}
.wa-ul-menu-top li a:hover {
  color: #676767;
}
/* MAIN MENU */
#id_menu-sticky-wrapper.is-sticky {
  background-color: #ffffff;
  z-index: 9999;
}
#id_menu-sticky-wrapper.is-sticky #id_menu {
  width: 100%;
  max-width: 1260px;
  background-color: #ffffff;
  z-index: 9999;
  border-bottom: 1px solid #E9E9E9;
  position: absolute;
}
#id_menu {
  margin-bottom: 0px;
}
#id_menu .navbar {
  margin-bottom: 0px;
}
#id_menu .sf-menu > li > a {
  font-size: 18px;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #505050;
  cursor: pointer;
}
#id_menu .sf-menu li ul,
#id_menu .sf-menu > li > ul > li > ul > li ul {
  padding: 5px 0 15px;
  background-color: #202020;
  margin-top: -5px;
}
#id_menu .sf-menu li ul li a {
  color: #6f6f6f;
  margin: 0 1em;
  border-bottom: 1px solid #2a2a2a;
  padding: 0.75em 0;
}
#id_menu .sf-menu > li {
  background: transparent;
  margin-right: 10px;
}
#id_menu .sf-menu > .sfHover > a {
  color: #212121;
}
#id_menu .sf-menu > .sfHover > a > .wa-plus:after,
#id_menu .sf-menu > li:hover > a > .wa-plus:after {
  background: url('../../images/default-image/plus_icon.png') no-repeat center bottom;
}
#id_menu .sf-menu > li > a {
  padding-left: 0px;
  background-color: transparent;
}
#id_menu .sf-menu li a:hover {
  color: #f29f24;
}
#id_menu .sf-menu > li > a:hover {
  color: #202020;
}
#id_menu .sf-menu {
  background-color: transparent;
  border: 0px solid #000000;
}
#id_menu .sf-menu li a .wa-plus {
  float: right;
}
#id_menu .sf-menu li a .wa-plus:after {
  margin-top: -22px;
  font-family: 'PT Sans';
  content: " ";
  width: 17px;
  height: 17px;
  background: url('../../images/default-image/plus_icon.png') no-repeat center top;
  color: #9d9b9b;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
  display: block;
}
#id_menu .sf-menu li li a .wa-plus:after {
  margin-top: -18px !important;
  -webkit-margin-before: 3px !important;
}
#id_menu .sf-menu li a:hover .wa-plus:after {
  background: url('../../images/default-image/plus_icon.png') no-repeat center bottom;
  color: #9d9b9b;
}
#id_menu .sf-menu li ul li a .wa-plus:after {
  background: url('../../images/default-image/plus_icon_sub.png') no-repeat center top;
}
#id_menu .sf-menu li ul li a:hover .wa-plus:after {
  background: url('../../images/default-image/plus_icon_sub.png') no-repeat center bottom;
}
#id_menu .sf-menu li.current-menu-item > a {
  color: #f29f24;
}
.wa-search-container {
  position: absolute;
  float: right;
  right: 15px;
  top: 0px;
}
.wa-search-top-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wa-search-top-form-container {
  display: none;
  margin: 20px 0;
  position: absolute;
  z-index: 300;
  right: 0px;
  top: 26px;
}
.wa-search-top-form-container form input[type="text"] {
  max-width: 100%;
  border: 1px solid #404040;
  background-color: #404040;
  color: #a1a1a1;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
}
.wa-search-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  padding: 8px 12px;
}
.wa-search-btn i {
  color: #d1d1d1;
}
.wa-search-btn:hover {
  border-color: #404040;
}
.wa-search-btn:hover i {
  color: #404040;
}
/* TICKER */
.ticker-news-container:before {
  content: '';
  width: 100%;
  height: 3px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  top: 15px;
  z-index: 9;
}
.ticker-news-container:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  top: 19px;
  z-index: 9;
}
.ticker-news-container {
  position: relative;
}
.ticker-news-container .ticker-news {
  position: relative;
  z-index: 201;
  background-color: #ffffff;
  line-height: 37px;
  width: 100%;
  height: 37px;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ticker-news-container .ticker-news .headline-news-title {
  color: #ffffff;
  background-color: #f29f24;
  padding: 0;
  display: inline-block;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  width: 120px;
  float: left;
  margin-right: 0px;
  text-transform: uppercase;
  text-align: center;
  height: 38px;
  z-index: 202;
  position: relative;
}
.ticker-news-container .ticker-news .marquee-container {
  padding: 0 20px;
  width: 100%;
  float: left;
  position: absolute;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 35px;
}
.ticker-news-container .ticker-news .marquee-with-options {
  overflow: hidden;
  max-width: 1200px;
  background-color: #ffffff;
  margin-left: 120px;
  z-index: 201;
}
.ticker-news-container .ticker-news .marquee-with-options ul {
  width: 100%;
  position: relative;
  z-index: 102;
  margin: 0 15px;
}
.ticker-news-container .ticker-news .marquee-with-options ul li {
  line-height: 35px;
}
.ticker-news-container .ticker-news .marquee-with-options ul li a {
  font-size: 13px;
  color: #606060;
}
.ticker-news-container .ticker-news .marquee-with-options ul li a:hover {
  color: #f29f24;
}
.ticker-news-container .ticker-news .marquee-with-options ul li span {
  color: #d0d0d0;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 40px;
}
/* FLYING TOP */
.wa-flying-top {
  position: relative;
  top: -17px;
  margin-bottom: -17px;
}
/* ENDS 02 HEADER CSS */
/* 03 SLIDER CSS */
/* SLIDER */
.full_100_bg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#id_slider_big {
  position: relative;
}
#id_slider_big .wa-slider-bg img {
  min-height: 1px;
  max-height: 600px;
}
#id_slider_big .pager-id img {
  max-height: 84px;
}
/* SLIDER BACKGROUND */
.wa-slider-container {
  overflow: hidden;
}
.wa-slider-container .wa-slider-bg {
  position: absolute;
  top: 0px;
  width: 100%;
}
.wa-slider-container .wa-slider-bg img {
  width: 100%;
  display: block;
}
/* SLIDER ITEM */
.wa-slider-container {
  position: relative;
  padding: 0 auto;
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: normal;
}
.wa-slider-container .wa-slider-section {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  position: relative;
  height: 566px;
  overflow: hidden;
  width: 100%;
}
.wa-slider-container .wa-slider-section .wa-slider-list {
  position: absolute;
  height: auto;
  bottom: -200px;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 102;
  opacity: 1;
  width: 100%;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item {
  padding: 0 25px;
  width: 100%;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  position: relative;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title h2 {
  margin-top: 25px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title h2 a {
  color: #ffffff;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title h2 a:hover {
  color: #f29f24;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta {
  color: #ffffff;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: normal;
  min-height: 60px !important;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-date {
  color: #f29f24;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta a {
  color: #f29f24;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta a[rel~="category"] {
  text-transform: uppercase;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation {
  margin-bottom: 25px;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation a.prev,
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation a.next {
  color: #ffffff;
  padding: 4px 10px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  font-size: 11px;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation a.prev {
  margin-right: 5px;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation a.prev:hover,
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta .wa-slider-navigation a.next:hover {
  color: #ffffff;
  border-color: #f29f24;
  background-color: #f29f24;
}
.wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-line-heading {
  border-bottom: 6px solid #f29f24;
  width: 70px;
  position: relative;
  top: 1px;
  height: 3px;
}
.wa-slider-container .wa-slider-section .wa-slider-list.wa-show-up {
  bottom: 0px;
}
.wa-slider-container .pager-id {
  position: relative;
  z-index: 102;
}
.wa-slider-container .pager-id a:nth-child(1) {
  margin-top: 50px;
}
.wa-slider-container .pager-id a,
.wa-slider-container .pager-id a:focus {
  display: block;
  margin-bottom: 10px;
  border: 4px solid #e9edeb;
  outline: none;
  opacity: 0.6;
}
.wa-slider-container .pager-id a.cycle-pager-active {
  border: 4px solid #f29f24;
  display: block;
  outline: none;
  opacity: 1;
}
.wa-slider-container .wa-slider-navigation-id {
  display: none;
}
.wa-slider-container:hover .wa-slider-section .wa-slider-list {
  bottom: 0px;
}
/* SLIDER */
/* ENDS 03 SLIDER CSS */
/* 04 MAGAZINE CSS */
/* FEATURE POST */
.wa-ul-feature-post {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.wa-ul-feature-post li {
  display: inline-block;
  margin-left: 10px;
}
.wa-ul-feature-post li:after {
  content: '/';
  margin-left: 10px;
}
.wa-ul-feature-post li:last-child:after {
  content: '';
}
.wa-ul-feature-post li a {
  color: #a8a8a8;
  text-transform: uppercase;
}
.wa-ul-feature-post li a:hover {
  color: #676767;
}
.wa-feature-post-1-4 {
  width: 100%;
  border: 1px solid #d0d0d0;
  margin-top: 0px;
  padding: 0 0px;
  margin-bottom: 40px;
}
.wa-feature-post-1-4 div {
  max-width: 100%;
}
.wa-feature-post-1-4 .wa-feature-post-div-title {
  padding: 0 15px;
}
.wa-feature-post-1-4 .wa-feature-title {
  position: relative;
  top: -10px;
  margin-left: 15px;
  padding: 0px 10px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #f29f24;
  font-family: 'Oswald';
}
.wa-feature-post-1-4 .wa-feature-post-1-4-container {
  width: 100%;
}
.wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row {
  padding: 0 5px;
}
.wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item {
  padding: 0 10px;
  width: 25%;
  float: left;
  margin-bottom: 13px;
}
.wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item h4 {
  font-size: 14px;
  text-align: center;
}
.wa-feature-post-1-3 {
  width: 100%;
  border: 1px solid #d0d0d0;
  margin-top: 0px;
  padding: 0 0px;
  margin-bottom: 40px;
}
.wa-feature-post-1-3 div {
  max-width: 100%;
}
.wa-feature-post-1-3 .wa-feature-post-div-title {
  padding: 0 10px;
}
.wa-feature-post-1-3 .wa-feature-title {
  position: relative;
  top: -10px;
  margin-left: 10px;
  padding: 0px 10px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #f29f24;
  font-family: 'Oswald';
}
.wa-feature-post-1-3 .wa-feature-post-1-3-container {
  width: 100%;
}
.wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row {
  padding: 0 5px;
}
.wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item {
  padding: 0 5px;
  width: 33.33333333333333%;
  float: left;
  margin-bottom: 10px;
}
.wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item h4 {
  font-size: 14px;
  text-align: center;
}
/* MAGAZINE */
.wa-block-title {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.wa-block-title h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #202020;
  margin-bottom: 7px;
}
.wa-block-title a {
  font-size: 18px;
}
.wa-block-title .wa-line-heading {
  border-bottom: 3px solid #202020;
  width: 50px;
  position: relative;
  top: 1px;
  height: 3px;
}
.wa-block-title .wa-plus-category {
  width: 17px;
  height: 17px;
  background: url('../../images/default-image/plus_icon.png') no-repeat center top;
  display: block;
}
.wa-block-title .wa-plus-category:hover {
  background: url('../../images/default-image/plus_icon.png') no-repeat center bottom;
}
/* POST */
.wa-media {
  position: relative;
  overflow: hidden;
}
.wa-media img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wa-media .wa-media-link {
  display: inline-block;
  width: 30px;
  line-height: 1;
  position: absolute;
  margin: -16px 0 0 -15px;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wa-media .wa-media-link a {
  background-color: transparent;
  font-size: 30px;
  margin-right: 5px;
  display: inline-block;
}
.wa-media .wa-media-link a i {
  color: #ffffff;
}
.wa-media a {
  display: block;
  background-color: #000000;
}
.wa-media:hover .wa-media-link {
  opacity: 1;
}
.wa-media:hover img {
  opacity: 0.3;
  transform: scale(1.1) rotate(2deg);
}
/* BIG POST */
.wa-big-post {
  margin-bottom: 30px;
}
.wa-big-post .wa-post-header h3 {
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 20px;
}
.wa-big-post .wa-post-header h3 a {
  color: #333333;
}
.wa-big-post .wa-post-header h3 a:hover {
  color: #f29f24;
}
.wa-big-post .wa-post-header .entry-meta {
  margin-bottom: 10px;
}
.wa-big-post .wa-post-media {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wa-big-post .wa-post-media .wa-big-media {
  width: 100%;
  position: relative;
}
.wa-big-post .wa-post-media .wa-big-media img,
.wa-big-post .wa-post-media .wa-big-media iframe {
  max-width: 100%;
  width: 100%;
}
.wa-big-post .wa-post-media .wa-big-media-info {
  font-weight: bold;
  width: 65px;
  text-align: center;
  position: absolute;
  right: 0px;
}
.wa-big-post .wa-post-media .wa-big-media-info img {
  height: 65px;
}
.wa-big-post .wa-post-media .wa-big-media-info .fa {
  font-size: 26px;
  line-height: 65px;
  height: 65px;
  color: #606060;
}
.wa-big-post .wa-post-media .wa-big-media-info .wa-post-type {
  background-color: #f3f3f3;
  line-height: 65px;
  vertical-align: middle;
}
.wa-big-post .wa-post-media .wa-big-media-info .wa-post-type,
.wa-big-post .wa-post-media .wa-big-media-info .wa-post-author {
  height: 65px;
}
.wa-big-post .wa-post-media .wa-big-media-info .wa-rating {
  font-family: 'Oswald';
  background-color: #f29f24;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  height: 65px;
  line-height: 65px;
}
.wa-big-post .wa-post-media .wa-big-media-info img,
.wa-big-post .wa-post-media .wa-big-media-info iframe {
  max-width: 100%;
  width: 100%;
}
.wa-big-post .wa-post-media:hover .wa-big-media-info {
  opacity: 0.1;
  background-color: #000000;
}
/* SMALL POST */
.wa-small-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.wa-small-post .wa-post-media {
  margin-right: 12px;
}
.wa-small-post .wa-post-header {
  padding-left: 115px;
}
.wa-small-post .wa-post-header > span {
  margin-bottom: 5px;
  display: block;
}
.wa-small-post .wa-post-header h3 {
  font-size: 14px;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 7px;
}
.wa-small-post .wa-post-header.wa-normal {
  padding-left: 0px;
}
.wa-small-post.wa-small-last {
  margin-bottom: 0px;
}
.wa-block-news-1 .wa-small-post.wa-small-last {
  margin-bottom: 0px;
}
/* entry-meta */
.entry-meta {
  color: #b0b0b0;
}
.entry-meta span {
  margin-right: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: light;
  font-family: 'Oswald';
  font-weight: lighter;
}
.entry-meta span.vcard {
  margin-right: 0px;
}
.entry-meta .fa-calendar-o {
  position: relative;
  top: -2px;
}
.entry-meta a {
  color: #b0b0b0;
  font-weight: light;
  font-family: 'Oswald';
  font-weight: lighter;
}
.entry-meta a:hover {
  color: #f29f24;
}
.entry-meta i {
  margin-right: 4px;
}
.entry-meta i.fa {
  font-size: 12px;
}
/* GALLERY POPUP */
.post_gallery_container img {
  max-width: 100%;
}
.white-popup {
  background-color: #ffffff;
}
/* grid post */
.wa-block-news-recent {
  margin-bottom: 30px;
}
.wa-grid-post {
  margin-bottom: 30px;
}
.wa-grid-post .wa-media {
  float: left;
}
.wa-grid-post .wa-post-media {
  margin-right: 15px;
}
.wa-grid-post .wa-post-header .wa-breadcrumb {
  margin-bottom: 5px;
}
.wa-grid-post .wa-post-header .wa-breadcrumb a {
  color: #f29f24;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: lighter;
}
.wa-grid-post .wa-post-header h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 7px;
}
.wa-grid-post .wa-post-header h3 a {
  color: #333333;
}
.wa-grid-post .wa-post-header h3 a:hover {
  color: #f29f24;
}
.wa-grid-post .wa-post-header .entry-meta {
  margin-bottom: 10px;
}
.wa-grid-post .wa-post-button {
  padding-top: 10px;
}
.wa-grid-post-big-image {
  margin-bottom: 30px;
}
.wa-grid-post-big-image .wa-post-media {
  margin-bottom: 10px;
}
.wa-grid-post-big-image .wa-post-media img {
  width: 100%;
}
.wa-grid-post-big-image .wa-post-header .wa-breadcrumb {
  margin-bottom: 5px;
}
.wa-grid-post-big-image .wa-post-header .wa-breadcrumb a {
  color: #f29f24;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: lighter;
}
.wa-grid-post-big-image .wa-post-header h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 7px;
}
.wa-grid-post-big-image .wa-post-header h3 a {
  color: #333333;
}
.wa-grid-post-big-image .wa-post-header h3 a:hover {
  color: #f29f24;
}
.wa-grid-post-big-image .wa-post-header .entry-meta {
  margin-bottom: 10px;
}
.wa-grid-post-big-image .wa-post-button {
  padding-top: 10px;
}
.wa-grid-gallery {
  margin-bottom: 30px;
}
.wa-grid-gallery .wa-media {
  float: left;
}
.wa-grid-gallery .wa-post-media {
  margin-right: 15px;
}
.wa-grid-gallery .wa-post-header .wa-gallery-type {
  font-size: 26px;
  margin-bottom: 13px;
  line-height: 1;
  color: #606060;
}
.wa-grid-gallery .wa-post-header .wa-gallery-type .wa-line-heading {
  padding-top: 10px;
  border-bottom: 1px solid #d0d0d0;
  height: 1px;
  position: relative;
  top: 1px;
  width: 28px;
}
.wa-grid-gallery .wa-post-header .wa-breadcrumb {
  margin-bottom: 5px;
}
.wa-grid-gallery .wa-post-header .wa-breadcrumb a {
  color: #f29f24;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: lighter;
}
.wa-grid-gallery .wa-post-header h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 7px;
}
.wa-grid-gallery .wa-post-header h3 a {
  color: #333333;
}
.wa-grid-gallery .wa-post-header h3 a:hover {
  color: #f29f24;
}
.wa-grid-gallery .wa-post-header .entry-meta {
  margin-bottom: 10px;
}
.wa-grid-gallery .wa-post-button {
  padding-top: 20px;
}
.side-4-container {
  padding: 0 -5px;
  width: 100%;
}
.side-4-container .side-4-row {
  min-height: 1;
  margin: 0 -5px;
}
.side-4-container .side-4-row .side-4-item {
  margin-top: 20px;
  width: 25%;
  float: left;
  position: relative;
  padding: 0 5px;
}
.side-4-container .side-4-row .side-4-item img {
  width: 100%;
}
.side-4-container .side-4-row .side-4-item .wa-big-post .wa-post-header h3 {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
.side-4-container .side-4-row .side-4-item.mt_0 {
  margin-top: 0px;
}
/* POST ENDS */
.wa-star {
  font-size: 14px;
  color: #ffb400;
}
.wa-star i {
  margin-right: 2px;
}
.wa-star i:last-child {
  margin-right: 0px;
}
/* PAGINATION START */
#post_pagination_blog {
  float: right;
  margin-bottom: 50px;
}
.post_pagination .page-numbers {
  font-size: 14px;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #9f9f9f;
}
.post_pagination .page-numbers:hover,
.post_pagination .page-numbers.current {
  background-color: #f29f24;
  border: 1px solid #f29f24;
  color: #ffffff;
}
/* PAGINATION ENDS */
ul.icons-ul {
  list-style-type: none;
  padding-left: 40px;
  margin-left: 0;
}
ul.icons-ul > li [class^="fa-"],
ul.icons-ul > li .fa {
  width: 40px;
  margin-left: -40px;
}
/* ENDS 04 MAGAZINE CSS */
/* 05 GALLERY CSS */
.post_gallery .prev_block {
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 800;
  left: 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.post_gallery:hover .prev_block {
  opacity: 1;
  transition: 0.4s;
}
.post_gallery .prev {
  display: block;
  height: 45px;
  width: 45px;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: absolute;
  top: 45%;
  border-radius: 3px;
  left: 15px;
  transition: 0.4s;
  text-align: center;
  line-height: 45px;
}
.post_gallery .prev i {
  color: #ffffff;
}
.post_gallery .prev:hover {
  background-color: #f29f24;
  transition: 0.4s;
  border: 1px solid #f29f24;
}
.post_gallery .next_block {
  height: 100%;
  position: absolute;
  top: 0%;
  width: auto;
  z-index: 800;
  right: 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.post_gallery:hover .next_block {
  opacity: 1;
  transition: 0.4s;
}
.post_gallery .next {
  display: block;
  height: 45px;
  width: 45px;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  right: 15px;
  position: absolute;
  top: 45%;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  line-height: 45px;
}
.post_gallery .next i {
  color: #ffffff;
}
.post_gallery .next:hover {
  background-color: #f29f24;
  transition: 0.4s;
  border: 1px solid #f29f24;
}
.popup-exit-container {
  width: 100%;
  background-color: #CFCFCF;
  margin-bottom: 15px;
}
.popup-exit-container .popup-exit {
  padding: 10px 0 8px;
}
.popup-exit-container .popup-exit .popup-modal-dismiss i.fa {
  font-size: 30px;
}
/* ENDS 05 GALLERY CSS */
/* 06 BLOG CSS */
/* ENDS 06 BLOG CSS */
/* 07 SIDEBAR WIDGET CSS */
.wa-widget {
  margin-bottom: 40px;
}
.wa-widget ul li {
  line-height: 1.3;
}
.wa-widget:before,
.wa-widget:after {
  content: " ";
  display: table;
}
.wa-widget:after {
  clear: both;
}
/* WIDGET TITLE */
.page-title-small {
  color: #303030;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.page-title-small span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.page-title-small span:before,
.page-title-small span:after {
  border-bottom: 1px solid #303030;
  content: "";
  height: 12px;
  position: absolute;
  top: 0;
  width: 17px;
}
.page-title-small span:before {
  margin-right: 7px;
  right: 100%;
}
.page-title-small span:after {
  left: 100%;
  margin-left: 7px;
}
/* SOCIAL NETWORK */
#id_sm_twitter {
  background-color: #65cdef;
}
#id_sm_facebook {
  background-color: #507cbe;
}
#id_sm_pinterest {
  background-color: #ff0000;
}
#id_sm_rss {
  background-color: #eba725;
}
#id_sm_delicious {
  background-color: #1885EA;
}
#id_sm_linkedin {
  background-color: #006599;
}
.social-network-container {
  float: left;
  width: 25%;
  min-width: 85px;
  text-align: center;
}
.social-network-container .social-network-item {
  height: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.social-network-container .social-network-item .social-img {
  height: 42px;
  position: relative;
}
.social-network-container .social-network-item .social-img i {
  position: relative;
  top: 10px;
  font-size: 30px;
  color: #ffffff;
}
.social-network-container .social-network-item a {
  display: block;
}
.social-network-container .social-network-item .count {
  color: #404040;
  font-family: 'Oswald';
  font-size: 18px;
}
.social-network-container .social-network-item .share {
  color: #ffffff;
  line-height: 0.8;
}
/* TWITTER WIDGET */
.sidebar .wa-widget ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-widget .ul_twitter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wa-widget .ul_twitter li {
  margin-bottom: 20px;
  line-height: 1.6;
}
.wa-widget .ul_twitter .twitter_header {
  clear: both;
}
.wa-widget .ul_twitter .twitter_header .twitter-header-container {
  display: inline-block;
  line-height: 1;
}
.wa-widget .ul_twitter .twitter_header a {
  text-decoration: none;
}
.wa-widget .ul_twitter .twitter_header a img {
  margin-right: 10px;
  height: 40px;
  line-height: 1;
  vertical-align: top;
}
.wa-widget .ul_twitter .twitter_header .twitter_name {
  font-size: 16px;
  color: #404040;
  display: inline-block;
  margin-bottom: 7px;
  font-family: 'Oswald';
  font-weight: normal;
}
.wa-widget .ul_twitter .twitter_header .twitter_screen_name:before {
  white-space: pre;
  content: "\A ";
}
.wa-widget .ul_twitter .twitter_header .twitter_screen_name {
  font-size: 13px;
  color: #f29f24;
  font-family: 'Oswald';
  font-weight: lighter;
}
.wa-widget .ul_twitter li .twitter_time:before {
  content: " ";
  margin-bottom: 3px;
  display: block;
}
.wa-widget .ul_twitter .twitter_content .twitter_time {
  font-size: 13px;
  color: #b0b0b0;
  font-family: 'Oswald';
  font-weight: lighter;
}
.wa-widget .ul_twitter .twitter_content {
  font-size: 13px;
  color: #707070;
  margin-top: 5px;
}
.wa-widget .ul_twitter .twitter_content a {
  color: #f29f24;
  font-style: italic;
}
.wa-widget .ul_twitter .twitter_content a:hover {
  text-decoration: underline;
}
/* TWITTER WIDGET ENDS */
/* POPULAR COMMENTS TAGS TAB */
.wa-tab-container .wa-tab-top {
  background-color: #f29f24;
  width: 100%;
  height: 5px;
}
.wa-tab-container .wa-ul-tabs {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-tab-container .wa-ul-tabs li {
  float: left;
  padding: 6px 14px;
  margin: 1px 1px 1px 0;
  background-color: #cfcfcf;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'Oswald';
  line-height: 1.6;
}
.wa-tab-container .wa-ul-tabs li a {
  color: #eaeaea;
  text-decoration: none;
}
.wa-tab-container .wa-ul-tabs li.active {
  background-color: #f29f24;
}
.wa-tab-container .wa-ul-tabs li.active a {
  color: #ffffff;
}
.wa-tab-container .wa-tab-item {
  background-color: #f3f3f3;
  padding: 15px 15px 20px;
}
#id_tabs_comments .recentcomments .wa-post-header .wa-commentator {
  font-family: 'Oswald';
}
/* POPULAR COMMENTS TAGS TAB ENDS*/
/* BEST REVIEWS */
.wa-ul-best-reviews {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-best-reviews li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.3;
}
.wa-ul-best-reviews li:last-child {
  margin-bottom: 0px;
}
.wa-ul-best-reviews .wa-review-number {
  float: left;
  font-size: 20px;
  font-family: 'Oswald';
  color: #adadad;
  line-height: 1.2;
}
.wa-ul-best-reviews .wa-review-info {
  padding-left: 40px;
}
.wa-ul-best-reviews .wa-review-info a {
  font-size: 14px;
  font-family: 'Oswald';
  margin-bottom: 10px;
  display: block;
}
.wa-ul-best-reviews .wa-review-info .wa-bar-label {
  color: #f29f24;
  line-height: 12px;
  font-size: 13px;
  font-family: 'Oswald';
  font-weight: 300;
}
.wa-ul-best-reviews .wa-review-info .wa-bar {
  height: 13px;
  background-color: #f3f3f3;
  display: block;
  position: relative;
  margin-right: 30px;
}
.wa-ul-best-reviews .wa-review-info .wa-bar span {
  height: 13px;
  background-color: #f29f24;
  position: absolute;
}
/* ADS */
.wa-125x125 {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* WIDGET YOUTUBE */
.wa-widget-youtube {
  background-color: #f3f3f3;
}
.wa-widget-youtube .wa-post-header {
  background-color: #f3f3f3;
  padding: 5px 15px 20px;
}
.wa-widget-youtube .wa-post-header h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 7px;
}
.wa-widget-youtube .wa-post-header h3 a {
  color: #333333;
}
.wa-widget-youtube .wa-post-header h3 a:hover {
  color: #f29f24;
}
.wa-widget-youtube .wa-post-header .wa-breadcrumb {
  margin-bottom: 5px;
}
.wa-widget-youtube .wa-post-header .wa-breadcrumb a {
  color: #f29f24;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: lighter;
}
.wa-widget-youtube .wa-yt-top {
  height: 5px;
  background-color: #f29f24;
}
.wa-widget-youtube .wa-yt-bottom {
  height: 20px;
  background-color: #f29f24;
}
.wa-widget-youtube .wa-ytplayer-container {
  height: 240px;
  width: 100%;
  position: relative;
}
/* Search */
.wa-widget input.s {
  width: 100%;
  border-width: 2px;
  float: left;
  height: 36px;
  line-height: 18px;
  margin-right: -40px;
  padding: 7px 47px 7px 15px;
  border: 1px solid #CCCCCC;
}
.wa-widget .searchsubmit {
  background-color: #f29f24;
  border: medium none;
  color: #FFFFFF;
  float: left;
  line-height: 18px;
  padding: 9px 12px;
  width: 40px;
}
.sidebar .w8-list-address ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 22px;
  font-size: 13px;
}
.sidebar .w8-list-address ul li {
  margin-bottom: 9px;
}
.sidebar .w8-list-address ul > li [class^="fa-"],
.sidebar .w8-list-address ul > li .fa {
  width: 21px;
  margin-left: -21px;
  font-size: 13px;
  color: #f29f24;
}
.wa-small-post-comment {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.wa-small-post-comment .wa-post-media {
  margin-right: 12px;
}
.wa-small-post-comment .wa-post-header {
  padding-left: 70px;
}
.wa-small-post-comment .wa-post-header > span {
  margin-bottom: 5px;
  display: block;
}
.wa-small-post-comment .wa-post-header h3 {
  font-size: 14px;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 7px;
}
/* ENDS 07 SIDEBAR WIDGET CSS */
/* 08 FOOTER WIDGET CSS */
#footer {
  background-color: #404040;
  padding-top: 50px;
  color: #9f9f9f;
}
#footer .wa-widget-footer a {
  color: #bababa;
}
#footer .wa-widget-footer a:hover {
  color: #f29f24;
}
#footer .wa-widget-footer.widget_calendar caption {
  color: #ffffff;
}
#footer .wa-widget-footer.widget_calendar tbody a:hover {
  color: #ffffff;
}
#footer .wa-widget-footer.widget_text select,
#footer .wa-widget-footer.widget_categories select,
#footer .wa-widget-footer.widget_archive select {
  border-width: 2px;
  float: left;
  height: 36px;
  line-height: 18px;
  padding: 7px 7px 7px 7px;
  border: 1px solid #CCCCCC;
  max-width: 270px;
}
#footer .wa-widget-footer.widget_archive ul,
#footer .wa-widget-sidebar.widget_recent_comments ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#footer .wa-widget-footer.widget_archive ul li,
#footer .wa-widget-sidebar.widget_recent_comments ul li {
  font-family: 'Oswald';
  color: #BABABA;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #4B4B4B;
  width: 100%;
  display: block;
}
#footer .wa-widget-footer.widget_archive ul li:first-child,
#footer .wa-widget-sidebar.widget_recent_comments ul li:first-child {
  padding-top: 0px;
}
#footer .wa-widget-footer.widget_recent_entries ul,
#footer .wa-widget-footer.widget_categories ul,
#footer .wa-widget-footer.widget_pages ul,
#footer .wa-widget-footer.widget_meta ul,
#footer .wa-widget-footer.widget_recent_comments ul,
#footer .wa-widget.widget_recent_comments ul,
#footer .wa-widget-footer.widget_rss ul,
#footer .wa-widget-footer.widget_nav_menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#footer .wa-widget-footer.widget_recent_entries ul li,
#footer .wa-widget-footer.widget_categories ul li,
#footer .wa-widget-footer.widget_pages ul li,
#footer .wa-widget-footer.widget_meta ul li,
#footer .wa-widget-footer.widget_recent_comments ul li,
#footer .wa-widget.widget_recent_comments ul li,
#footer .wa-widget-footer.widget_rss ul li,
#footer .wa-widget-footer.widget_nav_menu ul li {
  width: 100%;
}
#footer .wa-widget-footer.widget_recent_entries ul li a,
#footer .wa-widget-footer.widget_categories ul li a,
#footer .wa-widget-footer.widget_pages ul li a,
#footer .wa-widget-footer.widget_meta ul li a,
#footer .wa-widget-footer.widget_recent_comments ul li a,
#footer .wa-widget.widget_recent_comments ul li a,
#footer .wa-widget-footer.widget_rss ul li a,
#footer .wa-widget-footer.widget_nav_menu ul li a {
  font-family: 'Oswald';
  color: #BABABA;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #4B4B4B;
  width: 100%;
  display: block;
}
#footer .wa-widget-footer.widget_recent_entries ul li a:hover,
#footer .wa-widget-footer.widget_categories ul li a:hover,
#footer .wa-widget-footer.widget_pages ul li a:hover,
#footer .wa-widget-footer.widget_meta ul li a:hover,
#footer .wa-widget-footer.widget_recent_comments ul li a:hover,
#footer .wa-widget.widget_recent_comments ul li a:hover,
#footer .wa-widget-footer.widget_rss ul li a:hover,
#footer .wa-widget-footer.widget_nav_menu ul li a:hover {
  color: #f29f24;
}
#footer .wa-widget-footer.widget_recent_entries ul li ul li a,
#footer .wa-widget-footer.widget_categories ul li ul li a,
#footer .wa-widget-footer.widget_pages ul li ul li a,
#footer .wa-widget-footer.widget_meta ul li ul li a,
#footer .wa-widget-footer.widget_recent_comments ul li ul li a,
#footer .wa-widget.widget_recent_comments ul li ul li a,
#footer .wa-widget-footer.widget_rss ul li ul li a,
#footer .wa-widget-footer.widget_nav_menu ul li ul li a {
  padding-left: 20px;
}
#footer .wa-widget-footer.widget_recent_entries ul li ul li ul li a,
#footer .wa-widget-footer.widget_categories ul li ul li ul li a,
#footer .wa-widget-footer.widget_pages ul li ul li ul li a,
#footer .wa-widget-footer.widget_meta ul li ul li ul li a,
#footer .wa-widget-footer.widget_recent_comments ul li ul li ul li a,
#footer .wa-widget.widget_recent_comments ul li ul li ul li a,
#footer .wa-widget-footer.widget_rss ul li ul li ul li a,
#footer .wa-widget-footer.widget_nav_menu ul li ul li ul li a {
  padding-left: 40px;
}
#footer .wa-widget-footer.widget_recent_entries > ul > li:first-child,
#footer .wa-widget-footer.widget_categories > ul > li:first-child,
#footer .wa-widget-footer.widget_pages > ul > li:first-child,
#footer .wa-widget-footer.widget_meta > ul > li:first-child,
#footer .wa-widget-footer.widget_recent_comments > ul > li:first-child,
#footer .wa-widget.widget_recent_comments > ul > li:first-child,
#footer .wa-widget-footer.widget_rss > ul > li:first-child,
#footer .wa-widget-footer.widget_nav_menu > ul > li:first-child {
  padding-top: 0px;
}
#footer .wa-widget-footer.widget_recent_entries > ul > li:first-child a,
#footer .wa-widget-footer.widget_categories > ul > li:first-child a,
#footer .wa-widget-footer.widget_pages > ul > li:first-child a,
#footer .wa-widget-footer.widget_meta > ul > li:first-child a,
#footer .wa-widget-footer.widget_recent_comments > ul > li:first-child a,
#footer .wa-widget.widget_recent_comments > ul > li:first-child a,
#footer .wa-widget-footer.widget_rss > ul > li:first-child a,
#footer .wa-widget-footer.widget_nav_menu > ul > li:first-child a {
  padding-top: 0px;
}
#footer .wa-widget-footer.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
}
#footer .wa-widget-footer.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
}
#footer .wa-widget-footer.widget_rss .rss-date {
  margin-top: 10px;
}
#footer .wa-widget-footer.widget_nav_menu ul li ul li a {
  padding-left: 20px;
}
#footer .wa-widget-footer.widget_nav_menu ul li ul li ul li a {
  padding-left: 40px;
}
#footer .widget_search .screen-reader-text {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
#footer .widget_search input[type="text"] {
  width: 220px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  margin-bottom: 10px;
}
#footer .widget_search input[type="submit"] {
  color: #ffffff;
  width: 100px;
  border: 1px solid #f29f24;
  background-color: #f29f24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
#footer .widget_text select {
  width: 220px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
}
#footer .page-title-small {
  color: #eaeaea;
  margin-top: 0px;
}
#footer .page-title-small span:before,
#footer .page-title-small span:after {
  border-bottom: 1px solid #777777;
}
.wa-ul-social {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-social li {
  float: left;
  margin-right: 5px;
}
.wa-ul-social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* FLICKR */
.wa-ul-flickr {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-flickr li {
  float: left;
  margin-bottom: 5px;
}
.wa-ul-flickr li div {
  margin-right: 5px;
}
.wa-ul-flickr li div img {
  height: 60px;
  width: 60px;
}
/* TAGS CLOUD */
ul.wp-tag-cloud {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.wp-tag-cloud li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
  line-height: 1.6;
}
ul.wp-tag-cloud li a {
  padding: 4px 10px;
  background-color: #4f4f4f;
  color: #999999;
  font-size: 12px;
  display: block;
  font-weight: lighter;
  font-family: 'Oswald';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.wp-tag-cloud li a:hover {
  background-color: #f29f24;
  color: #ffffff;
}
#footer .wa-widget-footer ul.wp-tag-cloud li a:hover {
  color: #ffffff;
}
/* RECENT POST */
.wa-ul-recent-post {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-recent-post li {
  border-bottom: 1px solid #4b4b4b;
  padding: 10px 0px;
}
.wa-ul-recent-post li a {
  font-family: 'Oswald';
  font-size: 14px;
  color: #bababa;
}
.wa-ul-recent-post li a:hover {
  color: #f29f24;
}
.wa-ul-recent-post li:first-child {
  padding-top: 0px;
}
/* MENU FOOTER */
#menu_footer {
  background-color: #585858;
  padding: 20px 0;
}
.wa-ul-menu-footer {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-ul-menu-footer li {
  display: inline-block;
  margin-right: 10px;
}
.wa-ul-menu-footer li:after {
  content: '/';
  margin-left: 10px;
  color: #9b9b9b;
  font-size: 13px;
}
.wa-ul-menu-footer li:last-child:after {
  content: '';
}
.wa-ul-menu-footer li a {
  color: #9b9b9b;
  font-size: 13px;
}
.wa-ul-menu-footer li a:hover {
  color: #676767;
}
/* COPYRIGHT */
#copyright {
  background-color: #404040;
  padding: 15px 0;
}
#copyright a {
  color: #f29f24;
}
#copyright a:hover {
  text-decoration: underline;
}
#footer .wa-widget {
  /* divider */
}
#footer .wa-widget .w8-divider.solid,
#footer .wa-widget .w8-divider.dashed,
#footer .wa-widget .w8-divider.dotted,
#footer .wa-widget .w8-divider.double,
#footer .wa-widget .w8-heading {
  border-color: #4B4B4B;
}
/* ENDS 07 SIDEBAR WIDGET CSS */
/* 09 MONSTER WIDGET CSS */
.sidebar .wa-widget-sidebar.widget_archive ul,
.sidebar .wa-widget-sidebar.widget_recent_comments ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar .wa-widget-sidebar.widget_archive ul li,
.sidebar .wa-widget-sidebar.widget_recent_comments ul li {
  font-family: 'Oswald';
  color: #707070;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  display: block;
}
.sidebar .wa-widget-sidebar.widget_archive ul li:first-child,
.sidebar .wa-widget-sidebar.widget_recent_comments ul li:first-child {
  margin-top: 0px;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul,
.sidebar .wa-widget-sidebar.widget_categories ul,
.sidebar .wa-widget-sidebar.widget_pages ul,
.sidebar .wa-widget-sidebar.widget_meta ul,
.sidebar .wa-widget-sidebar.widget_rss ul,
.sidebar .wa-widget-sidebar.widget_nav_menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul li,
.sidebar .wa-widget-sidebar.widget_categories ul li,
.sidebar .wa-widget-sidebar.widget_pages ul li,
.sidebar .wa-widget-sidebar.widget_meta ul li,
.sidebar .wa-widget-sidebar.widget_rss ul li,
.sidebar .wa-widget-sidebar.widget_nav_menu ul li {
  width: 100%;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul li a,
.sidebar .wa-widget-sidebar.widget_categories ul li a,
.sidebar .wa-widget-sidebar.widget_pages ul li a,
.sidebar .wa-widget-sidebar.widget_meta ul li a,
.sidebar .wa-widget-sidebar.widget_rss ul li a,
.sidebar .wa-widget-sidebar.widget_nav_menu ul li a {
  font-family: 'Oswald';
  color: #404040;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  display: block;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul li a:hover,
.sidebar .wa-widget-sidebar.widget_categories ul li a:hover,
.sidebar .wa-widget-sidebar.widget_pages ul li a:hover,
.sidebar .wa-widget-sidebar.widget_meta ul li a:hover,
.sidebar .wa-widget-sidebar.widget_rss ul li a:hover,
.sidebar .wa-widget-sidebar.widget_nav_menu ul li a:hover {
  color: #f29f24;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul li ul li a,
.sidebar .wa-widget-sidebar.widget_categories ul li ul li a,
.sidebar .wa-widget-sidebar.widget_pages ul li ul li a,
.sidebar .wa-widget-sidebar.widget_meta ul li ul li a,
.sidebar .wa-widget-sidebar.widget_rss ul li ul li a,
.sidebar .wa-widget-sidebar.widget_nav_menu ul li ul li a {
  padding-left: 20px;
}
.sidebar .wa-widget-sidebar.widget_recent_entries ul li ul li ul li a,
.sidebar .wa-widget-sidebar.widget_categories ul li ul li ul li a,
.sidebar .wa-widget-sidebar.widget_pages ul li ul li ul li a,
.sidebar .wa-widget-sidebar.widget_meta ul li ul li ul li a,
.sidebar .wa-widget-sidebar.widget_rss ul li ul li ul li a,
.sidebar .wa-widget-sidebar.widget_nav_menu ul li ul li ul li a {
  padding-left: 40px;
}
.sidebar .wa-widget-sidebar.widget_recent_entries > ul > li:first-child,
.sidebar .wa-widget-sidebar.widget_categories > ul > li:first-child,
.sidebar .wa-widget-sidebar.widget_pages > ul > li:first-child,
.sidebar .wa-widget-sidebar.widget_meta > ul > li:first-child,
.sidebar .wa-widget-sidebar.widget_rss > ul > li:first-child,
.sidebar .wa-widget-sidebar.widget_nav_menu > ul > li:first-child {
  padding-top: 0px;
}
.sidebar .wa-widget-sidebar.widget_recent_entries > ul > li:first-child a,
.sidebar .wa-widget-sidebar.widget_categories > ul > li:first-child a,
.sidebar .wa-widget-sidebar.widget_pages > ul > li:first-child a,
.sidebar .wa-widget-sidebar.widget_meta > ul > li:first-child a,
.sidebar .wa-widget-sidebar.widget_rss > ul > li:first-child a,
.sidebar .wa-widget-sidebar.widget_nav_menu > ul > li:first-child a {
  /*padding-top:0px;*/
}
.sidebar .wa-widget-sidebar.widget_tag_cloud .tagcloud a:hover {
  color: #f29f24;
}
.sidebar .wa-widget-sidebar.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
}
.sidebar .wa-widget-sidebar.widget_rss .rss-date {
  margin-top: 10px;
}
.sidebar .wa-widget-sidebar.widget_nav_menu ul li ul li a {
  padding-left: 20px;
}
.sidebar .wa-widget-sidebar.widget_nav_menu ul li ul li ul li a {
  padding-left: 40px;
}
.sidebar .wa-widget-sidebar.widget_text select,
.sidebar .wa-widget-sidebar.widget_categories select,
.sidebar .wa-widget-sidebar.widget_archive select {
  border-width: 2px;
  float: left;
  height: 36px;
  line-height: 18px;
  padding: 7px 7px 7px 7px;
  border: 1px solid #CCCCCC;
  width: 100%;
}
/* List Style Widgets*/
/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
}
/* RSS Widget */
.rsswidget img {
  margin-top: -4px;
}
.rssSummary {
  margin: 9px 0;
}
.rss-date {
  display: block;
}
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
/* Text Widget */
/*
.widget_text > div > :last-child {
	margin-bottom: 0;
}
*/
/* Calendar Widget*/
.widget_calendar table {
  line-height: 2;
  margin: 0;
  width: 100%;
}
.widget_calendar caption {
  color: #303030;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
.widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}
.widget_calendar tbody a {
  color: #f29f24;
  display: block;
}
.widget_calendar tbody a:hover {
  background-color: #f29f24;
}
.widget_calendar tbody a:hover {
  color: #fff;
}
.widget_calendar #prev {
  padding-left: 5px;
}
.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}
/* ENDS 09 MONSTER WIDGET CSS */
/* 10 SINGLE CSS */
.wa-breadcumb-container {
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding: 40px 0 25px;
}
.wa-breadcumb-container .wa-ul-breadcumb {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wa-breadcumb-container .wa-ul-breadcumb li {
  color: #707070;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
}
.wa-breadcumb-container .wa-ul-breadcumb li a {
  color: #afafaf;
}
.wa-breadcumb-container .wa-ul-breadcumb li a:hover {
  color: #f29f24;
}
.wa-breadcumb-container .wa-ul-breadcumb li:after {
  content: '/';
  margin-left: 5px;
}
.wa-breadcumb-container .wa-ul-breadcumb li:last-child:after {
  content: '';
}
.wa-breadcumb-container .wa-ul-breadcumb:after {
  clear: both;
}
.wa-breadcumb-container .wa-breadcumb_info {
  font-size: 30px;
  font-weight: bold;
  color: #b0b0b0;
  line-height: 1.1;
}
/* entry */
.entry-media .entry-image img {
  width: 100%;
}
.entry-media .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.entry-media .video-container iframe {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
}
.entry-media embed {
  width: 100%;
}
.entry-media .single-gallery {
  overflow: hidden;
}
.entry-media .single-gallery .prev_block {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 50%;
  z-index: 800;
}
.entry-media .single-gallery :hover .prev_block {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.entry-media .single-gallery .prev {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 45px;
  left: 15px;
  position: absolute;
  top: 45%;
  transition: all 0.4s ease 0s;
  width: 45px;
  text-align: center;
  line-height: 45px;
}
.entry-media .single-gallery .prev i {
  color: #ffffff;
}
.entry-media .single-gallery .prev:hover {
  background-color: #f29f24;
  transition: all 0.4s ease 0s;
  border: 1px solid #f29f24;
}
.entry-media .single-gallery .next_block {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 50%;
  z-index: 800;
}
.entry-media .single-gallery :hover .next_block {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.entry-media .single-gallery .next {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 45%;
  transition: all 0.4s ease 0s;
  width: 45px;
  text-align: center;
  line-height: 45px;
}
.entry-media .single-gallery .next i {
  color: #ffffff;
}
.entry-media .single-gallery .next:hover {
  background-color: #f29f24;
  transition: all 0.4s ease 0s;
  border: 1px solid #f29f24;
}
.mypost {
  margin-bottom: 40px;
}
.mypost .entry-media {
  margin-bottom: 20px;
}
.mypost .wa-post-header {
  margin-bottom: 25px;
}
.mypost .entry-content a {
  color: #f29f24;
  font-weight: normal;
}
.mypost .entry-content a:hover {
  color: #404040;
}
h1.entry-title {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 7px;
}
h1.entry-title a {
  color: #202020;
}
h1.entry-title a:hover {
  color: #f29f24;
}
.entry-content {
  overflow: hidden;
  max-width: 100%;
}
.entry-content div {
  /*
		overflow:hidden;
		*/
}
.entry-content code {
  max-width: 100% !important;
}
.entry-content iframe,
.entry-content embed {
  max-width: 100% !important;
  display: block;
}
.entry-content img {
  max-width: 100% !important;
}
article .post-tags {
  color: #B0B0B0;
  margin-top: 20px;
}
article .post-tags a {
  margin-right: 5px;
  color: #b0b0b0;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Oswald';
  font-weight: lighter;
}
article .post-tags a:hover {
  color: #f29f24;
}
article .post-tags i {
  color: #b0b0b0;
  margin-top: 5px;
  padding: 2px 5px;
  float: left;
  margin-right: 10px;
}
.entry-footer {
  overflow: hidden;
}
/* post next previous*/
.wa-post-prev-next {
  padding: 30px 0;
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
}
.wa-post-prev-next .post-previous {
  text-align: right;
}
.wa-post-prev-next .post-previous > span {
  color: #d3d3d3;
  text-decoration: underline;
  margin-bottom: 8px;
  width: 100%;
  display: block;
  text-align: right;
}
.wa-post-prev-next .post-previous h3 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  padding-left: 35px;
}
.wa-post-prev-next .post-previous h3:before {
  content: '\f053';
  /* fa-chevron-left */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -35px;
  width: 35px;
  font-size: 20px;
  text-align: left;
  color: #c3c3c3;
}
.wa-post-prev-next .post-previous:hover h3:before {
  color: #f29f24;
}
.wa-post-prev-next .post-next {
  text-align: left;
}
.wa-post-prev-next .post-next > span {
  color: #d3d3d3;
  text-decoration: underline;
  margin-bottom: 8px;
  width: 100%;
  display: block;
  text-align: left;
}
.wa-post-prev-next .post-next h3 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  padding-right: 35px;
}
.wa-post-prev-next .post-next h3:before {
  content: '\f054';
  /* fa-chevron-left */
  font-family: 'FontAwesome';
  float: right;
  margin-right: -35px;
  width: 35px;
  font-size: 20px;
  text-align: right;
  color: #c3c3c3;
}
.wa-post-prev-next .post-next:hover h3:before {
  color: #f29f24;
}
/* contact form */
.my_form {
  font-size: 14px;
}
.my_form label {
  width: 100%;
}
.my_form label.error {
  margin-bottom: 10px;
  position: relative;
  top: -10px;
  font-weight: 300;
  font-size: 13px;
  color: #f29f24;
}
.my_form label.error:before,
.my_form label.error:after {
  content: "";
  display: table;
  clear: both;
}
.my_form .t_label {
  margin-bottom: 10px;
  font-size: 14px;
}
.my_form input[type="text"],
.my_form input[type="email"] {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
}
.my_form input[type="text"]:focus,
.my_form input[type="email"]:focus,
.my_form textarea:focus {
  border-color: #f29f24;
}
.my_form textarea {
  height: 170px;
  padding: 0 10px;
  line-height: 37px;
}
.my_form input[type="text"],
.my_form input[type="email"],
.my_form textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  color: #505050;
  font-size: 14px;
}
.my_form input[name="input_captcha"] {
  max-width: 150px;
}
.my_form input[type="submit"] {
  background-color: #f29f24;
  border: 1px solid #f29f24;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.my_form input[type="submit"]:hover {
  background-color: #202020;
  border: 1px solid #202020;
  color: #ffffff;
  transition: all 0.4s ease 0s;
}
.wa-ul-address li {
  line-height: 1.7;
  font-size: 15px;
}
.wa-ul-address li i.fa {
  width: 10px;
  margin-right: 15px;
}
.wa-ul-skill {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-botom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.wa-ul-skill li {
  margin-bottom: 20px;
}
.wa-ul-skill .skill_title {
  color: #505050;
  font-size: 13px;
  font-weight: 300;
  width: 11	0px;
  left: 0px;
  line-height: 15px;
  float: left;
  width: 160px;
}
.wa-ul-skill .skill_title i {
  margin-right: 5px;
  color: #f29f24;
}
.bar_container {
  background-color: #EBEBEB;
  height: 15px;
  line-height: 15px;
  position: relative;
  margin-left: 180px;
}
.bar_container span {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 13px;
  font-weight: 300;
}
.wa-ul-skill li:last-child .bar_container {
  margin-bottom: 0;
}
.bar {
  background-color: #f29f24;
  height: 15px;
  line-height: 15px;
  text-align: right;
}
.bar .bar_padding {
  margin-right: 10px;
}
.wa-post-review-container {
  width: 100%;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
.wa-post-review-bottom .wa-post-review-container {
  margin-top: 20px;
  margin-bottom: 0px;
}
.wa-post-review {
  padding: 10px 20px;
}
.wa-post-review > h3 {
  margin-top: 10px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #404040;
}
.wa-post-review .wa-review-info {
  margin-top: 20px;
  padding: 0;
  padding-bottom: 20px;
  margin-botom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.wa-post-review .wa-review-info .wa-review-total-score {
  background-color: #f29f24;
  color: #ffffff;
  min-width: 120px;
  float: left;
  text-align: center;
  margin-right: 20px;
  min-height: 120px;
}
.wa-post-review .wa-review-info .wa-review-total-score h3 {
  margin-top: 25px;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 0;
  font-family: 'Open Sans';
}
.wa-post-review .wa-review-info .wa-review-total-score h4 {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'Open Sans';
  color: #000000;
}
.wa-post-review .wa-review-star {
  padding: 5px 0;
  margin-top: 2px;
}
.wa-post-review .wa-review-star .wa-review-star-rating {
  position: relative;
  overflow: hidden;
  width: auto;
  cursor: pointer;
}
.wa-post-review .wa-review-star .wa-review-star-rating i {
  margin-right: 3px;
}
.wa-post-review .wa-review-star .wa-review-star-rating i:last-child {
  margin-right: 0px;
}
.wa-post-review .wa-review-star .wa-review-star-rating .wa-star-color {
  position: relative;
  top: 0px;
  left: 0px;
}
.wa-post-review .wa-review-star .wa-review-star-rating .wa-star-average {
  position: absolute;
  top: 0px;
  left: 0px;
}
.wa-post-review .wa-review-star .wa-review-star-rating .wa-star-average i {
  color: #FFB400;
}
.wa-post-review .wa-review-star .wa-review-star-rating .wa-star-vote {
  position: absolute;
  top: 0px;
  left: 0px;
  width: -20px;
  display: none;
}
.wa-post-review .wa-review-star .wa-review-star-rating .wa-star-vote i {
  color: #ff0000;
}
.wa-single-title {
  font-size: 18px;
  color: #303030;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0px;
}
.wa-single-related-post {
  margin-top: 40px;
}
#id_tabs_other_articles .wa-row {
  margin: 0 -10px;
}
.wa-author-info {
  margin-bottom: 20px;
}
.wa-author-info .wa-author-pic {
  margin-right: 20px;
}
.wa-author-info .wa-author-summary a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #eaeaea;
  margin-right: 5px;
  font-size: 16px;
  color: #686868;
}
.wa-author-info .wa-author-summary a:hover {
  background-color: #f29f24;
  color: #ffffff;
}
.wa-author-info .wa-author-summary .wa-author-name {
  margin-bottom: 10px;
  color: #f29f24;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Oswald';
}
.wa-author-info .wa-author-summary .wa-author-name a {
  background-color: transparent;
  color: #f29f24;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Oswald';
}
#comments {
  overflow: hidden;
}
#comments .comment-reply-title,
#comments .section-title {
  color: #303030;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
#comments code {
  max-width: 100%;
  display: block;
  white-space: pre-wrap;
}
#comments .commentlist .comment_text a:hover {
  color: #404040;
}
#comments p.form-submit {
  margin-bottom: 0px;
}
/* Comment */
.commentlist {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.commentlist ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.commentlist ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.commentlist > li:first-child > .the_comment {
  padding-top: 0px;
}
.commentlist #respond {
  margin-top: 40px;
}
.commentlist .the_comment {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 18px;
  padding-top: 18px;
}
.commentlist .children .the_comment {
  margin-left: 70px;
}
.commentlist .children .children .the_comment {
  margin-left: 140px;
}
.commentlist > li:first-child {
  border-top: 0 solid #ECECEC;
}
.commentlist .comment_pic {
  width: 60px;
  float: left;
}
.commentlist .comment_box {
  padding-left: 70px;
}
.commentlist .comment_author {
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.commentlist .comment_author .comment-reply-link {
  font-weight: light;
  color: #c3c3c3;
  text-transform: lowercase;
}
.commentlist .comment_author .comment-reply-link:hover {
  text-decoration: underline;
  color: #f29f24;
}
.commentlist .comment_author a {
  color: #4d4d4d;
}
.commentlist .comment_text {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  line-height: 1.7;
  margin-bottom: 10px;
}
.commentlist .comment_text a,
.comment-respond a {
  color: #f29f24;
}
.commentlist .comment_date {
  font-size: 11px;
  font-weight: 500;
  color: #b3b3b3;
  margin-right: 2px;
}
.commentlist .comment_reply {
  font-family: 'PT Sans';
  font-size: 11px;
  font-weight: 500;
}
.commentlist .comment_reply a {
  color: #4d4d4d;
}
.commentlist .comment_reply a:hover {
  color: #E54028;
}
#respond-inputs label {
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
}
#respond-inputs input {
  width: 100%;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  padding: 13px 10px;
  margin-bottom: 30px;
}
#respond-inputs input:focus {
  border: 1px solid #f29f24;
}
#respond-textarea label {
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
}
#respond-textarea textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  padding: 13px 10px;
  margin-bottom: 30px;
}
#respond-textarea textarea:focus {
  border: 1px solid #f29f24;
}
#commentform input[type="submit"] {
  background-color: #f29f24;
  border: 1px solid #f29f24;
  font-size: 13px;
  font-weight: bold;
  color: #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 25px;
}
#commentform input[type="submit"]:hover {
  background-color: #606060;
  border: 1px solid #606060;
  color: #ffffff;
}
.google_map_iframe {
  border: 0px solid #ff0000;
}
/* 404 */
.div_404 {
  margin-bottom: 115px;
}
.div_404 .h404 {
  font-size: 148px;
  color: #f29f24;
  margin-bottom: 55px;
}
.div_404 .f404 input[type="text"] {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.div_404 .f404 button {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  text-align: center;
}
.div_404 .p404_big {
  font-size: 15px;
  margin-bottom: 10px;
}
.div_404 .p404_small {
  font-size: 13px;
  margin-bottom: 15px;
}
.div_404 .p404_small a {
  color: #f29f24;
}
.div_404 .p404_small a:hover {
  text-decoration: underline;
}
/* 404 ENDS */
/* SHARTING */
.wa-single-share {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 30px;
  padding-bottom: 20px;
}
.wa-single-share .wa-social-sharing {
  height: 30px;
  float: left;
  margin-right: 20px;
}
/* ENDS 10 SINGLE CSS */
/* 11 w8 SHORTCODE CSS */
/* Plugin: W8 Shortcode Plugin
 * Based on Symple Shortcodes Plugin (by AJ Clarke : http://wpexplorer.com)
 * License: GNU General Public License version 2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Clear Floats
================================================== */
.w8-clear-floats {
  clear: both;
}
.w8-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Spacing
================================================== */
.w8-spacing {
  display: block;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}
/* Divider
================================================== */
.w8-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none !important;
}
.w8-divider.solid {
  border-top: 1px solid #eeeeee;
}
.w8-divider.dashed {
  border-top: 2px dashed #eeeeee;
}
.w8-divider.dotted {
  border-top: 3px dotted #eeeeee;
}
.w8-divider.double {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.w8-divider.fadeout {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#dddddd), to(#f9f9f9)) !important;
  background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
}
.w8-divider.fadein {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#dddddd), to(#f9f9f9)) !important;
  background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
  background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
}
/* Social
================================================== */
.w8-social-icon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #EAEAEA;
  text-align: center;
  vertical-align: middle;
}
.w8-social-icon i {
  color: #404040;
}
.w8-social-icon img {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
}
.w8-social-icon img:hover {
  opacity: 0.8;
}
.w8-social-icon i {
  font-size: 16px;
}
.w8-social-icon:hover {
  background-color: #f29f24;
  color: #ffffff;
}
/* Social Size */
.w8-social-icon.large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.w8-social-icon.large i {
  font-size: 20px;
  line-height: 40px;
}
.w8-social-icon.giant {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.w8-social-icon.giant i {
  font-size: 36px;
  line-height: 50px;
}
/* Social Shape */
.w8-social-icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* Social Color */
.w8-social-icon.w8-fa-facebook {
  background-color: #507CBE;
}
.w8-social-icon.w8-fa-facebook i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-twitter {
  background-color: #65CDEF;
}
.w8-social-icon.w8-fa-twitter i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-google-plus {
  background-color: #DC4937;
}
.w8-social-icon.w8-fa-google-plus i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-pinterest {
  background-color: #ED2528;
}
.w8-social-icon.w8-fa-pinterest i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-stumbleupon {
  background-color: #11B3F1;
}
.w8-social-icon.w8-fa-stumbleupon i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-tumblr {
  background-color: #3A5976;
}
.w8-social-icon.w8-fa-tumblr i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-dribbble {
  background-color: #E44683;
}
.w8-social-icon.w8-fa-dribbble i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-linkedin {
  background-color: #006599;
}
.w8-social-icon.w8-fa-linkedin i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-flickr {
  background-color: #EF1492;
}
.w8-social-icon.w8-fa-flickr i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-youtube {
  background-color: #E61E1E;
}
.w8-social-icon.w8-fa-youtube i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-vimeo-square {
  background-color: #7FBEE0;
}
.w8-social-icon.w8-fa-vimeo-square i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-instagram {
  background-color: #895942;
}
.w8-social-icon.w8-fa-instagram i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-foursquare {
  background-color: #098AA7;
}
.w8-social-icon.w8-fa-foursquare i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-github {
  background-color: #000000;
}
.w8-social-icon.w8-fa-github i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-weibo {
  background-color: #D82828;
}
.w8-social-icon.w8-fa-weibo i {
  color: #ffffff;
}
.w8-social-icon.w8-fa-dropbox {
  background-color: #59ADED;
}
.w8-social-icon.w8-fa-dropbox i {
  color: #ffffff;
}
/* Columns
================================================== */
.w8-one-half {
  width: 48%;
}
.w8-one-third {
  width: 30.66%;
}
.w8-two-third {
  width: 65.33%;
}
.w8-one-fourth {
  width: 22%;
}
.w8-three-fourth {
  width: 74%;
}
.w8-one-fifth {
  width: 16.8%;
}
.w8-two-fifth {
  width: 37.6%;
}
.w8-three-fifth {
  width: 58.4%;
}
.w8-four-fifth {
  width: 67.2%;
}
.w8-one-sixth {
  width: 13.33%;
}
.w8-five-sixth {
  width: 82.67%;
}
.w8-one-half,
.w8-one-third,
.w8-two-third,
.w8-three-fourth,
.w8-one-fourth,
.w8-one-fifth,
.w8-two-fifth,
.w8-three-fifth,
.w8-four-fifth,
.w8-one-sixth,
.w8-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 2em;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w8-column-last {
  margin-right: 0!important;
  clear: right;
}
.w8-column-last:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Buttons
================================================== */
.w8-button {
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  nowhitespace: afterproperty;
  text-align: center;
  margin: 0 3px 3px 0;
}
.w8-button span.w8-button-inner {
  display: block;
  color: #EAEAEA;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.w8-button:hover {
  text-decoration: none;
}
.w8-button:hover span.w8-button-inner {
  background-color: #606060;
  border: #606060;
  color: #FFFFFF;
}
.w8-button.black {
  background: #505050;
}
.w8-button.red {
  background: #d01d10;
}
.w8-button.orange {
  background: #fa9e19;
}
.w8-button.blue {
  background: #1571f0;
}
.w8-button.rosy {
  background: #f295a2;
}
.w8-button.pink {
  background: #e3618d;
}
.w8-button.green {
  background: #88dd48;
}
.w8-button.brown {
  background: #876565;
}
.w8-button.purple {
  background: #524656;
}
.w8-button.gold {
  background: #ffc750;
}
.w8-button.teal {
  background: #3c9091;
}
.w8-button.navy {
  background: #2c76cf;
}
.w8-button {
  font-size: 13px;
}
.w8-button.large {
  font-size: 16px;
}
.w8-button.giant {
  font-size: 18px;
}
.w8-button.left {
  float: left;
}
.w8-button.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.w8-button .w8-button-icon-left {
  margin: 0 15px 0 0;
  text-align: center;
  vertical-align: middle;
}
.w8-button .w8-button-icon-right {
  margin: 0 0 0 15px;
  text-align: center;
  vertical-align: middle;
}
/* Testimonial
================================================== */
.w8-testimonial-content {
  font-style: italic;
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  color: #666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.w8-testimonial-content:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -15px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid #f5f5f5;
  font-size: 0px;
  line-height: 0px;
}
.w8-testimonial-content p:last-child {
  margin: 0;
}
.w8-testimonial-author {
  font-size: 1em;
  margin-top: 25px;
  margin-left: 15px;
  color: #000;
  font-weight: bold;
}
/* Highlights
================================================== */
.w8-highlight-yellow,
.w8-highlight-yellow a {
  background-color: #FFF7A8;
  color: #695D43;
}
.w8-highlight-blue,
.w8-highlight-blue a {
  color: #5091b2;
  background: #e9f7fe;
}
.w8-highlight-green,
.w8-highlight-green a {
  color: #5f9025;
  background: #ebf6e0;
}
.w8-highlight-red,
.w8-highlight-red a {
  color: #de5959;
  background: #ffe9e9;
}
.w8-highlight-gray,
.w8-highlight-gray a {
  color: #666;
  background: #f9f9f9;
}
/* Boxes
================================================== */
/*main*/
.w8-box {
  display: block;
  padding: 15px;
  margin: 10px 0;
  font-size: 1em;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w8-box p:last-child {
  margin: 0;
}
/*aligns*/
.w8-box.left {
  float: left;
}
.w8-box.right {
  float: right;
}
/*colors*/
.w8-box.gray {
  color: #666;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.w8-box.red {
  color: #de5959;
  background: #ffe9e9;
  border: 1px solid #fbc4c4;
}
.w8-box.green {
  color: #5f9025;
  background: #ebf6e0;
  border: 1px solid #b3dc82;
}
.w8-box.blue {
  color: #5091b2;
  background: #e9f7fe;
  border: 1px solid #b6d7e8;
}
.w8-box.yellow {
  color: #c4690e;
  background: #fffdf3;
  border: 1px solid #f2dfa4;
}
/* Toggle
================================================== */
.w8-toggle {
  margin-bottom: 10px;
}
.w8-toggle .w8-toggle-trigger {
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #eaeaea;
  display: block;
  padding: 15px 15px 15px 37px;
  border: 0px solid #ddd;
  background: #CFCFCF;
  /*background: #CFCFCF url("images/plus.png") no-repeat 15px center;*/
  outline: 0;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  margin-top: 0px;
  cursor: pointer;
}
.w8-toggle .w8-toggle-trigger:before {
  content: "\f056";
  float: left;
  font-family: 'FontAwesome';
  margin-left: -20px;
  width: 20px;
  color: #EAEAEA;
}
.w8-toggle .w8-toggle-trigger:hover {
  /*background-color: #eee; text-decoration: none;*/
}
.w8-toggle .w8-toggle-trigger.active,
.w8-toggle .w8-toggle-trigger.active:hover {
  color: #ffffff;
  background-color: #f29f24;
  /*background-image: url("images/minus.png");*/
  text-decoration: none;
}
.w8-toggle .w8-toggle-trigger.active:before {
  content: "\f055";
  color: #ffffff;
}
.w8-toggle .w8-toggle-container {
  display: none;
  overflow: hidden;
  padding: 15px;
  border: 0px solid #ddd;
  border-top: 0px;
  background-color: #F3F3F3;
}
/* Accordion
================================================== */
.w8-accordion {
  margin-bottom: 10px;
}
.w8-accordion h3.w8-accordion-trigger {
  border-bottom: 1px solid #ffffff;
  color: #EAEAEA;
  display: block;
  padding: 15px 15px 15px 37px;
  background: #CFCFCF;
  /*background: #CFCFCF url("images/plus.png") no-repeat 15px center;*/
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0px 0 0 !important;
  cursor: pointer;
}
.w8-accordion h3.w8-accordion-trigger:before {
  content: "\f056";
  float: left;
  font-family: 'FontAwesome';
  margin-left: -20px;
  width: 20px;
  color: #EAEAEA;
}
.w8-accordion h3.w8-accordion-trigger a {
  font-family: 'Oswald';
  color: #eaeaea;
  text-decoration: none !important;
  text-transform: uppercase;
}
.w8-accordion .ui-state-focus {
  outline: none;
}
.w8-accordion .w8-accordion-trigger:hover {
  /* background-color: #eee; text-decoration: none; */
}
.w8-accordion .w8-accordion-trigger.ui-state-active {
  background-color: #f29f24;
  /*background-image: url("images/minus.png");*/
  text-decoration: none;
}
.w8-accordion .w8-accordion-trigger.ui-state-active:before {
  content: "\f055";
  color: #ffffff;
}
.w8-accordion .w8-accordion-trigger.ui-state-active a {
  color: #ffffff;
}
.w8-accordion .ui-accordion-content {
  background-color: #f3f3f3;
  padding: 15px;
  border-top: 0px;
  border-bottom: 1px solid #ffffff;
}
.w8-accordion .ui-accordion-content p:last-child {
  margin: 0px;
}
.w8-accordion .ui-icon {
  margin-right: 7px;
}
/* Tabs
================================================== */
.w8-tabs {
  margin-bottom: 10px;
}
.w8-tabs ul.ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 1px;
}
.w8-tabs ul.ui-tabs-nav li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  height: 40px;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  outline: none;
}
.w8-tabs ul.ui-tabs-nav li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Oswald';
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  width: auto;
  height: 39px;
  padding: 0px 20px;
  line-height: 40px;
  border: solid 1px #ffffff;
  border-width: 0px 1px 0 0;
  margin: 0;
  background-color: #CFCFCF;
  font-size: 1em;
  color: #eaeaea;
  outline: none;
}
.w8-tabs ul.ui-tabs-nav li a:hover {
  text-decoration: none;
  /*color: #333; background: #eee; */
}
.w8-tabs ul.ui-tabs-nav .ui-state-active a {
  background: #f29f24;
  color: #ffffff;
}
.w8-tabs ul.ui-tabs-nav .ui-state-active a:hover {
  /*background: #fff*/
}
.w8-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
  margin-left: 0;
}
.w8-tabs .w8-tab-top {
  background-color: #f29f24;
  height: 5px;
  width: 100%;
}
.w8-tabs .tab-content {
  background: #f3f3f3;
  padding: 15px;
}
.w8-tabs ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.w8-tabs ul.tabs:after {
  clear: both;
}
.w8-tabs ul.tabs {
  zoom: 1;
}
.w8-tabs .ui-tabs-hide {
  display: none;
}
.w8-tabs:before,
ul.w8-tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.w8-tabs:after {
  clear: both;
}
.w8-tabs {
  zoom: 1;
}
.w8-tabs .ui-tabs-hide {
  display: none;
}
/* Pricing Table
================================================== */
.w8-pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.w8-pricing-table div {
  list-style: none;
}
.w8-pricing-table > div {
  margin-right: 4%;
  list-style: none;
  text-shadow: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.w8-pricing-table .w8-pricing-header {
  background: #333;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #111;
}
.w8-pricing-table .w8-pricing-header h5 {
  color: #fff;
  font-size: 1.313em;
  margin: 0;
  padding: 0 20px 10px;
  font-weight: bold;
  border-bottom: 1px solid #111;
}
.w8-pricing-table .w8-pricing-cost {
  color: #fff;
  font-size: 1.500em;
  line-height: 1em;
  padding-top: 20px;
  border-top: 1px solid #444;
}
.w8-pricing-table .featured .w8-pricing-header {
  background: #fd5c41;
  margin: -1px;
  color: #fff;
  border-bottom: 1px solid #e72302;
}
.w8-pricing-table .featured .w8-pricing-header h5 {
  color: #fff;
  border-bottom: 1px solid #e72302;
}
.w8-pricing-table .featured .w8-pricing-cost {
  border-top: 1px solid #fe8773;
}
.w8-pricing-table .w8-pricing-per {
  font-size: 0.786em;
  color: #fff;
}
.w8-pricing-table .w8-pricing-content {
  background: #fff;
  font-size: 0.857em;
  text-align: center;
}
.w8-pricing-table .w8-pricing-content ul {
  margin: 0 !important;
  list-style: none !important;
}
.w8-pricing-table .w8-pricing-content ul li {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.w8-pricing-table .w8-pricing-content ul li:nth-child(2n+2) {
  background: #f9f9f9;
}
.w8-pricing-table .w8-pricing-button {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px;
}
.w8-pricing-table .w8-pricing-button .w8-button {
  float: none;
  margin: 0 auto;
}
/* Heading - v1.1
================================================== */
.w8-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.w8-heading.text-align-center {
  text-align: center;
}
.w8-heading.text-align-left {
  text-align: left;
}
.w8-heading.text-align-right {
  text-align: right;
}
/* Googlemap - v1.1
================================================== */
.googlemap {
  position: relative;
  max-width: inherit;
}
.googlemap .map_canvas {
  width: 100%;
  height: 100%;
}
.googlemap .map_canvas h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.map_canvas img {
  max-width: none !important;
}
/* Divider - v1.1
================================================== */
.w8-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none;
}
.w8-divider.solid {
  border-top: 1px solid #E9E9E9;
}
.w8-divider.dashed {
  border-top: 2px dashed #E9E9E9;
}
.w8-divider.dotted {
  border-top: 3px dotted #E9E9E9;
}
.w8-divider.double {
  height: 5px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.w8-divider.fadeout {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#eeeeee), to(#ffffff));
  background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff);
  background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff);
  background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff);
  background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff);
  background-image: radial-gradient(50% 50%, #eeeeee, #ffffff);
}
.w8-divider.fadein {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#ffffff), to(#eeeeee));
  background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee);
  background-image: radial-gradient(50% 50%, #ffffff, #eeeeee);
}
/* Skillbars - 1.3
================================================== */
.w8-skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.w8-skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #6adcfa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.w8-skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.w8-skillbar-bar {
  height: 35px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.w8-skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #444;
  color: rgba(0, 0, 0, 0.4);
}
/* Callout - 1.4
================================================== */
.w8-callout {
  padding: 20px;
  background: #eee;
  position: relative;
  border-radius: 3px;
}
.w8-callout-caption {
  float: left;
  font-size: 1.6em;
  font-weight: 400;
  width: 80%;
  color: #555;
}
.w8-callout-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.w8-callout-button .button {
  height: 40px;
  line-height: 40px;
}
/* List */
.w8-list-exclamation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w8-list-exclamation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.w8-list-exclamation ul li:first-child {
  margin-top: 0px;
}
.w8-list-exclamation ul li:before {
  content: '\f071';
  /* fa-exclamation-triangle */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -20px;
  width: 20px;
  color: #D07808;
}
.w8-list-bullet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w8-list-bullet ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.w8-list-bullet ul li:first-child {
  margin-top: 0px;
}
.w8-list-bullet ul li:before {
  content: '\f10c';
  /* fa-circle */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -20px;
  width: 20px;
  color: #6B881F;
}
.w8-list-tick ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w8-list-tick ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.w8-list-tick ul li:first-child {
  margin-top: 0px;
}
.w8-list-tick ul li:before {
  content: '\f00c';
  /* fa-check */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -20px;
  width: 20px;
  color: #73BE2A;
}
.w8-list-cross ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w8-list-cross ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.w8-list-cross ul li:first-child {
  margin-top: 0px;
}
.w8-list-cross ul li:before {
  content: '\f00d';
  /* fa-times */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -20px;
  width: 20px;
  color: #910E0E;
}
.w8-list-plus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w8-list-plus ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.w8-list-plus ul li:first-child {
  margin-top: 0px;
}
.w8-list-plus ul li:before {
  content: '\f067';
  /* fa-plus */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -20px;
  width: 20px;
  color: #196FB5;
}
.w8-list-address ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 22px;
  font-size: 13px;
}
.w8-list-address ul li {
  margin-bottom: 9px;
}
.w8-list-address ul > li [class^="fa-"],
.w8-list-address ul > li .fa {
  width: 21px;
  margin-left: -21px;
  font-size: 13px;
  color: #f29f24;
}
/* Dropcap */
.w8-dropcap {
  float: left;
  font-size: 36px;
  height: 32px;
  line-height: 32px;
  margin: 5px 10px 0 0;
  text-align: center;
  width: 32px;
}
.w8-dropcap.circle {
  background: none repeat scroll 0 0 #444444;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 24px;
}
.w8-dropcap.square {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
  font-size: 24px;
}
/* PRE */
.w8-pre {
  padding: 20px 15px;
  display: block;
  color: #333;
  margin: 0 auto;
  font: normal 12px Monaco,courier,monospace;
  background: #fff;
  background-image: -webkit-linear-gradient(#f6f6f6 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(#f6f6f6 50%, #ffffff 50%);
  background-image: -ms-linear-gradient(#f6f6f6 50%, #ffffff 50%);
  background-image: -o-linear-gradient(#f6f6f6 50%, #ffffff 50%);
  background-image: linear-gradient(#f6f6f6 50%, #ffffff 50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-position: 0 0;
  line-height: 20px;
  font-size: 13px;
  background-repeat: repeat;
  background-size: 40px 40px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* GOOGLE MAPS*/
.w8_gmap_iframe {
  border: 0px solid #ff0000;
  width: 100%;
}
.w8-big-element {
  margin-bottom: 40px;
}
/* Blockquote */
.w8-blockquote {
  background-color: #F3F3F3;
  padding: 20px 30px 10px 70px;
  font-size: 16px;
  margin-bottom: 20px;
}
.w8-blockquote i.fa {
  margin: 0;
  margin-left: -40px;
  width: 40px;
  font-size: 20px;
  padding: 0;
  color: #D0D0D0;
}
.w8-blockquote blockquote {
  margin: 0;
  margin-bottom: 10px;
  color: ##99997D;
  border: 0px solid #ff0000;
  padding: 0;
}
.w8-blockquote .w8-quote-source {
  color: #ffffff;
  font-size: 12px;
}
/* Provide some responsive support for the Symple Shortcodes
================================================== */
@media only screen and (max-width: 520px) {
  .w8-one-half,
  .w8-one-third,
  .w8-two-third,
  .w8-three-fourth,
  .w8-one-fourth,
  .w8-one-fifth,
  .w8-two-fifth,
  .w8-three-fifth,
  .w8-four-fifth,
  .w8-one-sixth,
  .w8-five-sixth {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .w8-pricing-table > div {
    margin-bottom: 25px;
  }
  .w8-box,
  .w8-box.left,
  .w8-box.right {
    float: none;
    width: 100% !important;
  }
  .w8-tabs ul.ui-tabs-nav {
    margin-left: 0;
  }
  .w8-tabs ul.ui-tabs-nav li {
    width: 100%;
  }
  .w8-tabs ul.ui-tabs-nav li a {
    border-left-width: 1px;
  }
  .w8-tabs ul.ui-tabs-nav .ui-state-active a,
  .w8-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    height: 39px;
    padding-top: 0;
    margin-left: 0;
    top: auto;
    background-color: #eee;
    color: #000;
    font-weight: bold;
  }
  .w8-callout-caption {
    text-align: center;
  }
  .w8-callout-caption {
    float: none;
    font-size: 1.6em;
    font-weight: 400;
    width: 100%;
    color: #555;
  }
  .w8-callout-button {
    position: inherit;
    right: auto;
    top: auto;
    margin: 20px auto 0;
    text-align: center;
  }
}
/*Visibility
================================================== */
.w8-hidden-desktop,
.w8-visible-phone,
.w8-visible-tablet {
  display: none;
}
@media only screen and (max-width: 959px) {
  .w8-hidden-desktop {
    display: block;
  }
  .w8-visible-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .w8-hidden-desktop {
    display: block;
  }
  .w8-visible-desktop {
    display: none;
  }
  .w8-hidden-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .w8-hidden-desktop {
    display: block;
  }
  .w8-visible-desktop {
    display: none;
  }
  .w8-hidden-phone {
    display: none;
  }
}
/* ENDS 11 w8 SHORTCODE CSS*/
/* 12 IE */
/* IE11 */
.ie11 #id_menu .sf-menu li a .wa-plus {
  float: none;
  margin-left: 30px;
}
.ie11 #id_menu .sf-menu li li a .wa-plus {
  top: 18px;
  position: relative;
}
/* IE 11 ENDS */
.ie10 #id_menu .sf-menu li a .wa-plus {
  float: none;
  margin-left: 30px;
  position: relative;
  top: 28px;
  margin-top: 0px;
}
.ie10 #id_menu .sf-menu li li a .wa-plus {
  top: 18px;
  position: relative;
}
/* IE 10 ENDS */
/* IE9 specific styles go here */
.ie9 #id_menu .sf-menu li a .wa-plus {
  float: none;
  margin-left: 30px;
  position: relative;
  top: 28px;
  margin-top: 0px;
}
.ie9 #id_menu .sf-menu li li a .wa-plus {
  top: 18px;
  position: relative;
}
/* IE 9 ENDS */
/* ENDS 11 w8 SHORTCODE CSS*/
/* 13 RESPONSIVE */
@media only screen and (max-width: 768px) {
  .wa-header-logo {
    margin-bottom: 20px;
  }
  #id_menu {
    margin-bottom: 10px;
  }
  #id_menu #mobnav-btn {
    display: block;
    height: 50px;
  }
  #id_menu #mobnav-btn .rmm-button {
    display: block;
    padding-top: 4px;
    max-width: 39px;
    height: 30px;
    background-color: #404040;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #id_menu #mobnav-btn .rmm-button span {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    height: 2px;
    margin: 4px 8px 0;
    width: 23px;
  }
  #id_menu #mobnav-btn.xselected .rmm-button {
    background-color: #f29f24;
  }
  #id_menu #mobnav-btn.xselected .rmm-button span {
    background: none repeat scroll 0 0 #FFFFFF;
  }
  #id_menu .wa-plus {
    display: none;
  }
  #id_menu .mobnav-subarrow {
    float: right;
    display: block;
    cursor: pointer;
    height: 20px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
  }
  #id_menu .mobnav-subarrow:after {
    margin-top: 10px;
    font-family: 'PT Sans';
    content: "+";
    line-height: 13px;
    padding: 1px 4px;
    font-size: 12px;
    color: #9d9b9b;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #9d9b9b;
    border-radius: 3px;
    float: right;
    display: table-cell;
    vertical-align: middle;
  }
  #id_menu .sf-menu {
    width: 100%!important;
    display: none;
  }
  #id_menu .sf-menu.xactive {
    display: block!important;
  }
  #id_menu .sf-menu li {
    float: none!important;
    display: block!important;
    width: 100%!important;
  }
  #id_menu .sf-menu li a {
    float: none!important;
  }
  #id_menu .sf-menu ul {
    position: static!important;
    display: none!important;
  }
  #id_menu .xpopdrop > ul {
    display: block!important;
  }
  #id_menu .sf-menu li ul li a {
    border-color: #e9e9e9;
  }
  #id_menu .sf-menu li ul li ul li a {
    padding-left: 10px;
  }
  #id_menu .sf-menu li ul li ul li ul li a {
    padding-left: 20px;
  }
  #id_menu .sf-menu li li .mobnav-subarrow:after {
    margin-top: 3px;
    -webkit-margin-before: 2px;
  }
  #id_menu .sf-menu li ul,
  #id_menu .sf-menu > li > ul > li > ul > li ul {
    background: none;
  }
  #id_menu .sf-menu ul li,
  #id_menu .sf-menu ul ul li,
  #id_menu .sf-menu ul {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar {
    padding: 0;
    margin: 0;
  }
  .wa-feature-post .wa-feature-post-item {
    padding: 0 7px;
    float: left;
    margin-bottom: 15px;
    width: 50%;
  }
  .wa-feature-post .wa-feature-post-item img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* menu */
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item {
    width: 50%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media {
    width: 100%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media img {
    width: 100%;
  }
  /* */
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item {
    width: 50%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media {
    width: 100%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media img {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item .wa-media {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item .wa-media img {
    width: 100%;
  }
  .side-4-container .side-4-row .side-4-item {
    width: 50%;
  }
  .wa-grid-post .wa-media {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .wa-container .wa-row .wa-one-half {
    width: 100%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item {
    width: 100%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media {
    width: 100%;
  }
  .wa-feature-post-1-4 .wa-feature-post-1-4-container .wa-feature-post-1-4-row .wa-feature-post-item .wa-media img {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item .wa-media {
    width: 100%;
  }
  .wa-feature-post-1-3 .wa-feature-post-1-3-container .wa-feature-post-1-3-row .wa-feature-post-item .wa-media img {
    width: 100%;
  }
  .side-4-container .side-4-row .side-4-item {
    width: 50%;
  }
  .wa-grid-post .wa-media {
    float: none;
    margin-bottom: 10px;
  }
  .wa-grid-post .wa-media img {
    width: 100%;
  }
  .wa-grid-post .wa-media:after {
    clear: both;
  }
  /* COMMENT */
  .commentlist .children .the_comment {
    margin-left: 0px;
  }
  .commentlist .children .children .the_comment {
    margin-left: 0px;
  }
  /* SLIDER */
  .wa-slider-container .wa-slider-section .wa-slider-list {
    /*display:none;*/
  }
  .wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item {
    /*display:none;*/
  }
  .wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title {
    border-bottom: 0px solid #CCCCCC;
  }
  .wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title h2 {
    font-size: 20px;
  }
  .wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-title .wa-line-heading {
    display: none;
  }
  .wa-slider-container .wa-slider-section .wa-slider-list .wa-slider-item .wa-slider-meta {
    display: none;
  }
}
/* ENDS 11 w8 SHORTCODE CSS*/
