/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,005e9e+100 */
background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 80%, #D3EFFF 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  #ffffff 80%,#D3EFFF 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  #ffffff 80%,#D3EFFF 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D3EFFF',GradientType=0 ); !* IE6-9 *!*/
/*background-image: url("/upload/medialibrary/f1e/f1e365fe968e68229665d38747015f2f.jpg");*/
	/*background-blend-mode: luminosity;*/
/*font-family: Tahoma, Geneva, sans-serif;*/
/*background-attachment: fixed;*/
/*height: 100%;*/
}

h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

.container {
	background-color: #fff;
}

.container.NY { padding-top: 80px; }
.container.NY::before {
  content: " ";
	height: 100px;
	width: 100%;
	background-image: url("/img/ny-top2.png");
	background-repeat:  repeat-x;
	position: absolute;
	left: 0;
	top: 50px;
}


nav { font-size: 1.2em; }


.navbar .container {
	background-color: #f8f8f8;
}

.navbar-brand {
	padding: 3px 20px 0 15px;
}

.navbar-brand>img {
  height: 100%;
  padding: 2px 0 3px 0;
  width: auto;
}

.btn-b2b {
	color:#fff;
	background-color:#F00;
	border-color:#891E1B;
}
.btn-b2b.focus,.btn-b2b:focus {
	color:#fff;
	background-color:#449d44;
	border-color:#255625;
}
.btn-b2b:hover {
	color:#fff;
	background-color:#F30;
	border-color:#891E1B;
}
.btn-b2b.active,.btn-b2b:active,.open>.dropdown-toggle.btn-b2b {
	color:#fff;
	background-color:#449d44;
	border-color:#398439;
}
.btn-b2b.active.focus,.btn-b2b.active:focus,.btn-b2b.active:hover,.btn-b2b:active.focus,.btn-b2b:active:focus,.btn-b2b:active:hover,.open>.dropdown-toggle.btn-b2b.focus,.open>.dropdown-toggle.btn-b2b:focus,.open>.dropdown-toggle.btn-b2b:hover {
	color:#fff;
	background-color:#398439;
	border-color:#255625;
}
.btn-b2b.active,.btn-b2b:active,.open>.dropdown-toggle.btn-b2b {
	background-image:none;
}
.btn-b2b.disabled.focus,.btn-b2b.disabled:focus,.btn-b2b.disabled:hover,.btn-b2b[disabled].focus,.btn-b2b[disabled]:focus,.btn-b2b[disabled]:hover,fieldset[disabled] .btn-b2b.focus,fieldset[disabled] .btn-b2b:focus,fieldset[disabled] .btn-b2b:hover {
	background-color:#5cb85c;
	border-color:#4cae4c;
}
.btn-b2b .badge {
	color:#5cb85c;
	background-color:#fff;
}

.well h2 { margin-top:0; padding-top:0; }


ul.dropdown-menu.sort {
	min-width: 0px;
}

#products-menu {
	position: absolute;
	width: 1100px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.label {
	color: #333;
	padding-top: .6em;
}

.cabinet-order-new { margin-top: 50px; }

.cabinet-order-new h3 { 
}


/* Home Page Carousel */

header.carousel {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

header.carousel#myCarousel2 {height: 10%;}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

.carousel img {

}

.carousel-indicators { bottom: 0; }
.carousel-indicators li { border-color: #fff; }
.carousel-indicators li.active { background-color: #005e9e; }
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:5%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	background-color:rgba(255,255,255,1);
	filter:alpha(opacity=20);
	opacity:1
	}
	.carousel-control.left{
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

		}
		.carousel-control.right{
			right:0;
			left:auto;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

			}
			
.carousel.fade {
opacity: 1;
}
.carousel.fade .item {
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:1;
}
.carousel.fade .item:first-child {
top:auto;
position:relative;
}
.carousel.fade .item.active {
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:2;
}
/*
Added z-index to raise the left right controls to the top
*/
.carousel-control {
z-index:3;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */



/************************************************************
*************************Footer******************************
*************************************************************/

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
.footer1 {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}



.title-widget {
	color: #898989;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}

.title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    line-height: 20px;
	position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}



#social:hover {
    			-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
			}
			#social {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
			}           
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
			.social-fb:hover {
				color: #3B5998;
			}
			.social-tw:hover {
				color: #4099FF;
			}
			.social-gp:hover {
				color: #d34836;
			}
			.social-em:hover {
				color: #f39c12;
			}
			.nomargin { margin:0px; padding:0px;}





.footer-bottom {
    background-color: #15224f;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}


/************************************************************
*************************Footer******************************
*************************************************************/

.jumbotron p { font-weight: 300; }

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.main__space-col {
	margin-bottom: 30px;
}

/* NEWS */

.main__news-wrap {
	margin-top: 30px;
}

.news__img-wrap {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.news__text-wrap {
	padding-left: 15px;
}

.news__img {
	height: auto;
	max-width: 100%;
}

.news__title {
	display: inline-block;
	margin-right: auto;
	font-size: 18px;
	margin-bottom: 7px;
	line-height: 1.2;
}

.news__title-wrap h3 {
	margin: 0;
}

.news__date {
	display: block;
	color: #898989;
	font-size: 16px;
	margin-bottom: 7px;
}

.news__text {
	font-size: 16px;
}

@media(max-width: 991px) {
	.news__text {
		font-size: inherit;
	}
}

@media (min-width: 481px) {

	.news {
		display: flex;
	}

	.news__img-wrap {
		width: 170px;
		flex: none;
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.news__text-wrap {
		width: 100%;
	}

	.news__img-wrap {
		padding-right: 15px;
	}

	.news__title-wrap {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}

	.news__date {
		margin-left: 30px;
	}
}

/* NEWS-DETAIL */
.main__news-detail {

	margin: 0 auto;
}

.text p,
.text ul,
.text ol {
	margin: 10px 0;
}

.text p:first-child {
	margin-top: 0;
}

.text p:last-child {
	margin-bottom: 0;
}

.text img {
	max-width: 100%;
	height: auto;
}

.text iframe {
	max-width: 100%;
}

.text .b {
	border: 1px solid #898989;
}

@media (min-width: 481px) {

	.text .fltlft {
		float: left;
		margin-right: 8px;
	}

	.text .fltrt {
		float: right;
		margin-left: 8px;
	}

	.text .halfcolumn {
		width: 50%;
	}
}

/* SEMINAR */
.main__title {
	margin: 15px 0;
}

.main__table td:first-child {
	width: 100px;
}

.seminar {
	display: inline-block;
}

.seminar__img {
	display: block;
	max-width: 100%;
}

/* SEMINAR-DETAIL */

.newsdate {
	display: block;
	text-align: center;
}

.newsdate span {
	display: block;
	margin-top: 5px;
	line-height: 1;
}

.red {
	color: red;
}

.main__news-detail h3 {
	font-weight: normal;
	font-size: 18px;
}

.textattention {
	background: url('../img/warning.png') no-repeat left top;
	margin: 0 20px 20px 30px;
	padding-left: 80px;
	min-height: 70px;
	font-weight: bold;
	font-size: 17px;
	word-break: break-word;
}

.text .halfcolumn {
	margin: 0 0 20px;
	padding: 0 15px;
	line-height: 1;
}

.halfcolumn h3 {
	margin-top: 0;
}

.text .clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.text input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background: #fff none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 481px) {

	.temaseminara {
		background: url('../img/seminar-detail-img.png') no-repeat right bottom;
		height: 220px;
	}
}

@media (min-width: 768px) {

	.newsdate {
		float: left;
		text-align: center;
	}

	.newsdate span {
		margin-right: 35px;
		text-align: right;
	}
}

/* NEW */

.cat-menu {
	padding: 5px 0;
	margin: 0;
}

.cat-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.cat-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
}

.cat-menu li a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

#products-menu {
	position: absolute;
	width: 100%;
}

.input-group_fixed .input-group-btn:first-child > .btn {
	margin-right: -2px;
	z-index: 3;
}

.input-group_fixed .form-control:hover {
	z-index: 4;
}

.main__space-col-mobile {
	margin-bottom: 10px;
}

.main__space-col-mobile:last-child {
	margin-bottom: 0;
}

h1.page-header {
	font-size: 36px;
}

.main__table-wrap {
	overflow: auto;
	display: block;
	width: 100%;
}

.main__group {
	margin-bottom: 10px;
}

.main__group:last-child {
	margin-bottom: 0;
}

.cabinet-order-new .label {
	display: inline-block;
}

.cabinet-order-new .btn {
	margin-bottom: 5px;
}

@media (min-width: 768px) {

	body {
		padding-top: 100px;
	}

	.main__group_sm {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {

	#products-menu {
		width: 920px;
	}

	.main__space-col-mobile {
		margin-bottom: 0;
	}

	.main__group {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	#products-menu {
		width: 1120px;
	}

	body {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {

	.main__nav-sub > li > a {
		white-space: normal;
	}

	.nav__btn {
		margin-left: 15px;
	}
}

@media (max-width: 991px) {

	.text-center-mobile {
		text-align: center !important;
	}
}

@media (max-width: 480px) {

	.main__media .media-left,
	.main__media .media-body {
		display: block;
		text-align: center;
		width: 100%;
	}
}
.buybtn{
float: left;
margin-right: 5px;
}