/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.content - home sections                              
 5.Portfolio pages                           
 6.Blog pages       
 8.Contact page                               
 9.Single post                            
 10.Single Project page                            
 11.Services                           
 12.About page                            
 13.Shop Page                   
 14.Shortcodes                   
 15.Footer
 16.nouislider style (used in priccing range)



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

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.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;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

body, h1, h2, h3, p, span, h4, h5, label, td, tr, th {
    font-family: 'Open Sans', sans-serif;
}

.top-line {
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.top-line p {
    float: left;
    margin: 0;
}

.top-line p span {
    display: inline-block;
    color: #253135;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    border-left: 1px solid #dddddd;
    line-height: 16px;
    margin-right: 13px;
}

.top-line p span i {
    color: #0077f9;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
}

ul.social-icons {
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.social-icons li a {
    display: inline-block;
    margin-bottom: -2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a i {
    font-size: 17px;
    color: #0077f9;
}

ul.social-icons li a:hover {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}

header {
    width: 270px;
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -570px;
    z-index: 9999;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active {
    top: 0;
}

.header-logo {
    padding: 48px 10px;
    text-align: center;
    background: rgba(33, 33, 33, 0.9);
}

.main-menu > li {
    display: block;
    position: relative;
    text-align: center;
}

.main-menu > li > a {
    display: block;
    background-color: rgba(0, 119, 249, 0.9);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 17px 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.main-menu li a span {
    display: inline;
    position: relative;
    z-index: 2;
}

li.drop > a span:after {
    display: block;
    position: absolute;
    top: -1px;
    right: -12px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #55a4fb;
}

.main-menu > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* background: rgb(0,119,249); */
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.main-menu > li > a:hover:after {
    width: 100%;
}

.main-menu > li > a.active:after {
    background: none;
}

.main-menu > li > a.active {
    color: #212121;
    background: #ffffff;
}

ul.drop-down {
    position: absolute;
    top: 0;
    width: 220px;
    visibility: hidden \0/;
    opacity: 0;
    z-index: 3;
    text-align: left;
    left: 100%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li {
    border-top: 1px solid #d5d5d5;
    position: relative;
}

ul.drop-down li:last-child {
    border-bottom: 1px solid #d5d5d5;
}

ul.drop-down li a {
    display: block;
    color: #646464;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    padding: 18px 18px;
    text-decoration: none;
    text-transform: capitalize;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.drop-down li a:hover {
    background: rgb(255, 255, 255);
    color: #000;
}

ul.drop-down.level3 li a:hover {
    background: rgba(255, 255, 255, 0.7);
}

ul.drop-down li.drop > a span:after {
    top: -2px;
    color: #cbcccc;
}

a.elemadded {
    display: none;
    background-color: rgba(0, 119, 249, 0.9);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .03), rgba(255, 255, 255, .03));
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 17px 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}



h2 {
    color: #ee2133;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
}

p.text {
    padding: 15px;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
    position: relative;
    z-index: 3;
    margin-bottom: 100px;
}

#background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

#background-container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/back-pattern.png');
}

#background-container img {
    position: absolute;
    min-width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

/*slider*/

#slider {
    background: rgba(255, 255, 255, 0.8);
    padding-right: 42px;
    overflow: hidden;
}

.big_white span {
    font-weight: 600;
}

.modern_medium_light {
    background: #0b7af0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
}

.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}

.large_text span {
    font-weight: bold;
}

.modern_small_text_dark i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.inner-content {
    padding-left: 270px;
}

.content-sections {
    padding: 30px 30px 0;
    background: #fff;
}

.content-sections > div {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.content-sections > div:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0px;
}

.services-box {
    position: relative;
}

.services-post {
    padding: 10px 0;
    margin-bottom: 30px;
}

.services-post > a {
    position: relative;
    display: inline-block;
    float: left;
    width: 66px;
    height: 66px;
    background: #0076f9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #0076f9;
    left: 0px;
    top: 0px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a:hover {
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -webkit-backface-visibility: hidden;
}

.services-post > a:hover:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #0076f9;
    left: -7px;
    top: -7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post > a i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 66px;
}

.services-post-content {
    margin-left: 86px;
    padding-top: 10px;
}

.services-post-content h4 {
    margin-bottom: 3px;
}

.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}

.work-post h2 {
    color: #000000;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

.work-post-gal {
    position: relative;
}

.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.work-post-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
}

.work-post-content span {
    display: inline-block;
    color: #4984aa;
    font-style: italic;
    font-family: 'Ghotic', sans-serif;
    font-size: 12px;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: rgba(0, 118, 249, 0.8);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}

.hover-box a.zoom {
    right: 50%;
    margin-right: 5px;
    background: url('../images/zoom.png') center center no-repeat;
}

.hover-box a.page {
    left: 50%;
    margin-left: 5px;
    background: url('../images/page.png') center center no-repeat;
}

.partners {
    padding-bottom: 35px;
    overflow: hidden;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background: none;
    top: -40px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 0.5;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control.left {
    right: 28px;
    left: auto;
    background: rgba(0, 118, 249, 0.3);
}

.carousel-control.left:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 8px;
}

.carousel-control.right {
    right: 0;
    background: rgba(0, 118, 249, 0.3);
}

.carousel-control.right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 19px;
    color: #fff;
    top: -1px;
    left: 10px;
}

.carousel-control.left:hover {
    background: rgb(0, 118, 249);
    opacity: 1;
}

.carousel-control.right:hover {
    background: rgb(0, 118, 249);
    opacity: 1;
}

.partner-list {
    overflow: hidden;
    padding-bottom: 30px;
}

.partner-list li {
    float: left;
    width: 22%;
    margin-left: 4%;
}

.partner-list li:first-child {
    margin-left: 0px;
}

.clients-section .partner-list img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.news-item {
    margin-bottom: 30px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news-item .inner-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item .inner-item img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-item h2 {
    color: #000000;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
}

.news-item p {
    line-height: 22px;
    margin-bottom: 10px;
}

a.read-more {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #0076f9;
    color: #0076f9;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-family: 'Ghotic', sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
}

a.read-more i {
    color: #0076f9;
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.read-more:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hover-item {
    position: absolute;
    top: 50%;
    margin-top: -56px;
    left: 0;
}

.hover-item ul li {
    margin-bottom: 5px;
}

.hover-item ul li a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-family: 'Ghotic', sans-serif;
    padding: 10px;
    margin-left: -100%;
    text-decoration: none;
    background: #117bf1
}

.hover-item ul li a i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.hover-item ul li a.autor {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-item ul li a.date {
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
}

.hover-item ul li a.comment-numb {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.item:hover .hover-item ul li a {
    margin-left: 0;
}

.accordion-box {
    padding-bottom: 20px;
}

.accord-elem {
    margin-bottom: 20px;
}

.accord-title {
    padding: 16px 14px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.accord-title h5 {
    padding-right: 48px;
}

.accord-title h5 i {
    color: #007aff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

a.accord-link {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #dbdbdb;
    background: url('../images/plus.png') center center no-repeat;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active a.accord-link {
    background: url('../images/minus.png') center center no-repeat;
}

a.accord-link.opened {
    background: url('../images/minus.png') center center no-repeat;
}

.accord-content {
    display: none;
    padding: 22px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
}

.accord-content span.image-content {
    display: inline-block;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 22px;
    background: #007aff;
}

.accord-content span.image-content i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 68px;
    vertical-align: middle;
}

.accord-elem.active .accord-content {
    display: block;
}

.tab-content-box {
    text-align: center;
    padding: 60px;
    border: 1px solid #dbdbdb;
}

.tab-box {
    padding: 50px 60px;
    border: 1px solid #dbdbdb;
    min-height: 365px;
    overflow: hidden;
}

.tab-content {
    /*display: none;*/
    overflow: hidden;
}
.tab-content .product-image img{
    max-width: 258px;
}

.tab-content p {
    margin-bottom: 12px;
}

.tab-content p span {
    color: #007aff;
    font-weight: bold;
}

.tab-content .content-tab-elem {
    margin-left: 290px;
}

.tab-content:first-child {
    display: block;
}

ul.tab-links {
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tab-links li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dbdbdb;
}

ul.tab-links li:first-child {
    border-left: none;
}

ul.tab-links li a {
    display: inline-block;
    width: 100%;
    padding: 12px 5px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a i {
    font-size: 30px;
    color: #007aff;
    display: block;
    text-align: center;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover,
ul.tab-links li a.active {
    color: #fff;
    background: #007aff;
}

ul.tab-links li a:hover i,
ul.tab-links li a.active i {
    color: #fff;
}

/*-------------------------------------------------*/
/* =  Portfolio
/*-------------------------------------------------*/

#page-banner {
    padding: 41px;
    background: rgba(105, 105, 105, 1);
    background: -moz-linear-gradient(left, rgba(105, 105, 105, 1) 0%, rgba(124, 124, 124, 1) 37%, rgba(159, 159, 159, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105, 105, 105, 1)), color-stop(37%, rgba(124, 124, 124, 1)), color-stop(100%, rgba(159, 159, 159, 1)));
    background: -webkit-linear-gradient(left, rgba(105, 105, 105, 1) 0%, rgba(124, 124, 124, 1) 37%, rgba(159, 159, 159, 1) 100%);
    background: -o-linear-gradient(left, rgba(105, 105, 105, 1) 0%, rgba(124, 124, 124, 1) 37%, rgba(159, 159, 159, 1) 100%);
    background: -ms-linear-gradient(left, rgba(105, 105, 105, 1) 0%, rgba(124, 124, 124, 1) 37%, rgba(159, 159, 159, 1) 100%);
    background: linear-gradient(to right, rgba(105, 105, 105, 1) 0%, rgba(124, 124, 124, 1) 37%, rgba(159, 159, 159, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#9f9f9f', GradientType=1);
}

#page-banner h1 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 38px;
}

#page-banner p {
    color: #d4d4d4;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

ul.filter {
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

ul.filter li {
    float: left;
    border-right: 1px solid #dbdbdb;
}

ul.filter li a {
    position: relative;
    display: inline-block;
    color: #7e7e7e;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    padding: 12px 17px;
    background: #fff;
}

ul.filter li a.active,
ul.filter li a:hover {
    color: #fff;
    background: #0076f9;
}

ul.filter li a.active:after,
ul.filter li a:hover:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #0076f9;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a i {
    color: #7e7e7e;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: middle;
}

ul.filter li a.active i,
ul.filter li a:hover i {
    color: #fff;
}

.portfolio-container {
    width: 840px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.portfolio-container .work-post {
    margin: 15px;
}

.with-3-col .portfolio-container .work-post {
    width: 250px;
}

.with-2-col .portfolio-container .work-post {
    width: 390px;
}

ul.pagination-list {
    margin-bottom: 38px;
}

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

ul.pagination-list li a {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 5px 10px;
    text-decoration: none;
    font-family: 'Ghotic', sans-serif;
    font-size: 13px;
    color: #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pagination-list li a.active,
ul.pagination-list li a:hover {
    background: #007aff;
    color: #fff;
}

/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/

.search-widget {
    margin-bottom: 30px;
}

.search-widget input[type="search"] {
    color: #716565;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #007aff;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #007aff;
    font-size: 18px;
}

.sidebar-widgets .widget > h5 {
    margin-bottom: 20px;
}

.tabs-widget ul.tab-links {
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0;
}

.tabs-widget ul.tab-links li a {
    font-size: 13px;
}

.tabs-widget ul.tab-links li a:hover,
.tabs-widget ul.tab-links li a.active {
    background: #fff;
    color: #007aff;
}

.tabs-widget {
    margin-bottom: 30px;
}

.tabs-widget .tab-box {
    padding: 0;
    text-align: left;
    min-height: 20px;
}

.tabs-widget .tab-box .tab-content {
    padding: 20px;
}

.tabs-widget .tab-content ul li {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
}

.tabs-widget .tab-content ul li img {
    float: left;
    width: 45px;
}

.tabs-widget .tab-content ul li h6 {
    line-height: 17px;
    color: #aeaeae;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 55px;
}

.tabs-widget .tab-content ul li h6 a {
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
}

.tabs-widget .tab-content ul li h6 a:hover {
    color: #007aff;
}

.accordion-widget {
    margin-bottom: 10px;
}

.accordion-widget .accord-content {
    padding: 18px;
}

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

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

ul.tag-widget-list li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

ul.tag-widget-list li a {
    display: inline-block;
    color: #797979;
    font-size: 12px;
    font-family: 'Ghotic', sans-serif;
    padding: 5px 8px;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tag-widget-list li a:hover {
    color: #007aff;
    border: 1px solid #007aff;
}

/*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/

.map {
    height: 340px;
    width: 100%;
    margin-bottom: 30px;
}

#contact-form {
    overflow: hidden;
    margin-bottom: 35px;
}

#contact-form i {
    color: #a8a8a8;
    font-size: 15px;
}

.text-input {
    overflow: hidden;
}

.float-input,
.float-input2 {
    width: 50%;
    float: left;
    padding-right: 7px;
    position: relative;
}

.textarea-input {
    position: relative;
}

.float-input span,
.float-input2 span,
.textarea-input span {
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
}

.float-input2 span {
    left: 18px;
}

.float-input2 {
    padding-right: 0px;
    padding-left: 7px;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #737373;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 12px 32px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #007aff;
}

#contact-form textarea {
    height: 110px;
    padding-left: 36px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    float: right;
    margin-top: 8px;
    color: #fdfdfd;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 700;
    padding: 13px 20px;
    background: #0076f9;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

.msg,
.msg2 {
    height: 30px;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    float: left;
}

.msg.error,
.msg2.error {
    color: #eb2c06;
}

.msg.success,
.msg2.success {
    color: #008000;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

.single-post-content {
    margin-bottom: 20px;
    overflow: hidden;
}

.single-post-content img {
    width: 100%;
    margin-bottom: 25px;
}

.single-post-content h1 {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 21px;
}

.single-post-content p {
    line-height: 22px;
    margin-bottom: 20px;
}

.comment-section {
    margin-bottom: 10px;
}

.comment-box {
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-box img {
    float: left;
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    max-width: 78px;
}

.comment-content {
    margin-left: 98px;
    padding-top: 8px;
}

.comment-content h6 {
    margin: 0;
    color: #3c3c3c;
    font-size: 14px;
    font-family: 'Ghotic', sans-serif;
    line-height: 22px;
}

.comment-content h6 span {
    display: inline-block;
    margin-left: 6px;
    color: #b8b8b8;
    font-size: 11px;
}

.comment-content p {
    color: #868686;
    font-weight: 400;
}

.comment-content a.reply-comment {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Ghotic', sans-serif;
    background: #0076f9;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-content a.reply-comment:hover {
    opacity: 0.8;
}

ul.depth {
    margin-left: 98px;
}

.comment-form input[type="text"],
.comment-form textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 17px 21px;
    font-size: 12px;
}

.comment-form textarea {
    height: 179px;
}

.comment-form input[type="submit"] {
    margin-top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    text-transform: inherit;
}

.leave-comment {
    margin-bottom: 40px;
}

/*-------------------------------------------------*/
/* =  Single project page
/*-------------------------------------------------*/

.single-project-content {
    margin-bottom: 40px;
}

.single-project-content img {
    width: 100%;
    margin-bottom: 20px;
}

.single-project-content h1 {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 21px;
}

.single-project-content p {
    line-height: 22px;
    margin-bottom: 20px;
}

.latest-projects {
    margin-bottom: 40px;
}

/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/

.why-convertible-box h1 {
    margin-bottom: 10px;
    font-size: 26px;
}

.why-convertible-box h1 span {
    font-weight: 600;
}

.why-convertible-box h1 i {
    color: #0076f9;
    margin-left: 10px;
}

.why-convertible-box p {
    margin-bottom: 15px;
}

.why-convertible-box p a {
    color: #0076f9;
    font-weight: 700;
}

.tag-list li {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 15px;
}

.tag-list li a {
    display: inline-block;
    color: #0076f9;
    font-size: 12px;
    font-family: 'Ghotic', sans-serif;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border: 1px solid #0076f9;
    padding: 5px 10px;
    background: #fff;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tag-list li a i {
    color: #0076f9;
    font-size: 17px;
    margin-right: 4px;
    vertical-align: middle;
}

.tag-list li a:hover {
    opacity: 0.7;
}

.upper-box {
    padding-bottom: 15px;
}

.company-mission {
    padding-bottom: 25px;
}

.company-mission p span {
    font-weight: 700;
    color: #0076f9;
}

.company-mission > span.icon {
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid #0076f9;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.company-mission > span.icon:after {
    position: absolute;
    content: 'O';
    color: #0076f9;
    font-size: 43px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 600;
    left: 13px;
    line-height: 60px;
}

.vers-sec {
    padding-bottom: 30px;
}

.vers-sec .services-post {
    margin-bottom: 0px;
    padding: 8px 0;
}

/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/

.skills-progress {
    margin-bottom: 30px;
}

.skills-progress p {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    clear: both;
    margin-bottom: 6px;
}

.skills-progress p span {
    display: inline-block;
    color: #0076f9;
    float: right;
    font-weight: 400;
}

.meter {
    height: 20px; /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 8px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #0076f9;
}

.staff-post {
    margin-bottom: 15px;
    height: 320px;
}

.staff-post-content {
    background: #b4b4b4;
    padding: 20px 23px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
}

.staff-post-content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.staff-post-content span {
    color: #fff;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.staff-post-gal {
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staff-post:hover .staff-post-gal {
    padding-top: 47px;
}

.staff-post-gal img {
    width: 100%;
}

.staf-social {
    text-align: center;
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staff-post:hover .staf-social {
    top: 0;
}

.staf-social li {
    display: inline-block;
    margin-left: 3px;
}

.staf-social li:first-child {
    margin-left: 0px;
}

.staf-social li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #0076f9;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a i {
    font-size: 13px;
    text-align: center;
    color: #0076f9;
    line-height: 29px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a:hover i {
    color: #ffffff;
}

.staf-social li a:hover {
    background: #0076f9;
}

ul.pricing-table {
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pricing-table:hover {
    box-shadow: 0 0 20px #c6c6c6;
}

ul.pricing-table li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
}

ul.pricing-table li:first-child {
    padding: 35px 0;
    border: none;
    background: #b4b4b4;
}

ul.pricing-table li p {
    color: #555555;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
}

ul.pricing-table li:first-child p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

ul.pricing-table li:first-child span {
    color: #fff;
    font-size: 16px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

ul.pricing-table li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    background: #b4b4b4;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pricing-table li a:hover {
    opacity: 0.8;
}

.pricing-table.standard li {
    border: none;
    border-bottom: 1px solid #005ec7;
    background: #0076f9;
}

.pricing-table.standard li:first-child {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.pricing-table.standard li:last-child {
    border-bottom: none;
}

.pricing-table.standard li p {
    color: #fff;
}

.pricing-table.standard li:first-child p,
.pricing-table.standard li:first-child span {
    color: #0076f9;
}

.pricing-table.standard li a {
    background: #ffffff;
    color: #0076f9;
}

/*-------------------------------------------------*/
/* =  Shop page
/*-------------------------------------------------*/

.shop-home {
    margin-top: 30px;
}

.shop-page .product-post {
    margin-bottom: 30px;
}

.top-bar {
    padding: 9px;
    border: 1px solid #dbdbdb;
    height: 50px;
    margin-bottom: 30px;
}

.top-bar .left-block {
    float: left;
}

.top-bar .right-block {
    float: right;
}

.select-filter label {
    display: inline-block;
    margin: 0 9px 0 6px;
    color: #535353;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 400;
}

.select-filter .select-box {
    display: inline-block;
    margin-right: 10px;
}

.select-filter select {
    height: 30px;
    width: 100px;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 12px;
    font-family: 'Ghotic', sans-serif;
}

.top-bar .right-block span {
    color: #535353;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    margin-right: 9px;
}

.top-bar .right-block a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #0076f9;
}

.top-bar .right-block i {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-bar .right-block a:hover i {
    opacity: 0.7;
}

.product-post {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-post:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-post img {
    width: 100%;
}

.product-post-gal {
    position: relative;
}

.product-post-gal span.price {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    padding: 11px 14px;
    background: #0076f9;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 700;
    opacity: 0.5;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.product-post:hover span {
    opacity: 1;
}

.product-post-content {
    text-align: center;
    padding: 14px 20px;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-bottom-left-radius: 5px;
    -webkit-bottom-left-border-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-bottom-right-border-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

ul.product-list {
    margin-top: 16px;
}

ul.product-list li {
    display: inline-block;
    margin-left: 6px;
}

ul.product-list li:first-child {
    margin-left: 0px;
}

ul.product-list li a {
    display: inline-block;
    width: 60px;
    height: 38px;
    border: 1px solid #dbdbdb;
    background: #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.product-list li a:hover {
    background: #0076f9;
}

ul.product-list li a i {
    font-size: 15px;
    color: #555555;
    text-align: center;
    line-height: 38px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.product-list li a:hover i {
    color: #fff;
}

.shop-widget {
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.shop-widget h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Ghotic', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 14px;
    background: #0076f9;
}

.category-shop-list > li {
    border-top: 1px solid #dedede;
}

.category-shop-list > li:first-child {
    border-top: 1px solid #dedede;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
    color: #fff;
    background: #0076f9;
    opacity: 0.6;
}

.category-shop-list li a.accordion-link:after {
    position: absolute;
    content: '+';
    color: #7b7b7b;
    font-size: 15px;
    font-family: arial;
    font-weight: 700;
    right: 9px;
    top: 5px;
}

.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after {
    color: #fff;
}

.category-shop-list li a.accordion-link.active:after {
    content: '-';
    right: 13px;
}

.accordion-list-content {
    border-top: 1px solid #dedede;
    display: none;
}

.accordion-list-content li {
    margin: 5px 0;
    padding-left: 17px;
    position: relative;
}

.accordion-list-content li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    background: #767676;
    top: 50%;
    left: 8px;
}

.accordion-list-content li a {
    display: inline-block;
    color: #767676;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
}

ul.popular-product {
    padding: 0 10px;
}

ul.popular-product li {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

ul.popular-product li:first-child {
    border-top: none;
}

ul.popular-product li img {
    float: left;
    width: 50px;
}

ul.popular-product li div {
    margin-left: 60px;
}

ul.popular-product li h6 {
    color: #000;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    margin: 0;
    margin-top: 4px;
}

ul.popular-product li h6 a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.popular-product li h6 a:hover {
    color: #0076f9;
}

ul.popular-product li span {
    color: #0076f9;
    font-size: 15px;
    font-family: 'Ghotic', sans-serif;
    font-weight: 700;
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
}

#start-val,
#end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    max-width: 50px;
}

#end-val {
    float: right;
    text-align: right;
}

/*-------------------------------------------------*/
/* =  Shortcodes
/*-------------------------------------------------*/

.text-section {
    margin-bottom: 20px;
}

.text-shortcode p {
    margin-bottom: 10px;
}

.text-image {
    overflow: hidden;
    margin-bottom: 20px;
}

.text-image.image-left img {
    float: left;
    margin-right: 20px;
}

.text-image.image-right img {
    float: right;
    margin-left: 20px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
    border-top: 1px solid #dbdbdb;
    background: #fff;
}

.up-footer {
    padding: 30px 30px 0;
}

.footer-widgets {
    margin-bottom: 30px;
}

.footer-widgets h4 {
    color: #007aff;
    margin-bottom: 16px;
}

.footer-widgets p {
    line-height: 22px;
    margin-bottom: 5px;
}

ul.flickr-list {
    overflow: hidden;
}

ul.flickr-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.flickr-list li:nth-child(3n) {
    margin-right: 0px;
}

ul.flickr-list li a {
    display: inline-block;
    padding: 8px;
    border: 1px solid #dbdbdb;
    max-width: 76px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a img {
    width: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a:hover {
    border: none;
}

ul.flickr-list li a:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

form#footer-contact input[type="text"] {
    display: block;
    width: 50%;
    float: left;
    border: 1px solid #dbdbdb;
    margin-bottom: -1px;
    color: #797979;
    font-size: 11px;
    font-family: 'Ghotic', sans-serif;
    padding: 10px;
    outline: none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact input[type="text"]:focus,
form#footer-contact textarea:focus {
    border: 1px solid #007aff;
}

form#footer-contact textarea {
    display: inline-block;
    width: 100%;
    border: 1px solid #dbdbdb;
    color: #797979;
    font-size: 11px;
    font-family: 'Ghotic', sans-serif;
    padding: 10px;
    height: 140px;
    margin: 1px 0 0;
    outline: none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact button[type="submit"] {
    position: relative;
    float: right;
    color: #007aff;
    font-size: 13px;
    font-family: 'Ghotic', sans-serif;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid #dbdbdb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background: #fff;
    margin-top: -46px;
    margin-right: 1px;
    z-index: 2;
    position: relative;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

form#footer-contact button i {
    font-size: 18px;
    color: #007aff;
    margin-right: 10px;
}

form#footer-contact button[type="submit"]:hover {
    opacity: 0.7;
}

ul.contact-list li {
    margin-bottom: 15px;
}

ul.contact-list li a {
    position: relative;
    display: inline-block;
    color: #797979;
    font-size: 12px;
    font-family: 'Ghotic', sans-serif;
    padding: 6px 9px 6px 6px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.contact-list li a i {
    display: inline-block;
    width: 15px;
    font-size: 16px;
    color: #a8a8a8;
    margin-right: 16px;
    vertical-align: middle;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.contact-list li a:hover {
    border: 1px solid #007aff;
}

ul.contact-list li a:hover i {
    color: #007aff;
}

ul.contact-list li a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 100%;
    border-right: 1px solid #dbdbdb;
    top: 0;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.contact-list li a:hover:after {
    border-right: 1px solid #007aff;
}

.footer-line {
    padding: 10px;
    padding-left: 30px;
    background: #007aff;
    overflow: hidden;
}

.footer-line p {
    float: left;
    padding: 12px 0;
    color: #fff;
    font-weight: 400;
}

.footer-line a.go-top {
    display: inline-block;
    position: relative;
    float: right;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.footer-line a.go-top:hover {
    opacity: 0.7;
}

.footer-line a.go-top:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    font-size: 28px;
    width: 100%;
    color: #007aff;
    vertical-align: middle;
    text-align: center;
}

/*-------------------------------------------------*/
/* =  nouislider style (used in priccing range)
/*-------------------------------------------------*/

.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.noUi-handle {
    background: #EEE;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -6px 0 0 -6px;
    border: 1px solid #bdbdbd;
    background: #ebebeb url('../images/price-range.png') center center no-repeat;
}

.noUi-connect {
    background: Teal;
    background: #394f61 url('../images/price-range.png') center center no-repeat;
}

.noUi-background {
    background: #f5f5f5;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: #0076f9;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}

.noUi-vertical {
    width: 40px;
    height: 100%;
}

.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}

.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

/* mara css*/

.main-wrapper2 {

    margin-top: 0 !important;

}


.slider_home {
    width: 1200px !important;
    margin: 0 auto 50px!important;
    max-width: 1200px !important;
}


.flex-caption{
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: white;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    padding: 20px 0;
}

#search {

}
.find{
    color: #000000;
    border: inset;
    float: left;
    height: 33px;
}

.search-clear {
    background: rgb(193, 193, 193) url('../img/lupa.png') no-repeat 5px;
    background-size: 80%;
    float: left;
    width: 33px;
    height: 33px;
}
.searchform:after{
    clear: both;
    content: "";
    display: block;
}



/* font-family: 'Great Vibes', cursive; */

#texttop {
    position: absolute;
    float: right;
    width: 50%;

    right: 0;
    margin-top: 16px;
    margin-right: 58px;
}

#texttop h1 {

    font-family: 'Great Vibes', cursive !important;
    color: #a78d50 !important;
    font-size: 40px !important;
    text-transform: inherit !important;

}





.Kategorie li.HlavneMenu {
    margin-left: 0px;
    border-bottom: 1px solid #dadae4;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0;
    border-radius: 0px;
}

.Kategorie li a {
    font-size: 17px;
    color: #292560;
    padding-left: 12px;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(73, 72, 72, 0.65);
    border-radius: 0px;
    text-transform:uppercase;
}




#texttop h1 {
    font-family: VirginiaSky !important;
    color: #a78d50 !important;
    font-size: 42px !important;
    text-transform: inherit !important;
    text-shadow: 1px 0px 0px #a78d50;
}


#lista {
    background-color: rgba(127, 127, 127, 0.5);
    z-index: 999;
    position: relative;
    height: 68px;
    margin-top: -68px;
}


#listasipka img {

    position: absolute;
    margin: 0 auto;
    display: block;
    margin-top: 21px;
    margin-left: 48%;
}



#lista {
    background-color: rgba(23, 21, 21, 0.53);
    z-index: 999;
    position: relative;
    height: 68px;
    margin-top: -68px;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #000 !important;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 32px;
    display: block;
}

.flex-control-paging li a.flex-active {
    background:  #ee2133 !important;
}
.flex-control-paging li a:hover {
    background: #ee2133!important;
}

.slider_text_nadpis {
    position: absolute;
    z-index: 99999999999999999999999999;
    float: right;
    right: 0;
    font-family: VirginiaSky !important;
    color: #fff !important;
    font-size: 55px !important;
    text-transform: inherit !important;
    text-shadow: 0px 0px 0px #fff;
    width: 274px;
}








.user_popup {
    position: absolute;
    top: 33px;
    margin-left: -132px;
    z-index: 10000;
    background: #3A3A3A !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    border-radius: 5px;
}

.user_popup a {
    color: #eceeed !important;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 7px 22px;
    display: block;
}

.user_popup a:hover {
    color: #DFB977 !important;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-left span.step-radius {
    float: left;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: transparent #3A3A3A transparent transparent;
    border-width: 25px 25px 25px 0;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-left span.step-label {
    float: left;
    background: #3A3A3A;
    padding: 0 20px 0 20px;
    height: 50px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-middle span.step-label {
    background: #696B84;
    padding: 17px 85px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-right span.step-radius {
    float: left;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #3A3A3A;
    border-width: 25px 0 25px 25px;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-right span.step-label {
    float: left;
    background: #3A3A3A;
    padding: 0 20px 0 20px;
    height: 50px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
}

tfoot td span.cart-total-vat {
    margin: 10px 0;
    width: 220px;
    float: right;
    height: 40px;
    line-height: 40px;
    background: #ee2133;
    border-radius: 0px;
}

div#shopping-cart div#shopping-content table#checkout tbody td a.cart-product-link {
    text-decoration: none;
    font-weight: bold;
    color: #3A3A3A;
    height: 20px;
    line-height: 17px;
    float: left;
}

div#shopping-cart div#shopping-content table#checkout tbody td.cart-product-price {
    font-weight: bold;
    color: #434343;
}

#bread1 a {
    background: none;
    padding: 0;

}

h3.title-3-cart {
    float: left;
    width: 93%;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
    background: none;
    color: #151515;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
}

#cart_plus {
    float: left;
    background: #717171;
    cursor: pointer;
    padding: 6px 16px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 11px;
    margin-right: 5px;
}

#cart_plus:hover {
    background: #6B6B85;
}

#cart_minus {
    float: left;
    background: #717171;
    cursor: pointer;
    padding: 6px 16px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 11px;
    margin-right: 5px;
}

#cart_minus:hover {
    background: #6B6B85;
}

div#shopping-cart div#shopping-content table#checkout thead {
    border-bottom: 1px solid #dadada;
    background: rgba(105, 107, 132, 0.23);
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#shopping-cart div#shopping-content table#checkout tfoot {
    background: rgba(167, 141, 80, 0);
    height: 75px;
    line-height: 75px;
}

.akce {
    float: right;
    margin-top: -58px;
    font-weight: bold;
    color: white;
    padding: 4px 13px;
    opacity: 0.99;
    background: #494678;
    z-index: 185;
}

.produkt_image_pop {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 287px;
    background: rgba(0, 0, 0, 0.6) url('../img/detail_hover.png') no-repeat;
    background-position: 50% 47%;
    margin-left: -7px;
}

.footer3 {
    background: #696B84;
    color: white;
    margin-top: 17px;
}

.novinky_nadpis {
    color: #000000 !important;
    font-size: 23px !important;
    text-transform: uppercase;
    padding-left: 13px;
    padding-bottom: 27px;
    margin: 0 auto;
    text-align: center;
    margin-right: 42%;
    left: 0;
    margin-top: -7px;
    font-family: Ghotic-italic;
}

#lista {
  background-color: rgba(23, 21, 21, 0.45);
  z-index: 999;
  position: relative;
  height: 68px;
  margin-top: -1px;
  width: 1200px;
  margin: 0 auto;
  position: relative !important;
  z-index: 126;
  top: -67px !important;
}

#blikajicilista {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
}

div#cart-empty {
    margin: 15px 0 30px 0;
    float: left;
    text-indent: 20px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
    background: #EE2133;
}
/* Sally css start*/
.display_none{
    display: none;
}
body a{
    text-decoration: none;
    color: #000000;
}
body a:hover{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.to_up{
    text-transform: uppercase;
}
.txt_center{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.header{
    background: #ee2133;
    font-size: 20px;
}
.header span,.header div,.header a{
    color: white;
}
.tel,.email{
    padding: 22px 80px 0 0;
}
.kosikDiv{
    margin: 9px 50px 0 0;
    width: 300px;
}
.header_logo{
    height: 48px;
}
.user{
    margin-top: 20px;
}
.header2 .main-wrapper{
    background: #FFFFFF;
    position: relative;
}
#menutop ul.menu:after{
    content: "";
    display: block;
    clear: both;
}
#menutop ul.menu li{
    float:left;
    padding: 0 12px;
    margin: 14px 0;
    text-transform: uppercase;
    color: #000000;
}

#menutop ul.menu li:not(:last-child){
    border-right: 1px solid black;
}
#menutop ul.menu li #searchbox2 ul li{
    margin: 0;
    width: 100%;
}
#menutop ul.menu li #searchbox2 ul li .img{
    height: 69px;
    width: 69px;
    float: left;
    display: table;
    margin-right: 15px;
}
#menutop ul.menu li #searchbox2 ul li .img:after{
    clear: both;
    content: '';
    display: block;
}
#menutop ul.menu li #searchbox2 ul li .img .img_container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#menutop ul.menu li #searchbox2 ul li .img img{
    max-height: 69px;
    max-width: 69px;
    width: auto;
    height: auto;
}
#menutop ul.menu li #searchbox2 ul li:not(:first-child){
    margin: 10px 0 0;
}
#menutop ul.menu li #searchbox2 ul{
    right: 0;
    width: auto;
}
.KategorieMenu li a{
    padding-left: 28px;
    background: #595a5a;
    color: #FFFFFF;
    font-weight: bold;
}
.KategorieMenu li ul li a{
    padding-left: 35px;
    background: #7F8080;
}
.KategorieMenu li a.plus{
    background: url("/assets/img/plus.png") #595a5a no-repeat 0;
}
.KategorieMenu li a.plus.selected{
    background: url("/assets/img/plus_active.png") #ae1f24 no-repeat 0;
}
.KategorieMenu li a.selected{
    background: #ae1f24;
}
.header_spacer{
    height: 100px;
}
.main h2{
    color: #ee2133;
}

.doprava_zdarma{
    background: #ae1f24;
    text-align: center;
    padding: 10px 0;
}
.doprava_zdarma img{
    display: inline-block;
}
.doprava_zdarma span{
    color: #ffffff;
    text-transform: uppercase;
}
.doprava_zdarma .doprava1{
    font-size: 24px;
}
.doprava_zdarma .doprava2{
    font-size: 16px;
}
.oteviracka{
    background: #383838;
    margin: 0;
}
.oteviracka a{
    text-decoration: none;
    color: #FFFFFF;
}
.oteviracka div{
    color: #FFFFFF;
    font-size: 17px;
}
.oteviracka.text{
    padding-bottom: 10px;
}
.footer_links{
    background: #FFFFFF;
    padding: 10px;
}
.footer_links a{
    color: #000000;
    text-decoration: none;
}
.footer.main-wrapper{
    background: #ee2133;
    padding: 20px;
}
.footer.main-wrapper{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.footer.main-wrapper a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer_galerie img{
    width: 100%;
    max-height: 100%;
}
.footer_galerie span{
    position: absolute;
    left: 15px;
    top: 20px;
    color: #FFFFFF;
    padding: 5px;
    background: #ee2133;
}
.mainmenu,.sluzby{
    padding-right: 0;
}
.onas{
    padding-left: 0;
}
.onas_content{
    min-height: 489px;
    background: url("/assets/img/onas.jpg") no-repeat center;
    background-size: 100% auto;
}
.onas_content_text p{
    text-align: justify;
    color: #FFFFFF;
}
.onas_content_text span{
    font-size: 18px;
    color: #FFFFFF;
}
.onas_content_text h2{
    color: #FFFFFF;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
}
.onas_content_text.row{
    background: rgba(0,0,0,0.5);
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    padding: 12px 0;
}
#products-offer {
    float: left;
    width: 98%;
    background: #ffffff;
}
.kategorie_vypis>p{
    margin-bottom: 20px;
    padding: 15px;
    text-align: justify;
}
.product-image a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-item .product-image{
    height: 230px;
    width: 100%;
    display: table;
    background: #EAEAEA;
    padding: 0;
}
.doprava_zdarma_vyjimka{
    text-align: center;
    padding: 10px;
    background: #EE2133;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
    border: 1px solid #313131;
}
.product-item{
    text-align: center;
   height: 405px;
    border: 0px solid #868686;
    padding: 0;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.product-item.col-md-6 .product-image{
    height: 230px;
    width: 100%;
    display: table;
    background: #EAEAEA;
    padding: 0;
}

.product-item.col-md-6{
    text-align: center;
   height: 216px;
    border: 0px solid #868686;
    padding: 0;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.product-item h3.title{
    height: 80px;
    padding: 0 10px;
    background: #CECDCD;
    margin: 0;
    display: table;
    width: 100%;
}
.product-item h3.title a{
    display: table-cell;
    vertical-align: middle;
}
.product-gallery .images{
    height: 100px;
}
.clanek_obsah,.cat_desc{
    font-size: 14px;
    line-height: 23px;
    border: 1px solid grey;
    margin-bottom: 20px;
    background: #C5C5C5;
}
.cat_desc{
    margin-right: 15px;
}
.clanek_obsah{
    padding: 10px;
}
.cat_desc p{
    padding: 15px;
    text-align: justify;
}
.jcarousel li{
    height: 100px;
    width: 100px;
    display: table;
}
.jcarousel li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.jcarousel li a img{
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
}
body{
    background: url('/assets/img/dobes-back.jpg') #e8e8e8 no-repeat 0 70px;
    min-height: 100vh;
}
.novinka_price_box{
    background: #cecdcd;
    text-align: center;
    padding: 10px;
}
.novinka_price_box .novinka_cena{
    margin-bottom: 10px;
}
.novinka_price_box .btn_to_detail a{
    background: #000000;
    color: #FFFFFF;
    padding: 5px;
    transition: 0.5s ease-in-out;
}
.novinka_price_box .btn_to_detail:hover a{
    background: #ee2133;
}
.product-item .prod_detail{
    background: #000000;
    color: #FFFFFF;
    padding: 5px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}
.product-item .prod_detail:hover{
    background: #ee2133;
}
.detail_produkt .to_cart_container{
    margin-top: 10px;
    display: inline-block;
}
.detail_produkt{
    padding-right: 40px;
    padding-left: 5px;
}
.to_cart_container i{
    padding: 8px;
    background: #ee2133;
    color: white;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.to_cart_container:hover i{
    background: #000000;
}
.cookie-bar button{
    border:0;
}
.pridat_do_kosiku, .cookie-bar button{
    background: #000000;
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s ease-in-out;
    line-height: 23px;
}
.to_cart_container:hover .pridat_do_kosiku, .cookie-bar button:hover{
    background: #ee2133;
}
.prod_pricebox{
    background: #cecdcd;
    padding: 10px;
    height: 80px;
}
.title a {
    color: #ee2133;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
h2{
    text-transform: uppercase;
}

.dotaz_box{
    padding: 10px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
.dotaz_box p{
    margin-bottom: 10px;
}
.dotaz_na_produkt{
    display: inline-block;
    padding: 5px 10px;
    background: #595a5a;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 300;
}
.dostupnost, .product_code{
    width: 50%;
    float: left;
    line-height: 35px;
}
.produkt_info .dostupnost .red{
    background: #EE2133;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border: 1px solid #313131;
}
.produkt_info .dostupnost .green{
    background: #46C111;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border: 1px solid #313131;
}
.produkt_info .product_code.grey{
    background: #EFEEEE;
    display: block;
    border: 1px solid #313131;
    border-right: 0;
    padding-left: 5px;
}
.doprava_zdarma_vyjimka
#soubory .soubor{
    display: block;
    margin-top: 10px;
    text-align: center;
}
#soubory .soubor:before{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
#soubory .soubor.pdf:before{
    background: url("/assets/img/pdf.png");
}
#soubory .soubor.docx:before{
    background: url("/assets/img/docx.png");
}
textarea, input{
    outline: none;
}
#dotaz td{
    padding-top: 10px;
    vertical-align: top;
}
#dotaz td:first-child{
    width: 65px;
}
#dotaz input{
    width: 300px;
    padding: 0;
    margin: 0;
    border: 1px solid #A9A9A9;
}
#dotaz textarea {
    width: 300px;
    height: 150px;
    border: 1px solid #A9A9A9;
}
#dotaz .dotaz_send{
    cursor: pointer;
    padding: 5px 10px;
    background: #595a5a;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
#add-to-cart{
    background: #000000;
    color: #FFFFFF;
    padding: 5px;
    border: 0;
}
.price_box{
    margin: 10px 0;
}
.delivery-table .radio input, .payment-table .radio input{
    margin-top: 10px;
    margin-left: 10px;
}
.delivery-table tr, .payment-table tr{
    height: 62px;
}

#menutop li a{
    font-size: 20px;
}
.menu_bottom li a{
    font-size: 20px;
}
.fl{
    float: left;
}
.clr:after{
    content: '';
    display: block;
    clear: both;
}
#slevy_check,#slevy_vals{
    display: none;
}
.menu_bottom li{
    display: block;
}
.ziva_firma a{
    display: block;
    width: 100%;
    text-align: center;
}
.ziva_firma a img{
    width: 160px;
}
.main .content_right .podkategorie{
    display: none;
}
.nedostupne{
    display: none;
}
.nedostupne.show{
    display: inline-block;
}
/* Sally css end */
@media only screen and (max-width: 1200px) {
    .slider_home {
        width: auto !important;
    }
    #lista {
        width:100%;
        left:0;
        margin-left: 0;
    }

    .clanek_novinky {
        width:calc(100% - 40px);
        margin: 0;
        padding: 20px;
    }
    .aktuality_nadpis .aktuality_cara {
        width:30%;
    }

    .aktuality_nadpis h2 {
        font-size: 42px;
    }
    .clanek_novinky:first-child {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 620px) {
    .aktuality_nadpis .aktuality_cara {
        display:none;
    }
}

@media only screen and (max-width: 380px) {
    .aktuality_nadpis .aktuality_cara {
        display:none;
    }
}


@media only screen and (max-width: 480px) {
    .produkty_uvodka.hlavna {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #texttop h1{

        font-size:30px!important;


    }
}


img.example-image {
    height: 201px;
    text-align: center;
}

a.example-image-link {
    text-align: center;
    display: block;
}
/* mara edit */
#menutop{

    width: 965px;
    padding-top: 25px;

}

.header_logo {
    height: auto;
    width:235px;

}
.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;

    width:100%;
}
.cookie-bar>div {
    position: relative;
    background: #ef2135;
    margin: 0 auto;
    padding: 10px 22px 20px;
    width: 1000px;
    max-width: 100%;
    box-shadow: 0 -2px 31px #0000009e;
    font-size: 16px;
    color: white;
}
.cookie-bar>div>div:first-child{
    float:left;
    max-width:85%;
}
.cookie-bar button:hover{
    background:#86131e;
}
.cookie-bar>div>div:nth-child(2){
    text-align: right;

}
