@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

@import "animate.css";

@import "touchTouch.css";

@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);

/*========================================================

										Main variables

=========================================================*/

/*hover color*/

/*hover 2 color*/

/*hover 3 color*/

/*hover 3 color*/

/*color of content*/

/*color of border*/

/*========================================================

										Typography

=========================================================*/

/*color of input fields in contact form*/

/*========================================================

										Main layout styles

=========================================================*/

html,

body {

  margin: 0;

  padding: 0;

  height: 100%;

}

body {

  min-width: 300px;

  background: #fff;

  color: #727070;

  font: 14px/20px Arial, sans-serif;

}





.rig{ z-index:-1 !important; }

.grid_4 { z-index:99; position: relative !important;}



/* Contact Form variables

========================================================*/

/*========================================================

										Main variables

=========================================================*/

/*hover color*/

/*hover 2 color*/

/*hover 3 color*/

/*hover 3 color*/

/*color of content*/

/*color of border*/

/*========================================================

										Typography

=========================================================*/

/*color of input fields in contact form*/

/* Contact Form Basic Styles 

========================================================*/

#contact-form {

  position: relative;

  margin-top: 37px;

}

#contact-form label.message {

  max-width: 100%;

}

#contact-form label {

  position: relative;

  display: block;

  width: 100%;

  width: 243px;

  float: left;

  margin-right: 20px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  min-height: 61px;
  

}

#contact-form label.last {

  margin-right: 0;

}

#contact-form label.message {

  width: 100%;

  position: relative;

  top: -1px;

}

#contact-form fieldset {

  border: none;

}

/* Contact Form Placeholder Styles 

========================================================*/

#contact-form ._placeholder {

  width: 100% !important;

  position: absolute;

  left: 0;

  top: 0;

  display: block;

  line-height: 20px;

  font-size: 14px;

  font-family: Arial, sans-serif;

  padding: 10px 17px 10px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  border-radius: 0;

  cursor: text;

  color: #cccaca;

}

#contact-form ._placeholder.focused {

  opacity: 0.4;

  filter: alpha(opacity=40);

  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);

}

#contact-form ._placeholder.hidden {

  display: none;

}

#contact-form .file ._placeholder {

  display: none;

}

/* Contact Form Input 

========================================================*/

#contact-form input[type='text'] {

  width: 95%;

  border-radius: 0;

  line-height: 20px;

  font-size: 14px;

  font-family: Arial, sans-serif;

  padding: 10px 17px 10px;

  outline: none;

  color: #7a7878;

  height: 41px;

  border: 1px solid #d0d0d0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  margin: 8px 0px 8px 0px;

  background: none;

}

#contact-form input[type='textarea'] {margin: 8px 0px 8px 0px !important;}

input,

textarea {

  -webkit-appearance: none;

}

/* Contact Form File Input 

========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form { font-size:13px !important;}

#contact-form input.form-control[disabled] {

  cursor: not-allowed;

  background-color: #fafafa;

  opacity: 1;

}

#contact-form input.form-control {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin-bottom: 0;

  padding: 6px 12px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

#contact-form .input-group-btn:first-child > .btn {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

  margin: 0 -1px 0 0;

}

#contact-form .input-group .form-control:last-child {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

#contact-form .input-group-btn:last-child > .btn {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

#contact-form .input-group .form-control:first-child {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}

#contact-form input.form-control,

#contact-form .input-group-btn {

  display: table-cell;

  border-collapse: separate;

  float: none !important;

}

#contact-form .input-group-btn label {

  width: auto;

  margin-left: -1px;

}

#contact-form .input-group-btn {

  position: relative;

  font-size: 0;

  white-space: nowrap;

  width: 1%;

  vertical-align: middle;

}

#contact-form .btn {

  margin-top: 26px;

}

#contact-form .btn + .btn {

  margin-left: 5px;

}

#contact-form .btn-default {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}

#contact-form .btn-default:hover {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}

#contact-form .btn-default:active,

#contact-form .btn-default:focus {

  outline-offset: -2px;

  outline: none;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

/* Contact Form Textarea 

========================================================*/

#contact-form textarea {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: 1px solid #d0d0d0;

    border-radius: 0;

    box-sizing: border-box;

    color: #7a7878;

    font-family: Arial,sans-serif;

    font-size: 14px;

    height: 134px;

    line-height: 20px;

    outline: medium none;

    padding: 10px 17px;

    resize: none;

    width: 89%;
	

}

#contact-form .btns a {

  margin-top: 21px;

  margin-right: 16px;

}

/* Contact Form Error messages

========================================================*/

#contact-form .empty-message,

#contact-form .error-message {

  position: absolute;

  right: 3px;

  top: -2px;

  color: red;

  height: 0;

  overflow: hidden;

  font-size: 11px;

  -webkit-transition: 0.3s ease-in height;

  transition: 0.3s ease-in height;

  z-index: 99;

}

#contact-form .invalid .error-message,

#contact-form .empty .empty-message {

  height: 20px;

}

/* Contact Form Processing Box

========================================================*/

#contact-form .contact-form-loader {

  position: absolute;

  z-index: -1;

  width: 100%;

  height: 100%;

  overflow: hidden;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.9);

  background-image: url('../images/form-loader.gif');

  background-repeat: no-repeat;

  background-position: 50% 50%;

  opacity: 0;

}

#contact-form.processing .contact-form-loader {

  opacity: 1;

  z-index: 99;

  -webkit-transition: all 0.3s ease-in;

  transition: all 0.3s ease-in;

}

/* Contact Form Modal 

========================================================*/

.modal-open {

  overflow: hidden;

}

#contact-form .modal {

  display: none;

  overflow: auto;

  overflow-y: scroll;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  -webkit-overflow-scrolling: touch;

  outline: 0;

  font-family: Arial, sans-serif;

  font-size: 13px;

}

#contact-form .modal h4 {

  font-size: 24px;

  padding: 0;

  margin: 0;

}

.modal.fade .modal-dialog {

  -webkit-transform: translate(0, -25%);

  -ms-transform: translate(0, -25%);

  transform: translate(0, -25%);

  -webkit-transition: -webkit-transform 0.3s ease-out;

  -moz-transition: -moz-transform 0.3s ease-out;

  -o-transition: -o-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

}

.modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  transform: translate(0, 0);

}

.modal-content {

  position: relative;

  background-color: #ffffff;

  border: 1px solid #999999;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  background-clip: padding-box;

  outline: none;

}

.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000000;

}

.modal-backdrop.fade {

  opacity: 0;

  filter: alpha(opacity=0);

}

.modal-backdrop.in {

  opacity: 0.5;

  filter: alpha(opacity=50);

}

.modal-header {

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

  min-height: 16.42857143px;

}

.modal-header .close {

  margin-top: -2px;

  position: relative;

  z-index: 10;

}

.modal-title {

  margin: 0;

  line-height: 1.42857143;

}

.modal-body {

  position: relative;

  padding: 20px;

}

.modal-dialog {

  width: 600px;

  margin: 10px auto;

}

@media only screen and (max-width: 768px) {

  .modal-dialog {

    position: relative;

    width: auto;

    margin: 10px;

  }

}

/* Contact Form Close icon 

========================================================*/

.close {

  float: right;

  font-size: 21px;

  font-weight: bold;

  line-height: 1;

  color: #000000;

  text-shadow: 0 1px 0 #ffffff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}

.close:hover,

.close:focus {

  color: #000000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}

button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}

@media only screen and (max-width: 1199px) {

  #contact-form {

    padding-right: 0;

  }

  #contact-form label {

    width: 100%;

  }

}

@media only screen and (max-width: 979px) {

  #contact-form .btn {

    padding-left: 12px;

    padding-right: 12px;

  }

}





ul.sub-menu{ background:#fff !important;}



.slider_wrapper { max-height:500px !important;}



.bookan{ background:#f59b29; color: #fff !important; margin-top:20px; padding-bottom:8px; min-height:197px;  }



.bookan p{ padding-left:20px;}



.bookan a{ color:#fff !important;}







.bookan1{ background:#a8157d; color: #fff !important; margin-top:20px; padding-bottom:8px;  min-height:197px;  }



.bookan1 p{ padding-left:20px;}



.bookan1 a{ color:#fff !important;}





.btn {

  display: inline-block;

  padding: 6px 12px;

  margin-bottom: 0;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.42857143;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  -ms-touch-action: manipulation;

  touch-action: manipulation;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 4px;

}



.btn-success {

  color: #fff;

  background-color: #5cb85c;

  border-color: #4cae4c;

  margin:10px;

}



.btn-success:hover{ background-color: #46b146;} 









a[href^="tel:"] {

  color: inherit;

  text-decoration: none;

}

* {

  -webkit-text-size-adjust: none;

}

h1 {

  position: relative;

  display: inline-block;

  margin: 0;

}

h1 img {

  max-width: inherit;

}

h2 {

  font: bold 24px/34px 'PT Serif', Arial, sans-serif;

  color: #222;

  margin-top: 73px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

h3 {

  font: bold 20px/30px 'PT Serif', Arial, sans-serif;

  color: #f59b29;

  margin-top: 29px;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: -12px;

}

h4 {

  font: 300 20px/25px 'PT Serif', Arial, sans-serif;

  color: #363f45;

  margin-top: 30px;

   

}



h5 {

  font: 300 15px/25px 'PT Serif', Arial, sans-serif;

  color: #36498e ;

  margin-top: 20px;

   

}

.grid_8 h4 a { color:#f59b29;}

/*========================================================

										HEADER styles

=========================================================*/

#header {

  background: #fff;

  padding: 10px 0 10px;

  position: relative;

  z-index: 100;

}

#header.content_header {

  border-bottom: 5px solid #f3f3f3;

}

/* Main menu styles

========================================================*/

/*========================================================

										menu variables

=========================================================*/

nav {

  margin-top: 40px;

  padding: 0;

  display: block;

}

.sf-menu {

  display: inline-block;

}

.sf-menu > li {

  float: left;

  position: relative;

  margin: 0 0 0 63px;

}

.sf-menu > li:before {

  position: absolute;

  display: inline-block;

  content: '';

  width: 9px;

  height: 18px;

  right: -36px;

  top: 4px;

  background: url(../images/dot1.png) no-repeat 0 0;

}

.sf-menu > li#last-li:before {

  display: none;

}

.sf-menu > li:first-child,

.sf-menu > li#first-li:first-child {

  margin-left: 0;

}

.sf-menu > li > a {

  display: inline-block;

  padding: 0;

  padding-bottom: 8px;

  font: bold 20px/24px 'PT Serif', Arial, sans-serif;

  letter-spacing: 1px;

  color: #262626;

  /*background: @menu-bg-color;*/

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

  /* rollover line =============================================*/

}

.sf-menu > li > a:hover {

  color: #d4d4d4;

  /*background: @menu-bg-hover-color;*/

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.sf-menu > li > a:hover strong {

  width: 100%;

  opacity: 1;

}

.sf-menu > li > a.sf-with-ul:after {

  content: '';

  position: absolute;

  width: 5px;

  bottom: 10px;

  left: 50%;

  pointer-events: none;

  z-index: 999;

  width: 0;

  height: 0;

  /*border-style: solid;

				border-width: 3px 3px 0 3px;

				border-color: #333 transparent transparent transparent;*/

}

.sf-menu > li > a strong {

  width: 0%;

  height: 4px;

  position: absolute;

  display: inline-block;

  left: 0;

  bottom: 0px;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

  z-index: 1;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  /*background: @hcolor;*/

  display: none;

  opacity: 0;

  /* css triangle =============================================*/

  /*&:before {

					content: "";

					display: block;

					width: 0; 

					height: 0; 

					border-left: 7px solid transparent;

					border-right: 7px solid transparent;

					border-bottom: 7px solid #fa9183; 

					position: absolute;

					top: -5px;

					left: 50%;

					margin-left: -3px;



				}*/

}

.sf-menu > li.current > a {

  color: #d4d4d4;

  /*background: @menu-bg-hover-color;*/

}

.sf-menu > li.current > a strong {

  width: 100%;

  opacity: 1;

}

.sf-menu > li.sfHover > a {

  color: #d4d4d4;

  /*background: @menu-bg-hover-color;*/

}

.sf-menu > li.sfHover > a strong {

  width: 100%;

  opacity: 1;

}

.sf-menu a {

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.sf-menu a:hover {

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

/* First level sub-menu styles - submenu

========================================================*/

body.slider_page .sf-menu ul.submenu {

  background: #ffffff;

}







body.slider_page .sf-menu ul.submenu {

  background: #ffffff;

}

.sf-menu ul {

  position: absolute;

  top: 28px;

  left: -35px;

  background: #efefef;

  padding: 25px 0px 10px;

  width: 290px;

  z-index: 2;

  display: none;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.sf-menu ul li {

  position: relative;

  text-align: left;

  text-indent: 40px;

  line-height: 31px;

}

.sf-menu ul li a {

  padding: 0;

  font: bold 20px/31px 'PT Serif', Arial, sans-serif;

  letter-spacing: 1px;

  color: #262626;

  display: block;

}

.sf-menu ul li a:hover {

  color: #d4d4d4;

  /*background: #6c321d;*/

}

.sf-menu ul li a.sf-with-ul:after {

  /*content: '';*/

  font-family: 'FontAwesome';

  position: absolute;

  width: 5px;

  font-size: 13px;

  line-height: 13px;

  font-weight: normal;

  color: #000;

  right: -4px;

  bottom: 1px;

  pointer-events: none;

  z-index: 999;

}

.sf-menu ul li.sfHover > a {

  color: #d4d4d4;

  /*background: #6c321d;*/

}

/* Second level sub-menu styles - submenu2

========================================================*/

.sf-menu ul ul {

  position: relative;

  top: -25px;

  left: 0px;

  background: #efefef;

  background: none;

  /*padding: 10px 10px;*/

  padding-bottom: 0;

  z-index: 4;

}

.sf-menu ul ul li {

  /*line-height: 30px;*/

}

.sf-menu ul ul li a {

  text-indent: 50px;

  color: #262626;

}

.sf-menu ul ul li a:hover {

  color: #d4d4d4;

  /*background: #fff;*/

}

@media only screen and (max-width: 1199px) {

  nav {

    padding-right: 0;

  }

  .sf-menu > li {

    margin-left: 20px;

  }

  .sf-menu li:before {

    right: -15px;

  }

}

@media only screen and (max-width: 979px) {

  .sf-menu > li a {

    letter-spacing: 0;

    font: 18px/24px 'PT Serif', Arial, sans-serif;

  }

  .sf-menu li:before {

    display: none;

  }

  .sf-menu > li {

    margin-left: 15px;

  }

}

@media only screen and (max-width: 767px) {

  .sf-menu {

    display: none;

  }

  .select-menu {

    display: block;

    width: 100%;

    border-radius: 0px !important;

    -moz-border-radius: 0px !important;

    -webkit-border-radius: 0px !important;

    border: 2px solid #f59b29;

    position: relative;

    outline: none !important;

    z-index: 1000;

    margin-top: 10px;

  }

}

/* Stuck menu styles

========================================================*/

.isStuck {

  background: #fff;

  padding: 0px 0 0px;

  z-index: 999;

  border-bottom: 1px solid #cccaca;

}

.isStuck .txt1,

.isStuck .soc_icons {

  display: none;

}

.isStuck h1,

.isStuck h1 img {

  height: 30px;

}

.isStuck nav {

  margin-top: 0;

}

/*.isStuck .sf-menu > li > a {line-height: 50px;}*/

.isStuck .sf-menu ul.submenu {

  top: 33px;

}

@media only screen and (max-width: 979px) {

  .isStuck {

    display: none !important;

  }

}

/*========================================================

										USEFUL styles

=========================================================*/

a {

  text-decoration: none;

  cursor: pointer;

  color: inherit;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

a:hover {

  color: #f59b29;

  text-decoration: none;

}

a.link1:hover {

  color: #c1c1c1;

}

a.link2 {

  text-decoration: underline;

}

a.link2:hover {

  color: #f59b29;

  text-decoration: underline;

}

a.link3 {

  color: #222;

}

a.link3:hover {

  color: #f59b29;

}

a.link4:hover {

  color: #a8157d;

}

.txt1 {

  font: bold 20px/24px 'PT Serif', Arial, sans-serif;

  color: #222;

  margin-top: 74px;

  letter-spacing: 2px;

}

.txt2 {

  font: bold 48px/52px 'PT Serif', Arial, sans-serif;

  color: #f59b29;

  margin-top: 14px;

  letter-spacing: 0px;

  text-transform: uppercase;

}

.txt3 {

  font: bold 26px/34px 'PT Serif', Arial, sans-serif;

  color: #fff;

  margin-top: 22px;

  letter-spacing: 2px;

  text-transform: uppercase;
   

}

.txt3 span {

  color: #f59b29;

  font-size: 48px;

  line-height: 48px;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.txt4 {

  position: absolute;

  right: 0;

  bottom: 18px;

  font: bold 14px/18px 'PT Serif', Arial, sans-serif;

  color: #573a94;

  letter-spacing: 2px;

  text-transform: uppercase;

  z-index: 10;

  text-align: center;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.txt5 {

  font: 37px/50px 'PT Serif', Arial, sans-serif;

  margin-top: 0;

  letter-spacing: 2px;

  padding-bottom: 10px;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.txt6 {

  font: bold 20px/30px 'PT Serif', Arial, sans-serif;

  color: #c1c1c1;

/*  margin-top: 38px;*/

  letter-spacing: 1px;

  text-transform: uppercase;

}

.txt7 {

  font: bold 13px/20px 'PT Serif', Arial, sans-serif;

  margin-top: 0px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.color1 {

  color: #f59b29; font-size:14px;

}

.color2 {

  color: #a8157d; font-size:14px;

}

.color3 {

  color: #573a94; font-size:14px;

}

.color4 {

  color: #077cbf; font-size:14px;

}

.color5 {

  color: #fff; font-size:14px;

}

.color6 {

  color: #222222; font-size:14px;

}

.color7 {

  color: #d5d5d5; font-size:14px;

}

.color8 {

  color: #ed68c6; font-size:14px;

}

.color9 {

  color: #ab96d9; font-size:14px;

}

.bg1 {

  background: #f59b29;

}

.bg2 {

  background: #a8157d;

}

.bg3 {

  background: #573a94;

}

.bg4 {

  background: #077cbf;

}

.box,

.box2,

.box3 {

  overflow: hidden;

}

.bold {

  font-weight: bold;

}

.fw400 {

  font-weight: 400;

}

.fw600 {

  font-weight: 600;

}

.fz15 {

  font-size: 15px;

}

.circle {

  overflow: hidden;

  border-radius: 1000px;

}

.fleft {

  float: left;

}

.fright {

  float: right;

}

.clear {

  clear: both;

  width: 100%;

  font-size: 0;

  line-height: 0;

}

.wrapper {

  position: relative;

  overflow: hidden;

  width: 100%;

}

.txt_upp {

  text-transform: uppercase;

}

.txt_left {

  text-align: left;

}

.txt_right {

  text-align: right;

}

.txt_cntr {

  text-align: center;

}

.txt_ital {

  font-style: italic;

}

.txt_line_through {

  text-decoration: line-through;

}

.pos_rel {

  position: relative;

}

.txt_und {

  text-decoration: underline;

}

.lh36 {

  line-height: 36px;

  letter-spacing: 3px;

}

.padTop1 {

  padding-top: 10px;

}

.padBot1 {

  padding-bottom: 10px;

}

.padLeft1 {

  padding-left: 10px;

}

.padRight1 {

  padding-right: 10px;

}

.mar1 {

  margin: 0 7px;

}

.marTop0 {

  margin-top: 0px;

}

.marTop1 {

  margin-top: 16px;

}

.marTop2 {

  margin-top: 54px;

}

.marTop3 {

  margin-top: 28px !important;

}

.marTop4 {

  margin-top: 26px !important;

}

.marTop5 {

  margin-top: 40px;

}

.marTop6 {

  margin-top: 10px;

}

.marTop7 {

  margin-top: 42px;

}

.marTop8 {

  margin-top: 70px;

}

.marTop9 {

  margin-top: 28px;

}

.marTop10 {

  margin-top: 32px;

}

.marTop11 {

  margin-top: 5px;

}

.hline {

  width: 100%;

  height: 1px;

  background: #efefef;

  margin-top: 30px;

  margin-bottom: 0px;

}

p {

  margin-top: 19px;

}

img {

  margin-bottom: 0px;

  max-width: 100%;

  height: auto;

}

.img_border {

  border: 1px solid #efefef;

  background: #f8f8f8;

  padding: 7px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  margin-top: 10px;

}

.img1 {

  margin-top: 7px;

  float: left;

  margin-right: 30px;

}

.img2 {

  margin-top: 37px;

}

.img3 {

  margin-top: 37px;

  margin-bottom: 8px;

}

.img4 {

  margin-top: 37px;

}

blockquote {

  padding-left: 54px;

  padding-right: 1px;

  background: url(../images/quote_sign.png) 0 6px no-repeat;

  margin-top: 29px;

  overflow: hidden;

}

blockquote p {

  margin-top: 0;

}

.num_section {

  float: left;

  font: 48px/50px 'PT Serif', Arial, sans-serif;

  margin-top: 0;

  color: #222;

  letter-spacing: 2px;

  display: block;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  width: 70px;

}

.link_list1:hover .num_section,

.link_list1:hover .txt5 {

  color: #cacaca;

}

.date_section {

  position: relative;

  width: 100%;

  max-width: 85px;

  /*background-color: #f59b29;*/

  text-align: center;

  margin-top: 37px;

  color: #fff;

  text-transform: uppercase;

  padding-bottom: 4px;

  margin-bottom: 25px;

}

.day {

  font: 60px/60px 'PT Serif', Arial, sans-serif;

  margin-top: 8px;

  display: block;

}

.month {

  font: 14px/24px 'PT Serif', Arial, sans-serif;

  margin-top: -5px;

  display: block;

  text-transform: uppercase;

}

/*========================================================

										LISTS

=========================================================*/

.listWithMarker {

  margin: 0;

  margin-top: 31px;

}

.listWithMarker li {

  display: block;

  padding-left: 26px;

  margin-bottom: 0;

  padding-bottom: 15px;

  position: relative;

}

.listWithMarker li:before {

  position: absolute;

  content: '\f00c';

  font: normal normal 14px/20px 'FontAwesome';

  color: #f59b29;

  top: -1px;

  left: 0;

}

.listWithMarker li a {

  color: #cccaca;

  text-decoration: none;

  font: 14px/20px "Roboto", Arial, sans-serif;

}

.listWithMarker li a:hover,

.listWithMarker li.current a {

  color: #f59b29;

}

/*========================================================

										BUTTONS

=========================================================*/

.more_btn {

  

  

  text-decoration: none;

  font: 14px/18px "PT Serif", Arial, sans-serif;

  color: #fff;

  text-transform: uppercase;

  padding-right: 12px;

  background: url(../images/arr1.png) right 3px no-repeat;

  letter-spacing: 2px;

}

.more_btn:hover {

  color: #000;

  padding-right: 15px;

}

.more_btn2 {

  display: inline-block;

  margin-top: 21px;

  text-decoration: underline;

  font: bold 14px/20px "PT Serif", Arial, sans-serif;

  color: #222;

  text-transform: uppercase;

  letter-spacing: 1px;
  float:right;

}

.more_btn2:hover {

  color: #cccaca;

  text-decoration: underline;

}

/*********************************start magnifier2*************************************/

.magnifier2 {

  position: relative;

  /* display:block; */

  display: inline-block;

}

.zoom {

  position: absolute;

  top: 0;

  left: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  height: 100%;

  background: url(../images/magnifier2.png) 50% 50% no-repeat;

  -webkit-transition: 0.6s all ease;

  transition: 0.6s all ease;

}

a.magnifier2:hover .zoom {

  opacity: 1;

}

a.magnifier2 .zoom {

  opacity: 0;

}

/*********************************end magnifier2*************************************/

/*----------- start social icons ----------------*/

.soc_icons {

  position: relative;

  display: block;

  margin-top: 23px;

  white-space: nowrap;

  text-align: left;

}

.soc_icons > li {

  position: relative;

  display: inline-block;

  margin-right: 14px;

}

.soc_icons > li > a {

  position: relative;

  line-height: 1em;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  display: inline-block;

  color: #222222;

  text-align: center;

}

.soc_icons i {

  font: normal normal 29px/30px 'FontAwesome';

}

.soc_icons > li > a:hover {

  color: #f59b29;

  text-decoration: none;

}

/*----------- end social icons ----------------*/

/*========================================================

										CONTENT styles

=========================================================*/

#content {

  padding: 0 0 71px 0;

  overflow: hidden;

}

#content.content_pages {

  /*margin-top: -24px;*/

  padding-bottom: 0;

}

.box-1 {

  padding: 0px 0 50px 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  background-color: #f3f3f3;

  margin-top: 67px;

}

.box-1.v2 {

  margin-top: 60px;

  margin-bottom: 22px;

  padding-top: 21px;

  padding-bottom: 59px;

}

.box-2 {

  margin-top: 20px;

  padding-bottom: 10px;

  border-bottom: 1px solid #fff;

}

.box-2.last {

  border: none;

}

.box-22 {

  position: relative;

  width: 100%;

  margin-top: 30px;

  padding: 40px 0 40px;

  color: #fff;

  text-align: center;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  background: url(../images/bg1.jpg) 50% 50% no-repeat #9b9b9b;

}

.banners_section {

  margin-top: -1000px;

}

.banner1 {

  position: relative;

  /*overflow: hidden;*/

  z-index: 1;

  color: #ffcb89;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  padding: 10px 40px 25px 0;

}

.banner1:before {

  content: '';

  position: absolute;

  width: 5px;

  top: 0px;

  right: 9px;

  pointer-events: none;

  z-index: 999;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 17px 18px  17px;

  border-width: 0px;

  border-color: transparent #fff transparent transparent;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.banner1:after {

  content: '';

  position: absolute;

  width: 0px;

  top: 0px;

  bottom: 200px;

  right: 0px;

  pointer-events: none;

  z-index: 999;

  background-color: #fff;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.banner1:hover:before {

  top: 49px;

  border-width: 17px 18px  17px;

}

.banner1:hover:after {

  bottom: 0;

  width: 9px;

}

.banner1 h2 {

  color: #fff;

  margin-top: 0px;

}

.banner1_plane1,

.banner1_plane2,

.banner1_plane3,

.banner1_plane4 {

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  width: 3000px;

  background-color: #f59b29;

  z-index: -1;

}

.banner1_plane2 {

  background-color: #a8157d;

}

.banner1_plane3 {

  background-color: #573a94;

}



.banner1_plane4 {

  background-color: #077cbf !important;

}





.link_banner2:hover .banner2 {

  background-color: #e1e1e1;

}



.link_banner2:hover .banner21 {

  background-color: #e1e1e1;

}

.link_banner2:hover .banner22 {

  background-color: #e1e1e1;

}

.link_banner2:hover .txt3 span {

  color: #fff;

}

.link_banner2:hover .txt4 {

  color: #e1e1e1;

}

.banner2 {

  margin-top: 23px;

  position: relative;

  /*overflow: hidden;*/

  z-index: 1;

  background-color: #573a94;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  padding: 1px 25px 28px;

  min-height:200px;

}



.banner21 {

  margin-top: 23px;

  position: relative;

  /*overflow: hidden;*/

  z-index: 1;

  background-color: #a8157d;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  padding: 1px 25px 28px;

  min-height:200px;

  color:#fff;

}



.banner22 {

  margin-top: 23px;

  position: relative;

  /*overflow: hidden;*/

  z-index: 1;

  background-color: #f59b29;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

  padding: 1px 25px 28px;

  min-height:200px;

  color:#fff;

}





.banner21:before {

  content: '';

  position: absolute;

  bottom: 0;

  right: 0;

  pointer-events: none;

  z-index: 9;

  width: 0;

  height: 0;

  border-bottom: 107px solid #fff;

  border-left: 107px solid transparent;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}



.banner22:before {

  content: '';

  position: absolute;

  bottom: 0;

  right: 0;

  pointer-events: none;

  z-index: 9;

  width: 0;

  height: 0;

  border-bottom: 107px solid #fff;

  border-left: 107px solid transparent;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}





.banner2:before {

  content: '';

  position: absolute;

  bottom: 0;

  right: 0;

  pointer-events: none;

  z-index: 9;

  width: 0;

  height: 0;

  border-bottom: 107px solid #fff;

  border-left: 107px solid transparent;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.banner3_link {

  margin-top: 32px;

  display: block;

}

.banner3 {

  margin-top: 0px;

  overflow: hidden;

  position: relative;

  /*overflow: hidden;*/

  z-index: 1;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 27px 5px 33px;

  text-align: center;

  color: #fff;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.banner3_link:hover .banner3 {

  background-color: #cccaca;

}

.banner3:before {

  content: '';

  position: absolute;

  bottom: 0;

  left: 50%;

  margin-left: -5px;

  pointer-events: none;

  z-index: 999;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 8px 8px 8px;

  border-color: transparent  transparent #fff transparent;

  -webkit-transition: 0.4s all ease;

  transition: 0.4s all ease;

}

.col1 {

  float: left;

  width: 236px;

  margin-right: 31px;

}

.col1.last {

  margin-right: 0;

}

/**** start Map API ****/

.content_map {

  margin-top: 0px;

  position: relative;

  height: 316px;

}

.google-map-api {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

}

#map-canvas {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  height:450px;

}

#map-canvas img {

  max-width: none !important;

}

/**** end Map API ****/

/**** start Map ****/

.map {

  margin-top: 15px;

  overflow: hidden;

}

.map figure {

  position: relative;

  display: block;

  width: 100%;

  margin-bottom: 3px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.map figure iframe {

  width: 100%;

  height: 321px;

  max-width: 100%;

}

.img_border.map {

  max-width: 535px;

}

/**** end Map ****/

/**** start address section ****/

.address1 {

  padding-top: 19px;

  display: block;

}

.address1 dt {

  margin-bottom: 21px;

}

.address1 dd span {

  min-width: 99px;

  display: inline-block;

  text-align: left;

  font-weight:bold;

  line-height:25px;

   



}

 

.address1 dd span.col1 {

  min-width: 0;

}

/**** end address section ****/

/*========================================================

										FOOTER styles

=========================================================*/

#footer {

  padding: 150px 0 30px;

  color: #cccaca;

  overflow: hidden;

}

#footer h1 {

  float: left;

  margin-right: 17px;

}

.txt_priv {

  font-size: 14px;

  line-height: 18px;

  letter-spacing: 1px;

  margin-top: 56px;

  /*min-width: 280px;*/

}

.fw_video {

  margin-top: 16px;

  width: 100%;

  height: 435px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  overflow: hidden;

}

.fw_video iframe {

  position: relative;

  display: inline-block;

  outline: none;

  width: 100%;

  height: 100%;

  border: none;

  overflow: hidden;

}

/*========================================================

										Widget styles

=========================================================*/

/* UItoTop styles

========================================================*/

#toTop {

  display: none;

  text-decoration: none;

  position: fixed;

  bottom: 80px;

  right: 30px;

  overflow: hidden;

  border: none;

  color: #222;

  width: 40px;

  height: 43px;

  font-size: 43px;

  line-height: 38px;

  z-index: 20;

  -webkit-transition: color 0.5s ease;

  transition: color 0.5s ease;

}

#toTop:hover {

  outline: none;

  color: #f59b29;

}

@media only screen and (max-width: 1199px) {

  #toTop {

    display: none !important;

  }

}

/*========================================================

								RESPONSIVE LAYOUTS STYLES 

=========================================================*/

@media only screen and (max-width: 1199px) {

  figure a,

  figure a img {

    width: 100%;

  }

  .img1 {

    float: none;

    margin-right: 0;

  }

  .banner1 {

    padding: 0px;

    padding-right: 15px;

    padding-bottom: 20px;

    padding-top: 10px;

  }

  .txt5 {

    font: 27px/40px 'PT Serif', Arial, sans-serif;

    letter-spacing: 0px;

  }

}

@media only screen and (max-width: 979px) {

  .map figure,

  .map figure iframe,

  #form input,

  #form textarea,

  #form .success {

    width: 100% !important;

    float: none !important;

  }

  #form .success {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

  }

  .map figure {

    height: auto !important;

    margin-bottom: 15px;

  }

  h2 {

    font: bold 24px/26px 'PT Serif', Arial, sans-serif;

  }

  .marTop1 {

    margin-top: 10px;

  }

  .txt7 {

    font: 11px/20px 'PT Serif', Arial, sans-serif;

  }

  .txt2 {

    font: bold 38px/42px 'PT Serif', Arial, sans-serif;

  }

  .txt3 {

    font: bold 20px/28px 'PT Serif', Arial, sans-serif;

  }

  .txt3 span {

    color: #f59b29;

    font-size: 28px;

    line-height: 53px;

  }

  h3 {

    font: bold 18px/30px 'PT Serif', Arial, sans-serif;

  }

  header h1 {

    width: 100%;

    margin-top: 27px;

  }

  h1 img {

    width: 100%;

  }

}

@media only screen and (max-width: 767px) {

  img {

    width: 100%;

  }

  img.no_resize,

  h1 img {

    width: auto;

  }

  h1 {

    margin-top: 0;

  }

  .txt1 {

    margin-top: 15px;

  }

  .map figure iframe {

    height: 300px;

  }

  figure a {

    width: 100%;

  }

  .txt7 {

    font: bold 14px/20px 'PT Serif', Arial, sans-serif;

  }

  #footer {

    padding-top: 30px;

    padding-bottom: 20px;

  }

  #footer h1 {

    float: none;

    margin-right: 0;

  }

  .txt_priv {

    margin-top: 10px;

  }

  .banner1 {

    padding-bottom: 40px;

    padding-top: 30px;

  }

}

@media only screen and (max-width: 479px) {

  /*h1 {width: 100%;}

	h1 img{width: 100%;}*/

}

/*Core variables and mixins*/

/*feedback form*/



#slideout {

		   border-radius: 0 5px 5px 0;

    left: 0;

    position: fixed;

    text-align: center;

    top: 150px;

    transition-duration: 0.6s;

    width: 29px;

	z-index:999;

	 

		}

		

		.slide-img2 { margin-left:0px;}

		

		#slideout input{ width:120px; border:0; height:25px; margin-left:10px; font-size:11px; padding:3px; border-radius:2px; margin-bottom:5px;}

		

		#slideout textarea{ width:120px; border:0; height:50px; margin-left:10px; font-size:11px; padding:3px; border-radius:2px; margin-top:3px; resize:none;}

		#slideout_inner { 

	background:#36498e;

    border-radius: 0 5px 5px 0;

    height: 230px;

    left: -157px;

    padding:15px 0px 0 0;

    position: fixed;

    text-align: left;

    top: 134px;

    transition-duration: 0.6s;

    width: 157px;

    z-index: 999;

		}

		

		#slideout_inner li {

    border-bottom: 1px solid #30c3fe;

    padding: 15px 0 14px;

	list-style:none;

	width:110%;

}



#slideout_inner li a{

 color: #fff;

  font-family: "Lato",Helvetica,Arial,sans-serif;

    font-weight: bold;

    text-decoration: none;

}



#slideout_inner li a:hover{

 color: #fff;

  font-family: "Lato",Helvetica,Arial,sans-serif;

    font-weight: bold;

    text-decoration: none;

}



		#slideout_inner img {

			float:right;

			 

		}

		#slideout:hover {

			  left: 157px;

		}

		#slideout:hover #slideout_inner {

			left: 0;

		}

		

		.ft { margin-top:-10px; margin-left:20px;}

		.sulleft {   background-color:#fff !important; z-index:9999 !important; }

		.sulleft li{ background:#ffffff !important; }

		.leftmenu ul{ padding:5px 0px !important; width:310px;

		 

		 margin-top:-20px !important;

		 margin-left:210px !important;}

		 .leftmenu li a {font-size:15px !important;}

		 

		 .leftmenu ul li a {font-size:14px !important;}

		

		.leftmenu ul li a:hover { color:#36498e !important;}

		.leftmenu { display: table-caption !important; width:290px;  margin-left:-60px;}

		.leftmenu > li { display:block !important; background:url(../images/arrow.png) no-repeat left top; padding-left:30px;   }

		

		.leftmenu > li::before{

			background: none !important;

    content: "";

    display: block;

    height: 18px;

    position: absolute;

    right: -36px;

    top: 4px;

    width: 9px;

		}

		

		.leftmenu > li:first-child,

.leftmenu > li#first-li:first-child {

  margin-left:63px !important;

  

}



.inner-img2 { border-bottom:1px solid #e5e4e4; /*border-top:1px solid #e5e4e4;*/}

.right35 { z-index:999 !important;}

.leftmenu22 li {background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll left top;
display:inline-block;
width: 260px;     
padding-left: 30px;  margin-top:10px;}	
	strong { font-weight:bold !important;}
	
	
	a.btn-danger {
    background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
	float:right; 
	margin-right:10px;
	margin-top:-20px;
	color:#fff;
}

a.btn-warning {
    background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13;
	float:right; 
	margin-right:10px;
	margin-top:-20px;
	color:#fff;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	
}
.btn-primary {
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
	color:#fff;
}

.btn-primary:hover {
    background-image: linear-gradient(to bottom, #265a88 0px, #337ab7 100%);
    background-repeat: repeat-x;
    border-color: #245580;
	color:#fff;
}


.fadeInRight {
    position: relative !important;
    z-index: 9 !important;
}

.inter { background-color: #a8157d;
    box-sizing: border-box;
    color: #fff;
    float: right;
    margin: 10px;
    padding: 1px 15px 15px;
    width: 30%;
    
     }
	 
	 .inter1 { background-color: #573a94;
    box-sizing: border-box;
    color: #fff;
    float: right;
    margin: 10px;
    padding: 1px 15px 15px;
    width: 30%;
    
     }
	 
	 .txt55 {
    color: #fff;
    font: bold 18px/24px "PT Serif",Arial,sans-serif;
    letter-spacing: 2px;
    margin-top: 22px;
    text-transform: uppercase;
	text-align:center;
}

.reg2 { width:400px !important; display:inline-block !important;}



.box3 .color1   { font-size:30px !important;}
.box3 .color2   { font-size:30px !important;}
.box3 .color3   { font-size:30px !important;}
.box3 .color4   { font-size:30px !important;}
.box3 .color5   { font-size:30px !important;}

.ucare-box{display:inline-block; width:100%;}

.ucare-box strong{ margin-bottom:10px;}

.ucare-box span {
    border: 1px solid #ccc;
    display: inline-block !important;
    margin-right: 1%;
    min-height: 310px; padding:0 5px 5px 5px;
    width: 30%;
	text-align:center;
}
.grid_2{ margin-bottom:10px !important;
margin-left: 13px;}