@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic');
@import url('../fonts/agora.css');



* {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

button {
    transition: 0.3s;
}

table {
    max-width: 100%;
    margin-bottom: 15px;
}

body {
    font: 14px/18px "PF Agora Sans Pro", sans-serif;
    width: 100%;
}

#wrapper {
    overflow: hidden;
}

#middle {
    position: relative;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

#content {
    min-height: 500px;
    padding-top: 20px;
}

#content p {
    max-width: 100%;
		overflow: hidden;
}

#footer {
    position: relative;
    border-top: 1px solid #ccc;
    padding: padding: 30px 0;
}

.flink li {
    display: inline;
}

.flink li a {
    color: #333333;
    padding: 0 15px;
    text-decoration: underline;
    border-right: 1px solid #333;
    font-size: 12px;
}

.flinks li {
    display: inline-block;
    margin: 20px 0;
    padding: 0 15px;
    width: 33%;
}

.flinks li:nth-child(1) {
    padding-left: 0;
}

.flinks li:nth-child(2) {
    text-align: center;
}

.flinks li.developers {
    font-size: 12px;
    text-align: right;
    padding-right: 0;
}

#header .search {
    margin-top: 19px;
    overflow: hidden;
    position: relative;
    max-height: 34px;
    text-align: right;
}


/*����� �� �����*/

.jot-controls textarea, .jot-controls input {
    max-width: 100%;
}

#ajaxSearch_form {
	text-align: center;
	margin-top: 20px;
}

#ajaxSearch_form input[type=text] {
    padding: 5px 10px;
    font-weight: normal;
		font-family: ubuntu;
		padding-left: 28px;
		font-size: 16px;
}

#ajaxSearch_form button[type=submit], .btn__red {
	width: 200px;
    /*background: url(../image/search-btn.png) no-repeat 0 center;*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e13d2f+0,eb6152+100 */
		background: #e13d2f; /* Old browsers */
		background: -moz-linear-gradient(top,  #e13d2f 0%, #eb6152 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e13d2f 0%,#eb6152 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e13d2f 0%,#eb6152 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13d2f', endColorstr='#eb6152',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
    border: none;
    width: 31px;
    height: 31px;
    display: inline-block;
    overflow: hidden;
		color: #fff;
		width: 165px;
		height: 50px;
		line-height: 30px;
    margin: 0 0 20px 0;
    background-size: 100%;
    transition: .2s;
		-webkit-box-shadow: inset 0px -5px 0px 0px rgba(171,57,44,1);
		-moz-box-shadow: inset 0px -5px 0px 0px rgba(171,57,44,1);
		box-shadow: inset 0px -5px 0px 0px rgba(171,57,44,1);

		margin-top: 15px;

		margin-top: 0;
}

#ajaxSearch_form button[type=submit]{
	margin-left: -10px;
}

#ajaxSearch_form button[type=submit]:hover, .btn__red:hover	 {
    opacity: 1;
    transition: .2s;
		-webkit-box-shadow: inset 0px -200px 0px 0px rgba(171,57,44,1);
		-moz-box-shadow: inset 0px -200px 0px 0px rgba(171,57,44,1);
		box-shadow: inset 0px -200px 0px 0px rgba(171,57,44,1);
}

.btn__red{
	color: #fff;
	font-family: "Ubuntu";
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(102,34,26,.61);
	line-height: 12px;
}

#ajaxSearch_input{
	width: 635px;
	height: 49px;
	background-color: #fff;
	max-width: 100%;
}

ul.head_link {
    width: 80px;
    margin-right: 20px;
    clear: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

ul.head_link li {
    background: url(../img/head_link.jpg) no-repeat;
    background-position: 0 0;
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    text-indent: -9999em;
    overflow: hidden
}

ul.head_link li:first-child {
    background-position: 0 0;
}

ul.head_link li:last-child {
    background-position: -40px 0;
}

ul.head_link li:hover {}

ul.head_link li a {
    width: 40px;
    height: 27px;
    display: block;
}


/*������ �����	*/

#back-top {
    display: none;
}

#back-top a {
    background: url('../img/up.png') center 10px no-repeat rgba(255, 255, 255, 0.5);
    padding: 32px 7px 17px;
    position: fixed;
    bottom: 45px;
    left: 80px;
    text-align: center;
    color: #020202;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}


/*����������� ���*/

.b-popup {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    /*display: none;*/
    z-index: 99999;
}

.b-popup .b-popup-content {
    background-color: #fff;
    border: 1px solid #000;
    padding: 42px;
    text-align: center;
    font: 17px "Open Sans";
}

.b-popup .b-popup-content label {
    font-weight: normal!important;
    margin-bottom: 5px;
    font: 17px Tahoma
}

.b-popup .b-popup-content input[type=text] {
    width: 300px;
    padding: 7px 8px;
    border: 1px solid #a89991;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
}



.call_back_button {
    bottom: 40%;
    position: fixed;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #757575;
    padding: 20px;
    background: rgba(255, 255, 255, .4);
}

#callback_form table {
    width: 100%
}

.b-popup .b-popup-content h2 {
    font: 26px "Tahoma";
    color: #462814;
    margin-bottom: 25px;
}

.b-popup .b-popup-content .info {
    font: 16px "Open Sans";
    color: #000000;
}

.b-popup .b-popup-content .close {
    position: absolute;
    background: url("../img/call_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
    content: '';
    right: 20px;
    top: 20px;
    cursor: pointer;
}


/*������� �����*/

#outerspace {
    position: relative;
}

.callback__box {
    position: relative;
    -webkit-animation: spin 3s infinite linear;
    -moz-animation: spin 3s infinite linear;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    box-sizing: content-box;
}

.callback__box div {
    position: relative;
}

.callback__box img {
    padding: 0;
    max-width: 45px;
}

@keyframes spin {
    0% {
        transform: rotate(25deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    40% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(25deg);
    }
    20% {
        -moz-transform: rotate(-15deg);
    }
    40% {
        -moz-transform: rotate(15deg);
    }
    60% {
        -moz-transform: rotate(-5deg);
    }
    80% {
        -moz-transform: rotate(10deg);
    }
    100% {
        -moz-transform: rotate(25deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(25deg);
    }
    20% {
        -webkit-transform: rotate(-15deg);
    }
    40% {
        -webkit-transform: rotate(15deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
    }
    80% {
        -webkit-transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(25deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(25deg);
    }
    20% {
        -o-transform: rotate(-15deg);
    }
    40% {
        -o-transform: rotate(15deg);
    }
    60% {
        -o-transform: rotate(-5deg);
    }
    80% {
        -o-transform: rotate(10deg);
    }
    100% {
        -o-transform: rotate(25deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(25deg);
    }
    20% {
        -ms-transform: rotate(-15deg);
    }
    40% {
        -ms-transform: rotate(15deg);
    }
    60% {
        -ms-transform: rotate(-5deg);
    }
    80% {
        -ms-transform: rotate(10deg);
    }
    100% {
        -ms-transform: rotate(25deg);
    }
}


/*какие-то общие моменты
*********************************************/

@media (min-width: 990px) {
    .paddingless--right {
        padding-right: 0 !important;
    }
		.paddingless--left {
				padding-left: 0 !important;
		}
}

.news_item__title {
    font-size: 17px;
}

.mobi__hide {
    display: block;
}

@media (max-width: 991px) {
    .mobi__hide {
        display: none;
    }
}

.mobi__show {
    display: block;
}

@media (min-width: 990px) {
    .mobi__show {
        display: none;
    }
}

.jot-controls input {
    height: 24px !important;
}

.jot-input-prepend .jot-add-on {
    height: 24px !important;
}

.btn__green {
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 10px;
    width: 160px;
    border-radius: 3px;
    background: #40c781;
    box-shadow: 0 -3px #35a76e inset;
    transition: 0.2s;
    border: none;
    display: block;
    text-align: center;
    max-width: 100%;
}

.btn__green:hover {
    background: #35a76e;
    transition: 0.2s;
    color: #fff;
}


/*--какие-то общие моменты
****************************************************************/

@media (max-width:992px) {
    /*.main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
        border-bottom: 1px solid #ccc;
    }*/
    ul.head_link {
        position: relative;
        padding-top: 40px;
    }
}

.topnav {

}

.topnav ul a {
    text-decoration: none;
		transition: .5s;
		font-family: Ubuntu;
		font-size: 16px;
		color: #fff;
		text-shadow: 0 1px 2px rgba(20,62,90,.61);
}

.topnav ul li:hover a {
    color: #000;
    background-color: #fff;
}

.topnav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 3;
    width: 100%;
}

.topnav ul li:hover ul {
    display: block;
}

.sg__link {
    text-align: center;
    display: block;
    margin: 10px auto;
}

.sg img {
    max-width: 100%;
}

.footer {
    padding: 30px 0;
}

.sidebar {
    margin-bottom: 30px;
}

.list-articles__links {
    list-style-type: none;
    margin-left: 0;
    display: block;
}

.list-articles__links li {
    padding-left: 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.list-articles__links li:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../image/marker.png");
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-position: 0 0;
    width: 20px;
    height: 14px;
    top: 8px;
}

.list-articles__links-link {
    color: #000000e6;
    font-size: 19px;
    text-decoration: none;
}

.list-articles__links-link:hover {
    color: #000000e6;
}

.list-articles__articles {
    list-style-type: none;
}

.list-articles__articles-title {
    margin: 2px 0 0;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

.list-articles__articles-body {
    overflow: hidden;
    margin-top: 10px;
}

.list-articles__articles-body img {
    float: left;
    margin-right: 10px;
}

.list-articles__articles li {
    position: relative;
    padding-left: 5px;
}

.list-articles__date {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.content-gallery {
    margin: 20px 0;
    text-align: center;
}

.content-gallery__img {
    display: inline-block;
    position: relative;
    margin: auto;
}

.fancy__main {
    display: inline-block;
}

.content-gallery .fancy__main {
    position: relative;
}

.content-gallery .fancy__main .content-gallery__img {
    position: relative;
    z-index: 2;
    background: #fff;
}

.content-gallery .fancy__main:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 90px;
    height: 100%;
    z-index: -1;
    -moz-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.82);
    border-radius: 41%;
}

.comments {
    overflow: hidden;
    padding-left: 5px;
}

.popup {
    transition: .5s;
    position: fixed;
    top: -200%;
    left: 50%;
    bottom: 0;
    z-index: 9999;
    padding: 25px 0;
    text-align: center;
}

.popup__close {
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/call_close.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
}

.popup__close:hover {
    transition: 0.5s;
    transform: rotate(360deg);
}

@media (max-width: 400px) {
    .popup {
        margin: auto 10px;
    }
}

.callback {
    background: #fff;
    height: 230px;
    width: 490px;
    margin-left: -245px;
    text-align: center;
    padding: 40px 20px;
    border: 2px solid #ccc;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    max-width: 100%;
}

@media (max-width:500px) {
    .callback {
        width: 100%;
        left: 0;
        height: 245px;
        margin-left: 0;
    }
}

.callback__title {
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.callback__input {
    padding: 5px 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #fcfcfc;
    font-size: 15px;
    margin: 9px auto;
    height: 33px;
    text-align: center;
    width: 275px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}

@media (max-width:769px) {
    .fancy__main {
        text-align: center !important;
        display: block !important;
    }
    .content-gallery__img {
        display: inline-block !important;
    }
}

.sidebar .navbar-header {
    background: #ececec;
    position: relative;
}

.sidebar .navbar-brand {
    position: absolute;
    line-height: 20px;
    height: 36px;
    border: none !important;
}

@media (min-width:1200px) {
    .container {
        width: 1180px;
    }
}

.slider-top__item img {
    max-width: 100%;
}

@media (min-width:990px) {
    #content {
        padding-left: 5px;
    }
}

#sidebar__inner {
    margin-bottom: 50px;
}

#respond input, #respond textarea {
    max-width: 100%;
}

@media (max-width:770px) {
    #back-top {
        display: none;
    }
}

.left-menu-wrap {
    padding-left: 0;
    padding-right: 0;
}

.popup .btn__green {
    margin: 10px auto;
    text-transform: uppercase;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 40px;
    margin: auto;
		height: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
		margin: auto;
    width: 44px;
    height: 43px;
    background-image: url(../gfx/prev_next.png);
    background-position: -42px 0;
    opacity: 0;
    transition: .5s;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
    display: block;
    opacity: 1;
    transition: .3s;
}

.owl-prev {
    right: auto;
    left: 0;
    background-position: 0 0;
}

.owl-dots .owl-dot {
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(../gfx/bullets.png);
    background-repeat: no-repeat;
    background-position: 0 -12px;
    margin-right: 5px;
}

.owl-dots .owl-dot.active {
    background-position: 0 0;
}


/*
	ex 2
******************************************************************************/

a {
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
		color: #333b41;
		font-family: "Ubuntu";
		font-size: 40px;
		padding: 10px 0;
		text-align: center;
}

h2 {
    line-height: 24px;
    margin: 15px 0 10px;
		font-family: Ubuntu;
		font-size: 40px;
		color: #333c41;
		padding-bottom: 40px;
		position: relative;
		padding-bottom: 60px;

}

h2:after{
	width: 78px;
	height: 4px;
	background-color: #e64b3b;
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

p {
    margin: 0 0 18px;
    width: 100%;
}

img {
    border: none;
}

ul, ol {
    clear: both;
}


/* Őëĺáíűĺ ęđîřęč*/

.B_crumbBox {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.B_currentCrumb {
    color: #333333;
}


/*Ęîíňĺíňíŕ˙ ÷ŕńňü*/

.content_inner {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.content_inner ul, .content_inner ol {
    margin-left: 25px;
}

.content_inner p img {
    margin: 0 10px;
}


/*ŃŇŔŇÜČ ÍŔ ŃŇĐŔÍČÖĹ*/

ul.articleul {
    float: left;
    margin-left: 0;
    margin-bottom: 25px;
    width: 100%;
}

ul.articleul li {
    list-style: none;
    float: left;
    width: 100%;
}

ul.articleul li span {
    width: 100%;
    display: block;
    color: #333333;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-style: italic;
}

ul.articleul li img {
    float: left;
    margin-right: 7px;
}

ul.articleul li a {
    text-decoration: none;
}

ul.articleul li h2 {
    font-size: 20px;
}


/*ŃŃŰËĘČ ÍŔ ŃŇĐŔÍČÖĹ*/

ul.articlelinkl {
    float: left;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-left: 0;
}

ul.articlelinkl li {
    list-style: none;
    line-height: 25px;
    background: url(../img/marker.jpg) no-repeat;
    padding-left: 22px;
    position: relative;
}

ul.articlelinkl li a {
    text-decoration: none;
    color: #000;
}

ul.articlelinkl li a:hover {
    text-decoration: underline
}

.rightlink-wrap {
    text-align: right;
    width: 100%;
}

a.rightlink {
    margin-bottom: 2px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}


/*Íîâîńňíîé áëîę*/

.block_news {
    width: 100%;
}

.block_news h3 {
    font-size: 17px;
}

.block_news .date {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.block_news .news_item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.block_news .news_item p {
    clear: none
}

.news_item img {
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}


/*ĘÎĚĚĹÍŇŔĐČČ*/

.jot-list, .jot-form, .jot-comment, .jot-row {
    float: left;
    width: 100%;
}

.jot-row .jot-comment-entry {
    margin-top: 10px;
}


/* Sitemap Ńňčëü äë˙ ęŕđňű ńŕéňŕ.*/

.sitemap ul {
    list-style-type: none;
}

.sitemap ul ul, .sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
    padding: 10px;
    list-style-type: none;
    margin: 10px 20px;
    border-left: 1px solid #333;
}

.sitemap ul li {
    padding: 2px;
}

.sitemap a {
    color: #333;
}

.sitemap a:hover {
    color: #428bca;
}


/*Äë˙ ôîđěű îáđŕňíîé ńâ˙çč. Íĺ čçěĺí˙ňü!!! */

#respond {
    margin-top: 20px;
    width: 100%;
}

.errors {
    margin-bottom: 15px;
    color: #7f7f7f;
    font-style: italic;
}

.errors strong {
    color: red;
    width: 100%;
}

.thank strong {
    color: green;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

.thank ul li {
    list-style: none;
}

#respond table tr td {
    padding: 8px;
}

#respond table tr td input[type=text] {
    padding: 5px 7px;
}


/*Ńňčëü äë˙ đĺçóëüňŕňîâ ďîčńęŕ*/

.ajaxSearch_paging {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.ajaxSearch_highlight {
    background-color: rgba(15, 193, 200, 0.8);
}

.ajaxSearch_resultLink {
    text-decoration: none;
}

#content img {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
}

.shop-cart-head b {
    text-align: center;
    display: block;
}

.articleimg {
    background: url(../img/imgbg.jpg) no-repeat center top;
    background-size: contain;
    padding: 3px 3px 7px 3px;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

a.ditto_page {
    margin: 0px 4px;
    text-decoration: none;
    border-bottom: 1px #414141 solid;
    font-size: 16px;
    color: #0e5e93;
}

a.ditto_page:hover {
    border: none
}

.ditto_currentpage {
    font-size: 16px;
}

.slash {
    font-size: 16px;
    line-height: 26px;
}

.galmini {
    margin-top: 20px;
}

.galmini img {
    max-width: 100%;
}

.big-photo__wrap img {
    max-width: 100%;
}


/*
	Для меня небольшие стили
******************************************************************************/

@media (min-width:991px) {
    .paddingless {
        padding: 0 !important;
    }
}

.hide-it {
    display: none;
}

.show-it {
    display: block;
}

.mask-it {}

@media (max-width:700px) {
    .call_back_button {
        display: none;
    }
}

.respnd__input-wrap {
    margin-bottom: 5px;
}

.respnd__input-wrap input {
    max-width: 320px;
    padding: 5px 5px;
}

.respnd__input-wrap img {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.news__title {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}

.respond__title {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0 10px;
    color: #000;
}

.justifyleft {
    float: left !important;
}

.justifyright {
    float: right !important;
}

.fancy__main {
    position: relative;
}

.content-gallery__img {
    display: block;
    position: relative;
    margin: auto;

}

.product-page .content-gallery__img{
	border: 0 !important;
	padding: 0 !important;
}

.content-gallery__img:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.product-page .content-gallery .fancy__main:after{
	display: block;

	background-color: #333b41;
	width: 100%;
	height: 100%;
	box-shadow: none !important;
	z-index: 111;
	top: 0;
	bottom: 0;
	border-radius: 0;
	opacity: 0;
	transition: .4s;
}

.product-page .content-gallery .fancy__main:hover:after{
	opacity: .7;
}

.navbar-toggle .icon-bar{
	background: #000;
}


.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav>li>a{
	border-left: 1px solid #1e5f8e;
}

.navbar-nav>li>a:last-child{
	border-right: 1px solid #1e5f8e;
}


 @media (max-width: 990px) {
    .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-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.btn__green--search{
	font-family: Ubuntu;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(102,34,26,.61);
}
