@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background: #000;
    height: 100%;
    position: relative;
}
/*
#cartMain .dualprice{
  display: none !important;
}
*/

.newproduct{
  position:absolute; left:10px;  width:50px; top:10px; color:black; background:white; z-index:9; padding:3px 5px; font-size:16px; font-weight:bold;
}
.discountproduct{
  position:absolute; right:5px; top:5px; text-align:center; width:50px; height:50px; padding-top:10px; font-weight:bold;  border-radius:50px; color:white; background:red; z-index:9;
}
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
}
p {
    margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}
::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}
::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}
::selection {
    color: #818892;
    background: #f9f6f0;
}
.edge--bottom {
    position: relative;
    z-index: 1;
}
.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
    bottom: 0;
    transform-origin: 100%;
}
.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}
.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
    bottom: 0;
}
.edge--top {
    position: relative;
    z-index: 1;
}
.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--top:before {
    top: 0;
}
.edge--top--reverse {
    position: relative;
    z-index: 1;
}
.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
    top: 0;
}
.edge--both {
    position: relative;
    z-index: 1;
}
.edge--both:before,
.edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--both:before {
    top: 0;
}
.edge--both:after {
    bottom: 0;
}
.edge--both--reverse {
    position: relative;
    z-index: 1;
}
.edge--both--reverse:before,
.edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
    top: 0;
}
.edge--both--reverse:after {
    bottom: 0;
}
#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 40px;
}
.photo{
  cursor: pointer;
}
.paypal-button{
  left:50% !important;
  position: relative !important;
margin-left: -100px !important;
}
#succMsg,
#errMsg,
#errMsgKol,
#succMsgKol {
    clear: both;
    padding: 20px;
    display:block;
}
.variableInput {
  box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 1) !important;
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
}
.h2custom {
    clear: both;
    text-align: center;
    margin-top: 150px;
    font-family: 'Oswald', sans-serif;
}
#plusCart{
  text-align: center;
}
#minusCart{
  text-align:center;
}
#plusCart span, #minusCart span{
  border-radius: 0px;
  background-color: #000;
  color: white;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 100%;
  display: block;
}
#plusCart span:hover, #minusCart span:hover{
  opacity:0.8;
  cursor: pointer;
  transition: 0.3s;
}
.grid-item {
    width: 200px;
}
.grid-item2 {
    width: 30%;
    position: relative;
    padding: 5px !important;
}
.grid-item2 .thumb {
    width: 100%;
}
.grid {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.grid2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.colorwrapp {
    border: 2px solid transparent;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50px;
    display: block;
    float: left;
    margin-left: 5px;
}
.colorone {
    width: 26px;
    height: 26px;
    background-color: #000;
    border-radius: 50px;
    display: block;
    display: block;
    margin: -1px;
}
.colortwo {
    width: 26px;
    height: 26px;
    background-color: #aaa;
    border-radius: 50px;
    display: block;
    margin: -1px;
}
.bojaSelected {
    border-color: #000 !important;
    cursor: default !important;
}
.productItem .bojaSelected {
    border-color: white !important;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.75);
}
#portfolioTxtDetail p{
    margin-bottom:0 !important;
}
.productItem .colorone,
.productItem .colortwo {
    -webkit-box-shadow: 0px 0px 21px -3px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 21px -3px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 21px -3px rgba(255, 255, 255, 1);
}
.productItem .shopbtnproducts {
    clear: both;
}
.bojaSelected span {
    padding: 10px;
    width: 20px !important;
    height: 20px !important;
    margin: 2px;
}
.colortwo:hover,
.colorone:hover {
    opacity: 0.8;
    border-color: #333 !important;
}
#modal-na-upit .modal-title {
    margin-left: 20px;
    font-size: 16px;
}
#upitSlika {
    width: 50%;
    margin-left: 0;
    float: left;
    padding: 20px;
}
#upitNaziv {
    float: left;
    padding-left: 20px;
    color: black;
    font-size: 30px;
    width: 50%;
    padding-top: 20px;
}
#upitCijena {
    float: left;
    margin-left: 20px;
    color: white;
    font-size: 20px;
    background-color: black;
    padding: 10px;
}
#modal-kolicina .modal-title {
    margin-left: 20px;
    font-size: 16px;
}
#upitSlikaKol {
    width: 50%;
    margin-left: 0;
    float: left;
    padding: 20px;
}
#upitNazivKol {
    float: left;
    padding-left: 20px;
    color: black;
    font-size: 30px;
    width: 50%;
    padding-top: 20px;
}
#upitCijenaKol {
    float: left;
    margin-left: 20px;
    color: white;
    font-size: 20px;
    background-color: black;
    padding: 10px;
}
.QueryNotice {
    padding-left: 20px;
    float: left;
    width: 50%;
    padding-top: 20px;
}
.QueryFormer {
    width: 100%;
    padding: 15px;
    float: left;
    clear: both;
}
.QueryFormer input {
    width: 100%;
    padding: 5px;
    border-color: black;
    color: black;
}
.QueryFormer label {
    color: black;
    margin-top: 10px;
}
.QueryFormer textarea {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border-color: black;
    border-width: 2px;
    color: black;
}
.QueryPhoto {
    width: 100%;
    border: 6px solid #eee;
}
.modal-header {
    border-bottom: none !important;
}
.modal-footer {
    clear: both;
}
.socialize {
    position: relative;
    background-color: rgb(60, 60, 60);
}
.socializemobile{
    background-color:transparent;
}
.cardFooter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    position: relative;
    float: right;
    right: 30px;
    margin-bottom: 30px;
}
.cardFooter img {
    height: 50px;
    border: 2px solid #aaa;
    margin-left: 5px;
    padding: 5px;
}
.socialize img {
    opacity: 1;
}
.socialize img:hover {
    opacity: 0.8;
}
.grid .grid-item img {
    width: 100%;
    padding: 5px;
}

.langswitch img{
  width: 25px;
}
.langswitch img:hover{
  cursor: pointer;
  opacity:0.8;
}
@media screen and (max-width: 768px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }
    #fh5co-header .navbar-brand {
        color: #000 !important;
    }
    #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    #fh5co-header #navbar li a:hover {
        color: #000 !important;
    }
    #fh5co-header #navbar li a:hover .fa {
        color: #000 !important;
    }
    #fh5co-header #navbar li a span:before {
        background: transparent !important;
    }
    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #000 !important;
    }
    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
#fh5co-header #navbar li a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-size: 17px;
    font-weight: 400;
}
#fh5co-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}
#fh5co-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}
#fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff;
}
img.fill {
    height: 100% !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.navbar-right {
    padding-top: 30px;
}
.navbar-fixed-top .navbar-right {
    padding-top: 0;
}
#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #000;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
    color: #fff;
}
.loger {
    background-image: url(../images/logo_dark.png);
    width: 115px;
    height: 115px;
    background-size: auto 100%;
    background-position: left;
}
#fh5co-header.navbar-fixed-top .navbar-brand .loger {
    background-position: right !important;
    width: 70px;
    height: 70px;
    margin-top: 12px;
}
#fh5co-header.navbar-fixed-top #navbar li a {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #fff;
}
#fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
@media screen and (max-width: 768px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
    color: #000;
    font-style: normal;
}
#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#fh5co-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: rgb(18, 18, 21);
    color: #fff;
    overflow: hidden;
}
#fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    background-color: #ffffff;
}
#fh5co-home .gradient_dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    background-color: #000000;
}
#fh5co-home,
#fh5co-home .text-wrap {
    height: auto;
    min-height: 400px;
}
#fh5co-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}
#fh5co-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}
#fh5co-home .text-inner a {
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-home .text-inner a:hover,
#fh5co-home .text-inner a:active,
#fh5co-home .text-inner a:focus {
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
    font-size: 50px;
    color: white;
    margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.slant {
    position: absolute;
    background-color: #000;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    bottom: 0;
    margin-bottom: -35px;
    padding: 0;
    width: 101%;
}
#fh5co-intro {
    position: relative;
    bottom: 0;
    margin-top: -150px;
    z-index: 10;
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    #fh5co-intro {
        padding-bottom: 3em;
    }
}
#fh5co-intro > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    #fh5co-intro .fh5co-block {
        width: 100%;
    }
}
#fh5co-intro .fh5co-block > .overlay-darker {
    z-index: 8;
    opacity: .5;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
    background: #fff;
    opacity: 0;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
    position: relative;
    z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}
#fh5co-intro .fh5co-block h2 {
    font-size: 24px;
    font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay,
#fh5co-intro .fh5co-block:focus > .overlay {
    opacity: 0;
    z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text,
#fh5co-intro .fh5co-block:focus > .fh5co-text {
    color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon,
#fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
    color: #fff;
}
#fh5co-intro .fh5co-block:hover h2,
#fh5co-intro .fh5co-block:focus h2 {
    color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn,
#fh5co-intro .fh5co-block:focus .btn {
    border: 2px solid #fff !important;
    background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover,
#fh5co-intro .fh5co-block:focus .btn:hover {
    background: #000 !important;
    border: 2px solid #000 !important;
}
#fh5co-intro .fh5co-block > .fh5co-text {
    color: #fff;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
    color: #fff;
}
#fh5co-intro .fh5co-block h2 {
    color: #fff;
}
#fh5co-intro .fh5co-block .btn,
#fh5co-counters .btn {
    border: 2px solid #fff !important;
    background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover,
#fh5co-intro .fh5co-block:focus .btn:hover {
    background: #000 !important;
    border: 2px solid #000 !important;
}
.watch-video {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}
.watch-video span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.watch-video .btn-video {
    display: block;
    font-size: 60px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 2px solid #000;
    line-height: 0px;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.watch-video .btn-video:hover,
.watch-video .btn-video:focus,
.watch-video .btn-video:active {
    text-decoration: none;
}
.watch-video .btn-video i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    top: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.watch-video .btn-video:hover i,
.watch-video .btn-video:focus i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#fh5co-services,
#fh5co-testimonials,
#fh5co-counters,
#fh5co-work,
#fh5co-contact,
#fh5co-about,
#fh5co-halflinksblack,
#fh5co-halflinkswhite {
    padding: 4em 0;
}
@media screen and (max-width: 768px) {
    #fh5co-services,
    #fh5co-testimonials,
    #fh5co-counters,
    #fh5co-work,
    #fh5co-contact,
    #fh5co-about,
    #fh5co-halflinksblack,
    #fh5co-halflinkswhite {
        padding: 2em 0;
    }
}
#fh5co-services,
#fh5co-work,
#fh5co-counters {
    padding: 7em 0;
}
@media screen and (max-width: 768px) {
    #fh5co-services,
    #fh5co-work,
    #fh5co-counters {
        padding: 4em 0;
    }
}
#fh5co-services {
    background-color: #000;
    /* IE9, iOS 3.2+ */

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */

    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */

    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}
#fh5co-services:before,
#fh5co-services:after {
    position: absolute;
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#fh5co-services:before {
    top: 0;
    margin-top: -35px;
}
#fh5co-services:after {
    bottom: 0;
    margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
    padding-right: 30px;
}
#fh5co-services h3 {
    font-size: 24px;
    color: #fff;
}
#fh5co-services .icon {
    font-size: 70px;
    margin-bottom: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#fh5co-services .icon:before {
    color: #fff;
}
#fh5co-services .section-heading h2 {
    color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
    background: rgba(255, 255, 255, 0.3);
}
#fh5co-counters {
    background: #000;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
    #fh5co-counters {
        padding: 4em 0;
    }
}
#fh5co-counters .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before,
#fh5co-counters:after {
    position: absolute;
    background-color: #000;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#fh5co-counters:before {
    top: 0;
    margin-top: -35px;
}
#fh5co-counters:after {
    bottom: 0;
    margin-bottom: -35px;
}
#fh5co-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
    color: #fff;
}
#fh5co-counters .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
    position: relative;
    z-index: 3;
    text-align: center;
}
@media screen and (max-width: 992px) {
    #fh5co-counters .fh5co-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }
    .socializemobile{
    background-color:transparent;
    padding-left: 0;
    display: none;

}
    .in + .socializemobile{
      display: block;
    }

.socializemobile a{
  border:1px solid transparent;
  background-color: transparent;
  float:left;
  display: block;
  width:60px;
}

.socializemobile a img{
  filter: invert(1);
  -webkit-filter: invert(1);
}
.navbar-fixed-top .socializemobile a img{
  filter: invert(0);
  -webkit-filter: invert(0);
}
}
.footerMiddle {
    font-size: 15px;
}
.footerRight {
    font-size: 12px;
    text-align: justify;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
    display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
    font-size: 40px;
    color: #000;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}
#fh5co-testimonials .box-testimony,
#fh5co-halflinksblack .box-testimony,
#fh5co-halflinkswhite .box-testimony {
    margin-bottom: 2em;
    float: left;
}
#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover,
#fh5co-testimonials .box-testimony a:focus,
#fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 30px;
    background: #fff;
    background: #000;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 10px solid black;
    border-top-color: #fff;
    border-top-color: #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
    color: #fff;
}
#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: black;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
    color: #000;
}
#fh5co-testimonials .box-testimony .author a:hover {
    text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
    float: left;
    margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
    float: left;
    margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400 !important;
}
#fh5co-work {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background-color: #000;
    /* IE9, iOS 3.2+ */

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */

    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */

    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-work a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
#fh5co-work a:hover {
    color: white;
}
#fh5co-work:before,
#fh5co-work:after {
    position: absolute;
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#fh5co-work:before {
    top: 0;
    margin-top: -35px;
}
#fh5co-work:after {
    bottom: 0;
    margin-bottom: -35px;
}
#fh5co-work .section-heading h2 {
    color: #fff;
}
#fh5co-work .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
    color: rgba(255, 255, 255, 0.8);
}
#fh5co-about .fh5co-project-item {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#fh5co-about .fh5co-project-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#fh5co-about .fh5co-project-item .fh5co-text {
    padding: 10px 20px;
}
#fh5co-about .fh5co-project-item .fh5co-text h2,
#fh5co-about .fh5co-project-item .fh5co-text span {
    text-decoration: none !important;
}
#fh5co-about .fh5co-project-item .fh5co-text h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
#fh5co-about .fh5co-project-item .fh5co-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
#fh5co-about .fh5co-project-item:hover,
#fh5co-about .fh5co-project-item:focus {
    -webkit-box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
}
#fh5co-about .fh5co-project-item:hover img,
#fh5co-about .fh5co-project-item:focus img {
    opacity: .7;
}
#fh5co-about .fh5co-project-item:hover h2,
#fh5co-about .fh5co-project-item:hover span,
#fh5co-about .fh5co-project-item:focus h2,
#fh5co-about .fh5co-project-item:focus span {
    text-decoration: none !important;
}
.fh5co-person {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 992px) {
    .fh5co-person {
        margin-bottom: 3.5em;
    }
    #fh5co-header.navbar-fixed-top .navbar-brand .loger{
        width:30px;
        height:30px;
    }
}
.fh5co-person figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px;
}
.fh5co-person figure img {
    width: 120px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fh5co-person h3 {
    margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
}
.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 400;
}
.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}
.btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}
#fh5co-contact {
    padding-bottom: 0;
}
#fh5co-contact .fh5co-contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
    position: absolute;
    top: .2em;
    left: 0;
}
.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    clear: both;
}
.section-heading h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}
.section-heading h2.left-border:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
    left: 0%;
    margin-left: 0px;
    bottom: 0;
}
.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}
.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}
@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}
.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #000;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.fh5co-nav-toggle i::before {
    top: -7px;
}
.fh5co-nav-toggle i::after {
    bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
    top: -10px;
}
.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}
.fh5co-nav-toggle.active i {
    background: transparent;
}
.fh5co-nav-toggle.active i::before {
    top: 0;
}
.fh5co-nav-toggle.active i::after {
    bottom: 0;
}
.fh5co-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}
#footer {
    padding: 50px 0;
    color: #ffffff;
    position: relative;
    background-color: rgb(60, 60, 60);
}
#footer .gotop {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
    background: #fff;
    z-index: 8;
    width: 80px;
    height: 60px;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    -ms-border-radius: 2%;
    border-radius: 2%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#footer .gotop:hover,
#footer .gotop:focus {
    top: -25px;
    text-decoration: none !important;
}
#footer .copyright {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.btn-primary {
    background: #000;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #000;
}
.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}
.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
.social li a i {
    display: table-cell;
    vertical-align: middle;
}
.social li a:hover,
.social li a:active,
.social li a:focus {
    text-decoration: none;
    border-bottom: none;
}
.social li a.social-box {
    background: #000;
    color: #fff;
}
.social li a.social-circle {
    background: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.social li a:hover {
    background: #393e46 !important;
}
.social.social-box a {
    background: #000;
    color: #fff;
}
.social.social-circle a {
    background: #000;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#map {
    width: 100%;
    height: 500px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}
@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}
.row-bottom-padded-lg {
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}
.row-bottom-padded-md {
    padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}
.row-bottom-padded-sm {
    padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}
.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#colour-variations {
    padding: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 140px;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 999999;
    background: #fff;
    /*border-radius: 4px;*/

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}
#colour-variations.sleep {
    margin-left: -140px;
}
#colour-variations h3 {
    text-align: center;
    ;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
    margin: 0 0 10px 0;
    padding: 0;
    ;
}
#colour-variations ul,
#colour-variations ul li {
    padding: 0;
    margin: 0;
}
#colour-variations li {
    list-style: none;
    display: block;
    margin-bottom: 5px!important;
    float: left;
    width: 100%;
}
#colour-variations li a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#colour-variations li a:hover {
    opacity: .9;
}
#colour-variations li a > span {
    width: 33.33%;
    height: 20px;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.option-toggle {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: -30px;
    width: 30px;
    height: 30px;
    background: #f64662;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}
.option-toggle i {
    top: 2px;
    position: relative;
}
.option-toggle:hover,
.option-toggle:focus,
.option-toggle:active {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.fh5co-intro-icon img {
    width: 100%;
    max-width: 60px;
}
.icon img {
    width: 100%;
    max-width: 60px;
}
.carousel-caption {
    position: absolute;
    width: 1140px !important;
    left: 50% !important;
    margin-left: -570px;
    right: 0% !important;
    bottom: 200px;
}
.item-desc-holder {
    width: 300px;
    float: right;
    position: relative;
    right: 30px;
}
.item-desc-holder h2 {
    font-weight: bold;
    color: white;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.item-desc-holder p {
    text-align: left;
    font-size: 14px;
}
.shopbtn {
    border: 2px solid white;
    padding: 0px 2px;
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
    color: white;
    text-align: left;
    float: left;
    text-decoration: none !important;
    clear: both;
    margin-top: 20px;
    cursor: pointer;
}
.shopbtn:hover {
    background-color: white;
    color: #000;
}
.shopbtnproducts {
    border: 2px solid black;
    padding: 0px 2px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    background-color: #fff;
    color: black;
    text-align: left;
    float: left;
    text-decoration: none !important;
    transition: 0.3s;
    cursor: pointer;
}
.shopbtnproducts:hover {
    background-color: black;
    color: #fff;
    transition: 0.5s;
}
.shopbtnRight {
    border: 2px solid white;
    padding: 0px 2px;
    font-size: 18px;
    line-height: 18px;
    background-color: #000000;
    color: white;
    text-align: left;
    float: right;
    margin-right: 20px;
    text-decoration: none !important;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    position: relative;
}
.narukviceHolder:hover .shopbtnRight {
    border: 2px solid white !important;
    padding: 0px 2px !important;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    float: right;
    margin-right: 20px;
    text-decoration: none !important;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    position: relative;
    background-color: white;
    color: #000 !important;
    transition: 0 !important;
}
.grad .abouttxt h2 {
    color: #000000 !important;
    text-align: left;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold !important;
}
.grad .abouttxt p {
    text-align: left;
    padding: 0;
    color: #000000 !important;
    font-size: 15px;
}
.grad .abouttxt p em {
    font-size: 18px;
    padding-top: 10px;
}
.grad_dark .abouttxt h2 {
    color: #fff !important;
    text-align: left !important;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold !important;
}
.grad_dark .abouttxt p {
    text-align: left !important;
    padding: 0;
    color: #fff !important;
    font-size: 15px;
}
.grad_dark .abouttxt p em {
    font-size: 18px;
    padding-top: 10px;
}
.narukviceHolder {
    border: 2px solid rgb(60, 60, 60);
    padding: 20px 0px;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}
.narukviceHolder:hover {
    cursor: pointer;
}
.narukviceHolder h2 {
    transition: 0.5s;
}
.narukviceHolder:hover h2 {
    background-color: #fff;
    color: #000 !important;
    transition: 1s !important;
}
.narukviceHolder img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 888;
}
.narukviceHolder:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.narukviceHolder h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px;
}
.halflinks h2 {
    font-family: 'Oswald', sans-serif !important;
    position: absolute;
    top: 20px;
    left: 10%;
    padding-left: 20px;
    color: white;
    font-weight: bold;
}
.halflinks {
    padding: 0;
}
.halflinks .shopbtnRight {
    border: 2px solid white;
    padding: 0px 2px;
    font-size: 18px;
    line-height: 18px;
    background-color: #000000;
    color: white;
    text-align: left;
    float: right;
    margin-right: 20px;
    text-decoration: none !important;
    z-index: 9999;
    right: 10%;
    bottom: 40px;
    position: relative;
    text-align: center;
}
.halflinks .shopbtnRight:hover {
    border: 2px solid white !important;
    padding: 0px 2px !important;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    float: right;
    margin-right: 20px;
    text-decoration: none !important;
    z-index: 9999;
    right: 10%;
    bottom: 40px;
    position: relative;
    background-color: white;
    color: #000 !important;
    transition: 0 !important;
    cursor: pointer;
}
.halflinks:hover img {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: 0.5s;
    cursor: pointer;
}
#fh5co-halflinksblack img {
    border: 2px solid rgba(60, 60, 60, 1);
    transition: 0.5s;
    padding: 0;
}
.footlog1 {
    width: 80px;
    float: left;
}
.footlog2 {
    width: 150px;
    position: relative;
    float: left;
}
.containerProducts {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.text-title {
    text-transform: uppercase;
    font-size: 20px;
}
.footerAfter{
  background-color:rgb(60, 60, 60);
  width:100%;
  position:relative;
  margin-bottom: 50px;
  padding:20px;
}
#filters {
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -40px;
    background-color: #000000;
    text-transform: uppercase;
}
#filters li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    background-color: #000000;
    color: white;
}
#filters li span {
    display: block;
    font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
#filters li:hover span {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
#filters li span.active {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
#filters2 {
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -40px;
    margin-bottom: 20px;
    background-color: #000000;
}
#filters2 li {
    display: inline-block;
    *display: inline;
    /*IE7*/

    *zoom: 1;
    /*IE7*/

    text-align: center;
    background-color: #000000;
    color: white;
}
#filters2 li span {
    display: block;
    font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
#filters2 li:hover span {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
#filters2 li span.active {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
.filtersExtra {
    background-color: #fff !important;
}
.filtersExtra li {
    background-color: #fff !important;
}
.filtersExtra li span {
    color: #000000 !important;
    border: 2px solid #000000;
}
.filtersExtra li span:hover {
    color: #000000 !important;
    border: 2px solid #ddd;
}
.filtersExtra li span.active {
    color: #fff !important;
    border: 2px solid #000;
    background-color: #000000 !important;
}
#portfoliolist .portfolio {
    width: 20%;
    margin: 2.5%;
    display: none;
    float: left;
    overflow: hidden;
    height: 300px;
}
.portfolio a {
    text-decoration: none !important;
}
.portfolio h2 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: bold !important;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    text-decoration: none !important;
}
.portfolio-wrapper {
    position: relative !important;
    cursor: pointer;
    width: 228px;
    height: 228px;
    overflow: hidden;
    position: relative;
}
.portfolio img {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
.portfolio .label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .label-bg {
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    transition: 0.1s;
}
.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 12px;
    padding-top: 45%;
    font-size: 20px;
}
.portfolio .label-text span {
    padding: 5px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.dualprice{
  margin-bottom:0 !important;
  font-size:16px !important;
}
.dualpricebig{
  font-size:18px !important;
  display: block;
}
.portfolio hr {
    width: 20%;
    margin-top: 3px;
    margin-bottom: 5px;
}
.portfolio .text-category {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.portfolio:hover .label {
    bottom: 0;
    opacity: 0.8;
    transition: 0.5s;
}
.portfolio:hover .projbcker {
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}
#portfolioTxt {
    text-align: center;
    color: #000;
    padding: 50px;
    margin-top: 20px;
}
#portfolioTxtDetail {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#portfolioTxtDetail span {
    font-weight: normal;
}
.btn-warning {
    background-color: transparent !important;
    color: white;
    border-color: white !important;
}
.btn-warning:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn-success {
    background-color: transparent !important;
    border-color: #fff;
    margin-bottom: 50px;
}
.btn-success:hover {
    background-color: #5cb85c !important;
}
.proizvodPrice {
    background-color: #fff;
    color: #000 !important;
    text-shadow: none;
    padding: 5px;
    width: auto !important;
    float: left;
    margin-top: 15px;
}
.containerProducts {} .containerProducts h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.productRecommend {
    padding-bottom: 0%;
}
.productH2 {
    margin-top: 100px;
    padding-left: 30px;
}
.productH2upper {
    margin-top: 100px;
    padding-left: 10px;
}
.productRecommend h2 {
    margin: 0 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding-left: 0;
    text-decoration: none !important;
}
a.productRecommend {
    text-decoration: none !important;
}
.productRecommend:hover {
    opacity: 0.8;
    transition: 0.3;
}
.controls {
    width: 100%;
    position: absolute;
}
.controle {
    position: absolute;
    top: 200px;
    z-index: 2000;
}
.fa-chevron-right {
    float: right;
}
.buttonControl {
    position: absolute;
    float: left;
    left: 0;
    z-index: 1000;
    top: 285px;
}
.buttonControlRight {
    position: absolute;
    float: right;
    right: 0;
    top: 285px;
}
.recommendRow {
    clear: both;
    position: relative;
}
.madflyLogoUp {
    width: 1140px;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    bottom: 100px;
    z-index: 88;
}
.madflyLogoUp img {
    width: 200px;
    position: relative;
}
.modalTxt {
    color: #000 !important;
}
.nakitH2 {
    float: left;
}
.nakitH2span {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    border-radius: 50px;
    background-image: url(../img/poludrago.png);
    background-size: 100% 100%;
    background-color: #000000;
    float: left;
    margin-left: 10px;
}

@media screen and (max-width: 420px) {
    .productRecommend .shopbtnproducts {
        font-size: 10px !important;
    }
    .shopbtnproducts {
    width: 100% !important;
    text-align: center;
    margin-left: 0% !important;
}

.portfolio .shopbtnproducts{
  width: 60% !important;
  text-align: center;
  margin-left: 10% !important;
}

      }
@media screen and (min-width: 992px) and (max-width: 1200px){
  #fh5co-header li a{
    font-size:15px !important;
  }
}
@media screen and (max-width: 991px) {

#plusCart span, #minusCart span{
  border-radius: 0px;
  background-color: #000;
  color: white;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 100%;
  margin: 20px 10px;
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-footer .btn{
  margin-left: 0 !important;
margin-bottom: 0;
margin-top: 20px;
width: 100%;
}


  .item-desc-holder .shopbtn {
    float: none;
font-size: 17px;
background-color: black;
display: block;
text-align: center;
width: 20%;
margin-left: 40%;
margin-top: 50px;
padding: 0px 5px;
  }
  .shopbtnproducts{
    width: 60%;
text-align: center;
margin-left: 20%;
  }
    .footerMiddle {
        font-size: 12px;
    }
    .footerRight {
        font-size: 12px;
        text-align: justify;
    }
    .aboutmadfly p {
        padding: 20px !important;
    }
    .aboutmadfly h2 {
        padding-left: 20px;
        padding-top: 20px;
    }
    .aboutmadfly img {
        display: none;
    }
    .narukviceHolder img {
        width: 100%;
        position: relative;
    }
    .narukviceHolder:hover {
        border-style: solid !important;
    }
    .narukviceHolder h2 {
        background-color: black !important;
        z-index: 20000;
        color: black !important;
        padding-left: 0;
        position: relative !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: auto;
        top: auto;
    }
    .leaabout h2 {
        padding-left: 20px;
    }
    .leaabout p {
        padding: 20px !important;
    }
    .carousel-caption {
        position: absolute;
        width: 100% !important;
        left: 0 !important;
        margin-left: 0;
        right: auto !important;
        bottom: 0px;
    }
    .madflyLogoUp {
        width: 30%;
        margin-left: 35%;
        position: absolute;
        left: 0%;
        bottom: 5px;
        display: block;
        z-index: 88;
    }
    .madflyLogoUp img {
        width: 100%;
        position: relative;
    }
    .loger {
        width: 40px;
        height: 40px;
        margin-top: 7px;
        background-size: auto 100%;
        background-position: left;
    }
    .fh5co-person {
        margin-bottom: 0;
    }
    #portfoliolist .portfolio {
        width: 40%;
        margin-left: 5%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 50px;
    }
    #portfolioTxt {
        font-size: 16px;
    }
    .portfolio-wrapper {
        position: relative !important;
        cursor: pointer;
        width: 80%;
        height: 80%;
        padding-bottom: 50%;
        overflow: hidden;
        position: relative;
        margin-left: 10%;
    }
    #portfoliolist .shopbtnproducts {
        margin-left: 10%;
    }
    .portfolio .nakitH2 {
        margin-left: 10%;
    }
    .projbcker {
        height: 100%;
    }
    #filters2 .filter {
        margin-bottom: 10px;
        position: relative;
    }
    #filters2 .filter:nth-child(2) {
        margin-bottom: 30px;
    }
    #extraFilters-nausnice,
    #extraFilters-narukvica,
    #extraFilters-ogrlica {
        height: 100px;
        margin-top: 20px;
    }
    .item-desc-holder {
        position: relative;
        text-align: center;
        margin-left: auto;
        display: block;
        float: none;
        right: 0;
        width: 100%;
    }
    .item-desc-holder .shopbtn {
        float: none;
        font-size: 17px;
        background-color: black;
        display: block;
    }
    .item-desc-holder h2 {
        text-align: center;
        margin-bottom: 0px;
        font-size: 20px;
        width: 30% !important;
        margin-left: 36% !important;
    }
    .carousel,
    .item,
    .active {
        height: 50% !important;
    }
    .productItem {
        height: 100% !important;
    }
    .item {
        margin-top: 50px !important;
    }
    .productItem .carousel-caption {
        bottom: 120px;
    }
    .proizvodPrice {
        margin-top: -70px;
        position: relative !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }
    #portfolioTxtDetail {
        padding: 0;
        padding-left: 20px !important;
    }
    #filters li span {
        font-size: 15px;
    }
    .onEveryMad {
        display: none;
    }
    .navbar-fixed-top .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        width: 25px;
        height: 3px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }
    .navbar-fixed-top .fh5co-nav-toggle i::before,
    .navbar-fixed-top .fh5co-nav-toggle i::after {
        content: '';
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    #fh5co-header.navbar-fixed-top #navbar li a {
        color: white !important;
    }
    #fh5co-header.navbar-fixed-top #navbar li a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    color: rgba(255,
    255,
    255,
    0.8);
    .portfolio .label {
        opacity: 1;
    }
    .portfolio .label-text {
        color: #fff;
        position: relative;
        z-index: 30;
        padding: 5px 12px;
        padding-top: 45%;
        font-size: 20px;
        bottom: 0;
        position: absolute;
        float: right;
        right: 0;
    }
    .portfolio .label-bg {
        background-color: transparent;
    }
    #fh5co-home .text-inner h2 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
        text-align: center !important;
        padding-left: 0;
    }
    .shopbtnRight {
        border: 2px solid white;
        padding: 0px 2px;
        font-size: 18px;
        line-height: 18px;
        background-color: #000000;
        color: white;
        float: none;
        margin-right: 20px;
        text-decoration: none !important;
        z-index: 99990;
        right: 0;
        bottom: 0px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        text-align: center;
    }
    .halflinks h2 {
        font-size: 20px;
    }
    .h2custom {
        font-size: 20px;
    }
    .h2custom {
        clear: both;
        text-align: center;
        margin-top: 150px;
        font-family: 'Oswald', sans-serif;
    }
    .grid-item {
        width: 100%;
    }
    .grid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    .grid2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    .grid-item2 img {
        width: 100%;
    }
    .grid .grid-item img {
        width: 100%;
        padding: 0px;
    }
    .carousel-control .icon-next:before,
    .carousel-control .icon-prev:before {
        font-size: 40px;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        line-height: 1;
        font-family: serif;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 63%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }
    img.fill {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px !important;
    }
    #filters {
        margin-top: -10px;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
  .btn.btn-primary {
      background: transparent !important;
      color: #000 !important;
      border: none !important;
      border: 2px solid transparent !important;
  }
    .productRecommend h2 {
        font-size: 10px;
        min-height: 30px;
        padding-top:5px;
    }
    .item-desc-holder .shopbtn {
      float: none;
  font-size: 17px;
  background-color: black;
  display: block;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  margin-top: 50px;
  padding: 0px 5px;
    }
    .productRecommend .shopbtnproducts {
        font-size: 10px;
    }
    .cardFooter {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        position: relative;
        right: 0;
        float: none;
        margin-bottom: 30px;
    }
    .cardFooter img {
        margin-top: 10px;
        height: auto;
        width: 10%;
        border: 2px solid #aaa;
        padding: 5px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .aboutmadfly p {
        padding: 20px !important;
    }
    .aboutmadfly h2 {
        padding-left: 20px;
        padding-top: 20px;
    }
    .aboutmadfly img {
        display: none;
    }
    .narukviceHolder img {
        width: 100%;
        position: relative;
    }
    .narukviceHolder h2 {
        background-color: black !important;
        z-index: 20000;
        color: black !important;
        padding-left: 0;
        position: relative !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: auto;
        top: auto;
    }
    .leaabout h2 {
        padding-left: 20px;
    }
    .leaabout p {
        padding: 20px !important;
    }
    .carousel-caption {
        position: absolute;
        width: 100% !important;
        left: 0 !important;
        margin-left: 0;
        right: auto !important;
        bottom: 0px;
    }
    .madflyLogoUp {
        width: 30%;
        margin-left: 35%;
        position: absolute;
        left: 0%;
        bottom: 5px;
        display: block;
        z-index: 88;
    }
    .madflyLogoUp img {
        width: 100%;
        position: relative;
    }
    .loger {
        width: 40px;
        height: 40px;
        margin-top: 7px;
        background-size: auto 100%;
        background-position: left;
    }
    .fh5co-person {
        margin-bottom: 0;
    }
    #portfoliolist .portfolio {
        width: 80%;
        margin-left: 10%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0px;
        margin-top: 100px;
    }
    #portfolioTxt {
      font-size: 16px;
    margin-top: 10px;
    padding-top: 20px;
    clear: both;
    display: block;
    position: relative;
    }
    .portfolio-wrapper {
        position: relative !important;
        cursor: pointer;
        width: 80%;
        height: 80%;
        padding-bottom: 50%;
        overflow: hidden;
        position: relative;
        margin-left: 10%;
    }
    #portfoliolist .shopbtnproducts {
        margin-left: 10%;
    }
    .portfolio .nakitH2 {
        margin-left: 10%;
    }
    .projbcker {
        height: 100%;
    }
    #filters2 .filter {
        margin-bottom: 10px;
        position: relative;
    }
    #filters2 .filter:nth-child(2) {
        margin-bottom: 30px;
    }
    #extraFilters-nausnice,
    #extraFilters-narukvica,
    #extraFilters-ogrlica {
        height: 30px;
        margin-top: 20px;
    }
    .item-desc-holder {
        position: relative;
        text-align: center;
        margin-left: auto;
        display: block;
        float: none;
        right: 0;
        width: 100%;
    }

    .item-desc-holder h2 {
        text-align: center;
        margin-bottom: -20px;
        font-size: 20px;
        width: 30% !important;
        margin-left: 36% !important;
    }
    .carousel,
    .item,
    .active {
        height: 70% !important;
    }
    .productItem {
        height: 100% !important;
    }
    .item {
        margin-top: 50px !important;
    }
    .productItem .carousel-caption {
        bottom: 50px;
    }
    .proizvodPrice {
        margin-top: -70px;
        position: relative !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }
    #portfolioTxtDetail {
        padding: 0;
        padding-left: 20px !important;
    }
    #filters li span {
        font-size: 15px;
    }
    .onEveryMad {
        display: none;
    }
    .navbar-fixed-top .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        width: 25px;
        height: 3px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }
    .navbar-fixed-top .fh5co-nav-toggle i::before,
    .navbar-fixed-top .fh5co-nav-toggle i::after {
        content: '';
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    #fh5co-header.navbar-fixed-top #navbar li a {
        color: white !important;
    }
    .portfolio .label {
        opacity: 1;
    }
    .portfolio .label-text {
        color: #fff;
        position: relative;
        z-index: 30;
        padding: 5px 12px;
        padding-top: 45%;
        font-size: 20px;
        bottom: 0;
        position: absolute;
        float: right;
        right: 0;
    }
    .portfolio .label-bg {
        background-color: transparent;
    }
    #fh5co-home .text-inner h2 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
        text-align: center !important;
        padding-left: 0;
    }
    .shopbtnRight {
        border: 2px solid white;
        padding: 0px 2px;
        font-size: 18px;
        line-height: 18px;
        background-color: #000000;
        color: white;
        float: none;
        margin-right: 20px;
        text-decoration: none !important;
        z-index: 99990;
        right: 0;
        bottom: 0px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        text-align: center;
    }
    .halflinks h2 {
        font-size: 20px;
    }
    .h2custom {
        font-size: 20px;
    }
    .h2custom {
        clear: both;
        text-align: center;
        margin-top: 150px;
        font-family: 'Oswald', sans-serif;
    }
    .grid-item {
        width: 100%;
    }
    .grid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    .grid img {
        width: 100%;
        padding: 0px;
    }
    .carousel-control .icon-next:before,
    .carousel-control .icon-prev:before {
        font-size: 40px;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        line-height: 1;
        font-family: serif;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 63%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }
    img.fill {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px !important;
    }
    #filters {
        margin-top: -10px;
        padding: 10px;
    }
    .productItem .shopbtnproducts {
        border: 2px solid black;
        padding: 5px 2px;
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
        background-color: #fff;
        color: black;
        text-align: left;
        text-decoration: none !important;
        transition: 0.3s;
        cursor: pointer;
        width: 50% !important;
        text-align: center;
        margin-left: 25% !important;
        bottom: 0;
        position: relative;
        margin-top: 40px;
        left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .fh5co-nav-toggle {
        display: block !important;
    }
    #fh5co-header {
        margin-top: 0 !important;
        background: white;
    }
    #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    #fh5co-header #navbar li a {
        font-size: 14px!important;
    }
    .navbar-right {
        padding-top: 0;
    }
}

@media screen and (min-width: 470px) and (max-width: 767px) {
  .socialize img{

    margin-bottom: 30px;
}

}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .productH2upper {
        padding-left: 20px;
    }
    .productH2 {
        padding-left: 60px;
    }
    #portfoliolist .portfolio {
        width: 45%;
        margin-left: 2.5%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 50px;
    }
}
