@charset "utf-8";

/* CSS Document */

html,
body {
    height: 100%;
}

body {
     line-height: 22px;
    background: #fff;
}

html,
input,
textarea,
body,
select {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    color: #383838;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    padding: 7px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 37px;
    color: #383838;
}

select {
    padding: 7px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 37px;
    color: #0b0b0b;
    outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #8E8E8E;
}


/*input[type="checkbox"], input[type="radio"] { position: relative; top: -2px; width: 14px; height: 14px; margin: 0 5px 0 0; } */

textarea {
    min-height: 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 5px;
    line-height: 1.4;
}

img {
    max-width: 100%;
    vertical-align: middle
}

a {
    color: #80B500;
    outline: 0;
    color: rgb(81, 199, 225)
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 18px;
}

h1,
h2{
    font-weight: bold;

}



h3,h4,
h5 {
    font-weight: 500;

}

h3,
h4,
h5 {
    line-height: 1.2;
}

h1 {
    font-size: 45px;
    margin: 0 0 12px 0
}

h2 {
    font-size: 36px;
    margin: 0 0 12px 0
}

h3 {
    font-size: 32px;
    margin: 0 0 12px 0;
}

h4 {
    font-size: 28px;
    margin: 0 0 12px 0;
}

h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

h6 {
    font-size: 16px;
    margin: 0 0 8px 0;
}

label {
    font-weight: 500;
}

.btn {
    background: #76a308;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 1px;
    padding: 9px 23px;
    text-transform: uppercase;
    border-bottom: 3px solid #537306;
    font-weight: bold;

}

.btn:hover {
    background: #383838;
    border-bottom: 3px solid #000;
    color: #fff
}

.btn-default:focus,
.btn-default.focus {
    background-color: #f04265;
    color: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #af2779;
    color: #fff;
}

.page-title {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.page-title span{
    display: inline-block;
    position: relative;
    padding: 0 0 30px 0;
}

.page-title span:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 12px;
    width: 71px;
    background:#404040;
}

.page-title2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.page-title2 span{
    display: inline-block;
    position: relative;
    padding: 0 0 30px 0;
}

.page-title2 span:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 12px;
    width: 71px;
    background:#fff;
}

.clr_white {
    color: #fff;
}

.clr_orange {
    color: #ef702f;
}

.img_left {
    margin: 0 20px 20px 0;
    float: left;
}

.img_right {
    margin: 0 0 10px 10px;
    float: right;
}

.site-header {}

ul.bulletlist {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.bulletlist li {
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: 0 0 14px 0;
    font-weight: 300;
    position: relative;
}

ul.bulletlist li:before {
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 4px;
}

.page-wrapper {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    left: 0;
    overflow: hidden;
}

.site-header {
    padding:0;
    z-index: 99;
}

.site-header .top_strip {
    background: #202020;
    color: #a4a4a4;
    font-family: 'Roboto',Arial,sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

.top_strip a, .top_strip span span {
    color: #fff;
}

.top_strip .top-bar-contact{padding:4px 0;margin:0 15px 0 0; text-align: right}
.top_strip .top-bar-contact li{display: inline-block;margin-left:10px;}
.top_strip .top-bar-contact li span{color:#fff;}
.top_strip .top-bar-right a:hover{color:#bca474;}
.top_strip .top-bar-address{padding-right:14px;background:url('../images/icon-map.png') no-repeat right center;}
.top_strip .top-bar-phone{padding-right:12px;background:url('../images/icon-phone.png') no-repeat right center;}
.top_strip .top-bar-mail{padding-right:17px;background:url('images/icon-mail.png') no-repeat right center;}


.logo {
    padding-top: 20px;
}


.mid_header{
    background: #ffffff;
/*    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
    position: relative;
    z-index: 100;
}

.bg_white{
    background: #fff;
    /*-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}

.header-right,.header-right .btn{font-family: 'Roboto',Arial,sans-serif;text-transform: uppercase;}
	.header-right .btn{background-image:url('../images/icon-date.png');background-position: 16px 10px;background-repeat: no-repeat;}
	.header-right .btn{float:right;margin-top:32px;padding:7px 20px 7px 35px;margin-left:36px;}
	.header-right #primary-nav-id{float:right; margin-left: -42px;}

/* Primary Navigation */
		.primary-nav.slideMenu ul li a{padding:40px 10px;font-size: 15px;}
		.primary-nav ul li a{color:#202020;z-index: 0;}
		.primary-nav ul li a:hover{color: #80B500;}
		.primary-nav ul li:last-child a{padding-right:0px;}
		.primary-nav ul li.current-menu-item a{color: #80B500;}

		.primary-nav ul li ul{background: rgba(0, 0, 0, 0.8);}
		.primary-nav.slideMenu ul li ul li{padding:0px 10px;}
		.primary-nav.slideMenu ul li ul li a{min-width: 150px;padding:9px 10px 9px;display: block;font-size: 12px;color:#a1a1a1;border-bottom:1px solid #575757;}
		.primary-nav.slideMenu ul li ul li:last-child a{border-bottom:none;}
		.primary-nav.slideMenu ul li ul li a:hover{color:#fff;}

			/* Mobile Version */
			#primary-nav-mobile-a{display: none;}
			#primary-nav-mobile-id{display: none;}
			#primary-nav-mobile-a{padding:8px 0 8px 0;background: #202020;position: relative;font-size: 14px;color:#fff;text-transform: none !important;font-family: 'Roboto',Arial,sans-serif;}
			#primary-nav-mobile-a span{width:9px;height: 5px;display: block;background: url('../images/primary-mobilemenu-arrowdown.png') no-repeat;position: absolute;top:18px;left:16px;}
			#primary-nav-mobile-id{    margin: 0px;
    background: #333333;
    padding-bottom: 8px;
    display: none;
    padding: 0;
    list-style: none;}
			#primary-nav-mobile-id li{margin-bottom:0px;border-top:1px solid #222222;}
			#primary-nav-mobile-id li a{border-top:1px solid #444444;color:#cccccc;padding:6px 19px 6px;font-size: 14px;text-shadow: none !important; display: block;}
			#primary-nav-mobile-id li ul li a{padding-left:40px;color:#999999 !important;}
			#primary-nav-mobile-id li a:hover,#primary-nav-mobile-id li a:active{color:#fff !important;background: #444444;}
			.primary-nav-mobile-id li a:hover,.primary-nav-mobile-id li.current-menu-item a{background: #16a1e7;}
			.primary-nav-opened span{-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}

/* DDsmoothmenu
	----------------------------------------------------------------------------------------*/
	.slideMenu{}
	.slideMenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
	/*Top level list items*/
	.slideMenu ul li{position: relative;display: inline;float: left;}
	/*Top level menu link items style*/
	.slideMenu ul li a{display: block;padding: 8px 10px;text-decoration: none;z-index: 0;position: relative;}
	* html .slideMenu ul li a{ display: inline-block;}
	.slideMenu ul li a:link, .slideMenu ul li a:visited{}
	.slideMenu ul li a.selected{ background: black; }
	.slideMenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/}
	/*1st sub level menu*/
	.slideMenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;z-index: 100;}
	/*Sub level menu list items (undo style from Top level List Items)*/
	.slideMenu ul li ul li{display: list-item;float: none;}
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	.slideMenu ul li ul li ul{top: 0;}
	/* Sub level menu links style */
	.slideMenu ul li ul li a{min-width: 130px; /*width of sub menus*/padding:8px 13px 8px;display: block;z-index: 100;}
	/* Holly Hack for IE \*/
	* html .slideMenu{height: 1%;} /*Holly Hack for IE7 and below*/



    .main-menu li {
      position: relative;
      list-style-type: none;
    }
    .main-menu li a {
      text-decoration: none;
      text-transform: capitalize;
      color: #383938;
      font-weight: bold;
      font-family: "Open Sans", serif;
      display: block;
      padding: 0;
    }
    .main-menu ul {
      display: none;
      box-shadow: 0 5px 2px -2px #a7a7a7;
      width: 230px;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 30px;
      left: auto;
      background: white;
      z-index: 9999 !important;
      border: none;
    }
    .main-menu ul li {
      position: relative;
      width: 230px;
      padding: 0;
      margin: 0;
    }
    .main-menu ul li a {
      padding: 0 15px;
      line-height: 45px;
      width: 100%;
      border-left: 5px solid transparent;
      font-family: "Open Sans", serif;
    }
    .main-menu ul li a:hover {
      background-color: #ebebeb;
      border-left-color: #90a72b;
    }
    .main-menu ul ul {
      left: 230px;
      top: 0;
    }

    .sfHover > a {
      background-color: #ebebeb;
      border-left-color: #90a72b !important;
    }

    .sf-with-ul {
      position: relative;
    }
    .sf-with-ul:before {
      font-family: FontAwesome;
      content: "\f105";
      position: absolute;
      top: 3px;
      right: 15px;
      font-size: 16px;
      display: block;
      line-height: 45px;
    }

    .kopa-page-header-1 .kopa-logo {
      width: 190px;
    }

    .kopa-page-header-1 .header-top {
        background:#849b0d;
    }
    .kopa-page-header-1 .header-top a {
      color: white;
      text-decoration: none !important;
      font-family: "Open Sans";
    }
    .kopa-page-header-1 .header-top .header-top-left ul {
      padding: 0;
      margin: 0;
      font-family: "Open Sans";
    }
    .kopa-page-header-1 .header-top .header-top-left ul li {
      float: left;
      list-style-type: none;
      padding: 0 30px;
      margin-bottom: 0;
      line-height: 26px;
      border-left: 0px solid #90a72b;
        font-family: "Open Sans", serif;
    }
    .kopa-page-header-1 .header-top .header-top-left ul li a {
      font-size: 14px;
      line-height: 42px;
        font-family: "Open Sans", serif;

    }
.kopa-page-header-1 .header-top .header-top-right ul{
    margin: 0;
    padding: 0;
}

    .kopa-page-header-1 .header-top .header-top-right ul li {
        float: left;
        list-style-type: none;
        padding: 0 28px;
        margin-bottom: 0;
        line-height: 26px;
          font-family: "Open Sans", serif;
      border-left: 1px solid #90a72b;
    }
    .kopa-page-header-1 .header-top .header-top-right ul li a {
        font-size: 14px;
        line-height: 42px;
          font-family: "Open Sans", serif;
    }

    .kopa-page-header-1 .header-top .header-top-right a {
      line-height: 55px;
      margin-left: 10px;
      font-size: 17px;
    }
    .kopa-page-header-1 .header-top .header-top-right .cart span:first-child {
      margin-right: 5px;
      color: #f1f3e9;
      font-size: 18px;
    }
    .kopa-page-header-1 .header-top .header-top-right .cart span:last-child {
      background-color: #383938;
      font-family: "Open Sans", serif;
      border-radius: 100%;
      min-width: 55px;
      height: 55px;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      padding: 0 5px;
    }

    .kopa-page-header-1 .header-bottom {
      padding: 26px 0;
    }
    .kopa-page-header-1 .main-nav {
      float: left;
      margin-top: 62px;
      margin-right: 24px;
    }
    .kopa-page-header-1 .main-menu {
      margin: 0;
    }
     .kopa-page-header-1 .main-menu > ul {
      padding: 0 0 0 10px;
    }
    
    .kopa-page-header-1 .main-menu > li {
      margin-right: 34px;
      float: left;
      font-size: 15px;
    }
    .kopa-page-header-1 .main-menu > li:last-child {
      margin-right: 0;
    }
    .kopa-page-header-1 .main-menu > li > a {
      padding: 0 !important;
      text-transform: uppercase;
      background-color: transparent;
        font-family: "Open Sans", serif;
    }
    .kopa-page-header-1 .main-menu > li > a.sf-with-ul:before {
      content: "\f107";
      right: -18px;
      line-height: 17px;
    }
    .kopa-page-header-1 .main-menu > li > ul {
      padding-top: 25px;
    }

/* mobile menu */
.kopa-page-header-1 .hamburger-menu {
  display: none;
  font-size: 35px;
  font-weight: normal;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
}
.kopa-page-header-1 .hamburger-menu:hover {
  color: #383938;
}
.kopa-page-header-1 .search-box {
  width: 170px;
  float: right;
}

.search-box form {
  position: relative;
}

.member-1 {
  display: none;
}

.kopa-page-header-1 .search-box .preSearch {
  display: none;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}

.kopa-page-header-2 .hamburger-menu {
  display: none;
  font-size: 35px;
  font-weight: normal;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
  margin-top: 25px;
  margin-left: 25px;
}
.kopa-page-header-2 .hamburger-menu:hover {
  color: #383938;
}

.kopa-page-header-2 .preSearch {
  display: none;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-top: 25px;
  margin-right: 25px;
  cursor: pointer;
}

/*_____________ mobile menu _____________*/
.mobile-main-nav {
  display: none;
  position: absolute;
  top: 72px;
  left: 15px;
  z-index: 9999;
  width: 320px;
  background: #ebebeb;
}
.mobile-main-nav .mobile-main-menu {
  padding: 10px 15px;
}
.mobile-main-nav a {
  text-transform: uppercase;
  position: relative;
  display: block;
    color: #000;
}
.mobile-main-nav a span {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
.mobile-main-nav a span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 14px;
}
.mobile-main-nav .open > a > span:after {
  content: '\f0d8';
}
.mobile-main-nav li {
  list-style-type: none;
  line-height: 26px !important;
    margin-bottom: 10px;
}
.mobile-main-nav li ul {
  padding-left: 25px;
}

.mobile-main-nav.style-02 {
  top: 89px;
}

.search-box-hd-2 form {
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 9999;
}

.mobile-main-nav-2 {
  width: 100%;
  text-align: center;
}
.mobile-main-nav-2 .mobile-main-menu {
  margin: auto;
  display: inline-block;
}
.mobile-main-nav-2 .mobile-main-menu > li {
  width: 320px;
}
.mobile-main-nav-2 .mobile-main-menu > li ul {
  text-align: left;
}
.mobile-main-nav-2 .mobile-main-menu > li > a {
  text-transform: uppercase;
}
.mobile-main-nav-2 .mobile-main-menu > li.open {
  border-bottom: 1px solid #d7ae64;
  border-top: 1px solid #d7ae64 !important;
}
.mobile-main-nav-2 a {
  position: relative;
  color: #d7ae64;
  text-transform: capitalize;
  font-size: 18px;
}
.mobile-main-nav-2 a span {
  position: absolute;
  top: -3px;
  right: -20px;
  width: 10px;
  height: 10px;
}
.mobile-main-nav-2 a span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 14px;
}
.mobile-main-nav-2 .open > a > span:after {
  content: '\f0d8';
}
.mobile-main-nav-2 li {
  list-style-type: none;
  line-height: 26px !important;
}
.mobile-main-nav-2 li ul {
  padding-left: 25px;
}

.mobile-main-nav.style-04 {
  top: 58px;
  left: 0;
  background: #ddd;
}

.nav-4-sub {
  display: none;
}

.kopa-pull-left {
    float: left;
}

/*_____________ responsive _____________*/
@media screen and (max-width: 1199px) {
  .kopa-page-header-1 .main-nav {
    display: none;
  }

  .kopa-page-header-1 .hamburger-menu {
    display: block;
  }

  .kopa-page-header-1 .kopa-logo {
    float: left;
  }
}

/* end mobile menu */

/* new footer area */

.kopa-area-63 {
  background: #383938;
  padding-top: 55px;
  padding-bottom: 0;
}

.kopa-area-63 .widget {
  margin-bottom: 55px;
}

.widget-title.style-13 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
        font-family: "Open Sans", serif;
}
.millside-module-nav-bottom li {
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", serif;
}

.millside-module-nav-bottom li a{
    color: #fff;
}

.bottom-sidebar .widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.kopa-page-footer > div {
    padding: 35px 0;
    border-top: 1px solid #ebebeb;
    font-size: 15px;
}

/* end new footer area */

.middle_container{
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 52px 0;
}


.booking_form{padding: 40px 0 30px; background: url(../images/doted-divider.png) 0 0 repeat-x;}


.booking_form .booking_title{font-family: 'Montserrat', sans-serif; font-size:40px; line-height: 1; font-weight: 600; text-align: center; padding-bottom: 20px;}
.booking_form .booking_title span{font-size: 33px; font-weight: 300; display: block}

.booking_form .form_box{padding:20px 30px 30px; background: #39596f; color: #fff;; font-size: 13px; text-transform: uppercase}

.booking_form  .form-hor [class*="col-"]{
    padding: 0 10px;
}
.booking_form .btn{min-width: 167px; padding: 14px 30px}

.secondstep{margin-bottom: 40px}

.slotbox{padding: 14px; border: 1px solid #cacaca; padding: 12px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.18); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.18); box-shadow: 0 0 10px rgba(0,0,0,0.18); font-family: arial; margin-left: -15px}

.slotbox .slot_title{font-size: 17px; font-weight: bold; color: #282828; margin: 0 0 0 0}
.slotbox .slot_subtitle{font-size: 14px; color: #696969;}

.slotbox .slot_img{margin-bottom: 10px;}

.slotbox ul.sloat_list{list-style: none; margin: 12px 0 0; padding: 0;}

.slotbox ul.sloat_list li{font-size: 15px; overflow: hidden; margin-bottom:10px;}
.slotbox ul.sloat_list li .left_col, .slotbox ul.sloat_list li .right_col{display: inline-block; vertical-align: top; position: relative}
.slotbox ul.sloat_list li .left_col{padding-left: 25px; width:40%;}
.slotbox ul.sloat_list li .right_col{padding-right: 0; width:57%; position:releative; padding-right:20px;}


.slotbox ul.sloat_list li .right_col .newcheck{position:absolute; right:0; top:9px;}

.slotbox ul.sloat_list li .right_col select{
        width: 28%;
    margin-right: 0.5%;
    padding: 0px;
    font-weight: normal;
    font-size: 12px;
}
.slotbox ul.sloat_list li .left_col .sno{position: absolute; left: 0; top: 0; font-weight: bold; display: inline-block}

.slotbox ul.sloat_list li .right_col .price{font-size: 18px; font-weight:bold}

.slotbox ul.sloat_list li .right_col .avail{display: inline-block; padding-right: 20px; color:#76a308; font-weight: bold; position: relative; margin-left:4px}

.slotbox ul.sloat_list li .right_col .avail input[type="checkbox"]{position: absolute; right: 0; top: 0;}

.slotbox .sloat_bottom{font-weight: bold; padding: 10px 0 0; margin: 0 -10px;}

.slotbox .sloat_bottom .total_ammount{padding-top:6px; font-size: 20px; text-align: right; display: block}


.slotadd_list {
	width: 100%;
	margin: 24px 0 0 0;
}

.slotadd_list ul {
	width: 100%;
	color: #393939;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	border-top: none;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.slotadd_list ul li {
	padding: 0;
	width: 100%;
	border-bottom:1px solid #eee;
	position: relative;
    display: flex;
    align-items: center;
    overflow: hidden

}

.slotadd_list ul li:last-child {
	border-bottom: none;
}

.slotadd_list ul li > div {
	padding: 10px;
	display: inline-flex;
}

.slotadd_list ul li div div {
	display: inline-block;
	float: none;
}

.slotadd_list ul li div.top_pad {
	padding-top: 30px;
}

.slotadd_list ul li div p {
	margin: 0 0 3px 0;
}

.slotadd_list ul li .cart_sn {
	width: 15%;
    text-align: center;
    font-weight: bold;
    justify-content: left;
}

.slotadd_list ul li .cart_name {
	width: 42%;
}

.slotadd_list ul li .cart_name a {
	color: #333;
}

.slotadd_list ul li .cart_time {
	width: 57%;
}


.slotadd_list ul li .cart_price {
	width: 22%;
}




.dashcart_box ul.cart_heading {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    color: #000;
    /* border: none; */
    margin: 0;
    background: #f4f4f4;
}


.popform{padding:20px 30px 0}

.modal-header{border: none; background: url(../images/doted-divider.png) left bottom repeat-x; text-transform: uppercase; font-weight: normal;}

.modal-header h4{
font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
}

.popform .form-control{height: 44px;}


.pos_rltv{position: relative;}

.pos_rltv .form-control{padding-right: 84px}

.pos_rltv a.btn_trigger{
    background: #76a308;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 4px 11px 3px;
    position: absolute;
    top: 7px;
    right: 8px;

}

.pos_rltv a.btn_trigger:hover{
    text-decoration: none;
    background: #000;
}

.popform .sbtbtn{padding:12px 19px; font-size: 18px; text-transform: none; font-family: arial}

/* Footer.
	----------------------------------------------------------------------------------------*/
	/*#footer{color:#575757;}*/
#footer{font-size: 13px}
	#footer a{color:#848484; transition:  all 0.5s ease;}
	#footer a:hover{color:#ffffff; text-decoration: none}
	/*#footer .container{max-width: 1068px;}
	#footer .row{width:1068px;}*/
	#footer{background: #202020;}
#footer ul{list-style: none; margin: 0; padding: 0;}
	.footer-outer-wrapper .widget-container { list-style: none outside none; padding: 50px 0;}
	.widget-container .footer-widgettitle{color:#fff;font-size:15px;text-transform: uppercase;padding-bottom:0px;margin-bottom:18px;}
	#footer .widget_nav_menu ul{list-style: none; margin: 0; padding: 0}
	#footer .widget_nav_menu ul li{color:#848484;}
	#footer .widget_nav_menu ul li a{display: block;font-size: 11px;text-transform: uppercase;padding:4px 7px 4px 11px;background: url('../images/footer-list-arrow.png') no-repeat left center;}

	.footer-contact{font-size: 11px;text-transform: uppercase; color:#fff:}
	.footer-contact ul li{padding:4px 7px 4px 22px; color:#fff:}
	.footer-contact .f-map{background: url('../images/icon-map.png') no-repeat left 10px; color:#fff:}
	.footer-contact .f-map span{color:#848484;}
	.footer-contact .f-phone{background: url('../images/icon-phone.png') no-repeat left 9px;}
	.footer-contact .f-phone span{color:#848484;}
	.footer-contact .f-mail{background: url('../images/icon-mail.png') no-repeat left 11px;}
	.footer-contact .f-mail span{color:#848484;}
	.footer-copyright{border-top:1px solid #848484;padding:30px 0; color:#666666}
	.footer-copyright .copy-left{font-size: 11px;text-transform: uppercase;}

	.footer-social{margin-bottom:0px;}
	.footer-social li{display: inline-block;vertical-align: top;margin:0px 0px 0px 5px;}
	.footer-social li.stay_connected{line-height: 30px;text-transform: uppercase;font-size: 11px;}
	.footer-social li a{width:30px;height:30px;position: relative;text-indent: -9999px;--webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
						background: url('../images/social-icons.png') no-repeat #181818;display: inline-block;}
		.footer-social li.social-twitter a{background-position: 0 0;}
		.footer-social li.social-facebook a{background-position: -60px 0;}
		.footer-social li.social-google-plus a{background-position: -180px 0;}
		.footer-social li.social-youtube a{background-position:-330px -30px}
		.footer-social li.social-pinterest a{background-position:-60px -30px}
		.footer-social li.social-skype a{background-position:-150px -30px}

	.footer-social li a:hover{background-color:#bca474;}
	.footer-social li a:active{outline: none}




/* custom bootstrap css */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* end custom bootstrap css */


@media(min-width:1050px){
    /*.container{width:1040px;}*/
    .container{width:1200px;}
}

@media(max-width:1199px){

}

@media(max-width:991px){
    .logo{text-align: center}
    .header-right #primary-nav-id{margin-left: 0}
    .primary-nav.slideMenu ul li a{padding: 10px;}
}


@media(max-width:767px){

.header-left.left{float:none;text-align: center;margin-bottom:30px;}
		.top-bar-right{display: none;}
		.header-right.right{float:none;text-align: center;}
		.header-right.right #primary-nav-mobile{text-align: left;}
		/* Primary Nav */
		#primary-nav-mobile-a{display: block;}
		#primary-nav-mobile{display: block;}
		#primary-nav-id{display: none;}

    .logo{padding: 10px 0;}

}

@media(max-width:499px){


}
