/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

body {
	padding: 0px;
	margin: 0px;
    font-family: 'Roboto', Arial;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 18px;
	background-color: #414449;
}

/** header ********************************************************************/

.header {
	padding: 30px 15px;
	background-color: #fff;
    color: #4A4A4A;
}

.header-inner {
    max-width: 1170px;
    margin: auto;
}

.header-top {
    padding: 10px 15px;
    background-color: #2E3136;
    color: #9D9FA0;
    font-size: 11px;
}

.header-top .link{
    color: #9D9FA0;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none !important;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-top .link:hover{
    color: #fff;
}

.header-top .link-active{
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none !important;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-top .link-active:hover{
    color: #fff;
}

.header-logo img{
    max-height: 70px;
}

.header-box-table{
    display: table;
    font-size: 14px;
    font-weight: 500;
}

.header-box-table-col{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.header-box-table-col-content{
    padding-left: 40px
}

.header-box-table-col .divider{
    margin: 0 30px;
    width: 1px;
    height: 40px; 
    background-color: #E5E5E5;  
}

.header-box-table .title{
    color: #00ACED;
    text-transform: uppercase;
}

.header-box-table .icon{
    position: absolute;
    top:0px;
    left: 0px;
}

.header-box-table .icon i{
    font-size: 35px;
    color: #212529;
}

.header-navigation {
    padding: 0 15px;
    background-color: #fff;
    color: #999;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #F2F1EF;
}

.header-navigation .link{
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #4C4646 !important;
    margin-right: 0px;
    padding: 0 5px;
    font-weight: 500;
    line-height: 44px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.header-navigation .link:hover{
    border-bottom: 3px solid #00ADEE;
}

.header-navigation .link-active{
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #4C4646 !important;
    margin-right: 0px;
    padding: 0 5px;
    font-weight: 500;
    line-height: 44px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #00ADEE;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.header-navigation .link-active:hover{
    border-bottom: 3px solid #00ADEE;
}

.header-navigation .link-with-subpage{
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #4C4646 !important;
    margin-right: 0px;
    padding: 0 3px;
    font-weight: 500;
    line-height: 44px;
    border-top: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

/* Style the dropdown content (hidden by default) */
.header-navigation-dropdown-content {
    display: none;
    position: absolute;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    /*padding-top: 30px;*/
    padding-top: 3px;
    left: 0;
    text-transform: none !important;
}

/* Style the links inside the dropdown */
.header-navigation-dropdown-content a {
    float: none;
    color: #ccc !important;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    background-color: #2E3136;
    font-size: 14px !important;
    font-weight: 300;
    border-bottom: 1px solid #414449;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 20px;
}
/* Add a grey background to dropdown links on hover */
.header-navigation-dropdown-content a:hover {
    background-color: #414449;
    font-size: 14px !important;
    font-weight: 300;
    border-bottom: 1px solid #414449;
    color: #fff !important;
}
.header-navigation-dropdown-content a:last-child {
  border-bottom: 0px solid #A87400 !important;
}

.header-navigation .link:hover .header-navigation-dropdown-content, .header-navigation .link-active:hover .header-navigation-dropdown-content, .header-menu-active:hover .header-navigation-dropdown-content {
    display: block;
}

/** content *******************************************************************/

.content {
    padding: 0 15px;
    background-color: #F2F1EF;
}

.content-inner {
    max-width: 1170px;
    margin: auto;
    padding: 30px 0;
}

.content-inner-left{
    float: right;
    width: 100%;
    max-width: 615px;
    padding: 60px 45px;  
}

.content-inner-right{
    max-width: 600px;
    padding: 60px 45px;    
}

.content-white {
    background-color: #fff !important;
}

.content-slider-main {
    padding: 0;
    background-color: #F2F1EF;
}

.content-slider-main-inner {
    max-width: 1170px;
    margin: auto;
    padding: 30px 0 0 0;
}

.content-image-box-big {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*padding-top: 52%;*/
}

.content-image-box-big div {
    padding-top: 52%;
}

.page-title {
    color: #2C3134;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.page-text {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.page-text-350 {
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}

.page-title-divider {
    width: 100px;
    height: 3px;
    background-color: #00ADE9;
    margin: 15px 0 30px 0;
}

.page-title-divider-center {
    width: 100px;
    height: 3px;
    background-color: #00ADE9;
    margin: 10px auto 30px auto;
}

.btn-more {
    background-color: #00ADEE;
    padding: 15px 50px;
    border: 3px solid #00ADEE;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    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 #00ADEE;
    color: #00ADEE;
    background-color: transparent;
}

.btn-more-invert {
    background-color: transparent;
    padding: 15px 50px;
    border: 3px solid #00ADEE;
    font-size: 16px;
    color: #00ADEE;
    font-weight: 500;
    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-invert:hover {
    border: 3px solid #00ADEE;
    color: #fff;
    background-color: #00ADEE ;
}

.subpage-background-tab {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;
    cursor: pointer;  
}

.subpage-background-tab-inner{
    padding-top: 85%; /*67%;*/ 
    background-image: linear-gradient(transparent,rgba(0,0,0,0.8)); 
    position: relative; 
}

.subpage-background-tab-inner .title{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    
    /*
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    */
}

.subpage-background-tab-inner .more{
    color: rgb(255,255,255,1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
}

.page-image-float-left {
    max-width: 615px;
    float: left;
    padding: 0 30px 10px 0;
}

.page-image-float-right {
    max-width: 500px;
    float: right;
    padding: 0 0 10px 30px;
}

.subpage-quick-title{
    color: #2C3134;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.subpage-quick-title:hover{
    background-color: #eee;
    padding-left: 10px;
}

.subpage-quick-divider {
    /*height: 1px;
    background-color: #E7E7E7;
    margin: 10px 0; */
}

.biographies-function {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.biographies-image-float-left {
    max-width: 500px;
    float: left;
    padding: 0 30px 10px 0;
}

/* news */
.news{
    margin-bottom: 30px;
}

.news .news-box{
    background-color: #fff; 
    position: relative;
}

.news .image{
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-top: 62%;
    cursor: pointer; 
    position: relative;  
}

.news .category{
    position: absolute;
    top: 20px; 
    left: 20px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;  
    padding: 3px 6px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    margin-right: 20px;
}

.news .category:hover {
    background-color: #00ADEE;
}

.news .content{
    background-color: #fff;
    padding: 20px; 
}

.news .title{
    color: #2C3134;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    cursor: pointer; 
}

.news .text{
    color: #666666;
    font-size: 15px;
    line-height: 24px;
}

.news .date-divider {
    height: 1px;
    background-color: #E7E7E7;
    margin: 15px 0;
}

.news .more{
    position: absolute; 
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.news .date, .date-news-view{
    color: #2D3135;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.news .date i, .date-news-view i{
    padding-right: 5px;
}

.news .btn-more-news, .btn-more-news-view{
    color: #00ADEE;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; 
    text-decoration: none; 
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
    cursor: pointer;  
}

.news .btn-more-news:hover, .btn-more-news-view:hover{
    color: #333;   
}

.news-image-title {
  position: absolute;
  bottom: 30px;
  right: -5px;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 3px 6px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  margin-right: 20px;
}

.news-download-file {
    background-color: transparent;
    padding: 15px 30px;
    border: 3px solid #00ADEE;
    font-size: 16px;
    line-height: 24px;
    color: #00ADEE;
    font-weight: 500;
    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;
    margin-bottom: 10px;
    max-width: 585px;
}

.news-download-file:hover {
    border: 3px solid #00ADEE;
    color: #fff;
    background-color: #00ADEE ;
}

/* journal */
.journal-download .journal-download-work {
    padding: 10px 75px 10px 0;
    border-bottom: 1px solid #E5E5E5; 
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
    position: relative;
}

.journal-download .journal-download-work:hover {
    background-color: #F3F3F3;
    padding-left: 15px;
}

.journal-download .journal-download-work:last-child {
    /*border-bottom: 1px solid #E5E5E5;*/ 
}

.journal-download .journal-download-work .icon {
    font-size: 36px;
    color: #00ADE9;
    padding-bottom: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.journal-download .journal-download-work .author {
    font-size: 16px;
    color: #00ADE9;
    padding-bottom: 5px;
}

.journal-download .journal-download-work .name {
    color: #2C3134;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.journal-date {
    color: #aaa;
    font-weight: 700;
}

.nav-tabs .nav-link {
    border-radius: 0;
    text-transform: uppercase;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link.active:hover {
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content{
    border: 1px solid #DDDDDD; 
    background-color:#fff; 
    border-top-width: 0px; 
    padding: 20px;
}

.tab-content .journal-download .journal-download-work:first-child {
    /*border-top: 1px solid transparent;*/
}
/* end journal */


/*
.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: #fff;
    padding: 15px ;
    margin-top: -55px;
    position: relative;
    z-index: 9;
}

.news-box-text .date{
    color: #2D3135;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.news-box-text .date i{
    padding-right: 5px;
}

.news-box-text .btn-more-news{
    color: #00ADEE;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; 
    text-decoration: none; 
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;   
}

.news-box-text .btn-more-news:hover{
    color: #333;   
}

.news-box-text .date-divider {
    height: 1px;
    background-color: #E7E7E7;
    margin: 15px 0;
}

.news-box-title {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Roboto', Arial;
    color: #2C3134;
    font-weight: 500;
    text-transform: uppercase;
}

.news-box-subtitle {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin-top: 10px;
}

.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: 'Roboto', Arial;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transition:opacity 0.5s linear;
    text-transform: uppercase;
}

.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: "Roboto",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: #00ADEE !important;
    background-color: transparent;
    border: 1px solid #00ADEE;
    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: #00ADEE;
    border-color: #00ADEE;
}
.page-link:focus, .page-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color:#00ADEE;
    border-color: #00ADEE;
}
/* end news */

/* modal contact */

.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;
}

.btn-send-form {
    background-color: #00ADEE;
    padding: 15px 50px;
    border: 3px solid #00ADEE;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    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;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.btn-send-form:hover { 
    border: 3px solid #00ADEE;
    color: #00ADEE;
    background-color: transparent;
}

.btn-send-form:focus {
    border: 3px solid #00ADEE;
    color: #00ADEE;
    background-color: transparent;
}

.btn-close-modal {
    background-color: #00ADEE;
    padding: 5px 30px;
    border: 3px solid #00ADEE;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    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;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.btn-close-modal:hover { 
    border: 3px solid #00ADEE;
    color: #00ADEE;
    background-color: transparent;
}

.btn-close-modal:focus {
    border: 3px solid #00ADEE;
    color: #00ADEE;
    background-color: transparent;
}

.contact-help-block {
    color: #EE1C25;
    display: block;
    font-size: 13px;   
}

.contact-form-error {
    background-color: #EE1C25; 
    color: #fff; 
    padding:15px !important; 
    margin-bottom: 15px;
    font-size: 14px;
} 

.contact-modal-content {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: 600px;
    
}

.contact-modal-header  {
    background-color: #00ADEE;
    border-radius: 0;
}

.contact-modal-header h5 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.contact-modal-text-success{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
} 

/* end modal contact */

/** slider **/
.slider-main {
    height: 100% !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.slider-main .item {
    height: 500px;
    background-color: #333;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-main-box{
    position: relative;
}

.slider-main-box:hover .arrow-left, .slider-main-box:hover .arrow-right{
    visibility: visible;
    opacity: 1;
}

.slider-main-box .arrow-left{
    position: absolute;
    top: 225px;
    left: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;  
}
.slider-main-box .arrow-left img{
    max-height: 50px;
    cursor: pointer;
}

.slider-main-box .arrow-right{
    position: absolute;
    top: 225px;
    right: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}
.slider-main-box .arrow-right img{
    max-height: 50px;
    cursor: pointer;
}
/** end slider **/

/* actuely */
.slider-actually-news-box{
    position: relative;
}

.slider-actually-news-box .arrow-left{
    position: absolute; 
    top: 30px; 
    left:-40px;
    z-index: 99;
}
.slider-actually-news-box .arrow-left img{
    max-height: 50px;
    cursor: pointer;
}

.slider-actually-news-box .arrow-right{
    position: absolute; 
    top: 30px; 
    right:-40px;
    z-index: 99;
}
.slider-actually-news-box .arrow-right img{
    max-height: 50px;
    cursor: pointer;
}

.slider-actually-news .news-box{
    background-color: #fff; 
}

.slider-actually-news .image{
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-top: 62%;   
}

.slider-actually-news .content{
    background-color: #fff;
    padding: 20px; 
}

.slider-actually-news .title{
    color: #2C3134;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
}

.slider-actually-news .text{
    color: #666666;
    font-size: 15px;
    line-height: 24px;
}

.slider-actually-news .date-divider {
    height: 1px;
    background-color: #E7E7E7;
    margin: 15px 0;
}

.slider-actually-news .more{
    position: absolute; 
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.slider-actually-news .date{
    color: #2D3135;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.slider-actually-news .date i{
    padding-right: 5px;
}

.slider-actually-news .btn-more-news{
    color: #00ADEE;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; 
    text-decoration: none; 
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;   
}

.slider-actually-news .btn-more-news:hover{
    color: #333;   
}
/* end actuely */

.live-title {
    color: #888;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}



/** footer ********************************************************************/

.footer {
    padding: 0 15px;
    color: #999;
    font-size: 13px;
}

.footer-inner {
    max-width: 1170px;
    margin: auto;
    padding: 20px 0;
}

.footer-inner .title{
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.footer-inner .title-divider{
    width: 100px;
    height: 3px;
    background-color: #00ADE9;
    margin: 10px 0 20px 0;
}

.footer a {
    color: #999;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-content {
    padding: 30px 15px 0 15px;
    background-color: #2E3136;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
}

.footer-content .navigation i{
    font-size: 12px;
    line-height: 20px;
    color: #00ADEE;
    padding-right: 5px;
}

.footer-content .navigation a{
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.footer-content .navigation a:hover{
    color: #00ADE9;
    text-decoration: none;
}

.footer-content .logo{
    max-width: 300px;
}

/** end footer ****************************************************************/


/** max 1280  *****************************************************************/
@media screen and (max-width: 1300px){
    .slider-actually-news-box .arrow-right{
        right: -15px;
    }
    .slider-actually-news-box .arrow-left{
        left: -15px;
    }
}

/** max 1200  *****************************************************************/
@media screen and (max-width: 1200px){
    .content-slider-main-inner {
        padding: 0;
    }
    
    .content-inner-left {
        max-width: 100%;
        padding: 40px 25px;
    }
    
    .content-inner-right {
        max-width: 100%;
        padding: 40px 25px;
    }
}

/** max 992 *******************************************************************/
@media screen and (max-width: 992px){
    .page-image-float-left {
        max-width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }
    
    .biographies-image-float-left {
        max-width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }
    
    .btn-more {
        padding: 15px 20px;
    }
    
}

/** max 880 *******************************************************************/
@media screen and (max-width: 880px){

}

/** max 768 *******************************************************************/
@media screen and (max-width: 768px){
    .content-inner-left {
        padding: 30px 0px;
    }
    
    .content-inner-right {
        padding: 30px 0px;
    }
}

/** max 560 *******************************************************************/
@media screen and (max-width: 574px){

   
}