/*------------------------------------------------------------------
[Studio Themes]

Project:	Sami Template
Version:	1.0
Last change:	23/01/2015


Info about LESS:

Use this file to edit theme styles. LESS is easy.

Helpful links:
LESS tutorial: http://lesscss.org/
LESS Windows Compiler: http://winless.org/



1. Default Settings
2. Home
3. Menus
4. Sections
5. Shortcodes
6. Porfolio
7. Footer
8. Editor styles
9. Other
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Default Settings]
------------------------------------------------------------------*/
.tb {
  display: table;
  width: 100%;
  position: relative;
}
hr {
  height: 1px;
  border: none;
  background-color: #e4e4e4;
  margin: 30px 0;
}
textarea,
input {
  outline: none;
  font-family: inherit;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: inherit;
  opacity: 1;
}
blockquote {
  color: #292929;
  padding: 0 0px 0 90px;
  font-size: 20px;
  font-family: Georgia,Times,serif;
  font-style: italic;
  position: relative;
}
blockquote:before {
  content: "”";
  font-size: 55px;
  position: absolute;
  top: 15px;
  left: 30px;
}
.tb-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.relative {
  position: relative;
}
h1 {
  font-size: 36px;
  line-height: 46px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px !important;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 16px;
  line-height: 26px;
}
h6 {
  font-size: 13px;
  line-height: 24px;
}
.loading {
  height: 30px;
  background-position: center center;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #292929;
  font-family: 'Oswald', sans-serif;
}
strong {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
#success-message,
#error-message {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #fecd0a;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.col-6,
.col-4 {
  float: left;
}
.col-6 {
  width: 50%;
}
.col-4 {
  width: 33.3%;
}
.nsl {
  padding-left: 0;
}
.nsr {
  padding-right: 0;
}
.ns {
  margin: 0 -10px;
}
.nsb {
  margin-bottom: 0 !important;
}
.nogap {
  margin: 0 !important;
}
.gap-1 {
  margin-bottom: 25px !important;
}
.gap-2 {
  margin-bottom: 40px;
}
.gap-3 {
  margin-top: 35px;
}
.gap-4 {
  margin-top: 10px !important;
}
.gap-5 {
  margin-bottom: 5px !important;
}
.gap-6 {
  margin-bottom: 20px;
}
.gap-7 {
  margin-bottom: 50px !important;
}
@media (max-width: 991px) AND (min-width: 768px) {
  .gap-8 .nsr {
    padding-left: 15px;
  }
}
.gap-9 {
  margin-bottom: 20px !important;
}
.gap-10 {
  margin-bottom: 40px !important;
}
.space-1 {
  padding: 40px;
}
.bordered {
  border: 1px solid #e4e4e4;
}
button::-moz-focus-inner {
  border: 0;
}
.section {
  background-size: cover;
  padding-bottom: 30px;
}
.parallax {
  background-attachment: fixed;
}
/* GENERAL COLOR SETTINGS */
.general-bg,
.menu-style-1 a:hover,
.menu-style-1 .active > a,
.image-container > div > div,
.button-1,
.vote,
.carousel-nav > a,
.slider-style-1 .owl-prev,
.slider-style-1 .owl-next,
.slider-style-2 .owl-prev,
.slider-style-2 .owl-next,
.button-2,
.slider-post .owl-nav > div,
.bar-graph .bar > div,
.highlighted-1,
.dropcap-1:first-letter,
.widget.widget-slideshow .owl-nav > div,
.button-6,
#flex-carousel-1 .flex-prev,
#flex-carousel-1 .flex-next {
  background-color: #fecd0a;
}
.general-color,
.clicked,
#footer-main #widgets .widget a:hover,
.tooltip,
#error404 h1,
#menu-container > ul > li:hover > a,
.widget_tag_cloud a:hover,
.style-form-1 input[type="submit"]:hover,
.style-form-1 button:hover,
.comment-form input[type="submit"]:hover,
.comment-form button:hover,
#social-icons a:hover,
#search-container > div:hover {
  color: #fecd0a !important;
}
@media (min-width: 992px) {
  .ubermenu-active > a {
    color: #fecd0a;
  }
}
/* / GENERAL COLOR SETTINGS */
.general-border,
.menu-style-1 li:hover,
.menu-style-3 ul .active > a,
.menu-style-3 ul li:hover > a,
#header-main #menu-container .megamenu > .sub-menu > li > a {
  border-color: #fecd0a !important;
}
html,
body {
  height: 100%;
}
@media (min-width: 992px) {
  html {
    width: auto !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  clear: both;
}
.push-left {
  float: left;
}
.push-right {
  float: right;
}
body {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  color: #959595;
}
p {
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
.header-style-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  min-height: 55px;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
  line-height: 31px;
}
.header-style-1.right-corner {
  padding-right: 80px !important;
}
.header-style-1.right-corner .corner {
  position: absolute;
  top: 10px;
  right: 0;
}
/*------------------------------------------------------------------
[2. Home
------------------------------------------------------------------*/
.sub-menu {
  background: #343434;
}
#header-main #main-menu {
  width: 100%;
  z-index: 999;
  background-color: #2d2d2d;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
}
#header-main #search-container {
  display: none;
  font-family: 'Oswald', sans-serif;
  position: relative;
  min-height: 55px;
}
#header-main #search-container input[type="text"] {
  width: 100%;
  padding-right: 30px;
  background: transparent;
  border: none;
  margin-top: 12px;
}
#header-main #search-container > div {
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 992px) {
  #header-main #main-menu {
    height: 55px;
  }
}
@media (max-width: 991px) {
  #header-main #main-menu {
    top: 0 !important;
  }
}
#header-main #menu-container {
  float: left;
  /* MEGA MENUS */
}
@media (min-width: 992px) {
  #header-main #menu-container > ul > li {
    float: left;
  }
}
#header-main #menu-container .sub-menu {
  padding: 10px 0;
}
#header-main #menu-container .sub-menu li:last-child > a {
  border-bottom: none;
}
#header-main #menu-container ul li {
  position: relative;
}
#header-main #menu-container > ul > li > a {
  color: #fff;
  font-size: 13px;
  display: block;
  height: 55px;
  line-height: 55px;
  margin-right: 25px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 992px) {
  #header-main #menu-container .sub-menu {
    display: none;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 55px;
    z-index: 9999;
  }
  #header-main #menu-container .sub-menu li {
    display: block;
    position: relative;
  }
  #header-main #menu-container .sub-menu li a {
    display: block;
    width: 160px;
    padding: 5px 7px;
    margin: 0 30px;
    background: transparent !important;
    border-bottom: 1px solid #585858;
  }
  #header-main #menu-container .sub-menu li:hover > a {
    background: #333;
  }
  #header-main #menu-container .sub-menu li:hover > .sub-menu {
    position: absolute;
  }
}
#header-main #menu-container ul > li:hover > .sub-menu {
  display: block;
}
#header-main #menu-container .sub-menu .sub-menu {
  left: 220px;
  top: -10px;
}
#header-main #menu-container .uber-2 h6,
#header-main #menu-container .uber h6 {
  color: #fff;
}
@media (min-width: 992px) {
  #header-main #menu-container .uber-2 {
    position: static;
  }
  #header-main #menu-container .uber-2 > .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 10;
    background-color: #343434;
    display: none;
    min-height: 260px;
    text-align: left;
    overflow: hidden;
    padding: 30px 6px 10px 20px !important;
  }
  #header-main #menu-container .uber-2 > .sub-menu > li {
    position: relative;
    float: left;
    width: 33%;
    padding: 0 15px;
  }
  #header-main #menu-container .uber-2 > .sub-menu > li .image-container,
  #header-main #menu-container .uber-2 > .sub-menu > li h6 a {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  #header-main #menu-container .uber-2 > .sub-menu > li .image-container {
    margin-bottom: 10px !important;
  }
  #header-main #menu-container .uber {
    position: static;
  }
  #header-main #menu-container .uber > .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 10;
    background-color: #343434;
    display: none;
    min-height: 260px;
    text-align: left;
    overflow: hidden;
    padding: 30px 0 !important;
  }
  #header-main #menu-container .uber > .sub-menu > li {
    position: relative;
  }
  #header-main #menu-container .uber > .sub-menu > li {
    width: 23%;
    position: static !important;
  }
  #header-main #menu-container .uber > .sub-menu > li > a {
    display: block;
    padding: 5px 7px;
    position: relative;
    margin: 0 0 0 30px;
    width: auto !important;
  }
  #header-main #menu-container .uber > .sub-menu > li ul {
    display: none;
  }
  #header-main #menu-container .ubermenu-active > ul {
    display: block !important;
  }
  #header-main #menu-container .ubermenu-tab-content-panel {
    width: 77%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 20px;
  }
  #header-main #menu-container .ubermenu-tab-content-panel li {
    float: left;
    margin: 30px 8px;
    padding: 0;
    width: 210px;
  }
  #header-main #menu-container .ubermenu-tab-content-panel .image-container,
  #header-main #menu-container .ubermenu-tab-content-panel h6 a {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  #header-main #menu-container .ubermenu-tab-content-panel .image-container {
    margin-bottom: 10px !important;
  }
  #header-main #menu-container .megamenu {
    position: static;
  }
  #header-main #menu-container .megamenu > .sub-menu {
    width: 100%;
    background: #343434;
    position: absolute;
    padding: 25px 15px;
    top: 55px;
    left: 0;
  }
  #header-main #menu-container .megamenu > .sub-menu .sub-menu {
    padding: 0 !important;
  }
  #header-main #menu-container .megamenu > .sub-menu > li > a,
  #header-main #menu-container .megamenu > .sub-menu > li:hover > a {
    color: #fff !important;
  }
  #header-main #menu-container .megamenu > .sub-menu a {
    width: auto !important;
    padding: 4px 7px !important;
  }
  #header-main #menu-container .megamenu > .sub-menu li:hover > a {
    background: transparent !important;
  }
  #header-main #menu-container .megamenu > .sub-menu li > a {
    background: transparent !important;
    border-bottom: 1px solid #585858;
    margin: 0 0 0 0 !important;
  }
  #header-main #menu-container .megamenu > .sub-menu ul li:last-child > a {
    border-bottom: none;
  }
  #header-main #menu-container .megamenu > .sub-menu ul {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  #header-main #menu-container .megamenu > .sub-menu > li {
    float: left;
    width: 20%;
    margin-right: 6.5%;
  }
  #header-main #menu-container .megamenu > .sub-menu > li:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #header-main #menu-container .ubermenu-tab-content-panel li {
    float: left;
    margin: 30px 8px;
    padding: 0;
    width: 220px;
  }
}
#header-main #menu-container .megamenu:hover .sub-menu {
  display: block;
}
#header-main #social-icons {
  float: right;
}
#header-main #social-icons a {
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
#header-main #logo {
  padding: 53px 0 35px;
}
#header-main #news-ticker {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header-main #news-ticker .hidden-pc {
  margin-top: 15px;
}
#header-main #news-ticker #ticker a {
  color: inherit;
}
#header-main #news-ticker #ticker a:hover {
  text-decoration: underline;
}
#header-main #news-ticker #ticker li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#header-main #news-ticker #ticker-nav {
  display: inline;
  margin: 0 15px 0 5px;
  position: relative;
  z-index: 5;
}
#header-main #news-ticker #ticker-nav span {
  display: none;
}
#header-main #news-ticker #ticker-nav:hover span {
  display: inline;
}
/*------------------------------------------------------------------
[3. Menus]
------------------------------------------------------------------*/
#mobile-menu {
  width: 325px;
  position: fixed;
  overflow: auto;
  height: 100%;
  background: #1e1e1e;
  top: 0;
  left: -325px;
  z-index: 9999;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#mobile-menu > ul li {
  position: relative;
}
#mobile-menu > ul li a {
  padding: 18px 25px;
  display: block;
  color: inherit;
}
#mobile-menu > ul .image-container {
  padding: 0 !important;
  margin: 0 25px;
}
#mobile-menu > ul h6 {
  color: inherit;
  margin: 0;
}
#mobile-menu > ul .menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 16px;
}
#mobile-menu > ul .menu-item-has-children.open > a:after {
  content: "\f106";
}
#mobile-menu > ul > li > a {
  border-bottom: 1px solid #2d2d2d;
}
#mobile-menu > ul ul {
  display: none;
  border-bottom: 1px solid #2d2d2d;
}
#mobile-menu .uber-2 > ul,
#mobile-menu .uber > ul {
  display: none;
}
#mobile-menu #social-icons-2 {
  padding: 20px 25px;
}
#mobile-menu #social-icons-2 a {
  margin-right: 25px;
}
#mobile-menu #search-container-2 {
  padding: 18px 25px;
  border-bottom: 1px solid #2d2d2d;
  position: relative;
}
#mobile-menu #search-container-2 input {
  width: 100%;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 30px 0 0;
  margin: 0;
}
#mobile-menu #search-container-2 button {
  position: absolute;
  background: transparent;
  border: none;
  right: 20px;
  top: 17px;
}
#mobile-button {
  width: 50px;
  height: 55px;
  cursor: pointer;
  padding: 22px 0 0;
}
#mobile-button hr {
  margin: 0 0 3px;
  width: 17px;
  height: 2px;
  background: #e4e4e4;
  border: none;
}
@media (max-width: 991px) {
  #sidebar {
    max-width: 310px;
    margin: auto;
  }
}
.menu-style-1 {
  border: 1px solid #e4e4e4;
  padding: 13px 0;
}
.menu-style-1 ul > li > a {
  text-decoration: none;
  display: block;
  padding: 9px 10px 9px 30px;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #292929;
  font-weight: 400;
  background-color: #fff;
}
.menu-style-2 {
  padding: 50px 30px 20px 30px;
  border: 1px solid #e4e4e4;
}
.menu-style-3 ul li {
  float: left;
  padding: 5px 5px 15px 0 !important;
  margin-right: 15px;
}
.menu-style-3 ul li a {
  font-family: 'Oswald', sans-serif;
  color: #292929;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block;
  padding-bottom: 5px;
}
/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
#error404 h1 {
  font-size: 50px;
  margin-bottom: 25px;
}
#error404 h2 {
  margin-bottom: 25px;
}
#error404 hr {
  margin: 50px 0 0;
}
.widget {
  position: relative;
  margin-bottom: 30px;
}
.widget header {
  margin-bottom: 25px;
}
.widget header h1,
.widget header h2,
.widget header h3,
.widget header h4,
.widget header h5,
.widget header h6 {
  margin-bottom: 0;
}
.widget li {
  word-wrap: break-word;
}
.widget .menu-style-3 li {
  border-bottom: none;
}
.widget_categories li {
  position: relative;
  padding-right: 40px;
  margin-bottom: 7px !important;
  padding-bottom: 7px !important;
}
.widget_categories li a {
  padding: 3px 20px 3px 0px;
}
.widget_categories li .count {
  position: absolute;
  top: -2px;
  right: 0;
  background: transparent;
  margin: 0;
  width: auto !important;
}
.widget_tag_cloud a {
  display: inline-block;
  padding: 7px 12px;
  margin: 0 5px 5px 0;
  border: 1px solid #e4e4e4;
  color: #282828;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.widget-twitter li {
  padding-left: 35px;
  position: relative;
}
.widget-twitter li h6 {
  color: inherit;
  margin-bottom: 0;
}
.widget-twitter li span {
  color: #282828;
}
.widget-twitter li a {
  text-decoration: underline;
}
.widget-twitter li:before {
  content: "\f099";
  font-family: 'FontAwesome';
  position: absolute;
  top: -3px;
  font-size: 14px;
  left: 0;
}
aside .widget li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
}
aside .widget li span {
  color: #282828;
}
aside .widget li a {
  font-size: 13px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
aside .widget li:last-child {
  border-bottom: none;
}
aside .flickr-container {
  background-color: transparent;
  padding: 5px;
  margin-bottom: 5px;
  margin: 0 -7px;
}
aside .flickr-container img {
  width: 30%;
  margin: 1%;
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.widget.widget-slideshow img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.widget.widget-slideshow .owl-item div > div {
  overflow: hidden;
  margin-bottom: 10px;
}
.widget.widget-slideshow img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  /* Opera */
}
.widget.widget-slideshow .owl-prev,
.widget.widget-slideshow .owl-next {
  position: absolute;
  top: 34%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #282828;
}
.widget.widget-slideshow .owl-prev {
  left: 10px;
}
.widget.widget-slideshow .owl-next {
  right: 10px;
}
#flex-thumbcarousel-1 .flex-active-slide .image-container div > div,
#flex-thumbcarousel-1 .flex-active-slide .image-container div > span {
  display: none;
}
#flex-carousel-1 {
  position: relative;
}
#flex-carousel-1 .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#flex-carousel-1 .flex-direction-nav .flex-prev {
  left: 20px !important;
}
#flex-carousel-1 .flex-direction-nav .flex-next {
  right: 20px !important;
}
#flex-carousel-1 .flex-direction-nav .flex-prev,
#flex-carousel-1 .flex-direction-nav .flex-next {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
.slider-post {
  position: relative;
}
.slider-post .owl-nav > div {
  color: #292929;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 48%;
}
.slider-post .owl-nav .owl-prev {
  left: 20px;
}
.slider-post .owl-nav .owl-next {
  right: 20px;
}
#page {
  margin-top: 50px;
}
.head-post {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.head-post h6 {
  margin-bottom: 5px;
}
#subpage #page .row {
  margin-bottom: 30px;
}
#subpage > header {
  margin: 0px auto 35px;
  text-align: center;
}
#subpage > header .col-md-12 > div {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 30px 15px;
  margin-top: -1px !important;
}
#subpage > header .col-md-12 h1 {
  margin: 0 0 5px 0 !important;
  font-size: 30px;
  font-weight: 400;
}
#subpage #post-tags {
  color: #292929;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
#subpage #post-tags a {
  margin: 0 10px 10px 0;
}
#subpage #post-social {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  font-size: 15px;
}
#subpage #post-social a {
  margin: 0 30px 10px 0;
}
#subpage #share {
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  line-height: 27px;
  margin-bottom: 0;
}
#subpage #comments-form {
  margin-top: 30px;
}
#subpage #post-nav-2 {
  padding: 25px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#subpage #post-latest {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
#subpage #post-comments {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
#subpage #post-comments h1,
#subpage #post-comments h2,
#subpage #post-comments h3,
#subpage #post-comments h4,
#subpage #post-comments h5,
#subpage #post-comments h6 {
  margin-bottom: 0;
}
#subpage #prev-post,
#subpage #next-post {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#subpage #prev-post a,
#subpage #next-post a {
  font-family: 'Oswald', sans-serif;
}
#subpage #prev-post h6,
#subpage #next-post h6 {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#subpage #prev-post h6 a:before,
#subpage #next-post h6 a:before {
  content: "";
  margin-right: 0 !important;
}
#subpage #prev-post h6 a:after,
#subpage #next-post h6 a:after {
  content: "";
  margin-left: 0 !important;
}
#subpage #prev-post {
  border-right: 1px solid #e4e4e4;
  text-align: left;
}
#subpage #prev-post a:before {
  margin-right: 20px;
  font-family: FontAwesome;
  content: "\f053";
  font-size: 12px;
}
#subpage #next-post {
  text-align: right;
}
#subpage #next-post a:after {
  margin-left: 20px;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 12px;
}
#subpage #list-comments .fn {
  font-family: 'Oswald', sans-serif;
  color: #292929;
  font-size: 14px;
}
#subpage #list-comments .commentmetadata,
#subpage #list-comments .comment-author.vcard {
  display: inline;
}
#subpage #list-comments li > .comment-body {
  position: relative;
  padding: 30px 20px 30px 85px;
  border-bottom: 1px solid #e4e4e4;
}
#subpage #list-comments li > .comment-body p {
  margin-top: 10px;
}
#subpage #list-comments li > .comment-body .avatar {
  position: absolute;
  top: 37px;
  left: 0;
}
#subpage #list-comments li li .comment-body {
  padding: 40px 0px 30px 145px;
}
#subpage #list-comments li li .comment-body .avatar {
  left: 65px;
  top: 50px;
}
#subpage #post-author {
  padding: 35px 0 35px 100px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
#subpage #post-author p {
  margin-bottom: 0;
}
#subpage #post-author img {
  position: absolute;
  top: 35px;
  left: 0;
}
.info-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.info-post-2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.two-col .news-style-2,
.three-col .news-style-2 {
  margin-bottom: 60px;
}
.two-col #post-nav,
.three-col #post-nav {
  margin-top: -30px;
}
.style-form-1 input[type="text"],
.comment-form input[type="text"] {
  margin-bottom: 20px;
  float: left;
  width: 32%;
}
.style-form-1 #email,
.comment-form #email {
  margin: 0 2%;
}
.style-form-1 textarea,
.comment-form textarea {
  width: 100%;
  height: 200px;
  max-width: 100%;
}
.style-form-1 input[type="text"],
.comment-form input[type="text"],
.style-form-1 textarea,
.comment-form textarea,
.style-form-1 input[type="submit"],
.comment-form input[type="submit"] {
  padding: 10px 20px;
  border: 1px solid #e4e4e4;
  font-family: 'Oswald', sans-serif;
  background: #fff;
  font-size: 14px;
  color: #959595;
}
.style-form-1 input[type="submit"],
.comment-form input[type="submit"],
.style-form-1 button,
.comment-form button {
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.style-form-1 #loading-form,
.comment-form #loading-form {
  display: none;
}
.error-input {
  border-color: #E53F51 !important;
}
/*------------------------------------------------------------------
[5. Shortcodes]
------------------------------------------------------------------*/
.author {
  margin-bottom: 25px;
  position: relative;
}
.author > div {
  float: left;
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.author > div img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.author > div img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  /* Opera */
}
.author hr {
  margin: 15px 0;
}
.author footer {
  margin-top: 25px;
  position: relative;
  clear: both;
}
.author footer h6 {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline;
  color: inherit;
  padding-right: 20px;
}
.author footer hr {
  position: absolute;
  top: 0px;
  width: 100%;
}
#map-canvas {
  height: 360px;
  width: 100%;
}
#map-canvas img {
  max-width: none !important;
}
#map-canvas .logo-map {
  max-width: 60px !important;
}
.content-map {
  max-width: 250px !important;
  line-height: 20px;
}
#tooltip-cloud {
  padding: 6px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #292929;
  color: #828282;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  z-index: 5;
}
#tooltip-cloud i {
  font-size: 19px;
  position: absolute;
  bottom: -10px;
  color: #292929;
  left: 48%;
}
.highlighted-1,
.highlighted-2 {
  padding: 5px;
  margin: 0 3px;
}
.highlighted-1 {
  color: #292929;
}
.dropcap-1:first-letter {
  padding: 7px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.dropcap-2:first-letter {
  color: #292929;
  font-size: 25px;
  font-weight: 600;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
.highlighted-2 {
  color: #fff;
  background-color: #7A7A7A;
}
.pricing-table-1 {
  text-align: center;
}
.pricing-table-1 ul {
  border: 1px solid #e4e4e4;
}
.pricing-table-1 ul li:first-child h4 {
  margin-bottom: 0;
}
.pricing-table-1 ul li {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.pricing-table-1 ul li:last-child {
  border-bottom: none;
}
.pricing-table-1 ul li:last-child a {
  font-family: 'Oswald', sans-serif;
}
.testimonial {
  padding: 30px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.testimonial .testimonial-content {
  margin-bottom: 20px;
}
.testimonial footer {
  font-family: 'Oswald', sans-serif;
}
.testimonial footer img {
  margin-right: 10px;
}
.toggle-1 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 5px;
}
.toggle-1 .toggle-title,
.toggle-1 .toggle-content {
  padding-left: 60px;
}
.toggle-1 .toggle-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
}
.toggle-1 .toggle-title h6 {
  margin-bottom: 0;
}
.toggle-1 .toggle-content {
  display: none;
}
.toggle-1 .toggle-arrow {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: #292929;
  position: absolute;
  top: 0;
  left: 20px;
}
.toggle-2 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 5px;
}
.toggle-2 .toggle-title,
.toggle-2 .toggle-content {
  padding-left: 20px;
}
.toggle-2 .toggle-title {
  padding: 10px 18px;
  margin-bottom: 20px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.toggle-2 .toggle-title h6 {
  margin-bottom: 0;
}
.toggle-2 .toggle-content {
  display: none;
}
.toggle-2 .toggle-arrow {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: #292929;
  position: absolute;
  top: 15px;
  right: 20px;
}
.tabs-1 nav ul {
  padding: 0 5px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.tabs-1 nav ul li {
  float: left;
}
.tabs-1 nav ul li > a {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  padding: 6px 12px;
  display: block;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.tabs-1 nav ul .active > a {
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.tabs-2 nav ul {
  margin-bottom: 20px;
}
.tabs-2 nav ul li {
  float: left;
}
.tabs-2 nav ul li > a {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  padding: 6px 20px 6px 0px;
  display: block;
  border-bottom: 2px solid transparent;
  margin-right: 5px;
}
.tabs-2 nav ul .active > a {
  border-bottom: 2px solid #282828;
}
.tabs-3 {
  display: table;
}
.tabs-3 .tabs-container {
  display: table-cell;
  width: 80%;
  border-left: 1px solid #e4e4e4;
  padding-left: 25px;
  vertical-align: top;
}
.tabs-3 nav {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
.tabs-3 nav ul {
  margin-bottom: 20px;
  margin-top: 8px;
}
.tabs-3 nav ul li > a {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  padding: 6px 20px 6px 0px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid transparent;
}
.tabs-3 nav ul li:first-child > a {
  border-top: 1px solid #e4e4e4;
}
.tabs-3 nav ul .active > a {
  border-right: 1px solid #fff;
  position: relative;
  right: -1px;
}
.tabs-4 {
  display: table;
}
.tabs-4 .tabs-container {
  display: table-cell;
  width: 80%;
  border-right: 1px solid #e4e4e4;
  padding-right: 25px;
  vertical-align: top;
}
.tabs-4 nav {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
.tabs-4 nav ul {
  margin-bottom: 20px;
  margin-top: 8px;
}
.tabs-4 nav ul li > a {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #282828;
  padding: 6px 0px 6px 20px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid transparent;
  text-align: right;
}
.tabs-4 nav ul li:first-child > a {
  border-top: 1px solid #e4e4e4;
}
.tabs-4 nav ul .active > a {
  border-left: 1px solid #fff;
  position: relative;
  left: -1px;
}
.heading-bordered {
  float: left;
  padding: 5px 15px 5px 0;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 0;
  margin-right: 15px;
  color: inherit;
}
.tabs-container > div:first-child {
  display: block;
}
.tabs-container > div {
  display: none;
}
.carousel article {
  padding: 0 10px;
}
.flickr-container {
  background-color: #1e1e1e;
  padding: 5px;
  margin-bottom: 5px;
  max-width: 325px;
}
.flickr-container img {
  width: 21%;
  margin: 2%;
}
.heading-bordered-2 {
  float: right;
  padding: 5px 0 5px 15px;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 0;
  margin-left: 15px;
  color: inherit;
}
.heading-bordered-3 {
  margin-bottom: 20px;
  color: inherit;
}
.heading-bordered-4 {
  margin-bottom: 20px;
}
.heading-bordered-4 h6 {
  background-color: #fff;
  display: inline;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.heading-bordered-4 hr {
  position: relative;
  top: -17px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0;
}
.image-container {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.image-container img {
  width: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.image-container > .vote {
  font-family: 'Oswald', sans-serif;
  color: #292929;
  letter-spacing: 0px;
  font-size: 13px;
  position: absolute;
  top: 20px;
  line-height: 13px;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.image-container > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: right;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.79)));
  /* Come,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c9000000', GradientType=0);
  /* IE6-8 */
}
.image-container > div > div {
  color: #292929;
  padding: 3px 5px;
  display: inline;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
}
.image-container > div span {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  display: block;
  letter-spacing: 0px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button-3.b-green {
  background-color: #53CC38;
}
.button-4.b-green {
  color: #53cc38;
  border-color: #53cc38;
}
.button-4.b-green:hover {
  border-color: rgba(83, 204, 56, 0.4);
}
.button-3.b-blue {
  background-color: #138ABC;
}
.button-4.b-blue {
  color: #138abc;
  border-color: #138abc;
}
.button-4.b-blue:hover {
  border-color: rgba(19, 138, 188, 0.4);
}
.button-3.b-grey {
  background-color: #E6E6E6;
  color: #292929 !important;
}
.button-4.b-grey {
  border-color: #e6e6e6;
  color: #292929;
}
.button-4.b-grey:hover {
  border-color: rgba(230, 230, 230, 0.4);
}
.button-3.b-red {
  background-color: #E53F51;
}
.button-4.b-red {
  color: #e53f51;
  border-color: #e53f51;
}
.button-4.b-red:hover {
  border-color: rgba(229, 63, 81, 0.4);
}
.button-3.b-cherry {
  background-color: #93516A;
}
.button-4.b-cherry {
  color: #93516a;
  border-color: #93516a;
}
.button-4.b-cherry:hover {
  border-color: rgba(147, 81, 106, 0.4);
}
.button-3.b-orchid {
  background-color: #9761AC;
}
.button-4.b-orchid {
  color: #9761ac;
  border-color: #9761ac;
}
.button-4.b-orchid:hover {
  border-color: rgba(151, 97, 172, 0.4);
}
.button-3.b-pink {
  background-color: #E64883;
}
.button-4.b-pink {
  color: #e64883;
  border-color: #e64883;
}
.button-4.b-pink:hover {
  border-color: rgba(230, 72, 131, 0.4);
}
.button-3.b-orange {
  background-color: #F98804;
}
.button-4.b-orange {
  border-color: #f98804;
  color: #f98804;
}
.button-4.b-orange:hover {
  border-color: rgba(249, 136, 4, 0.4);
}
.button-3.b-skyblue {
  background-color: #02ABDB;
}
.button-4.b-skyblue {
  color: #02abdb;
  border-color: #02abdb;
}
.button-4.b-skyblue:hover {
  border-color: rgba(2, 171, 219, 0.4);
}
.button-3:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
  filter: alpha(opacity = (70));
}
.b-medium {
  padding: 10px 25px !important;
}
.b-large {
  padding: 13px 30px !important;
}
.button-3 {
  padding: 7px 20px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 2px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: 'Oswald', sans-serif;
}
.button-4 {
  padding: 7px 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 2px;
  font-size: 13px;
  line-height: 20px;
  border: 2px solid;
  letter-spacing: 0px;
  font-family: 'Oswald', sans-serif;
}
.button-5 {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #e4e4e4;
  font-family: 'Oswald', sans-serif;
}
.button-6 {
  display: inline-block;
  padding: 10px 25px;
  line-height: 15px;
  color: #282828;
  font-family: 'Oswald', sans-serif;
}
.button-6:hover {
  color: #282828;
}
.read-more-infinity {
  visibility: hidden;
}
.media-post {
  margin-bottom: 20px;
}
.image-container:hover img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  /* Opera */
}
.slider-style-1 .owl-item {
  opacity: 0.75;
}
.slider-style-1 .owl-item.active.center {
  opacity: 1;
}
.slider-style-1 .owl-prev,
.slider-style-1 .owl-next {
  position: absolute;
  top: 45%;
}
.slider-style-1 .owl-prev {
  left: 10px;
}
.slider-style-1 .owl-next {
  right: 0;
}
.slider-style-2 .owl-prev,
.slider-style-2 .owl-next {
  position: absolute;
  top: 45%;
}
.slider-style-2 .owl-prev {
  left: 10px;
}
.slider-style-2 .owl-next {
  right: 0;
}
#owl-carousel-3 {
  margin-bottom: 30px;
}
#owl-carousel-6 h6 {
  margin-left: 0;
  margin-right: 0;
}
.news-style-1 .image-container {
  float: left;
  width: 33.3%;
}
.news-style-2 header .image-container {
  margin-bottom: 15px;
}
.news-style-2 header h6 {
  margin-bottom: 5px;
}
.news-style-3 {
  margin-bottom: 15px;
}
.news-style-3 .image-container {
  margin-bottom: 25px;
}
.news-style-3 footer {
  margin-top: 10px;
}
.news-style-3 footer span {
  margin: 0 10px;
}
#post-nav {
  margin-top: 50px;
}
#post-nav .button-2 {
  margin: 0 1px;
  font-family: 'Oswald', sans-serif;
}
#post-review {
  margin-bottom: 30px;
}
#post-review header {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin: 35px 0 25px;
}
#post-review header h6 {
  margin-bottom: 0;
}
.button-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #292929 !important;
  display: inline-block;
  margin: 0 4px 4px 0;
}
.slider-style-1 .owl-prev,
.slider-style-1 .owl-next,
.slider-style-2 .owl-prev,
.slider-style-2 .owl-next,
.button-2,
#flex-carousel-1 .flex-prev,
#flex-carousel-1 .flex-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #292929 !important;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.carousel-nav {
  float: right;
  padding-left: 10px;
  padding-top: 2px;
  border-left: 1px solid #e4e4e4;
}
.carousel-nav a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #292929 !important;
  display: inline-block;
  margin: 0 3px 3px 0;
  font-size: 14px;
}
.content-style-1 article {
  position: relative;
  padding-left: 95px;
  min-height: 60px;
}
.content-style-1 article h6 {
  margin-bottom: 0 !important;
}
.content-style-1 article img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.content-style-1 article span {
  font-family: 'Oswald', sans-serif;
}
.content-style-1 article > div {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  overflow: hidden;
}
.content-style-1 article > div .vote {
  font-family: 'Oswald', sans-serif;
  color: #292929;
  letter-spacing: 0px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  line-height: 13px;
  right: 0;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.content-style-2 article {
  position: relative;
  padding-left: 135px;
  min-height: 80px;
  margin-bottom: 15px;
}
.content-style-2 article img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.content-style-2 article h6 {
  margin-bottom: 0 !important;
}
.content-style-2 article span {
  font-family: 'Oswald', sans-serif;
}
.content-style-2 article > div {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 110px;
  overflow: hidden;
}
.content-style-2 article > div .vote {
  font-family: 'Oswald', sans-serif;
  color: #292929;
  letter-spacing: 0px;
  font-size: 13px;
  position: absolute;
  bottom: 0px;
  line-height: 13px;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.content-style-1 article img:hover,
.content-style-2 article img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  /* Opera */
}
.content-style-3 img {
  margin-bottom: 10px;
}
.content-style-3 h6 {
  margin: 0 10px;
}
.read-more-1 {
  text-align: right;
  margin-top: 63px;
  font-style: italic;
}
.read-more-2 {
  text-align: right;
  margin: 20px 0;
  font-style: italic;
}
.item {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
.masonry-1 {
  width: 100%;
  position: relative;
  visibility: hidden;
}
.masonry-1 .item {
  width: 25%;
}
.masonry-1 .item.x2 {
  width: 50% !important;
}
.bar-graph {
  margin-bottom: 20px;
}
.bar-graph h6 {
  margin-bottom: 8px;
}
.bar-graph .bar {
  position: relative;
  height: 10px;
  background-color: #E4E4E4;
}
.bar-graph .bar span {
  top: -35px;
  right: 0;
  position: absolute;
  font-size: 13px;
  color: #292929;
  font-family: 'Oswald', sans-serif;
}
.bar-graph .bar > div {
  height: 10px;
}
/*------------------------------------------------------------------
[6. Portfolio]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[7. Footer]
------------------------------------------------------------------*/
#footer-main {
  padding-top: 80px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#footer-main #widgets {
  background-color: #2d2d2d;
  padding: 70px 0;
}
#footer-main #widgets .widget h6 {
  color: #fff;
  margin-bottom: 20px;
}
#footer-main #widgets .widget a {
  color: #fff;
  text-decoration: none;
  font-family: Oswald;
  letter-spacing: 0px;
}
#footer-main #widgets .content-style-2 article {
  margin-bottom: 20px;
}
#footer-main #widgets .content-style-2 article h6 {
  color: #fff;
}
#footer-main #copyright {
  background-color: #1e1e1e;
  padding: 30px 0;
  font-family: 'Open Sans', sans-serif;
  color: #959595;
}
#footer-main #copyright nav {
  text-align: right;
}
#footer-main #copyright nav ul li {
  display: inline;
  padding: 0 15px;
  border-right: 1px solid;
}
#footer-main #copyright nav ul li a {
  text-decoration: none;
}
#footer-main #copyright nav ul li:last-child {
  border-right: none !important;
}
/*------------------------------------------------------------------
[8. Editor styles]
------------------------------------------------------------------*/
.edit-styles ol,
.comment-body ol {
  margin: 20px;
  list-style: decimal;
}
.edit-styles ul,
.comment-body ul {
  margin: 20px 10px;
}
.edit-styles ul li,
.comment-body ul li {
  margin-left: 50px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.edit-styles table,
.comment-body table {
  margin: 20px 0;
}
.edit-styles dl,
.comment-body dl {
  margin: 20px 0;
}
.edit-styles dl dd,
.comment-body dl dd {
  margin-left: 20px;
  font-style: italic;
}
.edit-styles strong,
.comment-body strong {
  font-weight: bold;
}
.edit-styles pre,
.comment-body pre {
  word-wrap: break-word;
  padding: 15px;
  overflow: auto;
  background-color: #eee;
  margin: 20px 0;
}
em {
  font-style: italic;
}
.wp-caption-text {
  margin-top: 5px;
}
.gallery-caption {
  text-align: center;
}
.bypostauthor {
  height: auto;
}
.edit-styles q,
.comment-body q {
  font-style: italic;
  padding-left: 20px;
}
.edit-styles ol li ol,
.comment-body ol li ol {
  list-style: upper-alpha;
}
dt {
  font-weight: bold;
}
.alignright {
  float: right;
  margin: 0 0 5px 5px;
}
.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}
.aligncenter {
  text-align: center;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code {
  font-family: courier;
  white-space: nowrap;
  background-color: #F7F7F9;
  color: #DD1144;
  padding: 2px 4px;
  border: 1px solid #E1E1E8;
}
address {
  font-style: italic;
}
.edit-styles ol li ol li ol,
.comment-body ol li ol li ol {
  list-style: lower-alpha;
}
.wp-caption {
  max-width: 100% !important;
  text-align: center;
}
.edit-styles table,
.comment-body table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 20px auto;
}
.edit-styles td,
.edit-styles th,
.comment-body td {
  padding: 10px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
/*------------------------------------------------------------------
[9. Other]
------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 991px) {
  .gap-9 {
    margin-bottom: 40px !important;
  }
  .mobile-open {
    margin-left: 325px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: fixed;
  }
  .mobile-open #mobile-menu {
    left: 0 !important;
  }
  .open > ul {
    display: block !important;
  }
  .read-more-1 {
    margin-top: 10px;
  }
  #menu-container > ul {
    display: none;
  }
  .column {
    margin-bottom: 20px;
  }
  #ticker {
    margin-bottom: 10px;
  }
  #logo-container {
    margin-bottom: 15px;
  }
  .news-style-3.gap-5 {
    margin-bottom: 25px !important;
  }
  .nsl {
    padding-right: 0;
  }
  .nsr {
    padding-left: 0;
  }
  #post-latest .news-style-2 {
    margin-bottom: 20px;
  }
  #sidebar .content-style-1 article {
    padding-left: 65px;
  }
  #sidebar .content-style-1 article img {
    max-width: 50px;
  }
  #sidebar .widget .menu-style-3 li {
    float: none !important;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0 !important;
    text-align: center;
  }
  #sidebar .widget .button-1 {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 3px 0;
  }
  #footer-main #copyright {
    text-align: center;
  }
  #footer-main #copyright nav {
    text-align: center;
  }
  #footer-main .content-style-2 article {
    padding-left: 100px !important;
  }
  #footer-main .content-style-2 article > div {
    max-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
  .col-6,
  .col-4 {
    float: none;
    width: 100%;
  }
  .header-style-1.right-corner-2 {
    padding-bottom: 15px;
    min-height: 90px;
    position: relative;
    padding-right: 0px;
  }
  .header-style-1.right-corner-2 .heading-bordered {
    float: none !important;
    display: inline-block;
    border: none;
    margin-bottom: 10px;
    width: 130px;
    clear: both;
  }
  .header-style-1.right-corner-2 .heading-bordered-2 {
    float: none !important;
    border: none;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
  }
  #post-social h6 {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
  }
  .header-style-1.right-corner {
    padding-bottom: 15px;
    min-height: 90px;
    position: relative;
  }
  .header-style-1.right-corner .heading-bordered {
    float: none;
    display: inline-block;
    border: none;
    margin-bottom: 10px;
  }
  .header-style-1.right-corner .corner {
    bottom: 15px;
    top: auto;
  }
  .header-style-1.right-corner .corner .carousel-nav {
    float: none !important;
    clear: both;
    margin-top: 10px;
  }
  .author > div {
    float: none;
    margin: 0 0 20px 0;
  }
  .news-style-1 .image-container {
    float: left;
    width: 50%;
  }
  .masonry-1 .item {
    width: 50% !important;
    float: left;
  }
  .masonry-1 .item.x2 {
    width: 100% !important;
  }
  #post-author {
    padding-left: 0 !important;
  }
  #post-author img {
    position: static !important;
    display: block;
    margin-bottom: 20px;
  }
  #share {
    margin: 15px 0 0 0;
    float: none;
  }
  #subpage #list-comments li .comment-body {
    padding: 20px 0 !important;
  }
  #subpage #list-comments li .comment-body .avatar {
    position: static !important;
    display: block;
    margin-bottom: 20px;
  }
  #subpage #comments-form input[type="text"] {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .widget .button-1 {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin: 0 4px 6px 0 !important;
  }
}
@media only screen and (max-width: 540px) {
  #post-nav-2 .tb,
  #post-nav-2 #prev-post,
  #post-nav-2 #next-post {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .mobile-open {
    margin-left: 220px;
  }
  #mobile-menu {
    width: 220px;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .widget.widget-slideshow .owl-prev,
  .widget.widget-slideshow .owl-next {
    top: 22%;
  }
}
@media (max-width: 400px) {
  #social-icons a {
    display: none !important;
  }
  #social-icons a.search-icon {
    display: block !important;
  }
}
