html, body { height: 100% }

body { background: none repeat scroll 0 0 #b6d8ab; font: normal 14px 'Ubuntu', trebuchet MS, Tahoma; margin: 0 }

#wrapper { height: auto !important; margin: 0 auto -161px; min-height: 100% }

.jumbotron { text-align: center; background-color: transparent }

#footer { margin-top: 40px; padding-top: 40px; padding-bottom: 40px }

#push, #footer { height: 121px }

.left-footer { float: left; font-size: 11px;margin-top: 3px; }

.right-footer { float: right; font-size: 11px;margin-top: 3px; text-align: right;}

.right-footer a { color: #333 }

.navbar { min-width: 57px; border-bottom: 1px solid #6c8e61 }

.navbar-default { background: #176539; background: -moz-linear-gradient(top, #176539 0, #0d1511 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #176539), color-stop(100%, #0d1511)); background: -webkit-linear-gradient(top, #176539 0, #0d1511 100%); background: -o-linear-gradient(top, #176539 0, #0d1511 100%); background: -ms-linear-gradient(top, #176539 0, #0d1511 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176539', endColorstr='#0d1511', GradientType=0); background: linear-gradient(top, #176539 0, #0d1511 100%) }

.navbar-brand { color: #fff !important; float: left; height: 56px; padding: 7px }

.navbar-nav > li > a, .dropdown-menu > li > a { line-height: 25px; padding: 15px; text-align: center; font-size: 15px; font-weight: 500; color: #fff !important; text-decoration: none; text-shadow: 1px 1px 1px #000101 }

.navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:hover, .dropdown-menu > .active > a, .dropdown-menu a:hover { background: #0f3a1c; background: -moz-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f3a1c), color-stop(100%, #0b2812)); background: -webkit-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -o-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -ms-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: linear-gradient(top, #0f3a1c 0, #0b2812 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3a1c', endColorstr='#0b2812', GradientType=0) }

.dropdown-menu { background: #176539; background: -moz-linear-gradient(top, #176539 0, #0d1511 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #176539), color-stop(100%, #0d1511)); background: -webkit-linear-gradient(top, #176539 0, #0d1511 100%); background: -o-linear-gradient(top, #176539 0, #0d1511 100%); background: -ms-linear-gradient(top, #176539 0, #0d1511 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176539', endColorstr='#0d1511', GradientType=0); background: linear-gradient(top, #176539 0, #0d1511 100%) }

.table-padding { background-color: #fff; border: 1px solid #567f45; padding: 10px }

label { display: block }

.table > tbody > tr:hover { color: #29814f }

.table-striped > tbody > tr:nth-child(2n+1) > td { background-color: #c4e4b0 }

.table > thead > tr > th > input, .table > thead > tr > th > select { height: 30px; width: 100%; margin-bottom: 10px; border: 1px solid #ccc; filter: dropshadow(color=#ffffff, offx=1, offy=1); -webkit-box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); -moz-box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); padding: 5px; background: #fbfbfb; background: -moz-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(100%, #dddfe0)); background: -webkit-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -o-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -ms-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#dddfe0', GradientType=0); background: linear-gradient(top, #fbfbfb 0, #dddfe0 100%) }
.table > thead > tr > th > select {
    padding: 4px;
    display: block;
    line-height: 24px;
}
.typeahead, .tt-query, .tt-hint, .tt-hint { width: 100% }

.table > thead > tr > th { border-bottom: 0 }

.table > thead > tr > .first { padding-left: 0 }

.table > thead > tr > .last { padding-right: 0 }

.table > tbody > tr > td { border: 0 }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 2px 5px }

.top-filter > form { display: block }

.top-filter form input, .top-filter form select { height: 35px; line-height: 23px; border: 1px solid #0d1411; margin: 10px 15px; width: 50%; padding: 5px 10px; color: #878787; text-shadow: 1px 1px 0 #fff; filter: dropshadow(color=#ffffff, offx=1, offy=1); -webkit-box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); -moz-box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); box-shadow: 1px 1px 0 0 rgba(85, 115, 79, 1); background: #fbfbfb; background: -moz-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(100%, #dddfe0)); background: -webkit-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -o-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); background: -ms-linear-gradient(top, #fbfbfb 0, #dddfe0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#dddfe0', GradientType=0); background: linear-gradient(top, #fbfbfb 0, #dddfe0 100%) }
.top-filter form select {
    display: inline-block;
    padding: 4px 3px 5px 5px;
    height: 35px;
    outline: none;
    vertical-align: middle;
    line-height: 30px;
}
.top-filter form select option {overflow-x:hidden; width: 212px; }
@media (min-width: 768px) {
    .top-filter form input, .top-filter form select { margin: 10px 2px; width: 230px }
    .top-filter > form { display: inline-block }
}

@media (min-width: 992px) {
    .top-filter form input, .top-filter form select { width: 230px; margin: 10px 15px }
    .top-filter > form { display: inline-block }
}

@media (min-width: 1200px) {
    .top-filter form input, .top-filter form select { width: 230px; margin: 10px 15px }
    .top-filter > form { display: inline-block }
}

.pagination > li > a, .pagination > li > span, .pagination > .disabled > span { border: 1px solid #567f45; color: #333; padding: 6px 10px }

.pagination > .active > span, .pagination > .active > span:hover { z-index: 2; color: #fff; background-color: #c4e4b0; border-color: #567f45; cursor: default; font-weight: 700 }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #c4e4b0; border-color: #567f45 }

.pagination > .disabled > span:hover { border-color: #567f45 }

.pagination > li > a:hover { color: #fff }

.dropdown-language {  padding: 0; }
.dropdown-language li {  }
.dropdown-language li a { text-align: left; }
.dropdown-language li a span { margin-right: 7px; }

@media (max-width: 767px) {
	.dropdown-language { min-width: 100%; padding: 0; margin: 0 auto; }
	.dropdown-language li { min-width: 100%; }
	.dropdown-language li a { text-align: center !important; }
	ul.dropdown-language li a span { margin-right: 7px; }
}

.dropdown-language li a, .dropdown-guest li a { padding: 5px }

.dropdown-guest { min-width: 103px; padding: 0 }

.checkbox { padding-left: 0; background-color: #fff; margin-bottom: 0; border-left: 1px solid #567f45; border-right: 1px solid #567f45; border-top: 1px solid #567f45 }

.checkbox input[type="checkbox"] { float: none; margin-left: 0; display: none }

.checkbox label { display: inline-block }

#starter_filter_t_id_1, #alternator_filter_t_id_1 { background: url("../../bundles/catalog/img/pasive-icon1.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

input[type=checkbox]:checked + #starter_filter_t_id_1, input[type=checkbox]:checked + #alternator_filter_t_id_1 { background: url("../../bundles/catalog/img/icon-check1.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_1:hover, #alternator_filter_t_id_1:hover { background: url("../../bundles/catalog/img/icon-hover1.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_2, input[type=checkbox]:checked + #alternator_filter_t_id_2 { background: url("../../bundles/catalog/img/icon-check2.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_2, #alternator_filter_t_id_2 { background: url("../../bundles/catalog/img/pasive-icon2.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_2:hover, #alternator_filter_t_id_2:hover { background: url("../../bundles/catalog/img/icon-hover2.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_3, input[type=checkbox]:checked + #alternator_filter_t_id_3 { background: url("../../bundles/catalog/img/icon-check3.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_3, #alternator_filter_t_id_3 { background: url("../../bundles/catalog/img/pasive-icon3.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_3:hover, #alternator_filter_t_id_3:hover { background: url("../../bundles/catalog/img/icon-hover3.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_4, input[type=checkbox]:checked + #alternator_filter_t_id_4 { background: url("../../bundles/catalog/img/icon-check4.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_4, #alternator_filter_t_id_4 { background: url("../../bundles/catalog/img/pasive-icon4.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_4:hover, #alternator_filter_t_id_4:hover { background: url("../../bundles/catalog/img/icon-hover4.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_5, input[type=checkbox]:checked + #alternator_filter_t_id_5 { background: url("../../bundles/catalog/img/icon-check5.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_5, #alternator_filter_t_id_5 { background: url("../../bundles/catalog/img/pasive-icon5.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_5:hover, #alternator_filter_t_id_5:hover { background: url("../../bundles/catalog/img/icon-hover5.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_6, input[type=checkbox]:checked + #alternator_filter_t_id_6 { background: url("../../bundles/catalog/img/icon-check6.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_6, #alternator_filter_t_id_6 { background: url("../../bundles/catalog/img/pasive-icon6.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_6:hover, #alternator_filter_t_id_6:hover { background: url("../../bundles/catalog/img/icon-hover6.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_7, input[type=checkbox]:checked + #alternator_filter_t_id_7 { background: url("../../bundles/catalog/img/icon-check7.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_7, #alternator_filter_t_id_7 { background: url("../../bundles/catalog/img/pasive-icon7.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_7:hover, #alternator_filter_t_id_7:hover { background: url("../../bundles/catalog/img/icon-hover7.png") no-repeat scroll 0 0 transparent }

input[type=checkbox]:checked + #starter_filter_t_id_8, input[type=checkbox]:checked + #alternator_filter_t_id_8 { background: url("../../bundles/catalog/img/icon-check8.png") no-repeat scroll 0 0 transparent; width: 44px; height: 38px }

#starter_filter_t_id_8, #alternator_filter_t_id_8 { background: url("../../bundles/catalog/img/pasive-icon8.png") no-repeat scroll 0 0 transparent; vertical-align: middle; margin: 5px; width: 44px; height: 38px }

#starter_filter_t_id_8:hover, #alternator_filter_t_id_8:hover { background: url("../../bundles/catalog/img/icon-hover8.png") no-repeat scroll 0 0 transparent }

.nav-tabs { border-bottom: 1px solid #567f45 }

.nav-tabs > li > a { background: #fff; background: -moz-linear-gradient(top, #fff 0, #206b40 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #206b40)); background: -webkit-linear-gradient(top, #fff 0, #206b40 100%); background: -o-linear-gradient(top, #fff 0, #206b40 100%); background: -ms-linear-gradient(top, #fff 0, #206b40 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#206b40', GradientType=0); background: linear-gradient(top, #fff 0, #206b40 100%); color: #333; text-shadow: 1px 1px 0 #c8c8c8; border-top: 1px solid #567f45; border-left: 1px solid #567f45; border-right: 1px solid #567f45; border-bottom: 1px solid #567f45 }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: #206b40; background: -moz-linear-gradient(top, #206b40 0, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #206b40), color-stop(100%, #fff)); background: -webkit-linear-gradient(top, #206b40 0, #fff 100%); background: -o-linear-gradient(top, #206b40 0, #fff 100%); background: -ms-linear-gradient(top, #206b40 0, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#206b40', endColorstr='#ffffff', GradientType=0); background: linear-gradient(top, #206b40 0, #fff 100%); border-top: 1px solid #567f45; border-left: 1px solid #567f45; border-right: 1px solid #567f45; border-bottom: 0; color: #333 }

.nav-tabs > li > a:hover { cursor: pointer; background: #206b40; background: -moz-linear-gradient(top, #206b40 0, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #206b40), color-stop(100%, #fff)); background: -webkit-linear-gradient(top, #206b40 0, #fff 100%); background: -o-linear-gradient(top, #206b40 0, #fff 100%); background: -ms-linear-gradient(top, #206b40 0, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#206b40', endColorstr='#ffffff', GradientType=0); background: linear-gradient(top, #206b40 0, #fff 100%); border-top: 1px solid #567f45; border-left: 1px solid #567f45; border-right: 1px solid #567f45; border-bottom: 0; color: #333 }

.tab-content { background-color: #fff; padding: 10px; border-bottom: 1px solid #567f45; border-left: 1px solid #567f45; border-right: 1px solid #567f45 }

.tab-content > .tab-pane > .row > .col-xs-12 > .table-responsive > .table > tbody > tr { cursor: default }

.tab-content > .tab-pane > .row > .col-xs-12 > .table-responsive > .table > tbody > tr:hover { color: #333 }

.table-no-pointer > tbody > tr { cursor: default }

.table-no-pointer > tbody > tr:hover { color: #333 }

.table > thead > tr > #title-th { vertical-align: top; padding-top: 8px }

.form-content { background-color: #fff; padding: 10px; border: 1px solid #ddd; margin-top: 50px }

@media (min-width: 1200px) {
    .col-md-offset-3 { margin-left: 38% }

    .col-md-6 { width: 25% }
}

.input-control { background-color: #fdfdfd; border: 1px solid #ccc; border-radius: 5px; box-shadow: 2px 2px 4px #f1f1f1 inset; -moz-box-shadow: 2px 2px 4px #f1f1f1 inset; -webkit-box-shadow: 2px 2px 4px #f1f1f1 inset; color: #333; font-size: 13px; height: 30px; margin-bottom: 10px; padding: 2px 5px; width: 89% }

.btn { background: #176539; background: -moz-linear-gradient(top, #176539 0, #0d1511 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #176539), color-stop(100%, #0d1511)); background: -webkit-linear-gradient(top, #176539 0, #0d1511 100%); background: -o-linear-gradient(top, #176539 0, #0d1511 100%); background: -ms-linear-gradient(top, #176539 0, #0d1511 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176539', endColorstr='#0d1511', GradientType=0); background: linear-gradient(top, #176539 0, #0d1511 100%); text-shadow: 1px 1px 1px #000101; color: #fff; font-size: 15px }

.error { color: #900; font-weight: 700; margin-bottom: 10px }

@media (max-width: 710px) {
    .table > thead > tr > th > input, .table > thead > tr > th > select { min-width: 140px }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .xs-row { float: left; clear: left; width: 100% }

    .navbar-right { position: absolute; top: 0; right: 5% }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { background: #0f3a1c; background: -moz-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f3a1c), color-stop(100%, #0b2812)); background: -webkit-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -o-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -ms-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: linear-gradient(top, #0f3a1c 0, #0b2812 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3a1c', endColorstr='#0b2812', GradientType=0) }
}

@media (max-width: 400px) {
    .top-filter form input, .top-filter form select { margin: 0 10px 10px 0; width: 195px }

    .navbar-brand img { width: 145px; height: 35px }
}

@media (min-width: 768px) {
    .login-sm-4 { width: 39.6%; margin-top: 0 }

    .login-sm-offset-4 { margin-left: 29.333333% }
}

@media (min-width: 992px) {
    .login-md-4 { width: 30.4%; margin-top: 0 }
}

@media (min-width: 1200px) {
    .login-lg-3 { width: 25%; margin-top: 50px }

    .login-sm-offset-4 { margin-left: 36.9% }
}

.modal-header { border-bottom: 0; padding: 0 10px }

.modal-header .close { margin-top: 0 }

.close { font-size: 30px; opacity: .32 }

.modal-dialog { margin: 55px auto; width: 440px }

.modal-content { background-color: #f2f2f2; border: 10px solid #fff }

.modal-body { padding: 20px 45px; color: #4e4e4e }

.modal-body a { color: #739033 }

.tt-dropdown-menu { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-top: 0; padding: 8px 0; width: 100% }

.tt-dropdown-menu { max-height: 110px; overflow-y: auto }

.badge { background: #176539; background: -moz-linear-gradient(top, #176539 0, #0d1511 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #176539), color-stop(100%, #0d1511)); background: -webkit-linear-gradient(top, #176539 0, #0d1511 100%); background: -o-linear-gradient(top, #176539 0, #0d1511 100%); background: -ms-linear-gradient(top, #176539 0, #0d1511 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176539', endColorstr='#0d1511', GradientType=0); background: linear-gradient(top, #176539 0, #0d1511 100%) }

.ui-widget-content { z-index: 1031 !important }

.ui-autocomplete { cursor: pointer; max-height: 365px; overflow-y: auto }

.ui-widget { font: normal 13px 'Ubuntu', trebuchet MS, Tahoma !important }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0 }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0 }

.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #29814f; background: #c4e4b0; font-weight: bold; color: #fff; border-radius: 0 }

@media (max-width: 767px) {
    .ui-widget-content { z-index: 1031 !important }

    .ui-autocomplete { max-height: 230px }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: #0f3a1c; background: -moz-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f3a1c), color-stop(100%, #0b2812)); background: -webkit-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -o-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: -ms-linear-gradient(top, #0f3a1c 0, #0b2812 100%); background: linear-gradient(top, #0f3a1c 0, #0b2812 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3a1c', endColorstr='#0b2812', GradientType=0) }

.thumbnailMy {
    background: none repeat scroll 0 0 #b6d8ab;
    border: none;
}
.counter-footer{
    float: left;
    font-weight: bold;
    text-align: center;
}
.counter-footer > a {
    color: #333;
    font-weight: bold;
}
.counter-footer > a + a {margin-left: 10px;}
@media (min-width: 1200px){.col-md-6{width: 50%}}
@media (min-width: 300px) and (max-width: 631px){
    .left-footer{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .right-footer{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .counter-footer{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}



.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
     padding: 35px 100px;
     border: 1px solid #85b076;
    border-radius: 5px;
 width: 100%;
 max-width: 100%;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

ul.bxslider{
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
ul.bxslider li{
    float: left;
    margin-right:20px;
}
.bx-wrapper .bx-viewport {
   
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../bundles/catalog/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../../bundles/catalog/images/icon-arrow-left.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../bundles/catalog/images/icon-arrow-right.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    outline: 0;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../../bundles/catalog/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../../bundles/catalog/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.slider {
    /*display: none;*/
    width: 100%;
    float: left;
}

.contact-form-pop {
    width: 50%;
}

.contact-form-pop .modal-header {
    min-height: 0;
}

.contact-form-pop button.close {
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 9;
}

.contact-form-fields {
    width: 49%;
    display: inline-block;
}

.contact-us-form{
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 10px;
}

.contact-us-form h2.title{
    border-bottom: 1px solid #cecece;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    padding-bottom: 5px;
    width: 99%;
}

.contact-us-form form{
    width: 100%;
}

.contact-us-form form .l input{
    border: 1px solid #b9bcbe;
    color: #575757;
    font-size: 12px;
    font-weight: 300;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
    padding: 0 5px;
    width: 100%;
}

.contact-us-form form .r{
    width: 100%;
}

.contact-us-form form .r textarea{
    border: 1px solid #b9bcbe;
    color: #575757;
    font-size: 12px;
    font-weight: 300;
    height: 126px;
    margin: 5px 0;
    padding: 5px;
    width: 99%;
}

.contact-us-form form .b{
    margin-top: 5px;
    width: 100%;
    position: relative;
}

.contact-us-form form .b input{
    background: #092509 repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    width: 90px;
    position: absolute;
    right: 5px;
}

.contact-us-form form .b span.required{
    color: #666666;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    text-align: right;
    width: 200px;
    position: absolute;
    right: 100px;
}

.sunny-button{
    background: #fcfc70;
    text-align: center;
    border-radius: 10px;
}

.link-sunny {
    color: #333;
    text-decoration: none;
}

.link-sunny:hover {
    color: #176539;
    text-decoration: none;
}

.sunny-button:hover {
    background: #fdfd96;
}

.sunny-button-text{
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    padding: 9px;
}

.sunny-button .sunny-button-text a{
    color: #333;
}

@media (max-width: 768px) {
    .contact-form-pop {
    width: 100%;
    }
}

@media (max-width: 450px) {
    .contact-form-fields {
    width: 99%;
    }
}