/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu,17 Apr 2014 04:03:46 GMT
 */

/* NUKEVIET ICONS */

@font-face {
    font-family:'NukeVietIcons';
    src:url('../../default/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../default/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../default/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../default/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}

[class^="icon-"],
[class*=" icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 NukeVietIcons;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    vertical-align:-10%;
}

.icon-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-25%;
}

.icon-horizon {
    width:14px;
}

.icon-lg.icon-horizon {
    width:22px;
}

.icon-nukeviet:before {
    content:"\e607";
}

.icon-nukeviet_sm:before {
    content:"\e608";
}

.icon-callcenter:before {
    content:"\e609";
}

.icon-today:before {
    content:"\e600";
}

.icon-qrcode:before {
    content:"\e601";
}

.icon-enter:before {
    content:"\e602";
}

.icon-exit:before {
    content:"\e603";
}

.icon-yahoo:before {
    content:"\e604";
}

.icon-old-phone:before {
    content:"\e606";
}

.icon-icq:before {
	content: "\e605";
}
.icon-viber:before {
	content: "\e60a";
}

.icon_new {
    background:url("../images/icons/new.gif") no-repeat;
    display:inline-block;
    width:33px;
    height:15px;
}

.icon_new_small {
    background:url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
    background:url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

/* Fonts Color */

.text-black {
    color:#000 !important;
}

.text-white {
    color:#fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight:400;
}

.text-bold {
    font-weight:800;
}

/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display:none;
}

.hidden-ss-block {
    display:block !important;
}

.hidden-ss-inline {
    display:inline !important;
}

.hidden-ss-inline-block {
    display:inline-block !important;
}

.margin {
    margin:10px;
}

.margin-right {
    margin-right:10px;
}

.margin-left {
    margin-left:10px;
}

.margin-top {
    margin-top:10px;
}

.margin-bottom {
    margin-bottom:10px;
}

.margin-sm {
    margin:4px;
}

.margin-right-sm {
    margin-right:4px;
}

.margin-left-sm {
    margin-left:4px;
}

.margin-top-sm {
    margin-top:4px;
}

.margin-bottom-sm {
    margin-bottom:4px;
}

.margin-lg {
    margin:15px;
}

.margin-right-lg {
    margin-right:15px;
}

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

.margin-top-lg {
    margin-top:15px;
}

.margin-bottom-lg {
    margin-bottom:15px;
}

.padding-top{
    padding-top: 10px
}

.padding-left{
    padding-left: 10px
}

.padding-right{
    padding-right: 10px
}

.padding-bottom{
    padding-bottom: 10px
}

.boder-top{
    border-top: 1px solid #ccc;
}

.boder-bottom{
    border-bottom: 1px solid #ccc;
}

.border-left{
    border-left: 1px solid #ccc;
}

.border-right{
    border-right: 1px solid #ccc;
}

.column-margin-left{
    margin-left: 10px !important
}

.bg-gainsboro{
    background-color:#C0C0C0
}

.bg-lavender{
    background-color:#EEEEEE
}

/*Load_Bar*/
.load-bar{
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

/*Center DIV*/
.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

/*nv-info*/
.nv-info {
    border-width:1px;
    border-style:solid;
    border-color:#D4D4D4;
    border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#f7f7f7;
    color:#333;
    padding:10px;
}

.nv-info.error {
    background-color:#EFD7D7 !important;
    border-color:#DCA8A6 !important;
}

.nv-info.success {
    background-color:#E5F1FB !important;
    border-color:#8DC1ED !important;
}

.nv-info:before {
    display:inline-block;
    font-family:FontAwesome;
    font-size:20px;
    line-height:1;
    vertical-align:middle;
    margin-right:5px;
}

.nv-info.error:before {
    content:" \f057 ";
    color:#A94442;
}

.nv-info.success:before {
    content:" \f13a ";
    color:#449D44;
}

.clear {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.pointer {
    cursor:pointer;
}

.middle{
    vertical-align:middle
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

ul,
ol {
    list-style:none;
}

.input-group-btn {
    font-size:14px !important;
}

.radius-top-left {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.radius-top-right {
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

.radius-bottom-left {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}

.radius-bottom-right {
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.radius {
    -webkit-border-radius:5px;
    border-radius:5px;
}

.bg-gradient {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image:linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.3) 100%);
}

.box-shadow {
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
}

.fix-box {
    position:inherit !important;
    margin-left:0 !important;
}

.well {
    padding:8px;
    line-height:18px
}

.well p {
    margin:0;
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}
textarea.required{
    background-position: right 10px;
}
select.required{
    background-position: calc(100% - 15px) 10px;
}
label.required{
    padding-right: 20px;
}

label.radio-box,label.check-box{
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}
div.radio-box,div.check-box{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}
.has-error div.radio-box,.has-error div.check-box{
    border-color: #a94442;
}

.display-inline-block{
    display: inline-block
}

.display-table {
    display:table;
}

.display-table > * {
    display:table-row;
}

.display-table > * > * {
    display:table-cell;
    padding:5px;
}

/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#0C2138;
    border-radius:4px;
    height: auto;
    overflow: auto
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size:12px !important;
    font-weight:400 !important;
    line-height:18px !important;
}

.ui-datepicker {
    width:18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width:59% !important;
    font-weight:normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width:39% !important;
    font-weight:normal !important;
}

figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background: #949494;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background: #1182C8;
    color:#fff;
    font-size:11px
}

/* Global */

html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0
}

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857; 
	background: #fff url(../images/bg-stcinfotech.png)fixed;
	background: #ede372 url(../images/bgall.jpg)repeat-x center -43px;
	background: #ffee78 url(../images/bg-phongthuy.jpg)repeat-x center -43px;
}

a,
a:link,
a:active,
a:visited {
    color:#205FA0;
}

a:hover,
a:focus {
    text-decoration:none;
    color:#102D4C;
}

a.dimgray  {
    color:#696969;
}

a.dimgray:hover {
    color:#205FA0;
}

a.black  {
    color:#333;
}

a.black:hover {
    color:#205FA0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:700;
}

.title{
    font-size:22px
}

.hometext{
    font-weight: 700
}

.bodytext {
    word-break:keep-all
}

.bodytext p{
    margin-bottom: 15px !important
}

iframe {
    border:0;
}

.m-bottom {
    margin-bottom:10px !important;
}

.wraper {
    position:relative;
    width:1080px;
    margin:0 auto;
}

.container,.rel {
    position:relative;
}

.fa-fix {
    margin-right:-5px;
}

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

.fa-lg.fa-horizon {
    width:22px;
}

h3.sm {
    font-size:16px;
}

span.keyword {
    background:yellow;
}

.nv-fullbg {
    min-height:100%;
    background:#fff;
}

a.btn {
    color:#fff;
}

.body-bg {
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
   /* background:transparent url(../images/hbg.jpg) repeat-x left top;
    background-image:url(../images/header.png),url(../images/hbg.jpg); */
    background-repeat:no-repeat,repeat-x;
    background-position:left 51px,left top;
    background-size:auto,auto;
}

/* Header */

#header {
    position:relative;
    background:transparent;   
    overflow: hidden; 
}

#header .logo {
    position:relative;     
    margin:10px;
    padding:0; 
}

#header .name-site{
	padding-top: 19px;
}
#header .name-contact{	
	font-size: 124%;
}

#header h1 {
    font-size: 192%;
	color: #FF0101;
}
div#ipartner2 {
    margin-bottom: 16px;
}
#header  h2 {
    color:#FD4900;
    font-size:132%;
    font-weight:bold;    
    font-family:"Times New Roman";
   /* text-shadow:-1px -1px 0 #5697D0,1px -1px 0 #5697D0,-1px 1px 0 #5697D0,1px 1px 0 #5697D0;   */
    letter-spacing:0.5px;
    line-height:1.1;
    margin:0;
    padding:0;	 
    padding: 0 10px 0 0;
}

/* breadcrumb */

.breadcrumbs {
    overflow:hidden;
    width:100%;
}

.breadcrumbs li {
    float:left;
    margin:0 .5em 0 1em;
}

.breadcrumbs a {
    background:#ffed77;
    padding:.6em 1em;
    float:left;
    text-decoration:none;
    color:#444;
    position:relative;
}

.breadcrumbs a:hover {
    background:#F5F4F4;
}

.breadcrumbs a:before {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-width:1.5em 0 1.5em 1em;
    border-style:solid;
    border-color:#ffed77 #ffed77 #ffed77 transparent;
    left:-1em;
}

.breadcrumbs a:hover:before {
    border-color:#EFE8E8 #EFE8E8 #EFE8E8 transparent;
}

.breadcrumbs a:after {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-top:1.5em solid transparent;
    border-bottom:1.5em solid transparent;
    border-left:1em solid #ffed77;
    right:-1em;
}

.breadcrumbs a:hover:after {
    border-left-color:#EFE8E8;
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.fix_banner_left {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    left:2px;
    display:none;
	    z-index: 9999;
}

.fix_banner_right {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    right:2px;
    display:none;
	    z-index: 9999;
}

/* SECOND NAV */

.second-nav .bg {
    background:#ccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
}

/* THIRD NAV */

.third-nav {
    position:relative;
    margin-bottom:6px;
    border-bottom:1px solid #E4E4E4;
}

.third-nav .bg {   
    padding:5px 5px 3px;
}

.third-nav .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}

.third-nav ul + .current-time{
    float:right;
    margin-top:-35px
}

.headerSearch {
  
}

.headerSearch input {
    border-color:#d0d0d0;
    height:32.4px;
    background:#fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background:#fff !important;
}

.headerSearch .btn-info {
    background-color:#e60f1e;
    border-color:#e60f1e;
}

/* Bootstrap Menu */

.navbar-default {
   background: #EE0000 url(../images/bg_nav_horizontal.png)repeat-x center 3px;
   border-color: #c49102;
   background: #c49102;
}

.navbar-default .navbar-nav > li {
    margin-left:1px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left:4px;
}

.navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
   font-weight: bold;
    padding-top: 14px;
    margin-top: 3px;
    font-size: 13px;
    padding: 14px 10px;
    text-transform: uppercase;
    padding-bottom: 12px;
	   position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
} 

.navbar-default .navbar-nav>li>a:before,.navbar-default .navbar-nav>li>a:after,.header_user_contacta:before,.header_user_contact a:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
    content: " ";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all .4s ease;
    width: 0;
    z-index: 2
}

.navbar-default .navbar-nav>li>a:hover {
       background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
    color: #fff
}

.header_user_contact a {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.navbar-default .navbar-nav>li>a:hover:before,.navbar-default .navbar-nav>li>a:hover:after {
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%
}

.navbar-default .navbar-nav>li>a strong {
    position: relative;
    z-index: 3
}

.navbar-nav > li > a {
    white-space:nowrap;
}

.dropdown-menu {
    background-color:#DCDCDC !important;
    border:#B1B0B0 1px solid !important;
    -webkit-border-bottom-left-radius:5px !important;
    -webkit-border-bottom-right-radius:5px !important;
    border-bottom-left-radius:5px !important;
    border-bottom-right-radius:5px !important;
	padding: 2px 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu {
    min-width: 204px;
    display: block;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 20% 20% 50%;
    -moz-transform-origin: 20% 20% 50%;
    -ms-transform-origin: 20% 20% 50%;
    -o-transform-origin: 20% 20% 50%;
    transform-origin: 20% 20% 50%;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
	background: #fff;
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.dropdown-menu > li {
    border-bottom:1px solid rgba(255,255,255,0.5);
}

.dropdown-menu > li:last-child {
    border-bottom:none;
}

.dropdown-menu > li > a {
    color:#333 !important;
    line-height:30px !important;
    padding:3px 15px !important;
	background: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
	
    color:#FFED00 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    
    color:#333 !important;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu li a {
    color:#333;
    display:block;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333;
    margin-top:10px;
    margin-right:-5px;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
 
/* Head-Nav */

.header-nav {
    position:absolute;
    top:0;
    left:0;
    height:51px;
    width:100%;
    color:#fff;
    background:transparent;
}

.header-nav a,
.header-nav a:hover {
    color:#2E59A0;
}
div#contactList {
    color: #2E59A0;
}
.header-nav a.button {
    display:inline-block;
    padding:8px;
    color:#fff;
    line-height:1;
    background:#1182C8;
    border-width:2px;
    border-color:transparent transparent #1182C8 #1182C8;
    border-style:solid;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.header-nav a.button:hover,
.header-nav a.active {
    background-color:#205FA0 !important;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background:#eee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}

#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom:#a7a6a6 1px solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background:#e1e1e1;
    border:1px solid #ccc;
    padding:10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}

#ftip .ftip-footer {
    margin:10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

#tip ul {
    margin:0;
    padding:0;
}

#tip a {
    color:#333 !important;
}

#tip .socialList a {
    color:#fff !important;
}

/* Blocks social-icons,contactDefault and personalArea */

.social-icons,
.personalArea {
    line-height:51px;
    float:right;
    margin:0 10px;
	
}

.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:51px;
    margin:0 10px;
}

.personalArea {
    margin-left:50px;
	display:none;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width:30px;
    height:30px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}

.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background:#D8EAF8;
    border:1px solid #ADD3F0;
    padding:10px;
    z-index:1000;
    display:none;
}

/* block counter */
.counter.display-table{
    width:100%
}

.counter span + span{
    text-align: right;
}

/* guestBlock */

.guestBlock {
    width:350px;
}

.guestBlock > h3 {
    border-bottom:1px solid #ccc;
}

.guestBlock > h3 > a {
    display:inline-block;
    line-height:34px;
    padding:0 17px;
    background:#e5e5e5;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.guestBlock > h3 > a:hover,
.guestBlock > h3 > a.current {
    background:#D0D0D0;
}

.socialList,
.contactList {
    list-style:none;
    padding:0;
    margin:0;
	font-size: 16px;
	margin: 30px 0px 10px;
	color: #716d6d;
}

.socialList li,
.contactList li {
    display:inline-block;
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}

.socialList li a {
    display:block;
    width:28px;
    height:28px;
    line-height:28px;
    background:#F76BAA;
    color:#fff;
    text-align:center;
    font-size:16px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.socialList li a[href*="facebook"]:hover {
    background:#3D5D8C;
}

.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background:#DD4B39;
}

.socialList li a[href*="twitter"]:hover {
    background:#50A0D7;
}

.socialList li a[href*="feeds"]:hover {
    background:#FF9900;
}

.socialList li .fa {
    margin-right:-4px;
}
.padding-custom .panel-body {
    padding: 5px 10px;
}
/* Body */

#body {
	background: #fffcc9;
    background-size: 100%;   
	box-shadow: 0 0 8px #cccccc;
	padding: 0 10px;
	padding-bottom: 20px;
}

/* Footer-NAV2 */
.thumbnail.mxt-effect{overflow:hidden}
.footerNav2 {
    position:relative;
    width:100%;
    background: #000;
    padding: 4px 0px 0px;
    color:#1C528B;
	background: #412718 url(../images/bg-sen.jpg)repeat-x right top;
}

.footerNav2 .theme-change {
    float:left;
    margin-left:10px;
    margin-right:10px;
    height:40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display:inline-block;
    margin-top:5px;
    margin-right:10px;
    line-height:25px;
    width:25px;
    background:#D2D2D2;
    color:#fff;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.footerNav2 .theme-change span {
    background:#20BC5A;
    color:#fff;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#fff;
    background:#147bbf;
}

.footerNav2 .theme-change .fa-lg {
    font-size:14px;
}

.footerNav2 .theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}

.footerNav2 .bttop {
    float:right;
    width:40px;
    height:40px;
    margin-right:10px;
}

.footerNav2 .bttop a {
    display:block;
    line-height:40px;
    background:#20BC5A;
    color:#fff;
    font-size:14px;
    text-align:center;
    border-radius:20px;
    -webkit-border-radius:20px;
}

.footerNav2 .bttop a:hover {
    color:#000;
    background:#fff;
}

.footerNav2 .bttop em {
    margin-right:-2px;
}

/* Footer */

#footer {
    position:relative;    
    width:100%;        
    border-bottom: 1px solid #FFF14C;   
    font-size:13px;
	padding: 20px 0 0;
	line-height: 25px;
	background: #f6eebd; 
    margin-top: 11px;
	border-top: 5px solid #ffc000;
	    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.59);
    filter: dropshadow(color=#f5f5f5, offx=1, offy=1);
}
#footer .no-padding ul{
	padding-left: 10px;
}

#footer,
#footer a {
	color: #333;    
	padding-bottom: 20px;
}

#footer h3 {
    font-weight:700;
    font-size:15px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color:#D9FF00;
}

#footer h3 a {
    color:inherit;
}

#footer p {
    margin:0;
    padding:0;
}

/* Block Footer-Menu */

#footer .menu {
    list-style:none;
    padding:0;
    margin:0;
}

#footer .menu li {
    position:relative;
    display:inline-block;
    width:49%;
    padding:0;
    margin:0;
}

#footer .menu li:nth-child(2n+1) {
    padding-right:8px;
}

#footer .menu li:nth-child(2n) {
    padding-left:7px;
}

#footer .menu li a {
    display:block;
    white-space:nowrap;
    border-bottom:1px #143961 solid;
    padding:8px 0;
}

#footer .menu li a:before {
    content:"\f111";
    color:#143961;
    font-family:FontAwesome;
    font-size:5px;
    padding-right:6px;
    vertical-align:middle;
}

#footer .menu li a:hover {
    border-bottom-color:#1C528B;
    color:#fff;
}

#footer .menu li a:hover:before {
    color:#1C528B;
}

/* Block copyright*/

.copyright {
    color:#205fa0;
}

.copyright span a {
    color:#205fa0 !important;
}

.copyright span a:hover {
    color:#89BAE7 !important;
}

/* Block Company info */

.company_info li {
    display:table;
    clear:both;
}

.company_info .company_name {
    text-transform:uppercase;
}

.company_info li > em,
.company_info li > span {
    display:table-cell;
    vertical-align:middle;
}

.company_info li.company_name > span {
    display:inline;
}

.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
}

#company-map {
    width:100%;
    height:300px;
}

/* Page break line */

.nv-hr {
    clear:both;
    height:1px;
    border-bottom:1px #dadada solid;
    margin:10px 0;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -box-shadow:0 1px 1px rgba(0,0,0,0.1);
}

.nv-hr.nv-hr-lg {
    margin:20px 0;
}

.nv-hr.nv-hr-sm {
    margin:5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-social-share li {
    display:inline-block;
}

.nv-social-share li.facebook {
    position:relative;
    top:-4px;
    padding-right:40px;
}

/* Form control */

.nv-captcha {
    vertical-align:middle;
}

/* List item */

.nv-list-item {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-list-item li {
    padding:4px;
    margin:0 !important;
}

.nv-list-item.sm li {
    padding:2px;
}

.nv-list-item.xsm li {
    padding:1px;
}

.nv-list-item.lg li {
    padding:10px;
}

/* sub-list-icon */
.sub-list-icon > li:first-child > *:before,.cat-icon:before{
    content: " \f114 ";
    font-family:FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:4px;
    margin-top: -3px;
}
.sub-list-icon > li + li > *:before{
    content: " \f10c ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px
}
.sub-list-icon > li:first-child + li > *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style:none;
    margin:0;
    padding:0;
}

/* Block global */

.nv-block-banners {
    position:relative;
    margin-bottom:10px;
    text-align:center;
}

.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}

.nv-block-banners img {
    max-width:100% !important;
    height:auto;
}

.nv-block-rss li {
    border-bottom:1px #dadada solid;
}

.nv-block-rss li:last-child {
    border:none;
    padding-bottom:0;
}

.nv-block-rss li:first-child {
    padding-top:0;
}

.nv-block-rss img {
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto;
    position:relative;
    top:4px;
    margin-right:10px;
    margin-bottom:5px;
}

/* Info die */

.nv-infodie {
    margin:0 auto;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
    border:1px #dadada solid;
    background:#fff;
    position:absolute;
    min-height:300px !important;
    min-width:300px !important;
    display:table;
}

.nv-infodie .panel-body {
    display:table-cell;
    vertical-align:middle;
}

/* panel-body */

.panel-body p {
    margin:0;
}

.panel-body ul {
    margin:0;
    padding:0;
}

.panel-body ul li {
    margin-bottom:10px;
}

.panel-body img {
    margin-right:5px;
}

.panel-body ul li:last-child {
    margin-bottom:0;
}

.nv-infodie .logo {
    max-width:90% !important;
}

/* Form */

input[type="checkbox"],
input[type="radio"] {
    border-width:1px;
    border-style:solid;
    border-color:#bbb;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:3px 4px 0 0;
    outline:0;
    padding:0 !important;
    text-align:center;
    vertical-align:middle;
    width:16px;
    min-width:16px;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#555;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}

input[type=radio] {
    border-radius:50%;
    margin-right:4px;
    line-height: inherit;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
    opacity:0.7;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    float:left;
    display:inline-block;
    vertical-align:middle;
    width:14px;
    font:normal 14px/1 'FontAwesome';
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

input[type=checkbox]:checked:before {
    content:'\f00c';
    margin:0 0 0 0;
    color:#1e8cbe;
}

input[type=radio]:checked:before {
    content:'\2022';
    text-indent:-9999px;
    border-radius:50px;
    font-size:24px;
    width:6px;
    height:6px;
    margin:4px;
    line-height:16px;
    background-color:#1e8cbe;
}

.img-thumbnail {
    background-color: #d0d0d0;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

.fb-like {
    height:30px;
    margin-right:50px;
}

.navbar-inverse {
    background-color:#0855A1;
    border-color:#043C72;
}

.navbar-inverse .navbar-nav > li > a {
    color:#FFFFFF;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color:#ffffff;
    background-color:#043C72;
}

.panel-heading {
     
    border-bottom:1px solid rgba(0,0,0,0);
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding:10px;
}

.panel-primary>.panel-heading>a {
    color:#fff;
}

.panel-primary>.panel-heading>a:hover {
    color:#ddd;
}

table caption {
    color:#0066CC;
    text-align:left;
    font-size:13px;
    font-weight:700;
    line-height:22px;
    padding:0 0 5px 2px;
}

blockquote {
    font-size:13px;
}

.modal-header .close {
    margin-top:-2px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

#sb-container {
    z-index:99999999 !important;
}

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#0000FF !important;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom:8px;
}

.featured-products > .row:last-child {
    margin-bottom:0;
}

.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:transparent !important;
    border-width:1px !important;
    padding:10px 20px 0 0 !important;
	float: left;
	max-width: 93px;
}

.featured-products .features{
	padding: 0 15px 28px;
}
.featured-products ul {
    margin:0;
    padding:0;
}

.featured-products ul > li {
    margin-bottom:5px;
}

.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}

/* Account Level */
[class^="lev-"],
[class*=" lev-"]{
    display:inline-block;
}
[class^="lev-"]:before,
[class*=" lev-"]:before{
    font-family: FontAwesome;
    font-size:inherit;
    margin-right: 5px
}
.lev-1:before{
    content: " \f005 \f005 \f005 "
}
.lev-2:before{
    content: " \f005 \f005 \f006 "
}
.lev-3:before{
    content: " \f005 \f006 \f006 "
}
.lev-user:before{
    content: " \f007 "
}

/* module Contact*/
.contact-result{
    position:absolute;
    bottom:20px;
    left:5%;
    width:90%;
    float:left;
    z-index:2;
    padding:30px 20px;
    display:none
}

/* Block module-menu */
.module-menu{
    display:block;
    float:left;
    width:100%;
    background: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:#4189C7;
    background-image:linear-gradient(to right,#428BCA 4px,#4189C7 4px);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration: none;
    margin:0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}
.module-menu a:before{
    font-family:'FontAwesome';
    content:" \f105 ";
    margin-right:5px;
}
.module-menu a.home:before{
    content:" \f07c ";
}
.module-menu a.active{
    background:#205FA0;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#fff;
    text-decoration:none;
    background-image:linear-gradient(to right,#FF6600 4px,rgba(0,0,0,0) 4px);
}
.calendar-icon{
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/
.nv-alert {
    position:fixed !important;
    top:25% !important;
    right:0;
    left:0;
    width:350px !important;
    margin:auto;
    z-index:99999999999999 !important;
    text-align:center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
header{
 padding: 0;
}
.menu-cat h4.title_block {
    color: #fff;
    text-transform: uppercase;
	background: url("../images/icon-ver-menu.png")no-repeat 10px center #082128;
    padding: 0 0 0 43px;
    margin-bottom: 0;	
    border-right: 1px solid #eee;
}
.menu-cat h4.title_block span {    
    display: block;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 40px;
	background: #E60F1E;
}
div.metismenu {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}

.out-shadow{
	box-shadow: 0 0 10px #666;
}
.istyle{
	background: url(../images/clipart_212.png)no-repeat center top;
}
.istyle > .container{
	background: #fff url(../images/pattern_010.png);
}
.igreen{	
    background: #c79300;
	background: -webkit-linear-gradient(left, #cc6720, #e59047 15%);
    padding: 5px;
}
.box-img{
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #D7D7D7;
    padding: 3px;
    background: #fff;
}
.mxt-effect{
	-moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.mxt-effect:hover{
	border: 1px solid #007cc0; 
	-webkit-box-shadow: 0 0 21px 5px #b8b8b8;
    -moz-box-shadow: 0 0 21px 5px #b8b8b8;
    box-shadow: 0 0 21px 5px #b8b8b8;
}
.mxt-effect img{
	background: none;
}

.mxt-effect a img.img-thumbnail{
	  opacity: 0.99;
  filter: alpha(opacity=99);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.mxt-effect a:hover img.img-thumbnail {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 1;
}
 

.mxt-effect .caption  a{	 
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    color: #358a36;
    min-height: 34px;
}
.mxt-effect .caption a:hover{
	text-decoration: underline;
    color: #007CC0;
}

.mxt-effect > div>a{
	position: relative;
    display: block;
}
.mxt-effect .caption .label-default {
	font-size: 14px;
    color: #5f4141;
    font-weight: normal;
    padding: 6px 0;
    display: block;
    background: #fff;
    margin: 4px 0;
	border: 1px solid #eee;
}

.mxt-effect  span.hover_shine {
  background: url("../images/glass.png") no-repeat scroll -265px 0 transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -6px;
  width: 100%;
  z-index: 10;
}
.over-border img{
	border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.showpattern{
	background: url(../images/menutop.gif);
	height: 10px;
	display: none;
}
.hdcontact {
    padding: 28px;
	border: 1px solid #eee;
	background: #fff;
}
.hdcontact .iheading {
    font-size: 38px;
    color: #453c2d;
    line-height: 30px;
    font-weight: normal;
}
.color-01 h3{
	color: #4a6129 !important;
    border-bottom: 2px solid #91c547;
	padding-bottom: 10px;
}
.color-01 ul  > li,
.color-02 ul  > li,
.color-03 ul  > li{
	color: #333;
	list-style: outside none none; 
	padding-bottom:6px;
	transition: all 0.5s linear 0s; 
    margin-bottom: 2px;
}
.color-01 ul > li::before,
.color-02 ul > li::before,
.color-03 ul > li::before {
    content: "\f101";
    display: inline-block;
    height: 0;
    left: -15px;
    position: relative;
    top: -0.1em;
    width: 0;
    font-family: fontawesome;
    padding-left: 14px;
}
.color-01  ul  > li:hover,
.color-02  ul  > li:hover,
.color-03  ul  > li:hover {
	color: #b37b7b;
	margin-left: 10px;
	cursor: pointer;
}
.color-01 ul  > li a:hover,
.color-02 ul  > li a:hover,
.color-03 ul  > li a:hover {
	color: #dd0a13 !important;
}

.color-02 h3{
	color: #de5648 !important;
    border-bottom: 2px solid #de5648;
	padding-bottom: 10px;
}
.color-03 h3{
	color: #bf8d06 !important;
    border-bottom: 2px solid #FF5F01;
	padding-bottom: 10px;
}
.divider {
    height: 1px;
    width: 1000px;
    margin: 10px auto 20px auto;
    background: #cede80;
    background: -moz-linear-gradient(left, rgba(206,222,128,0) 0%, #cede80 20%, #cede80 70%, rgba(206,222,128,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(206,222,128,0)), color-stop(20%, #cede80), color-stop(20%, #cede80), color-stop(100%, rgba(206,222,128,0)));
    background: -webkit-linear-gradient(left, rgba(206,222,128,0) 0%, #cede80 20%, #cede80 90%, rgba(206,222,128,0.1) 100%);
    background: -o-linear-gradient(left, rgba(206,222,128,0) 0%, #cede80 20%, #cede80 70%, rgba(206,222,128,0) 100%);
    background: -ms-linear-gradient(left, rgba(206,222,128,0) 0%, #cede80 20%, #cede80 70%, rgba(206,222,128,0) 100%);
    background: linear-gradient(to right, rgba(206,222,128,0) 0%, #cede80 20%, #cede80 70%, rgba(206,222,128,0) 100%);
}
.panel.panel-default.menu-cat {
    background: none;
    border: none;
}

.cat-style{background: none !important;}
.cat-style .panel-body{	 
    padding: 10px 0 0;	
}
.cat-style .panel-default{border: none;
    border-top: 1px solid #cf9702;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cat-style .panel-heading,
.cat-style .page-header{
	background: #fff;
    border-bottom: 3px solid #cf9702;
    border-radius: 0;
	padding: 0;
	border-right: 1px solid #cf9702;
}
.cat-style .ilabel,
.cat-style .page-header h1{
	font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.iwraper-dt .panel-heading {
	display: inline-block;
    font-size: 100%;
    font-weight: 600;
    color: #fff;
    padding: 0 18px;
    text-transform: uppercase;
    line-height: 33px;
    position: relative;
	background: #cf9702;
}
 
.iwraper-dt .panel-heading:before{
	border-bottom: 37px solid #cf9702;
	border-right: 20px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}


.inside-fff{
	background: #fffdd3;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 8px;
}
div#imenu {
    background: #c49102 ;
	position: relative;
    z-index: 9999;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	    background-color: #20BC5A;
    border-color: #20BC5A;
}

.menu-subcat{
	margin-bottom: 10px;
}

.menu-subcat .title_block{
	position: relative;
    border-bottom: 3px solid #20BC5A;
	margin-bottom: 10px;
}
.menu-subcat .title_block span{
	display: inline-block;
    font-size: 97.33%;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 37px;
    padding: 0 18px;
	background-color: #20bc5a;
}
.menu-subcat .title_block span:before{
	border-bottom: 37px solid #20bc5a;
	content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;	
}
.new-title-header{
	background: url(../images/new-icon-go-home.gif)no-repeat center left;
	padding-left: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.hdr-style{
	
}
.toplabel{
 
}
div.fix-social {
    width: 61px;
    padding: 10px 7px;
    position: fixed;
    z-index: 101;
    right: 0;
    top: 198px;
    background-color: #E60F1E;
    border-radius: 5px 0px 0px 5px;
}
div.fix-social ul{
	padding: 0;
    margin: 0;
}

.simple-hr{
	background-color: white;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    padding: 7px;
}
.simple-hr  h3{
	border-bottom: 1px solid #edf2f5;
    padding: 2px 30px 8px 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.simple-hr ul li {
    margin-bottom: 10px;
}
.lighter-gr{
	color: #11A4CC;
    border-bottom: 1px solid #edf2f5;
    padding-bottom: 5px;
}

.block_0983829955 img{width:100%;}
.block_0983829955  .customNavigation{display:none;}
.over-menu-0983829955{
	border: 1px solid #ddd;
    margin-bottom: 10px;
	padding: 0 10px;
}

.over-menu-0983829955 .subcatmenu{
	 padding: 0;
}

.over-menu-0983829955 .subcatmenu li{
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.over-menu-0983829955 .subcatmenu li a:hover{
	text-decoration: underline;
	color: #0028E3;
}

.subcatmenu li a{
	position: relative;
    padding-left: 29px; 
    color: #051221;
	display: block;
}
.subcatmenu li a:before{
	content: "+ ";
    height: 20px;
    left: 6%;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 20px;
    z-index: 2;
    line-height: 16px;
}

.panel-boxnews {
    background: url(../images/brand-bg.png) top left repeat;
    float: right;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.panel-boxnews  .panel-heading{
	color: #ea0011;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 0 20px;
}
.panel-boxnews  .panel-heading,
.panel-boxnews  .panel-body{
	background: #fff;
}

.binladen li{
	display: inline-block;
	padding: 0 6px;
}
.outheader{
	background: #fff url(../images/main_bg01.jpg)no-repeat center top;
}

.over-menu-0983829955 h4{
	color: #333;    
    padding: 9px;
	font-size: 13px;
	border-bottom: 1px dotted #eee;
}
.over-menu-0983829955 h4 a{color: #FF0044;}
.over-menu-0983829955 h4 a:hover{
	color: #FF6A00;
}
.over-menu-0983829955  h4 > a.mxt-cat{
	background: url(../images/bullet-dark.png) 0 10px no-repeat;
    padding: 6px 0 5px 12px;
	font-size: 13px !important;
    font-weight: bold;
    text-transform: uppercase;
}

a.newstit{
	color: #224EA0;
    font-size: 18px;
    font-weight: normal;
}
.piccover{
	height: 186px;
    object-fit: cover;
}
.btnviewmore{
	font-family: hh;
    border: 1px solid #224EA0;
    color: #224EA0;
    background: none;
    border-radius: 0;
    padding: 7px 18px;
    width: 120px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

#footer_services{
	border-bottom: 1px solid #afaaaa;
	margin-bottom: 16px;
}
#footer_services .fa{font-size: 42px;color: #716f72;}

.footer_services h1 {
    font-family: "tahoma";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    color: #434343;
}

.footer_services h2 {
    font-family: "roboto";
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    color: #434343;
}

.bolero-ms{
	background: #b88801;
    background: -moz-linear-gradient(top, #b88801 0%, #b08201 50%, #c49102 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b88801), color-stop(50%,#b08201), color-stop(100%,#c49102));
    background: -webkit-linear-gradient(top, #b88801 0%,#b08201 50%,#c49102 100%);
    background: -o-linear-gradient(top, #b88801 0%,#b08201 50%,#c49102 100%);
    background: -ms-linear-gradient(top, #b88801 0%,#b08201 50%,#c49102 100%);
    background: linear-gradient(to bottom, #b88801 0%,#b08201 50%,#c49102 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88801', endColorstr='#c49102',GradientType=0 );
    color: #fff !important;
    font-weight: bold;	
}
.bolero-bg{
	background: #fffdd3;
}
.news_column .panel-heading{
	border-bottom: 1px solid #e6b839;
	background: linear-gradient(to bottom, #fffcc9 0%,#fffcc8 50%,#fff992 100%);
}
.news_column .panel-body{
	 background: #fffdd3;
}
.stc-featured{
	    background: none repeat scroll 0 0 rgb(255, 237, 119) !important;
    border-bottom: 1px solid #D6D6D6;
    border-left: 5px solid #f03333 !important;
    font-family: Myriad pro;
    font-size: 16px;
    margin-left: -1px;
    padding: 8px 0 8px 12px;
    position: relative;
    text-transform: uppercase;
    color: #49543e;
}
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    background: #0e74bc;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    font-size: 12px;
    font-weight: bold;
	margin-top: 23px;
}
.view p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 10px 10px;
    text-align: justify;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 5px 0;
    background: #0e74bc;
    margin: 20px 0 0 0;
}
.view.view-third{	 
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    border-radius: 10px;
    border: 1px solid #c0c2c5;
    padding: 2px;
    background: #e0e2e7;	
	margin-top: 10px;
}
.view-third img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-third .mask {
   background-color: rgba(0,0,0,0.6);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}
.view-third h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third p {
   -webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   border:none!important;
}
.view-third a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}
.view-third:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view-third:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-third:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
h3.readmore {
    color: #303030;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    clear: both;
    display: block;
    min-height: 48px;
	text-align: center;
}
li.col-xs-24.col-sm-24.col-md-6.list-content {
    box-shadow: 3px 3px 12px #c5b4a0;
    position: relative;
    z-index: 10;
}
.hr-big{
	background: url(../images/hr-big.png) no-repeat center center;
    height: 20px;
    max-width: 600px;
    margin: 10px auto;	
}