/*
Theme Name: Sputnik
Theme URI: http://jollygoodthemes.com/themes/wordpress/sputnik
Version: 1.6.0
Description: A neat and tidy business theme.
Tags: neat, tidy, clean, business, marketing
Author: JollyGoodThemes
Author URI: http://jollygoodthemes.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* ============================================================ */
/* 
	01 - FontAwesome
	02 - Base
	03 - General Appearance
	04 - Header
	05 - Home Page
	06 - Posts
	07 - Widgets
	08 - Banner Widgets
	09 - Comments
	10 - Archives Template
	11 - Contact Template
	12 - Notices
	13 - Footer
	14 - Zilla Shortcodes
	15 - Media Queries
*/
/* ============================================================ */
/* ============================================================ */
/* FontAwesome */
/* ============================================================ */
/*@font-face {*/
    /*font-family: 'FontAwesome';*/
    /*src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");*/
    /*src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

.font-awesome, .button-nav-mobile, .post-content ul li:before, .post-navigation a, .button.slider-gallery-nav-button, .comment-navigation .prev,
.comment-navigation .next {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    line-height: 1;
}

/* ============================================================ */
/* Base */
/* ============================================================ */
*:not([class^='ui']) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #F5F2F2 url(../images/bg.png);
    color: #808080;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 0 50px;
}

h1, h2, h3, h4, h5, h6 {
    color: #303030;
    line-height: 1.2;
    margin: 0 0 23px;
    padding: 15px 0 0;
}

h1, h2 {
    font-weight: 300;
}

h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    margin: 0 0 23px;
}

p:last-child {
    margin-bottom: 0;
}

ul, ol {
    padding-left: 21px;
}

li {
    line-height: 1.8;
    padding: 6px 0;
}

ul.inline > li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

ul.inline > li > label {
    display: inline-block;
}

a {
    color: #0C6FB1;
    text-decoration: none;
}

img {
    display: block;
}

hr {
    border: none;
    border-top: 1px solid #E2E2E2;
    margin: 10px 0;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 5px;
}

.wp-caption .logo {
    max-width: 150px;
    max-height: 150px;
}

.wp-caption-text {
    background: #303030;
    border-radius: 0 0 3px 3px;
    color: #DBDBDB;
    font-size: 12px;
    margin: 0;
    padding: 2px 7px;
}

.aligncenter {
    display: inline-block;
    margin: 10px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 10px 30px 20px 0;
}

.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 10px;
}

.aligncenter img,
.alignleft img,
.alignright img {
    width: 100%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Forms */
.form-field {
    margin: 0 0 20px;
}

.form-field select {
    max-width: 100%;
}

@media(max-width: 767px) {
    .form-field select {
        width: 100%;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea {
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 8px 10px;
    width: 65%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #D1D1D1;
}

/*select {*/
    /*max-width: 250px;*/
/*}*/

textarea {
    width: 100%;
    max-width: 100%;
}

textarea.textarea {
    height: 150px;
}

input.error,
input.error,
textarea.error {
    background: #FFE6E3;
    border-color: #FF9090;
}

span.error,
div.error,
p.error {
    display: none;
    background: #FFE6E3;
    border: 1px solid #FF9090;
    padding: 4px 16px;
    border-radius: 4px;
    margin: 8px 0px;
    font-size: 16px;
}

input:invalid {
    box-shadow: 0 0 0px transparent;
}

label {
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 8px;
}

label span {
    color: #0C6FB1;
}

/* ============================================================ */
/* General Appearance */
/* ============================================================ */
.outer {
    margin: 0 auto;
    max-width: 1177px;
    min-width: 290px;
    position: relative;
}

.container {
    margin: 0 100px;
    max-width: 978px;
}

.main {
    background: #FCFCFC;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.home_banner {
    border-bottom: 10px;
}

.primary-content {
    float: left;
    width: 64.666%;
}

.secondary-content {
    float: right;
    margin-top: 4px;
    width: 29.333%;
}

.full-width {
    width: 100%;
}

.left-sidebar .primary-content {
    float: right;
}

.left-sidebar .secondary-content {
    float: left;
}

.button,
button,
input[type="submit"],
input[type="button"].pagarme-checkout-btn {
    border: none;
    border-radius: 3px;
    font-size: 16px;
    padding: 11px 16px;
}

button[type="submit"],
input[type="submit"],
input[type="button"].pagarme-checkout-btn {
    background: #0C6FB1;
    color: #FEFEFE;
}

button[type="reset"],
input[type="reset"] {
    background: #EEEEEE;
    color: #666666;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: #0C78BB;
    color: #FEFEFE;
}

button[type="reset"]:hover,
input[type="reset"]:hover {
    background: #E5E5E5;
    color: #666666;
}

.button-form {
    margin: 10px 0 0;
}

.breadcrumbs {
    font-size: 16px;
    margin-bottom: 15px;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}

a,
label span,
.post-title a:hover,
.post-content blockquote:before,
.post-content ul li:before,
.more-link,
.widget a:hover,
.widget_calendar #next,
.widget_calendar #next a,
.widget_calendar #prev,
.widget_calendar #prev a,
.comment-author,
.comment-reply-link:hover,
#cancel-comment-reply-link,
.copyright a:hover,
.comment-navigation .prev:hover,
.comment-navigation .next:hover,
.comment-navigation .page-numbers:hover,
.comment-navigation .current,
.widget_twitter li .time-meta a,
a.twitter-user {
    color: #0C6FB1;
}

.button,
input[type="submit"],
.nav-header .current-menu-item a,
.nav-header .menu-item:hover a,
.nav-header .current-menu-item a,
.nav-header .current-menu-ancestor a,
.nav-header .sub-menu,
.button-scroll-down,
.slideshow-nav-item:hover,
.slideshow-nav-item.activeSlide,
.slideshow-primary-nav span:hover,
.slideshow-primary-nav span.cycle-pager-active,
.banner,
.widget_tag_cloud a,
.post-navigation a:hover {
    background: #0C6FB1;
}

.site-header,
.post-content a:hover {
    border-color: #0C6FB1;
}

.button:hover,
input[type="submit"]:hover,
.button-scroll-down:hover,
.nav-header .sub-menu .menu-item a:hover,
.nav-header .sub-menu .current-menu-item a,
.nav-mobile .menu-item a:hover,
.button.slider-gallery-nav-button:hover,
.widget_tag_cloud a:hover {
    background: #0C78BB;
}

.slide-primary-bg-overlay,
.site-header-bg-overlay {
    background: #3a4249;
}

.site-title a,
.slide-title {
    color: #ffffff
}

/* ============================================================ */
/* Header */
/* ============================================================ */
.site-header {
    background: #FFFFFF;
    border-bottom: 5px solid #0C6FB1;
    padding: 60px 0;
    position: relative;
    width: 100%;
    max-width: 1178px;
    z-index: 99;
}

.site-header-bg-overlay {
    background: #FFFFFF;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.site-header-bg-overlay img {
    height: 115px;
    margin: 23px 50px;
}

@media (max-width: 490px) {
    .site-header-bg-overlay img {
        height: 72px;
    }
}

.site-header-content {
    position: relative;
    z-index: 2;
}

.home-slideshows .site-header {
    border-bottom: none;
    position: absolute;
}

.home-slideshows .site-header-bg-overlay {
    background: none;
}

.site-title {
    float: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 2px 0;
    text-transform: uppercase;
}

.site-title a {
    text-decoration: none;
}

.site-header .site-title a {
    color: #0C6FB1;
}

.page-header-image {
    position: absolute;
    top: 5px;
    z-index: 1;
}

.page-header-image img {
    height: auto;
    max-width: 100%;
}

/* Primary Menu */
.nav-header {
    float: right;
}

.nav-header .menu {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.nav-header .menu-item {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0;
    position: relative;
}

.nav-header .menu-item a {
    border-radius: 3px;
    color: #0C6FB1;
    display: block;
    margin-bottom: 2px;
    padding: 4px 12px;
}

.nav-header .menu-item img {
    display: inline;
}

.nav-header .menu-item:hover a,
.nav-header .current-menu-item a,
.nav-header .current-menu-ancestor a {
    background: #0C6FB1;
    color: #FEFEFE;
}

.nav-header .menu-item:hover > .sub-menu {
    display: block;
}

.nav-header .sub-menu {
    background: #0C6FB1;
    border-radius: 3px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    display: none;
    margin: 0;
    padding: 3px 0;
    position: absolute;
    left: 0;
    width: 180px;
}

.nav-header .sub-menu .menu-item {
    display: block;
    margin: 0;
}

.nav-header .sub-menu .menu-item a {
    border-radius: 0;
    margin: 0;
    padding: 5px 12px;
}

.nav-header .sub-menu .menu-item a:hover,
.nav-header .sub-menu .current-menu-item a {
    background: #0C78BB;
}

.nav-header .sub-menu .sub-menu {
    top: 0;
    left: 180px;
    margin: -3px 0 0;
}

/* Mobile Menu */
.button-nav-mobile {
    cursor: pointer;
    display: none;
    float: right;
    font-size: 21px;
    padding: 7px 12px 8px;
}

.nav-mobile {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 99;
}

.nav-mobile .menu {
    background: #303030;
    border-radius: 3px;
    margin: 0 70px;
    padding: 0;
}

.nav-mobile .menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-mobile .menu-item a {
    border-bottom: 1px solid #424242;
    color: #0C6FB1;
    display: block;
    padding: 10px 15px;
}

.nav-mobile .menu-item a:hover {
    background: #0C78BB;
    color: #FEFEFE;
}

.nav-mobile .menu-item img {
    display: inline;
}

.nav-mobile .menu-item:first-child a {
    border-radius: 3px 3px 0 0;
}

.nav-mobile .menu-item:last-child a {
    border: none;
    border-radius: 0 0 3px 3px;
}

.nav-mobile .sub-menu {
    padding: 0;
}

.nav-mobile .sub-menu .menu-item a {
    border-bottom: 1px solid #424242;
    border-radius: 0;
    padding-left: 35px;
}

/* ============================================================ */
/* Home Page */
/* ============================================================ */
/* Scroll Down Button */
.button-scroll-down {
    background: #0C6FB1;
    border-radius: 50px 50px 0 0;
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    z-index: 90;
}

.button-scroll-down .icon-arrow-down {
    color: #0C6FB1;
    display: block;
    font-size: 32px;
    margin: 7px auto 0;
    width: 22px;
}

.button-scroll-down:hover {
    background: #0C78BB;
    color: #FEFEFE;
}

@-webkit-keyframes wiggle-down {
    2%, 6% {
        -webkit-transform: translateY(3px);
    }
    4%, 8% {
        -webkit-transform: translateY(-3px);
    }
    10%, 100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes wiggle-down {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    2%, 6% {
        -moz-transform: translateX(3px);
    }
    4%, 8% {
        -moz-transform: translateX(-3px);
    }
    10%, 100% {
        -moz-transform: translateX(0px);
    }
}

@-o-keyframes wiggle-down {
    2%, 6% {
        -o-transform: translateX(3px);
    }
    4%, 8% {
        -o-transform: translateX(-3px);
    }
    10%, 100% {
        -o-transform: translateX(0px);
    }
}

@keyframes wiggle-down {
    2%, 6% {
        transform: translateX(3px);
    }
    4%, 8% {
        transform: translateX(-3px);
    }
    10%, 100% {
        transform: translateX(0px);
    }
}

.wiggle-down {
    -webkit-animation-name: wiggle-down;
    -moz-animation-name: wiggle-down;
    -o-animation-name: wiggle-down;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    -webkit-animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -ms-animation-duration: 8s;
    -o-animation-duration: 8s;
}

/* Primary Slideshow */
.slideshow-primary-container {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
}

.slideshow-primary {
    height: 100%;
    min-height: 668px;
    position: relative;
    z-index: 1;
}

.slide-primary {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1177px;
}

.slideshow-primary-nav {
    position: absolute;
    bottom: 70px;
    right: 100px;
    z-index: 200;
}

.slideshow-primary-nav span {
    background: #0C6FB1;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    text-indent: -9999px;
    width: 12px;
}

.slideshow-primary-nav span:hover,
.slideshow-primary-nav span.cycle-pager-active {
    background: #0C6FB1;
    color: #FEFEFE;
}

.slide-primary-bg-overlay {
    background: #3A4249;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.slide-primary-content {
    color: #FEFEFE;
    overflow: auto;
    padding: 250px 100px 160px;
    position: relative;
    width: 70%;
    z-index: 2;
}

.slide-primary-content p {
    color: #CCC;
    margin: 0;
}

.slide-title {
    color: #FEFEFE;
    margin: 0 0 10px;
}

.slide-button {
    float: left;
    margin: 30px 0 0;
}

/* Banner */
.banner {
    background: #0C6FB1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #FEFEFE;
    padding: 60px 0;
}

.banner-column {
    float: left;
    margin: 0 0 0 6%;
    width: 29.333%;
}

.banner-column:first-child {
    margin-left: 0;
}

/* Home Featured*/
.home-content {
    float: left;
    width: 29.333%;
}

.home-feature {
    float: right;
    margin: 0;
    width: 64.666%;
}

.home-feature img {
    height: auto;
    margin: 0;
    width: 100%;
}

p.introduction {
    color: #ACABAB;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    padding: 0;
}

/* Featured Quote */
.featured-quote {
    background: #FEFEFE;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    overflow: hidden;
    padding: 0 100px;
    position: relative;
}

.featured-quote blockquote {
    padding: 60px 0;
    margin: 0;
}

.featured-quote blockquote:after {
    background: url(../images/quote.png) no-repeat;
    background-size: 219px 154px;
    content: "";
    height: 154px;
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 219px;
    z-index: 1;
}

.featured-quote p {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 15px;
    width: 64.666%;
    position: relative;
    z-index: 2;
}

.featured-quote cite {
    font-weight: 300;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.featured-quote a {
    color: #808080;
}

.featured-quote a:hover {
    color: #0C6FB1;
}

/* ============================================================ */
/* Posts */
/* ============================================================ */
.hentry {
    border-bottom: 1px solid #E2E2E2;
    margin: 0 0 50px;
    overflow: auto;
    padding: 0 0 50px;
}

.hentry:last-of-type {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.post-title {
    padding-top: 0;
}

.post-title a {
    color: #303030;
}

.post-title a:hover {
    color: #0C6FB1;
}

.type-post .post-title {
    margin-bottom: 12px;
}

.secondary-title {
    padding-top: 4px;
}

.post-meta {
    color: #ACABAB;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 0 25px;
}

.post-meta a {
    color: #ACABAB;
}

.post-meta a:hover {
    color: #0C6FB1;
}

.post-feature {
    float: right;
    width: 96px;
    height: 96px;
}

.post-feature img {
    max-width: 96px;
    max-height: 96px;
    margin: auto;
}

.post-content h1:first-child {
    padding-top: 0;
}

.post-content a:hover {
    border-bottom: 1px dotted #0C6FB1;
    padding-bottom: 1px;
}

.post-content blockquote {
    border-top: 5px solid #F0F0F0;
    border-bottom: 5px solid #F0F0F0;
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0;
}

.post-content blockquote p {
    color: #AAA;
    padding: 20px;
}

.post-content ul.list, .post-content ol.list {
    background: #F0F0F0;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin: 30px 0;
    padding: 15px 45px;
}

.post-content ul.list {
    list-style: none;
}

.post-content ul.list li {
    position: relative;
}

.post-content ul.list li:before {
    content: "\f054";
    color: #0C6FB1;
    font-size: 12px;
    position: absolute;
    top: 18px;
    left: -18px;
}

.post-content ol.list {
    padding-left: 52px;
    padding-right: 52px;
}

.post-content .description {
    word-wrap: break-word;
}

.post-content .description a,
.post-content .description a:hover {
    color: #808080;
    text-decoration: none;
    border: 0;
}

.post-image-caption {
    background: #303030;
    border-radius: 3px;
    color: #FEFEFE;
    font-size: 14px;
    padding: 5px 8px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.post-taxonomies {
    margin: 38px 0 0;
}

.post-taxonomies p {
    font-size: 16px;
    margin: 0;
}

a.more-link {
    color: #0C6FB1;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-bottom: 1px;
}

a.more-link:hover {
    border: none;
    color: #303030;
}

.post-navigation {
    border-top: 1px solid #E2E2E2;
    margin: 50px 0 10px;
    overflow: auto;
    padding: 60px 0 0;
}

.post-navigation a {
    background: #303030;
    border-radius: 3px;
    color: #FFF;
    display: block;
    font-size: 16px;
    padding: 10px 14px 10px 13px;
}

.post-navigation a:hover {
    background: #0C6FB1;
}

.post-navigation-next {
    float: left;
}

.post-navigation-previous {
    float: right;
}

.sticky, .bypostauthor {
    visibility: visible;
}

/* Gallery Shortcode */
.gallery-item img {
    background: #FFF;
    border: 1px solid #E2E2E2 !important;
    border-radius: 3px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    width: 90%;
}

.gallery-caption {
    background: none;
    color: #303030;
    margin: 5px 0 0;
}

/* Gallery Format */
.slider-gallery {
    max-height: 356px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-gallery img {
    display: block;
    height: auto;
    width: 100%;
}

.slider-gallery-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 200;
}

.button.slider-gallery-nav-button {
    background: #303030;
    border: none;
    box-shadow: none;
    font-size: 14px;
    margin: 0 0 0 12px;
    padding: 8px 11px 8px 11px;
}

.button.slider-gallery-nav-button:hover {
    background: #0C6FB1;
}

.slider-gallery-nav-prev {
    float: left;
}

.slider-gallery-nav-next {
    float: right;
}

/* ============================================================ */
/* Widgets */
/* ============================================================ */
.widget {
    border-bottom: 1px solid #E2E2E2;
    font-size: 16px;
    margin: 0 0 30px;
    overflow: auto;
    padding: 0 0 30px;
}

.widget:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.widget p {
    line-height: 1.6;
}

.widget ul {
    margin: 0;
    padding: 0 0 0 21px;
}

.widget li {
    line-height: 1.6;
    list-style: circle;
}

.widget li:last-child {
    margin-bottom: 0;
}

.widget a {
    color: #666;
}

.widget a:hover {
    color: #0C6FB1;
}

.widget-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    padding-top: 0;
}

/* Text Widget */
.textwidget {
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}

.textwidget p {
    line-height: 1.8;
}

/* Calendar Widget */
.widget_calendar table {
    border: 1px solid #E2E2E2;
    font-size: 16px;
    margin: 0 0 10px;
    width: 100%;
}

.widget_calendar caption {
    margin: 0 0 10px;
}

.widget_calendar thead th {
    padding: 8px 0;
}

.widget_calendar td {
    border: 1px solid #E2E2E2;
    padding: 5px 0;
    text-align: center;
}

.widget_calendar #prev,
.widget_calendar #next {
    color: #0C6FB1;
}

.widget_calendar #prev a,
.widget_calendar #next a {
    color: #0C6FB1;
}

.widget_calendar #prev.pad,
.widget_calendar #next.pad {
    background: none;
}

/* Recent Comments Widget */
.recentcomments {
    color: #303030;
}

.recentcomments a {
    color: #666;
}

/* Search Widget */
.search-form input {
    color: #AEAEAE;
    margin: 5px 0;
    padding-left: 35px;
    width: 100%;
}

.search-form select {
    margin: 5px 0;
    width: 100%;
}

.search-form .form-field {
    margin: 0;
}

input.modified {
    color: #666;
}

.field-search {
    position: relative;
}

.field-search .icon-search {
    color: #303030;
    display: block;
    font-size: 19px;
    position: absolute;
    top: 15px;
    left: 10px;
}

/* Tag Cloud Widget */
.widget_tag_cloud {
    overflow: auto;
}

.widget_tag_cloud a {
    background: #0C6FB1;
    border-radius: 3px;
    color: #FEFEFE;
    float: left;
    font-size: 14px !important;
    margin: 3px;
    padding: 3px 5px;
}

.widget_tag_cloud a:hover {
    background: #0C78BB;
    color: #FEFEFE !important;
}

/* Zilla Social Widget */
.widget_zilla_social_widget a {
    float: left;
    margin: 0 12px 12px 0;
}

/* Twitter Widget Pro */
.widget_twitter ul {
    list-style: none;
    padding-left: 0;
}

.widget_twitter li {
    padding: 0 0 20px;
}

.widget_twitter li .entry-content {
    display: block;
    margin-bottom: 10px;
}

.widget_twitter li .entry-meta,
.widget_twitter li .from-meta,
.widget_twitter li .intent-meta {
    color: #9E9E9E;
    display: block;
    font-size: 14px;
    margin: 0 0 5;
    width: 100%;
}

.widget_twitter li .entry-meta a,
.widget_twitter li .from-meta a,
.widget_twitter li .intent-meta a {
    color: #9E9E9E;
}

.widget_twitter li .time-meta a {
    color: #0C6FB1;
}

.widget_twitter li .intent-meta a {
    margin-right: 8px;
}

a.twitter-user {
    color: #0C6FB1;
}

/* ============================================================ */
/* Banner Widgets */
/* ============================================================ */
.widget-banner {
    border: none;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.widget-banner li {
    padding: 1px 0 10px;
}

.widget-banner a {
    color: #FEFEFE;
    padding-bottom: 2px;
}

.widget-banner a:hover {
    border-bottom: 1px dotted #FEFEFE;
    color: #FEFEFE !important;
}

.widget-banner .recentcomments {
    color: #FEFEFE;
}

.widget-banner .tagcloud a {
    background: #434A50 !important;
}

.widget-banner .tagcloud a:hover {
    background: #303030 !important;
    border: none;
}

.widget-banner .zilla-social a {
    border: none;
    padding: 0;
}

.widget-banner-title {
    color: #FEFEFE;
    padding-top: 0;
}

/* ============================================================ */
/* Footer Widgets */
/* ============================================================ */
.widget-footer-title {
    color: #AEAEAE;
}

.widget-footer {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.widget-footer.widget_zilla_social_widget {
    margin-top: 5px;
}

.widget-footer.widget_zilla_social_widget a {
    float: right;
    margin: 0 0 12px 12px;
}

/* ============================================================ */
/* Comments */
/* ============================================================ */
.comments {
    border-top: 1px solid #E2E2E2;
    margin: 50px 0 10px;
    padding: 50px 0 0;
}

.comments h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 25px;
    padding: 0;
}

.comment-list {
    border-bottom: 1px solid #E2E2E2;
    margin: 0 0 50px;
    padding: 0 0 20px;
}

.comment-list li {
    border-bottom: 1px solid #E2E2E2;
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}

.comment-list li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.avatar {
    border-radius: 3px;
}

.children {
    padding-left: 10%;
}

.children li {
    border-top: 1px solid #E2E2E2;
    border-bottom: none;
    padding-top: 35px;
}

.comment-wrapper {
    margin: 0 0 30px;
    overflow: auto;
}

.comment-avatar {
    float: left;
    margin: 4px 0 0;
    width: 10%;
}

.comment-body {
    float: left;
    width: 86%;
}

.comment-meta {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-author {
    color: #0C6FB1;
}

.comment-reply-link {
    color: #666;
}

.comment-reply-link:hover {
    color: #0C6FB1;
}

.comment-form input[type="text"],
.comment-form textarea {
    margin: 0 0 20px;
}

.comment-form p {
    display: block;
    line-height: 1.4;
    margin: 0;
}

.comment-form .form-submit {
    margin: 10px 0 0;
}

.comment #reply, .comment-reply #reply {
    margin: 0 0 40px;
}

#cancel-comment-reply-link {
    color: #0C6FB1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

#cancel-comment-reply-link:hover {
    color: #303030;
}

p.logged-in-as {
    margin: 0 0 25px;
}

/* Comment Navigation */
.comment-navigation {
    margin: 0 0 40px;
    overflow: auto;
    text-align: center;
}

.comment-navigation .page-numbers {
    color: #ACABAB;
    line-height: 1.85;
    margin: 0 5px;
}

.comment-navigation .page-numbers:hover,
.comment-navigation .current {
    color: #0C6FB1;
}

.comment-navigation .prev,
.comment-navigation .next {
    background: #303030;
    border-radius: 3px;
    color: #FFF !important;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 10px 14px 10px 13px;
}

.comment-navigation .prev:hover,
.comment-navigation .next:hover {
    background: #0C6FB1;
}

.comment-navigation .next {
    float: left;
}

.comment-navigation .prev {
    float: right;
}

/* ============================================================ */
/* Archives Template */
/* ============================================================ */
ol.link-list {
    background: none;
    border: none;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ol.link-list li {
    padding: 4px 0;
}

/* ============================================================ */
/* Contact Template */
/* ============================================================ */
#contact-check {
    position: absolute;
    left: -9999px;
}

.form-alert {
    display: none;
}

/* ============================================================ */
/* Notices */
/* ============================================================ */
.notice {
    padding: 8px 12px;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.notice-hidden {
    display: none;
}

.notice-red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.notice-green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}

/* ============================================================ */
/* Footer */
/* ============================================================ */
.footer {
    background: #0C6FB1;
    padding: 65px 0;
}

.footer-left {
    float: left;
    width: 64.666%;
}

.footer-right {
    float: right;
    padding-top: 9px;
    width: 29.333%;
}

.footer-site-title {
    margin-right: 10px;
}

.site-description {
    color: #FEFEFE;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin: 9px 0 0 0;
}

.copyright {
    color: #FEFEFE;
    display: block;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0;
}

.copyright a {
    color: #FEFEFE;
    font-weight: 400;
}

.copyright a:hover {
    color: #EEEEEE;
}

/* ============================================================ */
/* ZillaShortcodes */
/* ============================================================ */
/* Toggles */
.zilla-toggle span.ui-icon {
    left: 20px;
}

.zilla-toggle .zilla-toggle-title {
    padding: 10px 20px 10px 40px;
}

.zilla-toggle .zilla-toggle-inner {
    line-height: 1.8;
    padding: 15px 20px;
}

/* Tabs */
.zilla-tabs .zilla-nav li {
    margin-bottom: 0 !important;
    padding: 0;
}

.zilla-tabs .zilla-nav li:before {
    content: "";
}

.zilla-tabs .zilla-nav li a,
.zilla-tabs .zilla-nav .ui-tabs-active a {
    color: #808080 !important;
    height: 45px;
    outline: 0;
    padding: 6px 20px 0;
}

.zilla-tabs .zilla-tab {
    line-height: 1.8;
    padding: 15px 20px;
}

/* Alerts */
.zilla-alert {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Buttons */
.zilla-button {
    border: none !important;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
}

.zilla-button.grey {
    background: #E5E5E5;
}

.zilla-button.grey:hover {
    background: #EEEEEE;
}

.zilla-button.black {
    background: #444444;
}

.zilla-button.black:hover {
    background: #6C6C6C;
}

.zilla-button.green {
    background: #80C43D;
}

.zilla-button.green:hover {
    background: #B0D85F;
}

.zilla-button.light-blue {
    background: #2CAADA;
}

.zilla-button.light-blue:hover {
    background: #44C8E7;
}

.zilla-button.blue {
    background: #0C6FB1;
}

.zilla-button.blue:hover {
    background: #0C78BB;
}

.zilla-button.red {
    background: #E3514A;
}

.zilla-button.red:hover {
    background: #EC8275;
}

.zilla-button.orange {
    background: #FFB031;
}

.zilla-button.orange:hover {
    background: #FFCD4E;
}

.zilla-button.purple {
    background: #D17AC6;
}

.zilla-button.purple:hover {
    background: #E2ABDB;
}

/* Columns */
.zilla-one-half {
    width: 47%;
}

.zilla-one-third {
    width: 29.66%;
}

.zilla-two-third {
    width: 64.33%;
}

.zilla-one-fourth {
    width: 21%;
}

.zilla-three-fourth {
    width: 73%;
}

.zilla-one-fifth {
    width: 15.8%;
}

.zilla-two-fifth {
    width: 36.6%;
}

.zilla-three-fifth {
    width: 57.4%;
}

.zilla-four-fifth {
    width: 78.2%;
}

.zilla-one-sixth {
    width: 12.33%;
}

.zilla-five-sixth {
    width: 81.67%;
}

.zilla-one-half,
.zilla-one-third,
.zilla-two-third,
.zilla-three-fourth,
.zilla-one-fourth,
.zilla-one-fifth,
.zilla-two-fifth,
.zilla-three-fifth,
.zilla-four-fifth,
.zilla-one-sixth,
.zilla-five-sixth {
    margin-right: 5%;
}

.zilla-one-half *:last-child,
.zilla-one-third *:last-child,
.zilla-two-third *:last-child,
.zilla-three-fourth *:last-child,
.zilla-one-fourth *:last-child,
.zilla-one-fifth *:last-child,
.zilla-two-fifth *:last-child,
.zilla-three-fifth *:last-child,
.zilla-four-fifth *:last-child,
.zilla-one-sixth *:last-child,
.zilla-five-sixth *:last-child {
    margin-bottom: 0;
}

/* ============================================================ */
/* WPML */
/* ============================================================ */
/* WPML Widget */
.widget.icl_languages_selector {
    overflow: visible;
}

.widget.icl_languages_selector #lang_sel,
.widget.icl_languages_selector #lang_sel_click,
.widget.icl_languages_selector #lang_sel_list {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    width: 100%;
}

.widget.icl_languages_selector #lang_sel ul, .widget.icl_languages_selector #lang_sel li,
.widget.icl_languages_selector #lang_sel_click ul,
.widget.icl_languages_selector #lang_sel_click li,
.widget.icl_languages_selector #lang_sel_list ul,
.widget.icl_languages_selector #lang_sel_list li {
    width: 100%;
}

.widget.icl_languages_selector #lang_sel img,
.widget.icl_languages_selector #lang_sel_click img,
.widget.icl_languages_selector #lang_sel_list img {
    display: inline;
}

.widget.icl_languages_selector #lang_sel,
.widget.icl_languages_selector #lang_sel_click {
    margin-top: 5px;
    margin-bottom: 10px;
}

.widget.icl_languages_selector #lang_sel ul, .widget.icl_languages_selector #lang_sel li,
.widget.icl_languages_selector #lang_sel_click ul,
.widget.icl_languages_selector #lang_sel_click li {
    list-style: none;
    padding: 0;
}

.widget.icl_languages_selector #lang_sel ul ul,
.widget.icl_languages_selector #lang_sel_click ul ul {
    border-color: #EBEBEB;
    top: 37px;
}

.widget.icl_languages_selector #lang_sel ul ul a,
.widget.icl_languages_selector #lang_sel_click ul ul a {
    padding: 12px;
}

.widget.icl_languages_selector #lang_sel ul ul a:hover,
.widget.icl_languages_selector #lang_sel_click ul ul a:hover {
    background: #F5F5F5;
}

.widget.icl_languages_selector #lang_sel a,
.widget.icl_languages_selector #lang_sel_click a {
    border-color: #EBEBEB;
}

.widget.icl_languages_selector #lang_sel_list {
    height: auto;
}

.widget.icl_languages_selector #lang_sel_list ul {
    border: none;
}

.widget.icl_languages_selector #lang_sel_list a {
    background: none;
    border: none;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
}

.widget.icl_languages_selector #lang_sel_list a:hover {
    color: #0C6FB1;
}

.widget.icl_languages_selector #lang_sel_list li:last-child a {
    padding-bottom: 0;
}

.widget.icl_languages_selector .lang_sel_sel {
    border-color: #EBEBEB;
    border-radius: 3px;
    padding: 7px 12px;
}

/* WPML Footer */
#lang_sel_footer {
    border: none;
    margin: 0 auto;
    max-width: 1177px;
    min-width: 290px;
}

#lang_sel_footer li {
    display: inline;
}

#lang_sel_footer a {
    border-radius: 3px;
    display: inline-block;
}

#lang_sel_footer img {
    display: inline;
}

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 1220px) {
    .outer {
        max-width: 870px;
    }

    .container {
        margin: 0 70px;
    }

    .nav-header {
        display: none;
    }

    .button-nav-mobile {
        display: block;
    }

    .slideshow-primary {
        min-height: 529px;
    }

    .slide-primary-content {
        padding: 190px 70px 115px;
    }

    h1,
    .slide-title,
    .featured-quote p {
        font-size: 30px;
    }

    .slide-button {
        margin-top: 20px;
    }

    .slideshow-primary-nav {
        right: 70px;
        bottom: 50px;
    }

    .secondary-content {
        float: none;
        width: 100%;
    }

    .featured-quote {
        padding: 0 70px;
    }

    .featured-quote blockquote:after {
        right: 50px;
    }

    .home-content {
        margin-bottom: 0;
        width: 100%;
    }

    .home-feature {
        margin: 35px 0 10px;
        width: 100%;
    }

    .home-feature img {
        display: block;
        margin: 0 auto;
    }

    .primary-content {
        float: none;
        width: 100%;
    }

    #lang_sel_footer {
        max-width: 870px;
    }
}

@media only screen and (max-width: 940px) {
    .slideshow-primary {
        min-height: 445px;
    }

    .slide-primary-content {
        padding: 180px 70px 105px;
        width: 100%;
    }

    .slide-primary-content p {
        display: none;
    }

    .slideshow-primary-nav {
        bottom: 50px;
    }

    .button-scroll-down {
        display: none;
    }

    .banner-column {
        margin: 0 0 40px;
        width: 100%;
    }

    .banner-column:last-of-type {
        margin-bottom: 0;
    }

    .featured-quote blockquote:after {
        background-size: 121px 85px;
        height: 85px;
        right: 70px;
        width: 121px;
    }

    .featured-quote p {
        width: 100%;
    }

    .footer-left,
    .footer-right {
        float: left;
        width: 100%;
    }

    .widget-footer.widget_zilla_social_widget {
        margin: 26px 0 0;
    }

    .widget-footer.widget_zilla_social_widget a {
        float: left;
        margin: 0 12px 0 0;
    }

    .zilla-one-fifth {
        width: 100%;
    }

    .zilla-two-fifth {
        width: 100%;
    }

    .zilla-three-fifth {
        width: 100%;
    }

    .zilla-four-fifth {
        width: 100%;
    }

    .zilla-one-sixth {
        width: 100%;
    }

    .zilla-five-sixth {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    body {
        padding: 0 15px;
    }

    .container,
    .nav-mobile .menu {
        margin: 0 30px;
    }

    .slideshow-primary {
        min-height: 395px;
    }

    .slide-primary-content {
        padding: 180px 30px 105px;
    }

    .slideshow-primary-nav {
        right: 30px;
        bottom: 20px;
    }

    .comment-avatar {
        display: none;
    }

    .comment-body {
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    input[type="email"],
    textarea {
        width: 100%;
    }

    .featured-quote {
        padding: 0 30px;
    }

    .featured-quote blockquote:after {
        right: 30px;
    }

    .zilla-one-fourth {
        width: 100%;
    }

    .zilla-three-fourth {
        width: 100%;
    }
}

@media only screen and (max-width: 490px) {
    .site-header,
    .main,
    .featured-quote blockquote,
    .footer {
        padding: 40px 0;
    }

    .nav-mobile {
        top: 100px;
    }

    .slide-primary-content {
        padding: 160px 30px 85px;
    }

    .slide-title {
        font-size: 26px;
    }

    .featured-quote blockquote:after {
        display: none;
    }

    .alignleft,
    .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .post-content ul.list {
        padding: 5px 30px;
    }

    .post-content ol.list {
        padding: 5px 30px 5px 40px;
    }

    .post-content ol.link-list {
        padding: 0;
    }

    .zilla-one-half {
        width: 100%;
    }

    .zilla-one-third {
        width: 100%;
    }

    .zilla-two-third {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .container,
    .nav-mobile .menu {
        margin: 0 20px;
    }

    .slide-primary-content,
    .featured-quote {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ad-description {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.zilla-button.facebook {
    border-color: #133783!important;
    background: #3a5795;
    background: -webkit-gradient(linear, left top, left bottom, from(#617395), to(#3c4d95));
    background: -webkit-linear-gradient(top, #617395, #3c4d95);
    background: -moz-linear-gradient(top, #617395, #3c4d95);
    background: -ms-linear-gradient(top, #617395, #3c4d95);
    background: -o-linear-gradient(top, #617395, #3c4d95);
}

.zilla-button.facebook:hover {
    background: #3f64a7;
    background: -webkit-gradient(linear, left top, left bottom, from(#5d7aa7), to(#3452a7));
    background: -webkit-linear-gradient(top, #5d7aa7, #3452a7);
    background: -moz-linear-gradient(top, #5d7aa7, #3452a7);
    background: -ms-linear-gradient(top, #5d7aa7, #3452a7);
    background: -o-linear-gradient(top, #5d7aa7, #3452a7);
}

.zilla-button.linkedin {
    border-color: #27619b !important;
    background: #287bbc;
    background: -webkit-gradient(linear, left top, left bottom, from(#276faa), to(#1f5a8d));
    background: -webkit-linear-gradient(top, #276faa, #1f5a8d);
    background: -moz-linear-gradient(top, #276faa, #1f5a8d);
    background: -ms-linear-gradient(top, #276faa, #1f5a8d);
    background: -o-linear-gradient(top, #276faa, #1f5a8d);
}

.zilla-button.facebook:hover {
    background: #528ebc;
    background: -webkit-gradient(linear, left top, left bottom, from(#517fad), to(#45729a));
    background: -webkit-linear-gradient(top, #517fad, #45729a);
    background: -moz-linear-gradient(top, #517fad, #45729a);
    background: -ms-linear-gradient(top, #517fad, #45729a);
    background: -o-linear-gradient(top, #517fad, #45729a);
}

.left-panel {
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 4px 0px 6px;
}

.rating {
    margin: 0px 0px 4px;
}

.rating .rating-score {
    font-size: 32px;
}

.rating .rating-stars.rating-rated {
    color: #EEEE00;
}

.partner-image:not(:last-child) {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}

.partner-image > img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
}

.partner-image > h3 {
    text-align: center;
}

.comment-text {
    word-wrap: break-word;
}

.dataTable input[type="search"] {
    width: 95%;
    min-width: 20px;
}

.dataTables_wrapper {
    overflow: auto;
    font-size: 15px;
}

.dataTables_filter {
    display: none;
}

.export {
    cursor: pointer;
    max-width: 200px;
}

.export:hover {
    color: #0C6FB1;
}

.ui-datepicker {
    z-index: 10 !important;
}



.search-form input.flexselect {
  padding-left: 0px;
}
