@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Semi';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


  
 .inner_top_header{     padding: 72px 0 155px;
    background: url(../images/inner_banner.png) no-repeat;
    background-size: cover;
    background-position: center 100%;}

.inner_top_header h1{ color:#fff; font-size:44px; }
.economy_section_left{ float:left; width:50%; padding-right: 35px;     position: relative;  top: -130px;
    margin-bottom: -130px}
.economy_section_right{ float:right; width:50%;     position: relative;
    top: -39px;
    margin-bottom: -39px;}
.economy_section span{ color:#9ea4ab; font-size:16px}
.economy_section h2{ color:#0d1c2c; font-size:36px;  font-weight: 500; line-height: 1.2; margin: 14px 0 12px;}
.economy_section p{ color:#0d1c2c; font-size:16px;  line-height: 1.6;     margin-bottom: 40px;}
.economy_info p{ color:#9ea4ab;       margin-bottom: 4px}
.economy_section_block {     margin-bottom: 24px;}
.economy_info p span{ text-decoration: underline;}
 
.economy_section p:last-child {
     margin-bottom: 0px;
}	
.level_section h3{  padding-bottom: 30px; border-bottom: 1px solid #e6e8e9;      color:#0d1c2c; font-size:40px;}
	
.expand_btn {
    cursor: pointer;
    width: 25px;
    border-radius: 20px;
    display: table-cell;
    vertical-align: middle;
}
span.expand_ico {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 23px;
    height: 23px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
span.expand_ico::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 13px;
    right: 3px;
    top: 10px;
    background: #0d1c2c;
}
span.expand_ico::after {
    position: absolute;
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    right: 9px;
    top: 4px;
    background: #0d1c2c;
}	
span.expand_ico.active::after {
    opacity: 0;
}

.level_content {
    display: none;
}
	 
.level_section h4 a{ color:#0d1c2c; font-size:28px; font-weight: 600;      
    letter-spacing: 0.3px;  display: table-cell;
    width: 100%;
    vertical-align: middle;}
	
.level_section h4{  }	

.level_section_block{ margin: 0 -15px;     padding-top: 32px;}
.level_descp{   width:33.3%; float:left; padding: 0 15px}
.level_descp:nth-child(3n+1){ clear:both; }
.level_section { padding: 80px 0 15px}
.level_section h5{ color:#0d1c2c; font-size:24px;  font-weight: 500; margin-bottom: 20px;}
.level_descp_img {     margin-bottom: 28px;    padding: 30px 10px; text-align: center; position: relative; padding-top: 80%;}
.level_descp_img img{ position: absolute;  left: 0; right: 0; bottom: 0; top: 0;  margin: auto; max-height: 100%; width: auto;}
.level_section p{     color: #0d1c2c;
    font-size: 16px;
    line-height: 1.6;
    }
.level_one{ border-bottom: 1px solid #e6e8e9;
        padding: 24px 0;}
		
.level_section_inner {     padding-bottom: 80px;}
.interested_block h2{ color:#0d1c2c; font-size:38px; font-weight: 500;
    line-height: 1.2;
    margin-bottom: 26px;}
.interested_inner_block{ margin:0 -15px}
.interested_inner_details { float:left; width:33.3%; padding: 0 15px;     margin-bottom: 35px;}
.interested_inner_details._no_heightmatch{height: auto !important}
.interested_inner_details._clrset1:nth-child(3n+1){clear: both;}

.interested_inner_details h3{ color:#0d1c2c; font-size:24px; font-weight: 500; margin-bottom:20px;     line-height: 1.4;}
.interested_inner_details h3{ color:#0d1c2c;}
.interested_inner_details h3 a{ color:#0d1c2c; transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; text-decoration: none}
.home_banner_block .interested_inner_details h3 a{ color:#fff;}	
.interested_inner_details h3 a:hover{     color: #90c364;}
.home_banner_block .interested_inner_details h3 a:hover{     color: #fff;}
.interested_inner_details  span{ color:#9ea4ab; font-size:16px; padding: 22px 0 14px; display: block;}
.home_banner_block .interested_inner_details  span{ color:#9ea4ab;}
.interested_inner_details p{ color: #0d1c2c;
    font-size: 16px;
    line-height: 1.6;}
.home_banner_block .interested_inner_details p{ color:#fff;}
.interested_block {    padding-bottom: 26px; }



.news_section_banner {
    padding: 80px 0 127px;
    background: url(../images/news_banner.png) no-repeat;
    background-size: cover;
    background-position: center 100%;
}
.news_section_banner_inner{ margin:0 auto; width:60%}
.news_section_banner h1{ color: #0d1c2c;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2; margin-bottom: 16px;}
	
.news_section_banner span{ display:block; color:#0d1c2c; font-size:16px; font-weight: 600; margin-bottom: 42px;}
.news_block_width{ margin:0 auto; width:60%; }
.blog_img{ margin-bottom:44px}

.blog_content ul{ list-style-type:disc;     margin-left: 53px; padding-bottom: 30px;}
.blog_content ul li{     color: #0d1c2c;
     
        font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0px;}

.news_block {
    position: relative;
    top: -127px;
    margin-bottom: -127px;
    padding-bottom: 100px;
}
	

.blog_content p{     color: #0d1c2c;
    font-size: 16px;
    line-height: 1.8; padding-bottom: 30px;}
	
.blog_content h3{ color:#0d1c2c; font-size:24px;  font-weight: 500;     padding: 30px 0 20px;}
.blog_content_2{  }
 
.quotes_text{ border-left: 5px solid #e6e8e9;
       margin-left: 25px;
    margin-bottom: 25px;}
.blog_content_2 p{ padding-bottom: 25px}
.quotes_text p{ padding-bottom: 0px; font-size:18px; padding-left: 15px;}

.social_icon{ position:relative}
.social_icon_inner{ position:absolute; left:0;     top: 5px;}


.social_icon_inner a {
   display: block;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    background: #0d1c2c;
    margin-bottom: 20px;line-height: 1.3;
    
}
.social_icon_inner a:hover {      background: #90c364;}
.featured_info h4{ font-size: 20px;  line-height: 1.4;     margin-bottom: 7px; font-weight: 500;}
.featured_info span{ font-size: 13px;   padding: 0px 0;}
.featured_info { padding-bottom: 20px; border-bottom: 1px solid #e6e8e9;  margin-bottom: 20px;}
.featured_info:last-child { border-bottom: none; margin-bottom: 0px;} 



.news_overview_banner{ padding: 80px 0 145px;
    background: url(../images/news_overview_banner.png) no-repeat;
    background-size: cover;
    background-position: center 100%;}
.news_overview_banner h1{     color: #fff;
    font-size: 44px;
    
    line-height: 1.2;
    margin-bottom: 26px;}
.news_overview_block1{ float:left; width: 24%;
    text-align: center;}
.info_news_block_styling span{     color: #9ea4ab;
    font-size: 16px;
    padding: 22px 0 14px;
    display: block;     text-align: left;
}

.info_news_block_styling h5 a{ color: #0d1c2c;
    font-size: 24px;
    font-weight: 500;     transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
    }
	
.info_news_block_styling h5 a:hover{     color: #90c364;}
	
.info_news_block_styling h5{ margin-bottom: 20px;     line-height: 1.4;}
.news_overview_inrblock { padding-bottom: 22px; text-align: left;}

 
.news_overview_block_middle{ float: left;
    width: 52%;
    text-align: center;
    padding: 0 30px;}
.info_news_block_styling h3 a{ color: #0d1c2c; text-decoration: none;
    font-size: 35px;
    font-weight: 500;     transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
	
.info_news_block_styling h3{ margin-bottom: 20px;     line-height: 1.2; text-align:left}
.info_news_block_styling p{ color: #0d1c2c;
    font-size: 16px;
    line-height: 1.7; text-align:left}
	
.info_news_block_styling h3 a:hover{     color: #90c364;}

.news_overview_inner {     margin-top: -145px}
	
	
.featured_block{     background: url(../images/featured_banner.png) no-repeat;
    background-size: cover;
    clear: both;
    padding: 60px 0px 139px;
    background-position: center 100%;     margin-top: 50px;}	

.featured_block h2{ color: #0d1c2c;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 26px;}
	
.most_popular_section h2{ color: #0d1c2c;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 26px;}
	
.most_popular_blocks{ float:left; width:50%;     padding-right: 30px}
.most_popular_blocks_info{ margin:0 -16px}
.most_popular_div{ float:left; width:50%; padding:0 16px}

.featured_info h4 a {
    color: #0d1c2c;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}
.featured_info h4 a:hover{ color: #90c364;}

.most_popular_blocks_right{ float:right; width:50%}
.pagination_news_block{   text-align:center;     margin: 0 auto;
    width: 41%;}
.pagination_news_block ul li a{ border-radius: 100px;
    color: #9ea4ab;
    border: 2px solid #e6e8e9;
    height: 47px;
    width: 47px;
    text-align: center;
    font-size: 16px;
    padding: 13px;
    display: block;
    margin: 0 4px;     transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
.pagination_news_block ul li{ display:inline-block}

.pagination_news_block ul li a:hover{ background:#e6e8e9; color:#0d1c2c}
.pagination_news {     clear: both;
    padding-top: 30px; 
    position: relative;}
 

.pagination_news_next{ position:absolute; right:0; top: 30px;}


.pagination_news_next_btn a{ background:#e6e8e9; border-radius:50px; color:#9ea4ab; font-size:16px;  transition: all 0.3s ease;  -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;  -o-transition: all 0.3s ease; padding:12px 50px;     display: inline-block; border: 1px solid #e6e8e9;}
.pagination_news_next_btn a:hover{     background: #fff;
    border-radius: 50px;
    color: #9ea4ab; border:1px solid #9ea4ab}
	
.most_popular_section { padding-bottom: 26px;}


/*grid*/



.grid-item {
  float: left;
  
   
}
.grid-item--width1 { width: 25%;     padding: 0 12px;     margin-bottom: 10px;}
.grid-item--width2 { width: 50%;      padding: 0 12px;     margin-bottom: 10px;}

.grid {
   
  max-width: 1300px;
}

 
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item--height2 { height: auto;       }
.news_overview_inner_top .news_overview_inrblock {     padding-bottom: 0px;}

.news_overview_img img{ width:100%}
.grid_outer_info { margin:0 -12px}

.news_overview_inner_top .info_news_block_styling p {
   
    margin-bottom: 22px;
}
.h_price_se_inner .market-selector{padding-left: 40px;}
.price_in_page_section{ padding-top:0px;margin-top: -145px;}
.price_in_page_section .btc_tracker_wrap{background: #fff; padding: 40px;}
.price_page_intro{margin-bottom: 50px}


/*end grid*/


@media screen and (max-width:1920px){
	
	
.inner_top_header {
    padding: 72px 0 174px;
    
}

.economy_section_left {
    
    top: -160px;
    margin-bottom: -160px;
}	

.economy_section_right {
     
    top: -70px;
    margin-bottom: -70px;
}


.news_block {
    
    top: -152px;
    margin-bottom: -152px;
    
}

.news_section_banner {
    padding: 80px 0 152px;
    
}	
	}


 @media screen and (max-width:1440px){
	 
	 
	 
	 }
 
 
 

@media screen and (max-width:1366px){
	
.economy_section_left {
     
    top: -130px;
    margin-bottom: -130px;
}

.economy_section_right {
    
    top: -39px;
    margin-bottom: -39px;
}
.inner_top_header {
    padding: 72px 0 155px;}	
	
	
.news_block {
    
    top: -127px;
    margin-bottom: -127px;
     
}


.news_section_banner {
    padding: 80px 0 127px;
    
}


 
	
	}



@media screen and (max-width:1250px){
	
	
.economy_section p {
    
    margin-bottom: 15px;
}
.economy_section_right {
     
        top: -54px;
    margin-bottom: -54px;
}

.economy_section_left {
   
    padding-right: 19px;
   
}

.economy_info p {    margin-bottom: 4px;}	
.economy_section_left {
    top: -111px;
    margin-bottom: -111px;
}


.news_section_banner_inner {
   
    width: 73%;
}

.news_block_width {
   
    width: 73%;
}

.news_overview_banner {
    padding: 41px 0 146px;
    
}

.info_news_block_styling h5 a {
    
    font-size: 18px;}
	
.info_news_block_styling h3 a {
    
    font-size: 26px;}
	
.featured_info h4 {
    font-size: 17px;
    
}	

.interested_inner_details h3 {
    
    font-size: 20px;}
.price_in_page_section{ padding-top:0px;margin-top: 0px;}	
	
 
	
	}
	
	
@media screen and (max-width:992px){
	
	
.economy_section_left {
    padding-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 34px;
}

.economy_section_right {
    float: none;
    width: 100%;     position: static;     margin-bottom: 0;
    
}

.level_section h5 {
     
    font-size: 19px;
   
}

.interested_inner_details h3 {
    
    font-size: 19px;
    
}

.inner_top_header {
    padding: 35px 0 128px;
}
.inner_top_header h1 {
    
    font-size: 39px;
}

.news_section_banner h1 {
    
    font-size: 39px;
     
}

.news_section_banner_inner {
    width: 80%;
}

.news_block_width {
    width: 80%;
}

.news_overview_banner {
    padding: 41px 0 56px;
}

.news_overview_inner {
    margin-top: -63px;
}

.news_overview_banner {
    padding: 41px 0 56px;
}

.news_overview_banner h1 {
    
    font-size: 39px;
    
}


/*grid*/

 

.info_news_block_styling h5 a {
    font-size: 17px;
}

/*end grid*/	
	
	}
	
	
@media screen and (max-width:767px){
	
.h_price_se_inner .market-selector{padding-left: 0px;}	
.inner_top_header {
    padding: 28px 0 138px;
     
}

.inner_top_header h1 {
    
    font-size: 26px;
}

.economy_section h2 {
     
    font-size: 26px;
     
}
.level_section {
    padding: 30px 0 15px;
}

.level_section h3 {
    padding-bottom: 10px;
    
    font-size: 23px;
}	

.level_section h4 a {
    
    font-size: 18px;}
	
.level_one {
    
    padding: 15px 0;
}
.level_descp {
    width: 100%;     margin-bottom: 40px;
     
}
.level_section h5 {
    font-size: 17px;     margin-bottom: 12px;
}
.level_descp_img {
    margin-bottom: 16px;
}

.level_section p {
    
    font-size: 15px; 
    
}
.level_section_inner {
    padding-bottom: 30px;
}

.interested_block h2 {
    
    font-size: 26px;
    
}
.interested_inner_details {
    width: 100%;     margin-bottom: 26px;
     
}
.level_section_block {
    
    padding-top: 20px;
}
.level_descp_img img{ width:100%}
.interested_block_img  img{ width:100%}

.interested_inner_details h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.interested_inner_details p {
    font-size: 15px;
     
}

.interested_inner_details span {
   
    font-size: 14px;
   padding: 20px 0 14px;
    
}

.social_icon_inner { display:none}
.news_section_banner h1 {
    font-size: 26px;
}

.news_section_banner {
    padding: 20px 0 155px;
}

.news_section_banner_inner {
    width: 100%;
}
.news_section_banner span {
     
    font-size: 14px;     margin-bottom: 0px;
     
}
.news_block_width {
    width: 100%;
}
.blog_img {
    margin-bottom: 20px;
}
.blog_content ul {
     
    margin-left: 42px;
    padding-bottom: 20px;
}

.blog_content p {
    
    padding-bottom: 20px;
}

.blog_content h3 {
    
    font-size: 23px;
     
    padding: 0px 0 14px;
}

.news_block {
    
    padding-bottom: 25px;
}

.news_overview_block1 {
     
    width: 100%;
    
}

.news_overview_block_middle {
    
    width: 100%;
    
    padding: 0;     margin-bottom: 22px;
}

.news_overview_img img{ width:100%}

.featured_block{ background:none;     padding: 0px 0px 0px;
    
    margin-top: 0px;}
	
.featured_block h2 {
    
    font-size: 26px;
     
}
.most_popular_section h2 { font-size: 26px;}

.most_popular_blocks {
    
    width: 100%;
    padding-right: 0;
}

.most_popular_blocks_right {
    float: left;
    width: 100%;
    padding-top: 26px;
}

.news_overview_inrblock {
    padding-bottom: 10px;
     
}

.featured_info span {
     
    padding: 0px 0 0px;
} 

.pagination_news_block {
    
    width: 100%;
}

.pagination_news_next {
    position: static;
	    margin-top: 20px;     text-align: center;
    
}

.news_overview_banner h1 {
    
    font-size: 26px;
    
}
.info_news_block_styling h3 a {
    font-size: 20px;
}


/*grid*/
.grid-item--width1 { width: 100%;      margin-bottom:  0px;}
.grid-item--width2 { width: 100%;      margin-bottom: 0px;}

.info_news_block_styling h5 a {
    font-size: 18px;
}

.news_overview_inner_top .info_news_block_styling h5 {
    margin-bottom: 20px;
    
}

.grid-item--height2 {
   
    margin-bottom: 25px;
}

.news_overview_inner_top { padding-bottom: 25px;}

.grid-item--height2 {
    
   
}
.news_overview_inner_top .news_overview_inrblock {
    padding-bottom: 10px;
}

.news_overview_inner_top .info_news_block_styling p {
    margin-bottom: 0;
}
.interested_inner_block {
    margin: 0 -10px;
}



/*end grid*/

	
	}