@charset "UTF-8";
/* CSS Document */

/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: 200;
    font-style: normal;
}
/* Light Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-LightItalic.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: 200;
    font-style: italic;
}
/* Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color:#fff;
    color:#333;
    font-weight: 200!important;
}
a, a:hover {
    color:#333333;
}
a:focus {
    color: #f7941e;
}
.no-padding {
    padding:0;
}
.no-paddingLeft {
    padding-left:0;
}
.bigger-100 {
    width:100%;
}
.bigger-125 {
    font-size: 125%;
}
.bigger-130 {
    font-size: 130%;
}
blockquote {
    border-left:0;
}
.effect {
    transition: all 1s ease 0s;
}

hr.divider {
    border-color: #D4D4D4;
    margin: 10px auto 0;
    width:100%;
    position:relative;
    float:left;
}
hr.divider2 {
    border-color: #D4D4D4;
    margin: 0 auto 20px;
    width:100%;
    position:relative;
    float:left;
    border-style: dotted;
}
iframe {
    border:0 none;
}
// Add this
.addThis {
    left:0;
    top:158px;
    background: transparent;
}

.mrT7 {
    margin-top: 7px;
}
.mrT10 {
    margin-top: 10px;
}
.mrT30 {
    margin-top: 30px;
}
.mrT13 {
    margin-top: 13px;
}
.noPadding {
    padding: 0;
}
.noPaddinRight {
    padding-right: 0;
}
.noPaddingRight {
    padding-right: 0;
}
.noPaddingLeft {
    padding-left: 0;
}
.paddingRight10 {
    padding-right: 5px;
}
.bR4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.navbar-nav span {
    font-size: 18px;
}
/*** Pagination ***/
.pagination {
    position: relative;
    top:0;
    left:15px;
    font-size: 12px;
}
.pagination span {
    color: #7a7a7a;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
.pagination a:hover {
    background-color: #f7941e;
    border-color:#fc8900;
}

/*** Topbar ***/

.top {
    background-color:#fff;
}

#topbar {
    background-color: #fff;
    color: #B1B8C1;
    font-size: 14px;
}
#topbar {
    transition: all 1s ease 0s;
}
#topbar p {
    color:#4aaf5d;
    font-size:16px;
}

#topbar .head_contact {
    text-align:right;
}

/*** Easy Pie Chart ***/
.easyPieChart {
    position: relative;
    text-align: center;
}
.percentage {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}
.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
}

/*** Navigation ***/
.navbar {
    border-radius: 0;
}
.navbar .container {
}
.navbar-default {
    background-color:#4B4C50;
    margin-bottom:0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    border: none;
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter:alpha(opacity=90);
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size:22px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #4B4C50;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #4B4C50;
}

.navbar-toggle {
    background-color:#fff;
}
span.icon-bar {
    color:#fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #4B4C50;
}
.navbar-brand {
    float: left;
    padding: 15px 15px 15px 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top:-1px;
    margin-left: -1px;
}
.dropdown-menu {
    min-width: 100%;
}
.navbar-nav > li > .dropdown-menu > .dropdown > .dropdown-menu, 
.navbar-nav > li > .dropdown-menu > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.navbar-nav > li > .dropdown-menu > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    right: 100%;
}
.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #f7941e;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    right:5%;
    position: absolute;
    top:12px;
}
.dropdown-menu > .current > a, .dropdown-menu > .current > a:hover, .dropdown-menu > .current > a:focus {
    background-color: #4B4C50;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > li > a {
    color: #4B4C50;
    font-weight: 300;
    font-size: 18px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4B4C50;
}
.dropdown-menu > li,
.dropdown-menu > li {
    border: none 0; 
}
.dropdown-menu.pull-right {
    left:100%;
    right:0;
    top:0;
}

/*** Sidebar Navigation ***/
.sidebarNav {
    padding: 0;
    margin-top: 15px;
}
.sidebarNav li a {
    transition: all .5s;
}
.sidebarNav li a:hover {
    background-color: #5D5E62;
    color:#fff;
}
.dropdown2 {
    height: 100%;
    background-color: #f5f5f5;
    padding-left: 0;
    font-size: 14px;
    list-style: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
.dropdown2 li {
    padding: 0;
    list-style: none;
}
.dropdown2 li a.active {
    color:#fff;
    background-color: #5D5E62;
    font-weight: 700;
}
.dropdown2 li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color:#5D5E62;
}
.dropdown2 li > ul {
    padding-left: 0; 
}
.dropdown2 li > ul li {
    padding: 0; 
}
.dropdown2 li > ul li a {
    color: #5D5E62;
    padding-left: 40px;
}
.dropdown2 li > ul li > ul li {
    padding: 0;
    color:#fff;
}
.dropdown2 li > ul li > ul li a {
    padding-left: 30px;
}

/******* Languages ******/
.lang > li + li:before {
    color: #000;
    content: "| ";
    padding: 0 5px;
}
ul.lang {
    margin-top:52px;
    float:right;
}
.lang li {
    list-style: none;
    display: inline-block;
}
.lang li a:hover {
    color:#F7941E;
}
.lang li a.active {
    color:#F7941E;
}

/******* Nav Search *********/

.navSearch {
    margin-top:13px;
    float:right;
    right:-30px;
    position: relative;
}
.navSearch input {
    background-color:#fff;
    border-radius: 0;
}
.navSearchXs {
    margin-left:28px;
}
.navSearchXs .lang {
    margin-right:10px;
}
.navSearchXs .navSearch input{
    width:120px;
}

/****** PAGE CONTENT ******/

/****** SLIDER ******/

.carousel {
    top:0;
    z-index:2;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #E9E9E9;
}

.carousel,
.item {
    height:400px;
}

.carousel-inner {
    height:100%;
}

.fill {
    width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
}
.my_Caption {
    background-color: transparent;
    border-radius:0;
}
.my_Caption span{
    color:#5bbe7c;
}
.my_Caption p{
    font-size:16px;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px 5px 15px 18px;
    color:#fff;
    text-align: left;
    text-shadow: none;
    left:20%;
}
.carousel-caption h1 {
    font-size: 30px;
    padding-bottom: 25px;
    margin-top: 0;

}
.carousel-caption p {
    font-size: 22px;
    line-height: 1.1;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
}
.carousel-indicators li {
    width:20px;
    height:20px;
    margin:0;
    transition: all 1s ease 0s;
    border-radius: 0;
    background-color: #E9E9E9;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 1px #848383;
    -webkit-box-shadow: inset 0 0 1px #848383;
    box-shadow: inset 0 0 1px #848383;
}
.carousel-indicators .active {
    background-color:#F7941E;
    border: 1px solid #F7941E;
    width:20px;
    height:20px;
    box-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus {
    color:#cc0000;
}
.carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    font-size:70px;
}
.center {
    text-align: center;
    margin: 0 auto;
}
/********* Social networks ************/
ul.social {
    cursor: pointer;
    margin-top: 42px;
    margin-left: 6.1%;
    float: left;
    padding-left: 0;
}
.social li {
    list-style:none;
    transition: all 1s ease 0s;
    display: inline-block;
    margin-left:7px;
    float: left;
}
.social img {
    width:35px;
    height:35px;
    border-radius:50%;

}
.social img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}

ul.socialFoot {
    cursor: pointer;
    float:right;
    margin-bottom: 35px;
}
.socialFoot li {
    list-style:none;
    transition: all 1s ease 0s;
    display: inline-block;
    margin-left:7px;
    float: left;
}
.socialFoot img {
    width:35px;
    height:35px;
    border-radius:50%;

}
.socialFoot img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}

/********* Log in header *********/
ul.headLog {
    cursor: pointer;
    margin-top: 52px;
    margin-left: 5.5%;
    float: left;
    font-size: 14px;
    padding-left: 0;
}
.headLog li {
    list-style: none;
    display: inline-block;
}
.headLog > li + li:before {
    color: #000;
    content: "| ";
    padding: 0 5px;
}
.headLog li a:hover {
    text-decoration: none;
    color:#f7941e;
}

/****** Breadcrumb ******/
.breadcrumb {
    margin-left:0;
    margin-top:15px;
    margin-bottom:10px;
    position:relative;
    top:5px;
    border-radius: 0;
    background-color: #fff;
    font-size: 12px;
}
.breadcrumb a {
    margin-left:5px;
    color:#f7941e;
}
.breadcrumb a:hover {
    color:#333;
}

.breadcrumb > li + li:before {
    color: #f7941e;
    content: "> ";
    padding: 0 5px;
    font-weight: 300;
}

.breadcrumb > .active {
    color: #333;
}
.edited {
    position: absolute;
    right:0;
    top:28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.orange {
    color: #f7941e;
}
.breadHome {
    font-family: 'Open Sans', sans-serif; 
}

/****** Content Start ******/
.newsContentWrapper {
    padding-bottom: 20px;
    padding-right: 25px;
}
.newsContentWrapper a:hover{
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}
.contentWrapper {
    padding-bottom: 20px;
    padding-right: 0;
}
.searchContent {
    padding-bottom: 0;
    padding-right: 0;
}

iframe {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

h1.titleContent {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color:#333;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0;
}
h2.titleContent {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size:24px;
    color:#333;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0;
}
h2.subTitle {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.titleline{ 
    font-size:22px; 
    padding:5px 10px 15px 0;  
    margin:15px auto 0 auto;
    border-bottom:solid 1px #D4D4D4;
    width:100%; 
}
.titleline a:hover{ 
    opacity: 1;
}
.titleline span { 
    font-size:12px;
    color:#A7A9AC;
    padding: 0;  
    margin:0 auto;
    position: absolute;
    top:18px;
    right:15px;
    text-transform: uppercase;
}
.titleline span:hover {
    color:#cc0000;
}
.titleline span.arhiva { 
    font-size:12px;
    color:#A7A9AC;
    padding: 0;  
    margin:0 auto;
    position: absolute;
    top:18px;
    right:26px;
    text-transform: uppercase;
}
.titleline span.arhiva:hover {
    color:#F7941E;
}
.titleline h1:hover {
    color:#A7A9AC;
    cursor: pointer;
}
.titleline h2:hover {
    color:#A7A9AC;
}
.titleline h3 {
    font-size: 26px;
}
.titleline h3 a {
    color:#F7941E;
}
.titleline h3 a:hover {
    color:#A7A9AC;
}
.titledesc { 
    color:#F7941E;
    padding:5px 10px 5px 0; 
    text-align:left; 
    margin:-18px auto auto;
    font-size:30px;
    font-weight: 200;
    background: #fff;
    position: relative;
    float: left;
}
.titledescSubtitle {
    color:#F7941E;
    padding:5px 10px 5px 0; 
    text-align:left; 
    margin:-18px auto auto;
    font-size:26px;
    font-weight: 200;
    background: #fff;
    position: relative;
    float: left;
}
.titledescAsideH1 { 
    color:#F7941E;
    padding:5px 10px 5px 10px; 
    text-align:center; 
    margin:-39px auto auto;
    font-size:30px;
    font-weight: 200;
    background: #fff;
    position: relative;
    top:26px;
    width:50%;
}

.titledescAsideH2 { 
    color:#F7941E;
    padding:5px 10px 5px 10px; 
    text-align:center; 
    margin:-39px auto auto;
    font-size:26px;
    font-weight: 200;
    background: #fff;
    position: relative;
    top:26px;
    width:50%;
}
.titledescAnk { 
    color:#F7941E;
    padding:5px 10px 5px 0; 
    text-align:left; 
    margin:-18px auto auto;
    font-size:30px;
    font-weight: 200;
    background: #fff;
    position: relative;
    float: left;
}
.titledescPress { 
    color:#F7941E;
    padding:5px 10px 5px 0; 
    text-align:left; 
    margin:-18px auto auto;
    font-size:30px;
    font-weight: 200;
    background: #fff;
    position: relative;
    float: left;
}
h2.titledescPress:hover {
    color:#f7941e;
}

.titledescSearch { 
    color:#F7941E;
    padding:5px 10px 5px 0; 
    text-align:left; 
    margin:-12px auto auto;
    font-size:30px;
    font-weight: 200;
    background: #fff;
    position: relative;
    float: left;
}
.titledescAsideBlog { 
    color:#F7941E;
    padding:5px 10px 5px 10px; 
    text-align:center; 
    margin:-39px auto auto;
    font-size:26px;
    font-weight: 200;
    background: #fff;
    position: relative;
    top:26px;
    width:80px;
}
.titledescAsideAnk, .titledescAsideArh { 
    color:#F7941E;
    padding:5px 10px 5px 10px; 
    text-align:center; 
    margin:-39px auto auto;
    font-size:26px;
    background: #fff;
    position: relative;
    top:26px;
    font-weight: 200;
    width:110px;
}
.titledescAsideTwit, .titledescAsideKat { 
    color:#F7941E;
    padding:5px 10px 5px 10px; 
    text-align:center; 
    margin:-39px auto auto;
    font-size:26px;
    font-weight: 200;
    background: #fff;
    position: relative;
    top:26px;
    width:156px;
}
.pdL15 {
    padding-left: 15px;
}
.vinieta {
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    background-color: #eee;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    transition: all 1s ease 0s;
}
.vinieta:hover {
    background-color:#d9d9d9;    
}

.vinieta h2 {
    font-size: 18px;
    font-weight: 400;
}
.vinieta_txt {
    position:relative;
    top:0;
    right:0;
    float:right;
    padding-bottom: 10px;
}

.fullNews {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 10px;
    height: 265px;
}

.halfNews {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 7px auto 8px;
    height: 230px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.newsTxt {
    background: url(../img/dimmer10x10Light.png);
    font-size: 14px;
    color:#353535;
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    line-height: 1.2;
    max-height: 125px;
}
.newsTxt ul {
    position: relative;
    top:10px;
    padding-left: 0;
    font-size: 12px;
}
.newsTxt li {
    display: inline-block;
    list-style: none;
}
.newsTxt li:nth-child(2) {
    margin-right: 10px;
}
.newsTxt li a {
    color:#fff;
    text-decoration: none;
}
.newsTxt li a:hover {
    text-decoration: underline;
}

.newsTxt a {
    color:#fff;
    text-decoration: none;
}
.newsTxt h2 {
    font-size: 18px;
    color:#353535;
    font-weight: 400;
}

/******** NewsTXT 2 ************/
.newsTxt2 {
    background:#fff;
    font-size: 14px;
    color:#353535;
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    line-height: 1.2;
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    filter:alpha(opacity=95);
}
.newsTxt2 ul {
    position: relative;
    top:10px;
    padding-left: 0;
    font-size: 12px;
}
.newsTxt2 li {
    display: inline-block;
    list-style: none;
}
.newsTxt2 li:nth-child(2) {
    margin-right: 10px;
}
.newsTxt2 li a {
    color:#fff;
    text-decoration: none;
}
.newsTxt2 li a:hover {
    text-decoration: underline;
}

.newsTxt2 a {
    color:#fff;
    text-decoration: none;
}
.newsTxt2 h2 {
    font-size: 18px;
    color:#353535;
    font-weight: 400;
    height: 40px;
    margin-top: 10px;
}

.ml5 {
    margin-left: 5px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 30px;
}

.partnersWrapper {
    background-color: #fff!important;
    border-top: 1px dashed #f7941e;
}
h2.titlePartners {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:36px;
    color:#848383;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #A7A9AC;
}

/*** Small news ***/
.smallNews {
    margin-bottom:10px;
}
.smallNews img {
    width:100%;
    margin:10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blocky {
    display: inline-block;
    float: left;
}
.smallNews div.smallNewsTxt {
    position:relative;
    top:0;
    margin-left: 5px;
    padding: 0;
}
.smallNews div.smallNewsTxt p {
    font-size: 14px;
}
.smallNews div.smallNewsTxt h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.smallNews a:hover {
    color:#F7941E;
    text-decoration: none;
}
.smallNews a {
    color:#353535;
    text-decoration: none;
}
.smallNews div.smallNewsTxt span {
    margin-right: 15px;
    font-size: 10px;
    color: #7A7A7A;
}

/*** Small news with image ***/
.smallNews2 {
    margin-bottom:10px;
}
.smallNews2 img {
    width:175px;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.smallNews2 div.smallNews2Txt {
    position:relative;
    top:0;
    margin-left: 10px;
}
.smallNews2 div.smallNews2Txt p {
    font-size: 12px;
}
.smallNews2 div.smallNews2Txt h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}
.smallNews2 a:hover {
    color:#CC0000;
    text-decoration: none;
}
.smallNews2 a {
    color:#353535;
    text-decoration: none;
}
.smallNews2 div.smallNews2Txt span {
    margin-right: 15px;
    font-size: 12px;
}

/*** Small news 3 with Big image on top ***/
.smallNews3 {
    margin-bottom:10px;
}
.smallNews3 img {
    width:100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.smallNews3 div.smallNews3Txt {
    position:relative;
    top:0;
    margin-left: 0px;
}
.smallNews3 div.smallNews3Txt p {
    font-size: 12px;
}
.smallNews3 div.smallNews3Txt h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}
.smallNews3 a:hover {
    color:#CC0000;
    text-decoration: none;
}
.smallNews3 a {
    color:#353535;
    text-decoration: none;
}
.smallNews3 div.smallNews3Txt span {
    margin-right: 15px;
    font-size: 12px;
}
/*** List Vest ***/
.listVest {
    margin-bottom: 20px;
}

.listVest img {
    width:240px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.listVest div.listVestTxt {
    position:relative;
    top:0;
    margin-left: 5px;
}
.listVest div.listVest p {
    font-size: 12px;
}
.listVest div.listVestTxt h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.listVest a:hover {
    color: #f7941e;
    text-decoration: none;
}
.listVest div.listVestTxt span {
    margin-right: 15px;
    font-size: 12px;
    color: #7a7a7a;
}
.listVest div.listVestTxt span:hover {
    color: #f7941e;
}
.listVest img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}

/*** Full Vest ***/
.fullVest {
    margin-top:0;
}
.fullVest img {
    //width:100%;
    float: left;
    margin: 5px 15px 15px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.shadowImg {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.fullVest div.fullVestTxt {
    position:relative;
    top:0;
    margin-left: 0;
}
.fullVest div.fullVest p {
    font-size: 12px;
}
.fullVest div.fullVestTxt h1 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}
.fullVest a {
    color:#f7941e;
    text-decoration: none;
}
.fullVest a:hover {
    color:#EC9007;
    text-decoration: none;
}
.fullVest div.fullVestTxt span {
    margin-right: 15px;
    font-size: 12px;
}
.fullVest div.fullVestTxt span a{
    color:#7a7a7a;
}
.fullVest div.fullVestTxt span a:hover{
    color: #f7941e;
}

.headerVest {
    margin-bottom: 10px;
    padding-top: 10px;
}
.headerVest span {
    color: #7a7a7a;
    font-size: 12px;
}
.headerVest span.anketa {
    position: relative;
    top: 1px;
}

.ankAnswer {
    margin-top: 10px;
    padding-right: 0;
}
.ankAnswer p {
    font-size: 16px;
    font-weight: 400;
}

.linkNews {
    margin-bottom:20px;
    padding-top: 20px;
    border-top:1px dashed #f7941e;
}
.linkNews a {
    font-weight: 400;
}
.linkNews ul {
    list-style: none;
    padding-left: 20px;
    display: block;
}
.linkNews ul li {
    margin-bottom: 10px;
}

.linkNews a:hover {
    color:#F7941E;
    text-decoration: none;
}
.linkNews span.glyphicon {
    color:#F7941E;
    font-size: 10px;
    margin-right: 5px;
    margin-left: -17px;
}
.linkNews span {
    color: #7a7a7a;
    font-size: 10px;
    margin-right: 10px;
}

/*** Arhiva anketa ***/
.ankArhiva {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
.ankArhiva .titleline h2:hover {
    color:#f7941e;
}
.ankScroll {
    padding-left: 0;
}
.timelineScroll {
    max-height: 500px;
    overflow: auto;
    padding-left: 0;
}
h1.ankH1 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 5px;
}
h1.mainTitle {
    font-size: 26px;
}
.ankList {
    margin-top: 10px;
    margin-bottom:10px;
    padding-left: 0;
}
.ankList img {
    width:100px;
    float: left;
}

.ankList div.ankListTxt {
    position:relative;
    top:0;
    margin-left: 0;
}

.ankList div.ankListTxt h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.ankList a:hover {
    color: #f7941e;
    text-decoration: none;
}
.ankList a {
    color:#353535;
    text-decoration: none;
}
.ankList div.ankListTxt span {
    margin-right: 15px;
    font-size: 12px;
    color: #7a7a7a;
}

/*********** Press Clipping Table ************/ 

.table-responsive {
    margin-top: 15px;
    padding-left: 15px;
    font-size: 12px;
}
.table-responsive td span a {
    color: #fff;
}
.table-responsive .label-warning {
    background-color: #f7941e!important;
}

/* dataTables */.dataTables_length select {
  width: 70px;
  height: 25px;
  padding: 2px 3px;
}
.dataTables_length label {
  font-weight: normal;
}
.dataTables_filter {
  text-align: right;
}
.dataTables_filter input[type=text] {
  width: 125px;
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 6px;
}
.dataTables_filter label {
  font-weight: normal;
}
.dataTables_info {
  font-size: 14px;
}
.dataTables_paginate {
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 0 12px;
}
.dataTables_wrapper label {
  display: inline-block;
  font-size: 13px;
}
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
  margin-bottom: 0 !important;
  margin: 0 4px;
}
.dataTables_wrapper .row {
  margin: 0;
}
.dataTables_wrapper .row:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eee;
}
.dataTables_wrapper .row:first-child + .dataTable {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.dataTables_wrapper .row:last-child {
  border-top: 1px solid #DDD;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eee;
  border-bottom: 1px solid #DDD;
}
.dataTable {
  margin-bottom: 0;
}
.dataTable th[class*=sort] {
  cursor: pointer;
}
.dataTable th[class*=sort]:after {
  content: "\f0dc";
  display: inline-block;
  color: #555;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  float: right;
  margin-right: 4px;
  position: relative;
}
.dataTable th[class*=sort]:hover {
  color: #555;
}
.dataTable th[class*=sorting_] {
  color: #555;
}
.dataTable th.sorting_desc,
.dataTable th.sorting_asc {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eee), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #eee, 0%, #f9f9f9, 100%);
  background-image: -moz-linear-gradient(top, #eee 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #eee 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}
.dataTable th.sorting_desc:after {
  content: "\f0dd";
  top: -6px;
  color: #f7941e;
}
.dataTable th.sorting_asc:after {
  content: "\f0de";
  top: 4px;
  color: #f7941e;
}
.dataTable th.sorting_disabled {
  cursor: inherit;
}
.dataTable th.sorting_disabled:after {
  display: none;
}
.dTButton {
    margin-left: 15px;
    margin-top: 15px;
}

.pressList {
    margin-top: 10px;
    margin-bottom:10px;
    padding-left: 0;
}
.pressList img {
    width:100px;
    float: left;
}

.pressList div.pressListTxt {
    position:relative;
    top:0;
    margin-left: 0;
}

.pressList div.pressListTxt h2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.pressList a:hover {
    color: #f7941e;
    text-decoration: none;
}
.pressList a {
    color:#353535;
    text-decoration: none;
}
.pressList div.pressListTxt span {
    margin-right: 15px;
    font-size: 12px;
}


/****** Gallery ******/
.gallery ul {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
}
.gallery ul li {
    margin-bottom: 10px;
    margin-left: 20px;
    float: left;
}
.gallery ul li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery ul li img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}


/****** Aside ******/
.aside {
    float: right;
    position: relative;
}
.asideInnerPage {
    position: relative;
    float: left;
    left:0;
}

.well {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: none;
}

.contentAside {
    padding: 0 20px 20px 5px;
}
.contentAside h2 {
    font-size:18px;
    font-weight: normal;
}
.contentAside img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contentAside img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}
.contentAsidePromo {
    padding: 0 0 20px 0;
    margin-top: 15px;
}
.contentAsidePromo h2 {
    font-size:18px;
    font-weight: normal;
}
.contentAsidePromo img:hover {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}

ul.pub {
    padding-left: 0;
    list-style: none;
}
.pub li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.pub li img {
    float: left;
}

.pub p {
    position: relative;
    top: 5px;
    left: 10px;
    line-height: 0.5;
}
.pub a:hover {
    color: #F7941E;
}

ul.blog {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    top:-4px;
    float: left;
}
.blog li {
    display: inline-block;
}

.blog p {
    position: relative;
    top: 5px;
    left: 10px;
}
.blog span {
    position: relative;
    left: 10px;
    font-size: 11px;
    color:#7a7a7a;
}
.blog span.date {
    font-weight: normal;
    font-size: 10px;
    margin-right:10px;
}
.newPos {
    margin-bottom: -15px;
    margin-top: 15px;
}

ul.nP {
    list-style: none;
    padding-left: 0;
    position: relative;
    left:10px;
    top:-4px;
    line-height: 1.3;
    float: left;
}
.nP li {
    display: block;
}
.nP span.name {
    font-size: 16px;
}
.nP span.position {
    font-size: 12px;
}

h2.titleAside {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:36px;
    color:#848383;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 0;
    border-bottom: 1px solid #A7A9AC;
}

h2.titleAsideAnketa {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:36px;
    color:#848383;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 0;
    border-bottom: 1px solid #A7A9AC;
}

h1.head_title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:36px;
    color:#333;
    padding-bottom:10px;
    border-bottom:1px solid #B7B7B7;
}

/***** Anketa ****/
.btn:active, .btn.active {
    height: auto;
}
.contentAside button {
    margin-top: 5px;
}
.mrR30 {
    margin-right: 26px;
}
.mrR10 {
    margin-right: 10px;
}
.mrB {
    margin-bottom: 30px;
}
.mrB7 {
    margin-bottom: 7px;
}
.mrB10 {
    margin-bottom: 10px;
}
.mrBmrR10{margin-bottom:10px; margin-right:10px;}
ul.ank {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    top:5px;
}
.ank li {
    display: inline-block;
}

.ank p {
    position: relative;
    top: 5px;
    left: 10px;
}
.ank span {
    position: relative;
    left: 0;
    font-size: 11px;
    color:#7a7a7a;
}
.ank span.date {
    font-weight: normal;
    font-size: 10px;
}
.progress {
    width: 90%;
    float: left;
    margin-right: 2%;
}
.ankProcenat {
    position: relative;
    top: 5px;
    color:#FF7D00;
    float: left;
}
/******* Checkbox Anketa ********/
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}
.list-group-item {
    border: 0;
    border-radius: 0!important;
    list-style: lower-alpha!important;
}

li.list-group-item.list-group-item-success.active {
    color: #5cb85c;
}
.ankAnswer h2 {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
}
.ankButton {
    margin-left: 25px;
    text-transform: uppercase;
}
.ankResult {
    padding-left: 10px;
    padding-right: 10px;
}
.ankResult h2 {
    font-size: 24px;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #B7B7B7;
}
.ankResult h3 {
    font-size: 20px;
}
.btn-info {
    background-color: #F7941E;
    border-color: #FC8900;
    color: #FFFFFF;
    width: 100px;
    border-radius: 0;
    transition: all 1s ease 0s;
}
.btn-info:hover {
    background-color: #FF7D00;
    border-color: #FC8900;
    color: #FFFFFF;
    width: 100px;
    border-radius: 0;
    transition: all 1s ease 0s;
}
.btn-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
    width: 100px;
    border-radius: 0;
    transition: all 1s ease 0s;
}

/******** Press Clipping *********/
ul.press {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
}
.press li {
    display: inline-block;
    width: 100%;
}

.press li img {
    float: left;
    width:35px;
}

.press p {
    position: relative;
    top: -5px;
    left: 10px;
    line-height: 1;
}
.press span {
    font-size: 10px;
    font-weight: normal;
}
.press span + span:before {
    color: #fff;
    content: "| ";
    padding: 0 5px;
}

.footInfo .press a:hover {
    color:#F7941E;
    font-weight:300;
    text-decoration: none;
}

.footInfo span.arhiva {
    position: absolute;
    right: 5%;
    top:12%;
}

/************ Timeline ******************/
.timelineLeaveComment {
    padding-left: 25px;
    margin-bottom: 30px;
}
.timelineLeaveComment h2 {
    margin-top: 0;
    font-size: 24px;
}
.timeline-container:first-child:before {
    border-top-width: 1px;
}
.timeline-container:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 28px;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline-container {
    margin-bottom: 32px;
    padding-top: 4px;
    position: relative;
}
.timeline-label {
    clear: both;
    display: block;
    margin: 0 0 18px 34px;
}

.label-lg.arrowed-in-right:after {
    border-width: 12px 6px;
    right: -6px;
}
.label.arrowed-in-right:after {
    border-width: 10px 5px;
    right: -5px;
}
.label-primary.arrowed-in-right:after {
    border-color: #428bca;
}
.label.arrowed-in-right:after {
    border-bottom-color: #abbac3;
    border-left-color: #abbac3;
    border-right-color: transparent !important;
    border-top-color: #abbac3;
}
.label.arrowed-right:after, .label.arrowed-in-right:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #abbac3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: -1;
}
.label-lg.arrowed-in-right {
    margin-right: 6px;
}
.label.arrowed-right, .label.arrowed-in-right {
    position: relative;
    z-index: 1;
}
.label-lg {
    font-size: 13px;
    height: 24px;
    line-height: 1.1;
    padding: 0.3em 0.6em 0.4em;
}
.label-primary, .badge-primary {
    background-color: #428bca !important;
}
.label {
    background-color: #cc0000 !important;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    text-shadow: none;
}
.label-primary {
    background-color: #428bca;
}
.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.timeline-item {
    margin-bottom: 8px;
    position: relative;
}
.timeline-info {
    float: left;
    position: relative;
    text-align: center;
    width: 60px;
}
.timeline-item img {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 2px;
}
.timeline-info img {
    border-radius: 4px;
    max-width: 42px;
}
.timeline-info .label, .timeline-info .badge {
    font-size: 12px;
}
.label-sm {
    font-size: 11px;
    height: 18px;
    line-height: 1;
    padding: 0.2em 0.4em 0.3em;
}
.label-info, .badge-info {
    background-color: #A7A9AC !important;
}
.label-info {
    background-color: #5bc0de;
}
.timeline-item .transparent.widget-box {
    border-left: 3px solid #d4d4d4;
}
.timeline-item .widget-box {
    border-bottom: 0 none;
    margin: 0 0 0 60px;
    max-width: none;
    position: relative;
}

.timeline-item .widget-box {
    background-color: #f4f4f4;
    color: #595c66;
}
.widget-box.transparent {
    border: 0 none;
    box-shadow: none;
}
.widget-box {
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    margin: 3px 0;
    padding: 0;
}
.widget-header:before, .widget-header:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget-header:after {
    clear: right;
}
.widget-header:before, .widget-header:after {
    content: "";
    display: table;
    line-height: 0;
}
.timeline-item .transparent .widget-header {
    background-color: #ecf1f4;
    border-bottom: 0 none;
}
.widget-box.transparent > .widget-header-small {
    padding-left: 1px;
}
.widget-box.transparent > .widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 center #fff;
    border-color: -moz-use-text-color -moz-use-text-color #d4d4d4;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #595c66;
    padding-left: 3px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.timeline-item .transparent .widget-header > *:first-child {
    margin-left: 8px;
}
.widget-header-small > .widget-caption, .widget-header-small > *:first-child {
    line-height: 30px;
}
.widget-header > .widget-caption, .widget-header > *:first-child {
    display: inline;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
h5.smaller {
    font-size: 14px;
}
h5 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.blue {
    color: #478fca !important;
}
.grey {
    color: #777 !important;
}
.widget-toolbar.no-border:before {
    display: none;
}
.widget-toolbar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border:none;
    bottom: 3px;
    content: "";
    display: inline-block;
    left: -1px;
    position: absolute;
    top: 3px;
}

.widget-toolbar {
    display: inline-block;
    float: right;
    line-height: 37px;
    padding: 0 10px;
    position: relative;
}
.no-border {
    border: 0 none;
}

.widget-toolbar > [data-action="reload"], .header-color-dark > .widget-toolbar > [data-action="reload"] {
    color: #acd392;
}
.widget-toolbar > a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 1px;
    padding: 0;
}
.widget-toolbar > [data-action="collapse"], .header-color-dark > .widget-toolbar > [data-action="collapse"] {
    color: #aaa;
}
.widget-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-right: 1px solid #ccc;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.widget-box.transparent .widget-body {
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.timeline-item .widget-main {
    border-bottom: 0 none;
    margin: 0;
    max-width: none;
    position: relative;
}
.widget-main {
    padding: 12px;
}
.space-6 {
    margin: 6px 0 5px;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
}
.transparent .widget-toolbox:last-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.timeline-item .widget-toolbox {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: transparent !important;
    border-color: -moz-use-text-color #ccc #ccc !important;
    border-image: none !important;
    border-right: 0 solid #ccc !important;
    border-style: none solid solid !important;
    border-width: medium 0 0 !important;
    margin: 0 !important;
    padding: 4px 8px 0 !important;
}
.widget-toolbox:last-child {
    border-top: 1px solid #ccc;
    padding: 2px;
}
.widget-toolbox {
    background-color: #eee;
}
.action-buttons a {
    display: inline-block;
    margin: 0 3px;
    opacity: 0.85;
    transition: all 0.1s ease 0s;
}
.green {
    color: #69aa46 !important;
}
.blue {
    color: #478fca !important;
}
/******** Widget Box Reply **********/
.timeline-item .transparent.widget-boxReply {
    border-left: 3px solid #d4d4d4;
}
.timeline-item .widget-boxReply {
    border-bottom: 0 none;
    margin: 0 0 0 100px;
    max-width: none;
    position: relative;
}

.timeline-item .widget-boxReply {
    background-color: #f4f4f4;
    color: #595c66;
}
.widget-boxReply.transparent {
    border: 0 none;
    box-shadow: none;
}
.widget-boxReply {
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    margin: 3px 0;
    padding: 0;
}
.widget-header-small {
    min-height: 31px;
    padding-left: 10px;
}
.widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #fff 0px, #eee 100%) repeat-x scroll 0 0 #f7f7f7;
    border-color: #ccc #ccc #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: content-box;
    color: #669fc7;
    min-height: 38px;
    padding-left: 12px;
    position: relative;
}
.widget-boxReply.transparent > .widget-header-small {
    padding-left: 1px;
}
.widget-boxReply.transparent > .widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #d4d4d4;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #595c66;
    padding-left: 3px;
}
.widget-boxReply.transparent .widget-body {
    background-color: transparent;
    border: 0 none;
}
#submitComment {
    border-style: none;
    cursor: pointer;
    height: 34px;
    position: relative;
    width:120px;
    margin-left: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    margin-top:10px;
    padding-top: 8px;
}

/******* SearchPage **********/
b.highlight {
    color: #f7941e;
    font-size: inherit;
}

/******* Tree View **********/
/* tree control */
.tree {
    padding-left: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.tree:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -20px;
    bottom: 16px;
    left: 0;
    border: 1px dotted #f7941e;
    border-width: 0 0 0 1px;
    z-index: 1;
}
.tree .tree-folder {
    width: auto;
    min-height: 20px;
    cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
    position: relative;
    height: 20px;
    line-height: 20px;
}
.tree .tree-folder .tree-folder-header:hover {
    background-color: #FFEACF;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
    display: inline;
    z-index: 2;
}
.tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child,
.tree .tree-item > [class*="icon-"]:first-child {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: -1px;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
    margin-left: 2px;
}
.tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child {
    margin: -2px 0 0 -2px;
}
.tree .tree-folder:last-child:after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    bottom: 0;
    left: -15px;
    border-left: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-content {
    margin-left: 23px;
    position: relative;
}
.tree .tree-folder .tree-folder-content:before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -14px;
    bottom: 16px;
    left: -14px;
    border: 1px dotted #f7941e;
    border-width: 0 0 0 1px;
}
.tree .tree-item {
    position: relative;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.tree .tree-item:hover {
    background-color: #FFEACF;
}
.tree .tree-item .tree-item-name {
    margin-left: 3px;
}
.tree .tree-item .tree-item-name > [class*="icon-"]:first-child {
    margin-right: 3px;
}
.tree .tree-item > [class*="icon-"]:first-child {
    margin-top: -1px;
}
.tree .tree-folder,
.tree .tree-item {
    position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #f7941e;
    z-index: 1;
}
.tree .tree-selected {
    background-color: #FFEACF;
    color: #6398B0;
}
.tree .tree-selected:hover {
    background-color: #FFEACF;
}
.tree .tree-item,
.tree .tree-folder {
    border: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-header {
    border-radius: 0;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
    margin: 0;
    padding: 5px;
    color: #4D6878;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tree .tree-item > [class*="icon-"]:first-child {
    color: #F9E8CE;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tree .tree-selected > [class*="icon-"]:first-child {
    background-color: #F9A021;
    border-color: #F9A021;
    color: #FFF;
}
.tree .icon-plus[class*="icon-"]:first-child,
.tree .icon-minus[class*="icon-"]:first-child {
    border: 1px solid #DDD;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #f7941e;
    line-height: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}
.tree .icon-plus[class*="icon-"]:first-child:before {
    display: block;
    content: "+";
    font-family: "Open Sans";
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.tree .icon-minus[class*="icon-"]:first-child:before {
    content: "";
    display: block;
    width: 7px;
    height: 0;
    border-top: 1px solid #4D6878;
    position: absolute;
    top: 5px;
    left: 2px;
}
.tree .tree-unselectable .tree-item > [class*="icon-"]:first-child {
    color: #5084A0;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.tree [class*="icon-"][class*="-down"] {
    transform: rotate(-45deg);
}
.tree .icon-spin {
    height: auto;
}
.tree .tree-loading {
    margin-left: 36px;
}
.tree img {
    display: inline;
    vertical-align: middle;
}
/****** Blog ******/
.blogShort{
    border-bottom:1px solid #ddd;
    margin: 10px auto;
}
.blogShort:last-child{
    border-bottom:0;
}
.blogShort img {
    transition: all .5s;
}
.blogShort img:hover {
    opacity: 0.9;
}
.blogShort article a {
    transition: all .5s;
}
.blogShort article a:hover {
    color: #F7941E;
}
ul.writerSocial {
    list-style: none;
    display: block;
    font-size: 12px;
    padding-left: 15px;
}

.writerSocial li a {
    color: #5D5E62;
    transition: all .5s;
}
.writerSocial li a:hover {
    color: #F7941E;
}
.writerSocial p a {
    transition: all .5s;
}
.writerSocial p a:hover {
    color: #F7941E;
}
.writerSocial p a:after {
    content: '|';
    color: #a3a2a2;
}
.writerSocial p a:last-child:after {
    content: '';
}
span.author {
    color: #F7941E;
    font-weight: 400;
    font-size: 16px;
}
.dispInline {
    display: inline-block;
}
.dispInline .icon-twitter,
.dispInline .icon-pinterest,
.dispInline .icon-instagram,
.dispInline .icon-facebook,
.dispInline .icon-linkedin{
    font-size:22px;
    margin-right: 5px;
}
/******* Rating Stars ********/
.rating .glyphicon {font-size: 16px; color: #F7941E;transition: all 1s;}
.rating .glyphicon:hover {color: gold;}
.rating-num { margin-top:0px; margin-bottom: 9px; font-size: 20px; }
.totalRate { font-size: 12px;}

.linkBlog {
    margin-bottom:20px;
    padding-top: 20px;
}
.linkBlog a {
    font-weight: 400;
    transition: all .5s;
}
.linkBlog ul {
    list-style: none;
    padding-left: 20px;
    display: block;
}
.linkBlog ul li {
    margin-bottom: 10px;
}

.linkBlog a:hover {
    color:#F7941E;
    text-decoration: none;
}
.linkBlog span.glyphicon {
    color:#F7941E;
    font-size: 10px;
    margin-right: 5px;
    margin-left: -17px;
}
.linkBlog span {
    color: #7a7a7a;
    font-size: 10px;
    margin-right: 10px;
}
/****** Kontakt ******/
.contactContainer {
    margin-top: 20px;
}
.contactContainer ul {
    list-style: none;
    padding-left: 0;
}
.contactContainer ul li a:hover {
    color: #f7941e;
}
.contactContainer h2 {
    font-size: 18px;
    margin-top: 0;
}
/* Form */
.formContainer {
    margin: 10px auto auto 15px;
    padding-left: 0;
}
.formContainer h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.eval_form {
    //width:50%;
    color:#FFF;
    margin:0 0 0 0;
}

.eval_form h2 {
    font-size:22px;
    font-weight:normal;
    margin-left:-15px;
}
.eval_form label {
    font-size:16px;
    font-weight:300;
}
.eval_form_TA input[type=text], .eval_form input[type=email] {
    width:300px;
}
.eval_form_TA textarea {
    margin-top:15px;
    margin-left:0;
    width:100%;
}
.form-group {
    margin-bottom:-10px;
    margin-left:-15px;
}	
.form-group label.name, label.email, label.phone {
    float:left;
    width:100px;
}
.form-group#txtArea {
    margin:20px 0 0;
}

#submitForm {
    border-style: none;
    cursor: pointer;
    height: 34px;
    position: relative;
    width:120px;
    margin-left: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    margin-top:10px;
    padding-top: 8px;
}

/****** Footer ******/
footer {
    margin-top: 0px;
    padding-bottom: 20px;
    background-image:url(../img/footerBKG.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    color:#fff;
    font-weight: 300;
    font-size: 12px;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -5px 5px 0px rgba(50, 50, 50, 0.2);
}
footer h2 {
    font-size: 18px;
    font-weight: normal;
}
.footInfo ul {
    list-style: none;
    padding-left: 0;
}

.footInfo a {
    color:#fff;
}
.footInfo a:hover {
    text-decoration: none;
    color:#f7941e;
}
ul.copyright {
    list-style: none;
}
.copyright li {
    display: inline-block;
    margin-right: 10px;
}


ul.fastLinks {
    list-style: none;
}
.fastLinks li {
    display: inline-block;
}

.socialWrapper {
    color:#353535;
    text-align: right;
}
.socialWrapper p {
    margin-top:10px;
}
.socialWrapper a {
    color:#353535;
    text-decoration:none;
}
.socialWrapper a:hover {
    color:#000;
}

.author {
    margin-top: 20px;
}
.author p {
    color: inherit;
    font-size:12px;
    width:160px;
    float: left;
}
.author img {
    position: relative;
    top:-4px;
    left:5px;
}

@media (max-width: 1199px) {

    .social img {
        width: 30px;
        height: 30px;
    }
    ul.headLog {
        font-size: 12px;
        margin-left: 5%;
    }
    .lang {
        font-size: 12px;
    }
    .navbar-nav > li > a {
        font-size: 19px;
    }
    .btn-info {
        width: 80px;
    }
    .btn-info:hover {
        width: 80px;
    }
    .btn-default {
        width: 80px;
    }
    .btn-default:hover {
        width: 80px;
    }
    iframe {
        width: 100%;
    }
    .listVest iframe {
        width:210px;
    }
    .suported img {
        width:44%;
    }
    .listVest img {
        width: 215px;
    }
    .contentAside img {
        width:50px;
    }
    .blog span {
        font-size: 9px;
    }
    .blog span.date {
        font-size: 9px;
    }
    .nP span.name {
        font-size: 14px;
    }
    .nP span.position {
        font-size: 11px;
    }
    .progress {
        width: 87%;
    }

}

@media (max-width: 991px) {

    .navbar-nav > li > a {
        font-size:12px;
    }
    .dropdown-menu > li > a {
        font-size:12px;
    }
    .lang a {
        font-size:12px;
    }
    .form-control {
        font-size:12px;
    }
    #topbar p {
        font-size:12px;
    }
    .vinieta {
        background-size:  270px;
        background-position: center;
    }
    .eval_form_TA {
        padding-left: 0;
        margin-top: 0;
    }
    .contentAside img {
        width: 58px;
        margin-bottom: 10px;
    }
    .blog span {
        left:0;
    }
    ul.nP {
        left: 0;
    }
    .btn-info, .btn-default,.btn-info:hover,.btn-default:hover {
        width:55px;
        font-size: 11px;
    }
    .progress {
        width: 85%;
    }

}	
@media (max-width: 768px) {

    ul.lang {
        color:#fff;
    }
    .navSearch {
        right: 0;
        margin-right: -15px;
        padding-right: 0;
    }
    .navSearchXs {
        margin-left: 10px;
    }

    .vinieta {
        background-size:  400px;
        background-position: top left;
    }

    .btn-info, .btn-default, .btn-info:hover, .btn-default:hover {
        width:80px;
    }

    .footInfo {
        line-height:1;
    }
    .progress {
        width: 85%;
    }

}
@media (max-width: 767px) {
    .dropdown-menu {
        min-width: 200px;
    }
    .newsContentWrapper {
        padding-left: 25px;
    }
    .contentWrapper {
        padding-right: 15px;
    }
    .contentWrapperAnk {
        padding-left: 0;
    }
    .titledescAnk {
        padding-left: 15px;
    }
    .navSearch {
        float:left;
        margin-top:7px;
    }
    .navbar-nav > li > a {
        padding-left: 40px;
    }

    ul.lang {
        margin-top: 15px;
        color:#fff;
        padding-left: 0;
    }
    .lang li a {
        color: #fff;
    }
    .navSearch {
        right: 0;
    }
    .navSearchXs {
        margin-left: 10px;
    }

    .footInfo {
        line-height:1;
    }
    #topbar p {
        font-size:8px;
    }
    .listVest iframe {
        display: none;
    }
    .titledescSearch {
        padding-left: 0;
    }
    .titledesc {
        padding-left: 0;
    }
    .listVest {
        padding-left: 0;
    }
    .listVest img {
        width:100%;
    }
    .listVest div.listVestTxt {
        padding-left: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .fullVestTxt {
        padding-left: 0;
    }
    .eval_form_TA {
        margin-top: 0;
    }
    .contactContainer {
        padding-left: 0;
    }
    .formContainer {
        margin-left: 0;
    }
    .suported img {
        width: 115px;
    }
    .table-responsive {
    padding-left: 0;
    font-size: 11px;
    }

}
@media (max-width: 640px) {

    .navbar-brand img {
        width:260px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    ul.blog {
        float:none;
        margin-top: 15px;
    }
    .blog span {
        left:10px;
    }
    ul.nP {
        left: 10px;
    }
    .vinieta {
        background-position: left top;
        background-size: 450px;
    }

}
@media (max-width: 480px) {

    .vinieta {
        background-position: left top;
        background-size: 370px;
    }
    .pagination {
        left: 0;
    }
    .edited {
        display: none;
    }
    .fullVest img {
        width:100%;
        height: 100%;
    }
    .progress-bar {
        font-size: 10px;
    }
    .progress {
        width: 80%;
    }

}

@media (max-width: 360px) {

    .breadcrumb {
        font-size:9px;
    }
    .vinieta {
        background-size:  270px;
        background-position: center left;
    }
    .gallery ul li {
        margin-left: 0;
        margin-right: 10%;
        width:40%;
    }
    .timelineBox {
        padding-left: 0;
    }
    h5.smaller {
        font-size: 12px;
    }
    .widget-toolbar {
        font-size: 8px;
        padding: 0 4px;
    }
    .widget-main {
        font-size: 12px;
    }
    .timelineLeaveComment {
        padding-left: 15px;
    }
    .progress {
        width: 75%;
    }

}


@media (max-width: 320px) {

    blockquote p {
        font-size: 16px;
    }
    .newsContentWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumb {
        font-size: 9px;
    }
    .footInfo {
        font-size: 10px;
    }

    .vinieta {
        background-position:left center;
        background-size: 250px;
    }
    .progress {
        width: 75%;
    }

}