/*
* Custom Stylesheet
*/


/* ==========================================================================
/                                                                           /
/                              Table Of Contents                            /
/                                                                           /
=============================================================================

# Content Defaults
    ## UiKit Content Defaults

# Theme Defaults ( Main Container Widths and Styles )

# Header Styles 

# Nav Styles
    ## General Styles
    ## Level 1 Active State
    ## Level 1 Hover State
    ## Dropdown Styles
        ### Dropdown Active
        ### Dropdown Hover
    ## Mobile Menu
        ### Mobile Toggle Styles ( The actual hamburger icon )
            ### Mobile Menu Background (Mobile Menu Background and Link Styles)
            ### Mobile Menu Active
            ### Mobile Menu Hover
# Top A
    ## Widgetkit 2.0
        ## Dot Nav
        ## Slider Arrows

# Top B

# Top C

# Top D

# Top E

# Bottom A

# Bottom B

# Bottom C

# Bottom D

# Bottom E

# Main Top

# Main Bottom

# Sidebars

# Footer

# Fixed Widget

# Gravity Forms
    ## General Settings
        ## Field widths, sizes and borders
        ## Changes Browsers blue focus ring
        ## Form Button
        ## Google Captcha Responsive
        ## Confirmation and Error Message
        ## Gform Placeholder

# Responsive

# Pick 8 Features 
( Commented Out, If needed ad the widget from inactive widgets in wordpress 
and delete comments from this stylesheet and theme.js)
    ## Fixed Form
    ## Exit intent Popup
    ## Immediate Callback 

# Assorted Commented Out Code ( Katana Search, Katana Blog, Katana Testimonials)
( Commented Out, If needed ad the widget from inactive widgets in wordpress 
and delete comments from this stylesheet as well as in the theme.js file and theme.php)
    ## Katana Blog Feed 
    ## Katana Testimonials
    ## Unity Homepage Switcher
    ## Katan Style Search

*/

/* ===========================================================================
/                                                                            /
/                                                                            /
/=============================================================================

/* ==================================== /
/                                       /
/           Content Defaults            /
/                                       /
======================================= */

body, button, input, select, textarea {
    color: #000;
    font-family: 'Catamaran', sans-serif;
    font-size: 100%;
    line-height: 100%;
}
main.tm-content {
    padding: 50px 0px;
}


/*
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}
*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', serif;
    color: #343434;
    line-height: 1.5em;
    clear: both;
}

h1.uk-article-title {
    font-family: 'Oswald', serif;
    color: #343434;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
}

h1.uk-article-title:after {
    content: '';
    display: block;
    max-width: 450px;
    height: 2px;
    background: #1192eb;
    margin-top: 20px;
}

h3.uk-panel-title {
    font-family: 'Oswald', serif;
    color: #343434;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

p {
    font-family: 'Catamaran', sans-serif;
    color: #363636;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
}

li {
    font-family: 'Catamaran', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

em {
    font-family: 'Catamaran', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

a {
    font-family: 'Catamaran', sans-serif;
    color: #167ce6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
} 

/*--------------------------Content Request-------------------------*/
.line-small {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}

.line-medium {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.line-large {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}

.line-small span {
    width: 100%;
    display: inline-block;
}

.line-small span i {
    width: 20%;
    text-align: center;
}

.line-small span:before , .line-medium span:before , .line-large span:before {
    content: '';
    display: inline-block;
    max-width: 36%;
	width:100%;
    height: 2px;
    background: #2d2d2d;
    margin-right: 4%;
}

.line-small span:after , .line-medium span:after , .line-large span:after {
    content: '';
    display: inline-block;
    max-width: 36%;
	width:100%;
    height: 2px;
    background: #2d2d2d;
    margin-left: 4%;
}

.border-heading {
    border-left: 2px solid;
    padding-left: 16px;
}

.circle-image {
    border-radius: 50%;
}

.small-underline {
	position:relative;
}

.small-underline:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 75px;
    background: #2d2d2d;
    bottom: 0;
    left: 0;
}

.left-justify {
    text-align: left;
}

.right-justify {
    text-align: right;
}


/* UiKit Content Defaults ======================== */

ul.uk-check-list li {
    list-style: none;
}

ul.uk-check-list li:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
} 

ul.uk-check-list-square li {
    list-style: none;
}

ul.uk-check-list-square li:before {
    content: "\f046";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
}

ul.uk-list-no-dot {
    padding: 0;
    list-style: none;
}

ul.uk-list-no-dot li {
    line-height: 2;
}

main.tm-content .uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

main.tm-content .uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

main.tm-content .uk-panel-box-primary {
	padding: 15px;
    background-color: #b91616;
}

main.tm-content .uk-panel-box-primary p, main.tm-content .uk-panel-box-primary li, main.tm-content .uk-panel-box-primary em, main.tm-content .uk-panel-box-primary h3 {
    color: #fefffc;
}

main.tm-content .uk-panel-box-secondary {
	padding: 15px;
    background: #4f4f4f;
}

main.tm-content .uk-panel-box-secondary p, main.tm-content .uk-panel-box-secondary li, main.tm-content .uk-panel-box-secondary em, main.tm-content .uk-panel-box-secondary h3 {
    color: #fefffc;
}

main.tm-content .uk-panel-box {
    padding: 15px;
    color: #fefffc;
    background-color: #b91616;
}

main.tm-content .uk-panel-box p {
    color: #fefffc;
}

.uk-list-striped > li:nth-of-type(odd) {
    background-color: #b91616;
    color: #fefffc;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background-color: #b91616;
    color: #fefffc;
}

.uk-table-hover tbody tr:hover {
    background-color: #b91616;
    opacity: 0.8;
    color: #fefffc;
}

code {
    color: #000!important;
}

.alternate-list-margins {
    margin-top: 3px;
    margin-left: 25px;
}

.wrapper-content {
    margin: 20px 0;
}

.remove-top-margin {
    margin-top: 0px;
}

.remove-bottom-margin {
    margin-bottom: 0px;
}

.sublist-margins {
    margin-top: 3px;
    margin-left: 10px;
}

/* ==================================== /
/                                       /
/           Theme Defaults              /
/                                       /
======================================= */

.clear-both {
	clear: both;
}

.uk-container.uk-container-center {
    max-width: 1470px;
}

.uk-panel-box {
    padding: 0px;
    background: none;
    color: #444444;
}

.uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

.uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

/* ==================================== /
/                                       /
/           Header Styles               /
/                                       /
======================================= */

.tm-headerbar {
    margin: 15px 0px;
}

.tm-headerbar .uk-panel {
    max-width: inherit;
}

.logo-wrap {
    max-width: 20%;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.nav-wrap {
    max-width: 80%;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}

.header-wrap {
    font-size: 0;
    padding: 20px 0;
}

ul.uk-navbar-nav {
    float: none;
    display: inline-block;
}

/* ==================================== /
/                                       /
/              Nav Styles               /
/                                       /
======================================= */



/* Nav General Styles ===================== */

nav.tm-navbar.uk-navbar {
    margin: 0px;
    background: none;
    line-height: 1;
}

/* Nav text styling */

.uk-navbar-nav > li > a {
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    color: #262626;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

/* Level 1 Active State */

.uk-navbar-nav > li.uk-active > a {
    background-color: transparent;
    color: #1292eb;
    border-radius: 0px;
}

/* Level 1 Hover State */

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
    color: #1292eb;
    border-radius: 0px;
}

/* Dropdown Styles */

.uk-dropdown-navbar {
    margin-top: 0;
    color: #fff;
    opacity: 0.9;
    background:#2d2d2d;
}

.uk-dropdown .uk-nav {
    margin: 0;
}

.uk-nav-navbar > li > a {
    color: #fff;
}

/* Dropdown Active and Hover */

.uk-nav-navbar > li.uk-active > a {
    background: none;
	color: #1292eb;
}

/* Dropdown Hover */

.uk-nav-navbar > li:hover > a, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li.uk-open > a {
    background: none;
	color: #1292eb;
}

/* Mobile Menu ==================================================================== */

/* Mobile Toggle Styles ==================== */

/* Toggle Color */
.uk-navbar-toggle {
	color: #fff;
}

/* Toggle Hover */

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #1292eb;
}

/* Mobile Menu Background ================== */

.uk-offcanvas-bar {
    width: 270px;
    max-width: 100%;
    background: #404040;
}

/* Mobile Menu level 1 font styling */

.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 10px 15px;
}

/* Mobile Menu Level 2 font styling */

.uk-nav-offcanvas ul a {
    color: #fff;
}

/* Mobile Menu Active ================== */

/* Level 1 Active */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1292eb;
    color: #ffffff;
}

/* Level 2 Active */

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #1292eb;
}

/* Mobile Menu Hover ================== */

/* Level 1 Hover */

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #1292eb;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
}

/* Level 2 Hover */

html:not(.uk-touch) .uk-nav-offcanvas ul a:active {
    color: #1292eb;
}

/* ==================================== /
/                                       /
/                Top A                  /
/                                       /
======================================= */

.content-hero {
    background: url(/wp-content/uploads/2017/07/Content-Hero.jpg);
    height: 175px;
    background-size: cover;
    background-position: center;
}

.hero-img {
    background: url(/wp-content/uploads/2017/10/Hero2.jpg);
    height: 675px;
    background-position: right;
}

.hero-wrap {
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(73, 71, 67, 0.00);
}

/* ==================================== /
/                                       /
/                Top B                  /
/                                       /
======================================= */
.top-b-wrap {
    padding: 70px 0;
    text-align: center;
}

.mini-feat-top h3 {
    border: 1px solid #979797;
    background-color: #fff;
    margin: 0;
    padding: 10px;
}

.mini-feat-top:hover h3 {
    background-color: #cbe8fb;
}

a.mini-feat p {
    font-size: 20px;
}
/* ==================================== /
/                                       /
/                Top C                  /
/                                       /
======================================= */
.width-20 {
    max-width: 20%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    box-sizing: border-box;
}

.width-80 {
    max-width: 80%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.home-content-wrap {
    font-size: 0;
}

.home-content-wrap p {
    color: #191919;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.14px;
    line-height: 30px;
}

.top-c-wrap {
    padding: 70px 0;
}
/* ==================================== /
/                                       /
/                Top D                  /
/                                       /
======================================= */
.top-d-wrap {
    background: url(/wp-content/uploads/2017/07/instagram-BG.jpg);
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.instagram-header h3 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.instagram-header i {
    font-size: 40px;
    color: #fff;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
}

.instagram-header {
    text-align: center;
}

.sbi_header_text h3 {
    color: #fff;
}

a.sbi_header_link {
    margin: 0 auto;
    float: none!important;
    display: block!important;
    max-width: 900px;
}

body #sb_instagram .sbi_header_text p.sbi_bio {
    color: #fff;
    padding: 10px 0!important;
    display: inline-block;
}
/* ==================================== /
/                                       /
/                Top E                  /
/                                       /
======================================= */
.museum-wrap {
    font-size: 0;
}

.museum-wrap .width-40 {
    max-width: 40%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/uploads/2017/07/texture-image.jpg);
    position: relative;
    border: 10px solid #fff;
    border-left: none;
    box-sizing: border-box;
    border-top: none;
}

.museum-wrap .width-60 {
    max-width: 60%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: url(/wp-content/uploads/2017/07/BG-musuem-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-right: 10px solid #fff;
    box-sizing: border-box;
}

.museum-wrap .width-60 img{
	visibility: hidden;
}

.museum-wrap p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.rock-texture-bg {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    top: 40%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-right: 70px;
}

.rock-texture-bg img {
    padding-bottom: 20px;
}

.top-e-wrap .learn-more-yellow {
    margin-top: 20px;
}

a.learn-more-yellow {
    border-radius: 7px;
    border: 2px solid #ffbb06;
    background-color: #fefdcd;
    color: #161616;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 150px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
	text-align: center;
}

/* ==================================== /
/                                       /
/              Bottom A                 /
/                                       /
======================================= */
.space-rental-content hr , .top-c-wrap hr {
    border-top: 2px solid #4ea5ee;
    max-width: 300px;
}

.space-rental-wrap .width-38 {
    background: url(/wp-content/uploads/2017/07/space-rental-images.jpg);
    background-size: cover;
}

.space-rental-wrap .width-38 {
    max-width: 38%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.space-rental-wrap .width-62 {
    max-width: 62%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bottom-a-wrap {
    font-size: 0;
    border-top: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
}

.space-rental-wrap p {
	color: #151515;
	font-size: 18px;
	font-weight: 400;
	
}

.space-rental-content {
    padding: 7% 60px;
    max-width: 900px;
}

.space-rental-content h3 {
    color: #151515;
    font-size: 36px;
}
/* ==================================== /
/                                       /
/              Bottom B                 /
/                                       /
======================================= */
.bottom-b-wrap {
    padding: 40px 0;
    text-align: center;
}
.operation-wrap h3 {
    font-size: 48px;
    letter-spacing: 0.49px;
    text-transform: uppercase;  
    color: #2e2e2e;
    font-weight: 400; 
}

.operation-wrap h3 span.blue {
    color: #4ea5ee;
    font-weight: 600;
}

a.learn-more {
    border: 4px solid #5db5f2;
    background-color: #e5e5e5;
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.14px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
}

.operation-wrap .width-70 {
    max-width: 70%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    box-sizing: border-box;
}

.operation-wrap .width-30 {
    max-width: 30%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.operation-wrap p {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin: 0;
}
.operation-wrap {
    font-size: 0;
}
/* ==================================== /
/                                       /
/              Bottom C                 /
/                                       /
======================================= */
.bottom-c-wrap {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

span.view-map {
    visibility: hidden;
    font-family: 'Libre Baskerville', serif;
    background: #ffd657;
    color: #2d2d2d;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    padding: 16px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    box-shadow: 0px 0px 5px #646464;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.overlay:hover {
    background: rgba(255, 255, 255, 0.47);
}

.overlay:hover span.view-map  {
	visibility: visible;	
}

/* ==================================== /
/                                       /
/              Bottom D                 /
/                                       /
======================================= */

.bottom-d-wrap  ::-webkit-input-placeholder {
    color: #fff;
} 

.bottom-d-wrap  :-moz-placeholder {
    color: #fff;
}

.bottom-d-wrap ::-moz-placeholder {
    color: #fff;
}

.bottom-d-wrap  :-ms-input-placeholder {
    color: #fff;
}

.cff-post-links a {
    color: #d5c399!important;
}

.bottom-d-wrap .uk-width-1-3 {
    padding: 0;
}
.bottom-d-wrap {
    padding: 60px 0;
    background-color: #444444;
    position: relative;
    z-index: 9999;
}

ul#gform_fields_2 li:first-of-type .ginput_container {
    margin-top:0;
    
}

body .bottom-d-wrap .standard-side-form-inline-left .gform_wrapper li.gf_right_50 {
    max-width: 100%!important;
}

.bottom-d-wrap h3 {
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

 .bottom-d-wrap .uk-slidenav-position {
    position: relative;
    box-sizing: border-box;
    padding: 0;
}

.bottom-d-wrap .uk-width-1-1:nth-child(even) h3 {
    text-align: center;
}

.bottom-d-wrap .uk-width-1-1:nth-child(even) h3:after {
    content: '';
    display: block;
    max-width: 200px;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 30px auto 0;
}


.bottom-d-wrap h3:after {
    content: '';
    display: block;
    max-width: 200px;
    width: 100%;
    height: 1px;
    background: #9c9c9c;
    margin-top: 12px;
}

.bottom-d-wrap .uk-width-1-1 {
    padding: 0;
}

section.tm-bottom-d.uk-grid {
    margin: 0;
    display: inline-block!important;
    width: 100%;
}

.bottom-d-wrap .uk-width-1-1:nth-child(odd) {
    max-width: 30%;
    width:100%;
}



.bottom-d-wrap .uk-width-1-3:nth-child(even) {

    border-right:1px solid #686868;
    border-left:1px solid #686868;
}


.bottom-d-wrap .testimonials p {
    letter-spacing: 0.2px;
    line-height: 1.5;
    color: #fff;
	font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.bottom-d-wrap  p.author {
    background: none;
    text-align: right;
    padding: 0;
    margin: 20px 0;
    color:#fff;
}

.bottom-d-wrap .widget_text {
    padding: 0 60px;
    box-sizing: border-box;
}
.footer-location {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.footer-location ul {
    padding: 0;
    margin: 0;
}

.bottom-d-wrap p {
	font-family: 'Catamaran', sans-serif;
    text-align: left;
	color: #dcdcdc;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.footer-location li:first-of-type {
    margin-top: 0;
}

.bottom-d-wrap .read-more {
    margin: 0;
}

.footer-location li {
    color: #fff;
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    margin: 5px 0;
}

.footer-location span {
    height: 35px;
    width: 20px;
    float: left;
    clear: both;
    padding-right: 10px;
    text-align: left;
    color: #fff;
}

.affiliations-wrap {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;

    text-justify: distribute-all-lines;
}

.affiliation {
    display: inline-block;
    font-size: 0;
    width: 100%;
}

.affiliation-space {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

ul.uk-nav.uk-nav-parent-icon.uk-nav-side li a {
    color: #fff;
    padding-left: 0;
}

.uk-nav-side > li > a:hover {
    background: transparent;
    outline: none;
    color: #a9a9a9!important;
}

.uk-nav-side > li.uk-active > a {
    background: #333f56;
    color: #ffffff;
    padding-left: 10px!important;
    max-width: 200px;
}

.social-wrap {
    margin-top: 20px;
    margin-left: 30px;
}
.social-wrap a {
    color: #e3e3e3;
    font-size: 30px;
    padding: 0px 5px;
}

.social-wrap a:hover {
	opacity:.8;
}

#cff.cff-default-styles a {
    text-decoration: none;
    color: #d5c399;
}


body .bottom-d-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
    background: transparent;
    margin: 0!important;
    padding: 3px 4px!important;
    color: #fff!important;
}

body .bottom-d-wrap  .gform_wrapper textarea.medium {
    height: 120px;
    width: 100%;
    background: #323232;
}

.bottom-d-wrap .uk-width-1-3:nth-child(even) {
    border-right: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    padding: 0;
}

body .bottom-d-wrap .gform_wrapper textarea.small {
    border: 1px solid #9c9c9c;
    background: transparent;
}

body .bottom-d-wrap .gform_wrapper .top_label input.large, body .bottom-d-wrap .gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #9c9c9c;
}

ul.area-served li {
    color: #fff;
}

ul.area-served li a {
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}


.bottom-d-wrap ul {
    margin: 0;
    padding: 0;
}

.bottom-d-wrap ul li {
    list-style-type: none;
    padding: 5px 0;
}

.bottom-d-wrap ul li a {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.44px; 
    color: #dcdcdc; 
}

.bottom-d-wrap ul li a:hover {
    color: #fdb309;
}
/* ==================================== /
/                                       /
/              Bottom E                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Main Top               /
/                                       /
======================================= */

/* Page builder fixes */

@media (min-width: 781px) {
.pb-vertical-align > .panel-grid-cell {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
}

/* ==================================== /
/                                       /
/             Main Bottom               /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Footer                   /
/                                       /
======================================= */
span.small {
    width: 100%;
    font-size: 12px;
    margin-left: 30px;
}
.footer-wrap {
    background: #5db5f2;
}
footer.tm-footer {
    margin: 16px 0;
}



p.copy-text {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    vertical-align: bottom;
}

/* Changes Browsers blue focus ring ========================== */

/*
input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, textarea#input_1_5:focus { 
    outline: none;
    box-shadow: 0 0 10px #df9eed;
}
*/


/* Gform Placeholder ======================== */

.tm-contact-form ::-webkit-input-placeholder {
    color:  #4d4e4e;
} 

.tm-contact-form :-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form ::-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form :-ms-input-placeholder {
    color:  #4d4e4e;
}


/* ==================================== /
/                                       /
/            Responsive                 /
/                                       /
======================================= */


@media (max-width: 1200px) {
	.uk-navbar-nav > li > a {
    padding: 0 15px;

}
	.hero-img {
    background: url(/wp-content/uploads/2017/07/Hero.jpg);
    height: initial;
    padding-top: 34%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
		.bottom-d-wrap .uk-width-1-3 {
    max-width: 50%;
    width: 100%;
}
	.bottom-d-wrap .uk-width-1-3:nth-child(even) {
    border-right: none;
}
	
	.bottom-d-wrap .uk-width-1-3:last-of-type {
    max-width: 100%;
    text-align: center;
}
	
	.bottom-d-wrap .uk-width-1-3:last-of-type h3:after {
    margin: 12px auto 0;
}
    
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

@media (min-width: 1051px) {
}


@media (max-width: 1050px) {
	.top-c-wrap {
    background: #f6f6f6;
}
	.top-b-wrap, .top-c-wrap {
    padding: 40px 0;
}
	
	
	.logo-wrap {
    vertical-align: text-bottom;
}
.uk-navbar-nav > li > a {
    font-size: 14px;
    padding: 0 10px;
}
	.top-b-wrap .uk-width-medium-1-4 {
    width: 50%;
}
	.mini-feat-top img {
    width: 100%;
}
	a.mini-feat p {
    font-size: 17px;
}
.museum-wrap .width-40 {
    max-width: 100%;
    background-size: 110% 100%;
    border-right: none;
    border-bottom: none;
    padding: 60px 0;
}
	.museum-wrap .width-60 {
    max-width: 100%;
}
	.rock-texture-bg {
    max-width: 100%;
}
		.bottom-d-wrap .widget_text {
    padding: 0 40px;
    box-sizing: border-box;
}
	.space-rental-content {
    padding: 20px;
}
}


/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) {
    img.float-right.mobile {
    display: none;
}
}

/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
    img.float-right.mobile {
    float: left;
    padding: 0 20px 20px 0;
}
	.width-20 {
    display: none;
}
	.space-rental-wrap .width-38 , .space-rental-wrap .width-62 {
    max-width: 50%;
}
	.width-80 {
    max-width: 100%;
}
}


/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

@media (min-width: 768px) {
}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {
	.rock-texture-bg {
    position: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}
	.top-c-wrap {
    padding: 40px 0;
    background: #f6f6f6;
}
	.home-content-wrap h1 {
    font-size: 30px;
}
	.header-wrap {
    padding: 20px 0;
    position: relative;
}
	.nav-wrap {
    max-width: 100%;
}

.header-wrap .uk-container {
    padding: 0;
}
	.top-b-wrap .uk-width-medium-1-4 {
    width: 100%;
}
	
	a.mini-feat {
    max-width: 500px;
    width: 100%;
    display: inline-block;
}
	
	.space-rental-wrap .width-38 {
    background: url(/wp-content/uploads/2017/07/space-rental-images.jpg);
    background-size: cover;
    height: 250px!important;
    background-position: center;
}
	.space-rental-wrap .width-38, .space-rental-wrap .width-62 {
    max-width: 100%;
		text-align: center;
}
	.operation-wrap .width-70 {
    max-width: 100%;
}
	.operation-wrap p {
    margin-bottom: 20px;
    text-align: center;
}
	.operation-wrap h3 {
    font-size: 30px;
    text-align: center;
}
	.operation-wrap .width-30 {
    max-width: 100%;
    text-align: center;
}
	.affiliation {
    max-width: 230px;
    margin: 0 auto;
    display: block;
}
	.bottom-d-wrap p {
    text-align: center;
}
	
		.bottom-d-wrap h3 {
    text-align: center;
}
	.bottom-d-wrap h3:after {
    margin: 12px auto 0;
}
	.bottom-d-wrap .uk-width-1-3 {
    max-width: 100%;
}
	.bottom-d-wrap .widget_text {
    padding: 0 20px;
}
		.bottom-d-wrap .uk-width-1-3:nth-child(even) {
    border-left: none;
}

    ul.uk-nav.uk-nav-offcanvas li.uk-parent a:after {
        content: '\f107';
        font-family: FontAwesome;
        float: right;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .125s ease-in-out;
    }

    ul.uk-nav li.uk-parent.mobile-drop a:after {
        font-family: FontAwesome;
        content: '\f107';
        transform: rotate(180deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .125s ease-in-out;
    }

    ul.uk-nav.uk-nav-offcanvas li.uk-parent .uk-nav-sub li a:after {
        display:none;
    }

    ul.uk-nav.uk-nav-offcanvas li.uk-parent .uk-nav-sub {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        max-height: 0;
    }

    ul.uk-nav.uk-nav-offcanvas li.mobile-drop .uk-nav-sub {
        opacity: 1;
        visibility: visible;
        line-height: 1;
        max-height: 500px;
    }

    .toggle-wrap {
        display: block;
        clear: left;
        width: 100%;
        overflow: hidden;
    }
    
    .tm-navbar {
        margin: 0px;
        border: none;
    }
    
    nav.tm-navbar.uk-navbar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
        height: auto;
    }
    
    .uk-navbar-center {
        max-width: 100%;
    }
    
    a.tm-logo-small img {
        max-width: 100%;
        text-align: center;
    }

	a.uk-navbar-toggle.uk-visible-small {
		width: 32px;
		height: 32px;
		margin: 0px 10px;
		display: block;
		padding: 0;
		text-align: center;
		float: none;
		color: #1292eb;
		position: absolute;
		top: 0;
		left: 0;
	}

    
    main.tm-content {
        padding: 15px;
    }

    
    .tm-contact-form .gform_wrapper textarea.large {
        width: 100%;
    }
    
    .tm-contact-form .gform_wrapper .gform_footer {
        position: inherit;
        text-align: center;
    }
    
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        margin: 0;
        width: 100%;
    }
    
    .tm-contact-form input#gform_submit_button_1 {
        width: 250px;
    }

    .alignleft, .alignright {
        width: 100%;
        float: none;
        margin: 0;
    }

    .uk-slidenav-position .uk-slidenav-previous, .uk-slidenav-position .uk-slidenav-next {
        display: none!important;
    }

    .uk-overlay-panel {
        display: none;
    }

    
}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 767px) {
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {
    img.float-right.mobile {
    max-width: 150px;
}
    .hero-caption h2 {
    font-size: 24px;
    line-height: 26px;
}
a.menu-button {
    font-size: 20px;
}

    .tm-contact-form input#gform_submit_button_1 {
        width: 230px;
    }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 


}



/* ==========================================================================
/                                                                           /
/                             Affiliations                                  /
/                                                                           /
===========================================================================*/

.affiliations .uk-slidenav-position {
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}

.affiliations h3 {
    display: none;
}

.affiliations .uk-text-center.uk-panel-teaser {
    margin: 0;
}

.affiliations.affiliations-caret .uk-slidenav-previous:before {
    content: "\f0d9";
}
.affiliations.affiliations-caret .uk-slidenav-next:before {
    content: "\f0da";
}

.affiliations .uk-slidenav-position .uk-slidenav-next , .affiliations .uk-slidenav-position .uk-slidenav-previous {
    color: #a9a9a9;
}

.affiliations .uk-slidenav:hover, .affiliations .uk-slidenav:focus {
    color: #2d2d2d;
}

/* ==========================================================================
/                                                                           /
/                             Testimonials                                  /
/                                                                           /
===========================================================================*/


.testimonial-dot .uk-slidenav-previous, .testimonial-dot .uk-slidenav-next, .testimonial-50-background-dark .uk-slidenav-previous, .testimonial-50-background-dark .uk-slidenav-next {
    display:none !important;
}

.testimonial-50 .uk-dotnav, .testimonial-50-background-dark .uk-dotnav ,  .testimonial-50-background-light .uk-dotnav , .testimonial-arrow .uk-dotnav {
    display:none !important;
}

.testimonials.testimonial-50-background-dark h3:after , .testimonial-50 h3:after , .testimonial-50-background-light h3:after{
    display: none !important;
}

.testimonial-50  .uk-slidenav-position .uk-slidenav {
    top: 40%;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 0px;
    color: #363636;
    width: 50px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 0px;
    color: #363636;
    width: 70px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
}

.uk-slidenav:hover , .uk-slidenav:focus{
     color: rgba(119, 119, 119, 0.7);
}


.uk-slidenav-position {
    position: relative;
    box-sizing: border-box;
    padding: 0 60px;
}

.uk-modal-dialog-lightbox.uk-slidenav-position {
    padding: 0;
}

.uk-slidenav-previous:before {
    font-size: 75px;
    padding: 50px 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    top: 50%;
}

.uk-slidenav-next:before  {
    font-size: 75px;
    padding: 50px 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    top: 50%;
}

/*----------------Testimonial DotNav ----------------------*/

.uk-dotnav > *.uk-active > * {
    background: rgba(144, 144, 144, 0.9);
}

.uk-dotnav > * > * {
    background: rgba(115, 115, 115, 0.2);
}

.uk-dotnav > * > *:hover, .uk-dotnav > * > *:focus {
    background: rgba(119, 119, 119, 0.5);
}

/*------------------Testimonial Widget ------------------*/

.testimonials {
    text-align:center;
}

.testimonials h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 36px;
    margin: 0;
    color: #363636;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-50-background-dark h3 , .testimonial-50 h3 , .testimonial-50-background-light h3{
    margin-bottom: 20px;
}

.testimonials h3:after {
    content: '';
    display: block;
    max-width: 200px;
    width: 100%;
    height: 3px;
    margin: 20px auto;
    background: #b3b3b3;
}

.testimonials p {
    color: #363636;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin: 25px 0;
}

.testimonials .uk-overlay-panel {
    padding: 0;
}


/*------------------Testimonial 50 Background------------------*/

.testimonial-50-background-dark .uk-panel h3, .testimonial-50 .uk-panel h3 , .testimonial-50-background-light .uk-panel h3 {
    display: none;
}

.testimonial-50-background-dark.uk-dotnav {
    display: none;
}

.testimonial-50-background-dark p {
    background-color: #727272;
    padding: 32px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    position: relative;
}

.testimonial-50 p.author {
    font-weight: 600;
}

.testimonial-50 p  {
    text-align: left;
    position: relative;
}

.testimonial-50-background-dark p.testimonial-triangle:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #727272;
    transform: rotate(180deg);
    bottom: -30px;
    left: 24px;
    color:transparent;
}

.testimonial-50-background-dark p.testimonial-triangle:before {
    top: 9px;
    border-color: transparent transparent transparent #a00;
    border-width: 11px;
}

p.author {
    background: none;
    color: #2d2d2d;
    text-align: left;
    padding: 0;
    margin: 40px 0;
}

/*--------------------- Testimonial-50-background-light ---------------------*/

.testimonial-50-background-light .testimonial-wrap {
    background-color: #727272;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.testimonial-wrap p {
    margin: 0;
    color:#fff;
}

.testimonial-wrap .author {
    margin-top: 20px;
    font-weight: 600;
}

@media (max-width: 959px) {
.testimonials .uk-grid-width-medium-1-2 > * {
    width: 100%;
}
}

/*-------------------------Side-Testimonial -----------------------*/
.side-testimonial-wrap p {
    margin-top: 0;
}

.side-testimonial-50 {
    max-width: 500px;
    width: 100%;
    background: #555555;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto;
}

.side-testimonial {
    background: #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
}

 .side-testimonial-split {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.side-testimonial-wrap .author {
    margin-bottom: 0;
    margin-top: 20px;
}


.side-testimonial.side-testimonial-split{
    background: none;
    padding: inherit;
    box-sizing: inherit;
}

.side-testimonial-split .side-testimonial-wrap {
    background: #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.side-testimonial-split li:first-of-type .side-testimonial-wrap {
    margin-bottom: 32px;
}

.side-testimonial-50 p.testimonial-triangle , .side-testimonial p.testimonial-triangle , .side-testimonial-split p.testimonial-triangle {
    margin: 0;
}

.side-testimonial-50 .uk-slideset li , .side-testimonial .uk-slideset li ,  .side-testimonial-split .uk-slideset li {
    padding: 0;
    width: 100%;
}

.side-testimonial-50 .uk-margin , .side-testimonial .uk-margin , .side-testimonial-split .uk-margin {
    margin: 0;
}

.side-testimonial-50 .uk-slideset.uk-grid , .side-testimonial .uk-slideset.uk-grid , .side-testimonial-split .uk-slideset.uk-grid  {
    margin: 0;
}

.side-testimonial-50 h3 , .side-testimonial-split h3 , .side-testimonial h3 {
    display: none;
}

.side-testimonial-50 p, .side-testimonial-split p {
    text-align: left!important;
}

.testimonials.side-testimonial-50 .uk-slidenav-position , .side-testimonial .uk-slidenav-position ,  .side-testimonial-split .uk-slidenav-position{
    padding: 0;
    margin: 0;
}

.testimonials.side-testimonial-50 .uk-slidenav-position ul , .side-testimonial-split .uk-slidenav-position ul{
    margin: 0;
}

.side-testimonial-50 .uk-slidenav-position:hover .uk-slidenav , .side-testimonial-split .uk-slidenav-position:hover  .uk-slidenav , .side-testimonial .uk-slidenav-position:hover  .uk-slidenav {
    display: none;
}

.side-testimonial-50 .uk-dotnav ,  .side-testimonial .uk-dotnav, .side-testimonial-split .uk-dotnav{
    display: none;
}

.side-testimonial-50 .uk-dotnav, .side-testimonial .uk-dotnav, .side-testimonial-split .uk-dotnav {
    margin: 10px 0;
}

.side-testimonial {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.side-testimonial-split .side-testimonial .author {
    text-align: left;
}

.side-testimonial .author {
    text-align: right;
}

.side-testimonial-background .side-testimonial-wrap {
    padding: 32px;
    background: #fbfbfb;
    border: 1px solid #b9b9b9;
}

.testimonials.side-testimonial.side-testimonial-background .uk-dotnav , .testimonials.side-testimonial.side-testimonial-dotnav .uk-dotnav{
    display: inline-block;
}



/* ==================================== /
/                                       /
/           Gravity Forms               /
/                                       /
======================================= */


/* ==================================================
/                                                   /
/                       Error                       /
/                                                   /
====================================================*/

body .gform_wrapper .validation_message {
    display: none;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit;
    margin-bottom: inherit;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: inherit;
    box-sizing: border-box;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    border: 2px solid #790000!important;
    padding: 9px!important;
}

.gform_wrapper div.validation_error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* ==========================================================================
/                                                                           /
/                           Table Of Contents                               /
/                        gf_left_50  gf_right_50                            /
/                                                                           /
===========================================================================*/
body .gform_wrapper .gform_body {
    width: inherit!important;
}

body section.tm-contact-form.uk-grid {
    padding-bottom: 20px;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
}

body span.gform_description {
    display: none !important;
}

body .html-container {
    display: none;
}

body textarea.html-viewer {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 50px;
    height: auto;
    background: #f5f5f5;
    font-size: 16px;
    padding: 16px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
    padding: 0 !important;
    font-size: 0;
}

body .gform_wrapper select, body .gform_wrapper textarea {
    font-size: 16px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
}

.clear-both {
    clear: both;
}

body .gform_wrapper {
    max-width: 100%;
}

body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .gform_wrapper textarea.small {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper h3.gform_title {
    margin: 0;
}

body .gform_wrapper .gform_heading {
    margin-bottom: 0;
}

body .gform_heading {
    color: #797979;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

body .gform_wrapper .gsection .gfield_label, body .gform_wrapper h2.gsection_title, body .gform_wrapper h3.gform_title {
    font-weight: 500;
    color: #797979;
    margin-bottom: 10px;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 20px;
}

body .standard-side-form .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-small .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-right .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-left .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 15px;
}

body .gform_wrapper input[type=email],.gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url] {
    text-indent: inherit;
    padding: 10px !important;
    box-sizing: border-box;
}

body .gform_wrapper textarea {
    padding: 10px;
}

body input#gform_submit_button_1 , body input#gform_submit_button_2 {
    height: 76px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
	background-color: #5db5f2;
    border: none;
}

body input#gform_submit_button_1:hover , body input#gform_submit_button_2:hover {
    background-color: #a7a7a7;
    cursor: pointer;
}

body .gform_wrapper .gform_heading {
    width: 100%;
}

body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 20px 0 0;
}

body .standard-side-form .gform_wrapper .gform_footer, body .standard-side-form-small .gform_wrapper .gform_footer, body .standard-side-form-inline-right .gform_wrapper .gform_footer, body .standard-side-form-inline-left .gform_wrapper .gform_footer {
    padding: 0;
    margin: 15px 0 0;
}

body .g-recaptcha > div div {
    float: left;
    max-height: 78px;
}

/*------ Standard-Form | Standard-Form-Small -----*/
body .standard-form .gform_wrapper form, body .standard-form-small .gform_wrapper form {
    max-width: 675px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*------ Side-Form -----*/
body .standard-side-form .gf_left_50, body .standard-side-form .gform_wrapper li.gf_right_50, body .standard-side-form-inline-right .gf_left_50, body .standard-side-form-inline-right .gform_wrapper li.gf_right_50, body .standard-side-form-inline-left .gf_left_50, body .standard-side-form-inline-left .gform_wrapper li.gf_right_50, body .standard-side-form-small .gf_left_50, body .standard-side-form-small .gform_wrapper li.gf_right_50 {
    max-width: 100%;
    margin: 0 !important;
}

body .standard-side-form,.standard-side-form-small {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
}

body .standard-side-form-inline-right, body .standard-side-form-inline-left {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
}

body .standard-side-form input#gform_submit_button_1 {
    height: 55px;
}

body .standard-side-form-small input#gform_submit_button_1 {
    max-width: 225px;
    margin: 0 auto;
    display: block;
    height: 55px;
}

/*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
body .standard-form-small-right, body .standard-form-small-left {
    max-width: 510px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .gf_left_50, body .standard-form-small-left .gf_left_50 {
        max-width: 48.5%;
        margin-right: 1.5%;
    }

    body .standard-form-small-right .gform_wrapper li.gf_right_50, body .standard-form-small-left .gform_wrapper li.gf_right_50 {
        max-width: 48.5%;
        margin-left: 1.5% !important;
    }

    body .standard-form-small-right h3 {
        text-align: right;
    }

    body .standard-form-small-left h3 {
        text-align: left;
    }

    /*------Standard Form-----*/
    body .gf_left_50 , body .standard-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_left_50 {
        max-width: 49%!important;
        width: 100%;
        display: inline-block;
        margin-right: 1%;
    }

    body .gform_wrapper li.gf_right_50 , body .standard-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_right_50 {
        display: inline-block;
        max-width: 49% !important;
        width: 100%;
        margin-left: 1% !important;
    }

    body .standard-form .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin-right: 1%;
        overflow: hidden;
    }

body .standard-form.form-label .g-recaptcha {
    width: 100%;
    float: none;
    margin: auto;
    overflow: hidden;
    display: block;
    max-width: 300px;
}

body .standard-form.form-label .g-recaptcha div {
    margin: 0 auto;
}

    body .standard-form .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 53%;
        width: 100%;
        margin-left: 1%;
    }

    /*------ Standard-Form-Small -----*/
    body .standard-form-small .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin: 0 1% 0 4%;
        overflow: hidden;
    }

    body .standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 45%;
        width: 100%;
        margin: 0 4% 0 1%;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .g-recaptcha, body .standard-form-small-left .g-recaptcha {
        max-width: 60%;
        width: 100%;
        float: left;
        overflow: hidden;

        margin-right: 1%;
    }

    body .standard-form-small-right .gform_wrapper .gform_footer, body .standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 38%;
        width: 100%;
        margin-left: 1%;
    }

    /*---------------------SIDE-FORM-INLINE-------------------------*/
    body .standard-side-form-inline-right .g-recaptcha {
        max-width: 74%;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-right: 1.5%;
    }

    body .standard-side-form-inline-right .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 23%;
        width: 100%;
        margin-left: 1.5%;
        clear: inherit;
    }

    body .standard-side-form-inline-left .g-recaptcha {
        max-width: 74%;
        float: right;
        width: 100%;
        overflow: hidden;
        margin-left: 1.5%;
    }

    body .standard-side-form-inline-left .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 23%;
        width: 100%;
        margin-right: 1.5%;
        clear: inherit;
    }
}

@media (max-width: 767px) {
    /*------Standard Form | Standard Form Small-----*/
    body .gf_left_50 {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        margin-right: 0;
    }

    body .gform_wrapper li.gf_right_50 {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
    }

body .standard-form .g-recaptcha, body .standard-form-small .g-recaptcha {
    max-width: 300px;
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block;
}

    body .standard-form .gform_wrapper .gform_footer, body .standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    body .g-recaptcha div {
    margin: 0 auto;
    max-width: 300px;
}

    body .g-recaptcha {
        max-height: 77px;
        overflow: hidden;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .g-recaptcha, body .standard-form-small-left .g-recaptcha {
        text-align: center;
    }

    body .standard-form-small-right .gform_wrapper .gform_footer, body .standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
}

/*---------------------LABEL ON GF-------------------------*/

body .standard-form.form-label label {
    display: block!important;
    color: #4f4f4f;
    font-weight: 600;
    font-size: 16px!important;
    padding: 5px 0;
}

body .standard-form.form-label input , body .standard-form.form-label select , body .standard-form.form-label textarea {
    border: 1px solid #d9d9d9!important;
}

body .standard-form.form-label select {
    height: 45px;

}

body .standard-form.form-label .gform_wrapper label.gfield_label+div.ginput_container {
    margin:0;
}


body .gform_wrapper ul.gform_fields {
    font-size: 0;
}

body .standard-form.form-label {
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
}

body .standard-form.form-label form {
    max-width: 100%;
}

body .form-label .gform_button.button:hover {
    opacity:.8;
    cursor:pointer;
}

body .form-label .gform_button.button {
    background: #536593;
    background: #00256a;
    border: 1px solid #00256a;
    color: #fff;
    font-family: lato;
    margin: 20px auto!important;
    display: block;
    max-width: 150px;
    width: 100%;
    padding: .25em 1em;
}

body .standard-form.form-label .gform_footer {
    max-width: 100%;
}

.g-recaptcha {
    border-radius: 5px;
    position: relative;
}


.g-recaptcha div:after {
    content: '';
    background: url(/wp-content/themes/yoo_master2_wp/images/recaptcha.png), #f9f9f9;
    height: 73px;
    width: 75px;
    position: absolute;
    right: 0;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    border-right: 1px solid #cfcfcf;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media  (min-width: 480px) and (max-width: 1300px) {
    .g-recaptcha div:after {
        display:none;
    }
}

@media (max-width: 479px) {
body .g-recaptcha {
    max-width: 300px;
    margin: 0 auto;
}

.g-recaptcha div:after {
    right: 0;
}
}


.tm-totop-scroller {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



/* ==================================== /
/                                       /
/              Error Page               /
/                                       /
======================================= */
 .error_wrapper {
    text-align: center;
 }
 .error_wrapper .text_wrapper {
    margin-left: 90px;
}

 .error_wrapper .text_wrapper,  .error_wrapper .text_wrapper h1 {
    font-family: 'Oswald', sans-serif;
}

.error_image,  .error_wrapper .text_wrapper {
    display: inline-block;
    vertical-align: top;
}


.error404 .content-wrap {
    background: #e1e1e1;
}

 .error_wrapper .text_wrapper h1 {
    color: #404040;
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 115px;
}

h1 span.er {
    color: #fff;
    font-weight: 300;
}

span.found, span.not, span.found {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -1px;
}

span.found, span.found {
    color: #fff;
}

span.not {
    font-weight: 800;
}

.error_wrapper a {
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 65px;
    transition: .25s;
}

.error_wrapper a:hover {
    opacity: 0.5;
}

.error_wrapper a span {
    font-weight: bold;
}

.error_wrapper p {
    text-align: center;
}

 @media (max-width: 1330px) {
    .error_wrapper .text_wrapper {
        margin-left: 0;
    }

    .error_image, .error_wrapper .text_wrapper {
        width: 49%;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 7vW;
        line-height: 7vW;
    }

    span.found, span.not, span.found {
        font-size: 5vW;
    }

    .error_wrapper a {
        font-size: 3vW;
    }
}

@media (max-width: 682px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 92vW;
    }
    .error_wrapper {
        text-align: center;
    }

    .error_image,  .error_wrapper .text_wrapper {
        display: block;
    }

    .error_wrapper a {
        font-size: 4vW;
        line-height: 28px;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 10vW;
        line-height: 10vW;
    }

    .error_wrapper .text_wrapper {
        margin-top: 50px;
    }

    .error_image {
        margin: 0 auto;
    }

    .error_image {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

        .error_wrapper a {
            font-size: 6vW;
        }

        .error_wrapper .text_wrapper h1 {
            font-size: 13vW;
            line-height: 13vW;
        }
}

@media (max-width: 979px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 42%;
    }

    .error_wrapper {
        text-align: left;
    }
}

/**

End Error Page

**/

/* ==================================== /
/                                       /
/          WooCommerce Styles          /
/                                       /
======================================= */
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.visa, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.visa {
    background-image: none;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    width: initial;
}

.quantity {
    display: inline-block;
    float: none!important;
    vertical-align: middle;
} 

button.single_add_to_cart_button.button.alt {
    background-color: #a9100d;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    float: none!important;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #890c09;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    height: 50px;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.woocommerce input[type="text"], .woocommerce-page input[type="text"] {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 20px!important;
    padding-left: 5px;
}

.product_meta span {
    font-family: 'Catamaran', sans-serif;
    color: #363636;
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
}

.woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
    margin: 0;
    display: inline-block;
}

h1.product_title.entry-title {
    margin: 0!important;
}

div[itemprop="offers"] {
    display: none;
}


.summary.entry-summary h4 {
    font-size: 24px;
    margin: 0;
}

.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    color: #a9100d;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    background: #ffffff;
    color: #970f0c;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    border: 1px double #cfcfcf;
}

.woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce-page .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-info .button {
    float: right;
    background-color: #a9100d;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 150px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-message .button:hover {
    background: #890c09;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
    color: #a9100d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    padding: 0;
    margin: 0 0 20px;
    color: #565656;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

.woocommerce-cart .woocommerce {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
}


/*---------------------CART-------------------*/
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 14px 8px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    padding: 8px 8px 14px 8px;
}
 .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th {
    padding: 14px 0;
}
tr.cart_item {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

table.shop_table.shop_table_responsive.cart {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.woocommerce .cart .button, .woocommerce-page .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart input.button {
    float: none;
    background-color: #a9100d;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce .cart .button:hover, .woocommerce-page .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce-page .cart input.button:hover {
 
    background: #890c09;
}

.cart_totals.calculated_shipping {
    background: #f8f8f8;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.cart_totals.calculated_shipping tr {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400!important;
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th {
    font-weight: 400;
}

.woocommerce a.button, .woocommerce-page a.button {
    background-color: #a9100d!important;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    float: right;
}

.woocommerce a.button:hover, .woocommerce-page a.button:hover {
    
    background: #890c09!important;
    color:#fff;
}

body.page-template-default.page.page-id-207.tm-isblog.wp-page.wp-page-207.woocommerce-cart.woocommerce-page a.button {
    float: none;
    margin: 0 auto;
    display: block;
}
/*---------------------CHEKOUT-------------------*/
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    font-size: 20px;
}

.woocommerce-checkout .woocommerce {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
}

.woocommerce .width-65 {
    max-width: 65%;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 0px 30px 30px 0;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

.woocommerce .width-35 {
    max-width: 35%;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding-left: 30px;
    box-sizing: border-box;
}

.woocommerce {
    font-size: 0;
}

.woocommerce-cart .woocommerce {
    font-size: 20px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 , .woocommerce-checkout .woocommerce .col2-set .col-2{
    float: left;
    width: 100%!important;
}

.cart-total-wrap .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 14px 8px;
    text-align: right;
    box-sizing: border-box;
    line-height: 1;
}

.discalimer {
    text-align: center;
    padding-bottom: 10px;
}

.discalimer a {
    display: inline-block;
}

.cart-total-wrap h2 {
    background: #c32b28;
    padding: 3px 20px;
    box-sizing: border-box;
    color: #fff;
    margin: 0;
}

table.shop_table.shop_table_responsive {
    padding: 20px 30px;
    box-sizing: border-box;
}

.woocommerce .cart-total-wrap table.shop_table th, .woocommerce-page .cart-total-wrap table.shop_table th {
    border-top: 1px solid #dddddd;
}

.cart-total-wrap .cart_totals.calculated_shipping tr:first-of-type th {
    border: none;   
}

.cart-total-wrap .cart_totals.calculated_shipping tr:first-of-type td {
    border: none;
}

.cart-total-wrap .cart_totals.calculated_shipping {
    padding: 0;
}


.woocommerce-billing-fields h3 , .woocommerce-shipping-fields h3 , form.checkout.woocommerce-checkout h3{
    background: #c32b28;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 5px 0;
    margin: 30px 0;
}

table.shop_table.woocommerce-checkout-review-order-table {
    font-family: 'Catamaran', sans-serif;
}

p#billing_first_name_field, p#billing_last_name_field , input#billing_company , p#billing_state_field , p#billing_postcode_field{
    margin: 0!important;
}

.woocommerce-billing-fields h3:first-of-type {
    margin-top: 0!important;
}

.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text {
    height: initial!important;
    font-family: 'Catamaran', sans-serif!important;
    margin: 0!important;
    width: 100%!important;
}

.select2-container .select2-choice>.select2-chosen {
    padding: 10px 0;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
    width: 100%!important;
    box-sizing: border-box;
}

.woocommerce #payment, .woocommerce-page #payment {
    padding: 20px 0;
    background: none;
    color: #444444;
}

.woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce input[type="submit"].alt, .woocommerce-page input[type="submit"].alt {
    background: #00a8e6;
    color: #ffffff;
    background-color: #a9100d;
    border: 2px solid #fff;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.54px;
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce input[type="submit"].alt:hover, .woocommerce-page input[type="submit"].alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce input[type="submit"].alt:focus, .woocommerce-page input[type="submit"].alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page #content input.button.alt:focus {
    background: #890c09;
    color: #ffffff;
}

.cart-total-wrap.uk-active p {
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 959px) {

.woocommerce .width-65 {
    max-width: 100%;
    padding: 0px;
    border-right: none;

}
    
    .woocommerce .width-35 {
    display: none;
}
}

@media (max-width: 767px) {
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin: 0 auto;
    display: block;
}
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 1;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

ol.flex-control-nav.flex-control-thumbs {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.pswp__img {
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.pswp__zoom-wrap {
    transform: initial!important;
	-webkit-transform: initial!important;
    -moz-transform: initial!important;
    -ms-transform: initial!important;
    -o-transform: initial!important;
}

/* ==================================== /
/                                       /
/           Fixed Widgets               /
/                                       /
======================================= */

/* Fixed Form ============================ */

/*---
.fixed-widgets-wrap ul#gform_fields_1 li:nth-child(2) .ginput_container , .fixed-widgets-wrap ul#gform_fields_1 li:nth-child(1) .ginput_container {
    margin: 0;
}

.fixed-widgets-wrap div#gform_wrapper_1 {
    margin: 0;
}

.fixed-lightbox-wrap .gform_wrapper textarea.medium {
    border: 1px solid #b4b4b4;
}

.fixed-widgets-wrap.form-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}

div#fixed-contact {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #5b9957;
    padding: 10px;
    float: right;
}

div#fixed-contact:hover {
    cursor: pointer;
}

div#fixed-contact p {
    color: #5b992d;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

i.uk-icon-envelope {
    color: #5e5e5e;
    display: block;
    width: 100%;
    font-size: 50px;
}

.fixed-lightbox-wrap {
    max-width: 305px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 1px solid #afafaf;
    box-shadow: 0px 0px 10px #1c1c1c;
}

.closeForm {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
    cursor: pointer;
}

.fixed-widgets-wrap .uk-panel-title {
    display: none;
}

div#fixed-contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

div#fixed-contact-form.form-open {
    height: 100%;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
}

div#fixed-contact-form {
    opacity: 0;
    height: 0;

}

*/

/* ==================================== /
/                                       /
/         Pick 8 Features               /
/                                       /
======================================= */


/* Exit intent Popup ============================================= */

/*
.exit-fixed-hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 5px;
    z-index: 9999;
}

.exit-intent-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
}

.intent-close {
    color: #fff;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
}

.intent-close:hover {
    opacity: 0.9;
    cursor: pointer;
}

.intent-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
}
*/


/* Immediate Callback ======================================== */


/*
.header-info {
    text-align: right;
}

span.header-phone {
    color: #767676;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

div#immediateCallback {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

i.uk-icon-phone-square {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    color: #767676;
    font-size: 40px;
}

i.uk-icon-phone-square:hover {
    opacity: 0.9;
    cursor: pointer;
}

div#callbackWrap, div#callbackWrapBottom {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-form-wrap {
    max-width: 310px;
    margin: 0px auto;
    padding: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background-color: #5d5f62;
    border: 4px solid white;
    border-radius: 10px;
    box-shadow: inset 0 0 7px 5px rgba(0, 0, 0, 0.5);
}

span.xClose {
    display: inline-block;
    border: 2px solid #dddddd;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

span.xClose:hover {
    cursor: pointer;
}

.closeCallback {
    text-align: right;
    color: #fff;
}
 
.header-wrap .gform_wrapper .top_label input.large {
    width: 100%!important;
    background: none;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
}

.header-wrap input#gform_submit_button_3 {
    background-image: linear-gradient(180deg, #2e53c8 0%, #232db8 100%);
    border: none;
    width: 100%;
    height: 55px;
    color: white;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 300;
}

.header-wrap ::-webkit-input-placeholder {
    color: #fff;
} 

.header-wrap :-moz-placeholder {
    color: #fff;
}

.header-wrap ::-moz-placeholder {
    color: #fff;
}

.header-wrap :-ms-input-placeholder {
    color: #fff;
}


a.uk-icon-google-plus, a.uk-icon-linkedin, a.uk-icon-twitter, a.uk-icon-facebook {
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #0062be;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
}

.header-social {
    text-align: right;
    margin-top: 15px;
}
*/

/* ==================================== /
/                                       /
/     Assorted Commented Out Code       /
/                                       /
======================================= */

/* Katan Blog Feed =========================== */

/*
.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:first-child {
    width: 80%;
}

.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:last-child {
    width: 20%;
}

.uk-panel.uk-panel-box.widget_recent_entries li {
    width: 50%;
    float: left;
    list-style: none;
}

.blog-text-wrap {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    margin-top: 45px;
}

.date {
    background: url('/wp-content/uploads/2015/12/handprint.png')0 0 no-repeat;
    display: inline-block;
    width: 85px;
    height: 77px;
    margin-right: 10px;
    background: #000;
}

.uk-panel.uk-panel-box.widget_recent_entries a {
    font-family: Roboto;
    color: #569fc5;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    
}

.uk-panel.uk-panel-box.widget_recent_entries p {
    margin: 10px 0px;
}

p.blog-author {
    font-family: Roboto;
    color: #7f498a;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    text-align: right;
}

span.date-day {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 900;
    margin-top: 36px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 18px;
}

span.date-month {
    display: block;
    margin-left: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

*/

/* Katana Testimonials ========================= */

/*

.bottom-a-wrap {
    background: #fff;
    padding: 50px 0px;
}

.testimonial-wrap {
    float: left;
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
}

.tm-bottom-a h3.uk-panel-title {
    color: #794500;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.tm-bottom-a h3.uk-panel-title:after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: 2px solid #c9b599;
    margin: 25px auto;
}

p.author {
    color: #794500;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
}

p.bold {
    color: #794500;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

p.italic {
    color: #794500;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: left;
    font-style: italic;
}

.avatar-wrap {
    float: left;
    margin-right: 50px;
}

a.testimonial-button {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #794500;
    color: #794500;
    margin: 35px auto;
    overflow: auto;
}

a.testimonial-button:hover {
    background: #794500;
    color: #fcc477;
    text-decoration: none;
}

*/

/* Styling For Menu that goes with the blog feed */

/* 

.uk-panel.uk-panel-box.widget_nav_menu a {
    text-align: left;
    color: #c9b599;
}

.tm-bottom-b i.uk-icon-plus {
    float: right;
    color: #794500;
}

.uk-panel.uk-panel-box.widget_nav_menu h3 {
    color: #c9b599;
    border-bottom: 2px solid #c9b599;
    padding-bottom: 15px;
}

*/

/* Unity Homepage Switcher =================================== */

/*

.tm-bottom-a h3.uk-panel-title {
    background-color: #707070;
    margin: 0;
    line-height: 115px;
    color: #fff;
    font-size: 36px;
    padding-left: 35px;
}

.tm-switcher ul li:first-child {
    border-top: none;
}

.tm-switcher ul li {
    padding: 34.6px 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-top: 2px solid #035ea3;
}

.tm-switcher ul li.uk-active:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #27965e transparent transparent;
    margin-left: -80px;
    top: 50%;
    margin-top: -40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tm-switcher-target li.uk-active {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tm-switcher ul li:hover {
    background: #27965e;
}

.tm-switcher li.uk-active {
    background: #27965e;
}
 
.tm-bottom-a ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #0064af;
}

h3.switcher-title {
    color: #fff;
}

p.switcher-text {
    color: #fff;
}

.switer-link {
    position: relative;
}

.switer-link img {
    max-width: 700px;
    width: 100%;
}

a.switcher-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 325px;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
} 

*/

/* Katana Style Search ================================= */

/* 
.tm-search-bar:not(.uk-hidden) {
  z-index: 999;
  position: absolute;
  top: 193px;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f2f2f2;
  -webkit-animation-name: tm-search-bar;
  animation-name: tm-search-bar;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.tm-search-bar:not(.uk-hidden) > .uk-container {
  margin-top: 15px;
  padding: 0 45px;
}
.tm-search-bar:not(.uk-hidden) .uk-close {
  margin-top: 5px;
}
@-webkit-keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/








