#content_up_menu {}

body{
    font-family: NeoSansProRegular;
}
.fixed {
    position:fixed;
    width: 100%;
    z-index: 4;
}
.fixed2{
    position:fixed;
    width: 100%;
    z-index: 5;
}
#header {
    height: 800px;
    background-image: url(/assets/img/fur/head.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
h1{
    font-weight: bold;
    /*font-family: NeoSansProBold;*/
    font-size: 35px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
.right{
    float:right;
}
.left{
    float: left;
}
#seoText{
    margin: 40px 0;
}
.SameLvlObjButtonsPrevNext{
    float:right;
}
.breadCrumbsContainer a{
    text-decoration: none;
    color: inherit;
}
.breadCrumbsContainer a:hover{
    color: #ff4a4a;
    font-weight: bold;
}
.breadCrumbsContainer{
    font-size: 16px;

}
/*----------- Buttons ------------*/
.dittoPagination a.ditto_next_link{
  display: inline;
}
.dittoPagination a.ditto_next_link:hover{
  color:#000 !important;
  background: rgba(255, 255, 255, 0) !important;
  font-family: NeoSansProRegular !important;
}
.btnBlack{
    background-color: #111;
    color: #FFF;
    border: none !important;
}
.btnBlack:hover{
    background-color: #ff4a4a;
    cursor: pointer;
}
.btnBlack.inactiveBtn{
    color: grey;
    background-color: lightgrey;
    cursor: default;
}
.btnBlack.inactiveBtn a{
   pointer-events: none;
}
.btnBlack,.btnRed,.btnTransparent{
    display: inline-block !important;
}
.btnBlack > :first-child,.btnRed > :first-child,.btnTransparent > :first-child, .sendRequestBtnWrapper .button{
    line-height:26px ;
    display: block;
    font-size: 16px;
    padding:10px 20px;
    text-transform: uppercase;
}
.btnBlack .glyphicon{
    /*padding: 16px !important;*/
}
.btnBlack a, .btnRed a,.btnTransparent a{
    color:inherit;
    text-decoration: none !important;
}
.btnTransparent{
    background-color: transparent;
    color: #000;
    border: #000 1px solid;
}
.btnTransparent:hover{
    background-color: #000;
    color: #FFF;
}
.btnRed{
    background-color: #ff4a4a;
    color: #FFF;
}
.btnRed:hover{
    background-color: #ff1a1a;
    cursor: pointer;
}
/*---------- Top + nav block------------*/
#topAddress{
    margin: auto;
    color: #FFF;
    min-height: 65px;
    display: table;
}
#topAddress div{
    width: 300px;
    line-height: 21px;
    margin: auto;
    color: #FFF;
    font-size: 17px;
    text-align: right;
    background-image: url(/assets/img/fur/place_icon_red.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 20px;
}
/*#firstTwoTopContainers,
    #topAddress,#topShopAddress,
    #topShopPhone,#topContainerFirst,
    #topShopContainerFirst .col-md-4,#topContainerThird div{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
#topContainerFirst{
    background: rgba(0,0,0,0.5);
    line-height: 40px;
    color: #FFF;
}
#topContainerSecond{
    background: rgba(0,0,0,1);
}
.blackFullWidth{
    background: rgba(0,0,0,1);
}
#topContainerThird{
    max-height:700px;
    text-transform: uppercase;
}
#topContainerThird a{
    text-decoration: none;
}
#topContainerThird div{
    width: 600px;
    margin: 20% auto;

    text-align: center;
    line-height:75px;
    font-family: NeoSansProBold;
    font-size: 50px;
    font-weight:bold;
    color:#FFF;
    background: rgba(255,0,0,0.6);
}
#navbar,.navbar{
    background-color:#000;
    border:none;
    margin: 0px;
}
#navbar a{
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    min-width: 150px;
    text-align: center;
}
#navbar a:hover, #navbar .active a{
    background-color:#ff4a4a;
}

/*-------------- Product page ------------------*/
.productInfoTitle{
    font-size: 30px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.productInfoBlock div{
    padding: 6px 0;
}
.commonDescription{
    padding: 0 0 10px !important;
}
.productInfoShopTitle{
    background-color: #f1edeb;
    padding: 6px;
}
.productInfoSize{
    margin-top: 4px;
    line-height:26px;
    display: block;
    font-size: 16px;
    padding:10px 20px;
    color: #000;
    border: 1px black solid;
    cursor: pointer;
    display: inline-block;
}
.productInfoSize.inactive{
     border-color: #999;
     color: #999;
     cursor: default;
}
.productInfoSize.active:hover, .productInfoSize.chosenOneSize{
    color: #FFF;
    background-color: #000;
}
.extraField1,.extraField2{
    text-decoration:underline dotted;
    float:right;
    margin-right:100px;
    color:#000;
}
#haveFoundCheaper{
    text-align:center;
    background-color: #f1edeb;
    margin: 30px 0;
}
#haveFoundCheaperTitle{
    font-size: 25px;
    font-weight: bold;
}
#haveFoundCheaperBlock1{
    font-size: 14px;
}
#haveFoundCheaperBlock2{
    font-size: 23px;
}
#haveFoundCheaperBlock3{
    font-size: 16px;
    text-decoration:underline dotted;
}
.productDescription{
    min-height:125px;
    display: inline-block;
}
/*-------------- Shop Page ---------------------*/
#topShopContainerFirst{
    background: rgba(0,0,0,0.5);
    color: #FFF;
}
#topShopContainerFirst img{
    float: left;
}
#topShopContainerFirst .col-md-4{
    display: table;
    min-height: 65px;
}
#topShopPhone{
    font-size: 20px;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#topShopAddressImg{
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}
#topShopAddress{
    padding-left: 20px;
    background-image: url(/assets/img/fur/place_icon_red.png);
    background-position-y: 50%;
    background-repeat: no-repeat;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}
#topShopContactsBlockSocialContainer{
    display:table-cell;
    vertical-align: middle;
}
#topShopContactsBlockSocial a{

}
#topContactsBlockSocial{

}
#topContactsBlockSocial a,#topShopContactsBlockSocial a{

 }
#topContactsBlockSocial a{
    float: right;
}

#topShopContainerSecond .nav{
    padding-left:50px;
}
/*------------ Shop ------------------*/
.shopShort{
    background-color:#f1edeb;
    height:470px;
    width: 267px;
    font-size: 14px;
    position:relative;
    margin: 15px 0;
}
.shopShortImg{
    border: none !important;
    padding: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    /*height: 192px;
    width: 267px;*/
    width:100%;
    padding: 0 !important;
}
.shopShortImgWrapper{
    height: 366px;
    overflow: hidden;
}
.shopShortTitle{
    font-family: NeoSansProMedium;
    color: #000;
    font-size: 18px;
}
.shopShortInfo{
    padding: 25px 25px 10px;
}
.shopShortPlace,.shopShortDescription{
    padding:7px 0;
}
.shopShortButtonContainer{
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
/*-------------- Category products list ---------*/
.categoryProductsWrapper{
    margin: 20px 0;
}
/*-------------- Category Short -----------------*/
.categoryShort{
    height: 450px;
}
.categoryShort img{
    border: none !important;
    padding: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.categoryShortWrapperLink:hover{
    color: #000;
}
.categoryShortWrapperLink:hover img{
    opacity: 0.7;
}
.categoryShortWrapperLink:hover{
    color: #ff4a4a;
}
.categoryShortTitle{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    height: 60px;
}
.allShopCategoryTitle{
    margin: 0;
    padding-bottom: 10px;
}
.commonTitle{
    font-size: 30px;
    /*text-align: center;*/
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
}
.categoryShortWrapperLink{
    color:#000;
    text-decoration: none;
}
.categoryShortWrapperLink img:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.shopSaleBtnWrapper .button{
    margin-bottom: 20px;
}
.allShopShortImgWrapper .button{
    padding:10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/*-------------- Product Short description ------*/
.shortOnSaleWrapper{
    padding-bottom: 60px;
}
.allProductShort:hover img,.productShort:hover img{
    opacity: 0.7;
}
.onSaleTitle{
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
}
.allProductShort a:hover{
    text-decoration: none;
}
.productShort img,.allProductShort img{
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.allShopShortImgWrapper{
    height: 385px;
    overflow: hidden;
    position: relative;
}
.productShort,.allProductShort{
    background-color:#f1edeb;
    display: block;
    position: relative;
    color:#000;
    text-decoration: none;
}
.productShort{
    height: 540px;
    margin: 15px 0;
}
.allProductShort{
    height: 645px;
    margin: 15px 0;
}
.productShort:hover,.allProductShort:hover{
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}
.productShortInfo,.allProductShortInfo{
    padding:10px;
}
.productShortTitle,.allProductShortTitle{
    font-size:20px;
    font-weight:bold;
    padding:10px;
}
.productShortDescription,.productShortVendorCode,.allProductShortDescription,.allProductShortVendorCode,.allProductShortAddress{
    padding:5px 10px;
    font-size:14px;
}
.productShortPrice,.allProductShortPrice{
    padding:10px;
    font-size:20px;
    font-weight:bold;
}
.productShortOldPrice,.allProductShortOldPrice{
    padding:10px;
    font-size:14px;
    text-decoration: line-through;
}
.productShortPriceContainer,.allProductShortPriceContainer{
    position: absolute;
    bottom: 20px;
}
.shopSaleBtnWrapper{
    padding: 5px 0 20px;
    text-align: right;
}
.allShopShortSaleWrapper{
    padding: 30px 0;
}
.categoryShortWrapper{
    padding: 0 0 20px;
	position: relative;
}
.categoryAnchor{
	position: absolute;
	top: -90px;
}
/*-------------- Recommendations ----------------*/
.rec1,.rec2,.rec3,.rec4,.rec5,.rec6,.rec7{
    background-repeat: no-repeat;
}
.rec1{
    background-image: url(/assets/img/fur/recicon1.png);
}
.rec2{
    background-image: url(/assets/img/fur/recicon2.png);
}
.rec3{
    background-image: url(/assets/img/fur/recicon3.png);
 }
.rec4{
    background-image: url(/assets/img/fur/recicon4.png);
}
.rec5{
    background-image: url(/assets/img/fur/recicon5.png);
}
.rec6{
    background-image: url(/assets/img/fur/recicon6.png);
}
.rec7{
    background-image: url(/assets/img/fur/recicon7.png);
}
.recText{
    text-align: left;
    padding: 0 70px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
#recommendations{
    width:100vw;
    left: calc(-50vw + 50%);
    position: relative;
    background-color: #eae7ec;
    padding: 25px;
}
#recommendations .col-md-6{
    height:80px;
    line-height:80px;
}
#recommendations .row{
    margin: 0 15px;
}
.recTitle{
    font-size:30px;
    text-align: center;
    line-height:70px;
    font-weight: bold;
}
.recBtn{
    margin-top:20px;
}
/*---------- Pagination ----------*/
.dittoPagination{
    text-align: center;
    height: 40px;
}
.dittoPagination a{
    color:#000 !important;
    text-decoration: none !important;
}
.jot-nav-btn,.ditto_page,.ditto_currentpage,.dittoPagination a{

    /*background: #ff4a4a;*/
    color:#000;
    display:inline-block;
    border-radius: 50%;
    border:none;

    width: 32px;
    height: 32px;
    padding: 6px;


    text-align: center;
    text-decoration: none;
}
.jot-nav-btn.jot-nav-btn-active, .jot-nav-btn:hover, .ditto_currentpage, .ditto_page:hover,.dittoPagination a:hover{
    color:#FFF !important;
    font-weight: bold;
    background: #ff4a4a;
    /*border: 2px solid #ff4a4a;*/
    font-family: NeoSansProBold;
}

/*---------- ContactsBlock --------------*/
#contactsBlock img{
    box-shadow: none !important;
}
#contactsBlock{
    margin: 20px 0px;
    background-color:#f1edeb;
}
#contactsBlock img{
    border: none;
    display: inline;
    float: left;
}
#contactsBlockImg{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
}
#contactsLeftBlockContainer{
    padding-left:40px;
}
.contactsBlockImgContainer{
    padding: 0px;
}
#contactsBlockAddress{
    font-size: 16px;
    padding: 20px 0 0;
}
#contactsBlockAddress img{
    padding: 3px 25px 45px;
}
#contactsBlockTitle{
    text-align: left;
    padding:40px 10px 10px;
    font-size:40px;
    color:#000;
    font-weight: bold;
    line-height:50px;
}
#contactsBlockPhone{
    font-size: 25px;
    padding: 40px 0 40px 64px;
    line-height: 40px;
}
#contactsBlockSocial{
    padding: 0 54px;
    height: 50px;
}
#contactsBlockSocial img{
    padding: 5px 10px;
}
/*---------- Footer ----------*/
#rightsReserved{
    font-size:12px;
}
a.webstr__link{
    text-decoration: none;
    color:#444;
}
.webstr__img{
    padding: 10px;
}
#botAddress,#rightsReserved{
    line-height:40px;
}
#botAddress img{
    vertical-align:text-bottom;
    padding-right: 5px;
}

@media (max-width:990px) {
	.webstr__wrapper{
		width:300px;
		margin: auto;
	}
        #topShopContainerFirst .col-md-4:not(:empty), #topAddress{
            min-height: 35px;
        }
        .news2_item__text{
            float: none;
            width: 100% !important;
        }
}
@media (max-width:1200px) {
    #navbar a{
        font-size: 12px;
        min-width: 100px;
    }
    .news2_item__text{
        width: 125px;
        height: 90px
    }
}
/*------------ Review ----------------*/
/*.review{
    overflow-x: hidden;
}
.reviewHeader{
    line-height:30px;
    padding:20px 40px;
    font-size:18px;
    background-color: #f1edeb;
}
.reviewData{
    background-color: #eae7ec;
    padding: 20px 40px;
}
.reviewDate{
    text-align:right;
    font-weight: bold;
    color: #666;
}
.review .shopTitle{
    text-decoration: underline;
    font-weight:bold;
}*/
.addReviewForm{
    background-color: #f1edeb;
    padding:40px 60px;
    margin: 20px 0;
    display: grid;
}
.addReviewHeader{
    font-size: 40px;
    font-weight: bold;
    line-height:60px;
    margin:auto;
}
.addReviewText{
    width: 100%;
    min-height: 120px;
    padding:10px;
    margin: 20px 0;
    resize: none;
}
.addReviewButtonContainer,.addReviewHeader{
    text-align:center;
}
.jot-info,.addReviewText{
    width: 100% !important;
}

.reviewsHeader{
    padding: 35px 0;
}
#shopReviews{
    font-size: 40px;
    font-weight: bold;
    line-height:45px;
    text-align:right;
}
.postedReview{
    border: #CCC 1px solid;
}
.postedReviewHeader{
    padding: 20px 15px 5px !important;
    font-weight: normal !important;
    height: 60px;
    background-color: #f1edeb;
}
.postedReviewShopName{
    font-size:16px !important;
    font-weight:bold !important;
    text-decoration: underline;
}
.postedReviewShopName a{
    color: #000;
}
.postedReviewText{
    font-size:14px !important;
    padding:10px 15px 30px;
}
.postedReviewName{
    font-size:16px !important;
    display: inline !important;
    font-weight: normal !important;
}
.postedReviewDate{
    color: #7e7c7f !important;
    font-size: 14px !important;
    line-height:20px;
    font-family: NeoSansProBold;
    float:right;
}

 /*.postedReviewMainPage{
    border: #CCC 1px solid;
   background-color: #f1edeb;
}
.postedReviewMainPageHeader{
    padding: 20px 15px 5px !important;
    font-weight: normal !important;
}
.postedReviewMainPageShopName{
    font-size:16px !important;
    font-weight:bold !important;
    text-decoration: underline;
}
.postedReviewMainPageText{
    font-size:14px;
    padding:5px 15px 10px;
}
.postedReviewMainPageName{
    font-size:16px !important;
    display: inline !important;
    font-weight: normal !important;
}*/
/*-------------- HowToGetTo --------*/
#howToGetToMain{
    margin-top: 30px;
}
#howToGetToMain img{
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 378px;
    width: 585px;
}

#howToGetToMain .firstMapImg, #howToGetToMain img.secondMapImg{
   box-shadow: -5px 7px 15px rgba(0, 0, 0, 0.3), 5px 7px 15px rgba(0, 0, 0, 0.3) !important;
   margin: auto !important;
   display: block;
   width: 567px;
   height: 378px;
}
#howToGetToMain .col-lg-6{
    padding-top: 10px !important;
}
/*---------- Product gallery --------*/
.productInfoGalaryBlock img{
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.bigProductPhoto{
    width: 383px !important;
    height:555px !important;
}
.bigProductPhotoWrapper{
    float:right;
}
.productGalleryItem{
    float: left;
    margin: 7px 0;
}
.xzoom-container{
    display: block !important;
}
.displaynone{
    display: none !important;
}

/*----------Request Form -------------*/
.requestFormWrapper{
    background-color: #111;
    margin-top: 20px;
}
.requestFormTitle{
    text-align: center;
    padding:40px 20px 20px;
    font-size:30px;
    color:#FFF;
    font-weight: bold;
    line-height:50px;
    text-transform: uppercase;
}
.requestErrorMessage{
    text-align:center;
}
.requestName,.requestPhone{
    max-width:360px !important;
    width:80%;
    padding:8px;
    margin:10px;
    float:right;
}
.requestFormTextarea{
    padding:8px;
    max-width:360px !important;
    width:80%;
    height: 100px;
    margin:10px 0;
    resize:none;
}
.sendRequestBtnWrapper{
    text-align:center;
    padding: 10px 0 40px;
}
.sendRequestBtnWrapper .button{
    border: none;
}
@media (max-width:990px) {
    .requestName, .requestPhone,.requestFormTextarea{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float:none;
    }
    .contactsBlockImgContainer{
        display:none;
    }
    #topShopPhone{
        text-align:left;
    }
    .allShopShortImgWrapper .button{
        display: none !important;
    }
}
@media (max-width:767px) {
    .reviewDate{
        text-align:left;
    }
    .reviewHeader{
        line-height: 20px;
        padding: 10px 40px;
    }
    #topContainerThird div {
        width: 300px;
        margin: 10% auto;
    }
    #header{
        height: 100vh;
    }
    #topShopPhone{
        margin: 0;
    }
    .recText{
        padding: 0 0 0 70px;
    }
    #topContainerThird{
        display:none;
    }
    #contactsBlockPhone{
        font-size: 16px;
    }
}
/*------------ THE END ---------------*/

.logo {

    text-decoration: none;
}

.logo img {
    margin-top: 10px !important;
}

.contact {

    text-align: center;
    color: #7e7e7e;
    font-size: 12px
}

.contact span {
    display: inline-block;
    color: #41598d;
    font-size: 24px;
    text-shadow: 0px 0px 2px white;
}

#sideLeft {
    position: relative;
		overflow: hidden;
}

#sideLeft p span {
    width: 100%;
    display: block;
    color: #6e6e6e;
}

#slider{
	position: relative;
}

.main-wrap{
	padding-left: 20px !important;
}

.header__address{
	padding-bottom: 5px;
	margin-top: 15px;
}

.news-item__img{
	max-width: 100%;
}

/*footer
********************************************************************************/
/*.webstr{
	text-align: right;
}*/

@media (max-width:990px) {
	.webstr, .footer__mid, .footer__right{
		text-align: center;
		margin-top: 10px;
	}
        #footer{
            padding: 0px;
        }
        #topContainerSecond .container,.footerNavContainer .container{
            width: 100%;
            margin: 0;
            padding: 0;
        }
        #navbar,.navbar{
            padding: 0;
        }

}

/*.webstr__inner{
	display: inline-block;
	max-width: 250px;
}*/

.webstr__link{
	font-size: 12px;
}


.nav-wrap{
	background: #696969;
        color:#FFF;
}

.nav-wrap .navbar-brand.navbar-toggle{
	border: none !important;
	float: left;
	height: auto;
}

.sidebar .nav-wrap{
	background: #ececec;
}

@media (max-width: 768px) {
    .bigProductPhoto
    {
        width: 100%!important;
        height: auto!important;
    }
}




/*--footer
******************************************************************************/


/*Adaptive
******************************************************************************/
/*
@media (max-width:770px) {
	.logo{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	ul.head_link{
		left: 0;
		right: 0;
		margin: auto;
	}
	.contact{
		width: 100%;
	}
	#header .search{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}

.sidebar__inner{
	overflow: hidden;
}*/
