/* *************************** 
  Site - Project Name
  ---------------------------
  StyleSheet Index
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 Website Structure Styles
   ***************************/
.inner{ padding:0 20px;width: 1000px;margin: 0 auto;}
#header{ background:#034854; padding:30px 0;}
#header .inner{display: flex; justify-content: space-between; align-items: center;}
#logo{}
#comm100-float-button-2{ display:none;}
#header .header_right{color:#fff; font-size:12px;}
#header .header_right a{font-size: 12px; text-decoration:none; margin-left:15px; display:inline-block; line-height:15px;text-align: center;}
#header .header_right .icon{ background:url(../images/img_sprite_icon_top_link.png) 0 -1px no-repeat; width:15px; height:15px; display:inline-block; vertical-align:middle; margin-right:5px;}
#header .header_right .deposit_link{color: #ffffff;}
#header .header_right .deposit_link .icon{ background-position:-30px -1px;}
#header .header_right .deposit_link:hover{ color:#e35728}
#header .header_right .red_button{ background:#e35728; display:inline-block; padding:8px 0px; text-transform:uppercase;}
#header .header_right .red_button:hover{ background:#e35728;}
#header .header_right .chat_link{display:inline-block; padding:7px 0px;text-transform:uppercase;background: none !important;border: 1px solid white;}
#header .header_right .chat_link:hover{background: #ccc !important;}


.white_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#ffffff; border-radius:25px; border:1px solid #6b6b6b; padding:10px 25px; display:inline-block; color:#646464; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.white_button:hover{ background:#ffffff; border-color:#e35728; color:#e35728; text-decoration:none;}

.orange_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#e35728; border-radius:25px; border:1px solid #e35728; padding:10px 25px; display:inline-block; color:#fff; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.orange_button:hover{ background:#ff8e5c; border-color:#ff8e5c; color:#fff; text-decoration:none;}

.green_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#034854; border-radius:25px; border:1px solid #034854; padding:10px 25px; display:inline-block; color:#fff; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.green_button:hover{ background:#147875; border-color:#147875; color:#fff; text-decoration:none;}

.white_arrow_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#ffffff; border-radius:35px; border:1px solid #6b6b6b; padding:11px 18px; display:inline-block; color:#646464; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.white_arrow_button:hover{ background:#ffffff; border-color:#e35728; color:#e35728;text-decoration:none;}
.white_arrow_button:after{ content:"\f105"; font-family:'FontAwesome'; margin-left:20px;}

.orange_arrow_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#e35728; border-radius:35px; border:1px solid #e35728; padding:11px 18px; display:inline-block; color:#fff; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.orange_arrow_button:hover{ background:#ff8e5c; border-color:#ff8e5c; color:#FFF;text-decoration:none;}
.orange_arrow_button:after{ content:"\f105"; font-family:'FontAwesome'; margin-left:20px;}

.green_arrow_button{ font-family: 'Gilroy-Medium'; text-transform:uppercase; background:#034854; border-radius:35px; border:1px solid #034854; padding:11px 18px; display:inline-block; color:#fff; font-size:14px; line-height:20px; text-align:center; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; transition:all 0.2s; -webkit-appearance:none; text-decoration:none; cursor:pointer;}
.green_arrow_button:hover{ background:#147875; border-color:#147875; color:#FFF; text-decoration:none;}
.green_arrow_button:after{ content:"\f105"; font-family:'FontAwesome'; margin-left:20px;}