/*
Theme Name: Aakar
Theme URI: http://aakar.theme-cafe.com/
Description: Aakar is a creative / portfolio/ photography WordPress theme. It's a full-Screen responsive design perfectly suitable for all kinds of creative websites, Portfolio website, photographers. If you are a photographer or creative studio in search of a new and modern web presence, you are indeed at a right place.
Version: 1.0
Author: theme-cafe.com
Author URI: http://www.theme-cafe.com/
Tags:  light, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Loader
 * 4.0 - Content
 *   4.1 - Galleries
 *   4.2 - Archives
 *   4.3 - Search Results/No posts
 *   4.4 - Comments
 * 5.0 - Sidebar
 *   5.1 - Widgets
 * 6.0 - Footer
 * 7.0 - Media Queries
 * 8.0 - Margin and Padding
 * 9.0 - Scrollbar
 * 10.0 - background Image
 * 11.0 - Blog Template
 * 12.0 - Contact
 * 13.0 - single Page blog
 * 14.0 - Maximage Slider css override
 * 15.0 - Project Single Page
 * 16.0 - Filter
 * 17.0 - dotirecommended css override
 * 18.0 - Default page style
 * 19.0 - magnific popup
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@import "css/custom-font.css";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
a:focus{
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    min-height: 100%;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
    font-family: Roboto-Light;
    background: #f6f6f6;
}
a{
    color: #2d2d2d;
}
a:hover, a:focus {
    color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto-Regular' , serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Roboto-Medium';
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #FFB400;
	color: #000;
}

p {
	margin: 0 0 10px;
}
.seperator:after{
    content: '|';
    color: #989898;
    margin: 0 5px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
.mejs-controls button:after{
    background: none;
}
button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
[class^="icon-"]:before, [class*=" icon-"]:before{
    margin-left: 0;
    margin-right: 0;
}
.full-page-no-content-found {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.no-post-found-container {
    display: table;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}
.read-more-text a{
    color: #ffb400;
    text-decoration: none;
    font-size: 12px;
}
.read-more:hover,
.read-more-text:hover{
    color: #000000;
}

/* Clearing floats */
.sticky .entry-date {
    display: none;
}
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FFB400;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #696969;
	font-family: inherit;
	padding: 10px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
    border: 1px solid #696969;
	outline: 0;
}

/* Buttons */
button,
.comment-form #submit,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background-image: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0;
    line-height: 15px;
    font-size: 16px;
    padding: 15px 20px;
    margin:5px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 1;
    border: #000000 2px solid;
    background-color: #000000 ;
    color: #ffffff;
}
button:after,
.comment-form #submit:after,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
    background: #000000;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    height: 100%;
    z-index: -1;
}
button:hover,
.comment-form #submit:hover,
.comment-form #submit:focus,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    border: #000000 2px solid;
    color: #000000;
    background-color: transparent;
}
button:hover:after,
button:focus:after,
.comment-form #submit:hover:after,
.comment-form #submit:focus:after,
input[type="submit"]:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:focus:after,
input[type="button"]:focus:after,
input[type="reset"]:focus:after{
    height: 0%;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	/*display: block;
	margin-left: auto;
	margin-right: auto;*/
    text-align: center;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/**
 * 3.0 Loader
 * ----------------------------------------------------------------------------
 */
.preload {
    background-color:#333333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    background-color: #fff;
    z-index: 99999;
}

.preload-loader {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    width: 4em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #FFB400;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.load-more-loader {
    display: none;
    z-index: 999999;
    position: absolute;
    top: 93%;
    left: 95.5%;
    margin-left: -2em;
    margin-top: -2em;
    height: 2em;
    width: 2em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #FFB400;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.load-more-loader-vertical {
    display: none;
    z-index: 999999;
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 2em;
    width: 2em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #FFB400;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/**
 * 3.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}

.menu-logo .home-link {
	color: #bcbcbc;
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	text-decoration: none;
    border: 1px solid;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

/**
 * 3.2 Navigation
 * ----------------------------------------------------------------------------
 */
.site-fixed-bar {
    background: #ffffff;
    position: fixed;
}
.site-top-bar {
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 15;
}
.site-left-bar {
    width: 36px;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 15;
}
.site-bottom-bar {
    height: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 15;
}
.site-right-bar {
    width: 36px;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 15;
}
.navbar {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    display: table;
    height: 100%;
    text-align: center;
    top: -100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -5;
    border: none;
    background: rgba(255,255,255,0.9);
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.header-logo .site-name{
    color: #000000;
}
.navigation{
    margin: 0 -1px 0 -1px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    color: #FFB400;
}
.menu-logo{
    margin: 0 0 50px 0;
}
.header-logo{
    display: table-cell;
    height: 60px;
    padding-left: 36px;
    vertical-align: middle;
}
#site-navigation-btn {
    display: inline-block;
    margin: 20px 36px 15px 15px;
    position: fixed;
    right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 0;
}

#site-navigation-btn {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#site-navigation-btn span,
#site-navigation-btn span:before,
#site-navigation-btn span:after {
    right: 0;
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
}
#site-navigation-btn span:before {
    top: -6px;
}
#site-navigation-btn span:after {
    bottom: -6px;
}
#site-navigation-btn span,
#site-navigation-btn span:before,
#site-navigation-btn span:after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#site-navigation-btn.active span {
    background-color: transparent;
}
#site-navigation-btn.active span:before,
#site-navigation-btn.active span:after {
    top: 0;
    bottom: 0;
}

#site-navigation-btn.active span:before {
    transform:rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg);
}

#site-navigation-btn.active span:after {
    transform:rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg);
}
.site-expand-btn,
.site-expand-btn-slider
{
    display: inline-block;
    margin: 20px 50px 15px 15px;
    position: absolute;
    right: 25px;
    z-index: 16;
    top:0;
}
.site-expand-btn-slider{
    display: none;
}
.screen-expand-btn{
    background: url("images/expand.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
    display: inline-block;
}
.screen-collapse-btn{
    background: url("images/collapse-white.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
    display: inline-block;
}
.nav-menu .sub-menu > li{
    color: #000000;
}
.nav-menu .sub-menu a{
    font-size: 12px;
}
ul.nav-menu,
div.nav-menu > ul {
    display: table;
    margin: auto;
    padding: 0;
}
.nav-menu > li.menu-item-has-children:focus >a:after,
.nav-menu > li.menu-item-has-children:hover >a:after,
.nav-menu > li.menu-item-has-children >a.clicked:after
{
    border-top: 1px solid;
    content: "\f0d7";
    display: block;
    font-family: FontAwesome;
    left: 14px;
    line-height: 0.37;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.nav-menu li {
    float: left;
    font-family: Roboto-Medium;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav-menu li a:before {
    content: "\f111 ";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 20px;
    font-size: 8px;
    vertical-align: middle;
}
.nav-menu li a {
    min-height: 50px;
	color: #141412;
    display: block;
    font-size: 16px;
    padding: 10px 20px 0 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-menu .mm-item-content {
    padding: 0;
    position: fixed;
    z-index: 99999;
    display: none;
    margin-left: 5px;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFB400;
}
@media (min-width: 1024px) {

    .nav-menu li:hover .sub-menu {
        display: block;
    }
}
@media (max-width: 1024px) {
    .nav-menu li a:before{
        content: none;
        display: none;
    }
    .nav-menu > li.menu-item-has-children:focus >a:after,
    .nav-menu > li.menu-item-has-children:hover >a:after,
    .nav-menu > li.menu-item-has-children >a.clicked:after
    {
        left: 0;
    }
    .menu-main-menu-container{
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        padding-top: 80px;
    }
    .site-title {
        font-size: 30px;
    }
    /* Small menu */
    .menu-logo{
        display: none !important;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .nav-menu li a {
        text-align: center;
        display: block;
    }
    .navbar .navigation{
        vertical-align: unset;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
        float: none;
        margin: 0;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        margin-left: 0;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
    }
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        color: #FFB400;
    }

    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        color: #FFB400;
    }

    .nav-menu .sub-menu,
    .nav-menu .children{
        clip: inherit;
        height: inherit;
        overflow: inherit;
        width: inherit;
        position: inherit;
        display: none;
    }

    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
}
/* Navbar */
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
    -moz-transition: width 400ms ease, background 400ms ease;
    -o-transition: width 400ms ease, background 400ms ease;
    -ms-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

@media (max-width: 643px) {
    .site-left-bar {
        display: none;
    }
    .site-bottom-bar {
        display: none;
    }
    .site-footer {
        display: none;
    }
    .site-right-bar {
        display: none;
    }
}
/*Wrapper padding*/
.bordered-padding{
    padding: 60px 36px 36px 36px;
}
@media (max-width: 643px) {
    .bordered-padding{
        padding: 60px 0 0 0;
    }
}
.h3firstword{
    line-height: 1;
    color: #FFB400;
    display: inline-block;
}

/**
 * 4.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

/**
 * 4.1 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: -4px;
    width: 100%;
}

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

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

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

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

/**
 * 4.2 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    display: inline-block;
    position: fixed;
    right: 130px;
    top: 0;
    z-index: 15;
    margin-top: 10px;
}

.archive-title{
    font-size: 22px;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
    text-align: center;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}
@media (max-width: 643px) {
    .archive-header {
        display: none;
    }
}

/**
 * 4.3 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}

/**
 * 4.4 Comments
 * ----------------------------------------------------------------------------
 */
.comments-title {
	font-size: 18px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-body {
	padding: 24px 0;
	position: relative;
}
.comment-author {
	float: left;
	width: 100%;
}
.comment-author .avatar {
	display: inline-block;
	margin-bottom: 10px;
}
.comment-author .author-name{
    font-size: 18px;
    font-weight: 700;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-text time{
    font-size: 12px;
    color: #989898;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-edit-link,
.comment-reply-login {
    font-family: 'Roboto-Medium';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}
.comments-area{
    clear: both;
    display: block;
    float: left;
}
.comment-metadata {
	margin-bottom: 20px;
}
/* Comment form */
.comment-respond {
	padding: 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #FFB400;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #FFB400;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
    background: transparent;
	width: 100%;
}
.logged-in-as{
    color: #8a8a8a;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #8a8a8a;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/**
 * 5.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: left;
}
.sidebar-container{
    float: left;
    margin: 40px 10px 10px 0;
}

/**
 * 5.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}
.widget .widget-title {
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.widget li {
	padding: 5px 0;
}

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

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #2d2d2d;
}

.widget a:hover {
	color: #FFB400;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 6.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	font-size: 14px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	/*padding: 30px 0;*/
	width: 100%;
}
.theme-social-media {
    width: 100%;
}
.theme-social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.theme-social-media li {
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
}
.site-footer.transparent-layer{
    background-color: transparent !important;
}
.site-footer.transparent-layer .theme-social-media li a > i {
    color: #ffffff !important;
}
.site-media-icon .theme-social-media li a > i {
    font-size: 14px;
    color: #696969;
}
.site-media-icon .theme-social-media li a > i:hover {
    color: #FFB400;
}

.site-footer .site-copyright {
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    color: #2d2d2d;
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.site-footer.transparent-layer .site-copyright,
.site-footer.transparent-layer .site-copyright a {
    color: #ffffff !important;
}
.site-copyright a {
    color: #2d2d2d;
    text-decoration: none;
}
.site-footer{
    padding: 0 36px 0 36px;
    position: fixed;
    z-index: 16;
    bottom: 0;
    width: 100%;
    height: 36px;
}
.site-footer .site-media-icon{
    display: inline-block;
    float: right;
}
/**
 * 7.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}

/**
 * 8.0 Margin and Padding
 * ----------------------------------------------------------------------------
 */
/* margin */
.margin-zero {
    margin:0 !important;
}
.margin-top-zero {
    margin-top: 0 !important;
}
.margin-bottom-zero {
    margin-bottom: 0 !important;
}
.margin-left20 {
    margin-left: 20px;
}
.margin-tb5-lr0 {
    margin: 5px 0;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
/* padding */

.no-padding-top {
    padding-top:0;
}
.padding-top-zero {
    padding-top:0 !important;
}
.padding-zero {
    padding: 0 !important;
}
.padding-bottom-zero {
    padding-bottom: 0 !important;
}
.padding-left-zero {
    padding-left: 0 !important;
}
.padding-right-zero {
    padding-right: 0 !important;
}
.padding-top15 {
    padding-top : 15px;
}

/**
 * 9.0 Scrollbar
 * ----------------------------------------------------------------------------
 */
/*Dragbar in custom scrollbar*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{
    background-color: #FFB400 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 250px;
}

/**
 * 10.0 background Image
 * ----------------------------------------------------------------------------
 */
.background {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.background .background-color,
.background .background-video,
.background .background-images {
    background-color: #343434;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.background .background-color .background-image,
.background .background-video .background-image,
.background .background-images .background-image {
    opacity: 1;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.background .background-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,0.5);
}
.background .background-overlay-none {
    background-color: rgba(0,0,0,0) !important;
}
/*Start background image setup end*/

/**
 * 11.0 Blog Template
 * ----------------------------------------------------------------------------
 */
.blog-inner-container .mCSB_scrollTools .mCSB_draggerContainer{
    top:20px !important;
    bottom:20px !important;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{
    height: 250px;
}
.blog-inner-container .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.blog-inner-container .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{
    height: 150px;
}
.blog-inner-container .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #ffb400;
}
.blog-container .blog-scroll-container{
    height: 100%;
    width: 100%;
    position: relative;
}
.blog-container .blog-inner-container{
    height: 100%;
    width: 100%;
    position: relative;
    padding: 20px;
}
.blog-container{
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}
#blog-main-container{
    height: 100%;
    width: 100%;
}
.archive-page-container #blog-main-container{
    padding-bottom: 45px;
}
#blog-main-container .post-container{
    background-color: rgba(255,255,255,0.7);
}
#blog-main-container .blog-element .post-container img{
    height: auto;
    width: 100%;
}
#blog-main-container .blog-element .post-container{
    margin: 10px;
}
#blog-main-container .blog-element{
    float: left;
    overflow: hidden;
}
#blog-main-container .mCSB_draggerContainer{
    left: 15px !important;
    right: 15px !important;
}
#blog-main-container .blog-element .post_content{
    padding: 15px;
}
#blog-main-container .blog-element .entry-title{
    line-height: 22px;
    margin: 0 0 15px 0;
}
#blog-main-container .blog-element .entry-title a{
    color: #2d2d2d;
    font-size: 18px;
}
#blog-main-container .blog-element .entry-title a:hover{
    color: #2d2d2d;
    text-decoration: none;
}
#blog-main-container .entry-content{
    color: #8a8a8a;
}
#blog-main-container .entry-content {
    margin-top: 20px;
}
#blog-main-container .post-description{
    font-size: 12px;
}
#blog-main-container .post-description span > a{
    color: #ffb400;
}
#blog-main-container .post-description span > a:hover{
    color: #000000 !important;
}
#blog-main-container .post-description span > a,
#blog-main-container .post-description span {
    font-size: 12px;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
}
#blog-main-container .post-description span {
    color: #000000;
}
#blog-main-container .category-container .category-left > span,
#blog-main-container .category-container .category-right > span {
    display: inline-block;
}
#blog-main-container .category-container .comment-count .tooltip div:last-child{
    padding: 5px 10px !important;
}
#blog-main-container .category-container .category-right > span{
    text-align: right;
}
#blog-main-container .read-more-text {
    color: #ffb400;
    text-decoration: none;
    font-size: 12px;
}
#blog-main-container .read-more:hover,
#blog-main-container .read-more-text:hover{
    color: #000000;
}
#blog-main-container .comment-count .fa,
#blog-main-container .dot-irecommendthis {
    font-size: 12px;
}
#blog-main-container .comment-count{
    margin: 0 5px 0 0;
    font-size: 12px;
}
#blog-main-container .comment-count .comment-counter{
    text-align: center;
    padding: 0 2px;
}
#blog-main-container .category-right .dot-irecommendthis{
    margin: 0;
}
#blog-main-container .category-container .post-category{
    width: 100%;
}
#blog-main-container .category-container .post-category a:hover{
    color: #000000 !important;
}
#blog-main-container .category-container .post-category a{
    display: inline-block;
}
#blog-main-container .category-container .post-category a,
#blog-main-container .category-container .post-category{
    color: #ffb400;
}
#blog-main-container .category-container .post-category a:after{
    content: '|';
    margin: 0 5px 0 5px;
    color: #ffb400;
}
#blog-main-container .category-container .post-category a:last-child:after{
    content: '';
}
#blog-main-container .category-container span> a{
    color: #2d2d2d;
}

/*Audio*/
#blog-main-container .audio-container{
    margin-bottom: 15px;
    padding: 0;
}

/*Gallery*/
#blog-main-container .maximage-slider-container-masonry .mc-image{
    height: 300px !important;
    width: auto !important;
}
#blog-main-container .maximage-slider-container{
    clear: both;
    display: block;
    height: 300px !important;
    z-index: 1;
}
#blog-main-container .maximage-slider-container .mc-cycle{
    position: inherit !important;
    height: 300px !important;
    width: auto !important;
}
#blog-main-container .post-thumb{
    position: relative;
}
#blog-main-container .maximage-slider-container .mc-image{
    height: 300px !important;
    width: 100% !important;
}
#blog-main-container .max-image-arrow-left{
    position: absolute;
    right: 50px;
    bottom: 2%;
    z-index: 10;
    width: 15px;
    height: 30px;
}
#blog-main-container .max-image-arrow-left span,
#blog-main-container .max-image-arrow-left span:before,
#blog-main-container .max-image-arrow-left span:after {
    cursor: pointer;
    height: 1px;
    width: 15px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#blog-main-container .max-image-arrow-left span{
    background: transparent;
}
#blog-main-container .max-image-arrow-left span:before {
    top: 10px;
}
#blog-main-container .max-image-arrow-left span:after {
    bottom: -20px;
}
#blog-main-container .max-image-arrow-left span:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#blog-main-container .max-image-arrow-left span:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#blog-main-container .max-image-arrow-right{
    position: absolute;
    right: 1%;
    bottom: 2%;
    z-index: 10;
    width: 15px;
    height: 30px;
}
#blog-main-container .max-image-arrow-right span,
#blog-main-container .max-image-arrow-right span:before,
#blog-main-container .max-image-arrow-right span:after {
    cursor: pointer;
    height: 1px;
    width: 15px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#blog-main-container .max-image-arrow-right span{
    background: transparent;
}
#blog-main-container .max-image-arrow-right span:before {
    top: 10px;
}
#blog-main-container .max-image-arrow-right span:after {
    bottom: -20px;
}
#blog-main-container .max-image-arrow-right span:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#blog-main-container .max-image-arrow-right span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*Quote*/
#blog-main-container .blog_quote {
    display: table;
    height: 260px;
    min-height: 260px;
    width: 100%;
    padding: 5px;
}
#blog-main-container .quote_text .qoute-detail,
#blog-main-container .quote_text .quote-by {
    color: #888888;
    font-style: italic ;
    margin-top: 0;
    display: block;
}
#blog-main-container .quote_text .quote-by {
    margin-bottom: 10px;
    font-size: 15px;
}
#blog-main-container .quote_text .qoute-detail {
    padding: 10px;
    font-size: 18px;
}

#blog-main-container .quote_text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #FFB400;
}
#blog-main-container .img_blog_quote_container .quote_text {
    border: none;
}
#blog-main-container .quote_text .fa {
    font-size: 40px;
}
#blog-main-container .img_blog_quote .qoute-detail,
#blog-main-container .img_blog_quote .quote-by {
    color: #ffffff;
}
#blog-main-container .img_blog_quote {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}
#blog-main-container .post-thumb.img_quote{
    overflow: hidden;
    position: relative;
}
#blog-main-container .img_blog_quote_container{
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
#blog-main-container a:hover {
    color: #ffb400 !important;
    text-decoration: none;
}

/*video*/
#blog-main-container .fluid-width-video-wrapper iframe,
#blog-main-container .fluid-width-video-wrapper object,
#blog-main-container .fluid-width-video-wrapper embed {
    height: 300px !important;
}

.videoWrapper iframe{
    width: 100%;
    height: 300px !important;
}
#blog-main-container .bx-wrapper .bx-viewport {
    max-height: 300px;
    left: 0;
}
.bx-wrapper .bx-viewport{
    background: none !important;
    border:none !important;
    box-shadow: none !important;
}

/* Mobile devices */
@media (max-width: 768px) {

}
@media (max-width: 643px) {
    .entry-title, .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title{
        font-size: 18px;
    }
    #blog-main-container .quote_text .qoute-detail,
    #blog-main-container .quote_text .quote-by{
        font-size: 12px;
    }
    #blog-main-container .maximage-slider-container-masonry .mc-image,
    #blog-main-container .maximage-slider-container,
    #blog-main-container .maximage-slider-container .mc-cycle,
    #blog-main-container .maximage-slider-container .mc-image{
        height: 220px !important;
    }
}
@media (max-width: 360px) {
    .entry-title, .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title{
        font-size: 18px;
    }
}
/*iPad in portrait & landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */
    #blog-main-container .maximage-slider-container-masonry .mc-image,
    #blog-main-container .maximage-slider-container,
    #blog-main-container .maximage-slider-container .mc-cycle,
    #blog-main-container .maximage-slider-container .mc-image{
        height: 250px !important;
    }
    #blog-main-container .quote_text .qoute-detail{
        font-size: 14px;
    }
    .entry-title, .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title{
        font-size: 18px;
    }
}
/**
 * 12.0 Contact
 * ----------------------------------------------------------------------------
 */
.contact-main-container .mCSB_dragger,
.contact-main-container .mCSB_dragger{
    height: 150px;
}
.contact-main-container .mCSB_draggerContainer{
    top: 30px !important;
    bottom: 30px !important;
}
.contact-main-container{
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-page > .row{
    margin: 40px 70px 40px 40px;
    width: 50%;
    background-color: rgba(255,255,255,0.8);
    float: right;
}
.contact-page{
    display: table-cell;
    vertical-align: middle;
}
.contact-page input[type="text"],
.contact-page input[type="password"],
.contact-page input[type="email"],
.contact-page textarea{
    background: transparent;
    margin: 5px;
    width: 100%;
    border: 1px solid #696969;
    padding: 10px;
}
.contact-content{
    padding: 10px 30px 0;
}
.contact-page .contact-sidebar{
    padding: 0 30px 30px 30px;
}
.contact-page .contact-sidebar .content .fa{
    width: 16px;
    margin-right: 15px;
    font-size: 16px;
}
.contact-page .contact-sidebar .content{
    font-family: Roboto-Light;
}
.contact-page .contact-header{
    font-family: Roboto-Regular;
    font-size: 18px;
    padding: 30px 30px 0 30px;
}
.contact-page .contact-form{
    padding: 40px 20px 30px 30px;
    float: left;
    display: block;
}
div.wpcf7-validation-errors{
    border: none;
}
.wpcf7-not-valid-tip{
    display: none !important;
}
form.invalid input.wpcf7-not-valid,
form.invalid select.wpcf7-not-valid,
form.invalid textarea.wpcf7-not-valid{
    border: 1px solid #ff0000;
}
.contact-page div.wpcf7-response-output{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    float: left;
    margin: 0;
    position: absolute;
    right: 40px;
    top: -25px;
}
@media (max-width: 768px) {
    .contact-page div.wpcf7-response-output{
        position: static;
    }
    .contact-page > .row{
        width: 50%;
        background-color: rgba(255,255,255,0.8);
        float: right;
    }
    .contact-page .contact-form{
        padding: 30px;
    }
}

@media (max-width: 980px) {
    .contact-page > .row{
        width: 50%;
        background-color: rgba(255,255,255,0.8);
        float: right;
    }
    .contact-page .contact-form{
        padding: 30px;
    }
}

@media (max-width: 643px) {
    .contact-main-container .hentry{
        padding: 10px 0 0 0;
    }
    .contact-page > .row{
        width: 100%;
        background-color: rgba(255,255,255,0.8);
        float: right;
        margin: 0;
    }
    .contact-page .contact-form{
        padding: 15px 30px;
    }
    .contact-page .contact-sidebar{
        padding: 0 30px 15px 30px;
    }
}
/*iPad in portrait & landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */
    .contact-page > .row{
        width: 90%;
        margin: 40px;
    }
    .contact-page .contact-form{
        padding: 30px;
    }
}

/**
 * 13.0 single Page blog
 * ----------------------------------------------------------------------------
 */
.single-post-container a:hover{
    text-decoration: none;
    color: #FFB400 !important;
}
.single-post-container{
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}
.single-post-container .single-post .post-out-container.collapse-container{
    width: 34%;
}
.single-post-container .single-post .post-out-container{
    margin: 40px 40px 40px 0;
    padding: 45px 10px 25px 25px;
    float: right;
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
}
.single-post-container .single-post{
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.single-post-container .entry-content{
    color: #8a8a8a;
}
.single-post-container .entry-title{
    margin: 0 0 15px 0;
    color: #2d2d2d;
    font-size: 24px;
    line-height: 32px;
}
.single-post-container .category-container .comment-count .tooltip div:last-child{
    padding: 5px 10px !important;
}

.single-post-container .comment-count .fa,
.single-post-container .dot-irecommendthis {
    font-size: 12px;
}
.single-post-container .comment-count{
    margin: 0 5px 0 0;
    font-size: 12px;
}
.single-post-container .comment-count .comment-counter{
    text-align: center;
    padding: 0 2px;
}
.single-post-container .category-container .category-left > span,
.single-post-container .category-container .category-right > span {
    display: inline-block;
}
.single-post-container .category-container .category-right > span{
    text-align: right;
}
.single-post-container .category-container {
    display: block;
    float: left;
    margin: 15px 0 15px 0;
}
.single-post-container .post-description {
    font-size: 12px;
}
.single-post-container .post-description span > a{
    color: #ffb400;
}
.single-post-container .post-description span > a:hover{
    color: #000000 !important;
}
.single-post-container .post-description span > a,
.single-post-container .post-description span {
    font-family: 'Roboto-Medium';
    font-size: 12px;
    text-transform: uppercase;
}
.single-post-container .post-description span {
    color: #000000;
}
.single-post-container .category-right .fa,
.single-post-container .category-right .dot-irecommendthis {
    font-size: 12px;
    line-height: 1;
}
.single-post-container .category-right .dot-irecommendthis{
    margin: 0;
}
.single-post-container .category-container .post-category a{
    display: inline-block;
}
.single-post-container .category-container .post-category span{
    color: #000000;
}
.single-post-container .category-container .post-category a,
.single-post-container .category-container .post-category{
    color: #ffb400;
}
.single-post-container .category-container .post-category a:hover {
    color: #000000 !important;
}
.single-post-container .category-container .post-category a:after{
    content: '|';
    margin: 0 5px 0 5px;
    color: #ffb400;
}
.single-post-container .category-container .post-category a:last-child:after{
    content: '';
}
.single-post-container .category-container span > a{
    color: #2d2d2d;
}
.single-post-container .mCSB_inside > .mCSB_container{
    margin: 0;
    padding-right: 30px;
}
.single-post-container .mCSB_scrollTools .mCSB_dragger{
    height: 200px;
}
.single-post-container .collapse-out-container .expand-post-detail{
    position: relative;
    margin: 40px 0 0;
    float: right;
}
.single-post-container .expand-out-container .expand-post-detail{
    position: relative;
    margin: 40px 0 0;
    float: right;
}
.single-post-container .expand-post-detail{
    background-color: rgba(255,255,255,0.5);
    color: #ffffff;
    cursor: pointer;
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 40px;
}
.single-post-container .expand-post-detail span,
.single-post-container .expand-post-detail span:after,
.single-post-container .expand-post-detail span:before{
    cursor: pointer;
    height: 1px;
    width: 17px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.single-post-container .expand-post-detail span{
    background: transparent;
}
.single-post-container .expand-post-detail span:before {
    top: -6px;
}
.single-post-container .expand-post-detail span:after {
    bottom: -6px;
}
.single-post-container .expand-post-detail.active span:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.single-post-container .expand-post-detail.active span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.single-post-container  .expand-post-detail span:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.single-post-container  .expand-post-detail span:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.single-post-container .expand-post-detail .fa{
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.single-post-container .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    background: transparent;
    width: 100%;
    max-width: 100%;
}
.single-post-container .post-name{
    width: 100%;
    display: block;
    float: left;
}
.single-post-container .entry-content{
    display: block;
    float: left;
    margin-top: 30px;
    max-width: 100%;
}
.single-post-container .blog_quote {
    display: table;
    height: 260px;
    min-height: 260px;
    width: 100%;
    padding: 5px;
}
.single-post-container code{
    background: transparent;
}
.single-post-container .quote_text .qoute-detail,
.single-post-container .quote_text .quote-by {
    color: #888888;
    font-style: italic ;
    margin-top: 0;
    display: block;
}
.single-post-container .quote_text .quote-by {
    margin-bottom: 10px;
    font-size: 15px;
}
.single-post-container .quote_text .qoute-detail {
    padding: 10px;
    font-size: 18px;
}

.single-post-container .quote_text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.single-post-container .img_blog_quote_container .quote_text {
    border: none;
}
.single-post-container .quote_text .quote-by {
    font-size: 18px;
}
.single-post-container .quote_text .fa {
    font-size: 40px;
}
/*Hide button css(animation effect) */
#post-hide-btn{
    height: 42px;
    width: 42px;
    top: 60px;
    margin-top: 40px;
    right: 76px;
    display: inline-block;
    background-color: #2d2d2d;
    position: absolute;
    cursor: pointer;
}
#post-hide-btn span,
#post-hide-btn span:before,
#post-hide-btn span:after {
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#post-hide-btn span:before {
    transform:rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg);
}
#post-hide-btn span:after {
    transform:rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg);
}
#post-hide-btn span:before,
#post-hide-btn span:after {
    top: 0;
}
#post-hide-btn span:after {
    bottom: -6px;
}
#post-hide-btn span {
    background-color: transparent;
    margin: 20px 10px;
}
#post-hide-btn.active span {
    background-color: transparent;
}

#post-hide-btn.active span:before, #post-hide-btn.active span:after {
    top: 0;
}

#post-hide-btn.active span:before {
    transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg);
}

#post-hide-btn.active span:after {
    transform:rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg);
}
.single-post-container .category-left{
    width: 100%;
    float: left;
}
.single-post-container .post-description{
    width: 58.3333%;
    float: left;
    padding: 0 15px  0 0;
}
.blog-container .category-left {
    width: 58.3333%;
    float: left;
    padding: 0 15px  0 15px;
}
.single-post-container .category-right {
    width: 41.6667%;
    float: left;
    text-align: right;
    padding:0 0 0 15px;
}

.blog-container .category-right {
    width: 41.6667%;
    float: left;
    padding: 0 15px  0 15px;
    text-align: right;
}

/*Small device fixed bar*/
@media (max-width: 768px) {
    .single-post-container .single-post .post-out-container{
        max-width: 88%;
    }
    .single-post-container .single-post .post-out-container.collapse-container{
        width: 50%;
    }
    .single-post-container .expand-post-detail{
        display: block;
    }
}

@media (max-width: 643px) {
    .single-post-container .expand-post-detail{
        display: none !important;
    }
    .single-post-container .single-post .post-out-container {
        margin: 15px;
        max-width: 92%;
        width: 100% !important;
    }
    .single-post-container .single-post{
        padding: 60px 0 0;
    }
    #post-hide-btn{
        margin-top: 15px;
        right: 15px;
    }
    .single-post-container .mCSB_scrollTools .mCSB_dragger{
        height: 30px !important;
        min-height: 30px !important;
    }
}

/*iPad in portrait & landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */
    .single-post-container .expand-post-detail{
        display: none !important;
    }
    .single-post-container .single-post .post-out-container{
        width: 88% !important;
        max-width: 88%;
    }
}

/**
 * 14.0 Maximage Slider css override
 * ----------------------------------------------------------------------------
 */
.footer-maximage-slider-container{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.footer-maximage-slider-container .max-image-arrow-left{
    position: fixed;
    right: 120px;
    bottom: 5%;
    z-index: 10;
    height: 30px;
    width: 15px;
}
.footer-maximage-slider-container .max-image-arrow-left span,
.footer-maximage-slider-container .max-image-arrow-left span:before,
.footer-maximage-slider-container .max-image-arrow-left span:after {
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.footer-maximage-slider-container .max-image-arrow-left span{
    background: transparent;
}
.footer-maximage-slider-container .max-image-arrow-left span:before {
    top: 6px;
}
.footer-maximage-slider-container .max-image-arrow-left span:after {
    bottom: -20px;
}
.footer-maximage-slider-container .max-image-arrow-left span:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.footer-maximage-slider-container .max-image-arrow-left span:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.footer-maximage-slider-container .max-image-arrow-right{
    position: fixed;
    right: 4%;
    bottom: 5%;
    z-index: 10;
    height: 30px;
    width: 15px;
}
.footer-maximage-slider-container .max-image-arrow-right span,
.footer-maximage-slider-container .max-image-arrow-right span:before,
.footer-maximage-slider-container .max-image-arrow-right span:after {
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.footer-maximage-slider-container .max-image-arrow-right span{
    background: transparent;
}
.footer-maximage-slider-container .max-image-arrow-right span:before {
    top: 6px;
}
.footer-maximage-slider-container .max-image-arrow-right span:after {
    bottom: -20px;
}
.footer-maximage-slider-container .max-image-arrow-right span:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.footer-maximage-slider-container .max-image-arrow-right span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
@media (min-width: 980px) {
    .collapse-out-container .col-lg-1,.collapse-out-container .col-lg-2,.collapse-out-container .col-lg-3,.collapse-out-container .col-lg-4,
    .collapse-out-container .col-lg-5,.collapse-out-container .col-lg-6,.collapse-out-container .col-lg-7,.collapse-out-container .col-lg-8,
    .collapse-out-container .col-lg-9,.collapse-out-container .col-lg-10,.collapse-out-container .col-lg-11,
    .collapse-out-container .col-md-1,.collapse-out-container .col-md-2,.collapse-out-container .col-md-3,.collapse-out-container .col-md-4,
    .collapse-out-container .col-md-5,.collapse-out-container .col-md-6,.collapse-out-container .col-md-7,.collapse-out-container .col-md-8,
    .collapse-out-container .col-md-9,.collapse-out-container .col-md-10,.collapse-out-container .col-md-11
    {
        width: 100% !important;
    }
}


/**
 * 15.0 Project Single Page
 * ----------------------------------------------------------------------------
 */
.project-single-container .category-container .project_client{
    display: inline-block;
}
.project-single-container .category-container{
    float: left;
    width: 100%;
}
.project-single-container .category-left{
    width: 40%;
    float: left;
}
.project-single-container .project-cat-right span > a{
    color: #ffb400;
}
.project-single-container .project-cat-right span > a:hover{
    color: #000000 !important;
}
.project-single-container .project-cat-right{
    width: 60%;
    float: left;
}
.project-single-container .post-category .taxonomy_list{
    padding-left: 15px;
    margin-top: 0;
}

/**
 * 16.0 Filter
 * ----------------------------------------------------------------------------
 */
#portfolio-filters{
    display: none;
    padding: 10px 10px 5px 10px;
}
#filter-navigation .fa{
    font-size: 20px;
    line-height: 1;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}
#filter-navigation{
    cursor: pointer;
    position: fixed;
    width: 36px;
    height: 36px;
    z-index: 21;
    right: 0;
    bottom: 36px;
}
#portfolio-filters{
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    height: auto;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: -100%;
    bottom: 36px;
    z-index: 15;
}
#portfolio-filters > li >a{
    padding: 0 0 5px 0;
    color: #2d2d2d;
}
#portfolio-filters > li >a:hover{
    background: none;
}
#portfolio-filters > li >a:after{
    content: "|";
    padding: 0 10px;
    color: #2d2d2d;
}
#portfolio-filters > li:last-child >a:after{
    content: " ";
}
#portfolio-filters > li{
    display: inline-block;
}
#portfolio-filters > li > a:focus,
#portfolio-filters > li.active > a,
#portfolio-filters > li > a:hover{
    color: #FFB400;
    background: none;
}
@media (max-width: 643px) {
    #portfolio-filters{
        left: 0;
        bottom: -50%;
        right: 0;
    }
    #filter-navigation .fa{
        padding: 8px 7px;
    }
    #filter-navigation{
        cursor: pointer;
        position: fixed;
        width: 30px;
        height: 30px;
        z-index: 21;
        right: 0;
        bottom: 15px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .portfolio-masonry-outer-container .portfolio-inner-container{
        padding: 30px 20px;
    }
}

/**
 * 17.0 dotirecommended css override
 * ----------------------------------------------------------------------------
 */
.dot-irecommendthis:before{
    content: "\f08a";
    font-family: "FontAwesome";
}
.dot-irecommendthis .dot-irecommendthis-count{
    text-align: center;
    padding: 0 0 0 4px;
}
.dot-irecommendthis {
    background: none !important;
    font-size: 18px;
    margin: 0 0 0 10px;
    min-width: 30px;
    text-align: center;
    padding: 0;
    line-height: 1;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
    color: #FFB400 !important;
}
.category-right .tooltip div:last-child{
    padding: 5px 10px !important;
}


/**
 * 18.0 Default page style
 * ----------------------------------------------------------------------------
 */
.default-page-main-container{
    padding: 15px;
}
.default-page-outer-container{
    position: absolute;
    width: 100%;
    height: 100%;
}
.default-page-outer-container .site-content{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.default-page-outer-container .parallax-section{
    color: #ffffff;
    padding: 50px;
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.default-page-outer-container .parallax-section .parallax-entry-title::first-letter {
    font-size: 150%;
    color: #ffb400;
    line-height: 1;
}

.default-page-outer-container .parallax-section .parallax-entry-title{
    text-align: right;
    vertical-align: bottom;
    display: table-cell;
}
.default-page-loader{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.default-page-outer-container article{
    padding: 0 !important;
}
@media (max-width: 643px) {
    .default-page-outer-container .parallax-section{
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 0;
    }
}
/**
 * 19.0 magnific popup
 * ----------------------------------------------------------------------------
 */
.mfp-close{
    display: inline-block;
    position: absolute;
    width: 44px !important;
    height: 44px;
    background: #000000 !important;
    color: #ffffff;
    text-align: center !important;
    padding: 0 !important;
    top: 10px !important;
}
.mfp-close:hover,
.mfp-close:focus,
.mfp-close:focus:after
.mfp-close:hover:after{
    height: 44px;
    background: #000000;
    top: 10px;
}
.mfp-title{
    margin: 0 10px;
    font-size: 22px;
}
img.mfp-img{
    padding: 15px 0 !important;
}
.mfp-bottom-bar {
    margin-top: -45px;
}
div.wpcf7 img.ajax-loader{
    background-image: none;
    height: 2em;
    width: 2em;
    border-radius: 2em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #FFB400;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
}