/* CSS RESET */

* {
    margin:0;
    padding:0;
}

html, body, form {
    width:100%;
    height:100%;
}

div {
    zoom:1;
}

div:after {
    content:" ";
    display:block;
    clear:both;
}

img {
    display:block;
    margin:0;
    padding:0;
    border:0;
}

a, input, textarea {
    outline:0;
    border: 0;
}

.preview-no-image a p, .preview-no-image a div p, .news-listing p {
    font-weight: normal;
}

.news-paging a
{
    font-size: 14px;
    margin: 0px 5px;
    text-decoration: underline;
}
.news-paging span
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px 5px;
}

::selection {
    background:#8e8eb1;
    color:#fff;
    text-shadow:none;
}

::-moz-selection {
    background:#8e8eb1;
    color:#fff;
    text-shadow:none;
}
a{
    text-decoration: none;
    color: #244c7d;
}
ul{
    list-style: none;
}
.last{
    margin-right: 0px !important;
}


/* WEBSITE */

body {
    background:#eeeeee;
    font-family:'Open Sans', sans-serif;
    font-size:11px;

}

div.site-wrap {
    position:relative;
    
}

div.social {
    position:absolute;
    z-index:500;
    top:210px;
    left:0;
    width:98px;
    height:330px;
    background:url(../images/social-bar.png) top left no-repeat;
}

div.header-wrap {
    background:url(../images/header-bg.png) #06193c top center no-repeat;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
    position:relative;
    z-index:200;
}

div.header {
    width:986px;
    margin:0 auto;
    height:100px;
    
}

.header-right{
    width: 380px;
    float: right;
    padding-top:33px;

}

.search{
    width: 235px;
    float: left;
}
.pole{
    display: block;
    height: 30px;
    width: 197px;
    background: url(../images/pole.png) no-repeat;
    float: left;
    padding:0 30px 0 5px;
    color: #fff;
}


.search-btn{
    display: block;
    height: 30px;
    width: 33px;
    background: url(../images/search-btn.png) no-repeat;
    float: left;
    cursor: pointer;

}
.social-icons-hold{
    display: block;
    width: 115px;
    float: right;
}
.social-icons-hold li{
    display: block;
    float: left;
    margin-right: 8px;


}
.social-icons-hold li a{
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    
    
}
.social-icons-hold li a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

h1 {
    width:205px;
    float:left;
    padding-top:21px;
}

ul.social, ul.social li {
    display:block;
    float:right;
    list-style-type:none;
}

ul.social li {
    padding:30px 0 0 10px;
}

ul.social li a {
    display:block;
    float:left;
    width:32px;
    height:32px;
    text-indent:-9999px;
}

div.menu-wrap {
    height:47px;

    position:relative;
    z-index:200;
}

div.menu {
    width:990px;
    margin:0 auto;
    
    background:url(../images/nav-bg.png) top left no-repeat;
    padding-left:10px;
}









/*ul.nav, ul.nav li {
    display:block;
    float:left;
    list-style-type:none;
}

ul.nav li a {
    display:block;
    height:47px;
    line-height:46px;
    font-family:'Open Sans', sans-serif;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    padding:0 20px;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
}

ul.nav li a:hover {
    background:#fff;
    color:#152b59;
}

ul.nav li.home a {
    width:48px !important;
    text-indent:-9999px;
    padding:0 !important;
    background:url(../images/home-btn.png) center center no-repeat;
}

*/


#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


#nav > li {
    float: left;
    display: block;
    position: relative;
    z-index: 500;
    margin: 0px;
}
#nav > li.home {
   width:48px !important;
    text-indent:-9999px;
    padding:0 !important;
    background:url(../images/home-btn.png) center center no-repeat;
}
#nav li:hover {
}

#nav li:hover a {
    background:#fff;
    color:#152b59;
}

#nav > li > a {
    display:block;
    height:47px;
    line-height:46px;
    font-family:'Open Sans', sans-serif;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    padding:0 17px;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
}

#nav > li > a:hover{
    background:#fff;
    color:#152b59;
}


#nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0px;
    padding: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    width: 218px;
}

#nav ul li a {
    display: block;
    display:block;
    line-height:130%;
    font-family:'Open Sans', sans-serif;
    font-size:15px;
    font-weight:400;
    text-decoration:none;
    text-transform:normal;
    padding:10px 20px;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);

    background:#fff;
    color:#152b59;
}

#nav ul a:hover {

    background:#152b59;
    color:#fff;

}

 * html #nav ul {
    margin: 0 0 0 -2px;
}









div.content {
    width:960px;
    margin:0 auto;
    background:#fff;
    padding:20px;
    -webkit-box-shadow:0 0 50px rgba(0, 0, 0, .07);
    box-shadow:0 0 50px rgba(0, 0, 0, .07);
    margin-bottom:30px;
}



.slider-holder{
    width: 960px;
    margin: auto;
    

}

.slider-wrap{
    width: 745px;
    float: left;

}




/*********************************
        
            SLIDER

**********************************/





.theme-default .nivoSlider {
    position:relative;
    background:#fff url(../images/nivo/loading.gif) no-repeat 50% 50%;

    
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    max-width: 745px;
    max-height: 380px;

}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom:15px;
    right:13px;
    z-index:20;
    
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:25px;
    height:25px;
    border:0;
    margin: 0 5px;
    background: #162c59;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;

}
.theme-default .nivo-controlNav a.active {
    background: #fff;
    color: #162c59;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/nivo/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:70%;
    z-index:8;
    padding: 20px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

.slider-wrapper { 
    width: 745px; 
    height: 380px;
    
    position: relative;
    z-index:10;
}



.title-caption{
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom:5px;
}
.caption-text{
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
}




/*********************************
        
            SLIDER END

**********************************/





div.footer-wrap {
    position:relative;
    z-index:1000;
    background: #dfdfdf;
    height: 404px;
}

div.footer {
    width:960px;
    margin:0 auto;
    padding:45px 0;
}

.slider-link{
    height: 76px;
    background: url(../images/border-bg.png) no-repeat;


}
.slider-link a{
    display: block;
    height: 76px;
    background: url(../images/strelka.png) 200px center  no-repeat;
}
.slider-link a:hover{
    background: url(../images/strelka-w.png) 200px center  no-repeat;
}
.slider-link a img{
    display: block;
    float: left;
    padding:25px 0 0 10px;
    margin-right: 20px;
}


.slider-link a span{
    display: block;
    float: left;
}
.link-title{
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top:16px;
    

}
.link-text{
    font-family:'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #8a96ad;
}

.link-wrapper{
    width: 215px;
    float: right;
    height: 380px;
    background: url(../images/link-bg.jpg) no-repeat;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.news{
    margin: 15px 0;

}
.gray-title{
    display: block;
    height: 38px;
    line-height: 38px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 14px;
    background: #bdbec0;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.gray-title a{
    display: block;
    height: 38px;
    line-height: 38px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #bdbec0;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.news-holder{
    padding: 10px 20px;
    background: #eeeeee;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.news-holder p img, .news-holder img{
    display: block;
    float: left;
    border: 10px solid #fff;
    margin-right: 25px;
    max-width: 250px;
    max-height: 170px;
}


.news-holder h4{
    font-size: 22px;
    font-weight: 500;
    color: #1d3972;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 20px;
    padding-top:15px;
}
.news-holder h2{
    font-size: 22px;
    font-weight: 500;
    color: #1d3972;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 10px;
}
.news-holder .date{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    font-weight: 600;
    padding:9px;
    background: #9ab0d4;
    
}
.news-holder h6{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    font-weight: 600;
    padding:9px;
    background: #9ab0d4;
    margin-bottom: 10px;

    
}
.news-holder p{
    display: block;
    margin-top:10px;
    margin-bottom:12px;

}

.read-more{
    color: #1d3972;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.read-more:hover{
    color:#666;
}
.left-content-holding{
    width: 300px;
    margin-right: 15px;
    float: left;
}




.right-content-holding{
    width: 645px;
    float: right;
}


.left-content-inner{
    width: 645px;
    float: left;
    margin-right: 15px;
}
.left-content-inner input{
    border: 1px solid #ddd;
}
.left-content-inner img{
    display: block;
    margin-bottom: 15px;
}

.right-content-inner{
    width: 260px;
    float: right;

}
.right-content-inner div img{
    max-width: 200px;
    max-height: 150px;
}

.right-content-inner div h6{

}
.right-content-inner h2{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #304d8d;
    line-height: 140%;
    margin-bottom: 7px !important;
    text-transform: normal !important;
}
.right-content-inner p{
    margin-bottom:7px !important
}
.right-content-inner .read-more{
     font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}
.gal-content-inner{
    width: 800px;
    margin:auto;
}

.light-blue-title{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 14px;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;


    background: #9ab0d4; /* Old browsers */
    background: -moz-linear-gradient(left, #9ab0d4 0%, #b5c1de 51%, #9ab0d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9ab0d4), color-stop(51%,#b5c1de), color-stop(100%,#9ab0d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* IE10+ */
    background: linear-gradient(to right, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab0d4', endColorstr='#9ab0d4',GradientType=1 ); /* IE6-9 */

}
.light-blue-title a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-shadow:1px 1px 0px rgba(0,0,0,.1);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;


    background: #9ab0d4; /* Old browsers */
    background: -moz-linear-gradient(left, #9ab0d4 0%, #b5c1de 51%, #9ab0d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9ab0d4), color-stop(51%,#b5c1de), color-stop(100%,#9ab0d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* IE10+ */
    background: linear-gradient(to right, #9ab0d4 0%,#b5c1de 51%,#9ab0d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab0d4', endColorstr='#9ab0d4',GradientType=1 ); /* IE6-9 */

}





.left-content-holding-wrapper{
    background: rgb(239,241,248); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(239,241,248,1) 0%, rgba(243,244,250,1) 51%, rgba(239,241,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,241,248,1)), color-stop(51%,rgba(243,244,250,1)), color-stop(100%,rgba(239,241,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(239,241,248,1) 0%,rgba(243,244,250,1) 51%,rgba(239,241,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(239,241,248,1) 0%,rgba(243,244,250,1) 51%,rgba(239,241,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(239,241,248,1) 0%,rgba(243,244,250,1) 51%,rgba(239,241,248,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(239,241,248,1) 0%,rgba(243,244,250,1) 51%,rgba(239,241,248,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff1f8', endColorstr='#eff1f8',GradientType=1 ); /* IE6-9 */

    height: 630px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.side-meni-link{
    height: 90px;
    background: url(../images/border-bottom.png) no-repeat;
}

.slider-link-social{
    height: 76px;
    background: url(../images/border-bg.png) no-repeat;

}
.slider-link-social img{
    display: block;
    float: left;
    padding: 28px 0 0 10px;
    margin-right: 18px;
}
.slider-link-social div{
    padding-top:16px;
    /* float: left;
    width: 200px; */
}


.slider-link-social a{
    padding: 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #8A96AD;
}
.slider-link-social a:hover{
    color: #fff;
}
.slider-link-social a.prvo{
    padding-left:0px !important;
}





.side-meni-link a{
    height: 90px;
    display: block;
}

.side-meni-link a div{
    float: left;
    width: 170px;

}

.side-meni-link a:hover{
    background: #fff;
}
.side-meni-link a img {
    display: block;
    float: left;
    padding: 13px 0 0 17px;
    margin-right: 20px;
}
.side-meni-link a span {
    display: block;
    float: left;
}
.side-meni-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0f244e;

    margin-top: 20px;
    line-height: 120%;
    margin-bottom: 5px;
}
.side-meni-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #888888;
    width: 175px;
}
.dark-blue-box{
    background: #e6ebf4;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.dark-blue-title{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;


    background: rgb(23,39,79); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(23,39,79,1) 1%, rgba(31,52,101,1) 50%, rgba(23,39,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(23,39,79,1)), color-stop(50%,rgba(31,52,101,1)), color-stop(100%,rgba(23,39,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17274f', endColorstr='#17274f',GradientType=1 ); /* IE6-9 */
    margin-bottom:15px;

}
.dark-blue-title a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;


    background: rgb(23,39,79); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(23,39,79,1) 1%, rgba(31,52,101,1) 50%, rgba(23,39,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(23,39,79,1)), color-stop(50%,rgba(31,52,101,1)), color-stop(100%,rgba(23,39,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(23,39,79,1) 1%,rgba(31,52,101,1) 50%,rgba(23,39,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17274f', endColorstr='#17274f',GradientType=1 ); /* IE6-9 */
    margin-bottom:15px;}



.light-blue-title-tiny{
    display: block !important;
    height: 30px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 0 10px !important;
    text-shadow:1px 1px 0px rgba(0,0,0,.1) !important;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    background: #BDBEC0;
    margin-bottom: 15px !important;
}



.gallery-wrapper a{
    display: block;
    width: 205px;
    float: left;
    margin-right: 15px;
    text-decoration:none;
}
.gallery-wrapper a img, .gallery-wrapper a p{
    display: block;
    margin-bottom:20px;
}
.gallery-wrapper h4{
    display: block;
    line-height: 130%;
    font-size: 13px;
    text-transform: uppercase;
    color: #1d3972;
    font-weight: 800;
    margin-bottom: 12px;

}
.gallery-wrapper p{
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 150%;
}
.gallery-wrapper{
    padding-bottom:20px;
    border-bottom:1px solid #e8e8e8;
}
.gallery{
    margin-bottom: 15px;
}



.gallery-wrapper-media{
    display: block;
    float: left;
    width: 205px;
   
    margin-right: 15px;
    text-decoration:none;
    height: 170px;
    
}



.gallery-wrapper-media img{
    display: block;
    margin-bottom:5px;
    max-height: 137px;

}

#fb-gallery-index .gallery-wrapper-media a img{
    width: 100%;
}

.gallery-wrapper-media p{
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 150%;
}
.gallery-wrapper-media h4, .gallery-wrapper-media h4 a{

    display: block;
    line-height: 130%;
    font-size: 11px;
    text-transform: uppercase;
    color: #1d3972;
    font-weight: 800;
}
.gallery-wrapper-media a img{
    display: block;
    margin-bottom:20px;
}

.light-gray-title{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #bdbec0;
}

.light-gray-title a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #bdbec0;
}




.separator-line{
    clear: both;
    padding-top:30px;
    padding-bottom: 15px;

}
.separator-line img{
    display: block;
    margin: auto;
}
.partners a{
    display: block;
    float: left;
    margin-right: 36px;
}
.left-footer-hold{
    width: 210px;
    float: left;
    border-right: 1px solid #c3c3c3;
    margin-right: 50px;
    min-height: 160px;
    padding-right: 38px;
}

.footer h3, .footer h3 a{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0f244e;
    line-height: 130%;
    margin-bottom: 12px;
    text-shadow:1px 1px 0px rgba(255,255,255,.3);
    text-transform: uppercase;
}

.footer p{
    display: block;
    font-size: 12px;
    color: #444444;
    line-height: 150%;
}
.footer-list-hold{
    width: 130px;
    float: left;
    margin-right: 35px;
}
.footer-list li{
    display: block;

}
.footer-list li a{
    display: block;
    display: block;
    font-size: 12px;
    color: #444444;
    line-height: 150%;
}
.footer-list li a:hover{
    color: #0f244e;
}
.social-icons-wrap{
    clear: both;
    margin-top:50px;

}

.social-icons-wrap span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    letter-spacing: 5px;
    margin-bottom: 20px;
}


.footer-social-icons-hold{
    display: block;
    width: 115px;
    margin:auto;
}
.footer-social-icons-hold li{
    display: block;
    float: left;
    margin-right: 8px;


}
.footer-social-icons-hold li a{
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    
    
}
.footer-social-icons-hold li a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.copyrights{
    height: 30px;
    background: #cdcdcd;
}
.copyrights{
    display: block;
    text-align: center;
    font-size: 10px;
    color: #444444;
    line-height: 30px;
    text-transform: uppercase;
}
#sthoverbuttons-shade{
    background: #fff !important;
}
#sthoverbuttons-top, #sthoverbuttons-bottom{
    background: none !important;
}
#sthoverbuttonsMain{
    padding-left: 10px !important;
}

.inner-content h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #304d8d;
    line-height: 140%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.inner-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 130%;
    margin-bottom: 10px;
}
.result-ttl a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 130% !important;
    
}
.result-ttl{
    margin-bottom:5px !important;
}
.inner-content p{
    font-family: Arial, Helvetica, sans-serif;
display: block;
font-size: 12px;
color: #666;
line-height: 150%;
margin-bottom:16px;
}

.inner-content h6{
    
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 130%;
    margin-bottom: 5px;
}

.inner-content ul.list {
    display: block;
    margin-bottom:15px;
}
.inner-content ul.list li {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    background: url(../images/blue-list-dot.png) 0px 5px no-repeat;
    padding-left: 14px;
    margin-bottom: 14px;
    line-height: 150%;
    margin-bottom: 7px;
    font-size: 12px;
    color: #666;

}
.inner-content ul.list ul{
    margin-top:10px;
}
.inner-content ul.list ul li{
    background: url(../images/black-dot.png) 0px 5px no-repeat;
}
.inner-content .read-more{
    color: #1d3972;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
   
}
.inner-content .read-more:hover{
    color:#666;

}


.inner-content ol {
    display: block;
    margin-bottom:15px;
    list-style-position: inside;
}
.inner-content ol li {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 12px;
    margin-bottom: 15px;
    line-height: 150%;

    font-size: 13px;
    color: #444;
    font-weight: bold;

}
.inner-content ol li p{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    line-height: 150%;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.inner-content ol ul{
    margin-left:30px;
}
.inner-content ol ul li, .inner-content ol ul li p{
    font-weight: normal;
}
.search-title{
    margin-bottom:30px !important;
}
.result-info{
    font-style: italic;
}
.search-results{
    margin-bottom: 35px;
}
#forma_pristapnica input.forma_pole{
    width: 300px;
    height: 25px;
    display: block;
    border: 1px solid #ccc;
}
#forma_pristapnica span.forma_labela{
    display: block;
    margin-bottom:4px;
    margin-top:15px;
     font-size: 12px;
    color: #666;
    font-weight: normal;

}
#forma_pristapnica select{
    width: 300px;
}
#forma_pristapnica textarea{
    width: 300px;
    display: block;
    border: 1px solid #ccc;
}
.pristapuvam{
    margin-top:3px !important;
}
.captchata{
    margin-top:10px;
}
.submit{
    margin-top: 20px;

}
.red{
    color: #c00000;
    font-weight: bold;
}
.ErrorMessage{
    color: #c00000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;

}
.SuccessMessage{
    color: #529d31;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.preview-no-image img{
    display: none;
}

.news-listing img, .preview img{
    float: left;
    display: block;
    width: 200px;
    margin-right:10px;
}
.preload {
    background: url(../images/89.gif) top left transparent no-repeat;
    width: 60px;
    height: 60px;
}

/* Video Player*/

div.video-player {
    border-bottom-color: #EEF2F5;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 540px;
}

div#video-bar div {
    float: left;
    /*height: 145px;*/
    margin-left: 20px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 110px;
}

div#video-bar {
    margin-left: -23px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    width: 660px;
}

div#video-bar div img {
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
    width: 120px !important;
}

div#video-bar div a {
    color: #244C7D;
    font-weight: 700;
}

div#youtube-pager {
	text-align:center;
	padding:10px 0px 6px 0px;
}

div#youtube-pager span.active {
	display:inline-block;
	padding:1px 7px;
	margin-right:6px;
	color:#fff;
	background:#1D3972;
	border:solid 1px #e3e3e3;
}

div#youtube-pager a {
	display:inline-block;
	text-decoration:none;
	padding:3px 7px;
	margin-right:6px;
	color:#1D3972;
	background:#fff;
	border:solid 1px #ebebeb;
}

div#youtube-pager a:hover {
	color:#fff;
	background:#1D3972;
	border:solid 1px #e3e3e3;
}
.gallery .gallery-wrapper-media{
    margin-bottom:0px !important;
}
.gallery .gallery-wrapper-media:nth-child(3n), .foto-galerijata .gallery-wrapper-media:nth-child(3n){
    margin-right:0px !important;
}


.ds-table{
    width: 100%;
}
.ds-table td {
    border-right:1px solid #fafafa;
    border-bottom:1px solid #fafafa;
    padding: 4px 6px !important;
    text-align:center;
    font-size: 12px;
}
.fb-galerija-nav .fb-back {
    width: 200px;
    height: 34px;
    background: url(../images/nazad-kon-galerii.png) top left no-repeat transparent;
    margin-bottom: 10px;
    cursor: pointer;
}
.fb-galerija-nav .fb-back h2 {
    
    width: 300px;
}

.inner-content .fb-galerija-nav h2 {

    display: block;
    width: 500px !important;
}

.fb-gallery-wraper .gallery-wrapper-media img {
    cursor: pointer;
}
.fb-gallery-wraper #slideshow-main  {
   margin-bottom: 20px;
   min-height: 472px;
}

.fb-gallery-wraper #slideshow-main li {
    height: auto;
}


#fb-gallery-index img {
    margin-bottom: 10px !important;
}

/* HOME VIDEO GALLERY */

div.home-videos {
	width:645px;
	height:300px;
	background:#eee;
}

div.player-holder {
	width:400px;
	height:300px;
	float:left;
	overflow:hidden;
}

div#video-bar-home {
	width:245px;
	height:300px;
	float:left;
	overflow:hidden;
}

div.video-thumb-wrap {
	padding:10px;
	border-bottom:solid 1px #e6e6e6;
}

div.video-thumb-wrap a {
	display:block;
	text-decoration:none;
}

div.video-thumb-wrap div.thumb-holder {
	width:75px;
	height:54px;
	float:left;
	overflow:hidden;
	margin-right:9px;
}

div.video-thumb-wrap div.thumb-holder img {
	width:75px;
	height:54px;
}

div.video-thumb-wrap span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#1f3464;
	display:block;
	float:left;
	line-height:14px;
	width:140px;
	height:54px;
	overflow:hidden;
	margin-top:-2px;
}
.top-image-hold{
    margin-bottom:20px;
}
.lt-ie9 #nav > li > a{
    padding:0 23px !important;
}


/* facebook galerija */


.next-photo {
	position: absolute;
	top: 45%;
	right: 344px;
	cursor: pointer;	
}

.prev-photo {
	position: absolute;
	cursor: pointer;
	left: 344px;
	top: 45%;
}

.jscarousal-horizontal{
	margin: auto !important;
}

#slideshow-main{
	/* background: url('../images/bg-gallery.png'); */
	margin-left: 54px;
	margin-right: 55px;
	margin-bottom: 20px;
	height: 472px;
	padding-top: 15px;
}
.dark-blue-title-stream{
    display: block;
    height: 30px;
    line-height: 40px;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
border: 1px solid blue;
background-color: #17274F;
color: black;
    padding: 0px;
padding-left: 180px;
padding-top: 45px;
    border-radius: 7px;
    margin-bottom:15px;
height: 83px;

background-image: url(../images/video-stream.png);
background-repeat: no-repeat;

}
.dark-blue-title-stream a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border-top-bottom-radius: 7px;
    border-top-right-radius: 7px;


}


/**/

.single-video img {
    width: auto;
    max-width: 100%;
}

span.video-title {
    padding: 5px;
    border-top: 2px solid #06193C;
    min-height: 75px;
    display: block;
    background: #EEE;
	}

