/*
Theme Name: Rent Luxury
Theme URI: http://www.graphicdesigner.sydney
Description: Luxury Car Rental
Version: 2017
Author: N
Author URI: http://www.graphicdesigner.sydney
Tags: custom-header, full-width-template, theme-options, translation-ready
Text Domain: Rent Luxury
*/

/* #Reset
================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    /*color:#006847;*/
}

html {
    font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img {
    border: 0;
}

/* #General
================================================== */

* {
    margin: 0;
    padding: 0;
}

    *, *:after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    height: 100% !important;
    min-height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #FFFFFF;
    font: 14px/22px "Montserrat","ralewayregular", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #888888;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

::-moz-selection {
    color: #FFFFFF;
}


/* #Typography & HTML Standard Tags
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    line-height: 125%;
    font-weight: normal;
    margin-top: 0;
}

h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

h4 {
    font-size: 15px;
    margin-bottom: 12px;
}

h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

h6 {
    font-size: 12px;
    margin-bottom: 5px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #222222;
    }

p img {
    margin: 0;
}

.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ul ol,
.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ul,
.comment-content ul ol {
    margin-bottom: 0;
}

.comment-content ul,
.entry-content ul {
    list-style-type: disc;
}

.comment-content ol,
.entry-content ol {
    list-style-type: decimal;
}

ul,
ol,
dl {
    margin-left: 30px;
}

table {
    border: 1px solid #EFEFEF;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0 5px;
    width: 100%;
}

.ut-footer-dark .ut-footer-area table {
    border-color: #222222;
}

table .even {
    background: #DDDDDD;
}

tr {
    border-bottom: 1px solid #EFEFEF;
}

.ut-footer-dark .ut-footer-area tr {
    border-color: #222222;
}

th {
    font-weight: bold;
}

th,
td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

caption {
    text-align: left;
}

var,
kbd,
samp,
code,
pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #F1F1F1;
}

b,
strong,
dfn,
kbd {
    /*font-weight:bold;
	color:#222222;*/
}

.hero-description strong,
.hero-description-bottom strong {
    color: inherit;
}

dfn,
cite,
em,
i,
address,
q,
samp,
var {
    font-style: italic;
}

address {
    color: #222222;
}

q {
    color: #222222;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote {
    color: #222222;
    position: relative;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    font-size: 20px;
    line-height: 150%;
    padding-left: 10px;
    border-left: 2px solid;
    letter-spacing: 0.5px;
}

    blockquote cite {
        font-size: 85%;
        font-style: normal;
        font-weight: normal;
        display: block;
    }

.format-quote blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    line-height: 150%;
}

pre {
    white-space: pre;
    overflow: auto;
    padding: 20px;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

var,
kbd,
code {
    padding: 3px;
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666666;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

mark, ins {
    text-decoration: none;
    padding: 3px;
    color: #FFFFFF;
}

sup {
    font-size: 11px;
    vertical-align: top;
}

sub {
    font-size: 11px;
    vertical-align: bottom;
}

small {
    font-size: 85%;
}

big {
    font-size: 150%;
    font-weight: bold;
}

figure {
    margin: 0;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

hr {
    background-color: #CCCCCC;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Removing the dotted outline */

object, embed {
    outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Links
================================================== */

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.2s color linear;
    -moz-transition: 0.2s color linear;
    transition: 0.2s color linear;
}

    a:hover {
        color: #222222;
        cursor: pointer;
    }

.light a:hover {
    color: #FFFFFF;
}

a img {
    border: none;
    vertical-align: bottom;
}

/* #Images & Media
================================================== */

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    width: auto\9; /* ie8 */
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: bottom;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

i.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}

i.alignright, img.alignright {
    margin: 5px 0 5px 20px;
}

.alignright.ut-custom-icon {
    margin: 0 0 0 10px;
}

.alignleft.ut-custom-icon {
    margin: 0 10px 0 0;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    width: 100% !important;
    margin: 0 0 20px !important;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}

.wp-caption {
    position: relative;
    height: auto !important;
    overflow: hidden;
    max-width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

    .gallery-item a img,
    .wp-caption a img {
        -webkit-box-shadow: 0 0 0 #222222;
        -moz-box-shadow: 0 0 0 #222222;
        box-shadow: 0 0 0 #222222;
    }

.gallery-item {
    margin-left: 0 !important;
}

    .gallery-item a img:hover,
    .wp-caption a img:hover {
    }

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption img,
img[class*="wp-image-"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
}

.wp-caption-text {
    background: #222222;
    bottom: -50px;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    padding: 1em 0;
    position: absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: auto;
    color: #FFFFFF;
    font-size: 11px;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.wp-caption:hover .wp-caption-text {
    bottom: 0;
    opacity: 0.8;
}

.wp-caption-text a:hover,
.wp-caption-text a:focus,
.wp-caption-text a:active {
    color: inherit;
    text-decoration: underline;
}

.gallery-caption {
    position: inherit !important;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    transition: inherit !important;
    opacity: 1 !important;
    background: none !important;
    color: #999999;
}

.site-content .gallery {
    margin-bottom: 20px;
}

.wp-caption-text.gallery-caption {
    bottom: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
}

.gallery img {
    border: none !important;
}

.gallery-item {
    margin-top: 0 !important;
    overflow: hidden;
}

.site-content .gallery a img {
    border: none;
    height: auto;
    width: 100%;
}

.site-content .gallery dd {
    margin: 0;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

embed, iframe, object {
    max-width: 100%;
}

.ut-video {
    margin-bottom: 20px;
}

.gallery {
    margin-bottom: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

li .gallery {
    margin-top: 30px;
}

    li .gallery .gallery-item {
        margin-bottom: 15px;
    }

.gallery-item {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0 !important;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.gallery-icon {
    font-weight: normal;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
    width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

@media (max-width: 767px) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

/* #Top Header & Bordered Layout + Navigation
================================================== */

.ut-has-top-header .ut-header-inner {
    padding-left: 50px;
    padding-right: 50px;
}

.ut-site-border.ut-has-top-header .ut-header-inner {
    padding: 0px;
}

.ut-site-border #main-content {
    overflow: hidden;
}

#ut-top-header {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
    background: #FFFFFF;
}

#ut-top-header-left ul,
#ut-top-header-right ul {
    margin: 0;
    list-style: none;
}

    #ut-top-header-left ul li,
    #ut-top-header-right ul li {
        display: inline;
        float: left;
    }

#ut-top-header-left {
    float: left;
    width: 50%;
}

    #ut-top-header-left ul li i {
        padding-right: 10px;
    }

    #ut-top-header-left ul li {
        padding-right: 25px;
    }

#ut-top-header-right {
    float: right;
    width: 50%;
}

    #ut-top-header-right a i {
        text-decoration: none;
        outline: 0;
        -webkit-transition: 0.2s color linear;
        -moz-transition: 0.2s color linear;
        transition: 0.2s color linear;
        cursor: pointer;
    }

    #ut-top-header-right ul {
        float: right;
    }

        #ut-top-header-right ul li {
            padding-left: 25px;
        }

            #ut-top-header-right ul li a {
                display: block;
                height: 30px;
            }

.ha-header.bordered-top {
    top: 30px;
}

.ha-header.bordered-navigation,
.ha-header.bordered-navigation.ha-transparent {
    left: 30px;
    width: calc(100% - 60px);
}

    .ha-header.bordered-navigation.ut-header-light {
        background: rgb(255,255,255);
    }

    .ha-header.bordered-navigation.ut-header-dark {
        background: rgb(18,18,18);
    }

/* #Header Section
================================================== */

#header-section {
    line-height: 80px;
}

    #header-section.ut-header-has-border {
        border-bottom: 1px solid;
        border-color: rgb(255,255,255);
        border-color: rgba(255,255,255, 0.3);
    }

.grid-container .ha-header-perspective {
    padding: 0;
}

.ha-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

    .ha-header.ha-transparent {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

#header-section.fullwidth {
    padding-left: 40px;
    padding-right: 40px;
}

    #header-section.fullwidth.ut-flush {
        padding-left: 0;
        padding-right: 0;
    }

.ut-flush-logo {
    padding-left: 0;
}

.ut-flush-nav {
    padding-right: 0;
}

.ha-header.ha-transparent:hover {
    background: rgb(18,18,18);
    background: rgba(18,18,18,0.5);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.ha-header.ut-header-light {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.95);
}

.ha-header.ut-header-dark {
    background: rgb(18,18,18);
    background: rgba(18,18,18,0.95);
}

.ha-header-perspective {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    perspective: 1100px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0;
}

    .ha-header-perspective > div {
        position: relative;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; /*overflow: hidden; */
    }

.ha-header-front {
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ha-header-small {
    height: 80px;
}

.ha-header-hide {
    height: 80px;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ha-header-show {
    height: 80px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.site-logo {
    color: #222222;
    display: table;
    text-align: left;
    margin: 0;
    height: 80px;
    position: relative;
}

.ha-header.ha-transparent .site-logo .logo a,
.ut-header-dark .site-logo .logo a {
    color: #FFFFFF;
}

.site-logo .logo {
    font-size: 16px;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
}

.site-logo img {
    max-height: 60px;
    vertical-align: middle;
}

.page-header,
.parallax-header,
.section-header {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.page-title,
.parallax-title,
.section-title {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
}

.header-left {
    text-align: left;
}

.header-right {
    text-align: right;
}

.pt-style-1 .parallax-title {
    background-attachment: scroll;
    background-image: url('images/divider.png');
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 20px;
    display: inline-block;
}

.pt-style-1 .page-title,
.pt-style-1 .section-title {
    background-attachment: scroll;
    background-image: url('images/divider.png');
    background-repeat: repeat-x;
    background-position: center center;
}

    .pt-style-1 .page-title span,
    .pt-style-1 .section-title span {
        padding: 0 20px;
    }

.pt-style-1.header-left .page-title span,
.pt-style-1.header-left .section-title span {
    padding-left: 0;
}

.pt-style-2 .page-title:after,
.pt-style-2 .parallax-title:after,
.pt-style-2 .section-title:after {
    content: "";
    display: block;
    background-color: #222222;
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
}

.light .pt-style-2 .page-title:after,
.light .pt-style-2 .parallax-title:after,
.light .pt-style-2 .section-title:after {
    background-color: #FFFFFF;
}

.pt-style-2.header-left .page-title:after,
.pt-style-2.header-left .parallax-title:after,
.pt-style-2.header-left .section-title:after {
    margin: 15px 0 0;
}

.pt-style-3 .page-title,
.pt-style-3 .parallax-title,
.pt-style-3 .section-title {
    margin-bottom: 25px;
}

    .pt-style-3 .page-title span,
    .pt-style-3 .parallax-title span,
    .pt-style-3 .section-title span {
        color: #FFFFFF;
        padding: 5px 10px;
        border: 3px solid #FFFFFF;
        display: inline-block;
    }

.pt-style-4 .page-title span,
.pt-style-4 .parallax-title span,
.pt-style-4 .section-title span {
    display: inline-block;
    border: 3px solid #222222;
    padding: 4px 8px;
}

.light .pt-style-4 .parallax-title span,
.light .pt-style-4 .section-title span {
    display: inline-block;
    border: 3px solid #FFFFFF;
    padding: 4px 8px;
}

.pt-style-5 .page-title,
.pt-style-5 .parallax-title,
.pt-style-5 .section-title {
    margin-bottom: 25px;
}

    .pt-style-5 .page-title span,
    .pt-style-5 .section-title span {
        color: #FFFFFF;
        padding: 5px 10px;
        border: 3px solid #FFFFFF;
        display: inline-block;
        background: #222222;
        -webkit-box-shadow: 0 0 0 3px #222222;
        -moz-box-shadow: 0 0 0 3px #222222;
        box-shadow: 0 0 0 3px #222222;
    }

    .pt-style-5 .parallax-title span {
        color: #222222;
        padding: 5px 10px;
        border: 3px solid #222222;
        display: inline-block;
        background: #FFFFFF;
        -webkit-box-shadow: 0 0 0 3px #FFFFFF;
        -moz-box-shadow: 0 0 0 3px #FFFFFF;
        box-shadow: 0 0 0 3px #FFFFFF;
    }

.pt-style-6 .page-title:after,
.pt-style-6 .parallax-title:after,
.pt-style-6 .section-title:after {
    content: "";
    display: block;
    border-bottom: 1px dotted #222222;
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
}

.light .pt-style-6 .page-title:after,
.light .pt-style-6 .parallax-title:after,
.light .pt-style-6 .section-title:after {
    border-bottom: 1px dotted #FFFFFF;
}

.pt-style-6.header-left .page-title:after,
.pt-style-6.header-left .parallax-title:after,
.pt-style-6.header-left .section-title:after {
    margin: 15px 0 0;
}

.page-title span span,
.page-title .vcard {
    padding: 0 !important;
}

    .page-title .vcard a:hover {
        color: #222222;
    }

.lead,
.taxonomy-description {
    font-size: 1.125em;
    line-height: 150%;
}

    .lead ins {
        background: none;
        padding: 0;
    }

/* #Hero Section
================================================== */

#ut-hero {
    transition: background-image 1s linear;
    -moz-transition: background-image 1s linear;
    -webkit-transition: background-image 1s linear;
    -ms-transition: background-image 1s linear;
}

.hero-title .wpb_content_element,
.ut-split-hero .hero-title {
    margin-bottom: 0;
}

.home section {
    overflow: hidden;
}

.ut-offset-anchor {
    width: 0px;
    height: 0px;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.ut-bklyn-onepage .ut-offset-anchor {
    position: relative;
    top: -79px; /* must be the same pixel value as for header height */
}

.ut-bklyn-multisite .ut-offset-anchor {
    position: absolute;
    top: 0;
    left: 0;
}

.ut-bklyn-multisite .ut-scroll-up-waypoint {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Hero Slider */

.ut-hero-slider {
    border: none !important;
    height: 100%;
    position: relative;
}

.hero.slider {
    background: #FFFFFF;
}

    .hero.slider .parallax-overlay {
        z-index: 3;
        display: none;
    }

.ut-hero-slider .flex-viewport {
    width: 100%;
    height: 100%;
}

.ut-hero-slider .slides {
    height: 100%;
    position: relative;
    width: 100%;
}

    .ut-hero-slider .slides li {
        background-position: center center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
        height: 100%;
        position: relative;
    }

.ut-hero-captions {
    position: absolute !important;
    width: 100%;
    z-index: 10;
    background: none;
    border: none;
    top: 0;
}

a.ut-flex-control {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 11;
    margin-top: -30px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

    a.ut-flex-control:before {
        font-family: 'FontAwesome';
        font-size: 40px;
        line-height: 60px;
        display: inline-block;
        content: '\f104';
    }

    a.ut-flex-control.next:before {
        content: '\f105';
    }

    a.ut-flex-control.prev {
        left: 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    a.ut-flex-control.next {
        right: 0;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    a.ut-flex-control.prev:hover {
        background: rgba(255, 255, 255, 0.15);
        color: #FFFFFF;
    }

    a.ut-flex-control.next:hover {
        background: rgba(255, 255, 255, 0.15);
        color: #FFFFFF;
    }

.hero-title.extralight {
    font-family: 'ralewayextralight', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-title.light {
    font-family: 'ralewaylight', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-title.regular {
    font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-title.medium {
    font-family: 'ralewaymedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-title.semibold {
    font-family: 'ralewaysemibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-title.bold {
    font-family: 'ralewaybold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Hero Unit */

.hero {
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .hero .grid-container {
        height: 100%;
        min-height: 100%;
        position: relative;
    }

.hero-holder {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

    .hero-inner p img {
        margin-bottom: 0;
        margin-top: 0;
    }

    .hero-inner.hero-bottom {
        vertical-align: bottom;
    }

    .hero-inner .grid-50 {
        vertical-align: middle;
        display: table-cell;
    }

    .hero-inner a {
        color: #FFFFFF;
    }

        .hero-inner a:hover {
            color: #FFFFFF;
        }

    .hero-inner p {
        font-size: 20px;
        line-height: 150%;
    }

.ut-split-image img {
    margin: 0 auto;
    display: block;
}

.hdh,
.hth,
.hdb {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hero-title {
    margin: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 5.000em;
    line-height: 125%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.ut-split-hero .hero-title {
    font-size: 3em;
}

.hero-description {
    color: #FFFFFF;
    font-size: 0.857em;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
}

.hero-description-bottom {
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.125em;
    margin: 10px auto 0 auto;
    line-height: 150%;
}

    .hero-description-bottom p {
        margin: 0;
        font-size: 1.125em;
    }

.ut-hero-style-4 .hero-description-bottom,
.ut-hero-style-6 .hero-description-bottom,
.ut-hero-style-7 .hero-description-bottom,
.ut-hero-style-8 .hero-description-bottom,
.ut-hero-style-9 .hero-description-bottom,
.ut-hero-style-10 .hero-description-bottom {
    margin: 20px auto 0 auto;
}

.ut-hero-style-1 .hero-title {
    background-attachment: scroll;
    background-image: url('images/divider.png');
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 14px;
}

.ut-hero-style-3 .hero-description {
    border-bottom: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 5px;
}

.ut-hero-style-4 .hero-title {
    background: #FFFFFF;
    padding: 8px 12px;
    color: #222222;
    border: 3px solid #222222;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF;
    -moz-box-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF;
}

.ut-hero-style-5 .hero-description {
    font-size: 1.214em;
    border-bottom: 3px solid;
    margin-bottom: 5px;
}

.ut-hero-style-6 .hero-title {
    padding: 0.429em;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ut-hero-style-4 .hero-description,
.ut-hero-style-6 .hero-description,
.ut-hero-style-7 .hero-description,
.ut-hero-style-8 .hero-description {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.ut-hero-style-7 .hero-title {
    padding: 8px 12px;
    border: 3px solid rgb(255, 255, 255);
}

.ut-hero-style-8 .hero-title {
    border-top: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    padding: 10px 0;
}

.ut-hero-style-9 .hero-title {
    border-right: 3px solid rgb(255, 255, 255);
    border-left: 3px solid rgb(255, 255, 255);
    padding: 0 20px;
    margin-top: 0;
}

.ut-hero-style-10 .hero-title {
    border-right: 3px dashed rgb(255, 255, 255);
    border-left: 3px dashed rgb(255, 255, 255);
    padding: 0 20px;
    margin-top: 0;
}

.ut-hero-style-11 .hero-description {
    font-size: 72px;
    line-height: 100%;
    width: 100%;
}

.ut-hero-style-11 .hero-title {
    margin: 0;
    width: 100%;
}

.ut-hero-style-11 .hero-description-bottom {
    font-size: 1.429em;
    font-style: italic;
    width: 100%;
}

.ut-hero-style-11 .hero-btn,
.ut-hero-style-11 .hero-second-btn {
    background: rgb(0,0,0);
    background: rgba(0,0,0, 0.8);
    color: #DDDDDD;
    padding: 12px 14px;
    font-size: 1.000em;
    letter-spacing: 1px;
    font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    border: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

    .ut-hero-style-11 .hero-btn:hover,
    .ut-hero-style-11 .hero-second-btn:hover {
        color: #FFFFFF;
        background: rgb(0,0,0);
        background: rgba(0,0,0, 1);
    }

.hero-down-arrow {
    bottom: 80px;
    font-size: 40px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1000;
}

.hero-down-arrow {
    color: #FFFFFF;
}

    .hero-down-arrow a:hover,
    .hero-down-arrow a:focus,
    .hero-down-arrow a:active {
        color: #FFFFFF;
    }

.hero-btn-holder {
    display: block;
    margin-top: 20px;
}

.hero-btn,
.hero-second-btn {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 12px;
    font-size: 0.786em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    /*font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;*/
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-second-btn {
    margin-left: 10px;
}

    .hero-btn strong,
    .hero-second-btn strong {
        color: #FFFFFF !important;
    }

    .hero-btn:hover,
    .hero-second-btn:hover {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.15);
    }

.ut-hero-style-5 .hero-btn,
.ut-hero-style-5 .hero-second-btn {
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ut-hero-style-4 .hero-btn,
.ut-hero-style-7 .hero-btn,
.ut-hero-style-8 .hero-btn,
.ut-hero-style-9 .hero-btn,
.ut-hero-style-4 .hero-second-btn,
.ut-hero-style-7 .hero-second-btn,
.ut-hero-style-8 .hero-second-btn,
.ut-hero-style-9 .hero-second-btn {
    border: 1px solid rgb(255, 255, 255);
}

.ut-hero-style-10 .hero-btn,
.ut-hero-style-10 .hero-second-btn {
    border: 1px dashed rgb(255, 255, 255);
}

/* UT Hero Custom */

#ut-hero.ut-hero-custom .grid-container {
    max-width: 100%;
}

#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
    padding-left: 30px;
}

#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
    padding-right: 30px;
}

    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
        padding-bottom: 40px;
        vertical-align: bottom;
    }

/* Ut Hero Split Video */

.ut-hero-video .ut-video {
    margin-bottom: 0;
}

.ut-hero-video-boxed {
    padding: 20px;
    margin: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

    .ut-hero-video-boxed.ut-hero-video-dark {
        background: rgba(0,0,0,0.2);
        border: 1px solid rgba(0,0,0,0.4);
    }

    .ut-hero-video-boxed.ut-hero-video-light {
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.4);
    }

/* UT Slider Tablet */
.ut-tablet-holder {
    height: 100%;
    width: 100%;
    display: table;
}

.ut-tablet-inner {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
}

.ut-tablet-title {
    color: #FFFFFF;
    margin-bottom: 30px;
}

.ut-right-tablet-button {
    margin-right: 0;
}

ul.ut-tablet-nav {
    margin: 0 0 40px 0;
    padding: 0;
}

    ul.ut-tablet-nav a {
        color: #FFFFFF;
    }

    ul.ut-tablet-nav li {
        position: relative;
        padding: 0 0 0 15px;
        margin: 0;
    }

        ul.ut-tablet-nav li:before {
            content: "\f096";
            font-family: "FontAwesome";
            font-size: 12px;
            top: 0;
            left: 0;
            position: absolute;
        }

        ul.ut-tablet-nav li.selected:before {
            content: "\f046";
            font-family: "FontAwesome";
            font-size: 12px;
            top: 0;
            left: 0;
            position: absolute;
        }

.ut-tablet-headline {
}

ul.ut-tablet {
    margin: 0;
    padding: 0;
    padding-top: 11.5%;
    padding-right: 10.1%;
    padding-left: 10.1%;
    overflow: hidden;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}

    ul.ut-tablet.white {
        background: url('images/pad_white.png');
        background-size: cover;
    }

    ul.ut-tablet.black {
        background: url('images/pad_black.png');
        background-size: cover;
    }

    ul.ut-tablet.shadow {
        box-shadow: 20px 0px 80px 0px rgba(0, 0, 0, 0.8);
    }

    ul.ut-tablet li {
        display: none;
        position: relative;
        padding: 2px 2px 0;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        ul.ut-tablet li img {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        ul.ut-tablet li.show {
            display: block;
        }

.ut-tablet-single-title {
    color: #FFFFFF;
}

.ut-tablet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    text-align: center;
    color: #FFFFFF !important;
    overflow: hidden;
}

.ut-tablet .show:hover .ut-tablet-overlay {
    opacity: 1;
}

.ut-tablet-overlay-content-wrap {
    width: 100%;
    height: 100%;
    display: table;
}

.ut-tablet-overlay-content {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ut-tablet-overlay .ut-btn {
    font-weight: bold;
}

/* Hero Video */

.ut-video-container {
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

    .ut-video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.ut-hero-video-position {
    top: -100% !important;
    position: relative !important;
    height: 100%;
}

/* #Navigation
================================================== */

#navigation {
    /*font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;*/
    float: right;
}

    #navigation ul {
        position: relative;
        float: right;
    }

        #navigation ul li {
            position: relative;
            display: block;
            float: left;
        }

            #navigation ul li a {
                white-space: nowrap;
                padding-left: 25px;
                color: #555555;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 11px;
                position: relative;
                text-decoration: none;
                display: block;
            }

.ha-transparent #navigation ul li a {
    color: #FFFFFF;
}

.ut-header-dark #navigation ul li a {
    color: #999999;
}

.ha-transparent #navigation ul li a:after {
    content: "\2022";
    position: absolute;
    top: 0;
    color: #FFFFFF;
    left: 9px;
}

#navigation ul li a:after {
    content: "\2022";
    position: absolute;
    top: 0;
    color: #222222;
    left: 9px;
}

.ut-header-dark #navigation ul li a:after {
    content: '•';
    position: absolute;
    top: 0;
    color: #999999;
    left: 9px;
}

#navigation ul li:first-child a:after {
    display: none;
}

/* Nav Sublevel  */

#navigation ul.sub-menu {
    margin-left: 25px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.2s color, background, linear;
    -moz-transition: 0.2s color, background, linear;
    transition: 0.2s color, background, linear;
}

    #navigation ul.sub-menu ul, #navigation ul.sub-menu li {
        margin-left: 0;
    }

        #navigation ul.sub-menu li a:after {
            display: none;
        }

        #navigation ul.sub-menu li > a {
            background: none !important;
            height: 30px;
            line-height: 30px;
            min-width: 200px;
            position: static;
            color: #999999;
            margin: 0;
            padding: 0 30px;
            -webkit-transition: 0.2s color, background, linear;
            -moz-transition: 0.2s color, background, linear;
            transition: 0.2s color, background, linear;
            font-size: 10px;
        }

#navigation ul.sub-menu {
    border-top: 2px solid;
    background: rgb(18,18,18);
    background: rgba(18,18,18,0.95);
}

    #navigation ul.sub-menu li a:hover {
        background: #121212;
    }

#navigation ul li ul li ul li {
    display: block;
}

#navigation ul li ul li ul li {
    display: block;
}

/* Responsive Menu */

.ut-mm-trigger {
    cursor: pointer;
    text-align: right;
    position: relative;
    line-height: 80px;
    height: 80px;
}

.ut-mm-button {
    border: none;
    height: 50px;
    cursor: pointer;
    margin: 15px 0;
    padding: 0;
    background: transparent;
}

    .ut-mm-button:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        font-size: 25px;
        text-align: center;
        background: transparent;
        color: #FFFFFF;
        -webkit-transition: .2s color linear;
        -moz-transition: .2s color linear;
        transition: .2s color linear;
    }

    .ut-mm-button:hover,
    .ut-mm-button:focus,
    .ut-mm-button.active {
        background: transparent;
        outline: none !important;
    }

#ut-mobile-nav {
    margin: 0;
}

.ut-mobile-menu {
    line-height: 150%;
    margin: 0;
}

#ut-mobile-menu {
    margin: 20px 0 100px 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.ut-mobile-menu .sub-menu {
    margin: 20px 0 10px 15px;
}

.ha-transparent .ut-mobile-menu a,
.ut-header-dark .ut-mobile-menu a,
.ut-mobile-menu a {
    color: #555555;
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
    display: block;
    padding-left: 30px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .ut-mobile-menu a:last-child {
        border-bottom: none;
    }

.ut-header-dark .ut-mobile-menu a,
.ut-header-dark #ut-mobile-menu {
    border-color: #000;
}

.ut-header-light #ut-mobile-nav {
    background: #FFFFFF;
}

.ut-header-dark #ut-mobile-nav {
    background: #121212;
}

.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
    border-color: #999999;
}

.ut-header-dark #ut-mobile-menu
.ut-header-dark .ut-mobile-menu a {
    border-color: #222222;
}

.ut-mobile-menu a:after {
    content: '•';
    position: absolute;
    top: 10px;
    left: 15px;
}

.ut-mobile-menu a:hover:after,
.ut-mobile-menu a:hover {
    color: #FFFFFF;
}

.ut-mobile-menu li {
    padding: 0;
    margin: 0;
}
/* mobile menu scroll */
#ut-mobile-nav {
    overflow: hidden;
    position: relative;
    left: -10px;
    display: none;
}

.ut-scroll-pane-wrap {
    overflow: hidden;
}

.ut-scroll-pane {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}


/* #Team Section
================================================== */

.member-wrap {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.member-box {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.ut-hide-member-details {
    color: #222222;
    font-size: 24px;
    float: right;
}

.light .ut-hide-member-details:hover {
    color: #FFFFFF;
}

.light .ut-overlay {
    background: #111111;
}

.ut-overlay {
    background: #FFFFFF;
}

.mp-holder {
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
}

    .mp-holder .member-photo {
        margin: 0;
        position: relative;
    }

        .mp-holder .member-photo img {
            width: 100%;
            display: block;
            position: relative;
            -webkit-box-shadow: 0 0 0 #000000;
            -moz-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000;
        }

    .mp-holder .member-description {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        background: #222222;
        background: rgba(0, 0, 0, 0.7);
        color: #FFFFFF;
    }

        .mp-holder .member-description h3 {
            margin: 0;
            padding: 0;
            color: #FFFFFF;
        }

        .mp-holder .member-description .ut-member-details i {
            padding-left: 5px;
        }

        .mp-holder .member-description .ut-member-details {
            display: inline-block;
            font-size: 11px;
            text-transform: uppercase;
        }

        .mp-holder .member-description a:hover {
            color: #FFFFFF;
        }

        .mp-holder .member-description span {
            font-size: 11px;
            text-transform: uppercase;
        }

    .mp-holder .member-photo {
        overflow: hidden;
    }

        .mp-holder .member-photo img {
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

        .no-touchevents .mp-holder .member-photo:hover img, .mp-holder .member-photo.cs-hover img {
            -webkit-transform: translateY(-0px);
            -moz-transform: translateY(-0px);
            -ms-transform: translateY(-0px);
            transform: translateY(-0px);
        }

    .mp-holder .member-description {
        height: 100%;
        width: 100%;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

    .no-touchevents .mp-holder .member-photo:hover .member-description, .mp-holder .member-photo.cs-hover .member-description {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .mp-holder .member-description .ut-member-details {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

.ut-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
}

.ut-modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.ut-overlay-show {
    visibility: visible;
    opacity: 1;
}

.ut-box-show {
    visibility: visible;
}

.ut-modal-box-effect .member-detail-box {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ut-box-show.ut-modal-box-effect .member-detail-box {
    opacity: 1;
}

.member-detail-box {
}

.ut-member-name {
    margin-bottom: 0;
    color: #222222;
    font-size: 17px;
}

.ut-member-title {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
}

.team-bio .member-box {
    text-align: center;
}

    .team-bio .member-box h3 {
        margin-top: 0;
    }

.team-bio .member-photo {
    float: none;
    width: 100%;
    height: auto;
    border: none;
    margin-right: 0;
}

.ut-mfh {
    position: relative;
}

.member-photo-large {
    margin-bottom: 20px;
}

.team-bio .member-photo img {
    border: 4px solid #F1F4F5;
}

.bio-desc h3 {
    color: #222222;
}

.member-social {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

    .member-social a {
        text-align: center;
        display: inline-block;
        line-height: 38px;
        color: #FFFFFF;
        margin-right: 10px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        transition: 0.2s all linear;
    }

        .member-social a:hover {
            color: #FFFFFF;
        }

/* Style 2 */

.no-touchevents .ut-member-style-2 .mp-holder .member-photo:hover img,
.ut-member-style-2 .mp-holder .member-photo.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.ut-member-style-2 .ut-so-link {
    color: #FFFFFF;
    background: #222222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    margin-right: 10px;
}

    .ut-member-style-2 .ut-so-link:hover {
        color: #FFFFFF !important;
    }

    .ut-member-style-2 .ut-so-link:last-child {
        margin-right: 0;
    }

.ut-member-style-2 .member-description .ut-member-title .ut-member-name {
    color: #ffffff;
}

.ut-member-style-2 .mp-holder .member-description {
    background: #121212;
    color: #898989;
}

/* Style 3 */

.ut-member-style-3 .mp-holder {
    border-bottom: 1px solid #EFEFEF;
}

.light .ut-member-style-3 .mp-holder {
    border-bottom: 1px solid #FFFFFF;
}

.member-description-style-3 {
    padding: 20px;
    text-align: center;
}

.ut-member-style-3 .member-social {
    position: relative;
    top: 0;
    left: 0;
}

    .ut-member-style-3 .member-social a {
        color: #DDDDDD;
        border: 1px solid #DDDDDD;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        transition: 0.2s all linear;
    }

.light .ut-member-style-3 .member-social a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.ut-member-style-3 .member-social a:last-child {
    margin-right: 0;
}

/* Style 4 */

.member-photo-style-4-wrap {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

    .member-photo-style-4-wrap:hover .member-photo-style-4 {
        display: none;
    }

    .member-photo-style-4-wrap:hover .member-photo-style-4-hover {
        display: inherit;
    }

.member-photo-style-4-hover {
    display: none;
}

.member-description-style-4 {
    text-align: center;
}

.member-photo-style-4 img,
.member-photo-style-4-hover img {
    margin: 0 auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.member-photo-style-4-wrap .member-social {
    left: 20px;
    bottom: 5px;
}

    .member-photo-style-4-wrap .member-social a:hover {
        color: #222222 !important;
    }

/* #Parallax
================================================== */

.parallax-section {
    overflow: hidden;
    position: relative;
}

.parallax-content {
    color: #FFFFFF;
    position: relative;
}

.normal-background,
.parallax-background {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat-y;
}

.normal-background {
    background-position: center center;
}

.parallax-overlay-pattern {
    background-image: url('images/overlay-pattern.png');
}

.parallax-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}

.parallax-scroll-container {
    width: 100% !important;
    height: 100%;
    min-height: 100%;
    position: absolute;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat-y;
    background-position: center center;
    transform: translateZ(0);
    top: 0px;
    left: 0px !important;
}

    .parallax-scroll-container.fixed {
        background-attachment: fixed;
    }

/* #Blog
================================================== */

.site-header {
    margin-bottom: 70px;
}

#primary {
    padding-bottom: 0px;
}

    #primary > .post:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.post {
    margin-bottom: 20px;
}

.ut-blog-line {
    background: #EFEFEF;
    display: block;
    height: 1px;
    margin: 20px 10px 0;
    width: 100%;
}

.single-post .post {
    margin: 0;
    padding: 0;
    border: none;
}

.entry-title {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 22px;
}

h1.entry-title {
    font-size: 22px;
}

.entry-header {
    margin-bottom: 20px;
}

.ut-post-thumbnail,
.ut-post-media {
    margin-bottom: 20px;
}

.entry-thumbnail {
    margin: 0;
    position: relative;
}

    .entry-thumbnail img {
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.page-links {
    margin: 0 0 20px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .page-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .page-links ul li {
            display: inline;
            margin-right: 10px;
        }

            .page-links ul li a {
                font-weight: bold;
            }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* #Blog Posts & Post Formats
================================================== */

.entry-meta {
    font-size: 11px;
    text-align: right;
    margin-bottom: 20px;
    color: #222222;
}

.entry-header .entry-meta {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.reply-link i,
.edit-link i,
.tags-links i,
.entry-meta i {
    padding-right: 5px;
    color: #222222;
}

.entry-meta .author-links,
.entry-meta .cat-links,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .ut-sticky {
    color: #222222;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.entry-meta .ut-sticky {
    display: none;
}

.sticky .entry-meta .ut-sticky {
    display: block;
}

.entry-header .entry-meta .date-format,
.entry-header .entry-meta .author-links,
.entry-header .entry-meta .cat-links,
.entry-header .entry-meta .comments-link {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tags-links a, .entry-meta a {
    color: #888888;
}

.permalink {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tags-links {
    margin-bottom: 20px;
    font-size: 11px;
    color: #222222;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.date-format {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    font-family: 'Helvetica', Arial, Sans-serif !important;
}

.entry-header .date-format {
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
}

.date-format .day {
    font-size: 60px;
    display: block;
    line-height: 50px;
    font-weight: bold;
    color: #222222;
}

.date-format .month {
    color: #222222;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

a.more-link {
    color: #222222;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    a.more-link .more-link {
        text-align: right;
        display: block;
        width: auto;
    }

    .author-link i, a.more-link i {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        transition: 0.3s all ease;
        padding-left: 5px;
    }

    .author-link:hover i, a.more-link:hover i {
        padding-left: 10px;
    }

/* About the Author */

.author-info {
    margin-top: 30px;
    padding-top: 50px;
    margin-bottom: 20px;
    border-top: 1px solid #EFEFEF;
}

.author-avatar {
    float: left;
    margin-right: 20px;
}

    .author-avatar img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.author-bio {
    color: #222222;
}

.the-author {
    display: block;
    font-weight: bold;
}

/* Format chat */

.format-chat p {
    margin: 0;
    padding: 3px;
}

    .format-chat p:nth-child(2n+1) {
        background: #F0F0F0;
    }

.format-chat .entry-content {
    margin-bottom: 20px;
}
/* Format gallery */

.ut-gallery-wrap {
    overflow: hidden;
}

.ut-gallery-slider {
    margin: 0;
    padding: 0;
}

.ut-gallery-slider {
    height: 320px;
    background: url('images/loaders/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

    .ut-gallery-slider.loaded {
        background: none;
    }

    .ut-gallery-slider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

        .ut-gallery-slider .slides > li img {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .ut-gallery-slider .slides {
        zoom: 1;
    }

.ut-gallery-slider {
    margin: 0 0 20px;
    background: #FFFFFF;
    position: relative;
    zoom: 1;
}

    .ut-gallery-slider .flex-direction-nav {
        *height: 0;
        list-style: none;
    }

        .ut-gallery-slider .flex-direction-nav a {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0;
            position: absolute;
            bottom: 10px;
            z-index: 10;
            overflow: hidden;
            opacity: 1;
            cursor: pointer;
            color: #ffffff;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .ut-gallery-slider .flex-direction-nav a:before {
                font-family: 'FontAwesome';
                font-size: 20px;
                line-height: 30px;
                display: inline-block;
                content: '\f104';
            }

            .ut-gallery-slider .flex-direction-nav a.flex-next:before {
                content: '\f105';
            }

        .ut-gallery-slider .flex-direction-nav .flex-prev {
            right: 45px !important;
        }

        .ut-gallery-slider .flex-direction-nav .flex-next {
            right: 10px;
        }

        .ut-gallery-slider .flex-direction-nav .flex-prev:hover {
            background: #121212;
        }

        .ut-gallery-slider .flex-direction-nav .flex-next:hover {
            background: #121212;
        }

/* Format Audio */

.mejs-container, .mejs-embed, .mejs-embed body {
    background: #222222 !important;
    margin-bottom: 20px;
}

    .mejs-container .mejs-controls {
        background: none !important;
    }

.mejs-controls .mejs-button button:focus {
    outline: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    background: #222222 !important;
    color: #FFFFFF !important;
    border-color: #222222 !important;
}

.format-audio iframe {
    height: 362px;
}

/* Format Quote */

.format-quote blockquote {
    font-size: 22px;
}

/* Format Link */

.format-link .entry-header a {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .format-link .entry-header a .entry-title,
    .format-link .entry-header .entry-title a {
        color: #FFFFFF;
    }

    .format-link .entry-header a:hover {
        background: #222222 !important;
        color: #FFFFFF;
    }

.format-link .entry-header .entry-title i {
    padding-right: 5px;
}

/* #Blog Grid
================================================== */

.ut-blog-grid {
    margin: 0 -10px;
}

    .ut-blog-grid .entry-header {
        overflow: hidden;
    }

    .ut-blog-grid .entry-title {
        overflow: hidden;
    }

    .ut-blog-grid .date-format {
        float: left;
        margin-right: 20px;
    }

    .ut-blog-grid .entry-meta {
        border-top: 1px solid #EFEFEF;
        margin-top: 20px;
        padding-top: 10px;
        text-align: left;
    }

        .ut-blog-grid .entry-meta .author-links {
            float: left;
        }

        .ut-blog-grid .entry-meta .comments-link {
            float: left;
        }

        .ut-blog-grid .entry-meta .author-links {
            margin-right: 20px;
        }

        .ut-blog-grid .entry-meta.entry-meta-top {
            border-top: none;
            border-bottom: 1px solid #EFEFEF;
            margin-top: 0;
            padding-top: 0;
            padding-bottom: 5px;
        }

    .ut-blog-grid .post,
    .ut-blog-grid .hentry {
        border-bottom: none;
        padding: 0 20px 0 20px;
        margin-bottom: 20px;
    }

    .ut-blog-grid .format-audio iframe {
        height: 232px;
    }

.search-results .ut-blog-grid .entry-meta-top,
.search-results .ut-blog-grid .entry-content {
    display: none;
}

/* #Blog Mixed Large
================================================== */

.ut-blog-mixed-grid .post {
    border-bottom: none;
}

.ut-blog-mixed-grid .format-audio iframe {
    height: 362px;
}

/* #Blog List
================================================== */

.ut-blog-layout-list .entry-header {
    overflow: hidden;
}

.ut-blog-layout-list .entry-title {
    overflow: hidden;
}

.ut-blog-layout-list .date-format {
    float: left;
    margin-right: 20px;
}

.ut-blog-layout-list .entry-meta {
    border-top: 1px solid #EFEFEF;
    margin-top: 20px;
    padding-top: 10px;
    text-align: left;
}

    .ut-blog-layout-list .entry-meta .author-links {
        float: left;
    }

    .ut-blog-layout-list .entry-meta .comments-link {
        float: left;
    }

    .ut-blog-layout-list .entry-meta .author-links {
        margin-right: 20px;
    }

    .ut-blog-layout-list .entry-meta.entry-meta-top {
        border-top: none;
        border-bottom: 1px solid #EFEFEF;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }

.ut-blog-layout-list .ut-blog-line {
    display: none;
}

.ut-blog-layout-list .post {
    margin-bottom: 20px;
}

.ut-blog-list-content {
    padding-left: 30px;
}

.ut-blog-layout-list .format-audio iframe {
    height: 378px;
}

/* #Blog Navigation
================================================== */

#ut-blog-navigation {
    background: #f9f9f9;
    font-size: 32px;
    height: 120px;
}

    #ut-blog-navigation .fa {
        line-height: 120px;
    }

    #ut-blog-navigation a {
        color: #222222;
        display: block;
        height: 100%;
        width: 100%;
    }

    #ut-blog-navigation .nav-previous {
        float: left;
        text-align: left;
        width: 50%;
    }

    #ut-blog-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }

/* #Comments
================================================== */

#comments {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #EFEFEF;
}

.author-title, #reply-title, .comments-title {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}

#reply-title {
    margin-bottom: 10px;
}

.comment-body {
    background: #F1F1F1;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ut-arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #F1F1F1;
    position: absolute;
    left: 90px;
    top: 40px;
}

.comment-list {
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EFEFEF;
}

    .comment-list li.comment {
        position: relative;
    }

    .comment-list li article {
        margin-bottom: 20px;
    }

#comment-nav-above, #comment-nav-below {
    margin-bottom: 50px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 50px;
    border-bottom: 1px solid #EFEFEF;
}

.comment-avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .comment-avatar .avatar {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.bypostauthor {
    color: inherit;
}

.fn {
    font-size: inherit;
    color: #222222;
    font-style: inherit;
    font-weight: bold;
}

    .fn a {
        color: #222222;
    }

.comment-footer {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}

    .comment-footer .edit-link {
        margin-left: 10px;
    }

    .comment-footer a {
        color: #222222;
    }

.comment-metadata {
    font-size: 11px;
    color: #888888;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .comment-metadata a {
        color: #888888;
    }

.comment-header, .comment-metadata, .comment-footer {
}

.comment-header {
    margin-bottom: 20px;
}

#commentform p.comment-form-author, #commentform p.comment-form-email {
    float: left;
    margin-right: 2%;
    width: 32%;
}

#commentform p.comment-form-url {
    float: left;
    width: 32%;
}

#commentform input#author, #commentform input#email, #commentform input#url {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

#commentform textarea {
    width: 100%;
    display: block;
    min-height: 200px;
}

#commentform #submit {
    margin: 0;
}

#searchform label, .comment-awaiting-moderation, #commentform label {
    color: #222222;
}

#searchform label, .comment-awaiting-moderation, #cancel-comment-reply-link, #commentform label {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    #cancel-comment-reply-link:hover {
        color: #222222;
    }

.comment-edit-link:hover, .comment-reply-link:hover {
    color: #888888;
}

.pingback {
    margin-bottom: 20px;
}

.comment-subscription-form {
    clear: both;
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    overflow: hidden;
}

    .comment-subscription-form #subscribe_blog,
    .comment-subscription-form #subscribe_comments {
        display: inline !important;
        float: none !important;
        font-size: 0.75rem;
        font-weight: normal;
        margin: 0 !important;
    }

/* #Sidebar & Widgets
================================================== */

#secondary {
    font-size: 12px;
    color: #888888;
    margin-bottom: 80px;
}

    #secondary ul.sidebar {
        padding-left: 25px;
    }

        #secondary ul.sidebar.sidebar-left {
            padding-left: 0;
            padding-right: 25px;
        }

        #secondary ul.sidebar li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .page-template-templatestemplate-archive-php a,
    #secondary a {
        color: #222222;
    }

ul.sidebar, .widget-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-title {
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget-container {
    margin-bottom: 20px;
}

    .widget-container select,
    .widget-container ul {
        margin-bottom: 20px;
    }

        .widget-container ul.sub-menu,
        .widget-container ul.children {
            margin: 0;
        }

.widget_tag_cloud {
    margin-bottom: 35px;
}

.footer .widget_tag_cloud {
    margin-bottom: 55px;
}

.ut-archive-tags a,
.widget_tag_cloud a {
    display: inline-block;
    font-size: 10px !important;
    border: 1px solid #888888;
    color: #888888 !important;
    padding: 10px;
    margin: 0 2px 5px 0;
    line-height: 100% !important;
    text-transform: uppercase;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.ut-footer-dark .ut-footer-area .widget_tag_cloud a {
    border-color: #222222;
    color: #777777;
}

.ut-archive-tags a:hover,
.widget_tag_cloud a:hover {
    border-color: #222222;
    color: #222222 !important;
}

.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_archive ul {
    margin-bottom: 20px;
}

.widget_categories li,
.widget_pages li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,
.widget_archive li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 15px;
    position: relative;
}

.widget-container li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-container ul.children li:last-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ut-footer-dark .ut-footer-area .widget_categories li,
.ut-footer-dark .ut-footer-area .widget_pages li,
.ut-footer-dark .ut-footer-area .widget_nav_menu li,
.ut-footer-dark .ut-footer-area .widget_recent_entries li,
.ut-footer-dark .ut-footer-area .widget_recent_comments li,
.ut-footer-dark .ut-footer-area .widget_meta li,
.ut-footer-dark .ut-footer-area .widget_archive li,
.ut-footer-dark .ut-footer-area .ut_widget_contact li,
.ut-footer-dark .ut-footer-area .tweet_list li {
    border-color: #222222;
}

.widget_recent_comments li {
    padding-left: 0;
}

.widget_categories li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_archive li:before,
.tweet_list li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    color: #222222;
}

.tweet_list li:before {
    content: "\f099";
}

.ut-footer-dark .ut-footer-area .widget_categories li:before,
.ut-footer-dark .ut-footer-area .widget_pages li:before,
.ut-footer-dark .ut-footer-area .widget_nav_menu li:before,
.ut-footer-dark .ut-footer-area .widget_recent_entries li:before,
.ut-footer-dark .ut-footer-area .widget_meta li:before,
.ut-footer-dark .ut-footer-area .widget_archive li:before,
.ut-footer-dark .ut-footer-area .tweet_list li:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-address:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-phone:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-fax:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-email:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-internet:before {
    color: #777777;
}

.widget_pages li.page_item_has_children,
.widget_nav_menu li.menu-item-has-children {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0;
}

    .widget_pages li.page_item_has_children .children,
    .widget_nav_menu li.menu-item-has-children .sub-menu {
        margin: 0;
    }

        .widget_pages li.page_item_has_children .children li:first-child,
        .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
            padding-top: 5px;
            margin-top: 5px;
            border-top: 1px solid #EFEFEF;
        }

.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children .children li:first-child,
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
    border-color: #222222;
}

.widget_pages li.page_item_has_children .children li:first-child:before,
.widget_nav_menu li.menu-item-has-children .sub-menu li:first-child:before {
    top: 5px;
}

.ut-flickr-item {
    width: 75px;
    height: 75px;
    background: url('images/loaders/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

    .ut-flickr-item.loaded {
        background: none;
    }

.ut_widget_flickr .flickr_items {
    margin-bottom: 15px;
}

.ut_widget_flickr li {
    float: left;
    margin: 0 5px 5px 0;
}

    .ut_widget_flickr li img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        opacity: 1;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        transition: 0.2s all linear;
    }

        .ut_widget_flickr li img:hover {
            opacity: 0.5;
        }

.widget_rss .rsswidget img {
    vertical-align: middle;
}

.widget_rss li {
    margin-bottom: 10px;
}

.widget_rss .rss-date {
    display: block;
}

.tweet-left {
    display: none;
}

.tweet_list li {
    padding-left: 30px;
    position: relative;
}

/* #Bklyn Contact Widget */

.ut_widget_contact div {
    overflow: hidden;
}

.ut_widget_contact li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
}

.ut-footer-dark .ut-footer-area .ut_widget_contact li {
    border-color: #222222;
}

.ut_widget_contact li *:last-child {
    margin-bottom: 0;
}

.ut_widget_contact .ut-address:before,
.ut_widget_contact .ut-phone:before,
.ut_widget_contact .ut-fax:before,
.ut_widget_contact .ut-email:before,
.ut_widget_contact .ut-internet:before {
    content: '\f041';
    color: #222222;
    font-family: fontawesome;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.ut_widget_contact .ut-phone:before {
    content: '\f095';
}

.ut_widget_contact .ut-fax:before {
    content: '\f1ac';
}

.ut_widget_contact .ut-email:before {
    content: '\f003';
}

.ut_widget_contact .ut-internet:before {
    content: '\f0ac';
}

/* #Bklyn Social Icons Widget */

.ut_widget_social ul.ut-sociallinks {
    font-size: 15px;
    margin-bottom: 0;
}

.ut_widget_social .ut-sociallinks li {
    display: inline-block;
    margin: 0 20px 20px 0;
    text-align: center;
    width: 20px;
}

/* #Default Pages
================================================== */

.page-header .entry-meta {
    text-align: center;
}

.page #primary,
.blog #primary,
.single #primary,
.page #secondary,
.blog #secondary,
.single #secondary {
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog.has-no-hero #primary,
.single.has-no-hero #primary,
.page.has-no-hero #primary,
.blog.has-no-hero #secondary,
.single.has-no-hero #secondary,
.page.has-no-hero #secondary {
    padding-top: 160px;
}

.search #primary,
.archive #primary {
    padding-top: 120px;
}

.archive #primary {
    padding-bottom: 0px;
}

.search #primary {
    padding-bottom: 0px;
}

.archive .hentry {
    margin-bottom: 20px;
}

.search-no-results .page-header.pt-style-1 .page-title span,
.error404 .page-header.pt-style-1 .page-title span {
    background: #FFFFFF;
}

.admin-bar #header-section {
    margin-top: 32px !important;
}

/* #404 & Nothing Found Pages
================================================== */

.search .hero-description-bottom,
.error404 .hero-description-bottom {
    margin-bottom: 40px;
    margin-top: 10px;
}

.search #searchform .search-submit {
    padding: 12px;
}

.search #searchform .search-field {
    max-width: 320px;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 auto 40px auto;
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
}

    .search #searchform .search-field:focus {
        color: #FFFFFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.error404 .hero-btn-holder,
.error404 .hero-btn-holder .ut-btn {
    margin: 0;
}

/* #Archive Template
================================================== */

.ut-archive-tags {
    margin-bottom: 45px;
}

.ut-daily-archive-list,
.ut-monthly-archive-list,
.ut-monthly-archive-list,
.ut-yearly-archive-list,
.ut-contributors-archive-list,
.ut-categories-archive-list,
.ut-latest-posts-list {
    list-style: none;
    margin: 0 0 20px 0;
}

    .ut-daily-archive-list li, .ut-monthly-archive-list li, .ut-monthly-archive-list li, .ut-yearly-archive-list li, .ut-contributors-archive-list li, .ut-categories-archive-list li, .ut-latest-posts-list li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #EFEFEF;
        padding-left: 10px;
        position: relative;
        list-style: none;
    }

        .ut-daily-archive-list li:before, .ut-monthly-archive-list li:before, .ut-monthly-archive-list li:before, .ut-yearly-archive-list li:before, .ut-contributors-archive-list li:before, .ut-categories-archive-list li:before, .ut-latest-posts-list li:before {
            font-family: 'FontAwesome';
            content: "\f105";
            font-weight: normal;
            font-style: normal;
            position: absolute;
            top: 0;
            left: 0;
        }

.ut-archive-template-title {
    text-transform: uppercase;
    font-size: 17px;
}

/* #Contact Section
================================================== */

.wpcf7-not-valid-tip, .post-password-form label,
.wpcf7-form {
    font-size: 11px !important;
    text-transform: uppercase;
}

#contact-section .background-map {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#contact-section ul,
#contact-section ol {
    text-transform: uppercase;
    font-size: 11px;
    list-style: outside;
    margin-left: 15px;
}

.light .ut-left-footer-area,
.light .ut-right-footer-area {
    padding: 30px 30px 10px 30px;
    background: rgba(255, 255, 255, 0.15);
}

.ut-left-footer-area {
    margin-bottom: 0;
}

.contact-section.contact-map {
    position: relative;
}

.wpcf7-form p {
    margin: 0 !important;
}

.wpcf7-form .wpcf7-response-output {
    margin: 0;
    border: none;
    padding: 0;
}

.light#contact-section a:hover {
    color: #FFFFFF;
}

.wpcf7-form .ajax-loader {
    display: none;
}

.dark .wpcf7-form {
    color: #222222;
}

.wpcf7-not-valid-tip {
    border: none !important;
    padding: 0;
    margin-bottom: 20px;
}

.fa-ul li .fa {
    line-height: inherit;
}

.fa-ul li {
    list-style: none !important;
}

.fa-ul {
    list-style: none !important;
}

/* #Footer
================================================== */

.footer {
    padding: 0;
    background: #FFFFFF;
    position: relative;
}

    .footer.ut-footer-has-widgets {
        padding: 40px 0 0;
    }

    .footer.ut-footer-dark {
        background: #121212;
    }

        .footer.ut-footer-dark h1,
        .footer.ut-footer-dark h2,
        .footer.ut-footer-dark h3,
        .footer.ut-footer-dark h4,
        .footer.ut-footer-dark h5,
        .footer.ut-footer-dark h6,
        .footer.ut-footer-dark strong,
        .footer.ut-footer-dark b {
            color: #777777;
        }

a.toTop {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #222222;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    text-align: center;
}

.ut-footer-dark a.toTop {
    background: #121212;
    color: #FFFFFF;
}

.toTop:hover {
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}

.toTop i {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.copyright {
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 10px;
    color: #999999;
    display: block;
}

.ut-footer-area {
    color: #888888;
    padding-bottom: 40px;
    padding-top: 40px;
}

#ut-sitebody .ut-footer-area b,
#ut-sitebody .ut-footer-area strong {
    color: inherit !important;
}

.footer-content {
    text-align: center;
    padding: 20px 0;
}

.ut-footer-area ul.sidebar a {
    color: #222222;
}

.ut-footer-dark .ut-footer-area ul.sidebar a {
    color: #777777;
}

.ut-footer-dark .widget-title {
    color: #ffffff !important;
}

.footer-content h3 {
    text-transform: none;
    margin: 0;
    position: relative;
}

.footer-content a,
.copyright a {
    color: #222222;
    text-transform: uppercase;
}

.ut-footer-dark .footer-content a,
.ut-footer-dark .copyright a {
    color: #777777;
    text-transform: uppercase;
}

.ut-footer-so {
    margin: 20px 0 15px 0;
    padding: 0;
    display: block;
}

    .ut-footer-so li {
        display: inline-block;
    }

        .ut-footer-so li a {
            margin: 0 5px;
            width: 30px;
            height: 30px;
            display: block;
            text-align: center;
        }

        .ut-footer-so li a {
            line-height: 30px;
        }

            .ut-footer-so li a i {
                color: #999999 !important;
                font-size: 15px;
                vertical-align: inherit !important;
                -webkit-transition: 0.2s all linear;
                -moz-transition: 0.2s all linear;
                transition: 0.2s all linear;
            }

        .ut-footer-so li a {
            border: 1px solid #999999;
            -webkit-transition: 0.2s all linear;
            -moz-transition: 0.2s all linear;
            transition: 0.2s all linear;
        }

/* #Buttons
================================================== */

.light button,
.light input[type="submit"],
.light input[type="button"] {
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    color: #FFFFFF;
    padding: 8px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    width: auto;
    /*font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;*/
}

    .light button:hover,
    .light input[type="submit"]:hover,
    .light input[type="button"]:hover,
    .light button:focus,
    .light input[type="submit"]:focus,
    .light input[type="button"]:focus {
        color: #FFFFFF;
        background: #111111;
        border: none;
    }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Forms
================================================== */

form {
    margin: 0;
}

.light input,
.light textarea {
    border: 1px solid transparent;
    padding: 10px;
    outline: none;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
    margin-bottom: 20px;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-section textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    resize: vertical;
}

.light input:focus,
.light textarea:focus {
    border: 1px solid transparent;
    color: #FFFFFF;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

.success-message,
.alert-message,
.error-message {
    display: none;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.widget_search .search-submit,
.widget_search #searchform span {
    display: none;
}

select {
    width: 100%;
    max-width: 100%;
    color: #222222;
    padding: 6px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: .2s border linear;
    -moz-transition: .2s border linear;
    transition: .2s border linear;
    height: 36px;
}

/* Global */

/*input[type="radio"], 
input[type="checkbox"] {
	display:inherit !important;
	width:inherit !important;	
}*/
input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

.dark .wpcf7-form input,
.dark .wpcf7-form textarea,
input[type="text"], textarea {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #000;
    letter-spacing: 0.5px;
    padding: 6px;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    /*display: block;*/
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
    margin-bottom: 2px;
    -webkit-transition: 0.2s border linear;
    -moz-transition: 0.2s border linear;
    transition: 0.2s border linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 36px;
}

#secondary input,
#secondary textarea,
#secondary select {
    font-size: 12px;
}

input:focus,
textarea:focus,
select:focus,
.dark .wpcf7-form input:focus,
.dark .wpcf7-form textarea:focus,
.dark .wpcf7-form select:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
    border-color: #cfcfcf;
    background: #FFFFFF;
    color: #222222;
}

button,
input[type="button"],
input[type="submit"],
.dark button,
.dark input[type="button"],
.dark input[type="submit"] {
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    color: #FFFFFF;
    padding: 8px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    width: auto;
    /*font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;*/
}

    button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:focus,
    input[type="submit"]:focus,
    input[type="button"]:focus,
    .dark button:hover,
    .dark input[type="submit"]:hover,
    .dark input[type="button"]:hover,
    .dark button:focus,
    .dark input[type="submit"]:focus,
    .dark input[type="button"]:focus {
        background-color: #222222;
        color: #FFFFFF;
        border: none;
    }

.ut-footer-dark input,
.ut-footer-dark select,
.ut-footer-dark textarea {
    background: transparent;
    border-color: #222222;
    color: #777777;
}

    .ut-footer-dark input:focus,
    .ut-footer-dark textarea:focus,
    .ut-footer-dark select:focus {
        color: #b2b2b6;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* #Split Screen Section
================================================== */

.ut-split-screen-poster {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    margin: 0 auto;
}

.ut-split-screen .parallax-header,
.ut-split-screen .section-header {
    text-align: left;
}

.ut-split-content-right,
.ut-split-content-left {
    margin-top: 140px;
    margin-bottom: 70px;
}

.ut-split-screen .pt-style-6 .page-title:after,
.ut-split-screen .pt-style-6 .parallax-title:after,
.ut-split-screen .pt-style-6 .section-title:after,
.ut-split-screen .pt-style-2 .page-title:after,
.ut-split-screen .pt-style-2 .parallax-title:after,
.ut-split-screen .pt-style-2 .section-title:after {
    margin: 15px 0;
}

.ut-split-screen .pt-style-1 .page-title span,
.ut-split-screent .pt-style-1 .section-title span {
    padding: 0 20px 0 0;
}

.ut-split-content-left .pt-style-1 .section-title span,
.ut-split-content-right .pt-style-1 .section-title span,
.ut-split-content-left .pt-style-1 .page-title span,
.ut-split-content-right .pt-style-1 .page-title span {
    padding-left: 0;
}

/* #Misc
================================================== */

.add-padding {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.ut-half-height {
    height: 50% !important;
}

.section-content {
    position: relative;
}

.ut-section-shadow {
    -webkit-box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.08) inset;
}

.ut-new-hide {
    display: none;
}

.dark blockquote {
    color: #222222;
}

.dark cite,
.dark,
.dark .lead {
    color: #888888;
}

    .dark .lead {
        font-size: 1.125em;
    }

    .dark b,
    .dark strong {
        color: #222222;
    }

    .dark h1,
    .dark h2,
    .dark h3,
    .dark h4,
    .dark h5,
    .dark h6 {
        color: #222222;
    }

.light cite,
.light blockquote,
.light, .light .lead {
    color: #FFFFFF;
}

    .light .lead {
        font-size: 1.125em;
    }

    .light b,
    .light strong {
        color: #FFFFFF;
    }

    .light h1,
    .light h2,
    .light h3,
    .light h4,
    .light h5,
    .light h6 {
        color: #FFFFFF;
    }

.ut-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ut-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

span.ut-word-rotator {
    color: inherit !important;
}

div.pp_default .pp_content .ppt {
    font-size: 13px;
    color: #222222 !important;
}

.error404 .search-submit,
.search-no-results .search-submit {
    margin-bottom: 0;
}

.playerBox {
    max-width: inherit !important;
}

.ut-video-control,
.ut-audio-control {
    bottom: 20px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    display: block;
    z-index: 2;
}

#contact-section .ut-video-control {
    top: 40px;
    bottom: auto;
}

.ut-mute {
    background-attachment: scroll;
    background-image: url('images/ut-unmute.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.ut-unmute {
    background-attachment: scroll;
    background-image: url('images/ut-mute.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.ut-video-section,
.ut-video-section .parallax-overlay {
    position: relative;
}

#wpstats {
    display: none;
}

.ut_widget_twitter a {
    word-break: break-all;
}

/* UT-Counter-Box */

.ut-custom-icon {
    margin-bottom: 20px;
}

/* message div for theme activation */

.ut-install-note {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* fit text fix for slider */

.js .slides .hero-holder {
    opacity: 0;
}

    .js .slides .hero-holder.show {
        opacity: 1;
    }

/* team member popup */

.ut-modal-box {
    margin-left: -25%; /* center box */
}

/* hidden avatar fix for chrome */

.ut-rotate-avatar {
    min-height: 200px;
}

/* background color for video backgrounds */

.main-content-background {
    background: #FFFFFF;
}

/* Revolution Slider */

.tp-bullets.simplebullets.round .bullet {
    background: none !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid rgb(255,255,255);
    border: 1px solid rgba(255,255,255, 0.15);
}

.tp-bullets.simplebullets.round .selected {
    border-color: #FFFFFF !important;
}

.themecolor-bg {
    padding: 3px 5px;
    color: #FFFFFF;
}

.tp-rightarrow.default,
.tp-leftarrow.default {
    background: none !important;
}

    .tp-rightarrow.default:hover:before,
    .tp-leftarrow.default:hover:before {
        color: #FFFFFF;
        -webkit-transition: 0.2s color linear;
        -moz-transition: 0.2s color linear;
        transition: 0.2s color linear;
    }

    .tp-rightarrow.default:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 65px;
        color: rgb(255,255,255);
        color: rgba(255,255,255, 0.15);
    }

    .tp-leftarrow.default:before {
        content: "\f104";
        font-family: 'FontAwesome';
        font-size: 65px;
        color: rgb(255,255,255);
        color: rgba(255,255,255, 0.15);
    }

.hero-title.ut-glow {
    color: #FFFFFF;
    text-shadow: 0 0 40px #FFFFFF, 2px 2px 3px black;
}

.light .section-title.ut-glow,
.light .parallax-title.ut-glow,
.light .page-title.ut-glow,
.light .section-title.ut-glow {
    color: #FFFFFF;
    text-shadow: 0 0 40px #FFFFFF, 2px 2px 3px black;
}

.dark .section-title.ut-glow,
.dark .parallax-title.ut-glow,
.dark .page-title.ut-glow,
.dark .section-title.ut-glow {
    color: #222222;
    text-shadow: 0 0 40px #222222, 2px 2px 3px black;
}

/* #Page Loader
================================================== */

#qLoverlay {
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    z-index: 666999;
    margin: 0;
    padding: 0;
}

.ut-loader-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 666998;
    top: 0;
    left: 0;
}

.ut-inner-overlay {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#ut-loader-logo {
    display: block;
    overflow: hidden;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.ut-inner-overlay .ut-loading-text {
    margin-top: 20px;
}

    .ut-inner-overlay .ut-loading-text p {
        color: #FFFFFF;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 10px;
        margin: 0;
        line-height: 100%;
        padding: 0;
        text-align: center;
    }

#ut-loader-logo.ut-style4-active {
    margin-bottom: 0;
}

#qLpercentage {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
}

.ut-inner-overlay div:not(.ut-loader__ball4):not(.ut-loader__bar4):not(.ut-loading-bar-style2-ball-effect):not(.sk-cube-grid):not(.sk-cube) {
    margin-top: 40px;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.ut-inner-overlay > div:first-child {
    margin-top: 0 !important;
}

.ut-inner-overlay > div:last-child {
    margin-bottom: 0 !important;
}

/* Loading Bar Style 2 */

.ut-loading-bar-style2 {
    margin: 40px 0 0 0;
    text-align: center;
}

    .ut-loading-bar-style2 .ut-loading-bar-style2-ball-effect {
        width: 20px;
        height: 20px;
        background-color: #FFFFFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0;
        -webkit-animation: loading2 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
        -moz-animation: loading2 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
        animation: loading2 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    }

@-webkit-keyframes loading2 {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }

    25% {
        -webkit-transform: translateX(-50px) scale(0.3);
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }

    75% {
        -webkit-transform: translateX(50px) scale(0.3);
        transform: translateX(50px) scale(0.3);
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

@keyframes loading2 {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }

    25% {
        -webkit-transform: translateX(-50px) scale(0.3);
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }

    75% {
        -webkit-transform: translateX(50px) scale(0.3);
        transform: translateX(50px) scale(0.3);
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

/* Loading Bar Style 3 */

.ut-loading-bar-style3 {
    margin-top: 40px;
}

.ut-loading-bar-style3-outer {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #FFFFFF;
    -webkit-animation: loading3 2s infinite ease;
    animation: loading3 2s infinite ease;
}

.ut-loading-bar-style-3-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-animation: loading3-inner 2s infinite ease-in;
    animation: loading3-inner 2s infinite ease-in;
}

@keyframes loading3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading3-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* Loading Bar Style 4 */

.ut-loading-bar-style4 {
    position: relative;
    width: 75px;
    height: 100px;
    margin: 0 auto 0 auto !important;
}

.ut-loader__bar4 {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    margin-bottom: 0 !important;
    background: #FFFFFF;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .ut-loader__bar4:nth-child(1) {
        left: 0;
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
        -webkit-animation: barUp1 4s infinite;
        animation: barUp1 4s infinite;
    }

    .ut-loader__bar4:nth-child(2) {
        left: 15px;
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
        -webkit-animation: barUp2 4s infinite;
        animation: barUp2 4s infinite;
    }

    .ut-loader__bar4:nth-child(3) {
        left: 30px;
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
        -webkit-animation: barUp3 4s infinite;
        animation: barUp3 4s infinite;
    }

    .ut-loader__bar4:nth-child(4) {
        left: 45px;
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
        -webkit-animation: barUp4 4s infinite;
        animation: barUp4 4s infinite;
    }

    .ut-loader__bar4:nth-child(5) {
        left: 60px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation: barUp5 4s infinite;
        animation: barUp5 4s infinite;
    }

.ut-loader__ball4 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: ball4 4s infinite;
    animation: ball4 4s infinite;
}

@-webkit-keyframes ball4 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }

    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }

    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }

    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }

    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }

    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }

    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }

    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }

    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }

    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }

    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }

    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }

    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }

    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }

    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }

    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball4 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }

    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }

    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }

    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }

    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }

    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }

    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }

    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }

    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }

    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }

    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }

    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }

    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }

    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }

    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }

    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }

    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }

    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }

    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* Loading Bar Style 5 */

.ut-loading-bar-style5 {
    display: inline;
    margin-bottom: 0 !important;
    line-height: 100%;
}

.ut-loading-bar-style5-inner {
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    margin-bottom: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .ut-loading-bar-style5-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
    }

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0);
    }

    66% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
}

.ut-loading-bar-style5-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.ut-loading-bar-style5-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.ut-loading-bar-style5-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.ut-loading-bar-style5-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.ut-loading-bar-style5-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.ut-loading-bar-style5-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

/* Loading Bar Style 6 */
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #56B2BA;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* #Media Queries
================================================== */

/* XS Device */
@media screen and (max-width: 400px) {
}

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {

    html {
        border: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ha-header.bordered-navigation,
    .ha-header.bordered-navigation.ha-transparent {
        left: 0;
        width: 100%;
    }

    #header-section {
        line-height: 80px !important;
        padding: 0 !important;
    }

    .ha-header.bordered-top {
        top: 0;
    }

    .grid-container .ha-header-perspective {
        padding: 0;
    }

    .ha-header-perspective {
        padding-left: 10px;
        padding-right: 10px;
    }

    .parallax-section {
        background-position: center center !important;
        background-repeat: repeat-y !important;
        /*background-attachment:fixed !important;*/
        background-size: cover !important;
    }

    #header-section.fullwidth {
        padding-left: 10px;
        padding-right: 10px;
    }

        #header-section.fullwidth.ut-flush {
            padding-left: 10px;
            padding-right: 10px;
        }

    .ut-flush-logo {
        padding-left: 10px;
    }

    .ut-flush-nav {
        padding-right: 10px;
    }

    /* Hero */

    .hero-title,
    .ut-split-hero .hero-title {
        font-size: 3em !important;
        line-height: 125% !important;
    }

    .ut-hero-style-1 .hero-title {
        background: none;
        padding: 0;
    }

    .ut-hero-style-4 .hero-title,
    .ut-hero-style-6 .hero-title,
    .ut-hero-style-7 .hero-title {
        padding: 5px;
    }

    .ut-hero-style-9 .hero-title,
    .ut-hero-style-10 .hero-title {
        border: none;
        padding: 0;
    }

    .hero-second-btn {
        margin-top: 10px;
    }

    .hero-description-bottom {
        font-size: 1.125em;
        letter-spacing: normal;
    }

    #ut-hero.hero {
        height: 100% !important;
        min-height: 100% !important;
    }

    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
        padding-left: 0;
    }

    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
        padding-right: 0;
    }

        #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
        #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
            padding-bottom: 0;
            vertical-align: middle;
        }

    /* Header Styles */

    .pt-style-1 .page-title, .pt-style-1 .section-title {
        background: none;
    }

        .pt-style-1 .page-title span, .pt-style-1 .section-title span {
            padding: 0;
        }

    #secondary {
        padding-top: 0 !important;
    }

    .sidebar {
        padding-left: 0 !important;
    }

    a.ut-flex-control {
        top: auto;
        bottom: 0 !important;
    }

    .ut-half-height {
        height: 100% !important;
    }

    .hero-inner {
        text-align: center !important;
    }

    .ut-split-content-left,
    .ut-split-content-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .member-photo-style-4-wrap .member-social {
        display: none;
    }

    .hero-holder.ut-split-hero {
        margin-top: 0 !important;
    }

    .light .ut-left-footer-area,
    .light .ut-right-footer-area {
        padding: 10px;
    }

    #ut-sitebody .lead {
        font-size: 1.125em;
        line-height: 150%;
        padding: 0 !important;
    }

    .page-title,
    .parallax-title,
    .section-title {
        font-size: 30px !important;
        line-height: 125% !important;
    }

    .parallax-header,
    .page-header,
    .section-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ut-count {
        font-size: 40px;
    }

    .ut-blog-list-content {
        padding-left: 10px;
    }

    .ut-blog-grid .entry-header,
    .ut-blog-layout-list .entry-header {
        margin-bottom: 0;
    }

    .ut-blog-grid .entry-meta,
    .ut-blog-layout-list .entry-meta {
        border-top: none;
        margin-top: 5px;
        padding-top: 0;
    }

    .ut-blog-grid .date-format,
    .ut-blog-layout-list .date-format {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }

    .ut-blog-layout-list .entry-meta.entry-meta-top {
        margin-bottom: 10px;
    }

    .single-post h1.entry-title {
        font-size: 30px !important;
    }
}

/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    html {
        border: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ha-header.bordered-navigation,
    .ha-header.bordered-navigation.ha-transparent {
        left: 0;
        width: 100%;
    }

    .grid-container .ha-header-perspective {
        padding: 0;
    }

    .ha-header-perspective {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header-section {
        line-height: 80px !important;
        padding: 0 !important;
    }

    .ha-header.bordered-top {
        top: 0;
    }

    .parallax-section {
        background-position: center center !important;
        background-repeat: repeat-y !important;
        /*background-attachment:fixed !important;*/
        background-size: cover !important;
    }

    #header-section.fullwidth {
        padding-left: 10px;
        padding-right: 10px;
    }

        #header-section.fullwidth.ut-flush {
            padding-left: 10px;
            padding-right: 10px;
        }

    .ut-flush-logo {
        padding-left: 10px;
    }

    .ut-flush-nav {
        padding-right: 10px;
    }

    .hero-title {
        font-size: 5em !important;
        line-height: 125% !important;
    }

    .ut-split-hero .hero-title {
        font-size: 3em !important;
        line-height: 125% !important;
    }

    .hero-description-bottom {
        font-size: 1.125em;
        letter-spacing: normal;
    }

    .portfolio-title {
        font-size: 0.857em !important;
    }

    .ut-tablet-overlay {
        padding: 50px 50px 50px;
    }

    .ut-left-tablet-button {
        margin-right: 0;
    }

    .hero-second-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    #ut-sitebody .lead {
        font-size: 1.125em;
        line-height: 150%;
        padding: 0 !important;
    }

    .parallax-header,
    .page-header,
    .section-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ut-count {
        font-size: 40px;
    }

    .ut-blog-grid .entry-header,
    .ut-blog-layout-list .entry-header {
        margin-bottom: 0;
    }

    .ut-blog-grid .entry-meta,
    .ut-blog-layout-list .entry-meta {
        border-top: none;
        margin-top: 5px;
        padding-top: 0;
    }

    .ut-blog-grid .date-format,
    .ut-blog-layout-list .date-format {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }

    .ut-blog-layout-list .entry-meta.entry-meta-top {
        margin-bottom: 10px;
    }

    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
        padding-left: 0;
    }

    #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
        padding-right: 0;
    }

        #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
        #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
            padding-bottom: 0;
            vertical-align: middle;
        }
}

/* #WPML
================================================== */

.menu-item-language img.iclflag {
    margin-right: 5px;
    vertical-align: middle !important;
}

/* #Rain
================================================== */

.hero canvas {
}

#ut-rain-background {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -2;
    overflow: hidden;
    max-width: none !important;
    visibility: hidden;
}

.hero-audio-holder {
    display: none;
    visibility: hidden;
}

.ut-audio-controlm {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-name: zoomIn;
}

/* #Canvas Animation Effect
================================================== */

#ut-animation-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: inherit;
}
/* Phone & Small Tablets */
@media screen and (max-width: 767px) {
    #ut-animation-canvas {
        display: none !important;
    }
}
/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #ut-animation-canvas {
        display: none !important;
    }
}

/* #Single Portfolio
================================================== */

.single-portfolio .ut-portfolio-info {
    font-weight: bold;
}

.dark .single-portfolio .ut-portfolio-info {
    color: #222222;
    font-weight: bold;
}

.single-portfolio .ut-portfolio-info span {
    color: #888888;
    font-weight: normal;
}

.ut-single-video iframe {
    height: 100%;
    position: relative;
    width: 100%;
}

.ut-project-sc {
    margin: 30px 0 20px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}

    .ut-project-sc.no-border {
        border: none !important;
    }

.light .ut-project-sc {
    border-color: #999999;
}

.ut-project-sc li {
    float: left;
    display: block;
    margin-right: 15px;
}

    .ut-project-sc li a {
        color: #999999;
    }

        .ut-project-sc li a:hover {
            color: #222222;
        }

.light .ut-project-sc li a:hover {
    color: #FFFFFF;
}

/* #Menu Table
================================================== */

.ut-table-menu-wrap {
}

.ut-table-menu-title {
    margin-bottom: 30px;
}

    .ut-table-menu-title span {
        background: #CF0A2C;
        color: #FFFFFF;
        display: inline-block;
        padding: 5px 10px;
        text-transform: uppercase;
    }

.ut-table-menu {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    font: 150%/100% Arial, Helvetica, sans-serif;
}

    .ut-table-menu .ut-table-menu-top {
        clear: both;
        margin: 0;
        padding: 0;
        position: relative;
        border-bottom: dotted 2px #999;
    }

    .ut-table-menu .ut-table-menu-bottom {
        display: block;
        font-size: 60%;
        margin-top: 15px;
        margin-bottom: 40px;
        color: #999999;
        text-transform: lowercase;
    }

    .ut-table-menu h6 {
        background: #fff;
        padding: 0 10px 0 0;
        font-size: 17px;
        font-weight: normal;
        position: absolute;
        margin: 0;
        bottom: -.3em;
        left: 0;
    }

    .ut-table-menu em {
        background: #fff;
        color: #CF0A2C;
        padding: 0 0 0 5px;
        font: 110%/100% Georgia, "Times New Roman", Times, serif;
        position: absolute;
        bottom: -.2em;
        right: 0;
    }

    .ut-table-menu sup {
        font-size: 60%;
        color: #CF0A2C;
        margin-left: 3px;
    }

/* #Edit Link
================================================== */

.edit-link {
    position: absolute;
    right: 50px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 2px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background: none;
}

    .edit-link a {
        color: #222222;
        -webkit-transition: 0.2s all linear;
        -webkit-animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: flash;
        -webkit-animation-iteration-count: infinite;
        -moz-transition: 0.2s all linear;
        animation-duration: 4s;
        animation-fill-mode: both;
        animation-name: flash;
        animation-iteration-count: infinite;
        transition: 0.2s all linear;
    }

        .edit-link a:hover,
        .edit-link a:focus,
        .edit-link a:active {
            color: #222222;
            opacity: 0.9;
            -webkit-animation: none;
            animation: none;
        }

#vc_load-inline-editor {
    display: block;
    color: inherit;
}

.ut-blog-mixed-grid .edit-link {
    position: inherit;
    padding: 0;
}

#ut-sitebody.blog .entry-meta .edit-link,
#ut-sitebody.archive .entry-meta .edit-link,
#ut-sitebody.single-post .entry-meta .edit-link {
    position: inherit !important;
    letter-spacing: 2px;
}

    #ut-sitebody.blog .entry-meta .edit-link a,
    #ut-sitebody.single-post .entry-meta .edit-link a {
        color: #222222;
    }

.comment-footer .edit-link {
    position: inherit;
}

    .comment-footer .edit-link a {
        color: #222222;
    }

/* #Navigation
================================================== */

#navigation ul ul ul {
    top: -2px;
}

#header-section.ut-header-has-border {
    border-bottom: 1px solid;
    border-color: rgb(255,255,255);
    border-color: rgba(255,255,255, 0.3);
}

#ut-sitebody #navigation ul.sub-menu {
    padding: 0;
}

    #ut-sitebody #navigation ul.sub-menu li:first-child {
        padding-top: 30px;
    }

    #ut-sitebody #navigation ul.sub-menu li:last-child {
        padding-bottom: 30px;
    }

/* #Side Navigation
================================================== */

#bklyn-sidenav-wrap {
    background: #1F2223;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 21%;
    z-index: 100;
}

.bklyn-sidenav-scroll {
    height: 100%;
    padding: 160px calc(19% + 17px) 32px 19%;
    overflow-x: hidden;
    width: calc(100% + 17px);
    z-index: 100;
}

.bklyn-sidenav-shadow {
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
}

#bklyn-sidenav-wrap h1 {
    margin: 0;
}

#bklyn-sidenav-wrap .side-site-logo {
    margin-bottom: 40px;
}

#bklyn-sidenav {
}

#bklyn-sidenav-search {
    margin-top: 80px;
    position: relative;
}

    #bklyn-sidenav-search .search-field {
        border-bottom: 1px dotted;
        border-top: none;
        border-right: none;
        border-left: none;
        padding: 0 0 10px 25px;
        width: auto;
    }

#bklyn-sidenav-wrap #bklyn-sidenav-search .search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#bklyn-sidenav-search .fa-search {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 10;
}

#bklyn-sidenav ul {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

    #bklyn-sidenav ul li {
        margin: 0;
        padding: 0 0 10px 15px;
        position: relative;
    }

        #bklyn-sidenav ul li::before {
            content: "\f105";
            font-family: "FontAwesome";
            font-style: normal;
            font-weight: normal;
            left: 0;
            position: absolute;
            top: 0;
        }

        #bklyn-sidenav ul li ul.sub-menu {
            font-weight: normal;
            margin: 0;
            padding: 10px 0 0 0;
            font-size: 12px;
        }

            #bklyn-sidenav ul li ul.sub-menu li:last-child {
                padding-bottom: 0;
            }

#bklyn-sidenav a {
    text-decoration: none;
    color: #777777;
    display: block;
}

    #bklyn-sidenav a:hover,
    #bklyn-sidenav a:focus,
    #bklyn-sidenav a:active {
        color: #FFFFFF;
    }

#bklyn-sidenav ul.sub-menu a {
    color: #b2b1a8;
}

#bklyn-sidenav-inner-wrap {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

#bklyn-sidenav-wrap ul.ut-sociallinks {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    border-top: 1px dotted #333333;
    padding-top: 10px;
}

#bklyn-sidenav-wrap .ut-sociallinks li {
    display: inline-block;
    margin: 0 20px 20px 0;
    text-align: center;
    width: 20px;
}

    #bklyn-sidenav-wrap .ut-sociallinks li:last-child {
        margin-right: 0;
    }

    #bklyn-sidenav-wrap .ut-sociallinks li a {
        color: #444444;
    }

        #bklyn-sidenav-wrap .ut-sociallinks li a:hover,
        #bklyn-sidenav-wrap .ut-sociallinks li a:focus,
        #bklyn-sidenav-wrap .ut-sociallinks li a:active {
            color: #FFFFFF;
        }

.bklyn-sidenav-table-top,
.bklyn-sidenav-table-mid,
.bklyn-sidenav-table-bot {
    display: table-row;
}

.bklyn-sidenav-table-top-inner {
    display: table-cell;
    vertical-align: top;
}

.bklyn-sidenav-table-mid-inner {
}

.bklyn-sidenav-table-bot-inner {
    display: table-cell;
    vertical-align: bottom;
}

.bklyn-sidenav-copyright {
    font-size: 0.6em;
}
