/*
* Template Name: The Tattooist
* Template Description: Tattoo Studio Template
* Template URI: http://demo.webisir.com/the-tattooist
* Version: 1.2.5
* Author: Webisir
* Author URI: http://themeforest.net/user/webisir
*/

/*--------------------------------------------------------------
    TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 - Google Fonts
    2.0 - Font Awesome 4.7.0
    3.0 - Boostrap Grid System
    4.0 - Reset
    5.0 - Helper Classes
    6.0 - Headings
    7.0 - Main Wrapper
    8.0 - Main Header
    9.0 - Main Navigation
        9.1 - Mobile Navigation
    10.0 - Section
        10.1 - Section title
    11.0 - Contacts Bar
    12.0 - Instagram Bar
    13.0 - Portfolio
        13.1 - Portfolio Filters
    14.0 - Call to Action
    15.0 - Artists
    16.0 - Journal/Blog
        16.1 - Events
    17.0 - Sidebar
    18.0 - Pagination
    19.0 - Social Networks
    20.0 - Form
        20.1 - Custom Checkbox
        20.2 - Custom Radio Button
        20.3 - Custom Radio Button with Image
        20.4 - Custom Dropdown
        20.5 - Form Message
        20.6 - Form Loader
    21.0 - Footer
        21.1 - Working Days
    22.0 - Popup
    23.0 - Google Map
    24.0 - Elements
        24.1 - Divider
        24.2 - Caption
        24.3 - Toggle
        24.4 - Tabs
        24.5 - Button
        24.6 - Icon List
        24.7 - Milestone
        24.8 - Testimonials Slider
    25.0 - Page Loader
    26.0 - Backgrounds
        26.1 - Glyph Backgrounds
    27.0 - Dark styles
    28.0 - Bounce Animation
    29.0 - Media Queries
    30.0 - Magnific Popup CSS
    31.0 - Flexslider CSS

--------------------------------------------------------------*/


/*--------------------------------------------------------------
    1.0 - Google Fonts
--------------------------------------------------------------*/

/* Roboto Condensed */
@import url(http://fonts.googleapis.com/css?family=Zilla+Slab:300italic,400italic,700italic,700,300,400);

/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Zilla+Slab:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

/*--------------------------------------------------------------
    2.0 - Font Awesome 4.7.0
--------------------------------------------------------------*/

@import url('font-awesome.min.css');

/*--------------------------------------------------------------
    3.0 - Boostrap Grid System
--------------------------------------------------------------*/

@import url('bootstrap.min.css');

/*--------------------------------------------------------------
    4.0 - Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

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

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

video::-webkit-media-controls,
[hidden] {
    display: none;
}

html,
button,
input,
select,
textarea {
    color: #404040;
}

html,
body {
    height: 100%
}

html {
    background-color: #ffffff;
    font-family: 'Zill Slab', Zilla Slab;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 18px;
    line-height: 1.5;
}

body.open {
    overflow: hidden;
}

img {
    max-width: 100%;
}

textarea {
    resize: vertical;
}

b,
strong {
    color: #161616;
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    margin: 0 0 20px 0;
}

pre,
dl,
ol,
ul {
    margin: 20px 0;
}

dd {
    margin-left: 40px;
}

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

q,
blockquote {
    quotes: none;
    margin: 20px 40px 20px 20px;
    padding-left: 20px;
    color: #161616;
    font-size: 16px;
    border-left: 5px solid #BDC3C7;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

a {
    color: #161616;
    text-decoration: none;
    -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s, padding 0.4s;
    -moz-transition: background 0.2s, color 0.2s, border-color 0.2s, padding 0.4s;
    -ms-transition: background 0.2s, color 0.2s, border-color 0.2s, padding 0.4s;
    -o-transition: background 0.2s, color 0.2s, border-color 0.2s, padding 0.4s;
    transition: background 0.2s, color 0.2s, border-color 0.2s, padding 0.4s;
}

a:hover {
    color: #404040;
}

a,
a:focus,
a:active,
a:hover {
    outline: 0;
}

a i {
    margin-right: 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

/*--------------------------------------------------------------
    5.0 - Helper Classes
--------------------------------------------------------------*/

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.align-left {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.align-right {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.align-center {
    clear: both;
    display: block;
    margin: 0 auto;
}

.rounded {
    border-radius: 50%;
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

/*--------------------------------------------------------------
    6.0 - Headings
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    color: #161616;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 34px;
    line-height: 1.3;
}

h2 {
    font-size: 28px;
    line-height: 1.4;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-weight: 300;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    margin-right: 20px;
    color: #BDC3C7;
    font-weight: normal;
}

.focus-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.focus-title:first-child {
    margin-top: 0;
}

/*--------------------------------------------------------------
    7.0 - Main Wrapper
--------------------------------------------------------------*/

.wrapper {
    height: 100%;
}

/*--------------------------------------------------------------
    8.0 - Main Header
--------------------------------------------------------------*/

#master-header {
    position: relative;
    background-color: #121212;
    text-align: center;
    z-index: 10;
}

#master-header * {
    color: #ffffff;
}

#master-header.full-screen {
    height: 100%
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0px solid rgba(255,255,255,0.2);
    z-index: 1;
}

.sticky .top-header {
    background-color: #000000;
    border: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.top-header > .container  {
    position: relative;
    height: 120px;
    line-height: 120px;
    -webkit-transition: height 0.6s, line-height 0.6s;
    -moz-transition: height 0.6s, line-height 0.6s;
    -ms-transition: height 0.6s, line-height 0.6s;
    -o-transition: height 0.6s, line-height 0.6s;
    transition: height 0.6s, line-height 0.6s;
}

.sticky .top-header > .container  {
    height: 80px;
    line-height: 80px;
}

#brand {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 40px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logo {
    float: left;
    margin: 30px 0;
    height: 60px;
    line-height: 1;
    -webkit-transition: margin 0.6s, height 0.6s;
    -moz-transition: margin 0.6s, height 0.6s;
    -ms-transition: margin 0.6s, height 0.6s;
    -o-transition: margin 0.6s, height 0.6s;
    transition: margin 0.6s, height 0.6s;
}

.sticky #logo {
    margin: 15px 0;
    height: 50px;
}

.full-screen #logo,
.sticky .full-screen #logo {
    float: none;
    margin: 0;
    height: auto;
}

#logo * {
    height: 100%;
}

.full-screen #logo * {
    height: auto;
}

#brand .info {
    display: inline-block;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

#brand .info > * {
    display: inline-block;
    vertical-align: middle;
}

#brand .info span {
    margin: 0 20px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#page-title {
    margin-bottom: 0;
    padding: 220px 20px 100px 20px;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center 160px;
}

.header-meta {
    position: relative;
    top: -50px;
    padding: 50px 20px 0 20px;
    font-size: 20px;
}

.header-meta:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    content: '';
}

#master-header .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
}

#media-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -101;
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

/*--------------------------------------------------------------
    9.0 - Main Navigation
--------------------------------------------------------------*/

#nav-menu {
    float: right;
    text-transform: uppercase;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
    -webkit-transform: translateZ(0);
}

.full-screen #nav-menu {
    float: none;
}

#nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-menu li {
    position: relative;
}

#nav-menu > ul > li {
    display: inline-block;
    margin-right: -4px;
}

#nav-menu ul a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #BDC3C7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

#nav-menu li.selected > a,
#nav-menu ul a:hover {
    color: #ffffff;
}

#nav-menu > ul > li.selected > a:after,
#nav-menu ul a:hover:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent;
    content: '';
    z-index: -1;
}

#nav-menu > ul > li.selected > a:after{
    border-bottom-color: #BDC3C7;
}

#nav-menu ul a:hover:after {
   border-bottom-color: #ffffff;
}

#nav-menu ul ul li {
    width: 250px;
}

#nav-menu ul ul a {
    padding: 15px 20px;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

#nav-menu ul ul a:before {
    margin-right: 10px;
    font-family: 'FontAwesome';
    content: '\f105';
    color: #404040;
}

#nav-menu > ul > li li.selected a,
#nav-menu ul ul a:hover {
    background-color: #161616;
}

#nav-menu ul ul {
    position: absolute;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
}

#nav-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

#nav-menu > ul > li > ul {
    top: 75%;
    left: 0;
    background-color: #ffffff;
}

#nav-menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
}

#nav-menu > ul > li:hover > ul {
    top: 90%;
}

#nav-menu ul ul ul {
    top: -20px;
    left: 100%;
    background-color: #BDC3C7;
}

#nav-menu > ul > li:last-child ul ul,
#nav-menu > ul > li:nth-last-child(2) ul ul {
    left: -100%;
}

#nav-menu ul ul li:hover ul {
    top: 0;
}

#nav-menu.mobile ul ul {
    display: none;
}

#nav-menu i {
    color: inherit;
}

#nav-menu > ul > li > a i {
    background-color: #161616;
    padding: 5px 7px;
}

/*--------------------------------------------------------------
    9.1 - Mobile Navigation
--------------------------------------------------------------*/

 #nav-toggle {
    display: none;
    position: fixed;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #111111;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: top 0.6s, right 0.4s;
    -moz-transition: top 0.6s, right 0.4s;
    -ms-transition: top 0.6s, right 0.4s;
    -o-transition: top 0.6s, right 0.4s;
    transition: top 0.6s, right 0.4s;
}

.sticky #nav-toggle {
    top: 20px;
}

.open #nav-toggle {
    right: 400px;
    background-color: #161616;
    border-radius: 2px 0 0 2px;
}

#nav-toggle:hover {
    background-color: #161616;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    content: '';
    cursor: pointer;
}

#nav-toggle span {
    /* top: 19px;
    left: 10px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#nav-toggle span:before {
    top: -6px;
}

#nav-toggle span:after {
    bottom: -6px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.open #nav-toggle span {
    background-color: transparent;
}

/* .open #nav-toggle span:before,
.open #nav-toggle span:after {
    top: 0;
} */

.open #nav-toggle span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.open #nav-toggle span:after {
    top: 2px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
    10.0 - Section
--------------------------------------------------------------*/

.section {
    padding: 80px 0;
}

/*--------------------------------------------------------------
    10.1 - Section Title
--------------------------------------------------------------*/

.section-title {
    /* margin: -80px 0 80px 0; */
    margin: 0 0 80px 0;
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.section-title h2 {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 900;
}

.section-title.transparent {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
    11.0 - Contacts Bar
--------------------------------------------------------------*/

#contacts-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #161616;
    overflow: hidden;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.3);
    z-index: 11;
}

.open #contacts-bar {
    z-index: 9;
}

#contacts-bar .other,
#contacts-bar .address {
    padding: 20px 40px;
}

#contacts-bar .address {
    text-align: right;
    background-color: #000000;
}

#contacts-bar .contact {
    margin-left: 20px;
}

#contacts-bar .contact:first-child {
    margin-left: 0;
}

#contacts-bar strong {
    color: #ffffff;
}

#contacts-bar i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
    12.0 - Instagram Bar
--------------------------------------------------------------*/

.instagram-bar {
    position: relative;
    display: block;
    padding: 60px 20px;
    color: #161616;
    font-family: 'Zilla Slab', sans-serif;
    font-size: 30px;
    border-top: 1px solid #eeeeee;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
}

.instagram-bar.feed-bg {
    background-color: #000000;
    border: 0;
}

.instagram-bar.feed-bg:hover,
.instagram-bar.feed-bg,
.instagram-bar.feed-bg * {
    color: #ffffff;
}

.instagram-bar .pics-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.instagram-bar img {
    position: relative;
    display: block;
    float: left;
    max-height: 100%;
    z-index: -101;
    opacity: 0.4;
    transition: opacity 0.2s;
    -webkit-transform: translateZ(0);
}

.instagram-bar img:hover {
    opacity: 0.55;
}

.instagram-bar strong {
    font-family: 'Zilla Slab', 'Zilla Slab';
    letter-spacing: -1px;
    text-transform: none;
    font-weight: 800;
}

.instagram-bar:not(.feed-bg):after,
.instagram-bar strong:before {
    margin: 0 13px 0 10px;
    font-family: 'FontAwesome';
    content: '\f16d';
}

.instagram-bar:not(.feed-bg):after {
    position: absolute;
    bottom: -90px;
    left: 25%;
    color: #BDC3C7;
    font-size: 140px;
    z-index: -1;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: color 0.2s, bottom 0.4s;
    -moz-transition: color 0.2s, bottom 0.4s;
    -ms-transition: color 0.2s, bottom 0.4s;
    -o-transition: color 0.2s, bottom 0.4s;
    transition: color 0.2s, bottom 0.4s;
}

.instagram-bar:not(.feed-bg):hover {
    color: #161616;
}

.instagram-bar:not(.feed-bg):hover:after {
    bottom: -60px;
}

/*--------------------------------------------------------------
    13.0 - Portfolio
--------------------------------------------------------------*/

.work {
    padding: 10px;
    cursor: pointer;
}

.work img {
    display: block;
    width: 100%;
}

.work-thumb {
    position: relative;
    overflow: hidden;
}

.work-thumb:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.work-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    content: '';
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.work-thumb:hover:before {
    opacity: 0.2;
}

.thumb-links {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    height: 40px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.work-thumb a {
    display: inline-block;
    margin-left: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #161616;
    text-align: center;
    border-radius: 2px;
}

.work-thumb a:first-child {
    margin: 0;
}

.work-thumb a:hover {
    background-color: #000000;
}

.work-thumb:hover .thumb-links {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.work-thumb a:before {
    font-family: 'Fontawesome';
}

.zoom {
    margin-left: -60px;
}

.zoom:before {
    content: '\f002';
}

.info-link {
    margin-left: 20px;
}

.info-link:before {
    content: '\f141';
}

.opened .info-link:before {
    content: '\f00d';
}

.info-work {
    position: relative;
    display: none;
    opacity: 0;
    padding: 40px;
    border: 1px solid #eeeeee;
    font-size: 13px;
    overflow: hidden;
    transition: opacity 0.4s linear 0.4s;
}

.opened .info-work {
    opacity: 1;
}

.info-work .name {
    color: #161616;
    font-size: 13px;
    font-weight: bold;
}

.info-work .name small {
    font-weight: normal;
}

.info-work.testimonial:before {
    display: block;
    margin-bottom: 10px;
    color: #BDC3C7;
    font-family: 'FontAwesome';
    content: '\f10d';
}

/*--------------------------------------------------------------
    13.1 - Portfolio Filters
--------------------------------------------------------------*/

.filters {
    margin: 0 10px 30px;
    text-align: center;
}

.filters a {
    display: inline-block;
    margin: 0 1px 40px 5px;
}

.filters img {
    width: 100px;
}

.filters.by-artists a {
    margin-right: 40px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    opacity: 0.4;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.filters.by-artists a:hover,
.filters.by-artists a.light,
.filters.by-artists a.all {
    opacity: 1;
}

.filters.by-artists a.all {
    width: 98px;
    height: 98px;
    line-height: 98px;
    border: 1px solid #cccccc;
}

.filters.by-artists span {
    display: block;
    margin-top: 10px;
    text-align: center;
}

/*--------------------------------------------------------------
    14.0 - Call to Action
--------------------------------------------------------------*/

.cta {
    position: relative;
    padding: 80px 20px;
    text-align: center;
}

.cta h2 {
    font-size: 48px;
    line-height: 1.2;
}

.cta-info {
    font-size: 20px;
}

.cta .btn {
    margin-top: 40px;
}

/*--------------------------------------------------------------
    15.0 - Artists
--------------------------------------------------------------*/

.artist {
    text-align: center;
}

.artist img {
    display: block;
    margin: 0 auto 20px auto;
}

.artist-role {
    display: inline-block;
    margin-bottom: 20px;
    color: #161616;
    font-weight: 700;
}

#master-header .artist-role {
    font-size: 20px;
}

.artist.full {
    margin-bottom: 80px;
    text-align: left;
}

.artist.full:last-child {
    margin-bottom: 0;
}

.artist.full h3.artist-name {
    display: inline-block;
    margin-right: 20px;
}

.award {
    margin-bottom: 40px;
}

.award h4 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
    color: inherit;
    font-size: 20px;
}

.award h4:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    font-family: 'FontAwesome';
    content: '\f091';
    text-align: center;
}

.award-info {
    padding-left: 40px;
}

/*--------------------------------------------------------------
    16.0 - Journal/Blog
--------------------------------------------------------------*/

.post {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

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

.thumb {
    display: block;
    margin-bottom: 20px;
}

.post-meta {
    font-size: 13px;
}

.post-meta span {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.post-meta span:before {
    margin-right: 10px;
    font-family: 'FontAwesome';
}

.post-meta span.date:before {
    content: '\f073';
}

.post-meta span.author:before {
    content: '\f040';
}

.post-meta span.category:before {
    content: '\f097';
}

.post-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.author-box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}

.author-box img {
    display: block;
    float: left;
    margin-right: 40px;
    width: 100px;
}

.info-author {
    padding-left: 140px;
    font-size: 13px;
}

.info-author h4 {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
    16.1 - Events
--------------------------------------------------------------*/

.event .post-title:before {
    font-family: 'FontAwesome';
    content: '\f08d';
    margin-right: 20px;
    color: #404040;
}

.course .post-title:before {
    content: '\f19d';
}

.event dl.meta,
.event dt,
.event dd {
    margin: 0;
}

.event dl.meta {
    margin-bottom: 20px;
    overflow: hidden;
}

.event dl.meta i {
    margin-right: 5px;
}

.event dl.meta dt,
.event dl.meta dd {
    float: left;
}

.event dl.meta dt {
    margin-right: 10px;
}

.event dl.meta dd {
    margin-right: 20px;
    color: #161616;
    font-weight: 700;
}

/*--------------------------------------------------------------
    17.0 - Sidebar
--------------------------------------------------------------*/

.widget {
    margin-bottom: 40px;
}

.widget h3 {
    font-size: 20px;
}

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

.widget li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.widget li:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    width: 20px;
    font-family: 'FontAwesome';
    content: '\f105';
}

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

ul.tags li {
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 0;
}

ul.tags li:before {
    display: none;
}

ul.tags li a {
    display: block;
    padding: 5px 10px;
    background-color: #BDC3C7;
    font-size: 13px;
    border-radius: 2px;
}

ul.tags li a:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    content: '\f02b';
}

ul.tags li a:hover {
    color: #ffffff;
    background-color: #161616;
}

/*--------------------------------------------------------------
    18.0 - Pagination
--------------------------------------------------------------*/

.pagination {
    float: right;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    overflow: hidden;
}

.pagination li {
    float: left;
    margin-right: 5px;
}

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #BDC3C7;
    text-align: center;
    border-radius: 2px;
}
.pagination li a.this,
.pagination li a:hover {
    color: #ffffff;
    background-color: #161616;
}

.pagination a i {
    margin-right: 0;
}

/*--------------------------------------------------------------
    19.0 - Social Networks
--------------------------------------------------------------*/

ul.social-links {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.social-links li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}

ul.social-links li:last-child {
    margin-right: 0;
}

ul.social-links li:before {
    display: none;
}

.artist .social-links {
    margin-top: 40px;
}

.artist .social-links li {
    display: inline-block;
    float: none;
    margin: 0 1px 0 5px;
}

.artist.full .social-links li:first-child {
    margin-left: 0;
}

footer ul.social-links {
    margin: 10px 0 0;
}

ul.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    background-color: #BDC3C7;
    text-align: center;
    border-radius: 2px;
}

ul.social-links a:hover {
    background-color: #161616;
}

ul.share li.facebook a:hover {
    background-color: #3b5998;
}

ul.share li.twitter a:hover {
    background-color: #00aced;
}

ul.share li.google-plus a:hover {
    background-color: #dd4b39;
}

ul.share li.pinterest a:hover {
    background-color: #cb2027;
}

ul.share li.linkedin a:hover {
    background-color: #007bb6;
}

ul.share li.stumbleupon a:hover {
    background-color: #eb4924;
}

ul.share li.stumbleupon a:hover {
    background-color: #eb4924;
}

ul.social-links a i {
    margin-right: 0;
}

/*--------------------------------------------------------------
    20.0 - Form
--------------------------------------------------------------*/

form label,
form .label {
    display: block;
    margin-bottom: 20px;
}

input,
textarea {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #cccccc;
    outline: none;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

input[type="text"],
textarea {
    padding: 10px;
    width: 100%;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #161616;
}

input[type="checkbox"] {
    display: none;
}

textarea {
    margin-top: 20px;
    height: 200px;
}

input.submit {
    width: auto;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 2px;
    -webkit-appearance: button;
}

select,
.hidden-field {
    display: none;
}

.hidden-field.show {
    display: block;
}

/*--------------------------------------------------------------
    20.1 - Custom Checkbox
--------------------------------------------------------------*/

.checkbox-replacer {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.checkbox-replacer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    color: transparent;
    font-family: 'FontAwesome';
    content: '\f00c';
}

.checkbox-replacer:hover:before {
    color: #BDC3C7;
}

input[type=checkbox]:checked + .checkbox-replacer:before {
    color: inherit;
}

/*--------------------------------------------------------------
    20.2 - Custom Radio Button
--------------------------------------------------------------*/

.radio > strong {
    display: block;
    margin-bottom: 20px;
}

.radio label {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.radio-replacer {
    position: relative;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.radio-replacer:hover {
    border-color: #161616;
}

input[type=radio]:checked + .radio-replacer {
    background-color: #161616;
}

.radio-replacer:before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    content: '';
    border: 1px solid #cccccc;
    border-radius: 50%;
}

/*--------------------------------------------------------------
    20.3 - Custom Radio Button with Image
--------------------------------------------------------------*/

.radio img {
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.radio label span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.radio label > input {
    display: none;
}

.radio.image-radio label > span {
    display: block;
    opacity: 0.4;
}

.radio.image-radio label > span > span {
    position: relative;
    display: inline-block;
    padding: 7px 15px;
    font-weight: 700;
}

.radio.image-radio label > span:hover,
.radio.image-radio label input:checked + span {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.radio.image-radio label input:checked + span > span {
    color: #ffffff;
    background-color: #161616;
}

.radio.image-radio label input:checked + span > span:before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #161616 transparent;
    content: '';
}

/*--------------------------------------------------------------
    20.4 - Custom Dropdown
--------------------------------------------------------------*/

.select-replacer {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    font-weight: 600;
}

.select-replacer li {
    position: relative;
    margin-top: -1px;
    padding: 10px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.select-replacer li:hover {
    border-color: #161616;
    z-index: 1;
}

.select-replacer li:first-child:after {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: '\f078';
    color: #BDC3C7;
}

.select-replacer.open li:first-child:after {
    content: '\f077';
}

/*--------------------------------------------------------------
    20.5 - Form Message
--------------------------------------------------------------*/

.form-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.95);
    z-index: 1100;
}

.form-msg span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 80px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.form-msg.fail span {
    background-color: #CF000F;
}

.form-msg.duplicate span {
    background-color: #e67e22;
}

.form-msg.success span {
    background-color: #27ae60;
}

.form-msg span:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    content: '\0021';   /* exclamation point */
}

.form-msg.fail span:before {
    color: #CF000F;
}

.form-msg.duplicate span:before {
    color: #e67e22;
}

.form-msg.success span:before {
    color: #27ae60;
    font-family: 'FontAwesome';
    content: '\f00c';
}

.form-msg a {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
}

.form-msg a:before,
.form-msg a:after {
    position: absolute;
    top: 0;
    width: 42px;
    height: 1px;
    background-color: #ffffff;
    content: '';
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-msg a:before {
    left: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.form-msg a:after {
    left: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*--------------------------------------------------------------
    20.6 - Form Loader
--------------------------------------------------------------*/

.form-loader {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #161616;
    border-radius: 50%;
    content: '';
    -webkit-animation: bounce 0.8s infinite ease-in-out;
    -moz-animation: bounce 0.8s infinite ease-in-out;
    -ms-animation: bounce 0.8s infinite ease-in-out;
    -o-animation: bounce 0.8s infinite ease-in-out;
    animation: bounce 0.8s infinite ease-in-out;
}

/*--------------------------------------------------------------
    21.0 - Footer
--------------------------------------------------------------*/

footer {
    background-color: #2e1b32 !important;
}

footer .row {
    display: table;
    width: 100%;
}

.footer-col {
    display: table-cell;
    float: none;
    padding: 80px 40px;
    vertical-align: top;
}

.footer-contacts,
.copyright {
    background-color: #000000;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.footer-contacts span {
    font-weight: 600;
}

.footer-contacts strong {
    display: block;
    font-size: 18px;
}

.copyright {
    padding: 20px;
    font-size: 12px;
    text-align: center;
}

/*--------------------------------------------------------------
    21.1 - Working Days
--------------------------------------------------------------*/

.working-days,
.working-days dt,
.working-days dd {
    margin: 0;
}

.working-days {
    overflow: hidden;
}

.working-days dt,
.working-days dd {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.working-days dd {
    color: #ffffff;
    font-weight: bold;
}

/*--------------------------------------------------------------
    22.0 - Popup
--------------------------------------------------------------*/

.popup {
    margin: 100px auto;
    padding: 40px;
    max-width: 1000px;
    background-color: #ffffff;
    border: 20px solid #161616;
}

.popup .head {
    background-color: #121212;
    padding: 20px;
    height: 100px;
}

.popup .head img {
    display: block;
    height: 60px;
}

/*--------------------------------------------------------------
    23.0 - Google Map
--------------------------------------------------------------*/

#map {
    height: 500px;
}

.gmnoprint img {
    max-width: none;
}

/*--------------------------------------------------------------
    24.0 - Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    24.1 - Divider
--------------------------------------------------------------*/

hr {
    display: block;
    margin: 20px 0;
    height: 1px;
    background-color: #eeeeee;
    border: 0;
    clear: both;
}

hr.md-divider {
    margin: 40px 0;
}

hr.lg-divider {
    margin: 80px 0;
}

/*--------------------------------------------------------------
    24.2 - Caption
--------------------------------------------------------------*/

.caption {
    position: relative;
    display: block;
    margin: 20px 0 40px 0;
    padding-top: 20px;
    color: #161616;
    text-align: center;
}

.caption:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    height: 1px;
    width: 80px;
    background-color: #eeeeee;
    content: '';
}

/*--------------------------------------------------------------
    24.3 - Toggle
--------------------------------------------------------------*/

.toggle {
    margin-bottom: 20px
}

.content-toggle {
    display: none;
    margin: 20px 0 0 40px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.title-toggle {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
}

.title-toggle:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background-color: #BDC3C7;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    content: '\002B';
}

.toggle.open .title-toggle:before {
    content: '\2212';
}

/*--------------------------------------------------------------
    24.4 - Tabs
--------------------------------------------------------------*/

.tabs {
    margin-bottom: 20px;
}

.tabs > ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.title-tab {
    display: inline-block;
}

.title-tab a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #BDC3C7;
    border-radius: 2px 2px 0 0;
}

.title-tab i {
    margin-right: 10px;
}

.title-tab.selected-tab a,
.title-tab.selected-tab a:hover {
    color: #ffffff;
    background-color: #161616;
    cursor: default;
}

.tab {
    display: none;
}

.tab:first-child,
.tab.opentab {
    display: block;
}

/*--------------------------------------------------------------
    24.5 - Button
--------------------------------------------------------------*/

.btn {
    display: inline-block;
    color: #ffffff;
    background-color: #161616;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}

.btn.light,
.btn:hover,
#master-header .btn:hover,
#master-header .btn:hover i {
    color: #161616;
}

.btn.light,
.btn:hover,
#master-header .btn:hover {
    background-color: #BDC3C7;
}

.btn.light:hover {
    background-color: #161616;
    color: #ffffff;
}

.btn.xsm {
    padding: 7px 15px;
    font-size: 12px;
}

.btn.sm {
    padding: 10px 20px;
}

.btn.md {
   padding: 20px 30px;
}

.btn.lg {
   padding: 30px 40px;
}

/*--------------------------------------------------------------
    24.6 - Icon List
--------------------------------------------------------------*/

.icon-list {
    padding-left: 20px;
    list-style: none;
}

.icon-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
}

.icon-list i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #161616;
}

/*--------------------------------------------------------------
    24.7 - Milestone
--------------------------------------------------------------*/

.milestone {
    min-height: 150px;
    background: url(../img/glyphs/corona-light.png) no-repeat center center;
    text-align: center;
}

.milestone-count {
    position: relative;
    top: 0;
    line-height: 1;
    color: #161616;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 64px;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity 2s, top 2s;
    -moz-transition: opacity 2s, top 2s;
    -ms-transition: opacity 2s, top 2s;
    -o-transition: opacity 2s, top 2s;
    transition: opacity 2s, top 2s;
}

.milestone-arg {
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #BDC3C7;
}

/*--------------------------------------------------------------
    24.8 - Testimonials Slider
--------------------------------------------------------------*/

.testimonials-slider .testimonial {
    padding: 0 60px;
}

.testimonials-slider img {
    margin: 0 auto 20px auto;
    max-width: 100px !important;
}

.testimonials-slider blockquote {
    position: relative;
    margin: 0 100px;
    padding: 40px 60px;
    background-color: #ffffff;
    text-align: justify;
    border: 1px solid #eeeeee;
}

.testimonials-slider blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #BDC3C7;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f10d';
    line-height: 1;
}

.testimonials-slider blockquote cite {
    display: table;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

/*--------------------------------------------------------------
    25.0 - Page Loader
--------------------------------------------------------------*/

.content-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161616;
    overflow: hidden;
    z-index: 1000;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../img/loader.png) no-repeat center center;
    -webkit-animation: bounce 0.8s infinite ease-in-out;
    -moz-animation: bounce 0.8s infinite ease-in-out;
    -ms-animation: bounce 0.8s infinite ease-in-out;
    -o-animation: bounce 0.8s infinite ease-in-out;
    animation: bounce 0.8s infinite ease-in-out;
}

/*--------------------------------------------------------------
    26.0 - Backgrounds
--------------------------------------------------------------*/

.bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.bg.pattern {
   background-repeat: repeat;
}

.plx {
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -100;
    /* default values */
    background-color: #000000;
    opacity: 0.7;
}

/*--------------------------------------------------------------
    26.1 - Glyph Backgrounds
--------------------------------------------------------------*/

.bg-glyph {
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 120px;
}

.bg-glyph.right-center {
    background-position: right center;
}

.bg-glyph.right-bottom {
    background-position: right bottom;
}

.bg-glyph.left-top {
    background-position: left top;
}

.bg-glyph.left-center {
    background-position: left center;
}

.bg-glyph.left-bottom {
    background-position: left bottom;
}

.bg-glyph.center-top {
    background-position: center top;
}

.bg-glyph.center {
    background-position: center;
}

.bg-glyph.center-bottom {
    background-position: center bottom;
}

.anchor {
    background-image: url(../img/glyphs/anchor-light.png);
}

.dark .anchor {
    background-image: url(../img/glyphs/anchor-dark.png);
}

.arrows {
    background-image: url(../img/glyphs/arrows-light.png);
}

.dark .arrows {
    background-image: url(../img/glyphs/arrows-dark.png);
}

.axes {
    background-image: url(../img/glyphs/axes-light.png);
}

.dark .axes {
    background-image: url(../img/glyphs/axes-dark.png);
}

.bats {
    background-image: url(../img/glyphs/bats-light.png);
}

.dark .bats {
    background-image: url(../img/glyphs/bats-dark.png);
}

.bones {
    background-image: url(../img/glyphs/bones-light.png);
}

.dark .bones {
    background-image: url(../img/glyphs/bones-dark.png);
}

.corona {
    background-image: url(../img/glyphs/corona-light.png);
}

.dark .corona {
    background-image: url(../img/glyphs/corona-dark.png);
}

.diamond {
    background-image: url(../img/glyphs/diamond-light.png);
}

.dark .diamond {
    background-image: url(../img/glyphs/diamond-dark.png);
}

.drop {
    background-image: url(../img/glyphs/drop-light.png);
}

.dark .drop {
    background-image: url(../img/glyphs/drop-dark.png);
}

.horns {
    background-image: url(../img/glyphs/horns-light.png);
}

.dark .horns {
    background-image: url(../img/glyphs/horns-dark.png);
}

.mustache {
    background-image: url(../img/glyphs/mustache-light.png);
}

.dark .mustache {
    background-image: url(../img/glyphs/mustache-dark.png);
}

.pen {
    background-image: url(../img/glyphs/pen-light.png);
}

.dark .pen {
    background-image: url(../img/glyphs/pen-dark.png);
}

.pens {
    background-image: url(../img/glyphs/pens-light.png);
}

.dark .pens {
    background-image: url(../img/glyphs/pens-dark.png);
}

.pistons {
    background-image: url(../img/glyphs/pistons-light.png);
}

.dark .pistons {
    background-image: url(../img/glyphs/pistons-dark.png);
}

.punch {
    background-image: url(../img/glyphs/punch-light.png);
}

.dark .punch {
    background-image: url(../img/glyphs/punch-dark.png);
}

.rudder {
    background-image: url(../img/glyphs/rudder-light.png);
}

.dark .rudder {
    background-image: url(../img/glyphs/rudder-dark.png);
}

.skull {
    background-image: url(../img/glyphs/skull-light.png);
}

.dark .skull {
    background-image: url(../img/glyphs/skull-dark.png);
}

.yinyang {
    background-image: url(../img/glyphs/yinyang-light.png);
}

.dark .yinyang {
    background-image: url(../img/glyphs/yinyang-dark.png);
}

/*--------------------------------------------------------------
    27.0 - Dark styles
--------------------------------------------------------------*/

.dark {
    background-color: #000000;
    color: #ECECEC;
}

.dark strong,
.dark a,
.dark i,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .artist-role,
.dark.instagram-bar:hover,
.dark.instagram-bar strong:before,
.dark.instagram-bar:after,
.dark .btn i,
.dark .btn.light:hover,
.dark .btn.light:hover i,
.dark .milestone-count,
.dark .work .name,
.dark .event dl.meta dd {
    color: #ffffff;
}

.dark h1 i,
.dark h2 i,
.dark h3 i,
.dark h4 i,
.dark h5 i,
.dark h6 i {
    color: #404040;
}

.dark a:hover ,
.dark .caption {
    color: #ECECEC;
}

.dark .btn:hover,
.dark .btn:hover i,
.dark .btn.light i,
.dark .event .post-title:before,

.dark .title-tab.selected-tab a,
.dark .title-tab.selected-tab a:hover,
.dark .title-tab.selected-tab i {
    color: #161616;
}

.dark .section-title,
.dark ul.social-links a,
.dark .pagination li a,
.dark .title-toggle:before,
.dark .title-tab a,
.dark ul.tags li a,
.dark .info-work  {
    background-color: #161616;
}

.dark ul.social-links a:hover,
.dark .pagination li a.this,
.dark .pagination li a:hover,
.dark ul.tags li a:hover {
    background-color: #000000;
}

.dark hr,
.dark .caption:before {
    background-color: rgba(255,255,255,0.2);
}

.dark .title-tab.selected-tab a,
.dark .title-tab.selected-tab a:hover {
    background-color: #BDC3C7;
}

.dark .section-title,
.dark .content-toggle {
    border-color: #161616;
}

.dark .focus-title,
.dark .post,
.dark .post-content,
.dark .author-box {
    border-color: rgba(255,255,255,0.2);
}

.dark p a,
.dark .widget a:hover {
    border-bottom: 1px dotted #BDC3C7;
}

.dark .info-work,
.dark.instagram-bar,
.dark p a:hover,
.dark .widget ul.social-links a:hover,
.dark .widget ul.tags li a:hover {
    border: 0;
}

.dark .event dl.meta dt {
    margin-right: 10px;
    color: #BDC3C7;
}

.dark .post-title a:hover {
    border-bottom: 1px dotted #BDC3C7;
}

.dark .section-title.transparent {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.dark .milestone {
    background-image: url(../img/glyphs/corona-dark.png);
}

/*--------------------------------------------------------------
    28.0 - Bounce Animation
--------------------------------------------------------------*/

@-webkit-keyframes bounce {
    0%  {
            -webkit-transform: translateY(0px);
            -webkit-animation-timing-function: ease-in;
        }
    25% {   -webkit-transform: translateY(5px); }
    50% {
            -webkit-transform: translateY(10px);
            -webkit-animation-timing-function: ease-in;
        }
    75%  {  -webkit-transform: translateY(5px); }
    100% {  -webkit-transform: translateY(0px); }
}

@-moz-keyframes bounce {
    0%  {
            -moz-transform: translateY(0px);
            -moz-animation-timing-function: ease-in;
        }
    25% {   -moz-transform: translateY(5px); }
    50% {
            -moz-transform: translateY(10px);
            -moz-animation-timing-function: ease-in;
        }
    75%  {  -moz-transform: translateY(5px); }
    100% {  -moz-transform: translateY(0px); }
}

@-o-keyframes bounce {
    0%  {
            -o-transform: translateY(0px);
            -o-animation-timing-function: ease-in;
        }
    25% {   -o-transform: translateY(5px); }
    50% {
            -o-transform: translateY(10px);
            -o-animation-timing-function: ease-in;
        }
    75%  { -o-transform: translateY(5px); }
    100% { -o-transform: translateY(0px); }
}

@keyframes bounce {
    0%  {
            transform: translateY(0px);
            animation-timing-function: ease-in;
        }
    25% {   transform: translateY(5px); }
    50% {
            transform: translateY(10px);
            animation-timing-function: ease-in;
        }
    75%  {  transform: translateY(5px); }
    100% {  transform: translateY(0px); }
}

/*--------------------------------------------------------------
    29.0 - Media Queries
--------------------------------------------------------------*/

@media (max-width : 991px) {

    #nav-toggle,
    #nav-menu > ul > li,
    #nav-menu li.parent.show > ul,
    footer .row,
    .footer-col {
        display: block;
    }

    .open #nav-toggle {
        background-color: #000000;
    }

    #nav-menu {
        position: fixed;
        top: 0;
        right: -400px;
        left: auto;
        padding: 40px;
        height: 100%;
        width: 400px;
        background-color: #000000;
        float: none;
        line-height: 1.5;
        text-align: left;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: right 0.4s, visibility 0s linear 0.4s;
        -moz-transition: right 0.4s, visibility 0s linear 0.4s;
        -ms-transition: right 0.4s, visibility 0s linear 0.4s;
        -o-transition: right 0.4s, visibility 0s linear 0.4s;
        transition: right 0.4s, visibility 0s linear 0.4s;
    }

    .open #nav-menu {
        right: 0;
        visibility: visible;
        -webkit-transition: right 0.4s;
        -moz-transition: right 0.4s;
        -ms-transition: right 0.4s;
        -o-transition: right 0.4s;
        transition: right 0.4s;
    }

    #nav-menu ul ul li {
        margin-left: 20px;
    }

    #nav-menu ul ul {
        position: static;
        visibility: visible;
        opacity: 1;
        background-color: transparent !important;
        box-shadow: none;
    }

    #nav-menu ul ul li {
        width: auto;
    }

    #nav-menu li.parent {
        position: relative;
    }

    #nav-menu li.parent:after {
        position: absolute;
        top: 15px;
        right: 10px;
        color: #404040;
        font-family: 'FontAwesome';
        font-size: 9px;
        font-weight: normal;
        content: '\f078';
    }

    #nav-menu li.parent:hover:after,
    #nav-menu li.parent.show > a,
    #nav-menu li.parent.show:after {
        color: #BDC3C7;
    }

    #nav-menu > ul > li.selected > a:after,
    #nav-menu ul a:hover:after {
        display: none;
    }

    #nav-menu ul a,
    #nav-menu ul ul a {
        padding: 15px;
    }

    #nav-menu ul ul a {
        color: #BDC3C7;
    }

    #nav-menu > ul > li.selected > a {
        background-color: #161616;
     }

    #nav-menu ul a:hover,
    #nav-menu ul ul a:hover {
        background: none;
    }

    .secondary {
        margin-top: 80px;
    }

    #contacts-bar .other,
    #contacts-bar .address {
        text-align: center;
    }

    footer .container {
        width: auto;
    }

    .footer-col {
        float: left;
        vertical-align: baseline;
    }

    .footer-contacts {
        text-align: center;
    }

    footer ul.social-links li {
        display: inline-block;
        float: none;
        margin: 10px 1px 0 5px;
    }

    .contact-form:not(.popup) {
        margin-top: 40px;
    }

    .testimonials-slider .testimonial {
        padding: 0;
    }

    .testimonials-slider blockquote {
        margin: 0;
        padding: 20px 40px;
    }

    .testimonials-slider .flex-direction-nav,
    .testimonials-slider blockquote:before {
        display: none;
    }

}

@media (max-width : 767px) {

    .full-screen .top-header {
        border: 0;
    }

    #contacts-bar {
        display: none !important;
    }

    #page-title {
        font-size: 34px;
    }

    .footer-col {
        float: none;
        padding: 40px;
    }

    .form-msg span {
        padding: 40px;
    }

    .milestone {
        margin-top: 40px;
    }

    .milestone:first-child {
        margin-top: 0;
    }

    .popup {
        padding: 20px;
    }

    .popup h3.focus-title i {
        display: none;
    }

    .popup .head img {
        margin: 0 auto;
    }

    .form-msg.fail span {
        left: 0;
        width: 80%;
        margin: 0 10%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mfp-inline-holder .mfp-close {
        position: absolute !important;
        right: 20px !important;
    }

}

@media (max-width : 480px) {

    #nav-menu {
        padding: 80px 40px;
        right: -100%;
        width: 100%;
    }

    .open #nav-toggle {
        top: 20px;
        right: 40px;
        background-color: #111111;
    }

    #brand .info{
        display: none;
    }

    #brand .info span {
        margin: 0;
    }

    #master-header .btn {
        left: 0;
        width: 80%;
        margin: 0 10%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }
}

/*--------------------------------------------------------------
    30.0 - Magnific Popup CSS
--------------------------------------------------------------*/

.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1042;
    overflow: hidden;
    opacity: 0.95;
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    margin-top: -0.8em;
    width: auto;
    text-align: center;
    color: #cccccc;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

button.mfp-close,
button.mfp-arrow {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    outline: none;
    z-index: 1046;
    box-shadow: none;
}

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

.mfp-close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    font-size: 0;
    -webkit-transform: translateZ(0);
}

.mfp-close:before,
.mfp-close:after {
    position: absolute;
    top: 0;
    width: 42px;
    height: 1px;
    background-color: #ffffff;
    content: '';
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.mfp-close:before {
    left: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.mfp-close:after {
    left: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    opacity: 0.65;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent;
    content: '';
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin-left: 31px;
    border-right: 17px solid #ffffff;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #ffffff;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0;
}

.mfp-iframe-scaler {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

img.mfp-img {
    display: block;
    margin: 0 auto;
    padding: 100px 0 100px;
    width: auto;
    height: auto;
    max-width: 100%;
    line-height: 0;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 100px;
    left: 0;
    width: auto;
    height: auto;
    background: #404040;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: '';
}

.mfp-figure small {
    display: block;
    color: #BDC3C7;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    padding-right: 36px;
    line-height: 18px;
    color: #eeeeee;
    text-align: left;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img,
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6);
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

 }

@media all and (max-width: 900px) {

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

}

/*--------------------------------------------------------------
    31.0 - Flexslider CSS
--------------------------------------------------------------*/

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

.flexslider {
    position: relative;
    margin-bottom: 90px;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

html[xmlns] .flexslider .slides,
.no-js .flexslider .slides > li:first-child,
.flexslider .slides img,
.flexslider .slides:after {
    display: block;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
}

.flexslider .slides:after {
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    content: '\0020';
}

.flex-viewport {
    max-height: 2000px;
}

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

.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    color: #ffffff;
    background: #161616;
    font-family: 'FontAwesome';
    font-size: 13px;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.flexslider:hover .flex-direction-nav a {
    opacity: 1;
}

.flex-direction-nav a:hover {
    background: #000000;
}

.flex-direction-nav a.flex-prev {
    left: 0;
}

.flex-direction-nav a.flex-next {
    right: 0;
}

.flex-direction-nav a.flex-prev:before {
    content: '\f053';
}

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

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    cursor: default;
}

.flex-control-nav {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #BDC3C7;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}

.flex-control-paging li a:hover {
    background: #000000;
}

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


@media screen and (max-width: 860px) {

    .flex-direction-nav a.flex-prev {
        opacity: 1;
    }
    .flex-direction-nav a.flex-next {
        opacity: 1;
    }

}

/* 8-8-2018 Start */
.home #main .section-title {
    margin-top: 0;
}

#nav-menu ul li.active a,
#nav-menu ul li.active a:hover,
#nav-menu ul li.active a:focus,
#nav-menu ul li.active a.highlighted,
#nav-menu ul li.current-menu-item a,
#nav-menu ul li.current-menu-item a:hover,
#nav-menu ul li.current-menu-item a:focus,
#nav-menu ul li.current-menu-item a.highlighted,
#nav-menu ul li.current_menu_item a,
#nav-menu ul li.current_menu_item a:hover,
#nav-menu ul li.current_menu_item a:focus,
#nav-menu ul li.current_menu_item a.highlighted
/* #nav-menu ul li.current_page_parent a,
#nav-menu ul li.current_page_parent a:hover,
#nav-menu ul li.current_page_parent a:focus,
#nav-menu ul li.current_page_parent a.highlighted*/ {
    color: #ffffff;
}


#nav-menu ul li.active a:after,
#nav-menu ul li.active a:hover:after,
#nav-menu ul li.active a:focus:after,
#nav-menu ul li.active a.highlighted:after,
#nav-menu ul li.current-menu-item a:after,
#nav-menu ul li.current-menu-item a:hover:after,
#nav-menu ul li.current-menu-item a:focus:after,
#nav-menu ul li.current-menu-item a.highlighted:after,
#nav-menu ul li.current_menu_item a:after,
#nav-menu ul li.current_menu_item a:hover:after,
#nav-menu ul li.current_menu_item a:focus:after,
#nav-menu ul li.current_menu_item a.highlighted:after
/* #nav-menu ul li.current_page_parent a:after,
#nav-menu ul li.current_page_parent a:hover:after,
#nav-menu ul li.current_page_parent a:focus:after,
#nav-menu ul li.current_page_parent a.highlighted:after*/ {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent;
    border-bottom-color: #ffffff;
    content: '';
    z-index: -1;
}

/* Typography Page Start */
.default-page p {
    color: #ffffff;
}

.default-page p a {
    color: #BDC3C7;
    font-weight: 700;
} 

.default-page p a:hover {
    color: #ffffff;
}

.default-page img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

.default-page img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.default-page img.aligncenter {
    display: block;
    float: none;
    margin: 15px auto;
}

.default-page img.alignnone {
    float: none;
    display: inline-block;
    clear: both;
}

.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 {
    color: #ffffff;
}

.default-page ul {
    display: block;
    padding-left: 15px;
}

.default-page ul li {
    color: #ffffff;
}

.default-page ul li a {
    text-decoration: none;
    color: #BDC3C7;
}

.default-page ul li a:hover {
    color: #ffffff;
}

.default-page ol {
    display: block;
    padding-left: 15px;
}

.default-page ol li {
    color: #ffffff;
}

.default-page ol li a {
    text-decoration: none;
    color: #BDC3C7;
}

.default-page ol li a:hover {
    color: #ffffff;
}

.default-page blockquote {
    color: #ffffff;
}
/* Typography Page End */
/* 8-8-2018 End */

/* 9-8-2018 Start */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="tel"] {
    width: 100%;
    margin-top: 20px;
    font-family: 'Open Sans',
    sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #cccccc;
    outline: none;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    height: 40px;
    padding: 10px;
}
.contact-form .select-replacer li:first-child:after {
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-form .select-replacer li:first-child:hover {
    background-color: transparent;
    color: #cccccc;
}

.contact-form .select-replacer li:hover {
    border-color: #cccccc;
    background-color: #cccccc;
    color: #000000;
}

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ng {
    float: left;
    width: 90%;
    /* margin: 0 auto; */
    border-color: #f00;
    color: #f00;
    margin-left: 20px;
}

.contact-form div.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    border-color: #4a7045;
    color: #4a7045;
}


/* Event Columns Start */
.events-pg .content-desc .row {
    margin: 0 -10px !important;
}

.events-pg .content-desc .events-column {
    padding: 0 10px !important;
}

.events-column {
    margin-bottom: 30px;
}

.events-column:nth-child(3n+1) {
    clear: both;
}

.events-column .title-block {
    /* padding: 0 30px 27px; */
    padding: 0 0 10px;
}

.events-column .title-block .title-left,
.events-column .title-block .title-right {
    position: relative;
}

/* .events-column .title-block .row {
    display: table;
    width: 100%;
}

.events-column .title-block [class^=col-] {
    float: none;
    display: table-cell;
     vertical-align: middle;
} */

.events-column .title-block .title-left img {
    width: 100px;
    height: auto;
}

.events-column .title-block .title-left a {
    text-decoration: none;
    display: block;
}

.events-column .title-block .title-left:before,
.events-column .title-block .title-left:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.events-column .title-block .title-left:before {
    right: -18px;
    left: auto;
}

.events-column .title-block .title-left:after {
    left: auto;
    right: -13px;
}

.events-column .title-block h1,
.events-column .title-block h2,
.events-column .title-block h3,
.events-column .title-block h4,
.events-column .title-block h5,
.events-column .title-block h6,
.events-column .title-block p,
.events-column .title-block a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}

.events-column .title-block h1 span,
.events-column .title-block h2 span,
.events-column .title-block h3 span,
.events-column .title-block h4 span,
.events-column .title-block h5 span,
.events-column .title-block h6 span,
.events-column .title-block p span,
.events-column .title-block a span {
    display: block;
    font-weight: 700;
}

.events-column .title-block a:hover {
    color: #ffffff;
}

.events-column .title-block ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.events-column .title-block ul li {
    display: inline-block;
    margin: 0;
    padding: 0 12px 0 6px;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.events-column .title-block ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.events-column .title-block ul li:first-child {
    padding-left: 0;
}

.events-column .title-block ul li:last-child {
    padding-right: 0;
}

.events-column .title-block ul li:last-child:before {
    display: none;
}

.events-column .title-block ul li a {
    text-decoration: none;
    color: #BDC3C7;
}

.events-column .title-block ul li a:hover {
    color: #ffffff;
}

.events-column .image {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
}

.events-column .image span {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.events-column .image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.events-column .image .overlay:before {
    position: absolute;
    content: "";
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transform: rotate(180deg) skew(45deg);
    -webkit-transform: rotate(180deg) skew(45deg);
    -moz-transform: rotate(180deg) skew(45deg);
    -ms-transform: rotate(180deg) skew(45deg);
    -o-transform: rotate(180deg) skew(45deg);
    background-color: rgba(0,0,0,0.25);
}

.events-column .image .overlay:after {
    position: absolute;
    content: "";
    right: -100%;
    left: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transform: rotate(180deg) skew(45deg);
    -webkit-transform: rotate(180deg) skew(45deg);
    -moz-transform: rotate(180deg) skew(45deg);
    -ms-transform: rotate(180deg) skew(45deg);
    -o-transform: rotate(180deg) skew(45deg);
    background-color: rgba(0, 0, 0, 0.25);
}

.events-column a.image:hover .overlay:before {
    left: 0;
    transform: rotate(0) skew(0);
    -webkit-transform: rotate(0) skew(0);
    -moz-transform: rotate(0) skew(0);
    -ms-transform: rotate(0) skew(0);
    -o-transform: rotate(0) skew(0);
    width: 100%;
}

.events-column a.image:hover .overlay:after {
    right: 0;
    transform: rotate(0) skew(0);
    -webkit-transform: rotate(0) skew(0);
    -moz-transform: rotate(0) skew(0);
    -ms-transform: rotate(0) skew(0);
    -o-transform: rotate(0) skew(0);
    width: 100%;
}

.events-column a.image:hover span {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ea8727;
}

.events-column .image img {
    width: 100%;
}

.events-column p {
    font-size: 16px;
    line-height: 20px;
    color: #BDC3C7;
}

.events-pg .search-block {
    padding: 0 0 25px;
}

.events-pg .search-block [class^=col-] {
    padding: 0 10px;
}

.search-block .search-field {
    position: relative;
}

.search-block .title {
    padding: 0 0 10px;
}

.search-block .title h1,
.search-block .title h2,
.search-block .title h3,
.search-block .title h4,
.search-block .title h5,
.search-block .title h6,
.search-block .title p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.search-block .search-field .form-control {
    margin: 0;
    padding-right: 55px;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    height: 44px;
}

.search-block .search-field .form-control::-webkit-input-placeholder { color: #000000; }
.search-block .search-field .form-control:-moz-placeholder { color: #000000;  }
.search-block .search-field .form-control::-moz-placeholder { color: #000000;  }
.search-block .search-field .form-control:-ms-input-placeholder { color: #000000; }

.search-block .search-field a.search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 44px;
    width: 44px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    background-color: #BDC3C7;
    color: #000000;
}

.search-block .search-field a.search i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #000000;
}

.white-sidebar-widget.sidebar-widget .widget-title h1,
.white-sidebar-widget.sidebar-widget .widget-title h2,
.white-sidebar-widget.sidebar-widget .widget-title h3,
.white-sidebar-widget.sidebar-widget .widget-title h4,
.white-sidebar-widget.sidebar-widget .widget-title h5,
.white-sidebar-widget.sidebar-widget .widget-title h6,
.white-sidebar-widget.sidebar-widget .widget-title p,
.white-sidebar-widget.sidebar-widget .widget-title a {
    color: #ea8727;
}

.white-sidebar-widget.sidebar-widget .widget-block ul,
.white-sidebar-widget.sidebar-widget .widget-block ol {
    display: block;
    padding: 0;
    list-style-type: none;
}

.white-sidebar-widget.sidebar-widget .widget-block ul li,
.white-sidebar-widget.sidebar-widget .widget-block ol li {
    display: block;
    list-style-type: none;
    border-color: #ffffff;
    color: #ffffff;
}

.white-sidebar-widget.sidebar-widget .widget-block ul li a,
.white-sidebar-widget.sidebar-widget .widget-block ol li a {
    color: #ffffff;
    padding-left: 0;
}

.white-sidebar-widget .search-widget .search-box .form-control {
    background-color: #BDC3C7;
    color: #000000;
}

.white-sidebar-widget .search-widget .search-box .form-control::-webkit-input-placeholder { color: #000000; }
.white-sidebar-widget .search-widget .search-box .form-control:-moz-placeholder { color: #000000;  }
.white-sidebar-widget .search-widget .search-box .form-control::-moz-placeholder { color: #000000;  }
.white-sidebar-widget .search-widget .search-box .form-control:-ms-input-placeholder { color: #000000; }

.white-sidebar-widget .search-widget .search-box a.search,
.white-sidebar-widget .search-widget .search-box button.search,
.white-sidebar-widget .search-widget .search-box a.search i,
.white-sidebar-widget .search-widget .search-box button.search i {
    color: #000000;
}
/* Event Columns End */

.safari .works {
    height: auto !important;
}

/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
#nav-menu ul a { padding: 0 15px; }
.section { padding: 40px 0; }
.gmnoprint,
.gmnoprint img { height: auto !important; width: 50px !important; }
}

@media (max-width: 991px) {
#nav-menu ul li.active a,
#nav-menu ul li.active a:hover,
#nav-menu ul li.active a:focus,
#nav-menu ul li.active a.highlighted,
#nav-menu ul li.current-menu-item a,
#nav-menu ul li.current-menu-item a:hover,
#nav-menu ul li.current-menu-item a:focus,
#nav-menu ul li.current-menu-item a.highlighted,
#nav-menu ul li.current_menu_item a,
#nav-menu ul li.current_menu_item a:hover,
#nav-menu ul li.current_menu_item a:focus,
#nav-menu ul li.current_menu_item a.highlighted,
#nav-menu ul li.current_page_parent a,
#nav-menu ul li.current_page_parent a:hover,
#nav-menu ul li.current_page_parent a:focus,
#nav-menu ul li.current_page_parent a.highlighted { background-color: #161616; }

#nav-menu ul li.active a:after,
#nav-menu ul li.active a:hover:after,
#nav-menu ul li.active a:focus:after,
#nav-menu ul li.active a.highlighted:after,
#nav-menu ul li.current-menu-item a:after,
#nav-menu ul li.current-menu-item a:hover:after,
#nav-menu ul li.current-menu-item a:focus:after,
#nav-menu ul li.current-menu-item a.highlighted:after,
#nav-menu ul li.current_menu_item a:after,
#nav-menu ul li.current_menu_item a:hover:after,
#nav-menu ul li.current_menu_item a:focus:after,
#nav-menu ul li.current_menu_item a.highlighted:after,
#nav-menu ul li.current_page_parent a:after,
#nav-menu ul li.current_page_parent a:hover:after,
#nav-menu ul li.current_page_parent a:focus:after,
#nav-menu ul li.current_page_parent a.highlighted:after { display: none; }

.gmnoprint,
.gmnoprint img { height: auto !important; width: 50px !important; }

#contacts-bar .contact { display: block; margin: 0; }

}




@media (min-width: 768px) and (max-width: 991px) {
.events-column { margin: 0 0 30px; }
.events-column .title-block h1,
.events-column .title-block h2,
.events-column .title-block h3,
.events-column .title-block h4,
.events-column .title-block h5,
.events-column .title-block h6,
.events-column .title-block p { font-size: 26px; line-height: 24px; }
.events-column .title-block { padding: 0 0 27px; }
.section { padding: 50px 0; }

.full-screen #logo * { width: 70%; }

.events-column:nth-child(3n+1) { clear: unset; }
.events-column:nth-child(2n+1) { clear: both; }
}

@media (max-width: 767px) {
.events-column .title-block { text-align: center; }
.events-column .title-block .title-left { padding-bottom: 15px; }
.events-column .title-block .title-left img { width: 150px; height: auto; display: inline-block; }
.events-column { margin: 0 0 30px; }
.events-column .title-block h1,
.events-column .title-block h2,
.events-column .title-block h3,
.events-column .title-block h4,
.events-column .title-block h5,
.events-column .title-block h6,
.events-column .title-block p { font-size: 24px; line-height: 34px; }

.events-column .title-block .row { display: block; width: auto; }
.events-column .title-block [class^=col-] { display: block; float: left; width: 100%; vertical-align: unset; }
.events-column .title-block .title-left:before,
.events-column .title-block .title-left:after { display: none; }
.events-column .title-block { padding: 0 0 20px; }
.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing, .contact-form div.wpcf7-mail-sent-ng { width: 90%; }
.section { padding: 30px 0; }
}

@media (min-width: 569px) and (max-width: 767px) {
    .full-screen #logo * { width: 70%; }
}
/* Responsive End */
/* 9-8-2018 End */

/* 14-8-2018 Start */
.about-content-desc [class^=col-]:nth-child(2n+1) {
    clear: both;
}

/* Blog Page Start */
.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

.pad-top {
    padding-top: 0;
}

.pad-bottom {
    padding-bottom: 0;
}

.padding {
    padding: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.blog-pg {
    padding: 50px 0;
}

.blog-pg .blog-post {
    margin-bottom: 40px;
}

.blog-pg .blog-post:last-child {
    margin-bottom: 0;
}

.blog-pg .blog-post .image {
    padding-right: 25px;
    float: left;
    width: 100%;;
}

.blog-pg .blog-post .image img {
    float: left;
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.blog-pg .blog-post .desc {
    float: left;
    width: 100%;
}

.blog-pg .blog-post .desc .title {
    padding-bottom: 15px;
    min-height: 60px;
}

.blog-pg .blog-post .desc .title h1,
.blog-pg .blog-post .desc .title h2,
.blog-pg .blog-post .desc .title h3,
.blog-pg .blog-post .desc .title h4,
.blog-pg .blog-post .desc .title h5,
.blog-pg .blog-post .desc .title h6,
.blog-pg .blog-post .desc .title p,
.blog-pg .blog-post .desc .title a {
    text-decoration: none;
    display: block;
    color: #161616;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
}

.blog-pg .blog-post .desc .title a:hover {
    color: #BDC3C7;
}

.blog-pg .blog-post .post-date {
    padding: 0 0 10px;
}

.blog-pg .blog-post .post-date ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
} 

.blog-pg .blog-post .post-date ul li {
    display: inline-block;
    margin: 0;
    padding: 0 4px;
    list-style-type: none;
    font-size: 14px;
    line-height: 14px;
    color: #161616;
    font-weight: 600;
}

.blog-pg .blog-post .post-date ul li:first-child {
    padding-left: 0;
}

.blog-pg .blog-post .post-date ul li:last-child {
    padding-right: 0;
}

.blog-pg .blog-post .post-date ul li i {
    display: inline-block;
    color: #2e1b32;
    padding: 0 5px 0 0;
}

.blog-pg .blog-post .post-date ul li a {
    text-decoration: none;
    color: #BDC3C7;
}

.blog-pg .blog-post .post-date ul li a:hover {
    color: #161616;
}

.blog-pg .blog-post p {
    font-size: 18px;
    line-height: 22px;
    color: #161616;
}

.blog-pg .blog-post .read-more a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    background-color: #2e1b32;
    text-transform: capitalize;
}

.blog-pg .blog-post .read-more a:hover {
    background-color: #BDC3C7;
    color: #161616;
}

/* Widget Block Start */
.sidebar-widget .widget-block {
    margin: 0 0 30px;
}

.sidebar-widget .widget-block:last-child {
    margin: 0;
}

.sidebar-widget .widget-title {
    padding: 0 0 15px;
}

.sidebar-widget .widget-title h1,
.sidebar-widget .widget-title h2,
.sidebar-widget .widget-title h3,
.sidebar-widget .widget-title h4,
.sidebar-widget .widget-title h5,
.sidebar-widget .widget-title h6,
.sidebar-widget .widget-title p,
.sidebar-widget .widget-title a {
    text-decoration: none;
    display: block;
    font-size: 22px;
    line-height: 22px;
    color: #161616;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
}

.sidebar-widget .widget-title a:hover {
    color: #BDC3C7;
}

.sidebar-widget .widget-block ul {
    display: block;
    margin: 0;
    padding-left: 15px;
}

.sidebar-widget .widget-block ul li {
    border-bottom: 1px solid #161616;
    font-size: 18px;
    line-height: 22px;
    color: #161616;
}

.sidebar-widget .widget-block ul li a {
    padding: 10px;
    display: block;
    color: #161616;
}

.sidebar-widget .widget-block ul li a:hover {
    color: #BDC3C7;
}

.sidebar-widget .widget-block ul li:last-child {
    border-bottom: none;
}

.search-widget .search-box {
    position: relative;
}

.search-widget .search-box .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 45px;
    resize: none;
    background-color: #161616;
    border: none;
    font-size: 16px;
    line-height: 16px;
    padding-right: 45px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.search-widget .search-box .form-control::-webkit-input-placeholder { color: #ffffff; }
.search-widget .search-box .form-control:-moz-placeholder { color: #ffffff;  }
.search-widget .search-box .form-control::-moz-placeholder { color: #ffffff;  }
.search-widget .search-box .form-control:-ms-input-placeholder { color: #ffffff; }

.search-widget .search-box a.search,
.search-widget .search-box button.search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 20px;
    line-height: 20px;
    color: #BDC3C7;
    text-decoration: none;
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.search-widget .search-box a.search:hover,
.search-widget .search-box button.search:hover {
    color: #ffffff;
}

.post-widget .post-block {
    padding: 15px 0 0;
    border-bottom: 1px solid #BDC3C7;
}

.post-widget .post-block:nth-child(2) {
    padding-top: 0;
}

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

.post-widget .post-block .title {
    padding: 0 0 10px;
}

.post-widget .post-block .title h1,
.post-widget .post-block .title h2,
.post-widget .post-block .title h3,
.post-widget .post-block .title h4,
.post-widget .post-block .title h5,
.post-widget .post-block .title h6,
.post-widget .post-block .title p,
.post-widget .post-block .title a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #161616;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.post-widget .post-block .title a:hover {
    color: #BDC3C7;
}

.post-widget .post-block .image {
    padding-right: 15px;
}

.post-widget .post-block .image img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.post-widget .post-block p {
    font-size: 16px;
    line-height: 20px;
    color: #161616;
}

.post-widget .post-block .read-more a {
    text-decoration: none;
    display: inline-block;
    color: #BDC3C7;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.post-widget .post-block .read-more a:hove {
    color: #161616;
}

.category-widget ul {
    padding-left: 15px;
    margin: 0;
}

.category-widget ul li {
    font-size: 18px;
    line-height: 22px;
    color: #161616;
    border-bottom: 1px solid #161616;
}

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

.category-widget ul li a {
    text-decoration: none;
    display: block;
    color: #161616;
    padding: 10px 0;
}

.category-widget ul li a:hover {
    color: #BDC3C7;
}

.category-widget ol {
    padding-left: 15px;
    margin: 0;
}

.category-widget ol li {
    font-size: 18px;
    line-height: 22px;
    color: #161616;
    border-bottom: 1px solid #161616;
}

.category-widget ol li a {
    text-decoration: none;
    display: block;
    color: #161616;
    padding: 10px 0;
}

.category-widget ol li a:hover {
    color: #BDC3C7;
}

.tags-widget ul {
    display: block;
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
}

.tags-widget ul li {
    display: inline-block;
    margin: 0;
    margin: 0 5px 10px 0;
    list-style-type: none;
    border: none !important;
}

.tags-widget ul li a {
    text-decoration: none;
    display: block !important;
    font-size: 16px !important;
    line-height: 16px;
    padding: 10px 20px !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #161616;
    color: #ffffff !important;
    font-weight: 600;
    margin: 0 !important;
}

.tags-widget ul li a:hover {
    background-color: #BDC3C7;
    color: #161616 !important;
}

.tags-widget a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #161616;
    color: #ffffff;
    font-weight: 600;
    margin: 0 5px 10px 0;
}

.tags-widget a:hover {
    background-color: #BDC3C7;
    color: #161616;
}
/* Widget Block End */
/* Blog Page End */

/* Blog Detail Page Start */
.blog-detail-pg .blog-post .image {
    padding: 0 0 25px;
}

.blog-detail-pg .blog-post .image img {
    height: auto;
}

.blog-detail-pg .other-post-list {
    padding: 30px 0 0;
}

.blog-detail-pg .other-post-list [class^=col-]:nth-child(3n+1) {
    clear: both;
}

.blog-detail-pg .other-post-list .other-post {
    padding-bottom: 15px;
}

.blog-detail-pg .other-post-list .other-post .image {
    margin-bottom: 15px;
}

.blog-detail-pg .other-post-list .other-post .image img {
    float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.blog-detail-pg .other-post-list .other-post .title a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #161616;
    text-transform: capitalize;
    font-weight: 700;
    word-wrap: break-word;
}

.blog-detail-pg .other-post-list .other-post .title a:hover {
    color: #BDC3C7;
}
/* Blog Detail Page End */

/* Pagination Start */
.pagination-list {
    padding: 30px 0 0;
    text-align: center;
}

.pagination-list .pagination {
    float: none;
    display: block;
    margin: 0;
}

.pagination-list .pagination li {
    float: none;
    display: inline-block;
}

.pagination-list .pagination li a,
.pagination-list .pagination li span {
    background-color: #161616;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination-list .pagination li a:hover,
.pagination-list .pagination li a.active,
.pagination-list .pagination li a.current,
.pagination-list .pagination li span:hover,
.pagination-list .pagination li span.active,
.pagination-list .pagination li span.current {
    background-color: #BDC3C7;
    color: #161616;
}
/* Pagination End */

/* Gallery Carousel Start */
.gallery-slider-section {
    padding: 40px 0 0;
}

.gallery-carousel .item {
    position: relative;
}

.gallery-carousel .item a {
    text-decoration: none;
    display: block;
}

.gallery-carousel .item img {
    /* width: 100%; */
    width: auto !important;
    /* height: 500px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: auto;
    float: none;
    margin: 0 auto; */
}

.gallery-carousel .item .image img {
    width: auto;
    height: 500px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    float: none;
    margin: 0 auto;
}

.gallery-carousel .gallery-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-carousel .gallery-content .gallery-desc {
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 25px 15px 6px;
}

.gallery-carousel .gallery-content .title {
    padding: 0 0 20px;
}

.gallery-carousel .gallery-content .title h1,
.gallery-carousel .gallery-content .title h2,
.gallery-carousel .gallery-content .title h3,
.gallery-carousel .gallery-content .title h4,
.gallery-carousel .gallery-content .title h5,
.gallery-carousel .gallery-content .title h6,
.gallery-carousel .gallery-content .title p,
.gallery-carousel .gallery-content .title a {
    text-decoration: none;
    display: block;
    font-size: 28px;
    line-height: 33px;
    color: #ffffff;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.gallery-carousel .gallery-content .title a:hover {
    color: #BDC3C7;
}

.gallery-carousel .gallery-content p {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}

/* .gallery-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 9;
} */

.gallery-carousel .owl-nav button {
    font-size: 40px !important;
    line-height: 40px !important;
    color: #ffffff !important;
    outline: none;
    padding: 25px 15px !important;
    background-color: #000000 !important;

    position: absolute;
    /* left: 0;
    right: 0; */
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 9;
}

.gallery-carousel .owl-nav button.owl-prev {
    /* float: left; */
    left: 0;
    right: auto;
}

.gallery-carousel .owl-nav button.owl-next {
    /* float: right; */
    left: auto;
    right: 0;
}

.gallery-carousel .owl-nav button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
/* Gallery Carousel End */
/* 14-8-2018 End */

/* 16-8-2018 Start */
/* Events Slider Section Start */
.events-slider-section {
    padding: 40px 0;
}

.events-slider-section .block-title {
    padding: 0 0 35px;
    text-align: center;
}

.events-slider-section .events-column {
    display: table;
    width: 100%;
    margin: 0 !important;
}

.events-slider-section .events-column .title-block h1,
.events-slider-section .events-column .title-block h2,
.events-slider-section .events-column .title-block h3,
.events-slider-section .events-column .title-block h4,
.events-slider-section .events-column .title-block h5,
.events-slider-section .events-column .title-block h6,
.events-slider-section .events-column .title-block p {
    color: #161616;
}

.events-slider-section .events-column .title-block ul li {
    color: #161616;
}

.events-slider-section .events-column .title-block ul li:before {
    background-color: #161616;
}

.events-slider-section p a:hover {
    color: #161616;
}

.events-slider-section .events-column .title-block ul li a:hover {
    color: #161616;
}

.events-slider-section .events-column [class^=col-] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.events-slider-section .block-title h1,
.events-slider-section .block-title h2,
.events-slider-section .block-title h3,
.events-slider-section .block-title h4,
.events-slider-section .block-title h5,
.events-slider-section .block-title h6,
.events-slider-section .block-title p {
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    color: #161616;
    letter-spacing: 2px;
    margin: 0;
}

.events-carousel {
    padding: 0 50px;
}

.events-slider-section .events-column-left {
    padding-right: 25px;
}

/* .events-carousel .image {
    padding-right: 20px;
} */

.events-carousel .image {
    float: left;
    /* height: 350px;   */
    width: 100%;
    margin: 0;
}

.events-carousel .image img {
    /* width: auto !important; */
    width: 100%;
    float: none;
    margin: 0 auto;
    /* height: 350px; */
    /* height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'; */
}

.events-carousel .title {
    float: left;
    width: 100%;
    padding: 0 0 15px;
}

.events-carousel .title h1,
.events-carousel .title h2,
.events-carousel .title h3,
.events-carousel .title h4,
.events-carousel .title h5,
.events-carousel .title h6,
.events-carousel .title p,
.events-carousel .title a {
    text-decoration: none;
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #161616;
    text-decoration: none;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.events-carousel .title a:hover {
    color: #BDC3C7;
}

.events-carousel p {
    font-size: 18px;
    line-height: 22px;
    color: #161616;
}

.events-carousel p a{
    color: #161616;
}

.events-carousel .read-more {
    padding: 10px 0 0;
}

.events-carousel .read-more a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: #161616;
    text-transform: capitalize;
    padding: 15px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.events-carousel .read-more a:hover {
    background-color: #BDC3C7;
    color: #161616;
}

.events-carousel .owl-nav button {
    font-size: 40px !important;
    line-height: 40px !important;
    color: #ffffff !important;
    background-color: #000000 !important;
    padding: 25px 15px !important;
    outline: none;

    position: absolute;
    /* left: -44px;
    right: -44px; */
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.events-carousel .owl-nav button.owl-prev {
    /* float: left; */
    left: 0;
    right: auto;
}

.events-carousel .owl-nav button.owl-next {
    /* float: right; */
    left: auto;
    right: 0;
}

.events-carousel .owl-nav button:hover {
    background-color: #BDC3C7 !important;
    color: #161616 !important;
}
/* Events Slider Section End */

/* Blog Post Section Start */
.blog-post-section {
    padding: 40px 0 0;
}

.blog-post-section .block-title {
    padding: 0 0 35px;
    text-align: center;
}

.blog-post-section .block-title h1,
.blog-post-section .block-title h2,
.blog-post-section .block-title h3,
.blog-post-section .block-title h4,
.blog-post-section .block-title h5,
.blog-post-section .block-title h6,
.blog-post-section .block-title p {
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    color: #161616;
    letter-spacing: 2px;
    margin: 0;
}

.blog-post-section .post-section:nth-child(2n+1) {
    clear: both;
}

.blog-post-section .blog-post .desc .title h1,
.blog-post-section .blog-post .desc .title h2,
.blog-post-section .blog-post .desc .title h3,
.blog-post-section .blog-post .desc .title h4,
.blog-post-section .blog-post .desc .title h5,
.blog-post-section .blog-post .desc .title h6,
.blog-post-section .blog-post .desc .title p,
.blog-post-section .blog-post .desc .title a {
    font-size: 20px;
    line-height: 20px;
}

.blog-post-section .blog-post .image {
    padding: 0 0 15px;
}

.blog-post-section [class^=col-] {
    padding-bottom: 40px;
}

.blog-post-section [class^=col-]:nth-child(3n+1) {
    clear: both;
}
/* Blog Post Section End */

/* Instagram Section Start */
.instagram-section { 
    padding: 40px 0;
    background: url(../img/bg-pages.jpg);
    background-size: contain;
    color: white;
    /* padding: 0px; */
}

.instagram-section .section-title {
    background: none !important;
}

.instagram-section .section-title h2 {
    margin-bottom: 25px;
}
/* Instagram Section End */

/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
.blog-pg .blog-post .image { padding: 0 0 15px; }
.blog-detail-pg .other-post-list .other-post .image img { height: 175px; }
.blog-pg .blog-post { margin-bottom: 20px; }
.events-column .title-block { padding: 0 15px 20px; }
.blog-pg .blog-post .desc .title { min-height: 75px; }
.events-column .image { margin: 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
.blog-pg .content-desc { padding: 0 0 50px; }
.post-widget .post-block .image img { height: 125px; }
.blog-detail-pg .other-post-list .other-post .image img { height: 175px; }
.blog-pg .blog-post { margin-bottom: 20px; }
.gallery-carousel .item .image img { height: 400px; }

.events-carousel .image { padding: 0 0 20px; }
.blog-post-section .blog-post { margin: 0 0 30px !important; }
.blog-post-section [class^=col-] { padding-bottom: 0; }
.blog-post-section .blog-post .image { text-align: center; float: left; width: 40%; padding: 0 25px 0 0; }
/* .blog-post-section .blog-post .image img { width: auto; display: inline-block; } */
.blog-pg .blog-post .desc { float: left; width: 60%; }

.events-column .title-block { padding: 0 15px 20px; }
.events-slider-section .events-column-left { padding: 0 0 20px; }
.events-slider-section .events-column [class^=col-] { float: left; width: 100%; display: block; vertical-align: unset; }
/* .events-slider-section .events-column .title-block [class^=col-] { float: none; display: table-cell; vertical-align: middle; width: auto; } */
.events-slider-section .events-column .title-block .row { display: table; width: 100%; }
.events-slider-section .events-column .title-block [class^=col-] { width: auto; float: none; display: table-cell; vertical-align: middle; }
/* .events-carousel .image img { height: 300px; } */
/* .events-carousel .image { height: auto; }
.events-carousel .image img { height: auto; object-fit: unset; font-family: 'object-fit: unset'; } */
.blog-pg .blog-post .desc .title { min-height: auto; }
}

@media (max-width: 767px) {
.blog-pg .content-desc { padding: 0 0 30px; }
.post-widget .post-block .image img { height: 125px; }
.blog-pg .blog-post .image { padding: 0 0 15px; }
.blog-pg .blog-post { margin-bottom: 25px; }
.blog-pg .blog-post .desc .title h1,
.blog-pg .blog-post .desc .title h2,
.blog-pg .blog-post .desc .title h3,
.blog-pg .blog-post .desc .title h4,
.blog-pg .blog-post .desc .title h5,
.blog-pg .blog-post .desc .title h6,
.blog-pg .blog-post .desc .title p,
.blog-pg .blog-post .desc .title a { font-size: 22px; line-height: 22px; }
.gallery-carousel .owl-nav button { padding: 15px !important; font-size: 30px !important; line-height: 30px !important; }
.gallery-carousel .gallery-content .title h1,
.gallery-carousel .gallery-content .title h2,
.gallery-carousel .gallery-content .title h3,
.gallery-carousel .gallery-content .title h4,
.gallery-carousel .gallery-content .title h5,
.gallery-carousel .gallery-content .title h6,
.gallery-carousel .gallery-content .title p,
.gallery-carousel .gallery-content .title a { font-size: 20px; line-height: 25px; }
.gallery-carousel .gallery-content .title { padding: 0 0 10px; }
.gallery-carousel .gallery-content .gallery-desc { padding: 15px 45px 0; }
.gallery-carousel .gallery-content { font-size: 16px; line-height: 20px; }
#page-title { padding: 120px 20px 50px 20px; }

.blog-post-section .blog-post { margin: 0 0 30px !important; }
.blog-post-section [class^=col-] { padding-bottom: 0; }
.blog-post-section .blog-post .image { text-align: center; }
.blog-post-section .blog-post .image img { float: none; width: auto; display: inline-block; }
.events-slider-section .block-title { padding: 0 0 25px; }
.events-carousel { padding: 50px 0 0; }
.events-carousel .image { padding: 0 0 15px; }
.events-carousel .owl-nav { position: absolute; top: 0; right: 0; width: 78px; }
.events-carousel .owl-nav button { padding: 10px 15px !important; font-size: 25px !important; line-height: 25px !important; top: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }

.events-column .title-block { padding: 0 15px 20px; }
.events-slider-section .events-column-left { padding: 0 0 20px; }
.events-slider-section .events-column [class^=col-] { float: left; width: 100%; display: block; vertical-align: unset; }
/* .events-carousel .image img { height: 300px; } */
/* .events-carousel .image { height: 300px; } */
.events-slider-section .events-column { display: block; }
.blog-pg .blog-post .desc .title { min-height: auto; }
/* .events-slider-section .events-column .title-block [class^=col-] { float: none; display: table-cell; vertical-align: middle; width: auto; } */
}

@media (min-width: 569px) and (max-width: 767px) {
.blog-detail-pg .other-post-list .other-post .image img { height: 150px; }
.gallery-carousel .item .image img { height: 350px; }
}

@media (min-width: 240px) and (max-width: 568px) {
.post-widget .post-block .image { width: 100%; padding: 0 0 10px; }
.post-widget .post-block [class^=col-] { width: 100%; }
.blog-pg .blog-post { text-align: center; }
.blog-detail-pg .other-post-list [class^=col-] { width: 100%; }
.gallery-carousel .item .image img { height: 300px; }
}
/* Responsive End */
/* 16-8-2018 End */

/* 17-8-2018 Start */
.category-widget ul li .post-date {
    font-weight: 600;
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
}

.download-button a {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 15px 40px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #BDC3C7;
    color: #000000 !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: capitalize;
    width: auto;
    outline: none;
}

.download-button a:hover {
    background-color: #2e1b32;
    color: #ffffff !important;
}
/* 17-8-2018 End */


/* 20-8-2018 Start */
.footer-col { padding: 40px; }
.dou-btn { padding-top: 40px; }

.gallery-carousel .owl-item { opacity: 0.3; }
.gallery-carousel .owl-item.active.center { opacity: 1; }

.gallery-carousel .gallery-content {
    text-align: center;
    background-color: transparent;
    padding: 25px;
    /* top: 100%;
    bottom: auto; */
    top: auto;
    bottom: -100%;
    height: auto;
    width: 100%;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-carousel .gallery-content .gallery-desc { 
    padding: 0;
    background-color: transparent;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin-right: -50%; */
}

.gallery-carousel .owl-item .item {
    text-decoration: none;
    display: block;
    cursor: default;
}

.gallery-carousel .owl-item.active.center .item:hover {
    cursor: pointer;
}

.gallery-carousel .owl-item.active.center .item:hover .gallery-content {
    /* top: auto; */
    bottom: 0;
}   

/* Responsive Start */
@media (max-width: 767px) {
.gallery-carousel .owl-item.active.center .item .gallery-content,
.gallery-carousel .owl-item.active.center .item:hover .gallery-content {
    top: auto;
    bottom: 0;
    height: auto;
}

.gallery-carousel .owl-item.active.center .item .gallery-content .gallery-desc,
.gallery-carousel .owl-item.active.center .item:hover .gallery-content .gallery-desc {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin: 0;
}
}

@media (min-width: 240px) and (max-width: 568px) {
    .footer-col { padding: 15px; }
    
    .working-days dt,
    .working-days dd { width: 100%; text-align: center; }
    .footer-col .focus-title { text-align: center; }
}
/* Responsive End */
/* 20-8-2018 End */


/* 21-8-2018 End */
.widget-archive{padding: 0 0 40px 0; float: left; /*width: 235px;*/ width: 100%; }
.widget-archive ul {margin: 0;}
.widget-archive li {margin: 0; padding: 0;}
.widget-archive li a{ border-left: 1px solid #d6d7d7; padding: 5px 0 3px 10px; margin: 0 0 0 55px; display: block;}
li.archive-year{float: left; font-family: Helvetica, Arial, san-serif; padding: 5px 0 3px 10px; color:#ed1a1c;}
li.archive-year a{color:#ed1a1c; margin: 0; border: 0px; padding: 0;}

.widget-archive li { padding: 0 !important; }
.widget-archive li.archive-year { border: none !important; }
.widget-archive li.archive-year a { color: #ea8727 !important; padding: 10px 7px !important; }
.widget-archive li a { padding: 10px !important; }

/* Responsive Start */
@media (min-width: 768px) and (max-width: 991px) {
    .widget-archive { width: 100%; }
}

@media (max-width: 767px) {
    .widget-archive { width: 100%; }
}
/* Responsive End */
/* 21-8-2018 End */


/* 22-8-2018 Start */
.events-column .title-block ul li { padding: 0 8px 0 3px; font-size: 12px; line-height: 12px; }
.events-slider-section .this-week-event {
    padding: 0 50px 25px;
    text-align: center;
}

.events-slider-section .this-week-event h1,
.events-slider-section .this-week-event h2,
.events-slider-section .this-week-event h3,
.events-slider-section .this-week-event h4,
.events-slider-section .this-week-event h5,
.events-slider-section .this-week-event h6,
.events-slider-section .this-week-event p {
    font-family: 'Zilla Slab',
    sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    color: #161616;
    letter-spacing: 2px;
    margin: 0;
}

#master-header .contact-item {
    position: absolute;
    right: 0;
    top: 45px;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    padding-right: 20px;
}

body.sticky #master-header .contact-item {
    top: 25px;
}

#master-header .contact-item ul {
    margin: 0;
}

#master-header .contact-item ul li {
    margin-bottom: 0;
}

#master-header .contact-item ul li a {
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    background-color: #2e1b32;
}

#master-header .contact-item ul li a:hover {
    color: #ffffff;
    background-color: #000000;
}

#master-header .contact-item ul li a:hover i {
    color: #ffffff;
}

#nav-menu {
    float: none;
}

#logo {
    position: relative;
    z-index: 9;
}

.home #logo {
    z-index: 0;
    position: unset;
}

#logo a {
    display: inline-block;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

#logo a img {
    margin-bottom: 40px;
}

#brand .info {
    border: none;
    margin-top: 0;
    padding-top: 60px;
}

#brand .info span {
    margin: 0;
    padding: 0 170px;
    padding: 0 97px;
    position: relative;
    font-size: 20px;
}

#brand .info span:first-child {
    padding-left: 0;
}

#brand .info span:last-child {
    padding-right: 0;
}

#brand .info span:last-child:before {
    display: none;
}

#brand .info span:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 7px;
    width: 7px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
.events-column:nth-child(2n+1) { clear: both; }
.events-column:nth-child(3n+1) { clear: unset; }
/* #brand .info span { padding: 0 120px; } */
}

@media (min-width: 768px) and (max-width: 992px) {
/* #master-header .contact-item { right: auto; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
body.open #master-header .contact-item { left: 25%; } */
}

@media (min-width: 768px) and (max-width: 991px) {
.events-slider-section .this-week-event h1,
.events-slider-section .this-week-event h2,
.events-slider-section .this-week-event h3,
.events-slider-section .this-week-event h4,
.events-slider-section .this-week-event h5,
.events-slider-section .this-week-event h6,
.events-slider-section .this-week-event p { font-size: 30px; line-height: 30px; }

#master-header .contact-item { right: auto; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
body.open #master-header .contact-item { left: 25%; }

#brand .info span { padding: 0 70px; }
}

@media (max-width: 767px) {
.events-slider-section .this-week-event h1,
.events-slider-section .this-week-event h2,
.events-slider-section .this-week-event h3,
.events-slider-section .this-week-event h4,
.events-slider-section .this-week-event h5,
.events-slider-section .this-week-event h6,
.events-slider-section .this-week-event p { font-size: 26px; line-height: 32px; }
.events-slider-section .this-week-event { padding: 0 0 25px; }

#master-header .contact-item { padding-right: 0; right: auto; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
/* body.open #master-header .contact-item { top: 20px; } */
.open #nav-toggle { z-index: 99; }
.open #nav-menu { z-index: 9; }
.default-page p a { white-space: nowrap; padding: 15px 20px; }
.dou-btn { padding-left: 0; }
.pagination-list .pagination li { margin-right: 3px; }
.ie .full-screen #logo * { width: 95%; }
}

@media (min-width: 568px) and (max-width: 767px) {
/* body.open #master-header .contact-item { left: 10%; top: 40px; } */
/* #brand .info span { margin: 0 30px; } */
#brand .info span { padding: 0 45px; font-size: 18px; }
}

@media (min-width: 481px) and (max-width: 567px) {
/* body.open #master-header .contact-item { top: 0; } */
/* #brand .info span { margin: 0 28px; } */
#brand .info span { padding: 0 25px; font-size: 18px; }
}

@media (min-width: 240px) and (max-width: 480px) {
#master-header .contact-item { margin-left: 20px; }
#logo a { border: none; }
/* #logo a img { margin: 0; } */
}
/* Responsive End */
/* 22-8-2018 End */

/* 24-8-2018 Start */
.footer-contacts { vertical-align: middle; position: relative; }
.footer-contacts p a { display: block; border: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
footer .row { display: table; width: 100%; }
.footer-col { float: none; vertical-align: top; display: table-cell; }
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-contacts p a { position: relative; left: auto; top: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; margin: 20px 0 0; }
footer .row { width: auto; }
}

@media (max-width: 767px) {
.footer-contacts p a { position: relative; left: auto; top: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; margin: 20px 0 0; }
footer .row { width: auto; }
}
/* Responsive End */
/* 24-8-2018 End */