    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9d4;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}
#logo {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 53%;
    /* centers the loading animation horizontally one the screen */
    top: 55%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/logorsiapi.png);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
#status {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 53%;
    /* centers the loading animation horizontally one the screen */
    top: 70%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/load1.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
#load-pag {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
  }

  #load-pagination {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/load1.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
  }
.tgl
{
  float:left;
  padding:5px;
  width:40px;
  text-align:center;
  margin:2px;
  background:#CCC;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.tgl:hover
{
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  color:#FFF;
}
.float_habis
{
  padding:1px;
  text-align:center;
}
.tgl_blank
{
  float:left;
  padding:5px;
  width:40px;
  text-align:center;
  margin:2px;
  background:#F8F8F8;
  color:#CCC;
}
.tgl_skrng
{
  background:#eec1c5;
}
.blokbaris
{
  padding:5px;
  text-align:center;
  margin:2px;
}

@font-face {
    font-family: 'OpenSans-CondLight';
    src: url(../fonts/OpenSans-CondLight.ttf) format('truetype');
}

@font-face {
    font-family: 'CarterOne';
    src: url(../fonts/CarterOne.ttf) format('truetype');
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0;
    margin: 0 0;
}

p {
    padding: 0 0;
    margin: 0 0;
}

ul {
    padding: 0 0;
    margin: 0 0;
}

body {
    padding: 0 0;
    margin: 0 0;
    background: url(../images/pattern.jpg) 0px 0px;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}

.header-top {
    margin-top: 1em;
		margin-bottom: 1em;
}
.user {
	background: beige;
	width: 40px;
	height: 40px;
	border: solid white 2px;
}

.btn-dropuser{
	-webkit-transition-duration: 800ms;
	background: transparent;
	border: solid white 2px;
	font-size: 16px;
	color: white;
}

.btn-dropuser:hover{
	-webkit-transition-duration: 800ms;
	color: rgb(68, 45, 16);
}

.logo {
    float: left;
}

.logo h1 a {
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'CarterOne';
}
.phone {
    float: right;
    margin-top: .5em;
}

.phone h5 {
    font-size: 1.2em;
    vertical-align: top;
    line-height: 2em;
    color: #fff;
}

span.glyphicon.glyphicon-phone {
    font-size: 1.8em;
}

.navbar-default {
    border-color: none !important;
    background: none !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #eec1c5;
}

.dropdown-menu>li>a {
    color: #000;
}

.header {
    background: #03283a;
    border-bottom: solid 3px #eec1c5;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    padding: 1em 2em;
    /* font-family: 'CarterOne';*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    text-align: center;
}

.navbar-default {
    background-color: #fff;
    border-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: #eec1c5;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #eec1c5;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #eec1c5;
    color: #fff;
}

.dropdown-menu>li>a {
    padding: 7px 20px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-nav {
    float: none;
    margin: 0;
    background: #183644;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.dropdown-menu {
    min-width: 141px !important;
}

.bg {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border: solid 1px #D8DADC;
  }

.bg-popup{
	background: #00a65a;
	color: white;
}
.bg-signup{
	background: rgb(32, 108, 150);
	color: white;
}
.bg-edit-password{
	background: #f39c12;
	color: white;
}

.bg-user{
	border: 1px solid transparent;
	background:transparent;
	padding: 0 5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.bg-calendar {
    margin-top: 20px;
    padding:10px;
  }
.bg-pagination{
	  padding: 10px;
	  background: #fff;
	  border: solid 1px #D8DADC;
	  }

.bd-img {
  border: solid black 1px;
	margin: 1em 0 2em;
}

.bd-img-deskripsi {
  border: solid black 1px;
	/* margin: 1.7em 1em 0em; */
}
.uploadimage{
	width: 80%;
	background: #000;
	margin: 1%;
}
.thumb-image {
    margin: 1% 1% 1% 1%;
    width: 98%;
}
/*banner*/


/*-- slider --*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

ul#flexiselDemo1 li a {
    text-decoration: none;
    display: block;
}

ul#flexiselDemo1 li a h4 {
    text-align: left;
    padding-left: 14px;
    color: #478D06;
    font-family: 'Exo2-Medium';
    font-size: 1.2em;
    margin-top: 0.5em;
}

ul#flexiselDemo1 li a h4:hover {
    color: #DBC585;
}

.nbs-flexisel-item>a img {
    cursor: auto;
    position: relative;
    width: 100%;
    margin: 0;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 45px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 0em;
}

.nbs-flexisel-nav-left {
    left: 0;
    background: url(../images/img-sprite-left-right.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/img-sprite-left-right.png) no-repeat -54px 0px;
}

.caption {
    width: 80%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    text-align: center;
    background: rgba(38, 49, 59, 0.54);
    padding: 0.5em 1.5em;
}

.caption h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.8em;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Libre Baskerville', serif;
}

.caption p {
    color: #fff;
    line-height: 1.8em;
    font-size: 1em;
    text-align: left;
    margin: 1em 0;
}

.welcome-grid1 h4 {
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    margin-top: 1em;
}

.welcome-grid1 p {
    font-size: 1em;
    padding: 1.5em 0 3em;
    color: #999;
    line-height: 1.8em;
    text-align: left;
}

.welcome {
    padding: 5em 0;
    background: #000;
}

.welcome h2 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #fff;
    font-family: 'OpenSans-CondLight';
}

.welcomes-grids {
    margin-top: 5.8em;
}

a.button {
    font-size: 1em;
    background-color: #dc0000;
    padding: .5em 1em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

a.button:hover {
    background: #fff;
    color: #222;
}

.welcome-grid1 {
    background: #222;
    padding: 1.4em;
}

.welcome-grid {
    padding: 0;
}


/**welcome**/


/**feature**/

.feature {
    text-align: center;
    padding: 5em 0;
}

.feature h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #dc0000;
    font-family: 'OpenSans-CondLight';
}

.feature-grids {
    margin-top: 3em;
}

.feature-icon {
    border: 2px solid#dc0000;
    width: 100px;
    height: 100px;
    line-height: 8em;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.feature-grid:hover div.feature-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.glyphicon-wrench, .glyphicon-dashboard, .glyphicon-cog, .glyphicon-record {
    font-size: 2em;
    color: #dc0000;
}

.feature-grid h4 {
    font-size: 1.5em;
    color: #000;
    text-transform: capitalize;
    margin: 0.8em 0 .5em;
}


/**feature**/


/**testimonials**/

.feature-grid p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
}

.testimonials {
    padding: 4em 0;
    text-align: center;
    background: url(../images/banner5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.testimonials h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'OpenSans-CondLight';
    color: #fff;
    margin-bottom: 0.5em;
}

.testimonials p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    width: 56%;
    margin: 0 auto;
    background: url(../images/quote.png) no-repeat 0px 0px;
    padding-left: 3em;
}

.testimonials h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #ff9541;
    margin-top: 1em;
}

.testimonials h4 a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.slider {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.callbacks_here a:after {
    border: 2px solid #FFF;
    background: transparent;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs li {
    display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 29px;
    z-index: 999;
    left: 46%;
    display: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 73%;
    left: 15%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 15%;
}


/**testimonials**/


/**events**/

.events h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'OpenSans-CondLight';
    color: #dc0000;
    text-align: center;
}

.events {
    padding: 1em 0;
}

.event-margin {
  margin-bottom: 50px;
}

.event-grid h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #ff9541;
    margin: 0.8em 0 0.5em;
}

.event-grid h4 a {
    text-decoration: none;
    color: #000;
}

.event-grid h4 a:hover {
    color: #dc0000;
}

.event-grid_pic p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
}

.event-time
{
    margin-top: 20px;
    background: #03283a;
    padding: 0.5em;
    display: inline-block;
    width: 40%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.event-time p {
    text-align: center;
    font-size: 1em;
    color: #fff;
}

.event-grids {
    margin-top: 3em;
}

.event-grid_pic img {
    border-radius: 5px;
    max-height: 200px;
    border: solid 1px black;
}

.link-footer {
    padding: 1em 0;
    background: #183644;
}

.link-footer h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'serif';
    color: #fff;
}

.specials li {
    list-style: none;
}

.specials p {
    font-size: 1em;
    line-height: 1.8em;
    color: #bfefed;
    margin-top: 1em;
}

.specials ul {
    margin-top: 1em;
}

.specials ul li {
    list-style-type: none;
    padding: 0.3em 0;
}

.specials ul li a {
    font-size: 1em;
    text-decoration: none;
    line-height: 1.8em;
    color: #bfefed;
    list-style: none;
    padding: 6px 24px;
    background: url(../images/list-arrow.png) no-repeat 0px 10px;
    text-transform: capitalize;
}

.specials ul li a:hover {
    color: #fff;
}

.footer-section {
    border-top: solid 3px #eec1c5;
    padding: 2em 0;
    background: #03283a;
    text-align: center;
}

.footer-top p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}

.footer-top a {
    font-size: 1em;
    color: #1B1B1B;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-top a:hover {
    color: #1B1B1B;
}

.footer-top a {
    margin: 0 0.3em
}


/**about**/

.header-banner {
    background: url("../images/banner4.jpg")no-repeat 0px 0px;
    background-size: cover;
    min-height: 140px;
    text-align: center;
}

.header-banner h2 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #fff;
    font-family: 'OpenSans-CondLight';
    padding-top: 1em;
}

.about-section {
    padding: 5em 0;
}

.about-section h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #dc0000;
    font-family: 'OpenSans-CondLight';
    text-align: center;
    margin-bottom: 0.5em;
}

.about-section h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0.8em 0 0.5em;
}

.about-section p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.ourteam {
    padding: 5em 0;
    text-align: center;
    background-color: #dc0000;
}

.ourteam h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #fff;
    font-family: 'OpenSans-CondLight';
}

.team-grid h4 {
    font-size: 1.5em;
    color: #fff;
    text-transform: capitalize;
    margin: 0.5em 0 0.3em;
}

.team-grid p {
    font-size: 1em;
    color: #bfefed;
    line-height: 2em;
}

.team-grids {
    margin-top: 3em;
}

.advantages {
    text-align: center;
    padding: 5em 0;
}

.left-grid {
    float: left;
    width: 21%;
    margin-right: 2%;
}

.right-grid {
    float: left;
    width: 77%;
}

.left-grid p {
    background-color: #eee;
    color: #dc0000;
    background: #ECECEC;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.6em;
}

.advantages h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #dc0000;
    font-family: 'OpenSans-CondLight';
}

.advantages-grids {
    margin-top: 3em;
}

.right-grid h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0em 0 0.5em;
}

.right-grid p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}


/**about**/

.services {
    padding: 5em 0;
    text-align: center;
}

.service-grid h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0.6em 0 0.4em;
    color: #000;
}

.service-grid p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
}

.service-grids1 {
    margin-top: 3em;
}


/*-- gallery --*/

.gallery-section {
    padding: 5em 0;
    text-align: center;
}

.gallery-grid {
    padding: 1em;
}

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}


/*-- gallery --*/


/*-- typography --*/

.typography {
    padding: 5em 0;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
    margin-bottom: 1em;
    color: #222;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
/*
.table{
	border-collapse: collapse;
}
.table>thead>tr>th{
		background: #553b1a;
    font-size: 0.9em;
    color: #fff;
}*/

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {

}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 10px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
		font-size: 16px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert, p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_4 {
        margin-top: 2em;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped, .table-bordered, .bs-docs-example {
        display: none;
    }
}


/*-- //typography --*/


/***contact page ***/

.contact {
    padding: 5em 0;
    text-align: center;
}

.google-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    margin-bottom: 2em;
}

.contact-grids {
    text-align: left;
}

.contact-left p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
}

.contact-left p a {
    text-decoration: none;
    color: #dc0000;
}

address {
    margin: 1em 0 0;
}

.contact-right h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0;
    color: #222;
}

.contact-right input[type="text"] {
    width: 100%;
    padding: 10px 10px;
    font-size: 1em;
    outline: none;
    border: 1px solid #dcdee0;
}

.contact-right textarea {
    width: 100%;
    padding: 10px 10px;
    font-size: 1em;
    height: 10em;
    resize: none;
    outline: none;
    border: 1px solid #dcdee0;
}

.contact-right input[type="submit"] {
    width: 20%;
    font-size: 1em;
    text-transform: uppercase;
    background: #222;
    border: none;
    outline: none;
    margin-top: 0.5em;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-right input[type="submit"]:hover {
    background: #dc0000;
}


/**responsive**/

@media (max-width:1080px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.1em;
    }
    .welcome h2, .header-banner h2 {
        font-size: 3em;
    }
    .phone h5 {
        font-size: 1.1em;
    }
    .welcome-grid1 h4, .feature-grid h4, .testimonials h4, .event-grid h4, .about-section h4, .team-grid h4, .right-grid h4, .service-grid h4 {
        font-size: 1.35em;
    }
    .welcome-grid1 p {
        font-size: .965em;
        padding: 1.5em 0 1.9em;
    }
    .welcomes-grids {
        margin-top: 2.3em;
    }
    .feature h3, .testimonials h3, .events h3, .about-section h3, .ourteam h3, .advantages h3, .link-footer h3 {
        font-size: 3em;
    }
    .feature-grid p, .testimonials p, .event-grid_pic p, .specials p, .about-section p, .team-grid p, .right-grid p, .service-grid p, .contact-left p {
        font-size: .965em;
    }
    .specials ul li a {
        font-size: .96em;
    }
    @media (max-width:991px) {
        .navbar-default .navbar-nav>li>a {
            padding: 1em 1em;
        }
        .logo h1 a {
            font-size: 1em;
        }
        .welcome-grid {
            width: 100%;
        }
        .welcome-grid1 {
            width: 100%;
        }
        .welcome-grid img {
            width: 100%;
        }
        .welcomes-grid {
            float: left;
            width: 33.3%;
        }
        .welcome h2, .header-banner h2 {
            font-size: 2.5em;
        }
        .welcome-grid1 p {
            font-size: .95em;
        }
        .welcome-grid1 h4, .feature-grid h4, .testimonials h4, .event-grid h4, .about-section h4, .team-grid h4, .right-grid h4, .service-grid h4 {
            font-size: 1.25em;
            line-height: 1.5em;
        }
        .feature-grid p, .event-grid_pic p, .specials p, .about-section p, .team-grid p, .right-grid p, .service-grid p, .typography, .contact-left p {
            font-size: .95em;
        }
        .header-banner {
            min-height: 95px;
        }
        a.button {
            font-size: 0.95em;
        }
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: 1em;
        }
        .welcome, .feature, .events, .link-footer, .testimonials, .about-section, .ourteam, .advantages, .services, .gallery-section, .typography, .contact {
            padding: 3em 0;
        }
        .feature h3, .testimonials h3, .events h3, .about-section h3, .ourteam h3, .advantages h3, .link-footer h3 {
            font-size: 2.5em;
        }
        .feature-grid {
            float: left;
            width: 25%;
        }
        .testimonials {
            background: url(../images/banner5.jpg) no-repeat -10px 0px;
            background-size: cover;
        }
        .testimonials p {
            width: 71%;
            font-size: .95em;
        }
        .event-grid {
            margin-bottom: 20px;
        }
        .event-time {
            width: 57%;
        }
        .specials {
            float: left;
            width: 50%;
        }
        .specials:nth-child(3) {
            margin-top: 1em;
        }
        .specials:nth-child(4) {
            margin-top: 1em;
        }
        .team-grid {
            float: left;
            width: 25%;
        }
        .advantage-grid {
            float: left;
            width: 33.3%;
        }
        .left-grid p {
            width: 50px;
            height: 50px;
            font-size: 1.3em;
        }
        .service-grid {
            float: left;
            width: 33.3%;
        }
        .grid_4 {
            background: none;
            margin-top: 0px;
        }
        .gallery-grid {
            float: left;
            width: 33.3%;
        }
        .google-map iframe {
            width: 100%;
            min-height: 270px;
        }
        .contact-left {
            float: left;
            width: 50%;
        }
        .contact-right {
            float: left;
            width: 50%;
        }
        .contact-right h5 {
            font-size: .96em;
        }
        .contact-right input[type="text"], .contact-right textarea {
            padding: 6px 10px;
        }
        .contact-right input[type="submit"] {
            width: 23%;
            font-size: .95em;
        }
    }
    @media (max-width: 768px) {
        .testimonials {
            background: url(../images/banner5.jpg) no-repeat -190px 0px;
            background-size: cover;
        }
    }
    @media (max-width:640px) {
        .navbar-nav>li {
            float: none;
            display: block;
        }
        .navbar-toggle {
            position: relative;
            float: none;
            margin-right: 0;
        }
        .navbar {
            text-align: center;
        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border: none!important;
            box-shadow: 0 0 0;
            background: rgb(68, 45, 16);
        }
        .navbar-default .navbar-toggle {
            border-color: #f0ad4e;
            background-color: #f0ad4e;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #f0ad4e;
        }
        .navbar-nav .open .dropdown-menu {
            text-align: center;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #fff;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #fff;
            background-color: transparent;
        }
        .header-bottom {
            background: rgb(24, 54, 68);
            padding: 1em 0 0;
        }
        .welcome h2, .header-banner h2 {
            font-size: 2.4em;
            padding-top: 0.5em;
        }
        .header-banner {
            min-height: 70px;
        }
        .phone h5 {
            font-size: 1em;
        }
        .welcome-grid1 h4, .feature-grid h4, .testimonials h4, .event-grid h4, .about-section h4, .team-grid h4, .right-grid h4, .service-grid h4 {
            font-size: 1.2em;
        }
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: 4em;
        }
        .feature-icon {
            border: 2px solid#dc0000;
            width: 85px;
            height: 85px;
            line-height: 7em;
        }
        .feature-grid {
            float: left;
            width: 50%;
        }
        .feature-grid:nth-child(3) {
            margin-top: 1em;
        }
        .feature-grid:nth-child(4) {
            margin-top: 1em;
        }
        .testimonials p {
            width: 95%;
        }
        .feature-grids, .event-grids, .team-grids, .advantages-grids {
            margin-top: 2em;
        }
        .slider {
            margin: 2em 0 0;
        }
        .event-time {
            width: 70%;
        }
        .advantage-grid {
            width: 100%;
        }
        .advantage-grid:nth-child(2) {
            margin: 1em 0;
        }
        .right-grid h4 {
            text-align: left;
        }
        .right-grid p {
            text-align: left;
        }
        .left-grid {
            float: left;
            width: 10%;
            margin-right: 2%;
        }
        .right-grid {
            float: left;
            width: 88%;
        }
        .google-map iframe {
            width: 100%;
            min-height: 230px;
        }
    }
    @media (max-width: 480px) {
        .logo h1 a {
            font-size: 0.9em;
        }
        .navbar-default .navbar-nav>li>a {
            font-size: 1em;
        }
        .welcome-grid1 {
            padding: 1em;
        }
        .welcome, .feature, .events, .link-footer, .testimonials, .about-section, .ourteam, .advantages, .services, .gallery-section, .typography, .contact {
            padding: 2em 0;
        }
        .welcome-grid1 p {
            font-size: .92em;
            padding: 1em 0 1.5em;
        }
        .welcome h2, .header-banner h2 {
            font-size: 2.2em;
        }
        .welcome-grid1 h4, .feature-grid h4, .testimonials h4, .event-grid h4, .about-section h4, .team-grid h4, .right-grid h4, .service-grid h4 {
            font-size: 1.15em;
        }
        a.button {
            font-size: 0.92em;
        }
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: 8em;
        }
        .testimonials p {
            width: 100%;
            font-size: .92em;
        }
        .slider {
            margin: 1em 0 0;
        }
        .feature-grids, .event-grids, .team-grids, .advantages-grids {
            margin-top: 1em;
        }
        .event-grid {
            width: 100%;
        }
        .event-time {
            width: 40%;
        }
        .event-grid:nth-child(2) {
            margin-top: 1em;
        }
        .event-grid:nth-child(3) {
            margin-top: 1em;
        }
        .specials ul li a {
            font-size: .92em;
            padding: 6px 19px;
        }
        .feature h3, .testimonials h3, .events h3, .about-section h3, .ourteam h3, .advantages h3, .link-footer h3 {
            font-size: 2em;
        }
        .header-banner {
            min-height: 60px;
        }
        .team-grid {
            width: 50%;
        }
        .team-grid:nth-child(3) {
            margin-top: 1em;
        }
        .team-grid:nth-child(4) {
            margin-top: 1em;
        }
        .left-grid {
            float: left;
            width: 20%;
            margin-right: 2%;
        }
        .right-grid {
            float: left;
            width: 77%;
        }
        .service-grid {
            width: 100%;
        }
        .service-grids1 {
            margin-top: 1em;
        }
        .service-grid:nth-child(2) {
            margin-top: 1em;
        }
        .service-grid:nth-child(3) {
            margin-top: 1em;
        }
        .service-grid:nth-child(5) {
            margin-top: 1em;
        }
        .service-grid:nth-child(6) {
            margin-top: 1em;
        }
        .contact-left {
            width: 100%;
            margin-top: 1em;
        }
        .contact-right {
            width: 100%;
        }
    }
    @media (max-width: 320px) {
        .logo h1 a {
            font-size: 0.75em;
        }
        span.glyphicon.glyphicon-phone {
            font-size: 1em;
        }
        .navbar-default .navbar-nav>li>a {
            padding: .5em 1em;
        }
        .phone h5 {
            font-size: .9em;
        }
        .header-top {
            margin-top: .3em;
        }
        .phone {
            margin-top: 1em;
        }
        .navbar-toggle {
            padding: 6px 6px;
        }
        .header-bottom {
            background-color: #212121;
            padding: .5em 0 0;
        }
        .welcome h2, .header-banner h2 {
            font-size: 2.2em;
            padding-top: 0.3em;
        }
        .welcome-grid1 h4, .feature-grid h4, .testimonials h4, .event-grid h4, .about-section h4, .team-grid h4, .right-grid h4, .service-grid h4 {
            font-size: 1.1em;
        }
        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: 5em;
        }
        .welcomes-grid {
            padding: 0 0.5em;
        }
        .welcome, .feature, .events, .link-footer, .testimonials, .about-section, .ourteam, .advantages, .services, .gallery-section, .typography, .contact {
            padding: 1em 0;
        }
        .feature-grid {
            width: 100%;
            padding: 0;
        }
        .feature-grid:nth-child(2) {
            margin-top: 1em;
        }
        .testimonials {
            background: url(../images/banner5.jpg) no-repeat -440px 0px;
        }
        .event-grid {
            padding: 0;
        }
        .specials {
            width: 100%;
            padding: 0;
        }
        .specials:nth-child(2) {
            margin-top: 1em;
        }
        .footer-section {
            padding: 1em 0;
        }
        .specials ul {
            margin-top: .5em;
        }
        .team-grid {
            width: 100%;
            padding: 0;
        }
        .team-grid:nth-child(2) {
            margin-top: 1em;
        }
        .advantage-grid {
            padding: 0;
        }
        .service-grid {
            padding: 0;
        }
        .feature-icon {
            border: 2px solid#dc0000;
            width: 75px;
            height: 75px;
            line-height: 6.5em;
        }
        .gallery-grid {
            padding: 0 0 1em;
            width: 100%;
        }
        .contact-right {
            padding: 0;
        }
        .contact-left {
            padding: 0;
        }
        .contact-right input[type="submit"] {
            width: 28%;
        }
    }
