@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(//static.schoolreviewservices.com/static/fonts/montserrat.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-bold';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(//static.schoolreviewservices.com/static/fonts/montserrat_medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: local('Hind Light'), local('Hind-Light'), url(//static.schoolreviewservices.com/static/fonts/hind_300_first.woff2) format('woff2'), url(//static.schoolreviewservices.com/static/fonts/hind_300_second.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: local('Hind Regular'), local('Hind-Regular'), url(//static.schoolreviewservices.com/static/fonts/hind_400_first.woff2) format('woff2'), url(//static.schoolreviewservices.com/static/fonts/hind_400_second.woff2) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: local('Hind Medium'), local('Hind-Medium'), url(//static.schoolreviewservices.com/static/fonts/hind_500_first.woff2) format('woff2'), url(//static.schoolreviewservices.com/static/fonts/hind_500_second.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: local('Hind Semibold'), local('Hind-Semibold'), url(//static.schoolreviewservices.com/static/fonts/hind_600_first.woff2) format('woff2'), url(//static.schoolreviewservices.com/static/fonts/hind_600_second.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: local('Hind Bold'), local('Hind-Bold'), url(//static.schoolreviewservices.com/static/fonts/hind_700_first.woff2) format('woff2'), url(//static.schoolreviewservices.com/static/fonts/hind_700_second.woff) format('woff');
  font-display: swap;
}/*Display Utilities For different devices*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*Display Utilities For Ads*/
/* Ads for mobile width less than 400*/
@media (max-width: 399.98px) {
  .dc-xs-h-115{
      min-height:115px;
  }
  .dc-xs-mt-n5{
    margin-top:-5px;
  }
  .dc-xs-mt-10.srn_ads_cnt > :first-child{
    margin-top:10px;
  }
  .dc-xs-mt-15.srn_ads_cnt > :first-child{
    margin-top:15px;
  }
  .dc-xs-mt-20.srn_ads_cnt > :first-child{
    margin-top:20px;
  }
  .dc-xs-mt-21.srn_ads_cnt > :first-child{
    margin-top:21px;
  }
  .dc-xs-mb-5.srn_ads_cnt > :first-child{
    margin-bottom:5px;
  }
  .dc-xs-mb-10.srn_ads_cnt > :first-child{
    margin-bottom:10px;
  }
  .dc-xs-mb-15.srn_ads_cnt > :first-child{
    margin-bottom:15px;
  }
  .dc-xs-mb-20.srn_ads_cnt > :first-child{
    margin-bottom:20px;
  }
  .dc-xs-mb-30.srn_ads_cnt > :first-child{
    margin-bottom:30px;
  }
  .dc-xs-mb-40.srn_ads_cnt > :first-child{
    margin-bottom:40px;
  }
  .srn_ads_cnt{
      overflow:hidden !important;
  }
  .srn_ads_cnt > :first-child{
      overflow:hidden !important;
  }
  .dc-xs-mb-n10{
    margin-bottom:-10px;
  }
  .dc-xs-mb-n15{
    margin-bottom:-15px;
  }
  .dc-xs-mt-n20{
    margin-top:-20px;
  }
  .dc-xs-none {
    display: none !important;
  }
  .dc-xs-inline {
    display: inline !important;
  }
  .dc-xs-inline-block {
    display: inline-block !important;
  }
  .dc-xs-block {
    display: block !important;
  }
  .dc-xs-table {
    display: table !important;
  }
  .dc-xs-table-row {
    display: table-row !important;
  }
  .dc-xs-table-cell {
    display: table-cell !important;
  }
  .dc-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .dc-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* Ads for mobile width between 400 and 764*/
@media (min-width: 400px) and (max-width: 763.98px) {
  .dc-md-h-115{
      min-height:115px;
  }
  .dc-md-mt-n5{
    margin-top:-5px;
  }
  .dc-md-mt-10.srn_ads_cnt > :first-child{
    margin-top:10px;
  }
  .dc-md-mt-15.srn_ads_cnt > :first-child{
    margin-top:15px;
  }
  .dc-md-mt-20.srn_ads_cnt > :first-child{
    margin-top:20px;
  }
  .dc-md-mt-21.srn_ads_cnt > :first-child{
    margin-top:21px;
  }
  .dc-md-mb-5.srn_ads_cnt > :first-child{
    margin-bottom:5px;
  }
  .dc-md-mb-10.srn_ads_cnt > :first-child{
    margin-bottom:10px;
  }
  .dc-md-mb-15.srn_ads_cnt > :first-child{
    margin-bottom:15px;
  }
  .dc-md-mb-20.srn_ads_cnt > :first-child{
    margin-bottom:20px;
  }
  .dc-md-mb-30.srn_ads_cnt > :first-child{
    margin-bottom:30px;
  }
  .dc-md-mb-40.srn_ads_cnt > :first-child{
    margin-bottom:40px;
  }
  .dc-md-mb-n10{
    margin-bottom:-10px;
  }
  .dc-md-mb-n15{
    margin-bottom:-15px;
  }
  .dc-md-mt-n20{
    margin-top:-20px;
  }
  .dc-md-none {
    display: none !important;
  }
  .dc-md-inline {
    display: inline !important;
  }
  .dc-md-inline-block {
    display: inline-block !important;
  }
  .dc-md-block {
    display: block !important;
  }
  .dc-md-table {
    display: table !important;
  }
  .dc-md-table-row {
    display: table-row !important;
  }
  .dc-md-table-cell {
    display: table-cell !important;
  }
  .dc-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .dc-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* Ads for mobile width between 765 and 999*/
@media (min-width: 765px) and (max-width: 998.98px) {
    .srn_ads_cnt{
        position:relative;
    }
   .srn_ads_cnt.header-overlay.has-overlay:before{
        background-color: white;
        opacity: 1;
        height: 100%;
        width: 100%;
        margin-bottom: -100%;
        position: absolute;
        z-index: 9999;
        left: 0;
        top:0;
        content:'';
   }
   .srn_ads_cnt.custom-sticky-ads{
     text-align:left;
     width:100%;
     height:600px;
   }
  .dc-lg-ml-10.srn_ads_cnt > :first-child{
    margin-left:10px;
  }
  .dc-lg-mr-10.srn_ads_cnt > :first-child{
    margin-right:10px;
  }
  .dc-lg-mt-10.srn_ads_cnt > :first-child{
    margin-top:10px;
  }
  .dc-lg-mt-15.srn_ads_cnt > :first-child{
    margin-top:15px;
  }
  .dc-lg-mt-20.srn_ads_cnt > :first-child{
    margin-top:20px;
  }
  .dc-lg-mt-21.srn_ads_cnt > :first-child{
    margin-top:21px;
  }
  .dc-lg-mb-20.srn_ads_cnt > :first-child{
    margin-bottom:20px;
  }
  .dc-lg-mb-10.srn_ads_cnt > :first-child{
    margin-bottom:10px;
  }
  .dc-lg-mb-n10{
    margin-bottom:-10px;
  }
  .dc-lg-mb-n18{
    margin-bottom:-18px;
  }
  .dc-lg-none {
    display: none !important;
  }
  .dc-lg-inline {
    display: inline !important;
  }
  .dc-lg-inline-block {
    display: inline-block !important;
  }
  .dc-lg-block {
    display: block !important;
  }
  .dc-lg-table {
    display: table !important;
  }
  .dc-lg-table-row {
    display: table-row !important;
  }
  .dc-lg-table-cell {
    display: table-cell !important;
  }
  .dc-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .dc-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tmsads-lg-float-left{
     float:left;
  }
  .tmsads-lg-float-right{
     float:right;
  }
}
@media (min-width: 1000px) {
    .srn_ads_cnt{
        position:relative;
    }
   .srn_ads_cnt.header-overlay.has-overlay:before{
        background-color: white;
        opacity: 1;
        height: 100%;
        width: 100%;
        margin-bottom: -100%;
        position: absolute;
        z-index: 9999;
        left: 0;
        top:0;
        content:'';
   }
   .srn_ads_cnt.custom-sticky-ads{
     text-align:left;
     width:300px;
     height:600px;
   }
  .dc-xl-ml-10.srn_ads_cnt > :first-child{
    margin-left:10px;
  }
  .dc-xl-mr-10.srn_ads_cnt > :first-child{
    margin-right:10px;
  }
  .dc-xl-mt-10.srn_ads_cnt > :first-child{
    margin-top:10px;
  }
  .dc-xl-mt-15.srn_ads_cnt > :first-child{
    margin-top:15px;
  }
  .dc-xl-mt-20.srn_ads_cnt > :first-child{
    margin-top:20px;
  }
  .dc-xl-mt-21.srn_ads_cnt > :first-child{
    margin-top:21px;
  }
  .dc-xl-mb-20.srn_ads_cnt > :first-child{
    margin-bottom:20px;
  }
  .dc-xl-mb-10.srn_ads_cnt > :first-child{
    margin-bottom:10px;
  }
  .dc-xl-mb-n10{
    margin-bottom:-10px;
  }
  .dc-xl-mb-n18{
    margin-bottom:-18px;
  }
  .dc-xl-none {
    display: none !important;
  }
  .dc-xl-inline {
    display: inline !important;
  }
  .dc-xl-inline-block {
    display: inline-block !important;
  }
  .dc-xl-block {
    display: block !important;
  }
  .dc-xl-table {
    display: table !important;
  }
  .dc-xl-table-row {
    display: table-row !important;
  }
  .dc-xl-table-cell {
    display: table-cell !important;
  }
  .dc-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .dc-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tmsads-xl-float-left{
     float:left;
  }
  .tmsads-xl-float-right{
     float:right;
  }
}
* {
    line-height:1.5;
    border: 0 none;
    margin: 0;
    padding: 0;
}
HTML {
    font-size:100%;
    overflow-y: scroll;
    color:#494949;
    font-family: Hind, sans-serif;
    font-weight: 300;
	scroll-behavior: smooth;
}
HTML, BODY, DIV, SPAN, IFRAME, H1, H2, H3, P, A, EM, FONT, IMG, STRONG, DL, DT, DD, UL, OL, LI, FORM, LABEL, TABLE, TR, TD {
    border:none;
    outline:none;
    vertical-align:baseline;
    font-family:Hind, sans-serif;
    font-weight: 300;
    margin:0;
    padding:0;
}
.srn_ads_cnt{
    position: relative;
    text-align:center;
    vertical-align:middle;
    overflow:hidden !important;
    height:auto;
}
.srn_ads_cnt.tmsads-all{
    overflow:visible !important;
}
.srn_ads_cnt > :first-child{
    width: 100%;
    height: 100%;
    text-align:center;
    vertical-align:middle;
    overflow:hidden !important;
}
.srn_ads_cnt.tmsads-all > :first-child{
    overflow:visible !important;
}
.srn_ads_cnt:after,.srn_ads_cnt:before{
    clear:both !important;
}
.ga_wrapper{
    position:relative;
}
.overlayDiv{
    background-color: white;
    opacity: 1;
    height: 100%;
    width:100%;
    margin-bottom: -100%;
    position:absolute;
    z-index:9999;
}
.tmsads-float-left{
    float:left;
}
.tmsads-float-right{
    float:right;
}
.tms-right-sticky{
    position: fixed;
    display: block;
    top: 250px;
    right: 20px;
    width: 160px;
    height: 600px;
    z-index: 100;
    background-color: #fff;
}
.tms-left-sticky{
    position: fixed;
    display: block;
    top: 250px;
    left: 20px;
    width: 160px;
    height: 600px;
    z-index: 100;
    background-color: #fff;
}
.no-js img.lazyload {
    display: none;
}
img.lazyload:not([src]) {
    visibility: hidden;
}
HTML, BODY {
    font-family: Hind, sans-serif;
    background:#FFFFFF;
    margin:0 auto;
    padding:0;
    min-height:100% !important;
    height:auto;
}
body{
    padding-bottom:0 !important;
}
UL, OL {
    list-style:none;
}
td, th {
    vertical-align: middle;
    padding: 10px;
}
input, select, textarea {
    border-color: #9fa6ac;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    font-family: inherit;
    font-size: 1em;
    color: #494949;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}
input[type="button"],input[type="submit"],input[type="reset"]{
    -webkit-appearance: none;
}
input[type="radio"] {
    margin-right:4px !important;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}
SELECT > OPTION {
    text-indent: 8px;
}
input:focus{
    outline: 0px none;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}
A {
    color:#FFF;
    text-decoration:none;
    cursor:pointer;
    word-break: break-word;
}
A:visited {
    color:#FFF;
}
A:hover {
    color:#F4B350;
    text-decoration:none;
}
A:active {
    color: #2c9fe4;
}
a.link_color_1,a.link_color_1:visited{
    color: #00A0C4;
    font-weight: 900;
}
a.link_color_2,a.link_color_2:visited,.top_recommended a,.top_recommended a:visited,#notfound-page .common_content a,#notfound-page .common_content a:visited{
    color: #00a0c3;
}
a.link_color_2.red,a.link_color_2.red:visited{
    color:red;
}
a.link_color_3,a.link_color_3:visited{
    font-weight: 900;
    color: #1e8bc3;
    font-size: 18px;
}
a.link_color_4:hover,a.link_color_4:active,a.link_color_4:visited{
    color:#FFF;
}
.button_type_1{
    background-color: #00a0c3;
    color: #fff;
    cursor: pointer;
    padding:10px;
}
.float-left {
    float: left;
}
.float-right{
    float: right;
}
.break, .clear {
    clear:both;
}
.just-mobile-show-inline, .just-mobile-show-block {
    display:none;
}
.just-desktop-show-inline {
    display:inline;
}
.just-desktop-show-block {
    display:block;
}
.bold{
    font-weight:bold;
}
.center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.user_message.emphasized{
    color:red;
    text-align: center;
    margin: 10px;
    font-weight: bold;
}
.f_14{
    font-size:14px;
}
.f_16{
    font-size:16px;
}
.f_18{
    font-size:18px;
}
.f_18_size_1{
    font-size:18px;
    color: #244673;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.f_18_size_2{
    font-style:normal;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.f_18_size_3{
    font-size: 18px;
    font-weight: 300;
    color: #616161;
}
.f_18_size_4{
    font-size: 18px;
    color: #616161;
}
.f_18_size_5{
    font-weight: 900;
    color: #1e8bc3;
    font-size: 18px;
}
.f_25_size_1{
    font-size: 28px;
    line-height: 1.3;
    font-weight: 300;
}
.f_25_size_2{
    font-size:28px;
    color: #244673;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.f_h1_size{
    font-size:2em;
}
.text_color{
    color: #FB6119;
}
.error_color,.error{
    color:red;
}
input.error,textarea.error{
    margin-right:1%;
}
.bg-green{
    background-color: green;
    color: #fff;
}
.bg-red{
    background-color: red;
    color: #fff; 
}
.bg-yellow{
    background-color: yellow;
    color:#244673;
}
.selected_row {
    background-color: #00a0c3;
}
.tool_color {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin: 1%;
}
.tool_color_box{
    width:30px;
    height:30px;
    border-radius:15px;
}
.bg-color-1{
    background-color: #00a0c3;
}
.m_all_10{
    margin:10px;
}
.m_right_10{
    margin-right:10px
}
.m_bottom_10{
    margin-bottom:10px;
}
.m_bottom_20{
    margin-bottom:20px;
}
.margin_10{
    margin: 10px auto;
    overflow: hidden;
}
.margin_20_type_1{
    margin: 20px 10px;
}
.inline-block{
    display:inline-block;
}
.common_display_1{
    display:inline-block;
}
.common_top{
    margin:20px 0;
}
.common_top_1{
    margin-top:20px;
}
.common_top_2{
    margin-top:20px;
    margin-bottom:10px;
}
.common_top_3{
    margin:10px 0;
}
.common_content{
    padding: 20px;
    background-color: #FFF;
    font-family: Hind, sans-serif;
    border: 1px solid #D0D0D0;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
}
.common_header{
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #D0D0D0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #244673;
}
.common_header h1,.common_header h2,.common_header h3{
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}
.common_header_1{
    color: #494949;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}
.common_select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    font-family: inherit;
    font-size: 1em;
    color: #494949;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 90%;
    margin: 5px auto;   
}
.common_button{
    background-color: #00a0c3;
    margin-right: 4px;
    color: #fff !important;
    padding: 10px;
    cursor: pointer;
}
.common_button_orange{
    background: #FB6119;
    width: 80%;
    border-radius: 5px;
    margin: 20px auto;
    font-size: 14px;
    padding: 5px 10px;
}
.common_button_blue{
    background: #00A0C4;
    border-radius: 5px;
    width: 80%;
    margin: 20px auto;
    font-size: 14px;
    padding: 5px 10px;
}
.box_border{
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}
.box_border_1{
    border: 1px solid #D0D0D0;
    border-radius: 0 0 5px 5px;
}
.box_border_2{
    border: 1px solid #D0D0D0;
    border-top:none;
    border-radius: 0 0 5px 5px;
}
.box_border_dropdown_list{
    border: 1px solid #d0d0d0;
    padding: 25px 0;
    background-color: #fbfcfb;
    border-top: none;
    position: relative;
}
.box_border_dropdown_list:after {
    content: "";
    height: 30px;
    display: inline-block;
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -22px -161px;
    width: 56px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 30px;
    right: 5%;
    z-index: 1;
    pointer-events: none;
}
.box_border_top{
    border-top: 1px solid #d0d0d0;
}
.panel_1{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 160, 195, 0.8);
    height: 50px;
    border-radius:5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: Montserrat, sans-serif;
    overflow:hidden;
}
.headerbox{
    margin: 10px 0 0;
}
.headerbox-title{
    color: #FFF;
    font-size: 18px;
    background-color: #00A0C3;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #D0D0D0;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}
.headerbox-title.no-margin-bottom{
    margin-bottom:0px;
    border-radius: 5px 5px 0 0;
}
.panel_1 h1,.panel_1 h2,.panel_1 h3{
    color:#FFF;
    text-align:center;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
}
.box_cnt{
    background-color: #fff;
    color: #244673;
    border: 1px solid #D0D0D0;
    padding: 10px 0;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
.box_cnt_1{
    background-color: #fff;
    color: #244673;
    border: 1px solid #D0D0D0;
    padding: 15px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: center;
}
.box_cnt_2{
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.min_height{
    min-height:420px;
}
.link_div{
    padding:10px;
}
.link_div a {
  text-decoration: none;
}
.list-text{
    background: #00A0C4;
    margin: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}
.list-text-link{
    margin-left: 0;
    color: #FFFFFF;
    line-height: 3.0;
}
.categories_links.link_div{
    padding:20px;
}
.categories_links .list-text{
    background: #FFFFFF;
    margin: 0 0 10px;
    padding:0;
    text-align:left;
}
.categories_links .list-text-link{
    color: #0092ba;
    text-decoration: none;
    line-height: 1.5;
}
.categories_links .icon-tiny-fish{
    width: 30px;
    display: inline-block;
}
.spamtrap{
    display: none;
    visibility: hidden;
}
.ga_wrapper{
    position:relative;
}
.overlayDiv{
    background-color: white;
    opacity: 1;
    height: 100%;
    width:100%;
    margin-bottom: -100%;
    position:absolute;
    z-index:9999;
}
.pagination_cnt a{
    color: #00A0C3;
    margin: 10px 5px;
    display: inline-block;
}
.pagination_cnt span{
    margin: 10px 5px;
    display: inline-block;
}
/*Icons*/
a.icon-faq:before{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -111px -15px;
    width: 26px;
    height: 22px;
    vertical-align: middle;
    content:'';
    display: inline-block;
}
a.icon-search:before{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -62px -64px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    content:'';
    display: inline-block;
}
.icon-forum{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -63px -15px ;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; 
}
.icon-mobile-nav{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -15px -117px ;
    width: 21px;
    height: 20px;
    display:inline-block;
    vertical-align: middle;
}
.icon-search-zoom{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -110px -113px ;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.icon-desc{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -470px -521px ;
    width: 11px;
    height: 9px;
    display:inline-block;
}
.icon-asc{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -516px -522px ;
    width: 11px;
    height: 9px;
    display:inline-block;
}
.icon-corals-inverts{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -612px -10px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-freshwater-fish{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -613px -76px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-freshwater-tanks{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -614px -144px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-planted-tank{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -615px -211px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-reef-tank{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -615px -276px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-saltwater-fish{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -615px -346px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-saltwater-tanks{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -615px -413px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-tank-size{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    background-position: -616px -482px ;
    width: 75px;
    height: 56px;
    border-radius: 28px;
}
.icon-tiny-fish{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -164px -71px;
    width: 17px;
    height: 8px;
    display: inline-block;
}
.common_background{
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    display:inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.Angola{background-position: -262px -15px ;width: 18px;height: 13px;}
.Antigua{
    background-position: -314px -15px ;
    width: 21px;
    height: 14px;
}
.Argentina{
    background-position: -360px -17px ;
    width: 20px;
    height: 13px;
}
.Armenia{
    background-position: -415px -19px ;
    width: 20px;
    height: 13px;
}
.Australia{
    background-position: -464px -18px ;
    width: 20px;
    height: 12px;
}
.Austria{
    background-position: -512px -21px ;
    width: 20px;
    height: 12px;
}
.Bahamas{
    background-position: -565px -17px ;
    width: 20px;
    height: 13px;
}
.Bahrain{
    background-position: -264px -115px ;
    width: 21px;
    height: 14px;
}
.Bangladesh{
    background-position: -216px -17px ;
    width: 21px;
    height: 14px;
}
.Barbados{
    background-position: -265px -69px ;
    width: 21px;
    height: 14px;
}
.Belgium{
    background-position: -313px -69px ;
    width: 18px;
    height: 13px;
}
.Bermuda{
    background-position: -365px -70px ;
    width: 20px;
    height: 12px;
}
.Bolivia{
    background-position: -414px -69px ;
    width: 21px;
    height: 14px;
}
.Brazil{
    background-position: -463px -69px ;
    width: 20px;
    height: 13px;
}
.Brunei{
    background-position: -511px -69px ;
    width: 21px;
    height: 14px;
}
.Canada{
    background-position: -561px -69px ;
    width: 21px;
    height: 13px;
}
.Cayman_Islands{
    background-position: -216px -120px ;
    width: 20px;
    height: 12px;
}
.Chile{
    background-position: -215px -68px ;
    width: 20px;
    height: 12px;
}
.China{
    background-position: -315px -118px ;
    width: 20px;
    height: 13px;
}
.Colombia{
    background-position: -363px -118px ;
    width: 21px;
    height: 14px;
}
.Costa_Rica{
    background-position: -414px -116px ;
    width: 20px;
    height: 13px;
}
.Croatia{
    background-position: -465px -119px ;
    width: 20px;
    height: 12px;
}
.Cuba{
    background-position: -512px -119px ;
    width: 21px;
    height: 14px;
}
.Cyprus{
    background-position: -562px -118px ;
    width: 21px;
    height: 14px;
}
.Czech_Republic{
    background-position: -213px -171px ;
    width: 20px;
    height: 12px;
}
.Denmark{
    background-position: -267px -169px ;
    width: 20px;
    height: 13px;
}
.Dominican_Republic{
    background-position: -315px -169px ;
    width: 19px;
    height: 13px;
}
.Ecuador{
    background-position: -364px -166px ;
    width: 20px;
    height: 13px;
}
.Egypt{
    background-position: -414px -168px ;
    width: 20px;
    height: 13px;
}
.El_Salvador{
    background-position: -465px -166px ;
    width: 20px;
    height: 13px;
}
.Estonia{
    background-position: -515px -169px ;
    width: 20px;
    height: 12px;
}
.Europe{
    background-position: -563px -166px ;
    width: 20px;
    height: 13px;
}
.Finland{
    background-position: -16px -220px ;
    width: 20px;
    height: 13px;
}
.France{
    background-position: -65px -220px ;
    width: 18px;
    height: 13px;
}
.Germany{
    background-position: -113px -222px ;
    width: 20px;
    height: 12px;
}
.Great_Britain{
    background-position: -161px -219px ;
    width: 19px;
    height: 13px;
}
.Greece{
    background-position: -210px -215px ;
    width: 20px;
    height: 14px;
}
.Guatemala{
    background-position: -264px -220px ;
    width: 18px;
    height: 13px;
}
.Honduras{
    background-position: -313px -215px ;
    width: 19px;
    height: 13px;
}
.Hungary{
    background-position: -363px -222px ;
    width: 21px;
    height: 14px;
}
.Iceland{
    background-position: -411px -222px ;
    width: 20px;
    height: 12px;
}
.India{
    background-position: -466px -217px ;
    width: 19px;
    height: 13px;
}
.Indonesia{
    background-position: -515px -219px ;
    width: 20px;
    height: 12px;
}
.Iran{
    background-position: -565px -216px ;
    width: 19px;
    height: 13px;
}
.Iraq{
    background-position: -16px -271px ;
    width: 20px;
    height: 13px;
}
.Ireland{
    background-position: -65px -269px ;
    width: 18px;
    height: 13px;
}
.Israel{
    background-position: -112px -270px ;
    width: 21px;
    height: 12px;
}
.Italy{
    background-position: -164px -271px ;
    width: 18px;
    height: 13px;
}
.Jamaica{
    background-position: -211px -269px ;
    width: 20px;
    height: 13px;
}
.Japan{
    background-position: -262px -268px ;
    width: 20px;
    height: 12px;
}
.Jordan{
    background-position: -313px -270px ;
    width: 20px;
    height: 13px;
}
.Kazakstan{
    background-position: -363px -270px ;
    width: 20px;
    height: 13px;
}
.Kenya{
    background-position: -415px -269px ;
    width: 19px;
    height: 14px;
}
.Kuwait{
    background-position: -464px -270px ;
    width: 20px;
    height: 13px;
}
.Latvia{
    background-position: -512px -270px ;
    width: 20px;
    height: 13px;
}
.Lebanon{
    background-position: -565px -267px ;
    width: 20px;
    height: 13px;
}
.Lithuania{
    background-position: -14px -317px ;
    width: 20px;
    height: 13px;
}
.Malawi{
    background-position: -61px -318px ;
    width: 20px;
    height: 13px;
}
.Malaysia{
    background-position: -114px -320px ;
    width: 20px;
    height: 14px;
}
.Malta{
    background-position: -162px -318px ;
    width: 21px;
    height: 14px;
}
.Mauritius{
    background-position: -212px -319px ;
    width: 21px;
    height: 13px;
}
.Mexico{
    background-position: -263px -317px ;
    width: 20px;
    height: 12px;
}
.Morocco{
    background-position: -313px -318px ;
    width: 22px;
    height: 14px;
}
.Mozambique{
    background-position: -364px -316px ;
    width: 21px;
    height: 14px;
}
.Nato{
    background-position: -411px -321px ;
    width: 20px;
    height: 13px;
}
.Netherlands{
    background-position: -465px -318px ;
    width: 20px;
    height: 12px;
}
.New_Zealand{
    background-position: -515px -320px ;
    width: 20px;
    height: 12px;
}
.Nicaragua{
    background-position: -566px -320px ;
    width: 19px;
    height: 13px;
}
.Nigeria{
    background-position: -13px -370px ;
    width: 21px;
    height: 13px;
}
.None{
    background-position: -63px -369px ;
    width: 20px;
    height: 13px;
}
.Norway{
    background-position: -115px -372px ;
    width: 20px;
    height: 12px;
}
.Other{
    background-position: -162px -371px ;
    width: 20px;
    height: 13px;
}
.Pakistan{
    background-position: -213px -368px ;
    width: 20px;
    height: 12px;
}
.Panama{
    background-position: -263px -369px ;
    width: 18px;
    height: 14px;
}
.Paraguay{
    background-position: -313px -371px ;
    width: 21px;
    height: 14px;
}
.Peru{
    background-position: -365px -369px ;
    width: 18px;
    height: 13px;
}
.Phillippines{
    background-position: -412px -368px ;
    width: 21px;
    height: 14px;
}
.Poland{
    background-position: -462px -372px ;
    width: 20px;
    height: 12px;
}
.Portugal{
    background-position: -517px -370px ;
    width: 18px;
    height: 13px;
}
.Puerto_Rico{
    background-position: -563px -370px ;
    width: 20px;
    height: 13px;
}
.Quatar{
    background-position: -12px -421px ;
    width: 21px;
    height: 14px;
}
.Romania{
    background-position: -63px -419px ;
    width: 18px;
    height: 13px;
}
.Russia{
    background-position: -115px -420px ;
    width: 20px;
    height: 13px;
}
.Saudi_Arabia{
    background-position: -163px -418px ;
    width: 20px;
    height: 13px;
}
.Singapore{
    background-position: -215px -419px ;
    width: 20px;
    height: 13px;
}
.Slovakia{
    background-position: -265px -418px ;
    width: 20px;
    height: 12px;
}
.Slovenia{
    background-position: -313px -421px ;
    width: 20px;
    height: 12px;
}
.Solomon_Islands{
    background-position: -368px -421px ;
    width: 20px;
    height: 13px;
}
.Somalia{
    background-position: -414px -420px ;
    width: 21px;
    height: 13px;
}
.South_Africa{
    background-position: -465px -421px ;
    width: 20px;
    height: 12px;
}
.South_Korea{
    background-position: -515px -422px ;
    width: 20px;
    height: 12px;
}
.Spain{
    background-position: -565px -416px ;
    width: 20px;
    height: 13px;
}
.Sri_Lanka{
    background-position: -16px -471px ;
    width: 21px;
    height: 13px;
}
.St_Vincent_Grenadines{
    background-position: -68px -471px ;
    width: 21px;
    height: 13px;
}
.Surinam{
    background-position: -118px -470px ;
    width: 19px;
    height: 13px;
}
.Sweden{
    background-position: -166px -470px ;
    width: 19px;
    height: 13px;
}
.Switzerland{
    background-position: -212px -469px ;
    width: 19px;
    height: 13px;
}
.Taiwan{
    background-position: -266px -468px ;
    width: 20px;
    height: 13px;
}
.Thailand{
    background-position: -312px -469px ;
    width: 20px;
    height: 13px;
}
.Trinidad_Tobago{
    background-position: -364px -470px ;
    width: 21px;
    height: 13px;
}
.Turkey{
    background-position: -415px -468px ;
    width: 21px;
    height: 13px;
}
.Ukraine{
    background-position: -466px -471px ;
    width: 20px;
    height: 12px;
}
.UN{
    background-position: -512px -467px ;
    width: 20px;
    height: 13px;
}
.United_Arab_Emirates{
    background-position: -567px -468px ;
    width: 21px;
    height: 12px;
}
.United_Kingdom{
    background-position: -17px -515px ;
    width: 19px;
    height: 13px;
}
.United_States{
    background-position: -68px -517px ;
    width: 20px;
    height: 13px;
}
.Uruguay{
    background-position: -114px -517px ;
    width: 20px;
    height: 13px;
}
.Venezuela{
    background-position: -166px -519px ;
    width: 21px;
    height: 13px;
}
.Wales{
    background-position: -212px -519px ;
    width: 24px;
    height: 14px;
}
.Yugoslavia{
    background-position: -265px -517px ;
    width: 20px;
    height: 13px;
}
.Zambia{
    background-position: -312px -515px ;
    width: 20px;
    height: 13px;
}
.Zimbabwe{
    background-position: -364px -515px ;
    width: 21px;
    height: 14px;
}
/*ImageRatingDetailsView Start*/
.photo-list-image-row{
    display:block;
    position:relative;
}
.photo_unit{
    display: inline-block;
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    vertical-align: top;
    position: relative;
}
.top-tank-photo-list .photo_unit{
    width: 100%;
}
.photo_unit.left_cnt{
    margin-left:0;
    margin-right:20px;
}
.photo_unit.right_cnt{
    margin-left:0;
    margin-right:0;
}
.photo_unit.main_photo{
    width: 100%;
    margin-left:0;
    margin-right:0;
}
.photo_unit img.image_detail{
    max-width: 100%;
    width:100%;
    height:auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:block;
}
.photo_unit.main_photo img.image_detail{
    border-radius:5px;
}
#rate_fishtanks .photo_unit.main_photo img.image_detail{
    border-radius:5px 5px 0 0;
}
#article .photo_unit_bottom,#article .panel_2{
	display:none;
}
.photo_unit_bottom{
    padding:20px;
    overflow: hidden;
    background-color: #FBFCFB;
    border: 1px solid #D0D0D0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photo_unit_bottom.tank_info_content{
    border-top:none;
}
.photo_unit_bottom.tank_info_content div.clear{
    margin-bottom:10px;
}
#user_social_box .photo_unit_bottom.tank_info_content{
    padding:20px !important;
}
#rate_fishtanks .photo_unit_bottom{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display:none;
}
.photo_unit_bottom .left{
    display:inline-block;
    width:30%;
    color:#FB6119;
}
.photo_unit_bottom .right{
    display:inline-block;
    width: 68%;
    vertical-align: top;
    overflow-wrap: break-word;
}
.top-tank-photo-list .photo_unit_bottom .left{
    width:35%;
    display: inline-block;
}
.top-tank-photo-list .photo_unit_bottom .right{
    width:63%;
    display: inline-block;
}
.photo_unit a, .photo_unit_bottom a{
    color:#00A0C3;
}
.panel_2{
    line-height: 50px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 50px;
    font-family: Montserrat,sans-serif;
    overflow: hidden;
    margin-top: -50px;
    border-radius: 0;
    background-color: rgba(0,160,195,.4);
    color: #fff;
}
.panel_2 .foot_left, .panel_2 .foot_right {
    width: 45%;
    margin: 15px 2%;
    display: inline-block;
    position: relative;
}
.panel_2 .foot_center{
    width: 90%;
    margin: 15px 2%;
    display: inline-block;
    position: relative;
    text-align:center;
}
.panel_2 .foot_left{
    text-align:left;
}
.panel_2 .foot_right{
    text-align:right;
}
.panel_2 .foot_left_1,.panel_2 .foot_center_1,.panel_2 .foot_right_1{
    line-height: 3;
    font-size: 16px;
    color: #fff;
}
.panel_2 .foot_left_1{
    margin-left: 20px;
    float: left;
}
.panel_2 .foot_center_1{
    position: absolute;
    top: 0;
    left: 38%;
}
.panel_2 .foot_right_1{
    float: right;
    background-color: #fb6119;
    width: 120px;
    text-align: center;
    height: 50px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
/*ImageRatingDetailsView End*/
/*Box Header End*/
#page-container {
    min-height:100% !important;
    height:auto;
    position:relative;
}
#header-wrapper {
    width:100%;
    height:auto;
    background-color:#244673;
}
#header {
    max-width: 980px;
    height: 100px;
    margin: 0 auto;
    font-weight: 400;
}
.logo{
    display: block;
    float: left;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    width: 210px;
    margin-left: 20px;
    vertical-align: middle;
}
.logo img{
    vertical-align: middle;
}
.search_bar {
    margin-left: 60px;
    margin-right: 0;
    padding-top: 35px;
    float: left;
    position:relative;
}
#m-login{
    display:none;
}
#login_line{
    float: right;
    font-size: 15px;
    margin: 35px 20px 0 0;
}
#login_line #login_btn{
    width: 60px;
}
#login_line #ca_btn{
    width: 160px;
    background-color: #FB6119;
    color: #fff;
}
#login_line a{
    padding: 7px;
    border-radius: 5px;
    text-decoration:none;
    display:inline-block;
    font-weight: 600;
    font-size: 16px;
    text-align:center;
}
#login_line a:hover{
    color: #fff;
}
#login_line span {
    color: #FFF;
}
#login_btn{
    margin-right: 4px;
}
.login_btn {
    background-color: #00a0c3;
    color: #FFF;
    width: 150px;
    cursor: pointer;
    border-radius: 5px;
}
.search-input{
    border-radius: 5px;
    width: 400px;
    height: 30px;
    text-indent: 10px;
}
.search-btn {
    position: absolute;
    background-color: #00A0C3;
    display: block;
    width: 60px;
    height: 30px;
    top: 39px;
    left: 344px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
#cse-search-box-3 .search-input{
    width:70%;
    float:left;
}
#cse-search-box-3 .search-btn{
    float: left;
    position: inherit;
    height: 36px;
    margin-left: 10px;
    display:inline-block !important;
}
.m-search-bar {
    padding: 30px 0;
    text-align: center;
    background-color: #244673;
    display:none;
    position:relative;
}
#navigation-wrapper{
    background-color: #284d7f;
    margin-left: auto;
    margin-right: auto;
}
.popular-now-span{
    color:#FFF;
    float: none !important;
    margin-left: 0 !important;
}
#menuarea-wrapper div.down-list ul {
    position: absolute;
    background-color: #284d7f;
    width: 270px;
    text-align: left;
    border: 5px solid #00A0C3;
    padding: 8px 0 10px 10px;
    min-height: 150px;
    z-index: 999999999;
}
#menuarea-wrapper div.down-list ul.articles {
    margin-left: 280px;
    border-radius: 0 0 9px 0;
    width: 290px;
}
#menuarea-wrapper div.down-list ul{
    display: none;
}
#menuarea-wrapper div.down-list ul li{
    margin:10px 0;
}
#menuarea-wrapper div.down-list ul li a.li-a-img{
    display: inline-block;
}
#menuarea-wrapper div.down-list ul li a img{
    vertical-align:middle;
    width: 50px;
    height: 30px;
}
#menuarea-wrapper div.down-list ul li a.li-a-title{
    display: inline-block;
    width: 70%;
    margin-left: 15px;
}
#menuarea-wrapper div.down-list ul.articles li a.li-a-title{
    vertical-align:top
}
#menuarea-wrapper div.down-list ul.subcategory {
    border-radius: 0 0 0 9px;
    border-right: none;
}
.navigation{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.menu ul{
    font-family: Montserrat, sans-serif;
}
.menu li{
    display:inline-block;
}
.menu li a{
    text-decoration: none;
    display: block;
    height:50px;
    line-height:50px;
    padding:0 10px;
}
.menu li.dropdown_li a:hover,.menu li.dropdown_li.menu_hover a{
    color:#fff;
    background-color:#F4B350;
}
.menu li.dropdown_li ul.subcategory,.menu li.dropdown_li ul.articles {
    display:none;
}

#footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: #244673;
    min-height: 50px;
    font-family: Hind, sans-serif;
    font-size: 15px;
    margin-top:20px;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 25px 0;
}
#foot-link{
    float:left;
}
#foot-logo-info{
    float:right;
}
#foot-link ul{
    float: left;
    width:200px;
}
#foot-link li{
    line-height:35px;
}
#footer .logo{
    margin: 0 18px;
}
#copyright_text{
    text-align: center;
    color: #FFF;
}
.grecaptcha-badge {
    visibility: hidden
}
.gcaptcha-text {
    font-size: 12px;
    margin-top: 15px
}
#main-wrapper{
    width:980px;
    margin:0 auto;
    padding:0;
}
#main-headline-wrapper {
    line-height:1.1;
    overflow:hidden;
}
#breadcrumbs,.breadcrumbs {
    font-size: 16px;
    margin: 15px 0 4px;
    color: #98999a;
}
#breadcrumbs a,.breadcrumbs a{
    color:#00A0C3;
}
#content-headline-wrapper.has-breadcrumbs{
    margin: 16px 0 0;
}
#content-headline-wrapper.no-breadcrumbs{
    margin: 20px 0 0;
}
#content-headline-wrapper{
    width:auto;
}
#content-headline-wrapper.chw-layout-2{
    width:auto;
}
#content-headline-wrapper.chw-layout-1{
    width:824px;
}
#content-headline-wrapper.chw-layout-1.has-hm{
    width:794px;
}

/*aquarium-gallery-list*/
.aquarium_gallery_list {
    padding: 20px;
    background-color: #FCFCFC;
    border: 1px solid #D0D0D0;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aquarium_gallery_unit{
    position:relative;
    color: #0092BA;
    vertical-align: top;
    display: inline-block;
    width: 33%;
    margin-bottom: 20px;
}
.aquarium_gallery_unit .right_link{
    position: absolute;
    top: 6px;
    left: 85px;
    color: #0092BA;
}
.aquarium_gallery_unit .left_link{
    display:block;
    width:75px;
    height:56px;
}
.aquarium_gallery_unit .left_link img{
    border-radius: 28px;
}
.col_style{
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    width: -moz-calc((100% - 20px) / 4);
    width: -webkit-calc((100% - 20px) / 4);
    width: calc((100% - 20px) / 4);
    text-align: center;
    margin: 0 auto;
}
.col_style_image_link{
    display:block;
    width:75px;
    height:56px;
    text-align: center;
    margin: 0 auto;
}
/*Article Popular view  Article Recent view*/
.popular_article_list{
    margin-bottom:10px;
}
.c_article_photo_link{
    position: relative;
    overflow: hidden;
    display: block;
    height: 160px;
}
.c_article_photo_link_1{
    position: relative;
    display: block;
    font-size:0px;
}
.c_article_photo_link_1 img{
    width:100%;
}
.c_article_photo img{
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: auto !important;
    width: 165%;
    min-height: 200px;
    border-radius: 5px 5px 0 0;
    display:block;
    text-align: center;
}
.c_article_photo_1 img{
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0 0;
    max-height: 218px;
    display: block;
}
.c_article_title{
    background-color: #00a0c3;
    padding: 5px 25px;
    font-size: 18px;
    vertical-align: middle;
    font-weight:700;
}
a.c_article_title_link{
    text-decoration: none;
    font-weight:700;
    color:#FFFFFF;
    display: block;
}
a.c_article_title_link:hover{
    color:#FFFFFF;
}
.c_article_publish_time{
    color: #00a0c3;
    margin: 20px 20px 0;
}
.c_article_content {
    margin: 10px 20px 10px;
    color: #616161;
    font-size:16px;
}
.popular_article_list .c_article_photo{
    height:220px;
}
.popular_article_list .c_article_title{
    border-radius: 0 0 5px 5px;
}
.recent_articles_cnt .c_article_title{
    vertical-align: middle;
}
.articles_3_box {
    width:32%;
    width: -moz-calc((100% - 37px)/3);
    width: -webkit-calc((100% - 37px)/3);
    width: calc((100% - 37px)/3);
    display: inline-block;
    vertical-align: top;
}
.articles_3_box:nth-child(1),.articles_3_box:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
}
.articles_3_box:nth-child(2){
    margin-left: 11px;
    margin-right: 11px;
}
/*Article Categories List View*/
.categories_box{
    text-align:center;
    margin-top: 10px;
}
.article_category_list{
    margin: 10px auto;
}
/*Article Content Header*/
.article_photo_box{
    position: relative;
}
.article_header_photo img{
    width:130%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display:block;
}
.article_photo_box .article_photo_bottom_cnt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: rgba(40, 77, 127, 0.8);
    color: rgb(255, 255, 255);
}
.article_photo_box .article_photo_cnt{
    height: 350px;
    overflow: hidden;
}
.article_photo_bottom_cnt .article-published{
    position: absolute;
    bottom: 12px;
    right: 30px;
}
.article_photo_bottom_cnt .article-author {
    position: absolute;
    bottom: 12px;
    left: 30px;
}
.article-blurb{
    margin:20px 40px;
    font-size: 18px;
}
.article-photo-caption{
    font-style:italic;
    font-size:smaller;
    margin: 20px 40px 15px;
}
/*
Article Most Recent View
Article Main Page
Article List Page
*/
.article_content_cnt .headerbox-content{
    margin-bottom:20px;
}
.article_content_body{
    font-size: 18px;
    margin: 20px 40px 50px;
}
.article_content_body blockquote{
    padding: 10px 10px 10px 15px;
    margin-bottom: 20px;
    font-style: italic;
    border-left: 3px solid #ccc;
    background-color: #f1f1f1;
    display: inline-block;
}
.article_content_body blockquote *:last-child{
    margin-bottom:0;
}
.article_content_body UL{
	list-style: disc inside none !important;
}
.article_content_body strong,.article_content_body strong u,.article_content_body strong em {
    color: #616161;
    font-weight: 600;
    text-decoration: none;
}
.article_content_body a{
    color: #00a0c3;
    text-decoration: none;
}
.article_content_body img,.article_content_body iframe{
    clear: both;
    margin: auto;
    display: block;
    border-radius: 5px;
}
.article_content_body table{
    width:100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}
.article_content_body table td {
    padding: 5px;
}
.article_content_body table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
.article_content_body table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.article_content_body table::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
    border-radius: 4px;
}
.article_content_body .most_recent_read_more{
    text-align: center;
    padding: 20px 0px;
}
.article_content_body UL{
        list-style: disc inside none;
}
#article-list .htag_title a,#article .htag_title a{
    font-size: 25px;
    line-height: 1.3;
    font-weight: 300;
}
#disqus_thread{
    margin:10px 40px 40px;
}
/*ArticlesInSubcategoryView ArticlesInCategoryView*/
.sec_article_cnt{
    margin:10px 0 0;
}
.articles_in_cat{
    padding: 20px 0;
    margin-bottom:10px
}
.sec_articles{
    width: 90%;
    margin: 0 auto;
}
.sub_articles{
    margin: 0 auto 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sec_hide_articles{
    display:none;
}
.sec_show_articles{
    padding-top: 20px;
}
.subcategory_blurb{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.subcategory_blurb p:nth-child(1) {
    padding: 0;
    color: #244673;
    font-size: 16px;
}
.subcategory_blurb p {
    margin: 0 20px;
    font-size: 16px;
    padding-bottom: 20px;
}
a.sub_article_read_more{
    color:#00a0c3;
    display: block;
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
}
a.sub_article_read_more span{
    color:#fb8046;
}
/*ArticlesPrevNextView*/
.articles_nav_cnt{
    margin-top:10px;
}
.article_nav_box{
    background-color:#FFF;
}
.article_nav_box{
    width: 48%;
    width: -moz-calc((100% - 14px)/2);
    width: -webkit-calc((100% - 14px)/2);
    width: calc((100% - 14px)/2);
    display:inline-block;
}
#article_pre_box .nav_article{
    float:right;
}
#article_next_box .nav_article{
    float:left;
}
.nav_p, .nav_article{
   display:inline-block;
}
.nav_p{
    width: 30%;
}
.nav_article{
    width: 69%;
    width: -moz-calc(70% - 2px);
    width: -webkit-calc(70% - 2px);
    width: calc(70% - 2px);
    display:inline-block;
}
.nav_article .c_article_photo{
    height: 150px;
}
.nav_p{
    margin-top:40%;
    text-align:center;
}
.nav_p a{
    color: #000000;
    text-decoration: none;
}
/*Most Recent Topic*/
#most_recent_forum .forum-title-list{
    border:1px solid #d0d0d0;
    border-radius:5px;padding:20px;
    background-color:#FFFFFF;
}
#most_recent_forum .forum-title-list ul{
    margin-left:20px;
}
#most_recent_forum .forum-title-list ul li{
    margin-bottom:10px; 
    list-style:disc;
}
#most_recent_forum .forum-title-list ul li a{
    color:#00a0c3;
    font-weight:600;
}
/*Videos Page Related*/
.video_player object,.video_player iframe {
    width: calc(100% - 20px) !important;
}
.video_player>* {
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.video_category_table{
    margin:20px auto 0;
}
.video_category_li_span{
    display: inline-block;
    width: 49%;
}
/*Home Page Related*/
.index_top_ten,.index_interactive_tool{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.index_top_ten{
    margin-right: calc(2% - 5px);
}
.tips_content{
    padding-left:8%;
    padding-right:8%;
}
.tips {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 0 4%;
    text-align: center;
    margin: 30px 0;
}
.tips input[type=button] {
    height: 50px;
    width: 50px;
    border: 4px solid #00a0c3;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #ee514a;
    background-color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.rating_form_cnt{
    padding:20px 0;
}
.rating_s_btn{
    border: 2px solid rgba(0,160,195,0);
    width: 32px;
    height: 32px;
    border-radius: 28px;
    display: inline-block;
}
.rating_s_btn input.btn-circle {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 2px;
    cursor: pointer;
    color:#fff;
}
.rating_s_btn:nth-child(1) input.btn-circle {
    background-color: #00a0c3;
    border-color: #00a0c3;
}
.rating_s_btn:nth-child(2) input.btn-circle {
    background-color: #0d98ac;
    border-color: #0d98ac;
}
.rating_s_btn:nth-child(3) input.btn-circle {
    background-color: #38929c;
    border-color: #38929c;
}
.rating_s_btn:nth-child(4) input.btn-circle {
    background-color: #518b8c;
    border-color: #518b8c;
}
.rating_s_btn:nth-child(5) input.btn-circle {
    background-color: #6d847a;
    border-color: #6d847a;
}
.rating_s_btn:nth-child(6) input.btn-circle {
    background-color: #887e67;
    border-color: #887e67;
}
.rating_s_btn:nth-child(7) input.btn-circle {
    background-color: #a47754;
    border-color: #a47754;
}
.rating_s_btn:nth-child(8) input.btn-circle {
    background-color: #be7042;
    border-color: #be7042;
}
.rating_s_btn:nth-child(9) input.btn-circle {
    background-color: #d46b33;
    border-color: #d46b33;
}
.rating_s_btn:nth-child(10) input.btn-circle {
    background-color: #fa611a;
    border-color: #fa611a;
}
/*User Form Related*/
.form_error_cnt {
    width: 100%;
    text-align: center;
    display: none;
}
.form_error_cnt h4 {
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 50%;
    margin: 20px auto;
    background-color: #fff;
    color: red;
}
.user_form_cnt{
    margin-top:30px;
}
.user_form_cnt .error {
    color: red;
    margin-right: 1em;
}
.user_form_cnt form td{
    padding:0px;
    vertical-align: top;
}
.user_form_cnt form input[type=text], .user_form_cnt form input[type=password], .user_form_cnt form textarea{
    width: 75%;
}
.user_form_cnt form .label{
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 30%;
    text-align: center;
    color: #fb6119;
    font-size: 16px;
    font-weight: 900;
    text-shadow: none;
    background-color: initial;
}
.user_form_cnt form select {
    height: 30px;
    width: auto;
    line-height: initial;
}
.user_form_cnt form label {
    display: initial;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.user_form_cnt form #birth_month,.user_form_cnt form #birth_date,.user_form_cnt form #birth_year {
    margin-right: 5px;
}
.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.fish-typeahead-dropdown{
    margin-right:3px;
}
.tm-tag {
    background-color: #f5f5f5;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 4px;
    text-decoration: none;
    transition: border .2s linear 0s,box-shadow .2s linear 0s;
    vertical-align: middle;
}
.keywords-container .tm-tag {
    margin: 0 10px 10px 0;
    padding: 3px 10px;
    display: block;
    color: #fb6119;
    font-size: 16px;
    float: left;
}
.tm-tag .tm-tag-remove {
    color: #000;
    font-weight: 700;
    margin-left: 4px;
    opacity: .2;
}
/*Login Page*/
.login_box_content div{
    padding: 20px 0 0;
    text-align: center;
}
.login_box_content .btm_btn_cnt{
    padding: 20px 0;
    width: 70%;
    margin: 10px auto;
    min-height: 30px;
}
.login_box_content .btm_btn_cnt .forgot_password{
    float: left;
    background-color: #fb6119;
    width: 42%;
    border-radius: 5px;
    padding: 5px;
}
.login_box_content .btm_btn_cnt .signup{
    float: right;
    background-color: #fb6119;
    width: 50%;
    border-radius: 5px;
    padding: 5px;
}
.login_box_content .login_btn{
    background-color: #00a0c3;
    width: 150px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*Forgot password*/
.forgot_password_content p,.forgot_password_content div{
    font-size: 18px;
    font-weight: 300;
    color: #616161
}
.forgot_password_content p{
    margin-bottom: 20px;
}
.forgot_password_content label{
    width:100px;
    display:inline-block;
}
.forgot_password_content .forgot_password_btn{
    padding-top:5px;
    padding-bottom:5px;
}
/*profile update page*/
.profile_nav_tabs{
    padding: 10px 0 20px;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}
.profile_nav_tabs .nav_tab{
    width: 29%;
    margin: 1%;
    display: inline-block;
    background-color: #00a0c3;
    border-radius: 30px 0;
    padding: 5px;
    text-align: center;
}
#uploadForm td{
    padding:0;
}
#uploadForm textarea, #uploadForm input[type=file], #uploadForm select {
    width: 90%;
}
.photo_upload_label{
    display: block;
    color: #fb6119;
    font-size: 16px;
    font-weight: 700;
}
.photo_upload_ul{
    list-style-type: disc;
}
.preview_size_fake{ 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image); 
    height: 1px;
    visibility:hidden; 
    overflow: hidden; 
    display: none;
}
.circle_score_cnt {
    margin: 20px auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 8px solid rgba(0,160,195,1);
}
.circle_score_cnt .circle_score{
    position: relative;
    top: 22px;
    color: red;
    font-size: 40px;
}
.my_rating_cnt p{
    margin-bottom:10px;
}
.profile_table{
    margin:20px;
}
.profile_table td{
    padding:0px;
    text-align:left;
}
h2.image_index{
    text-align: center;
    color: #fb6119;
    font-size: 26px;
}
.profile_table .label {
    color: #fb6119;
    font-weight: 900;
}
.profile_table textarea {
    width: 98%;
    text-align:left;
    resize:vertical;
}
/*images rule page*/
.image_rules_content .image_rule_ul{
    padding:10px 20px 20px 30px; 
    list-style: disc outside;
}
.image_rules_content .image_rule_li{
    padding:5px 0 0 0;
}
.image_rules_content .image_rule_ul_1{
    padding:5px 20px 0 30px; 
    list-style: circle outside;
}
.image_rules_content .image_rule_ul_2{
    padding:5px 20px 0 30px; 
    list-style: square outside;
}
/*fish species page*/
.fish_species_content .blue_line {
    color: #8b8b8b;
}
.fish_species_content table td:first-child{
    width:30%;
}
.fish_species_content table td.no_border_r{
    width:70%;
}
.fish_species_content b {
    display: block;
    color: #fb6119;
}
/*User profile page*/
#user_profile .review_cnt{
    margin-bottom:30px;
}
#user_profile .comment_item{
    margin-bottom:10px;
}
#user_profile .comment_item .review_body{
    overflow-wrap: break-word
}
#user_profile .review_date{
    color:#ccc;
}
#user_profile .add_comment_strong{
    font-weight:bold;
    display: block;
    color: #fb6119;
}
/*forum*/
.full_vertical_box {
    padding: 0 8%;
}
.catrow span {
    font-size: 14px;
}
.forum_menu {
    background-color: #00A0C3;
    text-align: center;
}
.forum_menu a font {
    padding-left: 4px;
}
.forum_menu_title {
    display: inline-block;
    width: calc((100% - 22px)/5);
    width: -webkit-calc((100% - 22px)/5);
    width: -moz-calc((100% - 22px)/5);
    padding: 15px 0;
    border-right: 1px solid #29afcd;
}
.forumrow a {
    color: #00a0c3;
}
.discussion_breif {
    display: table-cell;
    vertical-align: middle;
    width: 450px;
    padding: 10px 0;
}
.discussion_detail {
    display: table-cell;
}
.discussion_detail ul {
    margin-left: 40px;
}
.discussion_detail li {
    margin: 5px 0;
}
.discussion_detail > p {
    margin: 20px 0 20px 40px;
    font-weight: bold;
}
.header_topic_right {
    color: #8B8B8B;
    margin-right: 20px;
}
.header_topic_right a {
    color: #8B8B8B;
    font-weight:900;
}
.buttons{
    margin: 0px auto;
    height: 40px;
    width: 18%;
    background-color: #FB6119;
    border-radius: 5px;
}
.buttons a{
    color: #fff;
    line-height: 40px;
}
.fade_line_bottom, .blue_line{
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin: 20px auto;
    color: #8B8B8B;
    background-color: #fff;
    padding:10px;
}
.fade_line_bottom tr {
    margin: 20px 0;
}
.fade_line_bottom td, .fade_line_bottom th, #memberlist td, #memberlist td{
    padding:10px 5px;
    vertical-align: middle;
}
.fade_line_bottom tr{
    margin: 20px 0;
}
.fade_line_bottom a,.blue_line a{
    color: #00A0C3;
}
.forum_table_1 {
    overflow: hidden;
    width: 31%;
}
.forum_table_2 {
    overflow: hidden;
    width: 12%;
}
.forum_table_3 {
    overflow: hidden;
    width: 20%;
}
.postbody{
    width: 60%;
    float: right;
}
.postbody h3{
    margin: 20px 0 10px;
}
.postbody h3 a{
    color: rgb(0, 160, 195);
    font-weight: 900;
    font-size: 24px;
}
.postbody .author{
    margin: 10px 0px 30px;
}
.postbody .author strong{
    color: rgb(0, 160, 195);
    font-weight: 900;
}
.postprofile{
    width: 40%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.postprofile dt img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.postprofile dt strong{
    font-weight: 900;
    color: rgb(0, 160, 195);
}
.postprofile dd strong{
    font-weight: 600;
    color: #494949;
}
.spe_Re{
    color: #FB6119;
}
.display_jump_box{
    padding: 20px;
    background-color: #FCFCFC;
    border: 1px solid #D0D0D0;
    margin: 20px auto;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.display_jump_box form{
    text-align: center;
}
.display_jump_box form select{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance: none;
    font-size: 16px;
    margin-right: 15px;
    width: 16%;
}
.display_jump_box form input{
    width: 80px;
    height: 35px;
    border: none;
    background-color: #FB6119;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.new_pagebar{
    text-align: center;
}
.new_pagebar .pages-tip{
    color:#00A0C3;
}
.pagebar_buttom{
    display: inline-block;
    border-radius: 50%;
    height: 28px;
    margin: 5px;
    cursor: pointer;
    width: 28px;
    line-height: 28px;
    color: #FB6119;
    border: 1px solid #D0D0D0;
    text-align:center;
}
.pagebar_buttom_special{
    background-color: #00A0C3;
    border: 1px solid #00A0C3;
    color: #FFF;
    text-align:center;
    cursor: default;
}
.prev_page a{
    color: #244673;
}
.pre_page, .next_page{
    position: relative;
    top: 17px;
    border: 1px solid #D0D0D0;
    border-radius: 50%;
    margin: 5px;
}
.topic_select_unit{
    position: relative;
}
#viewtopic .topic_select_unit:after {
    content: "";
    height: 36px;
    display: inline-block;
    background: url('//static.ratemyfishtank.com/static/sprites.2620979084.png') no-repeat;
    background-position: -119px -157px ;
    width: 54px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: -5px;
    right: 15px;
    z-index: 1;
    pointer-events: none;
}
.topic_post_date, .topic_post_date span, .ad_display{
    display: inline;
}
.faq_body_panel a{
    color: #0092BA;
    font-size: 16px;
}
.page_content_unit {
    margin: 10px;
    overflow: hidden;
}
.content_unit_top {
    color: #FB6119;
    font-size: 18px;
}
.width_control{
    width:50%;
}
#full-content {
    width:100%;
    margin: 0 auto;
}
#main-content {
    float:left;
    width:660px;
    margin: 0 auto;
}
#main-content .htag_title {
    font-style: normal;
    color: #FFF;
    font-size: 18px;
    background-color: #00A0C3;
    line-height: 24px;
}
#main-content UL {
    margin-bottom:10px;
    list-style:none outside none;
}
#main-content P {
    margin-bottom: 10px;
    color: #616161;
}
#main-content DT {
    margin-bottom: 10px;
    font-weight: 600;
    color: #F1AC47;
    text-transform: uppercase;
}
#secondary-content {
    float:right;
    width:300px;
    clear:right;
    padding-left: 20px;
    margin: 0 auto;
}
.ag-caption{
	text-align:center;
}
#top-to-site {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 99;
	background-color:#e9aa4b;
	border-radius: 30% 30% 30% 30%;
	box-shadow: 0 0 2px #e9aa4b inset;
	cursor: pointer;
	border-radius: 30% 30% 30% 30%;
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	display:none;
}
#top-to-site::before {            
	content: '';            
	display: block;            
	width: 18px;            
	height: 18px;
	border-top: 5px solid #FFFFFF;            
	border-right: 5px solid #FFFFFF;            
	-webkit-transform: rotate(-45deg);         
	transform: rotate(-45deg);
	border-radius:5px;
}
#top-to-site.showTopToBtn{
	display:block;
}
@media (min-width: 1200px){
    .search_bar {
        margin-left: 105px;
    }
    .search-input{
        width: 500px;
    }
    .search-btn{
        left: 444px;
    }
    #main-wrapper,#bottom-content{
        width: 1180px;
    }
    #main-content{
        width: 824px;
    }
    #secondary-content {
        width: 336px;
    }
    #header,#footer{
        max-width: 1180px;
    }
    .menu li a{
        padding:0 25px;
    }
    .discussion_breif {
        width: 500px;
    }
    .header_topic_right {
        float: right;
        position: relative;
        top: -27px;
    }
}
@media (max-width:1199px){
    .aquarium_gallery_unit{
        width:49%;
    }
    .aquarium_gallery_unit .right_link{
        top: 18px;
    }
    .right_column .photo_unit_bottom .left,.right_column .photo_unit_bottom .right{
        width:100%;
    }
    .c_article_photo img{
        width:200%;
    }
}
@media (min-width: 768px) and (max-width:998px){
    .search_bar {
        margin-left: 10px;
    }
    .search-input{
        width: 282px;
    }
    .search-btn{
        left: 226px;
    }
    #login_line{
        margin: 35px 10px 0 0;
    }
    #login_line #login_btn, #login_line #ca_btn{
        width: auto;
    }
    .logo{
        margin-left: 10px;
    }
    .menu li{
        font-size:14px;
    }
    .link_div,.categories_links.link_div {
        padding:10px;
    }
    .list-text{
        margin-right:0;
        margin-left:0;
    }
    #header,#footer{
        max-width:768px;
    }
    #foot-link ul{
        width:140px;
    }
    #main-wrapper {
        width: 98%;
    }
    #main-content {
        width: 67.347%;
    }
    #secondary-content{
        width: 30.612%;
        padding-left:10px;
    }
    #footer{
        width: 98%;
        font-size: 14px;
    }
    .aquarium_gallery_unit .right_link{
        top: 6px;
    }
    .col_style{
        font-size:14px;
    }
    .c_article_photo_1{
        max-height: 185px;
    }
    .list-text-link{
        line-height:1.5;
    }
    .article_content_body img{
        max-width:420px;
    }
    .min_height{
        min-height:600px;
    }
    .rating_s_btn{
        border:none;
    }
    /*forum*/
    .topic_select_unit{
        width: 80%;
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    #viewtopic .topic_select_unit:after{
        top: 26px;
        right: 0px;
    }
    .display_jump_box form select{
        width:100%;
    }
    .display_jump_box form input{
        margin: 10px auto;
    }
    .width_control{
        width:60%;
    }
    .panel_2 .foot_center_1 {
        position: absolute;
        top: 0;
        left: 28%;
    }
}
@media (max-width: 767px){
    HTML{
        -webkit-text-size-adjust:none;
    }
    body {
        overflow-x: hidden;
        background:#FFF;
    }
    td,th{
        padding:5px;
    }
    .just-mobile-show-inline{
        display:inline-block;
    }
    .just-mobile-show-block {
        display:block;
    }
    .just-desktop-show-inline, .just-desktop-show-block{
        display:none;
    }
    .common_top,.common_top_2{
        margin:10px 0;
    }
    .common_top_1{
        margin-top:10px;
    }
    .common_content{
        padding:10px;
        margin-bottom:10px;
    }
    .common_display_1{
        display:block;
    }
    #navigation-wrapper{
        width:0px;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        position: fixed;
        width: 0px;
        top: 0px;
        height: 100%;
        overflow-x: hidden;
        min-width: 0px;
        z-index: 999999999;
        transition: width 0.5s ease 0s;
        -moz-transition: width 0.5s ease 0s;
        -webkit-transition: width 0.5s ease 0s;
        -o-transition: width 0.5s ease 0s;
    }
    #mobile-header{
        position: fixed;
        z-index: 99999999999999;
        right: 0;
        left: 0;
        top: 0;
        background-color: #244673;
        height: 100px;
        text-align: center;
    }
    #mobile-search-box{
        position: fixed;
        z-index: 9999999999999;
        top: 0;
        right: 0;
        display: block !important;
        width: 0;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        left: initial;
        height: 100px;
        background-color: #244673;
    }
    .navbar-img-bg{
        display: inline-block;
        float: left;
        margin: 38px 0 0 20px;
    }
    .search-img-bg{
        display: inline-block;
        float: right;
        margin: 38px 20px 0 0;
    }
    #mobile-logo img{
        margin-top: 27px;
    }
    .navigation{
        width:280px;
        margin-top: 118px;
    }
    #m-login a:hover{
        color: #fff;
    }
    #m-login{
        width: 224px;
        margin-left: 28px;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #fff;
        color:#FFFFFF;
    }
    #m-login a{
        display: block;
        margin-top: 18px;
        font-size: 14px;
        padding: 7px;
        border-radius: 5px;
        font-weight: 600;
    }
    #m-login a.welcome_name{
        display:inline-block;
    }
    .headroom--pinned{
        transform: translateY(0);
    }
    .headroom--unpinned {
        transform: translateY(-100%);
    }
    .headroom, .headroom1 {
        transition: transform .25s ease-in-out;
        will-change: transform;
    }
    .header--fixed {
        position: fixed;
        z-index: 99999999999999;
        right: 0;
        left: 0;
        top: 0;
    }
    .search_menu_icon{
        float:right;
        margin-top: 35px;
        margin-right: 15px;
    }
    .search_menu_icon .search-img-bg{
        margin-right:20px;
    }
    .search_menu_icon .search-img-bg,.search_menu_icon .navbar-img-bg{
        display:inline-block;
        font-size:0px;
    }
    .logo{
        margin-left:10px;
        width:150px;
    }
    .logo img{
        width:100%;
    }
    .circle-delete{
        position: absolute;
        top: 37px;
        right: 11%;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #d2d2d2;
        color: #fff;
        cursor: pointer;
        line-height: 1.7;
    }
    #login_line,#login_line a{
        display:none;
    }
    #m-login{
        display:block;
    }
    .menu {
        padding: 20px;
    }
    .menu li:nth-child(1) {
        border-top: 2px solid #335686;
    }
    .menu li{
        display:block;
        border-bottom: 2px solid #335686;
    }
    .menu li a{
        height:auto;
        line-height:1.5;
        padding:20px 0;
    }
    .menu li ul.articles{
        padding-top:0px;
    }
    .menu li ul.articles li:nth-child(1){
        border-top:none;
    }
    .menu li.dropdown1 a:hover,.menu li.dropdown2 a:hover,.menu li.dropdown_li.menu_hover a{
        color:#FFFFFF;
        background-color:inherit;
    }
    .menu li.dropdown1 a,.menu li.dropdown2 a{
        -webkit-tap-highlight-color: transparent;
        display: block;
    }
    li:hover,a:hover,li,a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
    }
    .menu .subcategory li a img,.menu .nopipe li a img,.menu .subcategory,.menu .nopipe{
           display:none;
    }
    .menu .subcategory li a,.menu .nopipe li a{
        font-weight:300;
        font-family: Hind, sans-serif;
    }
    .menu_li.dropdown_li .menu_li_link:after{
        float:right;
        margin-right:5px;
        width: 8px;
        height: 8px;
        border: 3px solid #FFFFFF;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: none;
        border-right: none;
        margin-top:4px;
        content: '';
    }
    .menu_li.dropdown_li.show_mobile_cat .menu_li_link:after{
        -webkit-transform:rotate(-225deg);
        -moz-transform:rotate(-225deg);
        -o-transform:rotate(-225deg);
        -ms-transform:rotate(-225deg);
        transform:rotate(-225deg);
        margin-top:6px;
    }
    a.li-a-img{
        display: none !important;
    }
    a.li-a-title{
        color: #f4b350;
    }
    .popular-now-span{
        display:block;
        padding:20px 0;
    }
    .search_bar{
        display:none;
    }
    .m-search-bar .search-input{
        width:80%;
        margin-top:30px;
    }
    .m-search-bar {
        padding: 0;
    }
    .m-search-bar .search-btn{
        top: 23px;
        left: calc(90% - 60px);
        left: -webkit-calc(90% - 60px);
        left: -moz-calc(90% - 60px);
    }
    #main-headline-wrapper{
        clear:none;
        width:100%;
    }
    #main-wrapper {
        width:100%;
        margin-top: 115px;
    }
    #main-wrapper,#footer-wrapper{
        transition: margin-left 0.5s ease 0s;
        -moz-transition: margin-left 0.5s ease 0s;
        -webkit-transition: margin-left 0.5s ease 0s;
        -o-transition: margin-left 0.5s ease 0s;
    }
    #footer{
        padding:25px 10px;
    }
    #foot-link{
        float:none;
        width:100%;
    }
    #foot-logo-info{
        float:none;
        width:100%;
    }
    #foot-link ul{
        width: initial;
    }
    #foot-link ul:nth-child(1) {
        margin-right: calc((100% - 298px)/2);
        margin-right: -webkit-calc((100% - 298px)/2);
        margin-right: -moz-calc((100% - 298px)/2);
    }
    #foot-link ul:nth-child(3) {
        float: right;
    }
    #footer .logo{
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    #copyright_text{
        float:none;
    }
    #breadcrumbs,.breadcrumbs{
        display:none;
    }
    #content-headline-wrapper.has-breadcrumbs,#content-headline-wrapper.no-breadcrumbs,#content-headline-wrapper{
        margin: 10px 10px 0;
    }
    #content-headline-wrapper,#content-headline-wrapper.chw-layout-2,#content-headline-wrapper.chw-layout-1,#content-headline-wrapper.chw-layout-1.has-hm{
        width:auto;
    }
    #main-content {
        float:none;
        width:100%;
        max-width:980px;
        padding-top:0;
        margin:0 auto;
    }
    #secondary-content {
        float:none;
        width:100%;
        max-width:980px;
        margin:0 auto 10px;
        padding-left:0;
    }
    .photo_unit{
        width: 100%;
    }
    .photo_unit.main_photo{
        margin-left:auto;
        margin-right:auto;
    }
    .photo_unit.left_cnt {
        margin-left: 0;
        margin-right: 0;
    }
    .photo_unit_bottom .left, .photo_unit_bottom .right{
        width: 100%;
        text-align: center;
        display: block;
    }
    .aquarium_gallery_unit{
        width:100%;
    }
    .articles_3_box{
        width:100%;
        margin-bottom:10px;
    }
    .articles_3_box:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
    .categories_box,.article_category_list{
        margin:10px;
    }
    .article_content_body{
        margin:10px
    }
    .article_content_body img{
        width:100% !important;
        height:auto !important;
    }
    .article_content_body .float-right{
        margin: 0;
        float: none !important;
        width: 100%;
    }
    .article_photo_bottom_cnt .article-author{
        bottom: 25px;
        left: 10px;;
        width:100%
    }
    .article_photo_bottom_cnt .article-published {
        bottom: 5px;
        left: 10px;
    }
    .article-blurb{
        margin:10px;
    }
    .nav_p,.nav_article {
        display:block;
        float:none;
        width:100%
    }
    .article_content_cnt .headerbox-content{
        margin-bottom:10px;
    }
    .categories_links .list-text{
        font-size:14px;
    }
    .index_top_ten,.index_interactive_tool{
        width: 100%;
        display: block;
    }
    .index_top_ten{
        margin-right: 0;
    }
    .tips{
        width: initial;
        display: block;
    }
    .rating_form_cnt{
        padding-left: calc((100% - 240px)/2);
        padding-left: -webkit-calc((100% - 240px)/2);
        padding-left: -moz-calc((100% - 240px)/2);
        padding-right: calc((100% - 240px)/2);
        padding-right: -webkit-calc((100% - 240px)/2);
        padding-right: -moz-calc((100% - 240px)/2);
        padding-top:10px;
        padding-bottom:10px;
    }
    .rating_s_btn{
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .rating_s_btn input.btn-circle{
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .user_form_cnt form input[type="submit"],.user_form_cnt form input[type="button"]{
        display:block;
        width:96%;
    }
    .user_form_cnt form .label {
        width: 100%;
        text-align: left;
    }
    .user_form_cnt form td{
        display:block;
    }
    .form_error_cnt h4{
        width: 100%;
        padding: 5px 0;
    }
    .login_box_content .btm_btn_cnt{
        padding:0;
    }
    .login_box_content .btm_btn_cnt .forgot_password,.login_box_content .btm_btn_cnt .signup{
        width: 150px;
        margin: 10px auto;
        float: none;
    }
    .profile_nav_tabs .nav_tab{
        width: 96%;
        margin: 5px auto;
    }
    /*forum*/
    .forum_menu a font {
        display: none;
    }
    .discussion_breif {
        display: block;
        vertical-align: middle;
        width: auto;
    }
    .discussion_detail {
        display: block;
    }
    .discussion_detail ul {
        margin-left: 0;
    }
    .discussion_detail > p {
        margin: 20px 0 ;
    }
    .fade_line_bottom td, .fade_line_bottom th{
        display: inline-block;
    }
    .topic_select_unit{
        width: 80%;
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    #viewtopic .topic_select_unit:after{
        top: 26px;
        right: 1px;
    }
    .display_jump_box form select{
        width:100%;
    }
    .display_jump_box form input{
        margin: 10px auto;
    }
    .header_topic_right{
        float: none;
        position: static;
        margin: 0;
    }
    .postbody, .postprofile{
        float: none;
        width: auto;
        padding:10px;
    }
    .postprofile{
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 25px;
    }
    .buttons{
        width:150px;
    }
    .width_control{
        width:95%;
    }
    .panel_2{
        position:relative;
        margin-top:0;
        background-color: #244673;
    }
    .panel_2 .foot_left_1 {
        margin-left: 5px;
        float: left;
    }
    .panel_2 .foot_center_1 {
        position: absolute;
        top: 0;
        left: 32%;
    }
    .panel_2 .foot_right_1 {
        width: 90px;
    }
    .foot_left b, .foot_right b,.foot_center b,.foot_center_1 b,.foot_left_1 b {
        display: none;
    }
    #wizard td{
        padding:0;
    }
	.fademask.on {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 101;
	}
}
@media (max-width: 640px) {
    html {
        font-size:100%;
    }
    .article_photo_box .article_photo_cnt{
        height:200px;
    }
}
@media (max-width: 480px){
    html {
        font-size:90%;
    }
    #main{
        padding:0 10px;
    }
    #login_line #ca_btn{
        width:140px;
    }
    #login_line #login_btn{
        width:50px;
    }
    .panel_1 h1,.panel_1 h2,.panel_1 h3{
        font-size: 16px;
    }
    .list-text{
        margin: 10px 0;
        padding: 10px;
    }
    .list-text-link{
        line-height: 1.5;
    }
    .sec_article_cnt{
        margin:10px 0px 0px;
    }
    .pagination_cnt {
        margin-left:0 !important;
        margin-right:0 !important;
        text-align: center;
    }
}
@media (max-width: 320px){
    #main{
        padding:0;
    }
    td,th{
        padding:3px;
    }
    .just-mobile-show-block {
        display:block;
    }
    #footer {
        font-size: 14px;
    }
    #foot-logo-info{
        margin-left: calc((100% - 220px)/2);
        margin-left: -webkit-calc((100% - 220px)/2);
        margin-left: -moz-calc((100% - 220px)/2);
    }
    #foot-link ul:nth-child(1) {
        margin-right: calc((100% - 246px)/2);
        margin-right: -webkit-calc((100% - 246px)/2);
        margin-right: -moz-calc((100% - 246px)/2);
    }
    #footer .logo {
        width: 85%;
    }
    .col_style {
        width: 24%;
    }
    .col_style_image_link{
        width:50px;
        height:37px;
    }
    .col_style_image{
        width:50px;
        height:37px;
    }
    #wizard td {
        padding: 0;
        font-size: 13px;
    }
}
/* aGallery start */
.ag-container * {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ag-container {
    margin: 10px auto;
}

/** views and thumbs **/
.ag-views div, .ag-thumbs > div {
    font-size: 0px;
    height: inherit;
    white-space: nowrap;
    list-style-type: none;
    margin-bottom: 0 !important; 
}
.ag-views div > img, .ag-thumbs div > img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/** views **/
.ag-view {
    width: 100%;
    overflow: hidden;
}
.ag-views {
    overflow: hidden;
}
.ag-compact .ag-views{
    height:460px;
}
.ag-index .ag-views{
    height:600px;
    min-height: 520px;
    overflow: hidden;
}
.ag-views > div {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
}
.ag-views div img {
    max-width: 100%;
    max-height: 600px;
    width: 100%;
    height: auto;
    object-fit:cover;
    object-position:center top;
}
.ag-views div picture img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/** thumbs **/
.ag-thumbs {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    position:relative;
}
.ag-thumbs-slider {
    font-size: 0;
    display: inline-block;
    overflow: hidden;
    width: auto;
    position:relative;
}
.ag-thumbs-slider > div {
    display: inline-block;
    width: auto;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}
.ag-thumbs-slider > div > img {
    margin: 0px 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 200px;
    opacity: 0.75;
}
.ag-thumbs-slider img.ag-thumb-image{
    margin: 0 2px;
    opacity: .75;
    width:90px;
    height:90px;
    object-fit:cover;
    object-position:center top;
}
.ag-thumbs-current img.ag-thumb-image {
    opacity: 1 !important;
}
/** caption **/
.ag-text {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: inherit;
    height: 0;
    background-color: transparent;
    overflow: visible;
    z-index: 10;
    max-width: 100%;
}
.ag-title {
    /*display: -webkit-box;*/
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    background-color: transparent;
}
.ag-title > a {
    width: 100%;
    margin-left: 24px;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    font-weight: normal;
    outline-color: rgb(255, 255, 255);
    text-decoration: none;
}
.ag-caption-background {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQI12P4////fgAJuwO9HJmTBQAAAABJRU5ErkJggg==");
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ag-caption {
    color: #000000;
    background-color: transparent;
    width: calc(100% - 24px);
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    margin-left: 24px;
}
.ag-star {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: baseline;
    top: 10px;
    position: absolute;
}
.ag-text-background {
    width: 100%;
    /*height: inherit;*/
    background-color: transparent;
}
.ag-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.ag-previous img, .ag-next img, .ag-loading img {
    width: 3em;
    height: 3em;
}
.ag-previous {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: visible;
    z-index: 10;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.ag-next {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    right: 3em;
    width: 0;
    height: 100%;
    overflow: visible;
    z-index: 10;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.ag-previous > div, .ag-next > div {
    height: 100%;
    width: 3em;
    cursor: pointer;
}
.ag-previous img, .ag-next img {
    position: absolute;
    top: 45%;
}
.ag-show {
    width: 100%;
}
.ag-slide-previous {
    transition: 1s;
    left: -100%;
}
.ag-slide-current {
    transition: 1s;
    left: 0;
}
.ag-slide-next {
    transition: 1s;
    left: 100%;
}
.ag-thumbs-current > img {
    opacity: 1 !important;
}
.ag-previous, .ag-next { display: none; }
.ag-hover:hover .ag-previous, .ag-hover:hover .ag-next { display: block; }
/**
    Loading animation start
*/
.ag-loading-block {
    background-color: #FFFFFF;
    border: 3px solid #575A5C;
    float: left;
    /*display: inline-block;*/
    height: 2em;
    margin-left: 0.4em;
    width: 0.6em;
    opacity: 0.3;
    -webkit-animation-name: ag-loading-blocks;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    -webkit-transform: scale(0.7);
    -ms-animation-name: ag-loading-blocks;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: reverse;
    -ms-transform: scale(0.7);
    animation-name: ag-loading-blocks;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    transform: scale(0.7);
}

#ag-load-block-1 {
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#ag-load-block-2 {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#ag-load-block-3 {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

@-webkit-keyframes ag-loading-blocks {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.3;
    }
}

@keyframes ag-loading-blocks {
    0% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.7);
        opacity: 0.3
    }
}
/* Loading animation end */
/* redesign */
.ag-redesign .ag-previous, .ag-redesign .ag-next { display: block; z-index: 99;}
.ag-redesign .ag-previous, .ag-redesign .ag-next { display: block; }
.ag-redesign.ag-compact .ag-title {
    text-transform: uppercase;
}
.ag-redesign.ag-index .ag-thumbs {
    height: 0px;
}
.ag-redesign .ag-caption {
    color: white;
}
.ag-redesign .ag-previous img, .ag-redesign .ag-next img {
    top: 35%;
    width: 61px;
    height: 122px;
}
.ag-redesign .ag-previous > div, .ag-redesign .ag-next > div {
    width: 61px;
}
.ag-redesign .ag-next {
    right: 61px;
}
.ag-redesign .ag-loading-block {
    background-color: #f5b34f;
    border: 3px solid #f5b34f;
}
/* override on index */
.ag-redesign.ag-index {
    margin: 0;
    max-width: none;
}
.ag-redesign.ag-index .ag-views > div {
    background-color: black;
}
.ag-redesign.ag-index .ag-views img {
    opacity: 0.4;
}
.ag-redesign .ag-star {
    display: none;
}
.ag-redesign.ag-index .ag-title {
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    padding: 20px 0 20px 0;
}
.ag-redesign.ag-index .ag-title > a {
    margin-left: 0px;
    margin: 0 32px 0 32px;
    font-size: 18px;
    text-shadow: none;
}
.ag-redesign.ag-compact .ag-title > a {
    font-size: 22px;
    font-weight: 700;
    text-shadow: none;
}
.ag-redesign.ag-compact .ag-text-background {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wcDFAkWsRByEAAAAA1JREFUCNdjkOs5ehMABIQCSYOeLqkAAAAASUVORK5CYII=');
    padding: 20px 0;
}
.ag-redesign .ag-previous, .ag-redesign .ag-next {
    display: block;
}
.ag-redesign .ag-caption {
    font-size: 18px;
}
.ag-redesign .ag-caption-background {
    background: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (min-width: 767px) and (max-width:1200px)
{
    .ag-compact .ag-views{
        height:460px;
    }
    .ag-index .ag-views{
        height:560px;
    }
}
@media (max-width: 981px) {
    .ag-compact .ag-views{
        height:320px;
    }
    .ag-index .ag-views{
        height:740px;
    }
    .ag-title > a {
        font-size: 16px;
    }
    .ag-redesign.ag-compact .ag-caption {
        font-size: 14px;
    }
    .ag-redesign .ag-caption-background {
        display: none;
    }
}
@media (max-width: 767px){
    .ag-redesign{
        margin:10px 0;
    }
    .ag-compact .ag-views{
        height:260px;
    }
    .ag-index .ag-views{
        height:775px;
    }
    .ag-redesign.ag-compact .ag-title > a{
        font-size: 14px;
    }
    .ag-redesign.ag-compact .ag-text-background{
        padding: 10px 0;
    }
}
@media (max-width: 480px) {
    .ag-compact .ag-views{
        height:230px;
    }
    .ag-redesign.ag-index .ag-previous, .ag-redesign.ag-index .ag-next {
        width: 50px;
        z-index: 11;
    }
    .ag-redesign.ag-index .ag-next {
        right: 0px;
    }
    .ag-redesign .ag-next {
        right: 50px;
    }
    .ag-redesign .ag-previous img, .ag-redesign .ag-next img {
        top: calc(50% - 50px);
        width: 50px;
        height: 91px;
    }
    .ag-redesign.ag-index .ag-previous img, .ag-redesign.ag-index .ag-next img {
        top: calc(100% - 91px);
        z-index: 11;
    }
    .ag-redesign.ag-index .ag-text > div {
        top: -91px !important;
        height: 91px !important;
    }
    .ag-redesign.ag-index .ag-title {
        height: 91px !important;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .ag-redesign.ag-index .ag-title > a {
        /* width: 100%;*/
        margin: 0 50px;
    }
    .ag-redesign .ag-caption-background {
        display: none;
    }
}
/* aGallery end */