/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "utf-8";
/* CUSTOM CSS */
/* line 5, templates/rt_citadel/custom/scss/custom.scss */
#system-message {
  padding: 0px;
}
/* line 7, templates/rt_citadel/custom/scss/custom.scss */
#g-container-navigation .g-main-nav .g-dropdown {
  background: #fff;
}
/* line 11, templates/rt_citadel/custom/scss/custom.scss */
#g-container-slideshow #g-slideshowmain, .g-default-slideshow, #g-container-header #g-headermain, .moduletable.box7, .moduletable.box8 {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 15, templates/rt_citadel/custom/scss/custom.scss */
#g-mainbar {
  padding: 0 2rem;
}
/* line 19, templates/rt_citadel/custom/scss/custom.scss */
#g-slideshowleft, .g-default-slideshow, #g-slideshowright {
  border-color: rgba(255, 255, 255, 0);
}
/* line 23, templates/rt_citadel/custom/scss/custom.scss */
#g-footermain a {
  color: #fff;
}
/* line 25, templates/rt_citadel/custom/scss/custom.scss */
a.button.button-red.button-small {
  margin: 0;
  padding: 0.2rem 0.5rem;
}
/* line 27, templates/rt_citadel/custom/scss/custom.scss */
.sprocket-features-desc {
  color: #555;
}
/* SIDEBAR MODULE SPACING */
/* line 31, templates/rt_citadel/custom/scss/custom.scss */
.g-title {
  padding: 0 0 0rem 0;
}
/* line 35, templates/rt_citadel/custom/scss/custom.scss */
.moduletable.box7 {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #555;
  padding: 0.5rem;
  text-align: center;
}
/* line 43, templates/rt_citadel/custom/scss/custom.scss */
.moduletable.box8 {
  border: 2px solid #fff;
  color: #555;
  border-radius: 4px;
}
/* line 49, templates/rt_citadel/custom/scss/custom.scss */
.title7 .g-title {
  color: #555;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}
/* line 57, templates/rt_citadel/custom/scss/custom.scss */
#g-aside .platform-content {
  padding: 0rem;
}
/* START - OUR STAFF PAGE CSS */
/* line 63, templates/rt_citadel/custom/scss/custom.scss */
img.emppic {
  margin: 18px;
  border: 2px solid rgba(0, 0, 0, 0.0);
  border-radius: 2px;
  max-width: 100px;
  max-height: 133px;
}
/* line 70, templates/rt_citadel/custom/scss/custom.scss */
a img.emppic {
  margin: 18px;
  border: 2px solid #ff6914;
  border-radius: 2px;
}
/* line 75, templates/rt_citadel/custom/scss/custom.scss */
a:hover img.emppic {
  margin: 18px;
  border: 2px solid #f00;
  border-radius: 2px;
}
/* line 80, templates/rt_citadel/custom/scss/custom.scss */
.empname {
  margin-top: 155px;
  margin-left: -115px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
/* line 88, templates/rt_citadel/custom/scss/custom.scss */
.emppop div {
  display: none;
}
/* line 90, templates/rt_citadel/custom/scss/custom.scss */
div.itemFullText img {
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px, rgba(129, 162, 94, 0.5) 0px 0px 25px inset !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px, rgba(129, 162, 94, 0.3) 0px 0px 25px inset !important;
}
/* END - OUR STAFF PAGE CSS */
/* line 99, templates/rt_citadel/custom/scss/custom.scss */
.wmdbgrotator {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -9999 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/* line 112, templates/rt_citadel/custom/scss/custom.scss */
.wmdbgrotator img {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -9999 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
/* SCSS Added By Rashid */
/* line 126, templates/rt_citadel/custom/scss/custom.scss */
.white-popup {
  position: relative;
  background: #2c4b9f;
  padding: 15px;
  width: auto;
  max-width: 510px;
  margin: 10px auto;
  border-radius: 5px;
  color: #fff;
}
/* line 136, templates/rt_citadel/custom/scss/custom.scss */
.white-popup .nav-tabs > li > a {
  border: 1px solid #ccc !important;
  color: #fff;
}
/* line 140, templates/rt_citadel/custom/scss/custom.scss */
.white-popup .nav-tabs {
  margin-top: 0 !important;
}
/* line 143, templates/rt_citadel/custom/scss/custom.scss */
.white-popup .nav-tabs > li.active > a {
  color: #000;
}
/* line 146, templates/rt_citadel/custom/scss/custom.scss */
.white-popup h2 {
  margin: 5px !important;
}
/* line 149, templates/rt_citadel/custom/scss/custom.scss */
.white-popup .pimage {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 210px;
}
/* line 155, templates/rt_citadel/custom/scss/custom.scss */
ul.emergency_info li {
  padding-left: 0;
}
/* line 156, templates/rt_citadel/custom/scss/custom.scss */
ul.emergency_info li:before {
  content: "" !important;
}
/* line 161, templates/rt_citadel/custom/scss/custom.scss */
.alert.alert-error, .alert.alert-notice {
  display: none !important;
}
/* line 164, templates/rt_citadel/custom/scss/custom.scss */
.catItemView.groupLeading {
  margin-bottom: 0 !important;
}
/* line 167, templates/rt_citadel/custom/scss/custom.scss */
div.itemListCategory {
  background: transparent !important;
  border: 0px solid #ddd !important;
  border-radius: 4px;
  margin: 0 0 0px !important;
  padding: 8px;
}
/* line 175, templates/rt_citadel/custom/scss/custom.scss */
body #k2Container.itemListView .itemList #itemListLeading .catItemImage img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin: 10px 0 5px;
  max-width: 100%;
  padding: 0px !important;
  width: 100% !important;
}
/* line 182, templates/rt_citadel/custom/scss/custom.scss */
.catItemImage img, .subCategoryImage img {
  background-color: #f5f5f5 !important;
  border: 1px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 25px rgba(129, 162, 94, 0.3) inset !important;
  max-width: 425px !important;
  padding: 1px !important;
  transition: all 0.8s ease-out 0s !important;
}
/* line 191, templates/rt_citadel/custom/scss/custom.scss */
.itemListView.resources .catItemImage img, .itemListView.resources .subCategoryImage img {
  max-width: 370px !important;
}
/* line 194, templates/rt_citadel/custom/scss/custom.scss */
.itemListView.resources .itemListSubCategories h3 {
  display: none;
}
/* line 198, templates/rt_citadel/custom/scss/custom.scss */
body #k2Container.itemListView.gallery .itemList #itemListLeading h3, body #k2Container.itemListView.gallery .itemListSubCategories .subCategory h2 {
  background: url('../../images/sidebarlogo.png') no-repeat !important;
  color: #ff7900 !important;
  font-family: "SofiaProLight", Helvetica, Arial, sans-serif !important;
  font-size: 1.3em !important;
  font-weight: bold !important;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0 0 10px 45px !important;
}
/* line 210, templates/rt_citadel/custom/scss/custom.scss */
body #k2Container.itemView.gallery h2, body #k2Container.itemListView.gallery .itemListCategory h2 {
  background: url('../../images/h1logo.png') no-repeat scroll 0 0 !important;
  color: #ff7900 !important;
  font-family: "SofiaProLight", Helvetica, Arial, sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold !important;
  line-height: 1em !important;
  margin-top: 30px !important;
  padding: 3px 0 5px 60px !important;
}
/* line 220, templates/rt_citadel/custom/scss/custom.scss */
.g-default-navigation {
  padding-bottom: 0 !important;
}
/* line 224, templates/rt_citadel/custom/scss/custom.scss */
#content ul {
  margin: 0 !important;
}
/* line 228, templates/rt_citadel/custom/scss/custom.scss */
#content #my-tab-content {
  background: #fff !important;
  padding: 15px;
  color: #000 !important;
}
/* line 233, templates/rt_citadel/custom/scss/custom.scss */
#k2Container .itemHeader h2.itemTitle {
  margin-top: 40px !important;
}
/* line 236, templates/rt_citadel/custom/scss/custom.scss */
.btn-primary, .readon {
  background: #ff7900;
  color: #fff !important;
}
/* line 241, templates/rt_citadel/custom/scss/custom.scss */
.btn-primary:hover, .readon:hover {
  background: rgba(255, 121, 0, 0.8);
  color: #fff !important;
}
/* line 246, templates/rt_citadel/custom/scss/custom.scss */
.readon {
  border-radius: 6px;
  font-size: 15px;
  padding: 11px 15px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
/*********************Testimonial Css*******************/
/* line 256, templates/rt_citadel/custom/scss/custom.scss */
body #k2Container.itemListView.testimonial_page .itemListCategory h2 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
/* line 260, templates/rt_citadel/custom/scss/custom.scss */
.reviews div.itemContainer {
  border: none;
}
/* line 263, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box {
  position: relative;
  background: url('../../images/reviews.jpg') center top no-repeat;
  background-size: auto 100%;
  border: 1px solid #dc6b04;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 0 1px 6px #000;
}
/* line 277, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .img_box {
  text-align: center;
}
/* line 280, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .img_box .client_name {
  text-align: center;
}
/* line 283, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .reviews {
  padding: 30px 0px 10px 70px;
}
/* line 286, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .reviews:before {
  content: url('../../images/top-left.png');
  display: block;
  float: left;
  margin-left: -70px;
  margin-top: -30px;
}
/* line 293, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box:hover {
  border: 1px solid #dc6b04;
}
/* line 296, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box:hover .item-content, .catItemBody .arrow_box:hover .item-content p, .catItemBody .arrow_box:hover .item-content a, .catItemBody .arrow_box:hover .item-content h2 {
  color: #0f61ae !important;
}
/* line 302, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .item-content img {
  padding: 5px;
  border-radius: 50%;
}
/* line 306, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .item-content {
  font-weight: 300;
  color: #0f61ae;
  font-style: italic;
}
/* line 311, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .item-content p {
  color: #0f61ae !important;
}
/* line 314, templates/rt_citadel/custom/scss/custom.scss */
.catItemBody .arrow_box .item-content a {
  color: #0f61ae !important;
  font-weight: bold;
}
/* line 318, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_page div.itemContainer {
  border-bottom: 0px dotted #a9804a !important;
  float: left;
}
/* line 322, templates/rt_citadel/custom/scss/custom.scss */
div.k2Pagination ul li:before {
  content: "" !important;
}
/* line 325, templates/rt_citadel/custom/scss/custom.scss */
div.k2Pagination ul li {
  padding-left: 0;
}
/* line 328, templates/rt_citadel/custom/scss/custom.scss */
div.k2Pagination ul li a {
  background: #ff7900;
  border: 0px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin: 0 8px;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
}
/* line 339, templates/rt_citadel/custom/scss/custom.scss */
div.k2Pagination ul li span {
  background: #e97812;
  border: 0px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin: 0 8px;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
}
/* line 350, templates/rt_citadel/custom/scss/custom.scss */
div.k2Pagination ul li a:hover {
  background: #e97812;
}
/* line 353, templates/rt_citadel/custom/scss/custom.scss */
#accordion3.lightnessfaq.contentbackground div.accordionfaqitem {
  margin-top: 15px !important;
  padding: 15px !important;
}
/* line 357, templates/rt_citadel/custom/scss/custom.scss */
#accordion3.lightnessfaq .accordionfaqheader {
  margin-bottom: 20px !important;
}
/* line 360, templates/rt_citadel/custom/scss/custom.scss */
.accordionfaqitem ul li {
  margin-bottom: 20px;
}
/* line 362, templates/rt_citadel/custom/scss/custom.scss */
.hidefaq ul li, ul.list_icon li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
/* line 368, templates/rt_citadel/custom/scss/custom.scss */
.hidefaq ul li:before, ul.list_icon li:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: FontAwesome;
  color: #ff7900 !important;
}
/* line 378, templates/rt_citadel/custom/scss/custom.scss */
#accordion3.lightnessfaq .accordionfaqheader.selected, #accordion3.lightnessfaq .accordionfaqheader.selected a, #accordion3.lightnessfaq .accordionfaqheader a:hover {
  color: #d89113 !important;
}
/* line 384, templates/rt_citadel/custom/scss/custom.scss */
.itemBackToTop {
  display: none;
}
/* line 388, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item .avatar img {
  margin-bottom: 15px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: inherit !important;
}
/* line 397, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item .client_name {
  font-weight: 700;
  font-size: 18px;
}
/* line 401, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item .position {
  font-style: italic;
  margin-bottom: 15px;
}
/* line 406, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item blockquote.mede911 {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #333;
  border-left: none !important;
}
/* line 417, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item blockquote.mede911 p {
  color: #333;
}
/* line 420, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item blockquote.mede911:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -4px;
  top: -20px;
  color: #000;
}
/* line 430, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item span.quote_right {
  position: relative;
  top: -30px;
  display: block;
  margin-bottom: 15px;
}
/* line 436, templates/rt_citadel/custom/scss/custom.scss */
.testimonial_slider .owl-carousel .owl-item span.quote_right:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  right: 20px;
  color: #000;
  position: absolute;
  text-align: right;
  font-family: Georgia, serif;
}
/* line 447, templates/rt_citadel/custom/scss/custom.scss */
.readon.m_bottom {
  margin-top: 0 !important;
  display: inline-block;
}
/* line 451, templates/rt_citadel/custom/scss/custom.scss */
.readon.m_bottom:hover {
  background: rgab(50, 59, 196, 0.8);
}
/* line 455, templates/rt_citadel/custom/scss/custom.scss */
#g-mainbar {
  min-height: 890px;
}
@media screen and (max-width: 991px) {
  /* line 459, templates/rt_citadel/custom/scss/custom.scss */
  #g-mainbar {
    min-height: inherit;
  }
}
/* line 464, templates/rt_citadel/custom/scss/custom.scss */
.blog div.itemContainer {
  border-bottom: 2px solid #ccc;
  display: block;
  margin-bottom: 40px;
}
/* line 469, templates/rt_citadel/custom/scss/custom.scss */
.blog h3.catItemTitle {
  padding-bottom: 0 !important;
}
/************************Header Style*********************************/
/************************#5970b3*********************************/
/* line 475, templates/rt_citadel/custom/scss/custom.scss */
#g-container-navigation #g-navigationmain {
  /* background:#5970b3 !important;*/
  color: #fff !important;
}
/* line 480, templates/rt_citadel/custom/scss/custom.scss */
/* line 483, templates/rt_citadel/custom/scss/custom.scss */
.nomarginall img {
  position: relative;
  top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*******************Home 4 boxes******************************/
/* line 493, templates/rt_citadel/custom/scss/custom.scss */
.top-box .tb_img img {
  width: 100%;
}
/* line 496, templates/rt_citadel/custom/scss/custom.scss */
h2.services_title {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  line-height: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff7900;
  margin-bottom: 25px;
}
/* line 506, templates/rt_citadel/custom/scss/custom.scss */
.services_box {
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  /* background: #fff; */
  border-radius: 4px;
  margin-bottom: 15px;
}
/* line 514, templates/rt_citadel/custom/scss/custom.scss */
.services_box .tb_desc {
  padding: 10px;
  color: #000;
  font-size: 15px;
  text-align: center;
}
/* line 519, templates/rt_citadel/custom/scss/custom.scss */
.services_box .tb_desc .box_button {
  display: block;
  background: #ff7900;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  box-shadow: none !important;
  color: #fff;
  margin-top: 15px;
}
/* line 530, templates/rt_citadel/custom/scss/custom.scss */
.services_box .tb_img {
  overflow: hidden;
  position: relative;
}
/* line 533, templates/rt_citadel/custom/scss/custom.scss */
.services_box .tb_img img {
  border: none;
  border-radius: 0;
  padding: 2px 2px 0 2px;
  border-bottom: 2px solid #ff7900;
  width: 100%;
}
/* line 540, templates/rt_citadel/custom/scss/custom.scss */
.services_box .tb_img strong {
  /* background: rgba(255, 121, 0, 0.4); */
  color: #fff;
  font-size: 15px;
  letter-spacing: normal;
  padding: 25% 10px 0;
  position: absolute;
  text-transform: none;
  z-index: 1000;
  top: 0px;
  left: 0;
  opacity: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  text-shadow: 9px 9px 9px #000;
}
/* line 560, templates/rt_citadel/custom/scss/custom.scss */
.box3 strong {
  padding: 30px 22px 0;
}
/* line 561, templates/rt_citadel/custom/scss/custom.scss */
/* line 562, templates/rt_citadel/custom/scss/custom.scss */
.services_box:hover strong {
  background: rgba(255, 121, 0, 0.7);
}
/* Rectangle Out */
/* line 568, templates/rt_citadel/custom/scss/custom.scss */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 585, templates/rt_citadel/custom/scss/custom.scss */
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
/* line 604, templates/rt_citadel/custom/scss/custom.scss */
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
/* line 607, templates/rt_citadel/custom/scss/custom.scss */
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 612, templates/rt_citadel/custom/scss/custom.scss */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 2px #ff7900, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* line 628, templates/rt_citadel/custom/scss/custom.scss */
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 2px #ff7900, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Bounce To Right */
/* line 635, templates/rt_citadel/custom/scss/custom.scss */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 650, templates/rt_citadel/custom/scss/custom.scss */
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 105, 180, 0.9);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 670, templates/rt_citadel/custom/scss/custom.scss */
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
/* line 673, templates/rt_citadel/custom/scss/custom.scss */
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* line 680, templates/rt_citadel/custom/scss/custom.scss */
#g-wmdbgrotator {
  position: fixed;
  z-index: -1;
}
/* line 684, templates/rt_citadel/custom/scss/custom.scss */
.g-offcanvas-left #g-page-surround {
  z-index: 0;
}
/* line 687, templates/rt_citadel/custom/scss/custom.scss */
#g-container-footer {
  background: #f3600b;
}
/* line 689, templates/rt_citadel/custom/scss/custom.scss */
#g-container-footer .g-content {
  padding: 0.55rem 1rem;
}
/* line 691, templates/rt_citadel/custom/scss/custom.scss */
#g-container-footer .g-content h3.g-title {
  font-size: 1.7rem;
}
/*===================================
 =            Home Video             =
 ===================================*/
/* line 700, templates/rt_citadel/custom/scss/custom.scss */
/* line 701, templates/rt_citadel/custom/scss/custom.scss */
#g-slideshowmain .g-content {
  padding: 0.4rem;
}
/*=====  End of Slider  ======*/
