body {
	font-family: 'Arian AMU',arial;
	background: url(../img/bg.jpg) center center no-repeat;
	background-attachment: fixed;

}
a {
    color: #2b69b5;
}
a:hover,a:focus,a:active {
	color:#0097db;
}
.header {
	background: url(../img/sky.jpg) center;
	margin-bottom: 30px;
}
.logo img {
	max-width: 273px;
	width: 100%;
	margin-top: 25px;
}
.header .phone {
	margin-top: 40px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.header .adress .desc {
	font-size: 15px;
	color:#fff;
	display: block;
}
.header .adress {
	margin-top: 40px;
	color: #6ebcff;
	font-size: 26px;
	font-weight: bold;
}
.header .phone a {
	color: #fff;
}
.header .phone .desc {
	display: block;
	font-size: 15px;
	color:#6ebcff;
}
.header .time {
	font-size: 16px;
	color:#6ebcff;
	font-weight: bold;
}
.header .slogan {
	color:#c50000;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.cart {
	margin-top: 30px;
}
.cart_form input[type=text], .cart_form input[type=email], .cart_form textarea {
	width: 100%;
}
.cart_icon {
	display: block;
	width: 72px;
	height: 37px;
	background: url(../img/cart_icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
.cart_icon:hover,.cart_icon:focus,.cart_icon:active {
	background-position: 0 -37px;
}
.cart_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.cart a {
	color: #2b6ca3;
}
.header .navbar-default {
	border-radius: 0;
	background-color: #fff;
	border:0;
	margin-top: 20px;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #2b69b5;
}
.header .navbar-nav>li>a {
	color:#000;
	font-size: 14px;
	text-transform: uppercase;
}
.header .navbar-nav>li {
	background: #fff;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.header .navbar-nav>li:hover,.header .navbar-nav>li:focus,.header .navbar-nav>li:active,.header .navbar-nav>li.active,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: #56a8ef;
	color:#fff;
	box-shadow: 0px 0px 15px rgba(86, 168, 239,0.5);
}
.navbar-default .navbar-nav>.active>a {
	background: #56a8ef;
	color: #fff;
}
.header .navbar-nav>li:hover a,.header .navbar-nav>li:focus a,.header .navbar-nav>li:active a {
	color:#fff;
}
.header .navbar-default.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    margin-top: 0;
    z-index:99;
}
.catalog {
	border:1px solid #d7d7d7;
	position: relative;
	z-index: 10;
	-webkit-transition: all .25s ease;
	        transition: all .25s ease;
}
.catalog ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
	display: none;
}
.catalog ul li a {
	display: block;
	padding:10px 20px;
	background: #00f;
	font-size: 16px;
	color:#000;
	border-bottom: 1px dashed #d7d7d7;
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.catalog ul li a:hover,.catalog ul li a:focus,.catalog ul li a:active,.catalog ul li a.active,.catalog ul li.active a {
	background: #56a8ef;
	color:#fff;
	text-decoration: none;
}
.catalog ul li a:after {
	color:#139fde;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right:10px;
	top:50%;
	margin-top: -11px;
}
.catalog ul li a:hover:after,.catalog ul li a:focus:after,.catalog ul li a:active:after,.catalog ul li a.active:after,.catalog ul li.active a:after {
	color:#fff;
}
.catalog ul li:last-child a {
	border-bottom: 0;
}
.catalog_title {
	background: #2b69b5;
	font-size: 16px;
	color:#fff;
	padding:10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	        transition: all .25s ease;
}
.catalog_title:hover{
	background: #255896;
}
.advertising {
	margin-top: 20px;
	margin-bottom: 20px;
}
.left_title {
	color:#000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.advertising_item {
	display: block;
	height: 150px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	color:#fff;
}
.advertising_item:hover {
	text-decoration: none;
}
.advertising_item span {
	color:#000;
	background: rgba(255,255,255,0.8);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:10px 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.advertising_item:hover span {
	background: rgba(0,0,0,0.8);
	color:#fff;
}
.shop_reviews_item img {
	width: 100%;
}
.shop_reviews_item a {
	color:#000;
	text-decoration: underline;
}
.shop_reviews_item a:hover {
	text-decoration: none;
}
.shop_reviews_item img:hover {
	opacity:0.8;
}
.shop_reviews_item  hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-orange {
	background: #ffa500;
	color:#000;
	border-radius: 0;
	font-size: 16px;
}
.btn-orange:hover,.btn-orange:active,.btn-orange:focus {
	background: #2b6ca3;
	color:#fff;
}
.news_item a {
	color:#2b6ca3;
}
.slider_item {
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.news_main{
	margin-top: 30px;
}
.slider_desc {
	display: inline-block;
	background: rgba(255,255,255,0.6);
	padding:20px;
}
.slider_name {
	font-size: 34px;
	color:#000;
	text-align: center;
}
.home_slider{
	margin-bottom: 20px;
}
.home_slider .btn-red {
	margin-top: 10px;
}
.btn-red,.btn-primary {
	border-radius: 0;
	font-size: 16px;
	color:#fff;
	background: #2b69b5;
	border:0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn-red:hover,.btn-red:active,.btn-red:focus,.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
	background: #1e569b;
	color:#fff;
}
.slider_price {
	color: #000;
	font-size: 20px;
	margin-top: 12px;
}
.home_advantages {
}
.advantages_name {
	color:#000;
	font-weight: bold;
}
.advantages_more {
	color:#aab1b9;
	font-weight: bold;
	text-decoration: underline;
}
.advantages_more:hover {
	color:#56a8ef;
}
.home_action {
	margin-top: 40px;
}

.home_action .nav-tabs>li>a {
	position: relative;
	background: #bfbfbf;
	border-radius: 0;
	border:0;
	color:#fff;
}

.home_action .nav-tabs>li.active>a, 
.home_action .nav-tabs>li.active>a:focus, 
.home_action .nav-tabs>li.active>a:hover {
	position: relative;
	background: #2b69b5;
	color:#fff;
	border:0;
}
.home_action .nav-tabs>li.active>a:after, 
.home_action .nav-tabs>li.active>a:focus:after, 
.home_action .nav-tabs>li.active>a:hover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 166, 0, 0);
	border-top-color: #2b69b5;
	border-width: 10px;
	margin-left: -10px;
}
.product_card {
	border:1px solid #d8d8d8;
	padding:10px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.product_img {
	display: block;
	height: 170px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product_anons {
	font-size: 13px;
	color: #B2B2B2;
}
.product_list_item {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #c5c5c5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.buy_btn {
	font-family: "FontAwesome";
}
.product_list_item:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.list_price {
	color:#000;
	font-weight: bold;
	font-size: 20px;
}
.list_price i {
	color:#888;
}
.product_title_wraper {
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.product_title {
	color:#555;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.product_title:hover,.product_title:focus,.product_title:active {
	color:#000;
}
.product_card .price {
	color:#ff0000;
	font-size: 18px;
}
.product_card .old_price {
	font-size: 12px;
	text-decoration: line-through;
	color:#555555;
}
.product_card .hover_block {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	bottom:-500px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 120px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.product_card:hover .product_img {
filter: blur(1.5px);
}

.product_img {
transition: filter 0.3s;
}
.product_card:hover .hover_block {
	
}
.home_text {
	color:#000000;
	margin-bottom: 40px;
	margin-top: 10px;
}
.home_text h1 {
	font-size: 20px;
	color:#000000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer {
	margin-top: 20px;
	background: #2b69b5;
	padding:40px 0;
}
.footer ul {
	list-style-type: none;
	padding-left: 0;
}
.footer ul li a {
	color:#ffffff;
}
.footer ul li a:hover {
	text-decoration: none;
	color:#0097db;
}
.footer .phone {
	font-size: 26px;
	font-weight: bold;
}
.footer .time {
	color:#353535;
	font-size: 15px;
}
.breadcrumb {
	background: #fff;
	border-radius: 0;
	border: 1px solid #d7d7d7;
}
.breadcrumb a {
	color:#0097db;
}
.list_page_title a {
	font-size: 18px;
	color:#0097db;
	font-weight: bold;
}
.well {
	border-radius: 0;
	background: #fff;
}
.category_item {
	display: block;
	height: 200px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: relative;
}
.category_item span {
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding:10px 0;
	background: rgb(69,69,69);
	color:#fff;
	text-align: center;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.category_item:hover span {
	background: rgba(0,0,0,0.8);
	color:#fff;
}
.shop_list .hover_block {
	padding-top: 90px;
}
.product_card_in h1 {
	margin-top: 0;
}
.product_card_in .price {
	color:#ff0000;
	font-size: 18px;
}
.form-control {
	border-radius: 0;
}
textarea {
	resize: vertical;
}
input.form-control:focus,textarea.form-control:focus{
	outline:none;
	box-shadow:none;
	border:1px solid #2b6ca3;
}
.rd-mobilemenu_ul a:hover {
	background: #2b6ca3;
}
.search {
	position: relative;
	background: #f6f6f6;
	border:1px solid #dfdfdf;
	padding:5px;
}
.search input {
	background: transparent;
	border:0;
	width: 100%;
	padding-right: 40px;
}
.search input:focus {
	outline:none;
}
.search button {
	position: absolute;
	right: 7px;
	top:7px;
	border:0;
	background: transparent;
	font-size: 16px;
}
.home_slogan {
	width: 96%;
    margin: 20px auto;
	position: relative;
	padding:10px 0;
	background: #e2e2e2;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}
.home_slogan span {
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	color:#454547;
	display: block;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}
.home_form {
	background: #e9e9e9;
	padding:40px 15px;
}
.btn {
	border-radius: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-gray {
	background: #888888;
	color:#fff;
}.btn.btn-gray:focus,.btn.btn-gray:active,.btn.btn-gray:hover {
	background: #5d5d5d;
}
.home_form .form-control {
	resize:none;
	border:1px solid #fff;
	box-shadow: none;
}
.home_form textarea {
	height: 108px;
}
.img-thumbnail {
	border-radius: 0;
}
.home_form .img-thumbnail {
	margin-top: 25px;
	margin-bottom: 25px;
}
.home_h2 {
	font-size: 18px;
	text-transform: uppercase;
}
.home_info {
	color:#2b6ca3;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 20px;
}
.footer_title {
	font-size: 14px;
	text-transform: uppercase;
	color:#454547;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer_contacts p {
	margin-bottom: 5px;
}
.footer_contacts a {
	color:#fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer ul li {
	margin-bottom: 5px;
}
.photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
	padding: 0;
}
.error_message, .error {
	box-shadow: none;
}
.article {
	margin-top: 10px;
	font-size: 13px;
	color:#888;
}
.filter_form {
	border: 1px solid #d7d7d7;
	padding:10px;
	margin-bottom: 15px;
}
.shop_price_value, .shop_price_currency {
	color:red;
	font-size: 20px;
}
.error_message, .error {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cart_img img {
	width: 80px;
}
.home_news {
	margin-top: 20px;
}
.home_news p {
	margin-bottom: 0;
}
.news_date {
	color:#bfbfbf;
}
.news_title {
	font-weight: bold;
	color:#555555;
	word-wrap:break-word;
}
.news_more {
	font-weight: bold;
}
.footer .info {
	text-align: right;
	color:#fff;
}
.logo_footer img {
	width: 100%;
	max-width:300px;
}
@media (min-width: 1200px) {
	.container {
	    width: 1224px;
	}
}
@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
} 
@media (max-width:1200px) {
	.modal.in .modal-dialog {
		margin-top: 70px;
	}
	.header .phone, .footer_contacts a {
		font-size: 22px;
	}
	.cart_icon {
		margin-left: -20px;
	}
}
@media (max-width:992px) {
	.product_card_in h1 {
		margin-top: 20px;
	}
	.breadcrumb {
		margin-top: 20px;
	}
	.logo_footer {
		display: block;
		margin-bottom: 15px;
	}
	.footer,.footer .info {
		text-align: center;
	}
	.customNavigation {
		text-align: right;
	}
	.header .navbar-nav>li>a {
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.fotorama .fotorama__stage{
		height: 320px !important;
	}
	.slider_item{
		height: 320px ;
		padding-top: 83px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider_name{
		font-size: 25px;
	}
	.best_name {
		display: block;
		margin-top: 15px;
	}
	.partners_nav .partners_prev, .partners_nav .partners_next {
		display: none;
	}
	.home_slogan, .home_slogan span{
		width: 100%;
		-webkit-transform: skew(0) !important;
		    -moz-transform: skew(0) !important;
		    -o-transform: skew(0) !important;
	}
	.cart_icon {
		margin:10px 0;
		float: none;
		display: inline-block;
	}
	.header {
		text-align: center;
	}
	.footer,.footer p {
		text-align: center;
	}
	}
	
}
#advertising .owl-pagination {
	display: none;
}
.fotorama__nav-wrap {
	position: absolute;
	bottom: 20px;
}
.fotorama__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border:0;
	border-radius: 100%;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #2b69b5;
	border:0;
	border-radius: 100%;
}
.white {
	background: #fff;
	border:1px solid #e5e5e5;
	padding:10px;
}
.white .advertising {
	margin: 0;
}
#partners img {
	width: 100%;
}
.partners {
	background: #fff;
	padding:30px 0;
}
.partners h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.home_footer .footer {
	margin-top: 0;
}
.partners_nav {
	position: relative;
}
.partners_nav .partners_prev,
.partners_nav .partners_next {
	position: absolute;
	top: 45px;
}
.partners_nav .partners_prev {
	left: -40px;
}
.partners_nav .partners_next {
	right:-40px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.call_back {
	position: fixed;
	bottom: 60px;
    right: 60px;
    -webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    -ms-animation: jump 2s infinite;
    animation: jump 2s infinite;
    cursor: pointer;
}

@keyframes jump {
    0% {
        bottom: 60px;
    }
    50% {
        bottom: 90px;
        -webkit-transform: rotateY(360deg); /* Safari */
            transform: rotateY(360deg);
    }
    100% {
        bottom: 60px;
    }
}
.shop-search {
	margin-top: 15px;
}