@import url(reset.css);

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&subset=latin-ext');

.clear {
    clear: both;
}

.mobile {
    display: none;
}
.desktop {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    background: url("../../public/images/header_bg.jpg") no-repeat top center;
    color: #3759a8;
}
a {
    text-decoration: none;
    color: #3759a8;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

.mt-5{
    margin-top: 5px;
}
.mb-5{
    margin-bottom: 5px;
}

.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom:10px;
}

.mt-15{
    margin-top:15px;
}
.mb-15{
    margin-bottom:15px;
}
.mt-20{
    margin-top:20px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-35{
    margin-top: 35px;
}
.mb-35{
    margin-bottom: 35px;
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}

.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-5 {
    margin-right: 5px;
}
.ml-10 {
    margin-right: 10px;
}

.noborder {
    border: none;
}

.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.container {
    width: 1160px;
    margin: auto;
}

header {
    padding-bottom: 13px;
}
header .logo_container {
    padding-top: 10px;
    float: left;
}
header .logo_container .logo {
    float: left;
}
header .logo_container h1 {
    float: left;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 30px;
    padding-top: 35px;
    line-height: 26px;
}

header .searchbox {
    float: right;
    padding-top: 18px;
}
header .searchbox form {
    display: inline-block;
}
header .searchbox .searchfield {
    border: solid 1px #9bb4d9;
    display: inline-block;
    background: none;
    color: #fff;
    padding: 2px 0;
    text-indent: 5px;
    margin-right: 10px;
    outline: none;
}
header .searchbox .searchbutton {
    width: 21px;
    height: 21px;
    background: url("../../public/images/search_icon.png");
    border: none;
    outline: none;
    cursor: pointer;
    text-indent: -9999999em;
}
header .searchbox .langselect {
    padding-left: 15px;
    float: right;
}
header .searchbox .langselect a {
    color: #fff;
    text-decoration: none;
}
header .searchbox .langselect span {
    color: #f9f049;
}

nav {
    background: #fff;
}
nav ul li {
    display: block;
    float: left;
    position: relative;
    padding: 6px 0;
}
nav ul li.home {
    background: url(../../public/images/home_icon.png) no-repeat center;
    width: 100px;
    height: 24px;
}
nav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border-left: solid 1px #f9f049;
    padding-top: 2px;
}
nav ul li:first-child a {
    border: none;
}
nav ul li ul {
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    opacity: 0;
    position: absolute;
    background: rgba(255,255,255,0.7);
    width: 560px;
    top: 36px;
}
nav ul li:hover ul {
    opacity: 1;
}
nav ul li ul li a {
    font-size: 18px;
}
nav ul li ul li:first-child a {
    border: none;
}

.main_wrapper {
    background: url("../../public/images/footer_bg.jpg") no-repeat bottom center;
}

.heading {
    background: #3758a7;
    color: #f9ef49;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    transform: skewX(-10deg);
    padding: 5px 22px;
}

.forward {
    transform: skewX(-10deg);
    background: #4ca9df;
    background: -moz-linear-gradient(top, #4ca9df 0%, #3e6cb4 100%);
    background: -webkit-linear-gradient(top, #4ca9df 0%,#3e6cb4 100%);
    background: linear-gradient(to bottom, #4ca9df 0%,#3e6cb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca9df', endColorstr='#3e6cb4',GradientType=0 );
    color: #fff;
    text-transform: uppercase;
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 300;
}
.forward:after {
    content: "\00BB";
    font-size: 39px;
    line-height: 17px;
    vertical-align: top;
    display: inline-block;
    padding-left: 3px;
}

/* slider */
.slider {
    position: relative;
}
.slider .bx-controls {
    position: absolute;
    bottom: 17px;
    right: 114px;
    background: #4fb4e6;
    width: 47%;
    transform: skewX(-10deg);
    padding: 7px 5px;
    z-index: 100;
}
.slider .bx-pager-item {
    display: block;
    vertical-align: middle;
    float: left;
}
.slider .bx-pager-item a {
    display: block;
    background: rgba(255,255,255, 0.7);
    width: 15px;
    height: 15px;
    margin: 0 5px;
    text-indent: -99999em;
}
.slider .bx-pager-item a.active {
    background: #fff;
}
.slider .slide {
    position: relative;
    line-height: 22px;
}
.slider .slide img {
    /*clip-path: polygon(0 0, 37% 0, 50% 100%, 0% 100%);*/
}
.slider .slide .content {
    position: absolute;
    width: 40%;
    right: 0;
    padding-top: 74px;
}
.slider .slide .content h2 {
    font-size: 22px;
    margin-bottom: 8px;
}
.slider .slide mark {
    position: absolute;
    left: 480px;
    top: 57px;
}
.slider .forward {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 99999999999999999;
}

.main_content {
    padding: 16px 0;
}
.main_content .heading {
    position: absolute;
    top: -7px;
    font-size: 19px;
    font-weight: normal;
    padding: 5px 10px;
    transform: none;
}
.main_content .heading:before {
    content: "";
    display: block;
    transform: skewX(-15deg);
    position: absolute;
    width: 10px;
    top: 0;
    right: -5px;
    height: 100%;
    z-index: 1;
    background: #3758a7;
}
.main_content .content_box {
    background: #edf8fd;
    position: relative;
}
.main_content .content_box p {
    line-height: 22px;
}

.main_content .content_box h2 {
    font-size: 25px;
}
.main_content .content_box h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 11px;
}
.main_content .content_box .content_wrapper {
    padding: 40px 25px 25px 25px;
}
.main_content .content_box .forward {
    transform: skewX(-10deg);
    display: inline-block;
    /* font-weight: normal; */
    font-size: 17px;
    padding: 5px 10px;
}
.main_content .content_box .forward:after {
    line-height: 15px
}

.main_content .box {
    position: relative;
    margin-bottom: 15px;
    border: solid 1px #e0f3fc;
    background: #fff;
}
.main_content .box .content_wrapper {
    padding: 30px 20px 20px 20px;
}
.main_content .newsletter {
    background: url(../../public/images/nl_box_bg.png) repeat-x;
    padding: 10px 20px;
    border: none;
}
.main_content .newsletter .text {
    font-style: italic;
    font-size: 34px;
    text-align: center;
    display: inline-block;
}
.main_content .contact_box .icon.mail {
    background: url(../../public/images/email_icon.png);
    width: 32px;
    height: 20px;
    display: inline-block;
}
.main_content .contact_box .icon.tel {
    background: url(../../public/images/tel_icon.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-top: -5px;
}
.main_content .contact_box .row {
    padding: 10px 0;
}
.main_content .contact_box .row .text {
    display: inline-block;
    padding-left: 10px;
}

.main_content .contact_box .row .text span {
    color: #f9f049;
}
.main_content .contact_box .content_wrapper {
    padding: 30px 20px 5px 20px;
}

.main_content .links ul li {
    display: inline-block;
}
.main_content .links .content_wrapper {
    padding: 55px 20px 42px 20px;
}

.main_content .national ul li {
    display: inline-block;
    width: 48%;
    padding-top: 10px;
}
.main_content .national ul li:before {
    content: "";
    display: inline-block;
    background: url(../../public/images/flags3.png) no-repeat;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
.main_content .national ul li.belga:before {
    background-position: 0 -370px;
}
.main_content .national ul li.brit:before {
    background-position: 0 0;
}
.main_content .national ul li.bulgar:before {
    background-position: 0 -200px;
}
.main_content .national ul li.finn:before {
    background-position: 0 -34px;
}
.main_content .national ul li.francia:before {
    background-position: 0 -234px;
}
.main_content .national ul li.gorog:before {
    background-position: 0 -68px;
}
.main_content .national ul li.ir:before {
    background-position: 0 -267px;
}
.main_content .national ul li.olasz:before {
    background-position: 0 -102px;
}
.main_content .national ul li.szerb:before {
    background-position: 0 -301px;
}
.main_content .national ul li.ukran:before {
    background-position: 0 -136px;
}
.main_content .national ul li.roman:before {
    background-position: 0 -336px;
}
.main_content .national ul li.spanyol:before {
    background-position: 0 -170px;
}
.main_content .national ul li.ausztria:before {
     background: url(../../public/images/flag_austria.png) no-repeat;    
}
.main_content .national ul li.albania:before {
     background: url(../../public/images/flag_albania.png) no-repeat;    
}
.main_content .national ul li.armenian:before {
     background: url(../../public/images/flag_armenian.png) no-repeat;    
}

#nlinput {
    padding: 5px;
    border: none;
    outline: none;
    width: 350px;
}
#nlsubmit {
    background: url(../../public/images/pipa.png) repeat-x;
    border: none;
    outline: none;
    width: 26px;
    height: 26px;
    text-indent: -99999em;
    margin-left: 8px;
    cursor: pointer;
}

.col-8 {
    width: 714px;
    float: left;
}
.col-4 {
    width: 438px;
    float: right;
}

.col-half .col {
    width: 350px;
    float: left;
}
.col-half .col:last-child {
    float: right;
}

.main_content .rss_icon {
    display: block;
    background: url(../../public/images/rss_icon.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    right: 0;
}

.main_content .news .content_wrapper {
    padding: 41px 20px 3px 0;
}
.main_content .news .item {
    margin-bottom: 18px;
}
.main_content .news .time {
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    float: left;
    position: relative;
    background: #e4f4fd;
    font-weight: bold;
    font-style: italic;
}
.main_content .news .time:before {
    content: "";
    display: block;
    transform: skewX(-10deg);
    position: absolute;
    width: 8px;
    top: 0;
    right: -4px;
    height: 100%;
    z-index: 1;
    background: #e4f4fd;
}
.main_content .news .text {
    float: right;
    width: 250px;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}

.main_content .rss .item {
    padding: 10px 0;
    font-size: 15px;
}

footer {
    padding: 50px 0 15px 0;
}
footer .logo_container {
    float: left;
}
footer .sitemap {
    float: left;
    text-transform: uppercase;
    display: block;
    padding: 9px 0 0 50px;
    font-size: 14px;
}
footer .sitemap li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
footer .right_logo_container {
    float: right;
    text-align: right;
    padding-top: 10px;
}
footer .right_logo_container img {
    display: block;
}
footer .cp {
    text-align: center;
}

/* ow */
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 6px 20px !important;
}