@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Features
7. Gallery
8. About
9. Testimonials
10. Booking
11. Blog
12. Footer
13. EAKsr Added
14. Administration

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

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #a5a5a5;
}
div
{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
  list-style: none;
  margin-bottom: 0px;
}
p
{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #6d6d6d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
p:last-of-type
{
  margin-bottom: 0;
}
a
{
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
  position: relative;
  color: #FF6347;
}
p a:hover
{
  color: #FFFFFF;
  background: #ffa07f;
}
p a:hover::after
{
  opacity: 0.2;
}
::selection
{
  background: rgba(255,163,123,1);
  color: #ffffff;
}
p::selection
{
  
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  line-height: 1.2;
  color: #393939;
  font-weight: 600;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
  
}
img
{
  max-width: 100%;
}
button:active
{
  outline: none;
}
.form-control
{
  color: #db5246;
}
section
{
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear
{
  clear: both;
}
.clearfix::before, .clearfix::after
{
  content: "";
  display: table;
}
.clearfix::after
{
  clear: both;
}
.clearfix
{
  zoom: 1;
}
.float_left
{
  float: left;
}
.float_right
{
  float: right;
}
.trans_200
{
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_300
{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.trans_400
{
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500
{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fill_height
{
  height: 100%;
}
.super_container
{
  width: 100%;
  overflow: hidden;
}
.prlx_parent
{
  overflow: hidden;
}
.prlx
{
  height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background_image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nopadding
{
  padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
  height: 100%;
}
.slide
{
  height: 100%;
}

/*********************************
3. Header
*********************************/

.header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
}
.header::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0,0,0,0.7);
  content: '';
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled::before
{
  height: 100%;
}
.header_content
{
  width: 100%;
  height: 128px;
  padding-left: 62px;
  padding-right: 62px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled .header_content
{
  height: 90px;
}
.logo
{
  width: 300px;
  height: 41px;
  border: solid 2px #ffffff;
  text-align: center;
}
.logo a
{
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 37px;
}
/**********************
Contact Page
**********************/
.logo_contact
{
  width: 300px;
  height: 41px;
  /*border: solid 2px #ffffff;*/
  border: solid 2px #573a18;
  text-align: center;
}
.logo_contact a
{
  display: block;
  font-size: 24px;
  font-weight: 600;
  /*color: #ffffff;*/
  color: #573a18;
  line-height: 37px;
}
/**********************
Testimonial Page
**********************/
.logo_testimonial
{
  width: 300px;
  height: 41px;
  /*border: solid 2px #ffffff;*/
  /*border: solid 2px #573a18;*/
  border: solid 2px #ff5502;
  text-align: center;
}
.logo_testimonial a
{
  display: block;
  font-size: 24px;
  font-weight: 600;
  /*color: #ffffff;*/
  /*color: #573a18;*/
  color: #ff5502;
  line-height: 37px;
}

.main_nav ul li:not(:last-of-type)
{
  /*margin-right: 49px;*/
  margin-right: 30px;
}
.main_nav ul li a
{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
  /*color: #ffa37b;*/
  color: #7777ff;
}
/**********************
Contact Page
**********************/
.main_nav_contact ul li:not(:last-of-type)
{
  /*margin-right: 49px;*/
  margin-right: 30px;
}
.main_nav_contact ul li a
{
  font-size: 16px;
  font-weight: 500;
  /*color: #ffffff;*/
  color: #a46620;
}
.main_nav_contact ul li a:hover,
.main_nav_contact ul li.active a
{
  /*color: #ffa37b;*/
  /*color: #7777ff;*/
  color: #573a18;
}
/**********************
Survey Page
**********************/
.main_nav_survey ul li:not(:last-of-type)
{
  /*margin-right: 49px;*/
  margin-right: 30px;
}
.main_nav_survey ul li a
{
  font-size: 16px;
  font-weight: 500;
  /*color: #ffffff;*/
  /*color: #a46620;*/
  color: #oe1c36;
}
.main_nav_survey ul li a:hover,
.main_nav_survey ul li.active a
{
  /*color: #ffa37b;*/
  /*color: #7777ff;*/
  /*color: #573a18;*/
  color: #oe1c36;
}
/**********************
Testimonial Page
**********************/
.main_nav_testimonial ul li:not(:last-of-type)
{
  /*margin-right: 49px;*/
  margin-right: 30px;
}
.main_nav_testimonial ul li a
{
  font-size: 16px;
  font-weight: 500;
  /*color: #ffffff;*/
  /*color: #a46620;*/
  /*color: #oe1c36;*/
  color: #ff5502;
}
.main_nav_testimonial ul li a:hover,
.main_nav_testimonial ul li.active a
{
  /*color: #ffa37b;*/
  /*color: #7777ff;*/
  /*color: #573a18;*/
  /*color: #oe1c36;*/
  color: #883302;
}

.book_button
{
  width: 200px;
  height: 54px;
  /*background: #ffa37b;*/
  background: #7777ff;
  margin-left: 45px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.book_button:hover
{
  background: rgba(255,255,255,0.2);
}
.book_button:hover a
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
.book_button a
{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
/**********************
Contact Page
**********************/
.book_button_contact
{
  width: 200px;
  height: 54px;
  /*background: #ffa37b;*/
  /*background: #7777ff;*/
  background: #573a18;
  margin-left: 45px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.book_button_contact:hover
{
  background: rgba(255,255,255,0.2);
}
.book_button_contact:hover a
{
  color: #573a18;
  /*background: #7777ff;*/
  /*background: #573a18;*/
}
.book_button_contact a
{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
/**********************
Testimonials Page
**********************/
.book_button_testimonial
{
  width: 200px;
  height: 54px;
  /*background: #ffa37b;*/
  /*background: #7777ff;*/
  /*background: #573a18;*/
  background: #ff5502;
  margin-left: 45px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.book_button_testimonial:hover
{
  background: rgba(255,255,255,0.2);
}
.book_button_testimonial:hover a
{
  color: #573a18;
  /*background: #7777ff;*/
  /*background: #573a18;*/
}
.book_button_testimonial a
{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.header_phone
{
  width: 190px;
  height: 54px;
  /*background: #ffa37b;*/
  background: #7777ff;

  margin-left: 14px;
}
.header_phone span
{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 9px;
}
.header_phone span::selection
{
  background: #ffffff;
  /*color: #ffa37b;*/
  color: #7777ff;
}
/**********************
Contact Page
**********************/
.header_phone_contact
{
  width: 190px;
  height: 54px;
  /*background: #ffa37b;*/
  /*background: #7777ff;*/
  background: #573a18;
  margin-left: 14px;
}
.header_phone_contact span
{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 9px;
}
.header_phone_contact span::selection
{
  background: #ffffff;
  /*color: #ffa37b;*/
  /*color: #7777ff;*/
  color: #573a18;
}
/**********************
Testimonials Page
**********************/
.header_phone_testimonial
{
  width: 190px;
  height: 54px;
  /*background: #ffa37b;*/
  /*background: #7777ff;*/
  /*background: #573a18;*/
  background: #ff5502;
  margin-left: 14px;
}
.header_phone_testimonial span
{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 9px;
}
.header_phone_testimonial span::selection
{
  background: #ffffff;
  /*color: #ffa37b;*/
  /*color: #7777ff;*/
  /*color: #573a18;*/
  color: #ff5502;
}

.hamburger
{
  display: none;
  margin-left: 25px;
  cursor: pointer;
}
.hamburger i
{
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hamburger:hover i
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
/************************
About
************************/
.hamburger-about
{
  display: none;
  margin-left: 25px;
  cursor: pointer;
}
.hamburger-about i
{
  font-size: 24px;
  color: #573a18;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hamburger-about:hover i
{
  /*color: #ffa37b;*/
  color: #7777ff;

}

/*********************************
4. Menu
*********************************/

.menu
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  background: rgba(255,255,255,0.93);
  visibility: hidden;
  opacity: 0;
}
.menu.active
{
  visibility: visible;
  opacity: 1;
  opacity: 0.6;
}
.menu_content
{
  padding-right: 30px;
  padding-top: 170px;
  padding-top: 70px;
}
.menu_close
{
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}
.menu_close i
{
  font-size: 24px;
  font-size: 18px;
  color: #121212;
}
.menu_close:hover i
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
.menu_nav ul li:not(:last-of-type)
{
  /*margin-bottom: 5px;*/
  margin-bottom: 1px;
}
.menu_nav ul li a
{
  font-weight: 700;
  font-size: 36px;
  font-size: 18px;
  /*color: #121212;*/
  color: rgba(0,0,0,0.5);
  line-height: 1.2;
}
.menu_nav ul li a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
.menu_nav ul li a span
{
  color: #690772;
}
.menu_extra
{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.menu_book
{
  display: none;
  margin-top: 50px;
}
.menu_book a
{
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
}
.menu_book a::after
{
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.62);
  content: '';
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_book a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
.menu_book a:hover::after
{
  /*background: #ffa37b;*/
  background: #7777ff;

}
.menu_phone
{
  margin-top: 10px;
}
.menu_phone span
{
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
  margin-left: 9px;
}

/*********************************
5. Home
*********************************/
.project
{
  opacity: 3.48;
}
.home
{
  width: 100%;
  height: 100vh;
}
.home_slider_container
{
  width: 100%;
  height: 100%;
}
.home_slider .owl-dots
{
  display: none;
}
.home_slider_dots_container
{
  position: absolute;
  left: 61px;
  bottom: 39px;
  z-index: 1;
}
.home_slider_custom_dots li
{
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.home_slider_custom_dots li:not(:last-of-type)
{
  margin-right: 5px;
}
.home_slider_custom_dots li.active,
.home_slider_custom_dots li:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
.home_slider .slide
{
  background: #0f0e24;
}
.home_slider .background_image
{
  opacity: 0.68;
}
.home_container
{
  position: absolute;
  /*top: 36.5%;*/
  top: 30%;
  left: 0;
  width: 100%;
}
.home_title
{
  /*font-size: 110px;*/
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text
{
  /*font-size: 110px;*/
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.home_text p
{
  /*font-size: 110px;*/
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.booking_form_container
{
  width: 100%;
  margin-top: 34px;
  padding-left: 78px;
  padding-right: 88px;
}
.booking_form
{
  display: block;
  width: 100%;
}
.booking_input
{
  width: 100%;
  height: 54px;
  background: rgba(255,255,255,0.2);
  border: solid 2px #ffffff;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  outline: none;
}
.booking_input_container
{
  width: 100%;
}
.booking_input_container > div
{
  padding-right: 10px;
}
.booking_input_container > div:first-child,
.booking_input_container > div:nth-child(2)
{
  width: 32.60869565217391%;
}
.booking_input_container > div:nth-child(3),
.booking_input_container > div:nth-child(4)
{
  width: 17.39130434782609%;
}
.booking_input_a
{
  
}
.booking_input_b
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{ 
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.booking_input::-webkit-input-placeholder
{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
.booking_input:-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
.booking_input::-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
} 
.booking_input:-ms-input-placeholder
{ 
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
.booking_input::input-placeholder
{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
.booking_button
{
  width: 152px;
  height: 54px;
  /*background: #ffa37b;*/
  background: #7777ff;

  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.booking_button:hover
{
  background: rgba(255,255,255,0.2);
}

/*********************************
6. Features
*********************************/

.features
{
  background: #ffffff;
  padding-top: 115px;
  padding-bottom: 24px;
}
.icon_box_col
{
  margin-bottom: 80px;
}
.icon_box_icon
{
  /*width: 82px;
  height: 82px;*/
  width: 300px;
  height: 390px;
}
.icon_box_icon img
{
  max-width: 100%;
  max-height: 100%;
}
.icon_box_icon svg
{
  max-width: 100%;
  max-height: 100%;
}
.icon_box_icon png
{
  max-width: 100%;
  max-height: 100%;
}
.svg path, .svg rect, .svg polygon
{
    fill: #a1a1a1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.icon_box:hover .svg path,
.icon_box:hover .svg rect,
.icon_box:hover .svg polygon
{
  fill: #ffa37b;
}
.icon_box_title
{
  margin-top: 16px;
}
.icon_box_title h2
{
  
}
.icon_box_text
{
  margin-top: 21px;
}

/*********************************
7. Gallery
*********************************/

.gallery
{
  width: 100%;
}
.gallery_item
{
  height: calc(100vw / 4);
}
.gallery_item a
{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*********************************
8. About
*********************************/

.about
{
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 104px;
}
.about_container
{
  position: absolute;
  /*top: 36.5%;*/
  top: 53%;
  left: 0;
  width: 100%;
}.about_text
{
  margin-top: 29px;
}
.about_images
{
  height: 100%;
  padding-left: 17px;
  padding-right: 19px;
}

/*********************************
9. Testimonials
*********************************/

.testimonials
{
  padding-top: 117px;
  padding-bottom: 114px;
}
.testimonials_overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,11,24,0.79);
  pointer-events: none;
}
.test_slider_item
{
  /*background: #ffffff;*/
  padding-top: 43px;
  padding-bottom: 58px;
  padding-left: 45px;
  padding-right: 45px;
}
.rating i::before
{
  font-family: 'FontAwesome';
  content: "\f005";
  font-style: normal;
  font-size: 18px;
  color: rgba(0,0,0,0.2);
}
.rating i:not(:last-of-type)
{
  margin-right: 6px;
}
.rating_1 i:first-child::before{color: #ffb400;}
.rating_2 i:first-child::before{color: #ffb400;}
.rating_2 i:nth-child(2)::before{color: #ffb400;}
.rating_3 i:first-child::before{color: #ffb400;}
.rating_3 i:nth-child(2)::before{color: #ffb400;}
.rating_3 i:nth-child(3)::before{color: #ffb400;}
.rating_4 i:first-child::before{color: #ffb400;}
.rating_4 i:nth-child(2)::before{color: #ffb400;}
.rating_4 i:nth-child(3)::before{color: #ffb400;}
.rating_4 i:nth-child(4)::before{color: #ffb400;}
.rating_5 i:first-child::before{color: #ffb400;}
.rating_5 i:nth-child(2)::before{color: #ffb400;}
.rating_5 i:nth-child(3)::before{color: #ffb400;}
.rating_5 i:nth-child(4)::before{color: #ffb400;}
.rating_5 i:nth-child(5)::before{color: #ffb400;}
.testimonial_title
{
  margin-top: 21px;
}
.testimonial_title a
{
  font-size: 24px;
  font-weight: 600;
  /*color: #393939;*/
  color: #ffffff;
  line-height: 1.2;
}
.testimonial_title a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
/**********************
Testimonial Page
**********************/
.contact_title
{
  margin-top: 21px;
  font-size: 24px;
  font-weight: 600;
  /*color: #393939;*/
  color: #555555;
  line-height: 1.2;
}
.contact_title a
{
  font-size: 24px;
  font-weight: 600;
  /*color: #393939;*/
  color: #555555;
  line-height: 1.2;
}
.contact_title a:hover
{
  /*color: #ffa37b;*/
  color: #111111;

}

.testimonial_text
{
  margin-top: 24px;
}
.testimonial_text p
{
  color: #ffffff;
}
.testimonial_image
{
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.testimonial_author
{
  margin-top: 26px;
  font-size: 15px;
  font-weight: 600;
  /*color: #393939;*/
  color: #ffffff;
}
.testimonial_author a
{
  font-size: 15px;
  font-weight: 600;
  /*color: #393939;*/
  color: #ffffff;
}
.testimonial_author a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}
/**********************
Testimonial Page
**********************/
.contact_author
{
  margin-top: 26px;
  font-size: 15px;
  font-weight: 600;
  /*color: #393939;*/
  /*color: #ffffff;*/
  color: #555555;
}
.contact_author a
{
  font-size: 15px;
  font-weight: 600;
  /*color: #393939;*/
  /*color: #ffffff;*/
  color: #555555;
}
.contact_author a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}

/*********************************
10. Booking
*********************************/

.booking
{
  background: #ffffff;
  padding-top: 107px;
  padding-bottom: 114px;
}
.booking_text
{
  margin-top: 28px;
}
.booking_slider_container
{
  margin-top: 63px;
}
.booking_item
{
  height: 569px;
}
.booking_price
{
  position: absolute;
  top: 15px;
  left: 15px;
  width: 128px;
  height: 36px;
  background: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #393939;
}
.booking_link
{
  position: absolute;
  bottom: 18px;
  left: 15px;
  width: calc(100% - 30px);
  height: 65px;
  /*background: #ffa37b;*/
  background: #7777ff;

  text-align: center;
}
.booking_link a
{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.booking_overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,9,30,0.67);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.booking_item:hover .booking_overlay
{
  visibility: visible;
  opacity: 1;
}

/*********************************
11. Blog
*********************************/

.blog
{

}
.blog_slider_container
{
  width: 100%;
  height: 487px;
}
.blog_slide
{
  height: 100%;
  background: #0f0a27;
}
.blog_slide .background_image
{
  opacity: 0.33;
}
.blog_content
{
  position: absolute;
  left: 52px;
  bottom: 57px;
  width: calc(100% - 52px);
  padding-right: 30px;
}
.blog_date
{
  width: 116px;
  height: 26px;
  /*background: #ffa37b;*/
  background: #7777ff;

  text-align: center;
}
.blog_date a
{
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
}
.blog_title
{
  margin-top: 14px;
}
.blog_title a
{
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.blog_title a:hover
{
  /*color: #ffa37b;*/
  color: #7777ff;

}

.blog
{
	background: #ffffff;
	padding-top: 82px;
	padding-bottom: 110px;
	border-bottom: solid 2px #eaf2f7;
}
.blog_post_image
{
	margin-top: 5px;
}
.blog_post_date
{
	position: absolute;
	top: 36px;
	left: 37px;
	/*width: 116px;*/
	width: 480px;
	height: 26px;
	/*background: #ffa37b;*/
	background: #7777ff;
	/*text-align: center;*/
	text-align: left;
  padding-left:5px;
}
.blog_post_date a
{
	display: block;
	height: 100%;
	line-height: 26px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}
.blog_post_content
{
	padding-top: 45px;
	padding-left: 64px;
	padding-bottom: 59px;
	padding-right: 75px;
}
.blog_post_title a
{
	font-size: 36px;
	font-weight: 600;
	color: #393939;
	line-height: 1.2;
}
.blog_post_title a:hover
{
	color: #ffa37b;
}
.blog_post_info
{
	margin-top: 2px;
}
.blog_post_info ul li
{
	margin-bottom: 5px;
}
.blog_post_info ul li:not(:last-of-type)
{
	margin-right: 21px;
}
.blog_post_info ul li img
{
	margin-right: 5px;
}
.blog_post_info ul li a
{
	font-size: 15px;
	font-weight: 500;
	color: #abaaaa;
}
.blog_post_info ul li a:hover
{
	color: #000000;
}
.blog_post_text
{
	margin-top: 16px;
}
.blog_post_button
{
	margin-top: 42px;
}
/*********************************
12. Footer
*********************************/

.footer
{
  background: #ffffff;
  padding-top: 81px;
}
.footer_content
{
  padding-bottom: 52px;
}
.footer_logo
{
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer_logo > div:first-of-type
{
  width: 525px;
  height: 74px;
  border: solid 3px #393939;
  font-size: 43.32px;
  font-weight: 600;
  color: #393939;
  line-height: 68px;
}
.footer_logo > div:last-of-type
{
  font-size: 16px;
  font-weight: 600;
  color: #393939;
  line-height: 0.75;
  margin-top: 15px;
}
.footer_logo a
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer_row
{
  margin-top: 74px;
}
.footer_title
{
  font-size: 18px;
  font-weight: 700;
  color: #393939;
  line-height: 1.2;
}
.footer_list
{
  margin-top: 9px;
}
.footer_list ul li
{
  font-size: 15px;
  font-weight: 500;
  color: #6d6d6d;
  line-height: 2;
}
.newsletter_container
{
  margin-top: 8px;
}
.newsletter_form
{
  display: block;
  position: relative;
}
.newsletter_input
{
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: none;
  border-bottom: solid 2px #393939;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #393939;
}
.newsletter_input::-webkit-input-placeholder
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}
.newsletter_input:-moz-placeholder
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}
.newsletter_input::-moz-placeholder
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}
.newsletter_input::input-placeholder
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}
.newsletter_button
{
  width: 152px;
  height: 54px;
  /*background: #ffa37b;*/
  background: #7777ff;
  margin-top: 23px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.certificates
{
  padding-left: 12px;
  padding-top: 10px;
}
.cert
{
  margin-bottom: 30px;
}
.copyright
{
  width: 100%;
  height: 33px;
  background: #ffffff;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  font-weight: 500;
  color: #6d6d6d;
}

/* ********************** 
 13. EAKsr Added
   ********************** */
input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=url],
textarea, select {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:2em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin-bottom:10px;
  width:600px;
  padding:6px 5px;
  font-size: 20px;
  font-weight: bold !important;
  color: #393939;
  }
textarea {
  overflow:auto;
  }
input[type=tel],
input[type=text],
input[type=password],
input[type=email],
input[type=url] {
  height:40px;
  width:275px;
  }
input[type=submit],
input[type=reset],
input[type=button] {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin-bottom:10px;
  /*padding:6px 5px;*/
  }
input[type=submit],
input[type=reset],
input[type=button] {
  height:40px;
  width:120px;
  font-size: 20px;
  font-weight: bold !important;
  color: #393939;
  }
input[type=text].username {
  height:40px;
  width:200px;
}
input[type=password].password {
  height:40px;
  width:200px;
}
input[type=text].full-name {
  height:40px;
  width:325px;
}
input[type=text].phone {
  height:40px;
  width:200px;
}
input[type=email].email {
  height:40px;
  width:400px;
}
input[type=text].captcha {
  height:40px;
  width:90px;
}
input[type=text].address {
  height:40px;
  width:425px;
}
input[type=text].city {
  height:40px;
  width:325px;
}
select.state {
  height:40px;
  width:95px;
  color: #888;
}
input[type=text].zip {
  height:40px;
  width:125px;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  /*line-height  : 1.5em;*/
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  /*width            : 0.875em;
  height           : 0.875em;*/
  width            : 1.5em;
  height           : 1.5em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  /*border           : 0.0625em solid rgb(192,192,192);*/
  border           : 2px solid #666;
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  /*width            : 0.5em;
  height           : 0.5em;*/
  width            : 1em;
  height           : 1em;
  margin           : 0.125em;
  /*border           : 0.0625em solid rgb(115,153,77);*/
  border:2px solid #666;
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  /*background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));*/
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(96,96,96));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(96,96,96));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(96,96,96));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(96,96,96));
  background-image :         linear-gradient(rgb(179,217,140),rgb(96,96,96));
}

.contact
{
  background: #ffffff;
  padding-top: 107px;
  padding-bottom: 104px;
}
.contact_text
{
  margin-top: 29px;
}
.contact_images
{
  height: 100%;
  padding-left: 17px;
  padding-right: 19px;
}
.contact_container {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
}
.survey_container {
  display: block;
  width:50%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  text-align: left;
}
.error_container
{
  position: absolute;
  /*top: 36.5%;*/
  top: 66%;
  left: 0;
  width: 100%;
}
/************************
Admin-IP
************************/
.admin-ip
{
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 104px;
}
.admin-ip_container {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
}
table.admin-ip
{
  width: 1200px;
  margin-right:auto;
  margin-left:auto;
}
.admin-ip_text
{
  font-size: 15px;
  font-weight: 500;
  color: #6d6d6d;
}
td.admin-ip_log
{
  width: 30px;
  padding: 1px;
}
td.admin-ip_start
{
  width: 115px;
  padding: 1px;
}
td.admin-ip_end
{
  width: 115px;
  padding: 1px;
}
td.admin-ip_name
{
  width: 285px;
  padding: 1px;
}
td.admin-ip_type
{
  width: 90px;
  padding: 1px;
}
td.admin-ip_date
{
  width: 70px;
  padding: 1px;
}
td.admin-ip_hits
{
  width: 55px;
  padding: 1px;
}
td.admin-ip_last
{
  width: 70px;
  padding: 1px;
}
td.admin-ip_comments
{
  width: 240px;
  padding: 1px;
}
td.admin-ip_commands
{
  width: 130px;
  padding: 1px;
}
/************************
Admin-Test
************************/
textarea.caption, select {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:2em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:6px;
  border-radius:6px;
  margin-bottom:1px;
  width:98%;
  padding:1px 1px;
  font-size: 16px;
  font-weight: bold !important;
  color: #393939;
}
textarea.testimonial, select {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:2em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:6px;
  border-radius:6px;
  margin-bottom:1px;
  width:98%;
  padding:1px 1px;
  font-size: 16px;
  font-weight: bold !important;
  color: #393939;
}
.admin-test
{
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;
}
.admin-test_container {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
}
table.admin-test
{
  width: 1200px;
  margin-right:auto;
  margin-left:auto;
}
.admin-test_text
{
  font-size: 16px;
  font-weight: 500;
  color: #6d6d6d;
  vertical-align: top;
}
td.admin-test_commands
{
  width: 130px;
  padding: 1px;
}
td.admin-test_id
{
  width: 30px;
  padding: 1px;
}
td.admin-test_caption
{
  width: 100px;
  padding: 1px;
}
td.admin-test_testimonial
{
  width: 130px;
  padding: 1px;
}
td.admin-test_client
{
  width: 75px;
  padding: 1px;
}
td.admin-test_area
{
  width: 75px;
  padding: 1px;
}
td.admin-test_test
{
  width: 75px;
  padding: 4px;
}
td.admin-test_stars
{
  width: 75px;
  padding: 1px;
}
td.admin-test_proj
{
  width: 75px;
  padding: 4px;
}
td.admin-test_f
{
  width: 10px;
  padding: 1px;
}
input[type=text].client {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].area {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].test {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
select.category {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
select.stars {
  height:40px;
  width:50%;
  font-size: 32px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
select.test {
  height:40px;
  width:98%;
  font-size: 21px;
  font-weight: 500;
  color: #2d2d2d;
  margin: 1px;
}
input[type=text].proj {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].testid {
  height:40px;
  width:30%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].image {
  height:40px;
  width:98%;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=submit].test_save,
input[type=button].test_save {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:58px;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=reset].test_reset,
input[type=button].test_reset {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:60px;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_delete,
input[type=button].test_delete {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_update,
input[type=button].test_update {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_confirm,
input[type=button].test_confirm {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }

input[type=submit].test_move-up,
input[type=button].test_move-up {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_move-down,
input[type=button].test_move-down {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_make-first,
input[type=button].test_make-first {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].test_make-last,
input[type=button].test_make-last {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:40px;
  width:98%;
  font-size: 14px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
td.admin-test_
{
  width: 130px;
  padding: 1px;
}
input[type=text].start {
  height:30px;
  width:104px;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].end {
  height:30px;
  width:104px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].name {
  height:30px;
  width:275px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
select.type {
  height:30px;
  width:80px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].date {
  height:30px;
  width:75px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].hits {
  height:30px;
  width:50px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].last {
  height:30px;
  width:75px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=text].comment {
  height:30px;
  width:230px;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  margin: 1px;
}
input[type=submit].save,
input[type=button].save {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:40px;
  font-size: 12px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=reset].reset,
input[type=button].reset {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:45px;
  font-size: 12px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].delete,
input[type=button].delete {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:45px;
  font-size: 12px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].update,
input[type=button].update {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:50px;
  font-size: 12px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
input[type=submit].confirm,
input[type=button].confirm {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:55px;
  font-size: 12px;
  font-weight: bold !important;
  color: #6d6d6d;
  }
.home_title h1
{
  color: #ffffff;
  font-size: 52px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h1
{
  color: #ffffff;
  font-size: 52px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_title h2
{
  color: #ffffff;
  font-size: 48px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h2
{
  color: #ffffff;
  font-size: 48px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_title h3
{
  color: #ffffff;
  font-size: 44px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h3
{
  color: #ffffff;
  font-size: 44px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_title h4
{
  color: #ffffff;
  font-size: 40px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h4
{
  color: #ffffff;
  font-size: 40px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_title h5
{
  color: #ffffff;
  font-size: 38px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h5
{
  color: #ffffff;
  font-size: 38px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_title h6
{
  color: #ffffff;
  font-size: 36px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.home_text h6
{
  color: #ffffff;
  font-size: 36px;
  font-weight: bold !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.box {
  background-color:#FFF;
  border:1px solid #666;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:5px 5px 5px #ccc;
  -moz-box-shadow:5px 5px 5px #ccc;
  box-shadow:5px 5px 5px #ccc;
  padding:29px;
  }
#gallery {
  position:relative;
  display:block;
  width:900px;
  padding-bottom:10px;
  margin:0 auto;
  }
#gallery li {
  display:block;
  float:left;
  width:280px;
  margin:0 30px 20px 0;
  padding:0;
  }
#gallery li a img {
  display:block;
  width:260px;
  height:130px;
  border:10px solid #E0E0E0;
  margin:0;padding:0;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;
  -o-transition:all 1s ease-out;
  -ms-transition:all 1s ease-out;
  transition:all 1s ease-out;
  }
#gallery li a:hover img {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  border-color:#B4B4B4;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;
  -o-transition:all 1s ease-out;
  -ms-transition:all 1s ease-out;
  transition:all 1s ease-out;
  }
/*********************************
8. Special
*********************************/

.special
{
	padding-top: 53px;
	padding-bottom: 59px;
}
.special_content
{
	width: calc(100% + 54px);
	background: rgba(0,0,0,0.6);
	padding-left: 60px;
	padding-top: 33px;
	padding-bottom: 68px;
	padding-right: 50px;
}
.special .details_title,
.special .details_long_list ul li,
.special .details_list ul li
{
	color: #ffffff;
}
.special .details_long_list ul li,
.special .details_list ul li
{
	font-weight: 400;
}
.special .details_long_list ul li::before
{
	background: #ffffff;
}
.special_offer
{
	width: 100%;
	max-width: 264px;
	height: 387px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.special_offer_container
{
	padding-top: 56px;
	height: 100%;
}
.special_offer_title
{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 45px;
}
.special_offer_subtitle
{
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
	margin-top: 6px;
}
.special_offer_button
{
	position: absolute;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home .background_image
{
	opacity: 1.25;
}
/* Time Punch v1.0 */
.punch_container
{
  position: absolute;
  /*top: 36.5%;*/
  top: 30%;
  left: 0;
  width: 100%;
}
.punch_title
{
  /*font-size: 110px;*/
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.punch_text
{
  /*font-size: 110px;*/
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}
.punch_text p
{
  /*font-size: 110px;*/
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}
.punch_login_container
{
  position: absolute;
  /*top: 36.5%;*/
  top: 75px;
  left: 0px;
  width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin: 10% 0;
        min-height: 200px;
        align-items: center;
}
.punch-text-left
{
  left: 460px;
}
input[type=text].punch-id {
  height:30px;
  width:200px;
}
input[type=password].punch-pass {
  height:30px;
  width:200px;
}
input[type=submit].punch-login,
input[type=button].punch-login {
  background:rgba(206, 205, 205, 0.6);
  border:2px solid #666;
  line-height:1em;
  -webkit-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  box-shadow:inset -1px 1px 1px rgba(255, 255, 255, 0.65);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  margin:1px;
  padding:1px;
  height:30px;
  width:70px;
  font-size: 18px;
  font-weight: bold !important;
  color: #000000;
  }
