body{
	font-family: 'NeoSansArabicBold';
	line-height: 30px;
	color: #444444;
	font-size: 16px;
	direction:rtl;
}
p{
	font-family: 'NeoSansArabicRegular';
	text-align: justify;
}
ul, ol{list-style: none; -webkit-padding-start: 0px;}


a{
	color: #09498f;
}
a:hover, a:active, a:focus{
	text-decoration: none;
	color: #4eb1e0;
}
.margin-top-30{margin-top: 30px;}
.margin-auto{margin: auto;}
.clr{clear: both;}
.bg-styles{ background-size: cover !important; background-position: center !important;}

.inline {display: inline-block;}

*{outline: none !important;}

.left-md-center, .right-md-center{text-align: center;}
.padding-0{padding: 0;}

.inline-img{ float: none;}
.text-center img{margin: auto;}




.nav-con{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: #edf4fb;
	border-bottom: 6px solid #004084;
}


/** logo **/
.navbar-brand{padding:0;margin:0;height: auto;}
.navbar-brand img{ max-height: 120px;}
	
/** end logo **/

.navbar-default{
	background:none;
	border:none;
	padding: 10px 0;
	margin: 0;
}
.navbar-default .navbar-nav>li>a{
	font-size:15px;
	color: #0a498e;
	padding:11px 0;
	text-align:center;
	/* text-shadow:1px 1px 1px rgba(0,0,0,.8); */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #0a498e;
	background: none;
	outline:none;
	text-shadow:none;
}
.navbar-toggle{
	border:none;
	margin-top: 35px;
	margin-right:0;
	width: 50px;
	height: 38px;
	text-align:center;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none;
	outline:none;
	}
.navbar-default .navbar-collapse{
	border:none;
	border-radius:2px;
	box-shadow:none;
}
.navbar-default .navbar-toggle .icon-bar {background: #0a498e;height: 4px;width: 30px;}
.dropdown-menu{
	left: auto;
	right: 0;
	background-color: #0000005e;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {color: #FFF; background-color: #0000005e; }
.dropdown-menu>li>a{color: #FFF;text-align:  right;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4eb1e1;
}


.slider-con{ border-bottom: 6px solid #004084;}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
	background-size: cover;
	background-position: center;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:first-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    /*position: absolute;
    left: 0;
    top: 25%;
    right: 0;*/
    margin: auto;
    text-align: left;
    padding: 150px 0;
}
.slide-text h1 {
    padding: 0;
    color: #ffffff;
    font-size: 36px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	height: 90px;
	overflow: hidden;
}
.slide-text img {
	max-height: 280px;
	margin: 0 auto;
	border: 6px solid #AAA;
	outline: 1px solid #777;
}
.slide-text a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
    .slide-text h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
    .slide-text p { font-size: 18px; }
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 120px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 100px 15px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line .carousel-indicators{
        display: none;
    }
}




.section{
	padding: 90px 0;
	overflow: hidden;
}

.heading{
	text-align: center;
	font-size: 28px;
	color: #09498f;
	margin-bottom: 30px;
	padding-bottom: 24px;
	background: url(https://2d06dc.claudeassets.com/20250331223633im_/https://www.sinastars.com/wp-content/themes/SinaStars/images/heading-bg.png) bottom center no-repeat;
}
.about-section {
	background: #e0e0e0;
}
/*.about-section p{ text-align: center;}*/

.nav-tabs>li { float: right;}
.nav-tabs>li>a { margin-left: 2px; margin-right: 0;}

.tab-content>.tab-pane{
	padding: 15px;
	border: 1px solid #0074a7;
	border-top: none;
}
.nav-tabs {
    border-bottom: 4px solid #0074a7;
}
.nav-tabs>li>a {
    border-radius: 0;
    background: #eee;
    border-bottom: none;
    padding: 8px 15px;
    margin-top: 4px;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #0074a7;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #0074a7;
    border: 1px solid #0074a7;
    padding: 10px 15px;
    margin-top: 0;
}

.activity-box{
	margin-top: 30px;
}
.activity-title{
	padding: 15px 0;
	background: #0074a7;
	text-align: center;
	white-space: nowrap;
	display: block;
	color: #FFF !important;
	border-bottom: 3px solid #005377;
	transition: .3s;
}
.activity-box:hover .activity-title{
	background: #75b042;
	border-bottom: 3px solid #4d752a;
}
[class^="hvr-"] {
    padding: 10px 15px;
    cursor: pointer;
    background: #09498f;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4eb1e0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(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);
}

.products-section{background: #e0e0e0;}
.product-box{margin-top: 30px;}
.product-img{
	border-radius: 50% / 20px;
	border-bottom-left-radius: 0; border-bottom-right-radius: 0;
	overflow: hidden;
	position: relative;
}
.product-img .overlay{
	background-color: rgba(0, 0, 0, 0.00);
	transition: .3s;
}
.product-box:hover .overlay{
	background-color: rgba(37, 85, 109, 0.48);
}
.product-title a {
	border-radius: 50% / 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #09498f;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
	display: block;
	transition: .3s;
}
.product-box:hover .product-title a, .product-title a:active, .product-title a:focus {
	background: #4eb1e0;
}
.p-more a{
	position: absolute;
	top: 120%; left: 50%;
	transform: translate(-50% , -50%);
	background: #4eb1e0;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 50% / 7px;
	transition: .3s;
	display: block;
}
.product-box:hover .p-more a{
	top: 50%;
}


.certifications-section{background: #c6d0d8;border-bottom: 6px solid #004084;border-top: 6px solid #004084;}
.cer-box{
	background: #dcdcdc;
	border-radius: 8px;
	padding: 10px 10px 4px 10px;
}
.cer-box .carousel-control{top: 50%; bottom: auto;}
.sec-title {
    text-align: center;
    color: #004084;
    padding: 6px 0;
    font-size: 16px;
}
.cer-box .bg-styles{background-position: top !important; transition: 1s; display: block;}
.cer-box:hover .bg-styles{background-position: bottom !important;}

.html5lightbox{display: block; cursor: zoom-in;}
.gallery-row{overflow: hidden;}
/*.gallery-row [class*="col-"] {padding: 1px; background: #FFF;}*/
.gallery-row a{ overflow: hidden;}
.lightbox-name{
	background: #004084;
	padding: 5px 10px;
	font-size: 16px;
	color:  #FFF;
	text-align: center;
	white-space: nowrap;
}


.buy-section{background: #e0e0e0; overflow: visible;}

/** Custom Select **/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	width: 100%;
	margin-top: 30px;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 22px 0 84px;
	font-size: 16px;
	font-weight: 300;
	color: #0a498e;
	line-height: 40px;
	background: #ffffff;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	left: 14px;
	margin-top: -3px;
	border-bottom: 1px solid #0a498e;
	border-right: 1px solid #0a498e;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 10px 0;
	border: 1px solid #5ec0f5;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #4eb1e1;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	z-index: 99999999;
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	left: 14px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #5ec0f5;
	border-left: 1px solid #5ec0f5;
	background: #4eb1e1;
	transform: rotate(45deg);
	transition: all .6s ease-in-out;
}
.option-hover:before {
	background: #0a498e;
}
.custom-option {
	font-family: 'NeoSansArabicRegular';
	position: relative;
	display: block;
	padding: 0 18px;
	border-bottom: 1px solid #5ec0f5;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:hover,
.custom-option.selection {
	background: #0a498e;
}
.buy-section input, .buy-section textarea{ width: 100%; border: none;}
.buy-section input{ height: 40px; padding: 0 15px; color: #0a498e;}
.buy-section textarea{ padding: 6px 15px; color: #0a498e;}
.buy-section input::placeholder, .buy-section textarea::placeholder {color: #0a498e;}


.clients-section{}


.contact-setion{
	border-top:6px solid #4eb1e1;
	background-image: url(https://8d44c9.claudeassets.com/20250331223633im_/https://www.sinastars.com/wp-content/themes/SinaStars/images/contact-bg.jpg);
	background-size: cover; background-position: center;
}
.map-wraper{
	overflow:hidden;
	position: relative;
	text-align: center;
}
.map-wraper iframe{
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* left: 0; */
	/* border-radius: 50%; */
	border:none;
	border: 3px solid #969696;
	margin-top: 30px;
}

.contact-form{
	margin-top: 20px;
}
.contact-form input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc3b4;
	font-family: 'NeoSansArabicRegular';
}
.contact-form textarea{
	width: 100%;
	height: 100px;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc3b4;
	font-family: 'NeoSansArabicRegular';
}
.contact-form button{
	border: none;
	color: #FFF;
	padding: 2px 15px;
	outline: none !important;
}
.inpage-contact .branch-box{
	margin-top: 15px;
}
.inpage-contact .branch-title, .inpage-contact .contact-field i{
	color: #04388e;
}
.inpage-contact .contact-field{
	color: #444;
}

.branch-box{margin-top: 20px; text-align: center;}
.branch-title, .list-title{
	font-weight: 600;
	color: #0a498e;
}
.contact-field{
	margin-right: 15px;
	color: #71634a;
	font-family: 'NeoSansArabicRegular';
}
.contact-field i, ul.big-footer-ul li a i{
	color: #0a498e;
	width: 18px;
}

.social-section{
	background: #001933;
	text-align: center;
	padding: 60px 0;
}


footer{
	background: #0a498e;
	/* border-top: 1px solid #1f000c; */
	color: #4eb1e1;
	text-align: center;
	padding: 0px 0 20px;
}
footer ul{margin: 0;}
.social-icons{list-style: none;/* text-align: center; */margin: 10px 0 0;}
.social-icons li{display: inline-block;margin-right: 3px;}
.social-icons li a{font-size: 16px;background: #4eb1e1;color: #FFF;width: 36px;height: 36px;display: block;line-height: 40px;border-radius: 4px;text-align: center;transition: .3s;}
.social-icons li a:hover, .social-icons li a:active, .social-icons li a:focus{background: #74c5ec;}
footer a{color: #FFF;}
.footer-nav li, .footer-social li{ display: inline-block; margin-left: 10px;}
.footer-nav li:last-child, .footer-social li:last-child{margin-left: 0px;}
.wpforms-one-half {
	float: right !important;
	margin-right: 2% !important;
	margin-left: 0 !important;
}
.wpforms-label-hide {
	display: none !important;
}
.fur-box{
	margin-top:30px;
	background:#09498f;
	padding-bottom:18px;
}
.fur-box{
	background:#4eb1e0;
}
.fur-img-a{
	display:block;
	overflow:hidden;
	border-bottom:3px solid #00afd1;
}
.fur-box img{transition:ease-in-out .3s; width:100%;}
.fur-box:hover img{
	transform:scale(1.1) rotate(3deg);
	filter:brightness(.5);
}
.title{
	padding:18px;
	font-size:18px;
}
.box-summ{
	height:134px;
	overflow:hidden;
	text-align:justify;
	text-align-last:center;
	padding:18px;
}
.box-summ p{
	color:#bbbbbb;
}
.read-more{
	text-align:left;
	margin-top:12px;
	padding:0 18px;
}
.icons-section {
	padding-top: 0px !important;
}
.inner-heading {
	padding-bottom: 0px !important;
}


.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ float:right;}

/* responsive part */
@media(min-width:768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{ float:right;}

.navbar-default .navbar-collapse{background:none; }
.navbar-default .navbar-nav{ margin: 50px auto 0;}
.navbar-default .navbar-nav>li{float:  none;display: table-cell;}
.navbar-default .navbar-nav>li>a{padding: 10px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {border-bottom: 2px solid #4eb1e0;}
.navbar-header{float: right;}

.navbar>.container-fluid .navbar-brand{ margin:0 0 0 150px;}

	
	
.inline-img {float: left; max-width: 40%; margin: 8px 15px 0 0;}

}
@media(min-width:992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{ float:right;}

.col-md-offset-1 { margin-right: 8.33333333%; margin-left: 0;}
.left-md-center{text-align: left !important;}
.right-md-center{text-align: right !important;}

	
.navbar-default .navbar-nav{float: left;/* margin:0; */}
.navbar>.container-fluid .navbar-brand{ margin:0 0 0 -15px;}
.navbar-default .navbar-nav>li{margin-left: 0;}

}
@media(min-width:1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{ float:right;}

}	
	

/*
     FILE ARCHIVED ON 15:55:30 Apr 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:07:19 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.537
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.061
  esindex: 0.008
  cdx.remote: 27.339
  LoadShardBlock: 186.639 (3)
  PetaboxLoader3.datanode: 129.325 (4)
  PetaboxLoader3.resolve: 122.275 (2)
  load_resource: 115.195
*/