/* Table of Content
==================================================
	#Reset Styles
	#Typography, Layout and General Styles
	#Header
	#Main Navigation
	#Submenus
	#Teaser
	#Flexslider / Video
	#Intro
	#Empty Section
	#Features
	#Plans
	#Testimonials
	#About
	#Gallery
	#Program
	#Prices
	#Map
	#Register
	#Contact
    #Footer
    #Posts
        -Blogs Widget
        -Comments
        -Comment Form
    #Tab
    #Accordion
    #Shop
        -Product
        -Product Meta
        -Rating
        -Quantity Buttons
        -Cart & Checkout 
        -Comments Rating
        -Form Input
*/

/* ==============================================
Reset Styles
============================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, .header nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
img {
    max-width: 100%;

}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, .header nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    margin-bottom: 20px;
    font-style: italic;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea, select, button, a {
    outline: none;
}
p.has-large-font-size,
p[style^="font-size"]{
    line-height: 1;
}
/* ==============================================
Typography, Layout and General Styles
============================================== */

body {
    background: #333;
}

body.product {
    background: url(../images/teaser-background-product.jpg) no-repeat center center fixed;
}

body.service {
    background: url(../images/teaser-background-service.jpg) no-repeat center center fixed;
}

body.event {
    background: url(../images/teaser-background-event.jpg) no-repeat top center fixed;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 36px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.h5 {
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    color: #333333;
}

a {
    text-decoration: none;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

.padding-top {
    padding-top: 50px;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.image-left, .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.image-right, .alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.all-margin {
    margin: 30px !important;
}

.left-margin {
    margin-left: 30px !important;
}

.right-margin {
    margin-right: 30px !important;
}

.top-margin {
    margin-top: 30px !important;
}

.bottom-margin {
    margin-bottom: 30px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.container {
    padding: 40px 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.color-background {
    color: #ffffff;
}

.color-background h2 {
    color: #ffffff;
}

.white-background {
    background: white;
}

.light-gray-background {
    background: #f2f2f2;
}

.gray-background {
    background: #dedede;
}

.dark-gray-background {
    background: #333333;
}

.dark-gray-background h2 {
    color: #ffffff;
}

.dark-gray-background p {
    color: #bebebe;
}

.darker-background {
    background: #191919;
}

.darker-background h2 {
    color: #ffffff;
}

.darker-background h3 {
    color: #ffffff;
}

.darker-background p {
    color: #bebebe;
}

.hero-section {
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.hero-section:hover,
.color-background:hover {
    background: #333333;
}

.hero-section .hero-text,
.color-background .hero-text *,
.hero-section .hero-text * {
    margin-bottom: 0px;
}

.button-dark {
    background: #ffffff;
    padding: 12px 30px 12px 30px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;

}

.button-dark:hover, .button-dark.more, .button-dark.send {
    color: #ffffff;
}

.form-error {
    background-color: #610000 !important;
}

label.error {
    display: none !important;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.input-error {
    background-color: #7d1818 !important;
}

.response-message {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.section-title {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: -.5px;

}
.alignleft {
    float: left;
    display: table-cell;
    margin: 5px 30px 10px 0;
}
.alignright {
    float: right;
    display: table-cell;
    margin: 5px 0 10px 30px;
}
.alignleft,.alignright{
    margin-bottom: 15px !important;
}
.aligncenter{
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}
/* ==============================================
Header
============================================== */

.header {
    background: #ffffff;
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #eaeaea;
}

body.fixed-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
body.fixed-nav.admin-bar .header{
    top: 32px;
}
.header .container {
    padding: 0px;
}

.logo {
    padding-top: 20px;
}

.logo h1 {
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.header ul.nav {
    float: right;
    margin-bottom: 0px;
}

.teaser iframe {
    min-height: 312px;
    width: 100%;
}

/* ==============================================
Main Navigation
============================================== */

.header ul.nav li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 74px;
}

.header ul.nav li a {
    display: block;
    line-height: 74px;
    padding: 0 20px;
    color: #333333;
    -webkit-transition: color linear .2s, background linear .2s;
    -moz-transition: color linear .2s, background linear .2s;
    -o-transition: color linear .2s, background linear .2s;
    transition: color linear .2s, background linear .2s;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.header ul.nav li a:hover,
.header ul.nav li.active a {
    background: #f2f2f2;
}

.mobile-nav {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    padding: 5px;
}

/* ==============================================
Submenus
============================================== */

.header ul.nav li ul {
    display: none;
}

.header ul.nav li:hover > ul {
    display: block;
}

.header ul.nav li {
    position: relative;
}

.header ul.nav li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    width: 200px;
}

.header ul.nav li ul li {
    width: 100%;
}

.header ul.nav li ul a {
    display: block;
}

.header ul.nav li:hover > a {
    background: #f2f2f2;
}

/* ==============================================
Teaser
============================================== */

.teaser {
    margin-top: 0;
    background: transparent;
}

body.fixed-nav .teaser {
    margin-top: 74px;
}

.teaser .container {
    padding: 0px;
}

.teaser .text-container {
    height: 316px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.teaser.inner-page .text-container {
    height: auto;
    margin: 40px 0 20px;
}

.teaser .text-container h1 {
    font-weight: bold;
    line-height: 59px;
    text-shadow: 1px 1px #191919;
    font-size: 60px;
    text-transform: uppercase;
}

.teaser .text-container h2 {
    color: #ffffff;
    text-shadow: 1px 1px #191919;
}

.teaser .page-title h2 {
    float: right;
    background: #ffffff;
    padding: 10px 20px 0px 20px;
    margin-bottom: 0px;
    margin-top: 120px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.teaser .gray-page-title h2{
    background: gray ;
}
.teaser .dark-gray-page-title h2{
    background: darkgray ;
}
.teaser .light-gray-page-title h2{
    background: lightgray;
}
.teaser .white-page-title h2{
    background: white;
}
.teaser .darker-page-title h2 {
    background: #191919;
    color: #ffffff;
}

/* ==============================================
Flexslider / Video
============================================== */

.flexslider,
.teaser iframe {
    background: #333333;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    margin-bottom: 0;
}

.teaser .flexslider,
.teaser iframe {
    margin: 100px 0 40px 0;
}

.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 20px;
    height: 20px;
    display: block;
    background: #ffffff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
}

.flex-control-paging li a:hover {
    background: #333333;
}

.flex-control-paging li a.flex-active {
    cursor: default;
}

.fullwidth-video {
    width: 100%;
    height: 500px;
}

.single-product .slides li {
    padding: 6px;
    background-color: #e5e5e5;
    border: 1px solid #cecece;
}
.featured-images-slider .slides li{
    background: none;
    border: none;
}
#slider.featured-images-slider .slides li{
    padding: 0;
}
#carousel.flexslider{
    background: none;
}
#carousel.featured-images-slider .slides li{
    opacity: .5;
}
#carousel.featured-images-slider .slides li.flex-active-slide{
    opacity: 1;
}
#carousel.featured-images-slider .slides li:first-child{
    margin-left: -6px;
}
#carousel.featured-images-slider .slides li:last-child{
    margin-right: -6px;
}
.single-product .flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
}

/* ==============================================
Intro
============================================== */

.intro .container {
    padding-top: 0px;
}

.featured {
    min-height: 500px;
    margin-top: -360px;
    margin-bottom: 30px;
}

.featured.featured-slider {
    margin-top: -420px;
}

.featured h2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0 35px 30px;
    color: #ffffff;
    margin-bottom: 0px;
}

.featured form {
    background: #292929;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    margin-top: -20px;
}

.featured p {
    color: #bebebe;
}

.featured form input {
    width: 100%;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;

    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
    transition: background linear .2s, color linear .2s;
}
.featured form input#wp-comment-cookies-consent{
    width: auto;
    margin-top: 8px;
    position: absolute;
}
.featured form input#wp-comment-cookies-consent~label{
    padding-left: 25px;
}
.featured form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.featured form input:focus {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.featured form label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #bebebe;
    position: relative;
    z-index: 50;
    display: block;
}

.featured form .checkbox-container {
    position: relative;
    margin-bottom: 30px;
}

.featured form .checkbox-container .checkbox-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2px;
    background: #474747;
}

.checkbox-on .checkbox-placeholder {
    background: #666666 url(../images/icon-checkbox.png) center center no-repeat !important;
}

.featured form .checkbox-container input {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.featured form input[type="submit"] {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured form input[type="submit"]:hover {
    background: #000 !important;
    color: #fff;
}

.featured .event-recap {
    background: #292929;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    margin-top: -20px;
}

.featured .event-recap .event-box {
    margin-bottom: 20px;
}

.featured .event-recap .event-box i {
    float: left;
    color: #ffffff;
    font-size: 48px;
    padding-top: 6px;
    width: 50px;
    text-align: center;
}

.featured .event-recap .event-box h3,
.featured .event-recap .event-box p {
    padding-left: 70px;
    margin-bottom: 0px;
}

.featured a.event-button {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

/* ==============================================
Empty Section
============================================== */

.empty-section {
    background: transparent;
    padding: 50px 0;
}

/* ==============================================
Features
============================================== */

.feature {
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 20px;
}

.feature p {
    margin-bottom: 0;
    padding-left: 110px;
}

.feature .icon-container {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ffffff;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    transition: background linear .2s;
}

.feature .icon-container i {
    color: #333333;
    line-height: 80px;
    font-size: 48px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    transition: background linear .2s;
}

.feature:hover .icon-container i {
    color: #ffffff;
}

/* ==============================================
Plans
============================================== */

.price-block {
    background: #f2f2f2;
    padding: 30px;
    width: 240px;
}

.plan-title {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.plans .plan {
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    transition: background linear .2s;
}

.plans .plan:hover .plan-title {
    background: #333333;
}

.plans .plan:hover {
    background: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.plans .plan:hover .plan-row {
    border-bottom: 1px solid #ffffff;
}

.plans .plan:hover .button-row {
    border-bottom: none;
}

.hide-plan {
    background: transparent;
}

.plans .plan:hover .hide-plan {
    background: transparent;
}

.plan-row {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.price-row {
    height: 80px;
    line-height: 80px;
}

.plan-price {
    font-size: 24px;
}

.hidden-info {
    display: none;
}

.button-row {
    height: 80px;
    line-height: 80px;
    border-bottom: none;
}

.button-row a {
    color: #ffffff;
    padding: 12px 30px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 5px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    text-transform: uppercase;
}

.button-row a:hover {
    background: #333333;
    color: #ffffff !important;
}

/* ==============================================
Testimonials
============================================== */

.bubble {
    position: relative;
    background: #f2f2f2;
    padding: 30px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    font-style: italic;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.bubble:after {
    display: block;
    width: 0;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 15px;
    border: 10px solid transparent;
    border-top-color: #f2f2f2;
    -webkit-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
}

.testimonial:hover .bubble {
    color: #ffffff;
}

.gray-background .bubble {
    background: #ffffff;
}

.gray-background .bubble:after {
    border-top-color: #ffffff;
}

.person {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.person img {
    margin-right: 20px;
}

/* ==============================================
About
============================================== */

.about img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

/* ==============================================
Gallery
============================================== */

.gallery .gallery-row {
    margin-bottom: 20px;
}

.gallery .gallery-row > div {
    text-align: center;
}

.gallery .image-container a {
    display: inline-block;
    background: url(../images/icon-plus.png) center center no-repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.gallery .image-container img {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity linear .2s;
    -moz-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.gallery .image-container:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: .2;
}

/* ==============================================
Program
============================================== */

.program table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.program table.last-table {
    margin-bottom: 0px;
}

.program table:hover thead td h3 {
    color: #ffffff;
}

.program table thead td {
    padding: 20px;
    background: white;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.program table thead td h3 {
    margin-bottom: 0px;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
}

.program table tbody tr.odd {
    background: #f2f2f2;
}

.program table tbody tr.even {
    background: #ffffff;
}

.program table tbody td {
    padding: 20px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #333333;
}

.program table tbody td.column-one {
    width: 30%;
    color: #666666;
    border-right: 1px solid #dddddd;
}

/* ==============================================
Prices
============================================== */

.prices .ticket-text {
    background: #333333;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 30;
    position: relative;
}

.prices .ticket-text h4 span {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
}

.prices .ticket-text p {
    color: #f2f2f2;
    margin-bottom: 0px;
}

.prices a.ticket-button {
    color: #ffffff;
    display: block;
    padding: 15px 30px;
    padding-top: 45px;
    margin-top: -30px;
    z-index: 20;
    position: relative;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    margin-bottom: 40px;
}

/* ==============================================
Map
============================================== */

.map {
    height: 400px;
}

.map iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    margin: 0;
}

/* ==============================================
Register
============================================== */

.register form {
    margin-top: 20px;
}

.register form input {
    width: 100%;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.register form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.register form input:focus {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.register form label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #bebebe;
    position: relative;
    z-index: 50;
    display: block;
}

.register form .checkbox-container {
    position: relative;
}

.register form .checkbox-container .checkbox-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 8px;
    background: #474747;
}

.register form .checkbox-container input {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.register form input[type="submit"] {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
}

ul.downloads li {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #bebebe;
    margin-bottom: 20px;
}

ul.downloads li a {
    color: #bebebe;
}

ul.downloads li a:hover {
}

ul.downloads li a i, ul.downloads li a em {
    font-size: 24px;
    padding-right: 20px;
    margin-top: 3px;
    float: left;
}

/* ==============================================
Contact
============================================== */

.contact form {
    margin-top: 20px;
}

.contact form input {
    width: 100%;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.contact form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.contact form input:focus {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.contact form input[type="submit"] {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
}

.contact textarea {
    width: 100%;
    max-height: 120px;
    height: 120px;
    padding: 20px;
    color: #bebebe;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #474747;
    border: none;
    box-shadow: none;
}

.contact textarea:hover,
.contact textarea:focus {
    box-shadow: none;
}

.contact-infos i, .contact-infos em {
    margin-right: 20px;
}


/* ==============================================
Footer
============================================== */

.social {
    margin-bottom: 20px;
}

.social li {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ffffff;
    margin-right: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    transition: background linear .2s;
}

.social li a i {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.social li a:hover i {
    color: #fff;
}

.copyright {
    width: 100%;
    text-align: right;
}


/* ==============================================
17 - Posts
============================================== */
.post {
    margin-bottom: 60px;
    margin-right: 50px;
    margin-top: 50px;
}


.post h2 a {
    color: #333;
    font-size: 32px;
    letter-spacing: -1px;
}

.post hr, hr.fancy {
    background: #e1e1e1;
    border: 0;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
    position: relative;
}

.post hr:before, hr.fancy:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 1px;
    display: block;
}

.post-meta {
    margin-bottom: 20px;
}

.post .post-meta i {
    margin-right: 10px;
    color: #cbcbcb;
}

.post-meta .post-meta-date, .post-meta .post-meta-category, .post-meta .post-meta-tags, .post-meta .post-meta-comments {
    margin-right: 20px;
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.post-meta .post-meta-comments{
    margin-right: 0;
}
.post .thumb {
    margin-bottom: 20px;
    display: block;
}

.post .thumb img {
    border: 4px solid #eee;
}
.post .page-nav{
    padding-top: 15px;
}
.post .page-nav span .post-page-numbers{
    margin-right: 5px;
}
pre{
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(50%, #f3f3f3), color-stop(50%, #ededed));
    background-image: -webkit-linear-gradient(#f3f3f3 50%, #ededed 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f3f3f3), color-stop(50%, #ededed));
    background-image: -webkit-linear-gradient(#f3f3f3 50%, #ededed 50%);
    background-image: linear-gradient(#f3f3f3 50%, #ededed 50%);
    -webkit-background-size: 38px 38px;
    background-size: 38px 38px;
    border: 1px solid #e3e3e3;
    display: block;
    margin-bottom: 10px;
    overflow: visible;
    overflow-y: hidden;
    padding: 18px;
    tab-size: 4;
    -o-tab-size: 4;
    -moz-tab-size: 4;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}

.blog-navi ul {
    display: block;
    float: left;
    margin-bottom: 50px;
    margin-left: 0;
}

.blog-navi ul li {
    display: inline-block;
    float: left;
}

.blog-navi ul li a, .blog-navi ul li span {
    display: block;
    margin-right: 4px;
    padding: 6px 12px;
    font-weight: 400;
    color: #fff;
    background: #444;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sidebar .widget {
    margin-bottom: 35px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #333333;
}

.sidebar .widget-title {
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
}

.sidebar ul {
    list-style: none;
    margin: 0;
}

/* Blogs Widget */
.widget_recent_entries li, .widget_recent_comments li, .latest-posts-list li {
    position: relative;
    line-height: 18px;
}

.widget_recent_entries li:after,
.widget_recent_comments li:after,
.latest-posts-list li:after {
    content: '';
    width: 40%;
    height: 3px;
    display: block;
    margin: 12px 0;
    background: #e7e7e7;
}

.widget_recent_entries li p,
.latest-posts-list li p {
    overflow: hidden;
}

.widget_recent_entries li img,
.widget_recent_comments li img,
.latest-posts-list li img {
    float: left;
    margin-right: 10px;
    max-width: 100%;
    height: auto;
}

.widget_recent_entries li a,
.widget_recent_comments li a,
.latest-posts-list li a {
    font-weight: 700;
}

.widget_recent_entries li span,
.widget_recent_comments li span,
.latest-posts-list li span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.latest-posts-list
.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_meta a {
    display: block;
    padding: 3px 0;
    font-weight: 700;
}

.widget_tag_cloud {
    overflow: hidden;
}

.widget_tag_cloud a {
    display: inline-block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 1px 10px;
    background: #A0A0A0;
    color: #fff;
    font-weight: 400;
    font-size: 14px !important;
}

.widget_tag_cloud a:hover {
    background: #3097be;
    color: #fff;
}

.photostream ul {
    overflow: hidden;
}

.photostream ul li {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 10px;
}

.photostream ul img {
    width: 100%;
}

.photostream ul a:hover img {
    opacity: 0.8;
}


#wp-calendar caption {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#wp-calendar thead th {
    padding: 7px 0;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    text-align: center;
    padding: 4px 13px;
    font-size: 12px;
    border: 1px solid #FAFAFA;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.search-field {
    border: 1px solid #ccc;
    padding: 6px 4px;
    font: 16px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    width: 100%;
    max-width: 100%;
    display: block;
    background: #fff;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Comments */
.comments {
    margin-bottom: 25px;
    margin-right: 40px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #333333;
}

.comments h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 25px;
}

.comments ul li .comment-avatar {
    float: left;
    width: 60px;
    height: 60px;
}

.comments ul li .comment-body {
    margin: 0 0 0 81px;
    padding: 17px 20px 20px 20px;
    background: #f6f6f6;
    padding: 18px 23px;
    position: relative;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}comments-list

.comments ul li .comment-body .comment-meta {
    margin-bottom: 8px;
    display: block;
}

.comments ul li .comment-body .comment-meta cite, .comments ul li .comment-body .comment-meta cite a {
    font-weight: 700;
    color: #181818;
    font-size: 14px;
}

.comments ul li .comment-body .comment-meta span {
    color: #898989;
    display: block;
    font-size: 13px;
    margin: 5px 0 20px;
}

.comments ul li .comment-body p {
    line-height: 23px;
    margin-bottom: 10px;
}

.comments ul li .comment-body .button-dark.reply {
    padding: 5px 12px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.comments ul li .comment-body:before {
    content: "";
    position: absolute;
    top: 23px;
    left: -9px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: rgba(0, 0, 0, 0) #e2e2e2;
    display: block;
    width: 0;
    z-index: 1;
}

.comments ul li .comment-body:after {
    content: "";
    position: absolute;
    top: 23px;
    left: -8px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #f6f6f6;
    display: block;
    width: 0;
    z-index: 1;
}

.comments ul li ul.children {
    margin-top: 25px;
    margin-left: 30px;
}
.comments-list .pingback{
    margin: auto;
}
/* comment Form */
.reply {
    margin-bottom: 50px;
}

.reply h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #181818;
    margin: 0;
}

.reply #respond {
    margin-bottom: 25px;
    margin-right: 40px;
}

.reply form textarea {
    height: 210px;
}

.field,
.select {
    position: relative;
}

.field textarea,
.field input {
    background: #fff;
    margin: 10px 0;
    padding: 15px 20px;
    border: 2px solid #d7d7d7;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 14px;
    font-family: "Lato";

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.field textarea:focus, .field input:focus {
    border: 2px solid;
    box-shadow: none;
}

.field textarea {
    line-height: 23px;
    height: 265px;
}

.button-dark.send {
    border: 0;
    float: right;
}

/* ==============================================
18 - Tab
============================================== */
.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs > li {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tabs .nav-tabs > li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }

    .tabs .nav-tabs > li > a {
        margin-right: 0 !important;
    }

    .tabs .nav-tabs > li.active > a {
        border-bottom: 2px solid #dcdcdc !important;
    }

}

.tabs .nav-tabs > li > a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}

.tabs .nav-tabs > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}

.tabs .nav-tabs > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

.tabs .nav-tabs > li > a:hover {
    border-color: #f7f7f7;
}

.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}

.tabs .nav-tabs > li.active > a {
    color: #3097be;
    border-left-color: #dcdcdc;
    border-right-color: #dcdcdc;
    background: #fff;
}

.tabs .nav-tabs > li.active > a:after {
    background: #3097be;
}

.tabs .nav-tabs > li.active > a:before {
    background: #fff;
}

.tabs .nav-tabs > li.active > a:hover {
    border-bottom-color: #fff;
}

.tabs .tab-content {
    padding: 30px 28px;
    border: 1px solid #dcdcdc;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}

.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}

.tabs .tab-content:after {
    clear: both;
}

.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

/* ==============================================
19 - Accordion
============================================== */
.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 2px;
}

.panel-group .panel:first-child {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel:last-child {
    border-radius: 0 0 4px 4px;
}

.panel-group .panel-heading {
    border-bottom: 0;
    padding: 0;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-title {
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    line-height: 1.5em;
    text-transform: none;
    padding: 0;
}

.panel-group .panel-title > a {
    display: block;
    padding: 14px 20px 14px 40px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #3097be 0%, #308ABE 100%);
    background-image: linear-gradient(to bottom, #3097be 0%, #308ABE 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

.panel-group .panel-title > a:before {
    display: block;
    position: absolute;
    left: 17px;
    top: 16px;
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.panel-group .panel-title > a.collapsed {
    color: #6d6d6d;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}

.panel-group .panel-title > a.collapsed:before {
    color: #6d6d6d;
    content: "\f067";
}

.panel-group .panel-title > a.collapsed:hover {
    background: #ececec;
    text-decoration: none;
}

.panel-group .panel-title > a:hover {
    text-decoration: none;
}

.panel-group .panel-body {
    padding: 20px 28px;
    background: #f7f7f7;
}

.panel-group__clean .panel-title > a {
    background: #efefef;
    color: #3097be;
}

.panel-group__clean .panel-title > a:before {
    color: #3097be;
}

.panel-group__clean .panel-body {
    background: #fff;
}

/* ==============================================
19 - Shop
============================================== */
/* Product */
.products {
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
}

.type-product.featured,
.products li.featured{
    min-height: auto;
    margin-top: auto;
}
.products .product .project-item-inner {
    position: relative;
}
.product table.variations td, .product table.variations th {
    display: table-cell;
    border: none;
    text-align: left;
}
.product table.variations td label{
    padding-left: 0;
}
.products .product .project-desc {
    text-align: left;
}

.products .product .project-desc .title {
    margin-bottom: .5em;
}

.products .product .project-desc .price .amount {
    font-size: 1.5em;
}

.products .product .project-desc .price del .amount {
    font-size: 1em;
}

.products .product .onsale {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3097be;
    color: #fff;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    text-align: center;
    line-height: 38px;
    font-size: 1em;
    z-index: 3;
    border: 1px solid #3097be;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
.woocommerce-variation-price {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .products .product .onsale {
        right: -20px;
        top: -20px;
    }
}

.catalog-ordering {
    margin-bottom: 30px;
}

.product_title {
    margin-bottom: .5em;
}
.featured h2.product_title{
    padding-bottom: 15px;
    padding-right: 30px;
    margin-bottom: 10px;
}
.price .amount {
    display: inline-block;
    font-size: 2em;
    color: #3097be;
}

.price del .amount {
    color: #ddd;
    text-decoration: line-through;
    font-size: 1.5em;
}
.tabs-product .comment-form{
    margin-top: 0;
}
/* Product Meta */
.product_meta > span {
    display: block;
}

/* Rating */
.review_num {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -2px;
}

.star-rating {
    position: relative;
    top: 2px;
    float: none;
    overflow: hidden;
    margin-bottom: 25px;
    width: 66px;
    height: 1.2em;
    font-size: 1em;
    font-family: 'star';
    line-height: 1em;
}
.woocommerce-product-rating .star-rating{
    top: -1px;
}
.star-rating:before {
    color: #ddd;
    content: "\f005\f005 \f005 \f005 \f005 ";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    font-family: 'fontawesome';
    font-size: 14px;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
    color: #3097be;
}

.star-rating span:before {
    content: "\f005\f005 \f005 \f005 \f005 ";
    left: 0;
    position: absolute;
    top: 0;
    font-family: 'fontawesome';
    font-size: 14px;
}

/* Quantity Buttons */
.quantity {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 160px;
    height: 46px;
}

.buttons_added .quantity,
.variations_button .quantity {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.quantity .minus,
.quantity .plus {
    position: absolute;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    outline: 0;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background: #f1f1f1;
    box-shadow: none;
    color: #666;
    vertical-align: text-top;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
}

.quantity .plus {
    right: 0;
    top: 0;
}

.quantity .qty {
    float: left;
    padding: 0 39px;
    width: 160px;
    height: 46px;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    text-align: center;
    font-size: 1em;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .qty::-ms-clear {
    display: none;
}
.product table.variations td select,
#pa_color {
    padding: 0 39px;
    height: 32px;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
}
.product table.variations td a.reset_variations{
margin-left: 15px;
}
label[for="pa_color"] {
    font-size: 13px;
}


/* Cart & Checkout */
.cart-table td {
    vertical-align: middle !important;
}

.cart-table .product-thumb {
    width: 8%;
}

.cart-table .product-name {
    width: 62%;
}

.cart-table .product-price {
    text-align: center;
}

.cart-table .product-quantity {
    text-align: center;
}

.cart-table .product-subtotal {
    text-align: center;
}

.cart-table .product-remove {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.cart-table tbody .product-thumb {
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody .product-thumb img {
    max-width: 50px;
    height: auto;
}

table.cart-total > tbody > tr > th {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #2f2f2f;
    vertical-align: middle;
}

table.cart-total > tbody > tr > td {
    padding-top: 17px;
    padding-bottom: 18px;
    vertical-align: middle;
    text-align: right;
}

table.cart-total > tbody > tr > td .amount {
    display: inline-block;
    font-size: 2em;
    color: #3097be;
}

.box {
    background: #f7f7f7;
    padding: 30px;
    border: 1px solid #ddd;
}

/* Widget :: Top Rated Products Widget */
.top-rated-widget .latest-posts-list .title {
    padding-top: 10px;
    margin-bottom: .5em;
}

/*  Project Feed Filter  */
.project-feed-filter {
    padding-left: 0;
    list-style: none;
    margin: 0 0 30px -2px;
}

.project-feed-filter > li {
    display: inline-block;
    padding: 0 2px;
}

.project-feed-filter > li .btn-primary {
    text-shadow: none !important;
}
@media (max-width: 414px){
    form.float-right[name="nav"]{
        float: none;
    }
    .mobile-nav{
        width: 100%;
    }
}
@media (max-width: 400px) {
    .project-feed-filter > li {
        display: block;
        margin-bottom: 5px;
    }

    .project-feed-filter > li .btn {
        display: block;
        width: 100%;
    }

}


/*  Project Feed  */
.project-feed {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .project-feed.project-feed__4cols .project-item {
        width: 25%;
    }
}

.project-feed.project-feed__fullw {
    overflow: hidden;
    border: none;
    padding: 0;
}

.project-feed.project-feed__fullw .project-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) and (min-width: 406px) {
    .project-feed.project-feed__fullw .project-item {
        width: 50%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .project-feed.project-feed__fullw .project-item {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .project-feed.project-feed__fullw .project-item {
        width: 20%;
    }
}

.project-feed.project-feed__fullw .project-item .project-img img {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
}

.project-feed.project-feed__fullw .project-item .overlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*  Project Item Overlay */
.project-item {
    margin-bottom: 30px;
}

@media (min-width: 406px) and (max-width: 767px) {
    .project-feed__4cols .project-item,
    .project-feed__3cols .project-item,
    .project-feed__2cols .project-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .project-feed__4cols .project-item,
    .project-feed__3cols .project-item,
    .project-feed__2cols .project-item {
        margin-left: auto;
        margin-right: auto;
    }
}

.project-item .project-item-inner {
    background: #f7f7f7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.section-dark .project-item .project-item-inner {
    background: rgba(255, 255, 255, 0.08);
}

.project-item .project-img {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.project-item .project-img > img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.section-dark .project-item .project-img > img {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
}

.project-item .overlay {
    position: absolute;
    top: 7px;
    left: 7px;
    overflow: hidden;
    right: 7px;
    bottom: 7px;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.project-item .added_to_cart,
.project-item .dlink,
.project-item .p-zoom,
.project-item .zoom {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    color: #3097be;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 38px;
    text-align: center;
    z-index: 2;
}
.project-item .added_to_cart:hover,
.project-item .dlink:hover,
.project-item .p-zoom:hover,
.project-item .zoom:hover {
    background: #3097be;
    color: #fff;
}
.project-item .added_to_cart{
    font-size: 0;
}
.project-item .added_to_cart:before{
    content: '\f06e';
    font-family: 'FontAwesome';
    font-size: 38px;
}
.project-item .added_to_cart:before,
.project-item .dlink .fa,
.project-item .p-zoom .fa,
.project-item .zoom .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -19px 0 0 -19px;
}
.project-item .added_to_cart,
.project-item .dlink {
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.project-item .p-zoom,
.project-item .zoom {
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.project-item .p-zoom .fa-file-text-o,
.project-item .zoom .fa-file-text-o {
    margin-left: -13px;
}

.project-item .project-img:hover .added_to_cart,
.project-item .project-img:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.project-item .project-img:hover .dlink.added{
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.project-item .project-img:hover .added_to_cart,
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .p-zoom,
.project-item .project-img:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*  Portfolio Description  */
.project-desc {
    text-align: center;
    padding: 25px 20px;
}

.project-desc .title {
    margin-bottom: 5px;
}

.project-desc .title > a {
    color: #2f2f2f;
}

.section-dark .project-desc .title > a {
    color: #fff;
}

.project-desc .title > a:hover {
    color: #3097be;
    text-decoration: none;
}

.project-desc .desc {
    color: #b4b8be;
    font-style: italic;
}

.section-dark .project-desc .desc {
    color: #aeaeae;
}

.portfolio-sidebar-bottom {
    margin-bottom: -90px;
}

.portfolio-sidebar-bottom .project-feed {
    margin-bottom: 0;
}

.alignnone.entry-thumb {
    display: inline-block !important;
}

.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
    padding: 6px;
    background-color: #e5e5e5;
    border: 1px solid #cecece;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

/* Spacers */
.spacer {
    height: 20px;
    overflow: hidden;
}

.spacer-sm {
    height: 10px;
    overflow: hidden;
}

.spacer-lg {
    height: 40px;
    overflow: hidden;
}

.spacer-xl {
    height: 60px;
    overflow: hidden;
}

.spacer-xxl {
    height: 80px;
    overflow: hidden;
}

.spacer-xxxl {
    height: 120px;
    overflow: hidden;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #3097be 0%, #3097be 100%);
    background-image: linear-gradient(to bottom, #3097be 0%, #3097be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3097be;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3097be;
    background-position: 0 -15px;
    border-color: #3097be;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #3097be;
    border-color: #3097be;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}

/* Comments Rating */
p.stars {
    position: relative;
    line-height: 1em;
    font-size: 1em;
}

p.stars:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

p.stars a {
    width: 19%;
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
    font-weight: bold;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Opera/IE 8+ */
    padding: .5em .5em .5em 1em;
    background: rgba(0, 0, 0, 0.025);
    margin-right: 1%;

    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

p.stars a:hover {
    background: rgba(0, 0, 0, 0.075);
}

p.stars a:after {
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 6em;
    right: 1em;
    font-size: .9em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #999;
    text-align: right;
}

p.stars a:hover:after {
    color: #666666;
}

p.stars a.active, p.stars a.active:after {
    color: #3097be;
}

p.stars a.star-1:after {
    content: "\f005 ";

}

p.stars a.star-2:after {
    content: "\f005 \f005 ";
}

p.stars a.star-3:after {
    content: "\f005 \f005 \f005 ";
}

p.stars a.star-4:after {
    content: "\f005 \f005 \f005 \f005 ";
}

p.stars a.star-5:after {
    content: "\f005 \f005 \f005 \f005 \f005 ";
}

/* Forms Feilds */

.woocommerce label {
    display: inline-block;
    margin-bottom: 5px;
    color: #2f2f2f;
    font-weight: normal;
}

.woocommerce .btn-inline {
    margin-right: 10px;
}

.woocommerce .form-control,
.woocommerce #dropdown_product_cat,
.woocommerce #display_name {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 18px;
    padding-right: 18px;
}

.woocommerce #dropdown_product_cat {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce .form-control:focus,
.woocommerce #dropdown_product_cat:focus {
    border-color: #cacaca;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(202, 202, 202, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(202, 202, 202, 0.6);
}

.woocommerce .form-group {
    margin-bottom: 30px;
}

.woocommerce .required {
    color: #e74c3c;
}

.woocommerce label.error {
    color: #a94442;
}

.woocommerce #display_name {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Inputs with Icons */
.woocommerce .form-group.form-grop__icon {
    position: relative;
}

.woocommerce .form-group.form-grop__icon .fa {
    display: block;
    position: absolute;
    right: 12px;
    top: 15px;
    font-size: 16px;
}

.woocommerce .form-group.form-grop__icon input[type="text"],
.woocommerce .form-group.form-grop__icon input[type="email"],
.woocommerce .form-group.form-grop__icon input[type="password"],
.woocommerce .form-group.form-grop__icon input[type="tel"],
.woocommerce .form-group.form-grop__icon input[type="url"],
.woocommerce .form-group.form-grop__icon textarea {
    padding-right: 40px;
}

/* Radio Button */
.woocommerce .radio__custom label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
}

.woocommerce .radio__custom label:before {
    position: absolute;
    top: 1px;
    left: -20px;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

.woocommerce .radio__custom input[type="radio"] {
    display: none;
}

.woocommerce .radio__custom input[type="radio"]:checked + span:before {
    position: absolute;
    top: 6px;
    left: -15px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3097be;
    content: "";
}

.woocommerce .radio__custom.radio__style2 label:before {
    background: #3097be;
    border-color: #308ABE;
}

.woocommerce .radio__custom.radio__style2 input[type="radio"]:checked + span:before {
    background: #fff;
}

.woocommerce .radio__custom.radio__style3 input[type="radio"]:checked + span:before {
    background: #2f2f2f;
}

.woocommerce .radio__custom.radio__style4 label:before {
    border-color: #3097be;
}

.woocommerce .radio__custom.radio__style4 input[type="radio"]:checked + span:before {
    background: #3097be;
}

/* Checkbox */
.woocommerce .checkbox__custom label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 5px;
}

.woocommerce .checkbox__custom label:before {
    position: absolute;
    top: 1px;
    left: -20px;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    content: "";
}

.woocommerce .checkbox__custom input[type="checkbox"] {
    display: none;
}

.woocommerce .checkbox__custom input[type="checkbox"]:checked + span:before {
    position: absolute;
    top: 0;
    left: -18px;
    display: block;
    content: "";
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #3097be;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .checkbox__custom.checkbox__style2 label:before {
    background: #3097be;
    border-color: #308ABE;
}

.woocommerce .checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before {
    color: #fff;
}

.woocommerce .checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before {
    color: #2f2f2f;
}

.woocommerce .checkbox__custom.checkbox__style4 label:before {
    border-color: #3097be;
}

.woocommerce .checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
    color: #3097be;
}

.select2-container .select2-choice {
    border: none !important;
}

#billing_country_field {
    margin-bottom: 30px !important;
}

.order_details {
    border: 1px solid;
}

.order_details li {
    display: inline-block;
    border-right: 1px solid;
    padding: 10px;
}

.order_details li:last-child {
    border-right: none;
}

.banak-info p,
.banak-info h2 {
    margin: 0px !important;
}

.price_slider_wrapper .ui-widget-content {
    background: #ccc;
    height: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.price_slider_wrapper .ui-slider-range {
    position: absolute;
    top: -1px;
    z-index: 1;
    font-size: .7em;
    display: block;
    height: 100%;
    margin: 0px -6px;
    height: 6px;
    border: 0;
    background: #3097be;
}

.price_slider_wrapper .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    top: -6px;
    margin-left: -9px;
    border: none;
    background: url(../images/slider_dbtn.png) 50% 50% no-repeat;
    font-weight: normal;
    color: #555555;
    width: 16px;
    height: 16px;
}

td, th {
    padding: 10px 15px;
}

.widget_categories label,
.widget_archive label {
    display: none !important;
}

table {
    margin-bottom: 20px;
}

td, th {
    padding: 0px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.widget_archive select {
    width: 100%;
    padding: 10px;
}

#wp-calendar td, #wp-calendar th {
    padding: 0px;
    border: 1px solid #ccc !important;
    padding: 1px 11px;
    font-size: 12px;
}

#wp-calendar thead th {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

#wp-calendar tfoot td {
    border: none;
}

#wp-calendar tfoot tr {
    padding: 0px;
    border: 1px solid #ccc;
    padding: 1px 11px;
    font-size: 12px;
}

.cat-item span ul {
    display: none;
}

.widget select {
    padding: 10px;
    width: 100%;
}

.recentcomments a,
.recentcomments span {
    float: none !important;
    display: inline-block;
}

.recentcomments a {
    display: inline;
    color: #999;
}

.widget_rss li a,
.widget_rss li span {
    float: none !important;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

article img {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100%;
}

.sticky {
    border: 1px solid #000;
    padding: 40px;
}
.post-meta .post-meta-comments
.sticky .article-meta {
    display: none;
}

.sticky .post-thumbnail {
    display: none;
}

.sticky .article-heading {
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 35px;
}

.sticky {
    border: 1px solid #e5e5e5 !important;
    border-bottom: 3px solid #e5e5e5 !important;
}

.widget ul li a {
    float: left;
}

.widget ul li span {
    float: right;
}

.woocommerce.module ul li span,
.woocommerce.widget ul li span {
    float: none;
    display: inline;
}

.woocommerce.widget ul li h5,
.woocommerce.widget ul li div.widget-price {
    padding-top: 10px;
}

.woocommerce.widget ul li div.widget-price {
    clear: both;
}

.widget ul li {
    list-style: outside none none;
    margin: 0px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}

ul.children {
    display: none;
}

.widget ul li ul.sub-menu {
    display: none;
}

.widget ul li span.comment-author-link {
    float: none !important;
    display: inline;
}

.widget ul li.recentcomments {
    padding: 13px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_rss li a, .widget_rss li span {
    float: none !important;
    display: block;
}

.post-meta {
    margin-bottom: 20px;
    line-height: 25px;
}

.search-field {
    padding: 10px 14px !important;
}

.widget_recent_entries li:after, .widget_recent_comments li:after, .latest-
posts-list li:after {
    display: none !important;
}

.widget_rss ul li {
    padding: 15px 0;
}

.dropdown-menu > li > a {
    line-height: 25px !important;
    padding: 10px 25px !important;
    font-size: 13px;
}

.dropdown-menu li {
    height: 50px !important;
}

.dropdown-menu li ul {
    left: 100% !important;
    top: -5px !important;
    margin-left: 1px;
}

.dropdown-menu {
    min-width: 240px !important;
}

.dropdown-menu ul {
    min-width: 170px !important;
}

.button-dark.more {
    color: #000;
    font-size: 12px;
    float: none !important;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 15px 25px;
    border-radius: 25px;
    display: table;
    font-weight: 700;
    letter-spacing: 1px;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post ul li {
    margin-left: 15px;
    list-style: disc;
    line-height: 25px;
}

ol li {
    line-height: 25px;
    margin-left: 15px;
    list-style: decimal;
}
ul li{
    line-height: 25px;
}
.page-child .type-page {
    text-align: left;
}
.page-child .type-page .page-link{
    clear: both;

}
.page-child .type-page ul li {
    list-style: disc;
    margin-left: 15px;
}

.page-child .type-page ol li {
    list-style: decimal;
    margin-left: 15px;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    white-space: pre;
}

#comments .comment-body ul li {
    list-style: disc;
    margin-left: 15px;
}

#comments .comment-body ol li {
    list-style: decimal
    margin-left: 15px;
}

.dropdown-menu {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #3097be;
    margin-top: 30px;
    box-shadow: none;
    transition: .4s !important;
}

.dropdown-menu a {
    background: transparent !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.header ul.nav li:hover .dropdown-menu {
    margin-top: 0px;
    transition: .4s !important;
}

ul.dropdown-menu ul {
    margin-top: -2px !important;
    margin-left: -1px !important;
}

.dropdown-menu a:hover {
    color: #3097be !important;
}

table.cart-table > thead > tr > th {
    vertical-align: bottom;
    border: none;
    border-bottom: 2px solid #ddd;
}

table.cart-table td {
    border: none;
    vertical-align: middle;
    font-family: Open Sans;
    font-size: 14px;
    padding-top: 25px !important;
    line-height: 45px !important;
    padding-bottom: 0px !important;
}


table.cart-table td img {
    position: relative;
    top: -13px;
}

table.cart-table th {
    font-family: Open Sans;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

table.cart-total th {
    border: none;
}

table.cart-total td {
    border: none;
}

.dropdown-menu li ul {
    left: -100% !important;
    top: -5px !important;
    margin-left: 38px !important;
}

.dropdown-menu li ul {
    left: -100% !important;
    top: -5px !important;
    margin-left: 38px !important;
}

.dropdown-menu {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #3097be;
    margin-top: 30px;
    box-shadow: none;
    transition: .4s !important;
}

.dropdown-menu > li > a {
    line-height: 25px !important;
    padding: 10px 25px !important;
    font-size: 13px;
}

.dropdown-menu li {
    height: 50px !important;
}

.dropdown-menu {
    min-width: 240px !important;
}

.dropdown-menu ul {
    min-width: 240px !important;
}

.dropdown-menu a {
    background: transparent !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.header ul.nav li:hover .dropdown-menu {
    margin-top: 0px;
    transition: .4s !important;
}

ul.dropdown-menu ul {
    margin-top: -2px !important;
    margin-left: -1px !important;
}

.dropdown-menu a:hover {
    color: #3097be !important;
}

.dropdown-menu li ul {
    left: -100% !important;
    top: -5px !important;
    margin-left: -2px !important;
}

.dropdown-menu ul {
    min-width: 240px !important;
}

.widget_recent_entries ul li a {
    float: none;
    font-size: 17px;
    font-weight: 300;
}

.widget_recent_entries ul li span {
    float: none;
    display: block;
    padding-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
}

.button-dark.more {
    border-radius: 5px !important;
    color: #fff;
    border: none;
}

.widget_tag_cloud a {
    border-radius: 10px;
}

body {
    font-family: Open Sans;
}

#features {
    padding: 30px 0;
}

.post-meta-comments span {
    display: none;
}
.post >h2.no-bottom-margin{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.woocommerce-MyAccount-navigation li {
    display: block;
    position: relative;
    list-style: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid #dddddd;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0px !important;
}

.woocommerce-MyAccount-navigation li a {
    padding: 8px 20px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #666 !important;
}

.woocommerce-MyAccount-navigation li:hover a {
    background: #3097be !important;
    color: #fff !important;
}

/* woo */
.widget ul.latest-posts-list li{
    position: relative;
    line-height: 18px;
    padding: 10px 0 10px 80px;
}
.widget ul.latest-posts-list li >a{
    position: absolute;
    width: 65px;
    left: 0;
    top: 0;
}
.widget ul.latest-posts-list li .star-rating{
    margin-bottom: 0;
    width: auto;
}
.widget ul.latest-posts-list li .star-rating span{
    margin: 0;
}
.widget ul.latest-posts-list li .title{
    margin: 8px 0 0 0;
    padding: 0;
}
.widget ul.latest-posts-list li .widget-price{
    padding-top: 10px;
}
.widget ul.latest-posts-list li:after{
    content: none;
}
.widget ul.widget_recent_entries li{
    position: relative;
    line-height: 18px;
    padding: 10px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.widget ul.widget_recent_entries li img{
    width: 65px;
    flex: 0 0 65px;
    max-width: 65px;
    float: none;
    margin-right: 0;
}
.widget ul.widget_recent_entries li a{
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 15px;
}

.sidebar .widget_price_filter .widget-title{
    border-color: transparent;
}

.woocommerce-cart .cart_item .product-thumbnail a img{
    max-width: 90px;
    height: auto;
    position: relative;
    top: auto;
}
.woocommerce-product-gallery__image {
    display: none;
}