/*
    Theme Name:         Section
    Support URI:        http://www.themeskingdom.com/support/
    Description:        Great and Modern looking responsive WordPress Blog Theme
    Author:             Themeskingdom
    Author URI:         http://www.themeskingdom.com/support/
    Version:            1.0
    License:            GNU General Public License v2.0
    License URI:        http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:          http://www.themeskingdom.com/
    Tags: white, light, one-column, two-columns, right-sidebar, fluid-layout, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/*

-- TABLE OF CONTENT (put $ in front of the search for filtering to the top of the segment) --
GENERAL
HEADER
FOOTER
BLOG
PORTFOLIO
WIDGETS
SIDEBAR
CONTACT
SHORTCODES
404
SEARCH

IE-STYLES

MOZILLA-SPECIFIC

@-moz-document url-prefix() {
    .post-meta  {
        padding: 2px 0 3px;
    }
}
WOLF-FLICKR-WIDGET
RESPONSIVE
*/

/*-- $WP-Styles --*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption {
    padding-bottom: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.blog .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px;
}

/*-- $GENERAL --*/

/*icons*/

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icons/icomoon.eot?xc6kuq');
    src:url('fonts/icons/icomoon.eot?#iefixxc6kuq') format('embedded-opentype'),
        url('fonts/icons/icomoon.woff?xc6kuq') format('woff'),
        url('fonts/icons/icomoon.ttf?xc6kuq') format('truetype'),
        url('fonts/icons/icomoon.svg?xc6kuq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
    content: "\e600";
}
.icon-vimeo:before {
    content: "\e603";
}
.icon-twitter:before {
    content: "\e605";
}
.icon-tumblr:before {
    content: "\e608";
}
.icon-in:before {
    content: "\e610";
}
.icon-google:before {
    content: "\e611";
}
.icon-flikr:before {
    content: "\e612";
}
.icon-facebook:before {
    content: "\e613";
}
.icon-dribbble:before {
    content: "\e616";
}
.icon-be:before {
    content: "\e619";
}
.icon-instagram:before {
    content: "\f16d";
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    display: none;
}

body.fixed {
    overflow: hidden;
    margin-right: 15px;
}

h1, h2, h3, h4, h5, h6, a, i, p, span {
    vertical-align: middle;
}

a {
    color: #8f8d8d;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    text-decoration: none;
    color: #404040;
}

a:focus {
    outline: 0;
}

a.border-effect:focus,
.border-effect a:focus {
    text-decoration: none;
}

.blog img,
.portfolio img {
    max-width: 100%;
    height: auto;
}

.border-effect {
    position: relative;
    vertical-align: middle;
}

.border-effect:after {
    content: "";
    height: 0px;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    transition: all .3s cubic-bezier(.27,.52,.28,.97);
}

.border-effect:hover {
    color: inherit;
}

.border-effect:hover:after {
    bottom: -5px;
    background-color: #000;
}

.post.link .border-effect:hover:after {
    bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    vertical-align: baseline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #a3a3a3;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

blockquote,
.blog blockquote {
    margin: 24px 0 24px 20px;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: 2px solid #000;
    padding: 5px 18px;
}

blockquote p,
.blog blockquote p,
.blog-single blockquote p,
.blog.archive blockquote p,
.contact blockquote p,
.portfolio-content blockquote p {
    font-size: 1.4em;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    padding: 8px 16px;
    padding: 7px 16px 14px \0;
    width: 100%;
    border: 2px solid transparent;
    background-color: #ebeced;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    color: #b8b8b8;
    color: rgba(0,0,0,.4);
    display: block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #ebeced;
    background-color: transparent;
}

textarea {
    resize: vertical;
}

/*remove IE clearfield button*/

::-ms-clear {
    width : 0;
    height: 0;
}

::-ms-reveal {
    width : 0;
    height: 0;
}

button {
    border: 0;
}

.btn,
input[type="submit"],
.tagcloud a,
.featured-banner {
    background-color: transparent;
    color: #000;
    border: 2px solid  #000;
    text-transform: uppercase;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn,
input[type="submit"],
.tagcloud a {
    padding: 10px 14px 8px;
}

.contact form button[type="submit"] {
    margin-top: 20px;
}

.btn:hover,
input[type="submit"]:hover,
.tagcloud a:hover {
    background-color: #000;
    color: #fff;
}

#main-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #fff;
    position: relative;
    z-index: 6;
}

.main-content p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 1em;
}

.back-to-top {
    width: 44px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 900;
    display: none;
    cursor: pointer;
}

.back-to-top:before,
.back-to-top:after {
    content: "";
    position: absolute;
    background-color: #cfcfcf;
    width: 1px;
    height: 30px;
    left: 22px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    transition: all .3s cubic-bezier(.27,.52,.28,.97);
}

.back-to-top:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.back-to-top:after {
    top: 1px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.back-to-top:hover:before{
    -webkit-transform: rotateZ(35deg);
    -ms-transform: rotateZ(35deg);
    -o-transform: rotateZ(35deg);
    transform: rotateZ(35deg);
}

.back-to-top:hover:after {
    -webkit-transform: rotateZ(-35deg);
    -ms-transform: rotateZ(-35deg);
    -o-transform: rotateZ(-35deg);
    transform: rotateZ(-35deg);
}

#image-navigation .nav-previous,
#image-navigation .nav-next {
    margin-bottom: 10px;
    display: inline-block;
}

#image-navigation .nav-previous a {
    margin-right: 20px;
}

#image-navigation .meta-nav {
    vertical-align: baseline;
}

/*--$ HEADER --*/

.header-main__wrapper {
    position: relative;
    overflow: hidden;
}

.header-main {
    background-color: #d1dae1;
    border: 0px solid #fff;
    padding: 25px 0;
    position: relative;
    z-index: 6;
}

.header-main .container {
    position: relative;
}

.navbar-brand {
    display: inline-block;
}

.menu-toggle__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14.5px;
    height: 29px;
}

.menu-toggle {
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 13px 0;
    outline: 0;
    z-index: 1001;
    margin-right: 15px;
}

.menu-toggle .icon-bar,
.menu-toggle .icon-bar:before,
.menu-toggle .icon-bar:after {
    width: 28px;
    height: 2px;
    background-color: #5d5d5d;
    background-color: rgba(0,0,0,.6);
    display: block;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    z-index: 1001;
}

.menu-toggle .icon-bar:before,
.menu-toggle .icon-bar:after {
    content: "";
    position: relative;
    -webkit-transform-origin: 15px;
    -moz-transform-origin: 15px;
    -ms-transform-origin: 15px;
    -o-transform-origin: 15px;
    transform-origin: 15px;
}

.menu-toggle.menu-open {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menu-toggle.menu-open .icon-bar {
    background-color: transparent;
}

.menu-toggle .icon-bar:before {
    top: -7px;
}

.menu-toggle .icon-bar:after {
    top: 5px;
}

.menu-toggle:hover .icon-bar:before {
    top: -9px;
}

.menu-toggle:hover .icon-bar:after {
    top: 7px;
}

.menu-toggle.menu-open .icon-bar:before,
.menu-toggle.menu-open .icon-bar:after,
.menu-toggle.menu-open:hover .icon-bar:before,
.menu-toggle.menu-open:hover .icon-bar:after {
    top: -1px;
    background-color: #6f6f6f;
    background-color: rgba(255,255,255,.3);
}

.menu-toggle.menu-open .icon-bar:before,
.menu-toggle.menu-open .icon-bar:after {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.menu-toggle.menu-open .icon-bar:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle.menu-open .icon-bar:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-nav {
    background-color: #000;
    position: fixed;
    text-align: center;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 100px 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .5s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .5s cubic-bezier(.27,.52,.28,.97);
    transition: all .5s cubic-bezier(.27,.52,.28,.97);
    z-index: 1000;
}

.header-nav.opened {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.header-nav a {
    color: #ffffff;
    color: rgba(255,255,255,.3);
    font-size: 36px;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.header-nav a:hover,
.current-menu-item a {
    color: #fff;
}

.header-nav .dropdown-menu a {
    font-size: 20px;
}

.header-nav .nav {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-left: 15px;
}

.fixed .header-nav .nav {
    margin-left: 0;
}

.header-nav .nav > li {
    margin-top: 35px;
}

.header-nav .nav > li:first-child {
    margin-top: 0;
}

.header-nav .dropdown:hover > a {
    color: #fff;
}

.header-nav .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.dropdown:hover .dropdown-menu {
    max-height: 250px;
}

.header-nav .dropdown-menu li {
    list-style: none;
}

/*-- $FOOTER --*/

#footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #dee4e8;
    padding: 0 0px 0px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}

#footer-wrapper.static {
    position: static;
}

#footer-wrapper.fixed {
    padding: 10px;
}

#footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fixed #footer {
    padding: 28px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.fixed .col-md-12.footer__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

#footer .copy {
    background-color: #dee4e8;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

#footer .copy p {
    line-height: 1.7em;
    color: #e4eaee;
    color: rgba(0,0,0,.3);
    margin-bottom: 0;
    text-align: center;
}

#footer .copy a {
    vertical-align: baseline;
}

.social {
    margin-left: -10px;
    font-size: 0;
    margin-bottom: 10px;
    text-align: center;
}

.social a {
    display: inline-block;
    color: #7d8387;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.social a:hover {
    color: #444;
}

/*-- $BLOG --*/

#filters {
    text-align: center;
    margin-bottom: 74px;
}

#filters li {
    display: inline-block;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    border-bottom: 2px solid transparent;
    margin: 0 7px;
}

#filters .border-effect:hover:after {
    bottom: -2px;
}

#filters li.selected {
    border-color: #000;
    color: #000;
    pointer-events: none;
}

#filters a:hover,
#filters li.selected a {
    color: #000;
}

.pagination {
    position: absolute;
    left: 50%;
    margin-left: -60.5px;
    bottom: -16px;
    z-index: 1;
}

.page .pagination {
    bottom: 5px;
}

/* jpreloader */

#jpreOverlay {
    background-color:#fff;
}

#jpreBar {
    background: #000;
}

#jpreButton {
    visibility: hidden;

}

#jpreLoader {
    font-size: 65px;
    margin-top: 15px;
    margin-left: 4px;
    color: #e5e5e5;
    background-color: #e5e5e5;
    text-align: center;
    height: 4px;
    width: 140px;
}

/* end jpreloader */

#loading-is {
    text-align: center;
    margin: 22px auto 0;
    height: 4px;
    width: 130px;
    position: relative;
    left: -15px;
}

.page #loading-is {
    margin-top: 60px;
    margin-bottom: 30px;
}

#infscr-loading {
    margin: 0 auto;
}

.grid-wrapper .post {
    margin-bottom: 68px;
}

.page-title h2 {
    margin: 0;
    padding-bottom: 54px;
}

.post th {
    background-color: #fcfcfc;
}

.post td,
.post th {
    padding: 15px 15px;
    border: 1px solid #e9e9e9;
}

.post a {
    vertical-align: baseline;
}

.post p img {
    height: auto;
}

.post dt {
    margin-top: 10px;
}

.post ul,
.post ol {
    list-style-position: inside;
}

.post ul li > ul,
.post ol li > ol,
.post ol li > ul,
.post ul li > ol {
    padding-left: 40px;
}

.post .post-content input[type="submit"] {
    display: block;
    margin-top: 10px;
}

.dim {
    pointer-events: none;
}

.blog.archive .post {
    padding-bottom: 54px;
    border-bottom: 1px solid  #e9e9e9;
    margin-top: 54px;
}

.blog.archive .post:last-child {
    border: none;
}

.blog.archive .post-title h2 {
    margin-top: 0;
}

.blog.archive .post:first-child {
    margin-top: 0;
}

.quote blockquote p
.post.link p {
    margin-top: 15px;
}

.quote blockquote {
    background-color: #d1dae1;
    border: none;
    text-align: center;
    margin: 0;
    padding: 61px 18px;
}

.quote blockquote,
.quote blockquote h2,
.quote blockquote p {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.quote blockquote:hover {
    background-color: #90A7B9;
}

.quote blockquote:hover h2,
.quote blockquote:hover p {
    color: #fff;
}

.quote blockquote h2,
.post.link h2 {
    margin: 0;
}

.post.link {
    text-align: center;
    padding: 16px 18px 90px;
}

.post.link a {
    -webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .3s cubic-bezier(.27,.52,.28,.97);
    transition: all .3s cubic-bezier(.27,.52,.28,.97);
}

.post.link h2 {
    text-transform: uppercase;
}

.post.link p a:hover {
    color: #000;
}

.post figure {
    margin-bottom: 46px;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.scalable-wrapper {
    padding-top: 56.5%;
    /*margin-top: 44px;*/
    margin-bottom: 44px;
}

.post-title {
    margin-bottom: 2px;
}

.post-title a {
    color: #000;
}

.post-title a:hover {
    color: #a3a3a3;
}

.meta li {
    list-style: none;
}

.meta li a {
    vertical-align: baseline;
}

.pagination {
    text-align: center;
}

.pagination h5 {
    text-transform: uppercase;
    font-size: 20px;
}

.featured-image {
    position: relative;
}

a .featured-image:after,
.post-content-in .post-content {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0 solid #000;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

a .featured-image:hover:after,
.post-content-in .post:hover .post-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

.dim a .featured-image:hover:after,
.post-content-in .dim.post:hover .post-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}

a .featured-image:hover:after,
.post-content-in .post:hover .post-content {
    border-width: 0px;
}

.dim a .featured-image:after {
    border: 0;
}

.post-content-in .dim .post-content {
    display: none;
}

.dim.post {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: .1;
}

.dim.post a {
    pointer-events: none;
    cursor: default;
}

.post-content-in .grid-wrapper .post {
    margin-bottom: 40px;
}

.post-content-in .grid-wrapper .post > a {
    display: block;
}

.grid-wrapper .featured-image {
    margin-bottom: 30px;
    display: block;
}

.post-content-in .grid-wrapper .featured-image {
    margin-bottom: 0;
}

.post-content h6 {
    margin: 0;
}

.post-content .read-more {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 24px;
    display: inline-block;
}

.post-content-in .post-content {
    right: 15px;
    left: 15px;
    pointer-events: none;
}

.post-content-in .post-content__box {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.post-content-in .post-title a,
.post-content-in .meta__categories span,
.post-content-in .meta__categories a {
    color: #fff;
}

.post-content-in .post-title a:hover,
.post-content-in .meta__categories a:hover {
    color: #fff;
}

.post-content-in .post-title {
    width: 90%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3D(-50px,0,0);
    -ms-transform: translate3D(-50px,0,0);
    -o-transform: translate3D(-50px,0,0);
    transform: translate3D(-50px,0,0);
    -webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

.post-content-in .post:hover .post-title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.post-content-in .meta__categories {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3D(0,50px,0);
    -ms-transform: translate3D(0,50px,0);
    -o-transform: translate3D(0,50px,0);
    transform: translate3D(0,50px,0);
    -webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
    -o-transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
    transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
}

.post-content-in .post:hover .meta__categories {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.post-content .gallery {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.post-content .gallery .gallery-item {
    padding-left: 8px;
    padding-right: 8px;
}

.post-content .gallery img {
    width: 100%;
    border: none !important;
}

.portfolio-content a {
    vertical-align: baseline;
}

.portfolio-content .gallery {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.portfolio-content .gallery .gallery-item {
    padding-left: 8px;
    padding-right: 8px;
}

.portfolio-content .gallery img {
    width: 100%;
    border: none !important;
}

/*blog-single*/

.blog .row > .col-md-8 .post,
.contact .row > .col-md-8 .contact-wrapper {
    margin-right: 44px;
}

.blog .row > .col-md-8.pull-right .post,
.contact .row > .col-md-8.pull-right .contact-wrapper {
    margin-left: 44px;
}

.blog .row > .col-md-offset-2 .post,
.contact .row > .col-md-offset-2 .contact-wrapper {
    margin-left: 22px;
    margin-right: 22px;
}

.blog-single .post .block {
    padding-top: 34px;
    padding-bottom: 34px;
}

.blog-single p,
.blog.archive p,
.contact p,
.portfolio-content p {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 24px;
}

.blog-single .post-content {
    border-bottom: 1px solid  #e9e9e9;
    padding-bottom: 35px;
}

.blog-single .post-content p,
.blog.archive .post-content p,
.contact-content p {
    color: #5e5e5e;
}

.post-content p:first-child,
.contact-content p:first-child {
    margin-top: 0;
}

.blog-single .block li,
.blog.archive .block li {
    list-style: none;
}

.blog-single #comments li,
.blog.archive #comments li {
    list-style: inherit;
}

.post-meta.block li {
    margin-top: 12px;
}

.post-meta strong {
    font-weight: 400;
    color: #000;
    margin-right: 20px;
}

.post-meta.block li:first-child {
    margin-top: 0;
}

.post-meta.block a:after {
    content: ", ";
}

.post-meta.block a:last-child:after {
    content: "";
}

.post-title h2 {
    display: inline-block;
    margin-right: 20px;
    -ms-word-break: break-word;
    word-break: break-word;
}

.page-template-default .post-title h2 {
    font-size: 52px;
    color: #ddd;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 66px;
    position: relative;
    top: -7px;
}

.post-title .featured-banner {
    display: inline-block;
    padding: 5px 10px 4px;
    margin-bottom: 9px;
}

.blog-single .post-title .featured-banner {
    position: relative;
    top: 7px;
}

.blog-single .meta,
.blog.archive .meta {
    padding: 0;
    margin-bottom: 34px;
}

.blog-single .meta li,
.blog.archive .meta li {
    display: inline-block;
    margin-left: 2px;
}

.blog-single .meta li:before,
.blog.archive .meta li:before {
    content: "-";
    margin-right: 2px;
}

.blog-single .meta li:first-child:before,
.blog.archive .meta li:first-child:before {
    display: none;
}

.blog-single .meta li span,
.blog.archive .meta li span {
    vertical-align: top;
}

.blog-single .post .post-nav.block {
    margin-top: 8px;
    padding-bottom: 4px;
}

.prev-post,
.next-post {
    display: block;
    padding-top: 8px;
}

.prev-post h5,
.next-post h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.prev-post {
    float: left;
}

.next-post {
    float: right;
}

.share.block {
    border: 2px solid  #000;
    padding-left: 36px;
    padding-right: 36px;
}

.share .single-soc-share-link {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}

.share strong {
    display: block;
    color: #b1b1b1;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.soc-links {
    /*margin-left: -2px;*/
}

.single-soc-share-link a {
    font-size: 0;
    border-bottom: none;
    margin-left: 2px;
}

.single-soc-share-link p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    padding: 6px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 1em;
    color: #a3c1d7;
    color: rgba(255,255,255,.7);
}

.single-soc-share-link a:hover p {
    color: #fff;
}

.single-soc-share-link span {
    color: #fff;
    display: inline-block;
    padding: 8px 0 7px;
    width: 31px;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
}

.single-soc-share-link.fb {
    background-color: #425596;
}

.single-soc-share-link.twitter {
    background-color: #4aa8df;
}

.single-soc-share-link.google {
    background-color: #de4839;
}

.single-soc-share-link.linkedin {
    background-color: #0071aa;
}

.single-soc-share-link.pinterest {
    background-color: #e9343a;
}

.single-soc-share-link.stumbleupon {
    background-color: #f04e23;
}

/*comments*/

.blog-single .comments-area.block {
    padding-top: 18px;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comments-title small {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.comment:last-child {
    border: none;
}

.comment-body {
    padding: 40px 0;
    margin-bottom: -1px;
    padding-left: 94px;
    border-bottom: 1px solid #e9e9e9;
}

.comment .children .comment-body {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-author {
    position: relative;
    margin-bottom: 3px;
}

.comment-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -94px;
}

.comment-author cite {
    color: #000;
    font-size: 24px;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-author span {
    display: none;
}

#comments p {
    color: #616161;
}

.comment .children {
    margin-left: 68px;
}

.comment-form p,
.contact-form p {
    margin: 0;
}

.comment-reply-title {
    font-size: 36px;
    margin-bottom: 18px;
    margin-top: 70px;
}

#cancel-comment-reply-link {
    font-size: 14px;
    text-transform: none;
    color: #bdbdbd;
    margin-top: 10px;
    display: block;
}

#cancel-comment-reply-link:hover {
    color: #000;
}

.comment-respond label,
.contact-form label {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #b8b8b8;
    color: rgba(0,0,0,.4);
    font-weight: 500;
}

.comment-respond label .required,
.contact-form label .required {
    font-size: 0;
}

.comment-respond label .required:after,
.contact-form label .required:after {
    content: "(required)";
    font-size: 12px;
    vertical-align: top;
}

.comment-respond textarea,
.contact-form textarea {
    min-height: 205px;
}

p.form-allowed-tags,
p.form-submit {
    margin-top: 25px;
}

p.form-allowed-tags {
    font-size: 13px;
}

.form-submit #submit {
    padding: 13px 30px 11px;
}

/*-- $PORTFOLIO --*/

.paralax-block,
.featured-video {
    margin-top: -64px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 64px;
}

.portfolio-featured {
    text-align: center;
    margin-bottom: 100px;
}

.paralax-img {
    width: 100%;
    position: relative;
}

.portfolio-content h2 {
    margin-bottom: 30px;
}

.portfolio-content img {
    margin-top: 42px;
}

.portfolio-content ul,
.portfolio-content ol {
    list-style-position: inside;
}

.portfolio-nav {
    width: 100%;
    margin-bottom: -75px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 162px;
    position: relative;
    font-size: 0;
}

.portfolio-nav a {
    display: inline-block;
    width: calc(50% - 5px);
    text-align: center;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.portfolio-nav .prev {
    margin-right: 5px;
    cursor: url(theme-images/left-chevron.png), auto;
    cursor: pointer\0;
    float: left;
}

.portfolio-nav .next {
    margin-left: 5px;
    cursor: url(theme-images/right-chevron.png), auto;
    cursor: pointer\0;
    float: right;
}

.portfolio-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: inherit;
    min-width: 100%;
}

.portfolio-nav .portfolio-info {
    text-align: left;
    display: inline-block;
    z-index: 1;
    position: relative;
    max-width: 80%;
}

.portfolio-nav h4 {
    color: #fff;
}

.portfolio-nav small {
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

.portfolio-nav a:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.portfolio-nav a:hover:after {
    background-color: rgba(0,0,0,.5);
    border-width: 4px;

}

/*-- $WIDGETS --*/

.widget {
    padding-bottom: 83px;
}

.widget > h3 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 500;
}

.widget p:first-child {
    margin-top: 0;
}

.widget p {
    line-height: 1.8em;
    margin-top: 20px;
    color: #404040;
}

.widget span {
    vertical-align: baseline;
}

.widget li {
    list-style: none;
    position: relative;
    padding: 7px 0;
    line-height: 1.8em;
}

.widget li .sub-menu {
    padding-left: 20px;
}

.widget li .sub-menu a {
    color: #7c7c7c;
}

.widget li a,
.widget_nav_menu a strong {
    color: #3f3f3f;
    border-bottom: 0px solid;
    border-color: transparent;
    padding-bottom: 4px;
    vertical-align: baseline;
    -webkit-transition: all .2s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .2s cubic-bezier(.27,.52,.28,.97);
    transition: all .2s cubic-bezier(.27,.52,.28,.97);
}

.widget li a:hover,
.widget_nav_menu a strong:hover {
    border-color: #3f3f3f;
    padding-bottom: 0px;
    margin-bottom: 4px;
    color: #3f3f3f;
}

.widget_nav_menu a span:hover {
    color: #000;
}

.facebook-widget {
    height: 283px;
    width: 232px;
    margin: 0 auto;
}

.widget form #s {
    position: relative;
    background-color: #fff;
}

.widget input[type="text"],
.widget input[type="email"] {
    padding-right: 85px;
    height: 52px;
    padding-left: 20px;
    border: 0;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="submit"] {
    background-color: #fff;
}

.widget form #s input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    padding-right: 17px;
    font-weight: 500;
    border: 0;
    color: #b8b8b8;
    color: rgba(0,0,0,.4);
}

.widget form #s input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar table caption {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    color: #404040;
}

.widget_calendar tbody td {
    text-align: center;
    border: 1px solid  #ccc;
}

.widget_calendar tbody td,
.widget_calendar table th,
.widget_calendar tfoot td {
    padding: 8px 0;
    text-align: center;
}

.widget_calendar thead,
.widget_calendar tfoot {
    border: 1px solid  #ccc;
}

.widget_calendar tfoot td {
    padding-left: 10px;
    font-size: 13px;
    color: #404040;
    font-weight: 400;
    text-align: left;
}

.widget_calendar table th {
    background-color: #fff;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.widget_calendar tbody td {
    color: #616161;
    font-size: 12px;
}

.widget_calendar tbody td#today {
    background-color: #d8d8d8;
    color: #fff;
}

.widget .menu li > a > strong {
    margin-bottom: 3px;
    font-weight: 500;
}

.widget .menu li > a > span {
    display: block;
}

.widget .menu span {
    display: block;
    color: #a2a2a2;
}

.widget .dropdown ul {
    margin-top: 6px;
}

.widget .dropdown li {
    padding: 8px 0 8px 16px;
    border: none;
}

.widget .dropdown li a strong {
    font-size: 12px;
}

.widget_pages li {
    display: inline-block;
    margin-right: 18px;
}

.widget_pages li .children {
    margin-left: 18px;
    display: inline-block;
}

.widget_pages li .children li {
    padding: 0;
    margin: 0;
}

.tk-flickr-wrap {
    font-size: 0;
    max-width: 265px;
    margin-left: -5%;
}

.flickr_badge_image {
    margin-left: 5%;
    display: inline-block;
    margin-bottom: 5%;
    height: auto;
}

.widget_categories li,
.widget_archive li {
    text-align: right;
    overflow: hidden;
}

.widget_categories li a,
.widget_archive li a {
    float: left;
}

.tagcloud a {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px !important;
}

.widget_text {
    color: #404040;
    line-height: 1.6em;
}

.blog .widget_text p {
    font-size: 13px;
}

.widget_app_newsletter {
    background-color: #;
    margin-bottom: 15px;
    padding: 5px 5px;
    margin-left: -40px;
    margin-right: -20px;
}

.widget_app_newsletter > h3 {
    margin-bottom: 10px;
}

.widget .newsletter#s {
    background-color: inherit;
}

.widget .newsletter#s input[type="text"] {
    padding-right: 20px;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 30px;
}

.widget .newsletter#s input[type="submit"] {
    position: static;
    color: #000;
    height: auto;
    border: 0px solid #000;
    background-color: transparent;
    padding: 3px 3px 3px;
}

.textwidget img {
    margin-bottom: 24px;
    margin-top: 9px;
}

.textwidget img:first-child {
    margin-top: 0;
}

.textwidget .wp-caption img {
    margin: 0;
}

.advertisement-widget {
    display: inline-block;
}

.advertisement-widget.fullwidth {
    display: block;
}

.advertisement-widget img {
    max-width: 100%;
    width: auto;
}

.widget_rss img[alt="RSS"] {
    vertical-align: baseline;
}

.widget .post-date,
.rss-date {
    display: block;
}

.widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    color: #3f3f3f;
    cursor: pointer;
    background-color: transparent;
    background-image: url(theme-images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

.widget select::-ms-expand {
    display: none;
}

/*-- $SIDEBAR --*/

.widgets-wrapper {
    background-color: #e9e9e9;
    padding: 53px 53px 0;
}

/*-- $CONTACT --*/

.map {
    margin-bottom: 40px;
}

.contact-content {
    padding-bottom: 40px;
    margin-bottom: 70px;
    border-bottom: 1px solid  #e9e9e9;
}

.contact .main-content input[type="text"],
.contact .main-content input[type="email"],
.contact .main-content input[type="password"] {
    width: 71%;
}

.contact-captcha .control-group {
    width: 40%;
    margin-right: 2%;
    display: inline-block;
}

.contact-captcha .control-group input[type="text"] {
    width: 100%;
}

.contact-captcha .refresh-text {
    display: inline-block;
}

.contact-captcha .refresh-text img {
    position: relative;
    top: -3px;
    left: 2px;
}

/*-- $SHORTCODES --*/

.tk-infobox p {
    margin: 0;
}

body .progress .bar {
    background: #d1dae1;
}

.tk_sc_block_accordion .tab-body {
    padding: 0 20px;
}

.tk_sc_block_accordion .tab-body p:last-child {
    padding-bottom: 24px;
}

.shortcodes .tk-shortcode-tabs ul {
    margin: 0 0 -2px 0;
    list-style: none;
    padding: 0;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs {
    overflow: hidden;
}

.nav-tabs > li {
    float: left;
    position: relative;
    bottom: -1px;
}

.nav-tabs li a {
    display: block;
}

.tab-content > .tab-pane.active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}

.pricing-table-one p {
    margin: 0;
}

.pricing-table-one-center span {
    padding-bottom: .5em;
}

/*-- $404 $SEARCH --*/

.error404 article {
    background: #d1dae1;
    padding: 56px;
    width: 71%;
    margin: 0 auto;
}

.error404 h2 {
    margin-top: 7px;
    margin-bottom: 48px;
}

.error404 a {
    vertical-align: baseline;
}

.search-no-results h2 {
    margin-top: 20px;
}

.search-no-results input[type="text"] {
    width: 356px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.search-no-results input[type="text"] {
    margin-top: 10px;
}

.search-no-results input[type="text"],
.search-no-results input[type="submit"] {
    display: inline-block;
}

.search-no-results h2 {
    padding-bottom: 0;
}

/*-- $IE-STYLES --*/

.row.grid-wrapper {
    /*margin-left: -42px \0;*/
    max-width: 100% \0;
}

.grid-wrapper .post {
    margin-left: 15px \0;
    margin-right: 15px \0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.ie8 .header-nav {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

.ie8 .header-nav.opened {
    display: block;
}

.ie8 .row.grid-wrapper {
    max-width: inherit;
}

.ie8 .home.page .post {
    margin-bottom: 40px;
}

.ie8 .dim a .featured-image {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

.ie8 .dim a .featured-image:after {
    background: #e9e9e9;
}

.ie8 .post-content-in .post-content {
    position: static;
    width: auto;
    pointer-events: auto;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
}

.ie8 .post-content-in .post-title,
.ie8 .post-content-in .meta__categories {
    position: static;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ie8 .post-content-in .post-title a,
.ie8 .post-content-in .meta__categories span,
.ie8 .post-content-in .meta__categories a {
    color: #000;
}

.ie8 .grid-wrapper .post {
    margin-left: 0;
    margin-right: 0;
}

.ie8 .portfolio-nav a {
    width: 50%;
}

.ie8 .portfolio-nav .prev {
    margin-right: 0;
}

.ie8 .portfolio-nav .next {
    margin-left: 0;
}

/*-- $MOZILLA-SPECIFIC --*/

@-moz-document url-prefix() {

    .post-title .featured-banner {
        padding: 5px 10px;
    }

    .btn, input[type="submit"], .tagcloud a {
        padding: 10px 14px;
    }

    .widget #s.newsletter input[type="submit"] {
        padding: 12px 18px;
    }

    .widget select {
        -moz-appearance:window;
        padding-left: 0;
        color: #3f3f3f;
        cursor: pointer;
        background-color: transparent;
        background-image: url(theme-images/select-arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px;
    }

}

/*-- $WOLF-FLICKR-WIDGET --*/

body ul.wolf-flickr-list {
    margin: 15px 0 0 -2%!important;
}

body ul.wolf-flickr-list li {
    width: 59px;
    margin: 0 0 2% 2%!important;
}

body ul.wolf-flickr-list li a span {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body ul.wolf-flickr-list li a {
    height: 59px;
    width: 59px;
    margin: 0;
    padding: 0;
    border: none;
}

body ul.wolf-flickr-list li a:hover {
    margin: 0;
    padding: 0;
    border: none;
}

body ul.wolf-flickr-list li a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    border-width: 2px;
}

body ul.wolf-flickr-list li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0 solid #000;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    -o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
    transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

/*-- $RESPONSIVE --*/

@media all and (min-width: 992px) and (max-width: 1199px) {

    .post-content-in .post-content__box {
        font-size: 12px;
    }

    .post-content-in .post-title {
        font-size: 22px;
    }

    #sidebar .facebook-widget {
        height: 360px;
        width: 179px;
    }

    #sidebar .widget_calendar tbody td,
    #sidebar .widget_calendar table th {
        padding: 5px 0;
    }

    #sidebar .flickr_badge_image img {
        width: 60px;
        height: auto;
    }

    #sidebar .widgets-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .widget_app_newsletter {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media all and (max-width: 991px) {

    .blog .row > .col-md-8 .post,
    .contact .row > .col-md-8 .contact-wrapper {
        margin-right: 0;
    }

    .blog .row > .col-md-8.pull-right .post,
    .contact .row > .col-md-8.pull-right .contact-wrapper {
        margin-left: 0;
    }

    .blog .row > .col-md-offset-2 .post,
    .contact .row > .col-md-offset-2 .contact-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #sidebar {
        margin-top: 80px;
    }

    .widgets-wrapper {
        padding-top: 83px;
    }

    .widget_calendar table {
        width: auto;
    }

    .widget_calendar tbody td,
    .widget_calendar table th,
    .widget_calendar tfoot td {
        padding: 8px;
    }

}

@media all and (min-width: 768px) {

    .menu-toggle.menu-open:hover .icon-bar {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

}

@media all and (max-width: 767px) {

    .header-main .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .menu-toggle__wrapper {
        left: 10px;
        right: 10px;
    }

    .header-main {
        padding: 25px 0;
    }

    .menu-toggle {
        margin-right: 0;
        right: 25px;
    }

    #sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .widget-area {
        padding-left: 25px;
        padding-right: 25px;
    }

    .col-sm-6 > .pricing-table-one.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

}

@media all and (max-width: 600px) {

    .portfolio-nav a {
        width: 100%;
    }

    .portfolio-nav .prev {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .portfolio-nav .next {
        margin-left: 0;
    }

    .portfolio-nav .portfolio-info {
        text-align: center;
    }

    #footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media all and (max-width: 550px) {

    input[type="text"],
    input[type="email"],
    input[type="password"] {
        width: 100%;
    }

    .col-xs-6.post {
        width: 100%;
    }

    .grid-wrapper .featured-image img {
        width: 100%;
    }

    #footer .facebook-widget {
        height: 359px;
        width: 179px;
    }

    #footer .tk-flickr-wrap {
        width: auto;
    }

    .blog-single .share.block {
        padding: 15px;
    }

    .post table {
        width: 100%;
    }

    .post td,
    .post th {
        padding: 15px 10px;
        text-align: center;
    }

    .error404 article {
        background: none repeat scroll 0 0 #d1dae1;
        margin: 0 auto;
        padding: 36px;
        width: 100%;
    }

}

@media all and (max-width: 400px) {

    .comment .children {
        margin-left: 0;
    }

    .col-xs-6.widget-area {
        width: 100%;
    }

    .widget {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 75px;
    }

    .widget.widget_app_newsletter {
        background-color: #d1dae1;
        margin-bottom: 56px;
        padding: 56px 58px;
        margin-left: -20px;
        margin-right: auto;
        width: calc(100% + 40px);
    }

    .facebook-widget,
    #footer .facebook-widget {
        height: 283px;
        width: 232px;
    }

    .blog-single .post-title .featured-banner {
        margin-bottom: 20px;
    }

    .widgets-wrapper {
        padding: 75px 20px 0;
    }

    .error404 input[type="text"],
    .search-no-results input[type="text"] {
        width: 100%;
    }

    .flickr_badge_image {
        width: 62px;
    }

    .post.quote h2,
    .post.link h2 {
        font-size: 26px;
    }

    .post.quote blockquote p,
    .post.link p {
        font-size: 16px;
        margin-top: 20px;
    }

}

/* Smartphones and tablets (portrait and landscape)  */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

    body.fixed {
        margin-right: 0;
    }

    .header-nav .dropdown-menu {
        max-height: inherit;
    }

    .post-content-in .post-content {
        position: static;
        width: auto;
        pointer-events: auto;
    }

    .post-content-in .post-title,
    .post-content-in .meta__categories {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .post-content-in .post-title a,
    .post-content-in .meta__categories span,
    .post-content-in .meta__categories a {
        color: #000;
    }

}

/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(50%) = 2:1;
   ========================================================================== */

.scalable-wrapper {
    position: relative;
    height: 0;
}

.scalable-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================

 VERTICALIZE

 ========================================================================== */
/*
    <div class="verticalize-container">
      <div class="verticalize">
        Content that needs to be vertically and horizontally centered
      </div>
    </div>
*/

/*VERTICALIZE CONTAINER*/
.verticalize-container {
    text-align: center;
}

.verticalize-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em; /* Adjusts for spacing */
    vertical-align: middle;
}

/*VERTICALIZE BOX*/
.verticalize {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*SINGLE POST QUOTE*/
.single-post .main-content article > blockquote p {
    margin-top: 15px;
}

.single-post .main-content article > blockquote {
    background-color: #d1dae1;
    border: none;
    text-align: center;
    margin: 0;
    padding: 61px 18px;
}

.single-post .main-content article > blockquote,
.single-post .main-content article > blockquote h2,
.single-post .main-content article > blockquote p {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.single-post .main-content article > blockquote h2,
.single-post .main-content article > h2 {
    margin: 0;
}

/*SINGLE POST LINK*/
.single-post-link {
    display: block;
    padding: 36px 18px 36px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

/*VIDEO IFRAME*/
iframe {
    width: 100%;
    height: 100%;
}

.single-post figure.video {
    margin-top: 0;
}

/*CAPTCHA REFRESH IMAGE HOVER*/
.captcha-refresh img{
    cursor:pointer;
}

.refresh-text {
    padding-top: 10px;
}

/*CONTACT MAP*/
.map {
    height: 450px;
    width: 100%;
}

#commentform a {
    vertical-align: top;
}

#contact-success, #contact-error{
    margin-top: 20px;
}

/*DEFAULT MENU LIST*/
.page_item {
    list-style: none;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}