/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/
@media (min-width: 576px) {
    .container {
        max-width:100%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .container {
          max-width:100%;
          padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

}

@media (min-width: 1200px) {
    .container {
      max-width:1000px;
      /* padding: 0 20px; */
    }

}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #3390ff;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #3390ff;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #3390ff;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
    /* line-height: 1.5; */
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    background: #f2f2f2;
    font-size: 1.2em;
}

a {
    text-decoration: none !important;
    color: #135ab2;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #ec1b30;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

small {
    font-family: 'Helvetica', sans-serif;
}

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.nott {
    text-transform: none !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}


.text-primary {
    color: #fdb813 !important;
}
.pr-50{
  padding-right: 50px;
}
.pl-50{
  padding-left: 50px;
}
#wrapper {
    position: relative;
    float: none;
    margin: 0 auto;
}

/*common*/
#header {
    background: #fff;
    color: #000;
    padding: 30px 0;
}

#logo img {
    height: 52px;
}

#header .btn {
    border: none;
    font-size: 24px;
    padding: 14px 60px;
    line-height: normal;
}

#header .btn-primary {
    background: #fdb813;
    color: #fff;
}

#header .btn-primary:hover {
    background: #fdb813;
    color: #fff;
}

#header .btn-secondary {
    background: #cc001b;
    color: #fff;
}

#header .btn-secondary:hover {
    background: #cc001b;
    color: #fff;
}

#content {
    margin: 0 0 0 0;
    padding:30px 0 0 0;
    background: url('../images/main_bkg.jpg') no-repeat top center;
   background-size: auto;
}

#footer {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 60px 0 50px 0;
    text-align: center;
    color: #000000;
    box-shadow: 0px -10px 20px rgb(0, 0, 0, 0.8);
    background: #fdb813;
    /*  background: rgb(7,26,57);
    background: linear-gradient(0deg, rgba(7,26,57,1) 0%, rgba(0,142,168,1) 100%); */
}

#footer h3 {
    text-transform: uppercase;
    margin: 0 0 24px 0;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

#footer .btn-register {
    text-transform: uppercase;
    font-size: 22px;
    padding: 30px 70px;
    margin: 0 auto 40px auto;
    /* background: rgb(0,109,192);
    background: linear-gradient(0deg, rgba(0,109,192,1) 50%, rgba(0,148,212,1) 100%); */
    background: #013b7a;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    border: none;
}

#footer .btn-register:hover {
  background: #0760de;
    /* background: rgb(0, 126, 201);
    background: linear-gradient(0deg, rgba(0, 126, 201, 1) 50%, rgba(5, 160, 232, 1) 100%); */
}

#footer p {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.col_full {
    width: 100%;
}

.col_half,
.postcontent.bothsidebar {
    width: 48%;
}

.col_one_third {
    width: 30.63%;
}

.col_two_third {
    width: 65.33%;
}

.col_one_fourth,
.sidebar {
    width: 22%;
}

.col_three_fourth,
.postcontent {
    width: 74%;
}

.col_one_fifth {
    width: 16.8%;
}

.col_two_fifth {
    width: 37.6%;
}

.col_three_fifth {
    width: 58.4%;
}

.col_four_fifth {
    width: 79.2%;
}

.col_one_sixth {
    width: 13.33%;
}

.col_five_sixth {
    width: 82.67%;
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.col_last {
    margin-right: 0 !important;
    float: right;
    clear: right;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>img,
.fslider .slide>a>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.fslider {
    min-height: 32px;
    /* border-radius: 35px;
    border:solid 4px #fdb813;*/
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slider-wrap:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slider-wrap {
    display: block;
}

* html .slider-wrap {
    height: 1%;
}

.no-js .slider-wrap>.slide:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
    display: none;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #FFF;
}

/* Slider Caption
-----------------------------------------------------------------*/
.flex-caption {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    z-index: 20;
    width: 100%;
    height: 200px;
    max-height: 200px;
    color: #fff;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    font-size: 1em;
}

.slider-caption h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.slider-caption p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}

.slider-caption-bg {
    padding: 24px 60px;
    background:rgb(29,7,68,0.8);
    top: auto;
    bottom: 0;
    left: 0;
    text-align: center;
}

.slider-caption-bg img {
    width: auto !important;
    margin: 0 auto;
}
.slider-caption-bg p{
  margin: 0!important;
}
.slider-caption-bg a{
    color:#fff !important;
}
.slider-caption-bg a:hover{
    color:#fff !important;
}
/* Slider Arrows
-----------------------------------------------------------------*/
.slider-element .owl-carousel {
    margin: 0;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background: #fdb813;
    color: #fff;
    /* background-color: rgba(0,0,0,0.3); */
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
    margin-top: -64px;
}

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: rgba(255, 255, 255, 1);
}

.flex-prev i {
    margin-left: 9px;
}

.slider-element .owl-prev i {
    margin-left: 0;
}

.slider-arrow-right i {
    margin-left: 10px;
}

.flex-next i {
    margin-left: 11px;
}

.slider-element .owl-next i {
    margin-right: 4px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/
.slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slider-element:hover .slide-number {
    opacity: 1;
}

.slide-number-current,
.slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

.slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
}

.slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/
.slider-element .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px;
}

.slider-element .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1 !important;
    background-color: transparent !important;
    border: 1px solid #FFF;
}

.slider-element .owl-dots .owl-dot.active,
.slider-element .owl-dots .owl-dot:hover {
    background-color: #FFF !important;
}


.box {
    background: rgb(0, 0, 0, 0.8);
    padding: 24px 60px;
    margin: 0 0 100px 0;
    /* border-radius: 15px; */
}

.box_about {
    padding: 24px 60px;
    text-align: center;
    margin: 60px auto 0 auto !important;
    background: #fff;
    color:#6d6d6d;
}

.box_about p {
    margin: 0;
}

#slider {
    margin: 0 0 40px 0;
}

.deposit {
    margin: 0 0 60px 0;
}

.deposit .heading {
    background: #0a337c;
    color: #fff;
    /* border-radius: 8px 8px 0 0; */
    padding: 24px 60px;
}

.deposit .heading h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.deposit .content {
    /* border-radius: 0 0 8px 8px; */
    background: rgb(10, 22, 36, 0.7);
    padding: 24px 60px;
}
.content div.item{
	font-size: 1.2em;
	color:#fff;
	margin: 0
}
/*--------------------------------------------------------------
icon_list
-------------------------------------------------------*/
.icon_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.icon_list li {
    float: left;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}

/* FB Comment
-----------------------------------------------------------------*/
.fb_comments {
    margin: 0 ;
}

.fb_comments .heading {
    background: #013b7a;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 50px 60px;
    font-weight: normal;
}

.fb_comments .heading h2 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.fb_comments .content {
    /* background: #eaebef; */
    /* padding: 50px 60px; */
    color: #000;
}
.fb_comments .icon_arrow {
  width: 100px;
  height: auto;
}

.comment {
    margin: 0 0 16px 0;
    padding: 12px 24px;
    background: #fff;
    border-radius: 4px;
    border: solid 2px #dedfe3;
}

.comment_heading {
    position: relative;
    margin: 0 0 12px 0;
}

.comment_image {
    float: left;
    display: inline;
    width: 60px;
    margin: 0 10px 0 0;
}

.comment_title {
    margin: 0 0 0 70px;
}

.comment_more {
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/fb_more.png) no-repeat center center;
    width: 28px;
    height: 7px;
}

.comment_name {
    color: #365897;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0.1em 0 0 0;
}

.comment_date {
    color: #939499;
    font-weight: normal;
    font-size: 0.7em;
}

.comment_content {
    font-size: 0.8em;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.comment_action {}

.comment_action ul {
    list-style: none;
}

.comment_action ul li {
    float: left;
    margin: 0 30px 0 0;
}

.comment_action ul li a.fb_like {
    background: url(../images/fb_like.png) no-repeat left top;
    display: inline-block;
    width: 75px;
    height: 26px;
    cursor: pointer;
}

.comment_action ul li a.fb_comment {
    background: url(../images/fb_comment.png) no-repeat left center;
    display: inline-block;
    width: 127px;
    height: 26px;
}

.comment_action ul li a.fb_share {
    background: url(../images/fb_share.png) no-repeat left top;
    display: inline-block;
    width: 89px;
    height: 26px;
}

.circular {
    border: 1px solid silver;
    overflow: hidden;
    border-radius: 50%;
}

/*Slick*/
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #cecece;
    border-radius: 25px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #fdb813;
}



/* jQuery Growl */
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }
#growls-tl {
  top: 10px;
  left: 10px; }
#growls-tr {
  top: 10px;
  right: 10px; }
#growls-bl {
  bottom: 10px;
  left: 10px; }
#growls-br {
  bottom: 20%;
  right: 10px; }
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }
#growls-cl {
  top: 50%;
  left: 10px; }
#growls-cr {
  top: 50%;
  right: 10px; }
#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  /* opacity: 0.8;
  filter: alpha(opacity=80);*/
  opacity:1;
  filter: alpha(opacity=100);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
  }
  .growl.growl-medium {
    width: 300px;
    padding: 10px;
    margin: 10px;
  }
  .growl.growl-large {
    width: 400px;
    padding: 15px;
    margin: 15px; }

  .growl.growl-default {
    color: #fff;
    background: #0760de url('../images/alert_white.png') no-repeat 20px center ;
    padding: 30px 30px 30px 120px;
  }
  .growl.growl-error {
    color: #FFF;
    background: #C0392B; }
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }

#depositTicker ul{
  list-style: none;
  width: 100%;
}
#depositTicker .name{
  font-size: 1.4em;
}
.deposit_controls{
  text-align: center;
  margin: 10px 0 0 0;
}
.deposit_controls button{
      font-size: 0;
      line-height: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      background: #cecece;
      border-radius: 25px;
      /* float: left; */
      margin: 0 10px 0 0;
}
.deposit_controls button:hover{
      background: #fdb813;
}



  @media (min-width: 1200px) {

      #content{
          background: url('../images/main_bkg.jpg') no-repeat top center;
          background-size: cover;
      }
      #footer{
        position:relative !important;
        padding: 20px 0 20px 0;
      }
      #growls-br {
        bottom:10px;
        right: 10px;
    }

          .fb_comments{
            margin-bottom: 50px;
          }
          .fb_comments .content{
            padding: 20px 0 0 0;
                  }
    .fb_comments .icon_arrow{
      width:70px;
    }
    .fb_comments .icon_arrow_left{
      margin-right:50px;
    }
    .fb_comments .icon_arrow_right{
      margin-left:50px;
    }

  }


    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px){
        body{
          font-size: 1.2em;
        }
        #header .btn {
          font-size: 1em;
          padding: 14px 20px;
          line-height: normal;
        }
        #logo{
          height: auto !important;
        }

        #content{
          margin: 0;
          padding:  30px 0 0 0;
          background: url('../images/main_bkg.jpg') no-repeat top center;
          background-size:cover;
        }
        .box{
          padding: 24px 30px;
          margin: 0 0 50px 0;
        }
        .deposit .heading h2,
        .fb_comments .heading h2{
          font-size:28px;
        }
        .deposit .heading{
            padding: 24px 30px;
        }
        .deposit .content{
          padding: 24px 30px;
        }
        .fb_comments {
          margin-bottom: 400px;
        }
        .fb_comments .heading{
          font-size: 1.8em;
          padding: 24px 30px;
        }
        .fb_comments .content{
          padding: 0px;
        }
        .comment{
          padding: 24px;
          margin: 50px 0 10px 0;
        }
        .comment_name{
          font-size: 1.2em;
          padding: 0;
        }
        .comment_date{
          font-size: 1em;
        }
        .comment_content{
          font-size: 1.2em;
        }

        #footer{
          z-index: 99;
          position: fixed !important;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px 0 0px 0;
        }
        #footer h3{
          font-size: 1.6em;
        }
        #footer .btn-register{
          font-size: 1.6em;
          padding: 15px 35px;
        }
        #footer p{
          font-size: 1.2em;
          margin: 0;
        }
        .flex-caption{
          padding: 20px 60px 20px 60px;
          font-size: 1.2em;
          height: 200px;
          max-height: 200px;
        }
        #growls-br {
          bottom:400px;
          right: 10px;
        }

        .growl.growl-medium {
          width: 250px;
          padding: 10px;
          margin: 10px;
        }
        .growl.growl-default {
          color: #0a1623;
          background: #d9991d url('../images/alert2.png') no-repeat 20px center ;
          padding: 20px 0px 20px 90px;

        }
        .growl .growl-title{
          font-size:0.8em;
        }
        .growl .growl-message{
          font-size:0.8em;
        }
      }

    @media only screen
    and (min-device-width : 360px)
    and (max-device-width : 575px){
        body{
          font-size: 1.2em;
        }
        #header .btn {
          font-size: 1em;
          padding: 14px 20px;
          line-height: normal;
        }
        #logo{
          height: auto !important;
        }

        #content{
          margin: 0 0 0 0;
          padding: 30px 0 0 0;
          background: url('../images/main_bkg.jpg') no-repeat top center;
          background-size: cover;
        }
        .box{
          padding: 24px 30px;
          margin: 0 0 50px 0;
        }
        .box_about {
            padding: 24px 40px;
            text-align: center;
            margin: 20px auto !important;
        }
        .deposit .heading h2,
        .fb_comments .heading h2{
          font-size:28px;
        }
        .deposit .heading{
            padding: 24px 30px;
        }
        .deposit .content{
          padding: 24px 30px;
        }
        .fb_comments {
          margin-bottom: 400px;
        }
        .fb_comments .heading{
          font-size: 1.8em;
          padding: 24px 0px;
        }
        .fb_comments .content{
          padding: 24px 0px;
        }
        .comment{
          padding: 24px;
          margin: 0 0 10px 0;
        }
        .comment_name{
          font-size: 1.2em;
          padding: 0;
        }
        .comment_date{
          font-size: 1em;
        }
        .comment_content{
          font-size: 1.2em;
        }
        #footer{
          z-index: 99;
          position: fixed !important;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px 0 0px 0;
        }
        #footer h3{
          font-size: 1.6em;
        }
        #footer .btn-register{
          font-size: 1.6em;
          padding: 15px 35px;
        }
        #footer p{
          font-size: 1.2em;
          margin: 0;
        }
        .flex-caption{
          height: 200px;
          max-height: 200px;
          padding: 20px 20px 15px 20px;
          font-size:1em;
        }
        #growls-br {
          bottom:400px;
          right: 10px;
        }
        .growl.growl-medium {
          width: 250px;
          padding: 10px;
          margin: 10px;
        }
        .growl.growl-default {
          color: #0a1623;
          background: #d9991d url('../images/alert2.png') no-repeat 20px center ;
          padding: 20px 0px 20px 90px;

        }
        .growl .growl-title{
          font-size:0.8em;
        }
        .growl .growl-message{
          font-size:0.8em;
        }
        .fb_comments .icon_arrow {
          width: 50px;
        }
        .fb_comments .icon_arrow_left{
          margin-right:20px;
        }
        .fb_comments .icon_arrow_right{
          margin-left:20px;
        }
      }
