@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

.mceContentBody{padding:2px;}

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color:  #1668be;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #615e65;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus{
  background:  #c52d2f;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 170px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 20px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}



/*************************
*******Header******
**************************/
div.row {padding: 10px;}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}


.lng{
   display: inline-block;
}

.lng-ul{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.lng-ul li {
  display: inline-block;
}

ul.lng-ul li a {


  padding:0px 0px 2px;

}





.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background:  rgb(238, 180, 11);
  color:#000;
}


.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #2b563b;/* #151515;*/
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 15px;
 }

.navbar-nav>li{
  padding-bottom: 28px;
  padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color:  rgb(238, 180, 11);
  color: #000;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color:  rgb(238, 180, 11);
  color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color:  rgb(238, 180, 11);
  color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/* jssor slider bullet navigator skin 05 css */
      /*
      .jssorb05 div           (normal)
      .jssorb05 div:hover     (normal mouseover)
      .jssorb05 .av           (active)
      .jssorb05 .av:hover     (active mouseover)
      .jssorb05 .dn           (mousedown)
      */
      .jssorb05 { position: absolute; }
      .jssorb05{bottom:16px;right:16px;}
      .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
          position: absolute;
          /* size of bullet elment */
          width: 16px;
          height: 16px;
          background: url('img/b05.png') no-repeat;
          overflow: hidden;
          cursor: pointer;
      }

      .jssorb05 div { background-position: -7px -7px; }
      .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
      .jssorb05 .av { background-position: -67px -7px; }
      .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
      .jssorb05-prototype{width:16px;height:16px;}

      /* jssor slider arrow navigator skin 22 css */
      /*
      .jssora22l                  (normal)
      .jssora22r                  (normal)
      .jssora22l:hover            (normal mouseover)
      .jssora22r:hover            (normal mouseover)
      .jssora22l.jssora22ldn      (mousedown)
      .jssora22r.jssora22rdn      (mousedown)
      .jssora22l.jssora22lds      (disabled)
      .jssora22r.jssora22rds      (disabled)
      */
      .jssora22l, .jssora22r {
          display: block;
          position: absolute;
          /* size of arrow element */
          width: 40px;
          height: 58px;
          cursor: pointer;
          background: url('img/a22.png') center center no-repeat;
          overflow: hidden;
      }
      .jssora22l { background-position: -10px -31px; }
      .jssora22r { background-position: -70px -31px; }
      .jssora22l:hover { background-position: -130px -31px; }
      .jssora22r:hover { background-position: -190px -31px; }
      .jssora22l.jssora22ldn { background-position: -250px -31px; }
      .jssora22r.jssora22rdn { background-position: -310px -31px; }
      .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
      .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

.jssor-holder{visibility: hidden;}
.jssor-slides{cursor: default;}
.jssor-holder, .jssor-slides{width: 1300px; height: 700px; overflow: hidden;position: relative; top: 0px; left: 0px;}
.jssor-caption-title{position:absolute;top:30px;left:40px;width:480px;height:120px;z-index:0;font-size:40px;color:#ffffff;line-height:60px;}
.jssor-caption-text{position:absolute;top:500px;left:40px;width:480px;height:120px;z-index:0;font-size:30px;color:#ffffff;line-height:38px;}
.jssor-caption-image{position:absolute;top:120px;left:650px;z-index:0;}
.jssor-arrows-left{top:0px;left:8px;width:40px;height:58px}
.jssor-arrow-right{top:0px;right:8px;width:40px;height:58px}

.jssor-loader-holder{position: absolute; top: 0px; left: 0px;}
.jssor-loader-screen{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.jssor-loader-icon{position:absolute;display:block;background:url('img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
/*************************
*******Home Page******
**************************/

.no-margin {
  margin: 0;
  padding: 0;
}





/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none;
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}



.form-group .form-control {
  padding: 7px 12px;

  box-shadow: none;
}





/***********************
********* Footer ******
************************/

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#main-wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 80px 0px;
    position: relative;
}

footer {
    bottom: 0;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
    mrgin-top:30px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}



#footer {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  background: #2b563b;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color:  rgb(238, 180, 11);
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


.footer-nav > .active > a,
.footer-nav > .active > a:hover,
.footer-nav > .active > a:focus,
.footer-nav > .open > a,
.footer-nav > .open > a:hover,
.footer-nav > .open > a:focus {
  color:  #ffa100 !important;

}
span.required{color: #ff0000}
label.required::after {
  content: '*';
  margin-left: 4px;
  color: red;
}
label.error, span.error{
    margin-top:0px;
    color: #ff0000;

}
.featured-image {
    margin-bottom: 30px;
    text-align: center;

    /*background: #000000 none repeat scroll 0 0;*/
}
