/*!
 * Theme Name:  AquaMag
 * Theme URI:   http://www.theme-junkie.com/themes/aquamag
 * Description: A unique, modern and fully responsive magazine WordPress theme from <a href="http://www.theme-junkie.com/">Theme Junkie</a>. AquaMag perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version:     1.0.5
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:       two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: aquamag
 *
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * AquaMag WordPress Theme, Copyright 2014 http://www.theme-junkie.com/
 * AquaMag is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/* Font-face Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff") format("woff"), url("assets/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 14px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body.box header.header-main, body.box .site-content, body.box footer.footer-main {
  max-width: 480px;
  margin: 0 auto; }

.uk-container-center {
  max-width: 480px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Oswald", serif;
  font-weight: 400; }

h1 {
  font-size: 32px;
  line-height: 37px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px;
  line-height: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

@media (min-width: 768px) {
  body.box header.header-main, body.box .site-content, body.box footer.footer-main {
    max-width: 980px; }
  .uk-container-center {
    max-width: 980px; } }

@media (min-width: 1220px) {
  body.box header.header-main, body.box .site-content, body.box footer.footer-main {
    max-width: 1200px; }
  .uk-container-center {
    max-width: 1200px;
    padding: 0 30px; }
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -30px; }
  .uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 30px; } }

/*===  top-nav ===*/
.top-nav-left .uk-navbar-toggle {
  font-size: 25px;
  color: #ffffff;
  padding: 0;
  line-height: 37px; }

.top-nav-left ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  padding-right: 15px; }
  .top-nav-left ul li a:hover {
    text-decoration: underline; }

.top-nav-left .uk-navbar-nav > li > a {
  height: 45px;
  padding: 0 15px 0 0; }

.top-nav-left .uk-navbar-nav > li > a[href='#'] {
  cursor: pointer; }

.nav-parent .uk-dropdown-navbar {
  background: #299ed5;
  color: #ffffff; }

.nav-parent .uk-dropdown {
  padding-top: 0; }

.nav-parent .uk-dropdown-navbar i {
  padding-right: 5px; }

.nav-parent .uk-dropdown-navbar a {
  font-size: 11px;
  font-weight: 300;
  padding-bottom: 0; }

.nav-parent .uk-dropdown-navbar a:hover {
  background-color: transparent; }

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.top-nav-left .uk-navbar-nav > li:hover > a,
.top-nav-left .uk-navbar-nav > li > a:focus,
.top-nav-left .uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  color: #ffffff;
  /* 3 */
  outline: none; }

/* OnClick */
.top-nav-left .uk-navbar-nav > li > a:active {
  background-color: transparent;
  color: #ffffff; }

/* Active */
.top-nav-left .uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #ffffff; }

.top-nav-right {
  padding-top: 0;
  text-align: right;
  float: right; }

.top-nav-right ul {
  margin: 0;
  padding: 0;
  float: right; }

.top-nav-right ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 15px; }

.top-nav-right ul li a {
  color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.top-nav-right .uk-navbar-toggle {
  padding-right: 0;
  float: none;
  display: inline; }

.top-nav-right .uk-navbar-toggle:after {
  content: "\f002";
  font-size: 19px;
  color: #ffffff; }

.top-nav-right form {
  float: right; }

.search-button {
  background-color: transparent;
  border: none;
  height: 23px;
  margin-top: 8px;
  margin-left: 0; }

@media (min-width: 768px) {
  .top-nav-right {
    padding-top: 12px; }
  .search-button {
    background-color: transparent;
    border-left: 1px solid #ffffff;
    height: 23px;
    margin-top: 0;
    margin-left: 15px; } }

/*===  main-nav ===*/
.main-nav {
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
  background-color: #ffffff; }

.main-nav > .uk-container > .uk-grid {
  margin-right: 0; }

.brand a.logo {
  line-height: 83px; }

.main-menu .uk-navbar-nav {
  float: right;
  margin-right: 30px; }

.main-menu .uk-navbar-nav > li {
  margin-left: 15px; }

.main-menu .uk-navbar-nav > li > a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  height: auto;
  line-height: 80px;
  border-bottom: 3px solid transparent;
  background-color: transparent; }

.main-menu .uk-navbar-nav > li > a:hover, .main-menu .uk-navbar-nav > li.uk-active > a {
  color: #f16349;
  border-bottom: 3px solid #f16349;
  background-color: transparent; }

.main-menu .uk-navbar-toggle {
  font-size: 25px;
  color: #299ed5;
  padding: 0;
  float: right;
  margin-top: 25px;
  padding: 0 6px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.main-menu .uk-navbar-toggle span {
  font-size: 13px;
  color: #299ed5;
  padding-right: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.main-nav-right {
  text-align: center;
  background-color: #ecf4f8; }

/*===  nav-tab ===*/
.main-nav-left .uk-grid {
  position: relative; }

.main-menu .uk-navbar-nav > li.dropdown-tab {
  position: static; }

.alltabs {
  width: 100%;
  padding: 25px 0;
  border: 0;
  border-bottom: 3px solid #299ed5;
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5; }

.alltabs .uk-grid:not(.uk-grid-preserve) + .uk-grid {
  margin-top: 0 !important; }

.dropdown-menu .uk-tab > li > a:hover,
.dropdown-menu .uk-tab > li > a:focus,
.dropdown-menu .uk-tab > li.uk-open > a {
  border-color: transparent;
  background-color: transparent; }

.dropdown-menu .uk-tab > li.uk-active > a {
  background-color: transparent; }

.nav-tabs {
  margin-left: 30px;
  border: none; }

.dropdown-menu .uk-tab-left > li:not(.uk-active) > a:hover, .dropdown-menu .uk-tab-left > li:not(.uk-active) > a:focus {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0; }

.dropdown-menu .uk-tab > li:not(.uk-active) > a:hover, .dropdown-menu .uk-tab > li:not(.uk-active) > a:focus, .dropdown-menu .uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  padding-bottom: 0; }

.nav-tabs > li {
  float: none;
  list-style-type: none;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.nav-tabs > li:last-child {
  border-bottom: none; }

.nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  padding: 0; }

.nav-tabs > li > a:hover {
  border-color: transparent;
  color: #f16349;
  cursor: pointer; }

.nav-tabs > li.uk-active > a,
.nav-tabs > li.uk-active > a:hover,
.nav-tabs > li.uk-active > a:focus {
  color: #f16349;
  border: 0;
  border-bottom-color: transparent;
  cursor: pointer; }

.tab-content ul {
  margin-right: 30px; }

#tab-left-content h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px; }

#tab-left-content article {
  margin-bottom: 0; }

#tab-left-content h3 a {
  color: #333333;
  text-decoration: none; }

#tab-left-content h3 i {
  color: #f16349;
  padding-left: 5px; }

.form-search {
  margin: 30px 30px 0 0; }

.form-search input[type="text"] {
  width: 90%;
  padding: 7px 10px 4px 1px;
  border: none;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  outline: none; }

.form-search button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none; }

.form-search button .uk-icon-search {
  font-size: 18px;
  color: #8ac9e6; }

@media (min-width: 768px) {
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: none; } }

@media (min-width: 960px) {
  .main-nav > .uk-container > .uk-grid {
    margin-right: -25px; } }

@media (min-width: 1220px) {
  .main-nav > .uk-container > .uk-grid {
    margin-right: -30px; } }

/*=== site-content ===*/
.site-content {
  background-color: #f5f5f5; }

.main-content {
  padding-top: 30px; }

.site-content .uk-container-center {
  padding-right: 0; }

.site-content > .uk-container > .uk-grid {
  margin-right: 0; }

.site-content-left {
  padding-right: 25px; }

.site-content-right {
  padding-right: 25px; }

/* slider */
.slider {
  margin-bottom: 30px;
  background-color: #ffffff; }

.main-slider {
  width: 100%;
  float: none; }

.slider .flexslider {
  margin: 0;
  background: #ffffff;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1; }

.slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 28px;
  height: 42px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-indent: -99999px; }

.slider .flex-direction-nav .flex-prev {
  left: 10px;
  background: url(assets/img/prev.png) no-repeat; }

.slider .flex-direction-nav .flex-next {
  right: 10px;
  text-align: inherit;
  background: url(assets/img/next.png) no-repeat; }

.slider-wraper-inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 45px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); }

.slider-wraper span {
  position: absolute;
  z-index: 1; }

.slider-wraper span.music {
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 7px;
  background-color: #299ed5;
  font-weight: 400; }

.slider-wraper i {
  padding-right: 7px; }

.slider-wraper span.rating {
  bottom: 29px;
  left: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400; }

.slider-wraper span.comment {
  bottom: 29px;
  left: 75px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400; }

.slider-wraper span.slider-title {
  bottom: 4px;
  left: 15px;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400; }
  .slider-wraper span.slider-title a {
    color: #fff; }

.add-section {
  margin: 40px 0 !important; }

ul.tabs {
  margin: 0;
  padding: 0; }

ul.tabs li {
  list-style-type: none;
  border-left: 4px solid #e1e1e1;
  height: 59px;
  cursor: pointer;
  padding: 0 10px; }

ul.tabs li:last-child {
  border-bottom: none; }

ul.tabs li.flex-active {
  background: #f9f9f9;
  border-left: 4px solid #f16349; }

ul.tabs li h3 {
  font-size: 11px;
  color: #999999;
  margin: 0;
  padding-top: 7px; }

ul.tabs li.flex-active h3 {
  color: #333333; }

.add-section {
  text-align: center; }

.border-style {
  border-top: 4px solid #e1e1e1; }

.recent-post {
  margin-bottom: 10px; }

ul.recent-post-tab {
  margin-bottom: 25px;
  border: none; }

.uk-subnav > li:nth-child(n+2) {
  margin-left: 20px; }

ul.recent-post-tab li {
  margin-top: -4px;
  border-top: 4px solid transparent; }

ul.recent-post-tab li.uk-active {
  border-top: 4px solid #f16349; }

ul.recent-post-tab li a {
  background-color: transparent;
  color: #999999;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 5px 0 0;
  border: none; }

ul.recent-post-tab li a:hover {
  color: #999999;
  background-color: transparent; }

ul.recent-post-tab li.uk-active a {
  background-color: transparent;
  color: #333333; }

.uk-dropdown-small {
  background-color: #ffffff; }

.article-img {
  position: relative;
  overflow: hidden; }

.article-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  filter: alpha(opacity=100); }

article.two-third a, article.one-third a, article.half-list a, article.half-grid a, article.full-list a {
  text-decoration: none; }

article.two-third .article-img {
  width: 100%;
  float: none; }

article.two-third .article-text {
  width: 100%;
  float: none; }

article.full-list .article-img {
  width: 100%;
  float: none; }

article.full-list .article-text {
  width: 100%;
  float: none; }

article.half-list .article-img {
  width: 100%;
  float: none; }

article.half-list .article-text {
  width: 100%;
  float: none; }

.recent-post article {
  margin-bottom: 30px !important; }

.uk-overlay-area {
  background: rgba(51, 51, 51, 0.5); }

.recent-post article .uk-overlay-area span {
  position: absolute;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400; }

.recent-post article .uk-overlay-area span i {
  padding-right: 7px; }

.recent-post article .uk-overlay-area span.cat-links {
  top: 10px;
  left: 10px; }

.recent-post article .uk-overlay-area span.rating {
  bottom: 10px;
  left: 10px; }

.recent-post article .uk-overlay-area span.comment {
  bottom: 10px;
  left: 70px; }

.recent-post article .uk-overlay-area span.date {
  bottom: 10px;
  right: 10px; }

.recent-post article .rating-area {
  margin-top: 7px; }

.recent-post article .rating-area span {
  color: #777777;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
  text-decoration: none; }

.recent-post article .rating-area span i {
  padding-right: 7px; }

h3.article-title {
  margin-top: 20px;
  margin-bottom: 0; }

.article-title a:hover {
  color: #f16349; }

article.two-third h3.article-title, article.half-list h3.article-title, article.full-list h3.article-title {
  margin: 0;
  margin-top: 20px; }

.main-content article p {
  color: #999999;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 15px; }

.main-content article .contact-content p {
  color: #555555;
  margin-bottom: 15px; }

h3.article-title a {
  color: #333333;
  text-decoration: none; }

.main-content .uk-badge {
  padding: 1px 5px 0;
  background: #299ed5;
  text-transform: uppercase;
  margin: 0 7px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600; }

.main-content i.uk-icon-youtube-play {
  color: #f16349;
  padding-left: 5px; }

h4.post-title {
  margin-bottom: 25px !important;
  margin-top: 5px;
  font-family: "Oswald", serif;
  font-size: 16px !important;
  font-weight: 400;
  text-transform: uppercase; }

ul.catagory-post-tab {
  float: right; }

ul.catagory-post-tab li {
  margin-left: 15px; }

.catagory-b h3.article-title {
  margin-bottom: 25px;
  margin-top: 0;
  border-left: 4px solid #299ed5;
  padding-left: 10px; }

.recent-post .uk-grid:not(.uk-grid-preserve) + .uk-grid {
  margin-top: 0; }

/*=== video slider ===*/
.latest-video {
  border-top: 4px solid #e1e1e1;
  position: relative; }

.latest-video .uk-overlay-area i {
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  top: 15px;
  left: 15px;
  opacity: 0.5; }

.latest-video .uk-overlay-area h3 {
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  left: 15px;
  margin: 0; }

.latest-video .uk-overlay-area:empty:before {
  content: "\f01d";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff; }

.latest-video .flex-control-nav {
  width: auto;
  position: absolute;
  top: -47px;
  right: 0;
  text-align: inherit; }

.latest-video .slides li {
  margin-right: 30px; }

.latest-video .flexslider {
  margin: 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1; }

.latest-video .flex-direction-nav {
  display: none; }

.latest-video .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 2px solid #f16349;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.latest-video .flex-control-paging li a:hover {
  background: #f16349;
  background: #f16349; }

.latest-video .flex-control-paging li a.flex-active {
  background: #f16349;
  background: #f16349;
  cursor: default; }

@media (min-width: 480px) {
  .slider-wraper span.rating {
    bottom: 37px;
    left: 15px;
    font-size: 14px; }
  .slider-wraper span.comment {
    bottom: 37px;
    left: 75px;
    font-size: 14px; }
  .slider-wraper span.slider-title {
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    line-height: 20px; }
  h4.post-title {
    font-size: 14px; }
  ul.recent-post-tab li a {
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px; } }

@media (min-width: 768px) {
  .main-slider {
    width: 70%;
    float: left; }
  .slider-wraper span.slider-title {
    font-size: 18px; }
  .thumb-slider {
    width: 30%;
    float: right; }
  .slider .flex-direction-nav a {
    opacity: 0; }
  .slider .flex-direction-nav .flex-prev {
    left: 0; }
  .slider .flex-direction-nav .flex-next {
    right: 0; }
  .slider-wraper span.rating {
    bottom: 45px;
    left: 15px; }
  .slider-wraper span.comment {
    bottom: 45px;
    left: 75px; }
  .main-content article {
    margin-bottom: 30px !important; }
  article.two-third h3.article-title, article.half-list h3.article-title, article.full-list h3.article-title {
    margin: 0; }
  article.two-third .article-img {
    width: 46%;
    float: left; }
  .article-img:hover img {
    -webkit-transform: scale(1.4) rotate(15deg);
    -moz-transform: scale(1.4) rotate(15deg);
    -o-transform: scale(1.4 rotate(15deg));
    transform: scale(1.4) rotate(15deg); }
  article.two-third .article-text {
    width: 50%;
    float: right; }
  article.full-list .article-img {
    width: 31%;
    float: left; }
  article.full-list .article-text {
    width: 67%;
    float: right; }
  article.half-list .article-img {
    width: 44%;
    float: left; }
  article.half-list .article-text {
    width: 52%;
    float: right; } }

@media (min-width: 960px) {
  .site-content > .uk-container > .uk-grid {
    margin-right: -25px; }
  .site-content .uk-container-center {
    padding-right: 30px; }
  .site-content-left {
    padding-right: 30px; }
  ul.tabs li {
    height: 53px; }
  ul.tabs li h3 {
    font-size: 13px;
    padding-top: 6px; } }

@media (min-width: 1220px) {
  .site-content > .uk-container > .uk-grid {
    margin-right: -30px; }
  .slider-wraper span.slider-title {
    font-size: 22px;
    line-height: 28px; }
  ul.tabs li {
    height: 69px;
    position: relative; }
  ul.tabs li:after {
    display: block;
    content: "";
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  ul.tabs li:last-child:after {
    border-bottom: none; }
  ul.tabs li h3 {
    padding-top: 10px;
    font-size: 14px;
    font-family: "Arial", serif;
    font-weight: normal; } }

/*=== sidebar ===*/
.widget {
  margin-bottom: 30px; }
  .widget ul li {
    padding: 2px 0; }
  .widget ul a {
    color: #333; }
  .widget select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 5px; }
  .widget:first-child {
    padding-top: 30px; }

/* Posts Thumbnail Widget */
.posts-thumbnail-widget ul {
  padding-left: 0; }
  .posts-thumbnail-widget ul li {
    padding: 10px 0; }

.posts-thumbnail-widget li {
  overflow: hidden; }

.posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 10px; }

.posts-thumbnail-widget .entry-date {
  display: block;
  font-size: 12px;
  padding-top: 2px;
  color: #999; }

.posts-thumbnail-widget .entry-info {
  display: block;
  font-size: 12px;
  padding-top: 2px; }
  .posts-thumbnail-widget .entry-info .entry-date {
    display: inline-block;
    margin-right: 5px; }

.posts-thumbnail-widget .entry-view {
  color: #999; }

/* Flickr. */
.flickr-widget {
  overflow: hidden; }
  .flickr-widget ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .flickr-widget li {
    float: left;
    width: 24%;
    margin-right: 1%; }

.tabs-widget .uk-tab {
  border-bottom: 4px solid #fff; }
  .tabs-widget .uk-tab a {
    border: 0; }

.tabs-widget .widgettitle {
  display: none; }

.tabs-widget .tagcloud {
  padding-top: 14px; }

.site-content-right {
  background-color: #d6e5ed;
  padding: 0 25px; }

.site-content-right .add-section {
  margin: 30px 0 !important; }

.sidebar-newsletter {
  margin-bottom: 30px; }

.title-section {
  margin-bottom: 20px; }

h4.lead-title {
  display: inline;
  background-color: #d6e5ed;
  padding-right: 10px;
  text-transform: uppercase; }

.white-line {
  height: 4px;
  background-color: #ffffff;
  margin-top: -12px; }

.sidebar-newsletter input {
  margin-bottom: 12px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.sidebar-newsletter button.uk-button {
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
  background-color: #f16349;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px; }

.breaking-news {
  margin-bottom: 30px;
  position: relative; }

.breaking-news article h3.article-title {
  margin: 0; }

.breaking-news article.half-list .article-img {
  width: 44%;
  float: left; }

.breaking-news article.half-list .article-text {
  width: 52%;
  float: right; }

.breaking-news .flexslider {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1; }

.breaking-news .flex-direction-nav {
  display: none; }

.breaking-news .flex-control-nav {
  width: auto;
  position: absolute;
  top: -27px;
  right: 0;
  text-align: inherit;
  background-color: #d6e5ed;
  padding-left: 7px;
  height: 15px; }

.breaking-news .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 2px solid #f16349;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.breaking-news .flex-control-paging li a:hover {
  background: #f16349;
  background: #f16349; }

.breaking-news .flex-control-paging li a.flex-active {
  background: #f16349;
  background: #f16349;
  cursor: default; }

.breaking-news h3.article-title {
  font-size: 16px; }

#colapse-slide {
  margin-bottom: 30px; }

.news-slide {
  background-color: #ffffff;
  margin-bottom: 10px; }

.colapse {
  cursor: pointer; }

.news-slide h4 {
  display: inline-block;
  margin: 10px 0 15px 10px; }

span.slide-toggle {
  display: inline-block;
  float: right;
  color: #299ed5;
  margin: 10px 10px 15px 0; }

span.slide-toggle:after, span.slide-toggle:hover:after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067"; }

.colapse.active span.slide-toggle:after {
  content: "\f068"; }

#colapse-slide a {
  margin: 0 10px 15px 10px;
  display: none; }

.colapse-content {
  margin: 0 10px 15px 10px;
  display: none; }

.add-section .add-one {
  width: 42%;
  float: left; }

.add-section .add-two {
  width: 42%;
  float: right; }

.add-section .ad-bottom {
  margin-top: 40px; }

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

.comment-list li {
  list-style: none; }

.latest-comment {
  margin-top: 0; }

.latest-comment article {
  margin-bottom: 20px; }

.latest-comment img.avatar {
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  float: left; }

.latest-comment .uk-comment-title {
  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 9px; }

.latest-comment .uk-comment-meta {
  font-size: 12px;
  font-weight: 400; }
  .latest-comment .uk-comment-meta a {
    color: #299ed5; }

.latest-comment .uk-comment-body {
  position: relative; }

.comment-text {
  background-color: #ffffff;
  padding: 10px 15px; }

.main-content article .comment-awaiting-moderation {
  font-size: 12px;
  color: #f00; }

.uk-comment-body:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 10px dashed #ffffff;
  top: -10px;
  left: 6%;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff; }

.uk-comment-body p {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
  margin-bottom: 0; }

.latest-tweet {
  margin-bottom: 30px; }

.tag {
  margin-bottom: 30px; }

.tagcloud a {
  font-size: 13px;
  font-weight: 400;
  background-color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
  color: #333333;
  text-decoration: none; }

.photos {
  margin-left: -5px; }

.photos a {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 5px;
  float: left;
  width: 31%; }

@media (min-width: 768px) {
  .latest-comment {
    margin-top: 30px; } }

@media (min-width: 960px) {
  .site-content-right {
    padding: 0 30px; }
  .latest-comment {
    margin-top: 0; } }

/*=== footer ===*/
.footer-main .widget {
  color: #fff; }
  .footer-main .widget a {
    color: #fff; }

.footer-top {
  background-color: #299ed5;
  padding: 35px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.footer-top .uk-container .uk-grid > div {
  margin-bottom: 25px; }

h3.footer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0;
  color: #ffffff;
  text-transform: capitalize; }

.footer-top i {
  color: #ffffff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.footer-top ul {
  margin: 0;
  padding: 0; }

.footer-top ul li {
  list-style-type: none; }

.block p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  margin-bottom: 0; }

.link ul li {
  margin-bottom: 10px; }

.link ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none; }

.footer-newsletter input {
  margin-bottom: 12px;
  display: block;
  padding: 8px 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.name:-ms-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-style: italic;
  font-size: 13px; }

.name::-moz-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-style: italic;
  font-size: 14px; }

.name::-webkit-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 13px; }

.email-address:-ms-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 13px; }

.email-address::-moz-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 13px; }

.email-address::-webkit-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 13px; }

.footer-newsletter button.uk-button {
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
  background-color: #333333;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px; }

.footer-bottom {
  background-color: #299ed5;
  padding: 15px 0; }

.footer-bottom-right {
  text-align: center;
  float: none;
  margin-bottom: 15px; }

.footer-bottom-right ul {
  margin: 0;
  padding: 0; }

.footer-bottom-right ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 15px; }

.footer-bottom-right ul li a {
  color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.footer-bottom-left p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin: 0; }

.footer-bottom-left {
  float: none;
  text-align: center; }
  .footer-bottom-left a,
  .footer-bottom-left a:visited {
    color: #fff;
    border-bottom: 1px dotted #fff; }
  .footer-bottom-left a:hover {
    text-decoration: none; }

.uk-tooltip {
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

@media (min-width: 768px) {
  .footer-bottom-left {
    float: left;
    text-align: left; }
  .footer-bottom-right {
    float: right;
    margin-bottom: 0;
    text-align: right; } }

@media (min-width: 960px) {
  .footer-top .uk-container .uk-grid > li {
    margin-bottom: 0; } }

/*========================
				 single-post
		=========================*/
h1.page-title {
  font-size: 24px;
  line-height: 26px; }

.single-post-wrapper .rating-area {
  margin-bottom: 15px; }

.single-post-wrapper .rating-area span {
  font-size: 14px;
  margin-right: 20px;
  color: #777777; }

.single-post-wrapper .rating-area span.catagory {
  color: #777777; }

.single-post-wrapper .rating-area span.catagory a {
  color: #333333;
  text-decoration: none; }

.single-post-wrapper .rating-area span.date {
  text-transform: uppercase; }

.single-post-wrapper .rating-area span i {
  color: #299ed5;
  padding-right: 5px; }

.post-img {
  margin-bottom: 15px; }

.entry-footer {
  margin-bottom: 30px; }

span.media-title {
  font-size: 13px;
  color: #999; }

.post-share a {
  color: #333333;
  text-decoration: none;
  margin-bottom: 6px; }

.post-share a i {
  color: #299ed5;
  padding-right: 8px; }

.tag-catagory {
  margin-bottom: 30px; }

.main-content article .single-post-wrapper p {
  font-size: 14px;
  margin-top: 0;
  color: #555555;
  margin-bottom: 30px; }

.single-post-wrapper p a {
  color: #299ed5;
  text-decoration: none; }

.single-post-wrapper blockquote {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
  color: #777777;
  margin-bottom: 30px;
  font-style: normal;
  padding-left: 20px;
  border-left: 5px solid #777777;
  line-height: 29px; }

.post-author {
  padding-top: 20px; }

.post-author h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0; }

.post-author .uk-comment-meta {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 5px; }

.post-author a.author-link {
  font-size: 10px;
  color: #ffffff;
  background-color: #299ed5;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none; }

.post-author a.author-link i {
  padding-left: 5px; }

.post-author .avatar {
  margin-right: 15px;
  float: left; }

.related-post {
  padding-top: 5px; }

.related-post h4 {
  margin-bottom: 30px; }

.single-post-comment {
  padding-top: 5px; }

.single-post-comment .uk-comment-body:after {
  left: 2%; }

.single-post-comment .comment-text a {
  font-size: 10px;
  color: #ffffff;
  background-color: #299ed5;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  line-height: 15px; }

.single-post-comment .comment-text a i {
  padding-right: 5px; }

.single-post-comment article {
  margin-bottom: 30px; }

article {
  word-wrap: break-word; }

@media (min-width: 768px) {
  h1.page-title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 30px; }
  .tag-catagory {
    margin-bottom: 0; } }

/*========================
				 author-page
		=========================*/
.author-detail {
  padding-top: 0;
  border: none;
  border-bottom: 4px solid #e1e1e1;
  margin-bottom: 40px; }

.post-author h3.uk-comment-title a {
  color: #299ed5;
  text-decoration: none; }

.post-author h3.uk-comment-title a i {
  padding-left: 5px; }

.author-media a {
  color: #299ed5;
  text-decoration: none; }

.author-media a i {
  padding-right: 10px; }

.author-list h2 {
  margin-top: 10px; }

.author-list h2, .author-grid h2, .author-default h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: inline-block; }

.article-text span.catagory {
  font-size: 14px;
  color: #777777;
  display: block;
  margin-top: 20px; }

.article-text span.catagory a {
  color: #333333;
  text-decoration: none; }

.pagination {
  border-top: 4px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 40px; }

.pagination .page-numbers {
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 22px; }

.pagination a.page-numbers,
.pagination .dots {
  background: #e1e1e1;
  color: #333333; }

.pagination .current {
  background-color: #299ed5;
  color: #ffffff; }

.pagination a:hover {
  background-color: #299ed5;
  color: #ffffff;
  text-decoration: none; }

/*========================
				 catagory-page
		=========================*/
ul.view-style {
  margin-bottom: 0;
  margin-top: 7px;
  float: right;
  text-align: right;
  padding: 0; }

ul.view-style li {
  display: inline-block;
  margin-left: 10px; }

ul.view-style li i {
  color: #999999; }

ul.view-style li.active i {
  color: #333333; }

/*========================
				 catagory-subnav-page
		=========================*/
nav.catagory-nav ul {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0; }

nav.catagory-nav ul li {
  display: inline-block;
  margin-right: 20px; }

nav.catagory-nav ul li i {
  padding-right: 8px;
  color: #299ed5; }

nav.catagory-nav ul li a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase; }

nav.catagory-nav ul li a:hover {
  color: #333333; }

nav.catagory-nav ul li.uk-active a {
  color: #333333; }

/*========================
				 search-page
		=========================*/
form.post-search {
  margin-bottom: 30px; }

form.post-search input {
  height: 35px;
  background-color: #ffffff;
  font-size: 18px;
  color: #333333;
  width: 70%;
  border: none;
  padding: 0;
  padding-left: 2%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.175); }

form.post-search button {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  height: 35px;
  background-color: #f16349;
  font-size: 18px;
  color: #ffffff;
  width: 30%;
  padding: 0;
  border: none;
  margin-left: -3px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  form.post-search input {
    width: 84%;
    height: 40px; }
  form.post-search button {
    width: 15%;
    height: 40px; } }

/*========================
				 404-page
		=========================*/
.error-page {
  text-align: center; }

.error-page h1 {
  font-weight: 300;
  font-size: 86px;
  margin: 40px 0; }

.error-page h2 {
  font-size: 32px; }

.error-page p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 40px; }

.heading {
  margin-bottom: 40px; }

.button-group {
  margin-bottom: 20px; }

.button-group .uk-button {
  margin-right: 15px;
  margin-bottom: 20px; }

.uk-button i {
  padding-right: 5px; }

.uk-button {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 2px 20px;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase; }

.uk-button:hover,
.uk-button:focus {
  background-color: #333333;
  color: #ffffff; }

/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #333333;
  color: #ffffff; }

/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #299ed5;
  color: #ffffff; }

/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #299ed5;
  color: #ffffff; }

/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #299ed5;
  color: #ffffff; }

/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #73bf3b;
  color: #ffffff; }

/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #73bf3b;
  color: #ffffff; }

/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #73bf3b;
  color: #ffffff; }

/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #f16349;
  color: #ffffff; }

/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #f16349;
  color: #ffffff; }

/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f16349;
  color: #ffffff; }

.accordion {
  margin-bottom: 40px; }

.grid-division {
  margin-bottom: 40px; }

.grid-division > .uk-grid > div {
  margin-bottom: 25px; }

/*========================
				 contact-page
		=========================*/
.contact-content {
  margin-top: 40px;
  margin-bottom: 40px; }

.contact-content p, .contact-info address {
  color: #555555; }

.contact-info span {
  color: #555555;
  display: block;
  margin-bottom: 15px; }

.contact-info span i, .contact-info address i {
  color: #555555;
  padding-right: 7px; }

.comment-form ul {
  margin: 0;
  padding: 0; }

.comment-form ul li {
  list-style-type: none; }

.comment-form input {
  margin-bottom: 12px;
  display: inline;
  padding: 8px 15px;
  width: 70%;
  background-color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.comment-form input[type="text"] {
  background-color: #fff; }

.comment-form input[type="submit"] {
  width: 25%; }

.comment-form textarea {
  margin-bottom: 12px;
  display: inline;
  padding: 8px 15px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.comment-form button.uk-button {
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
  background-color: #f16349;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px; }

.comment-form span {
  display: inline-block;
  color: #f16349; }

.form-control:-ms-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-style: italic;
  font-size: 14px; }

.form-control::-moz-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-style: italic;
  font-size: 14px; }

.form-control::-webkit-input-placeholder {
  color: #333333;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-style: italic;
  font-size: 14px; }

@media (min-width: 768px) {
  .comment-form input {
    width: 50%; } }

.uk-parent div {
  height: auto !important; }

.site-main {
  margin-bottom: 30px !important; }
  .last-ad .site-main {
    margin-bottom: 0; }

#gmap_canvas {
  width: 100% !important; }

/**
 * Custom Menus
 */
/* Superfish. */
.sf-menu, .sf-menu * {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */ }

.top-nav-left .uk-navbar-nav.sf-arrows .sf-with-ul {
  padding-right: 2em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 4px solid transparent;
  border-top-color: #fff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.sf-menu .sub-menu {
  padding-bottom: 10px; }
  .sf-menu .sub-menu a {
    padding: 3px 15px;
    font-size: 11px; }
  .sf-menu .sub-menu i {
    padding-right: 5px; }

/**
 * Flexlider Style
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/**
 * WordPress Classes
 */
figure > img {
  display: block; }

img {
  height: auto;
  max-width: 100%; }

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

embed,
iframe,
object {
  max-width: 100%;
  width: 100%; }

.wp-caption img {
  margin-bottom: 5px; }

.wp-caption-text {
  font-style: italic;
  color: #999; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px; }

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.alignnone {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
  position: absolute; }

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit; }

/**
 * Table & Form
 */
table {
  font-size: 12px;
  font-size: 0.92308rem;
  max-width: 100%;
  width: 100%; }

table,
td {
  margin: 20px 0;
  margin: 1.53846rem 0;
  padding: 5px 10px;
  padding: 0.38462rem 0.76923rem;
  border: 1px solid #e9e9e9; }

th {
  margin: 5px 0 10px;
  margin: 0.38462rem 0 0.76923rem;
  padding: 5px 10px;
  padding: 0.38462rem 0.76923rem;
  background-color: #f0f0f0;
  color: #555555;
  text-align: left; }

tr {
  background-color: white; }

table button,
table input {
  *overflow: auto; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #eee;
  color: #999;
  outline: 0;
  padding: 5px;
  margin: 0;
  text-align: left;
  height: 2.5em;
  vertical-align: top; }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee; }

button,
input[type="submit"] {
  background-color: #f16349;
  border: none;
  color: #fff;
  padding: 7px; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 2.5em; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }
