/* ----------------------------------------------------
	IMPORT
------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/*	Margin and Padding
----------------------------------------------------------------------*/
.m-0 {
    margin: 0px !important
}

.mi {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mts-70 {
    margin-top: 70px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mv {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.no-mb {
    margin-bottom: 0 !important
}

.alpha {
    margin-left: 0 !important
}

.omega {
    margin-right: 0 !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pv-10 {
    padding: 10px 0 !important
}

.pv-15 {
    padding: 15px 0 !important
}

.pv-20 {
    padding: 20px 0 !important
}

.pv-30 {
    padding: 30px 0 !important
}

.pv-40 {
    padding: 40px 0 !important
}

.pv-50 {
    padding: 50px 0 !important
}

.padding-20 {
    padding: 20px !important
}

.padding-30 {
    padding: 30px !important
}

.alpha {
    margin-left: 0 !important
}

.omega {
    margin-right: 0 !important
}

.fll {
    float: left;
    margin: 0 20px 10px 0 !important
}

.flr {
    float: right;
    margin: 0 0 10px 20px !important
}

.tac {
    text-align: center !important
}

.tar {
    text-align: right !important
}

.tal {
    text-align: left !important
}

.tacIMG, .tacIMG img {
    margin: 0 auto !important;
    text-align: center;
}

.relative {
    position: relative !important
}

.righter {
    float: right !important
}

.lefter {
    float: left !important
}

.hidden {
    display: none
}

.tt {
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid #DDD;
    text-align: center;
}

.without_border a {
    border: 0 !important
}

/* border */
.br {
    border-right: 1px solid #D2CDC7;
    padding: 0 9px 0 0;
}

.br2 {
    border-right: 1px solid #EBE8E6;
}

.bl {
    border-left: 1px solid #D2CDC7;
    padding: 0 0 0 10px;
}

.bt {
    border-top: 1px solid #D2CDC7;
}

#footer .bt {
    border-top: 1px solid #4A535C;
}

.bb {
    border-bottom: 1px solid #D2CDC7;
    padding: 0 9px 0 0;
}

.bb2 {
    border-bottom: 1px solid #EBE8E6;
}

/* font */
.line-h16px {
    line-height: 15px !important;
    margin-bottom: 13px !important;
}

.font-oswald {
    font-family: 'Oswald', sans-serif !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font24 {
    font-size: 24px !important;
}

.font300 {
    font-weight: 300 !important
}

.text-bold, strong {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

.text-uc {
    text-transform: uppercase !important;
}

.colored-text {
    color: #405cdb;
}

.text-danger {
    color: #D74A46 !important
}

.text-warning {
    color: #F0AD4E !important
}

.text-info {
    color: #5BC0DE !important
}

.text-success {
    color: #5CB85C !important
}

.text-yellow {
    color: #E9C51C !important;
}

/* Global */
.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.caps {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.cpointer {
    cursor: pointer;
}

.cunvailable {
    cursor: not-allowed;
}

/* ----------------------------------------------------
	SKELETON
------------------------------------------------------- */

body {
    background: #eeedef;
    color: #777777;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: 1.6 !important;
    color: #09377C;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

a {
    color: #696969;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
}

img.aligncenter {
    display: block;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: 0px;
    background: none;
}

.image-center img {
    width: auto;
    display: block;
    margin: auto;
}

.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0px;
    background: none;
    padding: 0;
    display: block;
}

.alignright,
img.alignright {
    padding: 0;
    float: right;
    margin: 6px 0 6px 20px;
    border: 0px;
    display: block;
    background: none;
}

::selection {
    background: #f84b4a; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #f84b4a; /* Firefox */
    color: #fff;
}

blockquote {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    position: relative;
    width: auto;
}

blockquote small {
    display: block;
    margin-top: 20px;
}

pre {
    line-height: 18px;
    margin-bottom: 18px;
}

.btn,
a {
    outline: 0 !important;
    text-decoration: none !important;
}

ins {
    text-decoration: none;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

p {
    padding: 0 0 20px 0;
}

.check li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    color: #363a47;
    padding-right: 8px;
    position: relative;
}

.check li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 5px;
}

.check {
    margin-left: 0;
    padding-left: 0
}

/* ==================================================================
	HEADER & MENUS
================================================================== */

.header-top.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 1001;
    position: fixed;
}

.header-top.affix .navbar-default {
    padding: 18px 0 0px !important;
}

.topbar {
    padding: 0;
    display: block;
    z-index: 999;
    position: relative;
}

.contactwrap i {
    font-size: 15px;
    padding-right: 5px;
}

.contactwrap a {
    color: #afb0b4;
}

.topbar .form-control {
    margin-bottom: 10px;
    text-transform: none;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
}

.topbar form .btn {
    border-radius: 0;
    font-size: 13px;
}

.topbar .dropdown-menu {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    font-size: 14px;
    left: 0px;
    margin: 13px 0;
    min-width: 170px;
    padding: 10px 0 5px;
    position: absolute;
    z-index: 1001;
}

.topbar .dropdown-menu.menu-login {
    left: -114px;
    margin: 10px 0;
    min-width: 240px;
    padding: 20px;
}

.topbar h4 a {
    color: #383c4b !important;
    text-decoration: underline !important;
}

.topbar h4 {
    font-size: 14px;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    text-align: center;
}

.topbar hr {
    margin: 15px 0;
    border-color: #d7d7d7;
}

.form-title h4 {
    text-align: left;
}

.form-title hr {
    width: 40px;
}

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

.box img {
    width: 100%;
}

.topbar span {
    padding: 0 4px;
}

.topbar i {
    padding-right: 3px;
}

.topbar a {
    color: #fff !important;
}

.social i {
    font-size: 16px;
}

.social {
    margin-right: 3px;
}

.topbar p {
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.header-top {
    background-color: #fff;
    position: relative;
    display: block;
    box-shadow: 0 0 8px -4px #000;
}

.topbar.topbar-transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: transparent;
}

.transparent-header .navbar-default .navbar-nav > li {
    border-right: 2px solid rgba(255, 255, 255, 0) !important;
}

.transparent-header.affix {
    background-color: #ffffff !important;
}

.transparent-header .navbar-default {
    background-color: transparent !important;
}

.ttmenu {
    position: relative;
    display: block;
    z-index: 199;
}

.ttmenu .navbar-default .navbar-toggle {
    background: #494949 none repeat scroll 0 0 !important;
    border-color: #111;
    color: #fff !important;
    margin-top: 8px;
    padding: 0 15px;
}

.navbar-toggle .fa {
    background-color: transparent !important;
    color: #494949 !important;
}

.ttmenu .navbar-default {
    border-radius: 0;
    padding-top: 35px;
    padding-bottom: 15px;
    background: none;
}

.nav,
.navbar,
.navbar-nav {
    margin-bottom: 0 !important;
}

.nav > li > a {
    padding-left: 10px;
    font-weight: 500;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.2px !important;
    padding-right: 10px;
}

.ttmenu .navbar-default .dropdown-menu {
    border: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    outline: 0;
    letter-spacing: 0;
    padding: 7px 15px;
    text-transform: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.dropdown-menu > li > a,
.ttmenu-content .box li a {
    font-size: 13px;
}

.topbar .dropdown-menu > li > a {
    color: #555 !important;
    padding: 6px 10px;
}

.dropdown-menu > li > a:hover,
.ttmenu-content .box li a:hover {
    background: #5BC0DE;
    color: white !important;
}

.ttmenu .navbar-default .dropdown-menu,
.ttmenu .navbar-default .dropdown-menu li a {
    color: #fff;
}

.ttmenu .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

.navbar-default .dropdown-menu li,
.ttmenu-content .box li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ttmenu-content .box li {
    padding: 6px 10px 6px 10px !important;
}

.navbar-default .navbar-nav > li > a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav > li > a {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li {
    border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.navbar-default .navbar-nav > li:last-child {
    border-right: 0 solid rgb(255, 175, 75) !important;
}

.dropme::after {
    color: #494949;
    font-size: 16px;
}

.ttmenu .navbar-brand {
    float: left;
    margin-right: 0px;
    padding: 0 30px 0 0;
    position: relative;
    text-align: center;
    top: -16px;
    width: auto;
}

.ttmenu {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

.navbar-default .navbar-nav > li > a {
    color: #363a47 !important;
    font-weight: 400;
}

.navbar-right i {
    font-size: 15px;
    padding-right: 5px !important;
    vertical-align: initial;
}

.nav > li > a.btn {
    margin-top: -2px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 6px 20px;
    text-transform: none !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
}

.ttmenu {
    z-index: 998;
}

/* ==================================================================
	SLIDER
================================================================== */

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-bannertimer {
    display: none;
}

.lightcolor {
    color: #ffffff !important;
}

.slider_layer_05 {
    color: #363a47;
    font-size: 31px;
    padding: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.slider_layer_01 {
    font-weight: 400;
    color: #363a47;
    font-size: 34px;
    padding: 7px 60px;
    background-color: rgba(255, 255, 255, 0.8);
}

.slider_layer_02 {
    font-weight: 300;
    color: #363a47;
    font-size: 26px;
    padding: 7px 60px;
    background-color: rgba(255, 255, 255, 0.8);
}

.slider_layer_04 {
    color: #363a47;
    font-size: 25px;
    font-family: "Roboto", Georgia, "Times New Roman", serif;
    line-height: 1.5;
    text-transform: uppercase;
}

.slider_layer_03 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 66px;
    line-height: 1.5;
}

.tp-caption .btn {
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 9px 30px !important;
}

/* ==================================================================
	SECTIONS
================================================================== */

.teacher-skills p {
    padding: 0;
    color: #363a47;
    font-weight: 500;
    margin-top: 10px;
}

.teacher-skills .progress {
    height: 6px;
}

.teacher-list h4 {
    font-size: 21px !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.device-image img {
    margin: auto;
    width: 100%;
    text-align: center
}

.section {
    padding: 50px 0;
    position: relative;
    display: block;
}

.white {
    background-color: #ffffff;
}

.grey {
    background-color: #edecf0;
}

.dark {
    background-color: #3f4451;
}

.why-us {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 40px 20px 0;
}

.why-us h4 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.why-us i {
    margin-top: 15px;
    display: inline-block;
}

.feature-list {
    display: table;
}

.why-us i,
.feature-list i {
    font-size: 30px;
    display: block;
    width: 50px;
    border: 1px solid #fff;
    line-height: 49px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.funfactors .feature-list i {
    width: auto;
    max-width: 120px;
    font-style: normal;
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 0;
}

.feature-list.border-radius i {
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    width: 80px;
    height: 80px;
    line-height: 76px;
}

.service-center .feature-list i {
    margin: 0 auto 30px;
}

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

.feature-list p {
    padding-bottom: 0;
    color: #a1a1a1;
    margin-left: 70px;
}

.feature-list p strong {
    font-size: 18px;
    color: #363a47;
    line-height: 1;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.invis {
    border-color: transparent;
}

.invis1 {
    border-color: transparent;
    margin: 30px 0
}

.section-title {
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.section-title h4 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.button-wrapper p,
.section-title p {
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    color: #a1a1a1;
    font-family: "Droid Serif", Georgia, "Times New Roman", serif;
}

.owl-custom .owl-controls {
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    left: 0;
}

.owl-custom .owl-controls .owl-nav [class * ="owl-"] {
    background: #fff;
    color: #363a47;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    margin: 5px 0;
    padding: 0;
    width: 50%;
}

.white .owl-theme .owl-controls .owl-nav [class * ="owl-"] {
    background: #edecf0;
}

.magnifier {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.shopmeta span {
    display: block;
}

.owhidden {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.zoom {
    display: inline-block;
    position: relative;
}

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

.zoom img::selection {
    background-color: transparent;
}

.add-w {
    width: 35px;
    line-height: 35px;
    height: 35px;
    right: 10px;
    left: auto;
    border-radius: 100%;
    top: 10px;
    position: absolute;
    text-align: center;
}

.add-w .fa-envelope-o,
.add-w i {
    color: #fff;
    font-size: 11px;
}

.visible-buttons span {
    color: #fff !important;
}

.visible-buttons a {
    border-bottom: 0 !important;
    width: 100%;
    height: 30px;
    margin: 3px 0 !important;
    line-height: 30px;
    display: block;
    color: white;
}

.visible-buttons {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    top: 166px;
    right: auto;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.entry:hover .visible-buttons {
    opacity: 1;
    bottom: 89px;
    visibility: visible;
}

.rating i {
    color: #eabe12;
}

.rating span {
    display: block;
}

.entry .badge {
    position: absolute;
    top: 0;
    left: 0;
}

.entry:hover .badge {
    opacity: 0;
}

.close {
    opacity: 1;
    color: #222222;
}

.addw {
    font-size: 13px;
    padding: 20px 0;
}

.shop-item-title {
    background-color: #f8f8f8;
    z-index: 1;
    padding: 0 20px 14px;
    position: relative;
    display: block;
    overflow: hidden;

    border: 1px solid #dddddd;
}

.shop-item-list {
    display: block;
    padding: 0;
    line-height: 1.9;
    z-index: 1;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    box-shadow: 0px 0px 7px -5px #000;
}

.course-list {
    margin-bottom: 30px;
}

.shop-item-list img {
    width: 100%;
}

.shop-item-list .rating {
    margin: 0 0 20px;
}

.shop-list-desc .shopmeta {
    margin-bottom: 30px;
}

.achievement-wrapper h4,
.shop-list-desc h4,
.shop-item-list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 1.3 !important;
    text-transform: capitalize;
    padding: 0;
}

.shop-item-list h4 a,
.shop-item-list h4 {
    color: #363a47;
}

.badge {
    border-radius: 0;
    font-size: 9px;
    font-weight: 300;
    margin-left: 0;
    margin-top: 0 !important;
    vertical-align: text-top;
}

.testimonial {
    position: relative;
    display: block;
    padding: 0 20px;
}

.testimonial p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.testimonial:after {
    font-family: 'FontAwesome';
    content: "\f10e";
    padding-right: 5px;
    right: 0;
    position: absolute;
    top: 0px;
    font-size: 400%;
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
}

.testimonial h4 {
    font-size: 16px;
    padding-right: 5px;
    font-weight: 600;
}

.first {
    clear: both
}

.last {
    margin-right: 0
}

.button-wrapper {
    margin-top: 40px;
}

.testimonial small {
    font-size: 11px;
    font-style: italic;
    color: #798184;
    padding: 0 10px;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
    font-weight: 300;
}

.testimonial img {
    margin-right: 15px;
    width: 75px;
    border: 0 solid #ffffff !important;
    height: 75px;
    margin-top: 5px;
    border: medium none;
    display: inline-block;
    image-rendering: optimizequality;
    max-width: 100%;
}

.testimonial-meta {
    overflow: hidden;
}

.button-wrapper .btn {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
}

.button-wrapper .btn i {
    font-size: 16px;
    margin-right: 10px;
}

.accordion-toggle-2 .panel-heading {
    background-color: #edecf0 !important;
    border-radius: 0 !important;
    padding: 10px 15px;
}

.grey .accordion-toggle-2 .panel-heading {
    background-color: #ffffff !important;
}

.accordion-toggle-2 .panel,
.accordion-toggle-2 .panel-heading {
    background-color: #fff;
    border-color: #dadadc;
    border-bottom: 1px solid #dadadc;
}

.accordion-toggle-2 .panel-heading h3 i {
    background-color: #202830 !important;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    position: absolute;
    right: -10px;
    top: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    width: 21px;
    vertical-align: text-top;
}

.accordion-toggle-2 .panel-heading h3 {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    width: 100%;
    padding: 0;
}

.accordion-toggle-2 .panel-group .panel + .panel {
    margin: -2px 0;
}

.accordion-toggle-2 .panel-title {
    line-height: 16px;
}

.accordion-toggle-2 .panel {
    margin-bottom: 10px !important;
    border-color: #f5f5f5;
    border-radius: 0 !important;
    box-shadow: none;
}

.accordion-toggle-2 p {
    padding-bottom: 0;
}

.team {
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.team-hover-content span {
    margin: 10px 0;
    display: block;
    font-style: italic;
}

.team-hover-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1 !important;
    margin-bottom: 0;
    letter-spacing: 0;
    padding-bottom: 0;
    color: #363a47 !important;
}

.team-hover-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.team-hover-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 50px 30px 0;
    border: 2px solid #dedde1;
    opacity: 0;
    z-index: 1;
    top: 0%;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
}

.team img {
    z-index: 1;
    width: 100%;
}

.team:hover .team-hover-content {
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tab-content {
    border-bottom: 1px solid #dedde1;
    border-right: 1px solid #dedde1;
    border-left: 1px solid #dedde1;
    padding: 30px;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #edecf0;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 15px 30px;
    border-style: solid;
    border-width: 1px;
    color: #363a47 !important;
    cursor: default;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff !important;
}

.notfound h3 {
    font-size: 120px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 1 !important;
    font-weight: bold;
}

.notfound p {
    font-style: italic;
    font-size: 18px;
    line-height: 2
}

/* ==================================================================
	FOOTER
================================================================== */

.copyright {
    background-color: #363b48;
    padding: 20px 0 10px;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.copyright a,
.copyright p {
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
}

.copyright a {
    font-weight: 600 !important;
}

.widget-title {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.widget-title h4 {
    font-weight: 600;
    font-size: 21px;
}

.footer .widget-title h4 {
    color: #ffffff;
}

.content-widget .widget-title {
    margin-bottom: 20px;
}

.content-widget .widget-title h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
}

.content-widget hr,
.footer hr {
    border-color: #999eab;
    margin: 0;
    border-width: 2px;
    width: 45px;
}

.footer p {
    padding-bottom: 10px;
    color: #999eab;
}

.latest-tweets p:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color: #999eab;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.latest-tweets {
    padding: 0;
    list-style: none;
}

.latest-tweets li {
    display: inline-table;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}

.latest-tweets li p a {
    margin: 0 4px;
}

.latest-tweets li p {
    padding-bottom: 0;
}

.latest-tweets li span {
    display: block;
    color: #ffffff;
    margin: 0;
    margin-top: 0;
    font-size: 12px;
}

.contact-details li a {
    color: #999eab;
    text-decoration: underline !important;
}

.contact-details li {
    color: #999eab;
    margin-bottom: 5px;
}

.contact-details li i {
    padding-right: 7px;
}

.contact-details,
.popular-courses {
    list-style: none;
    padding: 0;
}

.popular-courses li {
    display: inline-block;
}

.popular-courses li img {
    background: #616673 none repeat scroll 0 0;
    border: 1px solid #424754;
    margin: 0 2px 2px 0;
    width: 83px;
}

.feedbacks .btn {
    padding: 10px;
}

/* ==================================================================
	PAGE & BLOG
================================================================== */

.comment-reply {
    margin-left: 75px;
}

.comment-wrapper .well {
    background-color: #ffffff !important;
}

.comment-wrapper h3 {
    padding: 0;
    margin: 0;
}

.time-comment a {
    margin-top: -15px !important;
    padding: 3px 10px !important;
}

.time-comment {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.tags a {
    padding: 4px 8px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.single-blog-wrapper .blog-desc {
    padding: 40px
}

.pagination > li > a,
.pagination > li > span {
    width: 40px;
    padding: 0;
    height: 40px;
    margin: 0 3px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
}

.btn {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    text-transform: none;
    font-weight: 600;
}

.callout {
    border: 1px solid #dedde1;
    background-color: #edecf0;
    padding: 30px;
}

.callout i {
    margin-top: 0;
    color: #d1d0d4;
}

.callout .btn {
    padding: 15px;
    text-transform: uppercase;
}

.callout h4 {
    border-right: 1px solid #d1d0d4;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.page-title {
    position: relative;
    display: block;
    padding: 35px 0;
    border-top: 1px solid #dedde1;
    border-bottom: 1px solid #dedde1;
}

.page-title h1 {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.well {
    background-color: #edecf0;
    border-radius: 0;
    padding: 30px;
    border: 1px solid #dedde1;
}

.media img {
    width: 65px;
    margin-right: 10px;
}

.media .rating {
    margin-bottom: 5px;
}

.media-heading {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 600;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==================================================================
	COURSE STYLES
================================================================== */

.quiz-wrapper .lead {
    padding-bottom: 0;
    color: #363a47;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.progress,
.panel-footer {
    box-shadow: none;
    background-color: #edecf0;
}

.panel-primary {
    border-color: #edecf0;
}

.course-list .shop-item-list,
#course-left-sidebar {
    margin-bottom: 30px;
}

.course-instructors img {
    width: 20px;
    margin: 0 8px;
}

.course-prize i {
    font-size: 16px;
    padding: 3px 2px 0;
}

.course-description small {
    font-weight: 600;
    margin-right: 20px;
    font-size: 13px;
}

.course-description small span {
    font-weight: 400;
}

.course-description .course-title {
    font-size: 24px;
}

.bbp-forum-info img {
    max-width: 65px;
    margin: 0 20px 0 0;
}

.bbp-topic-freshness-author img {
    max-width: 24px;
}

.achievement-wrapper {
    margin-bottom: 40px;
    display: block;
}

.achievement-wrapper img {
    max-width: 120px;
    border: 2px solid #dedde1;
    padding: 3px;
}

.course-meta i {
    padding-right: 3px;
}

.course-meta .label-primary {
    width: 25px;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 16px;
    text-align: center;
}

.label-primary:hover a,
.label-primary a:hover {
    color: #ffffff !important;
}

.course-meta p {
    width: 100%;
    display: block;
    position: relative;
}

.course-meta small {
    position: absolute;
    right: 0;
    top: 0;
}

.course-image-widget img {
    width: 100%;
}

.course-meta p,
.course-meta a {
    line-height: 1;
    color: #ffffff;
}

.course-meta {
    padding: 15px 20px 10px;
    background-color: #2e3b56;
    margin-top: 0;
}

.course-meta.forshop {
    background-color: #fff;
}

.course-meta.forshop hr {
    border-color: #fff;
    background-color: #fff;
}

.course-meta.forshop p {
    color: #777777;
    font-size: 14px;
}

.course-meta.forshop a {
    color: #363a47 !important;
}

.course-meta .rating {
    margin-top: 0;
    padding-top: 0;
}

.course-meta .rating i {
    padding: 0;
}

.course-meta p {
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 0;
    font-size: 13px;
}

.course-meta hr {
    background: #44577f;
    border-color: #191f2e;
    height: 1px;
    margin: 6px -20px;
}

.course-button .btn {
    border-radius: 0;
    padding: 10px 20px;
}

.course-table .fa-check {
    background-color: #92CD00;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.course-table .fa-close {
    background-color: #FF0000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.other-courses img {
    margin: 0;
    width: auto;
    max-width: 400px;
    float: right;
}

.filters-dropdown {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

#filters ul {
    padding: 0 0 0 10px;
}

#filters li {
    list-style: none;
    display: inline-block;
    font-weight: 500;
    margin: 0 10px 0 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.portfolio .shop-item-list {
    margin-bottom: 0 !important
}

.portfolio .item {
    width: 25%;
    padding: 10px;
    margin: 0 !important;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.course-table i,
.course-table a {
    color: #363a47;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    color: #363a47;
}

/* ==================================================================
	LOGIN PAGE
================================================================== */

.login-wrapper {
    padding-top: 100px;
}

.logo-center img {
    margin: 20px auto;
    display: block;
    max-width: 240px;
    text-align: center;
}

.panel-login {
    border-radius: 0;
    margin-top: 8%;
    padding: 20px;
    display: block;
    position: relative;
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: transparent;
    border-color: #fff;
    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: #029f5b;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.edit-profile .form-control,
.panel-login input[type="text"], .panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.edit-profile .form-control,
.panel-login .form-control {
    border-radius: 0;
    font-size: 14px !important;
    box-shadow: none;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.panel-login .btn-default {
    outline: none;
    color: #fff;
    font-size: 14px !important;
    width: 100%;
    display: block;
    height: auto;
    font-weight: 600;
    padding: 14px 0;
    text-transform: none;
}

.forgot-password {
    text-decoration: underline !important;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.edit-profile label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.edit-profile p {
    padding-bottom: 0;
}

.edit-profile textarea {
    height: 150px !important;
}

.question-answer p {
    padding-left: 40px;
}

.question-answer h4 {
    padding-left: 40px;
    font-weight: 600;
}

.question-answer i {
    margin-top: 4px;
    font-size: 24px;
    display: inline-block;
    position: relative;
}

/* ==================================================================
	BX SLIDER
================================================================== */

.myimg {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(upload/about.jpg);
    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
}

.myimg2 {
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(upload/about_03.png);
    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
}

.bxslider h3 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.bxslider h3 {
    font-size: 34px;
}

.bxslider .lead {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bxslider .big-title {
    margin-left: 0;
}

.bxslider li {
    padding: 0 0 40px;
}

.bxslider p,
.bxslider .lead {
    color: #a1a1a1;
}

.bxslider h3 span,
.big-title h3 span {
    font-weight: 900;
}

.textrotate {
    padding: 0 40px 40px;
}

.bx-wrapper .bx-controls-direction a {
    display: none;
}

/* ==================================================================
	PRICING TABLE
================================================================== */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top: 2em;
    padding-bottom: 2em;
}

.my_planTitle {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.my_planPrice {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size: small;
    }
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
}

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(200, 200, 200);
}

/* --- Plan 1 --------------------------- */
.my_planHeader.my_plan2,
.my_planHeader.my_plan1 {
    background: #4969FB !important;
    border-bottom: thick solid #3a848e !important;
}

/* --- Plan 2 --------------------------- */
.my_planHeader.my_plan2 {
    background: #4969FB;
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgba(227, 75, 17, 0.05);
}

.my_planHeader.my_plan3 {
    background: #1D367C;
    border-bottom: thick solid #c32b00;
}

.my_planFeature {
    padding: 10px 0;
    text-align: center;
}

.my_planFeature i.my_check {
    color: #92cd00;
}

.my_planFeature i.no_check {
    color: #ff0000;
}

.my_feature p {
    padding: 10px 0;
    margin: 0;
}

/* ==================================================================
	CAROUSEL
================================================================== */

.carousel {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

@media not all, not all {
    .carousel-inner > .item {
        backface-visibility: hidden;
        transition: transform 0.6s ease-in-out 0s;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        transform: translate3d(100%, 0px, 0px);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        transform: translate3d(-100%, 0px, 0px);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        transform: translate3d(0px, 0px, 0px);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}

.carousel-control .fa {
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 24px;
    padding: 0.7em;
    position: absolute;
    top: 50%;
    transition: all 0.35s ease-in-out 0s;
    z-index: 5;
}

.carousel-control .fa:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.carousel-control .fa-angle-left {
    left: 0;
}

.carousel-control .fa-angle-right {
    right: 0;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    transform: translate(0px, -50%);
}

.carousel-indicators {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20em;
    line-height: 1;
    list-style: outside none none;
    padding: 0.3em 0.6em;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: 15;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    text-indent: -999px;
    width: 9px;
}

.carousel-indicators li + li {
    margin-left: 3px;
}

.carousel-indicators .active {
    background-color: #ffffff;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 20px;
    color: #ffffff;
    display: none;
    left: 20px;
    max-width: 100%;
    padding: 2em;
    position: absolute;
    right: 20px;
    text-align: left;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        display: block;
    }
}

/* ==================================================================
	CONTACT PAGE
================================================================== */

#message {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

#map {
    height: 450px;
    width: 100%
}

#map img {
    max-width: inherit
}

.map {
    position: relative
}

.map .row .col-lg-4 {
    float: right;
    margin-top: -450px;
    z-index: 9
}

.contact-icon {
    margin: 20px 0;
    overflow: hidden;
}

.map .row {
    position: relative
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}

.infobox img {
    width: 80px !important;
    padding-right: 10px
}

.infobox .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.infobox .title a {
    font-weight: bold;
}

.darkskin strong,
.darkskin h4 {
    color: #ffffff !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
}

.overlay.green-overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.parallax {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50% \9 !important;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: sub;
    z-index: 99;
}

/* ==================================================================
	BLOG
================================================================== */

.blog-widget .blog-title h2 a,
.blog-widget .blog-title h2 {
    font-size: 18px;
    line-height: 24px;
}

.blog-widget .blog-wrapper {
    border-bottom: 1px solid #dedde1;
}

.blog-widget .blog-desc {
    padding: 20px;
}

.blog-widget .blog-desc p {
    padding-bottom: 10px;
}

.blog-widget .blog-desc, .blog-title {
    padding: 25px 20px;
}

.second-bread {
    padding: 0 40px;
}

.second-bread .breadcrumb {
    margin-top: 25px;
}

.second-bread h1 {
    font-weight: 500;
    font-size: 21px;
}

.comment-wrapper h3 {
    padding: 20px;
    font-weight: 21px;
    font-weight: 600;
    text-align: center;
}

.couponform .form-control,
.contact_form .form-control,
.commentform .form-control,
.searchform .form-control,
.newsletter .form-control {
    box-shadow: none;
    font-size: 13px;
    font-style: italic;
    border-radius: 0;
    height: 46px;
    margin-bottom: 10px;
}

.contact_form textarea {
    height: 155px !important
}

.commentform textarea {
    height: 130px !important
}

.searchform .form-control {
    margin-bottom: 0;
}

.newsletter p {
    padding-bottom: 0;
}

#sidebar .widget {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid #dedde1;
    border-right: 1px solid #dedde1;
    border-bottom: 5px solid #dedde1;
    border-top: 1px solid #dedde1;
}

#sidebar .widget-title h4 {
    font-size: 18px;
}

#sidebar .widget-title hr {
    width: auto;
    border-width: 2px;
    border-color: #E0E0E3;
    margin: 0;
}

#sidebar .latest-tweets li span {
    color: #363a47;
}

#sidebar .popular-courses li img {
    background: #fff;
    border: 1px solid #969ba8;
    width: 94px;
}

#sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-desc div.post-date {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    text-align: center;
}

.blog-desc div.post-date span.month {
    color: #ffffff;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

.blog-desc div.post-date span.day {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.blog-wrapper {
    border-left: 1px solid #dedde1;
    border-right: 1px solid #dedde1;
    border-top: 1px solid #dedde1;
    background-color: #ffffff;
    position: relative;
}

.category_title {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.blog-desc p {
    padding-bottom: 0;
}

.blog-desc,
.blog-title {
    padding: 30px 40px;
}

.readmore {
    color: #363a47;
    margin-left: 61px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-title h2 a,
.blog-title h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #363a47;
    font-weight: 700;
    line-height: 36px;
}

.post-meta i {
    padding-right: 2px;
}

.post-meta span {
    margin-right: 10px;
    font-size: 13px;
}

.post-meta {
    margin-top: 10px;
}

.post-meta a,
.post-meta span {
    color: #bbbabe;
}

/* ==================================================================
	SHOP
================================================================== */

.shop-listing p {
    padding-bottom: 0;
    font-size: 13px;
}

.shop-button .btn {
    border-radius: 0 !important;
    z-index: 1000;
    position: relative;
}

.my_featureRow {
    background-color: #ffffff;
}

.total-price p {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.shop-cart .table img {
    max-width: 60px;
    margin: 0 10px;
}

.shop-cart .table > thead > tr > th,
.shop-cart .table > tbody > tr > th,
.shop-cart .table > tfoot > tr > th,
.shop-cart .table > thead > tr > td,
.shop-cart .table > tbody > tr > td,
.shop-cart .table > tfoot > tr > td {
    border-top: 1px solid #edecf0;
    line-height: 1.42857;
    padding: 15px;
}

.shop-cart tbody tr a {
    text-decoration: underline !important;
}

/* ==================================================================
	SIDEBAR STYLE
================================================================== */

#sidebar-fix {
    width: inherit;
    min-width: 280px;
    max-width: 280px;
    background-color: #fff;
    float: left;
    height: 100%;
    bottom: 0;
    left: : 0;
    overflow-y: auto;
    z-index: 9991;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    padding-top: 4em;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    text-align: left;
}

#main {
    height: 100%;
    overflow: auto;
    margin-left: 280px;
}

.side-copyright {
    position: absolute;
    bottom: 0;
    padding-left: 40px;
    text-align: left;
}

.sidebar-nav li.active {
    border-right: 4px solid #ddd;
}

.sidebar-nav {
    margin: 15px 0 30px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
}

.side-logo {
    padding: 1em 0 3em;
}

.side-logo img {
    display: block;
    margin: 0 auto;
}

.sidebar-nav li a {
    color: #363a47;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    outline: 0 none;
    text-transform: none;
}

.sidebar-nav li:first-child {
    border-top: 1px solid #ecebef;
}

.sidebar-nav li {
    padding: 4px 40px;
    border-bottom: 1px solid #ecebef;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.mobile-menu {
    z-index: 9999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    line-height: 0;
    background-color: #ffffff;
}

.mobile-menu .btn {
    border-radius: 0 !important;
    font-size: 12px !important;
}

@media (max-width: 992px) {
    #sidebar-fix {
        position: relative;
        box-shadow: none;
    }

    .mobile-menu {
        display: normal !important;
    }
}

@media screen and (max-width: 1180px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 280px);
    }

    .row-offcanvas-left {
        left: -280px;
    }

    .row-offcanvas-left.active {
        left: 0;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

/* ==================================================================
	COLORS
================================================================== */

mark,
.comment-wrapper h3,
.blog-desc div.post-date span.month,
.pagination > li > a,
.pagination > li > span,
.btn-primary {
    background-color: #4969FB;
    color: #ffffff !important;
    border-color: #4969FB;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999 !important;
    cursor: not-allowed;
    background-color: #EDECF0;
    border-color: #999;
}

.btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active,
.login,
.pagination > li > a:hover,
.pagination > li > span:hover,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #405cdb;
    border-color: #405cdb;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #06397C;
    border-color: #05397A;
}

.blue,
.topbar {
    background-color: #2e3b56 !important;
}

.why-us i,
.tags a,
.btn-default {
    border-color: #1D367C !important;
    background-color: #1D367C !important;
    color: #ffffff !important;
}

.blog-desc div.post-date span.day,
.visible-buttons a:hover,
.owl-custom .owl-controls .owl-nav [class * ="owl-"]:hover,
                                                    .nav > li > a.btn {
                                                        border-color: #1D367C !important;
                                                        background-color: #1D367C !important;
                                                        color: #ffffff !important;
                                                    }

.progress-bar,
.orange,
.ttmenu .navbar-default .dropdown-menu {
    background-color: #1D367C !important;
}

.btn-default.disabled, .btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active,
.nav > li > a.btn:hover,
.btn-default:focus,
.btn-default:hover {
    background-color: #405dde !important;
    border-color: #405dde !important
}

.course-meta .label-primary,
.feature-list i {
    background-color: #1D367C;
    border-color: #1D367C;
}

.visible-buttons a,
.ttmenu .img-thumbnail {
    background-color: #405dde;
    border-color: #405dde;
}

.ttmenu hr {
    background-color: #405dde;
    border-color: #405dde;
    height: 2px;
}

.sidebar-nav li.active {
    border-right-color: #405dde;
}

.form-control:focus {
    border-color: #405dde;
}

.shop-cart tbody .btn-remove a,
.category_title,
.callout a,
.question-answer i,
.panel-login > .panel-heading a.active,
a:focus,
a:hover,
.sidebar-nav li:hover a,
.sidebar-nav li:focus a,
.sidebar-nav li.active a,
.slider_layer_01 i,
.slider_layer_05,
.latest-tweets p a,
.shop-item-list h4 a:hover,
.shop-item-list h4:hover {
    color: #1D367C;
}

.nav > li > a.active,
.nav > li > a:hover {
    background-color: #1D367C !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

/* ==================================================================
	PANEL SEARCH
================================================================== */

.search-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.search-panel .search-label {
    font-size: 16px;
    color: #55656a;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 140px center 0;
    -ms-transform-origin: 140px center 0;
    transform-origin: 140px center 0;
}

.search-panel .search-content {
    padding: 140px 200px 0;
}

.search-panel .search-panel-close {
    position: absolute;
    right: 100px;
    top: 30px;
    color: #8a97a2;
    font-size: 50px;
    font-weight: 300;
}

.search-panel .search-panel-close:hover {
    color: #262e31;
}

.search-panel .instance-search {
    position: relative;
}

.search-panel .instance-search .search-submit {
    display: none;
}

.search-panel .instance-search .search-field {
    width: 100%;
    border: none;
    line-height: 1;
    padding: 10px 30px;
    border-bottom: 1px solid #e8ebf1;
    font-size: 60px;
    color: #262e31;
    font-weight: 300;
    text-transform: uppercase;
}

.search-panel .instance-search .search-field:focus {
    outline: none;
}

.search-panel .instance-search ::-webkit-input-placeholder {
    color: #bbc1cc;
}

.search-panel .instance-search :-moz-placeholder {
    color: #bbc1cc;
}

.search-panel .instance-search ::-moz-placeholder {
    color: #bbc1cc;
}

.search-panel .instance-search :-ms-input-placeholder {
    color: #bbc1cc;
}

.display-search .search-panel {
    opacity: 1;
    z-index: 20000;
}

.results-list {
    width: 100%;
    margin: 0;
    padding: 15px 0 15px 0;
    list-style: none;
    background-color: #fff;
}

.results-list .ui-menu-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 15px;
    overflow: hidden;
}

.results-list .ui-menu-item {
    width: 15%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
}

.results-list .ui-menu-item:first-child {
    padding-left: 0;
}

.results-list .ui-menu-item:last-child {
    padding-right: 0;
}

.results-list .ui-menu-item img {
    max-width: 100%;
    height: auto;
}

.results-list .ui-menu-item .product-title {
    padding-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: #262e31;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
}

.results-list .ui-menu-item .product-title:hover {
    color: #e34b11;
}

.results-list .ui-menu-item .product-price {
    color: #262e31;
    font-size: 14px;
    font-weight: 700;
}

.results-list .ui-menu-item .product-price ins {
    text-decoration: none;
}

.results-list .search-results {
    color: #8a97a2;
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    display: block;
    clear: both;
}

.results-list .search-results span {
    color: #262e31;
    padding-right: 5px;
}

.results-list .search-results strong {
    color: #262e31;
    text-transform: uppercase;
    padding-left: 5px;
}

.results-list .all-results {
    padding-top: 30px;
    position: relative;
    display: inline-block;
}

.results-list .all-results a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #262e31;
}

.results-list .all-results a:hover {
    color: #e34b11;
}

.results-list .all-results .fa {
    padding-left: 20px;
    font-size: 14px;
}

/* ==================================================================
	MENU BG
================================================================== */

.ttmenu .navbar-default .dropdown-menu.menu-bg {
    background-image: url(upload/menu_bg.png) !important;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.ttmenu .navbar-default .dropdown-menu.wbg {
    background-color: #ffffff !important;
}

.ttmenu .navbar-default .dropdown-menu.wbg li a {
    color: #363a47;
}

.ttmenu .navbar-default .dropdown-menu.wbg li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03)
}

.ttmenu .navbar-default .dropdown-menu.wbg li:last-child {
    border-bottom: 0 solid rgba(0, 0, 0, 0.05)
}

/* ==================================================================
	RESPONSIVENESS
================================================================== */

@media (max-width: 768px) {
    .affix {
        position: relative !important;
    }

    .slider_layer_05 {
        background-color: transparent;
    }

    .bxslider li,
    .textrotate {
        padding: 0 !important;
    }

    .callout h4 {
        border-right: 0;
        font-size: 14px;
    }

    .callout .btn {
        margin-top: 10px;
    }

    .topbar .text-left,
    .topbar .text-right {
        text-align: center !important;
        font-size: 12px;
    }

    .ttmenu .navbar-default .navbar-toggle {
        margin-top: -30px;
        margin-right: -10px;
    }
}

/* ----------------------------------------------------
	OTHERS
------------------------------------------------------- */

#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #ffffff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}

.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
}

.loader {
    margin-top: 20px;
    vertical-align: top;
}

.modal .modal-header {
    background: #2e3b56;
    border-radius: 3px 3px 0 0;
}

.modal .modal-header h3, .modal-header button {
    color: white;
    text-shadow: none;
    padding: 0;
}

.modal-header .close {
    right: 20px;
    font-size: 25px;
    display: block;
    position: absolute;
    z-index: 1;
}

.modal-content {
    -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.highlight {
    background: #A0D7F9;
}

.has-error .parsley-error-list {
    color: #900;
    font-size: 11px;
    list-style: none;
    margin-left: -18px;
}

.has-error {
    color: #900 !important;
}

.styled-checkbox .parsley-error-list, .styled-radiobox .parsley-error-list {
    color: #900;
    font-size: 11px;
    list-style: none;
    margin-left: -30px;
    margin-top: 7px;
    display: block;
}

.parsley-error-list {
    color: #900;
    list-style-type: none;
    font-size: 11px;
    margin-left: -20px;
    line-height: 16px;
    margin-top: 6px;
}

.ombra960 {
    background: url(/assets/public/images/ombra_bottom960.png) no-repeat center top;
    display: block;
    height: 20px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: 2;
}

/* List Items ---------------------------*/

.list-item {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.list-item img {
    border: 0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic !important;
}

.list-item-image {
    position: relative;
    overflow: hidden;
    height: 195px;
}

#elencoItems .list-item-image {
    height: 195px;
}

.list-item-image img {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.list-item-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.link-image {
    position: relative;
    height: 195px;
    display: block;
    cursor: pointer;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}

.image-inner img {
    display: block;
    min-height: 195px;
    width: 100%;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity = 0);
    background-color: rgba(127, 100, 181, 0.1);
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
}

.ie8 .image-overlay {
    visibility: hidden;
}

.list-item-image:hover .image-overlay {
    background-color: #405dde;
    background-color: rgba(64, 93, 222, 0.4);
    opacity: 1;
    filter: alpha(opacity = 40);
}

.ie8 .list-item-image:hover .image-overlay {
    visibility: visible;
}

.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 0px solid #FFF;
    padding: 15px 15px 5px 15px;
}

.overlay-icon i {
    color: #fff;
    font-size: 34px !important;
}

.overlay-title {
    margin-bottom: 6px;
    color: #fff;
    text-transform: uppercase;
}

.overlay-category {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.list-item-label {
    width: 100%;
    display: block;
    Background: #FFF;
    padding: 15px 20px;
    position: relative;
    color: #848484;
}

.list-item-label h4 {
    margin-bottom: 0px;
    padding-right: 215px;
    color: #435263;
}

.list-item-label h4 a {
    color: #435263;
}

.list-item-label h4 a:hover {
    color: #405dde;
}

span.list-item-location {
    margin-bottom: -10px;
    line-height: 13px;
    font-size: 13px;
    color: #777;
}

.list-item-price {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #405dde;
    font-size: 22px;
    line-height: 1.1;
}

.list-item-price a {
    color: #405dde;
    font-size: 16px;
    position: absolute;
    top: -4px;
    right: 0px;
    border: 1px solid #405dde;
    padding: 2px 4px 2px 4px;
    border-radius: 50%;
}

.list-item-price a:hover {
    background: #405dde;
    color: #FFF;
}

.list-item-price span {
    font-size: 12px;
    color: #333;
    display: block;
}

.list-item-meta {
    border-top: 1px solid #EBE8E6;
    border-bottom: 1px solid #EBE8E6;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    margin: 10px 0;
}

.list-item-review {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
}

.list-item-details {
    margin-bottom: 15px;
    line-height: 20px;
    height: 72px;
    overflow: hidden;
}

.list-item-save {
    color: #405dde;
    padding-right: 40px;
    border-top: 1px solid #EBE8E6;
    padding-top: 13px;
}

.list-item-save span {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 13px;
}

.list-item a.btn {
    background: #BBB4AB;
    color: #FFF;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    padding: 5px 15px;
    line-height: 16px;
    display: block;
}

.list-item a.btn:hover {
    background: #405dde;
    color: #FFF;
    border-left: 0;
}

.list-item-list {
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.list-item-list .list-item-image {
    width: 247px;
    float: left;
    margin: 0;
    padding: 0;
}

.list-item-list .list-item-image img {
    margin: 0;
    padding: 0
}

.list-item-list .list-item-label {
    margin: 0;
    float: left;
    width: 600px;
    padding-left: 15px;
    height: 195px;
    position: relative;
}

.list-item-list ul.credits {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 205px;
}

.lil-meta {
    /* lil=list-item-list*/
    border-top: 1px solid #EBEBEB;
    margin-right: -5px;
    padding-top: 9px;
    display: block;
    position: absolute;
    right: 20px;
    left: 15px;
    bottom: 5px;
}

.lil-meta span {
    display: inline-block;
    margin-top: 3px;
}

.lil-meta .lil-price {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    float: right;
    color: #405dde;
}

.lil-meta .lil-price span {
    font-size: 12px;
    color: #848484;
}

.lil-meta a.btn {
    float: right;
    color: #FFF;
    /* transition: 0.3s all ease; */
    -moz-transition: 0.3s all ease;
    /* -webkit-transition: 0.3s all ease; */
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    padding: 3px 25px;
}

.lil-meta a.btn:hover {
    background: #405dde;
    border-left: 0;
    text-indent: 1px;
}

.shadow {
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
}

/* Tipsy */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000
}

.tipsy-inner {
    padding: 1px 10px 0px;
    background-color: #5486da;
    color: white;
    max-width: 300px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 4px;
}

.tipsy-arrow {
    position: absolute;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px
}

.tipsy .tipsy-arrow:before {
    content: close-quote;
    position: absolute;
    width: 0px;
    height: 0px
}

.tipsy-n .tipsy-arrow:before {
    bottom: -1px;
    left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #5486DA;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px
}

.tipsy-s .tipsy-arrow:before {
    bottom: -1px;
    left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5486DA;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px
}

.tipsy-e .tipsy-arrow:before {
    bottom: -6px;
    right: 0px;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #5486da
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px
}

.tipsy-w .tipsy-arrow:before {
    bottom: 6px;
    left: -1px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #5486da
}

.tipsy-n div {
    -webkit-animation: fadeInUp 0.2s;
    animation: fadeInUp 0.2s;
}

.tipsy-s div {
    -webkit-animation: fadeInDown 0.3s;
    animation: fadeInDown 0.3s;
}

.tipsy-w div {
    -webkit-animation: fadeInRight 0.2s;
    animation: fadeInRight 0.2s;
}

.tipsy-e div {
    -webkit-animation: fadeInLeft 0.2s;
    animation: fadeInLeft 0.2s;
}

/*Tipsy color*/
.tipsy-inner {
    background-color: #405dde;
    color: white;
}

.tipsy-n .tipsy-arrow:before {
    border-bottom: 6px solid #405dde;
}

.tipsy-s .tipsy-arrow:before {
    border-top: 6px solid #405dde;
}

.tipsy-e .tipsy-arrow:before {
    border-top: 6px solid #405dde
}

.tipsy-w .tipsy-arrow:before {
    border-right: 6px solid #405dde
}

/* Credits icons */

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

.credits li {
    width: 30px;
    height: 30px;
    background: url('') #fff;
    border: 1px solid #ebebeb;
    padding: px;
    color: #999;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.credits li:hover {}

.credits li.credit-autorizzato {
    background: url('images/credits.png') #fff scroll 0 0 no-repeat;
}

.credits li:hover.credit-autorizzato {
    background: url('images/credits.png') #fff scroll 0 -60px no-repeat;
}

.credits li.credit-accreditato {
    background: url('images/credits.png') #fff scroll -30px 0 no-repeat;
}

.credits li:hover.credit-accreditato {
    background: url('images/credits.png') #fff scroll -30px -60px no-repeat;
}

.credits li.credit-certificazioni {
    background: url('images/credits.png') #fff scroll -60px 0 no-repeat;
}

.credits li:hover.credit-certificazioni {
    background: url('images/credits.png') #fff scroll -60px -60px no-repeat;
}

.credits li.credit-attestato {
    background: url('images/credits.png') #fff scroll -90px 0 no-repeat;
}

.credits li:hover.credit-attestato {
    background: url('images/credits.png') #fff scroll -90px -60px no-repeat;
}

.credits li.credit-cfp {
    background: url('images/credits.png') #fff scroll -210px 0 no-repeat;
}

.credits li:hover.credit-cfp {
    background: url('images/credits.png') #fff scroll -210px -60px no-repeat;
}

.credits li.credit-full_time {
    background: url('images/credits.png') #fff scroll -120px 0 no-repeat;
}

.credits li:hover.credit-full_time {
    background: url('images/credits.png') #fff scroll -120px -60px no-repeat;
}

.credits li.credit-part_time {
    background: url('images/credits.png') #fff scroll -150px 0 no-repeat;
}

.credits li:hover.credit-part_time {
    background: url('images/credits.png') #fff scroll -150px -60px no-repeat;
}

.credits li.credit-giorno {
    background: url('images/credits.png') #fff scroll -180px 0 no-repeat;
}

.credits li:hover.credit-giorno {
    background: url('images/icone60.png') #fff scroll -180px -60px no-repeat;
}

/* Credits 60px */

.credits.big {
    height: 60px;
}

.credits.big div {
    width: 60px;
    height: 60px;
    background: url('') #fff;
    border: 1px solid #ebebeb;
    color: #999;
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}

.credits.big div.credit-autorizzato {
    background: url('images/icone60.png') #fff scroll 0 0 no-repeat;
}

.credits.big div.credit-accreditato {
    background: url('images/icone60.png') #fff scroll -60px 0 no-repeat;
}

.credits.big div.credit-certificazioni {
    background: url('images/icone60.png') #fff scroll -120px 0 no-repeat;
}

.credits.big div.credit-attestato {
    background: url('images/icone60.png') #fff scroll -180px 0 no-repeat;
}

.credits.big div.credit-giorno {
    background: url('images/icone60.png') #fff scroll -240px 0 no-repeat;
}

.credits.big div.credit-full_time {
    background: url('images/icone60.png') #fff scroll -300px 0 no-repeat;
}

.credits.big div.credit-part_time {
    background: url('images/icone60.png') #fff scroll -360px 0 no-repeat;
}

.credits.big div.credit-cfp {
    background: url('images/icone60.png') #fff scroll -420px 0 no-repeat;
}

/* Fancy select styles ---------------------------------------- */

div.fancy-select {
    position: relative;
    font-weight: bold;
    font-size: 13px;
    color: #46565D;
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
    box-shadow: 0 0 0 1px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    border-radius: 0px;
    cursor: pointer;
    padding: 4px 26px 4px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #ccc;
    border-top-color: #A5B2CB;
    color: #4B5468;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4B5468;
    top: 14px;
    right: 9px;
}

div.fancy-select div.trigger.open {
    background: #2E3B56;
    border: 1px solid #2E3B56;
    color: #7A8498;
    box-shadow: none;
}

div.fancy-select div.trigger.open:after {
    border-top-color: #7A8498;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #A2D7F9;
    border-radius: 0px;
    /* border-top: 1px solid #A2D7F9; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 34px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 5px 12px;
    color: #337ab7;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
    background: rgba(64, 93, 222, 0.68);
    color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
    color: #fff;
}

.widget label {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
}

.sort-col {
    float: left;
    width: 95px;
    padding: 6px 0 0 18px;
}

.loading {
    position: absolute;
    background: rgba(237, 236, 240, 0.66) url("/assets/public/images/loader2.gif") no-repeat center center;
    width: 100%;
    height: 100%;
    z-index: 2;
    bottom: 50px;
    top: 0px;
}

.gspr {
    display: block;
    background-image: url("/assets/public/images/sprites.png") !important
}

.prom.prom140 {
    right: 128px;
    overflow: hidden;
    padding: 12px 0 0 0;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.prom140 {
    top: -5px;
    left: -5px;
    width: 106px;
    height: 92px;
}

.prom span.gspr {
    background-position: -43px -547px;
    font-weight: bold;
    font-size: 13px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: relative;
    backface-visibility: hidden;
}

.prom140 span.gspr {
    top: 12px;
    left: -34px;
    margin: 1px 0 0 1px;
    padding-top: 0px;
    height: 23px;
    width: 149px;
}

.prom140 i {
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 16px;
    background-position: -10px -216px
}

.prom140 i.folw {
    top: -5px;
    right: 0;
    width: 10px;
    height: 11px;
    background-position: -18px -206px
}

.modules-table {
    margin: 0 -15px;
}

.modules-table .table {
    margin: 0;
}

.modules-table td, .modules-table th {
    padding: 8px 14px !important;
}

#mini-clndr {
    font-family: Asap, Helvetica, Arial;
    margin: 0 auto;
    /* width: 294px; */
}

#mini-clndr .clndr {
    overflow: hidden;
    border-bottom: 7px solid #009dcd;
}

#mini-clndr .clndr .controls {
    background-color: #009dcd;
    color: white;
    width: 100%;
}

#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
    width: 13.5%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#mini-clndr .clndr .controls .clndr-previous-button:hover,
#mini-clndr .clndr .controls .clndr-next-button:hover {
    background-color: #0080a7;
}

#mini-clndr .clndr .controls .month {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#mini-clndr .clndr .days-container {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 260px;
}

#mini-clndr .clndr .days-container .days {
    position: absolute;
    left: 0;
    width: 100%;
    height: 270px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #ebebeb;
}

#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
    width: 14.28%;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    text-align: center;
    color: #212121;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
    background-color: #009DCD;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    cursor: pointer;
    color: white;
}

#mini-clndr .clndr .days-container .days .day.event:hover,
#mini-clndr .clndr .days-container .days .empty.event:hover {
    background-color: #31BAEC;
}

#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
    color: rgba(0, 0, 0, 0.3);
}

#mini-clndr .clndr .days-container .days .empty {
    height: 31px;
    vertical-align: bottom;
}

#mini-clndr .clndr .days-container .days .headers {
    background-color: #31baec;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mini-clndr .clndr .days-container .days .headers .day-header {
    width: 14.28%;
    display: inline-block;
    text-align: center;
    color: white;
}

#mini-clndr .clndr .days-container .events {
    position: absolute;
    left: 262px;
    width: 100%;
    height: 270px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #ebebeb;
}

#sidebar #mini-clndr .clndr .days-container .events {
    left: 360px;
}

#sidebar #mini-clndr .clndr .days-container.show-events .events {
    left: 0px;
}

#sidebar #mini-clndr .clndr .days-container.show-events .days {
    left: -360px;
}

#mini-clndr .clndr .days-container .events .headers {
    position: relative;
}

#mini-clndr .clndr .days-container .events .event-header {
    width: 100%;
    background-color: #31baec;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
}

#mini-clndr .clndr .days-container .events .x-button {
    position: absolute;
    font-size: 80%;
    top: 7px;
    left: 20px;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    color: white;
}

#mini-clndr .clndr .days-container .events .x-button:hover {
    color: white;
}

#mini-clndr .clndr .days-container .events .events-list {
    overflow: scroll;
    height: 185px;
}

#mini-clndr .clndr .days-container .events .events-list .event {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

#mini-clndr .clndr .days-container .events .events-list .event:hover {
    background-color: #f5f5f5;
}

#mini-clndr .clndr .days-container .events .events-list .event a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#mini-clndr .clndr .days-container .events .events-list .event a:hover {
    background-color: transparent;
    color: #31baec;
}

#mini-clndr .clndr .days-container.show-events .days {
    left: -262px;
}

#mini-clndr .clndr .days-container.show-events .events {
    left: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: #31baec;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

/* #Tablet (Landscape)
@media only screen and (min-width: 959px) and (max-width: 1177px)
----------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .list-item-label {
        padding: 10px;
    }

    .list-item .list-item-price {
        top: 10px;
        right: 8px;
    }

    .list-item-label h4 {
        padding-right: 30px;
    }

    .product-3 .list-item-price {
        margin-right: -20px;
        margin-top: -43px;
    }

    .list-item-list .list-item-label {
        width: 450px;
        padding-left: 15px;
    }

    .lil-review {
        display: none !important;
    }

    .image-inner img {
        display: block;
        min-height: 145px;
    }

    #elencoApp .image-inner img, #elencoServ .image-inner img {
        height: 195px;
    }

    #elencoApp .list-item-image, #elencoServ .list-item-image {
        height: 195px;
    }

    .large-list-item .list-item-image {
        height: 145px
    }
}

@media only screen and (min-width: 959px) and (max-width: 1177px) {
    .list-style .list-item-label, .list-style .list-item-label p {
        font-size: 13px;
        line-height: 18px;
    }

    .exposureWrapper {
        width: 720px;
        height: 405px !important;
    }

    .exposureTarget {
        height: 450px !important;
    }

    ul.minimal-label.pd-img li .minimal-price {
        top: 60px;
        right: 10px;
    }

    ul.minimal-label.pd-img li {
        padding: 10px 10px 20px 15px;
    }
}

/* #Tablet (Portrait)
@media only screen and (min-width: 768px) and (max-width: 991px)
----------------------------------------------------------------------*/
@media (max-width: 991px) {

    .list-item-list .list-item-label {
        height: auto;
        padding: 20px 15px 0;
    }

    .list-item-list .list-item-image, .list-item-list .list-item-label {
        width: 100%;
    }

    .lil-meta {
        position: relative;
        margin-left: -10px;
        margin-right: 10px;
        margin-top: 5px;
        left: 10px;
        text-align: center;
    }

    ul.minimal-label.pd-img li {
        height: auto;
    }

    ul.minimal-label.pd-img li a {
        font-size: 13px;
        line-height: 17px
    }

    ul.user-review li .left {
        width: 35%;
    }

    ul.user-review li .right {
        width: 65%;
    }

    #detail-slider ul.exposureThumbs li {
        width: 173px;
    }

    #left .left-arrow, #right .right-arrow {
        padding: 67px 0;
    }

    ul.detail-item > li {
        padding: 310px 140px 25px 0;
    }

    ul.detail-item > li img {
        width: 430px
    }

    .detail-meta {
        top: 310px;
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .exposureWrapper {
        width: 472px;
        height: 264px
    }
}

/* #Mobile (Landscape)
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
----------------------------------------------------------------------*/
@media (max-width: 767px) {

    #detail-slider ul.exposureThumbs li {
        width: 163px;
    }

    #left .left-arrow, #right .right-arrow {
        padding: 64px 0;
    }

    .mt-10-xs {
        margin-top: 10px;
    }

    .xs-mb-10 {
        margin-bottom: 10px;
    }

    .xs-mb {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    ul.minimal-label.pd-img li {
        height: auto;
        padding: 10px 10px 35px 15px;
    }
}

/*  #Mobile (Portrait) 320px
@media only screen and (min-width: 100px) and (max-width: 480px)
----------------------------------------------------------------------*/
@media (max-width: 479px) {
    .credits {
        position: relative !important;
    }

    .list-item-label {
        padding: 15px;
    }

    .list-item-label h4 {
        font-size: 14px;
    }

    .list-item .list-item-price {
        top: 10px;
        right: 10px;
    }

    .list-item-list ul.hotel-facility {
        position: relative;
        margin-left: 15px;
    }

    .lil-price {
        position: static;
    }

    .lil-meta {
        padding-top: 4px;
    }

    .lil-meta .lil-price {
        position: static;
        top: -241px;
        right: 10px;
        line-height: 1;
        text-align: center;
        float: none;
    }

    .lil-meta .lil-price span {
        display: block;
    }

    .lil-meta a.btn {
        display: block;
        width: 100%;
        margin: 8px 0;
    }

    ul.minimal-label.pd-img li {
        height: auto;
        padding: 10px 40px 35px 15px;
    }

    ul.minimal-label.pd-img li .minimal-price {
        top: 10px;
        right: 5px;
    }

    .mt-10-xss {
        margin-top: 10px;
    }

    .xss-mb-10 {
        margin-bottom: 10px;
    }

    .xss-mb {
        margin-bottom: 20px;
    }
}

.type-filter .panel-body {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    cursor: pointer
}

.type-filter i {
    float: left;
    margin-right: 12px;
}

.bg-secondary {
    background: #405cdb;
    color: white;
}

/* Icone Cat Certificazione */
.icon-cert {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
    background-position: left center;
    background-image: url("/assets/public/images/icons-certs.png");
}

.icon-cert.cert-16 {
    background-position: 0px center;
}

.icon-cert.cert-17 {
    background-position: -50px center;
}

.icon-cert.cert-18 {
    background-position: -100px center;
}

.icon-cert.cert-19 {
    background-position: -150px center;
}

.icon-cert.cert-20 {
    background-position: -200px center;
}

.icon-cert.cert-21 {
    background-position: -250px center;
}

.icon-cert.cert-22 {
    background-position: -300px center;
}

/* CART STEPS */
.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.no-flexer, .progress-indicator.stacked {
    display: block
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 90%;
    text-transform: uppercase
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block
}

.progress-indicator > li:hover {
    color: #6f6f6f
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #65d074
}

.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #888
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
    background-color: #65d074;
    border-color: #247830
}

.progress-indicator > li .bubble:before {
    left: 0
}

.progress-indicator > li .bubble:after {
    right: 0
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
    color: #337AB7
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
    background-color: #337AB7;
    border-color: #122a3f
}

.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}

.progress-indicator > li a:hover .bubble {
    color: #5671d0
}

.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

.progress-indicator > li.danger .bubble {
    color: #d3140f
}

.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.progress-indicator > li.warning .bubble {
    color: #edb10a
}

.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
    background-color: #5b32d6;
    border-color: #25135d
}

.progress-indicator > li.info .bubble {
    color: #5b32d6
}

.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.progress-indicator.stacked > li a {
    border: none
}

.progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0
}

.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
    left: 10px
}

.progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 40px !important
}

@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%
    }
}

/* SHOP CART */

.shop a.button,
.shop button.button,
.shop input.button,
.shop #respond input#submit {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #5ba5af;
    border-color: #5ba5af;
    -moz-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

.shop a.button:hover,
.shop button.button:hover,
.shop input.button:hover,
.shop #respond input#submit:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop a.button:hover,
.shop button.button:hover,
.shop input.button:hover,
.shop #respond input#submit:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop a.button.alt,
.shop button.button.alt,
.shop input.button.alt,
.shop #respond input#submit.alt {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #5ba5af;
    border-color: #5ba5af;
    -moz-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

.shop a.button.alt:hover,
.shop button.button.alt:hover,
.shop input.button.alt:hover,
.shop #respond input#submit.alt:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop a.button.alt:hover,
.shop button.button.alt:hover,
.shop input.button.alt:hover,
.shop #respond input#submit.alt:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop a.btn-remove {
    width: 20px;
    height: 20px;
    line-height: 19px;
}

.shop .shop-breadcrumb {
    font-size: 13px;
}

.shop .quantity .qty {
    width: 70px;
}

.shop div.product .product-sidebar .images {
    margin-bottom: 0;
}

.shop div.product .product-sidebar .images img {
    padding: 0;
    border: 0;
}

.shop div.product .product-sidebar .lp-product-meta {
    padding: 0 20px 8px;
    color: #777777;
    font-size: 14px;
}

.shop div.product .product-sidebar .lp-product-meta ul {
    padding: 0;
    margin: 0;
}

.shop div.product .product-sidebar .lp-product-meta ul hr {
    display: none;
}

.shop div.product .product-sidebar .lp-product-meta ul li {
    list-style: none;
    padding: 8px 0;
    clear: both;
    overflow: hidden;
}

.shop div.product .product-sidebar .lp-product-meta ul li .avg-rating,
.shop div.product .product-sidebar .lp-product-meta ul li .star-rating {
    float: left;
}

.shop div.product .product-sidebar .lp-product-meta ul li .star-rating {
    margin-top: 7px;
    margin-left: 5px;
}

.shop div.product .product-sidebar .in-stock {
    display: none;
}

.shop div.product .product-sidebar .cart {
    margin: 0;
}

.shop div.product .product-sidebar .cart .quantity {
    display: none !important;
}

.shop div.product .product-sidebar .cart .button {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #5ba5af;
    border-color: #5ba5af;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}

.shop div.product .product-sidebar .cart .button:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop div.product .product-sidebar .cart .button:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop div.product .product-sidebar .cart .button.added {
    display: none;
}

.shop div.product .product-sidebar .cart .button.loading:after {
    display: none;
}

.shop div.product .product-sidebar .out-of-stock {
    background-color: #5ba5af;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}

.shop div.product .product-sidebar .btn {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #5ba5af;
    border-color: #5ba5af;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.shop div.product .product-sidebar .btn:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop div.product .product-sidebar .btn:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop div.product .product-sidebar .btn.added {
    display: none;
}

.shop div.product .product-sidebar .btn.loading:after {
    display: none;
}

.shop div.product .product-sidebar .added_to_cart.wc-forward {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 12px;
    background-color: #5ba5af;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-color: #5ba5af;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.shop div.product .product-sidebar .added_to_cart.wc-forward:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop div.product .product-content .thumbnails a {
    display: block;
}

.shop div.product .product-content .bx-wrapper {
    margin-bottom: 20px !important;
}

.shop div.product .product-content .shop-tabs {
    margin-top: 30px;
}

.shop div.product .product-content .shop-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.shop div.product .product-content .shop-tabs ul.tabs li.reviews_tab {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.shop div.product .product-content .shop-tabs ul.tabs li.reviews_tab a {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    display: block;
}

.shop div.product .product-content .shop-tabs ul.tabs li.reviews_tab a:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop div.product .product-content .shop-tabs .panel {
    background-color: #edecf0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    border: 1px solid #dedde1;
}

.shop div.product .product-content .shop-tabs .panel h2 {
    display: none;
}

.shop div.product .product-content .shop-tabs .commentlist .star-rating {
    float: left;
    margin-bottom: 10px;
}

.shop div.product .product-content .shop-tabs .commentlist .description {
    clear: both;
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a:after {
    font-family: FontAwesome;
    content: "\f005";
    color: #888;
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a:hover:after,
.shop div.product .product-content .shop-tabs .comment-form-rating .stars a.active:after {
    color: #ffb432;
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a.star-2:after {
    content: "\f005\f005";
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a.star-3:after {
    content: "\f005\f005\f005";
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

.shop div.product .product_title {
    color: #363a47;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.shop div.product .shop-product-rating {
    margin-bottom: 5px;
}

.shop div.product form.cart {
    margin-top: 2em;
}

.shop div.product form.cart .view-detail-button {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 8px 12px;
    float: left;
    margin-left: 5px;
    display: none;
}

.shop div.product form.cart .view-detail-button:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop div.product form.cart label,
.shop div.product form.cart .label {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.shop div.product form.cart .variations label {
    font-weight: 400;
}

.shop div.product form.cart .variations select {
    height: 40px;
    padding: 10px 20px;
    border-color: #f6f6f6;
    color: #666;
}

.shop div.product form.cart table {
    width: 100%;
}

.shop div.product form.cart table td {
    display: block;
}

.shop div.product .summary .shop-review-link {
    margin-left: 8px;
}

.shop div.product .summary .shop-product-rating {
    margin-bottom: 0;
}

.shop div.product .summary .price {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.shop div.product .summary .price del {
    display: inline;
    padding-right: 5px;
    color: #888;
    font-size: 15px;
}

.shop div.product .summary .price ins {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.shop div.product .summary .price ins span {
    color: #e34b11;
}

.shop div.product .summary .stock {
    font-size: 13px;
    color: #666;
}

.shop div.product .summary .stock span {
    font-weight: 700;
}

.shop div.product .summary .stock.in-stock span {
    color: #b0d95e;
}

.shop div.product .summary .stock.out-of-stock span {
    color: #888;
    text-decoration: line-through;
}

.shop div.product .product_meta {
    clear: both;
    margin: 0;
    padding: 30px 0 0;
}

.shop div.product .product_meta select {
    height: 40px;
    display: block;
    padding: 10px 20px;
    border-color: #f6f6f6;
    color: #666;
}

.shop div.product .posted_in {
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

.shop div.product .posted_in a {
    font-weight: 400;
}

.shop.shop-single-alt div.product .product-content {
    float: right;
}

.shop.shop-single-alt div.product div.images {
    margin-bottom: 0;
}

.shop.shop-single-alt div.product div.images a {
    display: block;
}

.shop.shop-single-alt div.product .product-title {
    margin-top: 0;
}

.shop.shop-single-alt div.product .lp-product-meta {
    padding-top: 0;
    background-color: #3f4451;
    padding: 15px 20px 10px;
    color: #fff;
    font-size: 13px;
}

.shop.shop-single-alt div.product .lp-product-meta ul hr {
    display: block;
    background: #626774;
    border-color: #121724;
    height: 1px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.shop.shop-single-alt div.product .lp-product-meta ul:last-child hr:last-child {
    display: none;
}

.shop.shop-single-alt div.product .lp-product-meta li {
    padding: 0;
}

.shop.shop-single-alt div.product .lp-product-meta li a {
    color: #fff;
}

.shop.shop-single-alt div.product .lp-product-meta li:after {
    background: #626774;
    border-color: #121724;
    height: 1px;
    margin-bottom: 6px;
    margin-top: 6px;
    content: "";
}

.shop.shop-single-alt .related.products .related-title {
    text-align: right;
    float: right;
    margin-bottom: 30px;
}

.shop .upsells h2,
.shop .related h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0;
}

.shop .related h2 {
    margin-top: 0;
}

.shop .products ul,
.shop ul.products {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.shop .products ul.owl-carousel,
.shop ul.products.owl-carousel {
    margin-left: 0;
    margin-right: 0;
}

.shop .products ul.owl-carousel li.product,
.shop ul.products.owl-carousel li.product {
    padding-left: 0;
    padding-right: 0;
}

.shop ul.products li.product {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.shop ul.products li.product.first {
    clear: left;
}

.shop ul.products li.product .product-inner {
    position: relative;
}

.shop ul.products li.product .product-inner .shop-content-box {
    border: 1px solid #f5f5f5;
    padding: 20px;
}

.shop ul.products li.product .product-inner .lp-product-image {
    position: relative;
    display: block;
}

.shop ul.products li.product .product-inner .lp-product-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.shop ul.products li.product .product-inner:hover .lp-product-image:after {
    opacity: 1;
}

.shop ul.products li.product a img {
    margin: 0;
}

.shop ul.products li.product h3 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 0 10px;
    line-height: 1.3;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #363a47;
}

.shop ul.products li.product h3:hover {
    color: #e34b11;
}

.shop ul.products li.product .product-cat a {
    color: #666;
    margin-top: 20px;
    display: block;
}

.shop ul.products li.product .product-cat a:hover {
    color: #e34b11;
}

.shop ul.products li.product .star-rating {
    float: right;
    font-size: 14px;
}

.shop ul.products li.product .price {
    line-height: 1;
    display: block;
    position: relative;
    color: #777;
    font-size: 14px;
}

.shop ul.products li.product .price span {
    font-weight: 400;
    display: inline-block;
}

.shop ul.products li.product .price del {
    display: inline-block;
}

.shop ul.products li.product .price del span {
    color: #666;
    display: block;
}

.shop ul.products li.product .price del .amount {
    padding-top: 0;
}

.shop ul.products li.product .price ins {
    text-decoration: none;
}

.shop ul.products li.product .price ins .amount {
    padding-top: 0;
    display: inline-block;
}

.shop ul.products li.product .button {
    line-height: 1;
    text-transform: none;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #5ba5af;
    color: #ffffff;
    border-color: #5ba5af;
    font-weight: 600;
    padding: 10px 12px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
}

.shop ul.products li.product .button:after {
    display: none !important;
}

.shop ul.products li.product .button:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop ul.products li.product .button.loading:after {
    top: 1px;
    right: -18px;
}

.shop ul.products li.product .button.add_to_cart_button.added {
    display: none;
}

.shop ul.products li.product .added_to_cart.wc-forward {
    line-height: 1;
    text-transform: none;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #5ba5af;
    color: #ffffff;
    border-color: #5ba5af;
    font-weight: 600;
    padding: 10px 12px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
}

.shop ul.products li.product .added_to_cart.wc-forward:hover {
    background-color: #428992;
    border-color: #5db9c5;
}

.shop ul.products li.product .clear {
    display: none;
}

.shop ul.products li.product-category h3 {
    margin-top: 20px;
}

.shop ul.products li.product-category h3 mark {
    background-color: transparent;
}

.shop .star-rating {
    font-size: 14px;
    width: 65px;
}

.shop .star-rating span:before {
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop .star-rating:before {
    font-family: FontAwesome;
    content: "\f006\f006\f006\f006\f006";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop .star-rating:before {
    color: #eabe12;
}

.shop .star-rating span:before {
    color: #eabe12;
}

.shop nav.shop-pagination {
    margin-top: 40px;
}

.shop nav.shop-pagination ul {
    margin: 0;
    padding: 0;
    border-width: 0;
}

.shop nav.shop-pagination ul li {
    border-right-width: 0;
    margin-left: 4px;
}

.shop nav.shop-pagination ul li span,
.shop nav.shop-pagination ul li a {
    min-width: 40px;
    padding: 0;
    height: 40px;
    margin: 0 3px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    background-color: #5ba5af;
    color: #fff;
    border: 1px solid #5ba5af;
}

.shop nav.shop-pagination ul li span:hover,
.shop nav.shop-pagination ul li a:hover {
    background-color: #428992;
    border-color: #5db9c5;
    color: #fff;
}

.shop nav.shop-pagination ul li span.next,
.shop nav.shop-pagination ul li a.next {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 37px;
}

.shop nav.shop-pagination ul li span.prev,
.shop nav.shop-pagination ul li a.prev {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 37px;
}

.shop nav.shop-pagination ul li span.current,
.shop nav.shop-pagination ul li a:hover {
    background-color: #428992;
    border-color: #5db9c5;
    color: #fff;
}

.shop .wishlist-title h2 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.shop table.shop_table {
    border-color: #ddd;
}

.shop table.shop_table img {
    width: 100px;
}

.shop table.shop_table thead th {
    padding: 10px 15px;
    border-right: 1px solid #edecf0;
    color: #363a47;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.shop table.shop_table thead th:last-child {
    border-right: none;
}

.shop table.shop_table tbody td {
    padding: 10px 15px;
    border-right: 1px solid #edecf0;
}

.shop table.shop_table tbody td:last-child {
    border-right: none;
}

.shop table.shop_table tbody tr:last-child td {
    border-top: 1px solid #edecf0;
}

.shop table.shop_table tfoot td,
.shop table.shop_table tfoot th {
    padding: 10px 15px;
    border-right: 1px solid #edecf0;
}

.shop table.shop_table tfoot td:last-child,
.shop table.shop_table tfoot th:last-child {
    border-right: none;
}

.shop table.shop_table .product-remove {
    padding: 0;
    text-align: center;
}

.shop table.shop_table .product-remove a {
    color: #dc4f4f !important;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.shop table.shop_table .product-remove a:hover {
    color: #fff !important;
    background-color: #dc4f4f;
}

.shop table.shop_table .product-thumbnail {
    text-align: center;
}

.shop table.shop_table .product-thumbnail img {
    width: 70px;
    height: auto;
}

.shop table.shop_table .product-thumbnail-name img {
    margin-right: 15px;
}

.shop table.shop_table .product-stock-status span.wishlist-in-stock {
    color: #b0d95e;
    font-weight: 700;
}

.shop table.shop_table .product-stock-status span.wishlist-out-of-stock {
    font-weight: 700;
    color: #888;
}

.shop table.shop_table .product-name a {
    font-size: 13px;
}

.shop table.shop_table .product-price span,
.shop table.shop_table .product-subtotal span {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.shop table.shop_table .product-add-to-cart {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.shop table.shop_table .product-add-to-cart a {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block !important;
}

.shop table.shop_table .product-add-to-cart a:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop table.shop_table .product-add-to-cart .sale-price-date {
    display: none;
}

.shop table.shop_table td.actions {
    padding: 20px;
}

.shop table.shop_table td.actions .coupon label {
    display: none;
}

.shop table.shop_table td.actions .coupon .input-text {
    padding: 6px 8px;
    line-height: 20px;
    font-size: 14px;
    color: #555;
}

.shop table.shop_table td.actions .coupon .button {
    float: left;
}

.shop table.shop_table td.actions .button {
    float: right;
}

.shop table.wishlist_table {
    font-size: 13px;
}

.shop table.wishlist_table thead th {
    border-width: 0;
}

.shop table.wishlist_table .product-price,
.shop table.wishlist_table .product-stock-stauts {
    text-align: center;
}

.shop table.wishlist_table a.btn-remove {
    font-size: 24px;
    line-height: 18px;
}

.shop .cart-collaterals {
    overflow: hidden;
}

.shop .cart-collaterals .cart_totals {
    float: right;
    width: 30%;
}

.shop .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    color: #363a47;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #edecf0;
    border-bottom: none;
    margin: 0;
    text-align: center;
}

.shop .cart-collaterals .cart_totals h2:after {
    display: none;
}

.shop .cart-collaterals .cart_totals table {
    width: 100%;
    border: 1px solid #edecf0;
}

.shop .cart-collaterals .cart_totals table th {
    width: 50%;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}

.shop .cart_totals .order-total td, .shop .cart_totals .order-total th {
    font-size: 18px !important;
}

.shop .cart-collaterals .cart_totals table td {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

.shop .cart-collaterals .cart_totals table td span {
    font-weight: 400;
}

.shop .cart-collaterals .cart_totals table .shipping td {
    font-size: 13px;
    font-weight: 400;
}

.shop .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    float: right;
    margin-right: 10px;
}

.shop form .form-row {
    padding: 5px 0;
}

.shop form.checkout_coupon {
    border: none;
    padding: 0;
    margin-top: 10px;
}

.shop form.checkout_coupon .form-row {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.shop form.checkout {
    padding: 0 30px;
}

.shop form.checkout h3 {
    color: #363a47;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.shop form.checkout h3:after {
    background-color: #999eab;
    margin: 17px 0 0;
    width: 45px;
    height: 2px;
    content: "";
    display: block;
}

.shop form.checkout .form-row label {
    font-weight: 600;
    color: #777;
}

.shop form.checkout .form-row .input-text,
.shop form.checkout .form-row .select2-container {
    color: #555;
    border: 1px solid #ddd;
}

.shop form.checkout .select2-container .select2-choice,
.shop form.checkout .input-text {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.shop form.checkout .form-row-first,
.shop form.checkout .form-row-last {
    width: 50%;
    float: left;
}

.shop form.checkout .form-row-first {
    padding-right: 15px;
}

.shop form.checkout .form-row-last {
    padding-left: 15px;
}

.shop form.checkout .create-account label {
    display: inline-block;
}

.shop form.checkout .shop-shipping-fields h3 {
    position: relative;
}

.shop form.checkout .shop-shipping-fields h3 label {
    display: inline-block;
}

.shop form.checkout .order-review {
    padding: 30px;
}

.shop table.shop-checkout-review-order-table .product-total,
.shop table.shop-checkout-review-order-table .cart-subtotal td,
.shop table.shop-checkout-review-order-table .shipping td,
.shop table.shop-checkout-review-order-table .order-total td {
    text-align: right;
}

.shop table.shop-checkout-review-order-table .amount {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.shop ul.order_details li strong {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.shop table.my_account_orders th {
    font-size: 14px;
    border-left: 1px solid #f6f6f6;
}

.shop table.my_account_orders th.order-number {
    border-left: 0;
}

.shop table.my_account_orders td {
    font-size: 13px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-left: 1px solid #f6f6f6;
}

.shop table.my_account_orders td.order-number {
    border-left: 0;
}

.shop form.login,
.shop form.register {
    border: none;
    padding: 0;
    margin: 0;
}

.shop form.login label,
.shop form.register label {
    font-weight: 400;
}

.shop .input-text {
    padding: 10px;
}

.shop .comment-respond .comment-reply-title {
    font-size: 18px;
    font-weight: 500;
}

.shop .comment-respond .comment-reply-title:after {
    background-color: #999eab;
    margin: 17px 0 0;
    width: 45px;
    height: 2px;
    content: "";
    display: block;
}

.shop .comment-respond .comment-form {
    margin: 15px 0;
}

.shop .comment-respond .comment-form label {
    font-weight: 400;
    color: #777;
}

.shop .comment-respond .comment-form input[type=text],
.shop .comment-respond .comment-form textarea {
    border-color: #ccc;
    padding: 0 10px;
    color: #555;
    font-style: italic;
}

.shop .comment-respond .comment-form .comment-form-author {
    padding-right: 15px;
}

.shop .comment-respond .comment-form .comment-form-email {
    padding-left: 15px;
}

.shop .comment-respond .comment-form .comment-form-author,
.shop .comment-respond .comment-form .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.shop .comment-respond .comment-form .comment-form-author label,
.shop .comment-respond .comment-form .comment-form-email label {
    display: block;
}

.shop .comment-respond .comment-form .comment-form-author input,
.shop .comment-respond .comment-form .comment-form-email input {
    width: 100%;
}

.shop .comment-respond .comment-form .form-submit .submit {
    width: 100%;
    padding: 15px;
}

.shop #reviews #comments ol.commentlist {
    padding: 0;
}

.shop #reviews #comments ol.commentlist li {
    padding: 0;
}

.shop #reviews #comments ol.commentlist li img.avatar {
    top: 0;
    width: 60px;
    height: auto;
    padding: 0;
    border-width: 0;
    background-color: transparent;
}

.shop #reviews #comments ol.commentlist li .comment-text {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 80px;
    padding: 0;
    border-width: 0;
}

.shop #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #363a47;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.shop #reviews #comment {
    height: 150px;
}

.shop .related.products .related-title {
    text-align: center;
    margin-bottom: 30px;
}

.shop .related.products .related-title img {
    max-width: 400px;
}

.shop .related.products .related-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-top: 20px;
    text-align: left;
}

.shop .related.products .related-title h2:after {
    background-color: #999eab;
    margin: 17px 0 0;
    width: 45px;
    height: 2px;
    content: "";
    display: block;
}

.shop .widget_price_filter .ui-slider .ui-slider-handle,
.shop .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #e34b11;
}

.shop .widget_price_filter .price_slider_amount .button {
    outline: 0;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #e34b11;
    color: #ffffff;
    border-color: #e34b11;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    font-style: normal;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.shop .widget_price_filter .price_slider_amount .button:hover {
    background-color: #c42c00;
    border-color: #fd652b;
    color: #fff;
}

.shop .widget_price_filter .price_slider_amount .price_label {
    font-size: 13px;
}

.shop .widget_price_filter .price_slider_amount .price_label span {
    font-size: 13px;
}

.shop .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #464646;
}

.shop .widget_layered_nav_filters ul li a:before {
    color: #e34b11;
}

.shop .widget_product_categories ul li,
.shop .widget_layered_nav ul li {
    border-bottom: solid 1px #f6f6f6;
    padding: 8px 0;
}

.shop .widget_product_categories ul li ul,
.shop .widget_layered_nav ul li ul {
    margin-top: 8px;
    padding-left: 15px;
    border-top: solid 1px #f6f6f6;
}

.shop ul.cart_list li,
.shop ul.product_list_widget li {
    padding: 5px 0;
}

.shop ul.cart_list li img,
.shop ul.product_list_widget li img {
    margin-left: 15px;
}

.shop ul.cart_list li .amount,
.shop ul.product_list_widget li .amount {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.shop ul.cart_list li del .amount,
.shop ul.product_list_widget li del .amount {
    color: #888;
    font-size: 12px;
}

.shop ul.cart_list li .product-title,
.shop ul.product_list_widget li .product-title {
    padding-bottom: 3px;
    display: inline;
}

.shop ul.cart_list li .star-rating,
.shop ul.product_list_widget li .star-rating {
    margin-bottom: 3px;
}

.shop ul.cart_list li img,
.shop ul.product_list_widget li img {
    width: 50px;
}

.shop form.login {
    background-color: transparent;
}

.shop .widget_shopping_cart .cart_list li,
.shop.widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-right: 2em;
    padding-bottom: 10px;
}

.shop .widget_shopping_cart .cart_list li a.btn-remove,
.shop.widget_shopping_cart .cart_list li a.btn-remove {
    left: auto;
    right: 0;
}

.shop .widget_shopping_cart .total,
.shop.widget_shopping_cart .total {
    border-top: 1px solid #f6f6f6;
}

.shop .widget_shopping_cart .buttons .checkout,
.shop.widget_shopping_cart .buttons .checkout {
    float: right;
}

.shop .widget_product_search form,
.shop.widget_product_search form {
    position: relative;
    padding: 7px 5px 7px 30px;
    border: 1px solid #eee;
}

.shop .widget_product_search form:before,
.shop.widget_product_search form:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    left: 7px;
    top: 15px;
}

.shop .widget_product_search label,
.shop.widget_product_search label,
.shop .widget_product_search input[type=submit],
.shop.widget_product_search input[type=submit] {
    display: none;
}

.shop .widget_product_search .search-field,
.shop.widget_product_search .search-field {
    border-width: 0;
    width: 100%;
}

.shop .widget_product_tag_cloud .tagcloud a,
.shop.widget_product_tag_cloud .tagcloud a {
    padding: 8px 10px;
    margin: 0 3px 6px 0;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 400;
    background-color: #eee;
}

.shop .widget_product_tag_cloud .tagcloud a:hover,
.shop.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.shop .col2-set {
    margin: 0 -15px;
}

.shop .col2-set .col-1,
.shop .col2-set .col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.shop.columns-1 ul.products li.product {
    margin-right: 0;
    padding: 0 15px;
    float: left;
    width: 100%;
}

.shop.columns-2 ul.products li.product {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.shop.columns-3 ul.products li.product {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}

.shop.columns-4 ul.products li.product {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.shop.columns-5 ul.products li.product {
    width: 20%;
    padding: 0 15px;
    float: left;
}

.shop.columns-6 ul.products li.product {
    width: 16.66%;
    padding: 0 15px;
    float: left;
}

.page-template-template-boxed-content-php .shop {
    padding: 20px 30px;
    overflow: hidden;
}

.page-template-template-boxed-content-php .shop h2 {
    font-weight: 500;
    color: #363a47;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-template-boxed-content-php .shop h2:after {
    background-color: #999eab;
    margin: 17px 0 0;
    width: 45px;
    height: 2px;
    content: "";
    display: block;
}

.shop-cart .entry-footer {
    clear: both;
}

.shop-checkout h2,
.shop-account h2,
.comment-respond h2,
.shop-checkout h3,
.shop-account h3,
.comment-respond h3 {
    font-size: 18px;
}

.shop ul.product_list_widget li {
    border: none;
}

.shop-single-alt.shop div.product .product_title {
    margin-top: 20px;
}

.shop form .form-row input.input-text,
.shop form .form-row textarea {
    border: 1px solid #ddd;
}

.shop .blockUI.blockOverlay:before {
    display: none !important;
}

.shop .login p {
    color: #777777;
}

.shop div.product .product-content .shop-tabs .comment-form-rating .stars a:before {
    display: none;
}

.clear, .shop .shop-breadcrumb:after, .shop .shop-error:after, .shop .shop-info:after,
.shop .shop-message:after {
    clear: both
}

.shop div.product form.cart .reset_variations, .shop form .form-row label.hidden {
    visibility: hidden
}

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

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

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


p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}

p.demo_store a {
    color: #fff
}

.admin-bar p.demo_store {
    top: 32px
}

.shop .blockUI.blockOverlay {
    position: relative
}

.shop .blockUI.blockOverlay:before, .shop .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../public/images/loader2.gif) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.shop a.btn-remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.shop a.btn-remove:hover {
    color: #fff !important;
    background: red
}

.shop .shop-error, .shop .shop-info, .shop .shop-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none !important;
    width: auto;
    word-wrap: break-word
}

.shop .shop-error:after, .shop .shop-error:before, .shop .shop-info:after,
.shop .shop-info:before, .shop .shop-message:after, .shop .shop-message:before {
    content: " ";
    display: table
}

.shop .shop-error:before, .shop .shop-info:before, .shop .shop-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.shop .shop-error .button, .shop .shop-info .button, .shop .shop-message .button {
    float: right
}

.shop .shop-error li, .shop .shop-info li, .shop .shop-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.shop .shop-message {
    border-top-color: #8fae1b
}

.shop .shop-message:before {
    content: "\e015";
    color: #8fae1b
}

.shop .shop-info {
    border-top-color: #1e85be
}

.shop .shop-info:before {
    color: #1e85be
}

.shop .shop-error {
    border-top-color: #b81c23
}

.shop .shop-error:before {
    content: "\e016";
    color: #b81c23
}

.shop small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.shop .shop-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.shop .shop-breadcrumb:after, .shop .shop-breadcrumb:before {
    content: " ";
    display: table
}

.shop .shop-breadcrumb a {
    color: #777
}

.shop .quantity .qty {
    width: 3.631em;
    text-align: center
}

.shop div.product {
    margin-bottom: 0;
    position: relative
}

.shop div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.shop #reviews #comments .add_review:after, .shop .products ul:after,
.shop div.product form.cart:after, .shop div.product p.cart:after,
.shop nav.shop-pagination ul, .shop ul.products:after {
    clear: both
}

.shop div.product p.price, .shop div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.shop div.product p.price ins, .shop div.product span.price ins {
    background: inherit;
    font-weight: 700
}

.shop div.product p.price del, .shop div.product span.price del {
    opacity: .5
}

.shop div.product p.stock {
    font-size: .92em
}

.shop div.product .stock {
    color: #77a464
}

.shop div.product .out-of-stock {
    color: red
}

.shop div.product .shop-product-rating {
    margin-bottom: 1.618em
}

.shop div.product div.images, .shop div.product div.summary {
    margin-bottom: 2em
}

.shop div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.shop div.product div.images div.thumbnails {
    padding-top: 1em
}

.shop div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.shop div.product div.social span {
    margin: 0 0 0 2px
}

.shop div.product div.social span span {
    margin: 0
}

.shop div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.shop div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.shop div.product .shop-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.shop div.product .shop-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.shop div.product .shop-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.shop div.product form.cart:after, .shop div.product form.cart:before,
.shop div.product p.cart:after, .shop div.product p.cart:before {
    display: table;
    content: " "
}

.shop div.product .shop-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.shop div.product .shop-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.shop div.product .shop-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.shop div.product .shop-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.shop div.product .shop-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.shop div.product .shop-tabs ul.tabs li:after, .shop div.product .shop-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " "
}

.shop div.product .shop-tabs ul.tabs li:before {
    left: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.shop div.product .shop-tabs ul.tabs li:after {
    right: -6px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.shop div.product .shop-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.shop div.product .shop-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.shop div.product form.cart, .shop div.product p.cart {
    margin-bottom: 2em
}

.shop div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.shop div.product form.cart table {
    border-width: 0 0 1px
}

.shop div.product form.cart table td {
    padding-left: 0
}

.shop div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.shop div.product form.cart table small.stock {
    display: block;
    float: none
}

.shop div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0
}

.shop div.product form.cart .variations td, .shop div.product form.cart .variations th {
    border: 0
}

.shop div.product form.cart .variations label {
    font-weight: 700
}

.shop div.product form.cart .variations select {
    width: 100%;
    float: left
}

.shop div.product form.cart .variations td.label {
    padding-right: 1em
}

.shop div.product form.cart .variations td {
    vertical-align: top
}

.shop div.product form.cart .shop-variation-description p {
    margin-bottom: 1em
}

.shop div.product form.cart .wc-no-matching-variations {
    display: none
}

.shop div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.shop div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.shop div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.shop span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased
}

.shop .products ul, .shop ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both
}

.shop .products ul:after, .shop .products ul:before, .shop ul.products:after,
.shop ul.products:before {
    content: " ";
    display: table
}

.shop .products ul li, .shop ul.products li {
    list-style: none
}

.shop ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.shop ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.shop ul.products li.product a {
    text-decoration: none
}

.shop ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.shop ul.products li.product strong {
    display: block
}

.shop ul.products li.product .star-rating {
    font-size: .857em
}

.shop ul.products li.product .button {
    margin-top: 1em
}

.shop ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.shop ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: block
}

.shop ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700
}

.shop ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.shop .shop-ordering, .shop .shop-result-count {
    margin: 0 0 1em
}

.shop .shop-ordering select {
    vertical-align: top
}

.shop nav.shop-pagination {
    text-align: center
}

.shop nav.shop-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.shop nav.shop-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.shop nav.shop-pagination ul li a, .shop nav.shop-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.shop nav.shop-pagination ul li a:focus, .shop nav.shop-pagination ul li a:hover,
.shop nav.shop-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.shop #respond input#submit, .shop a.button, .shop button.button, .shop input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .715em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}

.shop #respond input#submit.loading, .shop a.button.loading, .shop button.button.loading,
.shop input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.shop #respond input#submit.loading:after, .shop a.button.loading:after,
.shop button.button.loading:after, .shop input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.shop #respond input#submit.added:after, .shop a.button.added:after,
.shop button.button.added:after, .shop input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.shop #respond input#submit:hover, .shop a.button:hover, .shop button.button:hover,
.shop input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.shop #respond input#submit.alt, .shop a.button.alt, .shop button.button.alt,
.shop input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.shop #respond input#submit.alt:hover, .shop a.button.alt:hover,
.shop button.button.alt:hover, .shop input.button.alt:hover {
    background-color: #935386;
    color: #fff
}

.shop #respond input#submit.alt.disabled, .shop #respond input#submit.alt.disabled:hover,
.shop #respond input#submit.alt:disabled, .shop #respond input#submit.alt:disabled:hover,
.shop #respond input#submit.alt:disabled[disabled], .shop #respond input#submit.alt:disabled[disabled]:hover,
.shop a.button.alt.disabled, .shop a.button.alt.disabled:hover, .shop a.button.alt:disabled,
.shop a.button.alt:disabled:hover, .shop a.button.alt:disabled[disabled],
.shop a.button.alt:disabled[disabled]:hover, .shop button.button.alt.disabled,
.shop button.button.alt.disabled:hover, .shop button.button.alt:disabled,
.shop button.button.alt:disabled:hover, .shop button.button.alt:disabled[disabled],
.shop button.button.alt:disabled[disabled]:hover, .shop input.button.alt.disabled,
.shop input.button.alt.disabled:hover, .shop input.button.alt:disabled,
.shop input.button.alt:disabled:hover, .shop input.button.alt:disabled[disabled],
.shop input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.shop #respond input#submit.disabled, .shop #respond input#submit:disabled,
.shop #respond input#submit:disabled[disabled], .shop a.button.disabled,
.shop a.button:disabled, .shop a.button:disabled[disabled], .shop button.button.disabled,
.shop button.button:disabled, .shop button.button:disabled[disabled],
.shop input.button.disabled, .shop input.button:disabled, .shop input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5
}

.shop #respond input#submit.disabled:hover, .shop #respond input#submit:disabled:hover,
.shop #respond input#submit:disabled[disabled]:hover, .shop a.button.disabled:hover,
.shop a.button:disabled:hover, .shop a.button:disabled[disabled]:hover,
.shop button.button.disabled:hover, .shop button.button:disabled:hover,
.shop button.button:disabled[disabled]:hover, .shop input.button.disabled:hover,
.shop input.button:disabled:hover, .shop input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.shop .cart .button, .shop .cart input.button {
    float: none
}

.shop a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}

.shop #reviews #comments .add_review:after, .shop #reviews #comments .add_review:before,
.shop #reviews #comments ol.commentlist li .comment-text:after, .shop #reviews #comments ol.commentlist li .comment-text:before,
.shop #reviews #comments ol.commentlist:after, .shop #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.shop #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.shop #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.shop #reviews h3 {
    margin: 0
}

.shop #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.shop #reviews #comment {
    height: 75px
}

.shop #reviews #comments h2 {
    clear: none
}

.shop #review_form #respond:after, .shop #reviews #comments ol.commentlist li .comment-text:after,
.shop #reviews #comments ol.commentlist:after, .shop .shop-product-rating:after,
.shop td.product-name dl.variation:after {
    clear: both
}

.shop #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.shop #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0
}

.shop #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.shop #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.shop #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.shop #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.shop #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.shop #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}

.shop #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.shop #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.shop #reviews #comments .commentlist > li:before {
    content: ""
}

.shop .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.shop .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.shop .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.shop .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.shop .shop-product-rating {
    line-height: 2;
    display: block
}

.shop table.shop_attributes td, .shop table.shop_attributes th {
    line-height: 1.5;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    border-top: 0;
    margin: 0
}

.shop .shop-product-rating:after, .shop .shop-product-rating:before {
    content: " ";
    display: table
}

.shop .shop-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.shop .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.shop .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.shop #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0
}

.shop #review_form #respond:after, .shop #review_form #respond:before {
    content: " ";
    display: table
}

.shop #review_form #respond p {
    margin: 0 0 10px
}

.shop #review_form #respond .form-submit input {
    left: auto
}

.shop #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.shop p.stars {
    position: relative;
    font-size: 1em
}

.shop p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0
}

.shop p.stars a:last-child {
    border-right: 0
}

.shop p.stars a.star-1, .shop p.stars a.star-2, .shop p.stars a.star-3,
.shop p.stars a.star-4, .shop p.stars a.star-5 {
    border-right: 1px solid #ccc
}

.shop p.stars a.star-1:after, .shop p.stars a.star-2:after, .shop p.stars a.star-3:after,
.shop p.stars a.star-4:after, .shop p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

.shop p.stars a.star-1 {
    width: 2em
}

.shop p.stars a.star-1:after {
    content: "\e021"
}

.shop p.stars a.star-1.active:after, .shop p.stars a.star-1:hover:after {
    content: "î€ "
}

.shop p.stars a.star-2 {
    width: 3em
}

.shop p.stars a.star-2:after {
    content: "\e021\e021"
}

.shop p.stars a.star-2.active:after, .shop p.stars a.star-2:hover:after {
    content: "î€ î€ "
}

.shop p.stars a.star-3 {
    width: 4em
}

.shop p.stars a.star-3:after {
    content: "\e021\e021\e021"
}

.shop p.stars a.star-3.active:after, .shop p.stars a.star-3:hover:after {
    content: "î€ î€ î€ "
}

.shop p.stars a.star-4 {
    width: 5em
}

.shop p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}

.shop p.stars a.star-4.active:after, .shop p.stars a.star-4:hover:after {
    content: "î€ î€ î€ î€ "
}

.shop p.stars a.star-5 {
    width: 6em;
    border: 0
}

.shop p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

.shop p.stars a.star-5.active:after, .shop p.stars a.star-5:hover:after {
    content: "î€ î€ î€ î€ î€ "
}

.shop table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.shop table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px
}

.shop table.shop_attributes td {
    font-style: italic;
    padding: 0
}

.shop table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.shop table.shop_attributes .alt td, .shop table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025)
}

.shop table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.shop table.shop_table th {
    font-weight: 700;
    padding: 9px 12px
}

.shop table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}

.shop table.shop_table td small {
    font-weight: 400
}

.shop table.shop_table tbody:first-child tr:first-child td, .shop table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.shop table.shop_table tbody th, .shop table.shop_table tfoot td, .shop table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.shop table.my_account_orders {
    font-size: .85em
}

.shop table.my_account_orders td, .shop table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.shop table.my_account_orders .button {
    white-space: nowrap
}

.shop table.my_account_orders .order-actions {
    text-align: right
}

.shop table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}

.shop td.product-name dl.variation {
    margin: .25em 0
}

.shop td.product-name dl.variation:after, .shop td.product-name dl.variation:before {
    content: " ";
    display: table
}

.shop td.product-name dl.variation dd, .shop td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.shop td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.shop ul.cart_list li dl:after, .shop ul.cart_list li:after, .shop ul.product_list_widget li dl:after,
.shop ul.product_list_widget li:after {
    clear: both
}

.shop td.product-name dl.variation dd {
    padding: 0 0 .25em
}

.shop td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}

.shop td.product-name p.backorder_notification {
    font-size: .83em
}

.shop td.product-quantity {
    min-width: 80px
}

.shop ul.cart_list, .shop ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}

.shop ul.cart_list li, .shop ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.shop ul.cart_list li:after, .shop ul.cart_list li:before, .shop ul.product_list_widget li:after,
.shop ul.product_list_widget li:before {
    content: " ";
    display: table
}

.shop ul.cart_list li a, .shop ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.shop ul.cart_list li img, .shop ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.shop ul.cart_list li dl, .shop ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.shop ul.cart_list li dl:after, .shop ul.cart_list li dl:before, .shop ul.product_list_widget li dl:after,
.shop ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.shop ul.cart_list li dl dd, .shop ul.cart_list li dl dt, .shop ul.product_list_widget li dl dd,
.shop ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.shop ul.cart_list li dl dt, .shop ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.shop .order_details:after, .shop .widget_layered_nav ul li:after,
.shop .widget_shopping_cart .buttons:after, .shop-account .addresses .title:after,
.shop-cart .wc-proceed-to-checkout:after, .shop.widget_shopping_cart .buttons:after {
    clear: both
}

.shop ul.cart_list li dl dd, .shop ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.shop ul.cart_list li dl dd p:last-child, .shop ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.shop ul.cart_list li .star-rating, .shop ul.product_list_widget li .star-rating {
    float: none
}

.shop .widget_shopping_cart .total, .shop.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.shop .widget_shopping_cart .total strong, .shop.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.shop .widget_shopping_cart .cart_list li, .shop.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.shop .widget_shopping_cart .cart_list li a.btn-remove, .shop.widget_shopping_cart .cart_list li a.btn-remove {
    position: absolute;
    top: 0;
    left: 0
}

.shop .widget_shopping_cart .buttons:after, .shop .widget_shopping_cart .buttons:before,
.shop.widget_shopping_cart .buttons:after, .shop.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.shop form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.shop form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.shop form .form-row label {
    line-height: 2
}

.shop form .form-row label.inline {
    display: inline
}

.shop form .form-row select {
    cursor: pointer;
    margin: 0
}

.shop form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}

.shop form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.shop form .form-row input.input-text, .shop form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.shop form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.shop form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.shop form .form-row.shop-invalid .select2-container, .shop form .form-row.shop-invalid input.input-text,
.shop form .form-row.shop-invalid select {
    border-color: #a00
}

.shop form .form-row.shop-validated .select2-container, .shop form .form-row.shop-validated input.input-text,
.shop form .form-row.shop-validated select {
    border-color: #69bf29
}

.shop form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.shop form .form-row :-moz-placeholder {
    line-height: normal
}

.shop form .form-row :-ms-input-placeholder {
    line-height: normal
}

.shop form.checkout_coupon, .shop form.login, .shop form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.shop ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}

.shop ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}

.shop ul#shipping_method .amount {
    font-weight: 700
}

.shop p.shop-shipping-contents {
    margin: 0
}

.shop .order_details {
    margin: 0 0 1.5em;
    list-style: none
}

.shop .order_details:after, .shop .order_details:before {
    content: " ";
    display: table
}

.shop .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0
}

.shop .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.shop .order_details li:last-of-type {
    border: none
}

.shop .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.shop .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}

.shop .widget_layered_nav ul li:after, .shop .widget_layered_nav ul li:before {
    content: " ";
    display: table
}

.shop .widget_layered_nav ul li.chosen a:before, .shop .widget_layered_nav_filters ul li a:before {
    font-weight: 400;
    line-height: 1;
    content: "î€“";
    color: #a00;
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}

.shop .widget_layered_nav ul li a, .shop .widget_layered_nav ul li span {
    padding: 1px 0
}

.shop .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em
}

.shop .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}

.shop .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}

.shop .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.shop .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}

.shop .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.shop .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.shop .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.shop .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.shop .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.shop .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.shop .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0
}

.shop .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.shop .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.shop .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.shop .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.shop-account .addresses .title:after, .shop-account .addresses .title:before {
    content: " ";
    display: table
}

.shop-account .addresses .title h3 {
    float: left
}

.shop-account .addresses .title .edit, .shop-account ul.digital-downloads li .count {
    float: right
}

.shop-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.shop-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.shop-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.shop-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.shop-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€Š";
    text-decoration: none
}

.shop-cart table.cart .product-thumbnail {
    min-width: 32px
}

.shop-cart table.cart img {
    width: 32px;
    box-shadow: none
}

.shop-cart table.cart td, .shop-cart table.cart th {
    vertical-align: middle
}

.shop-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1
}

.shop-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.shop-cart .wc-proceed-to-checkout {
    padding: 1em 0
}

.shop-cart .wc-proceed-to-checkout:after, .shop-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

.shop-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em
}

.shop-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

.shop-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€™";
    text-decoration: none
}

.shop-checkout #payment ul.payment_methods li:after, .shop-checkout #payment ul.payment_methods li:before,
.shop-checkout #payment ul.payment_methods:after, .shop-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

.shop-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

.shop-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0
}

.shop-cart .cart-collaterals .cart_totals table tr:first-child td,
.shop-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

.shop-cart .cart-collaterals .cart_totals table th {
    width: 25%
}

.shop-cart .cart-collaterals .cart_totals table td, .shop-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
    line-height: 2em
}

.shop-cart .cart-collaterals .cart_totals table small {
    color: #777
}

.shop-cart .cart-collaterals .cart_totals table select {
    width: 100%
}

.shop-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

.shop-cart .cart-collaterals .cart_totals tr td, .shop-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

.shop-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.shop-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.shop-checkout .checkout .col-2 .form-row-first, .shop-checkout .checkout .col-2 .notes {
    clear: left
}

.shop-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

.shop-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.single-product .twentythirteen p.stars, .shop-checkout #payment ul.payment_methods li:after,
.shop-checkout #payment ul.payment_methods:after, .shop-checkout .checkout .shipping_address {
    clear: both
}

.shop-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

.shop-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none
}

.shop-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

.shop-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

.shop-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

.shop-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px
}

.shop-checkout #payment div.form-row {
    padding: 1em
}

.shop-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

.shop-checkout #payment div.payment_box input.input-text, .shop-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}

.shop-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

.shop-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

.shop-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.png)
}

.shop-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.shop-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.png)
}

.shop-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

.shop-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

.shop-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

.shop-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.shop-checkout #payment .payment_method_paypal .about_paypal {
    font-size: .83em
}

.shop-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

#content.twentyeleven .shop-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.twentythirteen .shop-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

/* ----------------------------------------------- */
/* !Notice Bar */
/* ----------------------------------------------- */

.navbar {
    min-height: 46px;
}

.navbar-nav > li > a {
    padding: 14px 14px;
}

.topbar .nav > li > a.active,
.topbar .nav > li:hover > a.dropdown-toggle,
.topbar .nav > li > a:hover {
    background-color: #242f4c !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

.navbar .navbar-nav > .navbar-notification:hover > .dropdown-toggle .navbar-notification-icon {
    color: #fff;
}

.navbar-inverse .noticebar > li > a {
    color: #547795;
    font-size: 14px;
}

.navbar-inverse .noticebar > li > a .badge {
    padding: 4px 7px;
    font-size: 11px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.navbar-inverse .noticebar > li > a:hover {
    color: #547795;
}

.noticebar-empty {
    padding: 25px 35px !important;
    text-align: center;
}

.noticebar-empty-title {
    color: #E18E14;
}

.noticebar-empty-text {
    color: #777;
}

.noticebar-menu {
    width: 325px;
}

.noticebar-menu .nav-header {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
}

.noticebar-menu .nav-header a {
    font-weight: 400;
}

.noticebar-menu > li {
    display: table;
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px dotted #ccc;
}

.noticebar-menu > li:last-child {
    border-bottom: none;
}

.noticebar-menu > li > a {
    padding: 8px 12px;
    font-size: 12px;
    white-space: normal;
}

.noticebar-menu > li > a:hover {
    color: #333;
    background-color: transparent;
}

.noticebar-menu:before,
.noticebar-menu:after {
    display: none !important;
}

.noticebar-menu-view-all {
    text-align: center;
}

.noticebar-hoverable > li > a:hover {
    color: #333;
    background-color: #edf0f4;
}

.noticebar-item-image,
.noticebar-item-body {
    display: table-cell;
    vertical-align: middle;
}

.noticebar-item-image {
    width: 36px;
    font-size: 30px;
    text-align: center;
}

.noticebar-item-body {
    padding-left: 20px;
}

.noticebar-item-title {
    display: block;
}

.noticebar-item-time {
    display: block;
    color: #777;
}

@media (min-width: 768px) {
    .navbar-inverse .noticebar > li > a {
        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 19px;
        line-height: 60px;
    }

    .navbar-inverse .noticebar > li > a .badge {
        position: absolute;
        top: 6px;
        right: 3px;
    }

    .navbar-inverse .noticebar > .open > a:after {
        content: '';
        position: relative;
        z-index: 1001;
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -7px;
    }
}

@media (max-width: 767px) {
    .noticebar-menu {
        display: none !important;
    }
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
    color: #87a3bc;
    background-color: transparent;
    font-size: 13px;
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
    padding: 3px 6px;
    font-size: 10px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle .navbar-notification-icon {
    color: #50718d;
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover,
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus {
    color: #ffffff;
    background-color: #2c354e;
}

.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus .navbar-notification-icon {
    color: #ffffff;
}

.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus {
    color: #ffffff;
    background-color: #2c354e;
}

.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus .navbar-notification-icon {
    color: #ffffff;
}

.navbar .navbar-nav > .navbar-notification .dropdown-menu {
    min-width: 300px;
    margin-top: 1px;
    padding-top: 0;
}

.navbar .navbar-nav > .navbar-notification .dropdown-menu:before {
    left: 1000px;
}

.navbar .navbar-nav > .navbar-notification .notification {
    display: block;
    position: relative;
    padding: 12px 12px 19px 73px;
    border-bottom: 1px solid #ddd;
}

.navbar .navbar-nav > .navbar-notification .notification,
.navbar .navbar-nav > .navbar-notification .notification:hover {
    color: #aaa;
    text-decoration: none;
}

.navbar .navbar-nav > .navbar-notification .notification:hover {
    background-color: #f2f2f2;
}

.navbar .navbar-nav > .navbar-notification .dropdown-header {
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: initial;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 13px;
    font-weight: 600;
}

.navbar .navbar-nav > .navbar-notification .notification-list {
    overflow: hidden;
    position: relative;
}

.navbar .navbar-nav > .navbar-notification.empty .notification-list {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    text-align: center;
}

.navbar .navbar-nav > .navbar-notification.empty .notification-link {
    display: none;
}

.navbar .navbar-nav > .navbar-notification.empty .slimScrollBar {
    display: none !important;
}

.navbar .navbar-nav > .navbar-notification .notification-title,
.navbar .navbar-nav > .navbar-notification .notification-description,
.navbar .navbar-nav > .navbar-notification .notification-time {
    display: block;
    font-size: 12px;
}

.navbar .navbar-nav > .navbar-notification .notification-title {
    padding-bottom: 1px;
    color: #222;
    font-weight: 600;
}

.navbar .navbar-nav > .navbar-notification .notification-description {
    padding-bottom: 3px;
    color: #666;
    font-size: 12px;
}

.navbar .navbar-nav > .navbar-notification .notification-time {
    font-size: 11px;
    font-style: italic;
    color: #bbb;
}

.navbar .navbar-nav > .navbar-notification .notification-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    margin: -25px 12px 0 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.navbar .navbar-nav > .navbar-notification .notification-icon img {
    width: 50px;
    height: 50px;
}

.navbar .navbar-nav > .navbar-notification .notification-icon i {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    display: block;
    line-height: 40px;
}

.navbar .navbar-nav > .navbar-notification .notification-link {
    text-align: center;
    padding: 8px 0 !important;
    border-top: 1px solid #ddd;
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px !important;
    height: auto !important;
    color: #666 !important;
}

.navbar .navbar-nav > .navbar-notification .notification-link:hover {
    background: #eee;
}

.navbar .navbar-nav > .navbar-notification .notification-empty-title {
    color: #d74b4b;
}

.navbar .navbar-nav > .navbar-notification .notification-empty-text {
    color: #777;
}

@media (min-width: 768px) {
    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
        font-size: 18px;
    }

    .navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
        position: absolute;
        top: 5px;
        right: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-notification .dropdown-menu {
        display: none !important;
    }
}

.static-control {
    display: inline-block;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}

.slimScrollDiv {
    margin: 0 -15px !important;
}

.source {
    border-right: 1px solid rgba(34,36,38,.15);
}

.source::after {
    position: absolute;
    z-index: 2;
    content: '';
    top: 50%;
    right: 0;
    border: solid;
    background-color: #fff;
    width: 1.8em;
    height: 1.8em;
    border-color: rgba(34,36,38,.15);
    border-width: 0 1px 1px 0;
    -webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.destination {
    padding-left: 35px;
}

.sub.header {
    color: rgba(0,0,0,.5) !important;
    font-weight: 300 !important;
}

.owl-carousel .ld_course_grid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.owl-carousel .ld_course_grid .shop-item-list {
    margin-bottom: 15px;
}
.owl-carousel .owl-controls {
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    left: 0;
    margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    color: #363a47;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 5px 0;
    padding: 0;
    width: 50%;
    background-color: #fff;
}
.owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: #4969FB !important;
    color: #ffffff;
}
.light-skin .owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    background-color: #edecf0;
}
.light-skin .owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: #4969FB !important;
    color: #ffffff;
}
.white .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #edecf0;
}

.btn-basic {
    background: #eee;
}

.number {
    display: inline-block;
    line-height: 130px;
    z-index: 2;
    font-size:36px;
    font-weight:400;
}

.number.prenotati {
    color:#db7939;
}
.number.iscritti {
    color:#3498db;
}

.modal h3:after {
    height: 0 !important;
    margin: 0 !important;
    color: white !important;
}

.modal h3 {
    color: white !important;
    font-family: inherit !important;
}

.card.selected .content {
    background: #063a7a !important;
}

.card.selected .header {
    color: white !important;
}

.card.selected .meta {
    color: rgba(255, 255, 255, 0.7) !important;
}

.card.selected .extra.content {
    background: #fff !important;
}

.card.selected a.btn-employee {
    display: none !important;
}

.card.selected a.btn-employee-del {
    display: block !important;
}