body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}

#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

.phones{
	display: inline-block;
    margin: 5px 0 0 15px;
}

.date{
    display:none;
}

#content{
    margin-top:20px;
}

@media (max-width: 1170px) {
.sub-menu{

	display:none !important;
}
	.phones{
	    display:none;
	}
}

@media (min-width: 1170px) {
.sub-menu{
	list-style-type: none;
    margin: 0px;
    padding: 0px;
	display:none;
}

#top .navbar-nav>li:hover>ul{

		display:block !important;
		    position: absolute;

    background: #eeeeee;
    padding-left: 0px;
    list-style-type: none;
}

.sub-menu>li>a{
    padding-right: 15px;
    padding-left: 15px;

    width: 100% !important;

}

.sub-menu>li{
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;

	}

	.sub-menu>li>a:hover:before {
    content: attr(title);
    color: transparent;
    bottom: -1px;
    position: absolute;
    border-bottom: 3px solid #676767;
}


}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 767px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 0px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
            float: left;
            padding: 0 15px;
    }
}
.product-thumb .caption {
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.product-list .product-thumb .button-group {
        border-left: none;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*RHARMAPLUS*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}
body {
     margin-bottom: 285px;
}
body > .container {
    margin-top: 55px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 245px;
    background-color: #f5f5f5;
}
.green a {
    color: #63a757;
}

.red a {
    color: #9f1e25;
}

.blue a {
    color: #009da1;
}

h2 {
    color: #989898;
    font-size: 105px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

h2:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ddd;
    height: 1px;
    width: 1000px;
    right: 100%;
    top: 50%;
}
.btn {
    color: #1483c6;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    border-color: #1483c6;
    padding: 7px 20px;
    border-color: #1483c6;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-white {
    color: #fff;
    border-color: #fff;
    margin-top: 30px;
}

.navbar {
    color: #676767;
    font-size: 15px;
    text-transform: uppercase;
    min-height: 70px;
}
.nav>li>a {
    color: #676767;
    padding: 17px 25px;

}

.nav>li>a:hover {
    color: #1483c6;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1483c6;
}

.navbar-toggle .icon-bar {
    width: 27px;
}

.navbar-brand {
    padding: 17px 25px 17px 20px;
}

.navbar-brand.footer_logo {
    display: none;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    background-color: #fff;
    top: 10px;
    transform: rotate(45deg);
}

.navbar-default.active .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

.navbar-default.active .navbar-nav>li>a {
    color: #FFF;
    padding: 30px;
    text-align: center;
    font-size: 25px;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar.active .navbar-nav {
    margin-top: 70px;
    margin-bottom: 70px;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: #fff;
    top: -10px;
    transform: rotate(-45deg);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 800px;
}

.navbar-toggle.active + .navbar-brand {
    display: none;
}

.navbar.active {
    background: #1483c6 !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle {
    background: none;
    border: none;
}

.switcher_lang {
    margin-top: 12px;
}

.switcher_lang .dropdown-menu {
    left: auto;
    right: 0;
}
.switcher_lang span{
    text-transform: lowercase;
}

.switcher_lang .fa-caret-down {
    display: none;
}

.switcher_lang .dropdown-menu button{
    text-transform: lowercase;
}

footer {
        background: #545454;
        color: white;
        padding-bottom: 40px;
}

footer .navbar-brand {
    display: none;
}

footer .navbar-brand.footer_logo {
    display: block;
}

footer .nav{
    float: right;
}

footer .nav a {
    color: white;
    text-transform: uppercase;
}
footer .nav a:hover {
    background: none;
}
footer .copyright {
    margin-top: 90px;
    font-size: 13px;
}

.breadcrumb {
    border: none;
    background: none;
}

.breadcrumb a {
    color: #333;
    font-size: 16px;
}

.breadcrumb a:hover {
    color: #1483c6;
}

.breadcrumb > li:after {
    right: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.panel a:focus, .panel a:active {
    text-decoration: none;
}

.panel .fa-caret-down:before {
    content: "";
}

.panel .panel-title {
    position: relative;
}

.panel {
    text-indent: 100px;
}

.panel-body {
    padding-left: 100px;
}
.panel .panel-title a{
    display: block;
    padding: 30px 20px 30px 0px;
    font-size: 22px;
}

.accordion-toggle:before {
    content: " ";
    display: block;
    position: absolute;
    right: 5px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 200ms ease-in-out;
}

.accordion-toggle.collapsed:before  {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.common-home header {
    display: none;
}

#content.info_page {
    min-height: 200px;
}

.products_block .container,
.articles_block .container,
.vacancies_block .container,
.contacts_block .container {
    padding-top: 100px;
    padding-bottom: 110px;
}

.products_block .container {
    margin-top: 80px;
}
.carousel_block .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

.carousel_block {
    position: relative;
    margin-top: 55px;
}

.carousel_block .owl-carousel{
    margin-bottom: 0;
}

.carousel_block .slogan {
    font-size: 34px;
    color: #333;
    position: absolute;
    z-index: 1;
    top: 25%;
    font-weight: bold;
    margin-left: 80px;
}

.carousel_block .slogan span {
    color: #1483c6;
    font-size: 105px;
    font-weight: bold;
}
.carousel_block .owl-pagination {
    margin-top: -100px;
}

.carousel_block .owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}

.carousel_block  .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    top: 50%;
}

.carousel_block  .owl-controls .owl-buttons .owl-next {
    right: 20px;
    top: 50%;
}

.carousel_block .owl-carousel .owl-buttons div {
    opacity: 0;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    transition: all .3s ease;
}

.carousel_block .owl-controls .owl-page span {
    background: none;
    border: 2px solid #fff;
}

.carousel_block .owl-controls .owl-page.active span {
    background: #fff;
}

.product-thumb {
    border: none;
    border-right: 1px solid #ddd;
}

.product-layout:last-child .product-thumb {
    border: none;
}

.products_block h4 {
    font-size: 24px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}
.block2 {
    background: #e9e9e9;
}
.articles_block {
      background: #e9e9e9;
}
.article-layout .image {
    position: relative;
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.article-layout .created_at {
    position: absolute;
    background: #1383c5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    padding-top: 16px;
    color: white;
    font-size: 12px;
    left: -40px;
    line-height: 1.2;
}

.article-layout .created_at .day {
    font-size: 18px;
    font-weight: bold;
}

.articles_block .all_articles {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 40px;
}

.articles_block .all_articles:after   {
    position: absolute;
    top: 8px;
    right: -15px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.article-layout h4 {
    font-size: 30px;
    text-transform: uppercase;
}

.articles_block .image img {
    width: 100%;
}
.article-layout .read_more {
    font-weight: bold;
}
.vacancies_block   {
    background: #3dbbce;
}

.vacancies_block h2 {
    color: #fff;
}

.vacancies_block h3 {
   font-size: 37px;
   text-transform: uppercase;
   color: #fff;
   width: 55%;
   line-height: 1.4;
}

.vacancies_block p {
    text-transform: uppercase;
    font-size: 24px;
    padding: 35px 15px;
    color: #333;
}

.vacancies_block ul {
    list-style: none;
    padding-left: 15px;
}

.vacancies_block li {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    color: #333;
}

.vacancies_block li:before {
    content: "-";
    padding-right: 20px;
}

.vacancies_block {
    background-image: url(../image/bg_vacancies.png);
    background-position: bottom, 37%;
    background-repeat: no-repeat;
}

.contacts_block .to_in_touch,
.contacts_block .box-form-content legend {
    font-size: 27px;
    color: #1483c6;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 20px;
}

.contacts_block .to_in_touch_box  {
    padding-top: 10px;
}
.contacts_block .buttons {
    margin-right: 15px;
}
.contacts_block .panel {
    box-shadow: none;
}
.contacts_block .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.product_page .thumbnail {
    border:none;
}

.product_page .panel {
    border: none;
    box-shadow: none;
}

.product_page .panel-default>.panel-heading{
    background: none;
}

.product_page .panel-group .panel-heading+.panel-collapse>.list-group,
.product_page .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.product_page .panel:first-child  {
    border-bottom: none;
}
.product_page .panel  {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product_page .panel-heading {
    text-transform: uppercase;
    padding: 0px;
}

.product_page .panel-group {
    margin: 70px 0 150px 0;
}
.product_page h1 {
    color: #1483c6;
    font-size: 42px;
    margin: 10px 0 20px;
}
.product_page .in_package {
    color: #1483c6;
    margin: 30px 0;
    font-size: 19px;
}

.product_page .in_package .text{
    padding-left: 25px;
}
.product_page .pills {
    display: inline-block;
    width: 22px;
    height: 15px;
    border: 2px solid #1483c6;
}

.product_page .pills.left {
    border-radius: 8px 0 0 8px;
}

.product_page .pills.right {
    border-radius: 0px 8px 8px 0;
    border-left: none;
    width: 17px;
}

.product_page .price_title {
    color: #676767;
    font-size: 12px;
    margin-top: 30px;
}

.product_page .price {
    color: #231f20;
    font-size: 47px;
}

.product_page .buy {
    margin-top: 20px;
    float: right;
}

.product_page .custom_li  {
    list-style: none;
    padding: 0px 20px 15px 20px;
}

.product_page .custom_li li {
    list-style-image: url(../image/bullet.png);
    padding-left: 5px;
}

.buy_page .thumbnail {
    border: none;
    margin-bottom: 0;
}

.buy_page h1 {
    margin-top: 80px;
}

.buy_page .left {
    padding-right: 100px;
}

.buy_page .right {
    padding-top: 30px;
}

.buy_page .title_page {
    font-size: 42px;
    color: #1483c6;
    margin: 40px 0;
}

.buy_page th {
    font-size: 12px;
    color: #231f20;
    font-weight: normal;
}
.buy_page .table {
    padding: 15px 0;
    border-top:  1px solid #ddd;
    border-bottom:  1px solid #ddd;
}

.buy_page .table td, .buy_page .table th{
    padding: 2px 16px;
    width: 1%;
}

.buy_page table .price {
    font-size: 24px;
}

.buy_page .change-quantity,
.buy_page input.quantity {
    background: none;
    border: none;
    text-align: center;
}

.buy_page .change-quantity {
    margin-top: 5px;
    font-size: 30px;
}

.buy_page .change-quantity.plus {
    margin-right: 10px;
}

.buy_page .quantity_block {
    border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    min-width: 110px;
    width: 110px;
}
.buy_page table button {
    float: left;
    width: 20px;
    margin: 0 5px;
}

.buy_page table input {
    float: left;
    width: 40px;
}

.buy_page .delivery {
    font-size: 15px;
    text-decoration: underline;
}

.buy_page .quantity_in_package {
    color: #272421;
    font-size: 17px;
}
.buy_page .right textarea{
    height: 90px;
}

.buy_page .total  {
    font-size: 34px;
    color: #1483c6;
}

.buy_page .total_mobile {
    display: none;
}

.info_page img {
    margin: 20px 0;
}

.info_page .date {
    margin: 10px 0;
    font-size: 19px;
}

.info_page h1, .success_page h1 {
    color: #1483c6;
    font-size: 21px;
    text-transform: uppercase;
    padding: 10px 0;

}
.info_page .description p{
    font-size: 14px;
}

.success_page h1 {
    font-size: 46px;
}

.success_page .description {
    color: #63a757;
}

.all_articles_page {
    padding-bottom: 30px;
}

.all_articles_page .article-layout {
    padding: 10px 0;
}
.success_page .buttons {
    margin: 30px 0;
}
.success_page #content {
    padding-top: 150px
}
#cboxContent,
#cboxTopCenter,
#cboxBottomCenter,
#cboxLoadedContent,
#cboxContent .container {
    max-width: 800px;
}

#colorbox .container {
    padding: 30px;
}

#colorbox .container {
    width: auto;
}

#content.info_page {
    min-width: 700px;
}

#colorbox #cboxClose {
    top: 15px;
    right: 15px;
    bottom: auto;
    color: #bbb;
    font-size: 50px;
    font-weight: 100;
}
#logo {
    display: none;
}
.alert-success {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
@media (min-width: 1200px){
    .navbar  .container {
        width: 1300px;
    }
    #top .navbar-nav>li:hover>a {
        color: #333;
        background: none;
        position: relative;
    }
    #top .navbar-nav>li>a:before{
          content:attr(title);
          color: transparent;
          bottom: 0px;
          position: absolute;
          transition: all 200ms ease-in-out;
      }
    #top .navbar-nav>li>a:hover:before{
        content:attr(title);
        color: transparent;
        bottom: -1px;
        position: absolute;
        border-bottom: 3px solid #676767;
    }
    .carousel_block  .container {
        padding: 0;
        width: 1140px;
    }
}
@media (min-width: 767px){
    .all_articles_page .caption {
        margin-top: 50px;
    }
}
@media (max-width: 1170px){
    body {
     margin-bottom: 130px;
    }
    footer {
        height: 130px;
    }
    h2 {
        font-size: 90px;
    }
    .navbar.active {
        top: 0;
        bottom:0;
        position:fixed;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    footer .nav  {
        display: none;
    }
    footer .copyright {
        margin-top: 10px;
        float: right;
    }
    .vacancies_block {
        background-position: 73%;
    }
    .products_block .container, .articles_block .container, .vacancies_block .container, .contacts_block .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .carousel_block >.container {
        width: auto;
    }
    .carousel_block .slogan {
        margin-left: 20px;
        top: 50px;
    }
    .carousel_block .slogan h1{
        font-size: 34px;
    }
    .carousel_block .slogan h1 span {
        font-size: 112px;
    }
    .carousel_block  .container {
         padding: 0;
    }
    .products_block > .container {
        margin-top: 20px;
    }
    .products_block .product-thumb {
        padding: 30px;
    }
    .products_block .read_more_block {
        text-align: center
    }
    .articles_block .article-layout:nth-child(3) {
        display: none;
    }
    .contacts_block .to_in_touch,
    .contacts_block .box-form-content legend {
        font-size: 24px;
    }
    .product-thumb {
        border: none;
    }
    .panel {
        text-indent: 0px;
    }
    .panel-body {
        padding-left: 0px;
    }
    .collapse.in{
        display:block !important;
    }
    .owl-controls {
         display: none !important;
     }
    .product_page .buy {
        float: left;
        margin-top: 40px;
    }
    .products_block .container {
        padding-bottom: 50px;
    }
    .product_page.container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .buy_page .left {
        padding-right: 20px;
    }
    .buy_page .table {
        margin-top: 30px;
        padding-bottom: 35px;
    }
    .buy_page .right {
        padding-top: 30px;
    }
    .buy_page form{
        padding: 0 70px 80px 70px;
    }
    .info_page, .success_page {
        padding: 30px;
    }
    .all_articles_page {
        padding-bottom: 50px;
    }
}


@media (max-width: 400px){
  h2 {
        font-size: 33px !important;

    }
}

@media (max-width: 767px){
    body {
     margin-bottom: 100px;
    }
    footer {
        height: 100px;
    }
    h2 {
        font-size: 45px;
        margin-bottom: 35px;
    }
    .navbar-brand {
        padding: 18px 15px;
    }
    footer {
        margin-top: 0;
        padding-bottom: 5px;
    }
    footer .copyright {
        font-size: 10px;
        float: none;
        text-align: center;
    }
    footer .navbar-brand {
        float: none;
    }
    footer .navbar-brand>img {
        margin: 0 auto;
    }
    footer .navbar-toggle {
        display: none;
    }
    .panel .panel-title a{
        padding: 20px 20px 20px 0px;
        font-size: 18px;
    }
    .products_block .container,
    .articles_block .container,
    .vacancies_block .container,
    .contacts_block .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .products_block .container {
        padding-bottom: 10px;
    }
    .carousel_block .slogan h1{
        font-size: 22px;
    }
    .carousel_block .slogan h1 span {
        font-size: 48px;
    }
    .carousel_block .slogan {
        background: #1483c6;
        width: 101%;
        margin-left: 0;
        left: 0;
        top: 100%;
        padding: 20px;
    }
    .carousel_block .slogan {
        position: static;
        min-height: 270px;
    }
    .carousel_block .slogan h1,
    .carousel_block .slogan h1 span{
        color: #fff;
    }
    .products_block h4 {
        font-size: 32px;
    }
    .products_block .read_more_block {
        text-align: center;
    }
    .products_block .product-thumb {
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ddd;
    }
    .articles_block .article-layout:nth-child(2),
    .articles_block .article-layout:nth-child(3) {
        display: none;
    }
    .articles_block .container {
        position: relative;
    }
    .articles_block .article-thumb {
        margin-bottom: 80px;
    }
    .articles_block .container .all_articles{
        position: absolute;
        bottom: 50px;
        right: 0px;
        font-size: 15px;
        z-index: 1;
    }
    .article-layout .image {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .article-layout img {
        width: 100%;
    }
    .article-layout .created_at {
        position: static;
        background: none;
        border-radius: initial;
        width: 100%;
        height: auto;
        margin-top: 10px;
        text-align: left;
        color: #6c6867;
        font-size: 15px;
    }
    .article-layout .year {
        display: none;
    }
    .article-layout .created_at .day {
        font-size: 15px;
        font-weight: normal;
    }
    .article-layout .caption p {
        font-size: 15px;
    }
    .article-layout .created_at br {
        display: none;
    }
    .vacancies_block .container {
        background: #3dbbce;
        background-image: none;
    }
    .vacancies_block h3 {
        font-size: 24px;
    }
    .vacancies_block h3 {
        width: 100%;
    }
    .vacancies_block .button_box {
        text-align: center;
    }
    .vacancies_block li,
    .vacancies_block p {
        font-size: 20px;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        margin: 0 auto;
    }
    .contacts_block .buttons .pull-right {
        float: none !important;
        text-align: center;
    }
    .contacts_block .to_in_touch,
    .contacts_block .box-form-content legend {
        font-size: 20px;
    }
    .contacts_block .box-form-content legend {
        margin-top: 15px;
    }
    .contacts_block .to_in_touch_box {
        padding-top: 0;
    }
    .contacts_block .clear_padding {
        padding: 0;
    }
    .product_page .panel-group {
        margin: 40px 0 80px 0;
    }
    .buy_page .delivery_group {
        text-align: right;
    }
    .buy_page .buy_button{
        float: none !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    .buy_page .title_page {
        font-size: 30px;
    }
    .buy_page form{
        padding: 0px;
    }
    .buy_page tr th:nth-child(3),
    .buy_page tr td:nth-child(3){
        display: none;
    }
    .buy_page tr th:nth-child(1),
    .buy_page tr td:nth-child(1){
        padding-left: 0;
    }
    .buy_page .total_mobile {
        display: block;
        margin-top: 15px;
    }
    .buy_page .total {
        margin-top: 5px;
        display: block
    }
    .buy_page .title_amount {
        font-size: 14px;
    }
    .buy_page .delivery {
        font-size: 12px;
    }
    .info_page {
        padding: 20px;
    }
    .info_page img {
        margin: 20px 0;
        width: 100%;
    }
    .success_page #content {
        padding-top: 80px;
    }
    #content.info_page {
        min-width: 300px;
    }
    #cboxContent,
    #cboxTopCenter,
    #cboxBottomCenter,
    #cboxLoadedContent,
    #cboxContent .container {
        max-width: 500px;
    }
    #cboxContent #content.info_page {
        min-width: 400px;
    }
    .alert-success {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 620px){
    #cboxContent,
    #cboxTopCenter,
    #cboxBottomCenter,
    #cboxLoadedContent,
    #cboxContent .container {
        max-width: 400px;
    }
    #cboxContent #content.info_page {
        min-width: 320px;
    }
}

@media (max-width: 420px){
    #cboxContent,
    #cboxTopCenter,
    #cboxBottomCenter,
    #cboxLoadedContent,
    #cboxContent .container {
        max-width: 320px;
    }
    #cboxContent #content.info_page {
        min-width: 240px;
    }
}

@media (max-width: 350px){
    #cboxContent,
    #cboxTopCenter,
    #cboxBottomCenter,
    #cboxLoadedContent,
    #cboxContent .container {
        max-width: 270px;
    }
}

.article-thumb h4 a{

	font-size: 22px !important;
}


@media (min-width: 1200px){

#top .navbar-header:hover{
//	background: #1383c5 !important;
//	padding-bottom: 4px !important;
}
	//#top .navbar-header:hover .navbar-brand{
    //     padding-right: 3px !important;
	//}

//	#top .navbar-header:hover .img-hide{
//	display: block;

    //border: 1px solid #1383c5;
//    opacity: 1;

    //transition: all 0.5s ease-in-out;
//}


#top .navbar-header:hover .nohide{

   //display:none;


}

#top .img-hide{
	 opacity: 0;

}
}


@media (max-width: 1199px){

	.nohide{

   display:none;


}


.img-hide{
	 opacity: 0;

}
}