@import url('https://fonts.googleapis.com/css?family=Roboto');

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  background: #4b4b4b;
  font-family: 'Roboto', sans-serif;
  font-size:13px;  
  line-height: 20px;
  color: #ccc;
  min-width: 980px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
p {
  margin: 0;
  padding-bottom:20px;
  font-family: 'Roboto', sans-serif;
}

.social {
    position: fixed;
    top: 35%;
    left: 0px;
    z-index:999;
}

.animate {
    background: #fff;
    width: 30px;
    float: left;
    text-align: center;
    height: 30px;
    margin: 1px 0px;
}

.animate svg {
    padding: 8px 0px 0px;
}

.sitemap {
    min-height: 400px;
    margin-top: 60px !important;
    text-align: center;
}

.sitemap a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 0px;
    float: left;
    width: 100%;
}

.animate:hover 
{
    background: #000;
    }
    
    .animate:hover svg
{
    color: #fff;
    }
    
    .animate svg:hover 
{
    color: #fff;
    }
li {
  list-style: none;
}
h2 {
  color: #ffffff;
  font: 30px/45px 'Roboto', sans-serif;
  margin:20px 0;
}
h3 {
  color: #ffffff;
  font: 18px/27px 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 14px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/*-----bgStretch-----*/
#bgStretch {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000000 url("../img/gall_spinner.gif") 50% 50% no-repeat;
  display: none;
}
#bgNav {
  position: absolute;
  bottom: 177px;
  z-index: 2;
}
#bgNav ul {
  display: inline-block;
  margin: 0 !important;
  margin-left: 0 !important;
}
#bgNav li {
  float: left;
  margin-right: 13px;
  display: inline-block;
}
#bgNav a {
  position: relative;
  display: inline-block;
}
#bgNav a {
  color: #ffffff;
  font: 25px 'Roboto', sans-serif;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#bgNav a:hover {
  font: 25px 'Roboto', sans-serif;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#bgNav .active a {
  font: 25px 'Roboto', sans-serif;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#bgControls {
  position: absolute;
  bottom: 173px;
  display: inline-block;
  z-index: 1;
  width: 1104px;
  height: 55px;
  text-align: right;
}
#bgControls > div {
  display: inline-block;
}
#bgControls #next_arr {
  display: inline-block;
  position: relative;
  float: right;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background: url("../img/next.png") left 0 no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#bgControls #next_arr:hover {
  background: url("../img/next.png") right 0 no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#bgControls #prev_arr {
  display: inline-block;
  position: relative;
  float: left;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background: url("../img/prev.png") left 0 no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#bgControls #prev_arr:hover {
  background: url("../img/prev.png") right 0 no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  width: 100%;
  top: 0;
  position: relative;
  z-index: 6;
  /*background-color: #323232;*/
  background:#05a9ed;
  display: inline-block;
}
header h1 {
  float: left;
  display: inline-block;
 
  position: relative;
  margin:8px 0 8px 10px;
}
header h1 a {
  display: inline-block;
  overflow:hidden;
}
header .follow-icons {
  margin: 0;
  float: right;
  display: inline-block;
  margin-top: 33px;
}
header .follow-icons li {
  float: left;
  margin-left: 6px;
}
#search {
  margin: 0;
  display: inline-block;
  margin-top: 30px;
}
#search a {
  margin-top: 8px;
}
.search_list {
  margin: 0;
}
.search_title {
  margin-bottom: 8px;
  border-bottom: none;
}
.search_list li {
  list-style: decimal;
  margin-bottom: 20px;
}
.match {
  display: block;
  font-weight: bold;
  color: #ffffff;
  font-size: small;
}
.search {
  color: #ffffff;
}
.search_link {
  color: #ffffff;
  font: 25px/27px 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_link:hover {
  color: #a3a49f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search input {
  background-color: #323232;
  width: 528px;
  outline: none;
  box-shadow: none;
  color: #474747;
  font: 12px 'Roboto', sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 7px 10px 7px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 0;
  border: none;
  margin-right: 10px;
}
/*-----menu-----*/
#menu .navbar .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  display: inline-block;
  box-shadow: none;
  min-height: 0;
}
#menu {
    display: inline-block;
    padding-top: 81px;
    float: left;
}
.navbar {
  margin-bottom: 0;
}
.navbar-inner > a {
  float: left;
  display: inline-block;
}
.sf-menu {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0px;
}
.sf-menu > li {
    float: left;
    padding-right: 23px;
    background: url(../images/slash.png) right 8px no-repeat;
    background-size: 33px 35px;
}
.sf-menu > .last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.sf-menu > li > a {
    color: #474747;
    float: left;
    font: 14px/40px 'Roboto', sans-serif;
        font-weight: normal;
    padding: 0 6px 8px 5px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
}

.head-box-2 {
    float: left;
    width: 70%;
}

.head-box-1 {
    float: left;
    width: 30%;
}

.sf-menu > li > a:hover, .sf-menu > li > a.active
{
    color:#fff;
}
/*.sf-menu > li > a .base_text {
 color: #474747;
    display: inline-block;
    float: left;
    font: 26px/60px 'Racing Sans One',"Arial","Helvetica Neue",Helvetica,sans-serif;
    padding: 0 6px 0 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}*/
/*-----sub-menu-----*/
.sf-menu ul a {
  font: 25px 'Roboto', sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  width: 150px;
  padding: 36px 9px 26px 9px;
  left: 284px;
  top: -22px;
  z-index: 10;
  background-color: #1b1b1b;
}
.sf-menu ul > li {
  padding: 5px 0 7px 0;
  text-align: center;
  margin-bottom: 6px;
}
.sf-menu .subMenu2 {
  position: absolute;
  list-style: none;
  width: 150px;
  padding: 36px 9px 26px 9px;
  left: 161px;
  top: 50px;
  z-index: 10;
  background-color: #1b1b1b;
}
.sf-menu .subMenu2 li {
  padding: 5px 0 7px 0;
  text-align: center;
  margin-bottom: 6px;
}
.sf-menu ul > .triangle {
  background: url(../img/triangle.png) no-repeat;
  position: absolute;
  top: 31px;
  left: -19px;
  width: 19px;
  height: 19px;
}
.sf-menu .subMenu2 > .triangle {
  background: url(../img/triangle.png) no-repeat;
  position: absolute;
  top: 31px;
  left: -19px;
  width: 19px;
  height: 19px;
}
/*-----content-----*/
#wrapper {
    margin: 0 auto;
    overflow: inherit !important;
    width: 1170px;
}
#wrapper .global {
  display: inline-block;
  width: 100%;
  margin-top: -6px;
  top: 0;
  left: 0;
}
#wrapper .global > div {
  position: relative;
  z-index: 5;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent .content {
  padding: 353px 0 0 0;
}
.mail {
  font: 12px 'Arial', sans-serif;
  color: #7d7d7a;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin-bottom: 124px;
}
.mail:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----btn-----*/
.btn.btn-link {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font: 11px 'Arial', sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #a5a5a5;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----google map-----*/
.g_map {
  width: 512px;
  height: 516px;
  float: left;
  margin: 0;
  border: none;
  background-color: #fff;
  margin-top: 11px;
  margin-bottom: 37px;
}
.g_map > iframe {
  width: 512px;
  height: 516px;
  border: none;
  outline: none;
  padding: 0;
  background-color: #fff;
}
.info {
  display: inline-block;
  margin-top: 17px;
}
.info p {
  margin: 0;
  color: #868686;
}
.info > p span {
  width: 88px;
  display: inline-block;
  color: #868686;
  font-weight: normal;
}
/*-----form-----
#form1 {
  margin: 0;
  position: relative;
  display: block;
  display: inline-block;
  width: 100%;
  margin-top: -14px;
}
#form1 label {
  margin-bottom: 0;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #999999;
  width: 277px;
  padding: 6px 9px 7px 22px;
  font: 12px 'Arial', sans-serif;
  font-weight: normal;
  border: none;
  margin-bottom: 0;
  background-color: #323232;
}
#form1 label textarea {
  height: 166px;
  resize: none;
}
#form1 .name {
  margin-right: 48px;
}
#form1 .message textarea {
  padding-top: 10px;
}
#form1 label input {
  width: 166px;
}
#form1 .error {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 1px;
  color: #fff;
  text-align: right;
  float: right;
  right: 4px;
}
#form1 fieldset .indent {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
#form1 fieldset .indent label {
  float: left;
  display: inline-block;
}
#form1 .empty {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 1px;
  color: #fff;
  text-align: right;
  float: right;
  right: 4px;
}
#form1 .message .empty,
#form1 .message .error {
  top: 3px;
}
#form1 .success {
  background: #323232;
  border: none;
  left: 0;
  padding: 7px 62px;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 404px;
}
#form1 .success > span {
  color: #ffffff;
  font: 12px 'Arial', sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.btns {
  right: 0;
  float: right;
  margin-top: -9px;
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
}
.btns > a {
  float: left;
  margin-left: 18px !important;
}
-----footer-----*/
footer {
 /* position: absolute;*/
  width: 100%;
  z-index: 10;
  bottom: 0;
  background-color: #323232;
  padding: 20px 0;
}
footer .privacy_text {
  font: 12px 'Roboto', sans-serif;
  line-height: 18px;
  color: #707070;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  float: left;
}
footer .privacy_text a {
  font: 12px 'Roboto', sans-serif;
  line-height: 18px;
  color: #707070;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .privacy_text a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----slider-----*/
.slider2 {
  height: 433px !important;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 20px;
}
.pagination-centered {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  background-color: #191919;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-bottom: 74px;
}
.pagination-centered a {
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0 5px 0 5px;
  margin-left: 2px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #ffffff;
  font: 25px 'Roboto', sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .button.active,
.pagination-centered .button.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-next {
  position: relative;
  text-decoration: underline;
  display: inline-block;
  top: 1px;
  font: 12px 'Arial', sans-serif;
  color: #865421;
  text-transform: uppercase;
  margin-left: 66px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-prev {
  position: absolute;
  margin-left: -188px;
  margin-top: 8px;
  text-decoration: underline;
  display: inline-block;
  font: 12px 'Arial', sans-serif;
  color: #865421;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-next:hover {
  color: #fba86e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-prev:hover {
  color: #fba86e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 1px;
}
.list1 a {
  color: #ffffff;
  font: 12px 'Roboto', sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 a:hover {
  text-decoration: none;
  color: #a5a5a5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 li .btn-link {
  margin-top: 6px;
}
.list1 li {
  margin-bottom: 22px;
}
/*----------*/
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail > img {
  max-width: none;
  margin: 0;
  display: inline-block;
  margin-bottom: 37px;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #a3a49f;
}
.thumb-pad1 .thumbnail .caption .title1 {
  font: 80px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 29px;
}
.thumb-pad2 .thumbnail > img {
  max-width: none;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad2 .thumbnail:hover > img {
  border-color: #e1e1e1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----------------------------------------------------------------------------------*/
.dropdown-menu li ul li {
  list-style-type: square;
}
.img-polaroid {
 background: none repeat scroll 0 0 transparent;
    border: 8px solid #626262;
    box-shadow: none;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}

.img-polaroid:hover
{
    border: 8px solid #fff;
}
.margTop {
  margin-top: -2px;
}
.margTop1 {
  margin-top: 11px;
}
.margBot {
  margin-bottom: 28px;
}
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page_fit

{
    margin:0  auto;
    padding:0 20px;
}


.list {
    overflow: hidden;
    padding: 0 35px 17px 0;
}

.list li {
    /*background: url("../img/line-hor1.gif") repeat-x scroll 0 100% transparent;*/
    border-bottom:1px dotted #ccc;
    color: #ccc;
    font-size: 0.917em;
    line-height: 2.182em;
    text-align: left;
    text-transform: uppercase;
}

.sf-menu > li > a .base_text:hover  , .sf-menu > li > a .base_text.active
{
    color:#fff;
}

.mrtop
{
    margin-top:40px;
}
.fright {
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
}
.container p
{
padding:0px !important;
}
.fleft
{
    float:left;
}


.list-1 li {
    float: left;
    margin-right: 40px;
    padding: 0 10px 0 0;
    text-align: left;
    width: 275px;
}

#form-main label {
    display: block;
    height: 36px;
}
#form-main input {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 3px 5px 7px;
    width: 263px;
}

#form-main input.button {
    background: none repeat scroll 0 0 #05A9ED;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-left: 39px;
    margin-right: -17px;
    margin-top: 6px;
    padding: 3px 22px 7px;
    width: auto;
    border-radius: 6px;
}
#form-main input.button:hover {
    background: none repeat scroll 0 0 #505960;
    color: #FFFFFF;
}
input, textarea, select {
    border: 1px solid #DDDDDD;
    color: #000000;
    font: 12px Tahoma,Arial,helvetica,sans-serif;
    padding-left: 5px;
    text-align: left;
    vertical-align: top;
    resize:none;
}

footer p a {
    color: #0088cc;
    text-decoration: underline;
    text-transform: uppercase;
}
footer p a:hover, footer p a.active
{
    color:#fff;
    text-decoration:none;
}

iframe
{
    width:295px;
    height:268px;
    border: 0 none;
    
}

.images {
    margin: 10px;
    padding-left: 5px;
}
.images_box {
    border: 1px solid #CCCCCC;
    float: left;
    height: 250px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 2px;
    width: 228px;
}
.images_box1 {
    float: left;
    margin-bottom: 30px;
    margin-right: 60px;
    padding: 2px;
    width: 27.333%;
}
.homepara
{
    text-overflow: ellipsis; /* will make [...] at the end */
    width: 210px; /* change to your preferences */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden;
}
.imagebox-inner {
  
    height: 165px;
    text-align: center;
    vertical-align: middle;
    width: 228px;
}
.images_box img {
    border: 1px solid #E0E0E0;
    margin-bottom: 5px;
    padding: 1px;
}
.images_box span {
    border-bottom: 1px solid #EDEDED;
    color: #fff;
    display: block;
    font-family: tre133he !importantt ms;
    font-size: 13px;
    margin: 5px 6px;
    padding: 3px;
}
.images_box .lastspan {
    border: 0 none;
}
.images_box1 img {
    margin-bottom: 5px;
    padding: 1px;
}
.images_box1 span {
    border-bottom: 1px solid #EDEDED;
    color: #fff;
    display: block;
    font-family: Trebuchet MS;
    font-size: 13px;
    margin: 5px 0px;
    padding: 3px;
    text-align: center;
    float: left;
    width: 100%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    height: 315px;
    width: 315px;
    background: #fff;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: #fff;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 93px;
    height: 200px;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-image, .fancybox-spaceball {
    background: #fff;
}

.hovereffect .info1 {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 44%;
    width: 92%;
    position: absolute;
    top: 15%;
    left: 4%;
    padding: 32px 0px;
}

.fa.fa-search-plus {
    font-size: 23px;
    padding-top: 22px;
    color: #fff;
}

.info1 p {
    padding: 5px 0px;
    font-size: 15px;
    font-weight: bold;
}

.hovereffect:hover .info1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
.images_box1 .lastspan {
    border: 0 none;
}
#moveleft, #moveright {
    color: #FF8800;
    outline: 0 none;
    padding: 8px;
    text-decoration: none;
}
.gallery {
    overflow: hidden;
    padding-top: 15px;
    width: 50000px;
}
.gallery li {
    float: left;
    margin-right: 30px;
}
.gallery li.last {
    margin-right: 0;
}

p span
{
    float:left;
    width:65px;
}
#form-main input.capcha
{
width:133px;
margin-left:5px;
}
.capdfd
{
margin-top:5px;
}
#WebUserControl1_lable1
{
color:#fff;
}
.visitor{ text-align:center; display:inline-block;}

.h-col-1{ width:32%; height:auto; float:left; overflow:hidden;}

.mar-rt-20{ margin-right:18px;}

.clear{ clear:both; overflow:hidden;}

.my-logo{ background:url(../images/logo.png) no-repeat; width:320px; height:149px; float:left; margin: 8px 0 14px 10px;}










/*======= media quries ================= */

@media only screen and (max-width: 480px){
body {
   
    min-width: 100%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}
#wrapper {
    margin: 0 auto;
    overflow: inherit !important;
    width: 96%;
}
header h1 {
    
    margin: 0px;
    position: relative;
}
.my-logo{ background:url(../images/logo-2.png) no-repeat; width:290px; height:149px; float:none; margin:10px auto;}
.span11 {
    margin-bottom: 20px;
    width: 100%;
}
.span8 {
    width: 100%;
}
.span3 {
    width: 100%;
}
.page_fit {
    margin: 0 auto;
    padding:0px;
}

.img-polaroid{
    border: 0px solid #fff;
}
.img-polaroid:hover
{
    border: 0px solid #fff;
}

.row {
    margin-left: 0px;
}
[class*="span"] {
    float: left;
    margin-left: 0px;
    min-height: 1px;
}
.container, .fright, .fleft{ float:none; text-align:center;}

.logo-mob{ width:99%;}
.sf-menu {
    
    margin: 0px 0 0 0px;
    padding: 0;
}
#menu {
   
    float:none;
    margin-bottom: 0px;
    padding-top: 0px;
    width:96%;
}

.sf-menu > li {
    background:none;
    float: none;
    padding-right: 0px;
    text-align: center;
    border-bottom:1px solid #fff;
}
.sf-menu > li > a {
    
    float:none;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    font: 20px/50px 'Racing Sans One',"Arial","Helvetica Neue",Helvetica,sans-serif;
}
.sf-menu {
    float:none;
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}
.list {
    overflow: hidden;
    padding: 0 0px 17px 0;
}
.auto{}
header h1 {

    float: none;
    margin: 8px 0 8px 0px;

}

.img-polaroid {
   
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.mar-rt-20 {
    margin-right: 0px;
}
.h-col-1 {
    float:none;
    height: auto;
    width: 100%;
}
#form-main input{ width:96%;}
textarea{ width:96%;}

.m-map{ width:100%; height:250px;}

.images_box {
   
    height: 280px;
   
    width: 98%;
}
.imagebox-inner {
   
    height: 200px;
    width: 100%;
}
.images_box img {
    
    width: 99%;
    height: 200px;
}

.images_box span {
   
    display: block;
    text-align:center;
    margin:0 auto;
    padding: 3px;
}
.images_box .lastspan {
    border: 0 none;
    margin:0 auto;
    display:block;
    text-align:center;
    float:none;
}
.images_box1 {
   
    height: 285px;
    margin-right: 0px;
    padding: 2px;
    width: 98.5%;
}
.images_box1 img {
   height:200px;
    padding: 1px;
    width: 99%;
}

.images {
    margin: 10px 0;
    padding-left: 0px;
}
.images_box1 span {
   
    margin: 0 auto;
   
}

.images_box1 .lastspan {
    border: 0 none;
    display: block;
    float: none;
    margin: 0 auto;
}
.mar-bt-10{ margin-bottom:10px;}

}

@media only screen and (min-width: 481px) and (max-width: 767px){

body {
   
    min-width: 100%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}
#wrapper {
    margin: 0 auto;
    overflow: inherit !important;
    width: 98%;
}
header h1 {
    
    margin: 0px;
    position: relative;
}
header h1 {

    float: none;
    margin: 8px 0 8px 0px;

}
.my-logo{ background:url(../images/logo.png) no-repeat; width:320px; height:149px; float:none; margin:10px auto;}

.span11 {
    margin-bottom: 20px;
    width: 100%;
}
.page_fit {
    margin: 0 auto;
    padding:30px 0;
}
.row {
    margin-left: 0px;
}
[class*="span"] {
    float: left;
    margin-left: 0px;
    min-height: 1px;
}
.container, .fright, .fleft{ float:none; text-align:center;}

.logo-mob{ width:99%;}
.sf-menu {
    
    margin: 0px 0 0 0px;
    padding: 0;
}
#menu {
   
    float:none;
    margin-bottom: 0px;
    padding-top: 0px;
    width:98%;
}

.sf-menu > li {
    background:none;
    float: none;
    padding-right: 0px;
    text-align: center;
    border-bottom:1px solid #fff;
}
.sf-menu > li > a {
    
    float:none;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    font: 20px/50px 'Racing Sans One',"Arial","Helvetica Neue",Helvetica,sans-serif;
}
.sf-menu {
    float:none;
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}
.list {
    overflow: hidden;
    padding: 0 0px 17px 0;
}
.span8 {
    width: 70%;
    margin-right:25px;
}
.span3 {
    width: 26%;
}
.mar-rt-20 {
    margin-right: 13px;
}
#form-main input.button {
   
    margin-left: 0px;
    margin-right: 10px;
   
}
.wid105{ width:105px !important;}

.images_box {
   
    height: 250px;
    margin-bottom: 15px;
    margin-right: 6px;
    padding: 2px;
    width: 32%;
}

.imagebox-inner {
    height: 165px;
    text-align: center;
    vertical-align: middle;
    width: 98%;
}
.images_box img {
    
    width: 100%;
}
.images {
    margin: 0px;
    padding-left: 0px;
}
.images_box1 {
   
    width: 32%;
    margin-right:6px;
}
.images_box1 img {
   
    width: 98%;
}
.imagebox-inner {
    text-align: center;
    width:100%;
}
.last-img{ margin-right:0 !important;}
.mar-bt-10{ margin-bottom:10px;}
 
}



@media only screen and (min-width: 768px) and (max-width: 980px){

body {
   
    min-width: 100%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}
#wrapper {
    margin: 0 auto;
    overflow: inherit !important;
    width: 98%;
}
.my-logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 / 96% 100% rgba(0, 0, 0, 0);
    float: left;
    height: 102px;
    margin: 8px 0 14px 10px;
    width: 100%;
}


.span11 {
    margin-bottom: 20px;
    width: 100%;
}
.page_fit {
    margin: 0 auto;
    padding:30px 0;
}
.row {
    margin-left: 0px;
}
[class*="span"] {
    float: left;
    margin-left: 0px;
    min-height: 1px;
}
.container, .fright, .fleft{ float:none; text-align:center;}


.sf-menu {
    
    margin: 20px 0 0 0px;
    padding: 0;
}

.sf-menu > li {
   
    padding-right: 20px;
}

.sf-menu > li > a {
   
    font: 17px/60px 'Racing Sans One',"Arial","Helvetica Neue",Helvetica,sans-serif;
    padding: 0 10px 0 13px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}

.list {
    overflow: hidden;
    padding: 0 0px 17px 0;
}
.span8 {
    width: 70%;
    margin-right:25px;
}
.span3 {
    width: 26%;
}
.mar-rt-20 {
    margin-right: 13px;
}
#form-main input.button {
   
    margin-left: 0px;
    margin-right: 10px;
   
}
.wid105{ width:105px !important;}

.images_box {
   
    height: 250px;
    margin-bottom: 15px;
    margin-right: 6px;
    padding: 2px;
    width: 32%;
}

.imagebox-inner {
    height: 165px;
    text-align: center;
    vertical-align: middle;
    width: 98%;
}
.images_box img {
    
    width: 98%;
}
.images {
    margin: 0px;
    padding-left: 0px;
}
.images_box1 {
   
    width: 32%;
    margin-right:6px;
}
.images_box1 img {
   
    width: 98%;
}
.imagebox-inner {
    text-align: center;
    width:100%;
}
.head-box-1{ width:30%; height:auto; float:left;}
.head-box-2{ width:70%; height:auto; float:left;}

.wid100{ width:100%;}
.last-img{ margin-right:0 !important;}

.mar-bt-10{ margin-bottom:10px;}
 
}

@media only screen and (min-width: 900px) and (max-width: 980px){

  .head-box-1{ width:40%; height:auto; float:left;}
.head-box-2{ width:60%; height:auto; float:left;} 
.sf-menu {
    
    margin: 60px 0 0 10px;
    padding: 0;
} 
.mar-rt-20 {
    margin-right: 18px;
}

.images_box {
    height: 250px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 2px;
    width: 32%;
}
.images_box1 {
    margin-right: 10px;
    width: 32%;
}
.last-img{ margin-right:0 !important;}
    
}

@media only screen and (min-width: 481px) and (max-width: 760px){


.images_box1 {
    margin: 5px;
    width: 47%;
}
.last-img {
    margin: 5px !important;
}

.images_box {
    height: 250px;
    margin-bottom: 15px;
    margin: 5px;
    padding: 2px;
    width: 47%;
}

.imagebox-inner {
    text-align: center;
    width: 100%;
}
.imagebox-inner img{ width:98% !important;}
.second-img-non{  margin-right: 0px !important;}


}

@media (max-width: 1024px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 980px;
}
#wrapper {
    width: 962px;
}

.span8 {
    width: 68%;
}

#menu {
    padding-top: 50px;
    padding-left: 50px;
}
.fleft.mar-bt-10 {
    float: left;
    width: 100%;
}

.images_box1 {
    width: 26.333%;
}
.hovereffect img {
    height: 250px;
}
.visitor {
    float: left;
    width: 100%;
    padding-top: 10px;
}
    }
    
 @media ( max-width: 980px ) 
 {
     #menu {
    padding-top: 0px;
    padding-left: 0px;
}

.sf-menu {
    margin: 42px 0px 0px;
    padding: 0;
}

.images_box1 {
    width: 31.333%;
}

.hovereffect img {
    height: 259px;
}
     }
     
@media (max-width: 768px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 700px;
}

#wrapper {
    width: 700px;
}

.margTop {
    margin-top: 0px;
    font-size: 25px;
}

.sf-menu {
    margin: 0px;
    padding: 0;
    margin-top: 28px;
}

.sf-menu > li > a {
    font: 14px/40px 'Racing Sans One',"Arial","Helvetica Neue",Helvetica,sans-serif;
    padding: 0 10px 0 12px;
}
    }
    
    
@media (max-width: 640px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 600px;
}

#wrapper {
    width: 600px;
}

.span8 {
    width: 100%;
}
.span3 {
    width: 100%;
}

.h-col-1 {
    width: 100%;
}

.head-box-1 {
    float: left;
    width: 100%;
}

.head-box-2 {
    float: left;
    width: 100%;
}

.images_box1 {
    width: 30.333%;
}

.hovereffect img {
    height: 250px;
}

.info1 p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.fa.fa-search-plus {
    font-size: 20px;
    padding-top: 6px;
    color: #fff;
}

    }
    
@media (max-width: 480px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 400px;
}

.hovereffect {
    height: auto;
    width: 100%;
    background: #fff;
}

#wrapper {
    width: 400px;
}

.span8 {
    width: 100%;
}
.span3 {
    width: 100%;
}

.h-col-1 {
    width: 100%;
}

.head-box-1 {
    float: left;
    width: 100%;
}

.head-box-2 {
    float: left;
    width: 100%;
}

.images_box1 {
    width: 100%;
}

.hovereffect img {
    height: 350px;
}

.info1 p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.fa.fa-search-plus {
    font-size: 20px;
    padding-top: 6px;
    color: #fff;
}   
    }
    
    @media (max-width: 399px) 
    {
        #wrapper {
            width: 340px;
        }
        .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 330px;
}
        }
    
    @media (max-width: 360px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 320px;
}

#wrapper {
    width: 320px;
}

.hovereffect {
    height: auto;
    width: 100%;
    background: #fff;
}

.span8 {
    width: 100%;
}
.span3 {
    width: 100%;
}

.h-col-1 {
    width: 100%;
}

.head-box-1 {
    float: left;
    width: 100%;
}

.head-box-2 {
    float: left;
    width: 100%;
}

.images_box1 {
    width: 100%;
}

.hovereffect img {
    height: 320px;
}

.info1 p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.fa.fa-search-plus {
    font-size: 20px;
    padding-top: 6px;
    color: #fff;
}   
    }
    
    @media (max-width: 320px) 
{
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 280px;
}

#wrapper {
    width: 280px;
}

.hovereffect {
    height: auto;
    width: 100%;
    background: #fff;
}

.span8 {
    width: 100%;
}
.span3 {
    width: 100%;
}

.h-col-1 {
    width: 100%;
}

.head-box-1 {
    float: left;
    width: 100%;
}

.head-box-2 {
    float: left;
    width: 100%;
}

.images_box1 {
    width: 100%;
}

.hovereffect img {
    height: 300px;
}

.info1 p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.fa.fa-search-plus {
    font-size: 20px;
    padding-top: 6px;
    color: #fff;
}   
    }