@font-face {
    font-family: 'ifont';
    src: url('../fonts/ifont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: ifont;
	font-size: 13px;
}

.th3 {
    border-left: 1px solid #CCC;
}

.th5 {
    text-indent: 20px;
}

.bt {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
}
/*************************  BUTTON THEME *********************************/

button:focus {
  outline: none !important;
}
.btn {
  border-radius: 4px;
  border: 0;
  transition: .2s ease-out;
  color: #fff;
}

.btn:hover {
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn:active, .btn:focus, .btn.active {
  outline: 0;
  color: #fff;
}

/*Primary*/
.btn-primary {
  background: #4285F4;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #5a95f5 !important;
}

.btn-primary.active {
  background-color: #0b51c5 !important;
}
/*Secondary*/
.btn-secondary {
  background-color: #aa66cc;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #b579d2 !important;
  color: #fff;
}
.btn-secondary.active {
  background-color: #773399 !important;
}
.btn-secondary.active:hover {
  color: #fff;
}
.btn-secondary.active:focus {
  color: #fff;
}

/*Default*/
.btn-default {
  background: #2BBBAD;
}
.btn-default:hover, .btn-default:focus {
  background-color: #30cfc0 !important;
}
.btn-default.active {
  background-color: #186860 !important;
}

/*Success*/
.btn-success {
  background: #00C851;
}
.btn-success:hover, .btn-success:focus {
  background-color: #00d255 !important;
}
.btn-success.active {
  background-color: #006228 !important;
}

/*Info*/
.btn-info {
  background: #33b5e5;
}
.btn-info:hover, .btn-info:focus {
  background-color: #4abde8 !important;
}
.btn-info.active {
  background-color: #14799e !important;
}

/*Warning*/
.btn-warning {
  background: #FF8800;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #ff961f !important;
}
.btn-warning.active {
  background-color: #cc8800 !important;
}

/*Danger*/
.btn-danger {
  background: #CC0000;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #db0000 !important;
}
.btn-danger.active {
  background-color: maroon !important;
}

/*Link*/
.btn-link {
  background-color: transparent;
  color: #000;
}
.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: #000;
}

.btn-custom {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  transition-duration: 0.5s;
}

.btn-custom:hover {
  color: #000;
  background-color: #e0a800;
  border-color: #d39e00;
  transition-duration: 0.5s;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  transition-duration: 0.5s;
}

.top {
	background: #000;
	height: 50px;
	position: relative;
	z-index: 5;
}

.top a {
	padding: 19px 15px;
	color: #FFF;
	font-size: 19px;
	background: transparent;
	transition-duration: 0.5s;
	border-right: 1px solid #1a1a1a;
}

.top a:hover {
	text-decoration: none;
	color: #ff001d;
	cursor: pointer;
}

.top .ticon {
	position: relative;
	top: 15px;
}
.top .no-border { border: 0px; }

.top .btn-search:hover {
	border: 1px solid #ff001d;
	transition-duration: 0.5s;
}

.top .dropdown-menu {
	background: #181818;
	border-radius: 0px;
	padding: 15px;
	margin-top: 30px;
	left: 0px;
	right: auto;
	width: 275px;
}

.website {
    float: right;
    position: absolute;
    top: 0px;
    color: #FFF;
}

.website h1 {
	font-size: 15px;
	color:  #FFF;
	z-index: 999;
	position: relative;
	padding-left: 30px;
}

.website:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9999em;
    height: 50px;
    background-color: #ff001d;
    -webkit-transform: skewX(30deg);
       -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
         -o-transform: skewX(30deg);
            transform: skewX(30deg);
            z-index: 1;
}

.carousel-top {
	position: absolute;
	top: 0px;
	min-width: 100%;
	z-index: 0;
}

.content-header {
  height: 201px;
  top: 0px;
  width: 100%;
  position: absolute;
  background: url(../img/headbg.jpg);
}

.navigation {
	background: rgba(0, 0, 0, 0.7) url(../img/pattren.png);
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

.navigation .logo {
	position: absolute;
	left: 30px;
	top: -25px;
	display: block;
}

.navigation .nav-logo {
	display: none;
}

.navbar-header .icon-bar {
	background: #FFF;
}

.nav-social {
	display: none;
}

.navbar {
    background: transparent;
    margin: 0px;
    border: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    line-height: 40px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
    background-color: #ff001d;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #ff001d;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #ff001d;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
}


@media (max-width: 768px) { 
	.navigation {
		background: #ff001d;
		margin-top: 0px;
	}
	.navbar {
	    background: transparent;
	    margin: 0px;
	    border: 0px;
	}

	.navbar-collapse {
		margin-top: 50px;
	}

	.navbar-default .navbar-nav > li > a {
	    color: #FFF;
	    line-height: 40px;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #ff001d;
	    background-color: #FFF;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #FFF;
	    background-color: #ff001d;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
	    color: #FFF;
	    background-color: #ff001d;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #777;
	}

	.website:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9999em;
    height: 50px;
    background-color: #ff001d;
    -webkit-transform: skewX(-30deg);
       -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
            transform: skewX(-30deg);
            z-index: 1;
	}

	.carousel {
		position: relative;
		min-width: 100%;
		z-index: 1;
	}

	.navigation .logo {
		display: none;
	}

	.navigation .nav-logo {
		display: block;
		position: relative;
		right: calc(50% - 60px);
		padding-top: 10px;
		z-index: 999;
	}
	
}

.dropdown-menu-search .btn {
  height: 42px;
}

@media (max-width: 430px) {
	.navbar-header {
		position: absolute;
		right: 15px;
	} 
	.top-social {
		display: none;
	}

	.nav-social {
		display: block;
		position: absolute;
		left: 0px;
		z-index: 999;
	}

	.nav-social a {
		padding: 19px 15px;
		color: #FFF;
		font-size: 19px;
		background: transparent;
		transition-duration: 0.5s;
	}

	.nav-social a:hover {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}

	.nav-social .ticon {
		position: relative;
		top: 15px;
	}
	.nav-social .no-border { border: 0px; }

	.nav-social .btn-search:hover {
		border: 1px solid #ff001d;
		transition-duration: 0.5s;
	}

	.nav-social .dropdown-menu {
		background: #181818;
		border-radius: 0px;
		padding: 15px;
		margin-top: 30px;
		left: 0px;
		right: auto;
		width: 275px;
	}
}

.dropdown-toggle-sub:before {
    font-family: "FontAwesome";
    content: "\f107";
    color: #999999;
    position: absolute;
    right: calc( 50% - 6px);
    right: -webkit-calc( 50% - 6px);
    right: -moz-calc( 50% - 6px);
    bottom: -2px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu li {
  padding-top: 15px;
}

.dropdown-submenu > a:after {
    font-family: "FontAwesome";
    content: "\f104";
    color: #999999;
    position: absolute;
    left: 10px;
    vertical-align: middle;
}

@media screen and (min-width:750px) {
    .dropdown-menu-arrow:after {
        position: absolute;
        top: -7px;
        right: 20px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #FFF;
        border-left: 7px solid transparent;
        content: '';
    }
    .dropdown-menu-arrow:before {
        position: absolute;
        top: -8px;
        right: 19px;
        display: inline-block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #999;
        border-left: 8px solid transparent;
        border-bottom-color: #999;
        content: '';
    }
}

.panels {
	position: relative;
	z-index: 0;
	margin-top: 22%;
}

.panels hr {
	border: 0; 
	height: 1px;
	margin-bottom: 5px;
	margin-top: 8px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.panel-details {
    position: relative;
    padding: 0;
}

.panel-details .panel-image {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.panel-image img {
    position: relative;
    width: 120px;
    margin-top: -100px;
}

@media screen and (max-width:1200px) {
	.panels {
		margin-top: 17%;
	}
	.panel-details {
	    position: relative;
	    padding: 0;
	    margin-bottom: 80px;
	}
}

@media screen and (max-width:768px) {
	.panels {
		margin-top: 30px;
	}
	.panel-details {
	    position: relative;
	    padding: 0;
	    margin-bottom: 80px;
	}
}

.panel-details .panel-info-block {
    width: 100%;
    position: relative;
    top: 55px;
    background: red;
    z-index: 0;
    padding-top: 35px;
}

.panel-info-block .panel-heading {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.panel-heading h3 {
	color: #FFF;
	font-size: 16px;
	padding-bottom: 4px;
	margin-top: -15px;
}

.panel-text {
	color:  #e7e7e7;
	font-size: 14px;
	direction: rtl;
	text-align: justify;
	padding: 10px 8px 5px 8px;
	margin-bottom: 0px;
}

.panel-more {
	background: transparent;
	transition-duration: 0.5s;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.panel-more p {
	display: none;
	transition-duration: 1s;
	margin-top: 120px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}

.panel-more:hover {
	background: rgba(0,0,0,0.9);
	transition-duration: 0.5s;
}

.panel-more:hover > p {
	display: block;
	transition-duration: 1s;
}

.lnews {
	min-height: 400px;
	background: url(../img/art.png) no-repeat left 100%;
}

.lnews-body a:link, .lnews-body a:visited {
	text-decoration: none;
	transition-duration: 0.5s;
	color: #333;
}

.lnews-body a:hover {
	transition-duration: 0.5s;
	color: red;
}

.lnews-title {
	font-size: 18px;
	font-weight: bold;
	width: 60%;
	padding-bottom: 15px;
}

.news-list {
	width: 60%;
	border-top: 1px solid #999;
	clear: both;
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height: 100px;
}

.page-news-list {
  border-top: 1px solid #999;
  clear: both;
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  min-height: 100px;
}

.news-list-img {
	width: 80px;
	position: relative;
	float: right;
	right: 0px;
	top: 10px;
	clear: both;
}

.news-list-img img {
	width: 100%;
}

.news-details {
	position: relative;
	right: 15px;
}

.news-list h2, .news-details h2 {
	font-size: 13px;
	font-weight: bold;
	width: auto;
	position: relative;
	padding-bottom: 10px;
	
}

.news-list h2::before, .news-details h2::before {
	content: "";
    position: absolute;
    height: 1px;
    right: 80px;
    bottom: 0;
    width: 50px;
    background: #000;
    z-index: 999;
}

.news-list h2::after, .news-details h2:after {
	content: "";
    position: absolute;
    height: 1px;
    right: 80px;
    bottom: 0;
    width: 100px;
    background: red;
}

.news-list p, .news-details p {
	font-size: 13px;
	text-align: justify;
}

.ntime {
	float: left;
}

.newstime {
  position: absolute;
  top: 30px;
  left: calc(50% - 28px);
  font-size: 16px;
}

@media screen and (min-width:1200px) {
	.lnews {
		margin-top: 100px;
	}
}

@media screen and (max-width:768px) {
	.lnews {
		background: none;
	}

	.lnews-title {
		width: 100%;
	}

	.news-list {
		width: 100%;
	}
}

.main-gallery {
	background: rgba(0, 0, 0, 0.9) url(../img/pattren.png);
	min-height: 300px;
	margin-top: 20px;
}

.main-gallery-title {
	text-align: center;
	color: #ddd;
	padding-top: 30px;
}

.gallery-all {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}

/********************************************************************************/

.snip1553 {
  background-color: #222222;
  color: #ffffff;
  display: inline-block;
  display: inline-block;
  font-size: 16px;
  margin: 8px;
  max-width: 315px;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1553 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1553:after {
  background-color: red;
  bottom: 0;
  content: '';
  height: 0%;
  right: 0;
  position: absolute;
  width: 10px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1553 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1553 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1em;
  opacity: 0;
}

.snip1553 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.snip1553 h3 span {
  display: block;
  font-weight: 700;
}

.snip1553 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1553:hover > img,
.snip1553.hover > img {
  opacity: 0.1;
}

.snip1553:hover:after,
.snip1553.hover:after {
  height: 100%;
}

.snip1553:hover figcaption,
.snip1553.hover figcaption {
  opacity: 1;
}


/**************************************************************************/

.snip1573 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 7px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.snip1573 img {
  backface-visibility: hidden;
  width: 100%;
  height: 150px;
  vertical-align: top;
}

.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
  background-color: #000000;
  border: 1px solid #666;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  font-family: ifont;
}

.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


.main-members-title {
	text-align: center;
	padding-top: 30px;
}

.section-title-dash {
   font-size: 20px;
   line-height: normal;
   margin-top: 0;
   position: relative;
   margin: 0 auto 60px;
}

.section-title-dash:before {
   position: absolute;
   content: attr(data-title);
   font-size: 35px;
   color: rgba(0, 0, 0, .06);
   left: 0;
   top: 10px;
   width: 100%;
}

@media (max-width: 992px) {
   .section-title-dash:before {
      font-size: 48px;
      top: -30px;
   }
}

.section-title-dash:after {
   content: '';
   position: absolute;
   bottom: -20px;
   height: 1px;
   width: 40px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   z-index: 0;
   border-bottom: 2px solid red;
}

.section-title-dash span {
   position: relative;
   display: block;
   margin: 0 auto 0;
   width: 1px;
   height: 2px;
}

.section-title-dash span:before,
.section-title-dash span:after {
   content: '';
   position: absolute;
   top: 12px;
   left: 25px;
   width: 6px;
   height: 10px;
   border-bottom: 2px solid red;
}

.section-title-dash span:after {
   width: 3px;
   left: 34px;
}

.title-text-color {
   color: #a2df48;
}


.our-team{
    position:relative;
    overflow: hidden;
    height: 355px;
}
.our-team h3 {
  font-size: 16px;
  color: #FFF;
}
.our-team .team-pic > img{
    width: 95%;
    height:auto;
    float: left;
    border: 1px solid #000;
}
.our-team .team-profile{
    background: red;
    padding: 0 24px;
    position: absolute;
    left: 15;
    bottom: -20%;
    width: 90%;
    min-height:140px;
    transition: all 0.25s ease 0s;
}
.our-team:hover .team-profile{
    bottom:0px;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 30px solid red;
    border-right: 262px solid transparent;
    position: absolute;
    top:-30px;
    left: 0;
}
.our-team .team-title{
    line-height: 22px;
}
.our-team .team-title:after{
    content:"";
    display: block;
    width: 100%;
    border-bottom:1px solid #fff;
    padding-bottom:5px;
    margin-top: 10px;
}
.our-team .team-title a{
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    display: block;
    transition:all 0.2s linear 0s;
}
.our-team .team-title a:hover{
    color:#333;
    text-decoration: none;
}
.our-team .description{
    color: #fff;
    line-height: 25px;
}

@media only screen and (max-width: 1200px) {
	.our-team .team-profile:before{
	    content: "";
	    border-bottom: 50px solid red;
	    border-right: 262px solid transparent;
	    position: absolute;
	    top:-50px;
	    left: 0;
	}
}

@media only screen and (max-width: 990px) {
    .our-team{
        width: 310px;
        margin: 0 auto 15px;
    }
    .our-team .team-profile:before{
        border-right: 300px solid transparent;
    }

    .our-team .team-profile:before{
	    content: "";
	    border-bottom: 30px solid red;
	    border-right: 262px solid transparent;
	    position: absolute;
	    top:-30px;
	    left: 0;
	}
}
@media only screen and (max-width: 359px) {
    .our-team{
        width: auto;
    }
}


.footer {
	background: rgba(0, 0, 0, 0.9) url(../img/pattren.png);
	min-height: 300px;
	margin-top: 50px;
  padding-bottom: 10px;
}
.footer-title {
	color: #ddd;
	font-size: 16px;
	text-align: right;
	padding-top: 15px;
	width: 100%;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.rand-gallery ul { 
	margin: 0px 0px 0px -10px;
	padding: 0px;
}
.rand-gallery ul li {
    float: right;
    list-style: none;
    padding: 0px 0px 10px 10px;
    width: 33.333%;
}
.rand-gallery a,.rand-gallery a img {
    width: 100%;
    float: left;
    height: 70px;
}

.links a:link, .links a:visited {
	text-decoration: none;
	font-size: 15px;
	color:  #ddd;
	transition-duration: 0.5s;
}

.links a:hover {
	color: red;
	transition-duration: 0.5s;
	padding-right: 10px;
}

.links ul {
  list-style: none;
  padding: 0 10px 0 0;
}
.links li {
  padding-right: 15px;
  line-height: 30px;
}
.links li:before {
  content: "\f104"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #ddd;
  font-size: 15px;
  display: inline-block;
  margin-right: -1.5em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}









.copyright {
  background: #ff001d;
  min-height: 50px;
  position: relative;
  z-index: 5;
  margin-top: 20px;
}

.copyright a {
  padding: 19px 15px;
  color: #FFF;
  font-size: 19px;
  background: transparent;
  transition-duration: 0.5s;
  border-right: 1px solid #1a1a1a;
}

.copyright a:hover {
  text-decoration: none;
  color: #ff001d;
  cursor: pointer;
}

.copyright .ticon {
  position: relative;
  top: 15px;
}
.copyright .no-border { border: 0px; }

.copytext {
    float: right;
    position: absolute;
    width: 100%;
    top: 0px;
    color: #FFF;
}

.copytext h1 {
  font-size: 14px;
  color:  #FFF;
  z-index: 999;
  position: relative;
  line-height: 10px;
}

.copytext:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9999em;
    height: 50px;
    background-color: #000;
    -webkit-transform: skewX(30deg);
       -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
         -o-transform: skewX(30deg);
            transform: skewX(30deg);
            z-index: 1;
}

.design {
  color:  #FFF;
  text-align: left;
  line-height: 46px;
}

.design a:link, .design a:visited {
  color: #FFF;
  font-size: 14px;
  padding: 0px;
  border: 0px;
}

.design a:hover {
  color: #000;
}



.content {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .content{
        margin-top: 0px;
    }
}

.content hr {
  border-color: #ddd; 
}

.content-text {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.page-gallery-title, .page-members-title {
  text-align: center;
  margin-top: 70px;
}

.users {
  background: url(../img/login.png) no-repeat 20%;
}

@media only screen and (max-width: 992px) {
  .users {
    background: url(../img/login.png) no-repeat 2%;
  }
}

@media only screen and (max-width: 768px) {
  .users {
    background: none;
  }
}

.form-control {
  height: 42px;
  padding-right: 10px;
}

.capt {
  width: 102px;
  text-align: center;
  padding-right: 0px;
}

.captcha {
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;
  float: left;
}

.captcha2 {
  border: 1px solid #CCC;
  border-radius: 4px;
  float: left;
}

.reload-cap {
  margin: 0;
  padding: 0;
  text-align: center
}

#reload {
  margin-top: 4px;
  width: 35px;
  transition-duration: 0.5s;
}

#reload:hover {
  cursor: pointer;
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  transition-duration: 0.5s;
}


.btn-mbri { padding:7px; background:#ffffff; font-size: 28px; position: absolute; right:23px; top: 5px;  }
.icon-btn { padding: 13px 20px 3px 2px; height: 52px; font-size: 16px; line-height: 27px;}
@media only screen and (max-width: 992px) {
  .icon-btn { padding: 13px 0px 3px 15px; height: 52px; font-size: 14px; line-height: 27px; text-align: left;}
}
@media only screen and (max-width: 768px) {
  .icon-btn { padding: 13px 15px 3px 2px; height: 52px; font-size: 14px; line-height: 27px; text-align: center;}
}

.modal-header-success {
    color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
  color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
  color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
  color:#fff;
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.agent-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 5px;
}

.agent-list hr {
  margin: 7px 0px -8px 0px;
  padding-bottom: 0px;
}

.agent-pic {
  padding-bottom: 5px;
}

.agent-detail {
  padding-top: 15px;
}

.search-box hr {
  border-top: 1px solid #ddd;
}

.search-not {
  margin-top: 70px; 
}

#map {
  width: 100%;
  height: 140px;
  margin-bottom: 12px;
}

.fotext {
  direction: rtl;
  text-align: right;
  color: #FFF;
}

.ff {
  float: left;
}

.contact-info {
  color: #ddd;
  font-size: 14px;
}

.madfield fieldset
{
  min-width: 100%;
  padding:16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  height: 127px;
}
.madfield legend
{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.atten {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.war {
  margin-bottom: 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.upadd {
  border: 0px;
  background: transparent;
  text-align: center;
  width: 100%;
}

.rules {
  padding: 0px;
  margin: 0px 10px 0 0;
  list-style: decimal;
  line-height: 25px;
}

.rulest {
  border-radius: 5px;
  margin-top: 10px;
  border-color: #ccc;
}

.rulest td, .rulest th {
  text-align: center;
  line-height: 28px;
  border-color: #ccc;
}

.rulest tr:hover {
  background: #CCC;
} 



.inputGroup label {
  padding: 12px 30px;
  width: auto;
  display: block;
  text-align: center;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  direction: ltr;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #4cd137;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  margin-left: 15px;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54e0c7;
  border-color: #54e0c7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


.mpic {
  position: absolute;
  left: 15px;
  top: -26px;
}

@media only screen and (max-width: 768px) {
  .mpic {
    position: relative;
    left: 8px;
    top: 0px;
  }
  .uimg img {
    max-height: 318px;
    max-width: 250px;
  }
}
.mpic .snip1553 {
  height: 99px;
  border-radius: 5px;
}

.uimg {
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  height: 320px;
}

.uimg img {
  max-height: 318px;
  width: 98%;
}

.main-list fieldset
{
  min-width: 100%;
  padding:5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: -10px;
  max-height: 350px;
}
.main-list legend
{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.main-list hr {
  border-color: #CCC;
  margin: 13px 0;
}

.main-list a:link, .main-list a:visited {
  transition-duration: 0.5s;
}

.main-list a:hover {
  transition-duration: 0.5s;
  padding-right: 5px;
}

.flist {
  height: 298px;
  overflow-y: auto;
  padding-top: 20px;
}

.lcheck {
  padding-left: 5px;
  font-size: 8px;
}

.rdate {
  text-align: center;
  border-bottom: 4px solid red;
  line-height: 30px;
  padding-bottom: 10px;
  font-size: 15px;
}

.recall-text {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.recall-msg {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

