/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
    font-family: 'pfdintextcomppro-regular';
    src: url('../fonts/PFDinTextCompPro/pfdintextcomppro-regular_0-webfont.eot');
    src: url('../fonts/PFDinTextCompPro/pfdintextcomppro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCompPro/pfdintextcomppro-regular_0-webfont.woff') format('woff'),
         url('../fonts/PFDinTextCompPro/pfdintextcomppro-regular_0-webfont.ttf') format('truetype'),
         url('../fonts/PFDinTextCompPro/pfdintextcomppro-regular_0-webfont.svg#PFDinTextCompProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/droidserif-regular/droidserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/droidserif-regular/droidserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
	color: #868688;
	font-size: 16px;
	line-height: 30px;
	background-color: #282828;
}

/** header ********************************************************************/

.header {
	padding: 0 15px;
	background-color: #fff;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.header-inner .logo {
    padding: 15px 0;
    text-align: center;
}

.header-inner .div-logo {
    display: inline-block;
}

.header-inner .div-logo-text {
    display: inline-block; 
    margin: 0 0 0 15px; 
    padding: 8px 0 8px 20px;
    font-size: 14px; 
    line-height: 18px; 
    color:#BDBDBD;
    border-left: 1px solid #E0E0E0; 
    font-family: 'Open Sans'; 
    font-weight: 700;
    text-transform: uppercase;
}


.header-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/*slajder*/
.header-slider{
    width: 100%;
    padding-top: 90px;
    background-color: #ffffff;
}

.header-slider-inner{
    /*max-width: 1200px;*/
    width: 100%;
    max-height: 670px;
    margin-left: auto;
    margin-right: auto;
}



.header-slider-inner .carousel-item{
    width: 100%;
    height: 670px;
}

.header-slider-inner .carousel-item img{
    display: none !important;
}

.carousel-control{
    height: 100%;
    text-align: center;
}


.d_slide_arrow{
    height: 100%;
    display: table;
}

.d_slide_arrow_arr{
    height: 100px;
    font-size: 50px;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.carousel-control.left{
    background:none;
}

.carousel-control.right{
    background:none;
}

.acrl{
    padding-left: 50px;
}

.acrd{
    padding-right: 50px;
    float: right;
}

.header-slider-inner .carousel-control-prev img, .header-slider-inner .carousel-control-next img {
    max-width: 60px;
}

.slider-text-holder{
    width: 100%;
    height: 100%;
}

.slider-text{
    max-width: 1100px;
    max-height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.slider-text-inner{
    max-width: 550px;
}

.slider-text-title{
    font-size: 50px;
    line-height: 55px;
    color: #179CD5;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.slider-text-description{
    font-family: "Open Sans",Arial;
    font-weight: bold;
}

.slider-text-separator{
    height: 25%;
}


.header-menu {
    text-align: right;
    /*padding: 0 15px;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.header-menu-item {
    display: inline-block;
}

.header-menu-item a {
    /*padding: 10px 0 0 0;*/
    margin-left: 15px;
    /*margin-right: 15px;*/
    border-bottom: 2px solid transparent;
    font-size: 20px !important;
    color: #BBBBBB /*!important*/;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-menu-item:hover a:hover{
    border-bottom: 2px solid #BBBBBB;
    color: #BBBBBB;
}


/*
.header-menu-item {
    margin-left: 15px;
    border-bottom: 2px solid transparent;
    font-size: 20px !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-menu-item:hover {
    border-bottom: 2px solid #BBBBBB;
    color: #179CD5 !important;
}
*/


.header-menu-item .active {
    border-bottom: 2px solid #179CD5 !important;;
    font-size: 20px !important;
    color: #179CD5 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-menu-item .active:hover {
    border-bottom: 2px solid #179CD5 !important;
    color: #179CD5 !important;
}

.header-menu-item-link {
    color: #bbb !important;
    text-decoration: none !important;
    font-size: 20px !important;
}



 /*
.header-menu-item-active {
    padding: 10px 0 0 0;
    margin-left: 15px;
    border-bottom: 1px solid #fff;
    font-size: 20px !important;
    color: #179CD5 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-menu-item-active:hover {
    border-bottom: 1px solid #fff;
}

.header-menu-item-active .header-menu-item-link {
    color: #179CD5 !important;
    padding-bottom: 3px;
}
*/



.header-languages {
    display: block; 
}

.header-languages img{
    max-height: 15px;
    padding-left: 5px;    
}

/* mobile menu */
.header-menu-mobile {
    display: none;
}

.menu-tab {
    width: 90px;
    height: 70px;
    position: absolute; /*fixed;*/
    z-index: 100;
    top: 5px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    /*end of div*/
}
.menu-tab div {
    width: 30px;
    height: 3px;
    background-color: #1d9bd4;
    display: block;
    margin: 6px 28px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.menu-tab div:nth-child(1) {
    margin-top: 20px;
}

.menu-tab.active {
    right: 250px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    z-index: 5005;
    /*background-color: #333 /*rgba(255, 255, 255, 0.2);*/
}
.menu-tab.active #one {
    -webkit-transform: translateY(9px) rotate(-135deg);
          transform: translateY(9px) rotate(-135deg);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #1d9bd4;
}
.menu-tab.active #two {
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.menu-tab.active #three {
    -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #1d9bd4;
}

.menu-hide {
    width: 260px;
    right: -260px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 30px;
    /*end of nav*/
}
.menu-hide nav {
    /*end of ul*/
}
.menu-hide nav ul {
    /*end of li*/
    margin-left: -40px;
}
.menu-hide nav ul li {
    height: 35px;
    list-style-type: none;
    text-align: left;
    line-height: 35px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-hide nav ul li:hover {
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-hide nav ul li a {
    padding: 0 30px;
    text-decoration: none;
    color: #f1f1f1;
    font-size: 18px;
    font-family: "Open Sans", Arial; 
    text-transform: uppercase;
    display: block;
}

.menu-hide nav ul li a:link {
    color: #eee !important;
}

.menu-hide.show {
    right: 0px;
    background-color: #32789C;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 5004;
}

.menu-left-background {
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    overflow: hidden;
    text-align: center;
    display: none;
}

.menu-left-background-show {
    display: block !important;
}

.overflow-y-hidden{
    overflow-y: hidden;
}

.menu_border {
    border-top: 1px solid #ffffff;
    height: 10px !important;
}
/* end mobile menu */

/** content *******************************************************************/

.content {
    padding: 0 15px;
    background-color: #FFF;
}

.content-inner {
    max-width: 1080px;
    margin: auto;
    padding: 50px 0 20px 0;
}
.content-inner .title {
    font-size: 36px;
    line-height: 40px;
    color: #323232;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: 800;
}

.content-inner .title-blue {
    font-size: 36px;
    line-height: 40px;
    color: #179CD5;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: 800;
}

.content-inner .title-description {
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 5px;
}




.content-inner .image-box {
    position: absolute;
    top:-100px; 
    border: 5px solid #fff;
}

/* content gray */

.content-gray {
    background-color: #F1F1F1 !important;   
}

.content-gray .title {
    font-size: 36px;
    line-height: 40px;
    color: #323232;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: 800;
}

.content-gray-inner{
    padding: 40px 15px 40px 30px;
    max-width: 670px;
    color:#777
}

.content-gray-image{
    /*background: url(../images/about-us-img.jpg) no-repeat center center;*/
    background-position: center center;
    background-repeat: no-repeat;  
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;      
}

/* end content grey */



/*

.content-inner .title-smaller {
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
    color: #1A1A1A;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    position: relative;    
}

.content-inner .title-classic {
    font-size: 50px;
    line-height: 60px;
    padding-top: 15px;
    color: #1A1A1A;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    position: relative;
}

.content-inner .title-border {
    background-color: #0F1A54;
    width: 170px;
    height: 15px;
    margin-top:15px
}

.content-inner .image-box {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
    position: relative;
}

.content-inner .image-box-inner {
    height: 400px;
    padding-top: 180px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.content-inner  .image-box-title {
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    font-family: "Open Sans",Arial;
    letter-spacing: 0.25px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-shadow: 1px 1px 2px #333;    
}

.content-inner  .image-box-link {
    margin-top: -5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    top: 20px;
    text-shadow: 1px 1px 2px #333;
}

.content-inner .image-box:hover .image-box-link {
    opacity: 1 !important;
    top: -5px;  
}
*/

/* content blue */

/*
.content-blue {
    background-color: #0F1A54 !important; 
    color: #fff !important;   
}

.content-blue .content-inner .title {
    color: #fff !important;
}

.content-blue .content-inner .title-border {
    background-color: #fff !important;
}

.content-blue .content-inner .title-second {
    font-size: 28px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 15px;
    color: #fff;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    position: relative;
}

.content-blue .content-inner .text-second {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

*/
/* end content blue */


.btn-more {
    background-color: #fff;
    padding: 8px 10px;
    border: 3px solid #0093DD;
    font-size: 14px;
    color: #0093DD;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-more:hover {
    border: 3px solid #0093DD;
    color: #fff;
    background-color: #0093DD;
}

/* speakers */

/*
.speaker-box {
    cursor: pointer;
}

.speaker-box-image {
    width: 100%; 
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;position: relative;
    position: relative;
}

.speaker-box-image-content{
    padding-bottom: 100%;
}

.speaker-box-text {
    margin-left: 10%;
    background-color: #F2F2F2;
    padding: 15px ;
    margin-top: -55px;
    position: relative;
    z-index: 12;
}

.speaker-box-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', Arial;
    color: #1A1A1A;
}

.speaker-box-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #58595B;
    margin-top: 5px;
}

.speaker-box-image-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 40%;
    visibility: hidden;
    background: rgba( 15, 26, 84, .7 );
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Open Sans', Arial;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transition:opacity 0.5s linear;
}

.speaker-box:hover .speaker-box-image-overlay{
    visibility: visible;
}

.content-speakers-view {
    max-width: 600px !important; 
    padding-top: 160px !important;
    position: relative;       
}

.speakers-view-image {
    width: 280px;
    height: 280px;
    top: -120px;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
    border: 7px solid #fff;
}

.speakers-view-title {
    font-size: 50px;
    line-height: 30px;
    padding-top: 30px;
    color: #1A1A1A;
    font-family: "Open Sans",Arial;
    position: relative;
    text-align: center;
}

.speakers-view-title-border {
    background-color: #0F1A54;
    max-width: 170px;
    height: 15px;
    margin-top: 15px;
    margin: 0 auto;
}

.speakers-view-subtitle {
    font-size: 16px;
    line-height: 18px;
    color: #58595B;
    padding: 15px 0 20px 0;
    text-align: center;
}
*/

/* registration */

/*
.registration-form { 
    font-size: 14px;
}

.registration-text {
    font-size: 14px;
    padding-top: 60px;
}

.registration-divider {
    height: 2px; 
    background-color: #ced4da;
    margin: 30px 0;
}

.registration-divider-10 {
    height: 2px; 
    background-color: #ced4da;
    margin: 5px 0 15px 0;
}

.registration-help-block {
    color: #E9242C;
    display: block;
    font-size: 14px;   
}

.registration-text-black {
    color: #333; 
    font-size: 12px;  
}

a.link-registration-help-block:link    { color: #0093DD; text-decoration: none; font-size: 12px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-help-block:visited { color: #0093DD; text-decoration: none; font-size: 12px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-help-block:hover   { color: #0093DD; text-decoration: underline; font-size: 12px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-help-block:active  { color: #0093DD; text-decoration: underline; font-size: 12px; line-height:14px; font-family: 'Droid Serif', sans-serif;}

a.link-registration-terms:link    { color: #0093DD; text-decoration: none; font-size: 14px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-terms:visited { color: #0093DD; text-decoration: none; font-size: 14px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-terms:hover   { color: #0093DD; text-decoration: underline; font-size: 14px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
a.link-registration-terms:active  { color: #0093DD; text-decoration: underline; font-size: 14px; line-height:14px; font-family: 'Droid Serif', sans-serif;}
 
 
.registration-form-error {
    background-color: #E9242C; 
    color: #fff; 
    padding:10px 15px !important; 
    margin-bottom: 30px;
    font-size: 14px;
} 
*/

.form-control-custom {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-help-block {
    color: #E9242C;
    display: block;
    font-size: 14px;   
}

.form-error {
    background-color: #E9242C; 
    color: #fff; 
    padding:10px 15px !important; 
    margin-bottom: 30px;
    font-size: 14px;
} 

.form-modal-content {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: 600px;
}

.form-modal-header{
    background-color:#179CD5 ;
    border-radius: 0;
}

.form-modal-header h5 {
    font-size: 20px;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
}

.form-modal-text-success{
    line-height: 18px;
    font-size: 16px;
    padding-bottom: 20px;
}

.modal-body i {
    font-size: 100px;
    color: #999;    
}

.btn-send-form {
    background: #179CD5;
    color: #ffffff;
    border-width:0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding:7px 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform:uppercase;
    font-size: 20px;
    font-family: "Open Sans",Arial;
}
.btn-send-form:hover { 
    background-color: #137BA8;
    color: #ffffff; 
}

.btn-send-form:focus {
    background: #137BA8;
    color: #ffffff;
}

.modal-footer .btn-send-form {
    padding:7px 20px;
    font-size: 20px;
    font-family: "Open Sans",Arial;
    text-transform: none;
}

.btn-close-modal {
    background-color: #fff;
    color: #666;
    border: 1px solid #6c757d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding:7px 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    font-family: "Open Sans",Arial;
    font-weight: 700;
}
.btn-close-modal:hover { 
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff; 
}

.btn-close-modal:focus {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff; 
}

/*

.registration-modal-content {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: 600px;
}

.registration-modal-header h5 {
    font-size: 30px;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
}

.modal-body i{
    font-size: 80px; 
    color: #0093DD; 
    padding-right: 15px;
}

.registration-modal-text-success{
    line-height: 24px;
    font-size: 22px; 
    padding-bottom: 20px;
}

#text-pay-now {
    display: none; 
}

#terms-pay-now {
    display: none; 
}

.registration-payment-text-title {
    color: #1A1A1A;
    font-family: "Open Sans", Arial;
    text-transform: uppercase;
    font-size: 22px; 
}

.registration-payment-text-description {
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 5px; 
}

.registration-payment-icon-success {
    font-size: 80px; 
    color: #0093DD; 
    padding-right: 15px;
}

.registration-payment-icon-error {
    font-size: 80px; 
    color: red; 
    padding-right: 15px;
}

.registration-payment-titles {
    line-height: 24px;
    font-size: 22px; 
    padding-bottom: 20px;
}

.payment-box {
    max-width: 230px !important; 
    margin: 0 auto;
}

.payment-card {
    display: inline-block;
}

.payment-securecode {
    max-height: 36px;
}

.payment-securecode-mastercard {
    max-height: 30px;
    padding: 0 5px;
    
}
*/
/* end registration */


/* news */
/*
.news-box {
    cursor: pointer;
}

.news-box-image {
    width: 100%; 
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;position: relative;
    position: relative;
}

.news-box-image-content{
    padding-bottom: 67%;
}

.news-box-text {
    margin-left: 10%;
    background-color: #F2F2F2;
    padding: 15px ;
    margin-top: -55px;
    position: relative;
    z-index: 9;
}

.news-box-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', Arial;
    color: #1A1A1A;
}

.news-box-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #58595B;
    margin-top: 5px;
}

.news-box-image-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 25%;
    visibility: hidden;
    background: rgba( 15, 26, 84, .7 );
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Open Sans', Arial;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transition:opacity 0.5s linear;
}

.news-box:hover .news-box-image-overlay{
    visibility: visible;
}

.content-news-view { 
    position: relative;       
}

.content-news-view-over { 
    position: relative;
    top:-170px;       
}

.news-view-image {
    margin: 0 auto;  
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
    max-width: 500px;
    border: 7px solid #F2F2F2;
}

.news-view-title {
    font-size: 50px;
    line-height: 50px;
    color: #1A1A1A;
    font-family: "Open Sans",Arial;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.news-view-title-border {
    background-color: #0F1A54;
    max-width: 170px;
    height: 15px;
    margin-top: 15px;
    margin: 0 auto;
}

.news-view-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #58595B;
    padding: 15px 0 20px 0;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.news-gallery-image {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover;    
}

.news-back-to-news {
    padding: 50px 0 0 0; 
    border-top: 1px solid #B3B3B3; 
    margin-top: 30px;
    text-align:center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0F1A54 !important;
    background-color: #F2F2F2;
    border: 1px solid #0F1A54;
    margin-right: 5px;
    border-radius: 0px !important;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #CEFFCE;
    border-color: #718393;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #0F1A54;
    border-color: #0F1A54;
}
.page-link:focus, .page-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color:#0F1A54;
    border-color: #0F1A54;
}
*/

/* end news */

/** footer ********************************************************************/

.footer {
    padding: 0 15px;
    background-color: #323232;
}

.footer-inner {
    max-width: 1080px;
    margin: auto;
    padding: 30px 0 20px 0;
    font-size: 18px;
    font-weight: 700; 
    text-align: center;
    color: #BABABA;
}

.footer-copyright{
    padding: 15px;
    text-align: center;
    color:#888; 
    font-size: 14px;
    font-weight: 600;   
}

/*
.footer-inner .title{
    font-size: 28px;
    line-height: 38px;
    font-family: "Open Sans",Arial;
    color: #0F1A54;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-inner .img-logo{
    padding-right: 5px;
    max-width: 120px;
}


.footer-inner .social-network{
    padding-bottom: 5px;
    color: #1A1A1A !important;
}

.footer-inner .social-network a{
    color: #1A1A1A !important;
    font-size: 14px;
}

.footer-inner .social-network i{
    color: #333 !important;
    font-size: 18px;
    padding: 0px;
    margin-right: 5px;
}



.footer-inner .copyright{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 28px;
    color: gray;
    text-align: left;
}

.footer-inner .align-left {
    text-align: left;
}

.footer-inner .align-right {
    text-align: right;
}
*/

a.link-footer-copyright:link    { color: #888; text-decoration: none; font-size: 13px; font-family: 'Open Sans', sans-serif;}
a.link-footer-copyright:visited { color: #888; text-decoration: none; font-size: 13px; font-family: 'Open Sans', sans-serif;}
a.link-footer-copyright:hover   { color: #fff; text-decoration: none; font-size: 13px; font-family: 'Open Sans', sans-serif;}
a.link-footer-copyright:active  { color: #fff; text-decoration: none; font-size: 13px; font-family: 'Open Sans', sans-serif;}


/** error page ****************************************************************/

.error-content {
    padding: 0 15px;
    background-color: #0F1A54;
}

.error-content-inner {
    max-width: 500px;
    margin: auto;
    padding: 50px 0 30px 0;
    text-align: center;
}

.error-logo {
    text-align: center;
}

.error-logo img{
    max-height: 150px;
}

.error-title {
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    position: relative;
}

.error-description {
    color: #fff;
    text-align: center;
}


/** elements ******************************************************************/

.divider {
    height: 30px;
    clear: both;
}

.divider-100 {
    height: 100px;
    clear: both;
}

.divider-50 {
    height: 50px;
    clear: both;
}

.divider-40 {
    height: 40px;
    clear: both;
}

.divider-15 {
    height: 15px;
    clear: both;
}

.divider-underline {
    margin: 25px auto;
    height: 2px;
    background-color:#CDBEB0;
}

.divider-underline-300 {
    margin: 25px auto;
    max-width: 300px;
    height: 2px;
    background-color:#CDBEB0;
}

.divider-underline-footer {
    height: 1px;
    background-color:#3F3F3F;
    margin: 15px 0;
}

.divider-copyright {
    height: 1px;
    background-color:#3F3F3F;
    margin: 0 0 15px 0;
}

a:link { color: #0192DD;  text-decoration: none; font-size: 16px;}
a:visited { color: #0192DD;  text-decoration: none;font-size: 16px;}
a:hover { color: #222;  text-decoration: none; font-size: 16px;}
a:active { color: #222;  text-decoration: none; font-size: 16px;}

.image-background {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;    
}

.image-background-inner{
    padding-top: 60%;   
}

.no-padding {
    padding:0;
}

.no-border-radius{
    border-radius: 0 !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.hide-xs {
    display: block;
}

.page-loader-wrapper{
    display: none;
}

.page-loader-wrapper p {
    font-family: "Open Sans", Arial; 
    font-size: 16px;
    font-weight: normal;
    font-weight: 700;   
}

/* scroll top */
.scrollToTop{
    width:60px; 
    height:60px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    background: url('../images/btn-top.png') no-repeat 0px 0px;
}
.scrollToTop:hover{
    text-decoration:none;
}
/* end scroll top */

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: 854px;
    max-height: 480px;
    overflow: visible;
    background: #fff;
}

/* modal contact */

/*
.form-done { background-color: #005725; color: #fff; padding:15px !important; margin-bottom:30px;}
.form-error {background-color: #AB1217; color: #fff; padding:15px !important; margin-bottom:30px;}
.form-label-custom {font-weight:normal !important;}

.btn-send-form{
    background-color: #3F1F0B;
    color: #ffffff;
    border-width:0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding:7px 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform:uppercase;
}
.btn-send-form:hover { 
    background-color: #ABA69A;
    color: #ffffff; 
}

.btn-send-form:focus {
    background: #0C242E;
    color: #ffffff;
}

.form-modal-header {
    background-color: #35689F;
    color:#FFF;
    padding:15px;
    text-transform:uppercase;
}

*/

/* end modal contact */

/*dropdown menu*/
.registration_drop{
    background-color:transparent; 
    border: 0px solid transparent; 
    border-radius: 0px; 
    display: block; 
    padding:0px; 
    margin:0px;
    position: relative; 
    list-style: none;
}
.registration_drop a{
	color: #fff !important;
    font-size: 20px;
}
.registration_drop a:hover{
	text-decoration:none;
}

.registration_drop .dropdown-menu{
	z-index: 1001;
	left: auto;
	margin-top: 6px;
    margin-left: -20px;
	min-width: 135px;
}

.registration_drop .dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    color: #1A1A1A !important; 
}

.registration_drop .dropdown-menu>li>a:hover {
    color: #1A1A1A; 
    text-decoration:underline;
}

.mobile_dropdown .dropdown-menu{
	margin-left: 24px
}

.mobile_dropdown .dropdown-menu a:link{
	color: #32789C !important;
}
.mobile_dropdown .dropdown-menu a:visited{
	color: #32789C !important;
}
/* dropdown menu end */

/** max 1200  *****************************************************************/
@media screen and (max-width: 1200px){
    .slider-text{
        padding-left: 100px;
        padding-top: 50px;
    }

    .slider-text-inner{
        max-width: 50%;
    }

    .slider-text-separator{
        display: none;
    }

    .acrd {
        padding-right: 0;
        margin-right: -90px;
    }

    .acrl {
        padding-left: 0px;
        margin-left: -90px;
    }
}

/** max 992 *******************************************************************/
@media screen and (max-width: 992px){

    .slider-text-holder{
        background-color: rgba(255, 255, 255, 0.8);
    }

    .slider-text-inner{
        max-width: 60%;
    }

    .slider-text-title{
        font-size: 35px;
        line-height: 40px;
        color: #179CD5;
        margin-bottom: 10px;
    }

    .slider-text-description{
        font-size: 13px;
        line-height: 20px;
    }

    .acrd {
        margin-right: -50px;
    }

    .acrl {
        margin-left: -50px;
    }
}

/** max 880 *******************************************************************/
@media screen and (max-width: 880px){

    .header-menu {
        display: none;
    }
    
    .header-menu-mobile {
        display: block;
    }
    
    .header-languages {
        display: none; 
    }
    
    .header .logo {
        padding: 15px 0;
        max-height: 70px;
    }
    
    .header-slider{
        padding-top: 70px;
    }
    
    /*
    .header-panel {
        min-height: 600px; 
        background-attachment: scroll;   
    }
    
    .header-panel-speakers-view {
        min-height: 350px;   
    }
    */
    
    .header-inner .title {
        font-size: 36px;
        line-height: 45px;  
    }

    .header-inner .subtitle {
        font-size: 24px;
        line-height: 34px;
    }

    /*
    .header-inner .signature {
        bottom: 50px;
        font-size: 18px;
        line-height: 26px;
    }
    */
    
    /*
    .header-live-stream {
        right: 0px;
        top: 150px;
        max-height: 80px !important;
    }
    */
    
    .content-inner {
        padding: 30px 0 0 0;
    }
    
    .content-inner .title {
        width: 100%;
        font-size: 36px;
        line-height: 46px;
    }
    
    /*
    .content-news-view-over {
        position: relative;
        top: -130px;
    }
    */

}

/** max 768 *******************************************************************/
@media screen and (max-width: 768px){

    .hide-xs{
        display: none !important;
    }
    
    .content-inner .image-box {
         position: relative;
        top:0; 
        border: 5px solid #fff;
    }
    
    .content-gray-image{
          min-height: 300px;    
    }
    
    .content-gray-inner{
        padding: 30px 0;
        max-width: 670px;
    }

    .header-slider-inner .carousel-control-prev img, .header-slider-inner .carousel-control-next img {
        max-width: 30px;
    }

    .slider-text {
        padding: 50px;
    }

    .slider-text-inner{
        max-width: 100%;
    }

}

/** max 600 *******************************************************************/
@media screen and (max-width: 600px){
    .slider-text {
        padding: 30px 40px;
    }

    .slider-text-title{
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }

    .slider-text-description{
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
}

/** max 560 *******************************************************************/
@media screen and (max-width: 574px){

    .header-panel {
        min-height: 450px;    
    } 
    
    /*
    .header-panel-speakers-view {
        min-height: 350px;   
    }
    */
    
    .header-inner .title {
        padding-top: 0;
        font-size: 22px;
        line-height: 32px; 
    }

    .header-inner .subtitle {
        padding-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .header-inner .signature {
        bottom: 15px;
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }
    
    .content-news-view-over {
        position: relative;
        top: -70px;
    }
    
    .footer-inner {
        text-align: center !important;
        padding: 30px 15px;
    }

    .footer-inner img{
        max-width: 100%;
    }  
    
    .footer-inner .align-left {
        text-align: center !important;
    }

    .footer-inner .align-right {
        text-align: center !important;
    }

    .acrd {
        margin-right: -20px;
    }

    .acrl {
        margin-left: -20px;
    }
}
