/*
 *  1) MAIN
 *  2) HEADER
 *  3) SECTION SLIDESHOW
 *  4) SECTION WORK FORM
 *  5) SECTION BLOG NEWS
 *  6) SECTION ACTION
 *  7) SECTION COUNTRY
 *  8) SECTION CHAT
 *  9) SECTION CONTACT
 * 10) SECTION ABOUT
 * 11) SECTION FOOTER
 * 12) SECTION BLOG SLIDER
 * 13) SHAPES
 */



/*************************
    1 - MAIN
*************************/
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Open Sans", Helvetica, Arial;
    /* padding-bottom: 60px; - uprava paticky */
}


h1, h2, h3, h4, h5, h6, p, span, div, ul, li, form, input, label {
    margin: 0;
    padding: 0;
}


label {
    font-weight: 600;
}

input.form-control, textarea {
    border-radius: 0 !important;
}

.has-error .form-control {
    border: 1px solid #f72c22 !important;
}

.error-message {
    color: #f72c22 !important;
}

.hide {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.open-arrow {
    text-align: center;
    margin-top: 0;
    z-index: 1;
    position: relative;
}

.contentAccord {
    display: none;
}

.block {
    border-top: 1px solid #d3cdcd;
    text-align: center;
}

.block h2 {
    color: #05344d;
    margin-top: 28px;
}

.block p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 48px;
    text-align: left;
}

.btn-orange {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: rgb(247,119,34);
    background: -moz-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247,119,34)), color-stop(50%, rgb(247,119,34)), color-stop(50%, rgb(246,102,7)), color-stop(100%, rgb(247,104,8)));
    background: -webkit-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -o-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -ms-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: linear-gradient(to bottom, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77722', endColorstr='#f76808', GradientType=0 );
}

.btn-orange:hover {
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 6px rgba(2, 2, 2, 0.61);

}

.btn-orange-nonactive {
    background-color: #f77722;
    color: #fff;
}

.btn-orange-nonactiv:hover {
    color: #fff;
    cursor: pointer;
}

.btn-md-long {
    padding-left: 38px;
    padding-right: 38px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.block-center {
    margin: 0 auto;
}

.breadcrumbPage {
    padding-left: 0;
}

.breadcrumbPage ul li {
    display: inline;
    text-decoration: none;
    text-transform: none;
    color: #555555;
    font-size: 12px;
}

.breadcrumbPage ul li a {
    color: #555555;
}

.breadcrumbPage ul li a i {
    font-size: 20px;
}

.alert {
    border-radius: 0;
    padding: 8px;
    border: none !important;
    text-align: center;
}

.alert-danger {
    background-color: #f72c22;
    color: #fff;
}



/*************************
    2 - HEADER
*************************/
header {
    height: 108px;
    background-color: #fff;
}

nav {
    margin: 0;
    padding: 0 55px;
    z-index: 999;
}

nav a {
    color: #424242;
}

nav .nav .open > a,
nav .nav .open>a:focus,
nav .nav .open>a:hover
{
    background-color: #fff;
    color: #424242;
}

nav .icon-bar {
    background-color: #424242;
}

nav .navbar-collapse {
    text-align: right;
}

nav .navbar-collapse.collapse.in {
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 38px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 16px 38px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 16px 38px -9px rgba(0,0,0,0.75);
}

nav .navbar-header {
    margin-top: 52px;
}

nav ul.navbar-option {
    display: inline-block;
}

nav ul.navbar-option li {
    float: left;
    display: inline-block;
    font-size: 10px;
}

nav ul.navbar-option li a {
    padding: 12px 0;
    padding-right: 18px;
    padding-left: 18px;
}

nav ul.navbar-option li a:hover {
    background-color: #fff;
}

nav ul.navbar-option li a i {
    padding-left: 10px;
    font-size: 13px
}

nav ul.navbar-option li a .flag-icon {
    margin-right: 6px;
}

nav ul.navbar-option li span.divider {
    margin-top: 12px;
    display: inline-block;
}

nav ul.nav.navbar-nav {
    float: right;
    margin: 0;
    clear: both;
    margin-top: -38px;
}

nav ul.navbar-nav > li > a , nav ul.navbar-nav > li > a:hover  {
    background-color: #fff;
    padding: 18px 16px 17px 0px;
    font-size: 15px;
    font-weight: 400;
    z-index: 1;
}

.partnerText{
	display:block;
	margin-top:-10px;
}
.partnerLogo img{
	display:block;
	  height:25px;
	  margin: auto;
}
/* menu dropdown */
nav .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: '';
}

nav .dropdown-menu {
    background-color: #e9f2f6;
    border: none;
    border-radius: 0;
    padding: 0;
}

nav .dropdown-menu li {
    padding: 0;
    margin: 0;
}

nav .dropdown-menu li a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding:  10px 26px 6px 26px;
    text-decoration: underline;
    background-image: radial-gradient(center bottom, ellipse cover, #d9e1e5 4%, #ecf5f9);
    background-image: -o-radial-gradient(center bottom, ellipse cover, #d9e1e5 4%, #ecf5f9);
    background-image: -ms-radial-gradient(center bottom, ellipse cover, #d9e1e5 4%, #ecf5f9);
    background-image: -moz-radial-gradient(center bottom, ellipse cover, #d9e1e5 4%, #ecf5f9);
    background-image: -webkit-radial-gradient(center bottom, ellipse cover, #d9e1e5 4%, #ecf5f9);
}

nav .collapse.in .navbar-nav .dropdown-menu li a {
    padding: 17px 26px 12px 36px;
    background-image: none;
}

nav .dropdown-menu:after {
    position: absolute;
    top: -12px;
    left: 16px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e9f2f6;
    border-left: 12px solid transparent;
    content: '';
}

nav .navbar-option .dropdown-menu li {
    width: 100%
}

nav .navbar-option .dropdown-menu a {
    font-size: 12px;
    padding: 10px 18px 6px 18px;
    text-decoration: none;
}

nav .navbar-option .dropdown-menu a:hover {
    text-decoration: underline;
}

nav .navbar-option .dropdown-menu a i {
    margin: 0;
    padding: 0;
    margin-right: 6px
}


/*************************
    3 - SECTION SLIDESHOW
*************************/
#slideshow {
    margin: 0 auto;
    height: 500px;
}

#slideshow h2 {
    display: none;
}

#slideshow .inner {
    height: 500px;
}

#slideshow .slide {
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slideshow .slide .box {
    position: absolute;
    bottom: 10%;
    left: 56%;
}

#slideshow .slide .box p {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    line-height: 44px;
    text-shadow: 1px 1px 6px rgba(2, 2, 2, 0.61);
    max-width: 460px;
}

#slideshow .slide button, #slideshow .slide a {
    margin-top: 20px;
}

#slideshow .arrow{
    top: 41%;
    z-index: 5;
    cursor:pointer;
    transition:border-color 0.3s ease-out;
}

#slideshow .arrow-right {
    width: 0;
    height: 0;
    right: 40px;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #e8e8e8;
}

#slideshow .arrow-left {
    width: 0;
    height: 0;
    left:40px;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 36px solid #e8e8e8;
}


/*************************
    3 - SECTION SLIDESHOW
*************************/
#work-form {
    background-color: #05344d;
    color: #fff;
    padding: 20px 0;
    z-index: -1;
}

#work-form h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}



#work-form span.confirm {
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: -5px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

#work-form .bootstrap-select > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 1px;
}

#work-form .orange {
    background-color: #f66607;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#work-form p {
    margin-top: 8px;
}

#work-form p a {
    color: #fff;
    text-decoration: underline;
}

#work-form p a:visited {
    color: #fff;
}

#work-form p a:hover {
    color: #f66607;
}



/*************************
    5 - SECTION BLOG NEWS
*************************/
#blog-news {
    background-color: #ff7d01;
    color: #fff;
    padding: 6px 0;
}

#blog-news h2 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

#blog-news h2 a {
    color: #fff;
}

#blog-news h2 a:visited {
    color: #fff;
}

#blog-news h2 a:hover {
    text-decoration: underline;
}

#blog-news .indicators {
    display: none;
}

#blog-news .slide {
    padding: 0;
    color: #fff !important;
}




/*************************
    6 - SECTION ACTION
*************************/
#action {
    background-color: #fff;
}

.gradient {
    padding: 16px 0 0 0 !important;
}

.gradient-bottom {
    margin-top: 16px;
    padding-top: 12px;
    height: 56px;
    position: relative;
    clear: both;
    /*background-image: url('../images/block-gradient.png');*/
    background-image: linear-gradient(#fff, #edecec);
}



/*************************
    6 - SECTION COUNTRY
*************************/
#country {
    background-color: #fff;
}

#country p {
    text-align: center;
}

.country {
    text-align: left;
}

.country > div {
    margin-top: 30px;
}

.country > div span  {
    vertical-align: middle;
    margin-right: 8px;
}

.country .flag-icon {
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #05344d;
}



/*************************
    8 - SECTION CHAT
*************************/
#chat {
    background-color: #fff;
}

#chat p {
    text-align: left;
    margin-top: 18px;
}

label > span {
    font-size: 10px;
    vertical-align: top;
    color: red;
}

.radioList label {
    margin-right: 30px;
}

.radioList label > input[type="radio"] {
    margin-right: 6px;
}



/*************************
    9 - SECTION CONTACT
*************************/
#contact {
    position: relative;
    /*padding-bottom: 52px;*/
}

#contact .contact h2 {
    margin-top: 60px;
}

#contact .contact {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 14px;
}

#contact #googleMap {
    height: 100%;
    width: 100%;
    position:absolute;
    z-index: 0;
}

#contact .contact > div > div:not(:first-child) {
    margin-top: 40px;
    text-align: left;
}

#contact .contact > div > div:not(:first-child) address {
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}

#contact .contact > div > div:not(:first-child) h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 48px;
}

#contact .contact > div > div:not(:first-child) h3 .flag-icon:first-child{
    margin-left: 18px;
}

#contact .contact > div > div:not(:first-child) h4 {
    font-size: 14px;
    font-weight: 600;
}

#contact .working-time {
    margin: 0;
    padding: 0;
    margin-top: 48px;
    font-weight: 600;
}

#contact .marketing-dep-tel {
    margin: 0;
    margin-top: 18px;
}

#contact .contact ul {
    margin-top: 18px;
}

#contact .contact ul li {
    text-decoration: none;
    list-style: none;
    font-weight: 300;
}

#contact .contact ul li .flag-icon {
    margin-right: 6px;
}

#contact .contact ul li:not(:first-child) {
    margin-top: 6px;
}

#contact .form-group {
    margin: 0;
    margin-top: 18px;
}

#contact .form-group:not(:first-child) {
    margin: 0;
    margin-top: 12px;
}

#contact .form-group label {
    font-weight: 300;
}

#contact .form-group input, #contact .form-group textarea {
    margin-top: 2px;
}

/*************************
    10 - SECTION ABOUT
*************************/
#about {
    background-repeat: repeat-x;
    background-color: #fff;

}

#about .about > div {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

#about h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 16px;
}

#about .title h2 {
    font-size: 32px;
    margin-top: 28px;
    margin-bottom: 16px;
}

#about .content h2, #about .content h3, #about .content h4, #about .content h5 {
    font-size: 20px;
}

#about .content div, #about .content p {
    font-weight: 300;
    text-align: left;
    line-height: 30px;
}



/*************************
    11 - SECTION FOOTER
*************************/
#footer {
    background-color: #eaf4fa;
    height: 248px;
    color: #166d99;
    line-height: 18px;
    font-size: 10px;
}

#footer .links {
    background-color: white;
    /*position: absolute;*/
    margin-top: -14px;
    padding: 46px;
    padding-bottom: 0;
    z-index: 1;
}

#footer .links address {
    margin-top: 20px;
}
#footer .links h3 {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}


#footer .links ul {
    margin-top: 36px;
    padding-left: 14px;
}

#footer .links h4 {
    color: #166d99;
    line-height: 18px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: underline;
}

#footer .links .row div:not(:first-child) ul {
    line-height: 20px;
}

#footer .esf {
    text-align: center;
    margin: 16px 0;
    clear: both;
}

#copyright {
    background-color: #c1dbf3;
    padding-top: 54px;
    padding-bottom: 14px;
    text-align: center;
    color: #166d99;
    font-size: 10px
}

#copyright span.divider {
    margin: 0 5px;
}

/******************************
    12 - SECTION BLOG SLIDER
******************************/

#blog-slider {
    background-color: #e0edf6;
    padding-top: 18px;
    position: relative;
}

#blog-slider .wrapper{
    position: relative;
    background-color: #fff;
    padding: 28px 16px 0 16px;
}

#blog-slider .carousel{
    width: 100%;
    position: relative;
    padding-top: 162px;
    overflow: hidden;
}

#blog-slider .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

#blog-slider .slide img {
    float: left;
    margin-right: 26px;
    height: 96px;
}

#blog-slider .slide h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left;
}

#blog-slider .slide p {
    font-size: 12px;
    line-height: 24px;
}

/******************************
    13 - SECTION BLOG ARTICLES
******************************/
#blog-articles {
    background-color: #e0edf6;
    padding-top: 18px;
}

#blog-articles .blog-articles > div {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 28px 40px 0 40px;
}

#blog-articles .breadcrumbBlog ul li {
    display: inline;
    text-decoration: none;
    text-transform: none;
    color: #555555;
    font-size: 12px;
}

#blog-articles .breadcrumbBlog ul li a {
    color: #555555;
}

#blog-articles .breadcrumbBlog ul li a i {
    font-size: 20px;
}

#blog-articles .blog-articles img {
    float: left;
    height: 160px;
    margin-right: 26px;
}

#blog-articles .blog-articles h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

#blog-articles .blog-articles .article {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
}

#blog-articles .articles {
    margin-top: 44px;
}

#blog-articles .articles > div {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
}

#blog-articles .articles > div.first {
    border-top: 1px solid #c8c8c8;
}

#blog-articles .archive .button {
    font-size: 12px;
    padding: 12px;
    margin-bottom: 38px;
}

#blog-articles .archive h3 {
    font-size: 18px;
    font-weight: 300;
}

#blog-articles .archive h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 18px 0;
}

#blog-articles .archive ul li {
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0;
    text-decoration: none;
    list-style: none;
}

#blog-articles .archive ul li .archive-date {
    position: absolute;
}

#blog-articles .archive ul li .archive-link {
    padding-left: 36px;
}

#page {
    background-color: #e0edf6;
    padding-top: 18px;
}

#page .content > div {
    background-color: #fff;
    position: relative;
    /*z-index: 1;*/
    padding: 28px 40px 88px 40px;
    line-height: 24px;
}

#page .content > div h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

#page .content > div h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

#page .content > div h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

#page .content ul {
    padding-left: 20px;
}

#page .buttons {
    margin-top: 68px;
    display: block;
}

#page .buttons .button {
    margin-right: 20px !important;
}

#page .button {
    padding: 10px 48px !important;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background: rgb(247,119,34);
    background: -moz-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247,119,34)), color-stop(50%, rgb(247,119,34)), color-stop(50%, rgb(246,102,7)), color-stop(100%, rgb(247,104,8)));
    background: -webkit-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -o-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -ms-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: linear-gradient(to bottom, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77722', endColorstr='#f76808', GradientType=0 );
}

#page .nav-tabs li.active a{
    color: #fff;
    text-transform: uppercase;
    background: rgb(247,119,34);
    background: -moz-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247,119,34)), color-stop(50%, rgb(247,119,34)), color-stop(50%, rgb(246,102,7)), color-stop(100%, rgb(247,104,8)));
    background: -webkit-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -o-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -ms-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: linear-gradient(to bottom, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77722', endColorstr='#f76808', GradientType=0 );
}
#page .nav-tabs li:hover a{
    color: #fff;
    text-transform: uppercase;
    background: rgb(247,119,34);
    background: -moz-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247,119,34)), color-stop(50%, rgb(247,119,34)), color-stop(50%, rgb(246,102,7)), color-stop(100%, rgb(247,104,8)));
    background: -webkit-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -o-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -ms-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: linear-gradient(to bottom, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77722', endColorstr='#f76808', GradientType=0 );
}




#page .content form ul {
    padding-left: 0;
}

#page .content form div.bootstrap-select:not(:last-child) {
    margin-right: 26px;
}

h1.title {
    font-size: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 46px !important;
}

h2.title {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 46px;
}

h3.title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 46px;
}

/*************************
    14 - SHAPES
*************************/
.arrow-right {
    width: 0;
    height: 0;
    right: 20px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #e8e8e8;
}

.arrow-left {
    width: 0;
    height: 0;
    left:20px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #e8e8e8;
}

#halfCircle {
    height:55px;
    width:110px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 0 0 110px 110px;
    -moz-border-radius: 0 0 110px 110px;
    -webkit-border-radius: 0 0 110px 110px;
    background-color: #CAC3C2 ;
}

#chevronUp {
    position: relative;
    height: 10px;
    width: 45px;
    padding: 0;
    margin: 0 auto;
}

#chevronUp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 51%;
    background: #fff;
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
}

#chevronUp:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
}

#chevronDown {
    position: relative;
    height: 10px;
    width: 45px;
    padding: 0;
    margin: 0 auto;
}

#chevronDown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 51%;
    background: #fff;
    -webkit-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
}

#chevronDown:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
}




/**
 * ==========================
 * Animation styles
 *
 * Notes:
 * 1. We use z-index to position active slides in-front
 * of non-active slides
 * 2. We set right:0 and left:0 on .slide to provide us with
 * a default positioning on both sides of the slide. This allows
 * us to trigger JS and CSS3 animations easily
 *
 */

.slide{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    left:0;
    padding: 0 60px;
    z-index: 1;
    opacity: 0
}

.slide.active,
.slide.left,
.slide.right{
    z-index: 2;
    opacity: 1;
}

.js-reset-left{left:auto}

.slide.left{
    left:-100%;
    right:0;
}

.slide.right{
    right:-100%;
    left: auto;
}

.transition .slide.left{left:0%}
.transition .slide.right{right:0%}

.transition .slide.shift-right{right: 100%;left:auto}
.transition .slide.shift-left{left: 100%;right:auto}

.transition .slide{
    transition-property: right, left, margin;
}

.indicators{
    width:100%;
    position: absolute;
    bottom:0;
    z-index: 4;
    padding:0;
    text-align: center;
}

.indicators li{
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 5px;
    background: #fff;
    list-style-type: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
    -moz-box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
    box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
    cursor:pointer;
    transition:background 0.3s ease-out;
}

.indicators li.active{
        background: #f66607;
        box-shadow: none;
}

.indicators li:hover{
    background-color: #f29050;
    -webkit-box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
    -moz-box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
    box-shadow: inset 8px 13px 3px -12px rgba(2,2,2,0.35);
}

.arrow{
    position: absolute;
    top: 20%;
    z-index: 5;
    cursor:pointer;
    transition:border-color 0.3s ease-out;
}

.showhide {
    margin-top: 28px;
}

.showhide h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.showhide h2 i {
    width: 24px;
}

.showhide > :not(h2) {
    padding-left: 24px;
}

.stepwizard-step p {
    margin-top: 10px;
    font-size: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 34px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.nav-sidebar {
    width: 100%;
    padding: 8px 0;
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #000;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.nav-sidebar .active a {
    cursor: default;
    text-shadow: 1px 1px 1px #666;
    font-weight: 600;
    color: #fff;
    background: rgb(247,119,34);
    background: -moz-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247,119,34)), color-stop(50%, rgb(247,119,34)), color-stop(50%, rgb(246,102,7)), color-stop(100%, rgb(247,104,8)));
    background: -webkit-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -o-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: -ms-linear-gradient(top, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    background: linear-gradient(to bottom, rgb(247,119,34) 0%, rgb(247,119,34) 50%, rgb(246,102,7) 50%, rgb(247,104,8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77722', endColorstr='#f76808', GradientType=0 );
}
.nav-sidebar .active a:hover {
    background-color: #f77722;
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Fixies */
dl dd {
    margin-bottom: 10px;
}

dl dt h3 {
    margin-bottom: 0 !important;
    font-weight: 700 !important;
}


.fucking-eu-cookies, .fucking-message-cookies {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
    padding: 10px;
    text-align: center;
}

.fucking-eu-cookies button, .fucking-message-cookies {
    background: green;
    color: white;
}

.privacy-eu-cookies, .privacy-message-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
    padding: 10px;
    text-align: center;
}

.privacy-eu-cookies button, .privacy-message-cookies {
    background: #106e9f;
    color: white;
}

.list-group-item.uploaded, .list-group-item.uploaded:focus, .list-group-item.uploaded:hover {
    z-index: 2;
    color: #000;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-dendax>.panel-heading {
    color: #ffffff;
    background-color: #f77722;
    border-color: #f76808;
    font-weight: bold;
}

.panel-dendax>.panel-body{
    border: 1px solid #ccc;
}

.panel-success {
    border-color: #74c132;
}

.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #74c132;
    border-color: #74c132;
}

.panel-danger {
    border-color: #dc4040;
}

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #dc4040;
    border-color: #dc4040;
}

.panel-warning {
    border-color: #ffa401;
}

.panel-warning>.panel-heading {
    color: #ffffff;
    background-color: #ffa401;
    border-color: #ffa401;
}

.buble{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.buble-red{
    background-color: #dc4040;
}

.buble-green{
    background-color: #74c132;
}

.buble-orange{
    background-color: #ffa401;
}

.buble-blue{
    background-color: #337ab7;
}

.buble-hint{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
}

.close.document-ex{
    font-size: 35px;
    color: #000;
}

.modal-header.document-ex {
    padding: 20px 15px 45px 15px; !important;
}