a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/body {
  background: url(../images/shared/bg.jpg) 0 0 repeat-x #e9e1ee;
}
.main {
	max-width: 1000px;
	background-color: #fbfbf7;
	background-image: -moz-linear-gradient(top, #f9f9f2, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f2), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f9f9f2, #ffffff);
	background-image: -o-linear-gradient(top, #f9f9f2, #ffffff);
	background-image: linear-gradient(to bottom, #f9f9f2, #ffffff);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f2', endColorstr='#ffffffff', GradientType=0);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main ul {
	list-style-type: none;
	margin-right: 25px;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h7,
h6 {
	font-family: Impact, "Arial Narrow Bold", "Arial Rounded MT Bold", Helvetica-Bold;
	color: #3C2947;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
	display: block;
	background-color: #bd96d2;
	background-image: -moz-linear-gradient(top, #bd96d2, #865e9c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd96d2), to(#865e9c));
	background-image: -webkit-linear-gradient(top, #bd96d2, #865e9c);
	background-image: -o-linear-gradient(top, #bd96d2, #865e9c);
	background-image: linear-gradient(to bottom, #bd96d2, #865e9c);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd96d2', endColorstr='#ff865e9c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-left: #464646 1px solid;
	border-top: #464646 1px solid;
	border-right: #464646 1px solid;
	border-bottom: #464646 1px solid;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
}
h3 span {
  color: #FFF;
}
h4 {
	font-size: 24px;
	color: #FFF;
	display: block;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 3px;
	text-decoration: underline;
}
h5 {
	font-size: 24px;
	color: #FFF;
	display: block;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 3px;
	text-decoration: underline;
}
h6 {
	font-size: 24px;
	color: #FFF;
	display: block;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 3px;
	text-decoration: underline;
}
p {
  margin-bottom: 21px;
}
.p2 {
  margin-bottom: 30px;
}
.lead {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
}
.lead2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	margin-top: 9px;
	color: #FFF;
}
p.lead {
	margin-bottom: 2px;
}
p.lead2 {
	margin-bottom: 2px;
}
.text-info {
  color: #d4dd05;
}
p.text-info {
	margin-bottom: 0px;
}
.link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.link:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 0 0 1px 0;
  background-color: #fff;
  border: none;
  border-bottom: 6px solid #e5e5e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../images/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/**/
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin-top: 55px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 9px 0 0 0;
  padding: 0 0 0 19px;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  background: url(../images/marker.png) 0 8px no-repeat;
  display: block;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #4d4d43;
}
.list li a:hover {
	color: #D6D6D6;
	text-decoration: none;
}
/* buttons*/

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 62px;
  height: 62px;
  overflow: hidden;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 20px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 14px 0px 10px 0px;
  text-align: left;
  background: none;
  background-color: #271232;
  background-image: -moz-linear-gradient(top, #271232, #865e9c);
  background-image: -webkit-gradient(linear, 0 0, 0 110%, from(#271232), to(#865e9c));
  background-image: -webkit-linear-gradient(top, #271232, #865e9c);
  background-image: -o-linear-gradient(top, #271232, #865e9c);
  background-image: linear-gradient(to bottom, #271232, #865e9c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff271232', endColorstr='#ff865e9c', GradientType=0);
  border-left: #464646 1px solid;
  border-top: #464646 1px solid;
  border-right: #464646 1px solid;
  border-bottom: #464646 1px solid;
}
/*brand*/
header h1.brand {
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 99;
}
header h1.brand a {
  display: inline-block;
  text-decoration: none;
}
header h1.brand a img {
  width: 100%;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
	float: right;
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar_ .navbar-inner {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*nav*/
.nav-collapse_ {
  margin: 0;
  line-height: 0 !important;
  font-size: 0;
  text-align: left;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0 -10px 0 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 99;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  line-height: 24px;
  border-left: #787878 1px solid;
  padding: 4px 7px 5px 7px;
}
.nav-collapse_ .nav > li:first-child {
  border: none;
}
.nav-collapse_ .nav:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.nav-collapse_ .nav li a,
.nav-collapse_ .nav li a.active,
.nav-collapse_ .nav li a:visited {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  border: none;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../images/shared/menu-marker.gif) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  right: 50%;
  bottom: -10px;
  margin-right: -5px;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #88BEE8;
	text-shadow: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-collapse_ .nav > li.sfHover > a span,
.nav-collapse_ .nav > li.sfHover > a:hover span,
.nav-collapse_ .nav > li > a:hover span,
.nav-collapse_ .nav > li.active > a span,
.nav-collapse_ .nav > li.active > a:hover span {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav li ul {
  position: absolute;
  display: none;
  width: 207px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 0px;
  background: #252525;
  border-top: #d4dd05 3px solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li > ul {
  left: 0px;
  top: 50px;
}
.nav-collapse_ .nav ul li {
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: #3b3b3b 1px solid;
}
.nav-collapse_ .nav ul li:first-child {
  border: none;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  display: block;
  color: #797a7a;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 19px 7px 19px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #fff;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* slider */
.slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.slider .camera_wrap {
	margin-bottom: 0 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	z-index: 1;
	float: none;
	min-height: 522px;
}
.slider .camera_wrap img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 999;
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: url(../images/index/nav.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  float: none;
  margin-top: 9px;
  cursor: pointer;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: url(../images/index/nav.png) 0 0 no-repeat;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: url(../images/index/nav.png) 0 0 no-repeat;
  cursor: default;
}
.slider .camera_caption {
  display: none !important;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 0px;
}
.container-padding {
	padding-bottom: 31px !important;
	margin-top: 76px;
}
.block-1 {
  margin-top: -65px;
  position: relative;
  z-index: 1000;
}
.block-1 .span3 {
  margin-top: 17px;
}
.block-1 h3 {
  margin: 0;
}
.block-1 figure {
  margin-bottom: 17px;
  display: block;
}
.block-2 {
	overflow: hidden;
	margin-top: 31px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
	background-color: #e6e6e2;
}
.block-2 strong {
	font-size: 29px;
	line-height: 1em;
	color: #857E96;
	font-weight: bold;
	font-family: Impact;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
}
.block-2 span {
  overflow: hidden;
  display: block;
}
.block-aside {
	background-color: #4C305C;
	background-image: -moz-linear-gradient(top, #1d1d1d, #4C305C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d1d1d), to(#4C305C));
	background-image: -webkit-linear-gradient(top, #1d1d1d, #4C305C);
	background-image: -o-linear-gradient(top, #1d1d1d, #4C305C);
	background-image: linear-gradient(to bottom, #1d1d1d, #4C305C);
	background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d1d1d', endColorstr='#ff4C305C', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #9d9c9c;
	padding-bottom: 30px;
}
.block-aside .text-info,
.block-aside .lead {
	color: #fff;
}
.block-aside h3 {
  margin: 30px 0 15px 0;
}
.list-news {
  margin: 0;
}
.list-news li {
	overflow: hidden;
	margin-top: 15px;
	color: #FFF;
}
.list-news li img {
  float: left;
  margin-right: 20px;
}
.list-photos {
	overflow: hidden;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
}
.list-photos li {
	float: left;
	display: inline-block;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
/*thumbnails*/.thumbnails {
  margin: -34px 0 0 -20px;
}
.thumbnails li {
  margin-top: 34px;
  margin-bottom: 0;
  float: left;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.thumbnails .thumbnail img {
  margin-bottom: 15px;
  width: 100%;
}
/**/
.list-training {
  margin: -12px 0 0 0;
}
.list-training li {
  overflow: hidden;
  margin-top: 32px;
}
.list-training li img {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
/*------ABOUT-------*/
/*list-staff*/
.list-staff {
  margin: -30px 0 0 -20px;
}
.list-staff li {
  margin-top: 30px;
  display: inline-block;
  margin-left: 20px;
}
.list-staff li .img-polaroid {
  display: block;
}
.list-staff li img {
  width: 100%;
}
/*list-mission*/
.list-mission {
  margin: 0px;
}
.list-mission li {
  margin-top: 30px;
}
.list-mission li:first-child {
  margin-top: 0px;
}
.list-mission .badge {
  background: #d4dd05;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 40px;
  height: 33px;
  font-family: Impact;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 0 0 0;
  margin: 0px 20px 5px 0;
  text-align: center;
  float: left;
}
/*testimonials*/
.testimonials blockquote {
	font-size: 15px;
	line-height: 21px;
	display: block;
	border: none;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.testimonials blockquote a {
  display: inline-block;
  margin-top: 21px;
}
/**/
.block-3 img {
  margin: 0 0 16px 0;
}
/*-- contacts page --*/
/*-- contacts page --*/
.map {
  margin: 0;
  padding-bottom: 30px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.map iframe {
  width: 100%;
  height: 497px;
  border: none;
}
.address {
  display: block;
  margin: 0;
}
/***** contact form *****/
.contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.contact-form .txt-form {
  display: none;
}
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  float: left;
  width: 200px;
}
.contact-form .coll-1,
.contact-form .coll-2 {
  margin-right: 10px;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-form label {
  display: block;
  min-height: 43px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.contact-form .message {
  min-height: 119px;
  display: block;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 10px;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  color: #4d4d43;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #e6e6e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form input {
  height: 33px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e2 !important;
  color: #4d4d43 !important;
}
.contact-form .area .error {
  float: none;
}
.contact-form textarea {
  width: 100%;
  height: 109px;
  resize: none;
  overflow: auto;
}
.contact-form .success {
  border: 1px solid #e6e6e2;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 21px;
  background: #fff;
  padding: 14px 0px;
  text-transform: none;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form .error,
.contact-form .empty {
  color: #f00;
  font-size: 10px;
  line-height: 1em;
  display: none;
  overflow: hidden;
  padding: 0px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.contact-form .message .error,
.contact-form .message .empty {
  bottom: 0px;
}
.contact-form .buttons-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.contact-form .buttons-wrapper a {
  margin-right: 14px;
  margin-top: 0px;
  float: left;
}
.contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
.contact-form .buttons-wrapper span {
  display: inline-block;
  padding-top: 10px;
  color: #d4dd05;
}
/*-- end contacts --*/
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
	font-size: 11px;
	line-height: 17px;
	background-color: #2b2b2b;
	background-image: -moz-linear-gradient(top, #4b2f5b, #1d1d1d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b2f5b), to(#1d1d1d));
	background-image: -webkit-linear-gradient(top, #4b2f5b, #1d1d1d);
	background-image: -o-linear-gradient(top, #4b2f5b, #1d1d1d);
	background-image: linear-gradient(to bottom, #4b2f5b, #1d1d1d);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b2f5b', endColorstr='#ff1d1d1d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff;
	border-top: #787878 1px solid;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
/*--- footer end ------*/
/*404 page*/
.img-404 > div {
  margin-left: -30px;
}
.block-404 h3 {
  overflow: hidden;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
.block-404 h3 strong {
  display: inline-block;
  float: left;
  margin-right: 25px;
  font-size: 67px;
  line-height: 1em;
  font-weight: normal;
  margin-top: -5px;
}
.block-404 p {
  padding-right: 20px;
}
.form-404 {
  width: 100%;
  margin: 15px 0 0 0;
  display: block;
}
.form-404 input {
  height: 33px;
  width: 100%;
  padding: 6px 10px 6px 19px;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #4d4d43;
  float: left;
  border: #e6e6e2 1px solid;
}
.form-404 input:focus {
  box-shadow: none;
  border-color: #e6e6e2;
}
.form-404 a {
  margin: 30px 0 0 0px;
  float: none;
}
/**/
/*----- media queries ------*/
@media (min-width: 1270px) {
  .main {
    max-width: 1230px;
  }
  .right-1 {
    padding-right: 100px;
  }
  .slider .camera_wrap {
    min-height: 642px;
  }
  .thumbnails {
    margin: -34px 0 0 -30px;
  }
  .list-staff {
    margin: -30px 0 0 -30px;
  }
  .list-staff li {
    margin-left: 30px;
  }
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  .block-1 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .navbar_ {
    padding: 0;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    overflow: visible;
    height: auto;
    line-height: 0;
    clear: none;
  }
  .nav-collapse_ .nav > li > a {
    font-weight: bold;
  }
  /**/
  .slider .camera_wrap {
    min-height: 391px;
  }
  /**/
  .block-1 .span3 {
    width: 47%;
  }
  .block-2 strong {
    float: none;
    display: block;
  }
  /**/
  .list-training li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 152px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 15px 0 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
    background: #ededed;
    border: #a6a6a6 1px solid;
  }
  /**/
  .slider .camera_wrap .camera_pag {
    bottom: 30px;
  }
  /**/
  .block-2 strong {
    float: none;
    display: block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
  .map iframe {
    height: 300px;
  }
  .img-404 > div {
    margin-left: 0px;
  }
  .img-404 > div img {
    width: 100%;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .slider .camera_wrap {
    min-height: 312px;
  }
  /**/
  .block-1 {
    margin-left: -30px;
  }
  .block-1 .span3 {
    width: 43%;
    float: left;
    margin-left: 30px;
  }
  /**/
  .list-photos li {
    float: left;
    width: 20%;
  }
  .thumbnails {
    margin: -34px 0 0 -20px;
  }
  .thumbnails li {
    float: left;
    width: 29%;
    margin-left: 20px;
  }
  .block-3 img {
    margin: 0 20px 5px 0px;
    float: left;
  }
  .list-staff li.span2 {
    width: 20%;
  }
}
@media (max-width: 625px) {
  .slider .camera_wrap {
    min-height: 200px;
  }
  .block-3 img {
    width: 100%;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .block-1 {
    margin-left: -30px;
  }
  .block-1 .span3 {
    width: 41%;
    float: left;
    margin-left: 30px;
  }
  .list-photos li {
    float: left;
    width: 20%;
  }
  .thumbnails {
    margin: -34px 0 0 -20px;
  }
  .thumbnails li {
    float: left;
    width: 43%;
    margin-left: 20px;
  }
  .list-staff li.span2 {
    width: 27%;
  }
}
@media (max-width: 481px) {
  .thumbnails {
    margin: -34px 0 0 0px;
  }
  .thumbnails li {
    margin-left: 0px;
  }
  /**/
  .list-training li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  .list-photos li {
    float: left;
    width: 40%;
  }
  .list-staff li.span2 {
    width: 42%;
  }
}
@media (max-width: 420px) {
  .list-staff {
    margin: 0;
  }
  .list-staff li.span2 {
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .block-404 h3 strong {
    margin-right: 0;
    display: block;
    float: none;
  }
}
@media (max-width: 321px) {
  .list-photos li img {
    width: 90%;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Ad Text*/
.adtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: normal;
	margin-top: 21px;
}
/**/
/*----- Custom  ------*/
.container-padding3 {
	padding-bottom: 7px !important;
	margin-top: 1px;
}

.funstuff {
	width: auto;
	margin-left: 21px;
	margin-right: 21px;
	color: #FFF;
}
.topmargin {
	margin-top: 76px;
}	
.tipstxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #4D4D43;
	line-height: 16px;
	margin-top: 11px;
}
.container-padding2 {
	padding-bottom: 31px !important;
	margin-top: 17px;
}
.detail {
	width: auto;
	margin-left: 21px;
	margin-right: 21px;
}
h2 {
	font-size: 24px;
	font-family: Impact;
	color: #3C2947;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
	margin-top: -35px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 0px;
	text-decoration: underline;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
}
.chance  {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 17px;
	padding-left: 0px;
	float: left;
}
.keepsake  {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.img-padding {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.tipstxt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #4D4D43;
	line-height: 16px;
	margin-top: 11px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.calcimg {
	padding-bottom:21px;
}
.chat {
	padding-bottom: 17px !important;
	margin-top: 17px;
	width: 700px;
}
.puztxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #4D4D43;
	line-height: 16px;
	display: block;
	margin-top: 21px;
	margin-right: 21px;
	margin-bottom: auto;
	margin-left: 21px;
	text-align: left;
}
.wrapper2
{
	max-width: 800px;
	padding-left: 21px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.sliderpad {
	margin-top: 40px;
	margin-bottom: 50px;
}
.submitbut {
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #555555;
	background-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	border-color: #acacac;
	border-radius: 0px;
	margin-left: 0px;
	height: 25px;
	width: 150px;
}

/*------- iframe --------*/

.iframe {
	margin-bottom: 45px;
	border: none;
	overflow: hidden;
	background: #fff;
	
}

.iframe iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

.iframe-header {
  display: none;
}

.js .iframe-header {
  display: block;
}

.iframe-content {
  /* ipad iframe hack */
  height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe-header a {
  font-size: 15px;
  color: white;
  background: #3B4658;
  display: block;
  padding: 15px;
  text-align: center;
  border: none;
}

.iframe-header a:hover,
.iframe-header a:focus {
  background: #6A798E;
}

.iframe-full-screen .iframe-header {
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
}

.iframe-full-screen .iframe-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  height: auto;
}

.iframe-full-screen .iframe-header a {
  padding: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: none;
}

.iframe-full-screen body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe-full-screen .iframe.iframe-active{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  border: none;
}

.iframe-full-screen .iframe iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}

.wrapper {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

@media all and (max-height: 400px){
  .iframe {
    height: 300px;
  }
